/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 15, 2017, 11:55:27 AM
    Author     : User
*/

.highcharts-credits {
    /*display: none;*/
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    padding: 1px 0 0;
    width: auto;
    background: '#fff';
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #fff;
    padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer > div {
    margin-bottom:  4px;;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer > div a {
    color: #262626;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer > div:hover{
    background-color: #ECF0F5;
}

.dashForm label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    max-width: 100%;
}

.box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    position: relative;
    width: 100%;
}

.content {
    padding: 5px 15px 15px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    overflow: hidden;
    white-space: normal;
}

/* Added for drilldown report status icon color */
.green {
    color: #6BCF85;
}

.amber {
    color: #FFCC00;
}
.red {
    color: #FF8B8B;
}

/* Added for score-card*/
.top-margin-25 {
    margin-top: 25px;
}

.bottom-margin-25 {
    margin-bottom: 25px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.colorRed {
    color: #f00;
}

.striped-odd-div {
    background-color: #f9f9f9;
}

.divBorder{
    border: 1px solid #f4f4f4;
    display: block;
    overflow: auto;
}

.event-details > div{
    /*border: 1px solid #f4f4f4;*/
}

.scorecard-question-container{
    border: 1px solid #f4f4f4;
    background-color: #d3d3d3;
    padding: 0 !important;
    display: block;
    overflow: auto;
}

.scorecard-question-content{
    background-color: #fff;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.scorecard-answer-content{
    border: 0 !important;
}

.bgColorGrey{
    background-color: #d3d3d3;
}

.overall-satisfaction{
    background-color: #d3d3d3;
}

/* Added to over-write the css for fonts and other related stuff */
body{
    font-size: 12px;
    line-height: 1.8;
}

.treeview-menu > li > a {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.dropdown-menu{
    font-size: 12px;
}
.iscompareDataBox{
    margin-top: 5px;
}

.iscompareDataBox > label > label {
    bottom: 2px;
    position: relative; 
    display: contents !important;
}

.padding-left-0{
    padding-left: 0 !important;
}

.padding-right-0{
    padding-right: 0 !important;
}

.padding-left-5{
    padding-left: 5px !important;
}

.padding-right-5{
    padding-right: 5px !important;
}

#no-more-tables th, #no-more-tables td{
    padding: 8px;
    border-right: 1px solid #ddd;
}

.col-lg-service{width : 20%; float: left}



@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }

    .col-md-service {width : 33.3333%; float:left}        
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .col-xs-service{width : 100%}
}
@media (max-device-width: 480px) and (orientation: portrait) {    
    .col-xs-service{width : 100%}
}

.filters-btn-padding { padding: 6px 12px !important; }

@media screen and (min-width: 768px) {
    .btn-margin { margin-bottom: 5px !important; }
}



.download-highcharts { visibility: hidden; margin-left: 10px !important; }

.floatLeft { float: left !important; }

.chart-container { min-height: 350px; }

.column_sentiment {
    float: left;
    width: 33.3%;
    padding: 10px;
}

.row_sentiment:after {
    content: "";
    display: table;
    clear: both;
}

.sentiment_Positive{
    color:green;
    font-weight:bold;
}
.sentiment_Neutral{
    color:black;
    font-weight:bold;
}
.sentiment_Negative{
    color:red;
    font-weight:bold;
}
.column_sentiment img{
    width:35px;
}
td.sentiment-drilldown-image{
    padding:4px !important;
    text-align:center;
}
.sentiment-scorecard-img{
    float:right;
    width:10%;
    padding:2px;
    text-align:center;

}
.sentiment-scorecard-comment{
    float:left;
    width:90%;
    border-right:1px solid #c5c1c1;
}
.sentiment-comment-text-img{
    display:flex;
    align-items: center;
}
.ajax_loader_sentiment_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:600px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_monthly_sentiment{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}
.verbatim-performance-text{
    width: 90%;
    float: left;
    /*border-top: 1px solid #e6e3e3;*/
    border-right: 1px solid #e6e3e3;
    padding: 10px;
    /*font-weight:bold;*/
}
.verbatim-performance-img{
    width: 10%;
    float: right;
    /*border-top: 1px solid #e6e3e3;
    border-right: 1px solid #e6e3e3;*/
    padding: 6px;
    text-align:center;
}
.eventcode-header{
    text-align:center;
    font-size: 16px;
    height:32px;
    padding:2px;
}
.ajax_loader_verbatim_sentiment_performance{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:250px;
    text-align:center;
    display:none;
    left:0 !important;
}
.question-wrapped:nth-child(odd){
    background:#fbfbff;
}
.question-wrapped{
    border: 1px solid #e6e3e3;
    border-bottom:none;
}
.question-wrapped:last-child {
    border-bottom:1px solid #e6e3e3;;
}
.positive{
    color:green;
}
.neutral{
    color:black;
}
.negative{
    color:red;
}
.sentiment_positive{
    color:green;
    font-weight:bold;
}
.sentiment_neutral{
    color:black;
    font-weight:bold;
}
.sentiment_negative{
    color:red;
    font-weight:bold;
}
.response-border{
    padding:7px;
    border:#e2e2e2 1px solid;
    border-radius: 5px;
}
h3 {
    font-size: 16px !important;
    font-weight: bold;
}
.sentiment-pie-no-data {
    text-align: center;
    padding-top: 100px;
}
.sentiment-bar-no-data {
    text-align: center;
    padding-top: 100px;
}
.sentiment-verbatium-no-data {
    text-align: center;
    padding-top: 100px;
}
.drilldown-model-code{
    width:12%;
}
.wklink, .wklink:hover {
    color: #008000 !important;
}

.data-stats a{
    text-decoration: underline;
    color: #f47712;
}

.ajax_loader_overall_dataQuality_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.ajax_loader_monthly_CSI_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:400px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_overall_datasummary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:140px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_weekly_dealerdata{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:188px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_monthly_dataQuality_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:400px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important
}
.ajax_loader_SalesConsultant_CSI_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
}
.chart-title{
    font-size:14px !important;
    font-weight:bold;
}
.datasummarys-stats-header{
    background:#000;
    /*background: #004890;*/
    color:#fff;
}
.data-stats{
    border-right: #e2e2e2 1px solid;
    padding: 10px 5px;
    text-align: center;
}
.margin-top-8{
    margin-top:8px !important; 
}
.overallDataQualityData{
    z-index:999; 
    min-height:400px;
    left:0 !important;
    margin-top:8px !important
}
.question-data-stats{
    border-right: #e2e2e2 1px solid;
    padding: 10px 5px;
    text-align: center;
    /*width:6%;*/
}
.border-grid{
    border: 1px solid #e2e0e0;
}
.questiondatasummary-stats-header{
    background:#000;
    /*background : #004890;*/
    color:#fff;
    border-bottom: 1px solid #e2e0e0;
}
.ajax_loader_questionreport_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:400px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important
}
.ajax_loader_overall_topQuestion_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.ajax_loader_overall_bottomQuestion_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.ajax_loader_overall_invalidEmail_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.ajax_loader_overall_emailBounceBack_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.ajax_loader_overall_codeRedClosed_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:500px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.red-color{
    color:#FF0000;
}
.question-header{
    width: 35% !important;
    border-right: #e2e2e2 1px solid;
    padding: 10px 5px;
    text-align: left;
}
.esr-data-stats{
    border-right: #e2e2e2 1px solid;
    padding: 10px 5px;
    /*text-align: center;*/
}
.ajax_loader_monthly_CSI_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:400px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.question-data-stats a{
    text-decoration:underline;
}
.questiontext{
    text-align:left !important;
    width:30% !important;
}
.wholesalesummary-stats{
    width:100%;
    border: #e2e2e2 1px solid;
}
.wholesalesummary-stats-header{
    /*background:#000;
    color:#fff;
    border-bottom: 1px solid #e2e0e0;*/
    background: #a09f9f;
    color: #000;
    border-bottom: 1px solid #e2e0e0;
    font-weight: bold;
}
.wholesalesummary-data-stats{
    border-right: #e2e2e2 1px solid;
    padding: 10px 0px;
    text-align: center;
}
.error-diff{
    text-decoration: underline;
    display:none; 
}
/*#exportToCsv{
    float:right;
}*/
.question-setwidth{
    width:518px;
    height:1px;
}
.dealership-header{
    width:12% !important;
}

.retention-right-border {
    border-right: 1px solid #000;
}

.retention-top-border{
    border-top: 1px solid #000;
}
.ajax_loader_sentiment_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:600px;
    text-align:center;
    display:none;
    left:0 !important;
}
.form-group{
    margin-bottom : 0px !important;
}
.floatRight{
    float: right;
}
.has-feedback{
    margin-bottom:15px !important;
}
/*.drilldown-customer-name{
    width:15% !important;
}*/
.drilldown-reigistration-number{
    width:8% !important;
}
.performance-stats {
    width: 100%;
    border: #e2e2e2 1px solid;
}
.margin-top-4 {
    margin-top: 4px !important;
}
.barChart-no-data{
    text-align:center;
    margin-top:16px;
}
.nav-tabs-custom>.tab-content{
    background-color: #ecf0f5;
}
.padding-0{
    padding:0px !important;
}
.box.box-warning{
    border: 1px solid #ccc;
}
.salesConsultantExportToExcelRow {
    margin-right:30px !important;
}

.wholesalesummary-no-data-found{
    text-align: center;
    font-weight: bold;
    font-size: small;
    padding: 10px;
}
.ajax_loader_dealerRanking_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:400px;
    text-align:center;
    display:none;
    left:0 !important;
    margin-top:8px !important;
}
.ajax_loader_overallDashbaord_summary {
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:363px;
    text-align:center;
    left:0 !important;
    /*margin-top:140px !important;*/
    padding: 150px;
}
#ajaxLoaderoverallSatisfactionData {
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:329px;
    text-align:center;
    left:0 !important;
    /*margin-top:140px !important;*/
    padding: 133px;
}
.systemTypeName{
    color: white;
    font-size: 16px;
    text-align: center;
    width: 54%;
    float: left;
    padding-top: 20px;
    display: none! important;
}
/*.download-highcharts{
    display:none !important;
}*/
.content-header {
    padding: 15px !important;
}

.downloadPdf {
    margin-top: -28px;
}

.sentiment-pie-no-data {
    text-align: center;
    padding-top: 100px;
}
.sentiment-bar-no-data {
    text-align: center;
    padding-top: 100px;
}
.sentiment-verbatium-no-data {
    text-align: center;
    padding-top: 100px;
}
/* HIDE RADIO */
.custom-sentiment-select { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.custom-sentiment-select + img {
    cursor: pointer;
}

/* CHECKED STYLES */
.custom-sentiment-select:checked + img {
    outline: 2px solid #0669B3;
    padding: 2px;
}

#sentiment_update label {
    width: 15%;
    text-align: center;
}
#sentiment_update {
    text-align: center;
}
.sentiment-answer {
    font-size: 16px;
}
.update-sentiment-img {
    width: 50px;
}
.modal-footer{
    border: 0;
    padding-top: 0px;
}
.modal-body {
    padding-bottom: 0px;
}
.modal-title {
    font-weight: bold;
}
.multi-select-menuitems {
    display: grid;
}

.ratingWrapper {
    display: inline-block;
}
.preBg {
    display:none;
    background: #d9e0e6; 
    float: left; 
    width: 20px; 
    height: 38px; 
    border:1px solid #c2c2c2; 
    border-right: 0;
}
.ratingWrapper h1 {
    border-radius: 10px;
    float: left; 
    color: #fff; 
    font-size: 24px; 
    padding: 15px 10px; 
    font-weight: normal;
    margin:0;
}
.ratingStar {
    /*width: 66% !important; */
    float: left;
    background: #d9e0e6;
    border: 1px solid #c2c2c2;
    height: 32px;
    width: 200px;
    padding: 6px 5px 0 5px;
    border-left: 0;
    /* line-height: 26px;*/
}
.preBg, .ratingStar {
    margin-top: 9px;
    border-radius: 0 8px 8px 0;
}
.side {
    float: left;
    width: 10%;
    margin-top:0px;
}
.middle {
    margin-top:5px;
    float: left;
    width: 60%;
}
.right {
    text-align: right;
    width:30%;
    float:right;
    margin-top:0px;
}
.average-values{
    display:none
}
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius:6px;
}
.response-rating{
    border :1px solid;
}
.bar-5{
    height:8px;
    border-radius:6px;
}
.margin-top-16{
    margin-top:16px;
}
.response-table{
    width:100%;
}
.diagnoseLabel{
    width:70%;
    font-weight:bold;
}
.diagnoseCount{
    width:20%;
    font-weight:bold;
}
.diagnosepercentage{
    width:10%;
    font-weight:bold;
}
.response-statistics{
    width:50%
}
.ajax_loader_response_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}

.ajax_loader_performance_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_kpi_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_drilldownanalysis_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}
.ajax_loader_kpiTracker_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}
.imgclass{
    height:64px;
    width:64px;
    margin-top:140px;
}
.bottom-margin-10{
    margin-bottom: 10px;
}
#container-dealerid>.btn-group, #container-salesconsultantid>.btn-group, 
#container-child_dealerid>.btn-group, #container-dbproduct>.btn-group{
    width: 100%;
}
.select-preloader{
    width:20px;
    height:20px;
    text-indent:-100px;
    overflow:hidden;
    float:right;
    /*position:absolute;
    top:31px;
    right:35px;*/
}
.ajax_loader_serviceAdvisor_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:312px;
    text-align:center;
    display:none;
    left:0 !important;
}
.multiselect-selected-text{
    font-size:11px !important;
}
.service-advisor-question-statistics {
    border: solid 1px #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.question-statistics-padding {
    padding-bottom: 37px;
}
.response-header{
    padding: 2px 2px 2px 2px;
}   

.ajax_loader_wordcloud_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:250px;
    text-align:center;
    display:none;
    left:0 !important;
}
.code-red-table-stats{
    border-collapse: collapse;
    width: 100%;
}

.code-red-table-header-stats{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
}
tr:nth-child(even) {
    background-color: #F2F3F9;
}
.font-red{
    color:red !important;
}
.rerate_label{
    font-size: 14px;
    font-weight: bold;
}
tr.rerate_scorecard:nth-child(even) {
    background-color: #baaacf !important;
}

.scorecard-border {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px;
}
.event-details {
    margin-left: 15px;
    margin-right: 15px;
}
#printdiv {
    border: 1px solid #222d32;
}
.scorecard-table-header {
    background-color: #000;
    color: #FFF;
}
.top-margin-5 {
    margin-top: 5px;
}
.highlight-scorecard-label {
    background-color: #C2C2C2 !important;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
.emea-padding-right {

}
.ema-trend-right{
    width: 150%;
    margin-left: -15px;
}
.ema-remove-margin {
    margin-left: -15px;
}
.code-red-action{
    border-right: 1px solid #ddd;
    padding: 8px;
}
.ajax_loader_emea_performance {
    text-align: center;
}
.ajax_loader_emea_performance_summary {
    text-align: center;
}
.noMargin{
    margin:0px;
    padding: 0px;
}
.scoreCardButton{
    padding: 5px;
}
.dealer_exp_score{
    background-color: #BFDDE9 !important;
}
.loyalty_score{
    background-color: #BEBDF5 !important;
}
.process_satisfaction_score{
    background-color: #DAF2DC !important;
}
.showCodeRed{
    color : #f94d4d !important;
}
#Rolling_data_table{
    width:100%;
}
.rolling-data-div{
    padding-left:0px !important;
}
#Rolling_data_table th{
    padding:4px !important;
    text-align: center;
    border: 1px solid #c4c4c4 !important;
}
#Rolling_data_table td{
    padding:4px !important;
    text-align: center;
    border: 1px solid #c4c4c4 !important;
}
#Rolling_data_table tr:nth-child(even) {
        background-color: #fff;
    }
.openEmeaChartModal{
    cursor: pointer;
}
.padding-0{
    padding:0px !important;
}
.padding-left-0{
    padding-left:0px !important;
}
#Rolling_data_table{
    border: 1px solid #c4c4c4 !important;
}
#actual_data_table{
    text-align:center;
    width:100% !important;
}
#actual_data_table th{
    border: 1px solid #c4c4c4 !important;
    padding: 10px;
}
#actual_data_table td{
    border: 1px solid #c4c4c4 !important;
    padding: 10px;
}
#actual_data_table tr:nth-child(even) {
        background-color: #fff;
    }
.margin-top-30{
    margin-top:30px !important;
}
.ajax_loader_emea_modal_summary{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    text-align:center;
    display:none;
    left:0 !important;
    top:0;
    position:fixed;
    height:100%;
    width:100%;
    opacity:0.6;
}
.margin-top-25{
    margin-top:25px;
}
.font-size-12{
    font-size:12px;
}
.font-size-16{
    font-size:16px;
}
.info-box-number{
    font-size:16px !important;  
}
.table_img{
    float:left;
}
.table_text{
    margin-top:28px !important;
}
.overall_score{
    padding: 15px 100px !important;
}
.font-size-19{
    font-size:19px !important;
}
.padding-top-25{
    padding-top: 25px !important;
}
.padding-bottom-30{
    padding-bottom: 30px !important;
}
.padding-top-10p{
    padding-top: 25px !important;
}
.margin-top-35{
    margin-top:35px !important;
}
.kpi_value_light {
    background-color: #dddddd;
}
.kpi_value_green {
    color: #90CF51;
}
.kpi_value_light_green {
    color: #97cc85;
}
.kpi_value_light_arrow {
    color: #FFE5CD;
}
.badge:empty {
    display: block;
    padding: 10px;
    background-color: #8C7327 !important;
}
.vertical-rule {
    border-left: 2px solid #cccccc;
}

.horizontal-rule {
    border-top: 2px solid #cccccc;
}
.custom-outcomes h3 {
    text-align: center;
}
.custom-outcomes {
    border: 2px solid #3E547C;
    padding: 10px;
    margin: 15px 5px 10px 0px;
}
.custom-padding div {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul .timeline timeline-inverse{
    list-style-type: '\2713';
}

ul .timeline timeline-inverse> li {
    padding-left: 10px;
}
.bg-aqua{
    line-height: 32px !important;
    padding-top: 11px;
    background-color: #d2d6de !important;
    color: #000 !important;
}
.info-box-number{
    font-weight:normal;
}
.kpi_dark_color {
    background-color: #883D37;
    color: #FFF;
}
.kpi_light_color {
    background-color: #F0C4B4;
}

.scorecard-box {
  float: left;
  height: 15px;
  width: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 0.5px solid black;
  clear: both;
}

.scorecard-legend {
    padding: 8px;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}


.custom-question-docs {
   padding-top: 10px;
   padding-bottom: 8px;
}
.mt-4{
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.col-12{
    height: 72px !important;
}
.padding-button{
    padding: 0px 10px 5px 8px;
}
.mt-2{
    padding: 15px !important;
}
.progress{
    height:10px !important;
    background-color: #ECF0F5 !important;
}
.table-striped{
    margin-bottom: 0px !important;
    padding-left: 16px;
}
.margin-left-10{
    margin-left:10px !important;
}
.error-msg{
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #FFBABA;
    background-image: url(https://i.imgur.com/GnyDvKN.png);
}
.sucess-msg{
    border: 1px solid;
    margin: 10px 0px;
    padding: 10px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(https://i.imgur.com/Q9BGTuy.png);
}
.lead {
    font-size: 14px !important;
}
.mb-0{
    margin: 0 0 0;
}
.select-lang {
    padding-top: 15px;
}

#translatePage {
    padding: 6px 12px;
    height: 34px;
    font-size: 14px;
}
#table4{
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #FFFFFF;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #424242;
    text-align: center;
}
#table4 .head {
    background-color: #848d96;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.orange-font{
    color:#f1683c !important;
}
.margin-bottom-14{
    margin-bottom: 14px !important;
}
.iscompareDataBox{
    height:50px !important;
}
.btn-dark {
    color: #fff!important;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: none;
}
.icon-btn{
    padding: 5px 8px !important;
    margin-right: 1px !important;
}

.select2-selection {
    height: 34px !important;
}

.openR12DealerDetailsModal{
    /*display: block ;
    text-align: center;*/
    margin-left: 15px;
    margin-top: 10px;
}
.highcharts-title {
    font-size: 9px !important;
}
.not-reported{
    margin-left:15px;
    margin-top:15px;
    color: red;
}
.code-red-green-highlight{
    background-color: #18b510;
    color: #fff;
}
.code-red-red-highlight {
    background-color: #e80f0f;
    color: #fff;
}
.pdf-image{
    display:none;
    position: fixed;
    z-index: 9999999;
    top: 45%;
    left: 49%;
    height:64px;
    width:64px;
}

.ajax_loader_pdf_summary{
    z-index: 999;
    background: #a5a5a5;
    filter: alpha(opacity = 30);
    text-align: center;
    display: none; 
    left: 0 !important;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.logo-left-mobile {
    display:none !important;
    /* Add any other styles for the default logo here */
    }
    .mobile-title{
        display:none !important;
    }
@media screen and (max-width: 767px) {
    .table .progress { background-color: transparent !important; }
    .table .progress-bar { width: 0% !important; }
    .timeline-inverse{text-align: center !important;}
    .table-class{overflow-x: scroll !important;}
    .overall_score{padding:0px !important;}
    .logo-left-mobile {
    display:block !important;
    /* Add any other styles for the default logo here */
    }
    .logo-left{
        display:none !important;
    }
    .margin-top-25{
        margin-top: 0;
        margin-bottom: 10px; 
    }
    .logo-left-mobile{
        height: 13px !important;
    }
    .mobile-title{
        display:block !important;
    }
    .web-title{
        display:none !important;
    }
    .info-box-number{
        font-size: 11px !important;
    }
    .info-box small{
       font-size: 11px !important; 
    }
    
    
}