/**************************************
 ********* Estilos Generales **********
 **************************************/
/*Menu principal*/
.menumain > li > a {
    color: #46555f !important;
    font-size: 16pt;
    font-family: "Slate W02 Bold", Arial, sans-serif;
}

.dropdown-menu > li > a {
    font-size: 14pt;
    font-family: "Slate W02 Bold", Arial, sans-serif;
}

/**/

.inputText {
    width: 100%;
    border-bottom-width: 1px;
    border-radius: 5px;
    border-color: #C8C8C8;
}

.btnCalendar { width: 6%; }

.comboBox {
    border-radius: 5px;
    border-width: 1.4px;
    border-color: #C8C8C8;
    width: 100%;
}

.labelOrange {
    color: #f48132;
    -webkit-text-fill-color: #f48132;
    font-weight: bold;
}

.labelBlue {
    -webkit-text-fill-color: #00A8C8;
    font-weight: bold;
}

.labelRed {
    color: Red;
    font-weight: bold;
}

.tituloLegend {
    background-color: #f48132;
    font-family: "Slate W02 Book";
    font-size: 14pt;
    color: #FFF;
    font-weight: bold;
    border-radius: 6px;
    font-size: 17px;
    margin: 0 0 -15px 3%;
    width: 40%;
    text-align: left;
}

/*Estilos de la parte izquierda*/

.sinpadding [class*="col-"] { padding: 0; }

.contenedorForm {
    height: auto;
    border: 3px solid #f48132;
    border-radius: 6px;
    padding: 10px 30px 10px 10px;
}

.contenedorForm img {
    margin: 0 auto;
    vertical-align: middle;
}

/*Estilos de la parte derecha */

.borderBContent {
    width: 100% !important;
    border: 1px solid #f48132;
    border-radius: 6px;
    padding-top: 20px;
}

.tituloDForm {
    background-color: #f48132;
    font-family: "Slate W02 Book";
    color: #FFF;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px;
    margin: 0 10% -15px 10%;
    z-index: 10;
}

.btnFntB {
    background-color: #f48132 !important;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    width: 80%;
    font-size: 15px;
}

.rowDM { margin-bottom: 20px !important; }

.tableInfo {
    font-size: 14pt;
    margin: 0 3% 0 3%;
    border-collapse: separate;
    border-spacing: 7px;
}

.tableInfo td:first-child {
    color: #46555f;
    font-weight: bold;
    font-family: "Slate W01 Bold";
}

.tableInfor td:last-child {
    color: #46555f;
    font-family: "Slate W02 Book";
    font-size: 14pt;
}

/*Estilos responsivos*/

@media screen and (min-width: 300px) {
    .btnFntB {
        margin: 0 0 0 10%;
        width: 90%;
        font-size: 10px;
        font-weight: bold;
        -webkit-text-fill-color: #FFF;
    }

    .fontMovil { font-size: 7pt !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btnFntB {
        margin: 0 0 0 10%;
        width: 90%;
        font-size: 10px;
        font-weight: bold;
    }

    .fontMovil { font-size: 11pt !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btnFntB {
        margin: 0 0 0 10%;
        width: 90%;
        font-size: 10px;
        font-weight: bold;
    }

    .fontMovil { font-size: 14pt !important; }
}

@media (min-width: 1200px) {
    .btnFntB {
        margin: 0 0 0 10%;
        width: 90%;
        font-size: 10px;
        font-weight: bold;
    }

    .fontMovil { font-size: 14pt !important; }
}

/*******************************************
 ****** Nuevos estilos cotizador.html ******
 *******************************************/

.lineaSimple {
    margin: 1% 0 1% 0;
    width: 100%;
    outline: solid 0.5px #FFBB8D;
    border-color: #FFBB8D
}

.lineaDoble {
    margin: 1% 0 1% 0;
    width: 100%;
    outline: solid 1.5px #FFBB8D;
    border-color: #FFBB8D
}

.widthModal-Info { width: 80%; }

.widthLabel { width: 90%; }

.widthLabelP { width: 89%; }

.widthPanelComun { width: 109px; }

.widthPanelCobEsp { width: 44%; }

.marginTituloPanel {
    margin-top: -9px;
    padding: 0;
}

.sinPadding { padding: 0; }

.paddingLabel { padding: 2px 15px 2px 0px; }

.paddingRight { padding: 0px 15px 0px 0px; }

.alingCenter { text-align: center; }

.marginDown { margin: 0 0 1.3% }

.marginNull { margin: 0px -3px 0px; }

.heightImg { height: 35px; }

.heightCobertura {
    height: 27px;
    padding-top: 3px;
}

.topEncabezado { top: 3px; }

.labelPanel {
    height: 35px;
    padding: 10px;
}

.topImgAseg { top: 9px }

.widthTitle_13 {
    width: 13%;
    text-align: left;
}

.widthTitle_15 {
    width: 15%;
    text-align: left;
}

.widthTitle_24 {
    width: 24%;
    text-align: left;
}

.comboCoberturas { width: 60%; }

.facturaText { width: 60%; }

/*****************************************
 ****** Nuevos estilos emision.html ******
 *****************************************/

.radioList input[type="radio"] {
    margin-left: 10px;
    margin-right: 10px;
}

.radioList .inputText {
    margin-left: 10px;
    width: 50%;
}

.control:not(.radioList) input[type="text"] { width: 100%; }

legend span {
    display: block;
    text-align: center;
}

.form-horizontal .control-label { text-align: left; }

.img {
    border-bottom-width: 1px;
    border-radius: 5px;
    border-color: #C8C8C8;
    margin-top: -5px;
    margin-left: 50px;
    transform: scale(.7, .7)
}

.btn-calendar {
    border-bottom-width: 1px;
    border-radius: 5px;
    margin: -5px -6px;
    transform: scale(.7, .7);
}

.emitir .inputText { text-align: center; }

.margenModal { padding: 0 15px; }

textarea { resize: none; }

.ampliaCalendario { z-index: 100000; }

/*******************************************
 ****** Nuevos estilos benchmark.html ******
 *******************************************/

.contentGray {
    border: 1px solid #CCD0D1;
    width: 100%;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    text-align: justify;
    padding: 0 !important;
}

.contentGray p {
    margin: 10px;
    font-size: 14pt;
}

.flex-container {
    width: 100%;
    border: 1px solid #CCD0D1;
    height: auto;
    display: flex;
    display: -ms-flexbox; /*IE10 implementation*/
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
}

.flex-item {
    text-align: center;
    width: 33.333333333333333333333333335%;
    float: left;
    height: 100%;
    /*flex-grow:1;
*/
    border-right: 1px solid #CCD0D1;
}

.contentInfo {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: 1px solid #CCD0D1;
    height: 120px;
}

.contentInfoImg { margin: 15px; }

.contentInfoImg .img-responsive { margin: 0 auto; }

.contentInfoImg img {
    margin: 0 auto !important;
    vertical-align: middle;
}

.txtPaq {
    color: #f48132;
    text-transform: uppercase;
    margin: 0px;
    font-size: 13pt;
    font-family: "Slate W02 Book";
    padding-left: 10px;
    padding-top: 10px;
}

.txtInfo { color: #00A8C8; }

.txtInfo:hover { color: #fff; }

.txtCant {
    color: #46555f;
    text-align: center;
    font-family: "Slate W02 Bold", Arial, sans-serif;
    margin: 15px 5px 15px 5px;
}

.contentInfoBtn {
    border-radius: 0px !important;
    height: 100px !important;
    width: 100% !important;
}

.contentInfoBtn:hover {
    background-color: #f48132;
    cursor: pointer;
}

.contentInfoBtn:active {
    background-color: #f48132;
    cursor: pointer;
}

.contentInfoPk {
    width: 100%;
    margin: 0px;
    height: 100px;
    border-bottom: 1px solid #CCD0D1;
}

.contentInfoBtn:hover .txtPaq { color: #fff; }

.txtCant:hover { text-decoration: underline; }

.flex-containerT {
    width: 100%;
    height: 40px;
    background-color: #f48132;
    border: 1px solid #CCD0D1;
    border-bottom: 0px;
    display: flex;
    display: -ms-flexbox; /*IE10 implementation*/
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
}

.flex-itemT {
    text-align: center;
    /*flex-grow:1;*/
    vertical-align: middle;
    border-right: 1px solid #354248;
    color: #fff;
    padding: 10px;
    height: 100%;
    font-family: "Slate W01 Bold" !important;
    font-size: 14pt;
}

.flex-itemT:hover { background-color: #A75820; }

/*Menu */

.flex-containerM {
    width: 100%;
    height: 50px;
    border: 1px solid #00A8C8;
    display: flex;
    display: -ms-flexbox; /*IE10 implementation*/
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    position: relative !important;
}

.flex-itemM {
    text-align: center;
    width: 25%;
    height: 100%;
    padding: 10px !important;
    float: left;
    border-right: 1px solid #007CA9;
    font-size: 16pt;
    font-family: "Slate W02 Bold", Arial, sans-serif;
}

.flex-containerM .flex-itemM:last-child { border: 0px; }

/*Menu de cotizador*/

.flexImg {
    margin: 0px;
    position: absolute;
    top: 0px;
    width: 25%;
    height: 56px;
    z-index: -30;
}

.flexImg-comp { left: 25%; }

.flexImg-cot { left: 0%; }

.flexImg-emit { left: 50%; }

.flexImg-pag { left: 0%; }

.flexImg-imp { left: 75%; }

.flexTxtM-cot-true, .flexTxtM-comp-true, .flexTxtM-emit-true, .flexTxtM-pag-true, .flexTxtM-imp-true { color: #fff !important; }

.flexTxtM-cot-false, .flexTxtM-comp-false, .flexTxtM-emit-false, .flexTxtM-pag-false, .flexTxtM-imp-false { color: #00A8C8 !important; }

/*Estilos coberturas*/

.tableCob {
    color: #999;
    margin: 0 !important;
}

.tableCob td:first-child { text-decoration: underline; }

/*Estilos para el cotizador en general*/

.nav-cotizador { border: 1px solid #00A8C8; }

.nav-cotizador ul li { border-left: 1px solid #00A8C8; }

.itemNav > li > a {
    color: #00A8C8;
    font-size: 16pt;
    font-family: "Slate W02 Bold", Arial, sans-serif;
}

.sNav > li > a:focus, .nav > li > a:active {
    text-decoration: none;
    background-color: pink !important;
    color: #fff;
    font-weight: bold;
}

.itemNav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00A8C8 !important;
}

.nav-cotizador span { color: #00A8C8; }

.navH-cotizador { height: 20px !important; }

.tittleContentG {
    color: #f48132;
    text-transform: uppercase;
    margin: 2px;
}

.btnCotizador {
    font-family: "Slate W01 Bold" !important;
    font-size: 12pt;
    background-color: #f48132;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    margin: 5px;
}

.contentBtns {
    width: 100%;
    margin: 5%;
    text-align: center;
}

/*Menu del cotizador*/

.tittle {
    font-family: "Slate W01 Bold" !important;
    font-size: 18pt !important;
    color: #ffffff !important;
}

html, body {
    font-family: "Slate W02 Book" !important;
    font-size: 13pt !important;
    color: #46555f;
}

label { font-size: 13pt; }

.modalHead-infoMarsh {
    width: 100%;
    background-color: #f48132;
    color: white;
    font-weight: bold
}

.modalHead-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modalHead-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modalHead-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modalHead-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modalHead-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*********************************************************************
*Estilos del panel 
**********************************************************************/

.flex-containerP {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /*IE10 implementation*/
    flex-wrap: wrap;
    padding: 0 !important;
}

.my-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 0px;
}

.my-tooltip .my-tooltiptext {
    visibility: hidden;
    /*  padding: 5px 0;
        word-wrap: break-word;
    */
    max-width: 600px;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    padding: 5px 10px;
    

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.my-tooltip:hover .my-tooltiptext { visibility: visible; }

.transformChk { transform: scale(0.75); }

.transformImgAseg { transform: scale(2); }

.NA {
    color: red;
    text-align: center;
    height: 27px;
    padding-top: 4px;
    font-family: Gabriola;
    font-size: 22px;
    font-weight: bold;
}

.infoDetalle {
    width: 20px !important;
    height: 15px !important;
}

.separador {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.lineSeparador {
    margin-left: 12px;
    margin-right: 12px
}

.ui-widget.ui-widget-content { z-index: 10000000; }

.divInfo {
    position: relative;
    top: -50px;
    left: -20px;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
}

.divInfo:hover .contentInfoBtn {
    background-color: #f48132;
    cursor: pointer;
}

.divInfo:hover .txtPaq { color: #fff; }

.montoPkt {
    width: 100%;
    text-align: center;
}

.flex-itemTActive {
    background-color: #A75820;
    background-color: red;
    text-align: center;
    /*flex-grow:1;*/
    vertical-align: middle;
    border-right: 1px solid #354248;
    color: #fff;
    padding: 10px;
    height: 100%;
    font-family: "Slate W01 Bold" !important;
    font-size: 14pt;
}

.popover {
    display: inline-block !important;
    max-width: 1500px !important;
}

.btnInfo {
    position: relative;
    top: -38px;
    /* left: 110px; */
    left: 90px;
    background-image: url("../img/cotizador/info-azul.png");
    background-repeat: no-repeat;
    background-size: 90% 100%;
    background-position: center;
    height: 20px;
    width: 20px;
    border: 0px !important;
    border-radius: 10px !important;
}

.wordWraps { word-wrap: break-word; }

.headTicket {
    height: 50px;
    padding-top: 8px;
}

.headComentTicket {
    margin-bottom: 10px;
    padding: 5px;
}

/*Estilos de Tickets*/

.contentPanelReporte { padding: 1% 1%; }

.panelReporte { padding: 1% 2%; }

.widthContentPanelReporte { max-width: 94.12rem !important; }

.formBuscarReportes {
    margin-bottom: 15px;
    padding: 0 1%;
}

.BordeGris { border-color: #CCCCCC !important; }

.contentBtnTickets {
    width: 100%;
    padding: 5px;
    float: right;
}

.contentBtnTickets input {
    margin: 7px;
    float: right;
}

::-webkit-input-placeholder {
    color: #C0C0C0;
    font-style: italic;
}

/* WebKit */

:-moz-placeholder {
    color: #C0C0C0;
    font-style: italic;
}

/* Firefox 18- */

::-moz-placeholder {
    color: #C0C0C0;
    font-style: italic;
}

/* Firefox 19+ */

:-ms-input-placeholder {
    color: #C0C0C0;
    font-style: italic;
}

/* IE 10+ */

.pktNumero {
    font-size: 14px;
    margin-left: 10px !important;
    color: #46555f;
    float: right !important;
}

.fechaRegistro { width: 10%; }

.centrarTabla th { background: black; }


.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 2.5rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
.remarca{
    border: 2px solid red;
}
.img-80{
    max-width: 80% !important;
}
.img-70{
    max-width: 40% !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.cobertura-nomatch-text {
    font-style: bolder !important;
    text-decoration: underline;
} 
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.truncate{
    /* width: 250px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.small,
small {
    font-size: 80% !important;
    font-weight: 400;
}
.dd-control > li > a {
    font-size: 10pt;
    font-family: "Slate W02", Arial, sans-serif;
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}