﻿

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}*/

html,
body {
    font-family: Lato-Regular;
    min-height: 100%;
    color: #474c50;
}

/*p, b, h1, h2, h3, h4, h5, span, label {
    color: #4f5054;
}*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Lato-Regular !important;
}

input, button, select, textarea {
    font-family: Lato-Regular !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 8px 12px !important;
}

ul, ol {
    list-style-type: none;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

.bg_lightgrey {
    background: #f5f4f5 !important;
}

.text_bold {
    font-weight: bold !important;
}

.bg_white {
    background: #fff !important;
}

    .bg_white:hover, .bg_white:focus {
        background: #fff !important;
    }

.bg_dark {
    background: #4e6c88 !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
}

.bg_orange {
    background: #f37426 !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
}

.bg_green {
    background: rgb(58, 199, 157) !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
}

.bg_lightgreen {
    background: #a2cd4b !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
}

.bg_blue {
    background: #4e6c88 !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
}

.bg_sky {
    background: #1ba1e2 !important;
    color: #fff !important;
    border-radius: 3px 3px 0 0 !important;
}

.bg_purple {
    background-color: #50427e;
}

.padtop0 {
    padding-top: 0 !important;
}

.padding_10 {
    padding: 10px;
}

.padding_20 {
    padding: 20px;
}

.margtop5 {
    margin-top: 5px;
}

.margbtm0 {
    margin-bottom: 0 !important;
}

.margtop10 {
    margin-top: 10px;
}

.margbtm20 {
    margin-bottom: 20px;
}

.margtop0 {
    margin-top: 0 !important;
}

.margtop15 {
    margin-top: 18px !important;
}

.margtop20 {
    margin-top: 20px;
}

.m_t_2 {
    margin-top: 2px;
}

.m_t_40 {
    margin-top: 40px;
}

.font30 {
    font-size: 30px !important;
}

.margleft10 {
    margin-left: 10px;
}

.shadowcls {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.margleft5 {
    margin-left: 5px;
}

.margright10 {
    margin-right: 10px;
}

.padtop10 {
    padding-top: 10px;
}

.padbtm10 {
    padding-bottom: 10px;
}

.margtop30 {
    margin-top: 30px;
}

.margright5 {
    margin-right: 5px !important;
}

.clrgrey {
    color: #4f5054 !important;
}

.borderradious3 {
    border-radius: 3px !important;
}

.borderradius0 {
    border-radius: 0 !important;
}

.clr_red {
    color: #d21f32;
}

.clr_dodgerblue {
    color: #34ade0;
}

.bg_darkskyblue {
    background: #47c4b7;
}

.bg_purple {
    background: #6a7dc8;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bordernone {
    border: 0 !important;
}

.tab-content {
    border-left: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-radius: 0 0 5px 5px;
}

.mapbox {
    height: 220px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.titlebox {
    padding-left: 0 !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.title_prop {
    display: inline-block;
    margin-right: 10px;
}

.titleline {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    width: 90%;
    top: 20px;
    position: absolute;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: 0px solid #ddd;
    background: #E5E6E7 !important;
}

.nav-tabs {
    background: #EFF0F0 !important;
    border-radius: 3px 3px 0 0;
}

.breadcrumb {
    background-color: transparent !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.margbtm10 {
    margin-bottom: 10px;
}

.fontnormal {
    font-weight: normal !important;
}

.padtop5 {
    padding-top: 5px;
}

.padtop20 {
    padding-top: 20px;
}

.padbtm20 {
    padding-bottom: 20px;
}

.input-group .dollar:hover {
    background: #fff !important;
}

select {
    border-color: #d2d6de;
    /*background: #f1f1f1 !important;*/
}

    select:hover, select:focus {
        border-color: #d2d6de;
        box-shadow: none;
        text-decoration: none;
    }

.recuresday {
    margin: 5px !important;
    min-width: 110px;
}

.subtitle {
    padding: 10px 20px;
    color: #fff;
    margin: 0;
    background: #39526a;
    border-radius: 3px 3px 0 0;
}

.content-wrapper {
    background: #ecf0f5;
    border-left: 1px solid #ddd;
}

tr.clrwhite {
    background: #108ABD;
    color: #fff;
}

.clrwhite {
    color: #fff !important;
}

.paddright0 {
    padding-right: 0 !important;
}

.recurse {
    width: 50px;
    margin: 0 15px !important;
    border: 1px solid #ccc !important;
    float: none;
    padding: 4px !important;
}

.everycls {
    width: 50px;
    padding: 4px !important;
    margin-top: 10px;
    float: none;
}

.daycls {
    width: 110px;
    margin-top: 10px !important;
    height: 30px !important;
    float: none;
    padding: 6px !important;
}

.occures {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 4px !important;
}

.table_prop thead tr th {
    /*padding: 8px;
    border-right: 1px solid #ccc;
    background: #108abd;*/
    font-weight: normal !important;
}

.table_prop tbody tr th {
    padding: 8px;
}

.table_prop {
    background: #fff !important;
    /*border:1px solid #ccc;*/
}

    .table_prop ul li {
        display: inline-block;
    }

        .table_prop ul li i {
            font-size: 20px;
            margin: 0 12px;
        }

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.label_primaryimage {
    bottom: 5px;
    background: rgba(255,255,255,0.5);
    left: 20px;
    right: 20px;
    padding: 3px;
    text-align: center;
}
/*.mapingtitle a
{
    padding:10px 30px !important;
    white-space: nowrap;color:#777 !important;
}
.mapingtitle a:hover
{
    white-space:normal !important;    display: block;
}
.mapingtitle
{
    overflow:hidden;
    display:block !important;
    text-overflow:ellipsis !important;
}
.mapingtitle:hover
{
    transition: 0.6s;
    height:auto !important;
}*/
/***************dashboard**********************/
.booking_box {
    background: #fff;
    color: #495EAA;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

    .booking_box .homeline {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #aabbf7;
    }

    .booking_box .homenumber {
        font-size: 44px;
        color: #fff;
        /*border-bottom: 1px solid #d41f31;*/
        display: block;
    }

    .booking_box .viewtext {
        font-size: 22px;
        /*color: #2377ba;*/
        cursor: pointer;
        /*border-bottom: 1px solid #495EAA;*/
    }

    .booking_box .weeknum {
        font-size: 24px;
        color: #fff;
        /*border-bottom: 1px solid #495EAA;*/
    }

.site_box {
    background: #fff;
    color: #55C2EF;
    border: 1px solid #e4e4e4;
}

    .site_box .homeline {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #ade7ff;
    }

    .site_box .homenumber {
        font-size: 16px;
        color: #d41f31;
        border-bottom: 1px solid #d41f31;
        display: block;
    }

    .site_box .viewtext {
        font-size: 16px;
        color: #2377ba;
        cursor: pointer;
        border-bottom: 1px solid #55C2EF;
    }

.borderradius_0_0_5_5 {
    border-radius: 0 0 5px 5px;
}

.viewtext span i {
    border: 1px solid;
    border-radius: 50%;
    /* padding: 5px; */
    font-size: 16px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding-left: 2px;
}

.site_box .weeknum {
    font-size: 16px;
    color: #55C2EF;
    border-bottom: 1px solid #55C2EF;
    display: block;
}

.location_box {
    background: #fff;
    color: #A1CD47;
    border: 1px solid #e4e4e4;
}

    .location_box .homeline {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #deff9b;
    }

    .location_box .homenumber {
        font-size: 16px;
        color: #d41f31;
        border-bottom: 1px solid #d41f31;
        display: block;
    }

    .location_box .viewtext {
        font-size: 16px;
        color: #A1CD47;
        cursor: pointer;
        border-bottom: 1px solid #A1CD47;
    }

    .location_box .weeknum {
        font-size: 16px;
        color: #A1CD47;
        border-bottom: 1px solid #A1CD47;
        display: block;
    }

.transaction_box {
    background: #fff;
    color: #59C0A2;
    border: 1px solid #e4e4e4;
}

    .transaction_box .homeline {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #8cf1d3;
    }

    .transaction_box .homenumber {
        font-size: 16px;
        color: #d41f31;
        border-bottom: 1px solid #d41f31;
        display: block;
    }

    .transaction_box .viewtext {
        font-size: 16px;
        color: #59C0A2;
        cursor: pointer;
        border-bottom: 1px solid #59C0A2;
    }

    .transaction_box .weeknum {
        font-size: 16px;
        color: #59C0A2;
        border-bottom: 1px solid #59C0A2;
        display: block;
    }

.font15 {
    font-size: 15px !important;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font25 {
    font-size: 25px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.clr_lightgrey {
    color: #ccc !important;
}
/*********edit delete btns*****************/
.editbtn {
    color: #4f5054;
    border-bottom: 3px solid #4f5054;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}

    .editbtn:hover {
        color: #4f5054;
    }
/*****************login page**************************/
.login {
    background-image: url('../img/becomeparnterbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.changepassword {
    background-image: url('../img/becomeparnterbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loginbox {
    width: 30%;
    margin: 0 auto;
}

.changepasswordbox {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    top: -130px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 450px;
}

.loginbox {
    position: absolute;
    top: -130px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 450px;
}

.loginlabels {
    font-size: 16px;
    font-weight: normal !important;
}

.signin_info {
    position: absolute;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /*height: 330px;*/
}

.change_info {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 20px;
    transition: 0.5s all;
    border-radius: 5px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /*height: 440px;*/
}

.signin_info h2 {
    font-size: 25px;
    color: #7d7d7d;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.admin_logo {
    width: 250px;
    margin-bottom: 40px;
}

.loginbtn {
    background: #df1f31;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    border: none;
    margin-top: 25px;
    outline: none;
    border-radius: 4px;
}

    .loginbtn:hover, .loginbtn:focus {
        color: #fff;
        outline: none;
    }

.logininputs {
    border: none !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}
/*********************scrollbar color chnage*************************/
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #333;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #333 !important;
}
/************checkboxes****************************/
input[type=radio],
input[type=checkbox] {
    border: 1px solid #555;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline-width: 0;
    -webkit-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

    input[type=radio]:checked {
        border-color: #2f322f;
    }

    input[type=checkbox]:checked {
        border-color: #2f322f;
    }

        input[type=radio]:checked:before,
        input[type=checkbox]:checked:before {
            float: left;
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            font: 400 14px/1 'FontAwesome';
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        input[type=checkbox]:checked:before {
            content: '\f00c';
            margin: 2px 0 0 -1px;
            color: #2f322f;
        }

input[type=radio] {
    border-radius: 50%;
}

    input[type=radio]:checked:before {
        content: '\f111';
        margin: 5px 0 0 -1px;
        color: #4f5054;
        font: 400 8px/1 'FontAwesome';
    }

/*********************demo page*********************/
.alignment {
    float: right;
}

.searchwidth {
    width: 150px;
}

.textarea_height {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    background: #f1f1f1 !important;
}

    .textarea_height:focus, .textarea_height:hover {
        box-shadow: none;
        text-decoration: none;
        outline: none !important;
        border: 1px solid #ccc !important;
    }

.text-box {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
}

.input_property {
    border: 1px solid #d2d6de;
    padding-left: 5px;
    /*background: #f1f1f1 !important;*/
    background: #fff;
}

    .input_property:hover, .input_property:focus {
        outline: none !important;
        text-decoration: none !important;
        box-shadow: none !important;
        border: 1px solid #555;
    }

.greybtn {
    background: #f1f1f1;
    color: #4f5054;
    padding: 5px 5px;
    min-width: 25px;
    font-size: 15px;
    border: 1px solid #dad9d9;
    white-space: initial;
}

    .greybtn:hover, .greybtn:focus {
        background: #ddd;
        color: #4f5054;
        outline: none;
    }

.darkgreybtn {
    background: #999;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 20px;
}

    .darkgreybtn:hover {
        color: #fff;
    }

.duplicatebtn {
    background: #fff;
    padding: 6px 17px;
    border-radius: 0;
    color: #4f5054;
    border-radius: 3px;
    font-size: 15px;
    border: 1px solid #ccc;
}

    .duplicatebtn:hover, .duplicatebtn:focus {
        background: #fff;
        color: #4f5054;
        outline: none;
    }

.redbtn {
    background-color: #d41f31 !important;
    padding: 5px 10px !important;
    color: #fff;
    font-size: 15px;
}

    .redbtn:hover, .redbtn:focus {
        background-color: #d41f31 !important;
        color: #fff;
        outline: none;
    }

.addbtn {
    background: #fff;
    color: #4f5054;
    border: 3px solid #4f5054;
    padding: 4px 20px;
}

.timeslotbtn {
    background: #59C0A2;
    color: #fff;
    padding: 7px 20px;
}

    .timeslotbtn:hover, .timeslotbtn:focus {
        background: #59C0A2;
        color: #fff;
    }

.slotbtn {
    background: #F27324;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
}

    .slotbtn:hover, .slotbtn:focus {
        background: #F27324;
        color: #fff;
    }

.leftalignbtn {
    float: left;
}

.rightalignbtn {
    float: right;
}

.displyflex {
    display: inline-flex;
}

.removebtn {
    border: 1px solid #4f5054;
    background: #fff;
    border-radius: 0;
}

.system_msg button {
    outline: none !important;
}

.paginationcenter {
    float: right !important;
}

.pagenocenter {
    float: left !important;
}
/************Font Awesome Icons**************/

.ico {
    cursor: pointer;
    font-size: 20px !important;
    margin-right: 15px;
}

    .ico.fa-times {
        color: #4f5054;
    }

        .ico.fa-times:hover {
            color: #93A0AA;
        }

        .ico.fa-times:focus {
            color: #4f5054;
        }

    .ico.fa-pencil-square-o {
        color: #c49448;
    }

    .ico.fa-eye {
        color: #ED634E;
    }

        .ico.fa-eye:hover {
            color: #E7A79B;
        }

        .ico.fa-eye:focus {
            color: #ED634E;
        }

    .ico.fa-calendar-times-o {
        color: #43A7DE !important;
    }

        .ico.fa-calendar-times-o:hover {
            color: #AAE0F9 !important;
        }

        .ico.fa-calendar-times-o:focus {
            color: #AAE0F9 !important;
        }

    .ico.fa-check-square-o {
        color: #4ABD99;
    }

        .ico.fa-check-square-o:hover {
            color: #99BCB0;
        }

        .ico.fa-check-square-o:focus {
            color: #4ABD99;
        }

    .ico.fa-trash-o {
        color: #ff0000;
    }

    .ico.fa-eraser {
        color: #00129d;
    }

    .ico.fa-archive {
        color: #94001b;
    }

    /************Font Awesome Icons**************/

.icoCreateentry {
    cursor: pointer;
    font-size: 20px !important;
    margin-right: 5px;
     margin-right: 5px;
}

    .icoCreateentry.fa-times {
        color: #4f5054;
    }

        .icoCreateentry.fa-times:hover {
            color: #93A0AA;
        }

        .icoCreateentry.fa-times:focus {
            color: #4f5054;
        }

    .icoCreateentry.fa-pencil-square-o {
        color: #c49448;
    }

    .icoCreateentry.fa-eye {
        color: #ED634E;
    }

        .icoCreateentry.fa-eye:hover {
            color: #E7A79B;
        }

        .icoCreateentry.fa-eye:focus {
            color: #ED634E;
        }

    .icoCreateentry.fa-calendar-times-o {
        color: #43A7DE !important;
    }

        .icoCreateentry.fa-calendar-times-o:hover {
            color: #AAE0F9 !important;
        }

        .icoCreateentry.fa-calendar-times-o:focus {
            color: #AAE0F9 !important;
        }

    .icoCreateentry.fa-check-square-o {
        color: #4ABD99;
    }

        .icoCreateentry.fa-check-square-o:hover {
            color: #99BCB0;
        }

        .icoCreateentry.fa-check-square-o:focus {
            color: #4ABD99;
        }

    .icoCreateentry.fa-trash-o {
        color: #ff0000;
    }

    .icoCreateentry.fa-eraser {
        color: #00129d;
    }

    .icoCreateentry.fa-archive {
        color: #94001b;
    }
/*************featured class*************************/
.classlist {
    padding: 10px !important;
    border-top: 1px solid #ccc !important;
}

.marg10 {
    margin: 10px !important;
}
/*******************index***********************/
.cancel_box {
    padding: 10px;
    color: #2f322f;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0 !important;
}

    .cancel_box span b {
        color: #2f322f;
    }
/****************CRUD********************/
.vertical_scroll {
    height: 410px;
    overflow-y: auto;
}

.page_align {
    display: inline-flex;
    float: right;
}

.gotoalign {
    float: right;
}

.showrows {
    float: right;
}
/*************dropdown****************/
.dropdown_li li {
    padding: 5px 10px;
}

.dropdown_li {
    height: 240px;
    overflow-y: auto;
    margin: 0 15px;
    width: 95%;
}
/*************file upload btn******************/
.fontgrey {
    color: #4f5054;
}

.inputfile-1 + label {
    color: #4f5054;
    background-color: #d0d0d0;
    font-size: 15px !important;
    border: 1px solid #afafaf;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 5px;
}

.uploadbox .inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.map {
    height: 300px;
    width: 100%;
    border: 1px solid #ccc;
}

.plussign {
    padding: 3px;
    border: 1px solid #d41f31;
    height: 20px;
    border-radius: 3px;
}

.categorybox {
    height: 80px;
    width: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin: auto;
}

    .categorybox li {
        text-align: left;
    }

@media (max-width:991px) {
    .imagebox {
        margin-bottom: 20px;
    }

    .temprightcenter {
        float: right;
    }

    .templeftcenter {
        float: left;
    }

    .imgsmall {
        width: 50% !important;
        margin: auto !important;
    }

    .transaction_box {
        margin-top: 20px;
    }

    .location_box {
        margin-top: 20px;
    }

    .label_primaryimage {
        font-size: 12px;
    }
}

@media (max-width:980px) {
    .loginbox {
        width: 45%;
    }

    .changepasswordbox {
        width: 50%;
    }

    .signin_info {
        padding: 25px 15px;
    }

    .page_align {
        display: flex;
        float: none;
        width: 100%;
    }

    .gotoalign {
        float: none;
    }

    .showrows {
        float: none;
    }

    .mobile-border {
        border-bottom: 1px solid #ccc;
        /*padding-bottom: 10px;
        padding-top: 10px;*/
    }

    .mobile_padding {
        padding-left: 20px;
    }

    .deskcenter {
        text-align: left !important;
    }
}

@media (max-width:768px) {
    .parentwidth {
        min-width: 160px !important;
    }

    .visiblemobile {
        display: inline-block !important;
    }

    .mobile_right_0 {
        padding-right: 0;
    }

    #fileupload .col-md-4 {
        margin-top: 10px;
    }

    #childModal .modal-content {
        border-radius: 0 !important;
    }

    #dateselectionmodal .modal-dialog, #childModal .modal-dialog {
        margin: 0;
    }

    #childModal .modal-content {
        background: #fff !important;
        box-shadow: none;
    }

    #childModal .modal-body {
        padding: 15px 0 !important;
    }

    .searcharea input, .searcharea span {
        float: left !important;
    }

    .dashboard {
        margin-top: 20px !important;
    }

    .mobilepadding0 {
        padding: 0;
    }

    .label_primaryimage {
        font-size: 14px;
    }

    .templeftcenter {
        float: none;
        text-align: center;
    }

    .temprightalign {
        float: none !important;
        text-align: center;
    }

    .tempcenter {
        text-align: center;
    }

    .temprightcenter {
        text-align: center;
        float: none;
    }

    .site_box {
        margin-top: 20px;
    }

    .leftalignbtn {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .rightalignbtn {
        float: none;
        /*margin-top:10px;*/
        text-align: center;
    }

    .paginationcenter {
        text-align: center !important;
        float: none !important;
    }

    .pagenocenter {
        text-align: center !important;
        float: none !important;
    }

    .box-body {
        padding: 10px 0px;
    }

    .loginbox {
        width: 70%;
    }

    .changepasswordbox {
        width: 80%;
    }

    .signin_info {
        padding: 25px 10px;
    }

    .sliderarrowleft {
        left: 8px;
        position: absolute;
        color: rgb(189, 189, 189);
        font-size: 30px !important;
    }

    .sliderarrowright {
        right: 4px;
        position: absolute;
        color: rgb(189, 189, 189);
        font-size: 30px !important;
    }
}

@media (max-width:480px) {
    .navbtn {
        font-size: 18px !important;
        margin: 0px 5px !important;
        padding: 4px 5px !important;
        height: 38px;
    }

    .selectpages select {
        height: 30px;
        margin: 4px 5px !important;
        width: 60px !important;
        padding-left: 0;
    }

    .pagenumber .dataTables_info {
        margin-top: 10px !important;
        margin-left: 0;
        margin-right: 0;
    }

    .imgsmall {
        width: 100% !important;
        margin: auto !important;
    }

    /*.subtitle h4 {
        font-size: 18px !important;
    }*/

    .content-header > h1 {
        font-size: 20px !important;
    }

    .nav-tabs li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }

    .alignment {
        float: none;
        margin: auto;
        text-align: center;
    }

    .loginbox {
        width: 90%;
    }

    .changepasswordbox {
        width: 95%;
    }

    .signin_info {
        padding: 25px 0;
    }

    .change_info {
        padding: 10px 10px;
    }

    .changepasswordbox {
        top: -130px;
    }

    .reviewer_profile {
        border-radius: 50% !important;
        text-align: center !important;
        font-size: 18px !important;
        width: 2.6em !important;
        height: 2.6em !important;
        color: #fff !important;
        text-transform: uppercase;
        padding: 9px !important;
        font-weight: 700 !important;
    }
}

.light_border {
    border: 1px solid #ccc;
}

.no-margin {
    margin: 0 !important;
}

.error-text {
    color: red;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    color: #fff;
    background: #1e282c;
    border-left-color: #d41f31;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: normal !important;
}

.jconfirm.jconfirm-supervan span.jconfirm-title {
    text-align: center;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: normal !important;
}

.jconfirm.jconfirm-supervan .help-block {
    color: #ff6640 !important;
    text-align: left;
}

.errortxt {
    color: red;
}

.font12 {
    font-size: 12px;
}

.paginationinput {
    width: 75px;
    display: inline-block !important;
    border-radius: 3px !important;
    height: 38px !important;
}

    .paginationinput:focus {
        border: 1px solid #555;
    }

.updatebg {
    background: #f5f4f5;
    border-radius: 0 0 5px 5px;
}

td .fa {
    margin: 0 12px;
}

.allbtn {
    background: #fff !important;
    border-color: #d2d6de;
    border-radius: 3px !important;
    font-size: 16px;
    height: 38px !important;
    width: 85px;
}

.inputwidth {
    width: 45%;
    float: left;
}

.timeseparator {
    width: 10%;
    float: left;
}

.inputwidth1 {
    width: 45%;
    float: right;
}

.borderleft {
    border-left: 1px solid #ddd !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.inlineblock {
    display: inline-block;
}

.text-bold {
    font-weight: bold !important;
}

.temprightalign {
    float: right;
}

.temprightcenter {
    text-align: center;
}

.templeftcenter {
    text-align: center;
}

.margright30 {
    margin-right: 30px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.width100 {
    width: 100%;
}

.textDelete {
    text-decoration: line-through;
}

.decoration_none {
    text-decoration: none;
}

.cursorpointer {
    cursor: pointer;
}

.margin_bottom_5 {
    margin-bottom: 5px !important;
}
/************new dashboard changes**************/
.subtitle img {
    width: 70px;
    margin-top: 5px;
}

.bluebox {
    background: #2377ba !important;
}

.greenbox {
    background: #5cc35d !important;
}

.yellowbox {
    background: #f6ab3e !important;
}

.redbox {
    background: #e94643 !important;
}

.viewtext.green {
    color: #5cc35d !important;
    border-color: #5cc35d;
}

.viewtext.blue {
    color: #2377ba !important;
    border-color: #2377ba;
}

.viewtext.red {
    color: #e94643 !important;
    border-color: #e94643;
}

.viewtext.yellow {
    color: #f6ab3e !important;
    border-color: #f6ab3e;
}

.dashboard {
    margin-top: 100px;
}

.padding_tb_5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding_lr_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-icon {
    padding-bottom: 8px;
    padding-top: 8px;
    box-shadow: 0px 0px 7px -1px #155fa5;
    background: linear-gradient(to bottom, #ffffff, #cecece);
    border: 0;
}

.allbooking .table > tbody > tr > td {
    font-size: 16px !important;
    border: 0;
    vertical-align: middle;
    padding: 14px 15px !important;
    border-bottom: 1px solid #eee;
}

.allbooking .table > thead > tr > th {
    background: #4e6c88;
    border: 0;
    font-size: 16px;
    color: #fff;
}

    .allbooking .table > thead > tr > th:first-child {
        border-radius: 6px 0 0 0 !important;
    }

    .allbooking .table > thead > tr > th:last-child {
        border-radius: 0 6px 0 0 !important;
    }

.borderradius5 {
    border-radius: 5px !important;
}

.shownames, .showterms {
    position: relative !important;
}

.classname {
    padding-left: 5px !important;
    color: #4f5054;
}

/*.shownames span {
    padding-left: 35px;
}*/

.shownames ul li {
    padding: 10px 5px;
}

.shownames a {
    color: #fff;
}

.shownames ul {
    padding: 0;
}

.shownames .classnames {
    padding: 6px 5px 6px 10px;
}

.buttonsrea {
    background: #fff;
    padding: 5px 5px 5px 10px;
    margin-top: 10px;
}

.shownames ul li a {
    color: #474c50 !important;
    cursor: pointer;
    padding: 0px 10px !important;
    font-size: 16px;
}

.shownames .dropdown-menu {
    top: 80%;
    border-radius: 0;
    padding: 0;
    box-shadow: 0px 1px 14px -3px #ccc;
}

.buttonsrea button {
    min-width: 100px;
    margin-right: 10px;
}

.showterms a {
    color: #fff;
}

.showterms .dropdown-menu {
    padding: 0;
}

.showterms .dropdown-menu {
    /*top: 85%;
        border-radius: 2px;
        left:auto;
    box-shadow: 0px 1px 14px -3px #ccc;
        right:10px;*/
    top: auto;
    border-radius: 2px;
    left: auto;
    box-shadow: 0px 1px 14px -3px #ccc;
    right: 55px;
    bottom: 0;
}

.allbooking .table-responsive {
    border-radius: 6px !important;
    /*min-height: 230px !important;*/
}

.allbooking .table > thead > tr > th {
    padding: 12px 20px !important;
}

.searcharea {
    margin-top: 10px;
    margin-bottom: 10px;
}

.allbooking .table {
    border-color: #eee;
}

.padding_right_15 {
    padding-right: 15px !important;
}

.padding_right_20 {
    padding-right: 20px !important;
}

.searcharea span {
    padding-top: 5px;
}

.searcharea input {
    width: 200px;
    border-radius: 3px;
}

.allbooking h4 {
    margin-bottom: 5px;
}

.navbtn {
    background: #fff !important;
    border-color: #d2d6de;
    border-radius: 3px !important;
    font-size: 16px;
    margin: 10px 5px;
}

.btn-transparent {
    background: #fff !important;
    border-color: #d2d6de;
    border-radius: 3px !important;
    font-size: 16px;
}

.margin_left_0 {
    margin-left: 0 !important;
}

.selectpages select {
    background: #fff !important;
    border-color: #d2d6de;
    border-radius: 3px !important;
    font-size: 16px;
    margin: 10px 5px;
    width: 85px;
    height: 38px !important;
}

.selectpages {
    display: inline-flex;
}

.pagenumber {
    display: inline-flex;
    float: right;
    font-size: 16px;
}

.classdetail {
    border: 1px solid #eee;
    border-radius: 6px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    height: 100%;
    background:#f4f4f4;
}

.cancellationDetail {
    border: 1px solid #eee;
    border-radius: 6px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.classdetail h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.btn-icon i {
    color: #155fa5;
}

.padding_left_0 {
    padding-right: 0;
}

.padding_bottom_5 {
    padding-bottom: 5px !important;
}

.custome_page .bootpag .prev a {
    margin-right: 10px !important;
}

.custome_page .bootpag a {
    padding: 8px 12px;
}
/**************alert design*********************/
/*.jconfirm-content-pane
    {
        margin-bottom:0;
    }

.jconfirm-buttons {
    background: #fff;
            margin-top: -5px;
    }

.reschedule img {
    margin: auto;
    width: 65px;
    margin-top: 10px;
}

.reschedule {
    color: #000;
}

    .reschedule h5 {
      font-size: 18px;
    margin-bottom: 10px;
}

    .reschedule h4 {
        font-size: 16px;
    margin: 3px 0;
}

.jconfirm-buttons {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
}

.halfbtn {
    border-top: 1px solid #ccc;
    width: 48%;
font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    background: #fff !important;
    padding: 10px 12px !important;
    border-radius: 0;
    text-transform: inherit !important;
    color: #006df0 !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.fullbtn {
    border-top: 1px solid #ccc;
    width: 100%;
font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    background: #fff !important;
    padding: 10px 12px !important;
    border-radius: 0;
    text-transform: inherit !important;
    color: #006df0 !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.jconfirm-content {
    padding: 10px;
}

.text-danger {
    color: #d41f31 !important;
}
/*.jconfirm-buttons .btn-default
{
    border-top:1px solid #ccc;
    width:48%;
font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    background:#fff !important;
    padding: 10px 12px !important;
    border-radius:0;
    text-transform: inherit !important;
    color: #006df0 !important;
    font-weight:normal !important;
    margin: 0 !important;
}*/
/*.halfbtnwithborder
{
width:48%;
border-top:1px solid #ccc;
border-right:1px solid #ccc !important;
font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    background: #fff !important;
    padding: 10px 12px !important;
    border-radius: 0;
       text-transform: inherit !important;
    font-weight: normal !important;
    margin: 0 !important;
    color: #006df0 !important;
}

.jconfirm-buttons {
    padding-bottom: 0 !important;
}

.jconfirm-box {
    border-radius: 8px !important;
    padding: 0 !important;
}
/****************new design for event/class booking************************/
.width45 {
    width: 45%;
    float: left;
}

.width10 {
    float: left;
    width: 10%;
}

.lessondetails {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .lessondetails label {
        margin-bottom: 0;
    }

.padding_right_5 {
    padding-right: 5px;
}
/****************new class entry design*************/
/*Form Wizard*/
.bs-wizard {
    padding: 0 0 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
        padding: 0;
        position: relative;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #4f5045;
            font-size: 16px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot, .bs-wizard > .bs-wizard-step > .active > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fff;
            border: 4px solid #ddd;
            top: 11px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
            z-index: 10;
            text-align: center;
        }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 3px;
            box-shadow: none;
            margin: 10px 0;
            background-color: #e2e2e2;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #e2e2e2;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #9e9e9e;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
            text-align: center;
            color: #fff;
            line-height: 30px;
        }

        .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
            background: #d41f31;
            border: 4px solid #d41f31;
            color: #fff;
        }

        .bs-wizard > .bs-wizard-step.active > .bs-wizard-stepnum {
            color: #d41f31;
        }

p.text-center.bs-wizard-stepnum {
    margin-bottom: 0;
}

.clr_blue {
    color: #2196F3;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.uploadimage .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.uploadimage .btn {
    background: #f1f1f1;
    color: #4f5054;
    padding: 5px 20px;
    font-size: 15px;
    border: 1px solid #dad9d9;
    border-radius: 4px;
}

.uploadimage .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.margin_right_20 {
    margin-right: 10px;
}

.whitebtn {
    background: #fff;
    color: #4f5054;
    padding: 7px 20px;
    font-size: 15px;
    border: 1px solid #dad9d9;
}

.bluebtn {
    background: #2196F3;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    border: 1px solid #2196F3;
}

.create_entry textarea {
    resize: none;
}

.imagebox {
    border: 1px solid #dad9d9;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    /*min-height: 210px;*/
}



.closeicon {
    position: absolute;
    top: -10px;
    right: -10px;
}

    .closeicon i {
        height: 25px;
        width: 25px;
        line-height: 22px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #dad9d9;
        background: #f1f1f1;
        color: #bfbfbf;
    }

.add_entry {
    height: 22px;
    float: left;
    width: 22px;
    line-height: 18px;
    font-size: 24px !important;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #00BCD4;
    background-color: transparent;
    color: #00BCD4;
    margin-right: 10px;
}

.delete_entry {
    height: 22px;
    float: left;
    width: 22px;
    line-height: 15px;
    font-size: 24px !important;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #4f5054;
    background-color: transparent;
    margin-right: 5px;
}

    .delete_entry span {
        font-size: 40px;
    }

.no_border_addon input {
    border-right: 0;
}

.no_border_addon_left input {
    border-left: 0;
}

.no_border_addon .input-group-addon i {
    font-size: 20px;
}

.font16 {
    font-size: 16px;
}

.hours {
    width: 75%;
    float: left;
    margin-right: 10px;
}

.create_entry p {
    font-size: 16px;
}

.disable_fields span {
    color: #b5b5b5;
}

.disable_fields input {
    background: #eee;
}

.clr_green {
    color: #66a402 !important;
}

.schedule_section {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #ddd;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #ddd;
}

.schedule_head {
    background: #dddddd;
    border-radius: 10px 10px 0px 0;
    padding: 2px 0;
}

    .schedule_head p {
        margin-bottom: 7px;
        margin-top: 7px;
    }

.schedule_time li {
    display: inline-block;
    padding-right: 5px;
}

.para_width {
    width: 35px;
}

.focused_date {
    border: 1px solid #dddddd;
    padding: 6px;
    background: #fff;
    margin-right: 10px;
    font-weight: normal;
}

.greenbtn {
    background: #00a651;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    border: 1px solid #00a651;
}

    .greenbtn:hover, greenbtn:focus {
        color: #fff;
    }

.clr_darkgrey {
    color: #6b6b6b;
}

.price_table {
    font-size: 16px;
}

    .price_table td {
        border: 0 !important;
    }

    .price_table .action i {
        font-size: 22px;
    }

.border-top {
    border-top: 1px solid #ddd;
}

.transparent_addon .input-group-addon {
    border: 0;
}

.active_action {
    background: #f5f4f5;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    .active_action.activeicon {
        position: absolute;
        height: 50px;
        padding-top: 5px;
        bottom: -1px;
        left: 5px;
    }

.font14 {
    font-size: 14px;
}

.action {
    width: 100px;
}
/***************class preview*********************/
.transition-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    z-index: 1000;
    opacity: .9;
}

.horizontal_list {
    margin: 24px 0;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

    .horizontal_list li h3 {
        margin: 0;
    }

    .horizontal_list li {
        padding: 10px 0;
    }

        .horizontal_list li a {
            color: #4f5054;
            font-size: 18px;
            font-weight: 600;
        }

        .horizontal_list li.active {
            border-bottom: 4px solid #D41F31;
            font-weight: bold;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
        }

            .horizontal_list li.active a {
                color: #D41F31 !important;
            }

.borderradius5 {
    border-radius: 5px;
}

.bordercls {
    border: 1px solid #ccc !important;
}

.table_border {
    border: 1px solid #ddd !important;
}

.aboutclassclr {
    color: #44af69 !important;
}

.aboutclass_title i {
    font-size: 30px;
}

.aboutclass_title a {
    font-size: 30px;
}

.tileslot_table thead {
    background: #47c4b7;
}

    .tileslot_table thead th label {
        color: #fff;
    }

    /*.tileslot_table thead th:first-child {
        border-radius: 5px 0 0 0 !important;
    }

    .tileslot_table thead th:last-child {
        border-radius: 0 5px 0 0 !important;
    }*/

    .tileslot_table thead th {
        padding: 10px 0 10px 10px;
    }

.tileslot_table tbody td {
    padding: 5px 5px 5px 8px !important;
    border: 0;
}

.tileslot_table tbody {
    border-radius: 5px;
}

.tileslot_table table {
}

.tileslot_table tbody td {
    background: #fafafa;
    border-top: 1px solid #ddd !important;
    font-size: 16px;
    vertical-align: middle !important;
    border-bottom: 1px solid #ddd;
}

.tileslot_table tbody:before {
    line-height: 0px;
    content: ".";
    display: block;
    color: #fff;
}

.timeslots tr td:first-child, .timeslots1 tr td:first-child {
    /*border-radius: 5px 0 0 5px !important;*/
    border-left: 1px solid #ddd;
}

.tileslot_table tbody td:last-child {
    /*border-right: 1px solid #ccc !important;*/
}

.td_collpase {
    border-radius: 0 5px 5px 0;
}

.td_border {
    border-right: 1px solid #ccc !important;
    /*border-radius: 0 5px 5px 0 !important;*/
}

/*.timeslots tr:first-child td:last-child {
    border-radius: 0 5px 5px 0;
}*/

.borderright {
    border-right: 1px solid #ccc;
}

.timeslots tr td:last-child, .timeslots1 tr td:last-child {
    border-right: 1px solid #ddd;
    /*border-radius: 0 5px 5px 0;*/
}

.greendot {
    background: #44af69;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.reddot {
    background: #d41f31;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.yellowdot {
    background: #ff9933;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.subtimeslot_table {
    border: 1px solid #ccc;
}

.tileslot_table select {
    border-radius: 20px !important;
    /*margin-top: 5px;*/
    border: 1px solid #ccc !important;
    height: 32px;
    box-shadow: 6px -39px 36px -18px #ccc inset !important;
}

.timeslot_btn {
    box-shadow: 6px -39px 36px -18px #ccc inset !important;
    border-radius: 0px !important;
    outline: none;
    min-width: 217px;
    text-align: left;
    padding: 8px 30px !important;
}

.subtimeslot_table td {
    background: #fff !important;
    font-size: 14px !important;
}

    .subtimeslot_table td:first-child {
        padding-left: 10px !important;
    }

.subtimeslot_table tbody td {
    border: 0 !important;
    padding-left: 0 !important;
}
/*.subtimeslot_table td:first-child
{
    padding-left:10px !important;
}*/
.subtimeslot_table tbody td {
    border: 0 !important;
    padding-left: 0 !important;
}

.tileslot_table table {
    border-collapse: inherit;
}

.about_collapse {
    color: #727272;
    margin-right: 0px;
    margin-left: 10px;
    font-size: 14px !important;
}

.clr_yellow {
    color: #ff9933 !important;
}

.aboutstar i.fa-star {
    color: #ff9933;
    font-size: 18px !important;
    margin-right: 5px;
}

.lineheight35 {
    line-height: 35px !important;
}

.classreview .input-group .input-group-addon {
    border: 0;
    padding-left: 0;
    width: 25px;
    text-align: left;
    padding-top: 5px;
}

.class_image {
    height: 300px;
    background: #eee;
    margin-bottom: 20px;
}

.class_image {
    max-height: inherit !important;
    max-width: initial !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.compare {
    background: #e8e8e8;
    padding: 10px 0;
    text-align: center;
    box-shadow: 1px -16px 19px -5px #ccc inset;
}

    .compare:first-child {
        border-right: 1px solid #ccc;
    }

.prmotions {
    border: 1px solid #d41f31;
    border-radius: 4px !important;
    font-size: 16px;
    margin-top: 20px;
}

.promotion_table {
    margin-bottom: 0 !important;
    border: 1px solid #d1d3d4;
    border-collapse: separate;
    border-radius: 0px;
    -moz-border-radius: 6px;
}

    .promotion_table > thead > tr > th, .promotion_table > tbody > tr > td {
        padding: 13px !important;
    }

    .promotion_table > thead > tr > th {
        border: 0 !important;
        background: #d1d3d4;
    }

        /*.promotion_table > thead > tr > th:first-child {
            border-radius: 4px 0 0 0 !important;
        }

        .promotion_table > thead > tr > th:last-child {
            border-radius: 0 4px 0 0 !important;
        }*/

    .promotion_table > tbody > tr > td {
        border: 0 !important;
    }

    .promotion_table > tbody + tbody {
        border: 0 !important;
    }

.underline {
    border-bottom: 2px solid #000;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}

.padding_bottom_50 {
    padding-bottom: 50px;
}

#reviewarea {
    font-size: 16px;
}

.margin_right_10 {
    margin-right: 10px;
}

.borderradious20 {
    border-radius: 20px;
}

.preview_section {
    background: #f5f4f5;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .preview_section .margin_auto {
        margin: auto;
    }

    .preview_section label {
        margin: 0;
        background: #E9F0F5;
        padding: 9px 15px;
        font-weight: normal;
        font-size: 16px;
        margin-right: 40px;
        float: left;
    }

.actveview {
    background: #e9f0f5 !important;
    border-color: #eee !important;
    font-weight: bold;
}

    .actveview:hover, .actveview:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.whitebtn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.changeview {
    padding: 10px;
}

    .changeview button:first-child {
        float: left;
        min-width: 100px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .changeview button:last-child {
        min-width: 100px;
        float: left;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: 0 !important;
    }

.sendmsgbtn {
    border-color: #44af69 !important;
    border-radius: 4px !important;
    color: #44af69;
    padding: 5px 20px;
    font-size: 14px;
    background: #fff !important;
    margin-right: 20px;
}

.rating_cls {
    padding-top: 10px;
}

.padding_left_10 {
    padding-left: 10px;
}

.minwidth180 {
    min-width: 200px;
}

.activeaboutlink {
    color: #d41f31 !important;
}

.sticker {
    position: absolute;
    right: -2px;
    top: 10px;
    min-width: 120px;
    border-radius: 5px;
    text-align: center;
    height: 40px;
    line-height: 25px;
    color: #ffffff;
    padding: 8px 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-image: url(../Images/alb_sticker.png);
    background-image: url('../img/alb_sticker.png');
}

.stickeralb {
    position: absolute;
    right: -2px;
    top: 10px;
    min-width: 120px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    padding: 8px 6px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-image: url('../img/ALB_sticker.png');
}

.mobileview {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 770px;
    width: 364px;
    zoom: 0.70;
}

    .mobileview img {
        position: absolute;
        top: 0;
        bottom: -20px;
        left: -29px;
        right: 0;
        margin: auto;
        z-index: -1;
        width: 421px;
    }

.hidescroll::-webkit-scrollbar {
    width: 0;
}

.mobileview iframe {
    overflow-y: auto;
    z-index: 9;
    border-radius: 10px 10px 40px 40px;
    margin-top: 30px;
}

.margin_left_25 {
    margin-left: 25px;
}
/***************mobile preview*********************/
.shareicon {
    position: absolute;
    bottom: -20px;
    right: 70px;
    border: 1px solid #ccc;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    font-size: 20px;
}

.favicon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    border: 1px solid #ccc;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    background: #fff;
}

.comparebtn {
    border-color: #ccc !important;
    /*border-radius: 4px !important;*/
    color: #4f5054;
    padding: 5px 8px;
    font-size: 14px;
    background: #fff !important;
    /*margin-right: 20px;*/
}

.right_0 {
    right: 0 !important;
}

.padding_right_0 {
    padding-right: 0 !important;
}

.tab_groups {
    width: 100%;
}

    .tab_groups button {
        width: 50%;
    }

.reviewbtn {
    border-radius: 20px 0 0 20px !important;
    color: #4f5054;
    padding: 5px 8px;
    font-size: 14px;
    background: #ccc !important;
}

.borderradius_0_20_20_0 {
    border-radius: 0 20px 20px 0;
}

.padding_right_10 {
    padding-right: 10px;
}

/*.classdates .input-group-addon {
    background: #eee;
}*/

.dates_box {
    background: #fff;
    border-radius: 0px;
    padding: 10px 6px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.10);
}

.timeslot_btn_small {
    box-shadow: 6px -39px 36px -18px #ccc inset !important;
    border-radius: 0px !important;
    outline: none;
    width: 100%;
    font-size: 13px;
    padding: 6px 10px !important;
    /*text-align: left;
    min-width: 100px;
    padding: 3px 15px !important;*/
}

.padding_5_0 {
    padding: 5px 0 8px 0;
}

.loadmoretext {
    text-align: center;
    color: #44af69;
}

.loadmore_btn {
    background: #ebebeb;
    border-radius: 5px;
}

.classdates h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.classdates .col-xs-6:nth-child(1n) {
    padding: 0 5px 0 0 !important;
}

.classdates .col-xs-6:nth-child(2n) {
    padding: 0 0 0 5px !important;
}

.promot_mobile span {
    font-size: 12px;
}

.profilewidth h6 {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0;
}

#childModal .close, #addchildprofile .close, #MustReadmodal .close, #ClassReviewmodal .close, #promotionmodal .close {
    background: #999;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}

.profilewidth h4 {
    margin-top: 0;
    font-weight: bold;
}

.profilewidth p {
    font-size: 12px;
    margin-bottom: 0;
}

img.disabled_child {
    opacity: 0.4;
    pointer-events: none;
}

h4.disabled_child {
    background: #656565 !important;
    opacity: 0.5;
    pointer-events: none;
}

h6.disabled_text {
    opacity: 0.6 !important;
}

.profilewidth.addchild i {
    background: #eee !important;
    margin-top: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ccc;
    font-size: 26px;
}

/*#childModal .modal-footer, #addchildprofile .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}*/

#childModal .modal-content, #addchildprofile .modal-content, #MustReadmodal .modal-content, #ClassReviewmodal .modal-content, #promotionmodal .modal-content {
    border: 0 !important;
}

/*#childModal .modal-dialog, #childModal .modal-content, #MustReadmodal .modal-content, #ClassReviewmodal .modal-content, #promotionmodal .modal-content {
    height: 100%;
}

#addchildprofile .modal-dialog, #addchildprofile .modal-content, #MustReadmodal .modal-dialog, #ClassReviewmodal .modal-dialog, #promotionmodal .modal-dialog {
    height: 100%;
    margin: 0;
}*/

#ClassReviewmodal .modal-header, #MustReadmodal .modal-header, #promotionmodal .modal-header {
    border: 0;
}

.profileme img {
    margin: 5px auto;
    line-height: 50px;
    width: 40px;
}

.profilewidth .disableimg {
    border-radius: 50%;
    background: #000;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    left: 0;
    right: 0;
    opacity: 0.6;
}

.flexprofiles {
    display: flex;
    flex-flow: wrap;
}

    .flexprofiles .col-xs-4 {
        display: flex;
        margin-bottom: 15px;
    }

.profileme {
    background: #4f5054;
    margin: 5px auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 9px;
}

.childprofile {
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 9px;
}

.flexprofiles .childcolor:nth-child(1n) .profileme {
    background: #fa5655;
}

.flexprofiles .childcolor:nth-child(2n) .profileme {
    background: #f79392;
}

.flexprofiles .childcolor:nth-child(3n) .profileme {
    background: #40c9e7;
}

.flexprofiles .childcolor:nth-child(4n) .profileme {
    background: #facb1b;
}

.flexprofiles .childcolor:nth-child(5n) .profileme {
    background: #5d4981;
}

.flexprofiles .childcolor:nth-child(6n) .profileme {
    background: #47c4b7;
}

.flexprofiles .childcolor:nth-child(7n) .profileme {
    background: #6f3e86;
}

.flexprofiles .childcolor:nth-child(8n) .profileme {
    background: #6a7dc8;
}

.childcolor {
    margin-top: 10px;
    margin-bottom: 10px;
}

.profileme h4 {
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}

.childprofile h4 {
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
}

.review_classname {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.review_user {
    width: 75px;
}

.auto_margin {
    margin: auto;
}

.clr_grey {
    color: #b1b1b1;
}

.clr_fcgreen {
    color: #44af69 !important;
}

#ClassReviewmodal::-webkit-scrollbar {
    width: 0;
}

#ClassReviewmodal .modal-header {
    /*position: fixed;*/
    background: #fff;
    /*top: -35px;*/
    width: 100%;
    margin-bottom: 10px;
}

#ClassReviewmodal .modal-body {
    height: calc(100% - 12px);
    overflow-y: auto;
    width: 100%;
}

    #ClassReviewmodal .modal-body::-webkit-scrollbar {
        width: 0;
    }

#addchildprofile input[type=radio] {
    box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2) !important;
    border-color: #c6c5c5 !important;
}

    #addchildprofile input[type=radio]:checked:before {
        color: #999999 !important;
    }

.datepicker {
    width: 100%;
    float: left;
    margin-right: 10px;
}

.start_date_label {
    float: left;
    width: 6%;
}

.start_date {
    float: left;
    width: 15%;
    margin-left: 15px;
}

.date_qty {
    float: left;
    margin-left: 15px;
    width: 10%;
}

.date_button {
    float: left;
    margin-left: 10px;
    width: 15%;
}

@media(max-width:768px) {
    .classwidth {
        min-width: 160px !important;
    }

    .focused_date {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .horizontal_list li a {
        color: #4f5054;
        font-size: 14px;
    }

    .preview_section label {
        margin-bottom: 10px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 12px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:767px) {
    .show_wizard_mobile {
        height: 17px;
    }

    .connect_line {
        /*top: 80px;*/
    }

    .bs-wizard > .bs-wizard-step > .connect_line {
        /*top: 78px;*/
    }

    .margin_xs_top10 {
        margin-top: 10px;
    }

    .alp_modal_p {
        padding: 1.2em 2em !important;
    }

    .p_md_l_0 {
        padding-left: 15px !important;
    }

    .schedule_section {
        margin-bottom: 10px;
        border-top: 1px solid #dddddd;
    }

    .float_none {
        float: none !important;
    }

    .ref_div:last-child {
        border-bottom: none;
    }

    .m_y_xs_10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media(max-width:518px) {
    .float_left {
        float: left !important;
    }
}

.margtop25 {
    margin-top: 25px;
}

.padding_0 {
    padding: 0;
}

.content-header > .breadcrumb > li > a {
    font-size: 14px;
}

.daterangepicker .calendar th {
    background-color: #fff !important;
    color: #4f5054 !important;
    font-weight: 500;
}

.booking_separator {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
}

.EndTime {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.deskcenter {
    text-align: center;
}

.visiblemobile {
    display: none;
}
/**************booking report by parent*********************/

.parentsearch .input-group-addon {
    border-right: 0 !important;
}

.parentsearch input {
}

.home_profile {
    margin-bottom: 15px;
    width: 28%;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    cursor: pointer;
}

    .home_profile:nth-child(1n) h5 {
        background: #fa5655;
    }

    .home_profile:nth-child(2n) h5 {
        background: #f79392;
    }

    .home_profile:nth-child(3n) h5 {
        background: #40c9e7;
    }

    .home_profile:nth-child(4n) h5 {
        background: #facb1b;
    }

    .home_profile:nth-child(5n) h5 {
        background: #5d4981;
    }

    .home_profile:nth-child(6n) h5 {
        background: #47c4b7;
    }

    .home_profile:nth-child(7n) h5 {
        background: #6f3e86;
    }

    .home_profile:nth-child(8n) h5 {
        background: #6a7dc8;
    }

    .home_profile h5 {
        /*background: #fa5655;*/
        margin: auto;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        margin-bottom: 9px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .home_profile h6 {
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 2px;
    }

.tempheight {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -o-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -moz-flex-flow: wrap;
}

.block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.parentbox p {
    margin-bottom: 15px;
    word-break: break-all;
}

#Profiledetail .modal-header {
    border-bottom: 0;
    padding: 5px 15px;
}

    #Profiledetail .modal-header button {
        opacity: 1;
        color: #4f5054;
    }

.classwidth {
    min-width: 110px;
    max-width: 120px;
    float: left;
}

.parentwidth {
    min-width: 65px;
    max-width: 124px;
    float: left;
}

.creditwidth {
    min-width: 160px;
    max-width: 124px;
    float: left;
}

.bg_lightblack {
    color: #474c50 !important;
}

.showcredit .dropdown-menu {
    top: 0;
    border-radius: 2px;
    left: auto;
    box-shadow: 0px 1px 14px -3px #ccc;
    right: 55px;
    bottom: auto;
    padding: 0;
}

    .showcredit .dropdown-menu > li > a {
        color: #4f5054;
    }

#Profiledetail p {
    margin-bottom: 5px;
}

.startpadding {
    padding-left: 5px;
    padding-right: 0;
}

.qtyspacing {
    padding-right: 0;
}

.spaceleftdesktop {
    padding-left: 0;
}

.datawidth {
    float: left;
    width: calc(100% - 65px);
}

.profilewidth.activeprofile h6 {
    font-weight: bold;
}

.profilewidth.activeprofile .childname {
    font-weight: bold;
    color: #D41F31;
}

.parenttabs .nav-tabs > li:last-child a {
    border-radius: 0 0 0 0 !important;
}

.parenttabs .nav-tabs > li:first-child a {
    border-radius: 0 0 0 0 !important;
}

.parenttabs .nav-tabs > li.active > a {
    background: #4e6c88 !important;
    color: #fff;
    border: 0;
}

.parenttabs .nav-tabs a, .parenttabs .nav-tabs a:hover {
    border: 0 !important;
}

.parenttabs .nav-tabs > li > a {
    color: #4f5054;
}

@media(max-width:991px) {
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 14px;
    }

    .spaceleftdesktop {
        padding-left: 5px;
    }
}

@media(max-width:768px) {
    .spaceleftdesktop {
        padding-left: 15px;
    }

    .startpadding {
        padding-left: 15px;
    }

    .qtyspacing {
        padding-right: 15px;
    }

    .parenttabs li {
        width: 50%;
        text-align: center;
    }

    .float_none {
        float: none !important;
    }
}
/**************booking report by parent*********************/
.p_l_2 {
    padding-left: 2em;
}

.pleft0 {
    padding-left: 0;
}

@media(max-width:768px) {
    .pleft0 {
        padding-left: 15px;
    }

    .pleft4 {
        padding-left: 2em !important;
    }

    .p_l_2 {
        padding-left: 0em;
    }
}

.pleft4 {
    padding-left: 4em;
}

.borderradious10 {
    border-radius: 10px;
}

.border_bottom {
    border-top: 1px solid #ddd;
}

.bg_skyblue {
    background: #2196F3;
    color: #fff;
}

.clr_skyblue {
    color: #13b4f0;
}

.clr_orange {
    color: #f48603 !important;
}

.bg_cherry {
    background-color: #fa5655;
}

.bg_grey {
    background: #ccc;
    width: 100%;
    position: relative;
}

.bg_tblgrey {
    background: #ddd !important;
}

.padding_left_5 {
    padding-left: 5px;
}

.padding_top_30 {
    padding-top: 30px;
}

.fl_right {
    float: right;
}

.text_right {
    text-align: right;
}

.margin_20 {
    margin: 20px 0;
}

.snapshot_title {
    color: #474c50;
    font-size: 20px;
    margin: 1.5em 0 1.7em;
    font-weight: 600;
}

.opportunity_title {
    color: #474c50;
    font-size: 17px;
    margin-bottom: 1em;
    font-weight: 600;
}

.opp_box {
    border-radius: 15px;
    color: #02506d;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 0 6px 0 rgba(243, 231, 231, 0.2);
    margin-bottom: 20px;
}

.opp_box_padding {
    padding: 3em 2em;
}

.opp_box_clr1 {
    background-color: #9ad9f0;
}

.opp_box_clr2 {
    background-color: #68c5e9;
}

.opp_box_clr3 {
    background-color: #35b2e1;
}

.opp_box_clr4 {
    background-color: #039fda;
}

.opp_box_clr5 {
    background-color: #99dfb5;
}

.opp_box_clr6 {
    background-color: #66ce91;
}

.opp_box_clr7 {
    background-color: #33be6c;
}

.opp_box_clr8 {
    background-color: #00ae47;
}

.opp_count_text {
    font-weight: 900;
    font-size: 45px;
    color: #02506d;
}

.opp_text {
    font-weight: 600;
    font-size: 20px;
    color: #02506d;
}

.opp_view_back {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    font-size: 20px;
}

.angle_circle {
    border-radius: 50%;
    border: 2px solid #02506d;
    padding: 0px 11px;
}

    .angle_circle i {
        font-size: 19px;
        font-weight: 600;
    }

.listing_bar {
    padding: 0.2em;
    border-radius: 14px;
    background: #f5f4f5 !important;
}

.bor_left {
    border-left: 1px solid #fff;
}

.dash_list_table table {
    border: none;
}

    .dash_list_table table > thead > tr > th {
        background: #4e6c88;
        border: 0;
        font-size: 18px;
        color: #fff;
        padding: 15px;
    }

.dash_list_table .table > tbody > tr > td {
    font-size: 18px !important;
    border: 0;
    vertical-align: middle;
    padding-left: 15px !important;
    border-bottom: 1px solid #eee;
}

.dash_list_table_bor {
    border-radius: 15px;
    border: 1PX SOLID #DDD;
}

.listing_box {
    background: #f5f5f5;
    padding: 1em 0;
    border-radius: 10px;
}

    .listing_box strong {
        font-size: 12px;
    }

    .listing_box p {
        font-size: 25px;
    }

.listing_table_detail {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2),0 0px 0px 0 rgba(0,0,0,0.19) !important;
}

    .listing_table_detail p {
        font-size: 15px;
        margin-bottom: 2px;
    }

.listing_back {
    background-color: #fff;
}

.clr_parrot {
    color: #66A402;
}

.m-t-30 {
    margin-top: 30px;
}

.m_b_4 {
    margin-bottom: 4px;
}

.m_b_5 {
    margin-bottom: 5px;
}

.m_b_6 {
    margin-bottom: 6px;
}

.m_b_8 {
    margin-bottom: 8px;
}

@media (max-width:767px) {
    .listing_box strong {
        font-size: 12px;
    }

    .opp_box_padding {
        padding: 1em;
    }

    .opp_count_text {
        font-size: 25px;
    }

    .opp_text {
        font-size: 14px;
    }

    .opp_view_back {
        font-size: 15px;
        padding: 8px 10px;
    }

    .angle_circle {
        padding: 0px 8px;
        border: 1px solid #02506d;
    }

        .angle_circle i {
            font-size: 15px;
        }

    .snapshot_title {
        font-size: 17px;
    }

    .opportunity_title {
        font-size: 20px;
    }

    .listing_back {
        background-color: #fafafa;
        margin-top: 3em;
    }
}

.p_x_5 {
    padding: 0 5px;
}

.p_x_50 {
    padding: 0 50px;
}

.margin_top_20 {
    margin-top: 20px;
}
/**************dashboard design end*********************/
.m_t_5 {
    margin-top: 5px;
}

.m_t_8 {
    margin-top: 8px;
}

.public_holiday_text {
    width: 61%;
    display: inline;
}

.holiday_check input[type=checkbox]:checked:before {
    margin: 2px 0 0 0px !important;
}

.btn-info {
    background: #2BAADF !important;
}

.error-tringle {
    font-size: 24px !important;
    color: #E8CE1C !important;
    margin-right: 15px;
}




/*****/
/*****************helper-css*******start*********************/
/*   font weight */
.f_w_100 {
    font-weight: 100 !important;
}

.f_w_200 {
    font-weight: 200;
}

.f_w_300 {
    font-weight: 300;
}

.f_w_400 {
    font-weight: 400;
}

.f_w_500 {
    font-weight: 500;
}

.f_w_600 {
    font-weight: 600;
}

.f_w_700 {
    font-weight: 700;
}

.f_w_800 {
    font-weight: 800;
}

.f_w_900 {
    font-weight: 900;
}

/***********  GLOBAL  ***************/

html {
    height: 100% !important;
}

body {
    height: 100% !important;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
    outline: none !important;
    text-decoration: none !important;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p {
}

.normal_text {
    font-weight: normal !important;
}

.bold-text {
    font-weight: bold !important;
}

.pointer {
    cursor: pointer !important;
}

.d_block {
    display: block !important;
}

.in_block {
    display: inline-block !important;
}

.flex {
    display: flex !important;
}

.no_resize {
    resize: none !important;
}
/***********Position related********************/

.pos_fixed {
    position: fixed !important;
}

.pos_absolute {
    position: absolute !important;
}

.pos_relative {
    position: relative !important;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

/************  FONT SIZE   **************/

.f_s_8 {
    font-size: 8px !important;
}

.f_s_9 {
    font-size: 9px !important;
}

.f_s_10 {
    font-size: 10px !important;
}

.f_s_11 {
    font-size: 11px !important;
}

.f_s_12 {
    font-size: 12px !important;
}

.f_s_13 {
    font-size: 13px !important;
}

.f_s_14 {
    font-size: 14px !important;
}

.f_s_15 {
    font-size: 15px !important;
}

.f_s_16 {
    font-size: 16px !important;
}

.f_s_17 {
    font-size: 17px !important;
}

.f_s_18 {
    font-size: 18px !important;
}

.f_s_19 {
    font-size: 19px !important;
}

.f_s_20 {
    font-size: 20px !important;
}

.f_s_21 {
    font-size: 21px !important;
}

.f_s_22 {
    font-size: 22px !important;
}

.f_s_23 {
    font-size: 23px !important;
}

.f_s_24 {
    font-size: 24px !important;
}

.f_s_25 {
    font-size: 25px !important;
}

.f_s_26 {
    font-size: 26px !important;
}

.f_s_27 {
    font-size: 27px !important;
}

.f_s_28 {
    font-size: 28px !important;
}

.f_s_29 {
    font-size: 29px !important;
}

.f_s_30 {
    font-size: 30px !important;
}

.f_s_31 {
    font-size: 31px !important;
}

.f_s_32 {
    font-size: 32px !important;
}

.f_s_33 {
    font-size: 33px !important;
}

.f_s_34 {
    font-size: 34px !important;
}

.f_s_35 {
    font-size: 35px !important;
}

.f_s_36 {
    font-size: 36px !important;
}

.f_s_37 {
    font-size: 37px !important;
}

.f_s_38 {
    font-size: 38px !important;
}

.f_s_39 {
    font-size: 39px !important;
}

.f_s_40 {
    font-size: 40px !important;
}


/************  WIDTH %   **************/

.w_5 {
    width: 5% !important;
}

.w_10 {
    width: 10% !important;
}

.w_15 {
    width: 15% !important;
}

.w_20 {
    width: 20% !important;
}

.w_25 {
    width: 25% !important;
}

.w_30 {
    width: 30% !important;
}

.w_35 {
    width: 35% !important;
}

.w_40 {
    width: 40% !important;
}

.w_45 {
    width: 45% !important;
}

.w_50 {
    width: 50% !important;
}

.w_55 {
    width: 55% !important;
}

.w_60 {
    width: 60% !important;
}

.w_65 {
    width: 65% !important;
}

.w_70 {
    width: 70% !important;
}

.w_75 {
    width: 75% !important;
}

.w_80 {
    width: 80% !important;
}

.w_85 {
    width: 85% !important;
}

.w_90 {
    width: 90% !important;
}

.w_95 {
    width: 95% !important;
}

.w_100 {
    width: 100% !important;
}

/************  MARGIN ALL   **************/

.m_auto {
    margin: auto !important;
}

.m_0 {
    margin: 0 !important;
}

.m_5 {
    margin: 5px !important;
}

.m_10 {
    margin: 10px !important;
}

.m_15 {
    margin: 15px !important;
}

.m_20 {
    margin: 20px !important;
}

.m_25 {
    margin: 25px !important;
}

.m_30 {
    margin: 30px !important;
}


/************  MARGIN TOP   **************/

.m_t_0 {
    margin-top: 0 !important;
}

.m_t_5 {
    margin-top: 5px !important;
}

.m_t_9 {
    margin-top: 9px !important;
}

.m_t_10 {
    margin-top: 10px !important;
}

.m_t_13 {
    margin-top: 13px;
}

.m_t_15 {
    margin-top: 15px !important;
}

.m_t_20 {
    margin-top: 20px !important;
}

.m_t_25 {
    margin-top: 25px !important;
}

.m_t_30 {
    margin-top: 30px !important;
}

.m_t_40 {
    margin-top: 40px !important;
}

.m_t_70 {
    margin-top: 70px !important;
}

.m_t_100 {
    margin-top: 100px !important;
}

/************  MARGIN BOTTOM   **************/

.m_b_0 {
    margin-bottom: 0 !important;
}

.m_b_5 {
    margin-bottom: 5px !important;
}

.m_b_10 {
    margin-bottom: 10px !important;
}

.m_b_15 {
    margin-bottom: 15px !important;
}

.m_b_20 {
    margin-bottom: 20px !important;
}

.m_b_25 {
    margin-bottom: 25px !important;
}

.m_b_30 {
    margin-bottom: 30px !important;
}

.m_b_40 {
    margin-bottom: 40px !important;
}

.m_b_50 {
    margin-bottom: 50px !important;
}
/************  MARGIN LEFT   **************/

.m_l_0 {
    margin-left: 0 !important;
}

.m_l_5 {
    margin-left: 5px !important;
}

.m_l_7 {
    margin-left: 7px !important;
}

.m_l_10 {
    margin-left: 10px !important;
}

.m_l_15 {
    margin-left: 15px !important;
}

.m_l_20 {
    margin-left: 20px !important;
}

.m_l_25 {
    margin-left: 25px !important;
}

.m_l_30 {
    margin-left: 30px !important;
}

.m_l_40 {
    margin-left: 40px !important;
}

.m_l_4em {
    margin-left: 4em !important;
}
/************  MARGIN RIGHT   **************/

.m_r_0 {
    margin-right: 0 !important;
}

.m_r_5 {
    margin-right: 5px !important;
}

.m_r_10 {
    margin-right: 10px !important;
}

.m_r_15 {
    margin-right: 15px !important;
}

.m_r_20 {
    margin-right: 20px !important;
}

.m_r_25 {
    margin-right: 25px !important;
}

.m_r_30 {
    margin-right: 30px !important;
}


/************  MARGIN LEFT-RIGHT   **************/

.m_x_0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m_x_3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.m_x_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.m_x_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m_x_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.m_x_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.m_x_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.m_x_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


/************  MARGIN TOP-BOTTOM   **************/

.m_y_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m_y_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m_y_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m_y_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m_y_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m_y_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m_y_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m_y_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

/************  PADDING ALL   **************/

.p_0 {
    padding: 0 !important;
}

.p_5 {
    padding: 5px !important;
}

.p_10 {
    padding: 10px !important;
}

.p_15 {
    padding: 15px !important;
}

.p_20 {
    padding: 20px !important;
}

.p_25 {
    padding: 25px !important;
}

.p_30 {
    padding: 30px !important;
}


/************  PADDING TOP   **************/

.p_t_0 {
    padding-top: 0 !important;
}

.p_t_3 {
    padding-top: 3px !important;
}

.p_t_5 {
    padding-top: 5px !important;
}

.p_t_10 {
    padding-top: 10px !important;
}

.p_t_15 {
    padding-top: 15px !important;
}

.p_t_20 {
    padding-top: 20px !important;
}

.p_t_25 {
    padding-top: 25px !important;
}

.p_t_30 {
    padding-top: 30px !important;
}

.p_t_40 {
    padding-top: 40px !important;
}

/************  PADDING BOTTOM   **************/

.p_b_0 {
    padding-bottom: 0 !important;
}

.p_b_4 {
    padding-bottom: 4px !important;
}

.p_b_5 {
    padding-bottom: 5px !important;
}

.p_b_10 {
    padding-bottom: 10px !important;
}

.p_b_15 {
    padding-bottom: 15px !important;
}

.p_b_20 {
    padding-bottom: 20px !important;
}

.p_b_25 {
    padding-bottom: 25px !important;
}

.p_b_30 {
    padding-bottom: 30px !important;
}

.p_b_35 {
    padding-bottom: 35px !important;
}

.p_b_40 {
    padding-bottom: 40px !important;
}


/************  PADDING LEFT   **************/

.p_l_0 {
    padding-left: 0 !important;
}

.p_l_3 {
    padding-left: 3px !important;
}

.p_l_5 {
    padding-left: 5px !important;
}

.p_l_10 {
    padding-left: 10px !important;
}

.p_l_15 {
    padding-left: 15px !important;
}

.p_l_20 {
    padding-left: 20px !important;
}

.p_l_25 {
    padding-left: 25px !important;
}

.p_l_30 {
    padding-left: 30px !important;
}

.p_l_35 {
    padding-left: 35px !important;
}

/************  PADDING RIGHT   **************/

.p_r_0 {
    padding-right: 0 !important;
}

.p_r_5 {
    padding-right: 5px !important;
}

.p_r_10 {
    padding-right: 10px !important;
}

.p_r_15 {
    padding-right: 15px !important;
}

.p_r_20 {
    padding-right: 20px !important;
}

.p_r_25 {
    padding-right: 25px !important;
}

.p_r_30 {
    padding-right: 30px !important;
}


/************  PADDING LEFT-RIGHT   **************/

.p_x_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p_x_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p_x_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p_x_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.p_x_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p_x_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.p_x_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.p_x_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

/************  PADDING TOP-BOTTOM   **************/

.p_y_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p_y_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p_y_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p_y_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p_y_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p_y_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.p_y_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p_y_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/************  COLOR CSS   **************/

.clr_white {
    color: #fff !important;
}

.clr_black {
    color: #000 !important;
}

.clr_red {
    color: #D41F31 !important;
}

.clr_fcgrey {
    color: #4f5054 !important;
}

/*.clr_green {
    color: #0f0 !important;
}

.clr_gray {
    color: #ccc !important;
}

.clr_l_gray {
    color: #efefef !important;
}*/

.light {
    background-color: #f5f8fa;
}

/************  BORDER - RADIUS  *****************/


.b_r_0 {
    border-radius: 0px !important;
}

.b_r_2 {
    border-radius: 2px;
}

.b_r_3 {
    border-radius: 3px;
}

.b_r_4 {
    border-radius: 4px;
}

.b_r_5 {
    border-radius: 5px !important;
}

.b_r_6 {
    border-radius: 6px !important;
}

.b_r_l_6 {
    border-radius: 6px 0 0 6px !important;
}

.b_r_r_6 {
    border-radius: 0 6px 6px 0;
}

.b_r_10 {
    border-radius: 10px !important;
}

.b_r_15 {
    border-radius: 15px !important;
}

.b_r_20 {
    border-radius: 20px !important;
}

.m_y_30 {
    margin: 30px 0;
}
/*****************************/

.simple_border {
    border: 1px solid #ccc;
}
/*****************helper-css*******finished*********************/

.wd200 {
    width: 200px !important;
}

.wd180 {
    width: 180px !important;
}

.isactive {
    background: #f5f4f5;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 50px;
}

.lh45.fa {
    line-height: 45px !important;
}

.errorlist {
    padding-left: 65px !important;
}

    .errorlist li {
        display: block;
    }

        .errorlist li::before {
            content: "•";
            color: red;
            padding-right: 5px;
        }

.triangle_icon {
    color: #f2f23f;
    font-size: 23px;
    margin-right: 8px;
}

.triangle_icon {
    color: #f2f23f;
    font-size: 23px;
    margin-right: 8px;
}

.chk_input {
    width: 90%;
    float: right;
}

.collapse_bor {
    border: 1px solid #4f5045;
    padding: 3px;
    width: 22px;
    height: 22px;
}

.holiday_drop .dropdown-menu {
    left: -86PX !important;
    RIGHT: 109PX;
    margin: -44px 0 !important;
}

.add_item {
    padding: 8px 15px;
    background: #f1f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
}
/*.dis_block li{
    display:inline-block;
       float:left;
       padding: 0 10px;
}*/

/*************view enries new design*******************/
.entrylist_table > tbody > tr > td {
    vertical-align: middle !important;
}

.entrylist_table .dropdown-menu li a {
    padding: 6PX 20px;
    color: #4f5054;
}

    .entrylist_table .dropdown-menu li a:hover {
        background-color: transparent;
        cursor: pointer;
    }

.entrylist_table .dropdown-menu {
    min-width: 100px;
    padding: 5px;
}

.entrylist_table .table > thead > tr > th {
    background: #f8f8f8 !important;
    color: #4f5054;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.entrylist_table .subtitle {
    border-radius: 3px 3px 0 0;
    padding: 15px 10px !important;
}

.entrylist_table input[type=checkbox] {
    background: linear-gradient(to bottom, #ffffff, #cecece);
    border-color: #ccc;
    border-radius: 3px;
    width: 25px;
    height: 25px;
}

    .entrylist_table input[type=checkbox]:checked:before {
        margin: 3px 0 0 -1px;
    }

    .entrylist_table input[type=radio]:checked:before, .entrylist_table input[type=checkbox]:checked:before {
        font: 400 16px/1 'FontAwesome';
        width: 25px;
    }
/*************view enries new design end*******************/


/******************reschedule new page design********************/
.reschedule_text span:first-child {
    width: 35px;
    display: inline-block;
}

.reschedule_text span:nth-child(2) {
    width: 155px;
    display: inline-block;
    font-size: 16px;
}

.reschedule_text h5 {
    float: left;
    font-size: 16px;
    width: calc(100% - 200px);
    margin-top: 2px;
}

.existingtimeslot .timeslottext {
    width: 35px;
    display: inline-block;
}

.timeslot_fields {
    padding-left: 50px;
}

.whitebtn {
    background: #fff;
    color: #4f5054;
    padding: 5px 15px;
    min-width: 80px;
    font-size: 15px;
    border: 1px solid #dad9d9;
    white-space: initial;
}

.force_reschedule input[type=radio] {
    background: linear-gradient(to bottom, #ffffff, #cecece);
    border-color: #ccc;
}

.force_reschedule input[type=checkbox] {
    background: linear-gradient(to bottom, #ffffff, #cecece);
    border-color: #ccc;
    border-radius: 3px;
}

    .force_reschedule input[type=checkbox]:checked:before {
        margin: 3px 0 0 -1px;
    }

.force_reschedule input[type=radio]:checked:before, .force_reschedule input[type=radio]:checked:before {
    margin: 2px 0 0 -1px;
    font: 400 14px/1 'FontAwesome';
}

.force_reschedule ::-webkit-input-placeholder {
    font-size: 16px;
}

.force_reschedule ::-moz-placeholder {
    font-size: 16px;
}

.force_reschedule :-ms-input-placeholder {
    font-size: 16px;
}

.force_reschedule ::placeholder {
    font-size: 16px;
}

.timeslot_fields textarea {
    resize: none;
}

#Confirm_reschedule .modal-dialog {
    top: 30%;
}

#Confirm_reschedule button {
    font-size: 20px;
    padding: 8px 15px;
}

@media(max-width:768px) {
    .reschedule_text span:nth-child(2) {
        display: block;
    }

    .reschedule_text h5 {
        width: calc(100% - 35px);
        float: right;
        margin-left: 85px;
        margin-top: 5px;
        line-height: 18px;
    }

    .xs_text_center {
        text-align: center;
    }
}

@media(max-width:991px) {
    .showrows, .pagenumber, .selectpages, .pagenumber .dataTables_info {
        float: none !important;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .custome_page .dataTables_info {
        text-align: center;
        width: 100%;
    }

    .selectpages {
        display: inline-table;
        text-align: center;
    }

        .selectpages select {
            display: inherit;
            float: none !important;
        }

    .showrows button {
        float: none !important;
    }

    .selectpages button {
        display: inline-table;
        float: none !important;
    }
}
/******************reschedule new page design end********************/
.text_inline {
    width: 33px;
    float: left;
}

.classname_inline {
    width: calc(100% - 40px);
    float: left;
    position: relative;
    top: 1px;
}

.table_prop .dropdown-menu li {
    display: block;
}

.entrybuttons {
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
}

.promotions-sec {
    border-radius: 0px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.10);
    padding: 30px;
    margin-bottom: 20px;
}

.promotion_back {
    background: #fafafa;
    /*background-image: url(../Img/promotion_img.png);*/
    background-repeat: no-repeat;
    background-position: right 19px bottom;
}

.promotion_info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 15px;
}

    .promotion_info span {
        padding-right: 5px;
    }

    .promotion_info:last-child {
        border-bottom: none !important;
    }

.promotion_optional_info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 15px;
}

    .promotion_optional_info span {
        padding-right: 10px;
    }

    .promotion_optional_info:last-child {
        border-bottom: none !important;
    }

.m_l_3em {
    margin-left: 3em;
}

.m_l_5em {
    margin-left: 5em;
}

.school_btn {
    color: #5cb85c;
    background-color: #fff;
    border-color: #5cb85c;
    font-weight: 600;
    font-size: 15px;
    padding: 6px 24px;
}

.bullet::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 50%;
    height: 0.50rem;
    width: 0.50rem;
    margin-right: 0.5rem;
    background-color: #474c50;
    margin-bottom: 4px;
}

.reviewer_profile {
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    width: 2.2em;
    height: 2.2em;
    color: #fff;
    text-transform: uppercase;
    padding: .3em 0;
    font-weight: 700;
}

.reviewer-text p {
    margin-bottom: 2px;
}

table .promotion_table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 5px !important;
}

table .promotion_table tr:last-child td:last-child {
    -moz-border-radius: 0 0 5px 0 !important;
}

.class_like {
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 13px;
    background: #fff;
    margin-left: 5px;
}

.fav_like {
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 13px;
    background: #fff;
    right: 10px;
    top: -19px;
}

    .fav_like i {
        color: #999;
    }

.v_align_m {
    vertical-align: middle !important;
}

.f_right {
    float: right;
}

.partner_logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.prom_sec {
    margin-top: 20px;
}

.bor_btm_none {
    border-bottom: none !important;
}

.term-tabs {
    border-radius: 0px !important;
}

    .term-tabs li {
        /*width: 33.33%;*/
        float: left;
        text-align: center;
        background-color: #fff;
        /*border-bottom: none;*/
        border-left: 1px solid #ddd;
    }

    .term-tabs ul {
        border: 1px solid #999;
        background: #fff !important;
        border-radius: 8px;
    }

    .term-tabs li:first-child {
        border-left: none;
        border-radius: 5px 0 0 5px;
    }

    .term-tabs li:last-child {
        border-radius: 0 5px 5px 0;
    }

    .term-tabs li a {
        padding: 10px 0;
        font-size: 14px;
        color: #474c50;
        border: none;
    }

.active_tab:first-child {
    border-radius: 0 !important;
}

.active_tab:last-child {
    border-radius: 0 !important;
}

.term-tabs li a:focus, .term-tabs li a:hover {
    background-color: transparent !important;
    border: none !important;
    border-bottom: none !important;
}

.term-tabs li:first-child :active a {
    background: #D41F31;
    border-radius: 5px 0 0 5px !important;
}

.term-tabs li:active a :hover {
    background: #D41F31;
}

.active_tab {
    background: #D41F31 !important;
    color: #fff !important;
    margin-right: 0 !important;
    border-radius: 0px !important;
}

    .active_tab a {
        color: #fff !important;
    }

        .active_tab a:focus {
            background-color: transparent !important;
            color: #fff !important;
        }

        .active_tab a:hover {
            background-color: #D41F31 !important;
            color: #fff !important;
            border-radius: 0px;
            border-color: transparent !important;
        }

/*.active_tab li a:focus{
    color: #fff!important;
}

    .active_tab li a:hover {      
        color: #fff !important;       
    }*/
.reviewer_img {
    width: 2.6em !important;
    height: 2.6em !important;
}

.reviewer_list {
    border-bottom: 1px solid #eee;
}

.bor_btm_gray {
    border-bottom: 1px solid #c6c6c6;
}

.option_lable {
    padding: 8px 10px;
    color: #fff;
    font-size: 19px;
    border-radius: 0;
    margin-bottom: 10px;
}

.option_box {
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.add_bag_btn {
    box-shadow: 6px -39px 36px -18px #ccc inset !important;
    border-radius: 20px !important;
    outline: none;
    font-size: 16px;
    padding: 8px 36px;
    color: #4f5450;
}

.no_count {
    width: 20px;
    display: inline-block;
}

@media (max-width:425px) {
    .add_bag_btn {
        box-shadow: 6px -39px 36px -18px #ccc inset !important;
        border-radius: 20px !important;
        outline: none;
        width: 100%;
        font-size: 17px;
        padding: 8px 15px;
    }

    /*.partner_logo {
        top: -18px;
    }*/
}

.available_btn {
    background: none;
    padding: 6px 0;
    color: #44af69;
    font-size: 16px;
}

    .available_btn:hover {
        color: #44af69;
    }

    .available_btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.btn .caret {
    float: right;
    margin-top: 8px;
}

.option_card {
    border: 1px solid #ddd;
    /*border-radius: 5px;*/
    background: #fafafa;
    padding: 10px 11px;
    margin-bottom: 5px;
}

.option_card_header {
    background: #47c4b7;
    /*border-radius: 5px 5px 0 0;*/
    padding: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}

.promotions_text {
    display: inline-block;
}

.promotions_user {
    width: 26px;
    display: inline-block;
}

.btn_green {
    background: #44af69 !important;
    padding: 7px 30px !important;
    font-size: 15px !important;
    border-radius: 0px;
    color: #fff;
}

    .btn_green:hover, .btn_green:focus {
        outline: none !important;
        color: #fff;
    }

.age_group_btn ul li {
    display: inline-block;
    width: 6.5%;
}


.p_x_4 {
    padding-left: 4px;
    padding-right: 4px;
}

.p_x_2 {
    padding-left: 2px;
    padding-right: 2px;
}

.share_group {
    top: -21px;
    position: absolute;
    right: 10px;
}

.w_23 {
    width: 23%;
}

.w_18 {
    width: 18%;
}

/*.owl-item .sticker {
    right: 7px !important;
}*/

@media (min-width:320px) and (max-width:500px) {
    .owl-item .sticker {
        right: -2px !important;
    }

    .package_date {
        display: block;
    }

    .xs_p_l_15 {
        padding-left: 15px !important;
    }
}

@media (min-width:768px) and (max-width: 968px) {
    .class_type_box {
        display: block !important;
    }

    .class_type {
        width: 22% !important;
        margin-bottom: 4px;
    }

    .class_type_box .input-group {
        width: 32%;
    }
}

.class_type_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.class_type {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 15px;
    margin-right: 5px;
    border-radius: 5px;
}

@media (min-width:1025px) and (max-width: 1035px) {
    .class_type {
        margin-right: 2px !important;
    }
}

.class_type_btn:first-child {
    color: #fff;
    background: #102442;
    padding: 9px 3px;
}

.class_type_btn:nth-child(2) {
    color: #fff;
    background: #224984;
    padding: 9px 3px;
}

.class_type_btn:nth-child(3) {
    color: #fff;
    background: #316fc4;
    padding: 9px 3px;
}

.class_type_btn:nth-child(4) {
    color: #fff;
    background: #4094ff;
    padding: 9px 3px;
}

.class_type_btn:nth-child(5) {
    color: #fff;
    background: #6aaaff;
    padding: 9px 3px;
}

.class_type_btn:nth-child(6) {
    color: #fff;
    background: #90bdff;
    padding: 9px 3px;
}

.class_type_btn:nth-child(7) {
    color: #fff;
    background: #b5d4ff;
    padding: 9px 0;
}

.class_type_box:nth-child(9) {
    padding: 9px 0 !important;
}

.class_type_active {
    font-weight: 600;
    border: 2px solid #224984 !important;
    background: #fff !important;
    color: #224984 !important;
}

.class_type_disable {
    background: #f4f4f4 !important;
    opacity: 0.4 !important;
    pointer-events: none !important;
    touch-action: none !important;
}

.entry_flow {
    display: flex;
    min-height: 100px;
}

    .entry_flow li {
        list-style: none;
        flex-grow: 1;
        max-width: 100%;
        font-size: 15px;
        flex-basis: 100%;
    }

    .entry_flow .progress {
        position: relative;
        top: 27px;
    }

.connect_line {
    position: absolute;
    width: 100%;
    height: 5px;
    display: block;
    background: #ddd;
    top: 10px;
}

@media (max-width: 991px) {
    .datatables-bottom .showrows {
        width: auto !important;
    }

    .datatables-bottom .marg10 {
        margin: 10px 0 !important;
    }
}

.bs-wizard-step:first-child > .connect_line {
    left: 50%;
}

.bs-wizard-step:last-child > .connect_line {
    right: 50%;
}

@media (max-width:1024px) {
    .visible-ipad {
        display: block !important;
    }

    .hidden-ipad {
        display: none !important;
    }
}

.visible-ipad {
    display: none;
}

.package_card {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px;
}

    .package_card select {
        background: #fff !important;
        border-radius: 6px !important;
    }

.package_card_inr {
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.package_card_inr_box {
    padding: 10px;
}

.package_card_inr span {
    padding-right: 9px;
    font-size: 15px;
}

.package_card label {
    font-size: 15px;
    color: #4f5040;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

.package_card_inr select {
    border-radius: 5px !important;
}

.m_t_6 {
    margin-top: 6px;
}

.package_text {
    top: 28px;
    font-size: 16px;
    position: absolute;
    color: #34ade0;
}

.package_profile {
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    height: 50px;
    width: 50px;
    text-align: center;
}

.bor-top {
    border-top: 1px solid #ddd;
}

.booking_user {
    display: inline-block;
    vertical-align: text-top;
}

.package_mobtext {
    font-size: 16px;
    color: #34ade0;
}

.standard_mobtext {
    margin-left: 3em;
}

.alp_modal_p {
    padding: 1.2em 8em;
}

.alp_modal_btn {
    background: none !important;
    border: none !important;
    padding: 20px 0 !important;
    font-size: 18px !important;
}

.preview_back_btn {
    background: #f1f1f1;
    color: #4f5054;
    padding: 8px 25px;
    min-width: 25px;
    font-size: 15px;
    border: 1px solid #dad9d9;
    white-space: initial;
}

.minus_btn {
    border: 1px solid #ddd;
    padding: 1px 5.5px;
    color: #fff;
    background-color: #c8c8c8;
}

.slpackage_text input {
    width: 41px;
    height: 26px;
    background: transparent !important;
    border: none;
    -webkit-appearance: none;
}

.slpackage_text {
    margin: -3px;
    padding-right: 0 !important;
}

.plus_btn {
    border: 1px solid #d41f31;
    padding: 1px 5.5px;
    background: #d41f31;
    color: #fff;
}
/*booking css start*/
.myclass_card_box_shadow {
    box-shadow: 3px 2px 7px 1px #ddd;
}

.border_6 {
    border-radius: 6px;
}

.myclass_card_box {
    padding: 20px 30px;
}

    .myclass_card_box p {
        margin: 3px 0;
    }

.mycol > a::before {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.mycol > a.collapsed::before {
    content: "\f067";
    font: normal normal normal 12px/1 FontAwesome;
}

.mybooking_box {
    margin: 30px 20px;
}

.mybooking_btn {
    background: #fff !important;
    border: 2px solid #D41F31 !important;
    color: #D41F31 !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
}

.booking_detailbox {
    box-shadow: 0px 0px 6px 2px #ddd;
}

.booking_detailbox_inr {
    padding: 25px 15px;
}

.my_class_btn {
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    background: #4da700;
    border-radius: 0 4px 0 0;
}

@media (max-width: 767px) {
    .myclass_card_box {
        padding: 20px 15px !important;
    }
}

.counter_text {
    height: 34px;
    width: 65%;
    padding: 0 5px;
    border: 1px solid #ddd;
}

.counter_apply_code {
    background: #44af69 !important;
    padding: 7px 18px;
    border: 0 !important;
    color: #fff;
    position: relative;
    height: 34px;
    left: -4px;
    border-radius: 0 5px 5px 0;
}

.text_close_btn {
    position: absolute;
    top: 7px;
    right: 80px;
    z-index: 5;
}

.clear_btn {
    float: right;
    position: absolute;
    top: 38px;
    right: 28px;
    display: inline-block;
}

.promo_group .btn, .promo_group .input-group-btn .btn {
    padding: 8px 16px !important;
    background: #44af69 !important;
    color: #fff !important;
    font-size: 15px !important;
    border: 0 !important;
    height: 34px;
}

.show_detail {
    background-color: #e6e6e6;
    border-radius: 0 0 4px 4px;
}

    .show_detail::before {
        content: 'Hide detail';
    }

    .show_detail.collapsed::before {
        content: 'Show detail';
    }

.mybooking_fill_btn {
    background-color: #D41F31;
    color: #fff;
    border-radius: 0 !important;
}

    .mybooking_fill_btn:hover {
        color: #fff !important;
    }

.course_list:before {
    content: ' \25CF';
    font-size: 20px;
    margin-left: 1em;
    margin-right: .5em;
}

.course_area span {
    vertical-align: top;
    margin-left: 5px;
}

.course_lst {
    font-weight: bold;
}

.subtitle_text {
    padding: 0 28px;
}

.cursor_initial {
    cursor: initial !important;
}

.p_md_l_0 {
    padding-left: 0;
}

.delete_timing_btn {
    border: 1px solid #d41f31 !important;
    color: #d41f31 !important;
    line-height: 13px !important;
    font-size: 35px !important;
}
/*social icon same aside ACCA*/
#sticky.stick {
    position: fixed !important;
    top: 0 !important;
    z-index: 1;
}

.social_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.social_icons {
    left: 44px;
    margin-bottom: -40px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: absolute;
    /*top: 23px;*/
    z-index: 2;
}


#stickyuser.stick {
    position: fixed !important;
    top: 145px !important;
    z-index: 1;
}

.socialuser_icons {
    left: 44px;
    margin-bottom: -40px;
    padding-bottom: 40px;
    padding-top: 0px;
    position: absolute;
    top: 44px;
    z-index: 2;
}

    .social_icons li:first-child a, .socialuser_icons li:first-child a {
        border-top: 1px solid #e5e5e5;
    }

    .social_icons li a, .socialuser_icons li a {
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        display: block;
        font-size: 20px;
        height: 40px;
        text-align: center;
        width: 40px;
        color: #999 !important;
        line-height: 38px;
        transition: color .2s;
        -webkit-transition: color .2s;
    }

        .social_icons li a:hover, .social_iconsuser li a:hover {
            color: #000 !important;
            cursor: pointer;
        }
/*end social icon same aside ACCA*/
/*.slider_padd {
    padding: 0 3px 0 0;
}*/

.school_btn {
    color: #5cb85c !important;
    background-color: #fff !important;
    border: 1px solid #5cb85c !important;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 24px;
    box-shadow: none !important;
}

.smart_return {
    background: #67768e !important;
    padding: 8px 41px !important;
    font-size: 18px !important;
}

.b_btm {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .b_btm:last-child {
        border: none !important;
        margin-bottom: 0px;
    }

.product_bag_btn {
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #2baadf !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 8px 0 0 !important;
    line-height: 19px !important;
    text-decoration: underline !important;
}

/*.profile_close {
    position: absolute;
    top: 10px;
    right: 7px;
}*/

.profile_close i {
    /*height: 25px;
        width: 25px;
        line-height: 22px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #dad9d9;
        background: #f1f1f1;
        color: #bfbfbf;*/
    position: absolute;
    background: rgba(25, 25, 25, 0.6);
    color: #fff;
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    line-height: 28px;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 50%;
    right: 0px;
    cursor: pointer;
    top: 5px;
}

.horizontal_shares ul {
    display: inline-block;
    margin: auto;
}

.horizontal_shares li {
    float: left;
}

    .horizontal_shares li:last-child a {
        border-right: 1px solid #e5e5e5;
    }

    .horizontal_shares li a {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 20px;
        height: 40px;
        text-align: center;
        width: 40px;
        color: #999 !important;
        line-height: 38px;
        transition: color .2s;
        -webkit-transition: color .2s;
    }

        .horizontal_shares li a:hover {
            color: #000 !important;
            cursor: pointer;
        }

.btn_md {
    border-radius: 0 !important;
    padding: 8px 30px !important;
}

.class_text {
    color: rgb(79, 80, 84);
    float: left;
    font-size: 13px;
    padding-top: 2px;
}

.container1 span {
    margin-left: 0px !important;
}

.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    .container1 input:checked ~ .checkmark {
        background-color: #d41f31;
    }

.checkmark {
    position: absolute;
    top: -1px;
    left: 50%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    z-index: 100;
}

.about_course {
    background: #47c4b7;
    padding: 13px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.bor {
    border: 1px solid #ccc;
}

.padd20 {
    padding: 20px;
}

.success_strip {
    background: #dcf5da;
    padding: 9px 15px;
    margin-top: 10px;
}

.danger_strip {
    background: #fdd8d8;
    padding: 9px 15px;
    margin-top: 10px;
}

.btn {
    padding: 8px 20px;
    border-radius: 0 !important;
    font-size: 16px;
}

.datetime_box {
    display: flex;
    flex-wrap: wrap;
}

.cancel_class {
    padding: 4px 10px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    background: #d41f31;
    border-radius: 0 4px 0 0;
}

.product_bag_btn {
    background: transparent !important;
    box-shadow: none !important;
    color: #2baadf !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 8px 0 0 !important;
    line-height: 19px !important;
    text-decoration: underline !important;
    border: none !important;
}

    .product_bag_btn:focus {
        outline: none;
    }

.datatables-bottom .btn {
    padding: 8px 12px !important;
}

.border-group {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px;
}

.border-single {
    padding: 20px;
    padding-top: 0 !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
}

.signle-last:last-child {
    border-bottom: 1px solid #ccc;
}

.about_single_all_in_logo {
    width: 70px;
}

.about_all_in_logo {
    width: 70px;
}

.about_leftsec_prefer_logo {
    position: absolute;
    right: 11px;
    bottom: 10px;
    width: 58px;
}

.about_leftsec_single_all_in_logo {
    position: absolute;
    right: 11px;
    bottom: 10px;
    width: 70px;
}

.about_leftsec_all_in_logo {
    position: absolute;
    right: 86px;
    bottom: 10px;
    width: 60px;
}

.entry_m_tab {
    display: flex;
    width: 100%;
}

    .entry_m_tab li {
        display: table-cell;
    }

.confirm-btn {
    background-color: #fff !important;
    color: #3792e4 !important;
    margin-top: 10px;
}

.f_none {
    float: none !important;
    text-align: center !important;
}

.note-editable ol {
    padding-left: 40px !important;
}

.note-editable ul {
    padding-left: 40px !important;
}

.note-editable ol li {
    list-style: decimal;
}

.note-editable ul li {
    list-style: disc !important;
}

/*.multiselect-native-select button{
    background-color:transparent !important;
}
.readOnly{
    border: none;
    background-color: transparent !important;
}*/
.tileslot_table tbody .highlight td {
    border-color: #f28521 !important;
}

.icon img {
    width: 80px;
    opacity: .4;
}

.small-box .icon {
    top: 0;
    left: 10px;
}

.small-box {
    margin-bottom: 0;
    color: #fff;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 15px 0;
    white-space: nowrap;
    padding: 0;
    text-align: right;
}

.small-box p {
    text-align: right;
    font-size: 20px;
}
@media (max-width: 767px){
.small-box .inner h3, .small-box .inner p {
    text-align: right;
    padding-right: 0px;
}
.small-box p {
    font-size: 14px !important;
}
}
.card{
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#Description h1, #Description h2, #Description h4, .Description h1, .Description h2, .Description h4 {
    font-size: 14px;
}

#Description h3, .Description h3 {
    font-size: 22px !important;
    line-height: 1.42857143;
    color: #4f5054;
    margin-bottom: 5px;
}

#Description h5, .Description h5 {
    font-size: 14px;
}

#Description h6, .Description h6 {
    font-size: 14px;
}

.more h1, .more h2, .more h4, .more h5, .more p, .more li {
    font-size: 14px;
    line-height: 1.42857143;
    color: #4f5054;
}

.more h3 {
    font-size: 22px !important;
    line-height: 1.42857143;
    color: #4f5054;
    margin-bottom: 5px;
}

.d-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-auto{
       flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.w-2{
    width:2% !important;
}
.f_left{
    float:left;
}
.waiting_info{
   border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}
.edu_time {
    background: #feedef;
    padding: 5px;
    color: #da344e;
}

.edu_available {
    background: #fdf2ea;
    padding: 5px;
    color: #f5780b;
}

.hunt_status {
    position: absolute;
    bottom: 19px;
    font-size: 11px;
    padding: 7px 6px;
    border-radius: 20px;
    font-weight: normal;
    color: #fff !important;
}

.ready_status {
    background: #28a7dc;
}

.sale_status {
    background: #e98023;
}

.deal_status {
    background: #76a75a;
}
.ready_status_back {
     background-image: linear-gradient(to right, #00b0fb , #43c5e5);
     padding:5px;
     margin-bottom:5px;
}
.sale_status_back{
    background-image: linear-gradient(to right, #ee5c28 , #e97f23);
     padding:5px;
     margin-bottom:5px;
}
.deal_status_back{
    background-image: linear-gradient(to right, #39b14a , #84c240);
     padding:5px;
     margin-bottom:5px;
}
.unloack_status{
    background: #fff;
    border:1px solid #ddd;
    border-radius:2px;
     padding:5px;
     margin-bottom:5px;
}
.sale_status_back p, .ready_status_back p, .deal_status_back p{
    color: #fff !important;
}
@media (max-width: 767px) {
    .edu_time, .edu_available {
        font-size: 11px !important;
        padding: 5px 3px;
    }

    .hunt_status {
        bottom: 15px !important;
        font-size: 10px !important;
        padding: 4px 3px !important;
    }
}
.progress_time_status {
    position: absolute;
    background-image: linear-gradient(to right, #ef5b3b, #d72865);
    color: #fff;
    text-align: center;
    padding: 5px 4px;
    top: 6px;
    right: -47px;
    width: 88px;
    font-size: 10px;
}

    .progress_time_status::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #d72865 transparent;
    }

.promotions-sec .progress {
   background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    border-radius: 20px;
    margin-bottom: 0 !important;
    height: 1.7rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
}

    .promotions-sec .progress .progress-bar {
        border-radius: 20px;
    }

    .bg_fcred {
    background: #d41f31 !important;
}
      /*toggle css start*/
  .switch {
        position: relative;
        display: inline-block;
        width: 46px;
        height: 18px;
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .moving_slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .moving_slider::after {
            background-color: transparent !important;
        }

        .moving_slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 2px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .switch input:checked + .moving_slider {
        background-color: #81b766;
    }

   .switch input:focus + .moving_slider {
        box-shadow: 0 0 1px #2196F3;
    }

   .switch input:checked + .moving_slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .moving_slider.round {
        border-radius: 34px;
    }

        .moving_slider.round:before {
            border-radius: 50%;
        }
.review_dot {
    vertical-align: middle;
    font-size: 5px !important;
    margin: 0 3px;
}
.align-middle {
    vertical-align: middle!important;
}
.price_strip {
    z-index: 8;
    padding: 5px 6px;
    text-align: center;
    display: inline-block;
    background: #d41f31;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 5px;
}
.price_strip h5 {
    margin: 0;
    font-size: 16px;
    color: #fff !important;
}


@media(max-width:904px) {
    .promotion_back {
        background-image: none !important;
    }
}
.promotion_back {
    /*background-image: url(../../Content/Img/promotion_img.png);*/
    background-repeat: no-repeat;
    background-position: right 19px bottom;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.m_progressbar {
    background-size: 1rem 1rem;
    border-radius: 0;
    height: 3em !important;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 14px;
    background: linear-gradient(to right, #4e4e4e 0%, #eaeaea 100%);
    /*z-index: 10;*/
}

    .m_progressbar .progress-bar-striped {
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,#f9565600);
        /*z-index:100;*/
        width: 100%;
    }
.position-relative {
    position: relative !important;
}
.pax_right:before {
    right: 0 !important;
}
.pax_start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
    background: #d41f31 !important;
    z-index: 2;
    position: absolute;
    height: 100%;
}

    .pax_start:before {
        content: "";
        background-color: #d41f31;
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
    }

.pax_right:before {
    right: 0 !important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.h-100 {
    height: 100% !important;
}
.processbar_pax {
    height: 100%;
    border-right: 1px solid #fff;
    z-index: 3;
    padding-top: 3px;
}

    .processbar_pax p {
        line-height: 18px;
    }
.text-center {
    text-align: center !important;
}
.pax-text {
    font-size: 14px;
}

@media (max-width: 767px) {
    .pax-text {
        font-size: 12px;
    }
}
.strikethrough {
    text-decoration: line-through;
}
.pax_status {
    padding: 5px;
    position: absolute;
    border-left: 1px solid #d41f31;
}
.right_pack_status {
    width: 50%;
    text-align: right;
    border-right: 1px solid #d41f31 !important;
    border-left: none !important;
}
.modal {
    -webkit-overflow-scrolling: touch;
}
.row_edu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.fa-question-circle:before {
    content: "\f059";
}

.profile_check {
    position: absolute !important;
    top: 2px;
    padding-left: 8px;
    width: auto !important;
}
.activeprofile .profile_check {
    display: inline-block !important;
}