/* Minification failed. Returning unminified contents.
(572,12): run-time error CSS1036: Expected expression, found '!important'
 */
.modal-header, h4, .close {
    background-color: #b3a89b;
    color: white !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.modal-footer {
    background-color: #f9f9f9;
}

/*css para poner las filas filas pares a gris (Grey en la paleta de colores de cualquier web sobre CSS)*/
.tableFew_con_click tr:nth-child(even) {
    background-color: #eee;
}

/*Para que estos selectores CSS funcionen correctamente no debe usarse la clase table-striped de Bootstrap sino solo remarca filas alternas
    porque con ese atributo de Bootstrap ya se enfatiza algo las filas impares*/
.tableFew_con_click tr:hover td {
    color: white;
    background-color: #dbc8a2;
    cursor: pointer;
    /*font-weight: bold;*/
    /*border-top: 2px solid rgb(10, 0, 255);
    border-bottom: 2px solid rgb(10, 0, 255);
    border:2px solid red !important;*/
}

#tblFases, #tblExpedientes > tr:hover td {
    cursor: pointer; /*las filas se seleccionaran con un click por tanto se cambia el cursor a pointer antes de CSS3.0 era hand el equivalente*/
}

.form-control {
    font-size: 12px !important;
}

/*apariencia corporativa paneles y botones*/
.apariencia-corporativa {
    font-size: 12px;
    font-weight: bold;
    background-color: #bb9e66;
    color: white;
}

/*Panel primary*/

.panel-primario > .panel-cabecera {
    color: #bb9e66;
    background-color: #fff;
    border-color: #bb9e66;
}


.with-nav-tabs.panel-primario .nav-tabs > li > a {
    color: #bb9e66; /*blanco*/
    border-color: #bb9e66;
    font-weight: bold;
}

    .with-nav-tabs.panel-primario .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primario .nav-tabs > li > a:focus {
        color: #fff; /*blanco*/
    }

    .with-nav-tabs.panel-primario .nav-tabs > .open > a,
    .with-nav-tabs.panel-primario .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primario .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primario .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primario .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #bb9e66;
        /*border-color: transparent;*/
        border-color: #bb9e66;
    }

.with-nav-tabs.panel-primario .nav-tabs > li.active > a,
.with-nav-tabs.panel-primario .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primario .nav-tabs > li.active > a:focus {
    background-color: #bb9e66;
    color: #fff;
    border-color: #bb9e66;
    border-bottom-color: #bb9e66;
    /*border-bottom-color: transparent;*/
}

/*con estos estilos consigo que me funcione el autocomplete en un modal que viene de otro modal. Sino por culpa del indice z se veia por debajo del primer modal.
  En primer plano*/
.ui-autocomplete {
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#divApellidosArchitect,
#divNombrePoblacionAutocomplete,
#divApellidosClient,
#divPoblacionClient,
#divNifClient {
    display: block;
    position: relative;
    z-index: 9999;
}

#divNifClient {
    width: 700px;
}

/*CSS especifica para el grid de los ultimos 10 expedientes que tendra una maquetación especial*/
@media screen and (min-width: 768px) {
    .modal-dialog-cliente {
        right: auto;
        left: 50%;
        width: 970px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content-cliente {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal.fade .modal-dialog-cliente {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog-cliente {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-cliente {
    z-index: 1050;
    /*width: auto;*/
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content-cliente {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

/*TreeView de Usos*/
.tree {
    /*min-height:20px;*/
    width: 541px;
    padding: 19px;
    margin-left: 20px;
    /*margin-bottom:20px;*/
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px
        }

        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none
        }

        .tree li.parent_li > span {
            cursor: pointer
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0
    }

    .tree li:last-child::before {
        height: 30px
    }

    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000
    }

.well { /*min-height:20px;*/
    padding: 50px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*Estilos para la lista colapsable del control TreeView de Usos_Tasas*/
.collapsibleList li {
    /*list-style-image:url('/Content/Images/button.png');*/
    cursor: auto;
}

li.collapsibleListOpen {
    list-style-image: url('/Content/Images/button-open.png');
    cursor: pointer;
}

li.collapsibleListClosed {
    list-style-image: url('/Content/Images/button-closed.png');
    cursor: pointer;
}

.withoutImage {
    list-style-image: none;
}

/*clase especifica disabled*/
.disabledTab {
    pointer-events: none;
}

/*especifico para la barra de progreso*/
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}

/*css para quitar spinner de type number HTML5*/

/*input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}*/

/*Clases asociadas a mi vista parcial reports para la visualización del input type file*/
.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

/* ---- eVisado (FEW) ------*/

/* Para reemplazar los estilos que aplica bootstrap*/
body {
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /*font-size: 11px !important;*/
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
}

*,
*:before,
*:after {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

table {
    border-collapse: separate !important;
}
/* Fin Bootstrap*/



#container {
    max-width: 1200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

header {
    background-color: white !important;
}


/*#header {
    margin-top: 40px;
    height: 100px;
}*/


/*#header #breadcrum {
    clear: both;
    margin-top: 20px;
    float: left;
}

    #header #logoCTAV {
        float: right;
    }

    #header #login {
        margin-top: 20px;
        float: right;
    }*/

#login a {
    color: #000000;
    text-decoration: none;
}

#content {
    padding-bottom: 30px;
    min-height: 450px;
    height: auto;
}

input[type='text'] {
    height: 15px;
    text-indent: 4px;
}

footer {
    display: block;
    clear: both;
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: 1px solid #b99d66;
    bottom: 0;
    text-align: center;
    font-size: 10px;
    color: #b99d66;
    width: 1100px;
}

#footer #copyright {
    color: #b99d66;
    font-size: 9px;
}

.enlace {
    color: #000000;
    text-decoration: none;
}

    .enlace:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.enlace_breadcrumb {
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer;
}

a.enlace_breadcrumb:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

/*
.header-seccion {
    font-size: 12px;
    font-weight: bold;
    background-color: #bb9e66;
    color:white;
    height: 20px;
    padding-top: 5px;
    padding-left: 8px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}

.datos-seccion {
  border: 1px solid #bb9e66;
  padding:20px;
  height:auto;
}
*/



.header-seccion {
    font-size: 16px;
    font-weight: bold;
    background-color: #B3a89b;
    color: white;
    padding: 14px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}

.datos-seccion {
    border: 1px solid #B3a89b;
    padding: 20px;
    height: auto;
}

.header-seccion-edition {
    background-color: #B99D66;
}

/*Tabs*/
ul.tabsFew {
    list-style-type: none;
    padding-left: 0px;
}

    ul.tabsFew li {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        font-size: 12px !important;
        font-weight: bold;
        border: #bb9e66 solid 2px;
        border-bottom: none;
        width: 184px;
        float: left;
        /*margin: 0 .25em 0 0;*/
        margin: 0px;
        /*padding-top: 10px;*/
        padding-right: 6px;
        /*padding-right:10px;*/
        height: 25px;
        -webkit-border-radius: 7px 7px 0px 0px;
        -moz-border-radius: 7px 7px 0px 0px;
        -khtml-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
    }

        ul.tabsFew li a {
            font-size: 12px !important;
            color: #bb9e66;
            padding-top: 5px;
            font-weight: bold;
            text-decoration: none;
            display: block;
            text-indent: 8px;
        }

        ul.tabsFew li:hover {
            background: #bb9e66;
        }

            ul.tabsFew li:hover a {
                color: white;
            }

        ul.tabsFew li.active {
            background: #bb9e66;
        }

            ul.tabsFew li.active a {
                color: white;
            }

.clr {
    clear: both;
}

.tablas_tabsFew {
    padding-top: 20px;
    padding-left: 7px;
    padding-bottom: 20px;
    visibility: hidden;
}

.articleFew {
    border: #bb9e66 solid 1px;
    margin: 0px;
    padding: 10px;
    height: auto;
}

.table_formFew {
    border: 0px;
    border-spacing: 5px;
    width: !important 850px;
}

.form_label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: bold;
    color: black;
    /*background-color: #B99D66;*/
}

.form_campo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 11px !important;
    border: 1px solid #A9A9A9;
}

.form_campo {
    text-transform: uppercase;
}

.form_campo_disable {
    background-color: #EBEBE4;
    color: #999999;
}

.form_label_refCatastral {
    width: 100px;
}

.form_campo_refCatastral {
    width: 170px;
}

.form_label_observaciones {
    vertical-align: top;
    width: 100px;
}

.form_campo_observaciones {
    width: 760px;
    height: 50px;
}

.form_campo_descripcionTrabajo {
    width: 760px;
}

.form_campo_fase, .form_campo_tipoTrabajo, .form_campo_trabajo {
    width: 400px;
}

.form_campo_trabajoModalFew {
    width: 320px;
}

.form_campo_tipoFaseModalFew {
    width: 150px;
}

.form_campo_tipoVia {
    width: 120px;
}

.form_label_tipoVia {
    width: 105px;
}

.form_campo_nombreVia, .form_campo_poblacionFew {
    width: 300px;
}

.form_campo_emplazamientoNum {
    width: 75px;
}

.form_campo_codPostal {
    width: 50px;
}

.form_campo_provincia {
    width: 180px;
}

.form_campo_importe {
    text-align: right;
    width: 100px;
}

.form_campo_superficie {
    text-align: right;
    width: 90px !important;
}

.form_campo_entero {
    text-align: right;
}

.form_campo_porcentaje {
    text-align: right;
    width: 65px !important;
}

.form_campo_importe_gasto {
    text-align: right;
    width: 75px;
}

.form_campo_nif {
    width: 100px;
}

.form_campo_poblacionCliente {
    width: 180px;
}

.form_campo_nombre_cliente {
    width: 300px;
}

.form_campo_apellidos_cliente {
    width: 300px;
}

.form_campo_tipoEnvio {
    width: 200px;
}

.form_campo_carpetaEnvio {
    width: 100px;
}

.form_campo_asuntoEnvio, .form_campo_ficheroEnvio {
    width: 400px;
}

.botonFew {
    text-transform: capitalize !important;
    font-size: 11px !important;
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    background-color: #B3a89b;
    color: white;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
}

.btnFew15 {
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    background-color: #B3a89b;
    color: white;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
}

.botonFew_noAceptar {
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    color: black;
}

.botonFew:hover {
    color: black;
}

.botonFew_row {
    content: url("Content/Images/delete.png");
}

.botonFewheader {
    color: #000;
    background-color: #fff;
    /*margin-top: -5px;*/
}

.seleccion-tramitacion {
    font-size: 12px;
    font-weight: bold;
    background-color: #bb9e66;
    color: white;
    height: 25px;
    padding-top: 5px;
    padding-left: 8px;
    width: 550px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    text-align: left;
    text-indent: 8px;
}

    .seleccion-tramitacion:hover {
        cursor: pointer;
        color: black;
    }

.tablaFew_expediente_columna {
    width: 60px;
}

.form_campo_numerico {
    text-align: right;
}

.form_campo_expedienteFew {
    width: 100px;
}

.form_campo_emplazamientoFew, .form_campo_clienteFew {
    width: 175px;
}

.form_campo_emplazamientoModalFew {
    width: 375px;
}

.form_campo_fechaAlta {
    width: 95px;
}

.form_campo_pem {
    width: 100px;
}

.form_campo_num_viviendas, .form_campo_porcentajeFase {
    width: 0px;
}

.img_click {
    padding-right: 10px;
}

    .img_click:hover {
        cursor: pointer;
        text-decoration: none;
    }

.modal_titulo {
    font-size: 10px;
}

/*Modal documentos*/
.imgdesple {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-right: 5px;
    margin-left: 15px;
    margin-top: 5px;
    content: url("/content/images/desple.png");
}

.imgnodesple {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-right: 5px;
    margin-left: 15px;
    margin-top: 5px;
    content: url("/content/images/nodesple.png");
    border: 0;
}

.imgdesplenotab {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-right: 5px;
    /*margin-left:15px;*/
    margin-top: 5px;
    content: url("/content/images/desple.png");
}

.imgnodesplenotab {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    margin-right: 5px;
    /*margin-left:15px;*/
    margin-top: 5px;
    content: url("/content/images/nodesple.png");
    border: 0;
}

.titdesplegables {
    font-size: 12px;
    FONT-WEIGHT: normal;
    COLOR: #333333;
    FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .titdesplegables:hover {
        cursor: pointer;
    }

.primerli {
    /*margin-top: -10px;*/
}

.ultimli {
    margin-bottom: -20px;
}

li.visado {
    line-height: 25px;
}

li:hover li a, li.over li a {
    FONT-SIZE: 8pt;
    CURSOR: pointer;
    COLOR: #AC9F6B;
    FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    TEXT-DECORATION: none;
    top: 0px;
}

.modal-documentos-height {
    height: 450px !important;
}
/*Campos obligatorios*/
.form_campo_mandatory {
    border: 1px solid red;
}

.form_campo_mandatory_asterisco {
    /*visibility: hidden;*/
    color: red;
    font-weight: bold;
    padding-left: 5px;
    font-size: 11px;
}

.tabs {
    display: none;
}

.tabSiguientes {
    visibility: hidden;
}

.img_delete_file {
    margin-left: 20px;
}

/*.progress {
    position:relative;
    width: 400px;
    border: 1px solid #ddd;
    padding: 1px;
}
.progressbarMio {
    width: 0px;
    height: 20px;
    background-color: #57be65;
}*/


.adjustSize {
    box-sizing: border-box !important;
}

.adjustSizeArea {
    box-sizing: border-box !important;
    resize: vertical !important;
    min-height: 75px !important;
}

.adjustSizeInput {
    box-sizing: border-box !important;
    height: 32px !important;
    /*padding: 1.3em;*/
}

.adjustSizeDD {
    box-sizing: border-box !important;
    padding: 0.2em;
}

.adjustSizeRB {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.adjustSizeRBL {
    vertical-align: sub;
    margin-right: 10px;
}

.rbtnGroup {
    margin-top: 10px;
}

.img-delete-new, .img-search-new {
    height: 18px;
    margin-top: 7px;
}


.fomr-right {
    text-align: right;
}

.form-check {
    width: 20px;
    height: 20px;
}

.noPadding {
    padding: 0px !important;
}

.onlyPaddingRight {
    padding-left: 0px !important;
}




.bg-dark {
    background-color: #343a40 !important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-radius: 0px;
}

small, .small {
    font-size: 80%;
    font-weight: normal;
}

.text-light {
    color: #f8f9fa !important;
}

h1 small, .h1 small {
    font-size: 24px;
    color: #f8f9fa !important;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#span_nombre_usuario {
    float: right;
    width: 15px;
    margin-right: 0px;
    padding-top: 10px;
}

.breadcrum {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    font-size: initial;
}

.table {
    border: 1px solid #dee2e6;
}

    .table th {
        color: #495057;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .table tbody tr {
        border: 1px solid #dee2e6;
    }

.tdBorderRight {
    border-right: 1px solid #dee2e6;
}

.tablas_tabs_detalle_proyecto {
    padding-top: 5px;
    padding-left: 7px;
    visibility: hidden;
}

.webgrid_documentos_fecha {
    width: 100px;
    border-right: 1px solid #dee2e6;
}

.webgrid_documentos_nombreFichero {
    width: 600px;
}
/*---WebGrid*/
.webGrid, .webGrid_Clientes_Busqueda_Modal, .webGrid_Facturas, .webgrid_Movimientos {
    margin-top: 7px;
    border-collapse: collapse;
    text-align: left;
    width: 760px;
    border: 1px solid #dee2e6;
}

.webGrid_Documentos tr {
    border: 1px solid #dee2e6;
}

.webGrid_Documentos {
    text-align: left;
    border: 1px solid #dee2e6;
    width: 100%;
}

.webGrid_Fases {
    text-align: left;
    border: 1px solid #dee2e6;
    width: 100%;
}

    .webGrid_Fases tr {
        border: 1px solid #dee2e6;
    }

.webGrid_Facturas {
    width: 650px;
}

.webGrid_Clientes_Busqueda_Modal {
    width: 520px;
}

.webGridWrapper {
    min-width: 320px;
    max-width: 760px;
    overflow: auto;
}

.webGridHeader {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 1.4rem;
    border-bottom: 2px solid #dddddd;
    font-weight: bold;
}

.webGrid th, .webGrid_Clientes_Busqueda_Modal th, .webGrid_Documentos th, .webGrid_Facturas th, .webgrid_Movimientos th, .webGrid_Fases th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    padding: 8px;
    border-bottom: 2px solid #dddddd;
}

    .webGrid_Facturas th:nth-child(n+4) {
        text-align: center;
    }

    .webgrid_Movimientos th:nth-child(n+4) {
        text-align: right;
    }

.webgrid_Movimientos td {
    font-size: 10px;
    height: 20px;
}

.webGrid_Clientes_Busqueda_Modal td, .webGrid_Documentos td {
    font-size: 1.4rem;
    padding: 4px;
    height: 4px;
}

.webGrid td, .webGrid_Facturas td, .webGrid_Fases td {
    font-size: 1.4rem;
    padding: 4px;
    height: 30px;
}

.webGrid th a, .webGrid_Clientes_Busqueda_Modal th a, .webGrid_Documentos th a, .webGrid_Facturas th a, .webgrid_Movimientos th a, .webGrid_Fases th a {
    color: #DADADA;
}

    .webGrid th a:hover, .webGrid th a:hover, .webGrid_Documentos th a:hover, .webGrid_Facturas th a:hover, .webgrid_Movimientos th a:hover, .webGrid_Fases th a:hover {
        color: #FFFFFF;
        -webkit-box-shadow: 0 0 15px #FFFFFF;
        -moz-box-shadow: 0 0 15px #FFFFFF;
        box-shadow: 0 0 15px #FFFFFF;
        background-color: #C0C0C0;
    }

.webGrid td a, .webGrid_Clientes_Busqueda_Modal td a, .webGrid_Documentos td a, .webGrid_Facturas td a, .webgrid_Movimientos td a, .webGrid_Fases td a {
    color: #08088A;
}

    .webGrid td a:hover, .webGrid_Clientes_Busqueda_Modal td a:hover, .webGrid_Documentos td a:hover, .webGrid_Facturas td a:hover, .webgrid_Movimientos td a:hover, .webGrid_Fases td a:hover {
        color: #0000FF;
        -webkit-box-shadow: 0 0 15px #00BFFF;
        -moz-box-shadow: 0 0 15px #00BFFF;
        box-shadow: 0 0 15px #00BFFF;
        background-color: #58D3F7;
    }

.webGrid tfoot, .webGrid_Clientes_Busqueda_Modal tfoot, .webGrid_Documentos tfoot, .webGrid_Facturas tfoot, .webgrid_Movimientos tfoot, .webGrid_Fases tfoot {
    line-height: 50px;
    text-align: right;
    color: #303030;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    letter-spacing: .25em;
}

    .webGrid tfoot a, .webGrid_Clientes_Busqueda_Modal tfoot a, .webGrid_Documentos tfoot a, .webGrid_Facturas tfoot a, .webgrid_Movimientos tfoot a, .webGrid_Fases tfoot a {
        color: #0000FF;
        text-decoration: none;
    }

        .webGrid tfoot a:hover, .webGrid_Clientes_Busqueda_Modal tfoot a:hover, .webGrid_Documentos tfoot a:hover, .webGrid_Facturas tfoot a:hover, .webgrid_Movimientos tfoot a:hover, .webGrid_Fases tfoot a:hover {
            color: #0000FF;
            font-weight: bold;
            text-decoration: underline;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background-color: transparent;
        }

.webGridAlternate {
    background-color: #f3f2f2;
    color: #000;
}

.webgrid-footer td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
    letter-spacing: 0px;
}

    .webgrid-footer td a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #000;
        font-weight: normal;
        letter-spacing: 0px;
    }

    .webgrid-footer td a {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8px;
        border: 1px solid #A9A9A9;
        padding: 5px;
        color: #000;
        text-decoration: none;
        letter-spacing: 0px;
    }

.webgrid_fase_fecha {
    width: 100px;
    text-align: center;
}

.webgrid_fase_fechaEntrada {
    width: 100px;
    text-align: center;
    border-right: 1px solid #dee2e6;
}

.webgrid_fase_registro {
    width: 100px;
    border-right: 1px solid #dee2e6;
}

.webgrid_fase_codigo {
    width: 50px;
    border-right: 1px solid #dee2e6;
}

.webgrid_fase_descripcion {
    border-right: 1px solid #dee2e6;
}

.webgrid_estado_descripcion {
    width: 130px;
    border-right: 1px solid #dee2e6;
}


.clickable {
    cursor: pointer;
    background: #dbc8a2;
    color: white;
}

.webgrid_cliente_nif {
    width: 90px;
}

.webgrid_cliente_apellidos {
    width: 278px;
}

.webgrid_cliente_nombre {
    width: 125px;
}

.webgrid_cliente_nif_no_modal {
    width: 90px;
}

.webgrid_cliente_apellidos_no_modal {
    width: 270px;
}

.webgrid_cliente_nombre_no_modal {
    width: 100px;
}

.webgrid_cliente_direccion_no_modal {
    width: 400px;
}

.webgrid_fecha_entrada {
    width: 70px;
}

.webgrid_expediente {
    width: 60px;
}

.webgrid_trabajo {
    width: 220px;
}

.webgrid_emplazamiento {
    width: 280px;
}

.webgrid_estado {
    width: 150px;
}


.webgrid_factura_fecha {
    width: 100px;
}

.webgrid_factura_numero {
    width: 150px;
}

.webgrid_factura_baseImponible {
    width: 150px;
    text-align: center;
}

.webgrid_factura_iva {
    width: 100px;
    text-align: center;
}

.webgrid_factura_total {
    width: 100px;
    text-align: center;
}

.webgrid_factura_pagado {
    width: 100px;
    text-align: center;
}

.webgrid_movimiento_fecha {
    width: 100px;
}

.webgrid_movimiento_concepto {
    width: 500px;
}

.webgrid_movimiento_numerico {
    width: 100px;
    text-align: right;
}

