
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Monserrat";
    src: url(fuentes/Montserrat-Regular.otf) format("truetype");
}

.fondo_verde {
  background-color: #16A085;
}

body
{
  font-family: "Monserrat";
  font-size: 11px;
  margin:5px;
  padding: 0px;
  background-color: #17202A;
  border-top-right-radius: 10px;
}

.italic {
  font-style: italic;
}

.barra_menu
{
  padding: 15px;
  background-color: #0B0E12;
}

.deslizar_hn
{
  overflow-y: scroll; height: 500px !important;
  overflow-x: hidden;
}

.no-display
{
  display: none;
}

.si-display
{
  display: auto;
}

.display
{
  display: contents;
}

.justificado
{
  text-align: justify !important;
}

.flotante
{
  position:fixed;
  right: 10px;
  top: 5%;  
  z-index: 100;
  box-shadow: 6px 8px 10px 0px #ededed; 
}

.inputdate
{
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  display: block;
  width: 100%;      
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;  
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bloquebien1
{
  background-color: #45B39D;
  font-size: 1em;
  color: white; 
  text-align: center;
  padding: 10px;  
  box-shadow: 6px 8px 10px 0px #ededed; 
  border-radius: 5px; 
  letter-spacing: 1.5px;  
  height: 60px;  
}


.bloqueasistencia
{
  border:solid;
  border-color: #45B39D;
  font-size: 0.8em;
  color: white; 
  text-align: center;
  padding: 10px;  
  box-shadow: 2px 4px 6px -2px #6a6565; 
  border-radius: 5px; 
  letter-spacing: 1.5px;  
  height: 40px;
}

.bloqueasistencia:hover
{
  background-color: #45B39D !important;  
  cursor: pointer;
  font-weight: bolder;  
  box-shadow: none;
}

.bloqueasisactivo
{
  background-color: #45B39D !important;
}

.azulantiserv
{
  background-color: #5b9bd5 !important;
}

.naranjaprep
{
  background-color: #ed7d31 !important;
}

.grismejoramiento
{
  background-color: #636363 !important;
}

.amarilloantistenv
{
  background-color: #ffc000 !important;
}

.azulasam
{
  background-color: #4472c4 !important;
}

.verdemanis
{
  background-color: #70ad47 !important;
}

.rojocomisiones
{
  background-color: #9e480e !important;
}

.verazuldirectos
{
  background-color: #16A085 !important;
}


.alertaroja
{
  background-color: #CD6155 !important;
  color: white !important;
}

.alertaverde
{
  background-color: #52BE80 !important;
  color: white !important;
}

.trhead
{
  background-color: #17202A !important;
  color: white !important;
}

.notifacion
{
  padding: 5px;
  border-radius: 50px;
  color: #e1e7e7 !important;
  background-color: #B7950B;  
  font-size: 0.6rem;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.verenlace
{
  text-align: center;
  color: black;
  text-decoration: none;  
  border:solid;
  border-width: 1px;
  border-color: #CACFD2;
  border-radius: 10px;
  margin-top: 10px;
  padding:2px;
  background-color: white;  
  min-width: 100px;
}

.verenlace:hover
{      
  text-decoration: none;
  box-shadow:  1px 2px 6px 0px #ededed;
  background-color: #F2F3F4;  
  color: black;
}

.header-card
{
  padding: 5px;
  background-color: #17202A !important;
  font-size: 1rem;
  color: white;
}

.seccion
{
  background-color: #17202A; color: white; margin-left: -20px; 
  padding: 10px; font-size: 13px; letter-spacing: 5px; border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

[class*="badger"]:after 
{
  font-family: "Panton";
  content: attr(data-badger);
  position: absolute;
  top: 0;    
  padding: 10px 7px;
  font-size: 14px;
  font-weight: bold;
  background: #922B21;
  color: #fff;
  margin-left: 0px;
}

.badger-left {
    border-top-left-radius: 6px
}

.badger-right {
    border-top-right-radius: 6px
}

.badger-left:after {
    left: 0;
    border-radius: 6px 0 6px 0
}

.badger-right:after {
    right: 0;
    border-radius: 0 6px 0 6px
}

.badger-danger:after {
    background: #d9534f
}

.badger-warning:after {
    background: #f0ad4e
}

.badger-success:after {
    background: #5cb85c
}

.badger-info:after {
    background: #5bc0de
}

.badger-inverse:after {
    background: #222
}

#resultadocurp
{
    background-color: #F0BC6D;
    color: white;   
}
#resultadocurp.ok 
{
    background-color: #A4C96A;
}

#resultadorfc
{
    background-color: #F0BC6D;
    color: white;   
}
#resultadorfc.ok 
{
    background-color: #A4C96A;
}

#resultadomail
{
    background-color: #F0BC6D;
    color: white;   
}
#resultadomail.ok 
{
    background-color: #A4C96A;
}

.btnborde
{
  border-radius: 55px;
}


/* estilo para cargando de notificacion*/

.lds-facebook {
  display: inline-block;  
  position: relative;
  width: 100%;
  height: 15px;
  margin-top: -10px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #A4C96A;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}

.submenu
{
  border-radius: 0px;
  background-color: #212F3D;
}

.deslizar
{
  overflow-y: scroll; min-height: 700px !important;
}

/* Estilos para el loader */
#wait{
    width: 100%;
    height: 100%;
    margin: 0;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    top: 0;
    /*background: #1a1413cc;*/
    left: 0;
    /*z-index: 5;*/
}
#loader-wrap{
    height: 150px;
    width: 25%;
    color: black;
    margin: 15% auto;
    text-align: center;
    font-family: 'Monserrat';
    font-size: 0.9rem;
    /*text-shadow: 2px 1px 1px #1a1413cc;*/
}

#loader{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -moz-animation: spin 1.7s linear infinite;
    -o-animation: spin 1.7s linear infinite;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    margin: auto;
    border-bottom: solid 4px #1e4050;    
    border-top: solid 4px #646f72;       
    padding: 5px;
    box-sizing: border-box;
}
#loader2{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;    
    border-bottom: solid 4px #1e4050;    
    border-top: solid 4px #646f72;   
    transform: rotate(360deg);
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Terminan los estilos del loader */

.nota {
  padding: 10px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 5px;
  color: black;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
          box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.nota-sm {padding: 10px;font-size: 80%;}
.nota-md {padding: 15px;font-size: 14px;}
.nota-lg {padding: 35px;font-size: large;}
.nota-success {border-color: #80D651;}
.nota-success>strong {color: #80D651;}
.nota-info {border-color: #45ABCD;}
.nota-info>strong {color: #45ABCD;}
.nota-warning {border-color: #FEAF20;}
.nota-warning>strong {color: #FEAF20;}
.nota-danger {border-color: #A93226;}
.nota-danger>strong {color: #d73814;}


hr
{
  margin-top: 7px;
  margin-bottom: 7px;
  border-color: #515A5A;
}

.menprincipal
{
  border:solid;
  border-width: 0.5px;
  border-color: #1C2833;
  background-color: #1C2833;
  color: white;
  font-size: 12px;  
  padding: 10px;
}

.menprincipal:hover
{
  border:solid;
  border-width: 0.5px;
  border-color: #515A5A;  
  background-color: #17202A;
  color: white;
  font-size: 12px;  
  cursor: pointer;
  padding: 10px;    
}

.padding5
{
  padding: 5px;
}
.btnmenu
{    
  width: 100%;
  font-size: 13px; 
  padding: 5px;     
}

.btnmenu:hover
{   
  width: 100%;
  font-size: 13px;      
  cursor: pointer;
  padding: 5px;
  background-color: #F8F9F9;
  color: #3F585C;
}

.marco
{
  border: solid;
  border-color: white;
  border-radius: 5px;
  padding: 15px;  
}

.borde
{
  border-color: #1C2833;
  border-width: 2px;
}

.transparente
{
  background-color: transparent;
}
.form-control
{
  font-size: 12px !important;
}

.circulo
{
  border-radius: 50%;
}

.sombra
{
  box-shadow:  4px 3px 8px 0px #212F3D;
}

.sombra_hover:hover
{
  box-shadow:  4px 3px 8px 0px #212F3D; 
}

.transparencia
{
  filter:alpha(opacity=50); opacity:0.92;
}

.textxxs
{
  font-size: 8px;
}

.textxs
{
  font-size: 10px;
}

.texts
{
  font-size: 12px;
}

.textsm
{
  font-size: 14px;
}

.textmd
{
  font-size: 16px;
}

.textlg
{
  font-size: 18px;
}

.textxl
{
  font-size: 20px;
}

.textxxxl
{
  font-size: 30px;
}

.blanco
{
  color: white;
}

.negro
{
  color: black;
}

.verde
{
  color: #1E8449;
}

.verdeclaro
{
  color:   #abebc6;
}

.azul
{
  color: #3F585C;
}

.rojo
{
  color: #A93226;
}

.amarillo
{
  color: #F1C40F;
}

.minheight600
{
  min-height: 600px;
}


.margin5
{
  margin-top: 5px;
}

.margin10
{
  margin-top: 10px;
}

.margin5
{
  margin-top: 5px;
}

.margin20
{
  margin-top: 20px;
}

.margin50
{
  margin-top: 50px;
}


.anexo
{
  background-color: #17202A;
  color: white; 
}

.link
{
  text-decoration: none;
}

.link:hover
{
  text-decoration: none;
}

.opciones
{
  background-color: #17202A;
  min-height: 40px;
  max-height: 40px;
  font-size: 0.65rem;  
  color: white;
  border-radius: 40px;  
  margin-bottom: 10px;  
}

.opciones:hover
{
  background-color: #626567;
  min-height: 40px;
  max-height: 40px;
  font-size: 0.65rem;  
  color: white;
  border-radius: 40px;
  transform: scale(1.01);
  cursor: pointer;
  box-shadow:  3px 1px 5px 0px #212F3D;  
  margin-bottom: 10px;  
}


.opcionesred
{
  background-color: #17202A;
  min-height: 40px;
  max-height: 40px;
  font-size: 0.65rem;   
  color: white;
  border-radius: 40px;  
  margin-bottom: 10px;
}

.opcionesred:hover
{
  background-color: #A93226;
  min-height: 40px;
  max-height: 40px;
  font-size: 0.65rem;  
  color: white;
  border-radius: 40px;
  transform: scale(1.01);
  cursor: pointer;
  box-shadow:  3px 1px 5px 0px #212F3D;  
  margin-bottom: 10px;
}


.bottomsolid
{
  border-bottom: solid;
  border-color: #E2E6EB;
  border-width: 1.5px !important;
}

.tabper
{
  border-width: 1.5px !important;
  border-color: #E2E6EB !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top:solid;
  border-left:solid;
  border-right: solid;
  min-height: 20px;
  padding: 7px;
  font-size: 1rem;
}

.pointer:hover
{
  cursor: pointer;;
}

.tabperhover
{
  border-width: 1.5px !important;
  background-color: #17202A;
  color: white;
  cursor: pointer;
  border-color: #E2E6EB !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top:solid;
  border-left:solid;
  border-right: solid;
  min-height: 20px;
  padding: 7px;
  font-size: 1rem;
}

.tabper:hover
{
  border-width: 1.5px !important;
  background-color: #17202A
  ;
  color: white;
  cursor: pointer;
  border-color: #E2E6EB !important;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top:solid;
  border-left:solid;
  border-right: solid;
  min-height: 20px;
  padding: 7px;
  font-size: 1rem;
}

.padding-10
{
  margin-top:-10px;
}

.header2
{
  background-color: #17202A; border:solid; border-color: #282A2A;
  font-size: 17px; font-weight: bold; color: white;  
}

.cursor
{
  cursor: pointer;;
}

.ancho100
{
  width: 100%;
}

.parpadea{
background-color: #F1C40F;
color: white;
animation: parpadeo 3s;
-webkit-animation: parpadeo 3s;
-moz-animation: parpadeo 3s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
}


.parpadea2{
background-color: #A93226;
color: white;
animation: parpadeo 3s;
-webkit-animation: parpadeo 3s;
-moz-animation: parpadeo 3s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
}

@keyframes parpadeo { 
0% {background-color: white}
50%{background-color: #A93226;  color: white;}
}

@-webkit-keyframes parpadeo { 
0% {background-color: white}
50%{background-color: #A93226; color: white;}
}


/* Menú Lateral */
.contmenu
{
  background-color: #1C2833;
  /*  opacity: 0.8;  */
}

.menulateral-divider { 
  border-top: 1px solid #e9ecef;
}

.headermenulateral
{     
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.6rem;
  font-size: 0.9em;
  color: #49453C;
  font-weight: 800;  
  margin-left: 10px;  
  text-decoration: none;
}
.headermenulateral:hover
{
  cursor: pointer;
  text-decoration: none;
}

.bodymenulateral
{
  font-family: 'Monserrat';
  font-weight: 800;
  font-size: 0.9em;
  background-color: #3F585C !important;
  opacity: 0.8;
  color: white;
  line-height: 20px;
  padding: 10px;
}


.overlay-menu{
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 999999;
  top:0;
  background:rgba(0, 0, 0, 0.6);
  transition: opacity 1s ease-out 0s;
  opacity: 0;
  padding: 10px;  
}
.resp-menu-botton {
  display: inline-block;
  font-size: 27px;
  vertical-align: middle;
  color: #aa983f;
  padding: 4px 9px;
  line-height: 32px;
  margin-left: 14px;
  cursor: pointer;
}

.resp-menu-botton:hover {
  border-radius: 4px;
  background-color: #dddad0;
}
.side-menu {
  padding: 10px;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  width: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: rgba(23, 32, 42, 0.9);
  color: #fff;
  transition: left 0.2s ease 0s;
  left: -360px;
}
.side-menu ul,
.side-menu ul li {
  padding: 0;
  margin: 0;
}

.btn-align-left {
  text-align: left;
}

.side-menu ul #liDate {
  list-style: none;
  text-align: center;
  background: #e2e2e2;
  padding: 3.5px;
  font-family: "Ubuntu";
  font-weight: bold;
  font-size: 13px;
  color: #666666;
}
.side-menu ul li .controls {
  padding: 1.2em 0;
  height: auto;
  overflow: hidden;
}
  .side-menu ul li .controls div {
    display: inline-block;
    border-radius: 9px;
    text-align: center;
    padding: 2px 4px 2px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 39px;
    background-color: #e2e2e2;
    color: #aa983f;
    float:right;
    cursor: pointer;
    line-height: 2;
    margin-right: .7em;
  }
  .side-menu ul li .controls div:hover{
    background-color: #4a4a4a;;
    color:#fff;
  }
  .side-menu ul li .controls div i:before {
    font-style: normal;
    /* font-weight: normal; */
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.5;
    margin-left: 0.2em;
  }
  .side-menu ul li .ulOptions{
    width: 90%;
    margin:0 auto;
    background:#DDDAD0;
    color:#49453C;
    font-size: 15px;
  }
  .side-menu ul li .ulOptions li{
    list-style: none;
    display: block;
    font-size: 1.068em;
    text-transform: uppercase;
    font-family: "Ubuntu";
    font-weight: bold;
    padding: 7px 35px 7px;
    color:#49453C;
  }

  .estatus_pagado {
    background-color: #229954;
    color: #FFF;
  }

  .estatus_tramite {
    background-color: #F1C40F;
    color: #FFF;
  }

  .estatus_no_pagado {
    background-color: #922B21;
    color: #FFF;
  }

  .estatus_inactivo {
    background-color: #E5E7E9;
    color: #000;
  }

