﻿.formPrincipal {
}

.col-espaciado {
    margin-bottom: 7px;
}

.flexSpaceAround {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flexCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexSpaceBetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.displayInline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 35px;
}

.contenedorPalabras {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}


.modal-content.alert-danger {
    color: #3c3c3c;
    background-color: #ffffff;
    border-color: #ff0000;
    border-width: 2px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

    .modal-content.alert-danger #imagen-resultado {
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 8px;
        background: #ff0000;
        border-radius: 20px;
    }

.modal-content #imagen-resultado i {
    margin: auto;
    color: #fff;
    font-weight: 700;
}

.modal-content.alert-success {
    color: #3c3c3c;
    background-color: #ffffff;
    border-color: #8DD316;
    border-width: 2px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

    .modal-content.alert-success #imagen-resultado {
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 8px;
        background: #8DD316;
        border-radius: 20px;
    }


.modal-content.alert-warning {
    color: #3c3c3c;
    background-color: #ffffff;
    border-color: #DDDD1E;
    border-width: 2px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

    .modal-content.alert-warning #imagen-resultado {
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 8px;
        background: #DDDD1E;
        border-radius: 20px;
    }


.panel {
    margin-bottom: 10px;
    border-width: 0px;
    background-color: transparent;
}

.panel-title {
    font-weight: bold;
}

.panel-body {
    padding-bottom: 10px;
    padding-top: 10px;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px 0px 6px 6px;
    border-top: 0px;
    background-color: white;
}

.panel-success > .panel-heading {
    background-color: #008998;
    color: white;
    font-weight: 500;
    border-width: 1px;
    border-color: #008998;
    border-radius: 6px 6px 0px 0px;
}


.GridHeaderStyle {
    height: 26px;
    text-align: center;
    background-color: #646464;
    color: White;
    font-size: .95em;
}

.GridFooterStyle {
    height: 22px;
    background-color: #507CD1;
    font-weight: bold;
    color: White;
}

.GridAlternatingRowStyle {
    background-color: White;
}

.GridRowStyle {
    background-color: transparent;
}

.GridSelectedRowStyle {
    background-color: InfoBackground;
}

.GridPagerStyle {
    background-color: #F2F2F2;
    color: #AAAAAA;
    text-align: center;
}

.GridView {
    color: #333333;
    padding: 2px;
}

.GridTable {
    text-align: right;
    border-color: White;
    border-style: none;
    padding: 3px;
    color: #333333;
    font-size: .90em;
    font-family: Arial, Helvetica, sans-serif;
}

table {
    background-color: white;
}

.table-grid {
    display: grid;
}

.table-transparente {
    background-color: transparent;
    border: none;
}

.table {
    margin-bottom: 5px;
    overflow-x: auto;
}

.table-displaytable {
    display: table !important;
}

.display-table {
    display: table !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border-right: none;
    border-left: none;
    border-color: #c5c5c5;
}

.table > thead > tr > th, .table > tbody > tr > th {
    background-color: #f5f5f5;
}

table a:hover.btn, table a:active.btn, table a:focus.btn, table a:hover, table a:active, table a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.table th a {
    color: #333;
    text-decoration: none;
}

.trMobile {
    border-color: transparent;
    /*background: #fff !important;*/
    background: transparent !important;
}


.td-borderrightinvisible {
    border-right-color: transparent !important;
}


.tdMobile {
    background: transparent !important;
    border-color: transparent !important;
    padding: 10px 0 !important;
    border-radius: 10px;
}

    .tdMobile .contenedor {
        border: 1px solid #c5c5c5;
        padding: 10px !important;
        background: #fff;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 10px;
    }

        .tdMobile .contenedor h4 {
            font-weight: 300;
        }

    .tdMobile .contenedorAPBE {
        padding: 6px;
        margin-top: -8px;
        margin-bottom: -8px;
    }

    .tdMobile .contenedor h4 {
        margin-top: 6px;
        margin-bottom: 6px;
    }




.btn-circulo-cuentas {
    border-radius: 100%;
    background: #008998;
    height: 30px;
    width: 30px;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 500;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
}

/*.tagNav {
    width: 100%;
    border: 1px solid #8FD400;
}

    .tagNav > a {
        background-color: white;
        color: #000 !important;
    }

    .tagNav.active {
        background-color: #8FD400;
        border: 1px solid #8FD400;
        border-radius: 4px;
        font-weight: bold;
    }

        .tagNav.active > a {
            background-color: #8FD400 !important;
        }*/



.tab-content {
    background-color: white;
    border-radius: 0px 0px 6px 6px;
}


.bordeado {
    border-color: #00AF9D; /*#ddd;*/
    border-image: none;
    border-style: solid solid solid solid;
    border-radius: 0px 0px 6px 6px;
    border-width: 1px;
    padding: 10px;
}

.cv-alert {
    font-weight: 600;
    font-size: 9px;
    position: absolute;
    margin-bottom: 0 !important;
    padding: 0 !important;
    top: 2px;
    left: 15px;
    color: #ff0000;
    text-transform: none;
}

    .cv-alert::before {
        content: "!";
        min-width: 10px;
        min-height: 10px;
        -moz-border-radius: 25px;
        border-radius: 100%;
        border: 1px solid #ff0000;
        padding: 0 5px;
        color: #ff0000;
        margin-right: 5px;
        font-weight: 600;
    }

.alert-success-c {
    color: #16af18;
    background-color: #dff0d8;
    border-color: #16af18;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}


.alert-success #imagen-resultado {
    background-image: url("../img/Carita_OK.png");
}

.alert-danger #imagen-resultado {
    background-image: url("../img/Carita_UPS.png");
}


.errorContrasena {
    color: #ff0000 !important;
    background-color: #fff4f4 !important;
    border-color: #ff0029 !important;
    border-width: 2px !important;
}

.exitoContrasena {
    color: #469f3b !important;
    background-color: #faffef !important;
    border-color: #8fd400 !important;
    border-width: 2px !important;
}


input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
}

input[type=number].hidden-control-number::-webkit-inner-spin-button,
input[type=number].hidden-control-number::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}


.monedaFormato {
    font-size: 18px !important;
}

.monedaCuotaParte {
    font-size: 18px !important;
}


input.simula-text {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}



.input-group.fecha-input {
    width: 100%;
    background-color: white;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

    .input-group.fecha-input input.datePicker {
        background: transparent;
        padding-right: 50px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .input-group.fecha-input span.input-group-addon {
        border-left: 1px solid #aaa;
        position: absolute;
        width: 40px;
        right: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        bottom: 0;
        top: 0;
        border-color: #aaa;
    }

div.divFUP {
    z-index: 0;
}


.bbfileupload {
    display: none !important;
}

.bbfileupload-containerTotal {
    width: 100%;
}

.checkboxlist input {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}

.checkboxlist label {
    position: relative;
    display: block;
    vertical-align: bottom;
}


.hardTokenLabel label {
    Font-Size: 15px !important;
    font-weight: 300 !important;
    color: gray !important;
}


.img-circle {
    width: 75px;
    height: 75px;
}

.imgiServicios {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.inpMisDatos {
    width: -webkit-calc(100% - 92px);
    width: -moz-calc(100% - 92px);
    width: calc(100% - 92px);
}

.lblMisDatos {
    width: 92px;
    padding-right: 5px;
}


.textMar {
    color: #00AF9D !important;
}

.textRed {
    color: #e90000 !important;
}

.textTurquoise {
    color: #008998 !important;
}

.tituloResultado {
    font-size: 24px;
    font-weight: 500;
    color: #9a9a9a;
}

.detalleResultado {
    font-size: 14px;
    font-weight: 300;
    color: #9a9a9a;
}

@media only screen and (max-width:767px) {
    .panel-hidden-mobile {
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

        .panel-hidden-mobile .panel-heading {
            display: none;
        }

        .panel-hidden-mobile .panel-body {
            padding: 0;
            background-color: transparent;
            border: none;
        }

    .pfMobile, .preMobile {
        padding: 10px;
        border: 1px solid #c5c5c5;
        border-radius: 10px;
    }

    .tableMobile {
        border-color: transparent;
    }
}

/*  padding-b5 
    padding-l5
    padding-r5
*/


/*estilos a eliminar:*/
.text-center {
    text-align: center;
}

.textWhite {
    color: #ffffff !important;
}

.textLMobileRDesktop {
    text-align: right;
}

.floatRight {
    float: right;
}

.minwidth150 {
    min-width: 150px;
}

.colMinH40 .col-espaciado {
    min-height: 40px;
}

.colMinH55 .col-espaciado {
    min-height: 55px;
}

.line40pxgrey {
    height: 2px;
    background: #ccc;
    width: 40px;
    margin: 4px 0 7px 0;
}

.media-heading {
    color: #006600;
}

.zindex4 {
    z-index: 4 !important;
}

.fullWidth {
    width: 100%;
}

.full-width {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.display-hidden {
    display: none !important;
}

.posRelativeD {
    position: relative !important;
}

.posAbsolute {
    position: absolute;
}

.padding0 {
    padding: 0 !important;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.paddingtop0 {
    padding-top: 0 !important;
}

.paddingtop5 {
    padding-top: 5px !important;
}

.paddingtop15 {
    padding-top: 15px !important;
}

.paddingtop10 {
    padding-top: 10px !important;
}

.paddingbottom10 {
    padding-bottom: 10px !important;
}

.paddingbottom15 {
    padding-bottom: 15px !important;
}

.paddingright0 {
    padding-right: 0 !important;
}

.paddingright10 {
    padding-right: 10px !important;
}


.paddingright15 {
    padding-right: 15px !important;
}

.paddingleft5 {
    padding-left: 5px !important;
}

.paddingleft15 {
    padding-left: 15px !important;
}

.paddingleft0 {
    padding-left: 0 !important;
}

.margin0 {
    margin: 0 !important;
}


.margintop0 {
    margin-top: 0 !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.margintop30 {
    margin-top: 30px !important;
}

.margintop33pc {
    margin-top: 33% !important;
}

.margintop40 {
    margin-top: 40px !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.marginbottom0 {
    margin-bottom: 0 !important;
}

.marginbottom10 {
    margin-bottom: 10px !important;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.marginbottom30 {
    margin-bottom: 30px !important;
}

.marginbottom40 {
    margin-bottom: 40px !important;
}


.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px !important;
}


.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.fw300 {
    font-weight: 300 !important;
}


.bold {
    font-weight: bold !important;
}

.semi-bold {
    font-weight: 600;
}

.rotulo {
    /*margin-bottom: 10px;*/
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
}

/*echeq*/
.boxEsperanza {
    background-color: #00AE42;
}

.boxTurquesa {
    background-color: #008998;
}

.boxVibrante {
    background-color: #8FD400;
}

.seguridadPage .box {
    padding-bottom: 15px;
    min-height: 115px;
}

.tagNav > a {
    color: #000 !important;
}

.tagNav.active > a {
    font-weight: bold;
}

.list-radiobutton {
    background: transparent;
}

    .list-radiobutton input[type="radio"] {
        margin-right: 4px;
    }

    .list-radiobutton label {
        /*margin-right: 30px;*/
    }

.radioButtonListHor input[type="radio"] {
    margin-right: 2px;
}

.radioButtonListHor label {
    margin-right: 10px;
    font-size: 10px !important;
}

.tabs-horizontal-color .nav-tabs > li {
    padding: 0px !important;
    /*display:inline-flex;*/
}

    .tabs-horizontal-color .nav-tabs > li > a {
        border: 1px solid #00AF9D !important;
        border-bottom: 0px !important;
    }

    .tabs-horizontal-color .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #fff !important;
        background-color: #00AF9D !important;
        border-bottom-color: #00AF9D !important;
    }

.tabs-horizontal-color .nav > li > a {
    color: #00AF9D !important;
}

    .tabs-horizontal-color .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
        background-color: #00AF9D;
        border-color: #ffffff !important;
        color: #ffffff !important;
    }

.btnGrillaPadding {
    padding: 0px 10px;
}

.btnEnLineaTextbox {
    margin-top: 20px;
}

.radioButtonList2 input[type="radio"] {
    margin: 5px 5px 5px;
}

.radioButtonList2 label {
    margin-right: 10px;
    font-size: 10px !important;
}

.list-checkbox {
    background-color: transparent !important;
}

.validator-msg {
    color: #a94442;
}

.marco-pregunta {
    border: solid 2px #00AF9D;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 15px;
    /*background-color: white;*/
}

    .marco-pregunta table {
        margin-left: 15px;
    }

.tabs-disabled a {
    pointer-events: none;
}
     .instrucciones {
            font-size: 14px !important;
            margin-bottom: 5px !important;
            font-weight: 300 !important;
            text-align: justify;
        }
@media(max-width: 992px) {
    .marco-pregunta {
        border: none;
    }

    #MainContent_PanelImpuestos .collapse table.table tbody,
    #MainContent_PanelImpuestos .collapse table.table tr,
    #MainContent_PanelImpuestos .collapse table.table td.visible-xs.visible-sm.hidden-md.hidden-lg,
    .displayblockmobile {
        width: 100%;
        display: block !important;
    }
}

@media (max-width: 767px) {

    .mobileMarginbottom5 {
        margin-bottom: 5px !important;
    }

    .mobilePadding0 {
        padding: 0 !important;
    }

    .no-padding_mobile {
        padding: 0 !important;
    }

    .btn-flotante-AP-L {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50vw;
        z-index: 4;
    }

    .btn-flotante-AP-R {
        position: fixed;
        bottom: 0;
        left: 50vw;
        width: 50vw;
        z-index: 4;
    }

    .mobileMarginbottom5 {
        margin-bottom: 5px !important;
    }

    .textLMobileRDesktop {
        text-align: left;
    }

    .display-gridMobile {
        display: grid;
    }

    .table {
        border-radius: 20px;
        border-collapse: separate;
    }

    .pfMobile, .preMobile {
        padding: 10px;
        border: 1px solid #c5c5c5;
    }

    /*.tagNav {
        width: 100%;
    }

        .tagNav > a {
            border: none !important;
        }

        .tagNav.active {
            background-color: #8FD400;
            border: 1px solid #8FD400;
            border-radius: 4px;
        }

            .tagNav.active > a {
                background-color: #8FD400 !important;
            }*/
    /*.contenedor {
        border: 1px solid #c5c5c5;
        padding: 10px !important;
        background: #fff;
        position: relative;
        border-radius: 10px;
    }*/

    td {
        border: none !important;
    }

    .tableVencimientos {
        border: 1px solid #c5c5c5 !important;
        border-radius: 20px !important;
    }

    .table-grid {
        border-radius: 0px !important;
    }

    .list-radiobutton > tbody > td {
        width: 100%;
    }

    .list-radiobutton > tbody > tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}



/* custom checkbox */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* hide the browser's default checkbox */
    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkbox-label {
    margin-left: -15px;
}

/* create custom checkbox */
.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #00B3A1;
    border-radius: 20%;
}

/* on mouse-over, add border color */
.checkbox:hover input ~ .check {
    border: 2px solid #00B3A1;
}

/* add background color when the checkbox is checked */
.checkbox input:checked ~ .check {
    background-color: #00B3A1;
    border: none;
}

/* create the checkmark and hide when not checked */
.check:after {
    content: "";
    position: absolute;
    display: none;
}

/* show the checkmark when checked */
.checkbox input:checked ~ .check:after {
    display: block;
}

/* checkmark style */
.checkbox .check:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





/* custom radio */
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* hide the browser's default radio button */
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-label {
    margin-left: -15px;
}
/* create custom radio */
.radio .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #00B3A1;
    border-radius: 50%;
}

/* on mouse-over, add border color */
.radio:hover input ~ .check {
    border: 2px solid #00B3A1;
}

/* add background color when the radio is checked */
.radio input:checked ~ .check {
    background-color: transparent;
    border: 2px solid #00B3A1;
}

/* create the radio and hide when not checked */
.radio .check:after {
    content: "";
    position: absolute;
    display: none;
}

/* show the radio when checked */
.radio input:checked ~ .check:after {
    display: block;
}

/* radio style */
.radio .check:after {
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00828E;
}

@media(max-width: 768px) {
    .div-vwComprobantesImovil {
        min-height: 70vh;
    }
}


/*.inputradio {
    opacity: 1;  Ocultamos el input verdadero con opacity: 0
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
}

.inputfalso {
    border: 2px solid #00B3A1;
    border-radius: 20%;
    display: inline-block;
    height: 20px;
    position: absolute;
    left: 0px;
    width: 20px;
    z-index: -1;
    background-color: transparent;
}

input[type="checkbox"]:checked + span:after {
    content: "✔";  el valor de la propiedad content también puede ser cualquier imagen, sólo tendríamos que pasarle la ruta de la imagen
    position: absolute;
    text-indent: 1px;
    top: -1px;
    left: 2px;
    color: white;
}

input[type="checkbox"]:checked + span {
    background-color: #00B3A1 !important;
}*/
/*.contenedorinputs {
    position: relative;
}
ul li{
  list-style: none;
  display: block;
  padding-bottom: 2em;
}
Para utilizarlo con un radiobutton > input[type="radio"]:checked + span:after 
*/
