
  @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;
    }
    
    .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: 200px;
    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: #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;
  }


  #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 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;
    min-height: 3em !important;
    margin-bottom: 1.5em !important;

}

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

ul.chosen-choices {
  background: none !important;
  background-image: !important; 
  border: 1px solid #3f781e !important;
  border-radius: -28px;
  }

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

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

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




/* 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-size: 0.8em;
  font-weight: 100;
  margin-bottom: 0px !important;
}

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

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

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

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

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

ul.chosen-choices {
  background: none !important;
  background-image: !important; 
  border: 1px solid #3f781e !important;
  border-radius: -28px;
}

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