﻿/**************************** TRISTATE *******************************************/
div .tristate_div {
    text-align: center;
}

.tristate_label {
    display: none;
    cursor: pointer;
    font-size: 40px;
    margin-top: -10px;
}

    .tristate_label.checked {
        display: inline-block;
    }

.tristate_input {
    display: none;
}

    .tristate_input[value="yes"] + .tristate_label {
        color: darkgreen;
    }

    .tristate_input[value="no"] + .tristate_label {
        color: maroon;
    }

    .tristate_input[value="off"] + .tristate_label {
        color: grey;
    }

div .tristate_div {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/****************** Fin TRISTATE *******************************************/








/* Form input sizing */
.input-mini {
    width: 45px !important;
}

.input-xsmall {
    width: 80px !important;
}

.input-small {
    width: 120px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 480px !important;
}

.input-group-addon {
    width: 40px;
}

.boolean-no {
    color: #ffffff !important;
    background: #0abb87 !important;
}

.form-group.required .col-form-label:before {
    color: red;
    content: "*";
    position: relative;
    margin-right: 5px;
    font-weight: bold;
    top: 1px;
}

.was-validated .form-control:invalid, .form-control.input-validation-error {
    border-color: #fd397a !important;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd397a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd397a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.multiple-input-validation-error {
    border-color: #fd397a !important;
    border: 1px solid #fd397a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd397a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd397a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.was-validated .form-control:invalid, .form-control.input-validation-error {
    border-color: #fd397a !important;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd397a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd397a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}


    .was-validated .form-control:invalid, .form-control.input-validation-error button {
        border-color: #fd397a !important;
    }


        .was-validated .form-control:invalid:focus, .form-control.input-validation-error:focus {
            border-color: #fd397a;
            -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
        }

.was-validated textarea.form-control:invalid, textarea.form-control.input-validation-error {
    padding-right: calc(1.5em + 1.3rem);
    background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

.input-validation-error ~ div {
    /*border-color: #fd397a !important;
    border: 1px solid #fd397a;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd397a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd397a' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);*/
}

.input-validation-error button {
    height: 100%;
}

/*input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        border: 2px solid #e2e5ec;
        border-radius: 3px;
        background-color: white;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 6px;
    }
*/
/*.modal-title {
    margin-top: 20px;
}*/

.modal .modal-content .modal-header .modal-title.error {
    font-size: 2.3rem;
    color: #fd397a !important;
}

.kt-wizard-v1__nav .progress {
    width: 100%;
    margin: 5px;
    height: 20px !important;
}

.progress.progress-lg {
    height: 10px !important;
}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form.form-large {
    width: 70%;
    padding: 1rem 0 2rem
}

.kt-notification .kt-notification__item:after {
    content: none !important;
}

.modal {
    overflow-y: auto;
}

.toupper {
    text-transform: uppercase;
}

.modal-full.modal-dialog {
    max-width: 99%;
}

.modal-body .content {
    font-size: 16px;
}

.btn-primary i {
    color: #fff !important;
}

.kt-widget.kt-widget--user-profile-3 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ebedf2;
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item i {
    font-size: 1em !important;
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__time {
    width: 50px !important;
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 4px;
}

.kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__text {
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 4px;
    color: #808080;
}

.coverage-level i {
    color: goldenrod;
}

.field-validation-valid {
    display: none;
}

.kt-wizard-v1[data-ktwizard-state="first"] [data-ktwizard-type="action-submit"] {
    margin-left: auto;
}

.kt-header .kt-header__bottom {
    height: 5px !important
}

.kt-footer .kt-footer__bottom {
    padding: 1rem 0 !important;
}

.kt-pricing-1__item {
    border-top: solid 1px transparent !important;
    /*border-right: solid 1px transparent !important;*/
    border-bottom: solid 1px transparent !important;
}

.kt-pricing-1 .kt-pricing-1__items {
    margin: 2px 2px;
}

.col-form-label {
    color: #808080 !important;
}

.issued-head {
    background-image: url(../media/bg/bg-9.jpg)
}

.dropzone {
    min-height: 50px !important;
}

    .dropzone.dropzone-default {
        padding: 5px !important;
    }

        .dropzone.dropzone-default .dropzone-msg-title {
            font-size: 1rem !important;
        }


.table:not(.table-bordered) thead th, .table:not(.table-bordered) thead td {
    border-top: 0;
}

.table .thead-dark th {
    color: #fff !important;
}

.btn.btn-default i {
    color: #93a2dd;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="pending"] .kt-wizard-v1__nav-label:before {
    content: "\f059" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-label:before {
    content: "\f058" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-label:before {
    content: "\f044" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.kt-pull-left {
    margin-right: auto;
}

.kt-pull-right {
    margin-left: auto;
}

.veh-acc-selected:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 2px;
}

.lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .lds-ripple div {
        position: absolute;
        border: 6px solid black;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.header-top-image {
    background: url(../media/bg/periscloud_headerbg.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swal2-styled.swal2-cancel.btn-secondary {
    background-color: transparent !important;
    border: 1px solid #e2e5ec !important;
    color: #595d6e !important;
}

    .swal2-styled.swal2-cancel.btn-secondary:hover {
        color: #595d6e !important;
        border-color: #e2e5ec !important;
        background-color: #f4f5f8 !important;
    }

.main-product {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: stretch;
}

.question-edit::before {
    content: "\f044" !important;
    font-family: "Font Awesome 5 Free" !important;
    color: red;
    position: relative;
    margin-right: 5px;
    font-weight: bold;
    top: 1px;
}

.question-edit::after {
    content: "Modifique la respuesta" !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fd397a;
    display: inline-block;
}

* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}

.broker-footer-logo {
    margin-left: 5px;
    max-height: 30px
}

.broker-header-logo {
    max-height: 90%;
}

.table-coverage, .table-coverage > th, .table-coverage > td {
    color: #595d6e;
    background-color: #ebedf2;
    border-color: #ebedf2;
}

.alert.alert-outline-warning .alert-text {
    color: #978f12 !important;
}

.bootstrap-touchspin .input-group-btn-vertical {
    z-index: 10 !important;
}

.kt-subheader .kt-subheader__main .kt-subheader__desc {
    padding-left: 0.5rem !important;
}

.kt-subheader .kt-subheader__main .btn:not(.dropdown-toggle-split) {
    padding-top: 0.4rem !important;
    background: #eaecf2 !important;
    border-color: #eaecf2 !important;
}

.kt-subheader .kt-subheader__search {
    width: 230px !important;
}

.collapse:not(.show) {
    display: none;
}

.collapse.in {
    display: block;
}

.collapse {
    display: none;
}




.counter {
    color: #9D26B4;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin: -20px;
}

    .counter:before {
        content: '';
        background: radial-gradient(at 5% 10%, #e7e7e7 10%, transparent 50%, transparent 80%, #e7e7e7 100%);
        border: 5px solid #9D26B4;
        border-radius: 0 100px 0 50px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        transition: all 0.3s ease 0s;
    }

    .counter:hover:before {
        box-shadow: 0 0 8px rgba(0,0,0,0.5);
    }

    .counter .counter-icon {
        color: #fff;
        background: #9D26B4;
        font-size: 40px;
        text-align: center;
        line-height: 70px;
        width: 80px;
        height: 80px;
        margin: 0 0 15px;
        border-radius: 50px;
        border: 6px solid #fff;
        display: inline-block;
    }

    .counter h3 {
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
        padding: 0 7px;
        margin-top: -15px;
    }

    .counter .counter-value {
        font-size: 20px;
        font-weight: 600;
        line-height: 35px;
        text-align: center;
        display: block;
    }

    .counter.red {
        color: #FA1212;
    }

        .counter.red:before {
            border-color: #FA1212;
        }

        .counter.red .counter-icon {
            background-color: #FA1212;
        }

    .counter.blue {
        color: #0F6085;
    }

        .counter.blue:before {
            border-color: #0F6085;
        }

        .counter.blue .counter-icon {
            background-color: #0F6085;
        }

    .counter.green {
        color: #009068;
    }

        .counter.green:before {
            border-color: #009068;
        }

        .counter.green .counter-icon {
            background-color: #009068;
        }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

.input-group .btn {
    height: calc(1.1rem + 1.5rem + 1px) !important;
}

.form-select {
    height: calc(1.2rem + 1.5rem + 5px) !important;
}

.modal.fade.in {
    opacity: 1 !important;
}

.input-group > .select2-container--bootstrap5 {
    width: auto !important;
    flex: 1 1 auto !important;
}

    .input-group > .select2-container--bootstrap5 .select2-selection--single {
        height: 100% !important;
        line-height: inherit !important;
        padding: 0.5rem 1rem !important;
    }


.modal-dialog .modal-content .modal-header {
    background-color: #fff !important;
}

.modal-backdrop.fade {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.modal-dialog {
    min-width: unset !important;
}

.modal.show {
    z-index: 4000001;
}

.tooltip.show p {
    text-align: left !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 12px !important;
    background-clip: padding-box !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #B5B5C3 !important;
}

.form-control {
    border: 1px solid #B5B5C3 !important;
}

    .form-control:focus {
        border: 1px solid #a0a0a0 !important;
    }

.form-select {
    border: 1px solid #B5B5C3 !important;
}

.form-check-input {
    border: 1px solid #B5B5C3 !important;
}

.btn-outline-secondary {
    color: #B5B5C3 !important;
    border-color: #B5B5C3 !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #181c32 !important;
}

.input-group-addon {
    /*height: 34px;*/
    color: #B5B5C3 !important;
    border-color: #B5B5C3 !important;
}

.input-group .btn {
    border: 1px solid #ccc !important;
    color: #B5B5C3 !important;
    border-color: #B5B5C3 !important;
}

.btn i {
    vertical-align: top !important;
    padding-top: 0.65rem !important;
}

.form-select-max-width + span {
    max-width: 100%;
}
.required:before {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-right: .25rem;
    font-weight: 700
}

.badge-stepper {
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal
}
.badge-stepper i {
    color: #405189;
}
.badge-stepper.badge-pill {
    border-radius: 10rem;
}
.badge-stepper-outline-info {
    color: #3da5f4;
    border: 1px solid #3da5f4;
}
.badge-stepper-outline-primary {
    color: #405189;
    border: 1px solid #405189;
}
.stepper.stepper-pills .stepper-item .stepper-icon{
    margin-right: 0.5rem !important;
}
.stepper.stepper-pills .stepper-item .stepper-label {
    margin-right:0.5rem !important;
}
    .stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
        font-size: 0.9rem !important;
        word-wrap: break-word !important;
        color: #a1a8ad !important;
    }
.stepper-nav {
    overflow-x: auto;
}
.product-name {
    margin-left: 0.5rem;
    font-size: 1.25rem;
    color: #405189;
    text-transform: uppercase;
    vertical-align: middle;
}
.stepper.stepper-pills .stepper-item .stepper-icon {
    background-color: #e0edf5 !important;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon {
    background-color: #009ef7 !important;
}
.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: #009ef7 !important;
}

.content{
    padding:5px !important;
}
.site-logo{
    max-height:50px !important;
    margin-bottom:5px;
}
.modal-header .close {
    padding: 1rem;
    margin: -2rem -2rem -1rem auto;
}


.widget-thumb.bordered {
    border: 1px solid #e7ecf1;
}
.widget-thumb {
    padding: 20px;
    border-radius: 4px;
}
.widget-bg-color-white {
    background: #fff;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.picture-item.element-item
{
    background-color:transparent !important;
}
.counter-icon {
    border-color: #eff2f5 !important;
}
.tooltip {
    z-index: 4000002 !important;
}
.tooltip-inner {
    text-align: left !important;
    overflow-wrap: break-word !important;
    max-width: 350px !important;
}
.modal-info-section {
    margin-left: 0.5rem;
    font-size: 1.0rem;
    color: #405189;
    text-transform: uppercase;
    vertical-align: middle;
}
.entidades {
    font-size: 0.8em !important;
}
.entidades-etiqueta {
    color: gray   !important;
    margin-right: 0.5rem !important;
}
.entidades-valor {
    color: #405189 !important;
}

