/*.grupo,.grupo2{
  background-color: #ddd;
}

.semaforos {
  display: flex;
  order: 3;
  justify-content: center;
}
.circulo {
  border-radius: 70px;
  height: 130px;
  margin: 40px;
  width: 130px;
}

.circulo--verde {
  background: #59AF30;
  order: 3;
}

.circulo--naranja {
  background: #EC6806;
  order: 2;
}

.circulo--azul {
  background: #144C6F;
  order: 1;
}

.circulo__titulo {
  color: #FFFFFF;
  font-weight: bold;
  margin: 20px 0 5px;
  text-align: center;
}

.circulo__cantidad {
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
}

.circulo__monto {
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
}

.circulo__icono {
  text-align: center;
}

.commentslist {
  background-color: #f5f5f5;
}

.loginbutton {
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.comment {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
}

ul {
  list-style-type: none;
}

.timestamp {
  color: #aaa;
}


.center {
  text-align: center;
}

.navbar-brand:hover {
  color: #2f2f2f;
}

.footer {
  height: 30px;
  width: auto;
  text-align: center;
}

.floating-action-icon {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 101;
  width: 56px;
  height: 56px;
  font-size: 20px;
  border-radius: 35px;
  box-shadow: 0 0 4px #111;
  padding-top: 10px !important;
}

.notification {
  width: -moz-fit-content;
  position: fixed;
  right: 10px;
  max-width: 400px;
  padding: 12px;
  background-color: #F2FCFF;
  box-shadow: 1px 0px 9px 0px rgba(27, 123, 216, 0.4);
  border: 1px solid #5596CE;
  border-radius: 10px;
  border-radius: 10px;
  z-index: 1100;
  max-height: 90px;
  margin-top: 20px;
  min-width: 200px;
}

#btnMessage {
  padding: 1px 12px;
  height: 30px;
  text-align: center;
  float: right;
}

.table {
  margin-bottom: 0;
}

/*--------------------------------------
Navbar
-------------------------------------- */
/*
.navbar{
  flex-direction: row;
}


.mainHeader {
  background-color: #fff;
  border-radius: 0px;
}

.navbar-brand {
  margin-left: 25px;
  font-size: 1.5em;
  color: black;
  max-width: 2000px;
}

.btn-action {
  background-color: #79B12A;
}
*/
#icons {
  text-align: center;
  padding: 0;
  height: 50%;
  line-height: 32px;
  float: right;
  margin-top: -5px;
  right: 10px;
}
/*
nav .glyphicon {
  color: white;
}

nav .glyphicon:hover {
  color: black;
}


.sr-only {
  display: block;
  width: 20px;
  height: 3px;
  background-color: white;
  margin-bottom: 4px;
}

.hidden {
  display: none;
}

.overdue {
  color: red;
  margin-top: 1px;
  font-size: 12px;
  padding-top: -100px;
  position: absolute;
  padding-left: 5px;
}

.noteHeading {
  font-weight: 900;
  font-size: 17px;
  color: #444;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

hr {
  margin: 0;
  padding: 0;
}

.noteHeading a {
  font-weight: 400;
  font-size: 12px;
}

.noteContent {
  padding-top: 7px;
  font-size: 0.9em;
  display: none;
}

.noteContent img {
  width: 20%;
  padding-left: 10%;
}

.toggle {
  cursor: pointer;
  margin-top: -30px;
  float: right;
}

.notefooter {
  color: #aaa;
  height: 20px;
}

.column {
  float: left;
}

.note {
  display: block;
  margin: 4px;
  margin-bottom: 6px;
  padding: 15px;
  background-color: white;
  box-shadow: 1px 1px 2px 1px #7D7470;
  border-radius: 4px 4px 4px 4px;
  height: auto;
}

.note:hover {
  border-bottom: 2px solid black;
}

.menu a {
  text-decoration: none;
}

.menu li {
  margin-top: -10px;
  list-style: none;
  float: right;
  padding: 5px;
  height: 15px;
}

.list-group-item {
  border: none;
}

.sidebar-item h5 {
  margin-left: 15px;
  display: block;
}

.sidebar-item .glyphicon:hover {
  color: black;
}

.col-sm-2 a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav-item {
  padding-left: 12px;
}

.col-sm-2 {
  background-color: white;
}

.badgeg {
  color: #444;
}

.badgev {
  color: #444;
}

.badgev:hover {
  background-color: #DF7401 !important;
  cursor: pointer;
  color: #fff;
}
.ovl:hover {
  background-color: #f0ad4e !important;
  cursor: pointer;
  color: #fff;
}

.overr:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #DF7401;
  cursor: pointer;
  }

  #ms-my_multi_select3 {
    width: 100%;
  }

  .ms-optgroup-label {
    color: white !important;
    background: #b5c1c6;
  }

.badger {
  background-color: rgb(228, 74, 104);
  color: #fff !important;
}

.badger:hover {
  background-color: crimson !important;
  cursor: pointer;
  color: #fff;
}
#chatbot {
  position: absolute;
  top:50px;
  right: 10px;
  width:280px;
  height:410px;
  border:0px;
  z-index: 9999;
}

#divchatbot {
  position: fixed;
  right: 10px;
  bottom:0px;
  width:300px;
  height:470px;
  display: none;
  border:0px;
  z-index: 9999;
  background-color: #ACBA1D;
}
#titlechatbot{
  float: left;
  margin: 10px;
  color: #FFFFFF;
  width: 200px;
  height: 20px;
  font-size: 20px
}

#cerrarchatbot{
  cursor: pointer;
  float: right;
  margin: 0px;
  color: #FFFFFF;
  width: 30px;
  height: 20px;
  font-size: 30px
}

#mimaxchatbot{
  cursor: pointer;
  float: right;
  margin: 0px;
  color: #FFFFFF;
  width: 30px;
  height: 20px;
  font-size: 30px
}
/* --------------------------------------
Global Styles
-------------------------------------- */
/*
body {
  width: 100%;
  color:#444;
}

.main-content {
  color: black;
}

.highlight {
  background-color: #72CBFF;
}

.container{
  width: 100%;
  height: 90px;
margin-left: 0px;
margin-right: 0px;
}

/*--------------------------------------
Sidebar
-------------------------------------- */
/*
.sidebar-toggle {
  left: 10px !important;
}

.sidebar-wrapper.sidebar-default.sidebar-open,
.sidebar-wrapper.sidebar-default.sidebar-dragging {
  width: 260px;
}


/*Modal dialog*/
/*

.head_mes {
  background: #DF7401;
  padding: 5px;
  text-align: center;
  color: white;
  font-size: 15px;
  height: 30px;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.head_mes1 {
  background: #DF7401;
  padding: 5px;
  text-align: center;
  color: white;
  font-size: 18px;
  height: 30px;
  margin-left: 35px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.head_factura {
  background: rgb(133, 160, 24);
  padding: 3px;
  border-radius: 12px;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 900;
  height: 45px;
}

.head_facreview {
  background: #79B12A;
  padding: 3px;
  border-radius: 12px;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 900;
  height: 45px;
}

.head_sat {
  background: #A1C51E;
  padding: 3px;
  border-radius: 12px;
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 900;
  height: 45px;
}

.head_tabla {
  background: #B2B1B1;
  padding: 0.5%;
  color: #ffffff;
  text-align: center;
  height: 25px;
}

.head_ico{
  width: 30px;
}

.espaciovertical {
  padding: 1em 0 0;
  width: 100%;
}

.colorgris {
  background: #f0f0f0;
  border-radius: 6px;
  text-align: center;
}
.letraGruesa {
  font-weight: 900;
}
.cursor_verde {
  cursor: pointer;
  color: #55B53A;
}
.cursorverdeclaro {
  cursor: pointer;
  color: #79B12A;
}

.alto {
  height: 41px;
}

#div1 {

    margin: .5em .5em .5em .5em;
    float: left;
    width: 65%;
    height: 350px;

}

#div2 {
  margin: .5em .5em .5em .5em;
  float: right;
  width: 32%;
  height: 350px;
}

#div3 {
  margin: .5em .5em .5em .5em;
  clear: both;
  width: 100%;
  height: 102px;
}

#div4 {
  clear: both;
  width: 1099px;
  height: 22px;
  background: #f0f0f0;
  padding: 0.5%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

img.peque {
  width: 25px;
  height: 25px;
}

.label2{
  margin: 5px; font-weight: 900;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.im{
  width: 20px;
  height: 20px;
  padding-left: 2px;
  padding-bottom: 2px;
}

#encabezado {
  display: none;
}

#resureg{
  width: auto;

}

#registros {
  display: none;
}


#panel{
  width: 100%;
  max-width: 400px;
}

.table td, .table th {
  padding: .40rem;
}

.contenido{
  position: absolute;
  width: 100%;
  align-content: center;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  top: 300px;
}

.flex-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;
	display: -webkit-flex;
	-webkit-justify-content: space-around; //Safari 6.1+
}

.flex-container2{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 100%;
}


.feed{width:90px !important;height:100px !important;margin:15px 0 0 0px;z-index:1000;cursor:pointer;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
}

.feed img{width:50px;}
img{border:0 none;}


.centrar{
  width:100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.centrar2{ 
  text-align: center;
  padding-top:30px;
 }


.t-right{
 text-align: right;
}

.t-left{
  text-align: left;
}


.w2p {
  width: 2%;
}
.w3p {
  width: 3%;
}
.w4p {
  width: 4%;
}
.w5p {
  width: 5%;
}
.w7p {
  width: 7%;
}
.w8p {
  width: 8%;
}
.w9p {
  width: 9%;
}
.w10p {
  width: 10%;
}
.w11p {
  width: 11%;
}
.w12p {
  width: 12%;
}
.w13p {
  width: 13%;
}
.w14p {
  width: 14%;
}
.w15p {
  width: 15%;
}
.w16p {
  width: 16%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w26p {
  width: 26%;
}
.w27p {
  width: 27%;
}
.w28p {
  width: 28%;
}
.w29p {
  width: 29%;
}
.w30p {
  width: 30%;
}


.paginacion{
  display: flex;
  justify-content: center;

  display: -webkit-flex;

  align-items: center;
  padding-top: 20px;
}


.fon{
  font-size: 17px;
}

.fon2{
  font-size: 17px;
  color: crimson;
}

.fon3{
  font-size: 25px;
  color: #85A018
}

.fon4{
  font-size: 25px;
  color: #B25025
}

.loadgif img, .loadgif2 img{
  width: 100px;
  height: 80px;
}
#mensual, #anual{
   display: none;
   line-height: 1.2;
 }


 .tam-encabezado{
   text-align: left;
   height:220px;
 }

 .glyphicon{
   font-size: 15px;

 }
*/
.ttw-notification-menu{
  font-family: Arial, sans-serif;
  font-size:12px;
  height:28px;
  width:450px;
  padding:0px;
  display:block;
  margin:0px;
}

.notification-menu-item{display:block;position:relative;float:right;width:27px; height:30px; margin-right:2px;}
.first-item,.notification-menu-item:first-child{background:none;border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;}
.notification-menu-item:last-child{border-right:none;border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;}
.notification-menu-item.last-item{border-right:none;}
.notification-menu-item a{display:block;color:#333;text-shadow:0 1px 0 #fff;font-size:11px;text-decoration:none;line-height:28px;padding:0 0px;}
.notification-menu-item:hover a{color:#000;}
.notification-bubble{height: 20px; width: 20px; background:#f56c7e no-repeat center center scroll;background-image:none\9;position:absolute;right:5px;top:-10px;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.2);text-align:center;font-size:10px;line-height:18px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.17),0 1px 1px rgba(0,0,0,.2);-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,.17),0 1px 1px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.17),0 1px 1px rgba(0,0,0,.2);border-radius:9px;font-weight:bold;cursor:pointer;display:none;display: inline !important; background-color: rgb(0, 51, 102) !important;}
.notification-bubble.show{display:block;}
.notification-menu-item:hover .notification-bubble{top:-14px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 1px rgba(0,0,0,.2);}
.notification-menu-item a{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}

.tf{
  background:#f4f4f4;
  font-size:12px;
  font-weight: 400;
  height: 28px;
  text-align: center;
}

.tf:hover, .tf2:hover{
  background-color:#232A37 !important;
  color:white;
  overflow:hidden;
  cursor:pointer;
}

.anio{
  text-align:center;
}

.anio{
  background:#232A37;
  width:200px; 
  height: 40px; 
  font-size: 30px; 
  color:white;
}

/*
.tf2{background-color:#FFFFFF;
  font-size:12px;
  font-weight: 400;
  height: 28px;
  text-align: center;
}

.tc2{
  font-size: 14px;
  width: 100px;
  margin-left: 20px;
}

#per{
  color:#9C9C9C;
  font-size: 13px;
  text-align:center;
}

.impexcel .imptxt .impcor .impzip{
  margin-left: 10px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}


#cancelar_bus{
  margin-left: 10px;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
*/
.btn_login {
  color: #fff !important;
  border-color: #DF7401  !important;
  cursor: pointer;
  border-radius: 5px !important;
  background: linear-gradient(#DF7401,#A35501);
}
/*
.btn_login2 {
  color: #fff !important;
  border-color: #EC001C  !important;
  cursor: pointer;
  background: linear-gradient(#ff0000, #aa0000);
  border-radius: 5px !important;
}
.btn_login2:hover{
  background: linear-gradient(#ff0000, #780000);
}
*/
.contenedor-principal{
  margin-right: 40px;
  margin-left: 20px;
  font-size: 13px;
}
/*
.grupo{
  background-color: #ddd;
  font-size: 8px;
  cursor: pointer;
}

.grupo2{
  background-color: #ddd;
  font-size: 12px;
  cursor: pointer;
}

.grupo3{
  background-color: #ddd;
  font-size: 10px;
  cursor: pointer;
}

#reva{
  position: fixed;
  display: none;
  top: 62px;
  right: 155px;
  z-index: 9999;

}

#zip{
  position: fixed;
  display: none;
  top: 62px;
  right: 213px;
  z-index: 9999;

}

#cor{
  position: fixed;
  display: none;
  top: 62px;
  right: 270px;
  z-index: 9999;

}
.ui-dialog{
  z-index:9999 !important;
  font-size: 200%;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #DF7401;
  background: #fdf5ce 50% 50% repeat-x;
  background: #DF7401;
  font-weight: bold;
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 50% 50% repeat-x;
  font-weight: bold;
  color: #000;
}

.pagination-sm .page-link {
  font-size: 0.750rem;
}

.fondo-gris{
  background-color: #e6e6e6;
  width: 100%;
  text-align: center;
  color: #DF7401;
}

.row-x{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
}

.row-bns{
  display: flex;
  justify-content: center;
}

.row-bns > * {
  padding: 10px 15px;
}

.select-x{
  height: 25px;
}

.column_m_r{
  width: 50%;
  padding-right: 5px;
}

.column_m_l{
  width: 50%;
  padding-left: 5px;
}

.column_m{
  width: 33.33%;
  text-align: center;
}

.column_m_2{
  padding: 0 10px;
}

.fondo-gris-mitad{
  background-color: #e6e6e6;
  text-align: center;
  color: #DF7401;
}

#correoModal .modal-content{
  top: 150px;
  width: 80%;
  background-color: rgb(250, 250, 250);
  align-content: flex-end;

}

#correoModal .modal-header{
  background-color: #E9E9E9;
}

.empgrup {
  display: none;
}

/* .table_contenedor{

} */


/* --------------------------------------
Media Queries
-------------------------------------- */


/* Portrait & landscape phone */

@media (max-width: 480px) {
    #icons {
      text-align: center;
      padding: 0;
      height: 50%;
      line-height: 32px;
      float: right;
      margin-top: -5px;
      right: 10px;
    }
    .input {
      width:100px;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .sidebar-scroller {
      width: 100%;
    }
    #respuesta {
      width: 400px;
    }
    body{
      font-size: 8px;
    }
    #registros td, #registros th{
      font-size: 7.5px;
    }
    #table1, #table_1, #table_2, #table_3, #table_4, #table_5, #table_6, #table_7, #table_8, #table_9, #table_10, #table_11, #table_12 {
      font-size: 8px;
    }
    #table2, #table_1e, #table_2e, #table_3e, #table_4e, #table_5e, #table_6e, #table_7e, #table_8e, #table_9e, #table_10e, #table_11e, #table_12e {
      font-size: 8px;
    }
    .marco2{
      float: left;
    }
    .badge{
      font-size: 9px;
      color:#444;
    }
    .hideANDseek {
        display: none;
    }
    .hideANDseek2 {
        display: none;
    }
    .logoizq{
      margin-left: 80px;
    }
    .menu{
      display: block;
    }
    .imglogo{
      max-width: 150px;
    }
    .enca{
      top:20px;
      font-size:14px;
      height: 100px;
    }
}

/* Landscape phone to portrait tablet */

@media (max-width: 868px) and (min-width:481px) {
    #icons {
      text-align: center;
      padding: 0;
      height: 50%;
      line-height: 32px;
      float: right;
      margin-top: -5px;
      right: 10px;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .sidebar-scroller {
      width: 100%;
    }
    #respuesta {
      width: 600px;
    }
    body{
      font-size: 11px;
    }
    .renglon{
      cursor: pointer;
      background-color: #000;
    }
    #registros td,  #registros th{
      font-size: 10.5px;
    }
    #table1, #table_1, #table_2, #table_3, #table_4, #table_5, #table_6, #table_7, #table_8, #table_9, #table_10, #table_11, #table_12 {
      font-size: 11px;
    }
    #table2, #table_1e, #table_2e, #table_3e, #table_4e, #table_5e, #table_6e, #table_7e, #table_8e, #table_9e, #table_10e, #table_11e, #table_12e {
      font-size: 11px;
      float: right;
    }
    .badge{
      font-size: 11px;
      font-weight: bold;
      color:#444;
    }
    .hideANDseek{
        display: none;
    }
    .menu{
      display: none;
    }
    .imglogo{
      max-width: 150px;
    }
    .enca{
      top:20px;
      font-size:14px;
      height: 100px;
    }
}
/*
.message {font-weight:bold}
fieldset {width:50%}
.login-form {
  width: 420px;
    margin: 50px auto;
}
  .login-form  {
    margin-bottom: 15px;
      background: #f7f7f7;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      padding: 30px;
  }
  .login-form h2 {
      margin: 0 0 15px;
  }
  .circulo{
    -webkit-animation: 3s intermitente 1;
 }

 @-webkit-keyframes intermitente {
   25%, 75% {
     opacity: 0;
   }
   50% {
     opacity: 1;
   }
 }
 .ui-autocomplete {
  position: absolute;
  z-index: 99999 !important;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete>li {
  padding: 3px 20px;
}

.ui-autocomplete>li.ui-state-focus {
  background-color: #DDD;
}

.ui-helper-hidden-accessible {
  display: none;
}
.clickable{
  cursor: pointer;
}

.panel-heading div {
margin-top: -18px;
font-size: 15px;
}
.panel-heading div span{
margin-left:5px;
}
.panel-body{
display: none;
}



.warning1 {

  color: #fff !important;
  background-color: #DF7401 !important;
  border-color: #DF7401  !important;
  cursor: pointer;
}


.warning2{
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #f0ad4e  !important;
  cursor: pointer;
}


    .loader {
      font-size: 10px;
      text-indent: -9999em;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      background: #a9ce00;
      background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
      position: relative;
      -webkit-animation: load3 1.4s infinite linear;
      animation: load3 1.4s infinite linear;
    }
    .loader:before {
      width: 50%;
      height: 50%;
      background: #A9CE00;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
    }
    .loader:after {
      background: #fff;
      width: 75%;
      height: 75%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
    }
    @-webkit-keyframes load3 {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @keyframes load3 {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
#cargandoAsignacion{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 10000;
    filter:alpha(opacity=60);
    opacity:0.6;
    background-color: #000;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
}
#cargandoAsignacion img{
    padding-top: 30%;
}

.ul-paginacion{
  display: flex;
}
.ul-paginacion li{
  padding: 0px 2px 0px 2px;
}
.ul-paginacion a{
  border: 1px solid dimgrey;
  border-radius: 5px;
  cursor:pointer;
  padding: 5px 8px 5px 8px;
}*/

.detalle-interactivo{
  cursor: pointer;
}
.detalle-interactivo:hover{
  color: #1F4FB2;
}

.btn-cancelar{
  background-color: #68768A ;
  color:#fff;
}

.btn-cancelar:hover{
  background-color: #576277;/* NO estaba en el maquetado*/
  color:#fff;
}

.fa-check-circle{
  color: rgb(57, 199, 22) !important;
  cursor: no-drop;
}
.fa-minus-circle{
  color: rgba(235, 154, 33, 0.89) !important;
  cursor: no-drop;
}
.fa-times-circle{
  color: rgba(235, 52, 61, 0.938) !important;
  cursor: no-drop;
}
#check{
  color: rgb(57, 199, 22) !important;
  cursor: no-drop;
  margin-left: 150px;
  margin-top: 15px;
}
#check2{
  color: rgba(235, 154, 33, 0.89) !important;
  cursor: no-drop;
  margin-left: 150px;
  margin-top: 12px;
}

.input-group-sm>.form-control{
  border-radius: 15px;
}

.input-group-sm>.form-select{
  border-radius: 15px;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.conerror {
  background-color: rgb(226, 112, 135);
  color: #fff !important;
}