@font-face {
    font-family: "RonniaBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/ronnia/Ronnia-Bold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "RonniaRegular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/ronnia/Ronnia-Regular.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "RonniaCond-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/ronnia/RonniaCond-Regular.ttf") format("truetype");
  }

body {
/*font-family: 'Open Sans', sans-serif;*/
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-y:auto;
  overflow-x:auto;
  margin-top: -23px;
}

.empleado {
    position:absolute;
    visibility:hidden;
    vertical-align:baseline;
    margin-left:200px;
    padding:10px;
    z-index:0;
}

.obrero{
    display:none;
    position:absolute;
    vertical-align:baseline;
    width:800px;
    padding:10px;
    z-index:1;
}

#wrapper {
    width: 100%;
    background:#369;
    /*font-size: 16px;*/
}

#wrapper_inci {
    width: 100%;
    background:#4a4a4a;
    /*font-size: 16px;*/
}

#wrapper_cons {
    width: 100%;
    background:#5b861c;
    /*font-size: 16px;*/
}

#wrapper_acti {
    width: 100%;
    background:#601225;
    /*font-size: 16px;*/
}

#wrapper_otros {
    width: 100%;
    background: #0c8075;
    /*font-size: 16px;*/
}

#wrapper_quim {
    width: 100%;
    background: #b75318;
    /*font-size: 16px;*/
}

.contenedor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  /*margin: 0px -10px;*/
}

.contenedor .item {
  box-sizing: border-box;
  /*width: 50%;*/
  /*margin-bottom: 20px;
  padding: 0px 10px;*/
}

.contenedor img{
  width: 10em;
  /*margin-bottom: 20px;
  padding: 0px 10px;*/
}

.contenedor p{
  width: 10em;
  /*margin-bottom: 20px;
  padding: 0px 10px;*/
}


.contenedor .contenido {
  color: #242424;
  /*background-color: #ffffff;*/
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}

.remove-bg {
    filter: brightness(1);
    mix-blend-mode: multiply;
}

.grupo_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #d2cc674f;
    margin-bottom: 10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.grupo_item2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #67b4d24f;
    margin-bottom: 10px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.grupo_item3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    background-color: #665f5e21;
    margin-bottom: 10px;
}

.container>div {
  font-size: 30px;
  padding: .5em;
  color: #ffffff;
  background: #1c87c9;
  text-align: center;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}

.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.icon-bar {
  width: 100%;
  background-color: blue;
  overflow: auto;
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: blue;
  font-size: 36px;
}

.icon-bar a:hover {
  background-color: blue;
}

.active {
  background-color: #04AA6D;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdowna {
  position: relative;
  display: inline-block;
}

.dropdowna-content {
  display: none;
  position: absolute;
  background-color: blue;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdowna-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdowna-content a:hover {background-color: #ddd;}

.dropdowna:hover .dropdowna-content {display: block;}

.dropdowna:hover .dropbtn {background-color: #3e8e41;}

.content-buttons {
    text-align: center;
    margin-top: 1rem;
}

.content-buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
    background-color: #0080DE;
    color: #FFF;
    text-transform: uppercase;
}

.content-buttons a:hover {
    background-color: #006AB8;
}

.content-text a {
    color: #0080DE;
    text-decoration: none;
}

.content-text a:hover {
    color: #006AB8;
    text-decoration: underline;
    text-align: justify;
}

main {
    width: 80%;
    margin: auto;
}

#modal {
    background:rgba(#000,.9);
    color: #fff;
    position: fixed;
    top: -100vh;
    left: 0;
    height: 100vh;
    width: 100vw;
    transition: all .5s;
    p {
        width: 60%;
        height: 40%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        font-size: 1.5em;
        text-align: center;
    } 
}

#mostrar-modal {
    display: none;
    + label {
        background: steelblue;
        display: table;
        margin: auto;
        color: #fff;
        line-height: 3;
        padding: 0 1em;
        text-transform: uppercase;
        cursor: pointer;
        &:hover {
            background: darken(steelblue,10%);
        }
    }
  &:checked { 
    & ~ #modal {
          top: 0;
      }
    & ~ #cerrar-modal + label {
      display: block;
    }
  }
}

#cerrar-modal {
    display: none;
    + label {
        position: absolute;
        top: 1em;
        right: 1em;
        z-index: 100;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    background: tomato;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: none;
    transition: all .5s;
    }
    &:checked {
     & ~ #modal {
      top: -100vh;
    }
    & + label {
      display: none;
    }
  }
}


dialog::backdrop {
  background: rgba(234, 206, 227, 0.9);
}

.menu_ppal {
    background-color: #eb5d39;
}

#page-wrapper {
    padding: 5px 5px 5px;
    min-height: 200px;
    background:#DFDFDF;
   
}

#page-wrappers {
    padding: 5px 5px 5px;
    min-height: 200px;
    background:#DFDFDF;   
}

#page-inners {
    width:100%;
    background-color:#fff!important;
    padding:20px;
    min-height:200px;
    /*background-image: radial-gradient(#d5ddb6, #ffff001f, #0080005e);*/
}

#page-inner {
    width:100%;
    background-color:#fff!important;
    padding:20px;
    min-height:200px;
    /*background-image: radial-gradient(#d5ddb6, #ffff001f, #0080005e);*/
}

.text-center {
    text-align:center;
}

#container_ppal {
     margin: 30px 0px 30px 9px;
    width: 100%;
    text-align: center;
    color: white;
}

#container_ppal img{
    width: 160px;
    margin-bottom: 30px;
}

#container_ppal text{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    padding-top: 5px;
}


#containerEx3 {
/*width: 500px;*/
margin: 0;
}
.ex3 img {
  margin: 20px;

}
  .ex3 img:hover {

}
.no-boder {
    border:1px solid #f3f3f3;
}
h2 {
    color: #0D1E28; /*f00*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4 {
    padding-top:10px;
}
h5 {
    /*padding-bottom:30px;*/
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
/*-moz-border-radius: 0px;*/
border-radius: 0px;

}
p {
    font-size:1.7rem;
    line-height:20px;
    padding-top:5px;
    /*text-align: center;*/
}
/*==============================================
   DASHBOARD STYLES    
    =============================================*/
.panel-back {
    /*background-color:#fff;*/

}

.noti-box {
    min-height: 143px;
    height: 143px;
    width: 130px;
}

.noti-central {
min-height: 170px;
padding: -20px;
height: 170px;
/*background-color: aquamarine;*/
}

.botones-principales {
    text-decoration:none;
    font-weight: 600;
    font-size: 20px;
    color:#FFFFFF;
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 32px;
    padding-right: -8px;
    background-color:#3835A8;
    border-color:#3835A8;
    border-width: 29px;
    border-style: solid;
    border-radius: 32px;
}

.btn_imprimir
{
    background: #2a7fb1;
    position: relative;
    padding: 7px 7px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #2a7fb1;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 0px;
    /*margin-top: -36px;*/
    font-size: 14px;
}
.btn_imprimir:hover
{
    opacity: 1;
    text-decoration: none;
    color:#2a7fb1;
    background: #fff;
}

.btn_contraseña
{
    background: var(--bg1);
    position: relative;
    padding: 7px 20px;
    color: #2a7fb1;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #2a7fb1;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_contraseña:hover
{
    opacity: 1;
    text-decoration: none;
    color:#2a7fb1;
    background: #fff;
}

.btn_reportes
{
    background: #241d06;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #241d06;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_reportes:hover
{
    opacity: 1;
    text-decoration: none;
    color: #241d06;
    background: #fff;
}

.btn_usuarios
{
    background: #428bca;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #428bca;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_usuarios:hover
{
    opacity: 1;
    text-decoration: none;
    color:#428bca;
    background: #fff;
}

.btn_dependencia
{
    background: #ae1317;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #ae1317;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_dependencia:hover
{
    opacity: 1;
    text-decoration: none;
    color:#ae1317;
    background: #fff;
}

.btn_buscar_inci
{
    background: #dbce0b;
    position: relative;
    padding: 4px 30px;
    color: black;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #dbce0b;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_buscar_inci:hover
{
    opacity: 1;
    text-decoration: none;
    color:#000;
    background: #ffffff;
}

.btn_ver_actas
{
    background: #ae1317;
    position: relative;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #ae1317;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_ver_actas:hover
{
    opacity: 1;
    text-decoration: none;
    color:#ae1317;
    background: #fff;
}

.btn_buscar
{
    background: #f44336;
    position: relative;
    padding: 7px 45px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #f44336;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    font-size: 14px;
}
.btn_buscar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#f44336;
    background: #fff;
}

.btn_abrir_nomina
{
    background: #f8e042;
    position: relative;
    padding: 3px 3px;
    color: #000;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #f8e042;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    font-size: 14px;
}
.btn_abrir_nomina:hover
{
    opacity: 1;
    text-decoration: none;
    color:#000;
    background: #fff;
    border: solid 2px #000;;
}

.btn_cerrar_procesos
{
    background: #f8e042;
    position: relative;
    padding: 7px 20px;
    color: #000;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #f8e042;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    font-size: 14px;
}
.btn_cerrar_procesos:hover
{
    opacity: 1;
    text-decoration: none;
    color:#000;
    background: #fff;
    border: solid 2px #000;;
}

.btn_resetear
{
    background: orangered;
    position: relative;
    padding: 3px 10px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px orangered;
    display: inline-block;
    opacity: .9;
    transition: .3s;
}
.btn_resetear:hover
{
    opacity: 1;
    text-decoration: none;
    color:orangered;
    background: #fff;
}

.btn_desc_acta
{
    background: orangered;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px orangered;
    display: inline-block;
    opacity: .9;
    transition: .3s;
}
.btn_desc_acta:hover
{
    opacity: 1;
    text-decoration: none;
    color:orangered;
    background: #ffffff;
}


.btn_eliminar
{
    background: #00b7ac;
    position: relative;
    padding: 3px 10px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #00b7ac;
    display: inline-block;
    opacity: .9;
    transition: .3s;
}
.btn_eliminar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#00b7ac;
    background: #fff;
}

.btn_nuevo
{
    background: #204176;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #204176;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}
.btn_nuevo:hover
{
    opacity: 1;
    text-decoration: none;
    color:#204176;
    background: #fff;
}

.btn_actualizar
{
    background: #0e53ae;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #0e53ae;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn_actualizar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#0e53ae;
    background: #fff;
}

.btn_regresar
{
    background: #0f1c27;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #0f1c27;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn_regresar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#0f1c27;
    background: #fff;
}

.btn_aprobar
{
    background: #0e53ae;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #0e53ae;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;

}

.btn_aprobar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#0e53ae;
    background: #fff;
}

.btn_procesar
{
    background: #129f5b;
    position: relative;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #129f5b;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    font-size: 14px;

}

.btn_procesar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#129f5b;
    background: #fff;
}

.btn_regresar_reg
{
    background: #0d1e28;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #0d1e28;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn_regresar_reg:hover
{
    opacity: 1;
    text-decoration: none;
    color:#0d1e28;
    background: #fff;
}

.btn_agregar
{
    background: #0e53ae;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #0e53ae;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn_agregar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#0e53ae;
    background: #fff;
}

.btn_agregar_sexo
{
    background: #791b06;
    position: relative;
    padding: 7px 20px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #791b06;
    display: inline-block;
    opacity: .9;
    transition: .3s;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn_agregar_sexo:hover
{
    opacity: 1;
    text-decoration: none;
    color:#791b06;
    background: #fff;
}

.btn_editar
{
    background: #a7a5e6;
    position: relative;
    padding: 3px 10px;
    color: white;
    border-radius: 5px;
    font-weight: bolder;
    cursor: pointer;
    border: solid 2px #a7a5e6;
    display: inline-block;
    opacity: .9;
    transition: .3s;
}

.btn_editar:hover
{
    opacity: 1;
    text-decoration: none;
    color:#a7a5e6;
    background: #fff;
}

/*.btn_agregar
{
    background: rgba(0,0,0,0.1);
    position: relative;
    padding: 10px 2em;
    border: none;
    border-radius: 3px;
    color: #2a2a2a;
    font-weight: bold;
    cursor: pointer;
    transition:  .3s;
}*/

.btn-span-color
{
    border: solid 2px #fff;
    background: #999;
    border-radius: 5px;
    font-size: .9em;
    transition: all .3s linear;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.input_reportes {
    font-size: 14px;
    height: 34px;
    /*! border-block: blue; */
    box-sizing: border-box;border: solid 2px #2a7fb1;
    display: inline-block;opacity: .9;
    transition: .3s;
    border-radius: 5px;
    width: 160px;
    text-align: left;
}

.select_reportes {
    font-size: 14px;
    height: 34px;
    /*! border-block: blue; */
    box-sizing: border-box;border: solid 2px #2a7fb1;
    display: inline-block;opacity: .9;
    transition: .3s;
    border-radius: 5px;
    width: 200px; /*200*/
}

.input_reportes_cuadro {
    font-size: 14px;
    height: 34px;
    /*! border-block: blue; */
    box-sizing: border-box;border: solid 2px #2a7fb1;
    display: inline-block;opacity: .9;
    transition: .3s;
    border-radius: 5px;
    width: 100%;
    text-align: left;
}

.select_reportes_cuadro {
    font-size: 14px;
    height: 34px;
    /*! border-block: blue; */
    box-sizing: border-box;border: solid 2px #2a7fb1;
    display: inline-block;opacity: .9;
    transition: .3s;
    border-radius: 5px;
    width: 100%; /*200*/
}


.marquesina {
    width: 100%;
    padding-bottom: 3px;
    font-size: 17px;
    background-color: gold;
}

.titulos_forms {
  margin-top: 421px;
  margin-bottom: 0px;
  font-size: 18px;
  color: inherit;
  text-align: center;
  background-color: #0e53ae;
  color: white;
}

.noti-box .icon-central {
  display: block;
  float: left;
  margin: 5px 62px 15px 74px;
  width: 124px;
  height: 118px;
  margin-left: 43px;
}

.icon-central {
width: 167px;
margin-left: 104px;
}

.icon-box {
  display: block;
  float: left;
  margin: 0px 0px 10px 25px;
}

/*.noti-box .icon-box {
  display: block;
  float: left;
  margin: 15px 0px 0px 45px;
}*/

.text-central p{
  text-align: center;
  margin-top: -49px;
  margin-left: -28px;
}

.text-box p{
    margin: 0px -16px 10px 0px;
    text-align: center;
}

.text-box {
  margin-top: -22px;
  /*width: 110px;*/
}

.text-box-jefes p{
    margin: -43px 10px 0px;
    text-align: center;
}

.text-box-cantidad-jefes p{
    margin: -23px 10px 0px;
    text-align: center;
}
.main-text {
    font-size: 20px;
    font-weight:600;
}
.set-icon {
    -webkit-border-radius: 120px;
-moz-border-radius: 120px;
border-radius: 120px;

}
    .bg-color-green {
background-color: #009A48;
color: #fff;
}
 .bg-color-blue {
background-color: #A95DF0;
color: #fff;
}
  .bg-color-red {
background-color: #DB0630;
color: #fff;
}
  .bg-color-brown {
background-color: #B94A00;
color: #fff;
}


 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
      -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#0E53AE;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }
    .back-footer-green {
    background-color: #009B50;
    border-top: 0px solid #fff;
}
     .back-footer-red {
    background-color: #9C0E0E;
    border-top: 0px solid #fff;
}
     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}

/*==============================================
    MENU STYLES    
    =============================================*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 width: 200px;
}

.firma-image {
    margin-top: 0px;
  margin-bottom:-180px;
  margin-left:350px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 width: 300px;

}
.navbar-cls-top .navbar-brand {
  color: #fff;
background: #369;  /*2264AF*/
width: 260px;
text-align: center;
height: 60px;
font-size: 16px;
font-weight: 600;
}
.active-menu {
    background:#FCA905!important;
    color: #000;

}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav{
  background:none;
}
.sidebar-collapse .nav {
  padding:0;
}

/*menu principal lateral izquierdo*/
.sidebar-collapse .nav > li > a {
  color:#fff;
  background:#369;
  text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}

/*----AJUSTE DEL MENU PRINCIPAL DEPENDIENDO DE LA PANTALLA-----*/
@media(max-width:4800px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:3600px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:3000px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:2560px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:2080px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:1810px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#0E53AE;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:1610px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
/*-----------------------*/
@media(max-width:1440px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 18px;
    font-weight: 700;
}
}

@media(max-width:1366px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
/*-- w3layouts --*/
@media(max-width:1280px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:1024px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:991px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:768px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}

@media(max-width:667px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 20px;
    font-weight: 700;
}
}
@media(max-width:640px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:568px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:500px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:480px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;
}
}
@media(max-width:320px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 16px;
    font-weight: 700;

}
}
@media(max-width:280px){
.sidebar-collapse .nav > li > a {
    color:#fff;
    background:#369;
    text-shadow:none;
    font-size: 20px;
    font-weight: 700;
}
}

.sidebar-collapse > .nav > li > a {
  padding:5px 20px;
}
.sidebar-collapse > .nav > li {
  border-bottom: 0px solid rgba(107, 108, 109, 0.19);
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
  
  background:#F9F8F5;
  outline:0;
  color: #369;
}

.nav-second-level > li > a:before ,
.nav-third-level > li > a:before {
  content:"";
  display:block;
  position:absolute;
  left:20px;
  width:15px;
  height:1px;
  background:#ff0000;
  top:20px;
}
.nav-second-level > li > a:after,
.nav-third-level > li > a:after {
  content:"";
  display:block;
  position:absolute;
  left:20px;
  width:1px;
  height:100%;
  background:#ff0000;
  top:0px;
  z-index:10;
}
.nav-second-level  > li:last-child > a:after,
.nav-third-level  > li:last-child > a:after {
  height:50%;
}
.nav-third-level > li > a:after,
.nav-third-level > li > a:before  {
  left:40px;
}

/*Barra superior izquierda*/
.navbar-side {
  border:none;
  background-color: #369;   /*A70303*/
  
}

.navbar-side-inci {
  border:none;
  background-color: #4a4a4a;   /*A70303*/
  
}

.navbar-side-cons {
  border:none;
  background-color: #5b861c;   /*A70303*/
  
}

.navbar-side-otros {
  border:none;
  background-color: #0c8075;   /*A70303*/
  
}

.navbar-side-quim {
  border:none;
  background-color: #b75318;   /*A70303*/
}

.navbar-side-acti {
  border:none;
  background-color: #601225;   /*A70303*/
  
}

.navbar-cls-top {
  /*background:#303B87;*/
  border-bottom:none;
  
}
.navbar-cls-top .navbar-brand:hover {
/*background: #303B87;*/
color:#fff;

}

.navbar-default {
border:0px solid black;

}
.navbar-header {
  background: #0D1E28;
  /*height:60px;*/
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #369;

}
.navbar-default .navbar-toggle {
border-color: #fff;

}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;

}
/*==============================================
    UI ELEMENTS STYLES     
    =============================================*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}

/*==============================================
    MEDIA QUERIES AJUSTE DE BARRA DE MENU LATERAL IZQUIERDA EN EL PANEL    
    =============================================*/
 
 @media(min-width:768px) {
     #page-wrapper{
        margin-top: 0px;
        margin: 0 0 0 260px;
        padding: 15px 20px;
       /* min-height:700px;*/
       min-height: 650px;
    
    }

     #page-wrappers{
        margin-top: 0px;
        margin: 0 0 0 280px;
        padding: 15px 20px;
       /* min-height:700px;*/
       min-height: 800px;
    }
 
  
    .navbar-side {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-inci {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-cons {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-otros {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-quim {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-acti {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

   .navbar {
    border-radius: 0px; 
    }
   
}

@media screen and (max-width: 450px) {
.contenedor{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  /*margin: 0px -10px;*/
}

.contenedor .item {
  box-sizing: border-box;
  width: 50%;
  /*margin-bottom: 20px;
  padding: 0px 10px;*/
}

.contenedor img{
  width: 8em;
  /*margin-bottom: 20px;
  padding: 0px 10px;*/
}

.contenedor p{
  width: 10em;
  /*margin-bottom: 20px;
  padding: 0px 10px;*/
}

.contenedor .contenido {
  color: #242424;
  /*background-color: #ffffff;*/
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}

#container_ppal {
    margin: 30px 0px 30px 0px;
    width: 100%;
    text-align: center;
    color: white;
}
}

 @media(min-width:1200px) {
     #page-wrapper{
        margin-top: 0px;
        margin: 0 0 0 280px;
        padding: 15px 20px;
       /* min-height:700px;*/
       min-height: 800px;
    
    }
 
      #page-wrappers{
        margin-top: 0px;
        margin: 0 0 0 280px;
        padding: 15px 20px;
       /* min-height:700px;*/
       min-height: 800px;
    }
  
    .navbar-side {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-inci {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-cons {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-otros {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

    .navbar-side-acti {
        z-index: 1;
     position: absolute;
         /*position: fixed;*/
        width: 240px;
    }

   .navbar {
    border-radius: 0px; 
    }
   
}

		#consulta{
            display: none;
            font-size: 12px;
            background: #d5d8dd;
            margin-bottom: 15px;
        }
        .container_12{
            background: #1b89da;
            border: 5px solid #fff;
        }
        #cuerpo{
            margin-top: 10px;
        }
        #cabecera{
            margin-top: 10px;
            background: #111;
            color: #fff;
            margin-left: 0px;
        }
        .mostrar{
            color: #fff;
            font-weight: bold;
            text-align: center;
            font-size: 22px;
            cursor: pointer;
        }
        pre{
            border: 1px solid #111;
            background: #fff;
            margin-left: -60px;
            margin-right: 30px;
        }
        #consulta_sql{
            margin: 20px 0px;
        }


/*==============================================
    MEDIA QUERIES AJUSTE DE BARRA DE MENU LATERAL IZQUIERDA EN EL PANEL    
    =============================================*/

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
    }
                  
    li{
    /*list-style-type:none;*/
    position:relative;
    width: auto; /*240px*/
    }
                
    li a{
    text-decoration:none;
    display:inline-block;
    padding:5px 7px;
    /*width:185px;*/
    height:30px;
    font-size: 16px;
    font-weight: bold;
    /*border:1px solid #000;*/
    color:#ffffff;
    /*background-color:#0D1E28;*/
    }
            
    li a:hover{
    color:#ffffff;
    background-color:#33b6ea;
                
    }
    
    nav li ul{
        display:none;
        position:absolute;
        top:0px;
        left:175px;
    }
            
    nav li:hover ul{display:block;}

/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}*/

#loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #000;
}

/* loader con pelotas*/

@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,800&display=swap');

/*body{
    font-family: 'Montserrat', sans-serif;
  font-weight: 800;
    background-color: #FFF;
    color: #00b8de;
}*/
/* ======================== */
.container_load{   
  display: grid;
    place-content: center;
    height: 100vh;
}
.cargando{
    width: 120px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  margin: 0 auto; 
}
.texto-cargando{ 
  padding-top:20px
}
.cargando span{
    font-size: 20px;
    text-transform: uppercase;
}
.pelotas {
    width: 30px;
    height: 30px;
    background-color: #00b8de;
    animation: salto .5s alternate
    infinite;
  border-radius: 50%  
}
.pelotas:nth-child(2) {
    animation-delay: .18s;
}
.pelotas:nth-child(3) {
    animation-delay: .37s;
}
@keyframes salto {
    from {
        transform: scaleX(1.25);
    }
    to{
        transform: 
        translateY(-50px) scaleX(1);
    }
}

/*************DASHBOARD*************/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  margin-right: auto;
  margin-left: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}

.h-100 {
  height: 100% !important;
}

.shadow {
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.align-items-center {
  align-items: center !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/*.row_dash {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.col_dash {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}*/

/*.text-xs {
  font-size: .7rem;
}*/

.text-primary {
  color: #4e73df !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading, .text-uppercase {
  text-transform: uppercase !important;
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.text-success {
  color: #f00;
}

.text-warning {
  color: #ffa500;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa-2x {
  font-size: 2em;
}

/*.border-left-success {
  border-left: .25rem solid #1cc88a !important;
}*/

.border-left-success {
  border-left: .25rem solid #f00 !important;
}

.h-100 {
  height: 100% !important;
}

.h-70 {
  height: 100% !important;
}

.h-40 {
  height: 40% !important;
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important;
}

.pt-2, .py-2 {
  padding-top: .5rem !important;
}

.shadow {
  /*box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;*/
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, 0.73) !important;
}

.border-left-info {
  border-left: .25rem solid #36b9cc !important;
}

#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

.topbar {
  height: 4.375rem;
}

.bg-white {
  background-color: #fff !important;
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /*padding: .5rem 1rem;*/
}

.border-left-warning {
  border-left: .25rem solid #f6c23e !important;
}

.topbar .dropdown {
  position: relative;
}

.ml-1, .mx-1 {
  margin-left: .25rem !important;
}

.navbar-nav {
  list-style: none;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 .75rem;
}

.sidebar .nav-item .nav-link, .topbar .nav-item .nav-link {
  position: relative;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}

.dropdown-toggle {
  white-space: nowrap;
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2e2f37;
  text-decoration: none;
  background-color: #eaecf4;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-primary {
  background-color: #4e73df !important;
}

.topbar .dropdown-list {
  width: 20rem !important;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

.dropdown .dropdown-menu {
  font-size: .85rem;
}

.dropdown-item {
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  line-height: 1.3rem;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.sidebar .nav-item .nav-link .badge-counter, .topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}

.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .35rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.progress {
    height: 35px;
    width: 100%;
    border: 1px solid #428bca;
    border-radius: 5px;
    background-color: #e6f3fa;
    margin-bottom: 15px;
}
 
.progress-bar_d {
    height: 100%;
    background: #428bca;
    display: flex;
    align-items: center;
    transition: width 0.25s;
    border-radius: 5px;
}
 
.progress-bar-text {
    margin-left: 10px;
    font-weight: bold;
    color: #cce7f5;
}
 
button[disabled="disabled"] {
    opacity: 0.7;
}