
.disabled_material{
    border-color: rgba(0,0,0,0.2);
    position: relative;
}
.disabled_material:after{
    content: "Sin disponibilidad";
    color: red;
    position: absolute;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    width: 100px;
}
.events_d .disabled_material:after{
    content: "Lleno";
}
.disabled_material span{
    cursor: default!important;
}
.disabled_material .input-number-increment, .disabled_material .input-number-decrement{
    background: #fff!important;
    opacity: 1;
    visibility: hidden;
}
.disabled_material .input-number:disabled {
    color: #757575!important;
    visibility: hidden;
}
#block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    text-align: center;
}


.spinner {
    margin: 0 auto;
    color: #6BB02E;
    height: 50px;
    width: 50px;
    fill: rgb(229, 231, 235);
}


.animation-spin {
    -webkit-animation: spin 0.7s infinite linear;
    animation: spin 0.7s infinite linear;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#tab-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#important_info{
    width: 90%;
    max-width: 700px;
    z-index: 0;
    font-size: 12px;
    margin-bottom: 0;
    padding-right: 1.25rem;
    border-radius: 0;
    color: #1f1f1f;
    background-color: #e2f3d4;
    border: 0;
    padding: 20px 60px;
    transition: all 0.7s;
    transition-timing-function: cubic-bezier(1,.01,.02,1);
    border: 1px dashed #000;
    border-radius: 20px;
    margin-top: 20px;
    position: fixed;
    z-index: 99;
    top: 74px;
    right: 20px;
    -webkit-box-shadow: 0px 0px 11px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 11px 5px rgb(0 0 0 / 10%);
}
button:focus{
    outline: none;
}
#tool_tip_important_info{
    position: static;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: CENTER;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 20px;
    color: #6BB02E;

}
#important_info .tool_tip_important_info{
    position: absolute;
    left: -40px;
    top: 0;
}
#important_info .title{
    font-size: 16px;
    font-weight: 700;
    color: #373737;
}
#important_info a{
    text-decoration: underline;
    color: #6BB02E;
}
#important_info ul{
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

#important_info .main_content{
    max-width: 1000px;
    padding-left: 0;
    color: #373737;
    font-size: 14px;
}
#important_info .close{
    width: 60px;
    font-size: 20px;
}
#popup_login, #popup_register{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    
    flex: 1;
    align-items: center;
    overflow-y: scroll;
    -webkit-box-pack: center;
    -moz-box-pack: center;
}
#popup_login .wrapperForm, #popup_register .wrapperForm{
    margin-top: 0;
    margin-bottom: 0;
    margin: auto;
    border-radius: 20px;
    background: #f2f2f2;
}
#popup_register .register .userForm .login .wrapper_title .title{
    text-align: left;
}
#popup_login .userForm input:not([type="submit"]):not(#click), #popup_register .userForm input:not([type="submit"]):not(#click), #popup_register .userForm select, #popup_register .userForm .select_tel{
    background: #FFF;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 2px;
}
#popup_register #code_country{
    top: 5px;
}
#popup_register #flag_country{
    top: 7px;
}
#popup_register .select_tel .icon_arrow{
    bottom: 13px;
}
#popup_register .radiobox_label::before, #popup_register .checkbox_label::before{
    background: #FFF;
}
#popup_register select.date_birth_input {
    padding: 2px 10px 5px 10px;
    margin-right: 10px;
}
#popup_login .userForm label, #popup_register .userForm label{
    font-family: 'roboto';
    text-transform: none;
    color: #555;
    font-size: 14px;
    margin-bottom: 5px!important;
}
.title-2{
    font-size: 17px;
    font-weight: 600;
    color: #555;
}
#popup_login p, #popup_register p{
    color: #555;
    font-weight: 300;
}
#popup_login a{
    font-size: 12px;
    color: #555;
}
#popup_register .userForm, #popup_login .userForm{
    padding: 35px 24px;
}
.separator-o{
    font-family: 'roboto';
    font-weight: 900;
    font-size: 22px;
}
.separator-o:before, .separator-o:after{
    bottom: 13px;
}
.fc .fc-highlight, .fc .fc-daygrid-day.fc-day-today{
    background-color: transparent;
}
.fc .fc-day-past, .fc .fc-daygrid-day.fc-day-today{
    background: #f8f8f8;
    color: #cdcdcd;
}
.fc .fc-daygrid-day.fc-day-other{
    background: #f3f3f3;
    opacity: 1;
    color: transparent;
}
.fc .fc-day-future:not(.fc-day-other){
    cursor: pointer;
}
.fc-day-other.fc-day-future{
  
}
.availability-negative{
    background-color: #ffb3ba;
    cursor: no-drop!important;
}
.availability-low{
     background-color: #fdffcf;
}
.availability-medium{
     background-color: #e0f9ea;
}
.availability-high{
    background-color: #FFF;
}

.fc .fc-daygrid-day.selected-day{
    background-color: #6BB02E;
    color: #fff;
}
.fc-day-other.fc-daygrid-day.selected-day{
    background-color: #efefef;
    color: transparent;
}
.fc-event{
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    height: 8px;
}
.fc-day-other .fc-event{
    opacity: 0.3;
    display: none;
}
.fc-day-past .fc-event{
    opacity: 0.3;
}
.fc .fc-daygrid-event-harness{
    cursor: default;
    /*width: 50%;*/ /*Edit events width with only one day */
}
.fc .fc-event-title{
    visibility: hidden;
    position: absolute;
    width: 100px;
    max-width: unset;
    background: #e5e5e5;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 20px;
    overflow: visible;
}
.fc .fc-event-title::after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid inherit;
    bottom: -5px;
    content: "";
    height: 0;
    left: 88px;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.fc .fc-event-title::before{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e5e5e5;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.fc-event:hover .fc-event-title{
    visibility: visible;
}
.fc .fc-daygrid-event-harness-abs{
    width: unset;
}
#calendar .fc-header-toolbar{
    background-color: #1f1f1f;
    margin-bottom: 0;
}
#calendar .fc-header-toolbar .fc-button-primary{
    background-color: #1f1f1f;
    border-radius: 0;
    border: 0;
}
#calendar .fc-header-toolbar .fc-button-primary:hover{
    background-color: #3d3d3d;
}
#calendar .fc-header-toolbar .fc-toolbar-title{
    color: #FFF;
    text-transform: uppercase;
    font-family: 'oswald';
    font-size: 20px;
}
#calendar .fc-h-event .fc-event-main {
    line-height: 0.8;
    color: #000;
}

.legend_dispo{
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #d0cfcf;
    cursor: auto!important;
}
.legend_title{
    background-color: #1f1f1f;
    text-transform: uppercase;
    font-family: 'oswald';
    font-size: 18px;
    color: #FFF;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.legend-item{
    border-radius: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #cfcece;
    position: relative;
    height: 22px;
    overflow: hidden;
    transition: all 500ms;
    text-transform: capitalize;
}
#legend .legend-item{
    cursor: pointer;
}
.legend-text:after{
    content: "+";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.legend-text.show-minus:after {
    content: "";
}
.dropdown_legend{
    padding: 0 10px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
}
#remove_all_days{
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 15px;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    margin-left: auto;
    margin-top: 10px;
    color: #a1a1a1;
}
#remove_all_days:hover {
    background: #ededed;
}
.wrapper_calendar_legend{
    display: flex;
    gap: 20px;
}
.wrapper_calendar{
    width: 70%;
}
.wrapper_events_legend{
    width: 30%;
}

.step-form{
    flex: 0 1 100%;
    width: 100%;
}
.ufg-job-application-wrapper{
    max-width: 800px;
    margin: 0 auto;
    float: unset;
}
.remember_password{
    width: 180px;
}
.remember_password label{
    font-size: 12px!important;
    font-weight: 300;
}
.forgotPass a{
    font-weight: 300;
}
.remember_password label::before{
    width: 20px;
    height: 20px;
}
.remember_password label::after{
    top: -4px!important;
    left: 16px!important;
}
.remember_password .checkbox_label{
    padding-left: 40px;
}
.alert-dismissible button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: inherit;
    height: 40px;
    width: 40px;
    text-align: center;
}
#tab-content-events{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#tab-content-events .col-2-mode .wrapper_all{
    display: block;
    padding: 0;
    border-bottom: 0;
}
#tab-content-events .col-2-mode .wrapper_all .wrapper_product {
    flex: 0 0 100%;
    max-width: 100%!important;
    margin-left: unset;
    margin-right: unset;
    margin-top: 0!important;
    height: unset;
    width: 200px;
}
#tab-content-events .col-2-mode .wrapper_all .wrapper_product:first-child{
    height: 200px;
    width: 200px;
}
#tab-content-events .row {
    margin-left: unset!important;
    margin-right: unset!important;
    padding: 0;
}
.question_mark{
    display: block!important;
    color: #8397a3;
    font-size: 25px!important;
}
.userForm .btn_add_participants{
    position: relative;
    margin: unset!important;
    height: 30px;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px!important;
    width: 180px!important;
    padding-left: 15px!important;
    background: #6BB02E!important;
    color: #fff!important;
    border: 1px solid #737171;
    border-bottom: 1px solid #737171!important;
}
.userForm .btn_add_participants:after {
    content: "+";
    position: absolute;
    bottom: 4px;
    left: 6px;
    width: 20px;
    height: 20px;
    background: #fff!important;
    color: #6BB02E;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.userForm .btn_add_participants:hover{
    background: #fff!important;
    color: #797979!important;
    border-color: #a6a6a6!important;
}
.userForm .btn_add_participants:hover:after{
    color: #fff;
    background: #6BB02E!important;
}
.text_num_rider, .text_num_rider span{
    color: #a8a8a8!important;
}
.fc-event {
  pointer-events: none;
}
.dropdown_legend img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100px;
    height: auto;
}
@media (max-width: 1017px){
    .form-steps{
        width: 100%;
        padding-top: 60px;
    }
    #remove_all_days{
        margin-left: unset;
    }
    .ufg-job-application-wrapper .progress{
        transform: unset;
        z-index: 8;
        top: 98px;
        bottom: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 50px);
        margin-bottom: 0;
        height: 15px;
        border-radius: 20px;
        background: #fff;
        border: 1px solid #909090;
        -webkit-box-shadow: 0px 0px 11px 5px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 11px 5px rgb(0 0 0 / 10%);
    }
    .ufg-job-application-wrapper .progress .progress-bar{
        position: static;
        border-radius: 20px;
        opacity: 1;
    }
    .ufg-job-application-wrapper .progress .progress-bar .step-text{
        font-size: 12px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 1px;
        line-height: 1;
        color: #000;
    }
}
@media (max-width: 750px){
    .remember_password {
        width: 100px;
    }
    .remember_password label::after {
        top: 1px!important;
    }
    .wrapper_calendar_legend{
        display: block;
    }
    #calendar .fc-daygrid-day-frame {
        height: 60px!important;
    }
    .wrapper_calendar, .wrapper_events_legend{
        width: 100%;
    }
    .dispon{
        display: none!important;
    }
    #important_info{
        padding: 20px;
        padding-top: 40px;
        width: calc(100% - 40px);
    }
    #important_info .main_content { 
        padding-left: 0;
    }
    #important_info .tool_tip_important_info{
        top: -26px;
        left: 0;
    }
    #tool_tip_important_info {
        bottom: 40px;
    }
    #tab-content-events .row{
        width: calc(50% - 5px);
    }
    #tab-content-events .col-2-mode .wrapper_all .wrapper_product:first-child{
        height: unset;
    }
    .events_product .tooltip{
        left: -149px;
        width: 250px;
        max-width: 45vw;
    }
    .events_product .tooltip::before {
        left: 155px;
    }
    .question_mark{
        font-size: 25px!important;
    }

}
@media (max-width: 617px){
    .form-steps{
        padding-top: 40px;
    }
}


