/* @charset "UTF-8"; */

.profile-name {
    border: none;
    color: #7e7e7e;
}

.dropdown-divider {
    border-color: #dfdfdf;
}

.title-header .pg-icon {
    color: #666666;
}


.menu-items a .active,
.menu-items .icon-thumbnail .active {
    color: white;
}

.breadcrumb>.breadcrumb-item a:hover {
    color: #2a4ba9;
}

.breadcrumb>.breadcrumb-item.active {
    color: #2a4ba9;
}

.btn-disable {
    cursor: default;

}

/* stepper */
.stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px
}

.stepper.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.stepper .steps-container {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.stepper .steps-container .steps {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;

    overflow-x: auto;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.stepper .steps-container .steps .step {
    display: table-cell;
    text-align: center;
    position: relative;
    min-width: 150px;
    max-width: 240px;
}

.stepper .steps-container .steps .step .step-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    padding: 10px 0;
    opacity: .8
}

.stepper .steps-container .steps .step .step-title .step-number {
    font-size: 30px;
    font-weight: 600
}

.stepper .steps-container .steps .step .step-title .step-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-left: 10px;
    text-align: start;
    max-width: 150px;
    word-wrap: break-word
}

.stepper .steps-container .steps .step .step-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 20px;
}

.stepper .steps-container .steps .step .step-indicator .step-divider {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px
}

.stepper .steps-container .steps .step .step-indicator .step-divider span {
    margin: 0 2px;
    border-radius: 6px;
    -webkit-transition: .4;
    transition: .4;
    opacity: .8;
    background-color: #9f9d9d
}

.stepper .steps-container .steps .step .step-indicator .step-divider span:first-child {
    width: 6px;
    height: 6px
}

.stepper .steps-container .steps .step .step-indicator .step-divider span:nth-child(2) {
    width: 50px;
    height: 6px
}

.stepper .steps-container .steps .step .step-indicator .step-node {
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-size: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: width .3;
    transition: width .3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #9f9d9d
}

.stepper .steps-container .steps .step.prev .step-node {
    background-color: #2a4ba9;
    color: #fff;
    border: 2px solid #ccc
}

.stepper .steps-container .steps .step.prev .step-title {
    opacity: 1 !important
}

.stepper .steps-container .steps .step.prev .step-divider span:first-child {
    background: #333 !important
}

.stepper .steps-container .steps .step.prev .step-divider span:nth-child(2) {
    background: #333 !important
}

.stepper .steps-container .steps .step.active .step-node {
    background-color: #fff;
    border: 2px solid #f7c937;
    color: #333
}

.stepper .steps-container .steps .step.active .step-title {
    opacity: 1 !important
}

.stepper .steps-container .steps .step.active .step-divider span:first-child {
    background: #333 !important
}

.stepper .steps-container .steps.vertical {
    padding-left: 10px;
    direction: rtl;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stepper .steps-container .steps.vertical .step {
    direction: ltr !important
}

.stepper .steps-container .steps.vertical .step .step-indicator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stepper .steps-container .steps.vertical .step .step-indicator .step-divider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45px;
    margin-top: 10px;
    margin-left: 0
}

.stepper .steps-container .steps.vertical .step .step-indicator .step-divider span {
    margin: 2px 0 !important
}

.stepper .steps-container .steps.vertical .step .step-indicator .step-divider span:nth-child(2) {
    width: 6px !important;
    height: 50px !important
}

.stepper .stepper-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.stepper .stepper-content-container.vertical {
    width: calc(100% - 150px)
}

.stepper .stepper-content-container .stepper-content {
    width: 100%;
    padding: 15px 10px;
    display: none
}

.stepper .stepper-content-container .stepper-content.show {
    display: block
}

.cdb-form {
    position: relative;
    margin-bottom: 1.5rem
}

.cdb-form input[type=date],
.cdb-form input[type=datetime-local],
.cdb-form input[type=email],
.cdb-form input[type=number],
.cdb-form input[type=password],
.cdb-form input[type=search-md],
.cdb-form input[type=search],
.cdb-form input[type=tel],
.cdb-form input[type=text],
.cdb-form input[type=time],
.cdb-form input[type=url],
.cdb-form textarea {
    background-color: transparent;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cdb-form label {
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 400
}

.cdb-form .form-control {
    padding: .5rem .6rem
}

.cdb-form .form-control:focus {
    border-color: #276ef1
}

.cdb-form .form-control:focus~label {
    left: 5px;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    color: #276ef1
}

.cdb-form .prefix {
    position: absolute;
    width: 2rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 5px
}

.cdb-form .prefix~input {
    margin-left: 2rem;
    width: calc(100% - 2rem)
}

.cdb-form .prefix~label {
    margin-left: 2rem
}

.form-group-default {
    padding: 10px;
}

.file-label {
    border: 1px solid #767676;
    background: #efefef;
    padding: 2px 7px;
    margin: 3px 0;
    width: 135px;
    color: #000;
    border-radius: 2px;
    cursor: pointer;
}

.file-name {
    max-width: 154px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge-warning {
    background: #fde047;
    color: #a16207;
    width: fit-content;
}

.badge-success {
    background: #86efac;
    color: #15803d;
    width: fit-content;
}
.badge-danger {
    background: #fca5a5;
    color: #dc2626;
    width: fit-content;
}

.font-montserrat {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.06em;
    font-size: 10.5px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    filter: alpha(opacity=40);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    line-height: 15px
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #ca555f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: -1px;
    top: -1px;
    font-family: 'Material Icons';
    color: white;
    /* Cambiando el color a blanco */
    font-weight: 500;
    text-align: end;
    line-height: 17px;
    transform: rotate(0);
    /* Sin rotación */
    height: 17px;
    width: 17px;
    border-radius: 3px;
    border: 1px solid #ca555f;

}

.custom-checkbox input:checked~.checkmark:after {
    display: block;
    content: "close";
}

.nav-tabs-fillup > li > a:after {
    background: none repeat scroll 0 0 #2a4ba9;
    border: 1px solid #2a4ba9;
}

.correct-lab{
    content: "*";
    margin: 0.3em;
    position: absolute;
    top: 0;
    right: 0;
    color: #067a0c;
    font-size: 20px;
    width: 18px;
}

.required-lab
{
    content: "*";
    margin: 0.3em;
    position: absolute;
    top: 0;
    right: 0;
    color: #D83C31;
    font-size: 20px;
}

/* Modificaciones */

.dropdown-item:active {
    background-color: transparent;
    color: black;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

div.dt-buttons > .dt-button {
    background: white !important;
    border: white !important;
}

div.dt-buttons > .dt-button:hover {
    background: #3757b3 !important;
    color: white !important;
}

.row div.dt-container .dt-paging .dt-paging-button:hover {
    background: #d5d5d5 !important;
    border: 1px solid #d5d5d5 !important;
    color: black !important;
}

.buttons-pdf:hover::before,
.buttons-print:hover::before,
.buttons-excel:hover::before {
    color: white !important;
}

.buttons-pdf::before {
    content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
    color: #ff3737;
}

.buttons-print::before {
    content: "\f02f";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
    color: #272727;
}

.buttons-excel::before {
    content: "\f1c3";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
    color: #008d18;
}

.breadcrumb > .breadcrumb-item.noactive {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10.5px !important;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #4b4b4b;
}