
  @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';
  }

  .switch {
    margin-top: 10px !important;
    position: relative;
    display: inline-block;
    width: 45px;
    background-color: transparent !important;
    height: 19px;
}

  #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;
  }

  #lock-menu-icon{
      float: right;
  }

  #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: #007bff;
  }
  #items_menu_superior .open  {
    background: #007bff;
    height: 56px;
  }
  #items_menu_superior .open a {
    background: #007bff;
  }

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

  .menu-label {
      display: none;
  }

  #menu_lateral{
    margin-right: 0px;
    padding-right: 0px;
    background: #007bff;
    background: #EEEEEE;
    width: 80px;
    padding-left: 0px;
    height: 100%;
    padding-top: 60px;
    position: absolute;
    z-index: 50;
  }

  #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 #007bff;
  }

  #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: #231b92;
    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: 95%;
  }

  .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: #007bff;;
}


.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: #007bff;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.32);
}

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

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

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

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

.swal2-title {
    font-family: Oswald;
}
.swal2-popup {
  font-size: 1.3rem !important;
}
p.navbar-text.title.page_title {
    text-transform: uppercase;
}

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



.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(#007bff, 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: #4255c0;
}
/* fin menú de usuario */

/* notificaciones */
#count_badge {
	background: #283b30;
	color: #007bff;
	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(#007bff, 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: #1b2042 !important;
	opacity: 0.85;
	transition: all .4s;
}

#notific_menu .divider {
	background: #4351a3;
}

.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 */


/* Pantallas de configuraciones*/
/* Set the size of the div element that contains the map */
#map {
  height: 440px;
  width: 100%;
  border: 4px solid #007bff;
}

div.btn_mostrar_modal {
  float: right;
}


label {
  font-weight: bold;
  background: #007BFF;
  width: 100%;
  margin-bottom: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
  text-align: center;
}

.nav-tabs{
  margin-bottom: 15px;
  margin-top: 15px;
}

.nav-tabs li.active a{
  background: #d1d1d1;
  color: black;
}

.nav-tabs li a {
  color: #151e75;
}



.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: #007bff;
  width: 100%;
  margin-bottom: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: white;
}

.modal_gris .swal2-show {
  background: whitesmoke;
}

.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;
}
.round1 {
  border: 1px solid;
  border-color: rgb(172, 217, 231);
  border-radius: 5px;
  margin-right: 2px;
  margin-left: 2px;
}
.check-cron{
  font-size: 0.8em;
  font-weight: 100;
  margin-bottom: 0px !important;
  
}

/* Checkbox round on off */
:root {
  --color-green: #00a878;
  --color-red: #fe5e41;
  --color-button: #fdffff;
  --color-black: #000;
}
.switch-button {
  display: inline-block;
}
.switch-button .switch-button__checkbox {
  display: none;
}
.switch-button .switch-button__label {
  background-color: var(--color-red);
  width: 5rem;
  height: 3rem;
  border-radius: 3rem;
  display: inline-block;
  position: relative;
}
.switch-button .switch-button__label:before {
  transition: .2s;
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: var(--color-button);
  content: '';
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px var(--color-black);
}
.switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: var(--color-green);
}
.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(2rem);
}

/* Labels (badges) globales */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #0b0b0b;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* Help text en formularios */
.field-group .help-text,
.helptext {
  font-size: 1.2rem;
  color: #0b0b0b;
  margin-top: 2px;
}
