html,body{
    margin: 0;
    padding: 0px !important;
    height: 100% !important;
}
#btnHasOlvidadoContrasena {
    margin-top: -25px;
}
.bodyZoom{
    /*zoom:95%;*/
}
.table-center-custom{
    vertical-align: middle;
}
.btn-volver{
    background: #ff851b;
}
.IaccionConsultar{
    margin-right: 5px;
    color: #1515d4;
}

.IaccionEditar{
    margin-right: 5px;
    color: #4a541f;
}

.IaccionEliminar{
    margin-right: 5px;
    color: #8e1c1c;
}

.table-responsive{
    border:0px !important;
}

th:first-child {
    /* border: 0px !important; */
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
th:last-child {
    /* border: 0px !important; */
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}

.inputLine{
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.imagen_responsive_intelcost{
    max-width: 100%;
    height: auto;
}

.table > tbody > tr > td {
    vertical-align: middle;
}
.product-image img{width:100%}.prod_color li{margin:0 10px}.prod_color li p{margin-bottom:0}.prod_size li{padding:0}.prod_color .color{width:25px;height:25px;border:2px solid rgba(51,51,51,.28)!important;padding:2px;border-radius:50px}
.product_gallery a{width:100px;height:100px;float:left;margin:10px;border:1px solid #e5e5e5}.product_gallery a img{width:100%;margin-top:15px}.product_price{margin:20px 0;padding:5px 10px;background-color:#FFF;text-align:left;border:2px dashed #E0E0E0}.price-tax{font-size:18px}.product_social{margin:20px 0}.product_social ul li a i{font-size:35px}

.content-wrapper{
    background: white !important;
    /*background-image: url(../ic_vistas/dist/img/handTablet.png) !important;*/
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: right bottom !important; 
     background-size: auto !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tdLine{
    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
}

.tdTitlePro{
    width: 30%;
    background: #efeded;
}

.divImgProductos{
    padding: 0px 0px 0px 0px;
    overflow:hidden;
    height:200px;
    text-align:center;
}

.divImgProductos img{
    display:block;
    width: auto;
    /*height:100%;*/
    max-height: 100%;
    margin: auto;
}

.seleccion_buscador{
    width: 100% !important;
}

.modal{
    overflow-y: scroll;
}
.modal_amplia .modal-dialog{
    width: 80%;
        max-width: 1000px;
}
textarea{
    resize: none;
}

.tableCarritoCompras tr td{
      padding: 0px !important;
      font-size: 12px ;
}

a{
    cursor:pointer;
}

.thlogoSap{
    padding-top: 0px;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    vertical-align: middle;
}

.inputCantidadCarrito{
      height: 20px;
      padding: 0px;
}

.loading_ic{
    padding: 20px;
    /*background: url(../images/loading_ic.gif) center center no-repeat;*/
}

.loading_canvas_blanco{
    width: 100%;
    position: absolute;
    background: rgba(255,255,255,0.7);
    height: 100%;
    z-index: 10000;
    text-align: center;
    display: none;
}
.loading_canvas_blanco img{
    width: 30%;
    max-width: 150px;
    margin-top: 25%;
}
/* antes de este valor queda el menu sobrepuesto */
.loading_canvas{
  width: 100%;
  position: absolute;
  background: rgba(0,0,0,0.7);
  height: 200vh;
  z-index: 9999; 
  padding-top: 25%;
  text-align: center;
  display: none;
}
.loading_canvas img{
  max-width: 100px;
  margin-top: 75%;
}
.ofertas-recibidas-modal .modal-dialog {
    width: 80%;
    max-width: 1000px;
}
.evaluacion-modal .modal-dialog {
    width: 80%;
    max-width: 1000px;
}
.adjudicacion-modal .modal-dialog {
    width: 80%;
    max-width: 1000px;
}
.proveedores-modal .modal-dialog {
    max-width: 1000px;
}
.content-header{
    display: inline-table;
    width: 100%;
}
.container-fluid{
    margin: 20px auto;
}
#footer .page-header{
    margin:20px 0 10px; 
}

.logo_cliente_inicio{
    /*position: fixed;*/
    bottom: 5%;
    right: 0;
    background: rgba(255,255,255,0.7);
    float: right;
    width: auto;
    height: 50px;
}
@media (max-width: 1000px) {
  .logo_cliente_inicio {
    position: relative;
    background: none;
    text-align: center;
  }
  .logo_cliente_inicio img{
    max-width: 50%;
    height: initial !important;
  }
}
.barra_navegacion{
    width: 100%;
    float: left;
    padding: 15px 0px;
}
.botonDeNavegacionGeneral{
    float: right;
    display: none;
}
/* ----------------- Admin Styles ----------- */
#listaUsuariosTable{
    width: 80%;
    margin: auto;
}


#form_recucontra{
    max-width: 500px;
    margin: auto;
}
#form_recucontra .modal-dialog{
    max-width: 500px;   
}
#form_recucontra .page-header{
    margin: 0px;
    background: #337ab7;
    color: #fff;
    padding: 5px;
}
#form_recucontra .form_RecContrasena_cont{
    margin: 30px 0; 
}

/* ------------------ General Styles ------------ */
.inicio_box{
    cursor: pointer;
}
.icon_index_agua{
    max-width: 45%;
    float: right;
    margin-top:20px
}

.tabla_actividades{
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.tabla_eventos{
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.vertical_line{
    border-right: 1px solid #A0A0A0;
}

.proovedorData{
   word-wrap: break-word;
}

.panel_documentos{
    background: #fff;
    position: fixed;
    z-index: 2;
    float: right;
    width: 25%;
    min-width: 0px;
    right: -25%;
    padding: 10px;
    border: 2px solid #3989b7;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.panel_documentos .open_link{
    background: #3c8dbc;
    width: 25px;
    height: 100px;
    color: #fff;
    display: inline-block;
    margin-left: -35px;
    word-wrap: break-word;
    font-size: 17px;
    line-height: normal;
    padding: 5px;
    text-transform: uppercase;
    cursor:pointer;
    float: left;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.panel_documentos .panel_documentos_wrap{
    display: none;
    float: right;
    width: 100%;
}
.panel_documentos .docs_option{
    margin: 0 10px;
    border-bottom: 1px solid #3c8dbc;
    padding: 5px 2px;
}
.panel_documentos .doc{
    display: none;
}
.panel_documentos .doc h3{
    border-bottom: 1px solid #3c8dbc;
    color: #3c8dbc;
    text-align: center;
    width: 100%;
}
.panel_documentos .rut_preview{
    display: block;
}
.title_tabla_detalle{
    width: 100%;
    background: #21517b;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    margin: 10px 0 0;
}

.nav-pills a{
    padding:  10px;
    background: #d2d6de;
}
.nav-pills .disabled{
    background: none;
    cursor: none;
}
.nav-pills .disabled:hover{
    background: none;
}

.actualizacionAlertIco{
    color:#cddc39;
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
}
.tooltip_actualizacion_cont{
    color:#72afd2;
    display: none;
    margin-left: 10px;
}

/* Seccion parametros*/
.parametros_bloques .small-box{
    cursor: pointer;
        min-height: 100px;
}


.pagination{
    /*width: 50%;*/
    text-align: center;
    margin:0px auto 20px;
    display: table-cell;
}
.pagination .sub_page{
    /* width: 85%; */
    margin:auto;
    float: none;
}

@media only screen and (max-device-width: 480px) {
    .pagination .sub_page{
        width: 100%;
        margin:auto;
        float: none;
    }      
}
.pagination .nav_buttons{
    margin: -5px 1px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #72afd2;
    color: #fff;

}
.pagination .page{
    /* margin: 5px; */
    border: 1px solid #ccc;
    padding: 5px 10px;
    /*float: left;*/
}
.pagination .active{
    background: #3c8dbc;
    color:#fff;
}

.loading_wrapper{
    width: 100%;
    float: left;
    text-align: center;
    padding: 5% 0;
}
.loading_gif{
    width: 65px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.select_ciiu option{
    width: 200px;
    float: left;
}

.btn-editarUsuario{
    display: none;
}

@media only screen and (max-width: 500px) {
    #footer{
        position: relative !important;
    }
    #IntelcostSliderHome{
        /*display: none;*/
        background: #d6d6d6;
    }
    #IntelcostSliderHome .carousel-inner{
        display: none
    }
    #IntelcostSliderHome .carousel-indicators{
        display: none
    }
}

.buscadorSoporte {
  /* background-image: url(//theme.zdassets.com/theme_assets/2202784/80b6f5b5ab7e64e47b3098214dafde1deed3b0ec.svg); */
  background-position: center;
  background-size: cover;
  height: 100px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.buscadorSoporte-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.idioma_nav_top-dropdown-menu{
    width: 50px !important;
    height: auto !important;
    position: absolute;
    right: auto;
    left: auto;
    min-width: 45px;
}
.li_idioma a{
    padding: 5px 16px  !important;
}
.li_idioma{
        float: right;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.8s infinite linear;
  -o-animation: bounce 0.8s infinite linear;
  -webkit-animation: bounce 0.8s infinite linear;
  animation: bounce 0.8s infinite linear;
  colr:000;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

/* Menu principal izquierdo */
.menuContraido{
    border-bottom: 10px solid #6a6666;
}
.menuContraido li{
    height: 0px !important;
}
.menuContraido .header{
    height: auto !important;
}


/* Botonera */
.botonera_menu_modulo .btn-app{
    background: transparent !important;
    color: #fff !important;
}

.btns_ajustables .btn-app{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btns_ajustables > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boton_de_descargar{
    float: left;
    padding: 5px 15px;
    margin-bottom: 5px;
    text-align: center;
    background: #f2eded;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 20%;
}
/*.main-footer{
    bottom: 30px;
        position: inherit;
}*/


.fade_in_animation{
    animation: fadeIn 1s ease-in both;
}

form > label, div >label{
    font-weight: normal;
}


.contador_listar{
    width: 23px;
    border-radius: 50%;
    background: green;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: -34%;
    color: white;
}

/*Semaforo*/

ul.semaforo {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 0px;
    font-size: 18px;
}

ul.semaforo li {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -10px;
    left: -3px;
    margin: 4px 0;
    background: linear-gradient(top, rgba(187,187,187,1) 0%,rgba(119,119,119,1) 99%);
}

ul.semaforo li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 30px / 15px;
}

.rojo {
color: #ff0000;
}
.naranja {
color: #ff9933;
}
.verde {
color: #00ff00;
}
.azul {
color: #3733ff;
}
.linea_estilo_2{
    background: #3c8dbc;
}

/* animacion carga */
.cssload-dots {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    outline: 1px solid red;
    filter: url(#goo);
        -o-filter: url(#goo);
        -ms-filter: url(#goo);
        -webkit-filter: url(#goo);
        -moz-filter: url(#goo);
}

.cssload-dot {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.cssload-dot:before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 49px;
    background: rgb(251,211,1);
    position: absolute;
    left: 50%;
    transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    margin-left: -17.5px;
    margin-top: -17.5px;
}



.cssload-dot:nth-child(5):before {
    z-index: 100;
    width: 44.5px;
    height: 44.5px;
    margin-left: -21.75px;
    margin-top: -21.75px;
    animation: cssload-dot-colors 4.6s ease infinite;
        -o-animation: cssload-dot-colors 4.6s ease infinite;
        -ms-animation: cssload-dot-colors 4.6s ease infinite;
        -webkit-animation: cssload-dot-colors 4.6s ease infinite;
        -moz-animation: cssload-dot-colors 4.6s ease infinite;
}


.cssload-dot:nth-child(1) {
    animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
        -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}
.cssload-dot:nth-child(1):before {
    background-color: rgb(255,50,112);
    animation: cssload-dot-move 4.6s 0s ease infinite;
        -o-animation: cssload-dot-move 4.6s 0s ease infinite;
        -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
        -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
        -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
    animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
        -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}
.cssload-dot:nth-child(2):before {
    background-color: rgb(32,139,241);
    animation: cssload-dot-move 4.6s 1.15s ease infinite;
        -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
        -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
        -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
        -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
    animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
        -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}
.cssload-dot:nth-child(3):before {
    background-color: rgb(175,225,2);
    animation: cssload-dot-move 4.6s 2.3s ease infinite;
        -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
        -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
        -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
        -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
    animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
        -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}
.cssload-dot:nth-child(4):before {
    background-color: rgb(251,211,1);
    animation: cssload-dot-move 4.6s 3.45s ease infinite;
        -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
        -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
        -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
        -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
    0% {
        transform: translateY(0);
    }
    18%, 22% {
        transform: translateY(-68px);
    }
    40%, 100% {
        transform: translateY(0);
    }
}

@-o-keyframes cssload-dot-move {
    0% {
        -o-transform: translateY(0);
    }
    18%, 22% {
        -o-transform: translateY(-68px);
    }
    40%, 100% {
        -o-transform: translateY(0);
    }
}

@-ms-keyframes cssload-dot-move {
    0% {
        -ms-transform: translateY(0);
    }
    18%, 22% {
        -ms-transform: translateY(-68px);
    }
    40%, 100% {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes cssload-dot-move {
    0% {
        -webkit-transform: translateY(0);
    }
    18%, 22% {
        -webkit-transform: translateY(-68px);
    }
    40%, 100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cssload-dot-move {
    0% {
        -moz-transform: translateY(0);
    }
    18%, 22% {
        -moz-transform: translateY(-68px);
    }
    40%, 100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }
    25% {
        background-color: rgb(255,50,112);
    }
    50% {
        background-color: rgb(32,139,241);
    }
    75% {
        background-color: rgb(175,225,2);
    }
    100% {
        background-color: rgb(251,211,1);
    }
}

@-o-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }
    25% {
        background-color: rgb(255,50,112);
    }
    50% {
        background-color: rgb(32,139,241);
    }
    75% {
        background-color: rgb(175,225,2);
    }
    100% {
        background-color: rgb(251,211,1);
    }
}

@-ms-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }
    25% {
        background-color: rgb(255,50,112);
    }
    50% {
        background-color: rgb(32,139,241);
    }
    75% {
        background-color: rgb(175,225,2);
    }
    100% {
        background-color: rgb(251,211,1);
    }
}

@-webkit-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }
    25% {
        background-color: rgb(255,50,112);
    }
    50% {
        background-color: rgb(32,139,241);
    }
    75% {
        background-color: rgb(175,225,2);
    }
    100% {
        background-color: rgb(251,211,1);
    }
}

@-moz-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251,211,1);
    }
    25% {
        background-color: rgb(255,50,112);
    }
    50% {
        background-color: rgb(32,139,241);
    }
    75% {
        background-color: rgb(175,225,2);
    }
    100% {
        background-color: rgb(251,211,1);
    }
}

@keyframes cssload-dot-rotate-1 {
    0% {
        transform: rotate(-105deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@-o-keyframes cssload-dot-rotate-1 {
    0% {
        -o-transform: rotate(-105deg);
    }
    100% {
        -o-transform: rotate(270deg);
    }
}

@-ms-keyframes cssload-dot-rotate-1 {
    0% {
        -ms-transform: rotate(-105deg);
    }
    100% {
        -ms-transform: rotate(270deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-1 {
    0% {
        -webkit-transform: rotate(-105deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
    }
}

@-moz-keyframes cssload-dot-rotate-1 {
    0% {
        -moz-transform: rotate(-105deg);
    }
    100% {
        -moz-transform: rotate(270deg);
    }
}

@keyframes cssload-dot-rotate-2 {
    0% {
        transform: rotate(165deg);
    }
    100% {
        transform: rotate(540deg);
    }
}

@-o-keyframes cssload-dot-rotate-2 {
    0% {
        -o-transform: rotate(165deg);
    }
    100% {
        -o-transform: rotate(540deg);
    }
}

@-ms-keyframes cssload-dot-rotate-2 {
    0% {
        -ms-transform: rotate(165deg);
    }
    100% {
        -ms-transform: rotate(540deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-2 {
    0% {
        -webkit-transform: rotate(165deg);
    }
    100% {
        -webkit-transform: rotate(540deg);
    }
}

@-moz-keyframes cssload-dot-rotate-2 {
    0% {
        -moz-transform: rotate(165deg);
    }
    100% {
        -moz-transform: rotate(540deg);
    }
}

@keyframes cssload-dot-rotate-3 {
    0% {
        transform: rotate(435deg);
    }
    100% {
        transform: rotate(810deg);
    }
}

@-o-keyframes cssload-dot-rotate-3 {
    0% {
        -o-transform: rotate(435deg);
    }
    100% {
        -o-transform: rotate(810deg);
    }
}

@-ms-keyframes cssload-dot-rotate-3 {
    0% {
        -ms-transform: rotate(435deg);
    }
    100% {
        -ms-transform: rotate(810deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-3 {
    0% {
        -webkit-transform: rotate(435deg);
    }
    100% {
        -webkit-transform: rotate(810deg);
    }
}

@-moz-keyframes cssload-dot-rotate-3 {
    0% {
        -moz-transform: rotate(435deg);
    }
    100% {
        -moz-transform: rotate(810deg);
    }
}

@keyframes cssload-dot-rotate-4 {
    0% {
        transform: rotate(705deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

@-o-keyframes cssload-dot-rotate-4 {
    0% {
        -o-transform: rotate(705deg);
    }
    100% {
        -o-transform: rotate(1080deg);
    }
}

@-ms-keyframes cssload-dot-rotate-4 {
    0% {
        -ms-transform: rotate(705deg);
    }
    100% {
        -ms-transform: rotate(1080deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-4 {
    0% {
        -webkit-transform: rotate(705deg);
    }
    100% {
        -webkit-transform: rotate(1080deg);
    }
}

@-moz-keyframes cssload-dot-rotate-4 {
    0% {
        -moz-transform: rotate(705deg);
    }
    100% {
        -moz-transform: rotate(1080deg);
    }
}

/*.nav_buttons {
    margin-left: 17px !important;
    margin-right: 18px !important;
}
.pagination .page {
    bottom: 20px;
    position: relative;
}

.pagination {
    display: grid;
    justify-content: center;
}
.pagination .nav_buttons{
    display: contents;
}*/

.boton_texto_g{
    font-size: 25px;
}
.boton_texto_m{
    font-size: 20px;
}


.plus_roles{
    color: #337ab7;
    
    -webkit-transition: color 1s, font-size 0.5s;
       -moz-transition: color 1s, font-size 0.5s;
         -o-transition: color 1s, font-size 0.5s;
            transition: color 1s, font-size 0.5s;
}

.plus_roles:hover {
    font-size: 30px;
}

.plus:hover{
    color: #3c763d;
}

.less:hover{
    color: #a94442;
}

.event{
    background-color: #42B373 ;
    background-image :none ;
    color: #ffffff ;
}

ol{
    padding-left: 2%;
}

.modal_content_custom{
    border-radius: 9px !important;
    width: 70% !important;
    margin: 0 auto !important;
    min-height: 50% !important;
    height: auto !important;
}

.modal_content_custom_100{
    border-radius: 9px !important;
    width: 100% !important;
    margin: 0 auto !important;
    min-height: 50% !important;
    height: auto !important;
}

.modal_content_custom_130{
    border-radius: 9px !important;
    width: 130% !important;
    margin: 0 auto !important;
    min-height: 50% !important;
    height: auto !important;
}

.modal_header_custom{
    font-weight: 600 !important;
}

.modal_title_custom{
    font-weight: 600 !important;
}

.modal_body_custom{
    border-top: 1px solid !important;
}

.modal-header > button{
    color: red;
    opacity: 1;
}

.modal_table_70{
    width: 70%;
    margin: 0 auto;
}

.modal_table_100{
    width: 100%;
    margin: 0 auto;
}

.modal_table_30{
    width: 30%;
    margin: 0 auto;
}

.modal_table_50{
    width: 50%;
    margin: 0 auto;
}

.modal_table_80{
    width: 80%;
    margin: 0 auto;
}

.seleccionar_oferta_icono:hover{
    color: green;
    cursor: pointer;
}

.timeline-header {
    font-size: 15px !important;
    font-family: inherit;
}

.modal-dialog-custom-70 {
    width: 70%;
    height: 70%;
}

.modal-content-custom-70 {
    height: auto;
    min-height: 70%;
    border-radius: 0;
}


#jsd-widget{
/*bottom:auto !important;
top:2px !important;
right: 150px !important;*/
right: 195px !important;
}
#jsd-widget .help-button-contents{
  display:none !important;
}
#button-container{
  padding: 2px !important;
}
#button-container #help-button {
  height: 35px !important;
  font-size: 12px  !important;
}

.cajas_modulos_sin_iconos{
    height: 70px;
    padding-top: 37px;
}

.input-search{
    cursor: pointer !important;
}

.daterangepicker th.month{
    color:black;
}

.input-selector-button-addon{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
.chart {
    max-height: 450px;
    float: left !important;
    font-size:11px !important;
}
.row {
    margin:0 !important;
}

.loading-input {    
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.active-calc-tab {
    width: calc(50%) !important;
}

.evaluacion_tabla_criterios_tecnicos{
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
}

.ofer_maestra1_nom, .ofer_maestra2_nom{
    text-transform: uppercase;
}

.center-pagination{
    display: flex;
    justify-content: center;
}

#contenedorMiSwitch .interruptor {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  #contenedorMiSwitch .interruptor input {
	display: none;
  }
  
  #contenedorMiSwitch .deslizador {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
  }
  
  #contenedorMiSwitch .deslizador:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
  }
  
  #contenedorMiSwitch input:checked + .deslizador {
	background-color: #2196F3;
  }
  
  #contenedorMiSwitch input:checked + .deslizador:before {
	transform: translateX(26px);
  }
  
  #estado {
	margin-top: 10px;
  }

  /*estilos para componente simple-autocomplete en vue*/
  .simple-autocomplete {
      position: relative;
  }

  .simple-autocomplete-results {
      padding: 0;
      margin: 0;
      border: 1px solid #e2e2e2;
      max-height: 200px;
      overflow: auto;
      width: 100%;
      height: auto;
      position: absolute;
      top: 34px;
      background: white;
      z-index: 1;
  }

  .simple-autocomplete-result {
      list-style: none;
      text-align: left;
      padding: 4px 2px;
      cursor: pointer;
  }

  .simple-autocomplete-result.is-active{
      background-color: #ddd;
  }
  .simple-autocomplete-result:hover {
      background-color: #4aae9b;
      color: white;
  }

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

.ui-tooltip {
    box-shadow: none !important;
    background: #000000 !important;
    padding: 2px 4px !important;
    font-size: 10px !important;
    color: #fff;
    justify-content: center;
}


/* Estilo para el contenedor del icono */
i.fa.fa-bell.faa-ring.text-danger {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Times New Roman', serif;
    text-transform: none;
    font-weight: 900; /* Asegura que el icono se muestre correctamente */
  }
  
  /* Estilo para el texto dentro del icono */
  i.fa.fa-bell.faa-ring.text-danger::after {
    content: 'Tiene registros';
    font-family: 'Times New Roman', serif;
    margin-left: 5px; /* Espacio entre el icono y el texto */
  }
  
  /* Oculta el texto original */
  i.fa.fa-bell.faa-ring.text-danger {
    font-size: 0;
  }
  
  /* Restaura el tamaño de fuente para el icono y el texto */
  i.fa.fa-bell.faa-ring.text-danger::before,
  i.fa.fa-bell.faa-ring.text-danger::after {
    font-size: 12px; /* Ajusta este valor según sea necesario */
  }

  /* Estilo para el contenedor del icono */
i.fa.fa-bell.faa-ring.text-secondary {
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Times New Roman', serif;
    text-transform: none;
    font-weight: 900; /* Asegura que el icono se muestre correctamente */
  }
  
  /* Estilo para el texto dentro del icono */
  i.fa.fa-bell.faa-ring.text-secondary::after {
    content: 'Ver registros';
    font-family: 'Times New Roman', serif;
    margin-left: 5px; /* Espacio entre el icono y el texto */
    cursor: pointer;
  }
  
  /* Oculta el texto original */
  i.fa.fa-bell.faa-ring.text-secondary {
    font-size: 0;
  }
  
  /* Restaura el tamaño de fuente para el icono y el texto */
  i.fa.fa-bell.faa-ring.text-secondary::before,
  i.fa.fa-bell.faa-ring.text-secondary::after {
    font-size: 12px; /* Ajusta este valor según sea necesario */
  }

body.indexBody {
    overflow-y: hidden;
}

div.indexDiv{
    margin:0;
    padding:0;
}
div.row.indexDivRow{
    position: absolute;
    width: 100%;
    max-height: 100vh;
    margin: 0;
}
div.indexDivCol{
    padding: 0;
}
img.indexImg{
    width:100%;
    height:100vh;
}
div.indexDivRow2{
    position: relative;
    z-index: 2;
    margin: 0;
}
img.indexImg50{
    max-width: 50%;
}
img.indexImg30{
    max-width: 30%;
}
img.indexImg42{
    max-width: 42%;
}
img.indexImg90{
    max-width: 90%; padding: 20px;
}
div.indexDivModal{
    right: 0px;
}
div.indexDivFooter{
    color: white; 
    font-size: 14px; 
    text-align: center;
}
img.indexDivFooterLogo{
    width: 160px;
    display: block;
    margin: 0px auto;
}
embed.indexEmbed{
    width: 100%;
}

/* v-cloak */
[v-cloak] {
    display: none !important;
}

/* autoajustar texto del menu del nav-link */
.wrap-text-menu {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 1.8;
	display: block;
	width: 100%;
}

.tooltip-custom {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    z-index: 10000;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
