﻿@charset "utf-8";
/* replace css*/

body {
    -webkit-overflow-scrolling: auto;
}

#content-header h1 {
    font-size: 22px;
}

label {
    font-weight: normal;
}

.disabledlink {
    pointer-events: none;
    cursor: not-allowed;
}

.hideme {
    display: none;
}

.top-menu > li > a.tm-chat {
    background-image: url(../Img/icons/menu-2.png);
    background-size: 60%;
}

#header {
    z-index: 1101;
    background-color: #222;
    height: initial;
    padding: 20px 0px 0px;
}

    #header .logo {
        padding-bottom: 15px;
    }

    #header .welcome-bar {
        padding: 7px;
        background-color: #F15A33;
        color: #fff;
        font-size: 15px;
    }

.breadcrumb {
    padding: 10px 2px 11px;
}

.bgm-orange {
    background-color: #FE5000 !important;
}

    .bgm-orange h5 {
        color: white;
    }

.btn-primary {
    background-color: #00AEFF;
}

.btn[class*=bgm-] {
    color: #fff !important;
}

.btn-icon img {
    -webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.btn-icon:hover img {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.display-block {
    display: block;
    clear: both;
}

.display-inline-block {
    display: inline-block;
}

.float-left {
    float: left;
}

.word-break {
    word-break: break-all;
}

.text-top {
    vertical-align: top;
}

.text-bold {
    font-weight: bold;
}

.actions, .block-header .actions, .input-group .form-control {
    z-index: initial;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: initial;
}

.bootgrid-table td {
    overflow: initial;
}

.table > thead > tr > th {
    background-color: #F7F7F7;
}

.table-bordered {
    border: 1px solid #f0f0f0;
}
/* reducing padding for sub table with small_text class*/
.small_text.table > thead > tr > th, .small_text.table > tbody > tr > th, .small_text.table > tfoot > tr > th, .small_text.table > thead > tr > td, .small_text.table > tbody > tr > td, .small_text.table > tfoot > tr > td {
    padding: 6px 10px;
}

.table tr > th {
    background-color: #F7F7F7;
}

.command-status {
    font-size: 18px;
    background: #fff;
    border: 1px solid #eee !important;
    cursor: default;
    box-shadow: none !important;
}

.btn-icon {
    border-radius: 50% !important;
    padding: 7px;
    color: #333 !important;
}

.btn-recycle i {
    line-height: inherit;
}
/*used for rotating icon on mouseover*/
.btn-icon [class^="ic_"], .btn-icon [class*=" ic_"] {
    text-rendering: auto;
    display: inline-block;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

body #content {
    padding: 90px 0 0;
    min-height: 1000px;
}

.container {
    /*width: 100%;*/
}

#sidebar .org-menu {
    /*background-color: #cecece;*/
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #edecec;
}

    #sidebar .org-menu .org-logo {
        /*height: 100px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    #sidebar .org-menu img {
        max-width: 100%;
        height: auto;
        /*max-height: 90px;*/
    }

    #sidebar .org-menu .cnp-edit-logo {
        position: absolute;
        bottom: 2px;
        right: 5px;
        padding: 0px;
        width: 19px;
        height: 19px;
        border: none !important;
    }

        #sidebar .org-menu .cnp-edit-logo i {
            font-size: 14px;
        }

#sidebar .profile-menu > a {
    margin-bottom: 0px;
}

#sidebar {
    overflow-y: auto;
    top: 80px;
    z-index: 1024;
    height: 100%;
}

    #sidebar .sidebar-inner .si-inner {
        padding-bottom: 130px;
    }

    #sidebar .main-menu {
        margin: 0px;
    }

        #sidebar .main-menu > li.sub-menu > a:before, #sidebar .main-menu > li.sub-menu > a:after {
            right: 20px;
        }

    #sidebar .sidebar-inner {
        width: initial;
        width: 250px;
        padding-bottom: 50px;
    }

    #sidebar .main-menu > li.sub-menu > a:before {
        /*content: "";*/
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    #sidebar .main-menu > li.sub-menu > a:after {
        /*content: "";*/
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    /*disable side menu*/
    #sidebar .main-menu .disable {
        background-color: #F7F7F7 !important;
        color: #C7C7C7 !important;
    }

        #sidebar .main-menu .disable:hover {
            background-color: #F7F7F7 !important;
            color: #C7C7C7 !important;
            cursor: no-drop;
        }

        #sidebar .main-menu .disable i {
            opacity: 0.4;
            filter: alpha(opacity=40); /* msie */
        }

        #sidebar .main-menu .disable span {
            color: #C7C7C7 !important;
        }

    #sidebar .main-menu > li.sub-menu > ul > li:first-child > a {
        padding-top: 6px;
    }

    #sidebar .main-menu > li.sub-menu > ul > li:last-child > a {
        padding-bottom: 6px;
    }

.line-wrap .line {
    padding: 0px;
}

/* Custom CSS Document */
body.sw-toggled #content {
    /*padding: 100px 0 30px 250px;*/
    padding-top: 90px;
}

#header, #sidebar, #chat {
    /*position: absolute;*/
}

#chat {
    width: 240px;
}

#header .logo a {
    padding: 0px;
    font-size: 20px;
}

    #header .logo a img {
        width: 175px;
    }

#top-search-wrap {
    top: -200px;
    height: 80px;
}

    #top-search-wrap #top-search-close {
        top: 23px;
    }

    #top-search-wrap input[type=text] {
        margin: 20px 0px 20px 20px;
    }

.top-menu #toggle-width .toggle-switch {
    margin: -13px 8px 0 0;
}

.modal {
    z-index: 1200;
}

.search-button {
    margin-top: -8px;
    padding: 0px 6px;
    font-size: 17px;
    box-shadow: none !important;
    background-color: #4078D4;
}

#top-search-wrap input[type=text]::-webkit-input-placeholder {
    color: #BAD4FF;
}

#top-search-wrap input[type=text]:-moz-placeholder {
    color: #BAD4FF;
}

#top-search-wrap input[type=text]:-ms-input-placeholder {
    color: #BAD4FF;
}

.header .my_profile .dropdown-menu [class^="ic_"], .header .my_profile .dropdown-menu [class*=" ic_"] {
    color: #4c4c4c;
    font-size: 19px;
}
/*.header .profile-pic {
    text-align: center;
}

    .header .profile-pic > img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        vertical-align: bottom;
    }

    .header .profile-pic [class^="icon-cp-"], .header .profile-pic [class*=" icon-cp-"] {
        width: 30px;
        height: 30px;
        background-size: 120px 120px;
        vertical-align: bottom;
        cursor: pointer;
        margin-top: -3px;
        margin-bottom: 3px;
    }

    .header .profile-pic .icon-cp-main {
        background-position: -8px -8px;
    }

    .header .profile-pic .icon-cp-settings {
        background-position: -45px -8px;
    }

    .header .profile-pic .icon-cp-reports {
        background-position: -83px -8px;
    }

    .header .profile-pic .icon-cp-vt {
        background-position: -8px -45px;
    }*/

#menu-trigger {
    float: left;
    padding: 7px 5px 0px 0px;
    height: initial;
    margin-left: -30px;
}

    #menu-trigger:before {
        top: 20px;
        left: -8px;
    }

span.white-text {
    color: #ddd;
    font-weight: bold;
}

.user-menu a {
    color: #aaa;
    text-decoration: none;
}

    .user-menu a:hover {
        color: #fff;
    }

.user-menu li a {
    font-size: 14px;
    padding: 6px 35px;
}

.small-text {
    font-size: 90%;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.cursor-none {
    cursor: default;
}

.top-menu > li .dropdown-menu-lg .lv-body {
    height: initial;
}

html:not(.ie9) .select:before {
    z-index: 4;
}

.bootstrap-select > .selectpicker:before {
    z-index: 4;
}

#header .top-menu {
    margin-bottom: 0px;
}

.form-horizontal .radio {
    margin-top: 2px;
}

.my_profile .listview .lv-title {
    font-size: 14px;
}
/* sidebar menu */
#sidebar .main-menu > li > a > i {
    top: 4px;
    font-size: 24px;
    left: 13px;
}

#sidebar .main-menu > li > a {
    padding: 14px 10px 14px 45px;
    font-size: 16px;
}

    #sidebar .main-menu > li > a:hover {
        background-color: #ECECEC;
    }

#sidebar .profile-menu > a .profile-info {
    margin-top: 35px;
    height: 70px;
}

#sidebar .main-menu > li.sub-menu > ul {
    background: transparent;
}

    #sidebar .main-menu > li.sub-menu > ul > li > a {
        padding: 6px 10px 6px 40px;
        font-size: 15px;
        color: #5F5F5F;
    }

        #sidebar .main-menu > li.sub-menu > ul > li > a:hover, #sidebar .main-menu > li.sub-menu > ul > li > a.active {
            background-color: #ECECEC;
        }

        #sidebar .main-menu > li.sub-menu > ul > li > a > i {
            font-size: 22px;
            vertical-align: text-bottom;
            margin-right: 6px;
        }
/*Changed by Aijaz for displaying sub menu in current campaign*/
#sidebar .main-menu > li > ul > li.sub-menu > ul {
    list-style: none;
    /*background: #f7f7f7;
    display: none;*/
    padding: 0;
}

    #sidebar .main-menu > li > ul > li.sub-menu > ul > li > a {
        color: #5F5F5F;
        padding: 4px 10px 4px 77px;
        font-weight: 300;
        display: block;
        font-size: 15px;
        background-image: url(../Img/tree_levels_bg.png);
        background-position: 58px center;
        background-repeat: no-repeat;
    }

        #sidebar .main-menu > li > ul > li.sub-menu > ul > li > a:hover {
            background-color: #ECECEC;
        }
/*Changed by Aijaz for displaying sub menu in properties*/
#sidebar .main-menu > li > ul > li > ul > li.sub-menu > ul {
    list-style: none;
    /*background: #f7f7f7;
    display: none;*/
    padding: 0;
}

    #sidebar .main-menu > li > ul > li > ul > li.sub-menu > ul > li > a {
        color: #5F5F5F;
        padding: 3px 20px 3px 100px;
        font-weight: 200;
        display: block;
        font-size: 14px;
        background-image: url(../Img/tree_levels_bg.png);
        background-position: 80px center;
        background-repeat: no-repeat;
    }

#sidebar .main-menu li a.active, #sidebar .main-menu ul li a:hover {
    color: #000000 !important;
}
/* hide material + / - */
#sidebar .main-menu > li.sub-menu.toggled > a:before,
#sidebar .main-menu > li.sub-menu.toggled > a:after {
    display: none;
}
/* custom lable +/- */
#sidebar .main-menu li a > .label {
    float: right;
    font-size: 16px;
    padding-top: 3px;
}

.helptooltip {
    font-size: 16px;
}

    .helptooltip + .popover {
        /*Min-width: 300px;*/
        color: #5e5e5e;
    }

        .helptooltip + .popover .popover-content {
            padding: 20px;
            /*max-height: 100px;*/
            overflow-x: auto;
        }

.popover-content p {
    margin-bottom: 10px;
    margin-top: 5px;
}

.popover-content img {
    max-width: 100%;
    height: auto;
}

.popover-content ul, .popover-content ol {
    margin-top: 9px;
}
/* Login */
.login-content {
    overflow: initial;
    padding-top: 5%;
    height: initial;
}

    .login-content .lc-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

/* App Launcher */

.app-launcher .dropdown-menu {
    padding: 5px 0px 0px;
}

.app-launcher .listview {
    max-height: 370px;
}

    .app-launcher .listview .lv-item {
        display: inline-block;
        text-align: center;
        width: 147px;
        height: 86px;
        float: left;
    }

    .app-launcher .listview .gb-item {
        padding: 6px 24px;
        display: block;
    }

.Ideaslinks {
    background-color: #0073cf;
    color: #2b2b2b;
    /* margin-bottom: 20px; */
    border-top: 1px solid #f0f0f0;
    font-size: medium;
}

    .Ideaslinks .lv-header a {
        color: #fff;
    }

    .Ideaslinks .ic_cnp_idea {
        font-size: 18px !important;
        color: white !important;
    }

.givebiglinks {
    background-color: #041c2c;
    color: #fff;
    padding-bottom: 20px;
}

    .givebiglinks .lv-header, .givebiglinks a, .listview:not(.lv-message) .givebiglinks .lv-title {
        color: #fff;
    }

        .listview:not(.lv-message) .givebiglinks .lv-title i {
            color: #8a8a8a;
            font-size: 1.1em;
            margin-right: 5px;
        }

.listview .givebiglinks a.gb-item:hover {
    background: #041c2c;
    text-decoration: underline;
}

.listview:not(.lv-message) .givebiglinks .lv-title:hover {
    color: #fff;
}

.givebiglinks .ic_givebig {
    padding: 2px 2px;
    vertical-align: text-top;
    font-size: 1.6rem !important;
    color: #fff;
    background-color: #fe5000;
    border-radius: 4px;
    margin-right: 4px;
}

.listview .givebiglinks .lv-header {
    border-bottom: 1px solid #4f5e69;
}

.listview a.gb-item:hover {
    background: #ECF9FF;
}

.gblist-title {
    color: #f58662;
    font-weight: bold;
}

/* pagination */
.pagination {
    display: table-row;
}

    .pagination table td {
        /*margin: 0 2px;*/
        display: inline-block;
        vertical-align: top;
        display: inline;
    }

        .pagination table td.disabled {
            opacity: .5;
            filter: alpha(opacity=50);
        }

        .pagination table td > a,
        .pagination table td > span,
        .pagination input {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #7e7e7e;
            background-color: #e2e2e2;
            border: 1px solid #fff;
            margin-left: -1px;
        }

    .pagination input {
        float: none;
        margin-left: -4px;
    }

    .pagination table td > a,
    .pagination table td > span,
    .pagination input {
        border-radius: 50% !important;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        position: relative;
    }

    .pagination table .disabled > span, .pagination table .disabled > span:hover, .pagination table .disabled > span:focus, .pagination table .disabled > a, .pagination table .disabled > a:hover, .pagination table .disabled > a:focus {
        color: #777;
        background-color: #e2e2e2;
        border-color: #fff;
        cursor: not-allowed;
    }

    .pagination table td:first-child > a, .pagination table td:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
    }

    .pagination table td > a:before, .pagination table td > span:before {
        left: 0;
        top: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: scale3d(0,0,0);
        -moz-transform: scale3d(0,0,0);
        -ms-transform: scale3d(0,0,0);
        -o-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0);
        -webkit-transition: all;
        -moz-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: rgba(0,0,0,.1);
        z-index: 0;
        border-radius: 50%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .pagination table td > a > .md, .pagination table td > span > .md {
        font-size: 22px;
    }

    .pagination table td > span,
    .pagination input.active,
    .pagination a.active {
        color: #fff;
        background-color: #00A7B5;
        border-color: #fff;
        cursor: default;
    }

    .pagination > td {
        text-align: center;
    }

        .pagination > td > table {
            margin: 0px auto;
        }

    .pagination td {
        padding-bottom: 0px !important;
    }

.label {
    color: #0A0A0A;
}

.report-filter {
    padding: 12px 10px 0px;
    background-color: #F1F1F1;
}

.sub-header {
    background-color: #E2E2E2;
    font-weight: bold;
    padding: 8px 10px;
    font-size: 14px;
}

    .sub-header label {
        font-weight: bold;
        font-size: 15px;
    }

.child-header {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 2px;
    display: inline-block;
    color: black;
}

/* loader css */
.loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    zoom: 1;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100px;
    position: relative;
    width: 100px;
}

.path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.Profdisable_alert {
    position: absolute;
    left: 0;
    margin-top: 80px;
    right: 0;
}

.card-header.bgm-orange a {
    color: white;
}

    .card-header.bgm-orange a:hover {
        color: #e7e2e2;
    }

.card-header.bgm-orange .popover a {
    color: #00aeff;
}

    .card-header.bgm-orange .popover a:hover {
        color: #fe5000;
    }

/* Material Accordian panes color css */
.panel-group[data-collapse-color=blue] .panel-collapse .panel-heading.active .panel-title > a:after {
    background: #2196f3;
}
/* remember device */
.DeviceNamePopup {
    display: none;
    position: relative;
    margin: 0px auto;
    text-align: center;
}

.deviceText {
    display: inline-block;
    height: 28px;
    vertical-align: bottom;
}

.overflowInitial {
    overflow: initial !important;
}

/* campaign dashboard css */
.mini-charts.campaign_dash .dash_icons {
    padding: 23px 5px 5px 10px;
    float: left;
    font-size: 30px;
    color: white;
}

.mini-charts.campaign_dash .count {
    padding: 16px 4px 16px 2px;
}

.sw-toggled .mini-charts.campaign_dash .dash_icons {
    float: none;
    padding: 13px 10px 5px 5px;
    text-align: center;
}

.sw-toggled .mini-charts.campaign_dash .count {
    padding: 2px 7px 14px 7px;
    text-align: center;
}


[class^="cp_connect_dash_"], [class*="cp_connect_dash_"] {
    display: inline-block;
    width: 40px !important;
    height: 40px;
    vertical-align: middle;
    background-image: url("../Img/cp_connect_dashboard.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 300px;
}

/* Action Dropdown */
.actiondropdown .dropdown-menu.dropdown-menu-right > li > a {
    text-align: left !important;
}

.actiondropdown .dropdown-menu > li > a {
    padding: 1px 8px;
}

.actiondropdown .dropdown-menu li > a[disabled], .actiondropdown .dropdown-menu li > a[disabled] .btn-icon {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.warning_dark {
    background-color: #f2e6ae !important;
}

.success_dark {
    background-color: #cfecc3 !important;
}

.cnp_legends .cnp_s_active i {
    /*color: #dff0d8;*/
    color: #a4cd93;
}

.cnp_legends .cnp_s_warning i {
    /*color: #fcf8e3;*/
    color: #d5c57b;
}

.cnp_legends {
    font-size: 1.1em;
    padding: 10px;
}

    .cnp_legends i {
        font-size: 2em;
    }

    .cnp_legends span {
        padding-left: 5px;
    }

    .cnp_legends .cnp_l_active i {
        /*color: #dff0d8;*/
        color: #b6d4aa;
    }

    .cnp_legends .cnp_l_inactive i {
        /*color: #f2dede;*/
        color: #e3c8c8;
    }

    .cnp_legends .cnp_l_warning i {
        /*color: #fcf8e3;*/
        color: #e1dab9;
    }
/* dashboard css */
.cp_connect_dash_GiveBig {
    background-position: -5px -108px;
}

.cp_connect_dash_Connect {
    background-position: -54px -108px;
}

.cp_connect_dash_PublishAndPost {
    background-position: -106px -108px;
}

.cp_connect_dash_VT {
    background-position: -156px -108px;
}

.cp_connect_dash_EventBoxOffice {
    background-position: -205px -108px;
}

.cp_connect_dash_EventManagement {
    background-position: -255px -108px;
}

.cp_connect_dash_EventRegistration {
    background-position: -5px -158px;
}

.cp_connect_dash_PaymentManagement {
    background-position: -55px -158px;
}

.cp_connect_dash_Swiper1 {
    background-position: -106px -158px;
}

.cp_connect_dash_FaaSForm {
    background-position: -155px -158px;
}

.cp_connect_dash_CiviCRMDrupal {
    background-position: -205px -158px;
}

.cp_connect_dash_CiviCRMWordPress {
    background-position: -255px -158px;
}

.cp_connect_dash_DrupalCommerce {
    background-position: -4px -207px;
}

.cp_connect_dash_WPGravityForm {
    background-position: -54px -207px;
}

.cp_connect_dash_WPWooCommerce {
    background-position: -105px -207px;
}

.cp_connect_dash_ConnectForm {
    background-position: -155px -207px;
}

.cp_connect_dash_Default {
    background-position: -6px -257px;
}

.cp_connect_dash_smsgiving {
    background-position: -54px -257px;
}

.rev_head {
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    color: #656565;
    -moz-transform: rotate(-90deg);
    position: absolute;
    margin-left: -168px;
    margin-top: 83px;
    width: 353px;
    height: 40px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.fund_text_r {
    text-align: right !important;
}

.tab-custom.tab-nav > li > a {
    font-weight: bold;
    padding: 15px 110px 15px;
    color: #000;
    font-size: 15px;
}

.tab-custom.tab-nav > li.active > a {
    background-color: #eee;
}

.tab-custom.tab-nav > li > a:hover {
    background-color: #f8f8f8;
}

.tab-custom.tab-nav > li > a:after {
    height: 4px;
}

/* connect builder css */
/*.relatedTemplates{
    position: absolute;
    z-index: 10;
    padding: 19px;
    background-color: #fff;
    left: 5%;
    right: 5%;
    top: 30%;
    margin-top: -15%;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}*/

/* template dashboard carousel */
.relatedTemplates .modal-header {
    padding: 15px !important;
}

    .relatedTemplates .modal-header .close {
        font-size: 40px;
        margin-top: -13px;
    }

.relatedTemplates .modal-body {
    padding: 0 50px 10px;
}

.relatedTemplates .thumb-title {
    color: #ffffff;
}

.relatedTemplates .pageTitle {
    margin: 20px 0px;
}

    .relatedTemplates .pageTitle span {
        font-weight: bold;
    }

.relatedTemplates .pageType {
    margin: 20px 0px;
}

    .relatedTemplates .pageType span {
        font-size: small;
    }

    .relatedTemplates .pageType .active {
        font-size: medium;
        color: #ff5722;
        font-weight: bold;
        display: inline-block;
        padding: 3px;
        margin-right: 2px;
    }

        .relatedTemplates .pageType .active.c-pink {
            border: 1px solid #e91e63;
        }

        .relatedTemplates .pageType .active.c-deeppurple {
            border: 1px solid #673ab7;
        }

        .relatedTemplates .pageType .active.c-deeporange {
            border: 1px solid #ff5722;
        }

        .relatedTemplates .pageType .active.c-green {
            border: 1px solid #4caf50;
        }

        .relatedTemplates .pageType .active.c-gray {
            border: 1px solid #9e9e9e;
        }

.defaultBuilderPagination {
    margin: 0px;
    margin-top: 4px;
}

    .defaultBuilderPagination table td > a, .defaultBuilderPagination table td > span, .defaultBuilderPagination input {
        width: 30px;
        height: 30px;
        line-height: 28px;
        color: #424249 !important;
        margin: 1px;
    }

.relatedPreview img {
    max-width: 100%;
}

.relatedTemplates .relatedPreview {
    height: 80vh;
    overflow: auto;
    display: block;
    padding-right: 0px;
}

.relatedTemplates .carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #222222;
    width: 0%;
}

    .relatedTemplates .carousel .carousel-control:hover {
        color: #8a8a8a;
    }

.relatedTemplates .carousel-control.left, .relatedTemplates .carousel-control.right, .relatedTemplates .carousel-control {
    background-image: none;
}

    .relatedTemplates .carousel-control.left {
        margin-left: -22px;
    }

    .relatedTemplates .carousel-control.right {
        margin-right: -22px;
    }

.relatedTemplates .carousel.fade {
    opacity: 1;
}

    .relatedTemplates .carousel.fade .item {
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        left: 0;
        opacity: 0; /* hide all slides */
        top: 0;
        position: absolute;
        width: 100%;
        display: block;
    }

        .relatedTemplates .carousel.fade .item:first-child {
            top: auto;
            /*opacity: 1;  show first slide */
            position: relative;
        }

        .relatedTemplates .carousel.fade .item.active {
            opacity: 1;
            z-index: 50;
        }

.relatedTemplates .carousel .carousel-indicators {
    margin-top: -22px;
    margin-bottom: 20px;
    bottom: unset;
    background: none;
    border-bottom: 1px solid #ddd;
    position: static;
    height: 48px;
}

.relatedTemplates .carousel-indicators li {
    width: unset !important;
    height: unset !important;
    text-indent: unset !important;
    border: none !important;
    border-radius: unset !important;
    padding: 10px 17px;
}

.relatedTemplates .carousel .carousel-indicators li.active {
    width: unset !important;
    height: unset !important;
    background: none;
    font-size: medium;
    color: #ff5722;
    font-weight: bold;
}

.relatedTemplates .previewHeader {
    height: 64vh;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .relatedTemplates .previewHeader:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 92px;
    left: 0px;
    width: 100%;
    height: 32px;
} */
.relatedTemplates .previewFooter {
    background-repeat: repeat-x;
    background-position: top;
    background-image: url(slice_bg.png);
    padding-top: 11px;
    margin-top: -11px;
}

.my_templates .tab-content {
    padding: 15px !important;
    border: 1px solid #eee;
    border-top: none;
}

.my_templates .tab-nav > li > a {
    padding: 10px 15px 12px;
    border: 1px solid #eee;
    border-bottom: none;
    background-color: #e9e9e9;
}

.my_templates .tab-nav:not([data-tab-color]) > li > a:after {
    background: #ffffff;
}

.my_templates .tab-nav > li.active > a {
    color: #000;
    background-color: #fff;
}

.my_templates .form-control-feedback {
    top: 5px;
}

.my_templates .carousel-inner {
    height: 280px;
}

.my_templates .carousel-control {
    width: 40px;
    background-image: none;
    text-shadow: none;
}

.my_templates .carousel .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

    .my_templates .carousel .carousel-control .md {
        font-size: 30px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        background-color: #000;
        border-radius: 50%;
    }

.my_templates .carousel-control.right {
    right: -20px;
}

.my_templates .carousel-control.left {
    left: -20px;
}
/* template dashboard carousel end */

/* thumbnail button hovers */
.cnp-thumbnail {
    position: relative;
}

.cnp-thumbnail-over {
    opacity: 0;
    position: absolute;
    width: 100%;
    border: 1px solid #6d6d78;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    text-align: center;
    z-index: 2;
}

    .cnp-thumbnail-over:hover {
        transition: opacity .3s;
        opacity: 1;
        background-color: #fff;
    }

.cnp-thumbnail-overlink {
    padding: 5px 3px;
    margin: 2px 5px;
}

.PagePreview {
    height: 75vh;
    overflow: hidden;
}
/* connect builder css end*/

.prodisable, .prodisable:hover {
    color: #9c9c9c !important;
    cursor: not-allowed;
}

    .prodisable small {
        color: red;
        font-size: 10px;
    }

/* Fundraiser settings image upload icons */
.cp-icon-btn {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #3b86ff;
    border-radius: 2px;
    color: white;
    border: none;
    outline: none;
    padding: 0;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
}

.cp-icon-btn-text-label {
    text-align: center;
    background-color: #3b86ff;
    border-radius: 2px;
    padding: 0.2rem 0.75rem;
    color: white;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}

    .cp-icon-btn-text-label:hover {
        background-color: #0867ff;
    }

.cp-icon-btn-text-btn {
    text-align: center;
    background-color: #3b86ff;
    border-radius: 2px;
    padding: 0.2rem 0.75rem;
    color: white;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}

    .cp-icon-btn-text-btn:hover {
        background-color: #0867ff;
    }

    .cp-icon-btn-text-btn.cp-icon-btn-shamrock {
        background-color: #37b073;
    }

        .cp-icon-btn-text-btn.cp-icon-btn-shamrock:hover {
            background-color: #2b895a;
        }

.icon-inner, .ionicon, svg {
    display: block;
    height: 100%;
    width: 100%;
}

.hydrated {
    visibility: inherit;
    vertical-align: middle;
}

.profile_img_uploader {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.cp-icon-btn.cp-icon-btn-shamrock {
    background-color: #37b073;
}

.cp-back:hover {
    color: white;
}
/* End Fundraiser Settings image upload icons*/

/* connect builder css end*/
/* sticky page title */
.stickyonscroll #content-header {
    position: sticky;
    background-color: #edecec;
    top: 80px;
    z-index: 10;
    padding: 1px 1px 10px 1px;
    margin-left: -1px;
    margin-right: -1px;
}

.stickyonscroll .audiohelpcss {
    margin-top: -15px !important;
}

.stickyonscroll .divsticky {
    position: sticky;
    z-index: 10;
    top: 100px;
    text-align: right;
}

.table-responsive {
    /*Overflow issue for single row in gridview with Action dropdown*/
    padding-bottom: 30px;
}

.cnp-badge-plan {
    background-color: #fe5000;
}

#sidebar .cnp-badge-submenu {
    margin-left: 8px;
    position: unset !important;
}

#sidebar .cnp-badge-fund {
    position: absolute;
    top: 15px;
    left: 140px;
}

#sidebar .cnp-badge-setting {
    position: absolute;
    top: 15px;
    left: 180px;
}

.cnp-badge-3rdparty {
    position: absolute;
    background-image: url('../Img/cnp_add_corner.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin-top: -20px;
    margin-left: -30px;
}

/*Stripe css*/
.stripe-body #content {
    min-height: unset;
    height: calc(100vh - 41px);
    text-align: center;
    padding-left: unset !important;
}

.stripe-body .stripe-header .switcher, .stripe-body .stripe-header #MainContent_HeaderPagesUserControl1_liSearch,
.stripe-body .stripe-header .app-launcher, .stripe-body .stripe-header .my_profile #MainContent_HeaderPagesUserControl1_divLegasyLink,
.stripe-body .stripe-header .my_profile .lv-item .media:first-child {
    display: none;
}

.stripe-body #FooterControll1_footerControlID {
    margin-left: unset;
}

.cnp_paypal_container {
    line-height: normal;
}

    .cnp_paypal_container .cnp_paypal_steps {
        position: relative;
    }

        .cnp_paypal_container .cnp_paypal_steps .btn-icon {
            width: 60px;
            height: 60px;
            cursor: default;
        }

            .cnp_paypal_container .cnp_paypal_steps .btn-icon i {
                font-size: 24px;
            }

        .cnp_paypal_container .cnp_paypal_steps .badge {
            padding: 5px 10px;
            margin-top: 8px;
            font-size: 15px;
        }

        .cnp_paypal_container .cnp_paypal_steps:before {
            border-top: 1px solid #e0e0e0;
            content: "";
            position: absolute;
            top: 26%;
            left: 17%;
            right: 17%;
            bottom: 74%;
            display: block;
        }

.stripe-container {
    width: 75% !important;
    text-align: center;
}

.pending_ul {
    max-width: 160px;
    text-align: left;
    margin: 0 auto;
}

/*used for mac scroll issue from client*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.font-select .fs-results {
    -webkit-overflow-scrolling: auto;
}

.swalcustom {
    font-family: roboto !important;
    width: 580px !important;
}

.sweet-alert p {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 5px !important;
}

.defaultselect {
    padding: 5px;
}

@media (max-width: 992px) {
    .cnp_paypal_container .cnp_paypal_steps:before {
        display: none;
    }

    .stripe-container {
        width: 90% !important;
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}
/* Connect header Responsive */
@media (min-width: 768px) {
    .relatedTemplates .modal-dialog {
        width: 750px;
    }
}

@media only screen and (max-width: 1024px), (min-device-width: 100px) and (max-device-width: 1024px) {
    #contentWrapper {
        min-width: 100%;
    }

    body #content {
        padding: 200px 0;
    }

    .stickyonscroll #content-header {
        top: 179px;
    }

    .stickyonscroll .divsticky {
        top: 195px;
    }
}

@media (max-width: 767px) {
    #top-search-wrap input[type=text] {
        width: calc(85% - 60px);
    }

    #sidebar {
        top: 58px;
    }

    .Profdisable_alert {
        margin-top: 147px;
    }

    .cp-mobile-responsive {
        overflow-x: auto;
    }

    .relatedTemplates .relatedPreview {
        height: 250px;
    }

    .relatedTemplates .previewHeader {
        height: 23vh;
    }

    .relatedTemplates .carousel-indicators li {
        padding: 2px 7px;
    }
}

@media (max-width: 568px) {
    .hideonscroll .logo-wrapper a, .hideonscroll .mid-btns-wrapper {
        display: none;
    }

    .hideonscroll .header-right {
        text-align: right;
        float: right;
    }

    .hideonscroll .logo-wrapper {
        padding-top: 12px;
    }

    .hideonscroll .list-inline {
        margin-bottom: 14px !important;
    }

    .hideonscroll #menu-trigger {
        margin-left: 0px;
        margin-top: 2px;
    }

        .hideonscroll #menu-trigger:before {
            top: 15px;
            left: 21px;
        }

    .hideonscroll.header {
        height: 72px;
    }

    .hideonscroll #sidebar {
        top: -49px;
        height: 123%;
    }

    .hideonscroll footer {
        background: #041c2c;
        padding: 10px 0 10px;
    }

    .Profdisable_alert {
        margin-top: 167px;
    }

    .hideonscroll .Profdisable_alert {
        margin-top: 80px;
    }

    .hideonscroll .header-right-wrapper ul li {
        margin-right: 10px;
    }

    .hideonscroll #content {
        padding-top: 414px;
    }

    .stickyonscroll #content-header {
        top: 80px;
    }

    .stickyonscroll .divsticky {
        top: 100px;
    }
}

@media (min-width: 1200px) {
    .sw-toggled #header {
        padding-left: 0px;
    }

        .sw-toggled #header .logo {
            padding-left: 15px;
        }

    body.sw-toggled footer {
        margin-left: 250px;
        width: auto;
    }
}

@media (max-width: 1200px) {
    .top-menu #toggle-width {
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .top-menu #toggle-width {
        display: none;
    }
}

@media (min-width: 1024px) {
    .sw-toggled #menu-trigger {
        display: none;
    }

    .sw-toggled #header .logo {
        padding-left: 15px;
    }

    .toggle-switch .ts-helper {
        background: rgba(255, 255, 255, 0.5);
    }
}

@media (min-width: 1200px) {
    .toggle-switch[data-ts-color=amber] input:not(:disabled):checked + .ts-helper {
        background: rgba(255,193,7,.5) !important;
    }

    .top-menu #toggle-width .toggle-switch[data-ts-color=amber] .ts-helper {
        background: rgba(255, 255, 255, 0.5);
    }

    .toggle-switch[data-ts-color=amber] input:not(:disabled):checked + .ts-helper:before {
        background: #ffc107 !important;
    }

    .relatedTemplates .modal-dialog {
        width: 1100px;
    }
}

@media only screen and (max-width: 1024px), (max-device-width: 1024px) and (min-device-width: 100px) {
    body #content {
        padding: 200px 0 20px 0;
    }

    body.sw-toggled #content {
        padding-top: 200px;
    }
}

/* This fix is for client small screen. on 25-09-2023 reported in forums */
@media (min-width: 992px) and (max-width: 1200px) {
    body #content {
        padding: 100px 0 20px 200px !important;
    }

    body.sw-toggled #content {
        padding-top: 90px;
    }

    .stickyonscroll #content-header {
        top: 79px;
    }

    .logo-wrapper {
        width: 26%;
    }

    .mid-btns-wrapper {
        width: 45%;
    }

    .header-right {
        width: 26%;
    }

    body.sw-toggled #sidebar, #sidebar {
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px, 0, 0);
        opacity: 1;
        width: 200px;
    }

        #sidebar .sidebar-inner {
            width: 200px;
        }

            #sidebar .sidebar-inner .si-inner {
                width: 200px;
            }

        #sidebar .main-menu > li > a {
            padding: 14px 10px 14px 36px;
            font-size: 12px;
        }

            #sidebar .main-menu > li > a > i {
                left: 7px;
            }

        #sidebar .main-menu > li.sub-menu > ul > li > a {
            padding: 6px 10px 6px 27px;
            font-size: 13px;
        }

            #sidebar .main-menu > li.sub-menu > ul > li > a > i {
                font-size: 19px;
            }

    #toggle-width {
        display: none;
    }

    #sidebar .main-menu > li > ul > li.sub-menu > ul > li > a {
        padding: 4px 10px 4px 70px;
        font-size: 12px;
    }

    #sidebar .main-menu > li > ul > li > ul > li.sub-menu > ul > li > a {
        padding: 3px 20px 3px 92px;
        font-size: 12px;
    }

    .stickyonscroll .divsticky {
        top: 95px;
    }

    #menu-trigger {
        display: none;
    }
}

.modal .modal-dialog {
    -webkit-transform: translate(0,3%) !important;
    -ms-transform: translate(0,3%) !important;
    -o-transform: translate(0,3%) !important;
    transform: translate(0,3%) !important;
}

.modal-backdrop.fade {
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1026;
}

/*GridSorting icons and page size alignments*/

.cnp_sorticons th {
    padding-right: 20px !important;
    position: relative;
}

    .cnp_sorticons th img {
        float: right;
        position: absolute;
        top: 14px;
        right: 7px;
    }

.cnp_gridaction {
    text-align: center;
}

.cnp_pagesize_fix tbody {
    position: relative;
}

.cnp_pagesize_fix .pagination {
    position: absolute;
    width: 100%;
    margin: 0;
}

    .cnp_pagesize_fix .pagination > td {
        padding-top: 0px;
        margin: auto;
        display: block;
    }

@media (max-width: 767px) {
    .cnp_pagesize_fix .pagination {
        position: static;
        width: 100%;
        margin: 0;
    }

        .cnp_pagesize_fix .pagination > td {
            display: table-cell;
        }
}

.cnp_pageing {
    padding: 0px 50px 0px 200px;
}

/*End GridSorting icons and page size alignments*/



/*croppper image icons*/

.cp-upload[disabled] {
    background-color: #87d9ff;
    border-color: #87d9ff;
}

.cp-delete[disabled] {
    background-color: #ff847b !important;
    border-color: #ff847b !important;
}


.cp-upload[disabled]:hover {
    cursor: not-allowed !important;
}

.cp-delete[disabled]:hover {
    cursor: not-allowed !important;
}

/*End croppper images icons*/

/*Pixabay*/
.img-search-card {
    position: relative;
    margin-bottom: 0.75rem;
}

.card-img {
    width: 100%;
}

.search-image-choose {
    border: none;
    outline: none;
    font-size: -0.9rem;
    cursor: pointer;
    background-color: #3b86ff;
    color: white;
    padding: 0.3rem 0.75rem;
    border-radius: 2px;
    transition: all 0.3s;
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0.5rem;
}

.pixabaymodal .modal-dialog {
    -webkit-transform: translate(0,20px) !important;
    -ms-transform: translate(0,20px) !important;
    -o-transform: translate(0,20px) !important;
    transform: translate(0,20px) !important;
}

.image_search_results_list {
    position: relative;
}

    .image_search_results_list .thumb_block {
        height: 130px;
        margin-bottom: 15px;
        vertical-align: middle;
        align-items: center;
        display: flex;
        border: 1px solid #eee;
        padding: 5px;
        position: relative;
        justify-content: center;
        flex-direction: column;
    }

    .image_search_results_list .thumb_img {
        display: flex;
        justify-content: center;
        height: 118px;
        overflow: hidden;
    }

        .image_search_results_list .thumb_img img {
            max-width: 100%;
            height: auto;
        }

    .image_search_results_list .select_button {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: rgb(0 0 0 / 35%);
        margin: 0 -0.75rem;
        display: none;
    }

    .image_search_results_list .thumb_block:hover .select_button {
        display: flex;
    }

.cp-pixabay[disabled] {
    background-color: #87d9ff;
    border-color: #87d9ff;
}

    .cp-pixabay[disabled]:hover {
        cursor: not-allowed !important;
    }

/*End Pixabay*/



/* modal color formatting */
.modal .modal-header {
    padding: 18px 26px;
    border-bottom: 1px solid #ddd;
}

    .modal .modal-header.bgm-warning .modal-title,
    .modal .modal-header.bgm-warning .modal-title .close,
    .modal .modal-header.bgm-red .modal-title,
    .modal .modal-header.bgm-red .modal-title .close,
    .modal .modal-header.bgm-green .modal-title,
    .modal .modal-header.bgm-green .modal-title .close,
    .modal .modal-header.bgm-blue .modal-title,
    .modal .modal-header.bgm-blue .modal-title .close {
        color: white;
    }

.modal .modal-body {
    padding: 20px 26px 10px;
    font-size: 16px;
}

.bgm-warning {
    background-color: #ff9800;
    color: white;
}

.modal .modal-header .modal-title .close {
    position: relative;
}

.relatedTemplates .modal-header {
    border-bottom: 0px;
}

.relatedTemplates .modal-body {
    padding: 0 50px 10px;
    font-size: 13px;
}

/*clearfix issue*/
.form-group {
    clear: both;
}


.invisible {
    opacity: 0;
    pointer-events: none;
}


.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
