
.table{
	color:#333;
}

th{
   text-transform: uppercase;
   font-size: 11px;
   font-weight: normal;
}
.dropup .dropdown-toggle::after{
   border-right: none;
   border-bottom: none;
   border-left: none;
}
.adv-table .dropdown-menu{
   font-size:1em;
   min-width: 95px;
   padding:0;
    overflow:hidden;
}
.adv-table .dropdown-menu a{
   padding: 5px;
   background:#fff;
   border-bottom:1px solid #e5e5e5;
   overflow:hidden;
}
.adv-table .dropdown-menu a:nth-child(1){
	color:#28A745;
}

.adv-table .dropdown-menu a:nth-child(2){
	color:#f00;
}
.adv-table .dropdown-menu a:hover{
	opacity:0.7;
}
.listBtn .btn{
   border-radius: 0;
   font-size: .79em;
}
.tools .btn{
   /*border-radius: 0;*/
   font-size: .79em;
}
.salesTimes{
   font-size: 9px;
   color:#2D2F2D !important;
}
.tdMetrics{
   text-transform: uppercase;
}
.metricsStatus{
   font-size: 11px;
   padding: 2px 15px;
   border-radius: 3px;
   background-color:#ccc;
   color:#576068;
   font-weight: 500;
}
.switchery-small{
   height: 16px !important;
   width: 30px !important;
   background-color: #ccc !important;
}
.switchery-small > small {
   height: 16px !important;
   width: 16px !important;
}
.table tr.odd {
   background-color: #fff !important;
   border-top:1px solid #dee2e6;
}
.table tr.even {
   background-color: #fff !important;
   border-top:1px solid #dee2e6;
}
/*.table tr.odd td.sorting_1{
   background-color: #fff !important;
}*/
.tagsData{
   font-size: 9px;
   padding: 0px 10px;
   background-color:#ccc;
   width: 80%;
   border-radius: 4px;
   text-align: center;
}
/*table > thead > tr > th {
   text-align: center;
}*/

.dottedBorder{
   border-bottom: 1px dotted #ccc;
   padding: 10px 0 ;
   margin-bottom: 0;
}
.noPaddingRight{
   padding-right: 0
}
.btn-group-sm > .btn, .btn-sm{
	border-radius:3px;
	padding: .3rem .2rem;
	line-height: 1;
}



.btn-primary, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled.active, .btn-primary.active[disabled] {
    background-color: #0083C9 ;
    border-color: #0083C9 ;
    color: #FFFFFF;
}
button.dt-button, div.dt-button, a.dt-button{
		border-radius:3px;
}


.btn-primary:hover, .btn-primary:focus{
    background-color: #3fb8e6 ;
    border-color: #3fb8e6 ;
    color: #FFFFFF;
}
.btn-default{
	background:#a1a6aa;
	border:1px solid #a1a6aa;
}
 
#sequenceName{
   border-top: 0;
   border-left: 0;
   border-right: 0;
}
.badge{
   padding: .35em 0.5em;
   border-radius:3px;
}
.headQuestion{
   font-size: 16px;
   padding-left: 5px;
}
.sales-audience-list{
   display: flex;
   justify-content: flex-start;
   align-items: center;
   margin: 20px;
}
.sales-audience-list > a:first-child{
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
}
.sales-audience-list > a:last-child{
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
}
.sales-audience-list > a{
   flex-basis: 150px;
   border: 1px solid #e5e5e5;
   color: #333;
   height: 100px;
   margin: 0;
   padding: 20px 15px 15px;
   text-align: center;
   cursor: pointer;
}
.sales-audience-list > a.active{
   border-color: #ffa800;
   background-color: hsl(40,100%,95%);
}
.sales-audience-list > a.active:hover{
   background-color:hsl(40,100%,95%);
}
.svg-modules{
   width: 32px;
   height: 32px;
}
.mg-t-10{
   margin-top: 10px !important;
   font-size: 12px
}
.fa-info-circle{
   font-size: 15px
}
.custom-control-label{
   font-size: 12px
}
.btnHeight{
   height: 30px !important;
}
.bootstrap-timepicker table td input{
   width: 30px;
}
a{
   color:#009EE0;
}
.m-l-45{
   margin-left: 45px
}
.svg-category{
   height: 40px;
   width: 60px;
}
.borderRight{
   border-right: 1px dotted #ccc;
}
.p-r-40{
   padding: 40px;
}
.m-t-b-5{
   margin: 5px 0;
}
.btn-white{
   font-size: 12px
}
.sales-audience-list > a:hover{
   background-color:#f9f9f9;
   cursor: pointer;
}
.p-t-2{
   padding-top: 2px
}
.p-t-4{
   padding-top: 4px
}
.tagsinput{
   height: auto !important;
}
.subLeftPanel{
   height: 100%;
   overflow: hidden;
   overflow-y: auto;
   position: relative;
   border-right: 1px dotted #ccc 
}
.subLeftPanel ul li{
   padding: 8px 0px 8px 15px;
   cursor: pointer;
}
.subLeftPanel ul li:hover{
   background-color: #f9f9fa
}
.subLeftPanel ul li.active{
   background-color: hsl(40,100%,95%);
}
.subLeftPanel ul li.active a{
   color: #000;
}
.subRightPanel .salesTimes{
   color: #9B9D9B !important;
}
.modal{
   background:rgba(255,255,255,0.7);

}
.modal-content {
    border-radius: 0;
    border: 3px solid #fff;
    box-shadow: 0 0 11px #999;
    background: #fff;
}
.modal-header{
	border-radius:0;
	padding:5px 15px;
}
.modal-dialog{
	margin:60px  auto;
}
.modal-header .close {
    position: absolute;
	right: 12px;
	top: -19px;
	color: #000;
	opacity: 1;
	background: #fff;
	padding: 6px 15px 2px;
	border-radius: 20px 20px 0 0;
}
.modal-header .close:hover {
	color:#222;
}
.small, small{
	font-size:85%;
}

.m-r-5px{
	margin-right:5px;
}
.plainRow{
   float:left;
   width: 100%;
   clear:both;
}
.adv-table table tr  td{
	
	-webkit-box-orient:horizontal;
	-webkit-line-clamp:1;
}
.customTab{
   width: 16.66%;
   text-align: center;
   position: relative;
   background: #eee;
   padding: 5px;
   height: auto;
   float: left;
   font-size: 0.85em;
   color: #000;
}
.tabActive{
   background: #ffa800;
    color: #fff;
}
.tabActive::after{
   -webkit-box-shadow: 1px -1px 0 1px #fff,1px -1px 0 1px #fff;
   box-shadow: 1px -1px 0 1px
   #fff,1px -1px 0 1px
   #fff;
   content: '';
   position: absolute;
   top: 50%;
   right: -7px;
   width: 17px;
   height: 17px;
   z-index: 1;
   border-radius: 0 0 0 25px;
   transform: translateY(-50%) rotate(45deg);
   background: #ffa800;  
}

.tabActiveUnqualified{
   background: #FF6C79;
   color: #fff;
}

.tabActiveConverted{
   background: #a9d86e;
   color: #fff;
}
.customTab:first-child{
   border-radius: 15px 0 0 15px;
}
.customTab:last-child{
   border-radius: 0 15px 15px 0;
}
.customTab::after{
   -webkit-box-shadow: 1px -1px 0 1px #fff,1px -1px 0 1px #fff;
   box-shadow: 1px -1px 0 1px
   #fff,1px -1px 0 1px
   #fff;
   content: '';
   position: absolute;
   top: 50%;
   right: -7px;
   width: 17px;
   height: 17px;
   z-index: 1;
   border-radius: 0 0 0 25px;
   transform: translateY(-50%) rotate(45deg);
}
.customTab .dropdown-menu{
   font-size:1em;
   min-width: 110px;
}
.customTab .dropdown-menu a{
    padding: 5px;
}
.directory-info-row .thumb{
   width: auto;
}
.avatar-lead{
   -webkit-transform: rotate(120deg);
   -ms-transform: rotate(120deg);
   -o-transform: rotate(120deg);
   transform: rotate(120deg);
   border-radius: 100px;
}
.avatar{
   display: inline-block;
   overflow: hidden;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
}
.avatar-lead-part{
   width: 100%;
   height: 100%;
   -webkit-transform: rotate(-60deg);
   -ms-transform: rotate(-60deg);
   -o-transform: rotate(-60deg);
   transform: rotate(-60deg);
   border-radius: 100px;
   display: block;
   overflow: hidden;
}

.avatar-lead .size-50-x-50{
   width: 40px;
   height: 50px;
}
.avatar-initial-20{
   background-color:#b5d2f6;
   color:#619ee7;
   font-weight: 500;
}
.avatar-initial{
   /*background:#eaeaea;
   background-color: rgb(234, 234, 234);
   color: #fff;*/
   display: table;
   vertical-align: middle;
}
.avatar-content-text{
   opacity: .7;
}
.avatar-content{
   width: 100%;
   height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   display: table-cell;
   vertical-align: middle;
}
.callLogPadding{
   padding: 5px 0;
}

.dropdown-menu{
   font-size:1em;
   min-width: 150px;
}
.dropdown-menu a{
    padding: 5px;
}
.message-img{     
   color:#ffa800;
   background:#fff;
   position: absolute;
   width: 50px;
   height: 50px;
   display: inline-block;
   border-radius: 50%;
   line-height: 45px;
   transition: all 150ms linear;
   font-size: 25px;
   border: 4px solid #e5e5e5;
   /*padding: 0 7px;*/
   text-align: center;
}
.timeline-event-start{
   padding-bottom: 10px;
   position: relative;
   margin-left: 35px;
   width: 53px;
}
.timeline-event-start .label{
   border-radius: 20px;
   padding: 5px 10px;
   background:#e5e5e5;
   color:#333;
   font-size: 10px;
}
.timeline-event-start::after{
   position: absolute;
   content: '';
   background:#e5e5e5;
   bottom: 0;
}
.timeline-event-end{ 
   position: relative;
   margin-left: 35px; 
}
.timeline-event-end .label{
   border-radius: 20px;
   padding: 5px 10px;
   background:#e5e5e5;
   font-size: 11px;
}
/*.msg-time-chat .fa-trophy{
   color: #ffa800;
}*/
.attribution .leadStage{
   color: #ffa800;      
}
.attribution .callStatus{
   color: #ffa800;      
}
.timeStamp{
   font-size: 6px;vertical-align: middle;
}
.leadScore{
   background-color: #f7f7f7;
   text-align: center;
}
.leadScore h6{
   margin-top: 20px;
}
.leadScore .count{
   background-color:#fff; 
   color:#f6ca00;
   width: 92px;
   font-size: 30.67px;
   line-height: 86px;
   right: 0;
   top: 0;
   border: 3px solid #f6ca00;
   border-radius: 50%;
}
.rightPanel .card-body{
   transition: box-shadow 150ms linear;
   padding: 7px;
   background:#fff;
   border-radius: 0;
   box-shadow: 0 2px 4px 1px rgba(0,0,0,.12);
}
.rightPanel .card header{
   transition: box-shadow 150ms linear;
   padding: 8px;
   background:#fff;
   box-shadow: 0 2px 4px 1px rgba(0,0,0,.12);
   position:relative!important;
   top: 0 !important;
	width: 100% !important;
}
.rightPanel .buttonsGroup i{
   font-size: 16px;
   /*height: 30px;
   width: 20px;*/
   padding-top: 6px;
}
.rightPanel .buttonsGroup .btn-default{
   margin-bottom: 3px
}
.form-group{
	margin-bottom:10px
}

.form-control{
   height: calc(1.3em + .75rem);
   border-radius:0;
   padding:5px;
   font-size:12px;
}
label{
	margin-bottom:3px;
}
.custom-control-label{
	display:flex;
	align-items:center;
}
.select2-container--default .select2-selection--multiple{
	border-radius:0;
}
#CommonSearchLi .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left:10px;
}
.rightPanel .buttonsGroup .btn-default {
    margin-bottom: 3px;
}
.rightPanel .buttonsGroup .btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 5px 0;
}
/*.card textarea{*/
.rightPanel .card textarea{
   border: none;
   resize: none;
}
.editNotesDiv{
   height: auto
}
.notesDiv .card-header{
	border-radius:0;
}
/*.editNotesDiv */.fa-trophy{
   color: #ffa800;
}
.editText{
   font-size: 1em;
}
.taskDiv .taskData{
   font-size: 0.85em;
}
.taskDiv .taskDay{
   margin-bottom: 5px;
}
.taskDiv .taskData .custom-checkbox{
   margin-top: 10px;
}
.social-links .tooltips{
   border-radius: 15px !important;
   font-size: 15px !important;
   color: #ADA9A9 !important;
   background: #EFF0F4 !important;
}
.overviewInput{
   padding:0px 10px 10px 5px;
   width: 65%;
}
.avatar-contact{
   background-size: 50px;
   border-radius: 50%;
}
.avatar-contact .size-50-x-50{
   width: 40px;
   height: 40px;
}
.avatar-content-wrap.change-avatar{
   position: relative;
}
.avatar-initial-18{
   background-color:#f2c1e2;
   color:#c869aa;
   font-weight: 500;
}
.size-80-x-80{
   font-size: 24px;
}
.avatar-contact .size-80-x-80, .avatar-deal .size-80-x-80, .avatar-forwardDetail .size-80-x-80, .avatar-more .size-80-x-80, .avatar-salesAccount .size-80-x-80, .avatar-team .size-80-x-80, .avatar-unknown .size-80-x-80, .avatar-user .size-80-x-80{
   width: 80px;
   height: 80px;
}
/*.avatar-content-text{
   opacity: .7;
}*/
.avatar-content{
   width: 100%;
   height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   display: table-cell;
   vertical-align: middle;
}
.img-overlay{
   opacity: 0;
   font-size: 10px;
   color: #fff;
   position: absolute;
   left: 0;
   bottom: 0;
   background: rgba(0,0,0,.5);
   width: 100%;
   height: 35%;
   padding-top: 5px;
   font-weight: 100;
   cursor: pointer;
}
/*.avatar-contact*/ .size-30-x-30{
   width: 30px;
   height: 30px;
}
.avatar-salesAccount{
   border: 1px solid #f0f0f0;
   background-size: 50px;
   border-radius: 50%;
}
.avatar-initial-22{
   background-color:#ffcfcf;
   color:#e86e6e;
   font-weight: 500;
}
.avatar-salesAccount .avatar-content{
   background-size: contain;
}
.relatedAccounts .dropup .dropdown-toggle::after{
   border-right: none;
   border-bottom: none;
   border-left: none;
}
.relatedAccounts .dropdown-menu{
   font-size:1em;
   min-width: 110px;
}
.relatedAccounts .dropdown-menu a{
    padding: 5px;

}
.dropdown-menu li.appointment{
	background:#e1f5ff;
	border-bottom:1px solid #fff;
}
.dropdown-menu li.appointment a, .dropdown-menu li.tasks a{
	color:#333;
	font-size:10.5px;
}
.dropdown-menu li.appointment a:hover, .dropdown-menu li.appointment a:focus, .dropdown-menu li.tasks a:hover, .dropdown-menu li.tasks a:focus{
	background:#fff;
}
.dropdown-menu .appointment img{
	float:left;
	width:20px;
	margin-top:5px;
	margin-right:5px;
}
.dropdown-menu li.tasks{
	background:#ffebed;
}
.dropdown-menu .tasks img{
	width:20px;
	float:left;
	margin-top:5px;
	margin-right:5px;
}
.card .badge{
	font-weight:normal;

	min-width:90px;
	font-size:11px;
}
.headingMenu{
   font-weight: 600;
   text-transform: uppercase;
   font-size: 12px;
   padding-left: 0;
}
#hidden-table-info th{
   font-weight: 500;
   text-transform: uppercase;
}
.dealValue{
   font-size: 16px;
   color:#333;
}
.dealText{
   color: #ffa800
}
.btnDeal{
   color: #fff !important;
   font-size: 12px;
   /*padding: 8px 14px;*/
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
	color:#555!important;
    opacity: 1;
}
.radial-progress{
   background-color: #f26b21;
   border: 3px solid #fff;
   border-radius: 50%;
   color: #fff;
   position: static;
   text-align: center;
   z-index: 10;
   width: 36px;
   height: 36px;
   font-size: 12px;
   line-height: 30px;
   right: -10px;
   top: -5px;
}
.dealFactorData{
   font-size: 12px
}
.fa-arrow-up{
   color: #39ae0b
}
.scoreFactor{
   font-size: 12px;
}
.tooltip{
   font-size: 10px
}
.m-l-10{
   margin-left: 10px
}
.m-r-10{
   margin-right: 10px
}
.avatar-deal{
   background-size: 50px;
}
.avatar.avatar-deal .avatar-deal-part.avatar-content-wrap{
   border-radius: 4px;
   overflow: hidden;
}
.size-50-x-50{
   font-size: 16px;
}
.avatar-deal .size-50-x-50{
   width: 40px;
   height: 40px;
}
.avatar.avatar-deal .avatar-content{
   background-size: contain;
}
.avatar-content-text{
   opacity: .7;
}
.subRightPanel .table td, .table th{
   border-top:none;
   /*padding: 15px 0 10px 0;*/
}
.subRightPanel .m-l-10{
   padding-top: 3px;
}
.subRightPanel .table thead > tr > th{
   padding: 0;
   height: 0;
   border: 0;
}
.callLogNote textarea{
   border:1px solid #ccc !important;
}
.reportsTable thead > tr > th{
   text-align: left !important;
}

.dashGraph .col-lg-4, .dashGraph .col-md-6 {
	padding:0 15px;
}
.dashboxCol{
	width:19.2%;
	margin:0 1% 0 0;
	float:left;
}
.dashboxCol:last-child{
	width:19.2%;
	margin:0 0 0 0;
}
.dashboxCol .dashBox h2{
	font-size:1.1rem;
	font-weight:bold;
	line-height:0.6;
	color:#333;
}
.state-overview .dashboxCol .value{
	width:80%;
	padding-top:12px;
}
.state-overview .dashboxCol .symbol{
	width:20%;	
	padding:14px 5px;
}
.state-overview .dashboxCol .symbol i{
	font-size:25px;
}
.dashBox .value p{
	color:#666!important;
}
.select2-container .select2-selection--multiple{
	min-height:28px;
}
.select2-container .select2-search--inline .select2-search__field{
	margin-top:3px;
}



.createReport .dropdown-toggle::after{
   display: inline-block;
   margin-left: .255em;
   vertical-align: .255em;
   content: "";
   border-top: .3em solid;
   border-right: .3em solid transparent;
   border-bottom: 0;
   border-left: .3em solid transparent;
}

   .createReportForm .panel-group .panel {
      border-radius: 0;
      box-shadow: none;
      border-color: #EEEEEE;
   }

   .createReportForm .panel-default > .panel-heading {
      padding: 0;
      border-radius: 0;
      color: #212121;
      background-color: #FAFAFA;
      border-color: #EEEEEE;
   }

   .createReportForm .panel-title {
      font-size: 14px;
   }

   .createReportForm .panel-title > a {
      display: block;
      padding: 15px;
      text-decoration: none;
      text-transform: uppercase;
      color: #000
   }

   .createReportForm .more-less {
      float: right;
      color: #212121;
   }

   .createReportForm .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #EEEEEE;
      padding: 10px 15px 40px 15px;
   }

.b-l{
   border-left: 1px dotted #ccc;
   padding-left: 5px;
   font-size: 11px;
}
::placeholder{
   color: #ccc !important;
   font-size: 11px !important;
}
.m-r-5{
   margin-right: 5rem;
}
.ruleSetBox{
   padding: 10px 15px;
   border-top: solid 1px #e5e5e5;
   background:#f9f9f9;
   margin: 0;
}
.ruleSetBox .reports-filter-conditions .addRow:last-child{
   border-bottom: 1px solid #e5e5e5;
}
.ruleSetBox .reports-filter-conditions .addRow{
   background: #f9f9f9;
   border-top: solid 1px #e5e5e5;
}
.reports-filter-conditions .addRow{
   padding: 15px 5px 15px 30px;
   position: relative;
}
.reports-filter-conditions{
   counter-reset: row;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
.reports-filter-conditions .addRow::before{
   width: 16px;
   height: 16px;
   background:#333;
   border-radius: 50%;
   color:#fff;
   content: counter(row);
   counter-increment: row;
   float: left;
   font-size: 10px;
   left: 15px;
   line-height: 16px;
   position: absolute;
   text-align: center;
   top: 20px;
}
.reports-filter-conditions::before{
   content: " ";
   display: table;
}
.m-l-0{
   margin-left: 0 !important;
}
.color-white{
   color: #fff !important;
   cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
   border-radius: 0px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
   border: solid #ced4da 1px !important;
}

.addCondition .badge {
    padding: .25em 0.35em;
}
.iconic-input i{
   margin: 8px 15px 0px 0px !important
}
.form-control[readonly]{
   background-color:#fff !important;
}
.groupData{
   margin: 0;
   padding: 15px;
   background:#f9f9f9;
   border-top: solid 1px #e5e5e5;
}
.mg-t-5{
   margin-top: 5px;
}
.p-t-5{
   padding-top: 5px;
}
.mg-b-5{
   margin-bottom:5px;
}
.mg-b-10{
   margin-bottom:10px;
}
.groupData .custom-control-label{
   padding-top:0px;
}
.groupData .custom-control-label::before{
   top:0;
}
.groupData .custom-control-inline{
   margin-right: 0;
}
.groupData .col-md-3{
   max-width: 24% !important;
}
.btn-group-xlg li{
   border-radius: 4px;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   font-size: 14px;
   line-height: 1.33333;
   padding: 20px 10px;
   float: none;
   display: table-cell;
   width: 1%;
   color:#333;
}
.btn-group-xlg .active{
   border-color: #ffa800;
   background-color: hsl(40,100%,95%);
}
#collapseFour .btn-group-xlg li{
   cursor: pointer;
}
#collapseFour .btn-group-xlg li i{
   font-size: 44px
}
#collapseFour .btn-group-justified > .btn{
   float: none;
   display: table-cell;
   width: 1%;
}
#collapseFour .btn-group{
   display: inline;  
}
#collapseFour .panel-body{
   padding-left: 0
}
.p-b-20{
   padding-bottom: 20px
}
.m-r-1{
   margin-right: 1rem;
}
#dashboardDiv .dashboard-card {
   transition:all .6s cubic-bezier(.25,.8,.25,1);
   background:#fff;
   border:1px solid #f0f0f0;
   border-radius:4px;
   min-height:345px !important;
   width:calc(30% - 14px);
   /*margin:4px;*/
   overflow:hidden;
   position:relative
}
#dashboardDiv .dashboard-card:nth-child(1),
.dashboard-card:nth-child(4) {
 /*margin-left:15px*/
}
#dashboardDiv .dashboard-card:hover {
 -webkit-transition:all .6s cubic-bezier(.25,.8,.25,1);
 -o-transition:all .6s cubic-bezier(.25,.8,.25,1);
 transition:all .6s cubic-bezier(.25,.8,.25,1);
 -webkit-box-shadow:0 1px 7px 0 rgba(0,0,0,.07),0 4px 10px rgba(0,0,0,.05);
 box-shadow:0 1px 7px 0 rgba(0,0,0,.07),0 4px 10px rgba(0,0,0,.05);
 transform:translateY(-5px)
}
#dashboardDiv .dashboard-card:hover .dashboard-card-actions {
   display:block
}
#dashboardDiv .dashboard-card .card-header{
   font-size: 12px
}
#dashboardDiv .dashboard-card .add-icon{
   font-size: 12px;
   padding: 30px;
   width: 50%;
}
.p-t-90{
   padding-top: 90px;
   padding-bottom: 90px;
}
.dashboard-card--divider {
   height: 100%;
   justify-content: center;
   position: relative;
}
.dashboard-card--divider span {
   background:#fff;
   padding: 10px 0;
   z-index: 2;
}
.dashboard-card--divider::after {
   border-left: 1px dashed #ccc;
   height: 100%;
   position: absolute;
   content: '';
}
.flex{
   display: flex;
   align-items: center;
}
.userSettings{
   background-color: #f4f4f4;
   padding: 7px;
   border-radius: 4px;
   border: 1px dotted #ccc;
}
.textareaBorder{
   border: 1px solid #ccc !important;
}
.full-width{
   width: 100% !important
}
.full-border{
   border:1px solid #ccc !important;
}
.editBadge{
   width: 30px;
   height: 30px;
   border-radius: 14px;
   text-align:center;
   position: absolute;
   /*bottom: 30px;*/
   cursor: pointer;
   background: #58c9f3
}
.m-t-8{
   margin-top: 8px !important;
}
#thumb{
   width: 100px;
   height: 100px;
}
.help-block{
   color: #58c9f3
}
.errClass{
   color: #58c9f3
}
.passChangeNote{
   color:#39b2a9;
   margin-left: 21px;
   font-size: 12px;
   font-style: italic;
}
#server-table{
   width: 100% !important
}
.leadsAddTask .dropup .dropdown-toggle::after{
   border-right: .3em solid transparent;
   border-bottom: .3em solid;
   border-left: .3em solid transparent;
}
.col-form-label{
   font-size: 12px
}
.f-s-12{
   font-size: 12px;
}

.m-r-0{
   margin-right: 0px;
}
.p-b-5{
   padding-bottom: 5px;
}
.msg-time-chat a:hover{
   color: #ffa800 !important;
}
.no-display{
   display: none
}
.m-b-15{
   margin-bottom: 15px
}
.rightBorder{
   border-right: 1px solid #ccc;
   height:calc(130vh - 120px);
}
.floatBoxHeader{
   border-color: #eff2f7;
   font-size: 16px !important;
   font-weight: 300;
   padding: .5rem .05rem;
}
.attendeeDiv{
   padding: 0 10px 0 0;
   background-color: #eee;
   border-radius: 12px;
   font-size: 10px;
   margin-top: 8px;
   color: #555;
}
.m-r-5x{
   margin-right: 5px
}
.attendeeBadge{
   font-size: 100%;
   padding: 9px 5px;
   height: 30px;
   width: 30px;
   text-align: center;
}
.p-l-10{
   padding-left: 10px;
}
.m-t-20{
   margin-top: 20px;
}
.addFilesText{
   font-size: 12px;
   margin-bottom: 2px;
}
.dealMiddle .tab-content .alert{
   padding: .55rem 1.25rem;
}
.dealMiddle .tab-content .alert-primary{
   color: #333;
   background-color: #eaf5fb;
   border-color: #cceef5;
   font-size: 12px;
}
.docFileDiv{
   padding: 35px;
   margin-bottom: 2rem;
   text-align: center;
   border: 1px dashed #0099e6;
}
.docFileDiv .docUploadText{
   color: #069;
   font-size: 12px;
   cursor: pointer;
}
.dealMiddle .tab-content .hr-divider{
   padding: 10px 0;
   position: relative;
   text-align: center;
}
.pd-hr-20{
   padding-left: 20px !important;
   padding-right: 20px !important;
}
.hr-divider .hr-label{
   /*background-color: #fff;
   padding: 0 10px;*/
   
   background-color: #d5d5d5;
	position: relative;
	z-index: 99;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	padding: 10px;
	
}


.hr-divider hr{
   position: absolute;
   top: 0;
   width: 100%; 
   left:0;
   margin-top: 21px;
   margin-bottom: 17px;
   border: 0;
   border-top: 1px solid #eee;
   box-sizing: content-box;
   height: 0;
}
.m-t-b-15{
   margin: 15px 0;
}
.m-l-5{
   margin-left: 5px
}
.m-t-15{
   margin-top: 15px;
}

.m-t-5{
   margin-top: 5px;
}
.rightPanel .btnDeal{
	margin-bottom:5px;
	margin-top:0;
}

.editFormLink{
   min-height:30px;
   position:relative;
}
.editLinkTitle{
   cursor:pointer;
   color:#000;
   text-transform:capitalize;
}
.notesDiv textarea.form-control{
	padding:5px 0;
}
#locationEditForm:hover > .editBtn{
   opacity:1;
}
#CompanyInformationEditForm:hover > .editBtn{
   opacity:1;
}
#LeadInformationEditForm:hover > .editBtn{
   opacity:1;
}
#ContactInformationEditForm:hover > .editBtn{
   opacity:1;
}
.fa-trophy{
	margin-right:5px;
}
.editBtn{
   opacity:0;
   margin-left:20px;
}
.f-s-18{
   font-size: 18px
}
.m-h-45{
   min-height: 45px
}
.pointer{
   cursor: pointer;
}
.w-60{
   /*width: 60%;*/
   width: 73%;
}
.m-b-0{
   margin-bottom: 0;
}
.no-bg-border{
   background: none !important;
   border: none;
}
.editControls{
   display: none;
}
.viewEditSaveBtn{
   padding: 7px;
   width: 30px;
   height: 30px;
   margin-top:-6px;
}
#CommonSearchLi .select2-container--default .select2-selection--single{
	border-radius:0!important;
}
#CommonSearchLi .select2-container .select2-selection--single{
	height:32px;
}
.select2-container--default .select2-selection--single{
	border-color:#eee;
}
#CommonSearchLi .select2-container .select2-selection--single .select2-selection__rendered{
	padding-top:1px;
}
.dueDateTasks{
   background-color: #ffe9ec!important;
   color: #333;
   margin: 0;
}
.completedDateTasks{
   background-color: #e4ffbf!important;
   color: #333;
   margin: 0;
}
.dueDateTasks a{
	display:inherit;
}
.taskData a i{
	margin:10px 0;
	display:inherit;
}
.dueDateTasks .textWhite{
	color:#000!important;
}
.completedDateTasks .textWhite{
   color:#000!important;
}
.taskData a{
	display:inherit;
}
.taskData{ 
	background-color: #f2f2f2;
   color: #333;
   margin: 0;
   padding-top:5px;
}

.textWhite{
   color:#fff !important; 
}
.upperUrlDiv{
   position: absolute;
   width: 100%;
   height: 253px;
   background: #ccc;
   z-index: 999;
   opacity: 0.3;
   display: none;
}

.upperUploadDiv{
   position: absolute;
   width: 100%;
   height: 318px;
   background: #ccc;
   z-index: 999;
   opacity: 0.3;
   display: none;
}
.orRow{
	margin:15px 0;
}

.urlDiv{
	margin-bottom:20px;
}
.uploadDiv, .urlDiv{
	padding:15px;
	border:1px solid #e5e5e5;
}
.leadProfilePic{
   width: 103px !important;
   height: 103px !important;
}
.b-r-0{
   border-radius: 0;
}
.dt-buttons{
   width: 50%
}

.filterFloatBox{
   box-shadow: 0 5px 12px 2px rgba(0,0,0,.25);
   background: #fdfdfd;
   border-left: solid 1px #f0f0f0;
   width: 30%;
   position: fixed;
   height: 100vh;
   /*z-index: 99999;*/
   z-index: 99;
   right:-100%;
   opacity:0;  
   transition:all 0.5s ease-in-out;
    top:60px;
}
.filterBoxShow{
   right:0!important;
   opacity:1;
   top:60px;
}
.filterBoxMain{
   width:100%;
   height:100vh;
   right:0;
   position:absolute;
   background:#fff;
    transition:all 0.1s ease;
   -webkit-transition:all 0.1s ease;
   -o-transition:all 0.1s ease;
   -ms-transition:all 0.1s ease;
   -moz-transition:all 0.1s ease;   
}
.filterTop{
   padding:10px 20px;
   height:50px;
   border-bottom:1px solid #eee;
}
.filterTop h2{
   font-size:20px;      
}
.filterMiddle{
   height:calc(100vh - 180px);
   padding:20px;
   overflow:auto;
}
.filterBottom{
   border-top:1px solid #eee;
   padding:10px 20px;
   height:50px;
}
.closeFilterBox{
   cursor:pointer;
}
.closeFilterBox:hover{
   color:#FF6C60;
}
.filterFloatBox .dealMiddle{
   height: calc(100vh - 180px);
}
.whiteColor{
   color: #fff !important;
}
.greenColor{
   color: #28a745;
}
.bio-graph-info h5{
   font-weight: 300;
   border-bottom:1px solid #e5e5e5;
   padding-bottom:15px;
}
.bio-graph-info .state-overview .card{
   display: flex;
}
.bio-graph-info .state-overview .symbol{
   width: 100%; 
   color:#333;
   padding-bottom:0;
}  
.bio-graph-info .state-overview .symbol i{
   color:#fff;
   font-size: 25px;
   padding-top: 15px;
   text-align:center;
   border-radius: 40px;
   height: 55px;
   width: 55px;
   margin-bottom:5px;
}
.bio-graph-info .state-overview .symbol div{
	margin-top:3px;
}
.bio-graph-info .state-overview .symbol .customBlue{
   background-color:#868cc6;
}
.bio-graph-info .state-overview .symbol .customSkyBlue{
   background-color:#8ec3d5;
}
.bio-graph-info .state-overview .symbol .customLightGreen{
   background-color:#aeccc2;
}
.bio-graph-info .state-overview .symbol .customLightGreenMatte{
   background-color:#c0bf86;
}
.bio-graph-info .state-overview .symbol .customLightGreenOrange{
   background-color:#e7a067;
}
.bio-graph-info .state-overview .symbol .customRed{
   background-color:#d88386;
}
.bio-graph-info .state-overview .symbol .customGrey{
   background-color:#bac1b6;
}
.bio-graph-info .state-overview .symbol .customIndigo{
   background-color:#8493ad;
}

/*SOCIAL ICONS*/
/* footer social icons */
.site-footer ul.social-network {
list-style: none;
display: inline;
margin-left: 0 !important;
padding: 0;
}
.site-footer ul.social-network li {
display: inline;
margin: 0 1px;
}
/* footer social icons */
.social-network a.icoFacebook,.social-network a.icoFacebook:hover {
background-color: #3B5998;
}
.social-network a.icoInstagram,.social-network a.icoInstagram:hover {
background-color: #dc4a38;
}
.social-network a.icoTwitter,.social-network a.icoTwitter:hover {
background-color: #2caae1;
}
.social-network a.icoLinkedin,.social-network a.icoLinkedin:hover {
background-color: #007bb7;
}
.social-network a.icoYoutube,.social-network a.icoYoutube:hover {
background-color: #e52d27;
}
.social-network a.icoWhatsapp,.social-network a.icoWhatsapp:hover {
background-color: #2cb459;
}
.social-network a i ,.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
color: #fff;
}
.social-network a.socialIcon:hover,
.socialHoverClass {
color: #44BCDD;
}
.site-footer .social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
font-size: 16px;
}
.site-footer .social-circle li i {
margin: 0;
line-height: 31px;
text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #595959;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.social-network a {
background-color: #F9F9F9;
}
.mb-10
{
margin-top: 10px;
}

#header_inbox_bar ul{
   width: 205px !important;
   margin-left:5px;
}
#header_inbox_bar .dropdown-menu.extended{
   top: 34px !important;
}
.notify-arrow-white {
   border-color: transparent transparent #fff;
   border-top-color: transparent;
   border-bottom-color: rgb(252, 179, 34);
   border-bottom-color: #fff !important;
   border-top-color: #fff !important;
}

ul.top-menu > li > a.navPlusBtn{
	color: #fff !important;
	background: #57C6F0 !important;
	border-radius: 50% !important;
	font-size: 18px !important;
	height: 28px;
	width: 28px;
	display: block;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	border:none !important;
	margin-top:-5px;
	-webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   -ms-transition: all 0.3s;
   transition: all 0.3s;
}
ul.top-menu > li > a.navPlusBtn:hover{
	color: #fff !important;
	 background: #0083C9!important;
}

.buttonsGroup .btn-default {
    background-color: #fff;
    border-color: #57C6F0;
    color: #57C6F0;
}
.buttonsGroup .btn-default:hover, .buttonsGroup .btn-default:focus {
    background-color: #57C6F0;
    border-color: #57C6F0;
    color: #fff;
}

#header_inbox_bar .dropdown-menu.extended li a{
   padding: 12px 10px !important;
}
.successColor{
   color:green;
}
.failureColor{
   color:red;
}
.table thead th{
	background:#EBEFF3;
   white-space: nowrap;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

button.dt-button, div.dt-button, a.dt-button{	
	background:#53bee6;
	border: 1px solid #53bee6!important;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover{	
	background:#2AA3DC!important;
	border: 1px solid #53bee6!important;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
}

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled){
	background:#53bee6;
	border: 1px solid #53bee6!important;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
	box-shadow:none;
	
}
.m-t-0{
	margin-top: 0
}
.table tr.highlightRow{
	background-color: #B1B1C8 !important;
	color: #fff
}
.table tr.highlightRow a{ 
	color: #fff 
}
.table tr.highlightUnqualifiedRow{
	background-color: #F1A4AB !important;
	color: #fff
}
.table tr.highlightUnqualifiedRow a{ 
	color: #fff 
}
.footerCenter{
	display: inherit !important;
	text-align: center !important;
}
.select2-container{
	z-index: 99999
}
.p-r-0{
	padding-right: 0px;
}
.stageRow{
	float:left;
	width:100%;
	padding-right:30px;
	clear:both;
	height:40px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	
}
.stageRowHeightAuto{
	height:auto;
	transition:all 1s ease;
}
.arrowIconStage{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	border:1px solid #e5e5e5;
	height:32px;
	width:32px;
	padding:6px;
	text-align:center;
	z-index:99;
}
.stageRowHeightAuto i{
	transform:rotate(180deg);
}
.stageBox{	
	box-shadow:0 0 6px #d5d5d5;
	border-radius:0;
	border:1px solid #e5e5e5;
	background:#fff;
	padding:8px 5px 5px;	
	text-align:center;
	float:left;
	margin: 0 10px 10px 0;
}
.stageBox:last-child{
	width:15.83%;
	margin-right:0;
}
.stageBox7{
	width:13.25%;
	margin-right:1%;
}
.stageBox7:last-child{
	width:13.42%;
	margin-right:0;
}
.stageBox6{
	width:15.83%;
	margin-right:1%;
}
.stageBox6:last-child{
	width:15.83%;
	margin-right:0;
}
.stageBox8{
   width:11.62%;
   margin-right:1%;
}
.stageBox8:last-child{
   width:11.62%;
   margin-right:0;
}
.stageBox h6{
	font-size:1em;
	margin-bottom:2px;
	font-weight:500;
	float:left;
}
.stageBox p{
	margin-bottom:0;
	font-size:1em;
	float:right;
}
.activeStage, .stageBox:hover, .stageBox:focus{
	background: #58c9f3;
	border:1px solid #58c9f3;
	color: #fff;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}
.propertyTable{
	border:1px solid #d5d5d5;
	background:#fff;	
	padding-bottom:20px;
}
.propertyTitle{
	font-weight:600;
	margin-bottom:20px;
	text-align:center;
}
.propertyContent{
	margin:0 2%; 
	font-size:14px;
	width:46%;
	float:left;
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
}
.propertyContent span{
	color:#666;
}
.propertyContent input{
	border:none;
	background:none;
}
.propertyContent.DescContent{
	width:96%;
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
	.state-overview .symbol{
		padding:25px 0;
	}
	.dashBox h2 {
		font-size: 1.6rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dataTables_filter{
		margin-left:18%;
	}
}

@media (max-width: 767px) {
	.propertyContent{
		margin-bottom:15px;
		font-size:14px;
		width:100%;
		float:left;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
	.dashboxCol .dashBox h2{
		font-size:1.05rem;
		font-weight:bold;
		line-height:0.6;
		color:#333;
	}
	.state-overview .dashboxCol .value{
		width:83%;
	}
	.state-overview .dashboxCol .symbol{
		width:17%;	
		padding:20px 5px;
	}
	.state-overview .dashboxCol .symbol i{
		font-size:18px;
	}
	.dashBox .value p{
		color:#666!important;
		font-size:0.85em;
	}
	
}




/******************* BASIC STYLING **********************/
.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  height: 40px;
  margin-bottom: 10px;
}

ul.scroll_tabs_container {
  list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner {
  height: 40px;
}

.scroll_tabs_container div.scroll_tab_inner span, .scroll_tabs_container div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #CCCCCC;
  color: #333333;
  cursor: pointer;
}

.scroll_tabs_container div.scroll_tab_inner li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
  height: 40px;
  background-color: #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_left_button::before {
  content: "\25C0";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_left_button_over {
  background-color: #999999;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
  color: #AAAAAA;
  background-color: #CCCCCC;
}

.scroll_tabs_container .scroll_tab_right_button {
  height: 40px;
  background-color: #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_right_button::before {
  content: "\25B6";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_right_button_over {
  background-color: #999999;
}

.scroll_tabs_container .scroll_tab_right_button_disabled{
  color: #AAAAAA;
  background-color: #CCCCCC;
}

/****************** LIGHT THEME **************************/
.scroll_tabs_theme_light {
  height: 42px;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
  height: 24px;
  right:70px !important;
  left:0!important

}

.scroll_tabs_theme_light div.scroll_tab_inner span, .scroll_tabs_theme_light div.scroll_tab_inner li {
  padding-left: 30px;
  padding-right: 15px;
  line-height: 24px;
  font-size: 12px;
  background-color: #EEEEEE;
  color: #333333;
  cursor: pointer;
  position:relative;
}
.scroll_tabs_theme_light div.scroll_tab_inner span::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #EEEEEE;
	content:"";
	position:absolute;
	right:-14px;
	z-index:99;
	top:-2px;
}
.scroll_tabs_theme_light div.scroll_tab_inner span:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 14px;
	border-color: transparent transparent transparent #fff;
	content:"";
	position:absolute;
	left:2px;
	z-index:9;
	top:-2px;
}
.scroll_tabs_theme_light div.scroll_tab_inner span:nth-child(2){
	padding-left:18px!important;
	border-radius:20px 0 0 20px;
	
}


.scroll_tabs_theme_light div.scroll_tab_inner span:last-child{
	display:none;
}
.scroll_tabs_theme_light div.scroll_tab_inner span:last-child:before{
	display:none;
}
.scroll_tabs_theme_light div.scroll_tab_inner span:last-child:after{
	display:none;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected:nth-child(1)::before{
	border:none;
	left:0;
	z-index:999;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected:nth-child(2)::before{
	border:none;
	left:0;
	z-index:999;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #fff;
	content:"";
	position:absolute;
	left:2px;
	z-index:9;
	top:0;
	
}
.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #FFA800;
	content:"";
	position:absolute;
	right:-12px;
	z-index:99;
	top:0;
}





.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  background-color: #CCCCCC;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff5d4;
  border-left: 0px;
  border-right: 1px solid #fff5d4;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over {
  background-color:none;
}

.scroll_tabs_theme_light .scroll_tab_left_button {
  height: 24px;
  background-color: #CCCCCC;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #d5d5d5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_left_button::before {
  content: "\25C0";
  line-height: 22px;
  padding-left: 5px;
  font-size:12px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
  background-color: #d5d5d5;
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
  color: #AAAAAA;
  background-color: #d5d5d5;
}

.scroll_tabs_theme_light .scroll_tab_right_button {
  height: 24px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #d5d5d5;
  border: 1px solid #d5d5d5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_right_button::before {
  content: "\25B6";
  line-height: 21px;
  padding-left: 5px;
  font-size:12px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
  background-color: #d5d5d5;
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled{
  color: #AAAAAA;
  background-color: #CCCCCC;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected {
  background-color: #FFA800;
  color:#fff;
}


/****************** DARK THEME **************************/
.scroll_tabs_theme_dark {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span, .scroll_tabs_theme_dark div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #333333;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  color: #FFFFFF;
  cursor: pointer;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0px;
  border-right: 1px solid #222222;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_over {
  background-color: #555555;
}

.scroll_tabs_theme_dark .scroll_tab_left_button {
  height: 42px;
  background-color: #333333;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #222222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_left_button::before {
  content: "\25C0";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_disabled {
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark .scroll_tab_right_button {
  height: 42px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #333333;
  border: 1px solid #222222;
  color: #FFFFFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_right_button::before {
  content: "\25B6";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_disabled{
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.tab_selected, .scroll_tabs_theme_dark div.scroll_tab_inner li.tab_selected {
  background-color: #666666;
}


.tableFilter .badge {
   position: absolute;
  /* right: 10px;*/
/*   top: 2px;*/
   /*z-index: 100;*/
   color: #fff;
/*   border-radius: 30px;*/
   border-radius: 23px;
   min-width: 23px;
}
.supportDashCount{
	color:#555;
	font-size:24px;
	margin-bottom:0;
}