/* =Default Font settings */
@font-face {
	font-family: 'SEGOEUIL';
	src: url('../fonts/SEGOEUIL.eot');
	src: local('../fonts/SEGOEUIL'), url('../fonts/SEGOEUIL.woff') format('woff'), url('../fonts/SEGOEUIL.ttf') format('truetype');
}

html, body {height:100%;}

body {
	/*background:#b3bbc0;*/
	background:#231f20 url(../images/pattern.png);
	font-family:Arial, Helvetica, sans-serif;
        min-height: 100%;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior: url(/js/boxsizing.htc);
}
h1, .h1, h2, .h2, h3, .h3 {margin-top: 0;}
img {max-width:100%;}
.padding20 {padding:20px;}
.paddingTb20 {padding:20px 0;}
textarea {resize:vertical; min-height:50px;}
.list-inline > li {*display:inline; *zoom:1;}
/* =Main */
main {min-height:100%; background:#f7f7f8; position:relative;}


/* =Header */
#header {background:#000; }
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}
.survey-header {
    padding: 20px 0;
}
.logo{padding-top:10px; padding-left:25px;}
.head-right-links 	{font-size:12px; line-height:12px; color:#b9b9bb; text-align:right;}
.head-right-links li + li{border-left:1px solid #b9b9bb;}
.head-right-links a {color:#b9b9bb;}
.head-right-links strong {color:#fff;}


/* =navbar */
.navbar{border-radius:0; font-family: 'SEGOEUIL'; font-weight:700;}
.navbar-header {display:none;}
.navbar-collapse {padding-left:0;}
.navbar-default {border:0; background:url(../images/nav-bg.png) repeat-x;}
.nav > li {font-size:12px;}
.navbar-default .navbar-nav > li > a {color:#fff;}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a.active, /*added by satish for active state*/
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background:url(../images/nav-bg.png) repeat-x 0 -26px;
    color: #a0b8d8;
}
.navbar-nav > li > a {
 padding: 1px 20px 4px;
}
.ie8 .navbar-nav > li > a {
 padding: 1px 20px 4px !important;
}
.navbar {border: 0; margin-bottom:0; min-height: 20px;}

.navbar-nav > li > .dropdown-menu {max-height:400px; overflow:auto; background-color:#4f4f4f; border:1px solid #000; font-size:12px;}
.dropdown-menu > li > a {
    color: #fff;
	font-weight:700;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background:url(../images/nav-bg.png) repeat-x 0 -26px;
    color: #a0b8d8;
}

/* =Wrapper*/
#wrapper {padding:20px 0 40px;}
.jumbotron {padding-bottom:10px; padding-top:10px; margin-bottom:50px;}
.white-bg {background:#fff;}

/* =Footer */
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    background:#000;
    text-align:center;
    color:#fff;
    font-size:14px;
    min-height:30px;
    padding:15px 0;
    line-height:normal;
    z-index:9;
}
#footer.survey-footer {
    position: fixed;
    padding: 10px 0;
    width: inherit;
}
#footer .list-inline{margin-bottom:0;}
#footer a {color:#fff;}
#footer li + li {border-left:1px solid #fff;}


/* =Filter Options */
#filt-opts 				{padding:20px; font-size:12px; color:#666666;}
#filt-opts .row + .row 	{padding-top:15px;}
.show-report 			{padding-top:27px;}
.show-report .optdiv 	{background:#e5e5e5;}
.show-report .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) { width:90px;}
#optdiv {display:none;}
.styledRadio,
.styledCheckbox 
{
	display: inline-block;
	vertical-align:middle;
	margin-right:2px;
}
.btn-search{padding-top:17px;}
.modal-body .btn-search {
    padding-top: 22px;
}


/* =Graph Wrapper */
.graph-wrapper  {margin-top:20px;}
.graph-headings .col-lg-6{background:#b4bcc1;}
.graph-columns h2{background:#b4bcc1; color:#fff; text-align:center; padding:15px 0; font-size:20px; margin-bottom:0;}
.graph-columns > div {text-align:center; padding:0;}
.graph-columns > div + div {border-left:1px solid #e5e5e5;}

/* =Data Table */
.data-table{width:100%;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}
.data-table table{
    /*min-width:1000px;*/
}
table.dataTable tfoot,
/*table.dataTable thead{background-color:#231F20; color:#fff;}*/
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {}
table.dataTable tfoot th, table.dataTable tfoot td {padding:6px 18px;}
.btn-add a 		{color:#97af26;}
.btn-delete a 	{color:#ce0b0b;}
.dataTables_wrapper table.dataTable tbody tr.even td.sorting_1 {
/*    background: #f1f1f1;*/
}
/* =Login Page */
.login .jumbotron {padding-top:35px; padding-bottom:35px; margin-top:30px;}
.login .jumbotron h1 {font-size:25px; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ccc;}
.login .jumbotron .forgot-pwd p{font-size:12px; margin-bottom:0;}
.forgot-pwd li + li {border-left:1px solid #000; line-height:15px;}

.select-lang .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) { width:100px; margin-left:20px;}
.question_num {display:inline-block; *display:inline; *zoom:1; padding-right:10px;}
.survey-ques-answ .panel-body {padding:10px 15px;}
.survey-ques-answ ul.list-inline {margin-bottom:0;}
.prov-feedback { text-align:right;}
.action-buttons-row {text-align:center;}

.select-preloader{background:#fff 0 0 url("/images/pre-loader.gif") no-repeat;width:24px;height:24px;text-indent:-100px;overflow:hidden;position:absolute;top:27px;right:35px;}
.multiselect-preloader{background:#fff 0 0 url("/images/pre-loader.gif") no-repeat;width:24px;height:24px;text-indent:-100px;overflow:hidden;position:absolute;top:3px;right:3px;}
.list-inline li{position:relative;}
.list-inline li .select-preloader {top:5px;right:20px;}

/* =Table of Content */
.ques-type > li {position: relative;}
/*.ques-type .grades-pare {padding-bottom: 20px;}*/
.ques-type .grades {position: absolute; bottom:2px; left: 0;}

/* =16-June 2013 */
.select-lang-wrapp {padding-right: 15px;
    color: #fff;
    text-align: right;
    padding-top: 8px;}
.select-lang-wrapp select{/*width:100px;*/ width:auto; display:inline-block;}
.select2-selection__rendered{text-align: center;}
.sub-questions {margin-bottom:5px;}
.sub-question-wrapper label {font-weight:normal;}
.sub-question-wrapper + .sub-question-wrapper {border-top:1px solid #e5e5e5; padding-top:10px; margin-top:10px;}
.ques-type .grades-pare {padding-top: 20px;}
.ques-type > li { position: relative;}

.ques-type .grades {
    top:0;
    left: 5px;
    position: absolute;
    width:210px;
    font-size:12px;
    height: 20px
}
.survey-ques-answ label {font-weight:normal;}
.question_num {font-weight:normal;}

/* =data table */
.data-table {position: relative;}
.btn-export{position: absolute; top: 10px; right:23px;z-index:9; display:none}

.modal-footer{display:none;}

.highchart-title{
    position:relative;
    font-size:20px;
    font-weight:bold;
    opacity:0.2;
}

/* =Dashboard */
.info-block{margin:20px 0; text-align:center; padding:10px;}
.ligh-bord {border:1px solid #ddd;}
.panel-body + .panel-heading { border-top:1px solid #ddd;}
.brand-table th{background-color:#231F20 !important; color:#fff;}
.big-font {font-size:30px; background-color:transparent; line-height:30px;}

/* =18 June 2014 */
.grid-heading {background:#B3BBC0; padding:10px; margin-bottom:1px;}
.short-info {font-size:11px; font-style:italic; line-height:12px; text-align:center; color:#777;}
.dealer-years {margin-bottom:0;}
.dealer-years th {text-align:center; border-bottom:1px solid #231F20; background-color:#231F20 !important; color:#fff;}
.dealer-years th, .dealer-years td{font-size:11px;}
.dealer-years tr:first-child > td{border-top:0;}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}
.table-striped > tbody > tr:nth-child(2n+2) > td, .table-striped > tbody > tr:nth-child(2n+2) > th {
    background-color: #f9f9f9;
}
.graph-headings1{background:#ddd;padding:10px; margin:0; font-size:12px; margin:0;}
#prio-area .prio-btn{text-align:center;}
#prio-area .prio-btn a{display:inline-block; background-color:#231F20; color:#fff; padding:5px 20px;}

/*css added as on 26-06-2014*/
.mb-0{margin-bottom:0!important;}
.mr-0{margin-right: 0!important;}
.fleft{float:left;}
.disabled-layer{display:none; width:100%; height:100%; position: fixed; top:0; background-color:#000; opacity: 0.5; filter:alpha(opacity=50); z-index: 1000;}
div.blockMsg{display:none !important}

table.dataTable tfoot th, table.dataTable tfoot td,
table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
}
.btn-holder{
    margin-bottom:15px;
}

table.dataTable tbody td.child-ques{
     padding-left: 35px;
}

.listseperate li
{display:block;}
.logo-print{display:none;}

/*css added by satish as on 7/7/14 5:07 PM*/
@media (max-width:480px){
 .ques-type .col-xs-6{width:100%; overflow:hidden;}  
 .ques-type .grades-pare > .grades{top:4px; left:50px;}  
 ul.ques-type > li.grades-pare{padding-top:0;}  
}
.break-tag, .dnone{display:none;}
@media (max-width:600px){
    #header .logo, #header .head-right-links{}
    .tnc-content{padding:0 !important;}    
    #event-grid_length{text-align:left !important;}   
   
}
@media (max-width:350px){
    .break-tag, .dnone{display:block;}
    li.dnone{float:none; width:50px !important; margin-bottom:20px;}
    .left-marg{margin-left:10px;}
    .btn-export{right:3px; top:13px;}
    .col-xs-6{width:100%;}
    .dataTables_wrapper .dataTables_paginate .paginate_button{padding:0.5em 0.7em !important;}
    .ques-type label {display: inline;} 
}
@media (max-width:800px){
    #header .list-inline{text-align:center !important; }
    #filt-opts .btn-search{width:90%;}
}
@media (max-width:1024px){
    #filt-opts .btn-search{width:300px !important;}
}


.ques-type .col-xs-6 > input[type="radio"], .ques-type .col-xs-6 > input[type="checkbox"], .ques-type.listseperate input[type="radio"], .ques-type.listseperate input[type="checkbox"]{float:left; width:20px;} 
.ques-type .col-xs-6 > label, .ques-type.listseperate label{float:left; width:90%;}
.ques-type.listseperate > li{overflow:hidden;}  
img.plus-icon{max-width:20px;}
/*.data-table table#event-grid.display thead{background-color:#231F20; color:#fff;}*/
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}
.dataTables_wrapper table.dataTable tbody tr {
    background-color: #f1f1f1;
}
/*table.dataTable tbody tr.odd>.sorting_1{background-color: #f9f9f9!important;}*/
.dataTables_wrapper table.dataTable tbody th, .dataTables_wrapper table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 13px;
}
.data-table table#event-grid.display thead th{border-bottom:0px solid #111; padding:10px 18px;}
#actions table.eventDetails ul.list li{list-style: none;}
.pl-0{
    padding-left: 0 !important;
}
 .w80{width:80px;}

 /* Terms & conds 7/14/14 5:43 PM */
.tnc-content{clear:both; margin:0; padding:0 15px 10px;}
.tnc-content h3{margin-bottom:10px;}
.tnc-content p{line-height:inherit; font-family:inherit;}

 .sbtn{width:auto; float:left; margin-right:10px;}

 .form-control{ border-radius: 0px;}

.by_period_selection{clear:both;}
.by_period_selection li, .by_period_selection li strong{float:left; width:auto;}
.by_period_selection li strong{padding-top:8px;}

.by_month_selection{clear:both;}
.by_month_selection li, .by_month_selection li strong{float:left; width:auto;}
.by_month_selection li strong{padding-top:8px;}

.menu-label {
    padding-top: 7px;
}

.table-responsive{margin-bottom: 0;}
.priv-tbl table{ min-width: 500px;}

.unfixed {
    position: relative !important;
    left: auto;
    bottom: auto;
}

.selectmenu{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: white;
}

/*  Changes for proceed button in survey page 7/16/14 3:16 PM*/
#btnProceed{ margin-bottom: 20px; }
#dashboard_modal {
    width: 1000px;
    max-width: 96%; /* 8/1/14 2:23 PM*/
}

.form-control{position:relative; cursor: pointer; z-index: 1;}

/** Rakesh 8/1/14 2:09 PM */
.iframe-cont{width:100% !important;}

.alert-dashboard{color: #fddd03; font-weight: bold; text-decoration: underline;}

/* to highlight a row used in ranking report 8/18/14 11:32 AM */
.highlight td { background: #fffb95 !important;}

/* added by dipa for MDR*/
.prog-chart .progress {
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}


/* added by Dipa for dashboard alert  */
.margintop20  {margin-top:20px;}
/* added by dipa as per rakesh to show margin in dashboard 8/29/14 11:59 AM*/
.graph-columns{margin-bottom: 20px;}

/* For avg score by question page*/
.margintopleft {margin-top:20px;}
.list-inline.search-field.avg{float:right;}
.fontbold{font-weight:bold;}

/* For dealer ranking page page*/
.margintopleft-ranking {margin-left:240px;margin-top:10px;}


.by_period_selection .selectmenu{
    padding-left: 0;
    padding-right: 0;
}

/* for pdf button */
.btn-exportpdf{ right:23px;z-index:9;}


/* css for datatable sort*/
table.dataTable thead .sorting {
  padding-right: 22px !important;
}

table.dataTable thead .sorting_asc {
 padding-right: 22px !important;
}
table.dataTable thead .sorting_desc {
  padding-right: 22px !important;
}
/* Abhishek , tt-1218 */
tr td b.questionnumber{
    display: inline-block;
    width: 35px;
}
/* EOC abhishek , tt-1218 */

.print-h{display:none;}
.print-button{margin-top:10px;}
.fright{float:right;}

#alert-grid tbody td, #alert-grid th{word-wrap:break-word !important;max-width: 100px !important}
.psi-questions-table{font-size: 12px; width:95%; margin:15px}
.psi-questions-table td{text-align: left;}
.psi-questions-table tr .heading{background-color: #000 !important;}
.psi-questions-table tr .ques-label{background-color: #ececec;}
.psi-questions-table tr:nth-child(odd){background-color: #f9f9f9;}
.psi-questions-table .high{background: url(../images/tick.png) no-repeat;padding: 0px 7px 0px 6px;}
.psi-questions-table .low{background: url(../images/cross.png) no-repeat;padding: 0px 7px 0px 6px;}
.border-top-1px{border-top: 1px solid #e5e5e5; padding-top: 15px;}
.subs-dist-data .high, .region-nps .high, .report-help-text .high{background: url(../images/tick.png) no-repeat;padding: 0px 12px 0px 6px;}
.subs-dist-data .low, .region-nps .low, .report-help-text .low{background: url(../images/cross.png) no-repeat;padding: 0px 12px 0px 6px;}
.high{background: url(../images/tick.png) no-repeat;padding: 0px 12px 0px 6px;}
.low{background: url(../images/cross.png) no-repeat;padding: 0px 12px 0px 6px;}
.minus{background: url(../images/minus.png) no-repeat;padding: 0px 12px 0px 3px;}
.up-arrow{background: url(../images/up-arrow.png) no-repeat;padding: 0px 12px 0px 3px;}
.down-arrow{background: url(../images/down-arrow.png) no-repeat;padding: 0px 12px 0px 3px;}
.padding-top-21{padding-top: 21px}
.padding-bottom20{padding-bottom: 20px}
.font-size-20{ font-size:20px;}

/* TT - 3359 */
.response-percentage {color: #fff; font-weight: bold; float: left; background-color: #000; text-align: center}
.response-non-percentage {color: #fff; font-weight: bold; float: left; background-color: #ed7d31; text-align: center}
.cm-grid-data tr th{background-color: #000 !important; color: #fff; border-color: #000 !important}
.cm-grid-data tr.R12-row td{background-color: #dcdcdc !important; font-weight: bold; border-color: #bbbbbb !important}
.cm-grid-data table{border: #000 2px solid !important;}
.margintop15  {margin-top:15px;}
.customer-metrics-report #container1, .customer-metrics-report #container2{min-height: 520px}
.highlight-terminated-dealers {color: #FF0000;}
.psi-service-loan-question {font-style:italic; color:orange;}


/* new changes */
.main-header .logo .logo-lg{
    display: block;
}
.main-header .logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 240px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}

.main-header .logo .logo-mini {
    display: none;
}
.logo .logo-mini img{max-width:43px;}
.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
    content: "\f0c9";
}
.main-header .navbar .sidebar-toggle {
    color: #fff;
}
.sidebar {
    padding-bottom: 10px;
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 240px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}


.sidebar-menu>li>a {
    padding: 12px 5px 12px 15px;
    display: block;line-height: normal;
}
.sidebar a {
    color: #fff;text-decoration: none;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.main-sidebar {
    background-color: #222d32;
}
.sidebar-mini .sidebar-menu>li>.treeview-menu{display: none;-webkit-transform: translateZ(0);}
.shrink-sidebar .open>.treeview-menu {
    display: block!important;
}
.sidebar-mini .sidebar-menu>li>a {
    position: relative;
}
@media (min-width: 768px){
   
.sidebar-mini #wrapper {
    margin-left: 50px;
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
}
.menuOpen #wrapper {
    margin-left: 240px;
}
.sidebar-collapse .main-header .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
}
.sidebar-mini header .logo {
    width: 50px; height: 50px; padding: 0;
}
.menuOpen.sidebar-mini .logo {
  width: 240px;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
}
.menuOpen.sidebar-mini header .logo-lg {
    display: block;
}
.menuOpen.sidebar-mini header .logo-mini {
    display: none;
}
.sidebar-mini .main-header .navbar {
    margin-left: 50px;
}
.sidebar-mini.sidebar-collapse .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
}
.sidebar-mini .sidebar-menu>li {
    position: relative;}

.sidebar-mini .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px;
    z-index: 850;
}
.menuOpen aside.shrink-sidebar {
    width: 240px;
}

.sidebar-mini .sidebar-menu>li>a {
    margin-right: 0;
}


}

@media (max-width: 767px){
.main-header .logo {
    float: none;
    width: 100%;
    text-align: center;
}
.menuOpen #wrapper, .menuOpen .main-footer {
    -webkit-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    -o-transform: translate(240px, 0);
    transform: translate(240px, 0);
}
.main-sidebar {
    padding-top:100px;
    -webkit-transform: translate(-240px, 0);
    -ms-transform: translate(-240px, 0);
    -o-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
}
.menuOpen aside.shrink-sidebar {
    width: 240px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.filter_records .col-lg-3 {
    margin-bottom: 15px;
}
}
@media (max-width: 360px){
  .select-lang-wrapp {padding-right: 10px;}
  .select-lang-wrapp select {width: 70px;padding: 0 2px;}  
}
.card {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 0px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.highcharts-container {
    width: 100%!important;
}
.white-bg-shadow {
    background: #fff;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%);
}
.card.filter_records {
    margin-bottom: 10px;
}
.filter_records .card-body {
    display: none;
}
.display_filter_records{
    display: block !important;
}
.card-header {
    position: relative;
}
.filter_records .card-header{
    border:1px solid #f4f4f4
}
.card-header h3 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    cursor: pointer;
}
.card-header span.fa {
    position: absolute;
    right: 20px;
    height: 25px;
    color: #97a0b3;
    font-size: 13px; top: 40%;
}
.block-heading .btn-wrapper {
    justify-content: end;
    display: flex;
    margin-left: auto;
}
.block-heading h1 {
    font-size: 24px;
}
.mb-3{margin-bottom: 1.5em;}
.mb-4{margin-bottom: 2em;}
.sidebar-menu>li>a>.fa, ul.treeview-menu i{width:22px;}
.sidebar-menu>li>a>span {
    display: none;
    -webkit-transform: translateZ(0);
}
.menuOpen .sidebar-menu>li>a>span {
    display: inline-block;
}
.pull-right-container {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}
.sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    position: relative !important;
    float: right;
    left: 240px !important;
    top: -20px !important;
    z-index: 900;
    display: block;
    height: 30px;
}
.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right-container), 
.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    display: block !important;
    position: absolute;
    width: 250px;
    left: 50px;
}
ul.treeview-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar-collapse .sidebar-menu>li:hover>a>span {
    top: 0;
    margin-left: 0px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
}
.sidebar-mini .sidebar-menu>li:hover>.treeview-menu {
    top: 40px;
    margin-left: 0;
}
.body-wrapper .sidebar-menu > li:hover > a,
.body-wrapper .sidebar-menu > li:hover > a span,
.body-wrapper .sidebar-menu > li.active > a, 
.body-wrapper .sidebar-menu > li.menu-open > a {
    color: #ffffff;
    background: #1e282c;
}
 .sidebar-menu>li>.treeview-menu {
    padding-top: 10px;
    max-height: 480px;
    overflow-y: auto;
    padding-bottom: 10px;
    border-bottom-right-radius: 4px;
}
.sidebar-menu>li>.treeview-menu::-webkit-scrollbar {
  width: 10px;
}
.sidebar-menu>li>.treeview-menu::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 10px;
}
.sidebar-menu>li>.treeview-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(89 97 100);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
.sidebar-menu > li > .treeview-menu {
    background: #000;
}
.sidebar-menu .treeview-menu > li > a {
    color: #8aa4af;
}
.sidebar-menu .treeview-menu > li > a:hover {
    color: #fff;
}
.treeview-menu>li>a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 13px;
}
.sidebar-menu .open>a>.fa-angle-left, .sidebar-menu .open>a>.pull-right-container>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar-menu .open>a>.pull-right-container {
    top: 20px;
}
.data-table label {
    font-weight: normal;
    white-space: nowrap;
}
#inner-wrapper h1 {
    font-size: 24px;margin-bottom: 20px;
}
.head-right-links .list-inline {
    margin-bottom: 0;
}
.show-report label {
    display: flex;
    align-items: center;margin-bottom: 0;
}
.show-report label input[type="radio"] {
    margin: 0 5px 1px 0px;
}
.show-report .list-inline li {
    display: inline-block;
    vertical-align: top;
}
.label-text strong {
    display: block;
    line-height: 17px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
/*    border-top: 3px solid #d2d6de;*/
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.chart-container {
    min-height: 350px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.ajax_loader_kpi_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;
}

.ratingWrapper {
    display: inline-block;
}

.preBg, .ratingStar {
    margin-top: 9px;
    border-radius: 0 8px 8px 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; */
}

.ratingWrapper h1 {
    border-radius: 10px;
    float: left;
    color: #fff;
    font-size: 24px;
    padding: 15px 10px;
    font-weight: normal;
    margin: 0;
}

.margin-top-16 {
    margin-top: 16px;
}

.response-border {
    padding: 7px;
    border: #e2e2e2 1px solid;
    border-radius: 5px;
}

.response-header {
    padding: 2px 2px 2px 2px;
}

.diagnoseLabel {
    width: 70%;
    font-weight: bold;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right;
}

.right {
    text-align: right;
    width: 30%;
    float: right;
    margin-top: 0px;
}

.response-statistics {
    width: 50%;
}

.side {
    float: left;
    width: 10%;
    margin-top: 0px;
}

.middle {
    margin-top: 5px;
    float: left;
    width: 60%;
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 6px;
}

.bar-5 {
    height: 8px;
    border-radius: 6px;
}

.box-title {
    font-size: 16px !important;
    font-weight: bold;
}

.ajax_loader_customer_metric_line_chart{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:450px;
    text-align:center;
    display:none;
    left:0 !important;
}

.ajax_loader_customer_metric_bar_chart{
    z-index:999; 
    background:#F3F3F3;
    filter: alpha(opacity = 30);
    min-height:400px;
    text-align:center;
    display:none;
    left:0 !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #000;
    border-color: #323232;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    }

.response-border {
    padding: 7px;
    border: #e2e2e2 1px solid;
    border-radius: 5px;
}

.response-header {
    padding: 2px 2px 2px 2px;
}

.column_sentiment {
    float: left;
    width: 33.3%;
    padding: 10px;
}

.column_sentiment img {
    width: 35px;
}

.sentiment_Positive {
    color: green;
    font-weight: bold;
}

.sentiment_Neutral {
    color: black;
    font-weight: bold;
}

.sentiment_Negative {
    color: red;
    font-weight: bold;
}

.sentiment-answer {
    font-size: 16px;
}

#sentiment_update {
    text-align: center;
}

#sentiment_update label {
    width: 15%;
    text-align: center;
}

.custom-sentiment-select {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-sentiment-select + img {
    cursor: pointer;
}

.update-sentiment-img {
    width: 50px;
}

.custom-sentiment-select:checked + img {
    outline: 2px solid #0669B3;
    padding: 2px;
    margin-right: 5px;
}

.custom-sentiment-select + img {
    cursor: pointer;
}

.modal-title {
    font-weight: bold;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.sentiment-comment-text-img {
    display: flex;
    align-items: center;
}

.sentiment-scorecard-comment {
    float: left;
    width: 70%;
    border-right: 1px solid #c5c1c1;
}

.sentiment-scorecard-img {
    float: right;
    width: 16%;
    padding: 2px;
    text-align: center;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
    background: #000;
    line-height: 1.8;
}

.login-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: auto;
    position: fixed;
    width: 360px;
    /* margin-top: 63px; */
    top: 80px;
    left: 36%;
}

.WrapBox {
    background: url(../images/back.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed;
}

.login-btn {
    width: 100px;
    float: right;
    margin-top: -25px;
}

.nps-performance-table .align-right{
    text-align: center;
}
.nps-performance-table tbody tr:last-child {
    font-weight: bold;
    background-color: #a29f9f !important;
    border-top: 7px solid #FFF;
}
@media (max-width:370px){
    .mobile-custom-select {overflow: hidden !important;width: 100%;}
}