/* Minification failed. Returning unminified contents.
(220,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
(228,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
(232,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
(237,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
(245,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
(249,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color-rgb'
 */
/* Web */
.th-control {
    width: 45px;
}

.bg-nosotros:after {
    background-image: url(/Content/images/banner-nosotros.jpg);
}

.container-body {
}
/* Web */
/* Validation */
.input-validation-error, .radio-validation-error {
    box-shadow: 0 0 5px #fe4640;
    border: 1px solid #fe4640 !important;
}

[class*="icheck-"].radio-validation-error-div > input[type="radio"]:first-child + label::before {
    box-shadow: 0 0 5px #fe4640;
    border: 1px solid #fe4640;
}
/* Validation */
/* Loader */
.loader-container {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(51, 51, 51);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100041;
    overflow: hidden;
    outline: 0px;
    display: none;
}

.loader-backdrop {
    z-index: 100041;
    background-color: #303030;
    filter: alpha(opacity=30);
    opacity: 0.30;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

.loader-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 100041;
    font-size: 14px;
}
/* Loader */
/* JQueryUI Autocomplete */
.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

.ui-widget-content {
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.ui-menu-item-wrapper {
    border-bottom: 1px solid #e7e7e7;
}

.ui-state-active {
    border-bottom: 1px solid rgba(0,0,0,0.075) !important;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
}

.ui-menu-item-header {
    text-align: left;
}

.ui-menu-item-detail {
    font-size: 75%;
    font-weight: bold;
}
/* JQueryUI Autocomplete */
/* EmptyContainer*/
.empty-container {
    background-color: rgba(0, 0, 0, 0.05);
}

.empty-content {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    text-align: center;
    padding: 1em 0 !important;
    font-size: .9em;
}
/* EmptyContainer */
/* Custom Pager */
.pager-container {
    border-top: 1px solid #D8D8D8;
    padding: 10px 0;
}

.pager-caption {
    font-weight: bold;
    color: #6c757d;
    margin: 0;
}

.pager-container .pager-controls {
    float: right;
    padding: 2px 15px;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
}

.pager-controls p, .pager-controls select {
    float: left;
}

.pager-controls p {
    line-height: 30px;
    margin: 0 12px;
}

.pager-controls select {
    width: auto;
}
/* Custom Pager */
/* Calendar Control */
.calendar-control {
    position: relative;
}

    .calendar-control input[type=text] {
        padding-left: 36px;
    }

        .calendar-control input[type=text][readonly] {
            background-color: inherit;
            cursor: default;
        }

    .calendar-control .icon-calendar, .calendar-control .icon-clear {
        position: absolute;
        top: 0;
        margin: 8px 0;
        width: 32px;
        text-align: center;
    }

    .calendar-control .icon-calendar {
        left: 0;
        border-right: 1px solid #ccc;
    }

    .calendar-control .icon-clear {
        right: 0;
        border-left: 1px solid #ccc;
        cursor: pointer;
        color: #7F7F7F;
    }

        .calendar-control .icon-clear:hover {
            color: #000;
        }
/* Calendar Control */
/* PNotify */
.ui-pnotify {
    word-break: break-word;
}

ul.pnotify-errors {
    padding-left: 1.5em;
    margin-bottom: 0;
}

    ul.pnotify-errors li {
        list-style: none;
    }

        ul.pnotify-errors li:not(:last-child) {
            margin-bottom: 0.5em;
        }

.ui-pnotify-icon span {
    line-height: 1.5;
}
/* PNotify */
/*TagSelected*/
.tag-selected {
    background-color: rgba(108,117,125,.75);
    color: #fff;
}

    .tag-selected button {
        color: #fff !important;
    }
/*TagSelected*/
.bg-waves {
    background-image: url('/Content/images/Wave_bg@3x.png');
}

.divDescrip {
    position: relative;
    color: rgba(var(--bs-body-color-rgb),.75) !important;
    padding: 5px;
    width: 100%;
    max-height: 90px;
    overflow: hidden;
}

    .divDescrip > div > p {
        color: rgba(var(--bs-body-color-rgb),.75) !important;
    }

    .divDescrip > p {
        color: rgba(var(--bs-body-color-rgb),.75) !important;
    }

.divDescripSpot {
    position: relative;
    color: rgba(var(--bs-body-color-rgb),.75) !important;
    padding: 5px;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
}

    .divDescripSpot > div > p {
        color: rgba(var(--bs-body-color-rgb),.75) !important;
    }

    .divDescripSpot > p {
        color: rgba(var(--bs-body-color-rgb),.75) !important;
    }

/*bootstrap-tagsinput*/
.bootstrap-tagsinput input {
    width: 1px !important;
}
/*bootstrap-tagsinput*/

/*rating css*/
.ratingf {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

    .ratingf > input {
        display: none;
    }

    .ratingf > label {
        position: relative;
        width: 1em;
        font-size: 2vw;
        color: #FFD600;
        cursor: pointer;
    }

        .ratingf > label::before {
            content: "\2605";
            position: absolute;
            opacity: 1;
        }

label.ratinglabel::before {
    content: "\2605";
    position: absolute;
    opacity: 1 !important;
}



.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 2vw;
        color: #FFD600;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

/*rating css*/

.fz-8 {
    font-size: 13px !important;
}

.fz-9 {
    font-size: 15px !important;
}

.form-signin {
    max-width: 450px;
}

.form-signin input[type="password"], .form-signin input.password {
    margin-top: 0.75rem !important;
    border-radius: 0.375rem !important;
    margin-bottom: 10px;
}

.table-perfil-postulante > :not(caption) > * > * {
    padding: 0.5rem 0.5rem !important;
}
.hrLinea {
    vertical-align: middle;
    width: 47%;
    display: inline-block;
    border: 1px solid #363636;
    color: #363636 !important;
}

.bg-waves{
    z-index: initial;
}

.bg-waves:after {
    bottom: -4rem;
    height: 4em;
}

::-ms-reveal {
    display: none;
}

.reveal-icon {
    position: absolute;
    top: 26px;
    right: 12px;
    cursor: pointer;
    display: none;
}

.form-floating > .form-control:not(:placeholder-shown) ~ button.reveal-icon {
    display: inline-block;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    color: #999 !important;
    text-decoration: line-through;
}
