/* Minification failed. Returning unminified contents.
(7524,20): run-time error CSS1036: Expected expression, found ';'
(9947,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(9948,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(9949,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(12057,1): run-time error CSS1019: Unexpected token, found '}'
(12068,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(12069,10): run-time error CSS1035: Expected colon, found '{'
 */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
﻿:focus-visible {
    outline: none;
}

.margin-left-8 {
    margin-left: 8px;
}

#payment_dashbord_data .nopad-left, #div_ViewVertical .nopad-left {
    padding-left: 0 !important;
}

.nopadd-left-viewports {
    padding-left: 0px;
}

.nopadd-right-viewports {
    padding-right: 0px;
}

.nopadd {
    padding: 0px !important;
}
.display-flex {
    display:flex;
}

.rate-top-box_Pulse {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 100%;
    border: 1px solid #e7e7e7;
}

.Pulse_Comparison_TillHour {
    float: left;
    width: 100%;
    margin: 0px 0 10px 0;
}

.bg-white {
    background-color: #fff;
}

label {
    font-size: 13px;
    color: #000;
    margin: 0;
    font-weight: normal;
}

@keyframes tabLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Start Reporting tabs */
.reporting-tabs ul li a {
    display: -webkit-box;
}

    .reporting-tabs ul li a:hover {
        text-decoration: none;
    }

.reporting-tabs .nav-tabs > li {
    float: left;
}

.reporting-tabs > ul > li:first-child {
    padding-right: 0px;
    font-weight: 600;
}

ul.display-flow-root li {
    float: left;
}

    ul.display-flow-root li a {
        padding: 13px 15px 11px 15px;
    }

.report-days-wb li a {
    padding: 7px 15px !important;
}
/* End Reporting tabs */


.tab-content {
    float: left;
    color: #555;
    font-size: 17px;
    margin-right: 2px;
    width: 100%;
    position: relative;
}

.adherence_filters {
    width: 20%;
    float: left;
    margin-right: 8px;
}

#OrderFilter > p {
    font-size: 13px;
    font-weight: bold;
}

.adherence_filters p {
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.select-order-detail p {
    margin: 0;
    font-size: 13px;
    color: #000;
}

.btn-float-right {
    float: right;
}

.NoRecordFound {
    margin: 30px 0 0 0;
}

.get-status-btn {
    float: right;
    margin-top: 20px;
}

.HourlyStats_checkbox_pulse a {
    float: left;
}

    .HourlyStats_checkbox_pulse a:hover {
        background: none;
    }

.HourlyStats_checkbox_pulse span {
    float: left;
    line-height: 15px;
    margin-left: 5px;
}

a.break_color {
    background-color: #ff5a5a !IMPORTANT;
    background: none;
}

a.outbound_color {
    background-color: #e262b9 !IMPORTANT;
    background: none;
}

a.helpid_color {
    background-color: #bf4142 !IMPORTANT;
    background: none;
}

a.busy_color {
    background-color: #46b946 !IMPORTANT;
    background: none;
}

a.newcall_color {
    background-color: #f7931e !IMPORTANT;
    background: none;
}

a.wait_color {
    background-color: #68bfb2 !IMPORTANT;
    background: none;
}

a.wrap_color {
    background-color: #f0ad1c !IMPORTANT;
    background: none;
}

a.holdcall_color {
    background-color: #5f5fd4 !IMPORTANT;
    background: none;
}

a.toggle_color {
    background-color: #af3eaf !IMPORTANT;
    background: none;
}

a.training_color {
    background-color: #b39f93 !IMPORTANT;
    background: none;
}

a.meeting_color {
    background-color: #93b1ba !IMPORTANT;
    background: none;
}

a.coaching_color {
    background-color: #CD9B9B !IMPORTANT;
    background: none;
}
a.away_color {
    background-color: #000000 !IMPORTANT;
    background: none;
}
a.notlogin_color {
    background-color: #6e6e6e !IMPORTANT;
    background: none;
}

.CollapsePanel-heading {
}

.CollapsePanel-BtnDiv {
}

.stats_table {
    margin: 15px 0;
}

table.cclm-table {
    margin-bottom: 0px;
}

table.custom-row-colours > tbody > tr td {
    padding: 9px 12px;
}

table.cclm-table > tbody > tr th, table.cclm-table > tbody > tr {
    font-size: 13px;
    padding: 8px;
}

.table th, .table td {
    padding: 8px;
}
/* Start ROSTER UPLOADER CSS */
.new4 {
    width: 55%;
    float: left;
    margin-bottom: 0px;
    height: 268px;
    border-radius: 5px;
    padding: 20px 10px 10px 20px;
    background-size: 16%;
    border: 1px solid #e7e7e7;
    background-color: #f9f8f8;
}

    .new4 ul {
        margin: 5px 0 0 13px;
        padding: 0;
        width: 100%;
        float: left;
    }

        .new4 ul li {
            margin: 0;
            padding: 0;
            font-size: 15px;
            line-height: 28px;
        }

.new5 {
    width: 43% !important;
    margin-left: 14px !important;
    margin-bottom: 20px !important;
    border-radius: 5px;
    padding: 17px 10px 91px 10px;
    float: left;
    position: relative;
    border: 1px solid #e7e7e7;
}

.new6 {
    width: 43.6% !important;
    margin-left: 14px !important;
    margin-bottom: 12px !important;
    border-radius: 5px;
    padding: 20px 10px 20px 20px;
    height: auto;
    margin-top: 0;
    float: left;
    background: #f9f8f8;
    border: 1px solid #e7e7e7;
}

    .new6:last-child {
        margin-bottom: 0 !important;
    }

    .new6 .button2 {
        float: left;
        margin: 0;
        position: relative;
    }

.modal-bulkassign {
    width: 400px !important;
    margin: 0 auto;
}

.new6Popup {
    width: 100%;
    margin-bottom: 12px !important;
    border-radius: 5px;
    padding: 20px 10px 20px 20px;
    height: auto;
    margin-top: 0;
    float: left;
    background: #FFF url(../Bundling/Content/BundleDealerTheme/images/setting.png) no-repeat 18px 10px !important;
    background-size: 16% 16%;
    border: 1px solid #e7e7e7;
}

.UD-Top {
    margin-top: 10px !important;
}

.button2 label, .new1 label, .new5 label {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    float: left;
}

#MainContent_AgentIDDiv label {
    float: left;
    margin: 0px 0 12px 0px;
}

.new6 .button1 {
    float: left;
    margin: 8px 0 0 0;
    position: relative;
    width: 100%;
}

.xlsx_file {
    float: left;
    margin: 4px 5px 0 0;
    width: 200px;
}
/* End ROSTER UPLOADER CSS */




/* Start AGENT DASHBOARD Css */
.AD-head-right {
    margin-top: 20px;
}

.Last-update {
    float: right;
}

    .Last-update a {
        font-size: 25px;
    }

.cog-div {
    float: right;
    margin-right: 3px;
}

.cog {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    font-size: x-large !IMPORTANT;
    float: right;
}

    .cog.rotate {
        -moz-transform: rotate(100deg);
        -webkit-transform: rotate(100deg);
        transform: rotate(100deg);
    }

.fixed_headerPulse .divPulseHeaderScroll .AD-head-right {
    margin-top: 10px;
}

.fixed_headerPulse .divPulseHeaderScroll .AD-head-left h2 {
    margin: 5px 0 0 0;
}

.AdherenceProgress_Grid {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 13px;
}

.reporting_checkbox {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 100%;
}

.HourlyStats_checkbox_pulse {
    float: left;
    margin: 0 0px 8px 0;
    width: 294px;
}

    .HourlyStats_checkbox_pulse label > input {
        float: left;
    }

    .HourlyStats_checkbox_pulse label > span {
        color: #000;
        font-size: 12px;
        font-weight: normal;
        margin: 0 0 0 5px;
        line-height: normal;
    }

.HourlyStats_checkboxAll_pulse {
    float: left;
    margin: 0;
    width: 100%;
}

.fixed_headerPulse {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    overflow: visible;
    position: fixed;
    top: 53px;
    z-index: 4;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    left: 0;
}

#divPulseHeader {
    margin: auto;
    float: initial;
}

.fixed_headerPulse #divPulseHeader {
    width: 1210px;
}

.fixed_headerPulse .fixed_headerCheckBox {
    width: 1210px;
    margin: auto;
    float: initial;
}

    .fixed_headerPulse .fixed_headerCheckBox .rate-top-box_Pulse {
        margin-bottom: 10px;
        border-top: 0px solid #e7e7e7;
        border-left: 0px solid #e7e7e7;
        border-right: 0px solid #e7e7e7;
        border-bottom: 0px solid #e7e7e7;
        padding: 0;
    }

.CollapsePanel-wrapper {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

#DivSummaryDeail .height_xbig {
    margin-bottom: 10px;
}

.Dashboard-Settings {
    float: left;
    width: 100%;
}

.dashboard-configuration {
    float: left;
    width: 100%;
}

.box {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.06);
    color: #303030;
    position: relative;
    float: left;
    width: 100%;
}
.box-with-rowcolumn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.06);
    color: #303030;
    position: relative;
}

.summaryChild_Double {
    padding: 3px 10px;
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.06);
    color: #333;
}
.CollapsePanel-div {
    width:100%;
    float:left;
}
.CollapsePanel_head {
    background-color: #f7f7f7;
    float: left;
    padding: 8px 15px;
    width: 100%;
}
.CollapsePanel_head h3 {
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.CollapsePanel_head_adb {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px 8px 15px;
    width: 100%;
    margin: 0 0 17px 0;
}
.CollapsePanel_head_adb h3 {
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.CCLMPointer {
    cursor: pointer;
}

.CollapsePanel_head .col-lg-12 a {
}

span.original_act {
    color: #303030;
}
.Reportingbadge {
    float:right;
    font-size:16px;
    text-decoration:none;
    color:#000;
}
a.Reportingbadge {
    text-decoration: none;
    color: #000;
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
}
a.Reportingbadge:hover {
    text-decoration: none;
    color: #000;
    padding: 7px 10px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color:#efefef;
}
.widget-content {
    float: left;
    padding: 15px 0;
    width: 100%;
    border-top: solid 0px #e7e7e7;
}

.AgentDashboard_collouts {
    width: 100%;
    float: left;
    margin: 0;
}

.RoundRank_bg {
    float: right;
    background-image: url('../Bundling/Content/BundleDealerTheme/images/RoundRank-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    width: 105px;
    height: 106px;
    text-align: right;
    font-size: 33px;
    font-weight: 600;
    padding-top: 21px;
    border-radius: 0 8px 0 0;
    padding-right: 17px;
}

.AD_ranking_box {
    width: 32.3333333%;
    float: left;
    margin-right: 10px;
    border-radius: 0;
    background-color: #fff;
}

    .AD_ranking_box:last-child {
        margin-right: 0px;
    }

    .AD_ranking_box h2 {
        float: left;
        margin: 0 0 5px 0;
        padding: 0 !important;
        font-size: 13px;
        width: 100%;
        line-height: 23px;
        font-weight: 600;
        color: #000;
        border-radius: 4px;
        line-height: 32px;
    }

        .AD_ranking_box h2 span {
            float: left;
            width: 100%;
        }
.AD_ranking_box ul {
    width: 100%;
    float:left;
    margin:0;
    padding:0;
}
.AD_ranking_box ul li {
    list-style: none;
    padding: 6px 0;
    font-size: 12px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
/*.AD_ranking_box ul li div {
    width: 50%;
    float: left;
}*/
.AD_collouts_box {
    width: 32.3333333%;
    float: left;
    margin-right: 10px;
    border-radius: 8px;
}
.AD_collouts_box:last-child {
    margin-right: 0px;
}

    .AD_collouts_box h2 {
        float: left;
        margin: 20px 0 0 20px;
        padding: 0px;
        font-size: 22px;
        width: 225px;
        line-height: 23px;
        font-weight: 400;
    }

        .AD_collouts_box h2 span {
            float: left;
            width: 100%;
        }
#div_summary_type2_chart_0 {
    height:87px;
}
span.Dashboard_Settings {
    float: right;
    font-size: 13px;
    margin: 18px 0 0 0;
}
.ranking-head-box {
    width: auto !important;
    padding: 5px 10px;
    margin-right:5px;
    line-height:23px;
}
.rank_tag {
    float: right;
    background-image: url("../Bundling/Content/BundleDealerTheme/images/rank-bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    width: 76px;
    height: 66px;
    margin-right: 25px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding-top: 11px;
}

.AD_collouts_box ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px;
}
.CollapsePanel-wrapper {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.sales-summary-drop-width {
    width:100%;
}
.Last-update-pad-right {
    padding-right:10px;
}
.lastupdate-new {
    display: none;
    padding-right: 10px;
}
.sele-criteria-new {
    margin-top: 7px;
}
.search-exp-lab1 {
    margin-top: 7px;
    display: none
}
.search-exp-lab2 {
    display: none;
    width: 1012px !important;
    max-width: 1200px !important
}

.reportingfiltersbtn {
    color: #5fb01d !important;
}

.search-exp-lab3 {
    color: red;
    display: none;
}
.search-exp-lab4 {
    margin-top: 10px
}
.CCLM_container-mt {
    margin-top: 10px !important
}
.summ-ty-chrt-n {
    height: 87px
}
.AD_collouts_box ul li {
    list-style: none;
    padding: 6px 10px;
    font-size: 14px;
    float: left;
    width: 100%;
}
.AD_collouts_box ul li span {
  float: left;
  width: 50%;
}
.AD_collouts_box ul li div {
    width:50%;
    float:left;
}
.rancking-elps-div {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float:left;
}
.rancking-elps-div1 {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right:10%;
}
/*.rancking-elps-div span, .rancking-elps-div1 span {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow:ellipsis;
}*/
.rancking-elps-div:not(:hover), .rancking-elps-div1:not(:hover) {
    text-overflow: ellipsis;
}
.rancking-elps-div span:hover,
.rancking-elps-div span:focus {
    display: inline-block;
    animation-name: scroll-text;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    }
.rancking-elps-div1 span:hover,
.rancking-elps-div1 span:focus {
    display: inline-block;
    animation-name: scroll-text;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    }
/* define the animation */
@keyframes scroll-text {
    0% {
        transform: translateX(0%);
    }

    90% {
        transform: translateX(-100%);
    }

    95% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(0%);
    }
}

.RP_SummaryboxTitle {
    padding: 7px 10px 4px 10px !important;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

    .content.numbers.content {
        position: relative;
    }

    .agentsAll_AdminView {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .agent_detail {
        margin-top: 10px;
        border-radius: 5px 5px 0px 0px !important;
        background-color: #edf2f5;
    }

    .height_medium_Agent {
        border-radius: 5px;
        margin-top: 0px;
        padding: 0px;
    }

    .BD_CustomTable_popup {
        padding: 0 15px;
    }

    .BD_CustomTable2 {
        width: 100%;
        float: left;
    }

    .collapse-btn {
        background-image: url('../Bundling/Content/BundleDealerTheme/images/CollapsePanel-uparrows.png');
        background-repeat: no-repeat;
        background-size: 18px auto;
        display: inline;
        float: right;
        height: 17px;
        margin: 9px 4px 0px;
        outline: medium none;
        text-indent: -9999em;
        width: 17px;
    }

    .collapse-btn-Down {
        background-repeat: no-repeat;
        background-image: url('../Bundling/Content/BundleDealerTheme/images/CollapsePanel-downarrows.png');
        background-size: 18px auto;
        display: inline;
        float: right;
        height: 17px;
        margin: 9px 4px 0px;
        outline: medium none;
        text-indent: -9999em;
        width: 17px;
    }

    .fancy-collapse-panel .card-header a.collapsed::before {
        content: "\f107";
    }

    .fancy-collapse-panel .card-header a::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f106";
        position: absolute;
        left: 15px;
        font-size: 20px;
        top: 50%;
        line-height: 1;
        margin-top: -10px;
        display: inline-block;
    }



    .height_xbig {
        background: #ffffff none repeat scroll 0 0;
        border: 0px solid #e7e7e7;
        border-radius: 5px;
        overflow: hidden;
    }

    .CCLM_container {
        float: left;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
    }

    .CCLM_container h2 {
        font-size: 22px;
        margin: 17px 0 0 0;
        padding: 0;
    }

    .CCLM_container h2 span i {
        font-size: 25px;
    }

    .export-search-btn {
        float: right;
        width: 260px;
        padding: 3px;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    .export-search-btn button {
        float: right;
        padding: 7px 17px;
        margin-left: 8px;
    }

    .export-search-btn input[type="text"] {
        /*        float: right;*/
        width: auto;
    }
    /* End AGENT DASHBOARD Css */
    /* Start DTV-Reporting css */
    #CustomDate {
        float: left;
    }

    #CustomDate .customise-rate p input {
        width: 98px;
    }

    .report-get-btn {
        width: auto;
        float: left;
        margin-top: 13px;
    }

    #CustomDate .customise-rate p {
        margin: 0 8px 0 0;
    }
    /* End DTV-Reporting css */
    /* Start Dealer Dashboard css */
    #DivPerformanceCharts, #divLeadCharts {
        float: left;
        width: 100%;
        border-top: 0px solid #e7e7e7;
    }

    .new-prod-head h3 {
        float: left;
        margin: 5px 0 0 0;
        padding: 0;
        font-size: 17px;
    }

    .new-prod-head h4 {
        float: left;
        margin: 5px 0 0 0;
        padding: 0;
        font-size: 17px;
    }

    .CentersPerformance-div {
        padding: 15px 0 0 0 !important;
        margin: 0 !important;
    }

    .new-prod-head select {
        float: right;
        padding: 4px 30px 4px 14px;
        background-position: right 7px top 10px;
    }



    .active-summary-reports {
        width: 100%;
        float: left;
        margin: 5px 0;
    }

    .activ-summary-line {
        line-height: 40px;
        font-size: 13px;
    }

    .active-summary-reports h4 {
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        font-weight: 600;
    }

    .att-dtv-controller {
        position: relative;
    }

    .accordion-toggle h3 {
        float: left;
    }

    #DTVDealerSalesTab > .row {
        display: inherit;
    }

    .sales-summary-box4 {
        width: 24.7% !important;
    }

    .sales-summary-box3 {
        width: 33.1% !important;
    }

    .sales-summary-box2 {
        width: 49.8% !important;
    }

    .sales-summary-box1 {
        width: 100% !important;
    }

    .sales-summary-box5 {
        width: 19.7% !important;
    }

    .sales-summary-box {
        float: left;
        height: 400px;
        margin-right: 0.3%;
        padding: 5px;
    }

    .sales-summary-boxes-div .sales-summary-box h5 {
        color: #1b2e4b !important;
    }

    .sales-summary-boxes-div .sales-summary-box h6 {
        color: #1b2e4b;
    }

    .ss-green-border {
        border-bottom: 1px solid #7fad4b;
    }

    .ss-blue-border {
        border-bottom: 1px solid #af87be;
    }

    .ss-gray-border {
        border-bottom: 1px solid #7b7d7b;
    }

    .ss-brown-border {
        border-bottom: 1px solid #997456;
    }

    .ss-black-border {
        border-bottom: 1px solid #8D7F16;
    }

    .ss-purple-border {
        border-bottom: solid 1px #b97cf4;
    }

    .sales-summary-4 {
        float: left;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    .sales-summary-4 h6 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 27px;
    }

    .sales-summary-4 h5 {
        font-size: 25px;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 27px;
    }

    .sales-summary-3 {
        float: left;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    .sales-summary-3 h6 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 27px;
    }

    .sales-summary-3 h5 {
        font-size: 25px;
        margin: 0;
        padding: 0;
        line-height: 27px;
        color: #fff;
    }

    .ss-purple-bg {
        background-color: #cb95ff;
    }

    .ss-green-bg {
        background-color: #8bc34a;
    }

    .ss-blue-bg {
        background-color: #c1a0cd;
    }

    .ss-gray-bg {
        background-color: #969696;
    }

    .ss-brown-bg {
        background-color: #ab8465;
    }

    .ss-black-bg {
        background-color: #A39319;
    }
    /* End Dealer Dashboard css */
    /* Start Reporting CCLM CSS */

    .ComparisonTable_col_1_0 {
        width: 18% !important;
    }

    .ComparisonTable_col_2_0 {
        width: 41% !important;
        float: left;
    }

    .ComparisonTable_col_1_3 {
        width: 18% !important;
    }

    .ComparisonTable_col_1 {
        width: 21% !important;
    }

    .ComparisonTable_col_2 {
        width: 44% !important;
        float: left;
    }

    .ComparisonTable_col_3 {
        width: 82% !important;
        float: left;
    }

    .BD_ComparisonTable {
        width: 100%;
        float: left;
    }

    .ComparisonTable_col_1 > table > thead tr th {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .ComparisonTable_col_1 > table > tbody tr td {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .ComparisonTable_col_1 > table > tbody {
        overflow: hidden !important;
    }

    .BD_ComparisonTable > table > thead tr th, .BD_ComparisonTable > table > tbody tr td {
    }

    .BD_ComparisonTable > table > thead {
        display: block;
    }

    .BD_ComparisonTable > table > thead tr {
        width: 100%;
        display: inline-table;
    }

    .BD_ComparisonTable > table > thead tr th {
        float: left;
        min-width: 16.1%;
        max-width: 16.1%;
        border-bottom: 0px solid #e7e7e7;
        word-break: break-all;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background-color: #fff;
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        color: #818181;
        font-size: 14px;
        font-weight: bold;
    }

    .BD_ComparisonTable > table > tbody {
        display: block;
        width: 100%;
        overflow-y: scroll;
        max-height: 283px;
        min-height: 43px;
        overflow-x: auto;
    }

    .BD_ComparisonTable > table > tbody tr {
        width: 100%;
        display: inline-table;
    }

    .BD_ComparisonTable > table > tbody tr td {
        min-width: 16.6%;
        float: left;
        max-width: 16.6%;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 13px;
        color: #000;
        border-bottom: 1px solid #e7e7e7;
        border-top: 0 solid #e7e7e7;
    }


    @-moz-document url-prefix() {
        .pane-moz table {
        table-layout: unset !important;
    }
}


.pane table {
    border-collapse: collapse;
    background: white;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0px;
}

.pane th, .pane-hScroll th {
    padding: 8px 16px 8px 12px;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.pane th, .pane-hScroll2 th {
    padding: 8px 26px 8px 16px;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.pane td, .pane-vScroll td {
    padding: 8px 26px 8px 16px;
    width: 155px;
    /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    word-break: break-all;
    font-size: 13px;
}

.pane-hScroll {
    overflow: auto;
}

.pane-hScroll2 {
    overflow: auto;
}

.pane-vScroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 283px;
    min-height: 34px;
    /*width: fit-content;
    width: -moz-fit-content;*/
    padding-right: 0px;
}

.pane--table2 table.table thead tr th {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0px solid #e7e7e7 !important;
}

.pane--table2 {
    /*overflow-x: scroll;*/
}

    .pane--table2 table {
        margin-bottom: 0px;
    }

    .pane--table2 th, .pane--table2 td {
        width: auto;
        min-width: 224px;
        max-width: 224px;
        border-top: 0 none !important;
    }

    .pane--table2 tbody {
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        max-height: 283px;
        min-height: 34px;
        width: 111.1%;
    }

    .pane--table2 thead {
        display: table-row;
    }

.pane--table3 table.table thead tr th {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0px solid #e7e7e7 !important;
}

.pane--table3 {
    /*overflow-x: scroll;*/
}

    .pane--table3 table {
        margin-bottom: 0px;
    }

    .pane--table3 th, .pane--table3 td {
        width: auto;
        min-width: 224px;
        max-width: 224px;
        border-top: 0 none !important;
    }

    .pane--table3 tbody {
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        max-height: 283px;
        min-height: 34px;
        width: 108.1%;
    }

    .pane--table3 thead {
        display: table-row;
    }

.ComparisonTable_single_col {
    width: 100% !important;
    float: left;
}

.ellipsis_text table.table tbody tr td {
    /*min-width: 16.1%;
        max-width: 16.1%;*/
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.txt_right_align > table > tbody > tr > td, .txt_right_align > table > thead > tr > th {
    text-align: right;
}

.txt_left_align > table > tbody > tr > td, .txt_left_align > table > thead > tr > th {
    text-align: left;
}

.BD_ComparisonTable > center > .NoRecordFound img {
    width: 100%;
}

.border-left {
    border-left: 1px solid #e7e7e7;
}

.stats_table h2 {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    margin: 6px 0;
    padding: 0;
}

.overall_summary {
    margin: 10px 0;
    width: 100%;
}

.AlertFlick, .theme-color-highlight {
    animation: color-me-in 2s infinite;
}




.skillbar {
    background: #ebedf2;
    height: 17px;
    float: left;
    width: 48%;
    border-radius: 5px;
    margin: 0 10px;
}

.skillbar-title {
    float: left;
}

    .skillbar-title span {
        font-size: 14px;
        color: #6f6f6f;
        line-height: 14px;
    }

.skillbar-bar {
    width: 0px;
    height: 17px;
    background: #a4d95f;
    border-radius: 5px;
    position: relative;
}

    .skillbar-bar::after, .Skillvalue-bar::after {
        content: '';
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        height:17px;
        animation: progress-active 2s ease infinite;
    }

.Skillvalue-bar {
    width: 35%;
    height: 5px;
    margin-top: 6px;
    background-color: #aa66ec;
}

@keyframes progress-active {
    0% {
        opacity: .4;
        width: 0;
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

.skill-bar-percent {
    font-size: 14px;
    float: left;
    line-height: 16px;
}
/* End Reporting CCLM CSS */




/* Start Pulse css */
.modal-download-btn {
    padding: 10px 11px;
    margin: 0;
    float: right;
    margin-left: 5px;
}
#divPulseState label {
    line-height: 20px;
}

.parentStyle {
    width: 280px;
    float: left;
    margin-left: 10px;
}

ul.reporting_subtabs {
    padding: 0 15px;
}

    ul.reporting_subtabs li a {
        font-size: 12px;
        padding: 5px 15px;
        border-right: 0;
    }

#divCheckboxGeneral .checkbox {
    margin: 9px 0 0 0;
    width: 24.333%;
    float: left;
}

/*.Customization_toogleBtn .dealer-config-radio {
    width: 20% !important;
}*/

.height_medium2 {
    border-radius: 5px;
    margin-top: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.content.numbers .border_dash {
    border-right: 1px solid #c790fb;
}

.BoxCol {
    float: left;
    width: 12.500%;
    padding: 10px 15px;
}

    .BoxCol h3 {
        margin-bottom: 0px;
        line-height: 19px;
        font-size: 22px;
        color: #fff;
    }

.content.numbers span, .content.numbers h3 span {
    color: #fff;
}

.Export-btn {
    margin: 5px 5px 0 0;
    width: auto;
    float: right;
    padding: 6px !important;
}

.TFN-Label h3 {
    font-size: 18px;
    color: #a0a5ae;
}

.SkillDashboard_wrap {
    background-color: #f0f0f0;
    padding: 10px;
}

    .SkillDashboard_wrap > p {
        float: left;
        margin: 0;
        color: #6f6f6f;
    }

    .SkillDashboard_wrap > span {
        font-size: 16px;
        line-height: 18px;
        float: right;
        color: #fff;
    }

.primaryBox_wrap, .device-padding {
    background-color: #fff;
    padding: 10px;
}

    .primaryBox_wrap > span, .secondaryBox_wrap > span, .device-padding > span {
        float: left;
        color: #6f6f6f;
    }

.sd_border_left {
    border-left: solid 0px #e7e7e7;
}

.report-Update .Last-update {
    margin-top: 0px;
}

.report-Update .cog-div {
    margin-top: 4px;
}

.fixed_headerPulse .divPulseHeaderScroll h2 {
    margin-top: 8px;
}

.fixed_headerPulse .divPulseHeaderScroll .parentStyle {
    margin: 4px 0px 0px 12px;
}

.res-tab-reporting-order-select {
    margin-bottom: 10px;
}

    .res-tab-reporting-order-select:last-child {
        margin-bottom: 0px;
    }

.height_medium3 {
    border-radius: 5px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

    .height_medium3 > .BoxCol {
        min-height: 84px;
        padding: 10px 15px 3px 15px;
    }

.notification {
    background-color: #e4dddf;
    border-radius: 5px;
    width: auto;
    float: right;
    padding: 1px 5px;
    font-size: 14px;
}

.mn_top > .notification {
    float: right;
    margin: 10px 0 0 0;
    color: #303030;
}

.color_01 {
    background-color: #808080;
}

.color_0 {
    background-color: #6a6a6a;
}

.color_1 {
    background-color: #b4b5b8;
}

.color_3 {
    background-color: #2572eb;
}

.color_5 {
    background-color: #643001;
}

.color_6 {
    background-color: #4383af;
}

.color_7 {
    background-color: #c1004f;
}

.color_8 {
    background-color: #98989c;
}

.color_9 {
    background-color: #4516b3;
}

.color_10 {
    background-color: #006ac1;
}

.color_11 {
    background-color: #008287;
}

.color_12 {
    background-color: #189800;
}

.color_13 {
    background-color: #00c13f;
}

.color_14 {
    background-color: #fe971c;
}

.color_15 {
    background-color: #ff2e12;
}

.color_16 {
    background-color: #ff1d77;
}

.color_17 {
    background-color: #a93ffe;
}

.color_18 {
    background-color: #1faeff;
}

.color_19 {
    background-color: #56c5ff;
}

.color_20 {
    background-color: #00d8cc;
}

.color_22 {
    background-color: #e0b600;
}

.color_23 {
    background-color: #ff77bd;
}

.color_24 {
    background-color: #01a5a5;
}

.color_25 {
    background-color: #67a1c9;
}

.color_26 {
    background-color: #05869a;
}

.PulseOCCUPANCY-div {
    float: left;
}

.PulseRGUHour-div {
    float: left;
    margin-bottom: 10px;
}

.roundcorner {
    border-radius: 10px 0 0 10px;
}

.roundcorner1 {
    border-radius: 0 10px 10px 0;
}

.height_medium {
    min-height: 71px;
    padding: 10px 15px;
}

.box-description {
    font-size: 13px;
    line-height: 18px;
}

.main_number h1 {
    float: left;
    font-size: 26px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 0;
}

.PopUpOptions {
    float: right;
    width: 270px;
    text-align: right;
}

    .PopUpOptions span {
        font-size: 14px;
        color: #000;
    }

    .PopUpOptions input {
        margin-top: 5px;
    }

.CD-float {
}

.main_number {
    color: #fff;
}

.SkillDashboard_wrap > p b, .primaryBox_wrap > span b {
    font-weight: normal;
}
.SkillDashboard_wrap > p , .primaryBox_wrap > span  {
    color:#000;
}

/* End Pulse css */





/* Start QAVerifier css */
.veri-code {
    float: left;
    position: relative;
    width: 190px;
    margin-right: 8px;
}

.agent-mapping-select {
    width: 16%;
}

.default-table {
    width: 100%;
    /*margin-bottom: 15px;*/
    position: relative;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.RTB-btn {
    /*float: left;*/
}

td.edit-control {
    background: url(../Bundling/Content/BundleDealerTheme/images/edit-icon.png) no-repeat scroll top 12px left 12px;
    cursor: pointer;
}

.verifier-popup {
    width: 95% !important;
}

.qualifier-row {
    width: 100%;
    float: left;
}

.qualifier-form-div {
    width: 50%;
    float: left;
    padding: 8px;
}

    .qualifier-form-div > label {
        width: 30%;
        float: left;
    }

    .qualifier-form-div input[type=text] {
        width: 70%;
        float: left;
    }

    .qualifier-form-div .ms-options-wrap {
        width: 70%;
    }

.qualifier-checkbox input[type=checkbox] {
    float: left;
}
.ranking-form-div {
    width: 100%;
    float: right;
    padding: 0 0 10px 0;
}
.ranking-form-div .dynamic-bg-label{
    float:right;    
}
.qualifier-checkbox span {
    margin: 0 1px 4px 6px;
    float: left;
    font-weight: normal;
    line-height: normal;
}

.label-popup {
    float: left;
    width: 105px;
    margin-left: 10px;
    margin-right: 10px;
}

.qualify-btn-div {
    width: auto;
    float: right;
    margin: 10px 15px 0px 0;
}

.AGENT-ASSIGNMENT-popup {
    width: 50%;
    left: 22%;
}

.AA-popupInner {
    margin-bottom: 10px;
}

    .AA-popupInner:last-child {
        margin-bottom: 0px;
    }
/* End QAVerifier css */


/* Start ReportingWorkbench css */
.modal_lg {
    width: 980px;
    max-width: 980px !important;
}

#MyDataGridProcessPaymentGrids {
    width: 1070px !important;
    max-width: 1070px !important;
}

#ratecard_non-assign_dispostionDC, #_rate_card_tfnDC, #ratecard_excluded_btns_listDC {
    height: initial !important;
}

#themePopup .modal-outer {
    max-width: 75%;
}

.search-on-top {
    right: 50px !important;
}

.ocn-search input[type=text] {
    line-height: normal;
    margin-right: 8px;
    width: auto;
    float: left;
    margin-top: 0px;
    padding: 10px 14px 9px 8px;
}

#btnRGUOCNSearch, #btnOCNSearch {
    background-color: #e5063a;
}

#btnRGUOCNClear, #btnOCNClear {
    background-color: #5fb01d;
    background: #5fb01d;
}

.ocn-search {
    position: absolute;
    right: 34px;
    top: 6px;
}

    .ocn-search input[type="button"] {
        padding: 8px 15px;
        float: left;
        margin-right: 8px;
    }

.select-order-detail-width {
    width: 19.2%;
}

td.details-controlleads {
    background: url("../Bundling/Content/BundleDealerTheme/images/details_open.png") no-repeat scroll top 13px left 8px;
    cursor: pointer;
}

tr.shown td.details-controlleads {
    background: url('../Bundling/Content/BundleDealerTheme/images/details_close.png') no-repeat top 9px left 10px;
}

table.dataTable thead .sorting {
    /*background: url('..//Content/DPN/images/sort_both.png') no-repeat center right;*/
}

table.dataTable thead .sorting_asc {
    /*background: url('..//Content/DPN/images/sort_asc.png') no-repeat center right;
    color: #fff;*/
}

table.dataTable thead .sorting_desc {
    /*background: url('..//Content/DPN/images/sort_desc.png') no-repeat center right;
    color: #fff;*/
}

table.dataTable thead .sorting_asc_disabled {
    background: url('../Bundling/Content/BundleDealerTheme/images/sort_asc_disabled.png') no-repeat center right;
    background-color: #d1d1d1;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('../Bundling/Content/BundleDealerTheme/images/sort_desc_disabled.png') no-repeat center right;
    background-color: #d1d1d1;
}

.lastModified {
    background-color: lightgray;
    height: 35px;
    width: 170px;
    color: black;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}

.tooltip_Custom {
    position: relative;
    display: inline-block;
}

    .tooltip_Custom .tooltiptext_Custom {
        visibility: hidden;
        width: auto;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 5px;
        padding: 5px 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 7%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip_Custom .tooltiptext_Custom::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #e7e7e7 transparent transparent transparent;
        }

    .tooltip_Custom:hover .tooltiptext_Custom {
        visibility: visible;
        opacity: 1;
    }

table.child_table > thead > tr > th {
    padding: 7px 4px !important;
}

table.child_table > tbody > tr > td {
    padding: 3px 4px !important;
}

table.child_table > thead > tr > th, table.child_table > tbody > tr > td {
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.WorkbenchTable_col_1:last-child {
    margin-bottom: 0px;
}

.no-footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

    .no-footer .bottom .col-md-3 {
        padding-left: 0;
    }

        .no-footer .bottom .col-md-3 .dataTables_length {
        }

            .no-footer .bottom .col-md-3 .dataTables_length > label {
                display: flex;
                line-height: 32px;
                font-size: 13px;
            }

                .no-footer .bottom .col-md-3 .dataTables_length > label select {
                    line-height: 14px;
                    padding: 9px 13px;
                    margin: 0 8px;
                    width: 65px;
                }

    .no-footer .bottom .footer_totalRows {
    }

        .no-footer .bottom .footer_totalRows .dataTables_info {
            padding-top: 6px;
            font-size: 13px;
        }

    .no-footer .bottom .dataTables_paginate {
        border: 0px solid #e7e7e7;
        padding-right: 0;
        margin: 0;
        width: 100%;
    }

#tblRGUStatusDetails_wrapper > .bottom .dataTables_paginate, #tblWorkbenchLeads_wrapper > .bottom .dataTables_paginate {
    width: 41.5%;
}

.no-footer .bottom .dataTables_paginate .paginate_button {
    padding: 0px;
    /*min-width:45px;*/
}
/*.no-footer .bottom .dataTables_paginate .next, .no-footer .bottom .dataTables_paginate .previous {
	min-width:35px;
}*/

.custom-paging {
    float: right;
    border: 1px solid #e7e7e7;
    padding: 0;
    border-radius: 5px;
    /*margin: 12px 0 0 0;*/
    height: 31px;
    overflow: hidden;
}

    .custom-paging a {
        color: #fff;
        background-color: transparent;
        cursor: pointer;
        padding: 6px 14px;
        color: #303030;
        border-right: 1px solid #e7e7e7;
        display: inline-block;
        float: left;
        transition: all 0.4s ease-in-out 0s;
    }

        .custom-paging a:hover {
            text-decoration: none;
            background-color: #e4e4e4;
        }

    .custom-paging input[type=text] {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        font-size: 13px;
        color: #303030;
        padding: 2px 8px;
        transition: all 0.4s ease-in-out 0s;
        line-height: 1.42857143;
        border-radius: 3px;
        margin: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: all 0.4s ease-in-out 0s;
        width: 70px;
        float: left;
    }

        .custom-paging input[type=text]:focus {
            background-color: #d9d9d9;
            box-shadow: 0 0px 3px #7a7a7a;
        }

    .custom-paging input[type="button"] {
        background-color: #e5063a;
        border: 0;
        font-size: 13px;
        color: #fff;
        padding: 3px 8px;
        transition: all 0.4s ease-in-out 0s;
        line-height: 1.42857143;
        border-radius: 3px;
        float: left;
        margin: 3px;
    }

        .custom-paging input[type="button"]:hover {
            outline: none;
            background-color: #000;
        }

    .custom-paging label {
        font-size: 15px;
        margin: 5px 0 0 0;
        padding: 0;
        float: left;
        font-weight: inherit;
        font-weight: normal;
    }

.rate-top-box .pageSizePaging {
    float: left;
    border: 0;
    /*padding: 12px 0 0;*/
    margin-right: 20px;
    width: auto;
}

    .rate-top-box .pageSizePaging label {
        padding-top: 7px;
    }

    .rate-top-box .pageSizePaging select {
        margin-right: 6px;
    }

#CustomDate .customise-rate {
    margin: 0;
}

.popupProviderWorkbenchMoreDetails {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    z-index: 100000;
    align-items: flex-start;
    justify-content: center;
}

    .popupProviderWorkbenchMoreDetails input[type="text"],
    .popupProviderWorkbenchMoreDetails input[type="date"] {
        width: 165px;
        box-sizing: border-box;
    }

.GridDivdataTableWorkbench_OCN {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    float: left;
    height: 440px;
    padding: 20px;
    position: absolute;
    top: 54px;
    width: 900px;
}

    .GridDivdataTableWorkbench_OCN .popup-header {
        border-bottom: 1px solid #e7e7e7;
        float: left;
        padding-bottom: 15px;
        margin-bottom: 0px;
        width: 100%;
    }

.popup-header h3 {
    float: left;
    margin-bottom: 0;
    width: 96%;
    color: #797979;
}

.popup-header span {
    float: right;
    text-align: right;
    width: 4%;
    color: #797979;
    cursor: pointer;
}


.closeButtonProviderWorkbenchMoreDetails {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.GridDivdataTableWorkbench {
    float: left;
    position: relative;
    height: 420px;
    width: 100%;
}

.report-get-btn-div {
    float: right;
    height: 40px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

    .report-get-btn-div .report-get-btn {
        bottom: 0;
        right: 0;
    }

.table-container-workbench {
    max-width: 100%;
    max-height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.flexPropertyWorkbench {
    display: flex !important;
}

.NoRecordOcn {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-containerPW {
    /*position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;*/





    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.popup-PW-main {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    float: left;
    min-height: 210px;
    padding: 20px;
    position: absolute;
    top: 54px;
    width: 900px;
}

.popup-PW-header {
    border-bottom: 1px solid #e7e7e7;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

    .popup-PW-header h3 {
        float: left;
        margin-bottom: 0;
        width: 96%;
    }

    .popup-PW-header span {
        float: right;
        text-align: right;
        width: 4%;
    }

        .popup-PW-header span .fa-close {
            font-size: 16px;
            cursor: pointer;
        }

.popup-PW-main .form-input-div {
    float: left;
    padding-right: 10px;
    width: 30%;
}

    .popup-PW-main .form-input-div label {
        float: left;
        height: 22px;
        width: 100%;
    }

.popup-PW-main .form-btn-div {
    float: left;
    width: 10%;
}

    .popup-PW-main .form-btn-div button {
        position: relative;
        top: 22px;
    }

/*#dateRangeOcnLogs .daterangepicker {
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 99999;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
    position: fixed !important;
}

    #dateRangeOcnLogs .daterangepicker.opensright::before {
        left: 127px !important;
    }*/
/* End ReportingWorkbench css */
/* Start switchBoard CSS */
.switchBoard-btn {
    float: right;
    margin-top: 10px;
}

    .switchBoard-btn input[type="button"] {
    }

#CustomDate .CR p input {
    width: 88px;
    padding: 6px 8px;
    margin-left: 3px;
}

#CustomDate .CR p {
    margin: 0px;
}

span.LastUpdateSB {
    float: right;
    margin-top: 0px;
}

.dataTables_paginate div a.current {
    /*background-color:#e5063a !important; 
    color:#fff !important;
    pointer-events:none;
    border: 1px solid #e5063a;*/
}

.grid-checkbox {
    float: left;
    width: 100%;
}

tbody#RowsID tr {
    border-bottom: solid 1px #e8e8e8;
}


#SearchExpression #SearchExpressionText {
    width: 106%;
}

#SearchExpression div.btn-div {
    padding-left: 51px !important;
}

    #SearchExpression div.btn-div button {
        float: left;
        margin-left: 8px;
    }

.switchboard-filters .ms-options-wrap button {
    line-height: 18px;
}

.switch-select-detail {
    float: left;
}

.switch-select-detail .fa-calendar {
        position: absolute !important;
        margin-left: 288px;
        margin-top: 13px;
    }

.switch-select-detail #EndDate {
        width: 74%;
    }

.switch-select-detail #NewConditionRow {
        font-size: 25px;
        margin-left: 333px;
        color: #eb003b;
        margin-top: -28px;
        cursor: pointer;
    }

.switch-select-detail #NewConditionRow:hover {
            color: #000;
        }

    .switch-select-detail select {
        width: 100%;
    }

.switch-select-margin select, .switch-select-margin input {
    margin-left: 43px;
}



.switchboard-filters .fa-plus-circle {
    cursor: pointer;
    color: #eb003b;
    font-size: 25px;
    margin-left: 0;
    margin-top: 0;
}

.switchboard-filters .fa-plus-circle:hover {
        color: #000;
    }

.switchboard-filters .fa-minus-circle {
    cursor: pointer;
    color: #eb003b;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 6px;
}

.switchboard-filters .fa-minus-circle:hover {
        color: #000;
    }

.switchboard-filters .col-lg-1, .switchboard-filters .col-lg-2, .switchboard-filters .col-lg-3, .switchboard-filters .col-lg-4, .switchboard-filters .col-lg-5, .switchboard-filters .col-md-6, .switchboard-filters .col-lg-7, .switchboard-filters .col-lg-8, .switchboard-filters .col-lg-9, .switchboard-filters .col-lg-10, .switchboard-filters .col-lg-11, .switchboard-filters .col-lg-12 {
    padding-left: 0;
    margin-bottom: 10px;
}
.dealer-title-copy {
    float: right;
    color: #eb003b;
    margin-top:4px;
    margin-right:2px;
}
/* End switchBoard CSS */
div.dataTables_wrapper div.dataTables_length select {
    width: 65px;
    display: inline-block;
    float: inherit;
}

#div_TFNTabularStats_OVERALL {
    width: 100%;
}

.Comparisonbox {
    border: solid 1px #efefef;
    border-radius: 5px;
    float: left;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
}

.wid_Comparisonbox {
    width: 100%;
    margin-bottom: 0;
}

.Comparisonbox_sec1 {
    border-right: 1px solid #c9c9c9;
    width: 12%;
    float: left;
    min-height: 40px;
}

.Comparisonbox_sec2 {
    width: 85%;
    float: left;
    margin-left: 10px;
}

    .Comparisonbox_sec2 .customise-rate {
        margin-top: 0px;
    }

.Comparisonbox_sec1 h4 {
    margin: 10px 0;
}

.DataComparison_heading h4 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.Dealers_selected p {
    float: left;
    margin: 0 7px 0 0;
}

    .Dealers_selected p span {
        font-weight: bold;
        margin-left: 10px;
    }

.CR_P_margin p {
    margin-right: 9px;
}

.live_data {
    float: right;
    margin: 10px 12px 0px 0px;
}

.SelectCriteria_LiveData {
    margin: 0px 0 0 10px;
    /* padding: 0; */
    line-height: 0;
}

.disable-control {
    opacity: 0.5;
    pointer-events: none;
}

.live_data label input {
    top: 4px;
}

.comparison_select select {
    float: left;
    width: 64%;
}

.comparison_select p {
    font-size: 13px;
    color: #555;
    float: left;
    margin-top: 7px;
    margin-right: 4px;
    margin-bottom: 0;
}
/* Start Dealer Dashboard css */
/* End Dealer Dashboard css */
.div_box_title {
    font-size: 18px;
    margin-bottom: 5px;
}

.no-margin-right {
    margin-right: 0 !important;
}

.SwitchBoard-div {
    width: 100%;
}

    .SwitchBoard-div p {
        margin-bottom: 0;
    }

.SwitchBoard-multi-select {
    width: 240px;
    max-width: 240px;
}

.SwitchBoard-tfn {
    width: 155px;
}


.SwitchBoard-div p input {
    width: 80%;
}

.Customization_toogleBtn .dealer-config-radio span.dealer-config-span {
    margin-left: 10px;
    float: left;
}

.Pulse-container #dvReportHeader #divPulseHeader h2 {
}

.Pulse-container #dvReportHeader #divPulseHeader .parentStyle {
}

.SC-div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .SC-div .cc_dashboard_label {
        float: left;
        width: 32%;
    }

        .SC-div .cc_dashboard_label p {
            margin: 7px 0 0 0;
            padding: 0px;
            font-size: 13px;
        }

    .SC-div .cc_dashboard_select {
        float: left;
        width: 68%;
    }

.pulse-date-nomargin-left {
    margin-left: 0px !important;
}

.DataComparison_heading {
    margin-bottom: 10px;
}

.WorkbenchTable_col_1 {
    margin: 5px 0;
}

.Reporting-MGT-Tabs {
    margin: 15px 0 0 0;
    border: 0;
    padding-top: 5px;
}

.Reporting-RateTopBox {
    margin: 0;
    border-top: 0px solid #e7e7e7;
    border-left: 0px solid #e7e7e7;
    border-right: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}

.res-600-order-detail {
    margin-top: 15px;
}

.reporting-tabs ul.Reporting-MGT-Tabs li a:focus {
    outline: none;
    border: 0;
}

.ReportTitle {
    float: left;
    margin-top: 5px;
}

    .ReportTitle i {
        font-size: 21px;
        margin-right: 2px;
    }

.download-report {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.export-btn {
    float: right;
}
/*Start Pulse section CSS*/
.ProgressBar-div {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0 15px;
}

.greentxt {
    color: #a4d95f;
}

.IndigoBar {
    background-color: #8369dc;
}

.Indigotxt {
    color: #8369dc;
}

.fa-spin {
    animation: fa-spin 4s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rst-btn {
    float: right;
    margin-top: 12px;
}

#PulseHourlyChartLeft {
    float: left;
    width: 50%;
}

#PulseHourlyChartRight {
    float: left;
    width: 50%;
}

.pb_span span:first-child {
    float: left;
}

.pb_span span:nth-child(1) {
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
    width: 50%;
    padding: 7px;
}

.pb_span span:nth-child(2) {
    width: 50%;
    padding: 7px;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

.pb_span {
    padding: 0 !important;
}

.Pulse_Comparison_TillHour select {
    width: 120px;
}

td.dt-body-left {
    padding-left: 30% !IMPORTANT;
}

#tblQAVSchedule td.dt-body-left {
    padding-left: 13px !IMPORTANT;
}
#tblDateWise td.dt-body-left {
    padding-left: 13px !IMPORTANT;
}
#tblDealerWise td.dt-body-left {
    padding-left: 13px !IMPORTANT;
}

#SupervisorWiseStatsDiv td.dt-body-left {
    padding-left: 13px !IMPORTANT;
}
#AgentWiseStatsDiv td.dt-body-left {
    padding-left: 13px !IMPORTANT;
}


.no-record-img-tfn-stats {
    width: 100%;
}

.YesterdayHour-select {
    width: 165px;
    float: right;
    margin-right: 10px;
}

.fixed_headerPulse .divPulseHeaderScroll .YesterdayHour-select {
    margin-right: 10px;
}

.YesterdayHour-select select {
    padding: 2px 10px 2px 10px;
    background-position: right 5px top 10px;
}
/*End Pulse section CSS*/





/* Start led screen CSS */
@media screen and (min-width: 1080px) and (max-width: 1920px) {
}


/*MKT Dashboard*/
.mkt_select {
    float: left;
    width: 97%;
}

.SC_div_mkt {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.SC_div_mkt_Comparision {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.mkt-dashboard-Comparision {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.mkt-dashboard-filter_Native {
    float: left;
    width: 23%;
    margin-top: 10px;
    margin-left: 5px;
}


.mkt-dashboard-filter {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 5px;
}

    .mkt-dashboard-Comparision:last-child, .mkt-dashboard-filter:last-child {
        margin-bottom: 0px;
    }

.mkt_wid_Comparisonbox {
    width: 100%;
    margin-bottom: 0;
}

.trendBox {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

    .trendBox span {
        line-height: 18px;
        margin: 0 0 0px;
        font-weight: normal;
        color: #000;
    }

.trendBox-name {
    width: 55%;
    float: left;
}

.divTrendBox_trend {
    width: 20%;
    float: left;
    text-align: center;
}

.divTrendBox_value {
    width: 25%;
    float: left;
    text-align: right;
}

.trendBoxTitle {
    float: left;
    width: 100%;
    height: 54px;
    padding: 17px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 50px lightgray;
    border-radius: 15px 15px 0px 0px;
}

    .trendBoxTitle span {
        line-height: 18px;
        margin: 0 0 0px;
        padding: 4px 0 0 0;
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

.divTrendBoxTitle_Detail {
    width: 50%;
    float: left;
    text-align: left;
}

    .divTrendBoxTitle_Detail:nth-child(2) {
        text-align: right;
    }

.trend-icon-green {
    font-size: 18px !important;
    color: darkslategrey !important;
}

.trend-icon-red {
    font-size: 18px !important;
    color: #FA6B6B !important;
}


.MKTDashboard_wrap {
    background-color: #aa66ec;
    padding: 10px;
}

    .MKTDashboard_wrap > p {
        float: left;
        margin: 0;
        color: #fff;
        font-weight: bold;
    }

    .MKTDashboard_wrap > span {
        font-size: 16px;
        line-height: 18px;
        float: right;
        color: #fff;
    }

.ddlAggrigate-MKBoard {
    float: right;
    /*width: 20%;*/
    margin-right: 10px;
    padding: 2px 15px;
    background-position: right 10px top 9px;
}

.ComparisonSCInfo {
    color: black;
    text-align: center;
    float: right;
    font-size: 16px;
    margin-top: 4px;
}

.tooltip_Custom_MKT {
    position: relative;
    display: inline-block;
}

    .tooltip_Custom_MKT .tooltiptext_Custom_MKT {
        visibility: hidden;
        width: 235px;
        color: black;
        text-align: left;
        border-radius: 5px;
        padding: 5px 6px;
        position: absolute;
        z-index: 1;
        left: 7%;
        margin-left: -240px;
        opacity: 0;
        transition: opacity 0.3s;
        margin-top: 50%;
        border: 2px solid lightgray;
        background-color: white;
        font-size: 14px;
        line-height: 20px;
    }

    /*.tooltip_Custom_MKT .tooltiptext_Custom_MKT::after {
			content: "";
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: #e7e7e7 transparent transparent transparent;
		}*/

    .tooltip_Custom_MKT:hover .tooltiptext_Custom_MKT {
        visibility: visible;
        opacity: 1;
    }

.lblSC1 {
    font-size: 14px;
}

.lblSC2 {
    font-size: 14px;
}


.Gadget_Parent {
    float: left;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid lightgray;
    padding: 7px;
}

.Gadget_Icon {
    float: left;
    width: 70px;
    height: 100%;
}

    .Gadget_Icon img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.Gadget_Detail {
    float: left;
    width: 80%;
}

.Gadget_Title {
    float: left;
    width: 100%;
    font-weight: bold;
}

.Gadget_Description {
    float: left;
    width: 100%;
}

.Gadget_Action {
    float: left;
    padding-top: 12px;
}

    .Gadget_Action button {
        width: 70px;
    }

#divGadgets_Popup {
    max-height: 450px;
    padding: 20px;
    overflow: auto;
}

.btnCustomization {
    width: 19.6%;
}

    .btnCustomization i {
        float: left;
        font-size: 19px;
        border-right: 2px solid lightgray;
        padding-right: 10px;
    }

.btnCustomCM {
    width: 24.6% !important;
}


.SortableList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .SortableList li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        background-color: #efefef;
        cursor: move;
    }

        .SortableList li span {
            position: absolute;
            margin-left: -1.3em;
        }

        .SortableList li input[type=checkbox] {
            float: right;
        }

.SortableList_Widget {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .SortableList_Widget li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        height: 80px;
        background-color: #efefef;
    }

        .SortableList_Widget li span {
            position: absolute;
            margin-left: -1.3em;
        }

        .SortableList_Widget li input[type=checkbox] {
            float: right;
        }

.modal-wid-adjust {
    width: 40%;
    margin: auto;
    float: inherit;
}

.div_Summary_ul {
    height: auto;
}

.SortableList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .SortableList li {
        margin: 5px 0px;
        padding: 8px 10px;
        background-color: #efefef;
        cursor: move;
        font-size: 14px;
    }

ul.SortableList li input[type="checkbox"] {
    margin: 4px 0 0 0;
}

.SortableList li span {
    position: absolute;
    margin-left: -1.3em;
}

.SortableList li input[type=checkbox] {
    float: right;
}

.sortable-ul-li i {
    font-size: 14px;
    margin-right: 10px;
}

.MKTBoard-pane td {
    word-break: inherit;
}

.Layout_Parent-Selected {
    height: 100px;
    width: 100px;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid gray;
}

.Layout_Parent {
    height: 100px;
    width: 100px;
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid gray;
}

    .Layout_Parent:hover {
        border: 2px dashed gray;
        border-radius: 7px;
        cursor: pointer;
    }

.Layout_Icon {
    height: 100%;
    width: 100%;
    padding: 5%;
}

    .Layout_Icon img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.Layout_Icon-tick {
    height: 25px !important;
    width: 100% !important;
    margin-top: -55px !important;
}

.grid-LAYOUT-DEFAULT {
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}

.grid-LAYOUT-DEFAULT-One {
    grid-column: 1 / 4;
}

.grid-LAYOUT-DEFAULT-Two {
    grid-column: 2 / -1;
    float: right;
}

.grid-LAYOUT-A {
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
}

.grid-LAYOUT-AA {
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
}

.grid-LAYOUT-BA {
    float: left;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 1em;
}

.grid-LAYOUT-AB {
    float: left;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1em;
}

#div_GridLayout > div {
    overflow: auto;
    /*text-align: center;*/
}

#div_GridLayout_Comparision > div {
    overflow: auto;
    /*text-align: center;*/
}

/*Business Lead Dashboard Start*/
.BD_WorkbenchTable .child_table td {
    white-space: pre-line !important;
}

#TFNSwitchboard .ms-options-wrap > .ms-options > ul label {
    width: 99% !important;
}
/*Business Lead Dashboard End*/

/*========================== MKT Boards Dispatch====================*/
.sideBox-WidgetDispatch {
    width: 63%;
    float: left;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 7px;
    margin-bottom: 7px;
}

    .sideBox-WidgetDispatch label {
        width: 100%;
        margin-left: 35%;
        text-decoration: underline;
        font-size: 15px;
    }


.sideBox-dispatch {
    width: 35%;
    float: left;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
}

    .sideBox-dispatch label {
        width: 100%;
        margin-left: 35%;
        text-decoration: underline;
        font-size: 15px;
    }


.disp_widget {
    border: 1px dashed lightgray;
    height: 33px;
    text-align: center;
    margin: 4px;
    padding: 5px;
    cursor: move;
}

.disp_widget-summary {
    border: 1px dashed lightgray;
    height: 25px !important;
    text-align: center;
    margin: 4px;
    padding: 0px;
}

.MKTSchedulerIcon {
    float: right;
    font-size: 13px;
    margin: 18px 0 0 0;
}

.MKTDashBoard #divProviderStats .col-lg-12 .ComparisonTable_col_1_0 {
    width: 25% !important;
}

.MKTDashBoard #divProviderStats .col-lg-12 .ComparisonTable_col_3 {
    width: 75% !important;
}


.MKTDashBoard #divProviderStats .col-lg-12 .ComparisonTable_col_1_0 .pane--table2 table thead tr, .MKTDashBoard #divProviderStats .col-lg-12 .ComparisonTable_col_1_0 .pane--table2 table tbody tr {
    width: 100%;
    display: block;
}

    .MKTDashBoard #divProviderStats .col-lg-12 .ComparisonTable_col_1_0 .pane--table2 table thead tr th {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .MKTDashBoard #divProviderStats .col-lg-12 .ComparisonTable_col_1_0 .pane--table2 table tbody tr td {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }


.mkt-analytics-filter {
    float: left;
    width: 19.5%;
    margin-top: 10px;
    margin-left: 5px;
}

    .mkt-analytics-filter:last-child {
        margin-bottom: 0px;
    }

.dragable {
    cursor: move;
}

.Disp_Gadget_Parent {
    float: left;
    width: 95%;
    height: 70px;
    padding: 7px;
}

.Disp_Gadget_Icon {
    float: left;
    width: 70px;
    height: 100%;
}

    .Disp_Gadget_Icon img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.Disp_Gadget_Detail {
    float: left;
    width: 80%;
}

.Disp_Gadget_Title {
    float: left;
    width: 100%;
    font-weight: bold;
}

.Disp_Gadget_Description {
    float: left;
    width: 100%;
}

.Disp_Gadget_Action {
    float: left;
    padding-top: 12px;
}

    .Disp_Gadget_Action button {
        width: 70px;
    }

.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

.pinkBg {
    background-color: #ed184f !important;
    background-image: linear-gradient(90deg, #553376,#553376);
}

.intro-banner-vdo-play-btn {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 30%;
    left: 30%;
    text-align: center;
    border-radius: 100px;
    z-index: 1
}

    .intro-banner-vdo-play-btn i {
        line-height: 56px;
        font-size: 30px
    }

    .intro-banner-vdo-play-btn .ripple {
        position: absolute;
        width: 40px;
        height: 40px;
        opacity: 0;
        margin-left: -20px;
        margin-top: -13px;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}


.tooltipClasses {
    position: relative;
}

    .tooltipClasses:before {
        content: attr(data-text);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        margin-left: 15px;
        width: 200px;
        padding: 10px;
        border-radius: 10px;
        background: #000;
        color: #fff;
        text-align: center;
        display: none;
    }

    .tooltipClasses:hover:before {
        display: block;
    }

.HintsButtonScroll {
    height: 40px;
    width: 40px;
    bottom: 40px;
    right: 10px;
    position: fixed;
    border-radius: 200px;
    text-align: center;
    padding: 10px;
}

.call-waitings {
    float: left;
    margin: 0;
    position: relative;
}

    .call-waitings a {
        padding: 4px 9px;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
    }

        .call-waitings a i {
            transform: rotate(-40deg);
        }

    .call-waitings span {
        position: absolute;
        right: -7px;
        top: -1px;
        background: #ff0000;
        color: #fff;
        padding: 2px 2px;
        border-radius: 4px;
        font-size: 11px;
        font-weight: bold;
        line-height: 11px;
        text-align: center;
    }

.cog-div span {
    font-size: 12.8px;
}

.Referral-Status-table {
}

    .Referral-Status-table tr td {
        border-top: 0;
    }

        .Referral-Status-table tr td span {
            color: #000;
            font-size: 13px;
            font-weight: bold;
        }

.Referral-Status-data tr td {
    padding: 8px 26px 8px 10px;
}

.Referral-Status-data tr:nth-child(odd) {
    background-color: #f8f9fb;
}



/* Start Dealer Commissions CSS */
.modal-header-div {
    float: left;
    width: 100%;
}

    .modal-header-div h4 {
        float: left;
    }

    .modal-header-div span {
        float: left;
        font-size: 13px;
        margin-left: 10px;
        margin-top: 2px;
    }

.Invoice-custom-card {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    border: solid 1px #e5e5e5;
    position: relative;
}

.analysis-icons {
    float: left;
    font-size: 25px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    width: 60px;
    padding: 15px 0;
    margin-right: 10px;
}

.analysis-Price {
    float: left;
    margin-top: 3px;
}

    .analysis-Price h3, .NetCommission-additionalvalues h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    .analysis-Price p, .NetCommission-additionalvalues p {
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 14px;
    }

.CloseRate-wrapper {
    float: left;
    width: 100%;
}

.CloseRate-details {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: solid 1px #ccc;
    padding: 3px 0;
}

    .CloseRate-details:last-child {
        border-bottom: solid 0px #ccc;
    }

    .CloseRate-details span {
        font-size: 14px;
        font-weight: bold;
        float: left;
    }

    .CloseRate-details p {
        float: right;
        margin: 0;
        padding: 0;
    }

.FinancialInvoices .BoxCol {
    width: 14.28%;
}

.cc-icons {
    position: absolute;
    right: 6px;
    bottom: 5px;
}

    .cc-icons a {
        float: right;
        margin-top: 9px;
    }

.icc-height {
    height: 183px;
}

.pie-div {
    float: left;
    width: 100%;
    margin: 5px 0 15px 0;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 35px 15px;
}

.Payment-Detail-popup {
    max-width: 50%;
}

.Payment-Detail-popupDefault {
    max-width: 95%;
}

.PaymentDetail-popup-scroll .pane-hScroll .pane-vScroll {
    max-height: 410px;
    overflow-x: auto;
}

.PaymentDetail-popup-scroll .pane-hScroll2 .pane-vScroll {
    max-height: 410px;
    overflow-x: auto;
}

.pwc-icons {
    float: right;
    margin-top: 5px;
}

.additional-value {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: solid 1px #e5e5e5;
}

.NetCommission-additionalvalues {
    float: left;
    width: 49.8%;
    text-align: center;
    border-right: solid 1px #e5e5e5;
    padding: 15px 0;
}

    .NetCommission-additionalvalues:last-child {
        border-right: solid 0px #e5e5e5;
    }

    .NetCommission-additionalvalues p {
        margin-bottom: 0px;
    }

.FI-comments {
    float: left;
    width: 100%;
    margin: 10px 0;
}

    .FI-comments input, .FI-comments textarea {
        width: 100%;
        height: 90px;
        border: none;
        border-radius: 3px;
        background-color: #fff;
    }

        .FI-comments input:focus, .FI-comments textarea:focus {
            outline: none;
        }

.FI-get-btn {
    float: right;
}

.charts-group-btns {
    float: right;
    display: -webkit-box !important;
    margin-right: 15px;
}

    .charts-group-btns label {
        font-size: 11px;
        padding: 4px 15px;
        background-color: #fff;
        border: none;
        color: #000;
        transition: all 0.4s ease-in-out 0s;
    }

        .charts-group-btns label:hover, .charts-group-btns label:focus {
            border: none;
        }

.DFI-heading {
    float: left;
    margin-right: 15px;
}

.DFI-switchs {
    float: left;
}

.report-update-switch {
}

.DFI-tabs-btns {
    margin-top: 10px;
}

.group-btn-FC {
}


.orders-comments {
    float: left;
    width: 100%;
    margin: 10px 0;
}

    .orders-comments input, .orders-comments textarea {
        width: 100%;
        height: 90px;
        border: none;
        border-radius: 3px;
    }

        .orders-comments input:focus, .orders-comments textarea:focus {
            outline: none;
        }

.mf-p {
    margin: 0 !important;
}

#MyDataGridInvoiceGrid .pane-vScroll {
    max-height: 170px;
    background-color: #fff;
}

#MyDataGridInvoiceGrid .pane--table2 tbody {
    max-height: 187px;
    width: 112.8%;
}

/*.left {
	float: left;
	margin-top: 10px;
}*/

.cardBulk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px;
    width: 100%;
    font-family: 'Sarabun', sans-serif;
}

.cardMerge {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px;
    width: 100%;
    height: 94%;
    font-family: 'Sarabun', sans-serif;
}

.cb-head {
    float: left;
    width: 100%;
}

.cm-head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.cardSmall {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px;
    width: 280px;
    margin-top: 10px;
}

.cardLine {
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px 0;
    width: 100%;
    font-family: 'Sarabun', sans-serif;
}

.BackgroundTextPermits {
    font-size: 4rem;
    /*color: rgba(255,255,255,.15);*/
    color: gainsboro;
    position: absolute;
    right: 10px;
    border-radius: 100%;
    /*border: 5px solid;*/
    height: 80px;
    width: 80px;
    text-align: center;
}

.header_text {
    font-size: 15px;
    margin-bottom: 20px;
    float: left;
}

.cm_header_text {
    font-size: 15px;
    margin-bottom: 20px;
}

.cm_center_elements {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_value {
    font-size: 23px;
    float: left;
}

.cm_header_value {
    font-size: 23px;
}

.header_text_small {
    font-size: 15px;
    float: left;
    width: 100%;
}

.header_value_small {
    font-size: 25px;
    float: left;
    width: 100%;
}

.child1_text {
    font-size: 15px;
}

.child1_value {
    float: right;
}

.cardSmall_left {
    float: right;
    font-size: 24px;
    color: #b7b7b7;
    background-color: #fff;
    border-radius: 50px;
    width: 50px;
    text-align: center;
    padding: 13px 0;
}

.cardSmall_right {
    float: right;
    text-align: right;
}

.cardLine_Child {
    width: 33%;
    text-align: center;
    border-right: 1px solid lightgray;
}



.netCommParent {
    background-color: #f5f5f5;
    color: #303030;
    margin-bottom: 5px;
    padding: 6px;
    border-radius: 5px;
    width: 79%;
    border: 1px solid #ccc;
    float: left;
}

.invoiceParent {
    width: 100%;
    /*border-radius: 0px;*/
    margin-bottom: 8px
}

.netCommTitle {
    font-size: 13px;
    float: left;
    width: 70%;
    margin: auto;
}

.netCommValue {
    font-size: 16px;
    float: left;
    width: 30%;
    text-align: right;
    font-family: 'Sarabun', sans-serif;
}

.invoiceTitle {
    width: 40%;
}

.invoiceValue {
    width: 60%;
    text-align: right;
}

.black {
    color: black;
}

.netCommParentLast {
    height: 40px;
    background-color: #f5f5f5;
    color: dimgray;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.06);
    margin-left: 5px;
    width: 20%;
    float: left;
}

.netCommValueLast {
    font-size: 16px;
    text-align: right;
    font-family: 'Sarabun', sans-serif;
}

.invoiceColumnLeft {
    float: left;
    width: 40%;
    padding: 10px;
    color: white;
}

    .invoiceColumnLeft h3 {
        font-size: 25px;
    }

.invoiceColumnRight {
    width: 100%;
    margin: auto;
    float: left;
}

.effect1 {
    /*-webkit-box-shadow: 0 10px 4px -8px #9e9e9e;
	-moz-box-shadow: 0 10px 4px -8px #9e9e9e;
	box-shadow: 0 10px 4px -8px #9e9e9e;*/
}

#divAllCriteria .GR {
    width: auto !important;
}

.download-report-btn {
    margin-top: 9px;
    padding: 9px 10px;
    font-size: 13px;
}

.impactDate {
    width: 240px;
}

    .impactDate i {
        font-size: 20px;
        margin-top: 5px;
        float: left;
    }

    .impactDate input[type=text] {
        float: right;
        width: 100px;
        margin-left: 10px;
        background-color: #fff;
    }

.RFI-select {
    width: 135px;
}

.RFI-Date {
    width: 167px;
}

    .RFI-Date input[type="text"] {
        padding: 8px 7px;
    }

.GR .button-default {
    padding: 8px 14px;
    float: left;
}

.download-FI-btn {
    float: left;
    padding: 6px 10px;
    font-size: 15px;
    height: 36px;
}

#Sel_FinancialInvoices_Affiliate_Dropdown, #Sel_FinancialInvoices_Affiliate_Dropdown_Orders, #Sel_FinancialInvoices_Affiliate_Dropdown_Leads, #Sel_FinancialInvoices_Affiliate_Dropdown_Calls {
    padding: 8px 28px 7px 14px;
    background-position: right 10px top 16px;
}

.iv-popup {
    width: 650px;
}

.invoice-wrapper {
    background: linear-gradient(to right, #8758b3 0%,#8758b3 40%,#fff 40%,#fff 100%);
    width: 100%;
    float: left;
}

.create-invoice {
    width: 80%;
    margin: auto;
}

.invoice-wrapper .modal-footer {
    float: left;
    width: 100%;
    border-top: 0px solid #e9ecef;
}

.invoice-discription {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

    .invoice-discription span {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
    }

        .invoice-discription span#cNumber {
            font-size: 13px;
            font-weight: bold;
        }

.iv-fs {
    font-size: 13px;
    font-family: inherit;
}

.iv-sod {
    width: 210px;
    float: right;
    margin: 0;
}

    .iv-sod select {
        width: 100% !important;
        padding: 1px 22px 1px 7px;
        background-position: right 10px top 8px;
    }

.iv-datepicker {
    float: right;
    width: 210px;
}

    .iv-datepicker input[type="text"] {
        text-align: right;
        padding: 1px 7px;
        font-size: 13px;
    }

.iv-total {
    font-size: 15px;
    font-weight: bold;
}

#divAccessDenied_FinanceDashboard {
    float: left;
    width: 100%;
}

.fi-modal-footer {
    display: block;
}

    .fi-modal-footer .mf-p {
        float: left;
    }

    .fi-modal-footer .btn-default {
        float: right;
    }

.view-report {
    width: 35px;
}

.gac-btn {
    display: flex;
    margin: 0 8px 0 0;
}

    .gac-btn button {
        padding-top: 10px;
        padding-bottom: 7px;
    }

.cgbtn {
    margin: 0;
}

    .cgbtn label {
        padding: 0;
    }

.ncpl {
    height: 36px;
    padding: 6px 10px 0 0 !important;
}

.Archival-Invoice {
    float: right;
    margin-top: 5px;
}

.DC-btns {
    display: flex;
    margin-right: 8px;
    margin-top: 5px;
}

.DC-Accordion {
    border: none;
    margin: 0;
    border-radius: 0;
}

    .DC-Accordion .card-header {
        padding: 0;
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }

    .DC-Accordion .card-body {
        padding: 0;
    }

.DC-Accordion-btn {
    border: none;
    background: none;
    outline: none;
    font-size: 15px;
    font-family: 'Sarabun', sans-serif;
    color: #303030;
    transition: all 0.5s ease-in-out;
    padding: 0 0 0 20px;
}

    .DC-Accordion-btn:hover {
        color: #eb003b;
    }

.DC-Accordion button {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: left;
    background-color: transparent;
    border: none;
    background-position: left 4px top 10px;
    background-image: url(../Bundling/Content/BundleDealerTheme/images/CollapsePanel-uparrows.png);
    background-repeat: no-repeat;
    font-family: 'Sarabun', sans-serif;
    background-size: 3%;
}

    .DC-Accordion button.collapsed {
        background-position: left 4px top 10px;
        background-image: url("../Bundling/Content/BundleDealerTheme/images/CollapsePanel-downarrows.png");
        background-repeat: no-repeat;
    }


/* End Dealer Commissions CSS */

/* CC Stats Dashboard */
.effect1 {
    -webkit-box-shadow: 0 10px 6px -10px #777;
    -moz-box-shadow: 0 10px 6px -10px #777;
    box-shadow: 0 10px 6px -10px #777;
}

.left7 {
    margin-left: 7px;
}

.top7 {
    margin-top: 7px;
}

.textRight {
    text-align: right
}

.SummaryTitle, .SummaryValue {
    font-size: 15px;
    font-family: 'Sarabun', sans-serif;
}



.width100 {
    width: 100%;
}

.summaryParent {
    width: 32.888888%;
    float: left;
}

.col-lg-12 .summaryParent:nth-child(2) {
    margin: 0 7px;
}

.summaryChild {
    width: 100%;
    height: 30%;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.06);
    color: #333;
    float: left;
}

.summary_single_icon {
    width: 16%;
    float: left;
    background-color: #bb8aea;
    height: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 10px;
}

.summary_double_icon {
    padding: 15%;
    font-size: 37px;
    color: #7a7a7a;
}

.summary_single_data {
    width: 42%;
    float: left;
    padding: 8px 10px;
}

.no-ellipsis table thead tr th {
    text-overflow: inherit;
}

.fi-subtable-fix table thead tr th {
    padding: 9px 6px !important;
}

.CCStats-gear {
    top: 0;
    right: 0;
}
#div_CC_Stats_ReportHeader .divSchedule_reporting {
    position:relative;
}
#divFilters {
    float: right;
    margin-right: 52px;
    width: 298px !important;
}

    #divFilters input[type="text"] {
        float: left;
        width: 200px;
        padding: 6px 7px;
    }

    #divFilters .btn-default {
        float: left;
        margin-left: 10px;
    }

.ccstats-panel {
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
}

    .ccstats-panel h3 {
        float: left;
        margin: 8px 0 0 0;
        font-size: 16px;
        color: #000;
    }

    .ccstats-panel .btn-default {
        float: right;
        margin: 1px 0 0 7px;
        padding: 9px 14px;
    }

#tbl_Skills_wrapper .top, #tbl_Location_wrapper .top, #tbl_Date_wrapper .top, #tbl_Sup_wrapper .top, #tbl_Agents_filter .top, #tbl_Agents_wrapper .top {
    margin-bottom: 0px;
}

#Data_CCStats_Skill .widget-content, #Data_CCStats_Location .widget-content, #Data_CCStats_Day .widget-content, #Data_CCStats_Sup .widget-content, #Data_CCStats_Agent .widget-content {
    padding: 0px;
}

#Data_CCStats_Skill .dataTables_scrollBody, #Data_CCStats_Location .dataTables_scrollBody, #Data_CCStats_Day .dataTables_scrollBody, #Data_CCStats_Sup .dataTables_scrollBody, #Data_CCStats_Agent .dataTables_scrollBody, #Data_CCStats_Skill .CollapsePanel-wrapper, #Data_CCStats_Location .CollapsePanel-wrapper, #Data_CCStats_Day .CollapsePanel-wrapper, #Data_CCStats_Sup .CollapsePanel-wrapper, #Data_CCStats_Agent .CollapsePanel-wrapper {
    margin-bottom: 0px;
}

#Data_CCStats_Skill, #Data_CCStats_Location, #Data_CCStats_Day, #Data_CCStats_Sup, #Data_CCStats_Agent {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    #Data_CCStats_Skill table.dataTable, #Data_CCStats_Location table.dataTable, #Data_CCStats_Day table.dataTable, #Data_CCStats_Sup table.dataTable, #Data_CCStats_Agent table.dataTable {
        margin-top: 0px !important;
    }

/* CC Stats Dashboard */


table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

.mg-SA {
    margin: 0 0 10px 0;
}

.SC-label h4 {
    float: right;
    padding: 0;
    margin: 7px 0 0 0;
}

.Dealer-name {
    /*float: right;*/
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.view-ProcessSummary {
    float: left;
    margin-left: -17px;
    margin-top: 4px;
}

.download-ps {
    margin-left: 2px;
}

.crossBtn {
    margin-left: 4px;
}

.gap-btwn {
    float: left;
    line-height: 11px;
    margin-right: 5px;
    margin-top: 4px;
}

.comment-dots {
    float: left;
    margin-top: 4px;
    margin-left: 6px;
}

    .comment-dots i {
        cursor: pointer;
    }

.headone .netCommTitle, .headone .netCommValue {
    font-size: 15px;
    font-weight: bold;
}

.headtwo {
    padding: 0;
}

    .headtwo .netCommValueLast {
        font-size: 16px;
        float: inherit;
        text-align: right;
        font-family: 'Sarabun', sans-serif;
        color: #303030;
        padding: 7px 0 0 10px;
    }


.Child-head {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Sarabun', sans-serif;
}

.DC-Modal-scroll {
    overflow: auto;
    max-height: 410px;
}
/*Dealer Dashboard - Commission Tab*/
.DC_Parent {
    width: 19.5%;
    float: left;
    background-color: whitesmoke;
    text-align: center;
    border: 1px solid lightgray;
    /*height: 340px;*/
    margin-left: 4px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.DC_ParentTitle {
    padding: 7px 5px;
    border-radius: 10px 10px 0 0;
}

.DC_DataRow {
    margin-top: 7px;
    height: 45px;
    background-color: #e2e2e2;
    padding-top: 6px;
    width: 110%;
    margin-left: -10px;
    font-size: 14px;
    color: black;
}

.DC_DataRowFirst {
    background-color: transparent;
    font-size: 13px;
    /* font-weight: 600; */
    /* color: white; */
    height: 21px;
    margin-top: 5px;
    padding-top: 0px;
}

.DC_DataRowLast {
    border-radius: 7px;
}

.DC_DataRowTitle {
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    padding-left: 10px;
    padding-top: 11px;
}

.DC_DataValue {
    width: 45%;
    float: left;
    padding: 8px 0;
    font-size: 12px;
    color: #303030;
}

.DC_DataValue_QC {
    width: 100%;
    padding: 5px;
}

.DC_DataValue_QC_lbl {
    font-size: 11px;
    background-color: lightgray;
    border: 1px solid #a9a9a973;
    padding: 0px 5px;
    border-radius: 3px;
}

.DC_NetCommission {
    color: white;
    padding: 4.5px;
    margin-left: -10px;
    border-radius: 10px;
}

.DC_NetCommissionParent {
    padding: 10px;
    border-radius: 7px;
    margin-top: 5px;
    height: 80px;
    border: 1px solid lightgray;
}

.DC_NetCommission_Left {
    width: 60%;
    float: left;
    margin-top: 1%;
}

.DC_NetCommission_Right {
    width: 38%;
    float: left;
}

.DC_NetCommission_Title {
    font-weight: 600;
}

.DC_NetCommission_Desc {
    font-size: 12px;
}

.DC_NetCommission_Val {
    margin-top: 13px;
    text-align: right;
    font-size: 20px;
    font-family: 'Sarabun', sans-serif;
}

.spanNetCommission {
    font-size: 20px;
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

.first-step {
    background-color: unset;
    border: none;
    border: 0px solid transparent;
}

.DC_NetCommission, .DC_ParentTitle, .DC_DataRowTitle {
    background-color: #913df8;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    color: #fff;
}

.wid-adj table thead tr th, .wid-adj table tbody tr td {
    width: 250px;
}

/*Dealer Dashboard - Commission Tab*/

/*------------------------------------------ Payments Dashboard : Start ------------------------------------------*/

.paymentFilesTitle {
    width: 100%;
    background-color: #f9f9f9;
    /*padding: 3px 15px;*/
    padding: 2px 1px;
    padding-left: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 7px 7px 0px 0px;
    height: 40px;
}

    .paymentFilesTitle span {
        font-size: 20px;
        font-weight: 600;
    }

.payments-FilterBox {
    float: left;
    margin-top: 10px;
    width: 40%;
}

.payments-filter {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 5px;
}

.dropZonePayFiles {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border-radius: 3px;
}

    .dropZonePayFiles .dropzone {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 41px 15px;
        margin-bottom: 0;
        border: 1px dashed rgba(0,0,0,0.3);
        overflow: hidden;
    }

.dropzone .dz-message {
    margin: 12% 0 !important;
}

.dropZonePayFiles .dropzone .dz-message {
    margin: 0 !important;
}

.nohistryfound {
    padding: 5px;
}

.OCNicon {
    cursor: pointer;
}

.payListwraphistory {
    border-radius: 7px;
    margin: 4px;
    border: 1px dashed #e7e7e7;
    height: 40px;
    width: 100%;
    float: right;
    padding: 2px;
    display: flex;
}

.payListwrap {
    background-color: #f9f9f9;
    border-radius: 7px;
    margin-top: 5px;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    float: left;
    width: 100%;
}

.payListLeft {
    width: 90%;
    float: left;
    padding: 10px;
    border-right: 1px solid #e6e6e6;
}

.payListRight {
    width: 10%;
    float: right;
    padding: 10px;
    margin-top: 15px;
    text-align: center;
}

.payListPendingBtn {
    /* float: right; */
    /* margin-right: 5px; */
    /* margin-right: 20%; */
    border-radius: 50%;
    font-size: 17px;
    height: 35px;
    width: 35px;
    margin: auto;
}

.payBtnProcess {
    cursor: pointer !important;
    float: right;
    margin-right: 5%;
    padding: 5% 10% !IMPORTANT;
    margin-top: 8px !important;
}

.payShowDivIcon {
    font-size: 16px;
    cursor: pointer;
}

.fileHistoryDiv {
    overflow: hidden;
    width: 100%;
    float: left;
    margin-top: -5px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    border-radius: 0px 0px 7px 7px;
}

.fileHistoryFileSpn {
    width: 45%;
    text-align: center;
    font-size: 11px;
}

.fileHistoryColumnSpn {
    width: 18.33%;
    text-align: center;
    font-size: 11px;
}

.fileHistorySpnTitleStatus {
    margin-right: 28%;
}

.fleHstrySpnTxtClick {
    cursor: pointer
}




.payTitle {
    padding: 0px;
}

.payDetails {
    height: 20px;
}

.payDetailsLeft {
    width: 62%;
    float: left;
}

.payDetailsRight {
    width: 38%;
    float: right;
    text-align: right;
}

.payDetailsLeft span {
    margin-left: 0;
    font-weight: 600;
    font-style: italic;
    color: #c3c3c3;
    float: left;
    width: 100%;
}

.pay-Provider {
    font-size: 16px;
    font-family: 'Sarabun', sans-serif;
}

.pay-Status {
    float: right;
    background-color: green;
    color: white;
    padding: 0px 0px;
    border-radius: 3px;
    font-size: 9px;
    width: 85px;
    text-align: center;
}

.pay-Status-Top {
    width: 70px;
    margin-top: 2px;
    padding: 1px;
}

.PayFileInProgress {
    background-color: orange !important;
}

.PayFileIssueReported {
    background-color: #9ea93c !important;
}

.PayFileSubmitted {
    background-color: deepskyblue !important;
}

.PayFilePendingApproval {
    background-color: gray !important;
}

.PayFileDisputed {
    background-color: red !important;
}

.PayFileDisputeResolved {
    background-color: lightseagreen !important;
}

.pay-Status-Num {
    float: right;
    color: white;
    padding: 5px 0px;
    font-size: 9px;
}

.PayFileInProgress-Num {
    background-color: orange !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 3px;
}

.PayFileIssueReported-Num {
    background-color: #9ea93c !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 3px;
}

.PayFileSubmitted-Num {
    background-color: deepskyblue !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 3px;
}

.PayFilePendingApproval-Num {
    background-color: gray !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 3px;
}

.PayFileDisputed-Num {
    background-color: red !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 3px;
}

.PayFileDisputeResolved-Num {
    background-color: lightseagreen !important;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 3px;
}

.payListwraphistory span > .pay-Status {
    float: inherit;
    padding: 1px 8px;
    width: auto;
    margin: auto;
}

.pay-FileName {
    font-size: 12px;
    float: left;
    cursor: pointer !important;
    text-decoration: underline;
}

.payments-filter-main span {
    float: left;
    height: 22px;
    width: 100%;
}

.payments-filter-main #BtnGetProviderReport {
    float: right;
}

.pay-Date {
    margin-right: 10px;
}

.pay-Date-left {
    margin-right: 0px !important;
}

.table-payments {
    text-align: left;
    width: 100%;
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
}

.table-payments-row {
    border-bottom-width: thin;
    border-bottom-style: solid;
}

.pay-Date-Top {
    float: right;
    font-size: 12px;
    right: -2px;
    position: absolute;
    top: 28px;
}

.toggleClientList {
    float: left;
    width: 10px;
    height: 100%;
}

    .toggleClientList i {
        border-radius: 100%;
        position: absolute;
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 23px;
        margin-left: -13px;
        color: #fff;
        margin-top: 10px;
        cursor: pointer;
        font-size: 18px;
    }

.div_list {
    float: left;
    height: 100%;
}

    .div_list ul {
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
    }

        .div_list ul li {
            list-style-type: none;
            font-size: 14px;
            color: #000;
            padding: 9px 17px;
            cursor: pointer;
        }

            .div_list ul li:hover {
            }

            .div_list ul li.active-provider {
                list-style-type: none;
                width: 100%;
                cursor: pointer;
                border-radius: 5px 0px 0px 5px;
                border-left: 1px solid #e7e7e7;
                border-top: 1px solid #e7e7e7;
                border-bottom: 1px solid #e7e7e7;
                border-right: 0px solid #e7e7e7;
                font-weight: 600;
                font-size: 14px;
                color: #fff;
            }

/*.active-provider {
    padding: 9px 10px;
    list-style-type: none;
    width: 100%;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-right: 0px solid #e7e7e7;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}*/

li.active-provider span {
    margin-top: 5px;
}

.div_content {
    width: 95%;
    float: left;
    transition: width .5s ease-in;
}

.stagging-item {
    margin-top: 5px;
    float: left;
    width: 100%;
}

    .stagging-item:first-child {
        margin-top: 0;
    }


.stagging-item-left {
    width: 25%;
    float: left;
    padding: 8px 7px;
    border-radius: 5px 0px 0 5px;
    color: #fff;
}

.stagging-item-right {
    background-color: #f9f9f9;
    padding: 7px;
    float: left;
    width: 75%;
    border: solid 1px #e7e7e7;
    border-radius: 0 5px 5px 0px;
}


.MO_SerialNum {
    width: 10%;
    float: left;
}

.MO_OCNs {
    width: 90%;
    float: left;
}

.MO_OCN_Title {
    color: white;
}

.MO_OCNspn {
    height: 35px;
    border: solid 1px #e7e7e7;
    width: 100%;
    float: left;
    margin-top: 5px;
    padding: 7px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
}

/*=============================(START)Third/Fourth Step Add module Payment Dashboard=========================*/
/*--START-------For expected tagging and submitted status clicked summary*/
.SS_ServiceLinesCH {
    width: 46%;
    float: left;
    /*margin-left: 2px;*/
}

    .SS_ServiceLinesCH span {
        height: 35px;
        background-color: #f9f9f9;
        width: 100%;
        float: left;
        margin-top: 5px;
        padding: 7px;
        font-weight: 600;
        border: 1px solid #f1f0edfa;
    }
/*--END-------For expected tagging and submitted status clicked summary*/

/*--START-------For third step stagging summary*/
.SS_ServiceLines {
    width: 61%;
    float: left;
    /*margin-left: 2px;*/
}

    .SS_ServiceLines span {
        height: 35px;
        background-color: #f9f9f9;
        border: solid 1px #e7e7e7;
        width: 100%;
        float: left;
        margin-top: 5px;
        padding: 7px;
        font-weight: 600;
    }
/*--END-------For third step stagging summary*/


.SS_SerialNumber {
    width: 8%;
    float: left;
}

    .SS_SerialNumber span {
        height: 35px;
        width: 100%;
        float: left;
        margin-top: 5px;
        padding: 7px;
        text-align: center;
        border-radius: 5px 0px 0px 5px;
        background-color: #f9f9f9;
        border: solid 1px #e7e7e7;
    }


.SS_RGU {
    width: 15%;
    float: left;
    /*margin-left: 2px;*/
}

    .SS_RGU span {
        height: 35px;
        width: 100%;
        float: left;
        background-color: #f9f9f9;
        margin-top: 5px;
        padding: 7px;
        text-align: center;
        border: 1px solid #f1f0edfa;
    }

.SS_Amount {
    width: 16%;
    float: left;
    /*margin-left: 2px;*/
}

    .SS_Amount span {
        height: 35px;
        width: 100%;
        float: left;
        background-color: #f9f9f9;
        margin-top: 5px;
        padding: 7px;
        text-align: center;
        border-radius: 0px 5px 5px 0px;
        border: 1px solid #f1f0edfa;
    }

.SS_SummaryWrap {
}

.SS_SummaryWrap-Prog {
    float: left;
    width: 100%;
}

.SS_total {
    font-weight: 600;
    color: black;
    background-color: lightgray !IMPORTANT;
}

.SS_total_bottom {
    font-weight: 600;
    color: black;
    background-color: lightgray !IMPORTANT;
    text-align: left;
}
/*=============================(END)Third/Fourth Step Add module Payment Dashboard=========================*/


/*---------------------Final Summary-------------------*/



.Add_File_Summary {
    margin-top: -1%;
    color: #39739a;
    width: 25%;
}




.Summary-Heading {
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}

.tag-title {
    width: 100%;
    /*padding: 5px;*/
    text-align: center;
}

.tag-title-box {
    background-color: #f7f7f9;
    float: left;
    width: 33.3%;
    font-weight: 600;
    padding: 5px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

/*paid summary*/
.tag-title-box-Paid-summary {
    float: left;
    width: 17.5%;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}

.tag-value-Paid-summary {
    padding: 5px;
    width: 17.5%;
    float: left;
    text-align: center;
}

/*charge back summary*/
.tag-title-box-CB-summary {
    float: left;
    width: 22%;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}

.tag-value-CB-summary {
    padding: 5px;
    width: 22%;
    float: left;
    text-align: center;
}

/*provider processed files*/
.tag-title-box-processFile {
    float: left;
    width: 44%;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}

.tag-title-box-processFile-small-fields {
    float: left;
    width: 14%;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}


.tag-value-processFile {
    padding: 5px;
    width: 44%;
    float: left;
    text-align: left;
}

.paymentHistory-MainPageTitle {
    background-color: #dbdbdd;
    font-weight: 600;
}

.history-value-processFile-Xsmall-fields {
    padding: 5px;
    width: 13%;
    float: left;
    text-align: center;
}

.history-value-processFile-small-fields {
    padding: 5px;
    width: 16%;
    float: left;
    text-align: center;
}

.tag-value-processFile-small-fields {
    padding: 5px;
    width: 14%;
    float: left;
    text-align: center;
}

.tag-value-processFile-small-fields-delayed {
    background-color: #f9f9f9;
    padding: 5px;
    width: 14%;
    float: left;
    text-align: center;
    margin-top: 3px;
    border-left: 4px solid orangered;
    height: 30px
}


.tag-details {
    float: left;
    width: 100%;
}

.tag-detail-row {
    background-color: #ffffff;
    float: left;
    width: 100%;
}

    .tag-detail-row:nth-of-type(2n+1) {
        background-color: #f8f9fb;
    }

.history-detail-row {
    background-color: #ffffff;
    float: left;
    width: 100%;
}

    .history-detail-row:nth-of-type(2n+1) {
        background-color: #f8f9fb;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.tag-value {
    background-color: #f9f9f9;
    padding: 5px;
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 3px;
    border-bottom: 1px solid #e6e6e6;
}

.Boxes-wrap {
    height: 100%;
    width: 33%;
    float: left;
    margin-left: 5px;
    padding: 15px;
    background-color: #f9f9f9;
    border: solid 1px #e7e7e7;
    border-radius: 5px;
    min-height: 145px;
    position: relative;
}

    .Boxes-wrap:first-child {
        margin-left: 0px;
    }

    .Boxes-wrap i {
        right: 20px;
        margin-left: unset;
    }

.box-topValue {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Sarabun', sans-serif;
}

.box-title {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.box-details {
    width: 100%;
    float: left;
    font-size: 12px;
}

    .box-details span {
        float: right;
    }

.finalSummary-icon {
    position: absolute;
    margin-left: 25%;
    font-size: 40px;
    opacity: 0.2;
}
/*---------------------Final Summary-------------------*/
/*---------------------Accordians-------------------*/
.ui-accordion {
    display: block;
    /*cursor: pointer;*/
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 16px;
}

    .ui-accordion .ui-accordion-header {
        padding-top: 1% !important;
        height: 50px;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    font-weight: normal;
    color: #000;
}

.ui-state-hover {
    color: #000 !important;
    background: white;
}

.ui-accordion .ui-accordion-content {
    padding: 5px;
    border-top: 0;
    overflow: auto;
    height: auto !important;
}

/*---------------------Accordians-------------------*/
/*------------------------------------------ Payments Dashboard : End ------------------------------------------*/

/*Dealer Dashboard - Commission Tab*/

.wb-modal-header {
    width: 50%;
    text-align: left;
}

    .wb-modal-header:last-child {
        text-align: right;
    }

    .wb-modal-header:last-child {
        text-align: right;
        display: contents;
    }

    .wb-modal-header span {
        margin-top: 3px;
    }

    .wb-modal-header:last-child span {
        float: initial;
        margin-top: 3px;
    }

.select-error {
    border: 1px solid #f00;
}

.Refresh-payments-btn, .Email-payments-btn {
    cursor: pointer;
    padding: 8px !important;
}

.payment-btns {
    float: right;
    margin-left: 5px;
    color: #fff;
    padding: 8px 9px;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

    .payment-btns a, .payment-btns a .fa-times {
        color: #fff !important;
        font-size: 14px;
    }

        .payment-btns a:hover {
        }

.Payments-Dashboard {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.payment-right-content {
    float: right !important;
}

.payment-Title {
    float: left;
    width: 100%;
    padding: 0px 0px 5px 0;
    border-bottom: 1px solid #f8f7f5;
}

    .payment-Title h4 {
        float: left;
        margin-top: 9px;
        margin-bottom: 0;
    }

    .payment-Title input[type="text"] {
        float: right;
        width: 25%;
        border-radius: 5px;
        margin-right: 5px;
    }

.provider-data {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.emailMainLayout {
    border-radius: 100%;
    font-size: 14px;
    padding: 0;
    margin-right: 5px;
}

.payTitle .PTemail {
    float: right;
    margin-right: 6px;
}

.provider-data #NoFilesFound {
    width: 50%;
    margin: 15px auto;
}

.PFB-left {
    width: 24%;
    margin-right: 15px;
}

.PFB-right {
    padding: 0px;
    width: 23%;
}

.PFB-right1 {
    padding: 7px;
    width: 50%;
    margin-left: 10px;
    background-color: none !important;
    border-left: 1px solid lightgray;
    text-align: justify;
}

.switch-toggle input:focus ~ span a, .switch-toggle input:focus + label {
    outline-width: 0px !important;
}

.ame {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    font-weight: 600;
}

    .ame .add-email {
        color: #fff;
        border-radius: 100%;
        font-size: 12px;
        padding: 3px 6px;
    }

input.ame-input {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.ame-table, .ame-table .table-payments-row {
    border: none;
}

.Payment-Comparisonbox {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.Summary-Wrap {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.FileInfo-row {
    float: left;
    width: 49.8%;
    background-color: #f9f9f9;
    border: solid 1px #e7e7e7;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.Info-Left {
    width: 32%;
    float: left;
    padding: 10px 15px;
    color: white;
}

.Info-Right {
    width: 68%;
    float: left;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.FileInfo-row:nth-child(2), .FileInfo-row:nth-child(4) {
    float: right;
}

.FileInfo-row:last-child {
    width: 100%;
    margin-bottom: 0;
}

    .FileInfo-row:last-child .Info-Left {
        width: 15.9%;
    }

.PaymentDashboard-SendEmail-popup {
    width: 380px;
}

.PFB-left-box {
    width: 30%;
    float: left;
    margin-right: 15px;
}

.PFB-right-box {
    float: left;
    width: 67%;
    border-left: solid 1px #e7e7e7;
    padding: 0px 0 18px 15px;
    margin-left: 0;
    text-align: justify;
    min-height: 230px;
}

.PFB-left-box .payments-FilterBox {
    width: 100%;
}

    .PFB-left-box .payments-FilterBox:last-child {
        width: 100%;
        float: right;
    }

    .PFB-left-box .payments-FilterBox #div_CMP_Switch {
        width: 100%;
        margin-left: 0px;
    }

    .PFB-left-box .payments-FilterBox .payments-filter {
        margin-left: 0px;
    }

        .PFB-left-box .payments-FilterBox .payments-filter .mkt_select {
            width: 100%;
        }

.email-Ipt-bx {
    width: 100%;
    border: solid 1px lightgray;
}

.paymentDashboard-Control-btns {
    float: right;
    display: flex;
}

    .paymentDashboard-Control-btns a {
        color: #fff;
        transition: all 0.5s ease-in-out;
        text-decoration: none;
        padding: 8px 0px;
        border-radius: 100%;
        text-align: center;
        font-size: 15px;
        width: 31px;
        float: right;
        margin-left: 5px;
    }

.Summary-wrap-div {
    float: left;
    width: 100%;
}

.none-property {
    border-top: 0;
    padding-top: 0;
}

.f1 .content-box {
    float: inherit;
    margin: auto;
    width: 83%;
}

.mail-desc {
    min-height: 100px;
    margin-top: 5px;
}

    .mail-desc:focus, .mail-desc:focus-visible {
        outline: none;
    }

.mail-popup p {
    margin-bottom: 6px;
}

.f1-progress-line {
    background: #46b71f;
}

.PaymentProcess-Complete {
    float: left;
    text-align: left;
}

    .PaymentProcess-Complete p {
        margin: 0;
    }

.sendemail-body {
    float: left;
    width: 100%;
}

    .sendemail-body p {
        margin: 0 0 9px 0;
        float: left;
        width: 100%;
    }

        .sendemail-body p:nth-child(2) {
            margin: 0 0 21px 0;
        }

        .sendemail-body p:last-child {
            margin: 10px 0 0px 0;
        }

        .sendemail-body p b {
            float: left;
            /* width: 100%; */
        }

        .sendemail-body p span {
            float: left;
            width: 100%;
            margin-left: 0;
            margin-bottom: 0;
        }

    .sendemail-body span {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .sendemail-body span label {
            float: left;
            font-weight: bold;
            margin-top: 7px;
        }

        .sendemail-body span input[type="email"] {
            float: left;
            width: 93%;
            margin-left: 12px;
        }

.SendEmail-provider {
    width: 500px;
}

.make-link {
    cursor: pointer;
}
/* Tree Menu css  */
.Offer-Filter-TreeMenu {
    float: left;
    width: 100%;
}

.custom-modal-content .Offer-Filter-TreeMenu a {
    background: none;
    color: #000 !important;
    border: none;
    padding: 0;
    width: auto;
    font-size: 14px;
}

    .custom-modal-content .Offer-Filter-TreeMenu a:hover {
        background: none;
    }

.sub-tree-dealer, .sub-tree-LeadSourceCodes, .sub-tree-Providers {
    margin-top: 6px;
    padding-left: 26px;
}

    .sub-tree-dealer a {
        padding: 0;
    }

        .sub-tree-dealer a span, .sub-tree-LeadSourceCodes a span, .sub-tree-Providers a span, .custom-modal-content .Offer-Filter-TreeMenu a span {
            float: left;
            font-size: 25px;
        }

        .sub-tree-dealer a p, .sub-tree-LeadSourceCodes a p, .sub-tree-Providers a p, .custom-modal-content .Offer-Filter-TreeMenu a p {
            float: left;
            margin: 0 0 0 5px;
            line-height: 24px;
            font-size: 14px;
            cursor: text;
            user-select: text;
        }



    .sub-tree-LeadSourceCodes a span {
        color: #f44336;
    }

    .sub-tree-Providers a span {
        color: #47404f;
    }

.bstree-vline {
    position: absolute;
    border-left: 1px #bbbbbb dotted;
    bottom: 0;
    content: "";
    display: block;
    left: 0px;
    top: 0;
    width: 0;
    height: calc(100% - 12px);
}

.bstree-children .sub-tree-dealer::before, .bstree-children .sub-tree-LeadSourceCodes::before, .bstree-children .sub-tree-Providers::before {
    position: absolute;
    height: 0;
    left: 0px;
    width: 22px;
    content: "";
    display: block;
    margin-top: 12px;
    border-top: 1px #bbbbbb dotted;
}

.affiliate[_ngcontent-dbe-c15], .affiliate[_ngcontent-dbe-c15] {
    margin-left: 10px;
}

.treemenu-positions {
    position: relative;
}

.modal-body .custom-modal-content:nth-child(2) {
    border-left: 1px solid #e7e7e7;
}


.cl_spn_fileStatus {
    color: white;
    border-radius: 3px;
    background-color: green;
    padding: 3px;
    font-size: 9px;
    margin-left: 1%;
}

#issueReported_wizard .modal-dialog .modal-content .modal-footer {
    display: initial;
}

    #issueReported_wizard .modal-dialog .modal-content .modal-footer p {
        float: left;
    }

    #issueReported_wizard .modal-dialog .modal-content .modal-footer button {
        float: right;
    }

.subUL_Providers {
    width: auto !important;
    padding: 0 !important;
    margin: 3px 0 0 34px !important;
}

    .subUL_Providers li {
        padding: 1px 0 !important;
        list-style: disc !important;
        font-size: 13px !important;
        width:100%;
    }

        .subUL_Providers li.current {
            color: #FFF !important;
            font-weight: 650;
        }

.popup-table-scroll {
    width: 100%;
    max-height: 360px;
    float: left;
    overflow: auto;
    padding-right: 10px;
}

.Reporting-table {
}

    .Reporting-table table {
        border-bottom: 0px solid #f8f7f5;
        width: 100%;
    }

        .Reporting-table table tr {
        }

            .Reporting-table table tr th {
                background-color: #ffffff;
            }

            .Reporting-table table tr th, .Reporting-table table tr td {
                white-space: initial;
                padding: 8px ​12px;
                color: #000;
                font-size: 13px;
                box-sizing: content-box;
            }

            .Reporting-table table tr:first-child {
                background-color: #ffffff;
            }

            .Reporting-table table tr:nth-child(even) {
                background-color: #f8f9fb;
            }

            .Reporting-table table tr:nth-child(odd) {
                background-color: #fff;
            }

.Summary-SubHeading {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 5px 0;
}

.Summary-TitleHeadingPaid:first-child {
    float: left;
    text-align: center;
    font-weight: bold;
    width: 9%;
    margin-left: 22%;
}

.Summary-TitleHeadingPaid:nth-child(2) {
    float: left;
    text-align: center;
    font-weight: bold;
    width: 21%;
    margin-left: 7%;
}

.Summary-TitleHeadingPaid:last-child {
    float: left;
    text-align: center;
    font-weight: bold;
    width: 25%;
    margin-left: 11%;
}

.Summary-TitleHeadingCB:first-child {
    float: right;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.Summary-TitleHeadingCB:nth-child(2) {
    float: right;
    width: 330px;
    text-align: center;
    font-weight: bold;
}

.Summary-TitleHeadingCB:last-child {
    float: right;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.DC_Dropdown {
    padding: 7px 24px 7px 8px !important;
}

.select-order-detail-width .ms-options-wrap {
    padding: 7px 24px 7px 8px;
    background-position: right 10px top 17px;
}

.MissingOrders-Summary {
    float: left;
    width: 49.8%;
    border: solid 1px #e7e7e7;
    text-align: center;
    font-weight: 600;
}

    .MissingOrders-Summary:nth-child(2) {
        float: right;
    }

.payments-FilterBox .accordion .card {
    margin: 0 0 10px 0;
    border-radius: 0;
    border-top: solid 0px #e7e7e7;
    border-bottom: solid 0px #e7e7e7;
    border-left: solid 0px #e7e7e7;
    border-right: solid 0px #e7e7e7;
    background-color: transparent;
}

    .payments-FilterBox .accordion .card:last-child {
        border-bottom: solid 0px #e7e7e7;
    }

    .payments-FilterBox .accordion .card .card-header {
        padding: 0 15px;
        margin: 0;
        background-color: #f9f9f9;
        border-bottom: solid 0px #e7e7e7;
    }

    .payments-FilterBox .accordion .card .collapse .card-body h6 {
        font-size: 15px;
        margin-bottom: 0;
    }

.border-0 {
    border-bottom: solid 0px #e7e7e7;
}

.payments-FilterBox .accordion .card .card-header button {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: left;
    background-color: transparent;
    border: none;
    padding: 10px 0;
    background-position: right 10px top 19px;
    /*background-image: url("../images/CollapsePanel-uparrows.png");*/
    background-image: url("../Bundling/Content/BundleDealerTheme/images/CollapsePanel-uparrows.png");
    background-repeat: no-repeat;
    font-family: 'Sarabun', sans-serif;
}

    .payments-FilterBox .accordion .card .card-header button.collapsed {
        background-position: right 10px top 18px;
        /*background-image: url("../images/CollapsePanel-downarrows.png");*/
        background-image: url("../Bundling/Content/BundleDealerTheme/images/CollapsePanel-downarrows.png");
        background-repeat: no-repeat;
    }



    .payments-FilterBox .accordion .card .card-header button:active, .payments-FilterBox .accordion .card .card-header button:focus {
        background-color: transparent;
        outline: none;
        border: solid 0px #e7e7e7;
    }

.payments-FilterBox .accordion .card .collapse .card-body {
}

.card-body-inner {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.provider-file-info {
    float: left;
    width: 48%;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

    .provider-file-info:first-child {
        width: 98%;
    }

    .provider-file-info p {
        float: left;
        margin: 0 10px 0 0;
    }

    .provider-file-info span {
    }




.box-spn {
    font-weight: 600;
    float: right;
}

.box-spn-p {
    font-size: 12px;
}

.box-align {
    margin-top: 15px
}

.avlbl-slot-msg {
    float: left;
    font-size: smaller;
    width: 100%;
    margin-bottom: 5px;
}

.info-for-template {
    width: 0%;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
}

.tag-box {
    border-radius: 7px;
    font-size: 10px;
    padding: 3px;
    margin-left: 10px;
}

/*.is-row {
    background-color: lightskyblue;
}

.is-sheet {
    background-color: lightsteelblue;
}
*/

.is-mandatory {
    background-color: #e3dddd;
    font-style: italic;
}


.no_lastest_file {
    padding: 12px;
    width: 70%;
    float: right;
}

.Div-Scroll {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    float: left;
}

.submit-processing {
    float: left;
    width: 100%;
    text-align: center;
}

    .submit-processing img {
        width: 42%;
        margin-top: 20px;
    }

    .submit-processing p {
        font-size: 14px;
        margin-top: 15px;
        font-weight: bold;
    }

.mkt_select i {
    float: right;
    width: auto;
    padding: 0;
    margin: 10px 2px 0 0;
}

.mktBoard-tbl table tbody tr td {
    word-break: break-all;
    white-space: break-spaces;
}

#MainModalDiv div span.modal-title {
    color: #868ea8;
}

/* ===========================TAB FOR TEMPLATES==================================== */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

    .tab button {
        float: left;
        border: none;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 12px;
        font-weight: bold;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
}

.attrbt {
    margin-left: 4%;
}

.attrbtName {
    margin-left: 8%;
}

.sheetPurple {
    color: #881280;
}

.sheetBrown {
    color: #994500;
}

.sheetBlue {
    color: #1A1AA6;
}

.GridSpans {
    border: solid 1px lightgray;
    width: 33%;
    float: left;
    text-align: center;
    padding: 3px;
}

.GridTitle {
    background-color: lightgray;
    font-weight: bold;
}

.DC-filters-changer {
    float: left;
    width: 12%;
    margin-right: 8px;
}

    .DC-filters-changer select {
        width: 100%;
    }

.DC-filters-controllers {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.DC-filters-ShowDiv {
    float: left;
    width: 87%;
}

.DC-DateSelector, .DC-btn {
    float: left;
}

.Activity-Order {
    width: 149px;
    margin-right: 0;
    float: left;
}

.DC-select-adj {
    width: 22%;
    float: left;
    margin-right: 8px;
}

.DC-select-adj-last-child {
    margin-right: 0;
}

.DC-PaymentFiletxt {
    float: left;
    width: 53.6% !important;
    margin-right: 8px;
    padding: 8px 7px 7px 7px !important;
}

.Search-by-OCN input[type="text"] {
    padding: 8px 7px 7px 7px;
}

.DC-filters-ShowDiv select, .DC-filters-changer select {
    width: 100%;
    padding: 8px 28px 7px 14px !important;
}

.DC-select-adj .ms-options-wrap {
    padding: 7px 12px 7px 14px;
}

.DC-btn a, .DC-btn button {
    float: left;
}

.DC-DateSelector {
    margin-right: 6px;
}

.DC-btn a {
    margin: 0 6px 0 0;
}

.DC-btn button {
    padding: 10.5px 14px;
}

.dc-comparison-tool {
    float: left;
    margin: 7px 0 0 7px;
}

.DC-table-filter {
    float: right;
    width: 50%;
}

    .DC-table-filter input[type="text"] {
        float: right;
        width: 38%;
    }

    .DC-table-filter .select-order-detail {
        width: 31%;
        float: right;
        margin-right: 8px;
    }
/*==================TREE MENU(Triple level)====================*/
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 6px;
        position: relative
    }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px #bbbbbb dotted;
        }

    .tree li {
        margin: 0;
        padding: 0 17px;
        color: #000;
        position: relative;
        font-size: 14px;
        line-height: 24px;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px #bbbbbb dotted;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        height: auto;
        top: 1em;
        bottom: 0
    }

    .tree li a {
        text-decoration: none;
        color: #000;
    }

.Tree-indicator {
    font-size: 17px;
    margin-right: 5px;
    cursor: pointer;
}


/*======================================*/


.attr-span {
    font-size: x-small;
    margin-left: 10px;
}

.tabs-a-tags {
    float: left;
    width: 100%;
    cursor: pointer;
}

.mkt-control {
    margin-bottom: 10px;
}

    .mkt-control select {
        float: left;
        width: 85%;
        margin-right: 8px;
    }

    .mkt-control button i {
        float: left;
        margin: 0;
    }

#approval_btn_div {
    text-align: right;
    float: right;
}

    #approval_btn_div button {
        margin-right: 5px;
    }

.UploadBulkNotes {
    width: 60%;
    float: left;
    border-radius: 5px;
    padding: 20px 10px 10px 20px;
    border: 1px solid #e7e7e7;
    background-color: #f9f8f8;
    font-size: 13px;
    height: 250px;
}

.UploadBulkBoxes {
    width: 35%;
    margin-left: 14px !important;
    margin-bottom: 12px !important;
    border-radius: 5px;
    padding: 20px 10px 20px 20px;
    background: #f9f8f8;
    border: 1px solid #e7e7e7;
    float: left;
    height: 120px;
}

td.edit-BidOptimization {
    background: url(../Bundling/Content/BundleDealerTheme/images/Edit-icon-gry.png) no-repeat scroll top 9px left 7px;
    cursor: pointer;
    background-size: 20px;
    outline: none;
}

td.edit-BidOptimization1 {
    background: url(../Bundling/Content/BundleDealerTheme/images/Edit-icon-gry.png) no-repeat scroll top 9px left 7px;
    cursor: pointer;
    background-size: 20px;
    outline: none;
}

.icons-btn {
    padding: 8px 8px;
    margin-left: 5px;
    font-size: 17px;
}

.ReferralStatus-modal > span {
    float: left;
    font-size: 14px;
    margin: 3px 0 0 6px;
}

.ReferralStatus-tab {
    position: relative;
}

.ReferralDate {
    position: absolute;
    right: 0;
    bottom: 8px;
}

    .ReferralDate h4 {
        float: left;
        font-size: 14px;
    }

    .ReferralDate span {
        float: left;
        font-size: 14px;
        margin: 1px 0 0 6px;
    }


.BountyMatrix-modal > .UploadBulkNotes {
    padding: 15px;
    height: 238px;
}

.BountyMatrix-modal > .UploadBulkBoxes {
    width: 38%;
    padding: 15px;
    height: auto;
}

    .BountyMatrix-modal > .UploadBulkBoxes .button1 .xlsx_file {
        width: auto;
    }

.SortableList-scroll {
    overflow: auto;
    height: 287px;
    padding-right: 10px;
}

.Sorting-modal-div {
    width: 50%;
    margin: auto;
    float: inherit;
}

    .Sorting-modal-div .div_Summary_ul {
        padding: 15px !important;
    }

.SortableList-scroll ul li:first-child {
    margin-top: 0;
}

.SortableList-scroll ul li:last-child {
    margin-bottom: 0;
}


.Sorting-modal-div .modal-footer {
    padding: 15px !important;
    display: initial;
}

.Select-All-checkbox {
    float: left;
    margin: 8px 0 0 0;
}

    .Select-All-checkbox label, .Select-All-checkbox label input[type="checkbox"], .Select-All-checkbox label span {
        float: left;
    }

        .Select-All-checkbox label span {
            line-height: 16px;
        }

.Sorting-modal-footer-btn {
    float: right;
    margin: 0;
}


.RateCardTable table tbody tr {
    background-color: #f1f2f4 !important;
}

    .RateCardTable table tbody tr td {
        border-bottom: 1px solid #d7e2ea !important;
    }



.App-Toggle-TypeOne {
    float: left;
}

.knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.Toggle-button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 24px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.checkbox_RateCard {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer !important;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 50px;
}

.App-Toggle-btn .knobs:before, .App-Toggle-btn .knobs:after {
    position: absolute;
    /* top: 4px; */
    width: 20px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 7px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.App-Toggle-btn .knobs span {
    position: absolute;
    top: 3px;
    width: 20px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 50px;
    transition: 0.3s ease all;
}

.App-Toggle-btn .knobs:before, .App-Toggle-btn .knobs:after {
    color: #4e4e4e;
    z-index: 1;
}

.App-Toggle-btn .knobs:before {
    content: 'YES';
    left: 4px;
}

.App-Toggle-btn .knobs:after {
    content: 'NO';
    right: 5px;
}

.App-Toggle-btn .knobs span {
    width: 25px;
    left: 45px;
    z-index: 2;
}

.App-Toggle-btn .checkbox_RateCard:checked + .knobs span {
    left: 4px;
    background-color: #dddddd;
}

.App-Toggle-btn .checkbox_RateCard:checked ~ .layer {
    background-color: #fff;
    border: solid 1px #dddddd;
}

/* Start Toggle adjustment css */
.rate-configure-btn .Toggle-button {
    width: 103px;
}

.rate-configure-btn .App-Toggle-btn .knobs:before, .rate-configure-btn .App-Toggle-btn .knobs:after {
    width: auto;
}

.rate-configure-btn .App-Toggle-btn .knobs span {
    width: 48px;
    left: 52px;
}

.Is-Offer .knobs:before {
    content: 'Offer';
}

.Is-Offer .knobs:after {
    content: 'Offer';
}

.Is-Bonus .knobs:before {
    content: 'Bonus';
}

.Is-Bonus .knobs:after {
    content: 'Bonus';
}

.RateConfiguration-top {
    width: 164px !important;
    margin-left: 10px;
}

/* End Toggle adjustment css */

.top-search-controller-BidOptimization {
}

.top-search-controller-BountyMatrix {
    margin-top: -45px;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: inherit;
}

.top-search-controller-order .dataTables_filter {
    margin-top: 0px !important;
}

.top-search-controller-ticket .dataTables_filter {
    top: 7px !important;
}

.productionData-startHours {
    float: left;
    width: 100%;
}

.productionData-endHours {
    float: left;
    width: 100%;
}

#StartHour {
    width: 100%;
}

#EndHour {
    width: 100%;
}

#BM_ProductionDataDataRange {
    margin-top: 21px;
}

.production-getReport {
    margin-top: 21px;
}



/* Start RateCard CSS  */
.RateCard-top {
    float: left;
    width: 100%;
}

.btn-with-search {
    float: right;
}

    .btn-with-search button {
        float: right;
    }

.RateCard-top-search {
    float: left;
    width: 100%;
}

    .RateCard-top-search .dataTables_wrapper .top {
        float: right;
        width: auto;
        margin: -35px 35px 10px 0;
    }

.RatesConfigure-btn {
    border: none;
    outline: none;
    background: none;
    font-size: 19px;
    padding: 0px 0;
}

.Add-RateCard {
    width: 33%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .Add-RateCard .dealer-config-radio span {
        float: left;
        font-size: 13px;
        margin-right: 7px;
        color: #000;
    }

.RatesConfigure-top {
    margin-top: 15px;
}

    .RatesConfigure-top .dataTables_wrapper .top {
        /* margin-top: -60px; */
        margin-bottom: 10px;
    }

.RateCard-SubTable .SubAccordian_DM .provider-arrow .credential-arrow {
    margin: 0;
    width: 100%;
}

.RateCard-SubTable .SubAccordian_DM .filter-row {
    padding: 10px 0px;
}

    .RateCard-SubTable .SubAccordian_DM .filter-row .SUB_FilterInside {
        padding: 10px 15px;
        width: 100%;
    }

        .RateCard-SubTable .SubAccordian_DM .filter-row .SUB_FilterInside .adminpanel_head .fr_head {
            border-bottom: 3px solid #f5f5f5;
            border-top: 0px solid #f2f6f9;
        }

    .filter-row.filter-selected .credential-arrow span, .RateCard-SubTable .SubAccordian_DM .filter-row .ls_preQual_tfn {
        font-family: 'Sarabun', sans-serif;
        font-size: 14px;
    }

    .RateCard-SubTable .SubAccordian_DM .filter-row .select-order-detail .row-column {
        padding: 5px 0;
    }

    .RateCard-SubTable .SubAccordian_DM .filter-row .ls_preQual_tfn input[type="text"] {
        margin-left: 0;
        padding: 4px 11px;
        width:100% !important;
    }

    .RateCard-SubTable .SubAccordian_DM .filter-row .filter-right-ap {
        padding: 0;
        min-height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

        .RateCard-SubTable .SubAccordian_DM .filter-row .filter-right-ap .provider-services {
            width: 100% !important;
        }

            .RateCard-SubTable .SubAccordian_DM .filter-row .filter-right-ap .provider-services .select-order-detail {
                margin: 0;
            }

.CR-AccordianArrow {
    font-size: 20px;
}

.POR input[type="text"] {
    width: 100% !important;
}

.RC-Sub-tabs .RateCard-AccordianTabs {
    justify-content: flex-start;
    z-index: 150;
    border-bottom: none;
    margin: 0;
}

    .RC-Sub-tabs .RateCard-AccordianTabs li:first-child {
        padding-left: 0;
    }

ul.RateCard-AccordianTabs li {
    padding: 0px 13px;
}

    ul.RateCard-AccordianTabs li a {
        padding: 0px;
        cursor: pointer !important;
    }

        ul.RateCard-AccordianTabs li a.active {
            pointer-events: all !important;
        }

ul.RateCard-AccordianTabs > li > a:hover {
    background-color: transparent;
}

.RC-info-btn {
    padding: 7px 8px !important;
    float: left;
}

.RC-Offers-modal table {
    margin: 0;
}

    .RC-Offers-modal table tr td {
        width: 237px !important;
        float: left;
    }

.RC-Offers-modal > .pane-vScroll table tr td {
    width: 237px !important;
    float: left;
}

.ms-rc .ms-options-wrap .ms-options ul {
    top: 69px;
}

.ms-rc .ms-options-wrap {
    padding: 5px 24px 5px 8px;
    background-position: right 10px top 13px;
    width: 250px;
    max-width: 250px;
}

.rc-input-fix .col .ls_preQual_tfn input[type="text"], .rc-input-fix .col-md-2 .ls_preQual_tfn input[type="text"] {
    width: 100% !important;
}

.RC-Sub-tabs {
    padding: 0;
}

.heading-and-add {
    padding: 0;
    margin-bottom: 8px;
}

    .heading-and-add span {
        float: left;
    }

    .heading-and-add button {
        float: right;
        padding: 4px 8px 6px 8px;
    }

.package-toggle {
    float: left;
    margin: -15px 0 0 0;
    padding: 0;
}

.datefix label {
    font-size: 14px;
    justify-content: left;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 4px !important;
}

#DivPackageOffers .ms-options-wrap {
    width: 100%;
}

.RC-campaign-btns {
    width: 100%;
    float: left;
}

    .RC-campaign-btns input {
        float: left;
        margin-left: 10px;
    }

.SubAccordian_DM .ls_preQual_tfn {
    font-weight: 400;
}

.rc-table-borderbottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#exampleModalLong_Add_RateCard .modal-dialog {
    max-width: 1000px;
}

#exampleModalLong_Add_RateCard .modal-content {
    margin-left: 0 !important;
    width: 100% !important;
}

#exampleModalLong_Add_RateCard_1 .modal-dialog {
    max-width: 965px;
}

#exampleModalLong_History .modal-dialog {
    max-width: 1100px;
}

#exampleModalLong_AddPackage .modal-dialog {
    max-width: 900px;
}

#exampleModalLong_AddPackage .modal-content {
    width: 100% !important;
}

#exampleModalLong_Offers .modal-dialog {
    max-width: 650px;
}

.RC-Edit-popup {
    max-width: 45%;
}

.verifier-popup .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    height: 200px !important;
}

#_AddPackages_wrapper {
    padding-right: 10px;
}

.App-Modal-scroll table thead tr th {
    border-top: none !important;
}

.row-MarginRight {
    margin-right: 0 !important;
}

.disable-control-rate-card {
    opacity: 0.7 !important;
}

/* End RateCard CSS  */



.addon-arrow {
    width: 3%;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}

.modal-content table.dataTable {
}
    .modal-content table.dataTable thead, .modal-content table.dataTable tbody {
    }
    .modal-content table.dataTable thead tr, .modal-content table.dataTable tbody tr {
    }
    .modal-content table.dataTable thead tr th, .modal-content table.dataTable tbody tr td {
        padding: 10px 16px 10px 8px;
        border: none !important;
    }

.pane-vScroll > table > tbody tr.theme-color-highlight {
    animation: color-me-in 2s infinite;
}

#div_TFNS_Dashboard_Grid_wrapper > .bottom .dataTables_paginate {
    width: 41.5%;
}

#PopupModal_Search .draggable-main {
    padding: 0;
}

    #PopupModal_Search .draggable-main .box-container h3 {
        font-size: 16px;
    }

.draggable-main {
    float: left;
    margin: 0 auto;
    padding: 20px 30px;
    width: 100%;
}

    .draggable-main .box-container:last-child {
        margin: 0;
    }

    .draggable-main .box-main {
        background-color: #fff;
        border: 1px solid #d9d8d8;
        border-radius: 5px;
        float: left;
        width: 100%;
    }

    .draggable-main .connected-sortable {
        list-style: none;
        padding: 10px;
        margin: 0px;
    }

    .draggable-main .box-container ul li {
        background-color: #a9a9a9;
        width: inherit;
        padding: 9px 20px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
        border-radius: 5px;
        -webkit-transition: transform 0.25s ease-in-out;
        -moz-transition: transform 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        -webkit-transition: box-shadow 0.25s ease-in-out;
        -moz-transition: box-shadow 0.25s ease-in-out;
        -o-transition: box-shadow 0.25s ease-in-out;
        transition: box-shadow 0.25s ease-in-out;
        box-shadow:;
    }

        .draggable-main .box-container ul li:last-child {
            margin-bottom: 0;
        }

        .draggable-main .box-container ul li:hover {
            cursor: pointer;
            background-color: #b2b7be;
            color: #000;
        }

        .draggable-main .box-container ul li.ui-sortable-helper {
            background-color: #e5e5e5;
            -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
            -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
            box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
            transform: scale(1.015);
            z-index: 100;
        }

        .draggable-main .box-container ul li.ui-sortable-placeholder {
            background-color: #ddd;
            -moz-box-shadow: inset 0 0 10px #000000;
            -webkit-box-shadow: inset 0 0 10px #000000;
            box-shadow: inset 0 0 10px #000000;
        }

#PopupModal_Search .draggable-main .box-container {
    border-radius: inherit;
    height: inherit;
    min-height: inherit;
    overflow: inherit;
    z-index: -1;
    height: 221px;
    overflow: auto;
    padding-right: 10px;
}

.draggable-main .box-container {
    float: left;
    width: 47%;
}

.exchange-btn {
    float: left;
    width: 6%;
    text-align: center;
    display: grid;
    align-items: center;
    height: 247px;
}

.cc-paginate {
    float: right;
    width: 41.5%;
}

    .cc-paginate .dataTables_paginate {
        width: 100% !important;
    }


.CF-col {
    float: left;
    width: 22.4%;
    margin: 0 0px 0 15px;
}
    .CF-col:first-child {
        margin: 0 0px 0 0px;
    }
.CF-col-btn {
    float: left;
    width: 5.5%;
    margin: 0 0px 0 10px;
}

.CF-col-btn {
    color: #eb003b;
    font-size: 25px;
    line-height: 20px;
    padding-top: 6px;
}

    .CF-col-btn i {
        cursor: pointer;
        margin-right: 7px;
    }

        .CF-col-btn i:hover {
            color: #000;
        }

.CF-col-2 {
    float: left;
    margin: 0 0px 10px 15px;
    position: relative;
    width: 70%;
}

    .CF-col-2 #SearchExpressionText {
        width: 100% !important;
    }

.CF-wrapper {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px #ccc dashed;
}

.CF-wrapper-noborder {
    border-top: 0px #ccc dashed;
}

#SearchExpressionLabel {
    color: red;
    float: left;
    padding: 6px 0;
    width: 100%;
}
/*.CF-wrapper:last-child {
        padding-bottom: 0;
    }*/
.add_count_div {
    float: left;
    margin-right: 15px;
}
.add-row-count {
    background-color: #5b626b;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0px;
    text-align: center;
    width: 33px;
}
.CF-select-div {
    display: flex;
}
    .CF-select-div select {
        width: 100%;
    }
.CF-label {
    padding-top: 3px;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    font-weight:bold;
}
.CF-calendar {
    position:relative;
}
    .CF-calendar i {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.CF-btn i:first-child {
    margin-right: 10px;
}
.Criteria-Filter-btns {
    float: right;
    width: 100%;
    text-align: right;
}
    .Criteria-Filter-btns button {
        float: right;
        margin-left: 5px;
    }
        .Criteria-Filter-btns button:first-child {
            padding: 6px 8px;
            font-size: 17px;
        }
.no-float-cc button {
    float: inherit !important;
}

/* Start Task Management */
.TaskConfiguration-add {
    position: relative;
    width: 100%;
}

.TaskConfiguration-div select {
    background-position: right 10px top 14px !important;
    padding: 7px 20px 7px 10px !important;
    width: 100%;
}

.TaskConfiguration-div input[type="time"] {
    background-color: #efefef;
    border: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 7px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 3px;
}

    .TaskConfiguration-div input[type="time"]::-webkit-calendar-picker-indicator {
        color: #646464;
        opacity: 1;
        display: block;
        width: 18px;
        height: 17px;
        border-width: thin;
    }

.TaskConfiguration-div input[type="date"]::-webkit-calendar-picker-indicator {
    color: #646464;
    opacity: 1;
    display: block;
    width: 18px;
    height: 17px;
    border-width: thin;
}

.TaskConfiguration-div FormSet .form-group .field-validation-error {
    background-color: #fff;
    border: 1px solid #ff5a5a;
    border-radius: 5px;
    color: #ff5a5a;
    font-size: 12px;
    left: 0;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    line-height: 1.6;
}

.ls_preQual_tfn span.inputSet_radio {
    margin-top: 4px;
    margin-right: 4px;
}
.ls_preQual_tfn span.radio-main-more {
    margin-top: 5px;
}
.RateCard-SubTable{
    margin-top:10px;
}
.payout-offer-main{
    float:left;
    width:100%;
}
.payout-offer-main h4 {
    background-color: #d5e4be;
    border: 1px solid #afc291;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 0;
}
.payout-offer-main .FormSet .FormSet-main{
    background-color: #fff;
    padding: 15px;
}
.payout-offer-main .FormSet{
    background-color: #f7fbf1;
    padding: 15px;
}
.payout-offer-main label {
    float: left;
    width: auto;
}
.box-container label {
    float: left;
    width: 88%;
    margin-right: 10px;
}
.payout-offer-main .checkbox-control {
    float: left;
    margin-left:50px;
}
.payout-offer-main .checkbox-div{
    float:left;
    margin-left:74px;
}
.chk-bx {
    float: left;
    margin-right: 20px;
    width: auto;
}

.payout-offer-main .chk-bx {
    float: left;
    margin-right: 40px !important;
    width: auto;
}

.payout-offer-main .vertical-align {
    display: flex;
    align-items: center;
}

.payout-offer-main .chk-bx input[type="checkbox"] {
    float: left;
    margin: 2px 5px 0 0;
}
.payout-offer-main .panel-head {
    background-color: #e7e7e7;
    border-radius: 5px 5px 0 0;
    color: #000 !important;
    float: left;
    height: 40px;
    padding: 6px 10px;
    width: 100%;
}
.payout-offer-main .panel-footer {
    background-color: #e7e7e7;
    border-radius: 5px 5px 0 0;
    color: #000 !important;
    float: left;
    height: 40px;
    padding: 6px 10px;
    width: 100%;
}
.payout-offer-main .panel-head .panel-title {
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    margin: 0;
    padding: 2px 0 0;
    width: 50%;    
}
.payout-offer-main input[type="search"] {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    float: right;
    padding: 4px 7px;
    width: 30%;
}
.payout-offer-main .panel-head input[type="button"] {
    float: right;
    padding: 2px 12px;
    border-radius: 3px;
}
.payout-offer-main .box-container input[type="button"] {
    float: right;
    padding: 2px 12px;
    border-radius: 3px;
}
.payout-offer-main .box-container input[type="text"] {
    font-size: 12px;
    padding: 4px;
}
.payout-offer-main .box-container {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    height: 226px;
    overflow-y: auto;
    padding: 8px;
}
.payout-offer-main .box-container .box-description{
    height: 165px;
    margin-bottom:15px;
    overflow-y: auto;
}
.payout-offer-main .box-container ul{
    margin:0;
    padding:0 0 0 5px;
}
.payout-offer-main .box-container ul li {
    color: #303030;
    float: left;
    font-size: 13px;
    font-weight: 200;
    list-style-position: inside;
    list-style-type: none;
    line-height: 18px;
    margin: 0;
    padding: 0 5px 4px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.payout-offer-main .box-container ul li span{
    float:left;
    width:90%;
}
.payout-offer-main .box-container .addBTN{
    float:left;
    width:100%;

}
.payout-offer-main .box-container .addBTN  input[type="button"] {
    float: right;
    padding: 2px 12px !important;
    border-radius: 3px;
}
.payout-offer-main .box-container .addBTN  input[type="text"] {
    float:left;
    padding:2px 7px;
    width:90%;

}
#TFNDetails button.close, #DispostionsDetails button.close {
    color: #5b626b;
    display: block;
    position: absolute;
    right: 15px;
    padding: 15px;
    top: 15px;
    z-index: 2147483647;
}
#TFNDetails .modal-title, #DispostionsDetails .modal-title {
    color: #5b626b;
    font-size: 22px;
    font-weight: 500;
}
#TFNDetails .modal-body, #DispostionsDetails .modal-body {
    float: left;
    height: auto;
    margin-bottom: 20px;
    overflow-y: auto;
    padding: 20px;
    width: 100%;
}
#TFNDetails .modal-body, #DispostionsDetails .modal-body {
    float: left;
    height: auto;
    margin-bottom: 20px;
    overflow-y: auto;
    padding: 20px;
    width: 100%;
}
#TFNDetails .modal-body .chk-bx, #DispostionsDetails .modal-body .chk-bx {
    width: 230px;
}
.modal-header .close {
    margin: -7px -15px 0 0 !important;
    padding: 15px !important;
    background-color: snow;
    border: 0 solid transparent;
}
.acb-box {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0.25rem 1.125rem rgba(75,70,92,.1);
    padding:15px 0 15px 0;
    margin:0 0 15px 0;
}
.acb-smry-box {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 0;
    margin: 0;
    background-color: #efefef;
}
.acb-smry-box .highcharts-background {
    fill: #efefef;
}
.sumry-charts {
    height: 87px;
}

.dynamic-bg-label {
    background-color: #efefef;
    border: 0;
    color: #000;
    padding: 7px;
    width: 200px !important;
    border-radius: 3px;
    height: auto;
}

.dynamic-pop-up-form-row {
    width: 100%;
    float: left;
}

.title-filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 8px;
}

.addon_title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.addon_small .NoRecord-div img {
    width: 98% !important;
}

.login-txt-box{
    float:left;
    margin:10px 10px 0 0;
    width:300px;
}
.login-txt-box-Rpt{
    float:left;
    margin:10px 10px 0 0;
    width:auto;
}

@media screen and (min-width: 768px) and (max-width: 799px) {
    .payout-offer-main .checkbox-div {
        margin-left: 15px;
    }
    .payout-offer-main .checkbox-control {
        margin-left: 15px;
    }
    .payout-offer-main .panel-head {
        height: 55px;
    }
    .payout-offer-main .panel-head .panel-title {
        width: 65%;
    }
    .payout-offer-main .box-container {
        height: 245px;
    }
    .addBTN label {
        width: 70%;
    }
    .payout-offer-main .box-container .addBTN input[type="text"] {
        width: 80%;
    }
    #exampleModalLong_History .modal-dialog {
        max-width: 735px;
    }
    .ml-2, .mx-2 {
        margin-left: 5px !important;
    }

    .search-exp-lab2 {
        width: 434px !important;
        margin-left: 42px;
    }
}

@media screen and (min-width: 799px) and (max-width: 900px) {
    .payout-offer-main .checkbox-div {
        margin-left: 15px;
    }
    .payout-offer-main .checkbox-control {
        margin-left: 15px;
    }
    .payout-offer-main .panel-head {
        height: 55px;
    }
    .payout-offer-main .panel-head .panel-title {
        width: 65%;
    }
    .payout-offer-main .box-container {
        height: 245px;
    }
    .addBTN label {
        width: 70%;
    }
    .payout-offer-main .box-container .addBTN input[type="text"] {
        width: 80%;
    }
    #exampleModalLong_History .modal-dialog {
        max-width: 800px;
    }
    .ml-2, .mx-2 {
        margin-left: 5px !important;
    }

    .search-exp-lab2 {
        width: 463px !important;
        margin-left: 43px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1151px){
    .payout-offer-main .checkbox-control {
        margin-left: 15px;
    }
    .payout-offer-main .checkbox-div {
        margin-left: 15px;
    }
    .payout-offer-main .panel-head {
        height: 55px;
    }
    .addBTN label {
        width: 82%;
    }
    .payout-offer-main .box-container .addBTN input[type="text"] {
        width: 84%;
    }
    #exampleModalLong_History .modal-dialog {
        max-width: 980px;
    }

    .search-exp-lab2 {
        width: 594px !important;
        margin-left: 127px;
    }
}

@media screen and (min-width: 1152px) and (max-width: 1200px) {
    .payout-offer-main .checkbox-control {
        margin-left: 15px;
    }

    .payout-offer-main .checkbox-div {
        margin-left: 15px;
    }

    .payout-offer-main .panel-head {
        height: 55px;
    }

    .addBTN label {
        width: 82%;
    }

    .payout-offer-main .box-container .addBTN input[type="text"] {
        width: 84%;
    }

    .search-exp-lab2 {
        width: 810px !important;
    }
}

.float-right {
    float: right !important;
}
.CCStatsGearParent {
    position:relative;
}
.reporting-tabs {
    position: relative;
}
.wait-call-mob {
    width: 100%;
}
#div_Agent_Score_Card_tab .divSchedule_reporting {
    position: relative;
}
#div_Order_Assurance_Repository_tab .divSchedule_reporting {
    position: relative;
}

/* Start Chat Tool */

.chatBox {
    display: none;
    position: fixed;
    bottom: 165px;
    right: 20px;
    width: 300px;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.chatBox-Container {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    height: 600px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.chatBox-Container h3 {
    float: left;
    width: 90%;
}
.chatBox-close {
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
}
.chatBox-Container .nav-item a:focus, .chatBox-Container .nav-item a:focus-visible, .chatBox-Container .nav-item a:focus-within {
    border: none;
    outline: none;
}
.chat-tab-container {
    float: left;
    margin-bottom:10px;
    width: 268px;
}
.chat-tab-container .new-underline-tabs {
    border-bottom: none;
    margin-bottom: 5px;
}
.chat-tab-container .new-underline-tabs li {
    height:45px;
}
.chat-tab-container .new-underline-tabs {
    flex-wrap:unset;
}
.chat-tab-container .new-underline-tabs #everyonePill {
    width: 109px;
}

/*.chat-tab-container .nav-tabs {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    scrollbar-width: none;*/ /* Hide scrollbar in Firefox */
    /*-ms-overflow-style: none;*/ /* Hide scrollbar in IE */
/*}
.chat-tab-container .nav-tabs::-webkit-scrollbar {
    display: none;*/ /* Hide scrollbar in Chrome, Safari */
/*}
.chat-tab-container .nav-item {
    flex-shrink: 0;
}

.chat-tab-container .scroll-btn {
    background: #efefef;
    border: none;
    font-size: 12px;
    padding: 6px 8px;
    cursor: pointer;
    display: none;*/ /* Hide by default */
/*}
.chat-tab-container .scroll-btn-L {
    float:left;
}
.chat-tab-container .scroll-btn-R {
    float:right;
}*/
.chatBox-Main {
    float: left;
    margin: 20px;
    width: 100%;
}

.chat-msg-L {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.chat-msg-main {
    float: left;
    width: 100%;
}

.avatar-receiver {
    background-color: #e4e4e4;
    border-radius: 50%;
    color: #838181;
    display: flex;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    width: 40px;
}

.chat-msg-container {
    float: left;
    width: 80%;
}

.message-receiver-name {
    float: left;
    font-size: 13px;
    line-height: normal;
    width: 100%;
}

.message-receiver-text {
    background-color: #f1f1f1;
    border-radius: 0 10px 10px;
    float: left;
    font-size: 14px;
    margin-top: 2px;
    padding: 8px 16px;
    width: auto;
}

.chat-msg-R {
    float: right;
    margin-bottom: 10px;
    width: 100%;
}

.avatar-sender {
    background-color: #e4e4e4;
    border-radius: 50%;
    color: #838181;
    display: flex;
    float: right;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 15px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 40px;
}

.message-sender-name {
    float: right;
    font-size: 13px;
    line-height: normal;
    text-align: right;
    width: 100%;
}

.message-sender-text {
    background-color: #ccf7ff;
    border-radius: 10px 0 10px 10px;
    float: right;
    font-size: 14px;
    margin-top: 2px;
    padding: 8px 16px;
    width: auto;
}

.user-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #eb003b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}

.user-info {
    display: flex;
    flex-direction: column;
    float: left;
    width: 165px;
}

.user-name {
    font-weight: bold;
    font-size: 15px;
}

.user-email {
    font-size: 12px;
    color: gray;
}

.chat-box {
    position: absolute;
    right: -12px;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 528px;
    top: -106px;
}

.chat-header {
    background: #e7e6e6;
    color: #303030;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-header button {
    background-color: transparent;
    border: none;
    color: #303030;
    outline: none;
}

.chat-messages {
    height: 410px;
    overflow-y: auto;
    padding: 10px;
    background: #ffffff;
}
.IndiSendInputDiv {
    display: flex;
    float: left;
    padding: 10px;
    border-top: 1px solid #ccc;
}

    .IndiSendInputDiv textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        flex: 1;
        margin-right: 6px;
        padding: 6px 10px;
        min-height: 24px; /* Minimum 1-line height */
        max-height: 60px; /* Maximum ~2-line height */
        overflow-y: auto; /* Hide scrollbars when unnecessary */
        resize: none
    }
.IndiSendInputDiv textarea:focus {
    border: 1px solid #ccc;
    outline: none;
}

.IndiSendInputDiv button {
    width: auto;
    padding: 0 8px;
    color: #666;
    border: none;
    cursor: pointer;
}

/*.IndiSendInputDivGroup {
    display: flex;
    float: left;
    padding: 10px;
    border-top: 1px solid #ccc;
}

    .IndiSendInputDivGroup textarea {
        border: 1px solid #ccc;
        border-radius: 4px;
        flex: 1;
        margin-right: 6px;
        padding: 6px 10px;
        min-height: 24px;*/ /* Minimum 1-line height */
        /*max-height: 60px;*/ /* Maximum ~2-line height */
        /*overflow-y: auto;*/ /* Hide scrollbars when unnecessary */
        /*resize: none
    }

        .IndiSendInputDivGroup textarea:focus {
            border: 1px solid #ccc;
            outline: none;
        }

    .IndiSendInputDivGroup button {
        width: auto;
        padding: 0 8px;
        color: #666;
        border: none;
        cursor: pointer;
    }*/

.message {
    margin: 5px 0;
    padding: 5px;
    background: #e3e3e3;
    border-radius: 5px;
}

.user-item.selected {
    background-color: #00abff69;
    color: white;
}
#SendInputDiv {
    display:flex;
    float:left;
    padding:10px 0;
    border-top:1px solid #ccc;
}
#SendInputDiv textarea {
    border:1px solid #ccc;
    border-radius:4px;
    flex:1;
    padding:6px 10px;
    resize:none
}
#SendInputDiv textarea:focus {
    border:1px solid #ccc;
    outline:none;
}
#SendInputDiv #sendButton {
    margin-left:10px;
    border:none;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
    transition:background-color 0.3s;
}
#all-chat-tab {
    height: 365px;
    width: 100%;
    float: right
}
.chat-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 24px;
    color: #eb003b;
    background: #fff;
    border: 2px solid #eb003b;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.chat-button:hover {
    color: #000;
    border: 2px solid #000;
}
.chat-button-count {
    position: fixed;
    right: 20px;
    bottom: 115px;
}

.group-user-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}


    .group-user-item.selected {
        background-color: #00abff69 !important;
    }

.disabledChatHubClass {
    opacity: 0.5;
    cursor: not-allowed;

}

participents-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

participents-info {
    display: flex;
    flex-direction: column;
}

participents-name {
    font-weight: bold;
    font-size: 15px;
}
.nav-item-count{
    position: relative;
    right: 0;
    top: -38px;
}
.chat-count-main {
    background-color: red;
    border-radius: 22px;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 10px;
    padding: 4px 6px;
    text-align: center;
}
.user-chat-count {
    float: right;
    width: 25px;
}
.participants-list {
    float: left;
    height: 444px;
    padding: 10px;
    width: 100%;
    overflow-x: auto;
}
.participents-item {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}
.participents-item .avatar {float:left;}
.participents-info {
    float: left;
    width: 80%;
}
#groups-chat-tab {
    float: left;
    height: 364px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 273px;
}
#groupNameInput {
    float: left;
    margin-right: 5px;
    width: 181px;
}
#createGroupsDiv .div-close {
    float:left;
    width:100%;
}
#userCounterDiv #userCounter {
    color: #eb003b;
    float: left;
    font-size: 14px;
    width: 100%;
}
#groupssDiv .chat-header span {
    float: left;
    width: 150px;
}
.chatTab-close {
    background: no-repeat;
    border: none;
    float: right;
    outline: none;
    position: relative;
    right: -22px;
    top: -33px;
    z-index: 99999;
}

.chatBox-closeGrp {
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
}

.chatBox-closeUsers {
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
}

.custom-hr {
    float: left;
    width: 38%;
    position: relative;
    top: -32px;
    background-color: #fff;
    font-size: 12px;
    margin: 4px 34% 0;
    display: block;
    padding: 0 3px;
}

.IndiSendInputDiv .userSendButton {
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 7px 14px;
}

#groupsUserDiv {
    float: left;
    display: block;
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

#usersDiv {
    float: left;
    display: block;
    height: 335px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

#userSearchInput {
    width: 248px;
}

.inputChat {
    min-height: 33px;
    max-height: 60px;
    resize: none;
    white-space: pre-wrap;
    word-break: break-word;
}
#userCounterAvatar {
    border-bottom: none;
    float: left;
    padding: 8px 0;
    width: 272px;
}
#userCounterAvatar .avatar {
    width: 22px;
    height: 22px;
    font-size: 10px;
}
.group-details .participents-info {
    width: 68%;
}
.group-details .add-participents-btn {
    float: left;
    margin-top: 5px;
    width: auto;
}
.group-details .remove-participents-btn {
    border: none;
    background-color: transparent;
    color: #eb003b;
    float: right;
    outline: none;
    margin-top: 5px;
    width: auto;
}

.group-details .left-group-btn {
    border: none;
    background-color: transparent;
    color: #eb003b;
    float: right;
    outline: none;
    margin-top: 5px;
    width: auto;
}

#removeUserPopUp .modal-content {
    float:left;
    width:260px;
}
#removeUserPopUp {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 20px 15px;
    width: 260px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 100px;
    left: 8px;
}
#removeUserPopUp .modal-footer {
    padding: 15px 0 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-top:10px;
    float: left;
    width: 100%;
}
#removeUserPopUp .modal-footer button {
    margin-left:5px;
}

#leaveGroupPopUp .modal-content {
    float: left;
    width: 260px;
}

#leaveGroupPopUp {
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 20px 15px;
    width: 260px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    top: 100px;
    left: 8px;
}

    #leaveGroupPopUp .modal-footer {
        padding: 15px 0 0;
        text-align: right;
        border-top: 1px solid #e5e5e5;
        float: left;
        width: 100%;
    }

        #leaveGroupPopUp .modal-footer button {
            margin-left: 5px;
        }

#removeUserMessage {
    font-size: 12px;
}

#leaveGroupMessage {
    font-size: 12px;
}

#AddUserInfoPopUp {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin-bottom:10px;
    padding: 0 15px;
    width: 260px;
}
#AddUserInfoPopUp .user-item {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 10px;
}
#AddUserInfoPopUp .avatar {
    margin-right: 0;
}
#AddUserInfoPopUp .user-info {
    display: flex;
    flex-direction: column;
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;    
}
#AddUserInfoPopUp .user-adding-time {
    font-size:14px;
    padding-top:5px;
}
#AddUserInfoPopUp .user-discription {
    font-size:13px;
    padding-top:10px;
}

.replyDiv {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    float: left;
    width: 210px;
}
.reply-sideBorder {
    background-color: #5488fd;
    float: left;
    height: 83px;
    width: 4px;
}
.replyDiv-header {
    float: left;
    width: 203px;
}
.replyDiv-header span {
    float: left;
    color: #b3b3b3;
    height: 15px;
    padding: 6px;
    width: 15px;
}
.replyDiv-header button {
    float: right;
    position:relative !important;
    width: 30px;
}
.replyDiv-Content {
    float: left;
    display: flex;
    flex-direction: column;
    padding: 0 10px 10px;
    width: 203px;
}
.replyDiv-Content .reply-receiverMessage {
    float: left;
    font-size: 14px;
    width: 100%;
}
.replyDiv-Content .reply-receiverName {
    float: left;
    font-size: 13px;
    width: 100%;
}
.createGroup-Div {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: left;
    margin-top: 95px;
    width: 100%;
}
.createGroup-Div .icon {
    border: 3px solid #888787;
    border-radius: 50%;
    color: #888787;
    display: flex;
    float: left;
    font-size: 24px;
    height: 50px;
    margin: 10px 0 6px;
    text-align: center;
    width: 50px;
    align-items: center;
    justify-content: center;
}
.createGroup-Div .text {
    color: #888787;
    font-weight: bold;
}

.startChat-Div {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: left;
    margin-top: 95px;
    width: 100%;
}
.startChat-Div .icon {
    border: 3px solid #888787;
    border-radius: 50%;
    color: #888787;
    display: flex;
    float: left;
    font-size: 24px;
    height: 50px;
    margin: 10px 0 6px;
    text-align: center;
    width: 50px;
    align-items: center;
    justify-content: center;
}
.startChat-Div .icon .fa-comment-dots {
    color: #888787;
}
.startChat-Div .text {
    color: #888787;
    font-weight: bold;
}

#AddRemoveMessage {
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 260px;
    display: flex;
    justify-content: center;
}

.removeMessageText {
    float: left;
    margin-bottom: 10px;
    padding: 5px 15px;
    text-align: center;
    font-size: 10px;
    background-color: #efefef;
    border-radius: 4px;
}

#chatIconDiv {
    z-index: 999;
}
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: bold;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 15px 16px 15px 8px;
    border-bottom: 0px solid #f2f6f9;
    border-top: 0px solid #e1e1e1;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}
table.dataTable thead th:active, table.dataTable thead td:active {
	outline: none;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	cursor: pointer;
    *cursor:hand;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: top 20px right;
}
table.dataTable thead .sorting {
	/*background-image: url("../images/sort_both.png")*/
}
table.dataTable thead .sorting_asc {
	/*background-image: url("../images/sort_asc.png")*/
}
table.dataTable thead .sorting_desc {
	/*background-image: url("../images/sort_desc.png")*/
}
table.dataTable thead .sorting_asc_disabled {
	/*background-image: url("../images/sort_asc_disabled.png")*/
}
table.dataTable thead .sorting_desc_disabled {
	/*background-image: url("../images/sort_desc_disabled.png")*/
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 10px;
    font-size: 13px;
    border-bottom: 0px solid #d7e2ea;
    border-top: 0 solid #d7e2ea;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 0px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
	border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
	border-top: none;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4;
}


table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1;
}
table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected>.sorting_1, table.dataTable.order-column tbody tr.selected>.sorting_2, table.dataTable.order-column tbody tr.selected>.sorting_3, table.dataTable.display tbody tr.selected>.sorting_1, table.dataTable.display tbody tr.selected>.sorting_2, table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5;
}

table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec;
}
table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb;
}
table.dataTable.no-footer {
	border-bottom: 0 solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
	padding: 4px;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding: 4px;
}
table.dataTable th.dt-left, table.dataTable td.dt-left {
	text-align: left;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
	text-align: center;
}
table.dataTable th.dt-right, table.dataTable td.dt-right {
	text-align: right;
}
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
	text-align: justify;
}
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
	white-space: nowrap;
}
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
	text-align: left;
}
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
	text-align: center;
}
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
	text-align: right;
}
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
	text-align: justify;
}
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap;
}
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
	text-align: left;
}
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
	text-align: center;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
	text-align: right;
}
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}
table.dataTable, table.dataTable th, table.dataTable td {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.dataTables_wrapper {
	position: relative;
	clear: both;
*zoom:1;
	zoom: 1;
}
.dataTables_wrapper .dataTables_length {
	float: left;
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 6px !important;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	margin-top: 15px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 40px;
	padding: 8px 14px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
    *cursor:hand;
	color: #333;
	border-right: 1px solid #d5d5d5;
	border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff;
	border-right: 1px solid #d5d5d5;
	background-color: #4c8ab3;
    border-radius:0;
    transition: all 0.4s ease-in-out 0s;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border-right: 1px solid #d5d5d5;
	background: transparent;
	box-shadow: none;
    border-radius:0;
    transition: all 0.4s ease-in-out 0s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #303030;
	border-right: 1px solid #ddd;
	background-color:  #e4e4e4;
    transition: all 0.4s ease-in-out 0s;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%)*/
}
.paginate_button.disabled {
    pointer-events:none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
    /*border-right: 1px solid #ddd;
	background-color: #337ab7;*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);*/
	box-shadow: inset 0 0 3px #111;
    transition: all 0.4s ease-in-out 0s;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #333;
}
.dataTables_wrapper .dataTables_scroll {
	clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top:-1px;
	-webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
	vertical-align: top;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px solid #e1e1e1;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none;
}
.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}



@media screen and (max-width: 767px) {
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
	float: none;
	text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
	margin-top: 0.5em;
}
}
@media screen and (max-width: 640px) {
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	float: none;
	text-align: center;
}
.dataTables_wrapper .dataTables_filter {
	margin-top: 0.5em;
}
}

/*.collapsein_table {
    background-color: #eee;
}*/  

 @media screen and (min-width: 980px) and (max-width: 1024px) {
}
@media screen and (min-width: 800px) and (max-width: 977px) {
.Mobile_container {
    width: 100% !important;
}
	.col-md-pulse .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0;
	}

	#div_Occupancy, #div_RGU_per_Hour {
		width: 100%;
		float: left;
	}

	.Indigotxt {
		float: right;
		padding-right: 9px;
	}
.full-container {
	max-width: 760px;
	float: inherit;
	margin: auto;
}
.sectionfooter {
	padding: 10px 0;
}
.footer-left p {
	text-align: left;
}
ul.FooterNav {
	margin: 0;
	padding: 0px;
	float: right;
	text-align: right;
	width: auto;
}
.Mobile_wrapper {
	padding-bottom: 55px;
}
}
@media screen and (min-width: 768px) and (max-width: 799px) {
.ComparisonTable_col_3 {
    width: calc(100% - 90px) !important;
}
#TFNTabularStats div .ComparisonTable_col_3 {
    width: calc(100% - 120px) !important;
}
    .pulse-header .container {
        max-width:99%;
    }
.Ph-Controller .logo {
    margin-left: 0 !important;
}
.tab-pane h4 {
        font-size: 19px;
        margin-top:10px;
    }
    .privacy_policy_content {
        padding-left:10px !important;
    }
.Mobile_container {
    width: 100% !important;
}
	.col-md-pulse .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0;
	}

	#div_Occupancy, #div_RGU_per_Hour {
		width: 100%;
		float: left;
	}

	.Indigotxt {
		float: right;
		padding-right: 9px;
	}
.Pulse-login {
    margin: 110px auto 0;
}
.full-container {
	max-width: 750px;
	float: inherit;
	margin: auto;
}
.sectionfooter {
	padding: 10px 0;
}
.footer-left p {
	text-align: left;
}
ul.FooterNav {
	margin: 0;
	padding: 0px;
	float: right;
	text-align: right;
	width: auto;
}
.Mobile_wrapper {
	padding-bottom: 55px;
}
}
@media screen and (min-width: 600px) and (max-width: 766px) {
.pdf-header-col a {
    float: right !important;
}
.ComparisonTable_col_3 {
    width: calc(100% - 90px) !important;
}
#TFNTabularStats div .ComparisonTable_col_3 {
    width: calc(100% - 120px) !important;
}
.db_header h3 {
    width: 40% !important;
}
.db_header .value-filtering-section {
    width: 59% !important;
}
.pulse-header .container {
    max-width: 98%;
}
.Mobile_container {
    width: 100% !important;
}
	.col-md-pulse .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0;
	}

	#div_Occupancy, #div_RGU_per_Hour {
		width: 100%;
		float: left;
	}

	.Indigotxt {
		float: right;
		padding-right: 9px;
	}
.Pulse-login {
    margin: 70px auto 0 !important;
}
.NoRecord-div {
	text-align: center;
}
.pdf-header-col {
	width: 100%;
}
.pdf-header h1 {
	font-size: 17px !important;
}
.filter-button {
	float: left !important;
	margin-top: 5px;
}
.privacy_policy_nav_heading {
	width: 100%;
}
.privacy_policy_content {
    width: 100%;
    padding-left: 10px !important;
}
    .tab-pane h4 {
        font-size: 19px;
    margin-top: 10px;
    }
.condition_txt .tab-pane p {
	text-align: left;
}
.inner_ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.inner_ul ul li {
	text-align: left;
}
.term_of_use ul li.active, .Privacy_policy_section ul li.active {
	background-image: none;
}
.Privacy_policy_section .container {
	padding: 0 5px;
}
.Privacy_policy_section .container .row {
	margin-right: -5px;
	margin-left: -5px;
}
.Pulse-login .reqDiv {
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 6px;
}
.login-txt-box input[type="text"], .login-txt-box input[type="password"] {
	padding: 5px 15px !important;
}
.ltb-btn input[type="button"] {
	padding: 3px 0px;
}
.NoRecordFound {
	width: 100%;
	float: left;
}
.NoRecordFound img {
	width: 200px;
}
.Ph-Controller .logo {
    margin-left: 0 !important;
}
.Pulse-logo {
	width: 84px;
}
.footer-left {
	margin-bottom: 5px;
}
.footer-left p {
    text-align: center !important;
}
ul.FooterNav {
    margin: auto !important;
    text-align: center !important;
    display: inline-block;
}
.f-txt-center {
        text-align:center;
    }
.Mobile_wrapper {
	padding-bottom: 55px;
}
}
@media screen and (min-width: 480px) and (max-width: 599px) {
.tab-pane h4 {
        font-size: 19px;
    }
.pdf-header-col a {
    float: right !important;
}
.ComparisonTable_col_3 {
    width: calc(100% - 90px) !important;
}
#TFNTabularStats div .ComparisonTable_col_3 {
    width: calc(100% - 120px) !important;
}
.db_header h3 {
    width: 40% !important;
}
.db_header .value-filtering-section {
    width: 59% !important;
}
.Mobile_container {
    width: 100% !important;
}
	.col-md-pulse .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0;
	}

	#div_Occupancy, #div_RGU_per_Hour {
		width: 100%;
		float: left;
	}

	.Indigotxt {
		float: right;
		padding-right: 9px;
	}
.Pulse-login {
    margin: 30px auto 0 !important;
}
.NoRecord-div {
	text-align: center;
}
.pdf-header-col {
	width: 100%;
}
.pdf-header h1 {
	font-size: 17px !important;
}
.filter-button {
	float: left !important;
	margin-top: 5px;
}
.privacy_policy_nav_heading {
	width: 100%;
}
.privacy_policy_content {
	width: 100%;
}
.condition_txt .tab-pane p {
	text-align: left;
}
.inner_ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.inner_ul ul li {
	text-align: left;
}
.term_of_use ul li.active, .Privacy_policy_section ul li.active {
	background-image: none;
}
.Privacy_policy_section .container {
	padding: 0 5px;
}
.Privacy_policy_section .container .row {
	margin-right: -5px;
	margin-left: -5px;
}
.Pulse-login .reqDiv {
	font-size: 12px;
	padding-bottom: 4px;
	padding-top: 6px;
}
.Pulse-logout {
	margin-top: 7px;
}
.login-txt-box input[type="text"], .login-txt-box input[type="password"] {
	padding: 5px 15px !important;
}
.ltb-btn input[type="button"] {
	padding: 3px 0px;
}
.login-txt-box {
	margin-bottom: 5px;
}
.NoRecordFound {
	width: 100%;
	float: left;
}
.NoRecordFound img {
	width: 180px;
}

.Pulse-logo {
	width: 84px;
}
.footer-left {
	margin-bottom: 5px;
}
.footer-left p {
    text-align: center !important;
}
ul.FooterNav {
    margin: auto !important;
    text-align: center !important;
    display: inline-block;
}
.f-txt-center {
        text-align:center;
    }
.Mobile_wrapper {
	padding-bottom: 55px;
}
.modal-title {
	font-size: 22px;
}
}
@media screen and (min-width: 320px) and (max-width: 479px) {
.skillbar-title {
    width: 100% !important;
}
#divTotalOccupancyValue, #divRGU_per_HourValue, #divRGU_per_Login_HourValue, #divRGU_per_Prod_HourValue, #divRGU_per_Work_HourValue {
    float: left !important;
}
    .tab-pane h4 {
        font-size: 19px;
    }
.pdf-header-col a {
    float: right !important;
}
.ComparisonTable_col_3 {
    width: calc(100% - 90px) !important;
}
#TFNTabularStats div .ComparisonTable_col_3 {
    width: calc(100% - 120px) !important;
}
.Mobile_container {
    width: 100% !important;
}
.col-md-pulse .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0;
	}
	#div_Occupancy, #div_RGU_per_Hour {
		width: 100%;
		float: left;
	}
	.Indigotxt {
		float: right;
		padding-right: 9px;
	}
	.md_selectmenu {
		margin-top: 4px;
	}
.pdf-header-col {
	width: 100%;
}
.pdf-header h1 {
	font-size: 17px !important;
}
.filter-button {
	float: left !important;
	margin-top: 5px;
}
.privacy_policy_nav_heading {
	width: 100%;
}
.privacy_policy_content {
	width: 100%;
}
.condition_txt .tab-pane p {
	text-align: left;
}
.inner_ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.inner_ul ul li {
	text-align: left;
}
.term_of_use ul li.active, .Privacy_policy_section ul li.active {
	background-image: none;
}
.Privacy_policy_section .container {
	padding: 0 5px;
}
.Privacy_policy_section .container .row {
	margin-right: -5px;
	margin-left: -5px;
}
.Pulse-logout {
	margin-top: 2px;
}
.NoRecordFound {
	width: 100%;
	float: left;
}
.Ph-Controller .logo {
	width: 80px;
}
.Pulse-logo {
	width: 84px;
}
.footer-left {
	margin-bottom: 0px;
}
.footer-left p {
    text-align: center !important;
}
ul.FooterNav {
    margin: auto !important;
    text-align: center !important;
    display: inline-block;
}
.f-txt-center {
        text-align:center;
    }
.modal-title {
	font-size: 22px;
}
.NoRecord-div {
	text-align: center;
}

}
@media screen and (min-width: 0px) and (max-width: 319px) {

}

@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #5b626b;
}

h3, h4, h5, h6 {
    font-family: 'Sarabun', sans-serif;
}

h4, h5, .swagger-ui .info .title, .offer-arrow-td .fa {
    color: #eb003b !important;
}

#MainModalDivWaitCallsInfo h5 {
    color: #eb003b !important;
    line-height: 25px !important;
    font-size: 19px !important;
}

.nopadd, .no-pad {
    padding: 0px;
}

.nopadd-LT {
    padding-left: 0px;
}

.nopadd-RT {
    padding-right: 0px;
}

.no_left_pad {
    padding-left: 0px;
}

.no_right_pad {
    padding-right: 0px;
}

.pane td, .pane-vScroll td {
    font-size: 12px;
}

.scrollup {
    background: url(../../../../Bundling/content/BundleDealerTheme/images/up.png) no-repeat scroll 0 0;
    display: none;
    height: 39px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    top: 84%;
    width: 39px;
    z-index: 2147483647;
}

.loadingDiv {
    background: #fff none repeat scroll 0 0;
    height: 100vh;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 99999999999999999;
    top: 0px;
    text-align: center;
    padding-top: calc((100vh - 150px)/2);
}

    .loadingDiv .loading {
        height: auto;
        width: 100px;
        z-index: 99;
    }

/* Start Colors CSS */
/* End Colors CSS */

.call-waitings a {
    padding: 6px 9px;
    background-color: #000000 !important;
}
@keyframes color-me-in {
    71%, 100% /*0%, 70%*/ {
        background: -webkit-linear-gradient(#a31a00, #a31a00, #a31a00); /* For Safari 5.1 to 6.0*/
        background: -o-linear-gradient(#a31a00, #c6533d, #c6533d);
        / For Opera 11.1 to 12.0 / background: -moz-linear-gradient(#a31a00, #a31a00, #a31a00);
        / For Firefox 3.6 to 15 / background: linear-gradient(#a31a00, #a31a00, #a31a00);
        / Standard syntax /
    }

    0%, 70% {
        background: -webkit-linear-gradient( #eb003b, #eb003b, #eb003b);
        background: -o-linear-gradient( #eb003b, #eb003b, #eb003b);
        background: -moz-linear-gradient( #eb003b, #eb003b, #eb003b);
        background: linear-gradient( #eb003b, #eb003b, #eb003b);
    }
}

.reporting-switch-toggle .switch-candy a {
    background-color: #eb003b !important;
}

.Mobile_container {
    margin: 60px auto 50px;
    width: 1140px;
    /*background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);*/
    padding: 8px;
    border-radius: 5px;
}

.pulse_head {
    background-color: #f7f7f7;
    border-bottom: solid 1px #e6e6e6;
    float: left;
    width: 100%;
    padding: 10px 5px;
    height: 52px;
}

.Bundledealer_logo {
    float: left;
}

.pulse-header {
    height: auto;
    background-color: #eb003b;
    border-bottom: solid 1px #e6e6e6;
    padding: 8px 0;
    position: fixed;
    top: 0;
    z-index: 1024;
    width: 100%;
}

.Ph-Controller {
    width: 100%;
    float: left;
    padding: 0 5px;
}
    .Ph-Controller .logo {
        float: left;
        margin-left: 10px;
        margin-top: 1px;
    }

        .Ph-Controller .logo a {
            float: left;
            text-align: center;
            width: 100%;
        }

            .Ph-Controller .logo a img {
                width: 80px;
            }

.Pulse-logo {
    float: right;
    width: 122px;
}

.Bundledealer_navigation {
    float: right;
    margin-top: 7px;
}

.CCLM_grid {
    width: 100%;
    float: left;
}

    .CCLM_grid h2 {
        color: #4383af;
        font-size: 18px;
        font-weight: 600;
        margin: 6px 0;
        padding: 0;
        text-transform: uppercase;
    }

        .CCLM_grid h2 span i {
            font-size: 16px;
        }

    .CCLM_grid .col-lg-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

.Pulse-Content {
    padding: 0px;
    width: 100%;
    float: left;
}

.Content_Grid {
    width: 100%;
    padding: 1px 1px;
    float: left;
}

.detail_board {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 8px;
    border: solid 1px #f3f3f3;
}

.DetailBoard_row {
    float: left;
    width: 100%;
}

.DetailBoard_box {
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px 0;
    min-height: 80px;
}

.notification {
    border-radius: 3px;
    width: 60px;
    margin: auto;
    float: initial;
}

.DetailBoard_box p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    display: inline-flex;
}

.DetailBoard_box span {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    display: flow-root;
}

.vari-info {
    float: left;
    width: 100%;
}

    .vari-info span {
        display: -webkit-inline-box;
    }

#lblTotalLogin, #lblBusy, #lblWait, #lblWrap, #lblCALLBACK, #lblBreak, #lblTraining, #lblCoaching {
    display: inline-block;
}

.border_RT {
    border-right: solid 1px #f3f3f3;
}

.border_BT {
    border-bottom: solid 1px #f3f3f3;
}

.Detailbox_wrapper {
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
}

.DB_Grid {
    float: left;
    width: 100%;
    border-radius: 5px;
    border-top: solid 1px #dedede;
    border-right: solid 1px#dedede;
    border-bottom: solid 4px#dedede;
    border-left: solid 1px#dedede;
    overflow: hidden;
}

.db_header {
    background-color: #eb003b;
    float: left;
    padding: 13px 5px 10px 5px;
    width: 100%;
}


    .db_header h3 {
        margin: 5px 0 0 0;
        padding: 0px;
        color: #fff;
        font-size: 20px;
        float: left;
        width: 100%;
        line-height: 18px;
    }
    .db_header span.text-3 {
        margin: 0;
        padding: 0px;
        color: #fff;
        font-size: 20px;
        float: left;
        width: 100%;
        line-height: 18px;
        text-align: center;
    }

    .db_header .value-filtering-section {
        float: right;
        width: 100%;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .db_header .value-filtering-section span {
            float: right;
            width: 18px;
        }

            .db_header .value-filtering-section span img {
                width: 100%;
            }

        .db_header .value-filtering-section p {
            float: right;
            color: #fff;
            font-size: 12px;
            width: 100%;
            margin: 4px 0 0 0;
            font-family: "Open Sans", sans-serif;
            padding-right: 5px;
            text-align: center;
        }
.OccupancyInfo-div {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #f3f3f3;
}

.DB_row {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: solid 1px #e7e7e7;
    padding: 7px 4px;
}
    .DB_row > p {
        float: left;
        width: 75%;
        text-align: left;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        color: #6a6969;
    }
.DB_set {
    float: right;
    width: 25%;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

    .DB_set > p {
        margin: 0px 2px 0 0;
        padding: 0px;
        float: right;
        font-size: 12px;
        color: #6a6969;
    }

    .DB_set > span {
        float: right;
        width: 13px;
    }

        .DB_set > span > img {
            width: 100%;
        }

.Detailbox_wrapper .DB_Grid {
    width: 49%;
}
    .Detailbox_wrapper .DB_Grid:last-child {
        float: right;
    }

.Footer_Grid {
    border-top: solid 1px #c6d9e7;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 7px;
}

.footer-left {
}

    .footer-left p {
        font-size: 12px;
        color: #fff;
        padding: 0;
        margin: 0;
        text-align: left;
    }

        .footer-left p a {
            color: #fff;
            transition: all 0.4s ease-in-out 0s;
            font-weight: 400;
            text-decoration: none;
        }

            .footer-left p a:hover {
                color: #48a6e6;
                text-decoration: none;
            }

ul.FooterNav {
    margin: 0 0 5px 0;
    padding: 0px;
    text-align: right;
}

    ul.FooterNav li {
        display: inline;
        padding: 0 1px;
        color: #fff;
    }

        ul.FooterNav li a {
            font-size: 12px;
            color: #fff;
            text-decoration: none;
        }

            ul.FooterNav li a:hover {
                color: #48a6e6;
                text-decoration: none;
            }

select {
    background-position: right 14px;
    background-color: #fff;
    background-image: url('../../../../Bundling/content/BundleDealerTheme/images/select-arrow.png');
    background-repeat: no-repeat;
    border: 1px solid #dfe8ed;
    border-radius: 4px;
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 30px 7px 14px;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select:focus {
        outline: none;
        background-color: #f3f3f3;
    }

.md_selectmenu {
    width: 100%;
}

.pulse_head .navbar {
    margin-bottom: 0px;
}

.pulse_head .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.accordian_nav {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: solid 2px #eb003b;
    margin-bottom: 3px;
}

    .accordian_nav ul {
        margin: 0px;
        padding: 0px;
        display: flex;
    }

        .accordian_nav ul li {
            display: inline-block;
            list-style: none;
        }

            .accordian_nav ul li:last-child {
                border-right: 0px #fff dashed;
            }

            .accordian_nav ul li a {
                color: #333;
                font-size: 13px;
                padding: 5px 5px;
                float: left;
                border: none;
                text-decoration: none;
            }

                .accordian_nav ul li a:hover {
                    text-decoration: none;
                }

                .accordian_nav ul li a:focus {
                    text-decoration: none;
                }

                .accordian_nav ul li a.active {
                    background-color: #eb003b;
                    text-decoration: none;
                    color: #fff;
                }

            .accordian_nav ul li .show {
                display: inline-block !important;
            }

                .accordian_nav ul li .show .btn.focus, .accordian_nav ul li .show .btn:focus, .accordian_nav ul li .show .btn:hover {
                    color: #fff;
                }

.dropdown-menu > a {
    color: #fff !important;
    width: 100%;
}

.accordian_nav ul li .open > .dropdown-menu {
    min-width: 143px;
}
/* CC-Tool Styles */

.stats-div {
    width: 100%;
    padding: 1%;
    float: left;
}

.stats-table {
    border-collapse: collapse;
    border: 1px solid #cacaca;
}

    .stats-table th {
        font-size: 12px;
        font-family: "Oswald", sans-serif;
        color: #fff;
        font-weight: normal;
        text-align: center;
        border: 1px solid #6d6d6d;
        padding: 12px 0;
        background: rgba(98,98,98,1);
        background: -moz-linear-gradient(top, rgba(98,98,98,1) 0%, rgba(47,47,47,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,98,98,1)), color-stop(100%, rgba(47,47,47,1)));
        background: -webkit-linear-gradient(top, rgba(98,98,98,1) 0%, rgba(47,47,47,1) 100%);
        background: -o-linear-gradient(top, rgba(98,98,98,1) 0%, rgba(47,47,47,1) 100%);
        background: -ms-linear-gradient(top, rgba(98,98,98,1) 0%, rgba(47,47,47,1) 100%);
        background: linear-gradient(to bottom, rgba(98,98,98,1) 0%, rgba(47,47,47,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#2f2f2f', GradientType=0 );
    }

    .stats-table td {
        font-size: 11px;
        font-family: "Oswald", sans-serif;
        color: #5f5f5f;
        font-weight: normal;
        text-align: center;
        border: 1px solid #cacaca;
        padding: 8px 0;
    }

    .stats-table tr:nth-child(odd) {
        background-color: #e1e1e1;
    }

    .stats-table tr:nth-child(even) {
        background-color: #fff;
    }

.percentage-formula {
    float: left;
}

.skillbar-title {
    font-size: 11px !important;
    position: inherit !important;
    float: left;
    width: 50%;
    text-align: left;
}

.skillbar {
    margin: 5px 0 0 0;
}

.percentage-formula {
    float: left;
    width: 73%;
}

.skillbar-title span {
    padding: 0 !important;
}

.percentage-formula > .skillbar-bar {
    border-radius: 0px 10px 10px 0px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.dropdown-menu {
    background-color: #9946f6;
}

#Div_TFNStats {
    float: left;
    padding: 0 5px;
    width: 100%;
}

#div_TFNStatsGrid {
    float: left;
    width: 100%;
    margin-top: 5px;
}

#Div_TFNStats h3 {
    margin: 9px 0 0 0;
    padding: 0;
    font-size: 15px;
}
/* Start Pulse Mobile Table CSS */
#Pulse-md-table {
    float: left;
    width: 100%;
    margin-top: 5px;
    height: 260px;
    overflow: auto;
    border: 1px solid #cacaca;
}

#Pulse2-md-table {
    float: left;
    width: 100%;
    margin-top: 5px;
    height: 260px;
    overflow: auto;
}

.Pulse-ST {
    border-collapse: collapse;
    border: 1px solid #cacaca;
}

    .Pulse-ST tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .Pulse-ST tr:nth-child(odd) {
        background-color: #fff;
    }

    .Pulse-ST th {
        font-size: 12px;
        color: #303030;
        text-align: center;
        border: 1px solid #e4e4e4;
        padding: 6px 5px;
        background: #d5d1d1;
    }

    .Pulse-ST td {
        font-size: 12px;
        color: #303030;
        font-weight: normal;
        text-align: center;
        border: 1px solid #e4e4e4;
        padding: 6px 5px;
    }
/* End Pulse Mobile Table CSS */

.date-time-div {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .date-time-div ul {
        margin: 0;
        padding: 0;
    }

        .date-time-div ul li {
            list-style: none;
            font-size: 11px;
            color: #303030;
            margin-top: 1px;
            display: flex;
        }

            .date-time-div ul li p {
                margin: 0 3px 3px 0;
                padding: 0;
                font-weight: bold;
                float: left;
                width: 49%;
            }

            .date-time-div ul li span {
                margin: 0 3px 3px 0;
                padding: 0;
                float: right;
                width: 49%;
                text-align: right;
            }

.date-time-div p {
                margin: 0 3px 3px 0;
                padding: 0;
                font-weight: bold;
                float: left;
                width: 40%;
                font-size: 11px;
            color: #303030;
            }

.call-waitings {
    float: right;
    margin: -5px 10px 0 0;
}
.call-waitings a i {
    transform: rotate(0deg);
}
.date-time-div span#spn_LastUpdate {
                margin: 0 3px 3px 0;
                padding: 0;
                float: right;
                text-align: right;
                font-size: 11px;
            color: #303030;
            }

.parentStyle_Mobile {
    width: 100% !important;
}

.switch-toggle label:nth-child(2):nth-last-child(6), .switch-toggle label:nth-child(2):nth-last-child(6) ~ label, .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
    width: 31.33%;
}

.inside-header h1#logo {
    width: auto;
}

.page_Screenshots a {
    right: 46px;
    bottom: 55px;
}

.Pulse-login {
    margin: 0px auto;
    width: 80%;
}

.login-txt-box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

    .login-txt-box input[type="text"], .login-txt-box input[type="password"] {
        background-color: #fff !important;
        border: 1px solid #dfe8ed;
        color: #303030 !important;
        font-size: 13px;
        font-weight: 400;
        transition: all 0.4s ease-in-out 0s;
        width: 100%;
        height: auto;
        padding: 8px 15px !important;
        border-radius: 5px;
    }

        .login-txt-box input[type="text"]:focus, .login-txt-box input[type="password"]:focus {
            outline: none;
            background-color: #f3f3f3;
        }

.main-error-div {
    color: red;
    font-size: 13px;
    width: 50%;
    margin: 0px auto 0;
    line-height: 15px;
    clear: both;
    padding-top: 7px;
}

.PulseLogin-error-div {
    color: red;
    font-size: 13px;
    width: 80%;
    margin-left: 10%;
    line-height: 15px;
    clear: both;
    padding-top: 7px;
}

.Pulse-login .reqDiv {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ff5a5a;
    border-radius: 5px;
    color: #ff5a5a;
    font-size: 13px;
    left: 0;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-top: 8px;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 100%;
}

.ltb-btn {
    width: 100%;
    float: left;
}

    .ltb-btn input[type="button"] {
        width: 100%;
        padding: 8px 14px;
        font-size: 13px;
        border-radius: 5px;
        color: #fff !important;
        border: 0;
        cursor: pointer;
        touch-action: manipulation;
        transition: all 0.5s ease-in-out;
        background: #eb003b;
    }

        .ltb-btn input[type="button"]:hover {
            background: #000;
            text-decoration: none;
        }

.sectionfooter {
    background-color: #181818;
    font-size: 11px;
    padding: 6px 0;
    text-align: left;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.switch-toggle input + label {
    font-size: 12px;
}

.Pulse-logout {
    float: right;
    margin-top: 5px;
}

    .Pulse-logout a {
        color: #fff;
        font-size: 18px;
        margin: 0 10px 0 0;
        float: right;
    }

.full-container {
    float: left;
    width: 100%;
}

.modal-title {
    /*color: #9946f6 !important;*/
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.modal-content {
    float: left;
}

.md-pulse-model .modal-header {
    padding: 5px 8px;
    float: left;
    width: 100%;
}

.md-pulse-model .modal-footer #RecordTime {
    float: left;
    width: 77%;
    text-align: left;
    font-size: 12px;
}

.md-pulse-model .modal-body {
    padding: 20px 8px;
}

.md-pulse-model #confirmButtons {
    padding: 10px 8px !important;
}

.md-model-content {
    float: left;
    width: 100%;
}

.main-error {
    margin-top: 120px;
}

    .main-error h3 {
        color: #eb003b;
        font-size: 28px;
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .main-error p {
        color: #000;
        font-size: 13px;
        font-weight: normal;
        margin: 10px 0 0 0;
        padding: 0;
        text-align: center;
    }

.Privacy_policy_section {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 60px;
}

.term_of_use {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0;
    padding-bottom: 40px;
}

.condition_txt .tab-pane h3 {
    color: #4383af;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}

.condition_txt .tab-pane p {
    font-size: 13px;
    color: #303030;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}

    .condition_txt .tab-pane p a {
        color: #4184ae;
        text-decoration: none;
        font-size: 13px;
    }

        .condition_txt .tab-pane p a:hover {
            color: #48a6e6;
            text-decoration: none;
        }

.Privacy_policy_section .container {
    padding: 0;
}

.term_of_use ul, .Privacy_policy_section ul {
    background-color: #fff;
    margin: 10px 0 30px 0;
    padding: 8px;
}

.row-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.div-flow {
    float: left;
    width: 100%;
}

.term_of_use ul li, .Privacy_policy_section ul li {
    width: 100%;
    padding: 6px 0;
}

    .term_of_use ul li a, .Privacy_policy_section ul li a {
        font-size: 13px;
        border: none;
        padding: 8px 0px;
        text-decoration: none;
        color: #b2b2b2;
    }

    .term_of_use ul li.active, .Privacy_policy_section ul li.active {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        font-weight: 600;
        color: #000;
    }

    .term_of_use ul li a:hover, .Privacy_policy_section ul li a:hover, .term_of_use ul li a:focus, .Privacy_policy_section ul li a:focus {
        background-color: transparent;
        color: #303030;
    }

.pdf-header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 6px;
    margin-bottom: 14px;
}

    .pdf-header h1 {
        color: #4383af;
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

.filter-button {
    background-color: #00bff3;
    border: 0 none;
    color: #fff;
    margin-right: 6px;
    padding-bottom: 4px;
    padding-top: 4px;
    transition: all 0.4s ease-in-out 0s;
}

    .filter-button:focus, .filter-button:active {
        background-color: #01a8d6;
        color: #fff !important;
    }

    .filter-button:hover {
        background-color: #bfbfbf;
        color: #fff;
    }

.inner_ul ul {
    background-color: transparent;
}

    .inner_ul ul li {
        margin-bottom: 10px;
        text-align: justify;
        font-size: 13px;
    }

.user-login {
    float: left;
    width: 100%;
    margin: 52px 0 32px 0;
    text-align: center;
}
    .user-login span {
        font-size: 42px;
        background-color: #eb003b;
        border-radius: 100%;
        padding: 11px 23px;
        color: #fff;
        border: solid 6px #fff;
    }
    .user-login h2 {
        font-size: 23px;
        font-family: 'Sarabun', sans-serif;
        margin: 20px 0 0 0;
        color: #303030;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

.PulseLoginBG {
    background-image: url('../Content/BundleDealerTheme/images/MobileVersion/PulseLogin-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.TestImg {
    bottom: 0;
    position: absolute;
    right: 0;
}

.testSite {
    width: 70%;
    float: right;
}

.PulseLoginImg {
    margin: 30px 0;
}

.btn-default {
    border-radius: 5px;
}

.skill-bar-percent {
    font-weight: bold;
    color: #000;
}

.heading-wrapper h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
}

.parentStyle_Mobile {
    margin-right: 0 !important;
}

.pulse-mobile-ts {
    margin-top: 8px;
}

#div_Occupancy, #div_RGU_per_Hour {
    float: left;
    width: 100%;
}

#divTotalOccupancyValue, #divRGU_per_HourValue, #divRGU_per_Login_HourValue, #divRGU_per_Prod_HourValue, #divRGU_per_Work_HourValue  {
    float: right;
}

.skillbar-title span {
    font-size: 13px;
}

.ComparisonTable_col_3 {
    width: 89%;
}

.heading-wrapper {
    padding-left: 0px;
}

.pdf-header-col {
    padding-right: 0px;
}

    .pdf-header-col a {
        margin-right: 0px;
    }

.privacy_policy_nav_heading, .privacy_policy_content {
    padding-left: 0px;
    padding-right: 0px;
}

.inner_ul {
    float: left;
    width: 100%;
    padding-left: 15px;
}


.margin-bot {
    margin-bottom: 8px;
    margin-top: 0px;
}

    .margin-bot .md_selectmenu {
        margin-top: 0px;
    }

.OfferQualification-Search {
  float: left;
  margin: 15px 0 15px 12px;
}
.OfferQualification-Search input[type=text] {
    font-size: 13px;
    background: #efefef;
    border: 0;
    color: #000;
    border-radius: 3px;
    padding: 7px;
}
.OfferQualification-Search input[type=text]:focus {
    outline: none;
}
.modal-dialog {
    max-width: 90%;
}
.separator {
    border-bottom: solid 1px #f3f3f3;
}
.separator-RT {
    border-right: solid 1px #f3f3f3;
}
.col-md-pulse .col-lg-6 {
    padding: 15px 10px;
}
.margin-bottom-10 {
margin-bottom:10px;
}
.dc-btn {
    color: #fff !important;
    font-size: 13px;
}

.header_value_small {
    font-size: 18px !important;
}
.header_text_small {
    font-size: 11px !important;
}
.dc-graph {
    padding: 0 !important;
}
.dc-graph h3 {
    float: left;
    width: 90%;
    margin: 10px 0 5px 0 !important;
    font-size: 15px !important;
}
.dc-graph .ddlAggrigate-MKBoard {
        margin-right: 0;
    float: left;
}
.dc-graph .charts-group-btns {
    margin-right: 0;
}
.dc-graph .pwc-icons {
    margin-top: 14px;
}
#ProviderWiseStats_filter label {
    float: left;
    margin-bottom: 11px;
}
.no-footer .bottom .dataTables_paginate {
    margin: 10px 0 0 0;
}
.no-footer .bottom .dataTables_paginate .paginate_button {
    padding: 0 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 11px;
}

.verifier-popup textarea {
    width: 100%;
    max-width: 100%;
    border: solid 1px #ccc;
    font-size: 12px;
    padding: 10px;
}
#confirmButtons_Mobile button {
    font-size: 13px;
}
.btn {
    font-size: 13px;
}
.DC-summaryHeader {
    background-color: #f5f5f5;
    padding: 7px;
    font-size: 14px;
}
.netCommParent {
    width: 66% !important;
    height: 70px;
}
.headtwo {
    padding: 10px 4px !important;
}
.netCommParentLast {
    width: 32% !important;
    height: 70px !important;
}
.netCommTitle, .netCommValue, .netCommValueLast {
    font-size: 13px !important;
    font-family: inherit !important;
}

.headone .netCommTitle, .headone .netCommValue {
    width: 50% !important;
    font-size: 13px;
    font-family: inherit;
    font-weight: bold;
}
.headtwo .netCommValueLast {
    width: 100% !important;
    font-size: 13px !important;
    font-family: inherit !important;
    font-weight: bold;
    text-align: left;
    color: #303030;
    line-height: 17px;
    margin-top: -2px;
}
.mobile-DC {
    display: block !important;
    padding: 10px !important;
}
.cardLine_Child {
    border-bottom:1px solid rgba(0,0,0,.06);
    float: left;
    padding: 15px 0;
    border-right: 0px solid lightgray !important;
    width: 100% !important;
}
.cardLine_Child:last-child {
    border-bottom: 0px solid lightgray;
}

/* Start Dashboard menu CSS */
.dashboard-buttons {
}
.dashboard-buttons a {
    float: left;
    width: 47%;
    background-color: #fff;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    color: #303030;
    border-radius: 10px;
    line-height: 18px;
    padding: 20px 0;
    min-height: 136px;
    margin-left: 15px;
    box-shadow: 0px 3px 3px 1px #dbdbdb;
    font-family: 'Titillium Web', sans-serif;
}
    .dashboard-buttons a:first-child {
        margin-left: 0;
        padding: 30px 0;
    }
            .dashboard-buttons a:first-child span img {
                margin-left: 0;
            }
        .dashboard-buttons a:hover {
        }
    .dashboard-buttons a span {
        width: 100%;
        float: left;
        margin-bottom: 13px;
    }
            .dashboard-buttons a span i {
                font-size: 39px;
                color: #cdcdcd;
            }
        
/* End Dashboard menu CSS */

/* Start Dealer Commissions Dashboard CSS */
.radius-round {
    border-radius: 50px !important;
    padding: 3px 8px;
    font-size: 19px !important;
}
#BackButtonTable {
    padding: 3px 8px;
}
#BackButton, #PulseBackButton {
    padding: 3px 2px;
}
.radius-round i {
    color:#fff;
}
.Last-update {
    margin-top: 2px;
    margin-right: 10px;
}
.Last-update a {
    color: #fff !important;
}

.info-card {
    float: left;
    background-color: #fff;
    box-shadow: 0px 3px 3px 1px #dbdbdb;
    border-radius: 10px;
    width: 48.5%;
    border: solid 1px #ebebeb;
    padding: 10px;
    margin-bottom: 3%;
    min-height: 193px;
    text-align: center;
}
.ic-marginleft {
    margin-left: 3%;
}
.ic-head {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}
.ic-icons {
    font-size: 33px;
    color: #b7b7b7;
    text-align: center;
    padding: 8px 0;
}
.ic-head span {
    float: left;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.child_text {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal !important;
    line-height: 15px;
    margin-top: 5px;
}
.child_text span {
  font-weight: 600;
}
.boxHeightAdjust {
    min-height: 166px;
}
.Dealer-name {
    float: left;
    background: #eaeaea;
    border-radius: 5px;
    text-align: center !important;
    padding: 6px 0;
    margin: 5px 0 5px 0 !important;
    font-size: 13px;
    color: #303030;
}
.Grid-notifications {
}
.Grid-notifications .dataTables_wrapper .top {
    margin-bottom: 5px;
}
.Grid-notifications .dataTables_wrapper .top .dataTables_filter label {
    width: 100%;
    margin-bottom: 5px;
}
.Grid-notifications .dataTables_wrapper .top .dataTables_filter label input[type="search"] {
    width: 100%;
    margin-left: 0;
}
.Grid-notifications .dataTables_wrapper table.dataTable tbody th, .Grid-notifications .dataTables_wrapper table.dataTable tbody td {
    padding: 9px 11px !important;
}
.Grid-notifications .dataTables_wrapper table.dataTable thead th, .Grid-notifications .dataTables_wrapper table.dataTable thead td {
    padding: 8px;
}
.default-popup .modal-header .close {
    margin: 3px 0 0 0;
    padding: 0;
}
.GC-Customization {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.GC-DataRange {
    width: 100% !important;
    margin-bottom: 10px !important;
    font-size: 13px;
}
.GC-DataRange input#txtDataRange {
    padding-left: 14px;
}
.daterangepicker {
    z-index: 999999999;
    font-size: 12px;
    line-height: 7px;
}
.daterangepicker .ranges li {
    font-size: 12px;
    padding: 7px 12px;
    display: inline-block; 
    width: 50%;
}
.div-flow .notification-data-list {
    width: 100% !important;
}
.notification-list-item p.title {
    font-size: 13px !important;
}
.notification-data-list .notification-list-item .discription {
    width: 100% !important;
}
.notification-data-list .dataTable tbody {
    /* height: calc(100% - 100px); */
    overflow-x: inherit !important;
    min-height: auto;
    max-height: fit-content !important;
}
.pathbuttons {
    float: right;
    margin-right: 10px;
}
.ProcessPayments {
    font-size: 14px !important;
    padding: 6px 6px;
}
.notification-data-list .dataTable tbody td {
    width: auto !important;
}
.home-size {
    font-size: 14px;
    padding: 2px 2px;
}
.MobilePulse-Calender {
    margin-bottom: 10px;
    width: 100% !important;
}
.MobilePulse-Calender p:first-child {
    /* margin-left: 0; */
    float: left !important;
}
.MobilePulse-Calender p {
    float: right !important;
    width: 49% !important;
}
/* End Dealer Commissions Dashboard CSS */

.button-default, .phone, a.changeadd-btn, input[type="button"], .btn-default, .rate-top-box ul li a, input[type="submit"], #SubConversationLogs p a, .manage-user-table > tbody > tr > td button, .dataTables_paginate span .current, .build-your-bundle a, .invite-btn, .link-button > a, .dataTables_paginate div a.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .buttonset2 a, .profile-div-links a, .startOffer_btn, .visit_subline a, .qualify-buttons label, .link-out-button, .swagger-ui .info a, .swagger-ui .btn, .address-addtocart-box-icon, .address-addtocart-box-submit, .beatpicker-clear, .download-sample-temp .dropbtn, .btn-sqr, .Dashboard_LB ul li a, a.changeadd-btn-status, .swagger-ui .btn.execute, .swagger-ui .download-contents, .verify-serviceability a, button.signin-btn, .viewbtn {
    background: #eb003b !important;
    background: #eb003b !important;
}

    .button-default:hover, .phone:hover, a.changeadd-btn:hover, input[type="button"]:hover, .btn-default:hover, .rate-top-box ul li a:hover, .rate-top-box ul li a:focus, input[type="submit"], #SubConversationLogs p a:hover, .manage-user-table > tbody > tr > td button:hover, .build-your-bundle a:hover, .invite-btn:hover, .link-button > a:hover, .buttonset2 a:hover, .profile-div-links a:hover, .startOffer_btn:hover, .visit_subline a:hover, .qualify-buttons label:hover, .link-out-button:hover, .swagger-ui .info a:hover, .swagger-ui .btn:hover, .beatpicker-clear:hover, .download-sample-temp .dropbtn:hover, .btn-sqr:hover, .Dashboard_LB ul li a:hover, a.changeadd-btn-status:hover, .swagger-ui .btn.execute:hover, .swagger-ui .download-contents:hover, .verify-serviceability a:hover, button.signin-btn:hover, .viewbtn:hover {
        background: #000;
        background: #000;
    }
@charset "UTF-8";
/*
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* supported values are px, rem-calc, em-calc
 */
/* imports
 */
/* Functions
 */
/* Shared
 */
/* Hide by default
 */
.switch-toggle a, .switch-light span span {
    display: none;
}

/* We can't test for a specific feature,
 * so we only target browsers with support for media queries.
 */
@media only screen {
    /* Checkbox
 */
    .switch-light {
        position: relative;
        display: block; /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
    }

        .switch-light::after {
            clear: both;
            content: '';
            display: table;
        }

        .switch-light *, .switch-light *:before, .switch-light *:after {
            box-sizing: border-box;
        }

        .switch-light a {
            display: block;
            transition: all 0.2s ease-out;
        }

        .switch-light label, .switch-light > span {
            /* breathing room for bootstrap/foundation classes.
     */
            line-height: 2em;
        }

        .switch-light input:focus ~ span a, .switch-light input:focus + label {
            outline-width: 2px;
            outline-style: solid;
            outline-color: Highlight; /* Chrome/Opera gets its native focus styles.
     */
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
    .switch-light input:focus ~ span a, .switch-light input:focus + label {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
    }
}

@media only screen {
    /* don't hide the input from screen-readers and keyboard access
 */
    .switch-light input {
        position: absolute;
        opacity: 0;
        z-index: 3;
    }

        .switch-light input:checked ~ span a {
            right: 0%;
        }
    /* inherit from label
 */
    .switch-light strong {
        font-weight: inherit;
    }

    .switch-light > span {
        position: relative;
        overflow: hidden;
        display: block;
        min-height: 2em;
        /* overwrite 3rd party classes padding
   * eg. bootstrap .alert
   */
        padding: 0;
        text-align: left;
    }

    .switch-light span span {
        position: relative;
        z-index: 2;
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        user-select: none;
    }

    .switch-light a {
        position: absolute;
        right: 50%;
        top: 0;
        z-index: 1;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0;
    }
    /* bootstrap 4 tweaks
*/
    .switch-light.row {
        display: flex;
    }

    .switch-light .alert-light {
        color: #333;
    }
    /* Radio Switch
 */
    .switch-toggle {
        position: relative;
        display: block;
        /* simulate default browser focus outlines on the switch,
   * when the inputs are focused.
   */
        /* For callout panels in foundation
  */
        padding: 3px 0 !important; /* 2 items
   */
        /* 3 items
   */
        /* 4 items
   */
        /* 5 items
   */
        /* 6 items
   */
    }

        .switch-toggle::after {
            clear: both;
            content: '';
            display: table;
        }

        .switch-toggle *, .switch-toggle *:before, .switch-toggle *:after {
            box-sizing: border-box;
        }

        .switch-toggle a {
            display: block;
            transition: all 0.2s ease-out;
        }

        .switch-toggle label, .switch-toggle > span {
            /* breathing room for bootstrap/foundation classes.
     */
            line-height: 20px;
        }

        .switch-toggle input:focus ~ span a, .switch-toggle input:focus + label {
            outline-width: 2px;
            outline-style: solid;
            outline-color: Highlight; /* Chrome/Opera gets its native focus styles.
     */
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
    .switch-toggle input:focus ~ span a, .switch-toggle input:focus + label {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
    }
}

@media only screen {
    .switch-toggle input {
        position: absolute;
        left: 0;
        opacity: 0;
    }

        .switch-toggle input + label {
            position: relative;
            z-index: 2;
            display: block;
            float: left;
            padding: 0 0.5em;
            margin: 0;
            text-align: center;
        }

    .switch-toggle a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1;
        width: 10px;
        height: 100%;
    }

    .switch-toggle label:nth-child(2):nth-last-child(4), .switch-toggle label:nth-child(2):nth-last-child(4) ~ label, .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
        width: 50%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
            left: 50%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(6), .switch-toggle label:nth-child(2):nth-last-child(6) ~ label, .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
        width: 33.33%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
            left: 33.33%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
            left: 66.66%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(8), .switch-toggle label:nth-child(2):nth-last-child(8) ~ label, .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
        width: 25%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
            left: 25%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
            left: 50%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
            left: 75%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(10), .switch-toggle label:nth-child(2):nth-last-child(10) ~ label, .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
        width: 20%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
            left: 20%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
            left: 40%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
            left: 60%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
            left: 80%;
        }

    .switch-toggle label:nth-child(2):nth-last-child(12), .switch-toggle label:nth-child(2):nth-last-child(12) ~ label, .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
        width: 16.6%;
    }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
            left: 16.6%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
            left: 33.2%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
            left: 49.8%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
            left: 66.4%;
        }

        .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
            left: 83%;
        }
    /* Candy Theme
 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
 */
    .switch-toggle.switch-candy, .switch-light.switch-candy > span {
        border-radius: 3px;
        overflow: hidden;
    }
    .switch-toggle label {
        font-size:12px;
    }

        .switch-light.switch-candy span span, .switch-light.switch-candy input:checked ~ span span:first-child, .switch-toggle.switch-candy label {
            /*color: #fff;*/
            font-weight: normal;
            text-align: center;
            border-right: 0px dashed #dedede;
        }

            .switch-toggle.switch-candy label:last-child {
                border-right: 0px dashed #dedede;
            }

    .switch-light.switch-candy input ~ span span:first-child, .switch-light.switch-candy input:checked ~ span span:nth-child(2), .switch-candy input:checked + label {
        color: #fff;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        outline: none;
    }

    

    .switch-candy-blue a {
        background-color: #38a3d4;
    }

    .switch-candy-yellow a {
        background-color: #f5e560;
    }
    /* iOS Theme
*/
    .switch-ios.switch-light span span {
        color: #888b92;
    }

    .switch-ios.switch-light a {
        left: 0;
        top: 0;
        width: 2em;
        height: 2em;
        background-color: #fff;
        border-radius: 100%;
        border: 0.25em solid #D8D9DB;
        transition: all .2s ease-out;
    }

    .switch-ios.switch-light > span {
        display: block;
        width: 100%;
        height: 2em;
        background-color: #D8D9DB;
        border-radius: 1.75em;
        transition: all .4s ease-out;
    }

        .switch-ios.switch-light > span span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            line-height: 1.875em;
            vertical-align: middle;
            transition: all .2s ease-out;
        }

            .switch-ios.switch-light > span span:first-of-type {
                opacity: 1;
                padding-left: 1.875em;
            }

            .switch-ios.switch-light > span span:last-of-type {
                padding-right: 1.875em;
            }

    .switch-ios.switch-light input:checked ~ span a {
        left: 100%;
        border-color: #4BD865;
        margin-left: -2em;
    }

    .switch-ios.switch-light input:checked ~ span {
        border-color: #4BD865;
        box-shadow: inset 0 0 0 30px #4BD865;
    }

        .switch-ios.switch-light input:checked ~ span span:first-of-type {
            opacity: 0;
        }

        .switch-ios.switch-light input:checked ~ span span:last-of-type {
            opacity: 1;
            color: #fff;
        }

    .switch-ios.switch-toggle {
        background-color: #D8D9DB;
        border-radius: 30px;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    }

        .switch-ios.switch-toggle a {
            background-color: #4BD865;
            border: 0.125em solid #D8D9DB;
            border-radius: 1.75em;
            transition: all 0.12s ease-out;
        }

        .switch-ios.switch-toggle label {
            height: 2.4em;
            color: #888b92;
            line-height: 2.4em;
            vertical-align: middle;
        }

    .switch-ios input:checked + label {
        color: #3e4043;
    }
    /* Holo Theme
 */
    .switch-toggle.switch-holo, .switch-light.switch-holo > span {
        background-color: #464747;
        border-radius: 1px;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
        color: #fff;
        text-transform: uppercase;
    }

    .switch-holo label {
        color: #fff;
    }

    .switch-holo > span span {
        opacity: 0;
        transition: all 0.1s;
    }

        .switch-holo > span span:first-of-type {
            opacity: 1;
        }

    .switch-holo > span span, .switch-holo label {
        font-size: 85%;
        line-height: 2.15625em;
    }

    .switch-holo a {
        background-color: #666;
        border-radius: 1px;
        box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.3) 0 -1px 0;
    }
    /* Selected ON switch-light
*/
    .switch-holo.switch-light input:checked ~ span a {
        background-color: #0E88B1;
    }

    .switch-holo.switch-light input:checked ~ span span:first-of-type {
        opacity: 0;
    }

    .switch-holo.switch-light input:checked ~ span span:last-of-type {
        opacity: 1;
    }
    /* Material Theme
 */
    /* switch-light
 */
    .switch-light.switch-material a {
        top: -0.1875em;
        width: 1.75em;
        height: 1.75em;
        border-radius: 50%;
        background: #fafafa;
        box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.125em -0.125em rgba(0, 0, 0, 0.2), 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.12);
        transition: right 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .switch-material.switch-light {
        overflow: visible;
    }

        .switch-material.switch-light::after {
            clear: both;
            content: '';
            display: table;
        }

        .switch-material.switch-light > span {
            overflow: visible;
            position: relative;
            top: 0.1875em;
            width: 3.25em;
            height: 1.5em;
            min-height: auto;
            border-radius: 1em;
            background: rgba(0, 0, 0, 0.26);
        }

        .switch-material.switch-light span span {
            position: absolute;
            clip: rect(0 0 0 0);
        }

        .switch-material.switch-light input:checked ~ span a {
            right: 0;
            background: #3f51b5;
            box-shadow: 0 0.1875em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.1875em 0.1875em -0.125em rgba(0, 0, 0, 0.2), 0 0.0625em 0.375em 0 rgba(0, 0, 0, 0.12);
        }

        .switch-material.switch-light input:checked ~ span {
            background: rgba(63, 81, 181, 0.5);
        }
    /* switch-toggle
 */
    .switch-toggle.switch-material {
        overflow: visible;
    }

        .switch-toggle.switch-material::after {
            clear: both;
            content: '';
            display: table;
        }

        .switch-toggle.switch-material a {
            top: 48%;
            width: 0.375em !important;
            height: 0.375em;
            margin-left: 0.25em;
            background: #3f51b5;
            border-radius: 100%;
            transform: translateY(-50%);
            transition: transform .4s ease-in;
        }

        .switch-toggle.switch-material label {
            color: rgba(0, 0, 0, 0.54);
            font-size: 1em;
        }

            .switch-toggle.switch-material label:before {
                content: '';
                position: absolute;
                top: 48%;
                left: 0;
                display: block;
                width: 0.875em;
                height: 0.875em;
                border-radius: 100%;
                border: 0.125em solid rgba(0, 0, 0, 0.54);
                transform: translateY(-50%);
            }

        .switch-toggle.switch-material input:checked + label:before {
            border-color: #3f51b5;
        }
        /* ripple
 */
        .switch-light.switch-material > span:before, .switch-light.switch-material > span:after, .switch-toggle.switch-material label:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            display: block;
            width: 4em;
            height: 4em;
            border-radius: 100%;
            background: #3f51b5;
            opacity: .4;
            margin-left: -1.25em;
            margin-top: -1.25em;
            transform: scale(0);
            transition: opacity .4s ease-in;
        }

    .switch-light.switch-material > span:after {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -1.25em;
    }

    .switch-toggle.switch-material label:after {
        width: 3.25em;
        height: 3.25em;
        margin-top: -0.75em;
    }

    @keyframes materialRipple {
        0% {
            transform: scale(0);
        }

        20% {
            transform: scale(1);
        }

        100% {
            opacity: 0;
            transform: scale(1);
        }
    }

    .switch-material.switch-light input:not(:checked) ~ span:after, .switch-material.switch-light input:checked ~ span:before, .switch-toggle.switch-material input:checked + label:after {
        animation: materialRipple .4s ease-in;
    }
    /* trick to prevent the default checked ripple animation from showing
 * when the page loads.
 * the ripples are hidden by default, and shown only when the input is focused.
 */
    .switch-light.switch-material.switch-light input ~ span:before, .switch-light.switch-material.switch-light input ~ span:after, .switch-material.switch-toggle input + label:after {
        visibility: hidden;
    }

    .switch-light.switch-material.switch-light input:focus:checked ~ span:before, .switch-light.switch-material.switch-light input:focus:not(:checked) ~ span:after, .switch-material.switch-toggle input:focus:checked + label:after {
        visibility: visible;
    }
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
    .switch-light, .switch-toggle {
        -webkit-animation: webkitSiblingBugfix infinite 1s;
    }
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}




/*Rapper Style*/


.parentStyle_Mobile {
    width: 66%;
    float: right;
    margin-right: 3px;
}

/*label#lblcboxDGSCore {
    background: #01a8d6;
    color: #fff;
}*/
label#lblcboxAff {
    border-right: 0px solid #bfd1d5;
}

/*!
 * jQuery Slicebar - Slicebar plugin
 * Copyright(c) 2012 Gilles Grousset <gi.grousset@rgmail.com>
 *
 * http://github.com/zippy1978/jquery.slicebar
 */

.slicebar
{
	padding: 2px;
}

.slicebar .bar {
    background-color: white;
    height: 27px;
    padding: 4px 5px;
}

.slicebar .bar span
{
	display: inline-block;
	height: 16px;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}
.bar {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset, 0 0 0;
    border-radius: 4px;
}
.bar span {
    padding: 4px 0;
}

.slicebar .bar .slice
{
	/*-moz-border-radius: 3px;     -webkit-border-radius: 3px;     border-radius: 3px;*/
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
}

.slicebar .labels
{
	font-size: 8px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	color: #0077b5;
	width: 100%;
	padding: 5px;
}

.slicebar .labels span
{
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: top;
    color: #6d6c6c;
    font-size: 7.8px;
}



.wax-legend .legend-title
{
	text-align: left;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 90%;
}
.wax-legend .legend-scale ul
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	margin-left: 280px;
}
.wax-legend .legend-scale ul li
{
	display: block;
float: left;
width: 78px;
margin: 5px 0px 3px 0;
text-align: center;
font-size: 0;
list-style: none;
}
.wax-legend ul.legend-labels li span
{
	display: block;
	float: left;
	height: 19px;
	width: 96%;
}
.wax-legend .legend-source
{
	font-size: 70%;
	color: #999;
	clear: both;
}
.wax-legend a
{
	color: white;
}

.lagent-text
{
	font: 13px/20px 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 8px 0 8px;
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: white;
	font-size: 11px;
}
.span_class
{
	display: block;
	float: left;
	height: 15px;
	width: 50px;
}

.smalltext
{
	font-size: 8px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
}

.border
{
	border-style: solid;
	border-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 4.16%;
}

/* Start Pre login CSS - Jawad */
.pre-login-header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a756f1+0,7822ff+100 */
    background: rgb(167,86,241); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(167,86,241,1) 0%, rgba(120,34,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(167,86,241,1) 0%,rgba(120,34,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(167,86,241,1) 0%,rgba(120,34,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a756f1', endColorstr='#7822ff',GradientType=1 ); /* IE6-9 */
}
.themeColor-bx ul li picture[id="indigoThemePic"] span {display:block;}
h4, h5, .swagger-ui .info .title, .offer-arrow-td .fa {
    color: #4835a0;
}
.profile-div-name h6  {
    color:#6e00b7;
}
.main-nav li a {
    color: #fff;
}
.main-nav li a:hover {
    color: #000;
}
/*.menu-link.has-notifications, .nav-themeColor {
    color: #fff;
}
.menu-link.has-notifications:hover, .nav-themeColor:hover {
	color: #000;
}*/
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #48359e;
}
/* End Pre login CSS - Jawad */


/* Start Reporting CSS - Jawad */
.CCLM_container h2, .AD_collouts_box h2, .new4 h3, .new6 .button2 h3, .new-prod-head h3,.div_Scheduler_box  h5 {
    /*color: #000;*/
}
.AD_collouts_box h2 {
    color: #fff;
}
.AD_collouts_box ul li, .new4 ul li {
  color: #000;
}
.sidebar ul.list-sidebar,
ul.list-sidebar li,
ul.list-sidebar li a .nav-icon{background-color:#7822ff; transition:all 0.5s  ease-in-out;}
.sidebar ul.sub-menu li a {
    border-bottom: 1px solid #7822ff;    
}
.Last-update a {
    color: #48359e;
}
.Last-update a:hover {
    color: #a452f2;
}


.divSchedule_reporting i {
    color: #48359e;
}
.CCLM_container h2 span i {
    color:#48359e;
}
span.Dashboard_Settings {
    color: #000;
}
.RoundRank_bg {
    color: #fff;
}
.AD_collouts_box {
    background-color: #a14ff2;
    border-bottom: solid 7px #48359e;
}
.AD_collouts_box ul li {
    background-color: #fff;
}
.AD_collouts_box ul li:nth-child(odd) {
    background-color: #f8f9fb;
}

.reporting-switch-toggle .switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background-color: #fff;
}
.reporting-switch-toggle .switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background-color: #ebedf2;
    border: solid 0px #7d38f8;
}
.reporting-switch-toggle .switch-candy a {
        background-color:#8369dc;
    }

.switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background-color: #fff;
}
.switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background-color: #fff;
    border: solid 1px #6dcff6;
}
.switch-candy a {
        background-color:#6dcff6;
    }

.color_4 {
	background-color: #aa66ec !important;
}
.color_27 {
	background-color: #8368dc !important;
}
.color_21 {
    background-color: #8369dc !important;
}
.color_2 {
    background-color: #aa66ec !important;
}
/* End Reporting CSS  - Jawad */


/* Start Reporting table CSS - Jawad */
.pane th, .pane-hScroll th {
    background-color: #fff;
    color: #000;
    border-top: 0px solid #f2f6f9;
    border-bottom: 0 !important;
    font-size: 12px;
    font-weight: normal;
}
.pane td, .pane-vScroll td {
    color: #000;
    border-bottom: 0px solid #d7e2ea;
    border-top: 0px solid #d7e2ea;
}


.BD_ComparisonTable > table > tbody tr:nth-of-type(2n), .pane > table > tbody tr:nth-of-type(2n), .pane-vScroll > table > tbody tr:nth-of-type(2n) {
	background-color: #fff;
}
.BD_ComparisonTable > table > tbody tr:nth-of-type(2n+1), .pane > table > tbody tr:nth-of-type(2n+1), .pane-vScroll > table > tbody tr:nth-of-type(2n+1) {
    background-color: #f8f9fb;
}
.pane-vScroll > table > tbody tr {
    border-bottom: solid 0px #e8e8e8 !important;
}

table.dataTable thead .sorting_asc {
    background-color: #d1d1d1;
}
table.dataTable tbody tr {
    background-color: #ffffff;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f8f9fb;
}
table.dataTable thead th, table.dataTable thead td {
    background-color: #fff;
}
table.dataTable thead .sorting {
    background-color: #fff !important;
}

table.cclm-table > tbody > tr th, table.cclm-table > tbody > tr {
    color: #000;
}
table.cclm-table > tbody > tr:first-child {
    color: #000;
    background-color: #fff;
}
table.custom-row-colours > tbody > tr:nth-of-type(2n) {
    background-color: #f6f9fe;
}
table.custom-row-colours > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}
table.dataTable tbody th, table.dataTable tbody td {
    color: #000;
}

/* Workbench Table Css */
/*.global-table table.dataTable thead .sorting_asc {
  background-color: #bb8aea !important;
}
.global-table table.dataTable thead .sorting_desc {
  background-color: #bb8aea !important;
}*/

table.dataTable thead .sorting_asc {
	background-color: #bb8aea !important;
    color:#fff !important;
}
table.dataTable thead .sorting_desc {
	background-color: #bb8aea !important;
    color:#fff;
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #d6cff0;
}
tr.sub-table-tr {
	background-color: #d6cff0 !important;
}
tr.sub-table {
	background-color: #f1eff6 !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #edd9ff;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #e2ccf6;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #f1f2f4;
}
.inside-table table thead tr, .inside-table table thead tr th {
	background-color: #e4e0f3 !important;
}
.manage-user-table > tbody > tr:nth-of-type(2n+1) {
	background-color: #f8f9fb;
}
.active-summary-reports h4 {
    color: #000;
}
/* End Reporting table CSS - Jawad */


/*Buy Flow Start Imran*/
.offer-main-head h5, .stick .accordion .card .active h5 button, .offers-feature-text span, .pan-price-compare h5 {
    color:#48359e;
}
.top-filter-div {
    background-color:#f6efff;
    border: 1px solid #9542f6;
    background-image: url("../images/offer-top-filter-bg.png");
    background-repeat: no-repeat;
    background-position: 530px top;
}
.special-box {
	background-color: #f8f5fc;
	border:1px solid #9542f6 !important;
    color:#9542f6;
}
.special-box h5 sub, .special-box ul li p, .special-box ul li {
    color:#9542f6;
}
.add-to-cart-button {
    width: 100%;
    background-color:#000;
    transition: all 0.4s ease-in-out 0s;
}
.button-default, .phone, a.changeadd-btn, input[type="button"], .btn-default, .rate-top-box ul li a, input[type="submit"], #SubConversationLogs p a, .manage-user-table > tbody > tr > td button, .dataTables_paginate span .current, .build-your-bundle a, .invite-btn, .link-button > a, .dataTables_paginate div a.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .buttonset2 a, .profile-div-links a, .startOffer_btn, .visit_subline a, .qualify-buttons label, .link-out-button, .swagger-ui .info a, .swagger-ui .btn, .address-addtocart-box-icon, .address-addtocart-box-submit, .beatpicker-clear, .download-sample-temp .dropbtn, .btn-sqr, .Dashboard_LB ul li a, a.changeadd-btn-status, .swagger-ui .btn.execute, .swagger-ui .download-contents, .verify-serviceability a, button.signin-btn, .viewbtn {    
    color:#fff; 
    transition:all 0.5s ease-in-out;
    background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 0%, rgba(118,35,160,1) 68%);
    text-decoration:none;
}
.button-default:hover, .phone:hover, a.changeadd-btn:hover, input[type="button"]:hover, .btn-default:hover, .rate-top-box ul li a:hover, .rate-top-box ul li a:focus, input[type="submit"], #SubConversationLogs p a:hover, .manage-user-table > tbody > tr > td button:hover, .build-your-bundle a:hover, .invite-btn:hover, .link-button > a:hover, .buttonset2 a:hover, .profile-div-links a:hover, .startOffer_btn:hover, .visit_subline a:hover, .qualify-buttons label:hover, .link-out-button:hover, .swagger-ui .info a:hover, .swagger-ui .btn:hover, .beatpicker-clear:hover, .download-sample-temp .dropbtn:hover, .btn-sqr:hover, .Dashboard_LB ul li a:hover, a.changeadd-btn-status:hover, .swagger-ui .btn.execute:hover, .swagger-ui .download-contents:hover, .verify-serviceability a:hover, button.signin-btn:hover, .viewbtn:hover {
    background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 40%, rgba(118,35,160,1) 100%);
    color: #fff;
    text-decoration:none;
}
.button-default:focus, .phone:focus, a.changeadd-btn:focus, input[type="button"]:focus, .btn-default:focus, .rate-top-box ul li a:focus, .rate-top-box ul li a:focus, input[type="submit"], #SubConversationLogs p a:focus, .manage-user-table > tbody > tr > td button:focus, .build-your-bundle a:focus, .invite-btn:focus, .link-button > a:focus, .buttonset2 a:hover, .profile-div-links a:hover, .startOffer_btn:focus, .visit_subline a:focus, .qualify-buttons label:focus, .link-out-button:focus, .swagger-ui .info a:focus, .swagger-ui .btn:focus, .beatpicker-clear:focus, .download-sample-temp .dropbtn:focus, .btn-sqr:focus, .Dashboard_LB ul li a:focus, a.changeadd-btn-status:focus, .swagger-ui .btn.execute:focus, .swagger-ui .download-contents:focus, .verify-serviceability a:focus, button.signin-btn:focus, .viewbtn:focus {
    box-shadow: none;
    outline: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 40%, rgba(118,35,160,1) 100%);
    text-decoration:none;
}
.customize-fa-btn {
    background:transparent !important;
}
.epc-new-tabs .nav-tabs > li.active > a, .epc-new-tabs .nav-tabs > li.active > a:focus, .epc-new-tabs .nav-tabs > li.active > a:hover {
     background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 40%, rgba(118,35,160,1) 100%);
    text-decoration:none;
}
.urlHead {
    background-color: #7822ff;
}
.btn-secondary {background: transparent; color: #fff; border:1px solid #fff;}
.btn-secondary:hover{background:#fff; color:#000; border:1px solid #fff;}

input[type="checkbox"]:checked {
    background: #48359e;
    border: 1px solid #48359e;
}
ul.comparepopup li.active, ul.comparepopup li:hover {
    background: #44389e none repeat scroll 0 0;
	line-height: 38px;
	color: #fff;
}
a {
	color: #48359e;
	text-decoration: underline;
}
.specialoffer-compare {
    background-color: #f8f5fc;
    border: 1px solid #9542f6 !important;
    color: #9542f6;
}
.new-underline-tabs > li > a::after {
    background: #48359e;
}
.special-box .offers-feature-box {
    background-color: 
    #b3a4db;
}
/*Buy Flow End Imran*/

/*Reporting Workbench Start Imran*/
.table.dataTable tbody tr td a {
    color: #48359e;
}
input.cmn-toggle-round-flat:checked + input + label, input.cmn-toggle-round-flat:checked + input + label::after {
    background-color:#903df8 !important;
}
input[type="checkbox"] {
    border: 1px solid #9542f6;
}
footer .ft-lnk a:hover {
    color: #9542f6;
}
.privacyActive {
    color: #9542f6 !important;
}
.error-head {
    color: #9535fb;
}
.change-pass-bx button {
    color: #fff !important
}
/*Reporting Workbench End Imran*/

/* Start marketing dashboard Tooltip UserGuide */
.introjs-progressbar {
    background-color: #8369dc;
}
.HintsButtonScroll {
    background-color: #7822ff;
}
/* End marketing dashboard Tooltip UserGuide */

.call-waitings a {
    background-color: #8f3bf8;
}
.call-waitings a:hover {
        background-color: #48359e;
    }


@media screen and (min-width: 768px) and (max-width: 979px) {
.price-rainge-box {
    color:#fff; 
    transition:all 0.5s ease-in-out;
    background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 0%, rgba(118,35,160,1) 68%);
    text-decoration:none;
}
}
@media screen and (min-width: 978px) and (max-width: 1050px) {
.price-rainge-box {
    color:#fff; 
    transition:all 0.5s ease-in-out;
    background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 0%, rgba(118,35,160,1) 68%);
    text-decoration:none;
}
}


/* Start Offer and Geo Filtering Color Theming CSS */

.active-step {
    background-color: #7822ff !important;
}

    .active-step .bs-stepper-circle {
        background-color: #fff !important;
        color: #a870ff !important;
    }

.geofilter-Btn {
    background: rgb(64,57,158);
    background: linear-gradient(135deg, rgba(64,57,158,1) 0%, rgba(118,35,160,1) 68%);
}

    .geofilter-Btn:hover {
        background: rgb(64,57,158);
        background: linear-gradient(135deg, rgba(64,57,158,1) 40%, rgba(118,35,160,1) 100%);
    }

a.Offer-Filter-edit-btn {
    color: #ae00ff !important;
}

    a.Offer-Filter-edit-btn:hover {
        color: #000 !important;
    }

.GeoFiltering-Pagination ul li.current {
    background: linear-gradient(135deg, rgba(64,57,158,1) 0%, rgba(118,35,160,1) 68%);
}

.autocomplete-container .input-container input {
    background-color: #efefef !important;
}

.suggest-hisory-div, .ModifyRules-div {
    background-color: #f8f8fa;
}
/* End Offer and Geo Filtering Color Theming CSS */


/* Start Offer and Geo Filtering Color Theming CSS */
.active-step {
    background-color: #7822ff !important;
}

    .active-step .bs-stepper-circle {
        color: #a870ff !important;
    }
/* End Offer and Geo Filtering Color Theming CSS */


.acb-smry-box .header_value {
    color: #bb8aea;
}

.AD_ranking_box h2 {
    border: 1px solid #bb8aea;
}

.ranking-head-box {
    background-color: #bb8aea;
    color: #fff;
}
 
