﻿/* FONTS */
@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "Open Sans Italic";
    src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/Myriad-Regular.otf");
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/Myriad-Regular.otf");
}

@font-face {
    font-family: "Signika Blod";
    src: url("../fonts/Signika-Bold.ttf");
}

@font-face {
    font-family: "Signika Light";
    src: url("../fonts/Signika-Bold.ttf");
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro' !important;
    height: 100% !important;
    min-height: 100% !important;
}

body {
    background-color: #EFEFEF;
}

.bloqueo-full {
    display: none;
    position: absolute;
    left: 0;
    top: 4%;
    width: 100%;
    height: 96%;
    z-index: 100;
}

/* login
----------------------------------------------------------*/
#divContainer {
    min-height: calc(100% - 70px);
    background-color: transparent !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.bg-login {
    background: url(../../Images/login_mapabebederos_web.jpg) fixed 0 0 / 100% 100%;
}

.login-logo-placa {
    background-image: url(../Images/logos/logo_bebederos_web.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
    margin-top: 50px;
}

.logo-inifed {
    background-image: url(../Images/logos/logo_inifed.png);
    background-size: auto 45px;
    background-repeat: no-repeat;
    height: 45px;
    width: 120px;
}

.logos-top {
    background-image: url(../Images/logos/logo_rotoplas_B.png);
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position-x: 3%;
    height: 45px;
}

.div-line {
    border-bottom: 1px solid #FFF;
}

.login-form .input-lg {
    height: 50px !important;
    border-radius: 10px !important;
    background-color: #FFF !important;
    font-size: 21pt;
    color: #A4ACB7 !important;
    border: none !important;
}

.password-form .input-lg {
    height: 50px !important;
    border-radius: 10px !important;
    background-color: #FFF !important;
    font-size: 21pt;
    color: #A4ACB7 !important;
    border: 1px solid #F5F4F4 !important;
}

.login-form .btnIngresar {
    height: 50px !important;
    border-radius: 10px !important;
    background-color: #D3ECE6 !important;
    font-size: 16pt;
    color: #2BB6C2 !important;
    border: none !important;
    min-width: 220px !important;
}

.password-form .btnIngresar {
    height: 50px !important;
    border-radius: 10px !important;
    background-color: #D3ECE6 !important;
    font-size: 16pt;
    color: #2BB6C2 !important;
    border: none !important;
    min-width: 220px !important;
}

.div-compatibilidad {
    position: absolute;
    left: 20%;
    bottom: 25px;
    width: 60%;
    color: #4CB9CB;
    font-size: 23px;
    line-height: 12px;
}

    .div-compatibilidad .txt-requerido {
        color: #A4ACB7 !important;
        font-size: 12px !important;
        margin-bottom: 5px;
    }



.bg-header {
    background-color: #6DC0D0;
    box-shadow: 1px 3px 15px #CCC;
}

.logo-img, .logo-lbl {
    height: 40px;
}

.bg-header .container {
    color: #FFF;
    height: 60px;
    border-radius: 12px;
}

    .bg-header .container > div {
        height: 60px;
        background-color: #fff;
    }

#div-logo-set > div,
#div-lbl-nombre,
#div-btn-eng {
    display: table;
    height: 40px;
}

#div-btn-eng {
    text-align: right;
    padding-right: 25px !important;
}

    #div-btn-eng a i {
        color: #FFF !important;
    }

#div-logo-set {
    padding-left: 25px;
    /*background-color:#fff; 
    color:#000;*/
}

    #div-logo-set > div {
        float: left;
    }

.logo-text2 {
    margin-left: 10px;
    text-align: left;
    color: #ffa409;
}

.btn-menu-opcion {
    background: url("/Images/header/flecha_opciones.png") no-repeat center;
    background-size: 12px 7px;
}

    .btn-menu-opcion:hover {
        background: url("/Images/header/flecha_opciones_over.png") no-repeat center;
    }

#div-btn-eng .dropdown-menu > li > a > i {
    color: #ffa409;
}


/* Estilos header
-------------------------------------------------------------------------*/
.header-datos {
    width: 96%;
    min-height: 70px;
    margin: 20px 2% 10px 2%;
    padding-top: 10px;
    background-color: #FFF;
    box-shadow: 3px 3px 3px #CCC;
    border-radius: 12px;
}

.perfil-text1 {
    color: #FFF;
    font-size: 10pt;
    font-weight: bold;
}

.perfil-text2 {
    color: #D3ECE6;
    font-size: 10pt;
}

.perfil-text3 {
    color: #D3D7DD;
    font-size: 10pt;
}

.perfil-text4 {
    color: #0099FF;
    font-size: 10pt;
}
/*menu header para secciones*/
.menu-secciones {
    font-size: 18px;
    text-transform: uppercase;
}

    .menu-secciones a:link,
    .menu-secciones a:hover,
    .menu-secciones a:active {
        text-decoration: none;
    }

.cnt-menu-secciones {
    width: 315px;
    z-index: 10000 !important;
}

    .cnt-menu-secciones li {
        display: inline-grid;
        min-height: 130px;
    }

        .cnt-menu-secciones li span {
            font-size: 11px;
        }
/*
    MENU PRINCIPAL
------------------------------------------------------------------------*/
ul.menuprincipal {
    text-decoration: none;
    list-style: none;
    margin: 0px auto;
    padding-left: 0px;
    display: inline-block;
    font-size: 12px !important;
}

    ul.menuprincipal li {
        float: left;
        width: 115px;
        height: 130px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

        ul.menuprincipal li a {
            margin: 0px auto;
        }

        ul.menuprincipal li span {
            color: #586572;
        }

        ul.menuprincipal li:hover span {
            color: #4CB9CB;
        }


a.mnprincipal {
    display: block;
}

a.btnMenu1 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_admin.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu2 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_diagnostico.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu3 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_seguimiento.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu4 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_estimacion.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu5 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_reporte.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu6 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_tableros.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu7 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_consulta.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu8 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_mapa.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu9 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_reportes.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu10 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov8.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenu11 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/BitacoraGris.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu11 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/BitacoraAzul.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu1 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_admin_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu2 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_diagnostico_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu3 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_seguimiento_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu4 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_estimacion_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu5 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_reporte_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu6 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_tableros_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu7 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_consulta_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu8 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_mapa_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu9 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_reportes_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenu10 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov8_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

.set-lbl-h1 {
    color: #4CB9CB;
    font-size: 20px;
    font-weight: bold;
}

.tbl-lbl {
    padding-left: 30px;
    color: #6D6D6D;
    font-weight: 600;
}

.cnt-info-detalles table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.popup-map-hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4CB9CB;
    border-radius: 9px 9px 0 0;
    padding: 5px 20px;
}

    .popup-map-hd .set-tit {
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    }

.popup-map .set-text-lbl {
    font-weight: bold;
    color: #A6A6A6;
}

.popup-map .set-text-val {
    color: #A6A6A6;
}

.leaflet-popup leaflet-zoom-animated {
    min-width: 260px;
}

.leaflet-container a.leaflet-popup-close-button {
    z-index: 100;
}

    .leaflet-container a.leaflet-popup-close-button:focus,
    .leaflet-container a.leaflet-popup-close-button:hover {
        color: #000 !important;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

.leaflet-container a.leaflet-popup-close-button {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    filter: alpha(opacity=20);
    opacity: .2;
}

/* Componenetes Mapa */
#map {
    position: relative;
    width: 100%;
    height: 720px;
}

.dropdown-menu {
    z-index: 9999 !important;
}

#filtros {
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 401 !important;
    background-color: #E0E0E0;
    width: 400px;
    padding: 10px;
    border-radius: 6px;
}

.fondo-filtros {
    background-color: #F7F7F7;
}

.labelcolorazulsoft {
    color: #45B6C9 !important;
}

.labelcolorgris {
    color: #90959D !important;
    font-weight: normal !important;
}

/* Componenetes bootstrap */
.dropdown-menu > li > a {
    color: #A6A6A6 !important;
}

#modalInfoDetallada .modal-dialog {
    width: 800px;
}

#modalInfoDetallada .modal-body {
    height: 520px !important;
    overflow: auto;
}

#modalInfoDetallada .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F5F4F4 !important;
}

#modalInfoDetallada .table-striped > tbody > tr:last-child {
    background-color: #FFF !important;
}

#modelAsigProveedoresDatosCCT .modal-dialog {
    width: 1040px;
}

#modelAsigProveedoresDatosCCT .modal-body {
    height: 520px !important;
    overflow: auto;
}

#modelAsigProveedoresDatosCCT .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F5F4F4 !important;
}

#modelDatosContrato .modal-dialog {
    width: 1040px;
}

#modelDatosContrato .modal-body {
    height: 520px !important;
    overflow: auto;
}

#modelDatosContrato .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F5F4F4 !important;
}

.modal-dialog.modal-sm .modal-header {
    padding: 5px 15px !important;
}

.modal-dialog.modal-sm .modal-body {
    text-align: center;
    padding: 30px 15px !important;
}
/*ESTILOS PARA MODAL*/
.modal-header {
    background-color: #4CB9CB;
    color: #FFF;
    border-radius: 6px 6px 0 0;
}

.modal-footer {
    border-top: 0px none;
}

/* CONFIGURAICON */

.lblSeccion-fijo {
    padding: 15px 0px;
    font-size: 18px;
    background-color: #E7EEEF;
    color: #525F6D;
}

.frmConfiguracion {
    float: left;
    background-color: #F9FAFC;
    min-height: 670px;
    /*max-height: 670px;*/
}

    .frmConfiguracion div.panel-config {
        background-color: #fff;
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: 0px 4px 4px #DADBDD;
        border-radius: 0 0 12px 12px;
    }

    .frmConfiguracion .form-horizontal > .lblSeccion {
        padding: 15px 0 0 30px !important;
        background-color: #FFF;
        border-radius: 12px 12px 0 0;
        margin-top: 15px;
        font-size: 16px;
        color: #45B6C9;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: 0px 0px 3px #DADBDD;
    }

    .frmConfiguracion .lblSeccion {
        padding: 15px 0 15px 15px;
        font-size: 16px;
        color: #525F6D;
    }

.cnt-seccion-set {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    box-shadow: 1px 1px 4px #DADBDD;
    padding-bottom: 10px;
    padding-top: 15px;
}

.cnt-seccion-set {
    min-height: 170px;
}

.lbl-seccion-set {
    font-size: 18px;
    color: #45B6C9;
    margin-bottom: 15px;
}

.frmConfiguracion .form-horizontal .control-label {
    text-align: left !important;
    font-weight: normal !important;
    color: #525F6D !important;
}

.frmConfiguracion .botonera {
    padding: 30px 0px;
}

.modal-msj-advertencia {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 20px;
    background-color: #EA3751;
    color: #FFF;
}

#modelEstimacionCCTSinFotos .modal-dialog {
    width: 1100px;
}

.listAsgProveedores li {
    font-size: 20px;
}

.tbl-cell.label.label-danger {
    font-size: 12px;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-form .input-lg {
    -webkit-text-fill-color: #A4ACB7 !important;
}

.mod-resumen .dxtcLite_Metropolis > .dxtc-content {
    background-color: transparent !important;
    min-height: 600px !important;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .bg-login {
        background: url(../../Images/fondo_login_mapa.png) fixed 0 0 / 100% 100%;
    }

    .login-logo-placa {
        margin-top: 20px;
    }

    .cnt-menu-secciones {
        width: 330px;
    }
}

@media screen and (max-width: 1040px) and (max-height: 480px) {
    .login-logo-placa {
        height: 80px;
        margin-top: 0px;
    }

    .login-form .input-lg {
        height: 35px;
        font-size: 14pt;
    }

    .form-field {
        margin-bottom: 15px;
    }

    .logos-top {
        background-size: auto 35px;
        height: 35px;
    }

    .mrt-60 {
        margin-top: 15px !important;
    }

    .login-form .btnIngresar {
        height: 35px !important;
        font-size: 12pt;
        min-width: 160px !important;
    }

    .div-compatibilidad {
        bottom: 5px;
    }

    .cnt-menu-secciones {
        width: 330px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .login-logo-placa {
        margin-top: 0 !important;
    }

    .login-form .Msj-Error {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .form-field {
        margin-bottom: 10px !important;
    }

    .alert {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    .login-form .input-lg {
        height: 45px !important;
    }

    .login-form .btnIngresar {
        height: 40px !important;
    }

    .logos-top {
        margin-top: 20px !important;
    }
}

.leaflet-popup {
    width: 200px !important;
}

.dxtcLite_Metropolis > .dxtc-content {
    background-color: transparent !important;
}

.dxtcLite_Metropolis.dxtc-top > .dxtc-stripContainer {
    padding-left: 10px !important;
}

.dxtvControl_Metropolis .dxtv-ndHov {
    background-color: #45B6C9 !important;
}

.set-dictamen div span:last-child {
    color: #6DCFEC;
}

.set-sitio span {
    color: #FFF;
}

    .set-sitio span:first-child {
        font-size: 30px;
    }

    .set-sitio span:last-child {
        font-size: 11px;
    }


.dxEditors_edtRadioButtonChecked_Metropolis {
    background-color: #4CB9CB !important;
}

.dxEditors_edtRadioButtonChecked_Metropolis {
    background-position: 0px 0px !important;
    width: 16px !important;
    height: 16px !important;
}

.dxEditors_edtRadioButtonChecked_Metropolis {
    background-image: url('/Images/radio.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}

.btnCerrarSeccion {
    background-image: url('/Images/cerrar_secc.png');
    background-size: cover;
    width: 25px;
    height: 25px;
}

.content-proveedor {
    width: 960px !important;
}

.mnprov {
    display: block;
}

a.btnMenuProv1 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov1.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv2 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov2.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv3 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov3.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv4 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov4.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv5 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov5.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv6 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov6.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv7 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov7.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv8 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov8.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv9 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov9.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv10 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov10.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv11 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov11.png);
    background-repeat: no-repeat;
    background-position: center;
}

a.btnMenuProv12 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov12.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv1 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov1_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv2 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov2_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv3 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_admin_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv4 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_diagnostico_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv5 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov5_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv6 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov6_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv7 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov7_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv8 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov8_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv9 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov9_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv10 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov10_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv11 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_prov11_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

a:hover.btnMenuProv12 {
    width: 86px;
    height: 86px;
    background-image: url(../Images/principal/btn_tableros_over.png);
    background-repeat: no-repeat;
    background-position: center;
}

.dxgvCommandColumn_Metropolis.dx-ar > span {
    float: left !important;
}

.error {
    color: #FD0000;
}

.color-gray {
    background-color: lightgray;
}

.pd-10 {
    margin: 1vh 1vw;
}

.Tablapanel td, form.Tablapanel {
    padding: 10px;
}

.Tablapanel .form-control:not(.line) {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.Tablapanel .control-label:not(.line) {
    display: inline-block;
    width: 12vw;
    margin-right: 1vw;
    text-align: left;
}


label.error {
    color: #FF0000;
}

* Módulo Comunicados */ #modalComunicados .modal-dialog {
    min-width: 800px;
}

#modalDetallesProveedor .modal-dialog, #modalAddProveedor .modal-dialog,
#modalDetallesConcurso .modal-dialog, #modalAsignarCCTConcurso .modal-dialog,
#modalInvitarProveedores .modal-dialog, #modalAgregarConcurso .modal-dialog {
    width: 1040px;
}

.list-menu-principal ul {
    height: 25px;
    border-collapse: separate;
    box-sizing: content-box;
    float: left !important;
    overflow: hidden;
    list-style: none outside none;
    margin: 0;
    border-bottom: 2px solid #6DC0D0 !important;
    background-color: #FFF;
}

    .list-menu-principal ul li {
        display: inline;
        float: left;
        height: 24px;
    }

        .list-menu-principal ul li a {
            background-color: #E0E0E0;
            color: #666666;
            padding: 4px 10px 3px;
            font-size: 12px;
            margin-left: 1px;
            cursor: pointer;
        }

            .list-menu-principal ul li a:hover,
            .list-menu-principal ul li a:active,
            .list-menu-principal ul li a:visited {
                text-decoration: none;
            }

            .list-menu-principal ul li a:first-child {
                margin-left: 0;
            }

            .list-menu-principal ul li a.active {
                background-color: #6DC0D0;
                color: #FFF;
                border-bottom: 2px solid #6DC0D0 !important;
            }

#modalAddEnvioMateriales .modal-dialog {
    width: 950px !important;
}

.btn-limpiar {
    padding: 3px 6px !important;
}


.ui-widget-header {
    border: 1px solid #4CB9CB !important;
    background: #6DC0D0 50% 50% !important;
}


    .ui-widget-header .ui-state-highlight {
        border: 1px solid #0099FF !important;
        background: #D3ECE6 50% top repeat-x !important;
    }
#ModalIncidencia .modal-body {
    overflow: auto;
    height: 480px;
}