﻿/* Demo */
.figure:before {
    background-image: url(/Content/images/figure1.svg);
}

.figure:after {
    background-image: url(/Content/images/figure2.svg);
}
/* Demo */
/* Web */
.ui-pnotify-text {
    color: var(--bs-body-color);
}

.th-control {
    width: 45px;
}

.form-control:disabled, .form-control[readonly] {
    /*padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-bottom: 1px solid #ced4da !important;*/
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.form-control[data-toggle="daterangepicker"]:disabled, .form-control[readonly][data-toggle="daterangepicker"] {
    cursor: auto;
}
/* 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: #fff;
    /*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: -95px;
    margin-top: -100px;
    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);
    font-size: .9rem;
}

.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;
    height:auto !important;
}

.ui-menu-item-header {
    text-align: left;
}

.ui-menu-item-detail {
    font-size: 75%;
    font-weight: bold;
    text-align: left;
}
/* 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;
}
[data-item="navPager"] .btn:disabled {
    border-color: #ced4da !important;
    opacity: .5;
}
/* 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;
        margin: .25rem 0 !important;
    }

    .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*/
/* VirtualSelect */
.vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
    border-color: #263576 !important;
    border-top-color: rgba(0,0,0,0) !important;
    border-left-color: rgba(0,0,0,0) !important;
}
/* VirtualSelect */

.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;
}

textarea {
    resize: none;
}

.form-floating > label {
    padding: 1rem;
}

.form-select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.form-control:disabled, .form-control[readonly] {
    padding: 0.25rem 0.5rem;
}

.form-check-input:disabled {
    opacity: 0.75;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.9;
}

.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blink{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blink {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes blink {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
}

.file-drop-zone {
    min-height: 280px;
}

.file-drop-zone-title {
    padding: 4.5rem 1rem !important;
}

.ui-draggable-handle {
    cursor: move;
}

.table > :not(caption) > * > * {
    padding: 0.3rem 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}