﻿:root {
    --main-font-size: 14px;
    --main-font-smaller: 13.5px;
    --azul: #0B0B61;
    --verde: #0f730d;
    --main-color-gris: #7e828e;
    --main-font-family: 'Roboto', 'Arial', sans-serif;
    --gris-claro: rgba(227,227,225,1);
    --gris-oscuro: #c6c6c6;
    --table-footer-width: 100%;
    --table-width: 99.9%;
    --table-height: 99.9%;
}

input[type="checkbox"]:checked {
    /* filter: saturate(0.2) contrast(220%) */;
    filter: saturate(0.14) contrast(327%);
}

.hide-on-load{
    visibility:hidden;
}

/* fix borde negro Chrome */
*, *:focus, *:hover {
    outline: none;
}

.text-no-case{
    text-transform: none !important;
}

.sortable.both:not(.asc):not(.desc) {
    background-image: url("/assets/icons/sort_both.png") !important;
    background-size: 20px 17px;
    background-position-y: top !important;
}

.sortable.asc, .sortable.desc {
    background-position-y: top !important;
    background-size: 16px 12px;
    background-position: calc(100% - 2px) 2px !important;
}

html {
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
}
body {
    font-family: 'Roboto', 'Arial', sans-serif;
    /* color: #666666; */
    background-color: var(--gris-oscuro);
    /* width: 1366px; */
    line-height: normal !important;
    font-size: 14px;
    height: 100%;
    width: 100%;
    background-color: var(--gris-oscuro) !important;
    margin: 0px;
    padding: 0px;
}


.landingpage-izq{
    margin: auto 0;
    width: 55%;
    padding-right:10px;
}

.landingpage-der {
    margin: auto 0;
    width: 45%;
    padding-left: 10px;
}

[data-landingpage] .contenedor {
    padding-left: 75px;
    padding-right: 75px;
}

[data-landingpage] .contenedor .row {
        height: 100% !important;
    }

.btn-volver {
    /*
    position: absolute;
    left: 55px;
    top: 614px;
        */
    color: var(--azul);    
}

[data-landingpage] .btn-volver, [data-homepage] .btn-volver{
    visibility:hidden;
}

.menu-activo {
    border-bottom: 5px solid var(--azul) !important;
}

a {
    color: inherit;
}


label {
    font-weight: 300;
}

.form-control {
    background: rgba(227,227,225,1);
    border-radius: 3px;
    margin-right: 20px;
}

.form-inline .glyphicon {
    top: 0px;
}

input [type="email"], .input-group-addon {
    min-height: 30px;
    padding: 0px;
    line-height: 1;
}

.checkbox label, .olvido {
    margin-right: 40px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(227,227,225,1);
    display: inline-block;
}

.checkbox {
    vertical-align: bottom !important;
}

.olvido a {
    color: rgba(227,227,225,1)
}

.btn-default {
    padding: 5px 10px;
    border-radius: 3px;
    color: rgba(227,227,225,1);
    background: none;
}



input {
    outline: none;
    border: none;
}

    input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    input:focus:-moz-placeholder {
        color: transparent;
    }

    input:focus::-moz-placeholder {
        color: transparent;
    }

    input:focus:-ms-input-placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder {
        color: #acacac;
    }

    input:-moz-placeholder {
        color: #acacac;
    }

    input::-moz-placeholder {
        color: #acacac;
    }

    input:-ms-input-placeholder {
        color: #acacac;
    }

.input100 {
    font-size: 18px;
    line-height: 1.2;
    color: #686868;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 32px;
    padding: 0 30px 0 65px;
}

.symbol-input100 {
    font-size: 24px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 23px;
    padding-bottom: 5px;
    pointer-events: none;
}


#home {
    background: #cdcec9;
    background: linear-gradient(#cdcec9, #fcfcfc);
    border-bottom: 1px solid #b5b5b3;
    min-height: 85%;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
}

.bloqueblanco.row {
    background: rgba(255,255,255,0.4);
    border: 1px solid #fff;
    color: var(--main-color-gris);
    padding: 15px 20px;
    margin: 5px;
    line-height: 2em;
    font-size: 16px;
    font-weight: 200;
    max-height: 65px;
    min-height: 65px;
    transition:all .1s ease-in;
}

.bloqueblanco input {
    background: transparent;
    border: none;
}


.bloqueblanco.boton .fas {
    color: var(--main-color-gris);
    transition: all .1s ease-in;
}

.bloqueblanco.boton:hover .fas, .bloqueblanco.boton:focus .fas {
    color: white;
}

.bloqueblanco.boton:hover, .bloqueblanco.boton:focus {
    background-color: var(--main-color-gris);
    border: 1px solid #fff;
    color: white !important;
}


.glyphicon {
    font-size: 25px;
}

footer {
    text-align: left;
    color: #525151;
    font-size: 11px;
    letter-spacing: 0.05em;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: rgb(216 216 216);
    padding: 10px;
    z-index:1000;
}

.footer-left {
    float: left;
    margin-left: 110px;
}

.footer-right {
    float: right;
    margin-right: 110px;
}

.copy {
    float: left;
    font-size: 12px;
}

.panel {
    background: none !important;
    border: 0px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.panel-heading {
    background: none !important;
    border: 0px;
    padding: 0px;
}

.panel-title a {
    font-weight: 200;
    font-size: 18px;
}

.panel-collapse {
    font-size: 14px;
}

    .panel-collapse ul {
        padding-left: 20px;
        margin-top: -20px
    }

    .panel-collapse li {
        color: #666666;
        font-weight: 300;
    }

.titulos {
    margin: 3px 0px 30px 0px;
    font-weight: 500;    
}

.titulosWeb {
    margin: 3px 0px 30px 0px;
    font-weight: 500;
    color: #666666;
}

.subtitulos {
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px
}

    .subtitulos .glyphicon {
        font-size: 18px;
        margin-right: 10px
    }

.verdetalle {
    font-size: 15px;
    cursor: pointer;
    color: #7e828e;
}

    .verdetalle:hover {
        text-decoration: none;
    }

a.fotocv img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .4s ease-in-out;
    mix-blend-mode: multiply;
    height: 65px;
}

a.fotocv:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

#collapseOne, #collapseTwo, #collapseThree {
    min-height: 520px;
}

.bloqueqs {
    background: rgba(255,255,255,0.4);
    border: 1px solid #fff;
    color: #7e828e;
    padding: 27px 15px;
    font-size: 16px;
    font-weight: 200;
    height: 100px;
}

a.fotocv2:hover {
    text-decoration: none;
}

a.fotocv2 img {
    -webkit-transition: all .8s ease-in-out;
    -webkit-filter: opacity(0.15);
    margin-top: -43px;
    margin-right: -15px;
    mix-blend-mode: luminosity;
}

a.fotocv2:hover img {
    filter: none;
    -webkit-filter: opacity(1);
    mix-blend-mode: normal;
}

.bloqueservicios {
    background: rgba(255,255,255,0.4);
    border: 1px solid #fff;
    color: #7e828e;
    padding: 27px 15px;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
}

.bloqueserviciosEvalSiniestro {
    background: rgba(255,255,255,0.4);
    border: 1px solid #fff;
    color: #7e828e;
    padding: 27px 10px;
    font-size: 16px;
    font-weight: 200;    
    text-align: center;
    height:172px;
}

.descripcion {
    background: #7e828e;
    color: #fff;
    padding: 15px;
    font-weight: 300;
    line-height: 1.5em;
}

ul.bullets-servicios {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 0px;
}

    ul.bullets-servicios li {
        padding-bottom: 5px;
        color: #ffffff;
    }

.bloqueservicios .glyphicon {
    font-size: 20px;
}

#myDIV, #myDIV2, #myDIV3, #myDIV4 {
    min-height: 450px;
}


.customHr {
    width: 100%;
    font-size: 1px;
    height: 1px;
    background-color: #7e828e;
    margin: 20px 0px 10px 0px;
}

.customHrBlanco {
    width: 85%;
    font-size: 1px;
    height: 1px;
    background-color: #ffffff;
    margin: 20px 0px;
}

.blend {
    mix-blend-mode: multiply;
    padding: 0px 5px;
    line-height: 0.5;
}

/* 5 COLUMNAS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/*Inicio Nuevos estilos*/

.btnformat {
    background-color: transparent;
    color: var(--azul);
    font-weight: bold;
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
    cursor: pointer;
    transition:opacity 0.2s linear;
}

.labelformat {
    color: var(--azul);
    font-weight: bold;
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
}

.labelformatprovincias {
    color: #B8B4B2;
    font-family: var(--main-font-family);
    font-size: medium;
}

.labelunderlineformat {
    color: var(--azul);
    font-weight: bold;
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
    text-decoration: underline var(--azul);
}

.redondeadonorelieve {
    border-radius: 5px;
    border: 1px solid #39c;
}

.blend {
    mix-blend-mode: multiply;
    padding: 0px 5px;
    line-height: 0.5;
}

.lineapunteada {
    border: dashed;
    background: transparent;
}

.vl {
    /*border-left: 6px solid #0B0B61;
  height: 600px;*/
    border-left: 6px solid var(--azul);
    height: 480px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.footertop {
    padding-top: 50px;
}

.elementfix {
    position: fixed;
    right: 0;
    left: 10%;
    bottom: 10%;
}

.elementfixtwo {
    position: fixed;
    bottom: 5%;
    right: 0;
    left: 2%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

.centermenu {
    text-align: center;
}

.vinculosinformato {
    text-decoration: none;
}

.left {
    float: left;
    text-align: left;
}


/* Maquetado general */

.contenedor {    
    padding:13px 20px;
    margin-bottom:40px;
    margin-top:20px;
    width:1180px;
    height:495px;
    background-color:var(--gris-claro);
}

.formulario input[type=text], .formulario input[type=password], .formulario select {
    font-size: var(--main-font-size);
    font-family: var(--main-font-family);
    background-color: #d6d6d6;
    width: 100%;
    text-transform: uppercase;
    /* border-bottom: 1.5px solid #d6d6d6;*/
    line-height: normal;
    border: 0px;
    padding: 3px 2px 1px 4px;
    height: 21.6px !important;
}

.formulario select {
    padding: 3px 2px 1px 0px;
}
    /*
        .contenedor input:disabled {
            border-bottom: 2px solid #d6d6d6;
        }
        */
    .formulario input:focus, .formulario select:focus {
        background: #c9d5dcb5;
        /* box-shadow: inset 0px -2px 0px 0px #41568c7a; */
        /* border-bottom: 1.5px solid #41568c7a; */
    }

.formulario label {
    color: var(--azul);
    font-weight: bold;
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
    margin: auto;
}



.formulario .row .col-6{
    padding-right:0px !important;
}
/*
select[data-campo="IdTipoPrestacion"] optgroup{
    font-size:5px;
    background-color:#c9d5dcb5;
}


select[data-campo="IdTipoPrestacion"] optgroup::before {
    content: "";
    font-size: 5px;
    background-color: #c9d5dcb5;
}

[label] {
    font-size: 5px;
    background-color: #c9d5dcb5;
}
    */


.sector-der {

    width: 64%;
    padding-left: 20px;
    position: relative;
    margin-top:0.8px;
    padding-right:15px;

}

.sector-izq {
    border-right: 4px solid var(--azul);
    width: 36%;
    position: relative;
    padding-right: 35px;
    padding-left: 15px;
    height: 470px;
}
.formulario .row:not(.botonera-abm){
    margin-bottom:10.4px;
}


.sector-izq .botonera-abm {
    bottom: 0;
    margin-bottom: 15px;
    position: absolute;
    user-select: none;
    width:100%;
    height:7px;
}
.sector-der .botonera-abm-gestorDeMails {
    bottom: 0;
    margin-bottom: 15px;
    position: absolute;
    user-select: none;
    width: 100%;
    height: 7px;
}

.botonera {
    bottom: 0;
    left: 0;
    position: absolute;
    user-select: none;
    width: 200px;
    display: block;
}

.btn-nuevo {
    letter-spacing: 0.5px;
}

[data-btn-excel] .btn-excel {
    display:block !important;
}

/*** Bootstrap-Table ***/
.bootstrap-table {
    max-width: 100%;
}

.bootstrap-table .table {
    width:unset !important;
}

.bootstrap-table .fixed-table-container .table thead th div.th-inner {
    padding: 0px 0 6.2px 5px !important;
}

/* Para fusionar el titulo de las primeras dos columnas

.bootstrap-table .table thead th:nth-child(1) div.th-inner {
    width:20px;
    overflow:visible;
}

*/

    .bootstrap-table .fixed-table-container .table thead th div.th-inner {
        padding: 0.5px 0 6.7px 5px !important;
    }

    .bootstrap-table table td {
        padding: 7.2px 5px;
        font-size: var(--main-font-smaller);
        font-family: var(--main-font-family);
        white-space: nowrap; /* Si se excede la columna, no genera un salto de línea*/
        overflow-x: hidden;
        clip-path: inset(0px 5px 0px 0px);
    }


    .bootstrap-table .bt-col-xs {
        min-width: 60px;        
    }

    .bootstrap-table .bt-col-sm {
        min-width: 150px;
        width: 150px;
    }
    .bootstrap-table .bt-col-md {
        min-width: 217px;
        width: 217px;
    }
    .bootstrap-table .bt-col-md-2x {
        min-width: 430px;
        width: 430px;
    }
    .bootstrap-table .bt-col-lg {
        min-width: 250px;
        width: 250px;
    }

    .bootstrap-table .bt-col-xl {
        min-width: 330px;
        width: 330px;
    }

    .bootstrap-table .bt-col-100{
        width: 100%;
    }

    .bt-col-0 {
        min-width: var(--bt-col-0);
        width: var(--bt-col-0);
        max-width: var(--bt-col-0);
    }

.bt-col-0 {
    min-width: var(--bt-col-0);
    width: var(--bt-col-0);
    max-width: var(--bt-col-0);
}

.bt-col-1 {
    min-width: var(--bt-col-1);
    width: var(--bt-col-1);
    max-width: var(--bt-col-1);
}

.bt-col-2 {
    min-width: var(--bt-col-2);
    width: var(--bt-col-2);
    max-width: var(--bt-col-2);
}

.bt-col-3 {
    min-width: var(--bt-col-3);
    width: var(--bt-col-3);
    max-width: var(--bt-col-3);
}

.bt-col-4 {
    min-width: var(--bt-col-4);
    width: var(--bt-col-4);
    max-width: var(--bt-col-4);
}

.bt-col-5 {
    min-width: var(--bt-col-5);
    width: var(--bt-col-5);
    max-width: var(--bt-col-5);
}

.bt-col-6 {
    min-width: var(--bt-col-6);
    width: var(--bt-col-6);
    max-width: var(--bt-col-6);
}

.bt-col-7 {
    min-width: var(--bt-col-7);
    width: var(--bt-col-7);
    max-width: var(--bt-col-7);
}

.bt-col-8 {
    min-width: var(--bt-col-8);
    width: var(--bt-col-8);
    max-width: var(--bt-col-8);
}

.bt-col-9 {
    min-width: var(--bt-col-9);
    width: var(--bt-col-9);
    max-width: var(--bt-col-9);
}



.bootstrap-table table th {
    color: var(--azul);
    font-weight: bold;
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);
    vertical-align: top !important;
}



/* Perfect Scroller */
.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: hidden;
    position: relative;
    height:var(--table-height);
    /* min-width: var(--table-footer-width); */
    width:var(--table-width);
    /* max-width: 100%; */
}
.bootstrap-table .fixed-table-body .table{
    margin-bottom:17px !important;
}

/* Fondo de la barra */
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: #d3d5d9 !important;
    opacity: 1 !important;
}

.ps__rail-x, .ps__rail-y {
    background-color: #d3d5d9 !important;
    opacity:1 !important;
    border-radius:4px;
}
.ps__rail-x {
    height: 11px !important;
}
.ps__rail-y {
    width: 11px !important;
}

.ps__thumb-x {
    height: 8px !important;
}
.ps__thumb-y {
    width: 8px !important; 
    margin-right:-0.5px !important;
}

.scrollbar-hide .ps__rail-x, .scrollbar-hide .ps__rail-y {
    display: none !important;
}



/* /Perfect Scroller*/

[data-pagination-bottom] .bootstrap-table .fixed-table-pagination {
    position: absolute;
    bottom: 0;
}

.bootstrap-table .pagination-detail {
    padding-left:20px;
    width: 300px;
    margin-bottom: 0px !important;
    user-select:none; /* Para evitar conflictos con la barra de scroll horizontal*/
}
.bootstrap-table .pagination {
    margin-bottom: 0px !important;
    width:350px;
}

.bootstrap-table .no-records-found {
    display:none;
    margin-bottom: 0px !important;
}

.bootstrap-table .no-records-found td {
    text-align: left !important;
    font-size: 13px;
    padding-left: 65px;
}

.icon-size {
    font-size: 14.5px;
}
.img-icon-size{
    width:14.5px;
    height:14.5px;
    margin-top:-3px;
}

.bootstrap-table .page-link {
    background-color: transparent !important;
    font-weight: bold;
    color: var(--azul) !important;
}

.bootstrap-table .page-item.active .page-link {
    border: 0px;
}

.bootstrap-table .page-item.active .page-link:after {
    content: "";
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid;
    width: 100%;
}

.bootstrap-table .fixed-table-pagination {
    font-family: var(--main-font-family);
    font-size: var(--main-font-size);

}

.bootstrap-table .pagination-info {
    font-size: 13px;
    width: 100%;
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td{
    background-color: transparent !important;
}

.bootstrap-table .fixed-table-container .table tbody tr.selected {
    background-color: rgba(0,0,0,0.075) !important;
}

.icon-size {
    width: 17px;
    height: 17px;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-plus-circle {
    color: var(--azul);
    vertical-align: middle;
    padding-bottom: 3px;
}

/**** Calendario ****/

:root {
    --ancho-day: 25px;
    --ancho-calendario: calc(8 * var(--ancho-day) );
}

.flatpickr-input[readonly]{
    cursor:default !important;
}

.flatpickr-calendar:not(.noCalendar) {
    width: var(--ancho-calendario) !important;
    height: 204px !important;
    font-size: 12px !important;
    margin-top: 5px;
}

.flatpickr-calendar:not(.noCalendar) .numInputWrapper {
    font-size: 13px !important;
    width: 7ch !important;
    padding-left: 2px !important;
    margin-right: -3px !important;
}

    .flatpickr-calendar.noCalendar{
        width:120px !important;
    }

    .flatpickr-time .arrowUp,
    .flatpickr-time .arrowDown {
        opacity: 1;
    }

    .flatpickr-time .numInput{
        margin-left:-10px;
    }

.flatpickr-time .numInputWrapper:hover {
    background: none !important;
}
.flatpickr-time input:hover {
    background: none !important;
}

.flatpickr-time input:focus {
    background: none !important;
}

.flatpickr-time-separator{
    opacity:0
}


.dayContainer {
    width: 98% !important;
    min-width: 98% !important;
    max-width: 98% !important;
    margin-left: 1px !important;
}

.flatpickr-weekdays {
    width: 98% !important;
    margin-left: 1px !important;
}

.flatpickr-days {
    width: var(--ancho-calendario) !important;
}

.flatpickr-day {
    width: var(--ancho-day) !important;
    height: var(--ancho-day) !important;
    line-height: var(--ancho-day) !important;
}



.flatpickr-monthDropdown-months {
    font-size: 13px !important;
    margin-right: 5px !important;
    padding: 0px !important;
}

.flatpickr-months > span {
    padding: 4px !important;
    height: 20px !important;
}

.flatpickr-month {
    height: 25px !important;
}

/*
.flatpickr-input{
    pointer-events: none !important;
    user-select: none !important;

}
    */
div.dv-icono{
    display:flex;
    flex-grow:1;
}

.dv-icono .flatpickr-input:focus {
    background-color:#d6d6d6 !important;
}

.dv-icono > :nth-child(2) {
    float: right !important;
    margin-top: 2px !important;
    color: var(--azul);
    padding-left: 8px;
    padding-right: 1px;
    cursor: pointer;
}

/**** /Calendario ****/

textarea {
    resize: none;
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    font-size: var(--main-font-size);
    font-family: var(--main-font-family);
    border: 0px;
    padding: 4px;
}
