/**
 * Generated by Gpick 0.2.6rc1
 * : #373c3f, rgb(55, 60, 63), hsl(78, 24%, 25%)
 * : #727176, rgb(114, 113, 118), hsl(161, 44%, 46%)
 * : #87868a, rgb(135, 134, 138), hsl(191, 53%, 54%)
 * : #095a05, rgb(9, 63, 112), hsl(13, 25%, 44%)
 * : #109709, rgb(10, 84, 147), hsl(14, 33%, 58%)
 */

:root {
    /* Tamaño de Fuente */
    --ica-font-size: 14px;
    /* Colores */
    --ica-color: #444;
    --ica-color-primero: #1e7e34;
    --ica-color-segundo: #095a05;
    --ica-color-tercero: #87868a;
    --ica-color-cuarto: #727176;
    --ica-bg: #f2f2f2;
    --ica-bg-header: #fefefe;
    --ica-bg-footer: #222;
}

/**
 * ============================================================================
 * ESTILOS GENERALES
 * ============================================================================
 */

html, body {
    background-color: var(--ica-bg);
    box-sizing: border-box;
    color: var(--ica-color);
    font-family: 'Roboto', 'Lato', sans-serif;
    font-size: var(--ica-font-size);
}

a {
    color: #095a05;
}

a:hover {
    color: #095a05;
}

.ica-color-primero {
    color: #109709 !important;
}

.ica-bg-primero {
    background-color: #109709 !important;
    color: white;
}

.ica-bg-primero:hover {
    background-color: #095a05 !important;
    color: white;
}

.ica-color-segundo {
    color: #095a05 !important;
}

.ica-bg-segundo {
    background-color: #095a05 !important;
    color: white;
}

.ica-bg-segundo:hover {
    background-color: #109709 !important;
    color: white;
}

.ica-color-tercero {
    color: #87868a !important;
}

.ica-bg-tercero {
    background-color: #87868a !important;
    color: white;
}

.ica-color-cuarto {
    color: #727176 !important;
}

.ica-bg-cuarto {
    background-color: #727176 !important;
}

.negrita {
    font-weight: bold;
}

/**
 * ============================================================================
 * LAYOUT - (GENERAL)
 * ============================================================================
 */

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
}

.grid-item-main .slideshow, .grid-item-main .banner-2 {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
}

/**
 * ============================================================================
 * HEADER - (CABECERA)
 * ============================================================================
 */

.grid-item-header {
    background-color: var(--ica-bg-header);
    color: #109709;

}

.grid-item-header>.wrapper {
    display: flex;
    justify-content: space-between;
}

.grid-item-header .leftside, .grid-item-header .rightside {
    display: flex;
    align-items: center;
}

.leftside img {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 80px;
    max-height: 80px;
}

.itemprop {
    padding: 0 10px;
    text-transform: uppercase;
}

.itemprop h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}

.itemprop span {
    font-weight: 300;
    line-height: 20px;
}

.rightside a {
    padding: 0 10px;
}

.rightside a {
    color: #109709;
}

.rightside a:hover {
    color: #109709;
}

.rightside a+a {
    border-left: 1px solid #ccc;
}

.rightside a i {
    padding-right: 10px;
}

.rightside img {
    padding-left: 10px;
}

.modal {
    color: var(--ica-color);
}

.modal form button[type="submit"] {
    background-color: #109709;
    border: none;
}

.modal form button[type="submit"]:hover {
    background-color: #095a05;
}

button[type="submit"] {
    background-color: #109709;
    border: none;
}

button[type="submit"]:hover {
    background-color: #095a05;
}

/**
 * ============================================================================
 * MAIN MENU - (MENÚ PRINCIPAL DE LA PÁGINA)
 * ============================================================================
 */

.grid-item-menu {
    background-color: #109709;
}

.menu {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}

.menu a {
    border-right: 2px solid;
    color: white;
    /* flex-grow: 1; */
    font-weight: bold;
    padding: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.menu a:hover {
    background-color: #095a05;
    text-decoration: none;
}

.menu a>i {
    font-size: 1.5em;
    padding-right: 10px;
    display: inline-table;
    vertical-align: top;
}

/**
 * ============================================================================
 * MAIN CONTENT - (CONTENIDO PRINCIPAL)
 * ============================================================================
 */

.grid-item-main>.wrapper {
    background-color: white;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.grid-item-main .text-image {
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    padding: 40px;
    position: absolute;
    top: 22vh;
    text-align: left;
    max-width: 420px;
}

.grid-item-main .banner-2 {
    background-color: #e8f1f5;
    color: #109709;
    font-size: 1.8em;
    font-weight: 200;
    padding: 20px;
    text-align: center;
}

.grid-item-main .row form button[type="submit"] {
    margin-top: 20px;
}

.grid-item-main form .form-row .col {
    margin-top: 15px;
}

.grid-item-main .title {
    border-bottom: 2px solid #109709;
    color: #109709;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.grid-item-main .title>i {
    font-size: .7em;
    padding-left: 5px;
}

.sideber ul li i {
    border: 1px solid #ccc;
    /* padding: 10px; */
    color: #109709;
    font-size: 1.32em;
    position: absolute;
    right: 0px;
    top: -1px;
    text-align: center;
    width: 45px;
    line-height: 42.69px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-danger {
    border-left-color: #d9534f;
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.form-group>span[class="label label-info"] {
    background-color: #f0ad4e50;
    color: black;
    font-size: .68em;
    margin-left: 5px;
    padding: 3px 10px 3px;
    position: absolute;
    top: -1;
}


/**
 * ============================================================================
 * ACTUALIZACIÓN INFORMACIÓN
 * ============================================================================
 */
 /*Modal - Actualización*/

#actualizarInformacion h5 .modal-tile{
    color: #109709;
}


h5#actualizarInformacion.modaltitle{
    color: #109709;
    border-bottom: 2px solid #109709;
}
 
 /*Modal - Mensaje*/
#modal-mensaje {

}

/**
 * ============================================================================
 * FOOTER - (PIE DE PÁGINA)
 * ============================================================================
 */

.grid-item-footer {
    background-color: var(--ica-bg-footer);
    color: white;
}

.grid-item-footer>.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-contacto {
    max-width: 50%;
    margin: 15px 0;
    padding: 0 20px;
    text-align: left;
}

.info-contacto p {
    margin: 0;
}

/**
 * ============================================================================
 * MEDIA QUERY - (RESPONSIVE DESIGN)
 * ============================================================================
 */

@media screen and (min-width: 960px) {
    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINCIPAL)
     * ============================================================================
     */
    .slideshow {
        width: 100%;
       /* height: 167px;*/
    }
    .slideshow .text-image {
        display: block;
        top: 150px;
    }
}

/*
 * 769px to 960px
 */

@media screen and (max-width: 960px) {
    .wrapper {
        width: 90vw;
    }
    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINCIPAL)
     * ============================================================================
     */
    .slideshow {
        width: 100%;
       /* height: 150px;*/
    }
    .slideshow .text-image {
        display: block;
        font-size: 1.25em;
        top: 140px;
        max-width: 280px;
    }
    .sideber {
        margin-top: 20px;
    }
}

/*
 * 481px to 768px
 */

@media screen and (max-width: 768px) {
    .wrapper {
        width: 100vw;
    }
    /**
     * ============================================================================
     * HEADER - (CABECERA)
     * ============================================================================
     */
    .grid-item-header {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .grid-item-header>.wrapper {
        flex-direction: column;
    }
    .grid-item-header .leftside {
        justify-content: center;
    }
    .rightside {
        margin-top: 10px;
    }
    .rightside a {
        flex: 1 1 auto;
        padding: 10px 0;
        text-align: center;
    }
    .rightside a:hover {
        background-color: #109709;
        color: white;
    }
    .rightside a+a {
        border: none;
    }
    .rightside img {
        display: none;
    }
    /**
     * ============================================================================
     * MAIN MENU - (MENÚ PRINCIPAL DE LA PÁGINA)
     * ============================================================================
     */
    .menu {
        justify-content: center;
    }
    .menu a {
        flex-grow: 1;
        font-size: 1em;
        padding: 1em;
        text-align: center;
    }
    /**
     * ============================================================================
     * MAIN CONTENT - (CONTENIDO PRINCIPAL)
     * ============================================================================
     */
    .slideshow {
        display: none;
    }
    .slideshow .text-image {
        display: none;
    }
}

/*
 * 480px to 576px
 */

@media screen and (max-width: 576px) {
    /**
     * ============================================================================
     * FOOTER - (PIE DE PÁGINA)
     * ============================================================================
     */
    .grid-item-footer>.wrapper {
        flex-direction: column;
    }
    .title {
        font-size: 1.4em;
    }
}

/*
 * 320px to 480px
 */

@media screen and (max-width: 480px) {
    .wrapper {
        width: 100vw;
    }
    /**
     * ============================================================================
     * HEADER - (CABECERA)
     * ============================================================================
     */
    .grid-item-header .leftside {
        flex-direction: column;
    }
    .leftside img {
        margin-bottom: 15px;
    }
    /**
     * ============================================================================
     * FOOTER - (PIE DE PÁGINA)
     * ============================================================================
     */
    .grid-item-footer>.wrapper {
        flex-direction: column;
    }
    .info-contacto {
        max-width: 80%;
        font-size: .9em;
        margin-top: 20px;
        text-align: center;
    }
    .grid-item-footer .logo-sisoft {
        margin: 15px 0;
    }
}

/*
 * 0px to 320px
 */

@media screen and (max-width: 320px) {
    /**
     * ============================================================================
     * FOOTER - (PIE DE PÁGINA)
     * ============================================================================
     */
    .info-contacto {
        font-size: .80em;
    }
}

.form-group .controls input[type="file"] {
        height: auto !important;
    }

    #register fieldset legend {
        background-color: var(--ica-color-segundo);
        color: white;
        margin-bottom: 20px;
        padding: 10px 15px;
    }

    #register fieldset:nth-child(3) legend, #register fieldset:nth-child(4) legend {
        margin-top: 20px;
    }

    #register fieldset legend i {
        padding-right: 5px;
    }

    #register fieldset .col:last-child .form-group {
        margin-bottom: 5px;
    }

/***************************************************************
**************************BLADE ACTUALIZACIÓN*******************
****************************************************************/

.preload2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/loading-58.gif') no-repeat center center #e4e4e4;
    opacity: .8;
}
#table thead {
   background: #28a745;
   color: #ffffff;
}
#table {
    margin-bottom: 20px; 
}

/*Desaparecer el checkbox normal*/
.content-input input[type=checkbox]{
    -moz-appearance: none;
    -webkit-appearance: none;    
}
/* 
.content-input input[type=checkbox]{    
    position: absolute;
    right: 0;
    visibility: hidden;
}
*/
.content-input {
    color: #28a745;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    padding:5px 0 5px 63px; /* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
    position: relative;    
}
/* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
.content-input input[type=checkbox ] + i{
    background: #f0f0f0;
    border:2px solid gray;
    border-radius: 15px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 52px;   
}

.content-input input[type=checkbox] + i:before{
    box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 50%;
    content: ''; /* No hay contenido */
    left: 0px;
    height: 26px;
    position: absolute;    
    top: 0px;
    -webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    width: 26px;
    z-index: 1;
}

.content-input input[type=checkbox]:checked + i:before{   
    box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
    left: 22px;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
}
 
.content-input input[type=checkbox]:checked + i{
    background: #28a745;
}

.content-input input[type=checkbox] + i:after{
    content: 'ON';    
    color: rgba(255,255,255,0.6);
    font-size: 10px;
    left: 4px;
    opacity: 0; /* Ocultamos este elemento */
    position: absolute;
    transition: all 0.25s ease 0.25s;
    top: 6px;
} 
/*Cuando esté checkeado cambiamos la opacidad a 1 y lo mostramos */
.content-input input[type=checkbox]:checked + i:after{
    opacity: 1;
}

#card-update{
    border: 2px solid #28a745;
}

.corrector {
    margin-top: 20px;
}



/*Desaparecer el checkbox normal*/
.content-input-obli input[type=checkbox]{
    -moz-appearance: none;
    -webkit-appearance: none;    
}

.content-input-obli {
    color: #28a745;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    padding:5px 0 5px 63px; /* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
    position: relative;    
}
/* Estas reglas se aplicarán a todos los i despues 
de un input de tipo checkbox*/
.content-input-obli input[type=checkbox ] + i{
    background: #f0f0f0;
    border:2px solid gray;
    border-radius: 15px;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 52px;   
}

.content-input-obli input[type=checkbox] + i:before{
    box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 50%;
    content: ''; /* No hay contenido */
    left: 0px;
    height: 26px;
    position: absolute;    
    top: 0px;
    -webkit-box-shadow: 3px 0 3px 0 rgba(0,0,0,0.2);
    width: 26px;
    z-index: 1;
}

.content-input-obli input[type=checkbox]:checked + i:before{   
    box-shadow: 3px 0 -3px 0 rgba(0,0,0,0.2);
    left: 22px;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.2);
}
 
.content-input-obli input[type=checkbox]:checked + i{
    background: #28a745;
}

.content-input-obli input[type=checkbox] + i:after{
    content: 'ON';    
    color: rgba(255,255,255,0.6);
    font-size: 10px;
    left: 4px;
    opacity: 0; /* Ocultamos este elemento */
    position: absolute;
    transition: all 0.25s ease 0.25s;
    top: 6px;
} 
/*Cuando esté checkeado cambiamos la opacidad a 1 y lo mostramos */
.content-input-obli input[type=checkbox]:checked + i:after{
    opacity: 1;
}

/*****************************************************************************
********************************BLADE-VEHICULOS*******************************
******************************************************************************/

h4.ajuste-title {
    font-size: 1.3rem; 
}

/*****************************************************************************
********************************BLADE-BASE_VIGENCIA***************************
******************************************************************************/
#table-vigencia tbody .enca-color th {
    background: #29a745;
    color: #ffffff;
} 


/*****************************************************************************
********************************BLADE-CALENDARIO******************************
******************************************************************************/
#table-calendar tbody .enca-color th {
    background: #29a745;
    color: #ffffff;
} 
#table-calendar tbody .margen-colum {
    padding-top: 8%;
}


/*****************************************************************************
********************************BLADE-LIQUIDACIÓN*****************************
******************************************************************************/

#table thead {
    background: #28a745;
    color: #ffffff;  
}
#table {
    font-size: 14px;
}
.page-item.active .page-link {
    background-color:#28a745 !important;
    border-color:#28a745 !important; 
}
#imagen_pse {
    width: 107px;
}
.box-body {
    display: none;
}
.mensaje_e {
    display: none;
}
#imprimir {
    display: none;
}
#imprimir strong {
    font-family: Roboto;
}
.title-liquidacion-dos {
    color: #000000;
    padding-top: 0.2rem;
}
.title-liquidacion {         
    color:#000000;       
    margin-top: 1rem;
    padding: 0.2rem;
}
.card.card-back {
    background: transparent;
    border: 1px solid #28a745;
} 
#title-medios {
    background: #28a745;
    color: #ffffff;
    margin-bottom: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
}  
.box-body {
    margin-bottom: 25px;
    margin-top:25px;
}

#imagen_pse:hover {
    filter: opacity(.5);
}
.img-banco:hover { 
    filter: grayscale(70%);
}

.color-title{
    color: #28a745;
}

.check-correc {
    padding-top: 4px;
}
.check-label-correc{
    color: #24a745;
    font-weight: bold;
    padding-top: 2px; 
}

/*****************************************************************************
********************************BLADE-TARIAS**********************************
******************************************************************************/
#table-tarifas tbody .enca-color th {
    background: #29a745;
    color: #ffffff;
} 
/*****************************************************************************
******************************BLADE-PROCESOS NOTIFICADOS**********************
******************************************************************************/
    
#procesos thead .enca-color th {
    background: #29a745;
    color: #ffffff;
}   