/*================ VIDA EX PRO =======================*/
.vida_wrapper_inner{
    width: 100%;
    float: left;
}
.weekly_cal{
    position:relative;
}
.weekly_cal a.cal_nav {
    font-weight: bold;
}

.vida_filters {
    background: #f1f1f1;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;
    padding:15px 10px 30px;
}
#vida_filter_form > .form-group {
    width: 29%;
}
#vida_filter_form > .form-group button, 
#vida_filter_form > .form-group  select, 
#vida_filter_form > .form-group button:hover, 
#vida_filter_form > .form-group  select:hover {
    border-radius:0;
    background: #fff;
}


#vida_filter_form{
    width: 100%;
    float: left;
}

#vida_filter_form > *{
    display: inline;
    float: left;
    border-radius: 0 !important;
    border:none !important;
}
#vida_filter_form > .form-group{
    padding: 0 7px !important;
    width: calc(100% / 4 - 1px) !important;
}
#vida_filter_form > .form-group button.multiselect{
    height: 40px;
    font-size: 16px;
    padding-right: 30px;
}
#vida_filter_form > .form-group #input_instuctor{
    height: 40px;
    outline: none !important;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100% !important;
    font-size: 15px;
    padding-right: 30px;
    color: #000;
    background-image:url('../img/s-arrow.png') !important; 
    background-repeat: no-repeat !important;
    background-position: center right !important;
}
#vida_filter_form > .form-group #input_instuctor::-webkit-input-placeholder {
    color: #000;
    opacity: 0.85;
}
#vida_filter_form > .form-group #input_instuctor::-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 0.85;  
}
#vida_filter_form > .form-group #input_instuctor::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 0.85;  
}
#vida_filter_form > .form-group #input_instuctor:-ms-input-placeholder {  
    color: #000;
    opacity: 0.85;  
}
#vida_filter_form > button[type="submit"]{
    width: calc(100% / 4 - 14px) !important;
    margin: 0 7px;
    background: #f75a35;
    color: #fff;
    height: 40px;
    font-size: 16px;
}

#vida_filter_form > .form-group select{
    width: 100%;
    float: left;
    height: 40px;
    padding-right: 30px;
    outline: none !important;
    box-shadow: none;
    border: none;
    padding-left: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 15px;
}
#vida_filter_form > .form-group span#selected_loc{
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 50%;
    color: #909090;
}

#vida_filter_form > .form-group .multiselect-native-select,
#vida_filter_form > .form-group .btn-group,
#vida_filter_form > .form-group .multiselect{
    width: 100%;
    float: left;
    box-shadow: none;
    border:none !important;
}
#vida_filter_form > .form-group .btn-group.open{
    margin-bottom: 0;
}

#vida_filter_form > .form-group .multiselect-selected-text{
    width: 100%;
    float: left;
    text-align: left;
    font-family: "Futura Medium",Helvetica,Arial,sans-serif;
}
#vida_filter_form > .form-group .caret{
    display: none;
}
#vida_filter_form > .form-group .multiselect-container label{
    width: 100%;
    padding: 4px 10px;
    display: flex;
    font-family: "Futura Medium",Helvetica,Arial,sans-serif;
    align-items: center;
}
#vida_filter_form > .form-group .multiselect-container label input[type="checkbox"]{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
    position: static !important;
}


#vida_filter_form > .form-group select[name="category"],
#vida_filter_form > .form-group select[name="class"],
#vida_filter_form > .form-group button.multiselect{
    background-image:url('../img/d-aro-new.png') !important; 
    background-repeat: no-repeat !important;
    background-position: center right !important;
}
.vida_filters .clear_filters{
    position: absolute;
    bottom: 5px;
    right: 17px;
}
.vida_filters .clear_filters a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    padding: 2px 20px 0px 0;
    position: relative;

    background-image:url('../img/btn-cls.png');
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: 16px;
}

.vida_cal,
.vida_cal table{
    width: 100%;
    float: left;
}
.vida_cal .weekly_cal{
    /*overflow-x:auto;*/
    margin-top: 20px;
}
.vida_cal table{
    margin: 15px 0;
}
.vida_cal table td{
    text-align: center;
    /*min-width: 130px;*/
}
.vida_schedule{
    width: 100%;
    float: left;
    overflow-x:auto;
}
.vida_schedule th{
    background: #4d2863;
    text-align: left;
    color: #fff;
    border-right: 1px solid #fff;
}
.vida_schedule td{
    padding: 12px 8px !important;
}
.vida_wrapper_inner tr.not-search:last-child{
    display: none;
}
.vida_schedule td.daySeperator{
    border-top:none;
    font-size: 30px;
    color: #000;
    padding-top: 30px !important;
}
.weekly_cal .week_labels{
    line-height: 1.4em;
    font-size: 24px;
}
.weekly_cal .nav {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.weekly_cal .nav a.cal_nav {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
}

.weekly_cal .nav a.nav_prev{
    left:0;
}
.weekly_cal .nav a.nav_next{
    right: 0;
}
.vida_table_container_upper{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.vida_table_container{
    position: relative;
}

.vida_table_container_upper .vida_table_container{
    width: 75%;
    /*    display: inline;
        float: left;*/
}
.vida_table_container_upper .day_week_view{
    width: 25%;
    text-align: right;
    margin-top: 20px;
}
.vida_table_container_upper .day_week_view a {
    margin: 5px 0 5px 5px;
    padding: 5px 10px;
    color: #fff !important;
    background: #f75a35;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    min-width: 68px;
}
.vida_table_container_upper .day_week_view a:hover,
.vida_table_container_upper .day_week_view a.active{
    background: #48265e;
}
.vida_table_container_upper .day_week_view a i{
    margin-right: 5px;
}
.vida_table_container .scroll_prev, .vida_table_container .scroll_next{
    display:none;
}
.weekly_cal{
    max-width:900px;
}
.weekly_cal .nav{
    text-align: center;
    font-size: 14px;
}
.weekly_cal td{
    padding: 0 5px;
}
.weekly_cal td span{
    /*border: 1px solid #48265E;*/
    border: 1px solid #d2d2d2;
    display: block;
    font-weight: bold;
    padding: 10px 5px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.weekly_cal td.active span{
    border: 1px solid #48265E;
    background:#48265E;
    color:#fff;
}
.vida_schedule{
    position: relative;
}
.vida_schedule td a{
    color: #F28938 !important;
}
.vida_schedule.loading:after{
    /*content:"";*/
    content:"Loading ...";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    background: rgba(255,255,255,0.9);
}
.schedule-data-xs{
    display: none;
}
.day_week_view #month_calender td.calendar-day-head{
    background: #F15B36 !important;
    color: #fff;
}
.day_week_view #month_calender td.calendar-day .day-number{
    border: 1px solid #ccc;
    font-size: 12px;
    cursor: pointer;
}

.day-number.active {
    border: 1px solid #48265E;
    background: #48265E;
    color: #fff;

}
.tooltipa {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltipa .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #e9e9e9;
    color: #333 !important;
    text-align: center;
    border-radius: 0px;
    text-align: left;
    padding: 10px 14px;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 0px 10px #c3c3c3;
    border:1px solid #e0e0e0;
    font-family: PTSansRegular,helvetica,arial,sans-serif;
}

.tooltipa:hover .tooltiptext {
    visibility: visible;
}

.vida_schedule tr td:last-of-type .tooltiptext{
    top: 100%;
    right: 0;
}

@media(max-width:767px){
    #vida_filter_form > .form-group{
        width: calc(100% / 2) !important;
    }
    .vida_filters{
        padding:  0 0 30px;
        background: none;
        margin-bottom: 0;
    }

    #vida_filter_form > .form-group select[name="category"], 
    #vida_filter_form > .form-group select[name="class"],
    #vida_filter_form > .form-group button.multiselect,
    #vida_filter_form > .form-group #input_instuctor{
        border:1px solid #ccc !important;
        height: 40px !important;
    }
    .vida_table_container_upper{
        display: block;
    }
    .vida_table_container_upper > div{
        width: 100% !important;
        float: left;
    }
    #vida_filter_form > .form-group span#selected_loc{
        bottom: 14px;
        left: 10px;
        line-height: 1.2em;
        font-size: 12px;
        width: calc(100% - 14px);
    }
    .vida_filters .clear_filters {
        bottom: -8px;
        right: 10px;
    }
    .vida_filters .clear_filters a {
        background-size: 15px;
        font-size: 13px;
    }
    .vida_table_container.weekly_cal{
        text-align: center;
        margin-top: 10px;
    }
    .vida_table_container.weekly_cal .nav{
        display: inline-block;
        float: none;
    }
    .day_week_view{
        margin-top: 0 !important;
    }
    .vida_table_container_upper .day_week_view{
        margin-top: 0 !important;
        text-align: center;
    }
    .vida_table_container_upper .day_week_view a {
        margin: 5px;
    }

    .table_parent{
        overflow-x: hidden;
    }
    .vida_cal table td{
        min-width: 80px;
    }
    .weekly_cal .week_labels{
        font-size: 18px;
    }
    .vida_schedule td.daySeperator{
        font-size: 20px;
    }
    .vida_schedule th:first-of-type,
    .vida_schedule td:first-of-type{
        min-width: 130px;
    }
    .schedule-data-xs{
        display: flex;
        align-items: baseline;
        margin: 5px 0 0;
    }
    .title-class{
        color: #f75a35;
    }
    .schedule-data-xs span:first-of-type{
        /*width: 90px;*/
        padding-right: 6px;
        /*font-size: 12px;*/
    }
    .schedule-ins span:last-of-type{
        color: #f75a35;
    }
    #month_calender tbody {
        max-width: 400px;
        overflow: scroll !important;
        float: none;
    }
    .vida_cal  #month_calender table td{
        min-width: 40px;
    }
/*    .vida_schedule table tr{
        position: relative;
    }
    .vida_schedule td,
    .vida_schedule td .tooltipa{
        position: static;
    }*/
    .vida_schedule td .tooltiptext{
        top: 120%;
        left: -100px;
    }
    .vida_schedule .schedule-ins .tooltiptext{
        left: -200px;
    }
}
@media(max-width:480px){
    /*    #vida_filter_form > .form-group{
            width: 100% !important;
        }*/
    #vida_filter_form > button[type="submit"]{
        width: calc(100% - 14px) !important;
    } 
    #vida_filter_form > .form-group span#selected_loc{
        /*        position: static;
                padding-top: 5px;
                width: 100%;
                float: left;*/
    }
    .table_parent {
        position: relative;
    }
    .vida_table_container .scroll_prev {

        position: absolute;
        left: 0;
        z-index: 999;
        top: 17%;
        color: #F28938;
        font-size: 23px;
        font-weight: bold;

        height: 20px;
        width: 20px;
        display:block;
    }
    .vida_table_container .scroll_next {

        position: absolute;
        right: 0;
        top: 17%;
        z-index: 999;
        color: #F28938;
        font-weight: bold;
        font-size: 23px;

        height: 20px;
        width: 20px;
        display:block;

    }
    #month_calender tbody {
        max-width: 300px;
        overflow: scroll !important;
        float: none;
    }
    .vida_cal #table_parent {
        padding: 0px 0px;
        max-width: 238px;
        margin: auto;
    }
    .vida_table_container .scroll_prev,.vida_table_container .scroll_next{ top: 50% !important;}
}
@media(max-width:350px){
    .vida_cal  #month_calender table td{
        min-width: 30px;
    }
    .vida_cal #table_parent { width: 160px;}
    .vida_schedule td .tooltiptext{
        left: -130px;
    }
    .vida_schedule .schedule-ins .tooltiptext{
        left:-220px;
    }
}
span.tooltiptext.hidet {
    display: none;
}