* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    background: #f2f2f2;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

input, button, a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.btn-primary {
    background-color: #3c8be0;
    border-color: #3c8be0;
}

    .btn-primary:hover {
        background-color: #3684d8;
        border-color: #2f7cd0;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
        color: #fff;
        background-color: #2b76c7 !important;
        border-color: #216ab9 !important;
    }

.page {
    overflow-x: hidden;
}

.page {
    background: #f1f1f1;
}

nav.navbar {
    /*background: #4aad90;*/
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 2px #504f4fb0;
    box-shadow: 0px 2px 2px #504f4fb0;
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
}

    nav.navbar .search-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background: #fff;
        z-index: 12;
        border-radius: 0;
        display: none;
    }

        nav.navbar .search-box .dismiss {
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: none;
            border: none;
            cursor: pointer;
            font-size: 1.5em;
            color: #999;
        }

.brand-img.brand-big.logo-big img {
    width: 220px;
}

.brand-text.brand-small.logo-small img {
    width: 120px;
    margin: 0;
}

nav.navbar .search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 12;
    border-radius: 0;
    display: none;
}

nav.side-navbar ul {
    padding: 0;
}

    nav.side-navbar ul li.active > a {
        background: #fff;
        color: #818181;
        border-left: none;
    }

        nav.side-navbar ul li.active > a:hover {
            background: #fdfdfd;
        }

    nav.side-navbar ul li a:hover {
        background: #fdfdfd;
        border-left: none;
        color: #818181;
    }

nav.side-navbar a[aria-expanded="true"] {
    background: #fff;
}

nav.side-navbar ul li a {
    border-left: none;
    color: #818181;
    font-weight: bold;
}

nav.side-navbar .title ul {
    padding: 0px;
}

.title ul li {
    display: inline-block;
}

nav.side-navbar .title ul li a {
    background: none;
    padding: 0;
    border: none;
    color: #000;
}

nav.side-navbar ul li li a {
    padding-left: 35px;
    background: #f6f8fa;
    display: flex;
}

nav.side-navbar .title h1 {
    color: #4aad8f;
    font-weight: normal;
}

nav.side-navbar .title a i {
    margin-right: 10px;
    font-size: 1.2em;
}

nav.side-navbar ul li a {
    padding: 10px 10px 10px 15px;
}

nav.side-navbar a i {
    margin-right: 10px;
    font-size: 22px;
    width: 25px;
    vertical-align: middle;
}

nav.side-navbar a[data-toggle="collapse"]::before {
    font-size: 17px;
}

.light-orange {
    color: #ff9500 !important;
}

.dark-green {
    color: #4aad90 !important;
}

.light-green {
    color: #a5b21a !important;
}

.mid-green {
    color: #4aad90 !important;
}

.dark-orange {
    color: #f04a27 !important;
}

.bluee {
    color: #2095f2 !important;
}

.redd {
    color: #f04a27 !important;
}

.deep-sky {
    color: #00bfff !important;
}

.black {
    color: #000000 !important;
}

.purple {
    color: #8E44AD !important;
}

.shrinked .sidebar-header {
    display: none !important;
}

.shrinked ul li {
    border-bottom: 1px solid #e3e4e4;
}

.container-header {
    width: 100%;
}

.top-nav {
    width: 100%;
}

.nav-logo .navbar-brand .logo-big img {
    margin: 0;
}

.card-headings {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal !important;
}

.dashboard-counts .item {
    height: 100px;
}

.dashboard-counts i {
    font-size: 20px;
}

.text-green {
    color: #52b699 !important;
}

section.dashboard-counts .title span {
    font-size: 13px;
    color: #464852;
    text-transform: uppercase;
}

.top-img {
    width: 22%;
    float: left;
    margin-left: 0;
    background: #fff;
}

.top-heading {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: normal;
    padding: 8px;
    position: relative;
    min-width: 160px;
    top: -7px;
}

    .top-heading i {
        margin-left: 6px;
    }

nav.navbar .nav-item > a .top-heading span {
    font-size: 14px;
}

#notifications {
    text-transform: uppercase;
    font-size: 12px;
}

.toggle-search {
    margin-top: 15px;
}

.nav-left i {
    font-size: 20px;
    margin-right: 3px;
    margin-left: 5px;
}

nav.navbar .nav-item > a span {
    right: 23px;
}

.bg-inn-green {
    background: #52b799 !important;
}

.inn-heading-h3 {
    /* color: #333;*/
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.inn-heading {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.table-bg-grey {
    background: rgba(0,0,0,.03);
    /* background: linear-gradient(to bottom, #faddab, #f5c470); */
}

.table th {
    color: #000000;
    font-weight: normal;
}

.amount-text {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
}

.amount-price {
    font-size: 19px;
    font-weight: normal;
}

.table-main-hd {
    font-size: 12px;
    font-weight: bold !important;
}

    .table-main-hd i {
        margin-right: 5px;
    }

.inn-padding {
    padding: 20px 0 0;
}

    .inn-padding .card {
        /*margin-bottom: 0;*/
    }

.date-icon i {
    margin-left: 5px;
    font-weight: bold;
}

.submit-btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.card {
    position: relative;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3c8be0;
    position: absolute;
    top: 40px;
    left: 34px;
}

.account-summ .arrow-down {
    top: 50px;
}

.menu-btn.active:before {
    content: "\f03b";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

.menu-btn:before {
    content: "\f03c";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
}

i.fa.fa-caret-down {
    vertical-align: middle;
}

nav.side-navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #dbdbdb;
    min-height: calc(100vh - 60px);
}

.border {
    border: 1px solid #dbdbdb !important;
}

.card-header {
    padding: 0.8rem 1rem;
    background-color: #007bff; /*#F8F8F8; rgba(0,0,0,.03);*/
    background-color: #3c8be0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    position: relative;
}

.recent-report .table td, .recent-report .table th {
    border-top: none;
    padding: .75rem 0;
}

.recent-report .table thead th {
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
    color: #010101;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.recent-report .table tbody th, .recent-report .table tbody td {
    padding: 1.2rem 0;
    color: #a7a7a7;
    font-size: 13px;
}

.bg-darkgrey {
    background: #464852;
    border: none;
}

    .bg-darkgrey:hover {
        background: #464852;
    }

.bg-orange {
    background: #ff9500 !important;
    border: none;
}

.report-btn {
    font-size: 13px;
    padding: 0.275rem 1.3rem;
    border-radius: 0.8rem;
}

.recent-report {
    padding: 5px 1.25rem;
}

.table.summary-t th, .table.summary-t td {
    border-top: none;
}

.table.summary-t tbody th, .table.summary-t tbody td {
    padding: 1.2rem 0.75rem;
}

.sub-heading {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #fafafa;
    text-align: center;
    padding: 12px 10px;
    /* box-shadow: 1px 2px 2px rgba(197, 197, 197, 0.08); */
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #efecec;
    border-top: 1px solid #efecec;
}

input.form-control, select.form-control {
    color: #1d1d1d;
    font-size: 11px;
    height: calc(2rem + 1px) !important;
    padding: 5px 4px;
    background-color: #fafafa;
    border-radius: 5px;
}

textarea.form-control {
    color: #1d1d1d;
    font-size: 11px;
    height: calc(4rem) !important;
    max-height: calc(4rem) !important;
    padding: 5px 4px;
    background-color: #fafafa;
    border-radius: 5px;
}

.form-control-label {
    font-size: 11px;
    color: #464852;
    font-weight: 600;
}

.sub-label {
    font-weight: normal;
}

.select {
    position: relative;
}

    .select:after {
        content: '\f078';
        font: normal normal normal 14px/1 FontAwesome;
        color: #565656;
        right: 0;
        width: 30px;
        top: 0;
        height: 33px;
        padding: 10px 0px 0px 7px;
        border-left: 1px solid #fbfbfb;
        position: absolute;
        pointer-events: none;
        background: #e2e2e2;
        border-radius: 0 5px 5px 0px;
    }

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #0ebeff;
    -ms-word-break: normal;
    word-break: normal;
}

.margin-right0 {
    margin-right: 0px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-top28 {
    margin-top: 28px;
}

.margin-top10 {
    margin-top: 10px;
}

.acct-link ul {
    list-style: none;
}

    .acct-link ul li {
        display: inline-block;
    }

        .acct-link ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            border-right: 1px solid #fff;
            line-height: 1;
            padding-right: 5px;
        }

        .acct-link ul li:last-child a {
            border-right: 0;
        }

.input-group-text {
    background-color: inherit;
    border: none;
    padding: 7px 8px 8px 22px !important;
}

.input-group-append {
    background: #e2e2e2;
    border-radius: 0px 5px 5px 0px;
}

.gj-icon {
    font-size: 16px;
    color: #565656;
    right: 7px !important;
    top: 10px !important;
}

.timepicker i.fa.fa-clock-o {
    position: relative;
    top: 8px;
    left: 5px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 28px;
}

.input-group span.input-group-addon {
    background: #e2e2e2;
    color: #565656;
    font-weight: 300;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-append, .gj-datepicker-bootstrap span[role=right-icon].input-group-prepend {
    width: 30px;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

.report-radio label.checkbox-inline {
    font-size: 11px;
    color: #464852;
    font-weight: 600;
}

.checkbox-template::checked:before, .radio-template::checked:before {
    background: #52b798;
}

.notify-text {
    position: inherit !important;
    font-size: 12px !important;
}

.select2-container {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    .form-control-label {
        font-size: 10px;
    }

    #calendar, #calendar .header {
        width: 385px;
    }

    .day {
        width: 55px;
    }

    .arrow {
        margin-left: -4px;
    }

    .padding0 {
        padding: 0px;
    }

    .mar-overflow {
        overflow: auto;
        padding: 0;
        margin: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .login-page .col-md-4 {
        max-width: 100% !important;
    }

    nav.side-navbar.shrinked ul li a {
        padding: 15px 5px;
    }

    .login-page .info, .login-page .form {
        min-height: auto !important;
    }

    .bottom35 {
        bottom: 0 !important;
        position: inherit !important;
    }

    .padding0 {
        padding: 0px;
    }

    .brand-text.brand-small.logo-small img {
        margin-left: 12px;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    nav.side-navbar.shrinked {
        min-width: 143px;
        max-width: 250px;
        text-align: center;
    }

    .sub-label {
        font-size: 10px;
    }

    #calendar, #calendar .header {
        width: 340px;
    }

    .day {
        width: 48px;
    }

    .card-headings {
        font-size: 9px;
    }

    .arrow {
        margin-left: -8px;
    }

    .recent-report {
        overflow: scroll;
        padding: 0;
        margin: 12px;
    }

        .recent-report .table {
            width: 600px;
        }

    section.dashboard-counts .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        min-width: 45px;
        max-width: 45px;
        border-radius: 50% 0 50% 50%;
    }

    section.dashboard-counts .number {
        font-size: 18px;
    }

    section.dashboard-counts .title span {
        font-size: 10px;
    }

    .mar-overflow {
        overflow: auto;
        padding: 0;
        margin: 0 15px;
    }

    .mh-tbl-pd {
        padding: 0 !important;
    }

    .mh-margin0 {
        margin: 0px;
    }

    .mh-padding0 {
        padding: 0px;
    }

    .navbar-header.nav-logo .logo-small {
        min-width: 142px !important;
        max-width: 142px !important;
        background: #52b699;
        line-height: 3;
    }
}

@media (min-width:800px) and (max-width:1280px) {
    #notifications {
        background: none;
    }

    .notify-text {
        display: none;
    }

    .brand-text.brand-small.logo-small img {
        margin-left: 12px;
    }

    nav.side-navbar a i {
        width: inherit;
    }
}

@media (max-width:991px) {
    .content-inner.active {
        width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .navbar-header.nav-logo {
        width: 135px;
        margin-right: 10px;
    }

    span.notify-text {
        display: none;
    }

    #notifications {
        background: none;
    }

    .profile-img-sm {
        display: none;
    }

    .brand-text.brand-small.logo-small img {
        margin-left: 12px;
    }

    .overflow-auto {
        overflow: auto;
        width: 100%;
        padding: 0;
    }

    #calendar, #calendar .header {
        width: 100%;
    }

    .day {
        width: 48px;
    }

    .sale-btn {
        right: 0 !important;
        top: 0 !important;
        position: inherit !important;
    }

    section.dashboard-counts .row {
        padding: 0;
        margin: 0;
    }

    .submit-btn {
        font-size: 9px;
    }

    .bottom35 {
        bottom: 0 !important;
        position: inherit !important;
    }

    .or-select {
        margin-top: 0 !important;
        text-align: center;
        width: 100%;
    }

    .padding0 {
        padding: 0px;
    }

    .account-summ .arrow-down {
        top: 75px;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .dashboard-counts .col-xl-4:last-child .item {
        margin-bottom: 0;
    }

    /*.dashboard-counts .item {
        margin-bottom: 20px;
    }*/

    nav.side-navbar.shrinked {
        min-width: 129px;
        max-width: 129px;
        text-align: center;
        height: auto !important;
    }

    .padding-top20 {
        padding-top: 20px;
    }

    .padding-bottom20 {
        padding-bottom: 20px;
    }

    .padding-bottom30 {
        padding-bottom: 30px;
    }

    .profile-image img {
        width: 100px !important;
    }

    .mt-0 {
        margin-top: 0;
    }

    .recent-report {
        padding: 0;
        margin: 14px 14px 0;
        overflow: auto;
    }

        .recent-report .table {
            width: 600px;
        }

    .card-headings {
        font-size: 11px;
    }

    .m-t-0 {
        margin-top: 0px !important;
    }

    section.dashboard-counts .icon {
        float: right;
    }

    .toggle-search {
        margin-top: 6px;
    }

    .mar-overflow {
        overflow: auto;
        padding: 0;
        margin: 0 15px;
    }
    /*.content-inner {
        margin-bottom: 20px;
    }*/
    nav.side-navbar {
        height: 100%;
        min-height: calc(100vh - 60px);
    }

    .content-inner.active {
        min-height: 100%;
        height: 100%;
    }

    .content-inner {
        min-height: 100% !important;
        height: 100% !important;
    }

    .inn-heading {
        font-size: 11px;
        width: 75%;
        line-height: 14px;
    }

    .arrow-down {
        top: 100%;
        z-index: +9;
    }

    .navbar-header.nav-logo .logo-small {
        min-width: 128px !important;
        max-width: 128px !important;
    }

    .das-tbl-p0 {
        padding: 0 0 10px;
    }

    .das-view-btn {
        margin: 15px;
    }

    .mh-tbl-pd {
        padding: 0 !important;
    }

    .table {
        margin-bottom: 0px;
    }

    .mh-margin0 {
        margin: 0px;
    }

    .mh-padding0 {
        padding: 0px;
    }

    .card {
        margin-bottom: 0px;
    }

    #divAdditionalCriteria h2 {
        font-size: 14px !important;
        line-height: 20px;
    }
    /*.submit-btn{margin-top:20px;}*/
    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: auto !important;
    }

    .max-width {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mh-t-20 {
        margin-top: 20px;
    }

    .mh-t-30 {
        margin-top: 30px;
    }

    .mh-t-10 {
        margin-top: 10px;
    }

    .inn-padding {
        padding: 10px 0 10px;
    }

    nav.navbar .nav-item > a span {
        right: 9px;
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    .submit-btn {
        font-size: 9px !important;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .arrow {
        margin-left: -8px;
    }

    .day {
        width: 54px;
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {
    .width50 {
        width: 50%;
    }

    .day {
        width: 46px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -13px;
    }

    .profile-image img {
        width: 213px !important;
    }

    .m-t-0 {
        margin-top: 50px !important;
    }

    #calendar .header h1 {
        font-size: 18px;
    }

    section.dashboard-counts .number {
        font-size: 15px;
    }

    section.dashboard-counts .title {
        font-size: 1em;
    }

        section.dashboard-counts .title span {
            font-size: 10px;
        }

    .card-headings {
        font-size: 9px;
    }

    .card-footer ul.circle-li li span {
        font-size: 10px !important;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .arrow {
        margin-left: -8px;
    }

    nav.navbar .dropdown-menu {
        left: -150%;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .width50 {
        width: 50%;
    }

    .day {
        width: 41px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -13px;
    }

    .profile-image img {
        width: 185px !important;
    }

    .m-t-0 {
        margin-top: 35px !important;
    }

    section.dashboard-counts .number {
        font-size: 15px;
    }

    section.dashboard-counts .title {
        font-size: 1em;
    }

        section.dashboard-counts .title span {
            font-size: 9px;
        }

    .card-headings {
        font-size: 8px;
    }

    .card-footer ul.circle-li li span {
        font-size: 10px !important;
    }

    .card-footer {
        border-top: 5px solid #eee !important;
    }
}

@media only screen and (min-width : 360px) and (max-width : 640px) and (orientation : portrait) {
    .day {
        width: 47px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -10px;
    }

    nav.navbar .dropdown-menu {
        left: -148%;
    }

    section.dashboard-counts .number {
        font-size: 14px;
    }
}

@media only screen and (min-width : 360px) and (max-width : 640px) and (orientation : landscape) {
    .day {
        width: 39px;
    }

    #calendar .header h1 {
        font-size: 15px;
    }

    .card-footer ul.circle-li li span {
        font-size: 9px !important;
    }

    .card-headings {
        font-size: 7px;
    }

    .card-footer {
        border-top: 4px solid #eee !important;
    }
}

@media only screen and (max-width : 320px) and (orientation : portrait) {
    nav.navbar .nav-item > a {
        font-size: 9px;
    }

    .submit-btn {
        font-size: 7px;
    }

    .nav-link {
        padding: .5em 0.3em !important;
    }

    .account-summ .arrow-down {
        top: 75px;
    }

    nav.side-navbar a i {
        width: inherit;
    }

    .card-headings {
        font-size: 10px;
    }

    .day {
        width: 41px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -11px;
    }

    nav.navbar .dropdown-menu {
        left: -270%;
    }

    section.dashboard-counts .number {
        font-size: 14px;
    }

    section.dashboard-counts .title span {
        font-size: 10px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
    .day {
        width: 36px;
    }

    .day-number {
        font-size: 18px;
    }

    .arrow {
        margin-left: -13px;
    }

    #calendar .header h1 {
        font-size: 14px;
    }

    .profile-image img {
        width: 158px !important;
    }

    .m-t-0 {
        margin-top: 24px !important;
    }

    nav.navbar .dropdown-menu {
        left: -148%;
    }
}

.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select1 .form-control {
    height: 60px !important;
}

.check-box input {
    vertical-align: text-top;
    margin-right: 5px;
}

.check-box label {
    margin-right: 20px;
}

.report-radio label {
    margin-right: 10px;
}

.bottom35 {
    bottom: 35px;
}

/*------------ Profile Page CSS ------------*/
.profile-page .profile-header {
    background: transparent url(../images/profilebg.jpg) repeat scroll center center/cover;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}

.profile-page, .boxs-simple {
    padding-top: 0;
}

.profile-image img {
    border-radius: 50%;
    width: 180px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.profile-page .profile-header .profile_info {
    margin: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.profile-page .profile-header .profile_info .job_post {
    margin-bottom: 10px;
}

.profile-btn {
    background-color: #52b799;
    border-color: #52b799;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: none;
}

    .card .header {
        color: #555;
        position: relative;
        margin-bottom: 0;
        padding: 1rem 1rem;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid #eee;
        box-shadow: none;
    }

    .card .body {
        font-size: 14px;
        color: #444;
        padding: 10px 15px;
        font-weight: 400;
    }

    .card .header h2 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #111;
        text-transform: uppercase;
    }

.progress {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    height: 8px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.progress .progress-bar {
    line-height: 8px;
    background-color: #1f91f3;
}

.l-blue {
    background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
    color: #fff !important;
}

.l-green {
    background: linear-gradient(45deg, #9ce89d, #cdfa7e) !important;
}

.l-amber {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.l-blush {
    background: linear-gradient(45deg, #dd5e89, #f7bb97) !important;
    color: #fff !important;
}

.info-box-2 {
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 150px;
}

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

    .info-box-2 .icon {
        display: inline-block;
    }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 14px;
            margin-top: 11px;
            color: #555;
            margin-top: 0 !important;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            color: #555;
        }

.social-widget .facebook-widget .icon i {
    color: #3b5998;
}

.social-widget .instagram-widget .icon i {
    color: #fb3958;
}

.social-widget .twitter-widget .icon i {
    color: #0084b4;
}

.social-widget .google-widget .icon i {
    color: #d34836;
}

.social-widget .linkedin-widget .icon i {
    color: #0077B5;
}

.social-widget .behance-widget .icon i {
    color: #053eff;
}

.info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box-2.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box-2 .icon i {
    color: #000;
    font-size: 30px;
    line-height: 70px;
}

.nav-tabs > li > a {
    border: none !important;
    color: #999 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-link {
    display: block;
    padding: .5em 1em;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #ffc100 !important;
    color: #ffc100 !important;
    font-weight: 700;
}

.nav-tabs + .tab-content {
    padding: 15px 0;
}

.profile-page .timeline {
    border-left: 1px solid #dedede;
    font-size: 14px;
    position: relative;
}

    .profile-page .timeline .timeline-item {
        padding-bottom: 1px;
        position: relative;
    }

    .profile-page .timeline .timeline-item {
        margin-bottom: 20px;
    }

        .profile-page .timeline .timeline-item .item-content {
            margin-left: 24px;
            margin-top: 0;
        }

            .profile-page .timeline .timeline-item .item-content p {
                font-weight: 400;
                color: #444;
            }

        .profile-page .timeline .timeline-item:after {
            background-color: #fff;
            border-color: inherit;
            border-radius: 50%;
            border-style: solid;
            border-width: 2px;
            content: "";
            height: 11px;
            left: 0;
            margin-left: -6px;
            position: absolute;
            width: 11px;
            bottom: auto;
            clear: both;
            top: 4px;
        }

.profile-page #mypost .mypost-form .form-group .form-control {
    height: auto;
}

.card .card-inside-title:first-child {
    margin-top: 0;
}

.card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: #000;
}

.setting-form .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.setting-form .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.setting-form .form-group .form-control {
    margin-bottom: 7px;
}

.setting-form .form-control, .setting-form .form-group .form-control {
    border: 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
}

.setting-form .form-control {
    margin-bottom: 7px;
}

.setting-form .form-control {
    height: 36px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.428571429;
}

.m-t-40 {
    margin-top: 40px;
}

.setting-form {
    margin-bottom: 15px;
}
/*------------ Profile Page CSS ------------*/

.card-footer ul.circle-li {
    list-style: none;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

    .card-footer ul.circle-li li {
        display: inline-block;
        margin: 0 auto;
    }

.card-footer {
    border-top: 10px solid #eee;
}

.graph-circle {
    width: 15PX;
    background: #793030;
    height: 15PX;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}

.card-footer ul.circle-li li span {
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}

.graph-blue {
    background: #2095f2;
}

.graph-orange {
    background: #fe9700;
}

.graph-green {
    background: #52b699;
}

.certify {
    font-size: 10px !important;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 0;
}

.sale-btn {
    right: 16px;
    top: 50%;
}

.login-logo {
    margin: 0 auto;
    justify-content: center;
    display: block;
    margin-bottom: 50px;
    width: 100%;
}

.page.login-page {
    background: #eff3f6;
}

.login-btn {
    margin: 0 auto;
    justify-content: center;
    display: flex;
    background: #3c8be0;
    border-radius: 0;
    font-size: 22px;
    -webkit-box-shadow: 0 6px 15px rgb(125 118 181 / 50%);
    box-shadow: 0 6px 15px rgb(125 118 181 / 50%);
    border: 0;
    width: 100%;
    margin-bottom: 18px;
}

.login-btn {
    -webkit-transition: none;
}

.forgot-pass {
    text-align: center;
    display: block;
    font-size: 14px;
}

.ximp-login .input-material {
    padding: 10px;
    background-color: #f8fafc;
    border: 1px solid #dfe3e9;
    height: 50px;
}

.login-page .form-holder .form a.forgot-pass {
    font-size: 16px;
    color: #323232;
}

    .login-page .form-holder .form a.forgot-pass:hover {
        color: #52b799;
        text-decoration: none;
    }

nav.side-navbar ul li ul li.list-li:hover a span {
    border-bottom: 3px solid #2b76c7 !important;
    line-height: 20px;
    -webkit-transition: none;
    transition: none;
}


nav.side-navbar ul li.list-li:hover ul li a span {
    border-bottom: none;
    line-height: 20px;
}

nav.side-navbar ul li ul li:hover a span {
    border-bottom: 3px solid #2b76c7 !important;
    line-height: 20px;
    -webkit-transition: none;
    transition: none;
}

nav.side-navbar ul li.active > a span {
    /*border-bottom: 3px solid #52b699;*/
    border-bottom: 3px solid #2b76c7;
    line-height: 20px;
}

.shrinked a i {
    width: inherit !important;
}

/*nav.side-navbar ul li {
    line-height: 0;
}*/

nav.side-navbar ul li a {
    line-height: 20px;
}


/*----- Payment Confirmation --------*/
.payment-confrm {
    padding: 40px 0;
}

.pay-hd {
    text-align: center;
    background: #e4e4e4 !important;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-print-color-adjust: exact;
}

    .pay-hd h2 {
        font-size: 16px;
        font-weight: normal;
        color: #505050;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: 5px 0;
    }

.pay-bg {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    width: 100%;
}

.margin-bottom10 {
    margin-bottom: 10px;
}
/*----- Payment Confirmation --------*/
/*----- Payment Wizard content --------*/

.top-content {
    padding: 40px 0 170px 0;
}

    .top-content .text {
        color: #fff;
    }

        .top-content .text h1 {
            color: #fff;
        }

    .top-content .description {
        margin: 20px 0 10px 0;
    }

        .top-content .description p {
            opacity: 0.8;
        }

        .top-content .description a {
            color: #fff;
        }

            .top-content .description a:hover,
            .top-content .description a:focus {
                border-bottom: 1px dotted #fff;
            }

.wizard-payment {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .wizard-payment h5 {
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase;
        display: block;
        text-indent: 15px;
        width: 100%;
        font-size: 12px;
    }

.wizard-payment-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.wizard-payment-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.wizard-payment-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #52b799;
}

.wizard-payment-step {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5px;
}

.wizard-payment-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wizard-payment-step.activated .wizard-payment-step-icon {
    background: #fff;
    border: 1px solid #52b799;
    color: #52b799;
    line-height: 38px;
}

.wizard-payment-step.active .wizard-payment-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #52b799;
    font-size: 22px;
    line-height: 48px;
}

.wizard-payment-step p {
    color: #ccc;
}

.wizard-payment-step.activated p {
    color: #52b799;
}

.wizard-payment-step.active p {
    color: #52b799;
}

.wizard-payment fieldset {
    display: none;
    text-align: left;
}

.wizard-payment-buttons {
    text-align: right;
    float: right;
}

.btn-previous {
    float: left !important;
}

.wizard-payment .input-error {
    border-color: #52b799;
}

/*--------------------  Custom CSS--------------------------*/
.table-pager > td {
    padding-top: 15px;
}

    .table-pager > td > a {
        /*background-color: #52b7992e;*/
        /*border: 1px solid rgba(82, 183, 153, 0.96);*/
        border: 1px solid #3c8be0;
        /*background-color: #3c8be0;*/
        border-radius: 4px;
        padding: 3px 10px;
        color: #000;
        font-size: 14px;
    }

        .table-pager > td > a:hover {
            background-color: #f0f0f0;
        }

.grid-header th a {
    /*font-weight: bold;*/
    color: #000;
    padding: 8px 0;
}

.center-aligned {
    text-align: center;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.field-validation-valid {
    display: inline;
}

.loadingOverlay {
    position: fixed;
    z-index: 1051;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../Content/images/progress.gif') 50% 50% no-repeat;
}

#loading {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.overflow-auto {
    overflow: auto;
}

.red-text {
    color: red;
}

.bold-text {
    font-weight: bold;
}

.full-width {
    width: 100%;
}

.setting-icon {
    color: #52b799;
    font-size: 20px;
}

.span-percentage-change {
    background-color: #2b76c7;
    color: white;
}

.hidden {
    display: none;
}

.margin-top21 {
    margin-top: 21px;
}

/*start model popup css*/
.modal-dialog.min-popup {
    width: 350px;
    margin: 30px auto;
}

.modal-content {
    /*border: 5px solid rgba(0,0,0,.2);*/
    /*border: 5px solid rgba(82, 183, 153, 0.49);*/
    border: 5px solid #5293da;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    background-color: #3c8be0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .modal-header .close {
        margin-top: -30px;
        margin-right: -30px;
        background: #ffffff;
        padding: 0px;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        opacity: 1;
        color: #52b799;
    }

        .modal-header .close span {
            vertical-align: text-top;
            font-size: 1.5rem;
        }

.modal-title {
    color: #fff;
    text-align: center;
    width: 100%;
}
/*.modal-footer {border-top: 0px solid #e5e5e5;}*/

#comparison .table-bordered {
    border: 0;
}

    #comparison .table-bordered thead th {
        border-bottom: 0;
    }

#comparison {
    border: 0;
}

nav.side-navbar ul li li a i {
    margin-right: 12px;
}

nav.side-navbar.shrinked ul li li a {
    display: block;
}

nav.navbar .nav-item > a .crnt-date {
    display: block;
    position: absolute;
    top: auto;
    left: 8px;
    /*font-size: 0.7rem;*/
}

.profile-img-sm .top-heading {
    padding-bottom: 0.68rem;
    position: relative;
    max-width: calc(100% - 35px);
    padding-right: 25px;
}

    .profile-img-sm .top-heading i.fa {
        position: absolute;
        right: 0;
    }
/* end model popup css*/
.no-chart-data {
    font: 14px;
    font-family: 'Poppins';
    color: red;
}

nav.side-navbar ul li ul li.list-li a span {
    border-bottom: 3px solid #f6f8fa !important;
    /* line-height: 20px; */
}

    nav.side-navbar ul li ul li.list-li a span:hover {
        border-bottom: 3px solid #2b76c7 !important;
        /* line-height: 20px; */
    }

.no-data {
    font: 14px;
    font-family: 'Poppins';
}

.btn-line-height {
    line-height: 0.8;
}

.no-data {
    font: 14px;
    font-family: 'Poppins';
}

.success-text {
    color: green;
}

.error-text {
    color: red;
}

nav.side-navbar ul li a span {
    border-bottom: 3px solid #ffffff;
}

nav.side-navbar ul li:hover a span {
    /*border-bottom: 3px solid #52b699;*/
    border-bottom: 3px solid #2b76c7;
}

.navbar-header.nav-logo .logo-big {
    /*background: #52b699;*/
    line-height: 3;
    min-width: 250px;
    max-width: 250px;
}

.navbar-header.nav-logo .logo-small {
    min-width: 150px;
    max-width: 150px;
    /*background: #52b699;*/
    background: #fff;
    line-height: 3;
}

.nav-logo .navbar-brand {
    padding: 0;
}

.mh-tbl-pd {
    padding: 0 15px;
}

#divAdditionalCriteria h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.inn-padding .card {
    margin-bottom: 0;
}

.padding-right0 {
    padding-right: 0px;
}

.custom-radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 4px;
    margin-right: 6px;
    background: url("../../Content/images/radio.png") no-repeat;
}

    .custom-radio.selected {
        background: url("../../Content/images/radio-selected.png") no-repeat;
    }

    .custom-radio input[type="radio"] {
        margin: 1px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

.opt_out_btnwd {
    width: 90px;
}

.msg-border {
    border: 1px solid #dee2e6;
    padding: .75rem;
}

.msg-margin0 {
    margin: 0px;
}

.width-35 {
    width: 35px;
}

.selection {
    width: 100%;
}

    .selection span {
        height: 33px !important;
    }

.select2-dropdown {
    top: -6px;
}

.max-height-350 {
    max-height: 350px;
}

.min-height-350 {
    min-height: 350px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #f2f2f2;
}

.min-height-230 {
    min-height: 230px;
}

.max-height-230 {
    min-height: 230px;
}

.min-height-390 {
    min-height: 390px;
}

.max-height-390 {
    min-height: 390px;
}

.margin-150-auto {
    margin: 150px auto;
}

.dashboard-calendr {
    position: relative;
}

    .dashboard-calendr i {
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 15px;
    }

    .dashboard-calendr input[type=text] {
        cursor: pointer;
        padding-right: 25px;
    }

.select2-container--default .select2-selection--single {
    background-color: #e9ecef !important;
}

/**  SCROLL BAR CSS */
#scrolling::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

#scrolling::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

#scrolling::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

    #scrolling::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

    #scrolling::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }
/**  SCROLL BAR CSS */
form {
    width: 100%;
}

input[type=file] {
    display: none;
}

    input[type=file]::-webkit-file-upload-button {
        border: 1px solid grey;
        background: #3d80c7;
        color: #fff;
    }

.custom-file-choose {
    background-color: #3c8be0;
    border-color: #3c8be0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
}

.padding-bottom0 {
    padding-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.edit {
    font-size: 20px;
    color: green;
}

.delete {
    font-size: 20px;
    color: red;
}

.font-x-large {
    font-size: x-large;
}

/*---------Send SMS css starts here---------*/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #2196F3;*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch-span {
    vertical-align: top;
}

.sms {
    margin: 4px 5px 0 0;
}

.mms {
    margin: 4px 0 0 5px;
}

.radio-group {
    margin-left: 2px;
}

.radio-template + label {
    margin-left: 3px;
    margin-right: 6px;
    cursor: pointer;
}

.divScheduledDate {
    display: none;
}

.padding-left16 {
    padding: 0 16px 0px;
}

.msg-count {
    color: #3c8be0;
    font-size: 12px;
}

.margin-right10 {
    margin-right: 10px;
}

.link-download {
    color: #4aad90;
}

    .link-download:hover, .link-download:focus {
        color: #4aad90;
    }

.padding-top5 {
    padding-top: 5px;
}

.padding-top15 {
    padding-top: 15px;
}
/*---------Send SMS css ends here---------*/

#pieChart {
    height: 250px;
    max-height: 250px;
}

.padding1rem {
    padding: 1rem;
}

.imgComments {
    color: #007aff;
}

.msg-stats-container {
    width: 90%;
    margin: 30px auto;
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-msg-stats {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin-bottom: 5px;
}

.progress-body {
    text-align: left;
    margin-bottom: .5rem;
}

    .progress-body label {
        margin: 0;
    }

.progress {
    border-radius: 25px;
    height: 26px;
}

.table {
    margin-bottom: 0;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.btn-secondary:hover {
    background-color: #868e96;
    border-color: #868e96;
}

.modal-delete {
    background-color: #981313 !important;
}

.modal-content-border {
    border: 0 solid rgba(0,0,0,.2) !important;
}

.btn-optout-danger {
    background-color: #981313 !important;
    border-color: #981313 !important;
    color: #fff;
}

.danger-close {
    margin-top: -30px;
    margin-right: -30px;
    background: #000;
    padding: 0px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    opacity: 1;
    color: #fff;
    border-color: #000;
}

.opt-out-sel-all {
    margin: 0px 0 0 10px;
    cursor: pointer;
}

.calendar {
    position: relative;
}

    .calendar i {
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 15px;
    }

    .calendar input[type=text] {
        cursor: pointer;
    }

.SubscribersCount {
    font-size: 1em !important;
    color: #981313 !important;
    padding: 8px 0;
    position: absolute;
    right: 15px;
}

.view-details {
    width: 100%;
    padding: 1rem 0 0;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.realse-v {
    position: absolute;
    right: 15px;
    bottom: 2px;
    font-style: italic;
}

.pie-chart-panel {
    padding: initial !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .pie-chart-panel .sche-chart {
        margin-top: 20px;
    }

/*for the report deader */
.inn-heading {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.letter-spacing {
    letter-spacing: 1.0px;
}

.new-heading {
    float: left !important;
    width: 91%;
    position: absolute;
}

.new-heading-label1 {
    margin-bottom: 0;
    margin-left: calc(100% - 93%);
}

.new-heading-label2 {
    margin-bottom: 0;
    margin-left: calc(100% - 80%);
}

.new-heading-label3 {
    margin-bottom: 0;
    margin-left: calc(100% - 98%);
}

/*reoprts*/

.selectDayWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 5px;
}

.viewReportTxt {
    margin: 0;
    color: #037afc;
    font-size: 14px;
    float: right;
    margin-bottom: 10px;
}

.transcationBox {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
    position: relative;
}

.aup-trans.send {
    flex: 0 0 33.33%;
    /*color: #4aad90;*/
    color: deepskyblue;
}

.aup-trans.failed {
    flex: 0 0 33.33%;
    color: #f70000;
    text-align: center;
}

.aup-trans.totalaup {
    flex: 0 0 33.33%;
    text-align: right;
}

.auto_pay_icon {
    background-image: url(../images/auto_pay_icon.png);
}

.auto_pay_enrollment_icon {
    background-image: url(../images/auto_pay_enrollment_icon.png);
}

.auto_pay_opt_in_out_icon {
    background-image: url(../images/auto-pay-opt-in-out.png);
}

.text_message_icon {
    background-image: url(../images/text_messageHover_icon.png);
}

/*.text_message_opt_in_out_icon {
    background-image: url(../images/text_message_opt_in_out_hover.png);
}*/
.text_message_opt_in_out_icon {
    background-image: url(../images/text_message_opt_in_out_hover.png);
}


.maf_detail_ach_text_icon {
    background-image: url(../images/maf_detail_hover.png);
}

.text_to_pay_icon {
    background-image: url(../images/text_to_pay_hover.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin.png);
}

.qcall_autopay_text_enroll_icon {
    background-image: url(../images/qcall_autopay_text_optin_hover.png);
}

.report_icon {
    width: 104px;
    height: 104px;
    margin: 0 auto;
}

.card_bg {
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    text-align: center;
    padding: 15px;
}

.dash_link a {
    color: #72827d;
}

    .dash_link a:hover, .dash_link a:focus, .dash_link a:active {
        text-decoration: none;
        color: #2185c5;
        -webkit-box-shadow: 0px 0px 15px #2185c5b8;
        box-shadow: 0px 0px 15px #2185c5b8;
    }

.dash_link .mar_btm10 {
    margin-bottom: 30px;
}

.ssrs-fram {
    height: 665px;
}

.ssrs-fram-max {
    height: 665px;
}

.inner-addon {
    position: relative;
}

    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.glyphicon {
    font-family: FontAwesome;
    font-style: normal;
    transform: none;
    vertical-align: middle;
}

    .glyphicon.glyphicon-search:after {
        content: '\f002';
    }

.input-group span.input-group-addon:first-child {
    border-radius: 5px 0 0 5px;
    padding: 0 3px;
    border-color: #d8d8d8;
}


span.input-group-btn .multiselect-clear-filter {
    background: #fafafa;
    border: none;
    padding: 2px 8px 2px 3px;
    border-radius: 0;
    border: #d8d8d8 1px solid;
    border-left: 0;
}

.glyphicon.glyphicon-remove-circle:after {
    content: '\f05c';
}

span.input-group-btn .multiselect-clear-filter i {
    vertical-align: unset;
    font-size: 0.9em;
}

.multiselect-search {
    border-right: 0;
}

.nav-acct {
    color: #666;
    text-decoration: underline;
}

    .nav-acct:hover, .nav-acct:active, .nav-acct:focus {
        color: #666;
    }

.validation-summary-errors ul {
    list-style: none;
    margin-left: -10px;
}

.pin-sent {
    font-size: 12px;
}

/*25/03/2021*/
.viewReportTxt {
    margin: 0;
    color: #037afc;
    font-size: 12px;
    margin-top: 10px;

}
.viewReportTxt i {
    transform: rotate(
29deg
);
    /* -webkit-transform: rotate(
-90deg
); */
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    font-size: 13px;

}
.switch-min {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 20px !important;
    top: 0;
    margin: 0;
    margin-top: 2px;
}

    .switch-min label {
        color: #fff;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 1.5px;
        left: 9px;
        z-index: 1;
        font-size: 11px !important;
    }

    .switch-min input[type=checkbox] {
        opacity: 0;
       
    }

.switch-off {
}

    .switch-off input:checked + .slider {
        background-color: #c1c0c0;
        border: 1px solid #c1c0c0;
    }

    .switch-off label {
        left: 22px;
    }

    .switch-off input[type=checkbox] {
        opacity: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #178824;
    -webkit-transition: .4s;
    transition: .4s;
    width: auto !important;
}

    .slider.round {
        border-radius: 34px;
    }

.mouser-round-cursor {
    cursor: pointer !important;
    pointer-events: auto;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transform: translateX(26px);
}

.slider:after {
    left: 1px;
}

.off {
    left: 1px;
    background-color: #f70000;
    right: 2px;
}

    .off:before {
        left: 1px;
        transform: translateX(0px);
    }