﻿
a:hover {
    color: #005CC3 !important;
}
/*body {
    font-family: Archivo Narrow;
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
}*/
imga-logo {
    vertical-align: middle !important;
    border-style: none !important;
    margin: 1rem !important;
    padding-top: 200px !important;
    border: 2px solid #ccc !important;
    /* IMPORTANTE */
    text-align: center !important;
    padding-left: 500px !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


/* Style project tab */
.project-tab {
    padding: 10%;
    margin-top: -8%;
}

    .project-tab #tabs {
        background: #007b5e;
        color: #eee;
    }

        .project-tab #tabs h6.section-title {
            color: #eee;
        }

        .project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #0062cc;
            background-color: transparent;
            border-color: transparent transparent #f3f3f3;
            border-bottom: 3px solid !important;
            font-size: 16px;
            font-weight: bold;
        }

    .project-tab .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        font-size: 16px;
        font-weight: 600;
    }

        .project-tab .nav-link:hover {
            border-color: transparent;
            border: none;
        }

    .project-tab thead {
        background: #f3f3f3;
        color: #333;
    }

    .project-tab a {
        text-decoration: none;
        color: #333;
        font-weight: 600;
    }


table td {
    padding: 4px 10px
}

#erroresExcel {
    font-size: 13px;
    line-height: 15px;
}

.erroresExcel {
    height: 250px;
    overflow-y: scroll;
    background-color: lightgray;
    font-size: 13px;
    line-height: 15px;
}

.listaErrores li {
    list-style: none;
    padding-left: 0px;
}

.listaErrores {
    padding-left: 0px;
}

#tabla-Cotizador thead th {
    background-color: #005CC3;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.label-blue {
    color: #005CC3;
}

    .label-blue + p {
        display: contents;
    }

.datos-cotizacion {
}


.titulo-tabla {
    font-size: 28px;
    font-weight: bold;
    margin-top: 35px;
}

.prefix + input[type=number] {
    padding-left: 18px;
}





.datos-cot {
    text-align: right;
}

.detalle-cotizacion .col-md-4 {
    line-height: 12px;
}

.detalle-cotizacion .col-md-6 {
    line-height: 20px;
}

/****** Agregar/editar/detalle Unidad *********/
.div-imagenes-unidad {
    height: 132px;
    border-radius: 6px;
    background-color: #E9EBED;
}

.div-tarjeta-circulacion {
    height: 80px;
    border-radius: 6px;
    background-color: #E9EBED;
    margin-top: 40px;
}

.titulo-tabla-unidad {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}

.btn-right-tabla {
    float: right !important;
    margin-top: 20px;
}

.sliderFotos {
    max-width: 800px !important;
    margin-top: 20px;
}

.slick-prev:before {
    content: url(/Content/img/arrow_left_slider.png);
}

.slick-next:before {
    content: url(/Content/img/arrow_right_slider.png);
}

.slick-list {
    margin-left: 20px;
    margin-right: 20px;
}

.img-wrap {
    position: relative;
    height: 75px;
    width: 120px;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
    }

    .img-wrap > img {
        margin-right: 0px;
    }
/****** Fin Agregar/editar/detalle Unidad *********/
/****** Patio *********/

.lista-entradas-salidas {
    list-style: none;
}

    .lista-entradas-salidas li {
        padding: 1%;
    }

#tabla-Evidencias thead th {
    background-color: #005CC3;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

/****** Fin Patio *********/

/**********5 columnas***********/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    min-height: 1px !important;
    position: relative !important;
}

.col-xs-15 {
    float: left !important;
    width: 20% !important;
}

@media (min-width: 768px) {

    .col-sm-15 {
        float: left !important;
        width: 20% !important;
    }
}

@media (min-width: 992px) {

    .col-md-15 {
        float: left !important;
        width: 20% !important;
    }
}

@media (min-width: 1200px) {

    .col-lg-15 {
        float: left !important;
        width: 20% !important;
    }
}

/*******Fin 5 columnas**********/

.select2-selection__choice__remove{
    display:contents !important;
    color:black;
    margin:5px !important;
}
.select2-selection__choice{
    color:black !important;
}

.select2-selection {
    border-radius: 22px !important;
    border-color: #d6dce0 !important;
}

    .select2-selection::placeholder {
        color: #7987a1;
        opacity: 1;
    }

    .select2-selection:disabled, .form-control[readonly] {
        background-color: #e3e7ed;
        opacity: 1;
    }

select .select2-selection:focus::-ms-value {
    color: #596882;
    background-color: #fff;
}

.img-button {
    position: absolute;
    right: 15px;
    top: 6px;
}

.justify-content-flex-end{
    justify-content:flex-end !important;
}

.header-plata {
    background-color: #e6e5e5;
    color: black;
    font-weight: 700;
    padding: 6px;
}

.checklistArea{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:0 !important;
    padding-right:0 !important;
    margin:0 !important;
}

td.danger span{
    display:block;
    text-align:center;
    background-color:red;
    color:white;
    font-weight:800;
    padding:1px;
    border-radius:25px;
    width:150px;
}
td.success span{
    display:block;
    text-align:center;
    background-color:green;
    color:white;
    font-weight:800;
    padding:1px;
    border-radius:25px;
    width:150px;
}
td.warning span{
    display:block;
    text-align:center;
    background-color:yellow;
    color:white;
    font-weight:800;
    padding:1px;
    border-radius:25px;
    width:150px;
}

