/* ADMIN TOP MENU */
#cssmenu_top {
  position: relative;
  height: 44px;
  background: none;
  width: auto;
  padding-left: 0%;
  float:left;
}
#cssmenu_top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  display: block;
  z-index: 500;
  background: #367fa9;
}
#cssmenu_top:after,
#cssmenu_top > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu_top.align-right > ul > li {
  float: right;
}
#cssmenu_top.align-center ul {
  text-align: center;
}
#cssmenu_top.align-center ul ul {
  text-align: left;
}
#cssmenu_top > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu_top > ul > #menu-button {
  display: none;
}
#cssmenu_top ul li a {
  display: block;
  text-decoration: none;
}

#cssmenu_top > ul > li > a {
  font-size: 14px;
  padding: 15px 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

#cssmenu_top > ul > li.has-sub > a {
  padding-right: 32px;
}

#cssmenu_top > ul > li:hover > a {
  color: #ffffff;
}

#cssmenu_top li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

#cssmenu_top > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #ffffff;
}

#cssmenu_top > ul > li:hover::after {
  border-top-color: #000;
}

#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 80%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}


#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu_top ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;

  -webkit-box-shadow: 0px 3px 4px 0px rgba(20,20,20,1);
  -moz-box-shadow: 0px 3px 4px 0px rgba(20,20,20,1);
  box-shadow: 0px 3px 4px 0px rgba(20,20,20,1);
}
#cssmenu_top ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu_top ul ul li {
  position: relative;
}
#cssmenu_top > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu_top.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu_top ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu_top.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu_top ul ul li a {
  width: 176px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  margin-left:-6px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu_top.align-right ul ul li a {
  text-align: right;
}
#cssmenu_top ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu_top ul ul li:last-child > a,
#cssmenu_top ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu_top > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu_top.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu_top ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu_top.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu_top ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu_top.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}




#cssmenu {
  position: relative;
  margin: 0;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  width: 100%;
  margin-top: 10px;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #dddddd;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background: #222222;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #000000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #151515;
  color: #ffffff;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #000000;
  border-botom: 13px solid transparent;
 /* border-left: 125px solid transparent;
  border-right: 125px solid transparent;*/
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #151515;
  border-botom: 13px solid transparent;
 /* border-left: 125px solid transparent;
  border-right: 125px solid transparent;*/
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #dddddd;
  z-index: 2;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/

}
#cssmenu ul ul li a {
  background: #f1f1f1;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #e4e4e4;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #e4e4e4;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}

#cssmenu ul ul li ul li a {

  background: #e1e1e1;

}


/* COLORES CALENDARIO */

.cal-comm1{
  background-color:#ac725e !important;
  border-color:#ac725e !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding:0 8px 8px !important;
}

.cal-comm2{
  background-color:#d06b64 !important;
  border-color:#d06b64 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm3{
  background-color:#f83a22 !important;
  border-color:#f83a22 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm4{
  background-color:#fa573c !important;
  border-color:#fa573c !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm5{
  background-color:#ff7537 !important;
  border-color:#ff7537 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm6{
  background-color:#ffad46 !important;
  border-color:#ffad46 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm7{
  background-color:#42d692 !important;
  border-color:#42d692 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm8{
  background-color:#16a765 !important;
  border-color:#16a765 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm9{
  background-color:#7bd148 !important;
  border-color:#7bd148 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm10{
  background-color:#b3dc6c !important;
  border-color:#b3dc6c !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm11{
  background-color:#fbe983 !important;
  border-color:#fbe983 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm12{
  background-color:#fad165 !important;
  border-color:#fad165 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm13{
  background-color:#92e1c0 !important;
  border-color:#92e1c0 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm14{
  background-color:#9fe1e7 !important;
  border-color:#9fe1e7 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm15{
  background-color:#9fc6e7 !important;
  border-color:#9fc6e7 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm16{
  background-color:#4986e7 !important;
  border-color:#4986e7 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm17{
  background-color:#9a9cff !important;
  border-color:#9a9cff !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm18{
  background-color:#b99aff !important;
  border-color:#b99aff !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm19{
  background-color:#c2c2c2 !important;
  border-color:#c2c2c2 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm20{
  background-color:#cabdbf !important;
  border-color:#cabdbf !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm21{
  background-color:#cca6ac !important;
  border-color:#cca6ac !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm22{
  background-color:#f691b2 !important;
  border-color:#f691b2 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm23{
  background-color:#cd74e6 !important;
  border-color:#cd74e6 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}

.cal-comm24{
  background-color:#a47ae2 !important;
  border-color:#a47ae2 !important;
  color:#1d1d1d !important;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
   padding:0 8px 8px !important;
}


/* COLORES EVENTOS CALENDARIO */

.eve-comm1{
  background-color:#a4bdfc !important;
  border-color:#a4bdfc !important;
  color:#1d1d1d !important;
}

.eve-comm2{
  background-color:#7ae7bf !important;
  border-color:#7ae7bf !important;
  color:#1d1d1d !important;
}

.eve-comm3{
  background-color:#dbadff !important;
  border-color:#dbadff !important;
  color:#1d1d1d !important;
}

.eve-comm4{
  background-color:#ff887c !important;
  border-color:#ff887c !important;
  color:#1d1d1d !important;
}

.eve-comm5{
  background-color:#fbd75b !important;
  border-color:#fbd75b !important;
  color:#1d1d1d !important;
}

.eve-comm6{
  background-color:#ffb878 !important;
  border-color:#ffb878 !important;
  color:#1d1d1d !important;
}

.eve-comm7{
  background-color:#46d6db !important;
  border-color:#46d6db !important;
  color:#1d1d1d !important;
}

.eve-comm8{
  background-color:#e1e1e1 !important;
  border-color:#e1e1e1 !important;
  color:#1d1d1d !important;
}

.eve-comm9{
  background-color:#5484ed !important;
  border-color:#5484ed !important;
  color:#1d1d1d !important;
}

.eve-comm10{
  background-color:#51b749 !important;
  border-color:#51b749 !important;
  color:#1d1d1d !important;
}

.eve-comm11{
  background-color:#dc2127 !important;
  border-color:#dc2127 !important;
  color:#1d1d1d !important;
}





.event_chk, .cal_chk{
  margin: 2px;
  border-radius: 3px;
  width:20px;
  height:20px;
}

.border{border:2px solid !important;}

.chk_col_event, .chk_col_cal{
  display:none;
}




.by_usr{
  font-size:14px;
}

.small-box{
  cursor: pointer;
  cursor: hand;
}

.btn-trim{
  width:200px;
  margin-bottom:20px;
}

.bar-legend, .line-legend{
  list-style: none;
}

.bar-legend li span,.line-legend li span{
  width:14px;
  height:14px;
  margin-top:2px;
  margin-right:5px;
  float:left;
}

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu_top {
    width: auto;
  }




  #cssmenu_top.align-center ul {
    text-align: left;
  }
  #cssmenu_top.align-right > ul > li {
    float: none;
  }
  #cssmenu_top ul {
    width: auto;
  }
  #cssmenu_top .submenuArrow,
  #cssmenu_top #indicatorContainer {
    display: none;
  }
  #cssmenu_top > ul {
    height: auto;
    display: block;
  }

  #cssmenu_top > ul > li {
    float: none;
  }
  #cssmenu_top li,
  #cssmenu_top > ul > li {
    display: none;
  }
  #cssmenu_top ul ul,
  #cssmenu_top ul ul ul,
  #cssmenu_top ul > li:hover > ul,
  #cssmenu_top ul ul > li:hover > ul,
  #cssmenu_top.align-right ul ul,
  #cssmenu_top.align-right ul ul ul,
  #cssmenu_top.align-right ul > li:hover > ul,
  #cssmenu_top.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu_top ul .has-sub::after {
    display: none;
  }
  #cssmenu_top ul li a {
    padding: 12px 20px;
  }
  #cssmenu_top ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu_top.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu_top ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu_top ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu_top ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu_top ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu_top ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu_top > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu_top #menu-button > a {
    padding: 14px 20px;
    width:20px;
    display:inline-block;
  }
  #cssmenu_top ul.open li,
  #cssmenu_top > ul.open > li {
    display: block;
  }
  #cssmenu_top > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu_top ul ul::after {
    display: none;
  }
  #cssmenu_top #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    /*border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;*/
    right: 20px;
    top: 15px;
  }
  #cssmenu_top #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    /*border-top: 2px solid #7a8189;*/
    right: 20px;
    top: 25px;
  }
  #cssmenu_top ul.open #menu-button::after,
  #cssmenu_top ul.open #menu-button::before {
    border-color: #fff;
  }
}


@media (max-width: 800px){

  #cssmenu_top{
    width:100%;
    margin-left:0px;
  }
  .mainUL{
    width:100%;
  }

  #cssmenu_top ul ul li a{
    color:#fff;
    font-size: 15px !important;
  }

  #cssmenu_top ul ul {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(20,20,20,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(20,20,20,1);
    box-shadow: 0px 0px 0px 0px rgba(20,20,20,1);
  }

  #cssmenu_top ul ul li{
    background-color:#3f95c7;
  }

  #cssmenu_top ul ul li ul li{
    background-color:#3eaae8;
  }
}



/***** END TOP MENU *****/


/***** VENTANAS DE PASSWORD  ********/

#bt_new_profile{
  float:right;
}


/********* MENSAGES DE ALERTA ***********/

.message_alert{
  font-size:10px;
  color:#ff0000;
  display:none;
}

/****************************************/


/***** SEGURIDAD ********/

.subject{display:none;}

/***********************/

/***** FORMULARIO INICIO *****/

#form_vendra,#form_usr{
  padding:5px;
  color:#fff;
  padding-bottom:70px;
}

#tipo,#zona,#subzona,#forma_pago{
  color:#444;
}

#settings{
  width:96%;
  margin-left:2%;
}
.w_w_cont_adm_1{
  display:block;
}




.w_w_cont_adm_2,.w_w_cont_adm_3,.w_w_cont_adm_4,.w_w_cont_adm_5,.w_w_cont_adm_6,.w_w_cont_adm_7,.w_w_cont_adm_8,.w_w_cont_adm_9{
  display:none;
}


.w_cont_adm_1{
  display:block;
  margin:20px 20px 0px 20px;
  float:left;
  width:93%;
}


.w_cont_adm_2{
  display:none;
  position:absolute;
  height:50px;
  right:0;
  margin:40px 20px 20px 15px;
  max-width:600px;
  float:right;
  width:45%;
  cursor: pointer;
  cursor: hand;
  z-index:100;
  top:20px;
}

/* DIVISIONES */
.div_block{
  display:block;
}

.div_1{
  width:9% !important;
  display:inline;
  margin-right:1%;
}

.div_2{
  width:19% !important;
  display:inline;
  margin-right:1%;
}

.div_3{
  width:29% !important;
  display:inline;
  margin-right:1%;
}

.div_4{
  width:39% !important;
  display:inline;
  margin-right:1%;
}

.div_5{
  width:49% !important;
  display:inline;
  margin-right:1%;
}

.div_6{
  width:59% !important;
  display:inline;
  margin-right:1%;
}

.div_7{
  width:69% !important;
  display:inline;
  margin-right:1%;
}

.div_8{
  width:79% !important;
  display:inline;
  margin-right:1%;
}

.div_9{
  width:89% !important;
  display:inline;
  margin-right:1%;
}

.div_10{
  width:100% !important;
  display:inline;
}

.top_5{
  margin-top:0.4em !important;
}

.top_10{
  margin-top:0.8em !important;
}

.top_15{
  margin-top:1.2em !important;
}

.top_18{
  margin-top:1.5em !important;
}

.top_20{
  margin-top:2em !important;
}

.top_25{
  margin-top:2.8em !important;
}

.top_30{
  margin-top:3.6em !important;
}


#w_new_vendedor{
  display:none;
}

.t_search{width:98%;margin-top:20px;}

.drop_busquedas{
  width:100%;
}


.w_products{
  float:left;
  width:100%;
}

.w_drop_busquedas{
  max-width:60%;
}

.w_filter{
  padding-left:5px !important;
}

.div_hist{
  display:none;
}

.menu_search{
  color:#fff;
  padding:5px;
  width:100px;
  margin-top:10px;
}

.active_search{
  background:#00888D !important;
}

.fl{
  float:left;
}

.fr{
  float:right;
}

.absolute{
  position:absolute;
}

.bt_busqueda{
  width:100%;
  text-align: left;
  margin-top:5px;
  margin-bottom:5px;
}

.table_cli tr td{
  padding:3px 7px 3px 7px;
}

ul.linea-legend{
  list-style-type: none;
  margin-left:0px;
}

ul.linea-legend li{
  float:left;
  margin-right:20px;
  margin-top:5px;
  margin-bottom:5px;
  font-size:0.8em;
}

ul.linea-legend li span{
  float:left;
  margin-right: 5px;
  margin-top:3px;
  height:10px;
  width:10px;
}

.chart-legend{
  float:left;
}

.linea-legend{
  margin-left:0;
  padding-left:0;
}

.notop{
  margin-top:0px;
}

.nobottom{
  margin-bottom:0px;
}

.noright{
  margin-right:0px;
}

.noleft{
  margin-left:0px;
}

.left10{
  margin-left:10px !important;
}

.left20{
  margin-left:20px !important;
}

.left30{
  margin-left:30px !important;
}

.left40{
  margin-left:40px !important;
}

.left50{
  margin-left:50px !important;
}

.right10{
  margin-right:10px !important;
}

.right20{
  margin-right:20px !important;
}

.right30{
  margin-right:30px !important;
}

.right40{
  margin-right:40px !important;
}

.right50{
  margin-right:50px !important;
}


.top10{
  margin-top:10px !important;
}

.top20{
  margin-top:20px !important;
}

.top30{
  margin-top:30px !important;
}

.bot10{
  margin-bottom:10px !important;
}

.bot20{
  margin-bottom:20px !important;
}

.pad10{
  padding:10px !important;
}

.pad20{
  padding:20px !important;
}

.pad30{
  padding:30px !important;
}

.pad40{
  padding:40px !important;
}

.user-image{
  border-radius: 50px;
  width:20%;
  border-width: 3px;
  border:3px solid #fff;
}



/* SIZE FONTS */

.f10{
  font-size:0.8em;
}

.f11{
  font-size:0.9em;
}

.f12{
  font-size:1em;
}

.f13{
  font-size:1.1em;
}

.f14{
  font-size:1.2em;
}

.f15{
  font-size:1.3em;
}

.f16{
  font-size:1.4em;
}

.f17{
  font-size:1.5em;
}

.f18{
  font-size:1.6em;
}

.f18{
  font-size:1.7em;
}

.f19{
  font-size:1.8em;
}

.f20{
  font-size:1.9em;
}

@media (max-width: 1000px) {

    .w_cont_adm_2{
      position:absolute;
      max-width: auto;
      width:90%;
      z-index:100;

    }

     .w_cont_adm_1{
      width:90%;
      max-width: auto;
      padding-bottom:0px;
    }


    .w_cont_adm_3{
      max-width:auto;
      padding-bottom:40px;
      float:left;
      width:90%;
      padding-left:0px;
      padding-top:0px;
      border-left:0px;
    }

}


/***** UI ELEMENTS *****/


.alert{
  display:none;
  margin-top:15px;
}

.alert_input, .alert_row{
  background:#fae3e3 !important; 
}

.dev_row{
  background:#faf9e4 !important; 
}

#w_cont_search_cliente_pop,#w_cont_search_perfil_pop,#w_cont_search_cli_pop_profesor, #w_cont_search_cli_pop_alumno, #w_cont_search_padre_pop, #w_cont_search_cli_pop_habil{
  position:relative;
  float:left;
  width:100%;
  margin-top:0px;

}

#cont_search_cliente,#cont_search_perfil,#cont_search_alumno,#cont_search_profesor,#cont_search_padre, #cont_search_habil{
  float:left;
  min-width:250px;
  width:100%;
  max-height:250px;
  overflow-y:auto;
  overflow-x:hidden;
  position:absolute;
  top:0px;
  background-color: #fff;
  border:1px solid #ccc;
  z-index:99;
  height:auto;
}

.row_search_cliente,.row_search_perfil,.row_search_alumno,.row_search_profesor,.row_search_padre, .row_search_habil{

  width:500px;
  padding:5px;
  height: 30px;
  min-width: 300px;
  width:100%;

}

.row_search_cliente:hover,.row_search_perfil:hover,.row_search_alumno:hover,.row_search_profesor:hover,.row_search_padre:hover,.row_search_habil:hover{
  background:#ccc;
  cursor:pointer;
  cursor:hand;

}

.progress {
  margin-bottom:0px !important;
}
.progress-group{
  margin-bottom: 20px;
}
/*SLIDER*/
.w_tot_marker{
  position:absolute;
  top:-13px;
  left:50%;
  margin-left:-25%;
  font-size: 9px;
}
#slider{
  width:96%;
  left:1%;
}
.ui-slider-handle{
  border-radius: 20px !important;
  width:20px !important;
  height:20px !important;
  top:-3px !important;
}
.ui-slider{margin-top:20px;}

#min_marker{float:left;margin-bottom: 5px;font-size:12px;font-weight:bolder;color:#999;}
#max_marker{float:right;margin-bottom: 5px;font-size:12px;font-weight:bolder;color:#999;}


/* GALERIA IMAGENES Y VIDEOS*/

.w_img{
  margin:21px 0px 0 0;
  float:left;
  border:1px solid #d8eff8;
}
.chk_prevImg{
  position:absolute;
  z-index:10;
  height:14px;
  top:0px;
  left:5px;
}

.chk_socialImg{
  position:absolute;
  z-index:10;
  height:14px;
  top:0px;
  left:45px;
}

.img_prev,.img_social,.img_anim_list,.img_link_list{
  position:absolute;
}

.j_c_del_prevImg{
   position:absolute;
  z-index:10;
  height:14px;
  width:25px;
  top:4px;
  right:5px;
}

  .del_prevImg{
    position:absolute !important;
    height:14px;
    font-size:14px;
  }



.w_vid{
  margin:21px 0px 0 0;
  float:left;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  width:250px;
  overflow:hidden;

}
    

.w_vid iframe, .w_vid object, .w_vid embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.sel_img_gal{
  font-size:12px;
  width:100px;
}

.n_sel_anim{
  width:96%;
  margin:2%;
  height:auto;
  font-size: 12px;
  font-weight: normal;
  float:left;
}


.n_lik_partner{
  width:96%;
  margin:2%;
  height:auto;
  font-size: 12px;
  font-weight: normal;
  float:left;
  min-height:20px;
}

.chk_prevVid{
  position:absolute;
  z-index:10;
  height:14px;
  top:0px;
  left:5px;
}

.chk_socialVid{

  z-index:10;
  height:14px;
  top:0px;
  left:45px;
}

.chk_nomAnim{
  position:absolute;
  z-index:10;
  height:14px;
  top:0px;
  left:82px;
}

  .vid_prev, .vid_social, .vid_anim{
    position:absolute;
  }

  .ico_Prev,.ico_Social,.ico_anim_list {position:absolute;left:16px;top:5px;}

.j_c_del_prevVid{
   position:absolute;
  z-index:10;
  height:14px;
  width:25px;
  top:4px;
  right:5px;
}

#list_anim_gal{
  max-height: 50px;
}

  .del_prevVid{
    position:absolute !important;
    height:14px;
    font-size:14px;
  }

.w_sort_video{
  width:auto !important;
}


#sortable, #sortable2{ list-style-type: none; margin: 0; padding: 0; width: auto; }
#sortable li,#sortable2 li{ position:relative; margin: 15px 15px 3px 0; padding: 2px; float: left; width: 275px; height: auto; font-size: 4em; text-align: center; min-height: 199px; }

#sortable_no { list-style-type: none; margin: 0; padding: 0; width: auto; }
#sortable_no li { position:relative; margin: 15px 15px 3px 0; padding: 2px; float: left; width: 275px; height: auto; font-size: 4em; text-align: center; min-height: 199px; }


/**/


/* FACTURAS */

.tot_prod, #total_prev, #vat, #tax, #total_post,#tot_disc{
  text-align: right;
}

/**/
/***** LISTADOS *****/

  .w_hist{
    background:#fbfbfb;
    margin:1%;
    padding:3%;
    border:1px solid #bbb;
    float:left;
    width:98%;
    color:#666;
    height:auto;
    display:none;

  }

  .cruces_casas{
    font-size:12px;
  }

  #llamadas{
    font-size:11px;
    overflow: auto;
    max-height: 500px;
  }

 #w_list_vend{
  display:none;
}
#w_list_casas{
  display:none;
}

  .tit, #w_cruces{display:none;}

  .finder_obj{
    float:right;
    margin-bottom:10px;
  }

  .w_sel_tit{
    float:left;
    width: 62px;
  }




/*****  CALENDARIO    *****/

#external-events {
    float: left;
    width: 350px;
    text-align: left;
    margin-top:0px;
    left:-360px;
    position:fixed;
    z-index:200;
  }
    
  #external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
  }
    
  #external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
  }
    
  #external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
  }
    
  #external-events p input {
    margin: 0;
    vertical-align: middle;
  }

  #calendar {
    float: right;
    width: 100%;
  }

  .fc-day-number{

    color:#D29400;
    font-weight: bold;
  }

  .fc-day{
    min-height: 180px;
  }


#calendar {
  float: right;
  width: 98%;
  padding-right:2%;
}

.mouse{
  cursor: hand;
  cursor: pointer;
}

.eve-comm1{
  background-color:#21609B !important;
  border-color:#21609B !important;
}

.eve-comm2{
  background-color:#64BE5F !important;
  border-color:#64BE5F !important;
}

.eve-comm3{
  background-color:#FF8302 !important;
  border-color:#FF8302 !important;
}

.eve-comm4{
  background-color:#B48302 !important;
  border-color:#B48302 !important;
}

.eve-comm5{
  background-color:#758302 !important;
  border-color:#758302 !important;
}

.eve-comm6{
  background-color:#F1949E !important;
  border-color:#F1949E !important;
}

.eve-comm7{
  background-color:#9F949E !important;
  border-color:#9F949E !important;
}

.eve-comm8{
  background-color:#37949E !important;
  border-color:#37949E !important;
}

.eve-comm9{
  background-color:#D77AEE !important;
  border-color:#D77AEE !important;
}

.eve-comm10{
  background-color:#D7B4EE !important;
  border-color:#D7B4EE !important;
}

.event_chk{
  margin: 2px;
  border-radius: 3px;
  width:20px;
  height:20px;
}

.border{border:2px solid !important;}

.chk_col_event{
  display:none;
}

#w_rangedate{
  display:none;
}
 
/****** WRAPPERS LISTADOS INPUTS  *****************/

.null{
  color:#aaa;
}

.nodisplay{
  display:none;
}

.w_cont_search{
  position:relative;
  float:left;
  width:100%;
}

.mail_list{
  display:none;
}

#w_w_search_staff{
  display:none;
}

#staff,#clients,#providers{
  display:none;
}

#w_cont_search_staff,#w_cont_search_clients,#w_cont_search_teachers,#w_cont_search_alumns,#w_cont_search_providers,#w_cont_search_fathers{
position:absolute;
width:97.5%;
}


.del_bt{
    background: none repeat scroll 0 0 #f3e0e0;
    border: 2px solid #fdabab;
    border-radius: 12px;
    color: #530b0b;
    font-weight: bold;
    padding: 0 8px 3px 8px;
}

.add_bt{
    background: none repeat scroll 0 0 #e4ffdd;
    border: 2px solid #7cb06e;
    border-radius: 12px;
    color: #1a530b;
    font-weight: bold;
    padding: 0 7px;
    margin-top: -3px;
    float:left;
}

.cont_search{
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  position:absolute;
  top:0px;
  background-color: #fff;
  border:1px solid #ccc;
  z-index:99;
  /*margin-top:54px;*/

}

.cont_search2{
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  position:absolute;
  top:0px;
  background-color: #fff;
  border:1px solid #ccc;
  z-index:99;
  margin-top:27px;
}


.row_search{

  width:500px;
  padding:5px;
  height: 30px;
  min-width: 300px;
  width:100%;

}

.row_search:hover{
  
  background:#ccc;
  cursor:pointer;
  cursor:hand;

}



/*****    INICIO      *****/

  .info-ini{
    margin-top:50px;
  }

  /* HACKS BOOSTRAP */

  .post-pagination {
    float:right;
    margin:0px;
  }

  .keepOpen{
    overflow: visible !important;
  }

/*@media all and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {
  #cssmenu_top {
    width: auto;
    margin-left:0px;
  }
}*/



/*******  TRELLO **********/

.subhead{
  font-size:11px;
  margin-top: 4px;
  float:left;
}
/*************** STIKERS ****************/

.w_panel_stikers{
  /*margin-right:15px;
  margin-left:15px;*/
  margin-bottom:10px;
}

.w_panel_item{
  float:left;
  padding:0px;
  margin-bottom:0px;
  margin-left:10px;
}

label.w_panel_item{
  margin-top:3px;
}

.w_inp_staff{
  display:none;

}

/************* DATOS FACTURACIÓN ****************/

#w_staff_licenses{
  margin-top:20px;
  clear:both;
}

/************* POPUPS *********************/

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index:1000;
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}


/* CHAT */

.w_chat_usr{
  float:left;
  margin:15px;
  width:20%;
  font-size:11px;
}

.w_chat_usr .direct-chat-name{
  min-height:32px;
  text-align:center;
}

.profile-user-img-active{
  border:3px solid #79AE79 !important;
}

.isComplex{
  display:none;
}

.scrollExpenses{
  max-height: 280px;
  overflow-y:auto;
}

.scrollExpRecursive{
  max-height: 280px;
  overflow-y:auto;
}

.infoChat{
  background:none;
  border:0px;
  height:100%;
  width:100%;
}

.infoChat{
  background:none;
  border:0px;
  height:100%;
  width:100%;
}


/* EXCEL TABLE  */


#slBkColorExl{
  width:17px;
  height:22px;
  font-size:20px;
  border:2px solid #aaa;
  display:inline-block;
  position:relative;
  color:#444;
  margin-right:5px;
  cursor:pointer;
  cursor: hand;
}

#slBkColorExl:hover{
  border:3px solid #aaa;
}

.w_palColors{
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 200px;
    display:none;
}

    .bkSelFont{
      position:absolute;
      color:#444;
      right:-4px;
      top:-1px;
    }

    .bkColorSel:first-child{
      width:16px;
      height:16px;
      display:inline-block;
      border:1px solid #ccc;
      cursor:pointer;
      cursor: hand;
    }

    .bkColorSel{
      width:16px;
      height:16px;
      display:inline-block;
      border-top:1px solid #ccc;
      border-bottom:1px solid #ccc;
      border-right:1px solid #ccc;
      cursor:pointer;
      cursor: hand;
    }

.btOn{
  background:#ccc;
}

.Btbold{
  font-weight: bold;
  padding:3px 5px;
  font-size:24px;
  color:#444;

}

.btClear{
  font-size:22px;
  color:#444;
}



.w_chkDescProd{
  padding:0px 4px 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.chkDescProdSel{
  background-color:#ABC495;
}

/* BACKGROUND COLOR */

.yellow {
  background: yellow;
}

.red {
  background: #EB4A4A;
}

.orange {
  background: #EB884A;
}

.green {
  background: #4AEB4C;
}

.white {
  background: #FFF;
}

.black {
  background: #000;
}

.blue {
  background: #4AC1EB;
}

.billPaid,.sendBudgetOK{
  background-color: #EEF5E6;
}

/* TIPOGRAFÍA */
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

/* EXCEL */
.handsontable .yellow {
  background: yellow;
}

.handsontable .red {
  background: #EB4A4A;
}

.handsontable .orange {
  background: #EB884A;
}

.handsontable .green {
  background: #4AEB4C;
}

.handsontable .white {
  background: #FFF;
}

.handsontable .black {
  background: #000;
}

.handsontable .blue {
  background: #4AC1EB;
}

/* TIPOGRAFÍA */
.handsontable .bold {
  font-weight: bold;
}

.handsontable .italic {
  font-style: italic;
}

/**************************/

#w_visualization{
  
}

.box-primary .pad0{
  padding:0px;
}

.vis-item .vis-delete, .vis-item .vis-delete-rtl{
  height:30px !important;
}


.tooSidelPanel{
  padding:3px;
  background:#dedede;
  border-top:1px solid #ccc;
  font-size:24px;
  padding:3px 5px;
}
  
  .btSideTool{
    color:#000;
  }
  .ico_nota{
    position:relative;
  }

  .nNotes{
    font-size:10px;
    font-weight: bold;
    color:#fff;
    background:#ff0000;
    position:absolute;
    padding:1px 5px;
    border-radius: 25px;
    right:-13px;
  }

.mainToolBar{
  color:#444;
  margin-right:2px;
  font-size:30px;
  font-weight: bold;
  padding:3px 3px;
}

.btTimeTool,.btTimeCanvas{
  background:#fff;
  color:#444;
  margin-right:2px;
  font-size:22px;
  font-weight: bold;
  padding:3px 3px;
}

.vis-item-content{
  font-size:11px;
}

.elfinder-quicklook.elfinder-quicklook-fullscreen{
  padding-top:70px !important;
  padding-bottom:20px !important;
}


sup{
  font-size: 7px;
  vertical-align:8px;
}



xmp {white-space: pre-wrap; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; margin:5px 0px;}
