﻿@charset "utf-8";
/* CSS Document */
a {
    color: #a1a1a1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #7c8893;
        text-decoration: none
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

/******************* Secondary Color *****************/
.secondary-bg {
    background-color: #2C3E50;
}

.text-secondary {
    color: #2C3E50 !important;
}

.text-additional {
    color: #FFF !important;
}

.icon-secondary {
    color: #2C3E50 !important;
}

/******************* Menu List Logo & Hammer BG Color *****************/
.m-brand.m-brand--skin-dark {
    background: #2c3e50
}

    /******************* Hammer BG Color *****************/
    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span {
        background: #7c8893
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before {
            background: #7c8893
        }

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span {
        background: #7c8893
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::after, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::before {
            background: #7c8893
        }

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span {
        background: #7c8893
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::after, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::before {
            background: #7c8893
        }

/******************* Second Section Collapse arrow BG Coloe *****************/
.tog-arrow {
    width: 50px;
    height: 50px;
    background-color: #ececec
}


/********************* Menu BG Color *************************/
.m-aside-left.m-aside-left--skin-dark {
    background-color: #2c3e50
}

/******************** Menu List BG Color ********************/
.m-aside-menu .m-menu__nav > .m-menu__item {
    position: relative;
    margin: 0;
    background-color: #2c3e50;
    border-left: 3px solid #2c3e50;
}

/******************* Menu Header Font Color *****************/
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-text {
    color: #ffffff;
}

/******************* Menu List Font Color *****************/
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #FFF;
    opacity: 0.4;
}

/******************* Menu List Icon Color *****************/
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
    color: #8DC63F;
    opacity: 1;
}

/******************* Menu List Icon Color *****************/
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #FFF;
    opacity: 0.4;
}

/******************* Primary Menu List BG Highlight *****************/
/*.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item.m-menu__item--active>.m-menu__link .m-menu__link-icon {
    color: #566473
}*/

.m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__link-icon, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link > .m-menu__link-icon {
    color: #8DC63F;
    opacity: 1;
}

/****************** Primary Menu List Hover BG & Border Color ****************/
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background: url(../images/menu-bg.png) repeat;
    border-left: 3px solid #8DC63F;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded) {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background: url(../images/menu-bg.png) repeat;
    border-left: 3px solid #8DC63F;
}

/******************* Primary Menu List Hover BG & Border Color *****************/
.m-menu__item--active_theme {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background-color: #3a5371 !important;
    border-left: 3px solid #8DC63F !important;
}

/******************* Menu List Alert Notification BG Color *************/
.m-badge.m-badge--danger {
    background-color: #3a5371;
    color: #8e9cad
}

/********************** Menu List Collapse Active BG Color *********************/
/*.m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link>.m-menu__link-icon {
    color: #646885
}*/

/********************* Menu List Collapse Hover BG Color *********************/
.m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__link-icon {
    color: #8c8ea4 !important
}

/********************* Secondary Notification Status Color *********************/
.m--font-brand {
    color: #2C3E50 !important;
    background-color: #2C3E50;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 8px;
}

/******************* Primary Menu List Icon Hover Color *****************/
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
    color: #8DC63F;
    opacity: 1 !important;
}

/******************* Primary Button BG Color *****************/
.btn-accent {
    color: #fff;
    background-color: #8DC63F;
    border-color: #8DC63F
}

    .btn-accent:hover {
        color: #fff;
        background-color: #8DC63F;
        border-color: #8DC63F
    }

    .btn-accent.focus, .btn-accent:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(133,184,63,.5);
        box-shadow: 0 0 0 .2rem rgba(133,184,63,.5)
    }

    .btn-accent.disabled, .btn-accent:disabled {
        color: #fff;
        background-color: #8DC63F;
        border-color: #8DC63F
    }

    .btn-accent:not(:disabled):not(.disabled).active, .btn-accent:not(:disabled):not(.disabled):active, .show > .btn-accent.dropdown-toggle {
        color: #fff;
        background-color: #8DC63F;
        border-color: #8DC63F
    }

.btn-outline-accent.focus, .btn-outline-accent:focus, .btn-outline-accent:hover {
    border-color: #85b83f;
    background: #85b83f;
    color: #fff
}

.btn-focus {
    color: #fff;
    background-color: #8DC63F;
    border-color: #8dc63f
}

    .btn-focus:hover {
        color: #fff;
        background-color: #8DC63F;
        border-color: #8DC63F
    }

    .btn-focus.focus, .btn-focus:focus {
        -webkit-box-shadow: 0 0 0 .2rem #8DC63F;
        box-shadow: 0 0 0 .2rem #8DC63F;
    }

    .btn-focus.disabled, .btn-focus:disabled {
        color: #fff;
        background-color: #8DC63F;
        border-color: #8DC63F
    }

    .btn-focus:not(:disabled):not(.disabled).active, .btn-focus:not(:disabled):not(.disabled):active, .show > .btn-focus.dropdown-toggle {
        color: #fff;
        background-color: #8DC63F;
        border-color: #8DC63F
    }

        .btn-focus:not(:disabled):not(.disabled).active:focus, .btn-focus:not(:disabled):not(.disabled):active:focus, .show > .btn-focus.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem #8DC63F;
            box-shadow: 0 0 0 .2rem #8DC63F;
        }

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link, .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active, .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    border-radius: 0;
    opacity: 1;
    background: 0 0;
    color: #fff;
    border: 0;
    background: #8DC63F;
    width: 130px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 3px 0px;
}
/******************* Primary Tab Bottom Border Color *****************/
.m-tabs-line.m-tabs-line--primary a.m-tabs__link.active, .m-tabs-line.m-tabs-line--primary a.m-tabs__link:hover, .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link.active, .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link:hover {
    color: #2C3E50;
    border-bottom: 3px solid #8DC63F;
    font-family: 'brandon_grotesquemedium';
    font-size: 1.4rem;
    letter-spacing: .3px;
}

/******************* Primary Notification Status Color *****************/
.m--font-danger {
    color: #85b83f !important;
    background-color: #85b83f;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 8px;
}

/******************* Primary Theme Color End *****************/



.m-badge {
    background: #eaeaea;
    color: #444;
    font-size: .8rem;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0 3px;
    border-radius: .75rem
}

.m-portlet .m-portlet__body {
    color: #575962
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head {
    background-color: #FFF;
    border-color: #FFF
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    color: #9f9f9f;
    border: 0;
    background-color: #ececec;
    width: 130px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 3px 0px;
}

.m-tabs-line a.m-tabs__link, .m-tabs-line.nav.nav-tabs .nav-link {
    background: 0 0;
    color: #a1a1a1;
    font-family: 'brandon_grotesquemedium';
    font-size: 1.4rem;
    border-bottom: 3px solid #FFF;
    letter-spacing: .3px;
}

.m-tabs-line .m-tabs__item {
    margin-right: 15px;
    margin-bottom: -1px
}

.line-height {
    line-height: 24px;
}

.bg-gray {
    background-color: #f2f2f3 !important;
}

.borders {
    border: 1px solid #ebedf2;
}

.border-white-right {
    border-right: 1px solid #FFF;
}

.drop-group {
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    height: 35px !important;
    font-size: 1.2rem !important;
    padding: .20rem 1rem !important;
}


.m-border-btm0 {
    border-bottom: none !important
}

.m-border-btm1 {
    border-bottom: 1px solid #ebedf2;
}

.no-paddingLR {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mf {
    color: #e03b28;
    font-size: 1rem;
}

.m-form .m-form__help {
    color: #e03b28;
    font-size: 1.1rem;
}

.m-form .m-form__seperator {
    border-top: 1px solid #ebedf2;
    margin: 10px 0px !important;
}

.default-size {
    font-size: 1.2rem !important;
    font-family: 'brandon_grotesquemedium' !important;
}

.medium-size {
    font-size: 2rem;
}

.small-size {
    font-size: 1.2rem;
}

.S-large-size {
    font-size: 1.4rem;
}

.large-size {
    font-size: 1.8rem !important;
}

.text-green {
    color: #67c892 !important;
}

.text-Dgray {
    color: #444444 !important;
    font-family: 'brandon_grotesquebold';
    letter-spacing: 1px;
}

.text-reg-lightgray {
    color: #b4b4bf !important;
    font-family: 'brandon_grotesquemedium';
}

.text-lightgray {
    color: #b4b4bf !important;
    font-family: 'brandon_grotesquebold';
}

.text-darkgray {
    color: #444 !important;
    font-family: 'brandon_grotesquebold' !important;
    font-size: 2rem !important;
}

.text-darkgray_S {
    color: #444 !important;
    font-family: 'brandon_grotesquebold' !important;
    font-size: 1.4rem !important;
}

.text-default {
    display: inline-block;
    margin-top: -5px;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'brandon_grotesquemedium';
    color: #b4b4bf !important;
}

.text-blue {
    color: #58bce1 !important;
    font-family: 'brandon_grotesquebold';
    font-size: 1.1rem;
}

.text-login {
    font-family: 'brandon_grotesquemedium';
    font-size: 1.1rem !important;
    font-weight: 500;
    letter-spacing: .3px;
}

.text-green {
    font-size: 1.1rem;
    font-family: 'brandon_grotesquebold';
    color: #85b83f;
}

.color-menu {
    color: #FFF !important;
}

.text-white {
    color: #FFF !important;
}

.dark-LG {
    color: #444 !important;
}

.text-LG {
    color: #a1a1a1 !important;
}

.h43 {
    height: 43px !important;
}

.m--margin-top-3 {
    margin-top: 3px;
}

.m-widget1__item {
    border-bottom: .07rem solid #e4e4e4 !important;
}

.form-padding {
    padding: .30rem .6rem !important;
}

.cursor {
    cursor: pointer;
}

.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub .m-link {
    font-size: 1.1rem;
    color: #5dbfe2 !important;
    font-family: 'brandon_grotesquebold';
}

.btn.m-btn--custom {
    padding: .55rem 1.6rem;
    font-size: 1.2rem;
    font-family: 'brandon_grotesquebold';
}

.btn.m-btn--air.btn-default, .btn.m-btn--air.btn-secondary {
    /*    -webkit-box-shadow: 0 3px 10px 0 rgba(236,236,236,.17)!important;
    box-shadow: 0 3px 10px 0 rgba(236,236,236,.17)!important;*/
    border-color: #ececec !important
}

    .btn.m-btn--air.btn-default.focus, .btn.m-btn--air.btn-default:focus, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active), .btn.m-btn--air.btn-secondary.focus, .btn.m-btn--air.btn-secondary:focus, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) {
        /* -webkit-box-shadow: 0 3px 10px 0 rgba(113,106,202,.26)!important;
    box-shadow: 0 3px 10px 0 rgba(113,106,202,.26)!important;*/
        background: #ececec !important;
        color: #9a9a9a !important;
        border-color: #ececec !important
    }

        .btn.m-btn--air.btn-default.focus i, .btn.m-btn--air.btn-default:focus i, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active) i, .btn.m-btn--air.btn-secondary.focus i, .btn.m-btn--air.btn-secondary:focus i, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) i {
            color: #9a9a9a !important
        }

.btn.m-btn--hover-brand:not(.btn-secondary):not(.btn-outline-light) {
    background: 0 0;
    color: #575962
}

.btn.btn-default, .btn.btn-secondary {
    background: #FFF;
    border-color: #ebedf2
}

    .btn.btn-default i, .btn.btn-secondary i {
        color: #6f727d
    }

    .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover:not(:disabled), .btn.btn-secondary.active, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover:not(:disabled), .show > .btn.btn-default.dropdown-toggle, .show > .btn.btn-secondary.dropdown-toggle {
        border-color: #ebedf2;
        background-color: #f4f5f8
    }

    .btn.btn-default.disabled, .btn.btn-default:disabled, .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
        border-color: #f4f5f8
    }

.btn-secondary {
    color: #9a9a9a;
    background-color: #ebedf2;
    border-color: #ebedf2
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #d4d8e3;
        border-color: #ccd1de
    }

    .btn-secondary.focus, .btn-secondary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(235,237,242,.5);
        box-shadow: 0 0 0 .2rem rgba(235,237,242,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        background-color: #ebedf2;
        border-color: #ebedf2
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #ccd1de;
        border-color: #c4cad9
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(235,237,242,.5);
            box-shadow: 0 0 0 .2rem rgba(235,237,242,.5)
        }

.text-white {
    color: #FFF;
    font-size: 1.1rem;
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.6px;
    font-weight: 500;
}

.b-top {
    padding: 15px 0px 0px 0px;
}

    .b-top div {
        font-family: 'brandon_grotesquemedium';
        font-size: 1.2rem;
        color: #a1a1a1;
        height: 45px;
    }

    .b-top h3 {
        font-family: 'brandon_grotesquebold';
        font-size: 26px;
        margin-top: 5px;
    }

.bM-top {
    padding: 15px 0px 0px 0px;
}

    .bM-top span {
        font-family: 'brandon_grotesquelight';
        color: #a3a3a4;
    }

    .bM-top h3 {
        font-family: 'brandon_grotesquemedium';
        font-size: 1.4rem;
        margin-top: 5px;
    }

.M-address {
    line-height: 24px;
    font-size: 18px;
    margin: 10px 0px;
    font-family: 'brandon_grotesquelight';
    color: #444;
}

    .M-address h4 {
        font-family: 'brandon_grotesquebold';
        font-size: 18px;
    }

        .M-address h4 span {
            font-family: 'brandon_grotesquelight';
            font-size: 16px;
            margin-left: 5px;
        }

.M-depent {
    font-family: 'brandon_grotesquebold';
    background-color: #f2f2f3;
    border-radius: 25px;
    padding: 2px 20px;
    color: #a1a1a1;
    margin-top: 10px;
    font-size: 1.1rem
}

.M-diff {
    margin-top: 10px;
}

    .M-diff h4 {
        margin-top: 10px;
        font-family: 'brandon_grotesquelight';
        font-size: 1.4rem;
        margin-left: 10px;
    }

    .M-diff h5 {
        margin-top: 10px;
        font-family: 'brandon_grotesquemedium';
        font-size: 1.2rem;
        color: #a1a1a1;
        margin-left: 10px;
    }

.M-active {
    font-family: 'brandon_grotesquemedium';
    font-size: 1.2rem;
    color: #4A4A4A
}

.depp {
    font-family: 'brandon_grotesquemedium';
    font-size: 1.2rem;
    color: #4A4A4A
}

.pac-t {
    margin: 10px 0px 0px 10px;
}

.pack-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.pack-M {
    margin-top: 0px;
    border-top: none !important;
}

.m-h {
    padding: 10px 0px;
    font-family: 'brandon_grotesquebold';
    font-size: 18px;
}

.popM {
    background: url(../images/pop-bg.png) repeat;
    min-height: 860px;
    margin-top: 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.popC {
    background-color: #FFF;
    margin: 0 auto;
    width: 65%;
    margin-top: 150px;
    border-radius: 3px;
}

.popH {
    padding: 15px;
    font-family: 'brandon_grotesquebold';
    font-size: 1.4rem;
}

.popclose {
    margin: 12px 15px 0px 0px;
}

.popcont {
    /*border-top:1px solid #f2f2f3;
	border-bottom:1px solid #f2f2f3;*/
}

    .popcont h3 {
        font-family: 'brandon_grotesquebold';
        font-size: 2rem;
        margin: 15px 0px 0px 15px
    }

    .popcont h4 {
        font-family: 'brandon_grotesquelight';
        font-size: 1.3rem;
        margin: 15px 0px 0px 15px;
        line-height: 22px;
        padding-bottom: 20px;
    }

.popB {
    margin: 0px 10px 5px 0px;
    padding-right: 30px
}

.btn-primary {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd
}

    .btn-primary:hover {
        color: #fff;
        background-color: #384ad7;
        border-color: #2e40d4
    }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(88,103,221,.5);
        box-shadow: 0 0 0 .2rem rgba(88,103,221,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #5867dd;
        border-color: #5867dd
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2e40d4;
        border-color: #293ccc
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(88,103,221,.5);
            box-shadow: 0 0 0 .2rem rgba(88,103,221,.5)
        }

.m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-arrow, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-icon, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text, .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-arrow, .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon, .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text {
    color: #85b83f
}

.m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
    color: #454545;
    font-weight: 400
}

.noti {
    background-color: #FFF;
    margin-left: 15px;
    padding: 10px 0px
}

.noti {
    background-color: #ececec !important;
    margin-top: 2px;
}

.active .noti {
    background-color: #FFF !important;
}

.noti:hover {
    background-color: #ececec;
    margin-left: 15px;
}


.notif {
    font-family: 'brandon_grotesquebold';
    font-size: 1.4rem;
    color: #444444;
}

.noti-cnt {
    display: flex;
    width: 100%
}

.mar3 {
    margin-top: 3px;
    font-size: 18px;
    color: #a1a1a1;
}

.mar-high {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #757575;
    font-family: 'brandon_grotesquelight';
    letter-spacing: 0.6px;
}

.m-nav .m-nav__item > .m-nav__link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    outline: 0 !important;
    vertical-align: middle;
    padding: 5px 0;
}

    .m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
        display: table-cell;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        font-size: 1.2rem
    }

.forgot-text {
    /*margin-top: -35px !important; height: 25px;*/ float: right;
}

.forgot-pass {
    padding: 0.7rem 6.2rem 0.7rem 1rem !important;
    border: 1px solid #e0e0e1 !important;
}

.alert.m-alert--outline.alert-warning {
    color: #f4516c;
    background-color: #fff;
    border-color: #f4516c;
    font-weight: 400
}

    .alert.m-alert--outline.alert-warning .close {
        color: #f4516c
    }

.lab-size {
    font-size: 1.4rem !important;
    color: #444 !important;
    font-family: 'brandon_grotesquelight' !important;
    letter-spacing: 0.6px !important;
}

.group-depent {
    font-family: 'brandon_grotesquebold';
    background-color: #67c892;
    border-radius: 25px;
    padding: 2px 20px;
    color: #FFF;
    margin-top: 10px;
    font-size: 1.1rem
}

.pack-D {
    background-color: #FFF;
    margin: 0px;
    padding-top: 5px;
}

    .pack-D:hover {
        background-color: #ececec;
        margin: 0px;
    }

.pack-high {
    margin-top: 5px;
    font-size: 1.2rem;
    color: #757575;
    font-family: 'brandon_grotesquemedium';
    letter-spacing: 0.6px;
    margin-left: 30px;
}

.box-P {
    float: left;
    width: 25px;
    height: 25px;
    background-color: #5dbfe2;
    border-radius: 2px;
}

.box-N {
    padding-top: 2px;
    color: #FFF;
    font-family: 'brandon_grotesquemedium';
    font-size: 1.2rem;
}

.box-T {
    font-family: 'brandon_grotesquemedium';
    font-size: 1.4rem;
    color: #a1a1a1;
}

.font-btn {
    font-style: italic;
    color: #a1a1a1
}

.blue-small {
    color: #58bce1 !important;
}


.tog-arrow-rgt {
    width: 50px;
    height: 50px;
    background-color: #002855
}

.tog-Xarrow {
    margin: 0 auto;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    color: #fff;
}

.tog-Xarrow-rgt {
    margin: 0 auto;
    position: relative;
    top: 25%;
    transform: translateY(-50%);
    color: #fff;
}

.toggle-collapse {
    width: 50px;
    margin-left: 15px;
    height: 965px;
    background-color: #FFF
}

.m--margin-topMI-10 {
    margin-top: -25px !important
}

.group-pop {
    padding-right: 10px;
}

    .group-pop .m-portlet {
        margin-bottom: 0;
    }

.m--margin-top-13 {
    margin-top: 13px;
}

.M-search {
    width: 80px;
    height: 30px
}

.M-SI1 {
    width: 50%;
    height: 25px;
    float: left;
    padding-top: 5px;
    text-align: center
}

.M-SI2 {
    width: 50%;
    height: 30px;
    float: left;
    text-align: center
}

.m--margin-rightN-0 {
    padding-right: 0px !important;
}

.m--padding--140 {
    padding-top: 140px
}

.m--margin-top-M5 {
    margin-top: -5px !important;
    font-size: 0.8rem;
    margin-left: 10px;
}

.mtr10 {
    margin: 5px 10px 0px 0px
}

.mtt7 {
    margin-top: 7px
}

.RP-full {
    width: 30px;
    float: left;
    height: auto;
    text-align: center;
    margin: 5px 10px 0px 0px
}

.grp-pad {
    padding: 0.7rem !important;
}

.wid50 {
    width: 100% !important
}

.Dash-Y {
    background-color: #8DC63F;
    float: right;
    width: 115px;
    padding: 6px 0px;
    text-align: center;
    color: #FFF;
    font-family: 'brandon_grotesquemedium';
    font-size: 1.1rem;
}

.Dash-P {
    background-color: #f2f2f3;
    float: right;
    width: 115px;
    padding: 6px 0px;
    text-align: center;
    color: #a1a1a1;
    font-family: 'brandon_grotesquemedium';
    font-size: 1.1rem;
}

.Dash-L {
    float: right;
    padding: 7px 0px;
    font-family: 'brandon_grotesquemedium';
    font-size: 1.2rem;
    color: #696969;
}

    .Dash-L span {
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
        font-size: 1.2rem;
        color: #a1a1a1;
        font-weight: 600;
    }


.member-card {
    width: 70%;
    float: right;
    padding: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 5px #DDd;
}

    .member-card img {
        max-width: 100%;
    }

    .member-card.mcard-L {
        width: 100%;
    }

.floating-zoom-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
}

    .floating-zoom-icon.btn-large {
        width: 24px;
    }

/***************************************************************************************************************/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .login-box {
        width: 90%;
        margin: 0% auto;
        margin-top: 0%;
    }

    .m-lft {
        margin-left: 0;
    }

    .m-login.m-login--2 .m-login__wrapper {
        padding: 12% 2rem 1rem 2rem;
        margin: 0 auto 2rem auto;
        overflow: hidden
    }

    .textlogin {
        color: #ced1d3;
        font-family: 'brandon_grotesquelight';
        font-size: 18px;
        width: 300px;
        margin: 0 auto;
        padding: 10px 10px 0px 0px;
    }

    .dark-grey {
        background-color: #444444;
        margin-left: 15px;
        width: 90.8%;
    }

    .D-PR, .D-PL {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .DmarginT {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .Dash-green {
        background-color: #67c892;
        height: auto;
    }

    .Dash-orange {
        background-color: #edc84c;
        height: auto;
    }

    .Dash-red {
        background-color: #e96a6a;
        height: auto;
    }

    .Dash-blue {
        background-color: #5dbfe2;
        height: auto;
    }

    .group-arrow {
        width: 25px;
        height: 25px;
        border: 1px solid #CCC;
        margin: 15px 0px 0px -10px;
        border-radius: 3px;
        display: none
    }

    .profile-top {
        margin-top: 20px;
        text-align: center;
    }

    .MEM-align {
        text-align: center;
    }

    .widSearch {
        width: 84%;
    }

    .card-D {
        width: 275px;
        height: 185px;
    }

    .card-L {
        width: 550px !important;
        height: 350px !important;
    }

    .card-E {
        width: 80%;
        float: right;
    }

    .M_tab_head {
        width: 100%;
        height: 60px !important;
    }

    .D-none {
        display: none
    }

    .Dash-LR {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .Dash-RR {
        padding-left: 15px !important;
        padding-right: 5px !important;
    }

    .Dash-LL {
        padding-left: 5px !important;
        padding-right: 15px !important;
    }

    .Dash-MM {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .Dash-MML {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .RMarginT {
        margin-top: 20px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .login-box {
        width: 70%;
        margin: 0% auto;
        margin-top: 0%;
    }

    .m-lft {
        margin-left: 15px;
    }

    .m-login.m-login--2 .m-login__wrapper {
        padding: 6% 2rem 1rem 2rem;
        margin: 0 auto 2rem auto;
        overflow: hidden
    }

    .textlogin {
        color: #ced1d3;
        font-family: 'brandon_grotesquelight';
        font-size: 18px;
        width: 360px;
        margin: 0 auto;
        padding: 20px;
    }

    .dark-grey {
        background-color: #444444;
        margin-left: 15px;
        width: 94%;
    }

    .D-PR, .D-PL {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .DmarginT {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .Dash-green {
        background-color: #67c892;
        height: auto;
    }

    .Dash-orange {
        background-color: #edc84c;
        height: auto;
    }

    .Dash-red {
        background-color: #e96a6a;
        height: auto;
    }

    .Dash-blue {
        background-color: #5dbfe2;
        height: auto;
    }

    .group-pop {
        position: absolute;
        z-index: 150;
        left: -15px;
        width: 320px;
    }

        .group-pop + #MstLayoutSectionBody {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .profile-top {
        margin-top: 20px;
        text-align: center;
    }

    .group-arrow {
        width: 25px;
        height: 25px;
        border: 1px solid #CCC;
        margin: 15px 0px 0px -10px;
        border-radius: 3px;
        display: block
    }

    .group-txxt {
        position: absolute;
        margin-left: 25px;
    }

    .MEM-align {
        text-align: right;
    }

    .widSearch {
        width: 83%;
    }

    .card-D {
        width: 400px;
    }

    .card-L {
        width: 600px !important;
        height: 400px !important;
    }

    .card-E {
        width: 80%;
        float: right;
    }

    .M_tab_head {
        width: 100%;
        height: 60px !important;
    }

    .D-none {
        display: block
    }

    .Dash-LR {
        padding-left: 30px !important;
        padding-right: 25px !important;
    }

    .Dash-RR {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .Dash-LL {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .Dash-MM {
        padding-left: 0px !important;
        padding-right: 25px !important;
    }

    .Dash-MML {
        padding-left: 25px !important;
        padding-right: 0px !important;
    }

    .RMarginT {
        margin-top: 20px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1279px) {
    .login-box {
        width: 70%;
        margin: 0% auto;
        margin-top: 0%;
    }

    .m-lft {
        margin-left: 0;
    }

    .m-login.m-login--2 .m-login__wrapper {
        padding: 4% 2rem 1rem 2rem;
        margin: 0 auto 2rem auto;
        overflow: hidden
    }

    .textlogin {
        color: #ced1d3;
        font-family: 'brandon_grotesquelight';
        font-size: 18px;
        width: 360px;
        margin: 0 auto;
        padding: 20px;
    }

    .dark-grey {
        background-color: #444444;
        margin-left: 15px;
        width: 89.8%;
    }

    .D-PR {
        padding-right: 0 !important;
        padding-left: 15px !important;
    }

    .D-PL {
        padding-left: 15px !important;
    }

    .D-PLR {
        padding-right: 0 !important;
    }

    .DmarginT {
        margin-top: 30px;
    }

    .report-filters-dv .DmarginT {
        margin-top: 0;
    }

    .Dash-green {
        background-color: #67c892;
        height: auto;
    }

    .Dash-orange {
        background-color: #edc84c;
        height: auto;
    }

    .Dash-red {
        background-color: #e96a6a;
        height: auto;
    }

    .Dash-blue {
        background-color: #5dbfe2;
        height: auto;
    }

    .group-pop {
        position: relative;
        z-index: 0;
        left: 0px;
        width: auto;
    }

    .profile-top {
        margin-top: 80px;
        text-align: left;
    }

    .group-arrow {
        width: 25px;
        height: 25px;
        border: 1px solid #CCC;
        margin: 15px 0px 0px -10px;
        border-radius: 3px;
        display: none
    }

    .group-txxt {
        position: relative;
        margin-left: -15px;
    }

    .no-padding {
        padding-left: 0px
    }

    .MEM-align {
        text-align: right;
    }

    .widSearch {
        width: 77%;
    }

    .card-D {
        width: 406px;
        height: 275px;
    }

    .card-L {
        width: 500px !important;
        height: 350px !important;
    }

    .card-E {
        width: 80%;
        float: right;
    }

    .M_tab_head {
        width: 100%;
        height: 45px !important;
        margin-top: 10px;
    }

    .Dash-LR {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Dash-RR {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .Dash-LL {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .Dash-MM {
        padding-left: 0px !important;
        padding-right: 25px !important;
    }

    .Dash-MML {
        padding-left: 25px !important;
        padding-right: 0px !important;
    }

    .RMarginT {
        margin-top: 0;
    }
}

@media only screen and (min-device-width : 1280px) and (max-device-width : 1366px) {
    .login-box {
        width: 60%;
        margin: 0% auto;
        margin-top: 0%;
    }

    .m-lft {
        margin-left: 0;
    }

    .m-login.m-login--2 .m-login__wrapper {
        padding: 4% 2rem 1rem 2rem;
        margin: 0 auto 2rem auto;
        overflow: hidden
    }

    .textlogin {
        color: #ced1d3;
        font-family: 'brandon_grotesquelight';
        font-size: 18px;
        width: 360px;
        margin: 0 auto;
        padding: 20px;
    }

    .dark-grey {
        background-color: #444444;
        margin-left: 15px;
        width: 89.8%;
    }

    .D-PR {
        padding-right: 0 !important;
        padding-left: 15px !important;
    }

    .D-PL {
        padding-right: 0 !important;
    }

    .DmarginT {
        margin-top: 30px;
    }

    .Dash-green {
        background-color: #67c892;
        height: 120px;
    }

    .Dash-orange {
        background-color: #edc84c;
        height: 120px;
    }

    .Dash-red {
        background-color: #e96a6a;
        height: 120px;
    }

    .Dash-blue {
        background-color: #5dbfe2;
        height: 120px;
    }

    .group-pop {
        position: relative;
        z-index: 0;
        left: 0px;
        width: auto;
    }

    .profile-top {
        margin-top: 80px;
        text-align: left;
    }

    .group-arrow {
        width: 25px;
        height: 25px;
        border: 1px solid #CCC;
        margin: 15px 0px 0px -10px;
        border-radius: 3px;
        display: none
    }

    .group-txxt {
        position: relative;
        margin-left: -15px;
    }

    .no-padding {
        padding-left: 0px
    }

    .MEM-align {
        text-align: right;
    }

    .widSearch {
        width: 77%;
    }

    .card-D {
        width: 29vw;
        height: 260px;
        float: right;
    }

    .card-L {
        width: 550px !important;
        height: 350px !important;
        float: right;
    }

    .card-E {
        width: 80%;
        float: right;
    }

    .caro-navi-btn-wrap {
        width: 29vw;
    }

    .M_tab_head {
        width: 100%;
        height: 45px !important;
        margin-top: 10px;
    }

    .Dash-LR {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Dash-RR {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .Dash-LL {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .Dash-MM {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Dash-MML {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .RMarginT {
        margin-top: 0;
    }
}

@media only screen and (min-device-width : 1367px) and (max-device-width : 2920px) {
    .login-box {
        width: 35%;
        margin: 0% auto;
        margin-top: 0%;
    }

    .m-lft {
        margin-left: 0;
    }

    .m-login.m-login--2 .m-login__wrapper {
        padding: 8% 2rem 1rem 2rem;
        margin: 0 auto 2rem auto;
        overflow: hidden
    }

    .textlogin {
        color: #ced1d3;
        font-family: 'brandon_grotesquelight';
        font-size: 18px;
        width: 360px;
        margin: 0 auto;
        padding: 20px;
    }

    .dark-grey {
        background-color: #444444;
        margin-left: 15px;
        width: 89.8%;
    }

    .D-PR {
        padding-right: 0 !important;
        padding-left: 15px !important;
    }

    .D-PL {
        padding-right: 0 !important;
    }

    .DmarginT {
        margin-top: 30px;
    }

    .Dash-green {
        background-color: #67c892;
        height: 120px;
    }

    .Dash-orange {
        background-color: #edc84c;
        height: 120px;
    }

    .Dash-red {
        background-color: #e96a6a;
        height: 120px;
    }

    .Dash-blue {
        background-color: #5dbfe2;
        height: 120px;
    }

    .group-pop {
        position: relative;
        z-index: 0;
        left: 0px;
        width: auto;
    }

    .profile-top {
        margin-top: 80px;
        text-align: left;
    }

    .group-arrow {
        width: 25px;
        height: 25px;
        border: 1px solid #CCC;
        margin: 15px 0px 0px -10px;
        border-radius: 3px;
        display: none
    }

    .group-txxt {
        position: relative;
        margin-left: -15px;
    }

    .no-padding {
        padding-left: 0px
    }

    .MEM-align {
        text-align: right;
    }

    .widSearch {
        width: 85%;
    }

    .card-D {
        width: 290px;
        height: 200px;
        float: right
    }

    .card-L {
        width: 500px !important;
        height: 350px !important;
        float: right
    }

    .card-E {
        width: 80%;
        float: right;
    }

    .M_tab_head {
        width: 100%;
        height: 45px !important;
        margin-top: 10px;
    }

    .Dash-LR {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Dash-RR {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .Dash-LL {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .Dash-MM {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .Dash-MML {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .RMarginT {
        margin-top: 0;
    }
}





.img-radius {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    border: 10px solid #f2f2f3;
    background-color: #f2f2f3;
    font-size: 1.8rem;
    font-family: 'brandon_grotesquemedium' !important;
}

.verti-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.profile-G {
    color: #444 !important;
    font-family: 'brandon_grotesquelight' !important;
    font-size: 1.2rem !important;
}

.profile-R {
    color: #9c9c9c !important;
    font-family: 'brandon_grotesquemedium' !important;
    font-size: 1.2rem !important;
}

.R-tick {
    float: right;
    width: 100%;
    height: 30px;
    background-color: #8DC63F;
    padding: 7px 3px 0px 0px;
    text-align: center;
    margin-top: 13px;
    color: #FFF;
    font-family: 'brandon_grotesquemedium' !important;
    font-size: 1rem !important;
}



.main-collapsemenu {
    background: url(../images/menu-bg.png) repeat;
    width: 48px;
    padding-right: 10px;
}

.wid100 {
    width: 100%;
    height: 30px
}

.border-template {
    border-bottom: 5px solid #8DC63F
}

.T-diff {
}

    .T-diff h4 {
        margin-top: 10px;
        font-family: 'brandon_grotesquelight';
        font-size: 1.4rem;
        margin-left: 10px;
    }

    .T-diff h5 {
        margin-top: 10px;
        font-family: 'brandon_grotesquemedium';
        font-size: 1.2rem;
        color: #a1a1a1;
        margin-left: 10px;
    }

.RSS-bg {
    margin: 0 !important;
    line-height: 30px;
}

    .RSS-bg:hover {
        margin: 0 !important;
        line-height: 30px;
        background-color: #f2f2f3;
    }

.H42 {
    height: 42px !important;
}



.mem-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    background-color: #f2f2f3;
    font-size: 1.8rem;
    font-family: 'brandon_grotesquemedium' !important;
    margin: 10px;
}

.proF {
    width: 25px;
    height: 25px;
    border: 1px solid #808b96;
    border-radius: 25px;
    color: #808b96;
    font-size: 10px;
    margin-left: 10%;
    text-align: center;
}

.proFT {
    margin: 12px 0px 0px 0px
}

.forgotP {
    width: 60px;
    height: 25px;
    background-color: transparent;
    float: right;
    margin-top: -33px
}

.forgotT {
    float: right;
    position: absolute;
    font-size: 1.1rem;
    color: #5dbfe2 !important;
    font-family: 'brandon_grotesquebold';
}


.overheight {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden
}

.collapse-level {
    width: 5%;
    float: left;
}

.collapse-out {
    width: 94.5%;
    float: left;
    background-color: #FFF
}

.collapse-in {
    width: 99.5%;
    float: left;
    background-color: #FFF
}

.text-Lgrey {
    color: #c9c9c9 !important;
}

.color-white {
    color: #fff;
}

.secondary-bg-btn {
    background-color: #8DC63F;
    border-color: #8DC63F;
    color: #fff;
}

.filter-SL {
    overflow-x: hidden;
    height: 250px;
}

.width-90 {
    width: 90% !important;
}

.width-65 {
    width: 65% !important;
}

.mf-top {
    vertical-align: top;
    font-size: 1.3rem;
}

.m--margin-bottom-0 {
    margin-bottom: 0px !important
}

/*********************************************** Access Denied **********************************************************/

.mt30 {
    margin: 30px 0px 15px 0px;
}

.fmedium {
    font-family: 'brandon_grotesquemedium';
    font-size: 22px;
}

.denied {
    background: rgba(169,157,250,1);
    background: -moz-linear-gradient(left, rgba(169,157,250,1) 0%, rgba(165,126,249,1) 21%, rgba(161,134,249,1) 55%, rgba(229,195,250,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169,157,250,1)), color-stop(21%, rgba(165,126,249,1)), color-stop(55%, rgba(161,134,249,1)), color-stop(100%, rgba(229,195,250,1)));
    background: -webkit-linear-gradient(left, rgba(169,157,250,1) 0%, rgba(165,126,249,1) 21%, rgba(161,134,249,1) 55%, rgba(229,195,250,1) 100%);
    background: -o-linear-gradient(left, rgba(169,157,250,1) 0%, rgba(165,126,249,1) 21%, rgba(161,134,249,1) 55%, rgba(229,195,250,1) 100%);
    background: -ms-linear-gradient(left, rgba(169,157,250,1) 0%, rgba(165,126,249,1) 21%, rgba(161,134,249,1) 55%, rgba(229,195,250,1) 100%);
    background: linear-gradient(to right, rgba(169,157,250,1) 0%, rgba(165,126,249,1) 21%, rgba(161,134,249,1) 55%, rgba(229,195,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a99dfa', endColorstr='#e5c3fa', GradientType=1 );
}

.btn-denied {
    color: #FFF;
    outline: none;
    padding: 15px 40px 15px 40px;
    border: solid 1px #1b1b1b;
    background-color: #1b1b1b;
    font-size: 12px;
    margin: 15px 0px 15px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border-radius: 25px;
}

    .btn-denied:hover,
    .btn-denied:focus,
    .btn-denied.focus,
    .btn-denied:active,
    .btn-denied.active,
    .open > .dropdown-toggle.btn-denied {
        color: #FFF;
        outline: none;
        padding: 15px 40px 15px 40px;
        border: solid 1px #1b1b1b;
        background-color: #1b1b1b;
        font-size: 12px;
        margin: 15px 0px 15px 0px;
        font-family: 'Open Sans', sans-serif;
        opacity: 0.8;
        font-weight: normal;
        border-radius: 25px;
    }

.btn-feedback {
    color: #fff;
    background-color: #8DC63F;
    border-color: #8DC63F;
}


/**************************************************************************************************************************************/
/*** Faq ***/

.m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content, .m-accordion .m-accordion__item .m-accordion__item-body > span {
    padding: 1rem 2rem 1rem 2rem
}
/*------ list ------- */
.list-pad {
    padding-top: 10px;
}

.list {
    list-style: none outside;
    width: 100%;
    margin: 0;
}

    .list li {
        background: url("../images/dot.png") no-repeat 0 10px;
        padding-left: 20px;
        padding-bottom: 10px;
    }

        .list li.last {
            padding-bottom: 0;
        }

    .list.extra1 a,
    .list.extra2 a {
        color: #7f7f7f;
    }

        .list.extra1 a:hover,
        .list.extra2 a:hover {
            color: #00aeff;
        }

    .list li a {
        color: #666666;
        display: inline-block;
    }

        .list li a:hover {
            text-decoration: none;
            color: #666666;
        }

.m-accordion__item-title h4 {
    font-size: 1.4rem
}

.m-accordion .m-accordion__item .m-accordion__item-head {
    display: table;
    padding: 1rem 1.3rem 1rem 1.3rem;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.FQ-size h5 {
    font-size: 1.3rem;
}

.FQ-sub h5 {
    font-family: 'brandon_grotesquemedium' !important;
    font-size: 1.2rem;
}

#membercard {
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    overflow: hidden;
}

.count-text {
    width: 80%;
    margin-left: 25%;
}
/**************************************************************************************************************************************/
/******************************************************** Benefit CSS Styles ************************************************************/
.B-default-size{
	font-size: 1.2rem !important;
	font-weight: 600;
	font-family: "Lato", "sans-serif";
}
.add-car {
    text-align: center;
    padding: 20px 0px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: -3px 7px 3px -7px #cdcdcd;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    color: #a1a1a1;
    border: 1px solid #f5f5f5;
}
.m--padding-top-6{
	padding-top: 6px;
}
.B-plus{
	background-color: #6baa36; width: 40px; height: 40px; border-radius: 50%; margin: 0 auto; margin-top: 15px;
}
.line-height{
	line-height: 22px;
}
.add-cxt{
	box-shadow: -3px 7px 3px -7px #cdcdcd; border-radius: 10px; font-family: 'Lato', sans-serif;  border: 1px solid #f5f5f5;
}
.btn-benefit {
    color: #8DC63F;
    background-color: #FFF;
    border-color: #8DC63F;
	box-shadow: 0px 6px 3px -5px #ccc !important;
}
.btn-benefit:hover {
    color: #8DC63F;
    background-color: #FFF;
    border-color: #8DC63F
}
.btn-remove {
    color: #FFF;
    background-color: #ed8888;
    border-color: #ed8888;
	box-shadow: 0px 6px 3px -5px #ccc !important;
}
.btn-remove:hover {
    color: #FFF;
    background-color: #ed8888;
    border-color: #ed8888
}
.btn-rename {
    color: #b2b2b2;
    background-color: #FFF;
    border-color: #ababab;
	box-shadow: 0px 6px 3px -5px #ccc !important;
}
.btn-rename:hover {
    color: #b2b2b2;
    background-color: #FFF;
    border-color: #ababab
}
.benefit-text h5 {
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'brandon_grotesquemedium';    
}
.upload-list{
	text-align: left; margin-top: 20px; padding: 10px; font-size: 1.1rem; font-weight: 600; box-shadow: -3px 7px 3px -7px #cdcdcd; border-radius: 10px; font-family: 'Lato', sans-serif; color: #8DC63F; border: 1px solid #f5f5f5;
}
.m--margin-top-8{
	margin-top: 8px;
}
.car-H{
	padding-top:3px; font-weight: bold; color: #8DC63F; font-size: 1.4rem
}
.benefit-textbox{ 
	box-shadow: -3px 7px 3px -7px #cdcdcd !important; background-color: #FFF !important; font-family: "Lato", "sans-serif"; font-size: 1.1rem !important
}
.h5, h5 {
    font-size: 1.4rem;
    letter-spacing: 0px !important;
}
.btn.m-btn--bene {
    padding: .55rem 1.6rem;
    font-size: 1.1rem;
    font-family: "Lato", "sans-serif";
}
.border-gray-top{
	border-top:1px solid #dcdcdc;
}

.fileinput {
    margin-bottom: 0;
}
.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}
.btn.green:not(.btn-outline) {
    color: #FFF;
	background-color:#8DC63F;
	border-color:#8DC63F;
	font-family: "Lato", "sans-serif"; font-size: 1.1rem !important
}
.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}
.fileinput .btn {
    vertical-align: middle;
}
.btn.green:not(.btn-outline) {
    color:#FFF;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr;
}
