
  @font-face {
      font-family: DroidSans;
      src: url(/static/base/fonts/DroidSans.ttf);
  }
  @font-face {
      font-family: Oswald-Stencil;
      src: url(/static/base/fonts/Oswald-Stencil.otf);
  }
  @font-face {
      font-family: Oswald;
      src: url(/static/base/fonts/Oswald-Regular.otf);
  }
  @font-face {
      font-family: Oswald-Bold;
      src: url(/static/base/fonts/Oswald-Bold.otf);
  }
  
  html, body { 
    height: 100%;
    font-family:'DroidSans';
    /*font-family: 'Oswald';*/
  }

  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Oswald';
  }
    body {
      width: 100%;
      margin: 0px;
      padding: 0px;
      overflow:hidden
      padding-top: 120px;
      background-color: #fff;
    }
    .btn 
    {
     outline:0;
     border:none;
     border-top:none;
     border-bottom:none;
     border-left:none;
     border-right:none;
     box-shadow:inset 2px -3px rgba(0,0,0,0.15);
    }
    .btn:focus
    {
     outline:0;
     -webkit-outline:0;
     -moz-outline:0;
    }
    .fullscreen_bg {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-image: url('/static/common/img/portada.jpg');
      background-repeat:repeat;
    }
    .form-signin {
      max-width: 280px;
      padding: 15px;
      margin: 0 auto;
      margin-top:20%;
    }
    .form-signin .form-signin-heading, .form-signin {
      margin-bottom: 10px;
    }
    .form-signin .form-control {
      position: relative;
      font-size: 16px;
      height: auto;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .form-signin .form-control:focus {
      z-index: 2;
    }
    .form-signin input[type="text"] {
      margin-bottom: -1px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-style: solid;
      border-right-style: solid;
      border-bottom-style: none;
      border-left-style: solid;
      border-color: #000;
    }
    .form-signin input[type="password"] {
      margin-bottom: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top-style: none;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-color: rgb(0,0,0);
      border-top:1px solid rgba(0,0,0,0.08);
    }
    .form-signin-heading {
      color: #fff;
      text-align: center;
      text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    }    

  .navbar-brand{
    font-family: 'Oswald';
  }

  .navbar-brand span{
    color: rgb(0, 235, 255);
  }

  .navbar-inverse .navbar-brand{
    color:#fff;
  }  
  .navbar-inverse {
    border: 0px;
  }  

  @keyframes entrada_titulo {
    from { margin-left: 0px; }
    to { margin-left: 265px;}
  }

  .navbar-inverse .title {
    font-size: 1.2em;
    color: white;
    margin-top: 12px;
    animation-name: entrada_titulo;
    animation-duration: 1s;
    margin-left: 265px;
    font-family: 'Oswald';
  }



  #logo{
    padding: 3px;
    border-bottom: 1px solid rgb(216, 216, 216);
    background: rgb(247, 248, 250);
    width: 240px;
    position: fixed;
    height: 57px;
  }

  #logo img{
    /*width: 100%;
    max-height: 30px;*/
    height:49px;
  }

  .container{
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 1.3em;
  }

  #menu_superior{
    margin-top: 15px;
  }

  #items_menu_superior li a{
    color:#FFFFFF;
  }

  #items_menu_superior li:hover {
    /*background: rgb(70, 96, 141);*/
    height: 56px;
  }

  .dropdown-menu li:hover {
    /*background: rgb(70, 96, 141);*/
    height: auto !important;
  }


  #items_menu_superior .dropdown-menu {
    background: #4e9923;
  }
  #items_menu_superior .open  {
    background: #4e9923;
    height: 56px;
  }
  #items_menu_superior .open a {
    background: #4e9923;
  }

  #items_menu_superior .open .dropdown-menu li a:hover {
    background: black;
  }


  #menu_lateral{
    margin-right: 0px;
    padding-right: 0px;
    background: #4e9923;
    background: #EEEEEE;
    width: 240px;
    padding-left: 0px;
    height: 100%;
    padding-top: 60px;
    position: absolute;
    z-index: 1;
  }

  #menu_lateral li a {
    padding: 16px 0px 16px 25px !important;
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
  }  

  #menu_lateral li.active {
    border-left: 4px solid #4e9923;
  }

  #menu_lateral li.active a{
    padding: 16px 0px 16px 20px !important;
  }  

  #menu_lateral li.active a{
      color: #4e9923;
  }

  #menu_lateral .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(0,0,0,.07);
  }

  #menu_lateral  .sub_menu {
    list-style-type: none;
    background: #fff;
    text-decoration: none;
  }

  #menu_lateral .sub_menu li:before {
    font-family: 'FontAwesome';
    content: '\f054';
    margin: 0 -10px 0 -20px;
    color: #0E730E;
    font-size: 0.8em;
  }

  #espacio_menu{
    height:52px;
    color:white;
    background: #222;
  }

  /*
  .badge {
    background: red;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
  }
  */
  .menu_profile{
    margin:0px;
    padding:0px;
    margin-left: 15px;
  }
  .menu_profile img{
    width: 32px;
    padding: 0px;
    margin: 5px;
    margin-right: 20px;
  }

  #search{
    margin: 5px;
    border-bottom: 1px solid rgb(216, 216, 216);
  }

  .bs-docs-sidenav li{
    border-bottom: 1px solid rgb(214, 214, 214);
  }  

  .bs-docs-sidenav li i{
    margin-right: 10px;
    font-size: 20px;
  }

  .sub_menu li {
    border-bottom: 0px solid rgb(177, 177, 177);
  }

  .sub_menu li {
    margin:2px;
    margin-bottom: 4px;
  }

  .parent i.fa-sort-desc {    
    float: right;
    margin-top: -2px;
  }
  .row{
    margin-right: 0px;
    margin-left: 0px;
  }
  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
  }
  .container{
    height: 100%;
  }

  .dash .titulo{
    background: #2F456D;
    color: white;
    text-align: center;
    padding: 1px;
  }

  .dash{
    margin-bottom: 15px;
  }

  .dash .fila {
    border-bottom: 3px solid rgb(255, 255, 255);
    padding: 4px;
    background: #F5F5F5;
    color: rgb(102, 102, 102);
  }

  .dash .ausente{
    height: 55px;
  }

  .dash .ausente img {
    float:left;
    width: 37px;
  }

  .dash .ausente .nombre{
    margin: 10px;
    font-size: 1.2em;
    margin-left: 50px;
  }

  .table{
    font-size: 0.8em;
  }

  .table th {
    background: #46A4FC;
    color: rgb(252, 252, 252);
  }

  div#simplemodal-container {
    background: white;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  @media screen and (max-width: 750px){
    body{
      font-size:1.3em;
    }
  }
  
  #simplemodal-container .simplemodal-data {
   padding: 2px; 
  }

  div#simplemodal-container{padding: 0px}
  #simplemodal-container{padding: 0px}

#boton_menu{
  background: black;
}

#boton_menu span{
  color: white;
}

.table th {
  background: #4e9923;;
}


.dataTables_wrapper{
    font-size: 0.9em;
}


.dataTables_wrapper table{
  margin-bottom: 15px !important;
}

.dataTables_wrapper input,.dataTables_wrapper select {
    border: 1px solid #e1e1e1;
    font-weight: normal;
    padding: 3px;
    border-radius: 0px;
}

a.paginate_button.current {
    background: #dddddd !important;
}

nav.navbar.navbar-default{
  height: 57px !important;
  background: #3f781e;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.32);
}

#contenido{
    position: absolute;
    width: 100%;
    top: 60px;
    padding: 8px 2px 0px 254px;
}

.btn-plano{
  box-shadow: none;
}

.btn-plano i{
  margin-top: 3px;
}

.swal2-content {
    font-family: DroidSans;
}

.swal2-title {
    font-family: Oswald;
}

p.navbar-text.title.page_title {
    text-transform: uppercase;
}

.pagination {
    float: right;
    font-size: 0.8em;
}

div#select_chosen ul {
    border-radius: 5px !important;
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
    padding: 2px !important;
}

.chosen-container-multi .chosen-choices li.search-choice{
  background: #f2f2f2 !important;
}



.chosen-container .chosen-results li.highlighted {
    background-color: #9ab87c !important;
    background-image: none !important;
    background-image: none !important;
    color: #fff !important;
}

.chosen-choices{
    margin-top: 0px !important;
    text-align: center !important;
    border-top-right-radius: 0px !important;
    border: 1px solid #d9d9d9 !important;
    border-top-left-radius: 0px !important;
    margin: 1em auto !important;
}

.modal-content h3{
    font-family: Oswald;
    font-weight: 600;
    color:#595959;
}

.btn-gris {
    background: #878787;
    color: white;
}

.btn-gris:hover {
    background: #646464;
    color: white;
}

/* menú de usuario */
#items_menu_superior {
	margin: 0px !important;
}

#nombre_empleado {
	padding-right: 15px !important;
}

#menu_usuario {
	padding: 10px;
	
}

#menu_usuario li a {
	line-height: 1.54 !important;
	padding: 5px;
	background-color: rgba(#4e9923, 1);
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	display: block;
	transition: all .4s;
}

#menu_usuario li a i {
	border: none;
	background: none;
}

#menu_usuario li a:hover {
	background: #2a4720 !important;
	opacity: 0.85;
	transition: all .4s;
}

#menu_usuario .divider {
	background: #6fab4d;
}
/* fin menú de usuario */

/* notificaciones */
#count_badge {
	background: #283b30;
	color: #9dce0a;
	float: right;
	margin-top: -20%;
}

#notific_menu {
	overflow-y: auto !important;
	width: 400px;
	max-height: 650px;
	color: #fff;
	padding: 10px;
}

#notific_menu li a {
	line-height: 1.54 !important;
	padding: 5px;
	background-color: rgba(#4e9923, 1);
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: keep-all;
	white-space: normal;
	display: block;
	transition: all .4s;
}

#notific_menu li a i {
	border: none;
	background: none;
	float: left;
	font-size: 20pt;
	top: 50%;
	position: sticky;
}

#notific_menu li a:hover {
	background: #2a4720 !important;
	opacity: 0.85;
	transition: all .4s;
}

#notific_menu .divider {
	background: #6fab4d;
}

.cerrar {
	background-color: transparent;
	border: none;
	color: #fff !important;
	position: relative;
	margin-bottom: -20px !important;
	margin-right: 2px !important;
	float: right;
	z-index: 1002;
}

#ver_todas_notif {
	text-align: center;
	font-weight: bold;
}

#notific {
	cursor: pointer;
}


/* FIN notificaciones */

.form-elem-inline {
	display: inline-block;
}

.borde_inferior {
        width: 75%;
        border-bottom: 2.5px solid #fbfbfb;
        transition: all .1s linear;
        padding: 10px;
        min-height: 70px;
}

.borde_inferior:hover {
        border-bottom: 2.5px solid #169b0a;
        transition: all .1s linear;
        
}

.documento-par{
        background: #ededed;
}

.center {
  text-align: center;
}

/* Elementos de formulario con otro formato */
.swal2-input {
  margin-top: 0px !important;
  text-align: center;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: #ffffff;
}

#swal2-content label {
  background: #264812;
  width: 100%;
  margin-bottom: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
}

.chosen-choices, .chosen-single {
  min-height: 3em !important;
  margin: 0px !important;
  margin-bottom: 1.5em !important;
}

.chosen-single {
  border-radius: 0px 0px 4px 4px !important;
}

.chosen-single span {
  margin-top: 3px;
}

.chosen-drop{
  top: 3em !important;
  border-top: 0px !important;
}

li.search-choice {
  margin-top: 8px !important;
}

ul.chosen-results li {
  font-size: 1.3em;
}

/* Fin elementos del formulario con otro formato */

/* Checkbox slide toggle */
/* The switch - the box around the slider */
.switch {
  margin-top: 10px !important;
  position: relative;
  display: inline-block;
  width: 45px !important;
  background-color: transparent !important;
  height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #158f0a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #158f0a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* End of switch */

.clickable {
  cursor: pointer;
}

.turno_aceptado {
  padding: 5px !important;
  background-color: #3f781e;
  color: #fff;
}

.btn-small {
  font-size: 11px;
  width: 10px;
  padding: 5px 13px !important;
}
.btn-small i {
  margin: -5px !important;
}

.myProgress {
  width: 100%;
  background-color: rgb(161, 158, 158);
}

#barregistro {
  width: 0%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}
#barciclo {
  width: 0%;
  height: 30px;
  background-color: #d42626;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}
#bargrupo {
  width: 0%;
  height: 30px;
  background-color: #5234d8;
  text-align: center; /* To center it horizontally (if you want) */
  line-height: 30px; /* To center it vertically */
  color: white;
}
