* {
    margin: 0;
    box-sizing: border-box
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0
}

    .container:after, section:after {
        content: ' ';
        display: block;
        clear: both
    }

a {
    color: #3c64c7;
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

ul {
    padding: 0;
    margin: 0
}

    ul li {
        list-style: none
    }

.txtwhite {
    color: #fff
}

.txtskyblue {
    color: #0076ff
}

.txtdarkgray {
    color: #767676
}

.txtlightgray {
    color: #6f6f6f
}

.bgwhite {
    background: #fff
}

.bgblue {
    background: #0b2360
}

.btn {
    outline: none !important
}

a.btn {
    background: #ffa300;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 400;
    vertical-align: top;
    border-radius: 3px;
    font-size: 12px;
    transition: all .25s ease-in-out;
    box-shadow: 1px 2px 3px rgba(153,153,153,.1);
    margin: 0 3px 0 0;
    outline: none
}

.layout-body {
    padding: 40px
}
.ors-layout-body {
    padding: 40px 40px 0 40px;
}
ul li {
    list-style: none
}

.header {
    padding: 9px 25px;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #0b2360 !important;
    position: fixed;
    z-index: 999;
    left: 0
}

.ft-26 {
    font-size: 26px
}

.header .lt {
    float: left;
    margin-top: 2px
}

.l-menu-bar {
    float: left
}

.header .ct {
    float: left;
    width: 60%;
    margin-left: 20px
}

.header .rt {
    float: left;
    width: 30%
}

.header .search-bar {
    position: relative
}

.searchclear {
    display: none;
    color: #fff;
    margin: -23px 0 0 294px;
    font-size: medium;
    position: absolute;
    right: 10px
}

.header .search-bar .form-control {
    border-radius: 4px;
    height: 34px;
    margin: -6px 4px;
    padding: 5px 0 5px 35px;
    color: #fff;
    font-size: 12px;
    line-height: 26px
}

.header .search-bar i {
    position: absolute;
    top: 5px;
    left: 14px;
    font-size: 14px;
    color: #fff
}

.header .search-bar img.search-icon {
    position: absolute;
    top: 4px;
    left: 14px;
    width: 15px
}

.header .logo img {
    width: 128px;
    max-width: 100%
}

.header .l-menu-bar .svgimg {
    width: 18px;
    max-width: 100%
}

.header .logonav .svgimg {
    width: 14px;
    vertical-align: middle
}

.header .logonav ul {
    float: right
}

.header .logonav li {
    float: left;
    display: block;
    margin: -3px 10px
}

    .header .logonav li a {
        color: #fff;
        text-decoration: none
    }

.header .l-menu-bar .nav-bar {
    padding-left: 6px;
    color: #fff;
    margin-left: 20px
}

.header .l-menu-bar .m {
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500
}

.header .user-name {
    color: #fff
}

.header .u-pic {
    width: 30px;
    display: inline-block;
    height: 30px;
    margin-bottom: 2px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    border: 1px solid #fff;
    margin-left: 8px;
    overflow: hidden;
    vertical-align: middle
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border: 2px solid #c7c7c7
}

span.u-pic img {
    width: 100%;
    border-radius: 50%
}

.sign-out .svg-icon {
    width: 14px;
    margin-left: 0;
    padding: 4px 0;
    max-width: 100%
}

.header .logonav li a span.faq {
    border-left: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 15px
}

.faq-modal .modal-body {
    padding: 0
}

.header .logonav li a span.help {
    color: #fff;
    text-decoration: none
}

.notify-block:hover {
    background: #f0f0f0
}

.notify-bar .first-row {
    padding: 10px 20px;
    font-size: 16px
}

li.notify-bar > .dropdown-menu {
    margin-top: 2px;
    width: 370px
}

.notificationList {
    padding-bottom: 10px
}

    .notificationList .notifyscroll {
        padding: 10px
    }

.header .logonav .notificationList li {
    width: 100%;
    margin: 0;
    padding: 0 10px
}

.notify-block {
    border: 1px solid #d8d8d8;
    padding: 10px 5px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background-color .1s ease
}

    .notify-block strong {
        color: #333e48;
        font-weight: 700;
        padding-bottom: 5px
    }

.user-header {
    display: inline-block;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #c9d2dd;
    margin: 10px 0
}

    .user-header .lt {
        float: left;
        width: 10%;
        border-right: 1px solid rgba(255,255,255,.38);
        padding: 5px 10px
    }

    .user-header .md {
        float: left;
        width: 25%;
        border-right: 1px solid rgba(255,255,255,.38);
        padding: 1px 10px
    }

    .user-header .rt {
        float: left;
        width: 65%;
        padding: 5px 10px
    }

    .user-header .submenu span {
        text-transform: uppercase;
        font-size: 12px
    }

    .user-header .submenu .svgimg {
        width: 14px;
        vertical-align: middle;
        margin-right: 10px
    }

    .user-header .search .svgimg {
        width: 14px;
        vertical-align: middle
    }

    .user-header .search input[type=search] {
        background: url(../img/ic-search.svg) no-repeat 3px center;
        padding: 5px 25px;
        width: 22px;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        border: none;
        transition: all .5s;
        background-size: 14px;
        text-indent: 10px
    }

        .user-header .search input[type=search]:focus {
            width: 100%;
            background-color: #fff;
            border-color: #66cc75;
            -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
            -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
            box-shadow: 0 0 5px rgba(109,207,246,.5);
            text-indent: 0;
            outline: 0
        }

    .user-header .flash .ct {
        font-size: 12px;
        font-weight: 700
    }

    .user-header .hdot {
        float: right
    }

        .user-header .hdot span {
            width: 6px;
            height: 6px;
            border-radius: 2px;
            background: #fff;
            display: inline-block;
            margin: 1px 3px
        }

        .user-header .hdot .active {
            background: #000
        }

.mheader {
    background: #f4f7f6;
    height: 66px
}

    .mheader .ct {
        display: inline-block;
        width: 100%;
        border-radius: 2px
    }

        .mheader .ct .lt {
            float: left;
            width: 8%;
            border-right: 1px solid #e6eaea;
            padding: 22px 10px;
            border-left: 1px solid #e6eaea
        }

        .mheader .ct .md {
            float: left;
            width: 10%;
            padding: 17.5px 10px
        }

        .mheader .ct .rt {
            float: left;
            width: 100%;
            padding: 5px 0 0
        }

        .mheader .ct .submenu span {
            text-transform: uppercase;
            font-size: 12px
        }

        .mheader .ct .submenu .svgimg {
            width: 14px;
            vertical-align: middle;
            margin-right: 10px
        }

        .mheader .ct .search .svgimg {
            width: 14px;
            vertical-align: middle
        }

.md.search {
    text-align: right
}

.header .logonav li a span {
    line-height: 26px
}

.header .logonav li .notification.active:after {
    display: inline-block;
    width: 6px;
    background-color: #fb764c;
    border-radius: 10px;
    height: 6px;
    content: "";
    position: absolute;
    top: 6px;
    left: 6px
}

.search input[type=search] {
    background: url(../img/ic-search.svg) no-repeat right center;
    padding: 6px 25px;
    width: 20%;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    border: none;
    transition: all .5s;
    background-size: 14px;
    text-indent: 10px;
    background-position: 95% center
}

    .search input[type=search]:focus {
        background: url(../img/ic-search-over.svg) no-repeat right center;
        width: 100%;
        background-color: #fff;
        border-color: #66cc75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
        text-indent: 0;
        outline: 0
    }

.mheader .report-sec {
    width: 19.2%;
    float: left;
    border-radius: 2px;
    background: #fafafa;
    margin-right: 1%;
    border: 1px solid #e5e5e5;
    height: 59px
}

    .mheader .report-sec:last-child {
        margin-right: 0
    }

    .mheader .report-sec .ltt {
        float: left;
        text-align: center;
        vertical-align: middle;
        padding: 8px;
        width: 50px;
        background: #fff;
        border-radius: 2px
    }

        .mheader .report-sec .ltt svg {
            fill: #716f6f
        }

    .mheader .report-sec .rtt {
        float: left;
        width: 70%;
        padding-left: 10px
    }

    .mheader .report-sec .ltt img {
        width: 40px
    }

    .mheader .report-sec .tp {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #9b9b9b;
        margin-top: 5px
    }

    .mheader .report-sec .btm .count {
        font-size: 24px
    }

    .mheader .report-sec .btm .percent {
        float: right;
        color: #129d59;
        margin-top: 8px;
        font-size: 16px;
        font-weight: 500
    }

        .mheader .report-sec .btm .percent.color-red {
            color: #ca3e13
        }

        .mheader .report-sec .btm .percent img {
            margin-right: 5px
        }

.mrflash {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #f4f7f6;
    margin: 10px 0;
    padding: 0 10px 0 0;
    position: relative;
    overflow: hidden
}

    .mrflash .ct {
        font-weight: 700;
        padding: 7px 10px;
        display: inline-block;
        padding-left: 20px;
        color: #333 !important;
        cursor: pointer
    }

    .mrflash .hdot {
        float: right
    }

        .mrflash .hdot span {
            width: 6px;
            height: 6px;
            border-radius: 2px;
            background: #a8a8a8;
            display: inline-block;
            margin: 1px 3px
        }

        .mrflash .hdot .active {
            background: #000
        }

.left-section {
    width: 280px;
    float: left;
    border-top: 2px solid #ffa300;
    border-radius: 3px
}

.right-section {
    width: 280px;
    float: left;
    border-radius: 3px;
    border-top: 2px solid #ffa300
}

.top-section .container {
}

.left-container {
    background-image: url(../img/profile-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 280px;
    float: left;
    padding: 0 27px 16px;
    margin-bottom: 10px;
    background-color: #fff;
    min-height: 520px;
    position: relative
}

.left-container-topsec {
    position: absolute;
    height: 79px;
    width: 100%;
    left: 0;
    z-index: 0
}

.center-container {
    width: 53.6%;
    float: left;
    margin: 0 10px
}

.right-container {
    width: 280px;
    float: left;
    padding-bottom: 8px;
    background-color: #fff;
    margin-bottom: 10px;
    height: 520px
}

.heading-sec-txt {
    padding: 5px 20px 16px;
    min-height: 379px
}

    .heading-sec-txt p {
        line-height: 1.5
    }

    .heading-sec-txt p, span.read-more-txt {
        color: #696969;
        padding: 10px 0
    }

    .heading-sec-txt .para-contents {
        color: #696969;
        padding: 10px 0;
        line-height: 1.5;
        max-height: 159px
    }

.left-container, .right-container, .left-container, .right-container, .center-container {
}

.banner-section {
    background-color: #fff;
    height: 522px
}

section.top-section, section.bottom-section {
    width: 100%;
    float: left
}

.login-member-sec p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
    font-weight: 600
}

.loader_1 img {
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.communication-address-sec {
    padding: 20px 0 0;
    color: #000
}

.external-links-sec p {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 12px
}

.external-links-sec {
    margin-top: 30px
}

    .external-links-sec ul li {
        display: inline-block;
        margin-right: 30px;
        margin-top: 10px
    }

        .external-links-sec ul li:nth-child(3) {
            margin-right: 0
        }

        .external-links-sec ul li a {
            display: block;
            font-size: 12px;
            color: #3c64c7;
            width: 45px;
            height: 45px;
            border: 1px solid #ddd;
            border-radius: 2px;
            text-align: center;
            padding: 2px 3px;
            box-shadow: 0 2px 3px #7773732b
        }

            .external-links-sec ul li a img {
                max-width: 100%
            }

.communication-address-sec p {
    margin-bottom: 0;
    margin-top: 4px;
    line-height: 18px;
    font-size: 12px
}

.communication-address-sec .subhead {
    font-size: 12px;
    text-transform: uppercase
}

.login-member-sec p span {
    font-size: 16px
}

p.contact-number {
    margin-bottom: 13px;
    font-weight: 400
}

.profile-picture {
    margin-top: 30px;
    position: relative
}

.profile-name-txt {
    position: absolute;
    left: 90px;
    width: 73%;
    top: 24px
}

.profile_namecont {
    vertical-align: bottom;
    padding-left: 10px
}

.profile-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    vertical-align: bottom;
    text-overflow: clip;
    line-height: 15px
}

.designation-text {
    display: inline-block;
    font-size: 11px;
    font-weight: 700
}

.profile-picture span.profile-image {
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px #7773733d;
    position: relative
}

.profile-picture span img {
    display: block;
    width: 70px
}

.login-member-sec {
    margin: 20px 0 10px
}

.communication-address-sec a {
    font-size: 12px;
    color: #000;
    text-decoration: none
}

p.communication-address-txt {
    margin-bottom: 3px
}

.heading-sec {
    background-color: #12235c;
    padding: 25px 20px
}

span.read-more-txt {
    float: right;
    width: 144px;
    border-bottom: 1px solid #9b9b9b;
    display: inline-block;
    text-align: right;
    padding: 3px 0;
    margin-top: 15px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.heading-sec-txt > span.spantxt {
    display: block;
    margin: 15px 0 30px
}

.heading-sec-txt h1 {
    margin-top: 10px
}

.banners {
    position: relative
}

    .banners .banner-txt {
        position: absolute;
        background-color: rgba(0,0,0,.1);
        width: 100%;
        color: #fff;
        bottom: 0;
        padding: 0 15px;
        height: 45px;
        display: table
    }

        .banners .banner-txt p {
            word-break: break-all
        }

    .banners img.banner-image {
        max-width: 100%;
        display: block
    }

.banners-list {
    padding: 0 19px;
    float: left;
    width: 100%;
    background-color: #fff;
    max-height: 155px
}

    .banners-list ul {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        float: left;
        padding: 0
    }

ul.thump-slider .owl-item {
    float: left
}

.banners-list ul li {
    list-style: none;
    vertical-align: top;
    margin-top: 7px;
    margin-bottom: 5px;
    width: 22.7%;
    float: left;
    margin-right: 19px
}

    .banners-list ul li:last-child {
        margin-right: 0
    }

.banner-title-txt {
    letter-spacing: 1.67px;
    display: block;
    line-height: 26px
}

.banner-txt h1 {
    font-size: 14px;
    margin-top: 0;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-top: 0
}

.banners-list ul li a {
    display: block;
    text-decoration: none;
    line-height: 1.2
}

.banners-list ul li img {
    max-width: 124px;
    width: 100%
}

.banners-list ul li span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    line-height: 15px;
    height: 30px;
    font-weight: 600;
    overflow: hidden;
    color: #3c64c7
}

.banner-txt-icons a span.iconspan {
    display: inline-block;
    width: 21px
}

.iconspan span.fa {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    position: relative;
    bottom: 4px
}

a.view-link {
    margin-left: 25px;
    cursor: pointer
}

.banner-txt-icons {
    bottom: 20px;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    width: 15%;
    padding-bottom: 8px
}

.likes-link span.icontext {
    margin-left: 0;
    font-size: 12px;
    vertical-align: text-bottom
}

.view-link span.icontext {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: text-bottom
}

.banner-txt-icons a span.iconspan img {
    width: 80%
}

span.icontext {
    vertical-align: top
}

.bottom-section {
    margin-top: 12px;
    margin-bottom: 20px
}

    .bottom-section .container {
        display: flex
    }

.upcoming-icon, .for-the-day-icon, .last-visited-icon {
    width: 25px;
    vertical-align: middle;
    fill: #fff;
    margin-right: 5px;
    margin-top: -4px
}

.last-visited-icon {
    vertical-align: middle
}

.icon-holder.first svg {
    fill: #8280ff !important
}

.icon-holder.second svg {
    fill: #feb95a !important
}

.icon-holder.third svg {
    fill: #b3b5b4 !important;
    width: 30px
}

.icon-holder.fourth svg {
    fill: #b3b5b4 !important;
    width: 28.4px
}

.icon-holder.fifth svg {
    fill: #b3b5b4 !important
}

.manager-page .lt-sec {
    width: 280px;
    float: left;
    background: #fff;
    position: relative;
    height: 409px;
    overflow: auto;
    margin-bottom: 20px
}

    .manager-page .lt-sec .mainhead {
        color: #fff;
        padding: 18px 10px 13px;
        font-size: 12.5px;
        margin-bottom: 15px;
        text-transform: uppercase;
        margin-top: 0
    }

.rt .analytic-block:first-child, .rt .analytic-block:nth-child(2) {
    cursor: pointer
}

.manager-page .lt-sec .mainhead a {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    float: right
}

.manager-page .lt-sec .ct {
    display: inline-block;
    padding: 0 10px;
    width: 100%
}

.manager-page .lt-sec .lt {
    width: 16%;
    float: left;
    padding-right: 10px;
    text-align: center
}

.manager-page .lt-sec .rt {
    width: 84%;
    float: left;
    border-radius: 2px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.manager-page .lt-sec .lt .tp {
    display: block;
    background: #cc3d36;
    color: #fff;
    font-size: 9px;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    padding: 1px 0
}

.manager-page .lt-sec .lt .btm {
    font-size: 16px;
    background: #e5e5e5;
    display: block;
    border-radius: 0 0 8px 8px;
    color: #5c5c5c
}

.manager-page .lt-sec .subhead {
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.manager-page .lt-sec .time {
    font-size: 12px;
    line-height: 1.8;
    color: #000
}

.manager-page .lt-sec .quarter {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    color: #000
}

.manager-page .lt-sec .viewlink {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    bottom: 0;
    position: absolute;
    width: 100%
}

    .manager-page .lt-sec .viewlink a {
        color: #6f6f6f;
        padding: 12px 0;
        display: block
    }

.manager-page .rt-sec {
    width: 280px;
    float: left;
    position: relative;
    background: #fff;
    height: 409px;
    overflow: auto;
    margin-bottom: 20px
}

    .manager-page .rt-sec .mainhead {
        color: #fff;
        padding: 18px 10px 13px;
        font-size: 12.5px;
        margin-bottom: 5px;
        text-transform: uppercase;
        margin-top: 0
    }

        .manager-page .rt-sec .mainhead a {
            width: 14px;
            height: 14px;
            margin-right: 0;
            float: right;
            margin-top: 2px
        }

    .manager-page .rt-sec .recent-fav-ct {
        display: none
    }

    .manager-page .rt-sec .recentct {
        display: block
    }

    .manager-page .rt-sec .ctul li a {
        border-bottom: none;
        padding: 5px 0;
        font-size: 13px;
        margin: 9px 15px;
        display: block;
        text-decoration: none
    }

    .manager-page .rt-sec .ctul {
        margin-top: 20px
    }

    .manager-page .rt-sec .tabul {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 2;
        background: #fff
    }

        .manager-page .rt-sec .tabul li {
            padding: 10px 0;
            text-align: center;
            width: 50%;
            float: left;
            color: #6f6f6f;
            border-top: 1px solid #e5e5e5;
            cursor: pointer
        }

            .manager-page .rt-sec .tabul li:first-child {
                border-right: 1px solid #e5e5e5
            }

            .manager-page .rt-sec .tabul li.active {
                border-top: 2px solid #0076ff;
                color: #0076ff;
                font-weight: 700
            }

.manager-page .md-sec {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    min-height: 410px;
    background: #fff
}

.md-sec .mainhead {
    color: #fff;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    margin: 0
}

.manager-page .md-sec .mainhead a {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    float: right
}

.md-sec table {
    width: 100%;
    border-collapse: collapse
}

    .md-sec table th {
        background: #ececec;
        padding: 6px 20px 9px;
        text-align: left;
        color: #000
    }

        .md-sec table th:nth-child(2) {
            padding: 6px 20px 9px 10px
        }

        .md-sec table th:last-child {
            padding: 6px 10px 9px 20px
        }

    .md-sec table td {
        padding: 13px 10px 0;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
        vertical-align: top
    }

    .md-sec table tr td:first-child {
        padding-left: 20px
    }

    .md-sec table th input {
        margin-left: 0;
        float: right;
        vertical-align: top;
        margin-top: 0
    }

td.check {
    text-align: right
}

.description {
    display: inline-block;
    width: 100%
}

    .description .lt {
        float: left;
        width: 60px;
        margin-top: 2px
    }

    .description .rt {
        float: left;
        width: 75%
    }

    .description .lt img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #f2ebeb;
        border: 1px solid #e0e2e4
    }

    .description .tp {
        font-size: 11px;
        font-weight: 700;
        line-height: 2;
        margin-bottom: 5px;
        color: #767676
    }

    .description .btm {
        font-size: 13px;
        line-height: 1.5;
        color: #4e4d4d
    }

.snooze-btn {
    display: none
}

.description:hover .snooze-btn {
    display: block
}

.lms-table-record table tbody td .description:hover .snooze-btn {
    display: block
}

.wfh-table-record table tbody td .description:hover .snooze-btn {
    display: block
}

.md-sec a.reject {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    outline: none;
    transition: all .2s;
    display: inline-block;
    background: #ff6c7e;
    margin-right: 55px;
    float: left
}

    .md-sec a.reject span {
        display: none;
        color: #fff;
        font-size: 12px
    }

    .md-sec a.reject:hover {
        width: 60px;
        background: #ff6c7e;
        border-color: #66cc75;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
        text-indent: 0;
        outline: 0;
        text-align: center;
        line-height: 3px;
        padding: 10px;
        margin-right: 5px;
        text-decoration: none
    }

        .md-sec a.reject:hover span {
            display: block
        }

.md-sec a.approve {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    transition: all .5s;
    display: inline-block;
    background: #23de82
}

    .md-sec a.approve span {
        display: none;
        color: #fff;
        font-size: 12px
    }

    .md-sec a.approve:hover {
        width: 60px;
        background: #66cc75;
        border-color: #66cc75;
        border-radius: 15px;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
        text-indent: 0;
        outline: 0;
        text-align: center;
        line-height: 3px;
        padding: 10px;
        margin-right: 5px;
        text-decoration: none
    }

        .md-sec a.approve:hover span {
            display: block
        }

.md-sec .rejectall {
    width: 70px;
    padding: 3px;
    border-radius: 4px;
    outline: none;
    transition: all .5s;
    display: inline-block;
    background: #95bb62;
    line-height: 1.7;
    text-align: center;
    color: #fff
}

.table-record-footer {
    text-align: right
}

    .table-record-footer table tr td {
        padding: 0 0 5px 10px;
        vertical-align: bottom
    }

.comment-text {
    text-align: left
}

    .comment-text input[type=text] {
        margin: 0 0 0 5px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        width: 99%;
        height: 36px;
        padding: 0 0 0 10px
    }

.md-sec .approveall {
    width: 70px;
    padding: 3px;
    border-radius: 4px;
    outline: none;
    transition: all .5s;
    display: inline-block;
    background: #ec6f7a;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    margin-left: 5px
}

.md-sec .records {
    font-size: 12px;
    font-weight: 700;
    color: #0076ff;
    margin-right: 30px
}

.md-sec .viewall {
    font-size: 12px;
    font-weight: 700;
    color: #0076ff;
    text-decoration: underline
}

.exception-tab {
    width: 100%;
    display: inline-block
}

.exception-sec.popupnew {
    top: -448px;
    transition: all 1s;
    height: 100%;
    background: #fff;
    z-index: 1;
    border: 1px solid #ccc
}

.action_item {
}

.md-sec .exception-tab ul {
    width: 93%;
    float: left;
    background: #fff
}

.md-sec .exception-tab li {
    float: left;
    width: 100%;
    margin: 0 10px
}

    .md-sec .exception-tab li:last-child {
    }

    .md-sec .exception-tab li a {
        text-decoration: none;
        font-size: 13px;
        line-height: 27px;
        text-align: left;
        color: #000;
        padding: 4px 0;
        background: #fff;
        display: block;
        border-top: 5px solid transparent;
        font-weight: 700;
        padding-left: 11px
    }

    .md-sec .exception-tab li.active a {
        border-bottom: 1px solid #747474;
        color: #9b9b9b;
        font-weight: 700
    }

.chart-box img {
    display: block
}

.ex-table {
    display: none
}

.table-record {
    height: 258px;
    overflow: hidden;
    background-color: #fff
}

.exception-sec {
    top: 0;
    position: relative;
    transition: all 1s;
    height: 387px
}

.dark-overlay {
    background-color: rgba(0,0,0,.63);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none
}

.learning-title {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600
}

span.close-icon {
    top: 6px;
    float: right;
    position: absolute;
    right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ff1841;
    text-align: center;
    cursor: pointer;
    display: none
}

    span.close-icon span {
        margin-top: 1px;
        display: inline-block;
        font-weight: 700;
        color: #ff1841;
        margin-left: 0
    }

.owl-nav {
    position: absolute;
    right: -65px;
    top: 9px
}

.owl-theme .owl-nav {
    margin-top: 0 !important
}

.owl-prev span, .owl-next span {
    color: #fff
}

.exception-tab .owl-prev, .exception-tab .owl-next {
    position: relative
}

button:focus, button:active {
    outline: none
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0 !important;
    color: #fff;
    text-decoration: none
}

.left-arrow-slide {
    width: 5%;
    float: left;
    background: #fff;
    height: 42px
}

.right-arrow-slide {
    width: 7%;
    float: right;
    background: #fff;
    height: 41px
}

.exception-tab button.owl-prev {
    left: -24px
}

.exception-tab button.owl-next {
    right: 20px
}

img.chartimg {
    max-width: 100%
}

span.toggle-icon {
    width: 18px;
    height: 18px;
    display: block;
    float: right
}

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor
}

.iconbutton {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    background: 0 0;
    border: 0;
    padding: 0 2rem;
    position: relative
}

.icon--heart {
    color: #fff;
    filter: grayscale(1)
}

span.plus-icon {
    background-image: url(../img/plus.svg)
}

span.minus-icon {
    background-image: url(../img/minus.svg)
}

ul.sub-list {
    display: none
}

.user-exception-sec .table-record {
    height: 306px
}

.mainhead p {
    margin-bottom: 0
}

.lms-table-record, .table-record {
    background: #fff
}

.wfh-table-record, .table-record {
    background: #fff
}

.snoozed {
    display: none
}

.activity_tab_class {
    width: 100%;
    float: left;
    background-color: #f7f8f9
}

.activity-outer {
    padding: 0;
    margin: 0;
    float: right
}

.activity_tab_class p.activity_tab_txt {
    float: left;
    margin-left: 21px;
    margin-top: 10px;
    color: #000;
    font-weight: 700
}

.strip-line {
    color: #cc3d36
}

span.activity_tab {
    padding: 0 30px
}

.activity-outer li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    position: relative;
    color: #9b9b9b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

    .activity-outer li span {
        padding: 0 0 0 20px;
        color: #000
    }

    .activity-outer li.active:before {
        content: "";
        width: 7px;
        height: 7px;
        transition: all .5s ease;
        background-color: #7fde00;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -2px;
        border-radius: 50%
    }

    .activity-outer li.active {
        padding-top: 10px;
        color: #2d68d5;
        font-weight: 700
    }

.item .badge {
    display: inline-block;
    width: 18px;
    padding: 5px 0;
    font-size: 10px;
    font-weight: 400;
    line-height: .7;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #9b9b9b;
    border-radius: 10px;
    height: 18px;
    margin: -16px 0 0
}

li.item.active .badge {
    background: #ffa300
}

.manager-page .md-sec .mainhead span.activity_tab {
    width: 100px;
    display: inline-block;
    color: #00ffd0;
    text-align: left;
    cursor: pointer
}

.activity_request {
    display: none
}

.snooze-btn {
    float: right
}

.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer
}

    .dropdown-menu li a:focus, .dropdown-menu li a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

.snoozed-block .dropdown-menu li a:focus, .snoozed-block .dropdown-menu li a:hover {
    background-color: transparent
}

.snoozed-block .dropdown-menu {
    padding: 0
}

.snooze-dropdown li:first-child span {
    display: block;
    color: #fff;
    background: #005cc6;
    padding: 5px 20px;
    margin-bottom: 5px;
    font-size: 13px
}

.snooze-dropdown a {
    color: #000 !important;
    font-weight: 400;
    font-size: 11px;
    cursor: default
}

.snooze-dropdown li:last-child a {
    font-weight: 700;
    color: #0076ff !important;
    margin: 0 20px 5px;
    cursor: pointer;
    display: inline-block;
    padding: 0
}

.snooze-dropdown .divider {
    margin: 9px 0 5px
}

.snoozed-block {
    display: inline-block;
    text-transform: capitalize
}

    .snoozed-block .dropdown-toggle {
        color: #0076ff !important;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none !important
    }

.view-details {
    color: #0076ff !important;
    font-size: 12px;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: capitalize
}

.btm a.btn {
    padding: 3px 10px;
    font-size: 12px;
    color: #0076ff;
    border: none;
    text-decoration: underline;
    vertical-align: middle;
    font-weight: 400
}

    .btm a.btn:hover {
        background: 0 0;
        color: #0076ff;
        border: none;
        text-decoration: underline
    }

.snooze-btn a.btn {
    font-size: 12px;
    padding: 2px 20px;
    margin-top: 5px;
    color: #9b9b9b;
    border: none;
    vertical-align: middle;
    font-weight: 400;
    border-radius: 4px
}

a.btn-link {
    background: 0 0;
    border: none;
    padding: 0;
    color: #9b9b9b;
    font-weight: 400;
    cursor: pointer
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    padding: 0 !important
}

.view-dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #9b9b9b;
    display: inline-block;
    margin: 0 5px 0 0
}

a.btn-link.active.focus, a.btn-link:focus, a.btn-link:hover, a.btn-link:active, a.btn-link:active:focus, a.btn-link:active:hover {
    background: 0 0;
    border: none;
    padding: 0 5px 0 0;
    color: #9b9b9b
}

.reminder-color {
    width: 5px;
    height: 32px;
    position: absolute;
    background-color: #6f6f6f
}

.snooze-dropdown {
    min-width: 250px
}

.datetimepicker table {
    max-width: 100%;
    width: 100%
}

.datetimepicker-inline {
    width: 100%
}

.mrflash .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    border-radius: 3px
}

@media(max-width:1100px) {
    .md-sec table th:last-child {
        padding: 6px 10px 9px
    }

    .table-record-footer table tr td:first-child {
        width: 50%
    }

    .header .l-menu-bar .nav-bar {
        padding-left: 75px
    }

    .left-section {
        width: 220px
    }

    .left-container {
        width: 220px;
        height: 485px
    }

    .manager-page .lt-sec {
        width: 220px
    }

    .right-section {
        width: 220px
    }

    .right-container {
        width: 220px;
        height: 485px
    }

    .center-container {
        width: 50.6%
    }

    .manager-page .rt-sec {
        width: 220px
    }

    .md-sec table th {
        padding: 6px 20px 9px 0
    }

    .banner-section {
        height: 485px
    }

    .owl-nav {
        right: -45px
    }

    .manager-page .rt-sec .ctul li a {
        font-size: 11px
    }

    .description .lt {
        width: 50px
    }

    .manager-page .lt-sec .lt .tp {
        font-size: 7px
    }

    .manager-page .lt-sec .lt .btm {
        font-size: 12px
    }

    .banners-list ul li {
        width: 21.7%
    }
}

@media(min-width:1200px) {
    .container {
        width: 1250px
    }
}

.banner-vlink {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    padding-top: 0
}

    .banner-vlink a {
        font-size: 12px;
        font-weight: 700;
        color: #696969
    }

    .banner-vlink span {
        width: 144px;
        border-bottom: 1px solid #9b9b9b;
        display: inline-block;
        text-align: right;
        padding: 0;
        cursor: pointer;
        position: relative
    }

.table-record-footer {
    position: absolute;
    width: 100%;
    top: -44px;
    z-index: 9;
    background: #fff;
    padding: 2px
}

    .table-record-footer .comment-btn {
        text-align: left
    }

    .table-record-footer .comment-text .invalid {
        border: 1px solid red
    }

    .table-record-footer .comment-btn a {
        text-align: center;
        margin-top: 3px
    }

div.ex-table {
    position: relative
}

.header .search-bar .form-control::placeholder {
    color: #fff;
    opacity: .8
}

.header .search-bar .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: .8
}

.header .search-bar .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: .8
}

.activity_tab_txt span.badge {
    display: none
}

.event-desc {
    width: 40%
}

.guideslider.modal-dialog {
    width: 94% !important;
    padding: 0
}

.guideslider .modal-content {
    position: relative;
    min-height: 90vh
}

.modal-backdrop-custom.modal-backdrop.in {
    opacity: 1
}

.modal-open .modal.coach-mark {
    overflow-y: hidden;
    padding-right: 0 !important;
    z-index: 99999
}

.guideslider .modal-content {
    background-color: transparent
}

@media(min-width:768px) {
    .guideslider.modal-dialog {
        margin: 0 auto
    }
}

.guideslider .modal-header {
    padding: 0;
    border: 0
}

    .guideslider .modal-header .close {
        margin-top: 0;
        position: absolute;
        top: 13px;
        z-index: 9999;
        font-size: 25px;
        color: #fff;
        opacity: 1;
        right: 15px;
        background: #797676;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-bottom: 3px
    }

.guideslider .modal-body {
    position: relative
}

.guideslider .modal-footer {
    padding: 0;
    text-align: right;
    border-top: none;
    position: relative;
    right: 35%;
    float: right;
    bottom: 116px;
    z-index: 1
}

    .guideslider .modal-footer button.btn {
        border: none;
        padding: 9px 20px;
        font-weight: 700;
        font-size: 13px;
        border-radius: 5px;
        background-color: #b8e986
    }

.guideslider .owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    display: block;
    width: 100%
}

    .guideslider .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 6px
    }

        .guideslider .owl-dots .owl-dot span {
            display: block;
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background-color: #ccc;
            transition: all .25s ease-in-out
        }

        .guideslider .owl-dots .owl-dot.active span {
            background-color: #0079c2
        }

.guideslider .owl-carousel button.owl-prev, .guideslider .owl-carousel button.owl-next {
    position: absolute;
    text-align: center;
    transition: all .25s ease-in-out;
    background: #e6e6e6;
    color: #333;
    padding: 9px 30px !important;
    font-weight: 700;
    font-size: 13px;
    border-radius: 5px
}

.guideslider .owl-nav {
    position: relative !important;
    right: auto !important;
    top: -50px !important;
    display: block;
    text-align: center;
    left: 34%;
    width: 224px;
    height: 50px
}

.guideslider .owl-carousel button.owl-next {
    left: 135px !important
}

.guideslider .owl-carousel .owl-next.disabled {
    opacity: .2;
    cursor: default
}

.guideslider .owl-carousel button.owl-prev {
    right: 110px !important
}

.guideslider .owl-carousel .owl-prev.disabled {
    opacity: .2
}

.post-content .img-responsive {
    width: 1000px
}

#snooze-randomTime .datetimepicker thead tr:first-child th:hover, #snooze-randomTime .datetimepicker tfoot th:hover {
    background: #fff
}

#snooze-randomTime th.next:after {
    content: "";
    position: absolute;
    top: 26px;
    right: 30px;
    bottom: 0;
    background: url(../img/next.png) no-repeat !important;
    width: 10px;
    height: 16px
}

#snooze-randomTime th.prev:after {
    content: "";
    position: absolute;
    top: 26px;
    left: 30px;
    bottom: 0;
    width: 10px;
    height: 16px;
    background: url(../img/previous.png) no-repeat !important
}

.no_fav {
    padding: 50% 6% 0;
    text-align: center
}

.no_event {
    padding: 50% 6% 0;
    text-align: center
}

.disablediv {
    pointer-events: none
}

.breadcrumb-list {
    padding: 5px 0
}

    .breadcrumb-list li {
        display: inline;
        padding: 0 5px;
        border-right: 1px solid #737373
    }

        .breadcrumb-list li:first-child {
            padding-left: 0
        }

        .breadcrumb-list li a {
            font-weight: 600;
            color: #057fdd
        }

            .breadcrumb-list li a:hover {
                cursor: pointer
            }

            .breadcrumb-list li a.active {
                color: #737373
            }

        .breadcrumb-list li:last-child {
            border-right: none
        }

mar-b-60 {
    margin-bottom: 60px !important
}

.pad-lr-30 {
    padding: 0 30px
}

.color-blue-light {
    color: #3a61c2
}

.color-blue-dark {
    color: #212a5d
}

.page-header-warp {
    padding-top: 25px
}

.action-tabs {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 7px;
    padding-top: 15px
}

    .action-tabs li {
        display: inline
    }

        .action-tabs li:first-child {
            padding-left: 0
        }

        .action-tabs li a {
            font-size: 16px;
            color: #5b5b5b;
            padding: 8px 0
        }

    .action-tabs li {
        padding: 0 17px;
        border-right: 1px solid #d7d7d7
    }

        .action-tabs li:last-child {
            border-right: none
        }

        .action-tabs li.active a {
            font-weight: 600;
            border-bottom: 2px solid #ffa300
        }

            .action-tabs li.active a:hover, .action-tabs li.active a:focus, .action-tabs li a:focus .action-tabs li a:hover {
                text-decoration: none
            }

.favorites-table {
    height: 400px;
    overflow: auto
}

.dashboardout-loader {
    text-align: center;
    margin-top: 18%
}

    .dashboardout-loader img {
        width: 200px
    }

.GridCellDiv > a {
    color: #585858 !important
}

.GridCellDiv input {
    vertical-align: top
}

.GridCellDiv span {
    vertical-align: top;
    line-height: 20px
}

.GridviewScrollHeader th, .GridviewScrollHeader td {
    color: #585858 !important;
    height: 25px;
    font-size: 12px !important;
    font-weight: 400 !important;
    vertical-align: top !important
}
