/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,800,400);

/* font-family: 'Open Sans', sans-serif; */


@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}

* {
    /**font-family: -apple-system, BlinkMacSystemFont, system-ui, Helvetica Neue, Roboto, Segoe UI, Helvetica, Arial, sans-serif;
    font-family: 'Montserrat-Regular';
    font-family: 'ProximaNova-Regular';*/
    font-family: 'Open Sans', sans-serif;
    
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/SegoeUI/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'ProximaNova-Regular';*/
    font-family: 'Open Sans', sans-serif;
}

body {
    -moz-osx-font-smoothing: grayscale;
    /*font-family: 'ProximaNova-Regular';*/
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #717171;
}

/*div.full-page {
    min-height: 100%;
    height: 100%;
}*/

p {
    font-size: 0.875rem;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

/*---------Functions----------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.ttu {
    text-transform: uppercase;
}

/*---------Functions End----------*/

/*--------Small Group Services-----------*/

h1, h2, h3, h4, h5 {
    margin: 0px;
}

.no-padding {
    padding: 0px !important;
}

label {
    /*.ttu;*/
    font-size: 0.872rem;
    font-weight: normal;
}

.no-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.no-margin {
    margin: 0px !important;
}

.fb { /*font-weight: bold !important;*/
}

.tbPadding {
    padding: 0.5rem 0;
}

.mr1rem {
    margin-right: 1rem;
}

.mb10 {
    margin-bottom: 0.5rem;
}

.mt10 {
    margin-top: 0.5rem;
}

.mt20 {
    margin-top: 1rem;
}

.ml10 {
    margin-left: 0.5rem;
}

.pad1rem {
    padding: 1.5rem;
}

.n_m {
    margin: 0 !important;
}

.n_m_t {
    margin-top: 0 !important;
}

.n_m_b {
    margin-bottom: 0 !important;
}

.ul-menu-har { /*margin-top: 0.5rem;*/
}

    .ul-menu-har li {
        display: inline-block;
        float: left;
    }

        .ul-menu-har li a {
            color: #43697e;
            display: block;
            font-size: 0.875rem;
            padding: 0rem 0.4rem;
        }

        .ul-menu-har li:first-child a {
            padding-left: 0px;
        }

        .ul-menu-har li:last-child a {
            padding-right: 0px;
        }

.active_mem {
    color: #43697e;
}

.inactive_mem {
    color: #818181;
}

.cancelled_mem {
    color: #f47d51;
}

.freeze_mem {
    color: #43697e;
}

.expired_mem {
    color: #b52c01;
}

.about_to_exp_mem {
    color: #f47d51;
}

/*-----------custom css----------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/*---------Functions----------*/

.img-grayscale {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*----------Comman COde--------*/

.ff_open {
    font-family: 'Open Sans', sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}


/*.container {
    background-color: white;
    margin: 2.5rem auto;
    min-height: 31.25rem;
    width: 1400px;
    -webkit-box-shadow: 0px 0px 0.375rem 0px #bdbdbd;
    -moz-box-shadow: 0px 0px 0.375rem 0px #bdbdbd;
    box-shadow: 0px 0px 0.375rem 0px #bdbdbd;
}*/

.transition {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.text_1 {
    font-size: 0.875rem;
    /*font-weight: 600;*/
    text-decoration: none !important;
}

.blueC {
    color: #0382d7;
}

.blackC {
    color: #000000;
}

.f15 {
    font-size: 0.75rem;
}

.f17 {
    font-size: 0.85rem;
}

.blue_border_btn {
    border-color: #0382d7;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

p {
    margin: 0.5rem 0;
}

.m_t_10 {
    margin-top: 0.5rem;
}

.m_l {
    margin-left: 0.5rem;
}

.m_t_30 {
    margin-top: 1.5rem !important;
}

.m_b_10 {
    margin-bottom: 0.5rem;
}

.m_b_15 {
    margin-bottom: 1.25rem;
}

.m_b_16 {
    margin-bottom: 0.7rem;
}


.pl075rem {
    padding-left: 0.75rem !important;
}

.m_b_30 {
    margin-bottom: 1.5rem;
}

.m_0 {
    margin: 0 !important;
}

.m_r_10 {
    margin-right: 0.5rem;
}

.m_tb_1rem {
    margin: 1rem 0;
}

.p-0 {
    padding: 0 !important;
}

.p20 {
    padding: 1rem !important;
}

.p10 {
    padding: 0.5rem;
}

.n_p {
    padding: 0px !important;
}

.n_p_l {
    padding-left: 0px !important;
}

.p_l {
    padding-left: 1.25rem !important;
}

.p_l_1 {
    padding-left: 1rem !important;
}

.n_p_r {
    padding-right: 0px !important;
}

.n_p_t {
    padding-top: 0px !important;
}

.n_p_b {
    padding-bottom: 0px !important;
}

.p_b_10 {
    padding-bottom: 0.5rem;
}

.p_b_20 {
    padding-bottom: 1rem;
}

.p_t_20 {
    padding-top: 1rem;
}

.p_tb_10 {
    padding: 0.5rem 0;
}

.p_t_11 {
    margin-top: 0.3rem;
}

.p_lr_11 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.p_r_2 {
    padding-right: 0.9rem;
}

.p_r_3 {
    padding-right: 3.7rem;
}

.p_r_4 {
    padding-right: 3rem;
}

.dblock {
    display: block;
}

.dnone {
    display: none;
}

.dinline {
    display: inline;
}

.tcenter {
    text-align: center;
}

.margin-center {
    margin: 0 auto;
}

.stext {
    font-size: 0.55rem;
    margin-bottom: 0.25rem;
}

.n_b {
    border: 0 !important;
}

/*------------Header------*/

nav {
    background-color: #43697e;
   /* height: 6rem;
    padding: 1rem;*/
}

.gymevolv_logo {
    background: url(../Images/logo.png);
    display: block;
    height: 4.6875rem;
    text-indent: -9999px;
    width: 166px;
}

#custom-search-input {
    margin: 0;
    padding: 0;
}

    #custom-search-input input {
        background-color: #eef1f7;
        border: 0;
        border-radius: 1rem 0 0 1rem;
        box-shadow: none !important;
        padding: 1.1rem;
    }

    #custom-search-input .input-group-addon {
        background: #eef1f7;
        border: 0;
        border-radius: 0 1rem 1rem 0px;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
    }

    #custom-search-input .search-query {
        -moz-border-radius: 0.1875rem;
        -webkit-border-radius: 0.1875rem;
        border-radius: 0.1875rem;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        padding-left: 0.1875rem;
        padding-left: 0.25rem \9;
        padding-right: 0.1875rem;
        padding-right: 0.25rem \9;
    }

        #custom-search-input .search-query:focus + button {
            z-index: 3;
        }

    #custom-search-input button {
        background: none;
        border: 0;
        color: #7e8083;
        font-size: 0.875rem;
    }

/*-----------Nav Section---------*/

.applicationBar {
    margin-right: 1rem;
}

.whiteBorder4 {
    border: 0.25rem solid #fff;
}

.header_nav_icons {
    float: right;
    margin: 0.35rem 0rem 0 0;
    padding-left: 0 !important;
}


    .header_nav_icons li {
        float: left;
        list-style: none;
        margin: 0 0 0 0rem;
        text-align: center;
    }

        .header_nav_icons li a {
            display: block;
            height: 2rem;
            min-width: 2rem;
        }

            .header_nav_icons li a img {
                background: #97a5b6;
                margin: 0 auto;
                width: 100%;
            }

            .header_nav_icons li a.add {
                background-position: 0px 0px;
            }

                .header_nav_icons li a.add:hover,
                .header_nav_icons li a.add.active {
                    background-position: 0px 54px;
                }

            .header_nav_icons li a.my_profile {
                background-position: -72px 0px;
            }

                .header_nav_icons li a.my_profile:hover,
                .header_nav_icons li a.my_profile.active {
                    background-position: -72px 54px;
                }

            .header_nav_icons li a.settings {
                background-position: -142px 0px;
            }

                .header_nav_icons li a.settings:hover,
                .header_nav_icons li a.settings.active {
                    background-position: -142px -54px;
                }

            .header_nav_icons li a.goals {
                background-position: -212px 0px;
            }

                .header_nav_icons li a.goals:hover,
                .header_nav_icons li a.goals.active {
                    background-position: -212px 54px;
                }

            .header_nav_icons li a.notifications {
                background-position: -286px 0px;
            }

                .header_nav_icons li a.notifications:hover,
                .header_nav_icons li a.notifications.active {
                    background-position: -286px 54px;
                }

            .header_nav_icons li a.logout {
                background-position: -357px 0px;
            }

                .header_nav_icons li a.logout:hover,
                .header_nav_icons li a.logout.active {
                    background-position: -357px -54px;
                }

            .header_nav_icons li a:focus,
            .header_nav_icons li a:hover {
                background-color: none !important;
            }

        .header_nav_icons li .dropdown-content a {
            display: block;
            width: 100%;
        }

            .header_nav_icons li .dropdown-content a:hover {
                background-image: none;
            }

.date_with_time_sec {
    color: white;
}

    .date_with_time_sec .dwt_day {
        display: inline-block;
        float: left;
        font-size: 50px;
        font-weight: 300;
        width: 50px;
    }

    .date_with_time_sec .dwt_date {
        display: block;
        font-size: 0.875rem;
        margin-left: 3.75rem;
        margin-top: 0.9375rem;
        width: 100%;
    }

.user_details {
    color: white;
    font-size: 0.875rem;
}

    .user_details h3 {
        font-size: 0.875rem;
    }

.ui-grid-menu {
    right: 0;
}

.tooltip.in {
    opacity: 1 !important;
}


/*.tooltip-inner {
    text-transform: uppercase;
    padding: 0.5rem 0.6rem;
    box-shadow: #b3b3b3 0px 0px 0.125rem 0px;
    -webkit-box-shadow: 0px 0px 0.125rem 0px #d2d2d2;
    -moz-box-shadow: 0px 0px 0.125rem 0px #d2d2d2;
    box-shadow: 0px 0px 0.125rem 0px #d2d2d2;
    font-size: 0.675rem;
    max-width: 100%;
    margin: 0 0 0 30px;
}
*/

/*----------Page COntent----------------*/

.content_area {
    padding: 1rem 0.25rem;
}

.page-title {
    margin-bottom: 1rem;
}

    .page-title h2 {
        color: #d24858;
        float: left;
        font-size: 1.1rem;
        font-weight: 600;
        text-transform: capitalize;
    }

        .page-title h2 span {
            font-weight: 600;
        }

    .page-title h3 {
        text-transform: uppercase;
    }

    .page-title h4 {
        color: black;
        float: left;
        font-size: 0.875rem;
        font-weight: 700;
    }

.page-title-2 {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-top: 1.5rem;
}

    .page-title-2 h2 {
        color: #0382d7;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .page-title-2 span {
        color: black;
    }

.page-title-3 {
    border-bottom: 0.0625rem solid #d2d2d2;
    margin-bottom: 1rem;
}

    .page-title-3 h2 {
        color: black;
        float: left;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: capitalize;
    }

        .page-title-3 h2 span {
            font-weight: 700;
        }

    .page-title-3 h3 {
        text-transform: uppercase;
    }

    .page-title-3 h4 {
        color: black;
        float: left;
        font-size: 0.875rem;
        font-weight: 700;
    }

    .page-title-3 h4 {
        margin: 0.5rem 0 1rem 1rem;
    }

.border_line {
    border-top: 0.0625rem solid #cdcdcd;
}

.widget_box {
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    background: white;
    border: 0.0625rem solid #cdcdcd;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    font-size: 0.775rem;
    margin-bottom: 1.5rem;
    min-height: 340px;
    padding-bottom: 2.5rem;
    position: relative;
    transition: box-shadow 200ms ease;
}

    .widget_box canvas {
        margin-top: 0.5rem;
    }

    .widget_box:hover {
        box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
    }

    .widget_box .view_all {
        bottom: 0;
        padding: 0 0 0.75rem;
        position: absolute;
        right: 1rem;
    }

    .widget_box .view_all2 {
        float: right;
        font-size: 0.875rem;
    }

    .widget_box.thumb_heading .widget_heading h3 {
        color: #0e203a;
        font-weight: 700;
        padding: 0 !important;
    }

    .widget_box.thumb_heading .thumb {
        padding: 1rem;
    }

    .widget_box.thumb_heading .col-sm-4 {
        padding: 0px !important;
    }

    .widget_box .widget_heading h3 {
        color: #0e203a;
        font-size: 1rem;
        font-weight: 700;
        padding-top: 1rem;
        padding-top: 0;
    }

        .widget_box .widget_heading h3 span {
            color: #000000;
            font-weight: 700;
        }

    .widget_box .widget_heading .details {
        float: left;
        font-size: 0.8rem;
        margin-top: 1rem;
        position: relative;
        width: 100%;
    }

        .widget_box .widget_heading .details span.count {
            color: black;
            font-size: 1rem;
            font-weight: 700;
        }

    .widget_box.full {
        padding: 0 !important;
    }

        .widget_box.full .widget_heading {
            padding: 1rem !important;
            position: relative;
        }

            .widget_box.full .widget_heading h3 {
                padding: 0px !important;
            }

.widget_color {
    background: #f6f8fc;
    /*background:#ebf1f3*/
}

.widget_head_more {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #26cfff;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 2.25rem;
    position: absolute;
    right: 1rem;
    text-align: center;
    top: 0;
    width: 2rem;
}

    .widget_head_more span {
        line-height: 0;
    }

.widget-tabs .nav-tabs li {
    background: #ffffff;
    border-bottom: 0.0625rem solid #d2d2d2 !important;
    border-top: 0.0625rem solid #d2d2d2 !important;
    width: 50%;
}

    .widget-tabs .nav-tabs li:first-child {
        border-bottom: 0px !important;
        border-right: 0.0625rem solid #d2d2d2 !important;
    }

    .widget-tabs .nav-tabs li.active {
        background: #f2f2f2 !important;
    }

        .widget-tabs .nav-tabs li.active a {
            background: #f2f2f2 !important;
        }

    .widget-tabs .nav-tabs li > a {
        border: 0 !important;
        border-radius: 0px;
        margin: 0px;
        padding: 0.5rem 1rem !important;
    }

.tab-pane {
    padding: 1rem;
}

.tab-pane2 {
    padding: 1rem 0rem;
}

.carousel {
    padding: 0.25rem 0;
}

.gymevolv-tabs-1 .nav-tabs {
    border: 0;
}

    .gymevolv-tabs-1 .nav-tabs li a {
        border: 0;
        color: #b2b2b2;
        font-weight: 700;
        padding: 0.4rem;
    }

    .gymevolv-tabs-1 .nav-tabs li.active a {
        border: 0;
        color: #f26d7d !important;
    }

.link_with_icon {
    color: black;
    display: inline-block;
}

    .link_with_icon i,
    .link_with_icon span {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #26cfff;
        border-radius: 50%;
        color: white;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.25rem;
        text-align: center;
        width: 1.5rem;
    }

.blue_box {
    background: #14aceb;
    color: white;
    min-height: 7rem;
    padding-top: 4rem;
}

.img_top_margin {
    margin-top: -2.5rem;
}

.list-group {
    margin-bottom: 0px;
}

.block {
    display: block;
}

.time_alert_remind {
    color: #000000;
    font-size: 0.875rem;
}

.view_all {
    color: #337ab7;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: capitalize;
}

.create_new_link {
    color: #14aceb;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.list-item-style-1 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .list-item-style-1 li {
        border-left: 0;
        border-radius: 0px;
        border-right: 0;
    }

        .list-item-style-1 li .col-sm-10 {
            padding-left: 0 !important;
        }

        .list-item-style-1 li .text_2 {
            display: block;
            font-size: 0.775rem;
        }

        .list-item-style-1 li:hover {
            background: #ebf1f3;
        }

        .list-item-style-1 li img {
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
            width: 2.2rem;
        }

        .list-item-style-1 li .time_alert_remind {
            font-size: 0.6rem;
        }

        .list-item-style-1 li .btn {
            font-size: 0.6rem;
        }

        .list-item-style-1 li:last-child {
            border-bottom: none !important;
        }

.list-item-style-2 li {
    background: none !important;
    border-left: 0;
    border-radius: 0px !important;
    border-right: 0;
    font-size: 0.6rem;
}

.caldenr_event_box {
    /*background: #14aceb;*/
    color: white;
    padding: 0.5rem 0;
}

    .caldenr_event_box h3 {
        color: white !important;
        display: block;
        font-size: 0.875rem !important;
        width: 100%;
    }

    .caldenr_event_box .view_all {
        color: white;
        text-transform: uppercase;
    }

.btn-outer {
    -moz-border-radius: 1.875rem;
    -moz-transition: all 0.5s ease;
    -webkit-border-radius: 1.875rem;
    -webkit-transition: all 0.5s ease;
    background: none !important;
    border-color: white;
    border-radius: 1.875rem;
    margin: 0.625rem;
    transition: all 0.5s ease;
}

    .btn-outer:hover {
        border-color: white;
    }

.btn-outer-2 {
    -moz-border-radius: 1.875rem;
    -moz-transition: all 0.5s ease;
    -webkit-border-radius: 1.875rem;
    -webkit-transition: all 0.5s ease;
    background: none !important;
    border-color: white;
    border-color: #00c9e3;
    border-radius: 1.875rem;
    color: #0382d7 !important;
    font-weight: 700;
    margin: 0.625rem;
    margin: 1rem 0;
    padding: 0.6rem 1.25rem;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

    .btn-outer-2:hover {
        border-color: white;
    }

    .btn-outer-2:hover {
        background: #0382d7 !important;
        border-color: #0a92a3;
        color: white !important;
    }

    .btn-outer-2.active {
        background: #0382d7 !important;
        border-color: #0a92a3;
        color: white !important;
    }

.btn-1 {
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    background: #14aceb;
    border-color: #14aceb;
    border-radius: 1.5rem;
    color: white !important;
    padding: 0.5rem 1.25rem !important;
    text-transform: uppercase;
}

    .btn-1:hover {
        background: #1397cd !important;
    }

.btn-2 {
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    background: #14aceb;
    border-color: #14aceb;
    border-radius: 1.5rem;
    color: white !important;
    padding: 0.5rem 1.25rem !important;
    text-transform: uppercase;
}

    .btn-2:hover {
        background: #14aceb;
        border-color: #14aceb;
        color: white !important;
    }

.btn-rounded {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*.k-calendar .k-header {
    background: #14aceb !important;
}*/



.member-box-1 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 1rem !important;
    transition: all 0.5s ease;
}

    .member-box-1 img {
        display: inline-block;
    }

    .member-box-1 h4 {
        color: black;
        font-size: 0.875rem;
        font-weight: 700;
        margin: 1rem 0;
        text-transform: uppercase;
    }

    .member-box-1:hover {
        -moz-box-shadow: 0 0 1.5rem 0.3125rem #d2d2d2;
        -webkit-box-shadow: 0 0 1.5rem 0.3125rem #d2d2d2;
        box-shadow: 0 0 1.5rem 0.3125rem #d2d2d2;
    }

        .member-box-1:hover h4 {
            color: #0382d7;
        }

.member-box-2 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border: 0.0625rem solid #d3d3d3;
    margin-bottom: 1rem;
    padding: 1rem !important;
    position: relative;
    transition: all 0.5s ease;
}

    .member-box-2 img {
        display: inline-block;
    }

    .member-box-2 h4 {
        color: black;
        font-size: 0.875rem;
        font-weight: 700;
        margin: 1rem 0;
        text-transform: uppercase;
    }

    .member-box-2:hover {
        -moz-box-shadow: 0 0 1.5rem 0.3125rem #d2d2d2;
        -webkit-box-shadow: 0 0 1.5rem 0.3125rem #d2d2d2;
        box-shadow: 0 0 1.5rem 0.3125rem #d2d2d2;
    }

        .member-box-2:hover h4 {
            color: #0382d7;
        }

.table-custom-1 {
    border: 0px !important;
}

    .table-custom-1 th,
    .table-custom-1 td {
        border-left: 0px !important;
        border-right: 0px !important;
        text-align: left;
    }

    .table-custom-1 th {
        border-top: 0px !important;
        color: #0382d7;
    }

/*.table tr {
    background: white;
}

    .table tr th {
       
        background: white;
        font-size: 0.875rem;
        font-weight: normal;
        border-color: #cdcdcd !important;
        border-bottom: 0 !important;
    }

    .table tr td {
        padding: 0.75rem 1rem !important;
        color: #717171;
        font-size: 0.875rem;
        border-color: #cdcdcd !important;
    }*/

/*------------Login Page-----------------*/

.login_page {
    background: #f2f2f2;
    padding: 70px 0;
}

#btn-login {
    border: 1px solid #6d2abf;
}

    #btn-login:focus,
    #btn-login:hover {
        outline: 0;
    }

.login_box_autoHeight {
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.login_box {
    -moz-border-radius: 1rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
    -webkit-border-radius: 1rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
    background: white;
    border-radius: 1.0125rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
    left: 37%;
    margin: 0 auto;
    margin-left: -15rem;
    margin-top: -15.625rem;
    /*height: 26.25rem;*/
    padding: 1.25rem 1.6rem;
    position: absolute;
    top: 35%;
    width: 364px;
}

    .login_box h4 {
        color: black;
        font-size: 0.875rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

    .login_box .gymevolv_logo {
        margin: 0 auto;
    }

    .login_box .radio_buttons {
        margin: 1.25rem 0;
    }

    .login_box .input-group {
        margin-bottom: 0.9375rem;
    }

.gymevolv_btn {
    -moz-border-radius: 1.875rem;
    -webkit-border-radius: 1.875rem;
    border-radius: 1.875rem;
}

.gymevolvMainColorBtn {
    background: #26cfff;
    color: white;
}

    .gymevolvMainColorBtn:hover {
        background: #1397cd;
        color: white;
    }

.copyright {
    color: white;
}

.number_with_text {
    font-size: 0.875rem;
    padding-right: 0px !important;
}

    .number_with_text span {
        color: #0382d7;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
    }

.number_with_text_2 {
    font-size: 0.875rem;
    padding-right: 0px !important;
}

    .number_with_text_2 span {
        color: black;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
    }

.border_top_bottom {
    border-bottom: 0.0625rem solid #c6c6c6;
    border-top: 0.0625rem solid #c6c6c6;
    padding: 0.625rem 1.25rem;
}

/*-------------Buttons--------------*/

.btn_custom_style_1 {
    -moz-border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    display: block;
    padding: 0.5rem 0 !important;
}

.btn_2 {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #b3b3b3;
    color: white;
    transition: all 0.5s ease;
}

    .btn_2:hover {
        background: #7f7f7f;
        color: white;
    }

.club_list {
    color: #b7bdc4;
    font-size: 0.875rem;
    font-weight: 700;
    padding-right: 0.75rem;
    /*min-width: 3.5rem !important;*/
    padding-top: 0.5rem;
    text-transform: uppercase;
}

    .club_list:hover {
        color: #f26d7d;
    }

/*------------Forms------------*/

.form_label_block {
    display: block;
}

    .form_label_block label {
        display: block;
    }

/*.form-fields {
    margin: 0 0 1rem;
}*/

.form-fields input,
.form-fields select,
.form-fields textarea,
.form-fields a.btn {
    /*margin-bottom: 1.4rem;*/
    font-weight: normal;
    /*line-height: 1.25rem;*/
}

.form-fields .k-widget.k-datepicker {
    /* margin-bottom: 1.4rem;*/
    width: 100%;
}

/*.form-fields .form-control {
        margin-bottom: 1.1rem;
    }*/

.form-fields .k-widget.k-dropdown {
    /*margin-bottom: 1.1rem;*/
    /*width: 100%;*/
    /*border: 1px solid #b6b6b6;*/
    border: none;
}

.form-fields .k-input,
.form-fields input[type="number"] {
    box-sizing: border-box;
    height: 2rem;
    padding: 0.5rem 0.25rem;
}

.form-fields .k-datepicker .k-select {
    line-height: 1.6rem;
}


.k-dropdown-wrap.k-state-default { /*border: 0 !important;*/
}

.k-widget.k-datepicker input {
    height: 1.975rem;
    padding: 0.5rem 0.25rem;
}

.k-widget.k-dropdown .k-dropdown-wrap { /*padding: 0.4rem 0.3rem;*/
}

/*.k-widget.k-dropdown .k-dropdown-wrap .k-input {
        height: 1.975rem !important;
        padding: 0.5rem 0.25rem;
        box-sizing: border-box;
    }*/

/*----------Slider-----*/

.multi-item-carousel .carousel-control {
    bottom: auto;
    color: black;
    font-size: 30pt;
    left: auto;
    right: 0;
    top: -2.1875rem;
    width: 50px;
}

.multi-item-carousel .left_custom {
    right: 1.875rem;
}

.multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        backface-visibility: visible;
        transform: none !important;
        transition: 500ms ease-in-out all;
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

.persons_carousel .item {
    font-size: 12px;
    text-align: center;
}

    .persons_carousel .item img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .persons_carousel .item span {
        color: #0382d7;
        display: block;
        font-size: 0.875rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

.popup {
    -moz-box-shadow: 0px 0px 1.25rem 0px #3e3e3e;
    -webkit-box-shadow: 0px 0px 1.25rem 0px #3e3e3e;
    background: white;
    border: 0.0625rem solid #c3c3c3;
    box-shadow: 0px 0px 1.25rem 0px #3e3e3e;
    display: none;
    left: 40%;
    margin-left: -300px;
    min-height: 80vh;
    padding: 2.5rem;
    position: fixed;
    top: 10%;
    width: 760px;
}

    .popup.agreementpop {
        left: 15%;
        margin-left: 0;
        width: 70%;
    }

        .popup.agreementpop table {
            width: 100%;
        }

        .popup.agreementpop td {
            vertical-align: middle;
        }

    .popup .popup-content {
        bottom: 2.5rem;
        left: 2.5rem;
        overflow-y: scroll;
        position: absolute;
        right: 2.5rem;
        top: 2.5rem;
    }

    .popup .close-popup {
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
    }

.fc-head {
    background: #f5f5f5 !important;
}

.fc-widget-content {
    background: #f5f5f5 !important;
}

.package-item {
    background-color: #ffffff !important;
    border: 0.0625rem solid #e8e8e8 !important;
    margin: 0 0.125rem 0.5rem !important;
    min-height: 6rem !important;
}

.fc th,
.fc td { /*border: none !important;*/
}

.fc-day-header {
    padding-top: 0.75rem !important;
}

.weekCal {
    font-weight: normal;
}

.monthCal {
    border-bottom: 0.1875rem solid;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0.3125rem 0.3125rem;
    padding-bottom: 0.5rem;
}

.fc-head-container {
    border-bottom: 0 !important;
}

.fc-day-grid-event.fc-event {
    background: white !important;
    border: 0.0625rem solid #cdcdcd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    font-size: 0.875rem !important;
    padding: 0.5rem;
    transition: box-shadow 200ms ease;
}

    .fc-day-grid-event.fc-event .fc-time {
        font-size: 0.875rem;
    }

.fc-day-header {
    text-transform: uppercase;
}

.fc-time-grid-event.fc-event {
    border: 0.0625rem solid #cdcdcd !important;
}

.fc-event {
    background: none !important;
    border: none !important;
    border: 0.0625rem solid #cdcdcd;
    color: #757270 !important;
    font-size: 0.875rem !important;
    padding: 0.5rem;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
    transition: box-shadow 200ms ease;
    /*margin: 5px !important;*/
}

    .fc-event span {
        color: #0078aa !important;
    }

    .fc-event .fc-time {
        font-size: 0.875rem;
    }

    .fc-event:hover { /*.box-shadow(0px,0px,1rem,0.25rem,#d2d2d2);*/
    }

.fc-basicDay-view .fc-event.followup-event,
.fc-month-view .fc-event.followup-event,
.fc-agendaDay-view .fc-event.followup-event {
    border-left: 0.25rem solid #54b40d !important;
}

.fc-basicDay-view .fc-event.pt-event,
.fc-month-view .fc-event.pt-event,
.fc-agendaDay-view .fc-event.pt-event {
    border-left: 0.25rem solid #2ab8ff !important;
}

.fc-basicDay-view .fc-event.gt-event,
.fc-month-view .fc-event.gt-event,
.fc-agendaDay-view .fc-event.gt-event {
    border-left: 0.25rem solid #000000 !important;
}

.fc-basicDay-view .fc-event.mySch-event,
.fc-month-view .fc-event.mySch-event,
.fc-agendaDay-view .fc-event.mySch-event {
    border-left: 0.25rem solid #e1e1e1 !important;
}

.fc-agendaDay-view .fc-event.appt-event {
    border-left: 0.25rem solid #4ca0ff !important;
}

.fc-basicDay-view .fc-event.ooo-event,
.fc-month-view .fc-event.ooo-event,
.fc-agendaDay-view .fc-event.ooo-event {
    border-left: 0.25rem solid #f26d7d !important;
}

.fc-month-view .fc-head-container { /*background: #FFFFFF !important;*/
}


.fc-month-view .fc-widget-content {
    background: #FFFFFF !important;
}

.fc-agendaWeek-view .fc-time-grid-event {
    position: absolute;
}

    .fc-agendaWeek-view .fc-time-grid-event::after {
        background: #54b40d;
        border-radius: 50%;
        bottom: -0.3125rem;
        content: " ";
        height: 0.625rem;
        left: 40%;
        position: absolute;
        width: 10px;
    }

    .fc-agendaWeek-view .fc-time-grid-event::before {
        background: #54b40d;
        border-radius: 50%;
        content: " ";
        height: 0.625rem;
        left: 40%;
        position: absolute;
        top: -0.3125rem;
        width: 10px;
    }

    .fc-agendaWeek-view .fc-time-grid-event.followup-event {
        border-left: 0.25rem solid #54b40d !important;
    }

        .fc-agendaWeek-view .fc-time-grid-event.followup-event::after {
            background: #54b40d;
        }

        .fc-agendaWeek-view .fc-time-grid-event.followup-event::before {
            background: #54b40d;
        }

    .fc-agendaWeek-view .fc-time-grid-event.pt-event {
        border-left: 0.25rem solid #2ab8ff !important;
    }

        .fc-agendaWeek-view .fc-time-grid-event.pt-event::after {
            background: #2ab8ff;
        }

        .fc-agendaWeek-view .fc-time-grid-event.pt-event::before {
            background: #2ab8ff;
        }

    .fc-agendaWeek-view .fc-time-grid-event.gt-event {
        border-left: 0.25rem solid #000000 !important;
    }

        .fc-agendaWeek-view .fc-time-grid-event.gt-event::after {
            background: #000000;
        }

        .fc-agendaWeek-view .fc-time-grid-event.gt-event::before {
            background: #000000;
        }

    .fc-agendaWeek-view .fc-time-grid-event.mySch-event {
        border-left: 0.25rem solid #e1e1e1 !important;
    }

        .fc-agendaWeek-view .fc-time-grid-event.mySch-event::after {
            background: #e1e1e1;
        }

        .fc-agendaWeek-view .fc-time-grid-event.mySch-event::before {
            background: #e1e1e1;
        }

    .fc-agendaWeek-view .fc-time-grid-event.appt-event {
        border-left: 0.25rem solid #4ca0ff !important;
    }

        .fc-agendaWeek-view .fc-time-grid-event.appt-event::after {
            background: #4ca0ff;
        }

        .fc-agendaWeek-view .fc-time-grid-event.appt-event::before {
            background: #4ca0ff;
        }

    .fc-agendaWeek-view .fc-time-grid-event.ooo-event {
        border-left: 0.25rem solid #f26d7d !important;
    }

        .fc-agendaWeek-view .fc-time-grid-event.ooo-event::after {
            background: #f26d7d;
        }

        .fc-agendaWeek-view .fc-time-grid-event.ooo-event::before {
            background: #f26d7d;
        }

.package-item {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    min-height: 37.5rem;
    padding: 1rem 0 2rem;
    text-align: center;
    transition: box-shadow 200ms ease;
}

    .package-item img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 0.3rem solid #e3e3e3;
        border-radius: 50%;
        margin: 0 auto;
    }

    .package-item h4 {
        color: #0382d7;
        font-size: 0.8rem;
        font-weight: 700;
        margin-bottom: 1rem;
        text-transform: uppercase;
    }

    .package-item ul.fee-list {
        list-style: none;
        margin: 1rem 0;
    }

        .package-item ul.fee-list li {
            border-bottom: 0.0625rem solid #cccccc;
            padding: 0.5rem 0;
        }

            .package-item ul.fee-list li span {
                color: black;
                display: block;
            }

            .package-item ul.fee-list li:hover {
                background: #0382d7 !important;
                color: white;
            }

                .package-item ul.fee-list li:hover span {
                    color: white;
                }

    .package-item:hover {
        -moz-box-shadow: 0px 0px 1rem 0.25rem #d2d2d2;
        -webkit-box-shadow: 0px 0px 1rem 0.25rem #d2d2d2;
        box-shadow: 0px 0px 1rem 0.25rem #d2d2d2;
    }

        .package-item:hover .btn-outer-2 {
            background: #0382d7 !important;
            color: white !important;
        }

.edit-btn-left-side {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eb4e80;
    border-radius: 50%;
    color: white;
    display: block;
    height: 1.875rem;
    left: -0.9375rem;
    line-height: 1.875rem;
    position: absolute;
    top: 45%;
    width: 30px;
}

    .edit-btn-left-side i,
    .edit-btn-left-side span {
        color: white !important;
    }

    .edit-btn-left-side:hover {
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        background: #c3184f;
        transition: all 0.5s ease;
    }

.search-1-form {
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
}

.search-1 {
    -moz-border-radius: 3.125rem;
    -webkit-border-radius: 3.125rem;
    background-image: url(../Images/search_icon.png) !important;
    background-position: 0.3125rem 0.1875rem !important;
    background-repeat: no-repeat !important;
    border-radius: 3.125rem;
    height: 2rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 2.5rem !important;
    padding-top: .5rem !important;
    width: 100%;
}

.search-1-btn {
    margin: 0px;
    padding: 0.5rem 1.25rem;
}

@media (max-width: 600px) {
    .container {
        width: 100% !important;
    }

    .login_box {
        left: 10%;
        margin-left: -5%;
        margin-top: 0%;
        top: 5%;
        width: 90%;
    }

    nav {
        height: auto;
       /* min-height: 7.5rem;*/
    }

    .popup {
        display: block;
        left: 0;
        margin-left: 5%;
        margin-top: 5%;
        top: 0;
        width: 90%;
    }
}

.k-widget.k-notification.k-notification-success,
.successMsg {
    -moz-box-shadow: inset 0px 0.0625rem #E6F6E6;
    -webkit-box-shadow: inset 0px 0.0625rem #7CCB55;
    background: #A4DF49;
    background: url(../images/ok.png) 15px center no-repeat, url(../Images/texture_5.png), -moz-linear-gradient(top, #a4df49, #72b618);
    background: url(../images/ok.png) 15px center no-repeat, url(../Images/texture_5.png), -ms-linear-gradient(top, #a4df49, #72b618);
    background: url(../images/ok.png) 15px center no-repeat, url(../Images/texture_5.png), -o-linear-gradient(top, #a4df49, #72b618);
    background: url(../images/ok.png) 15px center no-repeat, url(../Images/texture_5.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4df49), to(#72b618));
    background: url(../images/ok.png) 15px center no-repeat, url(../Images/texture_5.png), -webkit-linear-gradient(top, #a4df49, #72b618);
    background-color: #53BA59;
    border: #308334 0.0625rem solid;
    box-shadow: inset 0px 0.0625rem #1BB11B;
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4df49, endColorstr=#72b618);
    margin: 0 -20px 10px;
    margin-bottom: 1.25rem;
    padding: 0.9375rem 0.625rem 0.9375rem 2.65rem;
    text-shadow: 0px 0.0625rem #308334;
}

    .successMsg::first-letter {
        text-transform: uppercase;
    }

.k-widget.k-notification.k-notification-error,
.errorMsg,
.validation-summary-errors {
    -moz-box-shadow: inset 0px 0.0625rem #FAE4E2;
    -webkit-box-shadow: inset 0px 0.0625rem #FAE4E2;
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -moz-linear-gradient(top, #eb9489, #de5949);
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -ms-linear-gradient(top, #eb9489, #de5949);
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -o-linear-gradient(top, #eb9489, #de5949);
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb9489), to(#de5949));
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -webkit-linear-gradient(top, #eb9489, #de5949);
    background-color: #DE5949;
    border: #B52F20 0.0625rem solid;
    box-shadow: inset 0px 0.0625rem #FAE4E2;
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eb9489, endColorstr=#de5949);
    margin-bottom: 1.25rem;
    opacity: 1 !important;
    padding: 0.625rem 0 0.625rem 2.6375rem;
    text-align: left;
    text-shadow: 0px 0.0625rem #B52F20;
}

    .errorMsg::first-letter {
        text-transform: uppercase;
    }

    .k-widget.k-notification.k-notification-error ul,
    .errorMsg ul,
    .validation-summary-errors ul {
        margin-left: 1.25rem;
    }

.k-widget.k-notification.k-notification-info,
.infoMsg {
    -moz-box-shadow: inset 0px 0.0625rem #FAE4E2;
    -webkit-box-shadow: inset 0px 0.0625rem #E6D55C;
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -moz-linear-gradient(top, #e6d55c, #b9aa00);
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -ms-linear-gradient(top, #e6d55c, #b9aa00);
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -o-linear-gradient(top, #e6d55c, #b9aa00);
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6d55c), to(#b9aa00));
    background: url(../Images/error_2.png) 10px center no-repeat, url(../Images/texture_5.png), -webkit-linear-gradient(top, #e6d55c, #b9aa00);
    background-color: #B9AA00;
    border: #B9AA00 0.0625rem solid;
    box-shadow: inset 0px 0.0625rem #E6D55C;
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6d55c, endColorstr=#b9aa00);
    margin-bottom: 1.25rem;
    padding: 0.625rem 0 0.625rem 3.4375rem !important;
    text-shadow: 0px 0.0625rem #E6D55C;
}

    .k-widget.k-notification.k-notification-info ul,
    .infoMsg ul {
        margin-left: 1.25rem;
    }

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 1400px) {
    .container {
        width: 1200px;
    }
}


.flex_column_center {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.signature_box {
    -moz-border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    border: 0.0625rem dashed #000;
    border-radius: 0.3125rem;
}

    .signature_box .jSignature {
        height: 160px !important;
    }

#divsign img {
    height: 80%;
    margin: 16px 0;
}

.badge-notify {
    background: red;
    border-radius: 0.3125rem;
    color: white;
    position: relative;
    right: -2rem;
    top: -0.125rem;
    /*top: -20px;
   left: -35px;*/
}

.watermark {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    opacity: 0.25;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.task_div {
    color: white;
    margin: 0.625rem 0;
    padding: 0.625rem;
}

.task_bg {
    background: #FFB347;
    border: 0.0625rem solid #FFB347;
}

.newAppoin_bg {
    background: #228B22;
    border: 0.0625rem solid #228B22;
}

.trainer_bg {
    background: #ff0000;
    border: 0.0625rem solid #ff0000;
}

.no_border_bottom {
    border-bottom: 0 !important;
}

.no_border_top {
    border-top: 0 !important;
}

/* The Overlay (background) */

.pageoverlay {
    background-color: #000000;
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    /* Sit on top */
    left: 0;
    /* Black w/opacity */
    overflow-x: hidden;
    position: fixed;
    top: 0;
    /* Disable horizontal scroll */
    transition: 0.5s;
    width: 100%;
    /* Stay in place */
    z-index: 1000;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */

.pageoverlay-content {
    /* Centered text/links */
    margin-top: 1.875rem;
    position: relative;
    /* 100% width */
    text-align: center;
    top: 45%;
    /* 25% from the top */
    width: 2%;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.ng-submitted .ng-touched.ng-invalid-required,
.ng-submitted .ng-untouched.ng-invalid-required,
.ng-submitted .addInvalidSpanMsg.ng-untouched {
    border: 0.0625rem solid red !important;
}

/*.k-invalid-msg {
    display: none !important;
}*/

/*.table-bordered tr:last-child td {
    border-bottom: 0px !important;
}*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.p_lr_10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}

.inputCenter173 {
    margin: 0 auto;
    width: 173px;
}

.dropdown {
    display: inline-block;
    position: relative;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0.4rem 0.8rem 0px rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 165px;
    position: absolute;
    right: 0;
    z-index: 3;
}

.dropdown-content1 {
    bottom: 100%;
    left: 0;
}

/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    display: block;
    padding: 0.2rem 0.8rem;
    text-decoration: none;
}

    /* Change color of dropdown links on hover */

    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

/*.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}*/

.dropdown-content a {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin: -1px 0 0 0;
    width: 100%;
}

.reportwidget ul {
    list-style: none;
}

.reportwidget li {
    display: inline;
}

.ui-grid-pager-panel {
    border-top: 0.0625rem solid #d4d4d4 !important;
    bottom: 1px;
    display: inline-block;
    position: relative;
}

    .ui-grid-pager-panel span {
        display: inline-block !important;
    }

.form-fields .ui-grid-pager-panel input {
    height: 1.9rem !important;
}

.ui-grid-pager-max-pages-number {
    vertical-align: top;
}

.tooltipevent {
    background: white;
    border: 0.0625rem solid #cdcdcd;
    box-shadow: 0px 0px 1rem 0px rgba(169, 169, 169, 0.75);
    color: #717171;
    font-size: 0.75rem;
    padding: 1rem;
    position: relative;
}

    .tooltipevent .arrowBox {
        background: white;
        border: 0.0625rem solid blue;
        content: '';
        display: inline-block;
        height: 1.25rem;
        left: -1.25rem;
        position: absolute;
        top: 1.25rem;
        transform: rotate(90deg);
        width: 20px;
        z-index: 9999999999;
    }

    .tooltipevent h3 {
        color: #0078aa;
        font-size: 0.85rem;
        font-weight: bold;
        padding: 0.1rem 0;
    }

    .tooltipevent .tooltopStartEnd {
        margin: 0.05rem 0px;
    }

.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-numeric-wrap .k-input,
.k-picker-wrap .k-input,
.k-selectbox .k-input,
.k-textbox > input {
    line-height: 0.875rem;
}

.overflowYScroll .ui-grid-cell { /*overflow-y: scroll;*/
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.k-animation-container { /*width: 22% !important;*/
}

.k-list-filter > .k-textbox {
    width: 100% !important;
}

.k-popup.k-calendar-container {
    overflow-x: hidden !important;
    width: 350px;
}



.k-window .col-sm-1,
.k-window .col-sm-10,
.k-window .col-sm-11,
.k-window .col-sm-12,
.k-window .col-sm-2,
.k-window .col-sm-3,
.k-window .col-sm-4,
.k-window .col-sm-5,
.k-window .col-sm-6,
.k-window .col-sm-7,
.k-window .col-sm-8,
.k-window .col-sm-9 {
    box-sizing: border-box;
}

.heightFeaturesPermission {
    display: inline-block;
    float: none;
    /*height: 50rem;*/
    padding-top: 1rem;
    vertical-align: top;
}

/*.k-block,
.k-widget {
    background-color: transparent !important;
}*/

/*.no_data {
    text-align: center;
    font-size: 0.875rem;
    margin: 4rem 0;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}*/

.DisplyTime {
    color: #b7bdc4;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding-right: 0.45rem;
    /*min-width: 3.5rem !important;*/
    padding-top: 0.5rem;
    text-transform: uppercase;
}

.sessionWithTime {
    border: 0.0625rem solid #d2d2d2;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 2rem 0;
}

.text-danger {
    color: #a94442 !important;
}

.btns_weekDays .btn {
    background: none;
    background-color: transparent !important;
    color: black !important;
    min-width: 3.72rem;
    padding: 0.5rem 0.25rem !important;
}

    .btns_weekDays .btn.active {
        background-color: #45c745 !important;
        border-color: #36b136;
        color: white !important;
        min-width: 4rem;
        padding: 0.5rem 0.25rem !important;
    }

.btns_week .btn {
    background: none;
    background-color: transparent !important;
    color: black !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

    .btns_week .btn.active {
        background-color: #45c745 !important;
        border-color: #36b136;
        color: white !important;
    }

.expandedBox {
    background: white;
    border: 0.0625rem solid #d2d2d2;
    box-shadow: 0px 0.0625rem 0.1875rem 0.0625rem #e4e4e4;
    margin: 0px 0px 0 !important;
    position: relative;
    z-index: 99999;
}

.expandableRow {
    /*background: #efefef;box-shadow: inset 0px 0px 2px 3px #d6d6d6;*/
    box-sizing: border-box;
    margin: 0 !important;
}

.simditor-toolbar {
    width: 100% !important;
}

.widget_box.caldenr_event_widget .mainCalendar .calendar .fc-toolbar.fc-header-toolbar {
    color: #0e203a;
    margin-bottom: 0 !important;
    margin-left: 1rem;
    padding-bottom: 0 !important;
    position: unset !important;
}

.mainCalendar {
    background: white;
}

    .mainCalendar button:focus,
    .mainCalendar button:hover {
        border: none;
        border: 0.0625rem solid #ccc;
        outline: none !important;
    }

    .mainCalendar .calendar {
        position: relative;
    }

        .mainCalendar .calendar .fc-toolbar.fc-header-toolbar {
            margin-bottom: 0 !important;
            /*position: absolute;*/
            margin-left: 1rem;
            padding-bottom: 0 !important;
            top: -2.5rem;
        }

    .mainCalendar .fc-head-container {
        background: #f7f7f7 !important;
    }

    .mainCalendar .fc-row .fc-widget-header {
        color: #0e203a !important;
    }

    .mainCalendar #sidebar {
        background: white;
        /*-webkit-box-shadow: 0.1875rem 0px 0.5rem 0.125rem #e8e8e8;
        -moz-box-shadow: 0.1875rem 0px 0.5rem 0.125rem #e8e8e8;*/
        box-shadow: inherit !important;
        z-index: 33;
    }

        .mainCalendar #sidebar .calendar_heading {
            border-bottom: 0;
            border-top: 0.0625rem solid #d3dadc;
            color: black;
            font-weight: 700;
            margin-top: 0rem;
            padding: 0.5rem 0.5rem 0.5rem 1rem;
        }

            .mainCalendar #sidebar .calendar_heading button {
                background: none;
                border: none;
                margin: 0 0.7rem;
            }

        .mainCalendar #sidebar .k-month th {
            background-color: white;
            border-bottom: 0 !important;
            color: #000;
            font-size: 0.8125rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .mainCalendar #sidebar .k-month .k-state-hover,
        .mainCalendar #sidebar .k-month .k-state-selected {
            background: #ebf1f3;
            border: none;
            color: #f26d7d !important;
        }

            .mainCalendar #sidebar .k-month .k-state-hover a,
            .mainCalendar #sidebar .k-month .k-state-selected a { /*color: #f26d7d !important;*/
            }

        .mainCalendar #sidebar .k-header {
            background: white;
            background-color: white;
            color: #0e203a;
            font-size: 1rem;
            margin: -0.0625rem 0 -0.6px;
        }

            .mainCalendar #sidebar .k-header.k-state-selected {
                background: white;
                background-color: white;
                color: black;
            }

        .mainCalendar #sidebar .k-content {
            border: none;
            padding: 0;
        }

        .mainCalendar #sidebar .k-listbox {
            border: 0 !important;
            width: 100%;
        }

            .mainCalendar #sidebar .k-listbox .k-list-scroller {
                border: 0 !important;
            }

                .mainCalendar #sidebar .k-listbox .k-list-scroller .k-list {
                    border: 0;
                }

                    .mainCalendar #sidebar .k-listbox .k-list-scroller .k-list .k-item {
                        border: 0;
                        border-bottom: 0.0625rem solid #cdcdcd;
                        padding-left: 0.625rem !important;
                        padding-right: 0.625rem !important;
                    }

    /*.mainCalendar .calendar_btns .btn-group .btn-default {
        border-top: 0.0625rem solid #d3dadc;
        border-bottom: 0.0625rem solid #d3dadc;
        background: none;
        color: #808080 !important;
        min-height: 2.1875rem;
    }*/

    .mainCalendar .calendar_btns .btn-group .btn-default {
        background: none;
        border-bottom: 0.0625rem solid #d3dadc;
        border-top: 0.0625rem solid #d3dadc;
        color: #808080 !important;
        height: auto !important;
        min-height: 1.5875rem;
        padding: 0.2rem 1rem !important;
    }

        .mainCalendar .calendar_btns .btn-group .btn-default:first-child {
            -moz-border-radius-bottomleft: 1rem;
            -moz-border-radius-topleft: 1rem;
            -webkit-border-bottom-left-radius: 1rem;
            -webkit-border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
            border-top-left-radius: 1rem;
        }

        .mainCalendar .calendar_btns .btn-group .btn-default:last-child {
            -moz-border-radius-bottomright: 1rem;
            -moz-border-radius-topright: 1rem;
            -webkit-border-bottom-right-radius: 1rem;
            -webkit-border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem;
            border-top-right-radius: 1rem;
        }

        .mainCalendar .calendar_btns .btn-group .btn-default.active {
            background: #f26d7d;
            border-radius: 2rem;
            color: white !important;
        }

    .mainCalendar .round_btn {
        background: none;
        border: 0.0625rem solid #d3dadc;
        border-radius: 50%;
        color: #adb2b3;
        padding: 0.3125rem 0.625rem;
    }

        .mainCalendar .round_btn:hover {
            border: 0.0625rem solid #d2d2d2;
        }

    /*.mainCalendar .dropdown .btn-outer {
        color: #f26d7d !important;
        border: 0.0625rem solid #f26d7d !important;
        margin: 0;
        padding: 0.6rem 1rem !important;
    }*/

    .mainCalendar .dropdown .btn-outer {
        border: 0.0625rem solid #f26d7d !important;
        color: #f26d7d !important;
        height: auto !important;
        margin: 0;
        padding: 0.3rem 1rem 0.3rem 1rem !important;
    }

        .mainCalendar .dropdown .btn-outer.active {
            background: #f26d7d !important;
            color: #fff !important;
        }

    .mainCalendar .dropdown .black-outer {
        border: 0.0625rem solid #cdcdcd !important;
        color: #808080 !important;
    }


    .mainCalendar .calender_headding .person_name {
        color: black;
        font-size: 0.875rem;
        font-weight: 600;
    }

    .mainCalendar .calender_headding div {
        border-left: 0.0625rem solid #cdd4d6;
        min-height: 2.9rem;
        padding: 0.2rem 1rem 0;
    }

    .mainCalendar .calender_headding .ch_columns {
        display: flex;
        flex: auto;
        flex-direction: column;
        font-size: 0.775rem;
        font-weight: bold;
    }

    .mainCalendar .calender_headding .appt_count {
        color: #0e203a;
        font-size: 0.875rem;
    }

    .mainCalendar .calender_headding div.pt_sessions {
        border-bottom: 0.25rem solid #2ab8ff;
    }

    .mainCalendar .calender_headding div.gt_sessions {
        border-bottom: 0.25rem solid #000000;
    }

    .mainCalendar .calender_headding div.follow_sessions {
        border-bottom: 0.25rem solid #54b40d;
    }

    .mainCalendar .calender_headding div.appt_sessions {
        border-bottom: 0.25rem solid #4ca0ff;
    }

    .mainCalendar .calender_headding div.outOf_sessions {
        border-bottom: 0.25rem solid purple;
    }

    .mainCalendar .outOfOffice_c {
        color: purple;
    }

    .mainCalendar .Appointments_c {
        color: #4ca0ff;
    }

    .mainCalendar .Followups_c {
        color: #54b40d;
    }

    .mainCalendar .PersonalTraining_c {
        color: #2ab8ff;
    }

    .mainCalendar .GroupTraining_c {
        color: #000000;
    }

    .mainCalendar .MySchedules_c {
        color: #e1e1e1;
    }

.p-lr-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.boldT {
    color: #0e203a;
    font-weight: 600;
}

.m1rem {
    margin: 1rem 0.5rem;
}

.flexAlignHC {
    align-items: center;
    display: flex;
}

.dinlineb {
    display: inline-block;
}

.btn-short {
    /* width: 2rem;*/
    display: block;
    float: left;
    margin: 0 0.625rem 0 0 !important;
}


    .btn-short:hover {
        background: #f4d3d7;
    }

    .btn-short .btn {
        background: none !important;
        border: 0.0625rem solid #cdcdcd;
        margin: 0;
        min-width: auto !important;
        padding: 0 0.6rem 0 0;
        padding-left: 0.6rem !important;
    }

.btn-height .btn-short .btn {
    height: 1.9rem !important;
}

.ui-grid-render-container-body .ui-grid-canvas {
    height: auto !important;
}

.fieldWithDesc .k-textbox,
.fieldWithDesc .k-select,
.fieldWithDesc .k-datepicker {
    margin-bottom: 0 !important;
}

.fieldWithDesc .description {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.375rem;
}

.dropShadow1 {
    -moz-box-shadow: 0px 0.125rem 0.125rem 0px #bdbdbd;
    -webkit-box-shadow: 0px 0.125rem 0.125rem 0px #bdbdbd;
    box-shadow: 0px 0.125rem 0.125rem 0px #bdbdbd;
}

.members_info_count {
    align-items: center;
    border-right: 0.0625rem solid #cdcdcd;
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    margin-top: -1.25rem;
}

    .members_info_count li {
        -moz-box-shadow: inset 0px 0px 0.1875rem 0px #d0d0d0;
        -webkit-box-shadow: inset 0px 0px 0.1875rem 0px #d0d0d0;
        background: white;
        border: 0.0625rem solid #cdcdcd;
        border-right: 0;
        box-shadow: inset 0px 0px 0.1875rem 0px #d0d0d0;
        box-sizing: content-box;
        flex: auto;
        height: 3rem;
        padding: 1rem;
        text-align: left;
    }

        .members_info_count li a {
            color: #0e203a;
        }

            .members_info_count li a:hover {
                text-decoration: none;
            }

        .members_info_count li span {
            display: block;
            font-size: 1.25rem;
            font-weight: bold;
            margin-top: -0.25rem;
        }

        .members_info_count li.active,
        .members_info_count li:hover {
            -moz-box-shadow: 0px 0.3125rem 0.3125rem 0px #c9c9c9;
            -webkit-box-shadow: 0px 0.3125rem 0.3125rem 0px #c9c9c9;
            border-bottom: 0.25rem solid #f26e7c;
            box-shadow: 0px 0.3125rem 0.3125rem 0px #c9c9c9;
        }

            .members_info_count li.active span,
            .members_info_count li:hover span {
                color: #f26e7c;
            }

.labelField {
    margin-bottom: 1.4rem;
    padding: 0.5rem 0;
}

.tableWithBlackHeadings th {
    color: #0e203a !important;
    text-transform: capitalize !important;
}

.ui-grid-cell {
    height: auto !important;
}

.gridPadding1 .ui-grid-cell {
    height: 2.9rem !important;
    line-height: 2.25rem;
    padding: 0.25rem 0.5rem !important;
}


.form-fields label {
    color: #000;
}

.form-fields .block {
    margin: 0 0 0.625rem;
}

.height1 {
    min-height: 5rem;
}

.height2 {
    min-height: 3.75rem;
}

.form-fields input {
    font-size: 0.8125rem;
    padding: 0 0.75rem;
}

/*.k-radio-label:before {
    width: 18px;
    height: 1.125rem;
}*/

.k-radio:checked + .k-radio-label:after {
    left: 0.13rem;
    top: 0.12rem;
}

/*.k-widget.k-dropdown .k-dropdown-wrap {
    background: #fff;
    padding: 0.07rem 0.2rem;
    font-size: 13px;
}*/

.k-radio:checked + .k-radio-label:after {
    background-color: #66b710;
}

input[type=file] {
    background: #fff;
    border: 0.0625rem solid #d5d5d5;
    border-radius: 0.25rem;
    opacity: 1;
    /*height: 2.7rem !important;*/
    padding: 0.3rem 0.25rem !important;
    width: 100%;
}

/*.club_permission {
    width: 100% !important;
    margin: 1.5625rem 0 0 !important;
    line-height: 1.2rem !important;
    padding: 0.5rem 1rem !important;
}*/

.club_member_block > thead > tr > th {
    border: none;
}

.club_member_block > tbody > tr > td {
    border: none;
    border-right: none;
}

.club_member_block tbody tr {
    border-top: 0.0625rem solid #ddd;
}

.reportwidget li label {
    color: #000;
}

.reportwidget li {
    margin: 0 0.5rem 0 0;
}

.list-item-style-1 li {
    padding: 0.73rem 0.75rem;
}

.nav-tabs > li {
    padding: 0.625rem 1.3125rem;
}

    .nav-tabs > li input {
        font-size: 0.8125rem;
        text-align: left;
        text-transform: capitalize;
        white-space: normal;
    }

.border_number {
    padding: 0.1875rem 1.25rem;
    width: 50%;
}

.fc-right .fc-next-button, .fc-left .fc-prev-button {
    /*padding: 1.25rem 0.4375rem;*/
    display: block;
}

.fc-header-toolbar {
    margin-left: 0 !important;
}

.caldenr_event_widget .caldenr_event_box .m1rem .dropdown {
    margin: 0 0 0 1.25rem;
}

.mainCalendar .btn-group {
    border: 0.0625rem solid #ccc;
    border-radius: 3rem;
}

.mainCalendar .calendar_btns .btn-group .btn-default {
    border: none;
}

.mainCalendar .dropdown .btn-outer {
    margin-left: 0.6rem !important;
}

.total_sessions span {
    font-size: 0.9rem;
}

.fc-slats table tbody tr td span {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.fc-slats table tbody tr td {
    padding: 0px 0.75rem;
}

.mainCalendar #sidebar .k-month {
    display: block;
    margin: 0 0 1.125rem;
    padding: 0 0.4875rem !important;
}

.k-calendar th {
    padding: .4em .8em .4em .1em;
}

.mainCalendar #sidebar .k-month th, .k-calendar .k-content .k-link {
    font-size: 0.65rem;
    line-height: normal;
}

.k-calendar .k-content, .k-calendar .k-content th {
    padding: 1.3em 0.5em .4em 0.5em;
}

    .k-calendar .k-content .k-link {
        /*padding: 0.2rem .45em 0.2rem .1em;*/
        height: 2.228571em;
    }

@media only screen and (max-width: 1400px) {
    .list-item-style-1 li .col-sm-10 {
        padding: 0 0.5125rem 0 0.5125rem !important;
    }

    .list-item-style-1 li .text_2 {
        font-size: 0.7rem;
    }

    .ul-menu-har li a {
        font-size: 0.7rem;
    }

    .widget_box {
        min-height: 30rem !important;
    }

    .nav-tabs > li {
        padding: 0.625rem;
    }

    .border_number {
        padding: 0.1875rem 0.8rem;
    }
}

.mrgn-minus {
    margin-top: -1.6875rem;
    padding: 0;
}

.block3 .form-fields .k-widget.k-dropdown {
    margin: 0;
}

.block3-in {
    margin-bottom: 1.1rem;
    min-height: 3.8125rem;
}

    .block3-in .k-widget {
        border: 0;
        box-shadow: none;
        display: block;
        margin: 0 !important;
        width: 100%;
    }

.check-block {
    padding: 0.3125rem 0 0;
}

.label-block {
    display: block;
    margin-bottom: 0.25rem;
    max-width: 100%;
}

.caldenr2 .fc-body {
    display: none;
}

.grid-block .ng-scope {
    margin: 0 !important;
}

    .grid-block .ng-scope .p10 {
        padding: 0 !important;
    }

/*-----------custom css----------------*/

/*-----------Buttons----------------*/

.btn.btn-mini {
    font-size: 0.875rem;
    margin-left: 0.25rem;
    min-width: 2rem;
    padding: 0.25rem !important;
}

/*.btn {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    font-size: 0.875rem;
    min-width: 4.5rem;
    padding: 0.5rem 0.75rem 0.5rem;
    font-weight: 400 !important;
    height: 2.025rem !important;
    line-height: normal !important;
}*/

.btn .glyphicon {
    font-size: 0.65rem;
}

.toggle-handle {
    min-width: 2rem;
}

.btn-primary {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.4rem 0.5rem;
    text-transform: uppercase;
}

.btn-primary, .btn-success, .btn-default, .btn-danger, .btn-light {
    /*padding: 0.5rem 1rem !important;*/
    /*text-transform: uppercase !important;*/
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px;
}

.btn-success {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 0.5rem;
    text-transform: uppercase;
}

.btn-default {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 0.5rem 0 0.5rem;
    text-transform: uppercase;
}

.btn-success-outer {
    font-weight: 700;
    text-transform: uppercase;
}

.btn-primary-outer {
    font-weight: 700;
    text-transform: uppercase;
}

.btn-success-outer, .btn-primary-outer {
    margin-left: 0.5rem;
}

.btn-3 {
    text-transform: uppercase;
}

.buzops_logo {
    background: url(../Images/buzops_logo.png) left center no-repeat;
    background-size: contain;
    display: block;
    height: 3.25rem;
    margin-top: -0.5rem;
    text-indent: -9999px;
    width: 7rem;
}

.user_profile_pic {
    background: url(../Images/new_member.png);
    background-size: cover;
    border-radius: 50%;
    float: left;
    height: 2rem;
    width: 2rem;
}

    .user_profile_pic input[type=submit] {
        background: none;
        border: 0;
        display: block;
        width: 100%;
    }

.imgHeight110 {
    height: 5.5rem;
}

/*.ProfilePicOptions {
    width: 11.5rem;
    margin: 0 auto 1rem;
    position: relative;
}*/

/*.ProfilePicOptions img {
        width: 100%;        
        height: 11.5rem;
        object-fit: cover;
    }*/

/*.ProfilePicOptions .icons {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
        top: 40%;
        padding: 0.4rem 0 0 0.44rem;
        cursor: pointer;
    }

        .ProfilePicOptions .icons i {
            font-size: 0.875rem;
        }

    .ProfilePicOptions .left_icon {
        float: left;
        left: -1rem;
        padding: 0.39rem 0 0 0.6rem;
    }

    .ProfilePicOptions .right_icon {
        float: right;
        right: -1rem;
    }*/

.invisible_fields .form-group {
    /*border-bottom: 0.05rem solid #cdcdcd;*/
    position: relative;
}

    .invisible_fields .form-group label {
        font-weight: normal;
        margin: 0;
        text-transform: capitalize;
    }

    .invisible_fields .form-group .fa-pencil {
        position: absolute;
        right: 1.4rem;
        top: 76%;
        transform: translatey(-76%);
    }

.invisible_fields textarea.k-textbox {
    padding: 0.4rem 1rem 0.4rem 0.6rem !important;
}

.invisible_fields .form-group .k-input {
    padding-left: 0 !important;
}

.invisible_fields .form-group input.k-textbox, .invisible_fields .form-group .k-dropdown {
    background: none;
    font-weight: 700;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

    .invisible_fields .form-group input.k-textbox .k-select, .invisible_fields .form-group .k-dropdown .k-select {
        display: none;
    }

    .invisible_fields .form-group input.k-textbox .k-state-default, .invisible_fields .form-group .k-dropdown .k-state-default {
        background: none !important;
    }

    .invisible_fields .form-group input.k-textbox:focus, .invisible_fields .form-group .k-dropdown:focus {
        /* border: none !important;*/
        box-shadow: none !important;
    }

.invisible_fields .k-datepicker {
    margin-bottom: 0px !important;
}

    .invisible_fields .k-datepicker .k-picker-wrap {
        border: 0 !important;
        margin-bottom: 0;
    }

        .invisible_fields .k-datepicker .k-picker-wrap .k-select {
            border-left: 0 !important;
        }

.invisible_fields .pencil_none .fa-pencil {
    display: none;
}

.invisible_fields textarea.k-textbox {
    border: 0 !important;
    margin-bottom: 0;
}

.atGlanceBox {
    -moz-border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    font-size: 0.775rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

    .atGlanceBox .fb {
        font-size: 0.875rem;
        line-height: 1.4rem;
        margin-left: 0;
    }

    .atGlanceBox .questionIcon {
        font-size: 0.9375rem;
        padding: 0 0 0 0.375rem;
    }

    .atGlanceBox .padding {
        height: 5rem;
        padding: 0.875rem 1rem !important;
    }

.user_details_header {
    display: block;
    font-size: 0.875rem;
    min-width: 8rem !important;
    text-align: right;
    text-decoration: none;
}

    .user_details_header .user_name {
        font-weight: 700;
        text-transform: capitalize;
    }

.full-width {
    width: 100%;
}

.filter-box {
    margin-bottom: 1rem;
    padding: 0rem;
}

    .filter-box .k-dropdown {
        background: none;
        padding: 0.5rem 0;
    }

    .filter-box .input-group {
        border: none !important;
        box-shadow: none;
        margin: 0.35rem 0;
    }

        .filter-box .input-group:hover, .filter-box .input-group:focus {
            box-shadow: none;
        }

        .filter-box .input-group .input-group-addon {
            background: none;
            border: none;
        }

        .filter-box .input-group input[type="text"].form-control {
            border: none !important;
            box-shadow: none;
        }

            .filter-box .input-group input[type="text"].form-control:hover, .filter-box .input-group input[type="text"].form-control:focus {
                box-shadow: none;
            }

    .filter-box .k-datetimepicker {
        margin: 0.48rem 0;
    }

        .filter-box .k-datetimepicker .k-picker-wrap {
            background: none !important;
            border: none !important;
        }

            .filter-box .k-datetimepicker .k-picker-wrap .k-input {
                border: none !important;
            }

                .filter-box .k-datetimepicker .k-picker-wrap .k-input:hover, .filter-box .k-datetimepicker .k-picker-wrap .k-input:focus {
                    box-shadow: none;
                }

            .filter-box .k-datetimepicker .k-picker-wrap .k-select {
                border: none;
            }

            .filter-box .k-datetimepicker .k-picker-wrap:hover, .filter-box .k-datetimepicker .k-picker-wrap:focus {
                box-shadow: none;
            }

        .filter-box .k-datetimepicker.k-header {
            background: none !important;
        }

    .filter-box .k-dropdown-wrap.k-state-default {
        background: none !important;
    }

    .filter-box .btn-plain-default {
        border: none !important;
        padding: 0.7rem 1rem !important;
    }

.table-box {
    padding: 1rem;
}

.more_actions {
    float: right;
    position: relative;
}

    .more_actions .more_actions_btn {
        font-size: 0.875rem;
        padding: 0 0.5rem;
    }

    .more_actions .more_actions_container {
        -moz-border-radius: 0.25rem;
        -webkit-border-radius: 0.25rem;
        border-radius: 0.25rem;
        display: none;
        left: 1.5rem;
        padding: 0;
        position: absolute;
        top: -1rem;
        width: 11rem;
        z-index: 2;
    }

        .more_actions .more_actions_container::before {
            content: '';
            height: 0.8rem;
            left: -0.5rem;
            position: absolute;
            top: 1rem;
            transform: rotate(135deg);
            width: 0.8rem;
            z-index: -1;
        }

        .more_actions .more_actions_container ul {
            margin: 0px;
        }

            .more_actions .more_actions_container ul li a {
                display: block;
                font-weight: bold !important;
                padding: 0.8rem 1rem;
            }

                .more_actions .more_actions_container ul li a:hover {
                    color: #f26e7c;
                }

.btn-plain-danger, .btn-plain-primary, .btn-plain-warning, .btn-plain-default, .btn-plain-success, .btn-delete {
    background: none !important;
    margin-left: 0.5rem;
    min-width: 4rem;
    padding: 0.25rem 0 !important;
    padding: 0.4rem 0.75rem !important;
}

.btn-delete, .btn-update, .btn-save {
    background: none !important;
    border: none !important;
    font-size: 0.875rem;
    margin-left: 0.25rem;
    min-width: 2rem;
    padding: 0.25rem !important;
}

/*.expandableRow .col-sm-12 {
    padding: 0 0 0 0.35rem;
}*/

/*-----Buttons End------*/

header {
    height: 2.7rem;
    position: fixed;
    transition: top 200ms ease;
    width: 100%;
    z-index: 9999;
}

.HideHeader {
    top: -4rem;
    transition: top 200ms ease;
}

.main-wrapper {
    height: calc(100% - 4.6em);
    position: relative;
}

#sidebar {
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: block;
    left: -11rem;
    min-height: 100%;
    padding: 0 !important;
    position: fixed;
    top: 2.7rem;
    transition: all 0.5s ease-out 0s;
    width: 15.400rem;
    z-index: 99;
}

    #sidebar.active {
        left: 0 !important;
    }

.otherLoggedIn {
    font-size: 0.875rem;
    padding: 1rem 0.4rem;
}

    .otherLoggedIn .text1 {
        display: block;
    }

    .otherLoggedIn .text2 {
        text-transform: uppercase;
    }

    .otherLoggedIn .close_btn_otherLoggedIn {
        cursor: pointer;
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
    }

    .otherLoggedIn.fullPage {
        padding: 0.5rem 1rem;
        position: relative;
    }

        .otherLoggedIn.fullPage .text1 {
            display: inline-block;
            margin-right: 1rem;
        }

        .otherLoggedIn.fullPage .close_btn_otherLoggedIn {
            margin-left: 0.5rem;
            position: static;
        }

#sidebar + #page-content {
    margin-left: 15.4rem;
}

#page-content {
    display: block;
    margin-top: 2.7rem;
    min-height: 100%;
}

.calendarWithSidebar {
    /*margin-left: 14.4rem;
    width: 83.9%;*/
    /*width: calc(100% - 12.7rem);*/
    float: right;
    margin: -20px -20px;
}

.sub-content {
    height: 3rem;
    line-height: 1.2rem;
    padding: 0.75rem 1rem 0.75rem 1rem;
}

div.sub-content:empty, div.sub-content:blank {
    display: none;
}

/*.main_content {
    padding: 1.25rem;
    min-height: 26rem;
}*/

.main-logo-text {
    display: inline-block;
    float: left;
    margin-top: 0.35rem;
    min-width: 15.4rem;
    padding: 0 1rem;
}

    .main-logo-text .mlogo {
        -moz-border-radius: 2.5rem;
        -webkit-border-radius: 2.5rem;
        border-radius: 2.5rem;
        float: left;
        font-size: 0.875rem;
        height: 2rem;
        padding: 0rem;
        width: 2rem;
    }

        .main-logo-text .mlogo img {
            height: 2rem;
            margin: 0rem;
            width: 2rem;
        }

    .main-logo-text .mtext {
        float: left;
        font-size: 0.875rem;
        font-weight: 700;
        margin-left: 0.5rem;
        margin-top: 0.5rem;
        text-transform: uppercase;
    }

.Fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4;
}

.calendar .fc-row .fc-widget-header {
    color: #fff;
    padding-bottom: 0.5rem;
}

.listDateTimeContainer {
    height: 19rem;
    overflow-y: scroll;
}

.listDateTime {
    float: left;
    font-size: 0.875rem;
    width: 42.2%;
}

.caldenr_event_widget .mt20 {
    margin: 0 !important;
}

.caldenr_event_widget .form-fields {
    margin: 0px !important;
}

.main-menu {
    margin: 0.85rem 0.25rem 0;
}

    .main-menu li {
        float: left;
    }

        .main-menu li a {
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            -webkit-transition: all 0.5s ease-out 0s;
            /*text-transform: uppercase;*/
            font-size: 0.875rem;
            font-weight: 600;
            letter-spacing: 0.6px;
            padding: 0.3rem 0.2rem 1.1rem 0.75rem;
            transition: all 0.5s ease-out 0s;
        }

            .main-menu li a.active, .main-menu li a:hover {
                background: none;
            }

.rounded_corner_img {
    border-radius: 50%;
    display: block;
    margin: 1rem auto 0.5rem;
}

.show-on-hover {
    margin-top: 0px;
    position: relative;
}

    .show-on-hover .dropdown-menu li {
        display: block;
        float: none;
        margin: 0px;
    }

        .show-on-hover .dropdown-menu li a, .show-on-hover .dropdown-menu li .no-btn {
            display: block;
            height: auto;
            padding: 0.5rem;
            width: 100%;
        }

    .show-on-hover:hover > ul.dropdown-menu {
        display: block;
        margin: 0px;
        padding: 0;
    }

.child-menu {
    padding: 0;
}

    .child-menu li {
        float: left;
    }

        .child-menu li:first-child a {
            padding: 0.5rem 0.75rem 0.5rem 0;
        }

        .child-menu li a {
            font-size: 0.875rem;
            font-weight: 700;
            padding: 0.5rem 0.75rem;
            text-transform: capitalize;
        }

            .child-menu li a:active, .child-menu li a.active, .child-menu li a:hover {
                background: none;
            }

.side-menu li {
    display: block;
}

.sub-headdings {
    margin: 1rem 0;
}

    .sub-headdings h3 {
        color: black;
        text-transform: uppercase;
    }

    .sub-headdings p {
        margin: 0;
        padding: 0;
    }

.social_icons {
    float: right;
    list-style: none;
}

    .social_icons li {
        float: left;
    }

.linkdin_social {
    position: absolute;
    right: 19.375rem;
    top: 2rem;
}

.social_icons li a {
    background: url(../Images/social_icons.png);
    background-position: 36px 0px;
    display: block;
    height: 1.75rem;
    margin-right: 0.3125rem;
    text-indent: -9999px;
    width: 1.75rem;
}

    .social_icons li a.fb {
        background-position: 0px 0px;
    }

    .social_icons li a.in {
        background-position: -38px 0px;
    }

    .social_icons li a.tw {
        background-position: -80px 0px;
    }

    .social_icons li a.fliker {
        background-position: -102px 0px;
    }

.footer {
    display: none;
    font-size: 0.875rem;
}

/*----------Pannel Bar Css ---------*/

.nav-side-menu {
    font-size: 0.875rem;
    font-weight: 200;
    height: 100%;
}

    .nav-side-menu .brand {
        display: block;
        font-size: 0.875rem;
        line-height: 2.5rem;
        text-align: center;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul, .nav-side-menu li {
        cursor: pointer;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .nav-side-menu li a {
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            -webkit-transition: all 0.5s ease-out 0s;
            text-transform: capitalize;
            transition: all 0.5s ease-out 0s;
        }

        .nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
            content: "\f078";
            display: inline-block;
            float: right;
            font-family: FontAwesome;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            vertical-align: middle;
        }

        .nav-side-menu ul .sub-menu li, .nav-side-menu li .sub-menu li {
            border: none;
            line-height: 1.4rem;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
                vertical-align: middle;
            }

.ui-grid-header-cell .sortable {
    text-transform: capitalize;
}

.nav-side-menu li {
    padding-left: 0px;
    position: relative;
}

    .nav-side-menu li a {
        box-sizing: border-box;
        display: block;
        font-size: 0.76rem !important;
        font-weight: normal;
        padding: 0.5rem 0.8rem !important;
        text-decoration: none;
        text-transform: uppercase;
    }

        .nav-side-menu li a i {
            padding-left: 0.5rem;
            padding-right: 1rem;
            width: 1rem;
        }

    .nav-side-menu li:hover {
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        margin-bottom: 0.5rem;
        position: relative;
        width: 100%;
    }

        .nav-side-menu .toggle-btn {
            cursor: pointer;
            display: block;
            padding: 0.15rem;
            position: absolute;
            right: 0.5rem;
            text-align: center;
            top: 0.5rem;
            width: 2rem;
            z-index: 10 !important;
        }

    .brand {
        font-size: 0.875rem;
        line-height: 2.5rem !important;
        padding-left: 1rem;
        text-align: left !important;
    }
}

.sub-menu li a {
    font-size: 0.875rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

/*----------Pannel Bar Css End ---------*/

.search-form .form-group {
    border-radius: 1.25rem;
    float: right !important;
    height: 2rem;
    transition: all 0.35s, border-radius 0s;
    width: 2rem;
}

    .search-form .form-group input.form-control {
        background: transparent;
        border: 0 none;
        box-shadow: none;
        display: none;
        padding-right: 1rem;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover, .search-form .form-group.hover {
        border-radius: 0.2rem 1.25rem 1.25rem 0.2rem;
        width: 100%;
    }

        .search-form .form-group:hover input.form-control, .search-form .form-group.hover input.form-control {
            display: block;
        }

    .search-form .form-group span.form-control-feedback {
        display: block;
        font-size: 0.875rem;
        height: 1.7rem;
        left: initial;
        line-height: 1.7rem;
        position: absolute;
        right: 0.1rem;
        text-align: center;
        top: 0.1rem;
        width: 1.7rem;
        z-index: 0;
    }

.btn {
    cursor: pointer;
    text-transform: capitalize;
    white-space: normal;
}

.btn-icon {
    border: none !important;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.875rem !important;
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
}

    .btn-icon i {
        display: block;
        font-size: 0.875rem;
        font-weight: 100;
        margin: 0.1rem 0.25rem 0 0.25rem;
    }

.thumbnail-person {
    display: block;
}

.sidemenu-mobile-icon {
    display: none;
    margin-top: 0.75rem;
}

.close-sidemenu-btn {
    -ms-transform: skewY(90deg); /* IE 9 */
    -webkit-transform: skewY(90deg); /* Safari 3-8 */
    background: #0e203a;
    border-radius: 0.375rem 0.375rem 0 0;
    cursor: pointer;
    cursor: pointer;
    float: right;
    font-size: 0.8rem !important;
    font-weight: 100 !important;
    height: 1.675rem;
    letter-spacing: 0.0625rem;
    padding: 0.1875rem 0;
    position: absolute;
    right: -47px;
    /*margin: 1.6rem -3.1rem -3.5rem 0px;*/
    text-align: center;
    text-transform: uppercase;
    top: 22px;
    transform: rotate(90deg);
    width: 4.375rem;
}

.menu-bar:before {
    content: "\f0c9";
}

#sidebar.active .menu-bar:before {
    content: "\f2d4";
}

.main-menu-container {
    float: left;
}

.flex_row_center {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.flex_row_center {
    display: none;
}

header {
    margin: 0;
}

.scheduleSeperator {
    padding: 1rem 0;
}

.fc-time-grid-event {
    padding: 0.25rem 0.5rem 0.5rem;
}

.fc-center h2 {
    /*float: left;*/
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0.25rem 0.5rem 0 0 !important;
    padding: 9px 0;
}

.fc-prev-button, .fc-next-button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

    .fc-prev-button:hover, .fc-next-button:hover, .fc-prev-button:focus, .fc-next-button:focus {
        outline: none !important;
    }

.home_widget h2 {
    margin-bottom: 0rem !important;
    text-transform: capitalize;
}

/*--------------------Custom Controlls------------*/

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            cursor: pointer;
            display: inline-block;
            height: 2em;
            outline: 0;
            position: relative;
            user-select: none;
            width: 4em;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                content: "";
                display: block;
                height: 100%;
                position: relative;
                width: 44%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-flat + .tgl-btn {
    -webkit-transition: all .2s ease;
    border-radius: 2em;
    padding: 0.2rem 0.3rem;
    transition: all .2s ease;
}

    .tgl-flat + .tgl-btn:after {
        -webkit-transition: all .2s ease;
        border-radius: 1em;
        content: "";
        transition: all .2s ease;
    }

.tgl-flat:checked + .tgl-btn:after {
    border-radius: 50%;
    left: 50%;
}

.tgl-flat:disabled + .tgl-btn:after {
    border-radius: 50%;
    left: 50%;
}

/*-------------Custom checkbox end-----------*/

/*/[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 1rem;
  cursor: pointer;
  line-height: 1rem;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.05rem solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #66b710;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #b7b7b7;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}*/

/*------------Custom Radio Button Css End-------------*/


.nav.nav-tabs {
    margin: 1rem 0;
}

    .nav.nav-tabs.twoColoms li {
        padding: 0;
        width: 50%;
    }

        .nav.nav-tabs.twoColoms li a {
            font-size: 0.875rem;
            padding: 0.625rem 0;
        }

            .nav.nav-tabs.twoColoms li a span {
                display: block;
                font-size: 0.875rem;
                font-weight: bold !important;
                text-transform: capitalize;
            }

.tab-content { /*border-bottom: 0.2rem solid #e1e1e1;*/
}

    .tab-content .ui-grid-cell { /*height: 3.2rem !important;*/
    }

        .tab-content .ui-grid-cell .btn {
            margin-top: 0.625rem;
        }

    .tab-content .ui-grid-contents-wrapper {
        margin-bottom: 0;
    }

#sidebar {
    width: 12.5rem !important;
}

    #sidebar + #page-content {
        margin-left: /*11rem !important*/ 1.5rem !important;
    }

.nav-side-menu, #sidebar {
    text-align: left;
}

/*_______________________Responsive Start__________________________________________________*/

@media screen and (min-width: 320px) {
    html {
        font-size: calc(16.16455696px);
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width: 1201px) {
    .widget_box {
        min-height: 29rem;
    }

    .widget_box_report {
        min-height: 25rem;
    }
}

@media screen and (min-width: 1600px) {
    /*.widget_box {
        min-height: 27rem;
    }*/
}

@media screen and (max-width: 1025px) {
    /*html {
        font-size: 16px;
    }
    .main-menu-container {
        float: right;
    }*/

    #page-content {
        margin-left: 0;
        width: 100% !important;
    }

    .calendarWithSidebar { /*margin-left: 0 !important;*/
    }

    #sidebar + #page-content {
        margin-left: 0 !important;
        padding-left: 1.4rem !important;
    }

    .close-sidemenu-btn {
        display: block !important;
    }

    .sidemenu-mobile-icon {
        display: block;
        margin-top: 0 !important;
    }

    .navbar-toggle {
        margin-top: 0.75rem;
    }

    /*.navbar-collapse {
        position: absolute;
        right: 0;
    }*/
    /*---------Responsive Side Menu------*/
    /*#sidebar:hover {
        background: #0e203a9c !important;
    }*/
    #sidebar {
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        left: -11.2rem;
        position: fixed;
        top: 3.7rem;
        transition: all 0.5s ease-out 0s;
        width: 11.5rem;
        z-index: 99;
    }

        #sidebar.active {
            left: 0;
            width: 12.5rem;
        }

    /*---------Responsive Side Menu End------*/

    /*.main-menu li {
        display: block;
        float: none;
    }*/

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        border-width: 0 0 0.05rem;
        top: 0;
    }

    /*.navbar-collapse.collapse {
        display: none !important;
    }*/

    .navbar-nav {
        float: none !important;
        margin-top: 2.666rem;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-bottom: 0.5rem;
                padding-top: 0.5rem;
            }

    .collapse.in {
        display: block !important;
    }
}

/*
    --------Sky UI-GRID CSS Start -------------------
*/

/*::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

::-webkit-scrollbar-track {
    width: 0.5rem;
    height: 0.25rem;
}

::-moz-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

::-moz-scrollbar-track {
    width: 0.5rem;
    height: 0.25rem;
}*/

.ui-grid-viewport.ng-isolate-scope {
    height: auto !important;
    min-height: auto;
}

.ui-grid.ng-isolate-scope {
    background: #fff;
    height: auto !important;
    overflow: hidden;
}

.scrollbar_har .ui-grid-contents-wrapper { /*padding-bottom: 1.5rem;*/
}

.gridWithPlus .nav.nav-tabs {
    margin: 0 !important;
}

.gridWithPlus .tab-pane, .gridWithPlus .tab-content {
    margin: 0 0 0 -0.6px !important;
    padding: 0 !important;
}

.gridWithPlus2 .ui-grid-cell.ui-grid-row-header-cell {
    padding: 0.9375rem 0.625rem !important;
}

.display-none {
    display: none;
}

.btn.full-width {
    height: auto !important;
    width: 100% !important;
}

textarea.k-textbox {
    font-size: 0.8125rem;
    padding: 0.4rem 1rem;
}

textarea.text-fld {
    padding: 0.48rem 1rem;
}

.tal {
    text-align: left !important;
}

.inline-block {
    display: inline-block;
}

.dropdown .btn-outer {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0.6rem 0.5rem !important;
}

.nav-side-menu li a.active {
    font-weight: 600;
}



/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 1.4rem;
  cursor: pointer;
  line-height: 1rem;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.05rem solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #66b710;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
   opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #b7b7b7;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}*/




.mainCalendar #sidebar { /*width: 14rem !important;*/
}

.calendar-sidebar .k-calendar .k-calendar-view, .k-calendar .k-calendar-view {
    height: auto;
}

.fc-time-grid .fc-slats td {
    height: 0 !important;
}

.fc .fc-axis {
    padding: 0px 1.25rem !important;
}

td.fc-axis.fc-widget-content span {
    font-weight: normal;
}

.active_grid .ui-grid {
    border: none;
    overflow: inherit;
}

.k-i-arrow-60-down:before {
    /*background-size: 80% auto;
    height: 11px;
    background-repeat: no-repeat;
    padding: 0 0px 0 20px;
    display: block;*/
}

.k-textbox .k-icon {
    right: 0.5625rem;
}

/*.form-fields .k-dropdown .k-select {
    padding-right: 1.5rem;
}*/

.active_grid_block {
    border-radius: 0.25rem;
    float: left;
    margin: 0;
    /*height: 25.01rem;*/
    padding: 0.75rem 0.0625rem;
    width: 100%;
}

.active_grid_status span {
    font-weight: normal !important;
}

.active_grid_block label {
    color: #9c9c9c;
    font-weight: normal;
    margin-bottom: 0;
}

.active_grid_block span {
    font-size: 0.78rem;
    font-weight: 400;
}

/*.active_grid_block .col-sm-6 {
    padding: 0 0 0.625rem 0.875rem;
}*/

.active_grid_block .form-group {
    font-size: 0.9rem;
    margin-bottom: 0.6875rem;
}

.no-bor {
    border: none !important;
}

.active_grid #grdUser .ui-grid-cell {
    height: 25.01rem !important;
    margin: 0 1.25rem 1.25rem 0;
    max-width: inherit !important;
    min-width: inherit !important;
    padding: 0;
}

.block2 .ui-grid-contents-wrapper {
    margin: 0 -0.3125rem;
}

.block2 .ui-grid-pager-panel {
    padding: 0.5rem 0;
}

.active_grid #grdUser .ui-grid-row {
    clear: none;
    float: left;
    height: auto !important;
    padding: 0 0.3125rem 0.625rem;
    width: 25%;
}

.active_grid #grdUser .ui-grid-cell .row {
    margin: 0;
}

.active_grid_name {
    /* border-bottom: 1px solid #d7d7d7;
    margin: 0 0 20px;*/
    position: relative;
}

.ui-grid-cell .active_grid_member {
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1rem;
    padding: 0 0 0.9375rem;
}

.active_grid_audit {
    border-radius: 2.1875rem !important;
    display: none !important;
    font-size: 0.875rem !important;
    line-height: 1.125rem !important;
    margin: 0 !important;
    padding: 0.4375rem 0.9375rem 0.25rem !important;
}

.active_grid_resend {
    clear: both;
    display: none;
    padding: 0.875rem 0.625rem !important;
    width: 100%;
}

    .active_grid_resend .btn-3 {
        text-transform: uppercase;
    }

/*.round_setting_main {
    position: absolute;
    right: 0.9375rem;
    top: 0.3125rem;
}*/

/*.round_setting_main:hover {
    background: #f5f3f3;
    border-radius: 100%;
}*/

.round_setting_in {
    border-radius: 50%;
    display: block;
    height: 1.875rem;
    padding: 0.3125rem 0px;
    text-align: center;
    width: 1.875rem;
}

.round_setting_main:hover .round_setting_hover {
    display: block;
}

/*.round_setting_hover {
    position: absolute;
    top: 1.875rem;
    right: -0.625rem;
    z-index: 999;
    width: 10.8875rem;
    padding: 0 0;
    border-radius: 0.25rem;
    display: none;
}*/

.round_setting_hover span {
    cursor: pointer;
    display: block;
    font-size: 0.765rem;
    line-height: 1.025rem;
    margin: 0;
    padding: 0.1125rem 0.575rem;
}

    .round_setting_hover span:hover {
        background: #f5f3f3;
    }

    .round_setting_hover span label {
        cursor: pointer;
    }

.widget_box .widget_heading {
    padding: 1rem;
}

.ui-grid-cell-contents {
    text-overflow: inherit;
    white-space: normal;
    word-break: break-word;
}

.list-item-style-1 li .text_1 {
    font-size: 0.8125rem;
}

.img-circle {
    border-radius: 30%;
}

.ui-grid-header-cell {
    padding: 0.8125rem 0.5rem;
    vertical-align: middle;
}

.edit_popup {
    width: 100%;
}

    .edit_popup em {
        cursor: pointer;
        display: block;
        font-size: 1rem;
        font-style: normal;
        font-weight: bold;
        line-height: 1.375rem;
        padding: 0.625rem;
        width: 100%;
    }

.action_bolt {
    width: 1.6rem !important;
}

.pointer {
    cursor: pointer;
}


@media only screen and (max-width: 1400px) {
    .caldenr_event_widget .caldenr_event_box .m1rem .dropdown {
        margin: 0 0.5rem 0 0;
    }

    .widget_box_report {
        min-height: 19.6rem !important;
    }

    .list-item-style-1 li img {
        width: 2.3rem;
    }
}


.k-numerictextbox .k-input {
    padding: 0.5rem 0.25rem;
    text-align: right;
}

.ui-grid-canvas {
    height: auto !important;
    padding-top: 0;
}

.fc th, .fc td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.fc-basic-view .fc-body .fc-row {
    /*height: 10rem !important;*/
    min-height: 10em;
}

.fc-time-grid-event .fc-time {
    font-weight: 600;
}

.fc-time-grid-event {
    padding: 0.7rem 0.9rem 0rem;
}

.fc-time-grid .fc-slats .fc-minor td {
    height: 0px !important;
}

.fc-time-grid-event { /*height: 2.8125rem;*/
}

.fc-event-unavailability {
    font-size: 0.6875rem;
}

.fc-time-grid-event .fc-title {
    font-size: 0.6875rem;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-weight: bold;
}

.fc-day-top.fc-other-month, .fc-month-view .fc-widget-content { /*height: 8.125rem;*/
}

.fc-agendaDay-view .fc-event.appt-event {
    height: 2.8125rem;
}

.fc-month-view .fc-event.appt-event, .fc-month-view .fc-event.ooo-event, .fc-agendaDay-view .fc-event.ooo-event {
    margin-top: 0;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left !important;
    padding: 0.625rem 0 0 0.625rem;
    position: relative;
    z-index: 999999;
}

.fc-month-view .fc-event.appt-event {
    border-left: none !important;
    height: 9.5rem;
    padding: 0px;
}

.fc-month-view .fc-event.ooo-event {
    height: 9.5rem;
    margin-top: -2.0625rem;
    padding: 0.4375rem 0 0;
}

.fc-month-view .fc-event.appt-event {
    margin-top: 0;
    padding: 0.625rem 0px 0 0.125rem;
    position: absolute;
    top: 0;
    width: 9.625rem;
}

.fc-day-grid-event {
    margin-right: 0 !important;
}

.fc-event .fc-title {
    color: #000 !important;
    font-weight: bold;
}

.fc-day-grid-event.fc-event .fc-time {
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
}

.fc-day-grid-event .fc-time {
    display: block;
    margin: 1.875rem 0 0;
    padding: 0 0 0 0.5625rem;
}

.fc-h-event .fc-title {
    display: block;
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
}

.fc-day-grid-event .fc-event-unavailability {
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    padding: 0.375rem 0.625rem;
}

.fc-content .fa {
    display: none;
}

.fc-event-unavailability br {
    display: none;
}

.total_sessions span, .calender_headding div.follow_sessions span, .calender_headding div.appt_sessions span, .calender_headding div.outOf_sessions {
    font-size: 0.775rem;
    font-weight: bold;
}



.calendar .fc-row .fc-widget-header {
    padding-top: 0.5rem !important;
}

.mainCalendar #toprow {
    margin: 0.5rem 0 0;
    padding: 0.35rem 1.25rem;
    position: fixed;
    top: 2.3125rem;
    width: calc(100% - 11.1rem);
    z-index: 9;
}

.mainCalendar .calender_headding {
    align-content: center;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
}

.mainCalendar .calender_headding {
    position: fixed;
    top: 5.26rem;
    width: calc(100% - 11.1rem);
}

.fc-body {
    /*position: absolute;
    top: 60px;*/
}

.height-35 {
    padding: 9.4rem 0 0;
}

    .height-35 .fc-toolbar.fc-header-toolbar {
        padding: 0px 0 0 6.0625rem !important;
    }

.mainCalendar .calendar .fc-toolbar.fc-header-toolbar {
    padding: 0;
}

.height-35 .fc-divider {
    background: #dddddd;
    border: 0 !important;
    height: 1px !important;
    padding: 0;
}

.height-35 .fc-agenda-view .fc-day-grid {
    display: none !important;
}

.dashboard_in {
    /*position: relative;*/
    z-index: 9;
}

.round_setting_main:hover .addon_setting {
    display: none;
}

.plandetails_add {
    font-size: 0.875rem;
}

.plandetails_main {
    min-height: 24rem;
}

    .plandetails_main .col-sm-12 {
        margin: 0;
        padding: 0.625rem 1.25rem !important;
    }

    .plandetails_main .form-group label {
        font-weight: 600;
    }

    .plandetails_main .form-group em {
        font-size: 0.875rem;
        font-style: normal;
    }

.plandetails_date input {
    padding: 0.625rem 0 !important;
}

.no_bdr {
    border: none !important;
}

.form-fields input {
    height: 2.125rem;
    /*margin: 0 !important;*/
    /*padding: 0 0.375rem !important;*/
    /*border-radius: 4px !important;*/
}

.form-fields .col-sm-11 {
    width: 100%;
}

/*.dashboard_in .fc-body {
    display: none;
}*/

.grid-border {
    width: 100%;
}

    .grid-border .border_number {
        border-bottom: none;
    }

.ui-grid-icon-blank, .ui-grid-icon-up-dir, .ui-grid-icon-down-dir {
    display: none !important;
}

.pad-last {
    padding: 0 !important;
}

.mrg-last {
    margin: 0 !important;
}

.ul-menu-har li a {
    font-size: 0.75rem;
}

.action_bolt .btn {
    height: 1.61rem !important;
}

.k-dropdown {
    border: 0 !important;
}

.group1 {
    display: inline-block;
    margin-bottom: 0.6875rem;
    width: 100%;
}

.active_grid_block .group1 {
    min-height: 3.2rem;
}

.group1 .form-group {
    border-bottom: 0;
    margin-bottom: 0;
}

.k-icon, .k-tool-icon {
    height: 100%;
}

.k-textbox .k-icon {
    margin: 0;
    top: 0;
}

.view-btn {
    margin: 0;
    padding: 0.1875rem 0.625rem;
}

/*add css*/

#ClientTemplate, #AssociateTemplate {
    height: 22.8em;
    padding: 1rem;
}

#Subscription .ui-grid-cell {
    border: 0;
    display: block;
    margin: 0 1.25rem 0.35rem 0;
    max-width: inherit !important;
    min-width: inherit !important;
    padding: 0;
    width: 100%;
}

#Subscription .ui-grid-row {
    clear: none;
    height: auto !important;
    width: 100%;
}

#Subscription .ui-grid-cell .row {
    border-radius: 0.25rem;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

#Subscription .ui-grid-row, .ui-grid-cell {
    height: auto !important;
}

#Subscription .ui-grid-row {
    display: inline-block;
    float: none;
    margin-top: 1.25rem;
    vertical-align: top;
    width: 100%;
}

.Subscription-mrg .ui-grid-row {
    margin: 0 !important;
}

#Subscription label {
    font-weight: normal;
    margin-bottom: 0;
}

#Subscription span {
    display: block;
    font-weight: 400 !important;
    padding: 0;
}

#Subscription .ui-grid {
    border: none;
}

#Subscription .ui-grid-header-cell {
    margin: 0 0 0.625rem;
}

#Subscription .ui-grid-header-cell, .ui-grid-cell-contents {
    padding: 0.125rem;
    white-space: normal;
    word-break: break-word;
}

#Subscription .ui-grid-cell .btn {
    padding: 0 0 0.3125rem;
}

.active_grid_block .col-sm-12 {
    /*padding: 0 0 0px 14px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;*/
}

.addon_select {
    float: left;
    width: 88%;
}

.addon_plusicon {
    float: right;
    margin: 0.875rem 0.5625rem;
}

/*.manage-section .ui-grid-cell {
    height: 20rem !important;
}

.manage-section .ui-grid-row {
    height: 15.5rem !important;
}*/

.section1 .ui-grid-cell {
    height: 20rem !important;
}

.section1 .ui-grid-row {
    height: 25.5rem !important;
}

.grid-height {
    height: 9.375rem;
}

.mainCalendar-main #dateRange {
    width: 100% !important;
}

.mainCalendar-main .mainCalendar {
    min-height: 24rem;
}

.mainCalendar-main .caldenr_event_box {
    padding: 0 !important;
}

/*#centerrow div {
    border: .001rem solid black;
}*/

.mainCalendar-main .fc-widget-content .fc-scroller {
    height: auto !important;
}

.mainCalendar-main #dateRange .k-header {
    display: none !important;
}

.mainCalendar-main #dateRange .k-footer {
    display: none !important;
}

.mainCalendar-main .time-sch-item-event {
    border-style: solid;
    border-width: 0.0625rem;
    width: 0.125rem;
}

.mainCalendar-main .time-sch-item {
    border-style: solid;
    border-width: 0.0625rem;
    transition: background-color ease 0.1s;
}

    .mainCalendar-main .time-sch-item.ui-draggable-dragging {
        cursor: move;
    }

.mainCalendar-main .realtime-info {
    display: none;
}

.mainCalendar-main .time-sch-header-wrapper {
    display: none !important;
}

#notegrid .ui-grid-row {
    display: table-row;
}

#notegrid .ui-grid-cell {
    display: table-cell;
    float: none;
}

.summary-style .ui-grid-cell {
    margin: 0 1.25rem 1.25rem 0;
    max-width: inherit !important;
    min-width: inherit !important;
    padding: 0;
}

.summary-style .ui-grid-row {
    clear: none;
    float: left;
    height: auto !important;
    width: 25%;
}

.summary-style .ui-grid-cell .row {
    border-radius: 0.25rem;
    float: left;
    margin: 0;
    padding: 0.75rem 0.0625rem;
    width: 100%;
}

.summary-style .ui-grid-row, .summary-style .ui-grid-cell {
    height: auto !important;
}

/*.summary-style .ui-grid-row {
    margin-top: 1.25rem;
    padding: 0 0.25rem;
}*/

.summary-style label {
    font-weight: normal;
    margin-bottom: 0;
}

/*.summary-style span {
    padding: 0 0 0.625rem;
    font-weight: bold !important;
}*/

.summary-style .ui-grid {
    border: none;
}

.summary-style .ui-grid-header-cell {
    margin: 0 0 0.625rem;
}

.summary-style .ui-grid-header-cell, .summary-style .ui-grid-cell-contents {
    padding: 0.125rem;
    white-space: normal;
    word-break: break-word;
}

.summary-style .ui-grid-cell .btn {
    padding: 0 0 0.3125rem;
}

.summary-style .active_grid_block .col-sm-12 {
    padding: 0 0.875rem 0.625rem 0.875rem;
}

.summary-style .addon_select {
    float: left;
    width: 88%;
}

.summary-style .addon_plusicon {
    float: right;
    margin: 0.875rem 0.5625rem;
}

.editor-section #myInstance1 {
    height: 28rem;
    padding: 1rem;
}

.editor-section #ClientTemplate, .editor-section #AssociateTemplate {
    height: 22.8em;
    padding: 1rem;
}

.block2 #grdUser .noborder {
    border: none;
}

.bolck3 .ui-grid-row.ng-scope {
    height: auto !important;
}

.successmessage {
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.loginErroressage {
    background-color: #f9cccc;
    border-radius: 0.5em;
    color: red;
    font-size: 13px;
    font-weight: normal;
    /* margin: -4px; */
    padding: 0.5em;
}


.modal-1 {
    padding: 0 !important;
    text-align: center;
}

    .modal-1:before {
        content: '';
        display: inline-block;
        height: 36%;
        margin-right: -0.25rem;
        vertical-align: middle;
    }

.modal-1-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.title-none {
    display: none;
}

.block4 {
    margin: 0 -0.9375rem;
}

.cover {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#previousTask .ui-grid-row {
    display: table-row;
}

#previousTask .ui-grid-cell {
    display: table-cell;
    float: none;
}

/*change*/


.height3 {
    min-height: 7.2rem;
}

.height4 {
    height: 2.875rem;
}

.height5 {
    min-height: 6rem;
}

.height6 {
    height: 5rem;
}

.min-height1 {
    min-height: 3.5rem;
}

.block5 {
    margin: 0 -0.9375rem;
    min-width: 0.0625rem;
}

.block-margin {
    margin: 0 -0.9375rem;
}

.block-width {
    width: 13.75rem;
}

.collapse.in {
    display: table;
}

.pad-last2 {
    padding-left: 0;
    padding-right: 0;
}

/*.toggle-handle {
    display:none;
}*/

.toggle-handle {
    background: #1fb106;
}

.on-off-btn {
    margin: -0.375rem 0 -0.375rem;
}

    .on-off-btn .toggle {
        padding: 0 !important;
        width: 6.25rem !important;
    }

.selectall-btn .toggle {
    padding: 0 !important;
    width: 7.0rem !important;
}

.block_4 {
    display: inline-block;
    width: 100%;
}

.padding-right-left {
    padding: 0 0.9375rem;
}

.block-6 {
    bottom: 0;
    position: absolute;
    width: 95%;
}

    .block-6 .dropdown, .block-6 .dropdown .btn-outer {
        margin: 0 !important;
    }

    .block-6 .dropup {
        float: left !important;
    }

.block-bord .ui-grid-cell {
    background: none !important;
    border: 0 !important;
}

.block-bord .change_grid .ui-grid-cell {
    display: block;
    margin: 0;
    width: 100% !important;
}

.block-bord .change_grid.memberDashboard .ui-grid-row {
    width: 33.33%;
}

.block-bord .change_grid .ui-grid-row {
    width: 100%;
}


.block-bord .change_grid .row {
    margin: 0;
    /*padding: 4px 3px;*/
}

.form-fields input.m_r {
    margin-right: 0.5rem !important;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    padding: 0.54rem 0.25rem;
}

.block6 .k-numerictextbox {
    border: 0;
}


.ui-grid-icon-button:before {
    margin: 0 !important;
}

.ui-grid-selection-row-header-buttons:before {
    margin-top: 0;
}

/*.arrow {
    position: absolute;
    right: -0.3125rem;
    top: 0.35rem;
}*/

.blk input {
    margin: 0;
    vertical-align: middle;
}

.k-panelbar-collapse.k-icon, .k-panelbar-expand.k-icon {
    margin-top: 0;
    transform: translateY(-50%);
}

.ui-grid-expandable-buttons-cell {
    text-align: center;
}

.ui-grid-icon-plus-squared, .ui-grid-icon-minus-squared {
    background: none;
    border: 0;
    outline: none;
}

.pad1 input {
    padding: 0.24rem 0 !important;
}

.plandetails_main {
    display: table-cell;
    float: none;
    vertical-align: top;
}

div.ui-grid-cell input {
    font-size: 0.7rem;
}

.font {
    font-size: 0.9375rem;
}

.height-35 .calendar .fc-toolbar.fc-header-toolbar {
    border-top: 1px solid #cdd4d6;
    min-height: 32px;
    position: fixed;
    top: 8.25rem;
    width: calc(100% - 11.1rem);
    z-index: 2;
}

.height-35 .fc-center h2 {
    font-size: 0.775rem;
    margin: 0 !important;
    padding: 0.6rem 1rem 0 0;
}

.height-35 .fc-head {
    position: fixed;
    top: 10.2rem;
    width: calc(100% - 11.1rem);
    z-index: 99;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

.ui-widget-header {
    font-weight: bold;
}

    /* Interaction states
----------------------------------*/

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        font-weight: normal;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button,
        .ui-button {
            text-decoration: none;
        }

            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                font-weight: normal;
            }

                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                a.ui-button:hover,
                a.ui-button:focus {
                    text-decoration: none;
                }

            .ui-state-active,
            .ui-widget-content .ui-state-active,
            .ui-widget-header .ui-state-active,
            a.ui-button:active,
            .ui-button:active,
            .ui-button.ui-state-active:hover {
                font-weight: normal;
            }

                .ui-state-active a,
                .ui-state-active a:link,
                .ui-state-active a:visited {
                    text-decoration: none;
                }

    /* Interaction Cues
----------------------------------*/

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        font-weight: normal;
        opacity: .7;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
    }

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    height: 1rem;
    width: 16px;
}

/* Overlays */

.ui-widget-overlay {
    opacity: .3;
}

/*add css*/

#ClientTemplate, #AssociateTemplate {
    height: 22.8em;
    padding: 1rem;
}

.grid1548645078025 .ui-grid-row {
    height: auto !important;
}

.fc-head-container .fc-row {
    margin: 0 0 0 -1px !important;
}

.cover {
    opacity: 0.3;
}

.dot {
    position: relative;
}

    .dot:after {
        content: ':';
        position: absolute;
        right: 0;
        top: 0;
    }

.boxSt1-in {
    margin: -1px -1px;
}

.trail {
    color: #b7bdc4;
    font-size: 0.875rem;
    font-weight: 700;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
}

.fields-block label {
    display: block;
}

.calendar-sidebar {
    left: 0 !important;
}

.dashboard-active {
    margin: -1.25rem 0 2.5rem;
    padding: 0;
}

/*.dashboard-active-in {
    margin: 0 -1.25rem 0 -1.25rem;
    padding: 0;
}*/

.dashboard-active-in input {
    text-transform: capitalize;
}

.dashboard-active table {
    width: 100%;
}

.dashboard-active td {
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem 0rem;
    text-transform: capitalize;
    width: 6.25rem;
}

    .dashboard-active td span {
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .dashboard-active td.active {
        position: relative;
    }

        .dashboard-active td.active:after {
            content: '';
            height: 1rem;
            left: 0;
            position: absolute;
            top: 100%;
            width: 100%;
        }

.active_grid .ui-grid-header {
    margin: 0 0 1.5rem 0;
}

.active_grid .ui-grid-header {
    display: none;
}

.ui-grid-pager-max-pages-number {
    margin: 0 0.3rem 0 0;
    vertical-align: middle !important;
}

.dropdown-main {
    padding: 0;
}

    .dropdown-main .dropdown-menu {
        margin: 0;
        padding: 0.5rem 1rem;
        width: 100%;
    }

        .dropdown-main .dropdown-menu a {
            color: #000;
            display: block;
            /*text-transform: uppercase !important;*/
            font-size: 0.75rem !important;
            font-weight: 600 !important;
        }


.dropdown-in {
    background: #fff !important;
    position: relative;
    text-align: left;
    width: 100%;
}

    .dropdown-in .caret {
        position: absolute;
        right: 0.6rem;
        top: 0.9rem;
    }

.width-auto-block {
    float: left;
}

.width-auto-block2 {
    float: right;
    width: calc(100% - 140px);
}

.width-auto2 {
    width: auto;
}

ul.list-block li {
    display: table;
    float: none;
    width: 100%;
}

ul.block-width2 {
}

    ul.block-width2 li {
        display: inline-block;
        float: left;
        margin-bottom: 0.6875rem;
        width: 16.4%;
    }

ul.block-width3 {
    margin: 0 -0.6rem;
}

    ul.block-width3 li {
        display: inline-block;
        float: left;
        margin-bottom: 0.6875rem;
        min-height: 70px;
        padding: 0 0.6rem;
        width: 25%;
    }

        ul.block-width3 li .form-control {
            margin: 0 !important;
        }


ul.block-width4 li {
    width: 50%;
}

.block-width5 {
    margin: 0 -0.6rem 1rem;
}


.width-280 {
    display: inline-block;
    width: 220px !important;
}

.ui-grid-footer-panel {
    height: auto !important;
}

.row-block {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 2rem 0;
}

h4.title {
    color: #d24858;
    display: block;
    float: left;
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0;
    padding: 0 15px;
    text-transform: capitalize;
    width: 100%;
}

.summary-style .ui-grid-cell .btn {
    display: inline-block;
    font-size: 0.78rem !important;
    padding: 0.2rem 0 !important;
    white-space: inherit;
}

.btns_weekDays input[type=checkbox] {
    margin: 0 0 3px 0 !important;
}

.panel-default > .panel-heading {
    display: table;
    height: auto !important;
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .ui-grid-cell .active_grid_member {
        font-size: 0.925rem;
    }
}

@media only screen and (max-width: 1300px) {
    .main-logo-text { /*min-width: 11rem;*/
    }

    .main-menu li a {
        font-size: 0.675rem;
        padding: 0.3rem 0.2rem 1.1rem 0.35rem;
    }

    .club_list, .trail {
        font-size: 0.675rem;
        padding-right: 0.45rem;
    }


    .DisplyTime {
        font-size: 0.675rem;
    }

    .main-menu {
        margin: 1.05rem 0 0;
    }

    .header_nav_icons { /*margin: 0.95rem 0rem 0 0;*/
    }
}

@media only screen and (max-width: 1200px) {
    .active_grid #grdUser .ui-grid-row {
        width: 33.3%;
    }

    #Subscription .ui-grid-row { /*width: 33.3%;*/
    }

    .active_grid_block label {
        font-size: 0.775rem;
    }

    .summary-style .ui-grid-row {
        width: 33.3%;
    }
}

@media only screen and (max-width: 992px) {
    .summary-style .ui-grid-row {
        width: 50%;
    }

    .main-menu li a {
        padding: 0.4rem 0.2rem 1.15rem 0.2rem;
    }

    .k-checkbox-label, .k-radio-label {
        padding-left: 1.25rem;
    }

    .club_list {
        padding-right: 0.35rem;
    }

    .panel-body {
        padding: 1rem 0 !important;
    }

    /*.header_nav_icons {
        margin:0;
    }*/
    .main-menu li a, .club_list, .trail, .DisplyTime {
        font-size: 0.59rem;
    }



    .dashboard-active td {
        font-size: 0.7rem;
    }

        .dashboard-active td span {
            font-size: 1.1rem;
        }

    .list-item-style-1 li { /*min-height: 68px;*/
    }

        .list-item-style-1 li .text_1 {
            font-size: 0.7125rem;
        }

    .active_grid #grdUser .ui-grid-row {
        width: 50%;
    }

    .widget_box {
        min-height: 31rem !important;
    }

    #Subscription .ui-grid-row { /*width: 50%;*/
    }

    .plandetails_main {
        display: block;
        float: none;
        min-height: auto;
    }

    ul.block-width2 li {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .active_grid #grdUser .ui-grid-row {
        width: 50%;
    }

    /*.k-animation-container {
        width: calc(100% - 65px) !important;
    }*/

    .list-item-style-1 li {
        min-height: auto;
    }

    ul.block-width2 li {
        width: 25%;
    }
}

@media only screen and (max-width: 599px) {
    .active_grid #grdUser .ui-grid-row {
        width: 100%;
    }
}

.img-hide img {
    display: none;
}

.img-width {
    height: 53px;
    width: 53px;
}

#myInstance1 table {
    width: 100%;
}

.pad-right {
    padding-right: 1rem !important;
}

.pad-left {
    padding-left: 1rem !important;
}

#eventWindow, #manageProfileWindow, .k-window { /*height: 100% !important;*/
}

.check-box {
    height: 16px;
    margin: 0 !important;
    vertical-align: middle;
}

.icon-none i {
    display: none !important;
}

.fa-history, .fa-plus, .questionIcon {
    cursor: pointer;
}

.invisible_fields .border1 .k-datepicker .k-picker-wrap {
    border: 1px solid #ccc !important;
}

    .invisible_fields .border1 .k-datepicker .k-picker-wrap .k-select {
        border-left: auto !important;
    }

.invisible_fields .border1 textarea.k-textbox {
    border: 1px solid #ccc !important;
}

ul.list-block1 {
    border: 1px solid #ccc;
    display: block;
    width: 500px;
}

    ul.list-block1 li {
        border-bottom: 1px solid #ccc;
        display: block;
        margin: 0 0 -1px 0;
        padding: 10px 20px;
        vertical-align: middle;
    }

.toggle-icon {
    background: none !important;
    border: 0 !important;
    font-size: 22px !important;
    min-width: auto;
    outline: none !important;
    width: 60px;
}

    .toggle-icon:after {
        color: #e38d97 !important;
        content: '\f077';
        font-family: 'FontAwesome';
        font-weight: normal;
    }

    .toggle-icon.collapsed:after {
        content: '\f078';
    }

.toggle-icon2 {
    font-size: 19px !important;
    line-height: normal;
    width: auto;
}

.line {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 -9px;
}

.agreementpop .popup-content {
    padding: 0 20px 0 0;
}

.padding2 {
    padding: 0 20px;
}

.bg-white1 {
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    margin: 0 0 5px 0;
    padding: 0;
}

.bg-white2 {
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    margin: 0 15px 5px;
    padding: 0;
    width: calc(100% - 30px);
}

.panel-heading2 {
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #0993cd;
    cursor: pointer;
    font-size: 16px !important;
    margin: 0 0 -1px;
    padding: 10px 15px;
    width: 100% !important;
}

.modal-dialog {
    margin: 90px auto 0 auto;
}

.open-cont {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}

    .open-cont p {
        color: #000;
        margin: 0 0 20px;
        padding: 0 15px;
    }

        .open-cont p a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
        }

.panel-heading2:after {
    float: right;
}

/*.tooltip {
    width: 300px;
}*/

.bg-white2 .panel-heading2 {
    font-size: 14px !important;
    padding: 6px 15px;
}

.bg-white1 input, .bg-white2 input {
    margin-bottom: 1.1rem !important;
}

.bg-white1 .k-input, .bg-white2 .k-input {
    margin: 0 !important;
}

.img-hide .ui-grid-cell {
    border: 0 !important;
}

span.toggle-icon {
    cursor: pointer;
    width: auto;
}

.vertical-meddile {
    margin: 0 !important;
    vertical-align: middle;
}

.form-control2 {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    color: #2e2e2e;
    font-size: 0.8125rem !important;
    height: 2.125rem !important;
    margin: 0 !important;
    padding: 0 0.375rem !important;
    width: 100% !important;
}

.margin-lr {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

.equal-height6 {
    min-height: 5rem;
}

.act .input-group {
    width: 100%;
}

.act .form-control {
    border-radius: 4px;
}

.act label {
    font-weight: 500;
}

.act .btn3 {
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    background: #6d2abf;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 20px;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

    .act .btn3:hover {
        background: #fff;
        border: 1px solid #6d2abf;
        color: #6d2abf;
    }

.date-filed .k-datepicker {
    border: 0;
    padding: 0;
}

.box-col h4 {
    display: inline-block;
}

.height-auto .ui-grid-row {
    height: auto !important;
}

.btn-narmal {
    background: none;
    min-width: 2rem;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'SegoeUI';
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.side-nav {
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    background: #061324;
    display: inline-block;
    height: calc(100% - 43px);
    left: 0;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 0 0 70px 0;
    position: fixed;
    top: 44px;
    transition: all 0.5s ease-out 0s;
    width: 188px;
    z-index: 2;
}

    .side-nav.active {
        left: 0;
    }

    .side-nav > ul {
        margin: 0;
        padding: 0;
        width: 180px;
    }

    .side-nav ul li {
        border-bottom: 1px solid #0c203a;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 12px;
        margin: 0;
        padding: 10px 0px 10px 36px;
        position: relative;
    }

        .side-nav ul li img {
            left: 10px;
            position: absolute;
            top: 10px;
        }

    .side-nav > ul > li > a {
        color: #fff;
        display: block;
        font-size: 13px;
    }

    .side-nav ul li.active, .side-nav ul li.active > a {
        background: #09192d;
        color: #fff;
    }

    .side-nav ul li.dropdown-item:before {
        background: rgba(0, 0, 0, 0) !important;
        border: calc(22px / 10) solid #ffffff;
        border-right: none;
        border-top: none;
        box-sizing: content-box;
        content: '';
        display: inline-block;
        float: right;
        height: calc(22px / 3.5);
        margin: auto;
        position: absolute;
        right: 12px;
        top: 15px;
        transform: rotate(-45deg);
        width: calc(22px / 3.5);
    }

    .side-nav ul li.dropdown-item {
        color: #fff;
    }

        .side-nav ul li.dropdown-item.open-sub:before {
            top: 17px;
            transform: rotate(-225deg);
        }

    /*.side-nav ul li:hover, .side-nav ul li.open-sub {
        background: #09192d !important;
    }*/

    .side-nav ul li a:hover {
        color: #fff;
    }

    .side-nav ul ul {
        background: #061324;
        border: 0;
        display: none;
        margin: 10px 0 -12px -30px;
        padding: 0;
        position: relative;
    }

        .side-nav ul ul:after {
            border-left: 1px dashed #577db5;
            content: '';
            display: inline-block;
            height: 100%;
            left: 11px;
            position: absolute;
            top: 0;
            width: 1px;
        }

        .side-nav ul ul li {
            border: 0;
            color: #577db5;
            display: block;
            margin: 2px 0;
            padding: 0;
            padding: 5px 0 5px 26px;
            position: relative;
            text-decoration: none;
            text-transform: initial;
        }

            .side-nav ul ul li:before { /*display: none;*/
            }

            .side-nav ul ul li:after {
                content: '--';
                display: inline-block;
                float: left;
                left: 13px;
                margin: 0px 0 0 0;
                position: absolute;
                top: 4px;
            }

            .side-nav ul ul li a {
                color: #4a6388;
                display: block;
                font-size: 12px;
                text-decoration: none !important;
            }

            .side-nav ul ul li:hover {
                background: #061324;
                color: #fff;
            }



    .side-nav ul li.change-arrow {
        background: #05162f;
    }

    .side-nav ul ul ul {
        margin: 7px 12px -7px -26px;
    }

        .side-nav ul ul ul li {
            color: #577db5;
            display: block;
            margin: 2px 0;
            padding: 5px 0 5px 40px;
            position: relative;
            text-decoration: none;
        }

        .side-nav ul ul ul:after {
            left: 29px;
        }

        .side-nav ul ul ul li:after {
            left: 29px;
        }


    .side-nav ul ul li.dropdown-item:before {
        top: 6px;
    }

    .side-nav ul ul li.dropdown-item.open-sub:before {
        top: 10px;
    }

/*.side-nav + #page-content {
        width: calc(100% - 188px) !important;
        float: right;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
    }*/

.nav-hide {
    border: .5px solid #34455a;
    bottom: -30px;
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .nav-hide:after {
        background: #061324;
        border: 1px solid #7e96b3;
        border-radius: 100%;
        color: #7e96b3;
        content: '\f100';
        cursor: pointer;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 15px;
        height: 22px;
        line-height: 20px;
        position: relative;
        top: -12px;
        width: 22px;
    }

.nav-close .side-nav {
    overflow: hidden;
    width: 34px;
}

    .nav-close .side-nav + #page-content {
        width: calc(100% - 34px) !important;
    }

.nav-close .nav-hide:after {
    border: 1px solid #fff;
    color: #fff;
    content: '\f101';
}

.nav-hide:hover:after {
    border: 1px solid #fff;
    color: #fff;
}

/*****Change grid***********/

.change_grid .ui-grid-contents-wrapper {
    margin: 0;
}

.change_grid .ui-grid-viewport {
    overflow: hidden !important;
    padding: 0 3px 10px 3px;
}

.change_grid .ui-grid-canvas {
    font-size: 0;
    margin: 0 0 0 -3.8px;
    width: 100.6% !important;
}

.change_grid #grdUser .ui-grid-cell {
    display: block;
    height: auto !important;
    margin: 0;
    overflow: inherit !important;
    width: 100%;
}

.change_grid #grdUser .ui-grid-row {
    display: inline-block;
    float: none;
    padding: 0 0.3125rem 0.325rem;
    vertical-align: top;
    width: 100%;
}

/*.change_grid .active_grid_block {
    font-size: 0;
    padding: 0.35rem 0.0625rem 0.35rem 5.6625rem;
}*/

.change_grid .active_grid_name {
    /*padding: 0 15px !important;*/
    border: 0 !important;
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
    width: 20%;
}

.change_grid .ui-grid-cell .active_grid_member {
    color: #000;
    font-size: 0.78rem;
    height: auto !important;
    padding: 0;
    white-space: normal;
}

.change_grid .active_grid_block .form-group {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 0.875rem 0.225rem 0.875rem;
    vertical-align: top;
    width: 20%;
}

.change_grid .active_grid_block span {
    color: #000;
    display: block;
}

    .change_grid .active_grid_block span a {
        color: #000;
    }

/*.change_grid .round_setting_main {
    font-size: 14px;
    /*left: 484%;*/

z-index: 2

;

top: 0.4rem

;

padding-bottom: 0.233rem

;
}

*/

.change_grid .round_setting_hover {
    right: 0;
    top: -11px;
}

.change_grid .rounded_corner_img {
    height: 84px !important;
    left: -83px !important;
    top: 0 !important;
    width: 84px !important;
}

@media only screen and (max-width: 1300px) {
    /*.change_grid .round_setting_main {
        left: 480%;
        top: 0rem;
    }*/

    .change_grid .round_setting_hover {
        right: -30px;
    }

    .widget_box .widget_heading h3 {
        font-size: 0.9rem !important;
    }

    .widget_box .view_all2 {
        font-size: 0.775rem;
    }
}

@media only screen and (max-width: 992px) {
    .change_grid .active_grid_block .form-group, .change_grid .active_grid_name {
        width: 25%;
    }

    /*.change_grid .round_setting_main {
        left: 376%;
    }*/
}

@media only screen and (max-width: 767px) {
    .change_grid .active_grid_block .form-group, .change_grid .active_grid_name {
        width: 33.3%;
    }

    /*.change_grid .round_setting_main {
        left: 278%;
    }*/
}

@media only screen and (max-width: 480px) {
    .change_grid .active_grid_block .form-group, .change_grid .active_grid_name {
        width: 50%;
    }
}

.validation-icons .scrollFiller {
    border: 0 !important;
}

.social_head {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 12px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.socialAcc_title {
    border-bottom: 1px solid #dfdfdf;
    display: inherit;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.socialAcc_title_inside {
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 6px;
}

    .socialAcc_title_inside span {
        color: #e34747;
        font-weight: 600;
    }

.btn_google {
    background: #ec3737;
    border: 1px solid #be0000;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
}

.User_Name, .User_Email {
    float: left;
    width: 50%;
}

    .User_Name b, .User_Email b {
        display: inline-block;
        min-width: 100px;
    }

.Account_closeIcon {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.active_grid_name .rounded_corner_img {
    display: inline-block;
    float: left;
    margin: 0;
    /*position: absolute;
    left: 5px;
    top: 0;*/
}

#Subscription .change_grid .active_grid_name {
    padding: 0 15px;
}

.otherLoggedIn {
    display: none;
}

    .otherLoggedIn.fullPage {
        display: block;
        left: 0;
        position: sticky;
        top: 44px;
        width: 100%;
        z-index: 2;
    }

.modal-dialog-middle .modal-dialog {
    margin: 100px auto 30px !important;
    width: 460px;
}

/*.plus-icon:before {
    content: '\f067';
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-family: FontAwesome;
    margin: 0 4px 0 0;
    font-weight: normal;
}*/

.member-toggle {
    margin: 0 !important;
    position: absolute;
    right: 0px;
    top: -5px;
}

    .member-toggle .toggle-icon {
        height: 50px !important;
        margin: 0 !important;
    }

.label-width .red {
    display: none;
}

.active_grid_name {
    padding: 0 15px 0 50px;
}

    .active_grid_name .rounded_corner_img {
        margin: 0;
        /*position: absolute;
        left: 10px;
        top: 0;*/
    }


.modal-dialog-middle .modal-dialog {
    margin: 100px auto 30px;
    width: 460px;
}

.btn-light2 {
    border-radius: 2px;
    padding: 8px 8px;
    text-align: center;
}

    .btn-light2 input {
        background: none;
        border: 0;
    }

.drap {
    border-color: #d5d5d5;
    border-radius: 4px;
    padding: 8px 0;
}

/********9-03-2019 changes*********/

.accesscard .ui-grid-row {
    width: 50%;
}

.k-window-content .accesscard .ui-grid-row {
    width: 99%;
}

.accesscard .ui-grid-cell .row {
    background: none !important;
}

/*.form-fields .k-widget.k-dropdown .k-dropdown-wrap {
    padding: 0.0625rem 0.2rem 0.0625rem 0;
}*/

/*.form-fields .k-widget.k-dropdown .k-dropdown-wrap .k-input {
        padding: 0.5rem 0.25rem 0.5rem 0 !important;
    }*/

.table-pic .pic-name {
    display: inline-block;
    margin: -3px 0 0;
    padding: 0 0 0 6px;
    width: calc(100% - 50px);
}

    .table-pic .pic-name .btn-3 {
        background: none;
        border: none;
        color: #0090f4;
        font-weight: 400;
        height: auto !important;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

/*.table-pic .pic-name .btn-3:hover {
            color: #f26e7c;
        }*/

.table-pic .pic {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.equal-height .form-group {
    min-height: 3.5rem;
}

    .equal-height .form-group .k-input {
        background-color: #f6f8f9;
    }

.equal-height textarea.k-textbox {
    background: none;
}

.header_nav_icons li.trail .no-btn {
    text-transform: uppercase;
}

.link-button {
    background: none !important;
    border: none;
    color: #069;
    cursor: pointer;
    padding: 0 !important;
    text-decoration: underline;
}

.manage-section .ui-grid.ng-isolate-scope {
    background: #fff;
}

.live-demo {
    border-bottom: 1px solid #0c203a;
    color: #fff;
    display: block;
    padding: 6px 16px;
}

    .live-demo a {
        color: #fff;
    }

        .live-demo a.active {
            color: #f26d7d;
        }

.password-block {
    align-content: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    left: 50%;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
}

    .password-block h2 {
        display: block;
        font-size: 26px;
        margin: 0;
    }

    .password-block p {
        display: block;
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0;
    }

    .password-block b {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin: -4px 0 10px 0;
        padding: 0;
        ";
    }


#AssociateForm .ui-grid-column-menu-button {
    display: none;
}

.table-responsive.modal-dialog-middle {
    overflow: inherit;
}

.msg .successMsg {
    margin: 60px -20px 0;
}

.dashboard_in .fc-widget-content {
    background: none !important;
    border: none !important;
}

.calendar-sidebar ul {
    background-color: #061324;
    width: 12.5rem !important;
}

.chartjs-render-monitor {
    width: 100% !important;
}

.Subscription-mrg .ui-grid.ng-isolate-scope {
    background: none !important;
}

.active_grid_block2 {
    width: 100%;
}

.change_grid .active_grid_block2 .col-sm-12 {
    border-bottom: 0.0625rem solid #d7d7d7 !important;
    padding: 0 0.875rem 0.625rem 0.875rem !important;
    width: 100%;
}

.change_grid .active_grid_block2 .form-group {
    width: 50%;
}

.change_grid .active_grid_block2 .group1 {
    margin-bottom: 0.6875rem;
}

.change_grid .active_grid_block2 .no-bor {
    border: 0 !important;
}

.change_grid .active_grid_block2 .round_setting_main {
    left: inherit;
}

.change_grid .active_grid_block2 .round_setting_hover {
    top: 32px;
}

.demo-btn {
    background: #3b89f3;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    opacity: .6;
    padding: 14px 20px;
    position: relative;
    text-transform: uppercase;
}

    .demo-btn:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #3b89f3;
        content: '';
        display: block;
        left: 50%;
        margin: 0 0 0 -10px;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 100%;
    }

.live-btn {
    background: #469715;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    opacity: .6;
    padding: 14px 20px;
    position: relative;
    text-transform: uppercase;
}

    .live-btn:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #469715;
        content: '';
        display: block;
        left: 50%;
        margin: 0 0 0 -10px;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 100%;
    }

.demo-btn.active, .demo-btn.active:after {
    opacity: 1;
}

.live-btn.active, .live-btn.active:after {
    opacity: 1;
}

.load-block {
    background: url(../Images/presence.png) no-repeat 70% 53px rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.totalm-search-addon span {
    font-weight: normal !important;
}

/*.popover {
    padding: 0;
    border-radius: 0;
    border: 0px;
    background: transparent;
    box-shadow: none;
}

    .popover .popover-content {
        padding: 0;
    }

    .popover .popover-title {
        padding: 0;
        background: transparent;
    }

    .popover .round_setting_hover {
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }

*/

.dropdown-header {
    padding: 0.23rem;
}

.pay-item {
    display: table;
    width: 100%;
}

    .pay-item > div {
        display: table-cell;
    }

        .pay-item > div:nth-child(1) {
            width: 50%;
        }

        .pay-item > div:nth-child(2) {
            width: 20%;
        }

        .pay-item > div:nth-child(3) {
            width: 30%;
        }

        .pay-item > div i.fa-pencil {
            vertical-align: text-top;
        }

.payment-inner-icon {
    color: #3498db;
    font-size: 1.2rem;
    padding-right: .5rem;
    position: relative;
}

/*payment btns*/

.card-btn {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: none;
    border: none;
    border-radius: 0.5rem;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    outline: none;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s;
}



/* Icon separator */

.btn-sep {
    padding: .3rem .3rem .3rem .5rem;
}

    .btn-sep:before {
        background: rgba(0, 0, 0, 0.15);
    }

/* Button 1 */

.card-btn {
    background: #3498db;
    color: #fff;
}

    .card-btn:hover {
        background: #2980b9;
    }

    .card-btn:active {
        background: #2980b9;
    }

#grdUser .ui-grid-menu-button {
    right: -1.003rem;
}

#addongrid .ui-grid-menu-button {
    right: -1.003rem;
    top: 0.22rem;
}

#grdUser .tal {
    cursor: pointer;
    padding: 0 0.3rem 0.3rem 0;
    text-align: left !important;
}

#grdUser .tooltip-inner {
    border: none;
    margin: 0;
    padding: 0;
}


    #grdUser .tooltip-inner th, #grdUser .tooltip-inner td {
        padding: .2rem;
    }

.service-table {
    border: 0.12rem solid #ccc;
}

    .service-table th {
        color: #9c9c9c;
        font-weight: normal;
        margin-bottom: 0;
    }

    /* .service-table tr {
        background: #F6F8F9;
    }*/

    .service-table .service-name {
        color: #000;
        text-decoration: underline;
    }

.service-name {
    cursor: pointer;
}


.badge:hover {
    /*color: #ffffff;*/
    cursor: pointer;
    text-decoration: none;
}

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-primary {
    background-color: #3a87ad;
}

    .badge-primary:hover {
        background-color: #2d6987;
    }

.badge-info {
    background-color: #5bc0de;
}

    .badge-info:hover {
        background-color: #31b0d5;
    }

.badge-blue {
    background-color: rgb(0, 82, 204);
}

    .badge-blue:hover {
        background: rgb(0, 101, 255);
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.chart-info-badge {
    border-left: 1px solid #ccc;
    margin: 15px 0;
}

    .chart-info-badge li {
        padding: 10px 15px;
    }

    .chart-info-badge .badge {
        margin-bottom: 2px;
        margin-right: 1em;
        min-width: 6px;
        padding: 0px 4px;
    }

.chart-container {
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    background: white;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .5);
    margin: 0.5rem 0 1rem 0;
}

.custom-frequency li {
    display: inline-table;
    margin: 0.5rem 0;
}

.k-grid-content {
    min-height: 200px;
}

.link-btn {
    background: none;
    border: none;
    color: #0090f4;
    font-weight: 400;
    height: auto !important;
    padding: 0;
    text-align: left;
    white-space: normal;
}

    .link-btn:hover {
        color: #f26e7c;
    }

.blue-grid-footer {
    background-color: #4581d8;
    color: White;
    padding: 10px 11px;
}


.chip {
    background-color: #f1f1f1;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

    .chip img {
        border-radius: 50%;
        float: left;
        height: 50px;
        margin: 0 10px 0 -25px;
        width: 50px;
    }

.closebtn {
    color: #888;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

    .closebtn:hover {
        color: #000;
    }

.k-grid-filter.k-state-active {
    /*  background-color: #495cff !important;*/
   /* color: white !important;*/
}



/** Dont modify it's from Square API*/

.sq-field-wrapper {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 16px;
}

.sq-field {
    margin-bottom: 16px;
    width: 100%;
}

    .sq-field:first-child {
        margin-left: 0;
    }

    .sq-field:last-child {
        margin-right: 0;
    }

.sq-field--in-wrapper {
    flex-grow: 1;
    margin: 0 8px;
}

.sq-label {
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sq-input {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    transition: border-color 0.25s ease;
    width: 100%;
}

.sq-input--focus {
    background-color: #fbfdff;
}

.sq-input--error {
    background-color: #fbfdff;
}

.sq-button {
    color: #fff;
    padding: 16px;
    width: 100%;
}

    .sq-button:active {
        color: #fff;
    }

.sq-payment-form {
    max-width: 100%;
    /* padding: 20px 20px 5px;
    width: 380px;*/
}

.sq-label {
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.sq-input {
    border-color: #E0E2E3;
    border-radius: 4px;
}

.sq-input--focus {
    border-color: #4A90E2;
}

.sq-input--error {
    border-color: #e02e2f;
}

.sq-button {
    background: #4A90E2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

    .sq-button:active {
        background: #4A90E2;
    }

.sq-wallet-divider {
    margin: 24px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

    .sq-wallet-divider:after, .sq-wallet-divider::after, .sq-wallet-divider:before, .sq-wallet-divider::before {
        background: #bbb;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 9px;
    }

    .sq-wallet-divider:after, .sq-wallet-divider::after {
        right: 65%;
    }

    .sq-wallet-divider:before, .sq-wallet-divider::before {
        left: 65%;
    }

.sq-wallet-divider__text {
    color: #bbb;
    padding: 10px;
    text-transform: uppercase;
}

/* Indicates how Google Pay button will appear */

.button-google-pay {
    background-color: #000;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976zm32.35-.341v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H96.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M75.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M68.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M65.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M68.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.30), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    cursor: pointer;
    display: none;
    margin-bottom: 18px;
    min-height: 40px;
    outline: 0;
    padding: 11px 24px;
    width: 100%;
}


.sq-apple-pay {
    -webkit-appearance: -apple-pay-button;
    border: none;
    display: none;
    height: 48px;
    margin-bottom: 12px;
    width: 100%;
}

.sq-masterpass {
    background-color: #000;
    background-image: url(https://masterpass.com/dyn/img/btn/global/mp_chk_btn_384x048px.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    display: none;
    height: 42px;
    margin-bottom: 16px;
    width: 100%;
}

.sq-button:hover {
    background-color: #4281CB;
    cursor: pointer;
}

#error {
    color: red;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    opacity: 0.8;
    text-align: center;
    width: 100%;
}

#paymentGrid > .k-grid-header > div > table,
#paymentGrid > .k-grid-content > table {
    width: 100% !important;
}
.bz-service-name {
    color: #464646 !important;
}

.bz-total-sessions {
    color: #707070 !important;
}
.section-5 svg {
    font-size: 16px !important;
}

.k-custom-invalid {
    border: 1px solid red !important;
}