/* Color Standarts */

.text-primary{
	    color: #e39324 !important;
}

.btn-primary {
    color: #fff;
    background-color: #e39324;
    border-color: #e39324;
}

.btn-primary.btn-shadow, .btn-primary.btn-shadow:hover {
    box-shadow: 0 0.125rem 0.625rem rgba(227, 147, 36, 0.43), 0 0.0625rem 0.125rem rgba(227, 147, 36, 0.48);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-outline-primary:hover {
    color: #fcfcfc;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #eaa64e;
    border-color: #ecae5e;
}
.btn-outline-primary{
    color: #e39324;
    border-color: #e39324;
}

.app-sidebar.sidebar-text-light .vertical-nav-menu li a {
    color: rgb(255 255 255);
}

.app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-icon {
    opacity: 1;
    font-weight: 700;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f7b924;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 185, 36, 0.34);
}

.card-header>.nav .nav-link.active {
    color: #e39324;
}
.card-header>.nav .nav-link:hover {
    color: #e39324;
}

.card-header>.nav .nav-link::before {

    background: #e39324;

}

.page-item.active .page-link, .pagination .active.page-number .page-link {

  color: #fff;
  background-color: #e39324;
  border-color: #d2851c;
}


.pagination li a {

    color: #e39324;

}

.pagination li a:hover {

    color: #343a40;

}

/* Layout Adjustments */


/* Login Page  <  ---   */

.app-logo {
    height: 46px;
    width: 172px;
    background: url("/assets/images/avidtrak_logo.png");
	
	margin-top: 60px;
    margin-bottom: 100px !important;
}

.app-login-box h4 span.d-block{
	
	font-weight: 700; font-size: 30px;
}

h6.rgstr{
	font-size: 12px;
}
h6.rgstr i{
	font-size: 16px;
    border: 2px solid #ea9004;
    color: #ea9004;
    border-radius: 2px;
    text-align: center;
    padding: 2px 2px 2px 6px;
    margin-right: 10px;
}

.loginBlks{
	    
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
	
	
}

.loginBlks a{
	width: 250px;
    height: 175px;
    border: 2px solid #e39324;
    border-radius: 8px;
	 color: #e39324;
    
    text-align: center;
	display: block;
	
}


.loginBlks a:hover{
	background: #f7f7f7;
}


.loginBlks a img{
	
	margin-top: 40px;
	margin-bottom: 10px;
	
}



.app-drawer-wrapper.drawer-open {
  right: 0;
  box-shadow: 0 0.76875rem 2.4875rem rgba(52,58,64,.1), 
  0 1.3375rem 1.70625rem rgba(52,58,64,.1), 
  0 0.55rem 0.53125rem rgba(0,0,0,.1), 
  0 0.225rem 0.4375rem rgba(52,58,64,.1);
}

.drawer-section h3{

	margin-top: 50px;
	    position: relative;
    display: inline-block;
}

.drawer-section h3:after{
	content: "";
    width: 50px;
    height: 4px;
    background: #e39324;
    position: absolute;
    border-radius: 4px;
    bottom: 12px;
    left: 120%;
}


.drawer-section h4{

    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
	
	    margin-left: 45px;
    margin-bottom: 30px;
}

.drawer-section h4:after{
	content: "";
    width: 120px;
    height: 4px;
    background: #e39324;
    position: absolute;
    border-radius: 4px;
    bottom: -8px;
    left: 0;

}


.drawer-section .form-row{
	margin-top: 100px;
}



.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=text],
.form-group select{
	
	border: none;
	border-bottom: 1px solid #e39324;
	margin-bottom: 30px;
	
}




/*
.form-group input:focus{
	border: none; outline: none;
	box-shadow: none;
	border-bottom: 1px solid #343a40;
}
*/




/* Login Page   ---  >  */




/* Dashboard Layout  <  ---   */


/* Header Customization */

.app-header.header-shadow {
  box-shadow: 0 0.46875rem 2.1875rem 
  rgba(4,9,20,.01), 0 0.9375rem 1.40625rem 
  rgba(4,9,20,.01), 0 0.25rem 0.53125rem 
  rgba(4,9,20,.01), 0 0.125rem 0.1875rem 
  rgba(4,9,20,.01);
}
.app-theme-white .app-header{
	background: white;
}

.app-page-title .page-title-icon{ width: initial}

.app-header__logo .logo-src{
	background: transparent;
}


.app-header-left{
	
	    width: -webkit-fill-available;
	text-align: center;
	display: block !important;
}

.app-header-left h6{
	    text-transform: uppercase;
    letter-spacing: 10px;
    color: #d0d0d0;
    font-size: 12px;
}

.app-header-left h6 span{
	color: #e39324;
	
}




/* Side Navigation */

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
	background-color: #343a40;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #e39324;
}

.app-theme-white .app-sidebar {
    background: #e39324;
}

.app-sidebar.sidebar-text-light .vertical-nav-menu li a i.metismenu-icon {
    opacity: .9;
}
.fixed-sidebar.fixed-header .app-sidebar .app-header__logo{ display: block}
.app-sidebar.sidebar-text-light .app-header__logo .logo-src {
    background: url("/assets/images/logo_transparent_small.png") no-repeat;
	  width: 60px !important;
    height: 49px;
	    left: 14px;
    top: 15px;
    position: absolute;
	transition: all .2s;
}

/* .closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo .logo-src {
  width: 60px !important;
} */
.supervisor-stats .drawer-section{
    padding: 5px 0px 0px;
}

.rvlDtlPnl{
right: -450px;
  box-shadow: 0 0.76875rem 2.4875rem rgba(52,58,64,.3), 0 1.3375rem 1.70625rem rgba(52,58,64,.3), 0 0.55rem 0.53125rem rgba(0,0,0,.05), 0 0.225rem 0.4375rem rgba(52,58,64,.3);
  background: white;
  position: absolute;
  transition: all .5s;
  height: 100%;
  z-index: 999;
  width: 300px;
  top: 0;
  padding-top: 57px;


}
  .slideIn{
   
       transition: all .5s;
    
      right: 450px;
   
  }




  .rvlDtlPnl .info-widget{
	
  }
  
  
  .rvlDtlPnl .card-header { border-bottom: 2px solid #df9122;}
  
  .rvlDtlPnl .card-header i{
    color: #df9122; font-size: 18px; font-weight: 700;
  }
  
  .rvlDtlPnl .card-header .card-header-title{ 
  
  
        font-size: 12px !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
  }
  
  .rvlDtlPnl .info-widget dd, .rvlDtlPnl .info-widget dt{
    display: block;
      width: initial;
  }
  
  .rvlDtlPnl .info-widget dd{
    margin-bottom: 15px;
        color: #9a9b9c;
  }


.closed-sidebar .app-sidebar:hover .app-header__logo .logo-src{
	 left: 40%;
}
.fixed-sidebar.fixed-header .app-sidebar .app-header__logo .header__pane{ display: none}


/* Breadcumbs */

.cont_breadcrumbs_1 {
    position: relative;
    left: 54px;
    top: -9px;

}

.cont_breadcrumbs_1 > ul > li {
  position: relative;
  float: left;
  transform: skewX(-15deg);  
  background-color: #fff;
    box-shadow: -2px 0px 8px -6px rgba(0,0,0,0.5);
	z-index: 1;

  margin-left: -50px;
transition: all 0.5s;
	list-style: none;
}

.cont_breadcrumbs_1 > ul > li  > a {
     display: block;
    padding: 10px;
    font-size: 12px;
    transform: skewX(15deg);
    text-decoration: none;
    color: #444;
    font-weight: 300;
   
}
.cont_breadcrumbs_1 > ul > li:first-child {
 margin-left: 0px;
}
.cont_breadcrumbs_1 > ul > li:hover {
background-color: #fef8e6;
}

.cont_breadcrumbs_1 > ul > li:last-child {
  background-color: #e39324;

}

.cont_breadcrumbs_1 > ul > li:last-child > a {
  color: #fff;
		font-weight: 700;
}


.cont_breadcrumbs_1 > ul:hover > li {
  margin-left: 0px;
}
 



/* DataTable */

.dataTable{
	-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
		  border-top: 1px solid #fff8e6;
	
	box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    border-width: 0;
	
	

}
table.dataTable{
	margin-top: 0px !important;
}

.dataTable thead tr, .dataTable .table-header{
	background: #fef8e675;
}

.table-bordered {
    border: none;
	border-bottom: 1px solid #f6f7f8;
}



.dataTable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e393241f;
}

.dataTable thead th{
	  border-top: 1px solid #fff8e6;
	
}

.dataTable thead input[type=text] {
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #e9910c;
    background: transparent;
    padding-left: 10px;
    outline: none;
}



.dataTable tbody td{
    font-size: 13px;
	    color: #6c757d;
}


.dataTable tbody td a{
	opacity: .8;
}

.dataTable tbody td a:hover{
	opacity: 1;
}

.table-striped tbody tr:nth-of-type(odd){
	    background-color: initial;
}


.dataTable tbody tr:hover {
    /* background-color: #ffffff; */
    background-color: #fef8e6;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(222,222,222,1);
    box-shadow: 0px 2px 3px 0px rgba(222,222,222,1);
}

.table-bordered td, .table-bordered th {
    border: none;
	padding-left: 20px;
	padding-right: 20px;
}



/* .dataTables_wrapper > .row:first-of-type {
	position: absolute;
    right: 260px;
    top: 12px;
} */

.dataTables_length {
  width: 30%;
  float: left;
  padding-left: 1.25rem;
  padding-top: 0.85em;
}

.dataTables_info {
  float: left;
  width: 20%;
}

.dataTables_filter {
  position: absolute;
    /* right: 260px; */
    right: 50%;
    top: 12px;
}

.dataTables_wrapper .row .col-md-6 input, .dataTables_wrapper .row .col-md-6 select{
	border: 1px solid #f5e9c7;
	
}

.dataTables_wrapper .row .col-md-6 input:focus, .dataTables_wrapper .row .col-md-6 select:focus{
	    border-color: #f7b924;
}

    
.dataTables_wrapper .row  + .row{
	    margin-right: -20px;
    margin-left: -20px;
	    position: inherit;
}

.dataTables_wrapper .row  + .row .col-sm-12{

	padding: 0px;
}

.dataTables_wrapper .row  + .row + .row{
	    margin-right: -15px;
    margin-left: -15px;
		    position: inherit;
}

.dataTables_wrapper .row  + .row + .row .col-sm-12{
	 padding-right: 15px;
    padding-left: 15px;
}

.dataTable_Detail {
  margin-left: 7vh !important;
  background-color: #FFFCF4;
  width: 96%;
}


.dataTable_Detail .title-heading{
    font-weight: bold;
  display: block;
  font-size: .6rem;
  color: #495057;
}
.dataTable_Detail .col-lg-4{
margin-bottom: 15px;
}

.ivrMsgs{
width: 100%;
}


.ivrMsgs .font-icon-wrapper{
 display: inline-block;
  vertical-align: middle;
     color: #e2d5b3;
  padding: 0px 8px;
 
  margin: 0px 5px;
 
  border: none;
}

.ivrMsgs .ivrInfo{ display: inline-block}
.ivrMsgs .ivrInfo .badge{ margin-left: 5px;}
.ivrMsgs .ivrInfo .badge.badge-focus{ width: 120px;}
.ivrMsgs .ivrInfo .ivinf{
margin: 5px 0px;
}


.l-quote {
  position: relative;
  width: 200px;
  padding: 15px 15px 20px;
      margin: 20px 5px 20px;
  color: #fff;
 
  display: inline-block;
opacity: .7;
}
.l-quote p{
margin: 0px;
}
.l-quote blockquote {
  margin: 0 0 5px;
}

.l-quote.hbar{
width: initial;
display: block;
padding: 10px;
margin: 14px 10px;
}

.l-quote:hover{
opacity: 1;
box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
  border-width: 0;
}

.l-quote.quote:after {
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
content: "";
position: absolute;
top: 100%;
right: 25px;
border-width: 30px 30px 0 0;
border-style: solid;


}

.l-quote.hbar.quote:after {
-moz-transform: skewX(-15deg);
-ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
content: "";
position: absolute;
top: 100%;
right: 25px;
border-width: 10px 10px 0 0;
border-style: solid;


}

.l-quote.bg-success.quote:after {
 border-color: #3ac47d transparent;
}
.l-quote.bg-warning.quote:after {
 border-color: #f7b924 transparent;
}
.l-quote.bg-info.quote:after {
 border-color: #16aaff transparent;
}

.l-quote.bg-dark.quote:after {
 border-color: #343a40 transparent;
}


cite {
display: block;
margin: 5px 0 0;
font: 10px / 1.2 Arial, sans-serif;
}
cite:before {
content: "— ";
}
.shown {

  background: #fef8e6;
  font-weight: 700;
}

.shown tbody tr:hover{
background: #fef8e6;
}


tbody .details-control{
text-align: center;
}



.shown .details-control{  color: #e39324;}
/* General layouting */



.app-main .app-main__inner{
	padding: 10px 10px 0;
}
.hglBlk{
	
}


.hglBlk h3{
	color: #e39324;
    font-size: 24px;
	position: relative;
}
.hglBlk h3:after{
	    position: absolute;
    content: " ";
    width: 100px;
    height: 4px;
    background: #e09122;
    left: 0px;
    top: 30px;
    border-radius: 4px;
}

.hglBlk h3:before{
	    position: absolute;
    content: " ";
    width: 140px;
    height: 4px;
    background: #343a40;
    left: 0px;
    top: 30px;
    border-radius: 4px;
}

.hglBlk span{
	font-size: 12px;
}

.hglBlk .phone_no{
	font-weight: 700;
}


.aviddrawr{
	height: 100vh;
}

.aviddrawr .form-control{
	padding: .275rem .65rem;
    font-size: .9rem;
	
}

.aviddrawr label{
	color: #e39324;
    font-size: 11px;
    font-weight: 700;
}

.fxdbtns{
	    position: fixed;
    bottom: 0px;
    margin-left: -24px;
    
    width: 450px;
}

.fxdbtns button{
	  width: 223px;
    /* margin: 0px !important; */
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px 5px;
}

.fullhgt{
	height: 100vh;
}


.app-header__logo{
	  /* left: 88px; */
    position: relative;
}

.app-main{
  /* z-index: initial; */
  padding-top: 50px !important;
}


.dtbleCard{
	    background: #fef8e6;
}


.dtbleCard + .card-body{
    /* padding: 0 1.25rem 1.25rem; */
    padding: 0 0 1.25rem;
}

.dataTables_paginate {
  padding-top: 0.85em;
  float: right;
  padding-right: 1.5rem;
  width: 40%;
}

/*
.incoming-widget .btn-outline-success{

  animation-name: color;
  animation-duration: 1s;
  animation-iteration-count: infinite;
	
}
*/


.incoming-widget .btn-outline-success:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #e39324;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.incoming-widget .btn-outline-success i{
	color: #3cc47d;	
}

.incoming-widget .btn-outline-success:before {
	    position: absolute;
    background: #3cc47d;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    top: -1px;
    left: 0;
    right: 0;
}


.incoming-widget .btn-outline-success .lnr-phone-handset{

/*
	animation-name: colorInvert;
  animation-duration: 1s;
  animation-iteration-count: infinite;
*/
	color: #3ac47d;
}

@keyframes color {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #3ac47d;
	  color: #ffffff;
	  opacity: 1;
	
  }
  100 {
    background-color: #ffffff;
  }
}



@keyframes colorInvert {
  0% {
    color: #3ac47d;
  }
  50% {
	color: #ffffff;
	 
	  opacity: 1;
	
  }
  100 {
    color: #3ac47d;
  }
}



.incoming-widget .card-title{
	background: #e39324;
    display: table;
    padding: 2px 10px;
    border-radius: 14px;
    color: white;
    font-size: 12px;
	    margin: 0px auto 10px;
}





.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 53px;
    z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
.pulsating-circle:before, .cltrnsfrActv:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #e39324;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}


.cltrnsfrActv i{
	color: #3cc47d;	
}

.cltrnsfrActv:before {
	position: absolute;
    background: #3cc47d;
    width: 150%;
    height: 100%;
    margin: initial;
    top: -1px;
    left: -6px;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}





.script-widget .scroll-area-lg/* , .info-widget .scroll-area-lg */{
	height: 83vh !important;
}


.script-widget .card{
  background: #fffae8;
  height: 88vh;
	
}

.script-widget .card .card-header{
	
	border-bottom: 3px solid #e59e42;
	 color: #e59e42;
}

.script-widget .card .card-header::after{
	content: "\e83f";
	font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
}





.info-widget .card .card-header{
	border-bottom: 3px solid #3cc47d;
	 color: #3cc47d;
}


.info-widget .card .card-header::after{
	    content: "\e82a";
	font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
}



.hghtExpnd{
  height: 158px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  /* overflow-x: scroll; */
}

.hghtExpnd ul{
 list-style: none;
	    padding: .7rem 1.5rem !important;
}


.hghtExpnd ul li{
	display: inline-block;
	width: 45%;
	    height: 40px;
    vertical-align: top;
}

.hghtExpnd ul li dt{ display: block; width: 100%;

    font-size: 10px;
}

.hghtExpnd ul li .clipboard-trigger{ padding: 0px;}

.hghtExpnd ul li:last-child{
	margin-top: 10px
}


.hghtExpnd ul li .form-group input[type=text]{
	margin-bottom: 0px;
	width: 100px;
}

.hghtExpnd ul li .form-inline{
	display: inline-block;
}

.hghtExpnd ul li .form-inline .btn{
	border-radius: 100%;
}

.cdpsWidgt.card .card-header {
    border-bottom: 3px solid #76cafb;
    color: #76cafb;
}



.cdpsWidgt.card .card-header::after{
    content: "\e802";
	
}

.info-widget dd, .info-widget dt{
	    width: 45%;
    display: inline-table;
   
    padding: 0;
}

.info-widget dd{
	
} 

.info-widget dd .btn{
	padding: 0px 5px;
}

.info-widget dt{
	font-size:10px;
}

.info-widget dd .form-inline{
	display: block;
}



.info-widget dd #txtServSuite{
	width: 20px;
	height: inherit;
	margin-bottom: 5px; margin-right: 5px;
}
.info-widget dd #txtServSuite + .btn{
	position: relative !important;
}

.info-widget .dropdown-divider{
	display: none;
}

.info-widget .cdps{
	text-align: center;
    width: 100%;
    text-transform: uppercase;
    background: #ebf9f3;
    color: #3cc47d;
    /* border-radius: 14px; */
    letter-spacing: 2px;
    padding: 4px;
	    /* margin: 5px 0px 20px; */
}

.info-widget .dropdown-divider + dt + dd{
	display: none;
}

.info-widget .cdpsCon{
        width: 100%;
    padding: 10px 24px;
}

.info-widget .cdpsCon dd, .info-widget .cdpsCon dt{
	width: 100%;
}


.info-widget select.form-control{
    border: none;
    border-bottom: 1px solid #e39324;
    margin-bottom: 30px;
	font-size: 12px;
}

.supervisor_call {
	height: 30vh !important;
}

.main_call{

	padding: .25rem!important;
	margin: 5px 0px;
	/* height: 85vh; */
	height: 88vh;
	/* border: 2px dashed #ccc;  */
}

.main_call .icon-circle{
	border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 6px 0px #999;
    width: 50px;
    height: 50px;
    background: white;
}


.main_call  .text-nowrap.mt-4.mb-4, .consult-call .text-nowrap.mt-4.mb-4{
	
	font-size: 20px;
    font-weight: 700;
    color: #e39324;
}

.consult_call{
	    background: white;
    height: 88vh;
    margin-top: 5px;
    /* padding: 15px 20px !important; */
}

.consult_call h5{ 
text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0px 10px;
    color: #794c8a;
}



.consult_call .p-1{
    padding: 5px 0px !important;
    border: none;
    margin-bottom: 10px;
}


.consult_call .nav-pills{
	border-bottom: 2px solid;
    background: white !important;
}

.consult_call .nav-item .nav-link{ border-radius: 0px;}

.drawer-section .pulsating-circle{
	z-index: 1;
}

.drawer-section .card-header-title{
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.drawer-section .caller_id{
	padding-top: 120px !important;
    font-size: 20px;
    font-weight: 700;
}

.widget-content-left{ text-align: left}
.consult-agents .searchlist{
	    margin-bottom: 10px;
	border: none;
	padding: 0px;
}
.consult-agents .searchlist input{
    border: none;
    border-bottom: 1px solid #e39324;
}
.consult-agents .agnt{
	    background: #ebf9f3;
    opacity: 1 !important;
    color: #3cc47d;
    font-size: 10px;
    border-radius: 8px;
    display: inline-block;
    padding: 2px 6px;
    text-transform: uppercase;
    font-weight: 700;
}

.consult-agents .spvr{
	    background: #fefae8;
    opacity: 1 !important;
    color: #e39d43;
    font-size: 10px;
    border-radius: 8px;
    display: inline-block;
    padding: 2px 6px;
    text-transform: uppercase;
    font-weight: 700;
}

.header-dots .toggle{
	margin-top: 10px;
}

.chngsts { margin-top: 10px;}

.chngsts button.badge{
	display: block;
	margin-bottom: 10px;
}

.chngsts .scrollbar-container{
	padding: 10px 10px;
}

.chngsts .dropdown-menu .dropdown-header {
    text-transform: uppercase;
    font-size: .73333rem;
    color: #343a40;
    font-weight: 700;
}

.chngsts .stslbl{
	position: absolute;
    top: -1px;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b1b1b1;
    left: 12px;
}
.chngsts .sts{
    display: block;
    text-align: center;
    width: 100%;
	font-weight: 700;
}

.chngsts .sts:hover, .chngsts .sts:active{
	background: transparent !important;
	color: initial !important;
}


.chngsts  .icon-wrapper-bg{
	border-radius: 4px !important;
}


.chngsts .icon-wrapper-alt{
	width: initial; 
}


.chngsts .badge-dot{
	top: 14px !important;
}


/* Call Status */
.onCall{
	    background: #ebf9f3 !important;
    border-top: 2px solid #3cc47d;
}

.onCall .pulsating-circle{ z-index: 1;}
.onCall .pulsating-circle:before {

  background-color: #3ac47d!important;
 
}

.onCall img{
	position: relative; z-index: 9;
}

/* .consult_agents .searchlist{
	
	padding-bottom: 10px;
} */


.input-group-append {
    /* border: none;
    margin-bottom: 30px; */
    border-bottom: 1px solid #e39324;
}

.input-group-text {
  border: none;
}


/* Style the vtab */
.vtab {
  float: left;
  /* border: 1px solid #eca441;
  background-color: #f1c07d; */
  width: 30%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.vtab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #b9915a;
}

/* Create an active/current "tab button" class */
.vtab button.active {
  background-color: #e8cca4;
}

/* Style the tab content */
.vtabcontent {
  float: left;
  padding: 12px 12px;
  /* border: 1px solid #eca441; */
  /* box-shadow: -10px 0px 10px 1px #a87c3e; */
  box-shadow: -7px 0 8px -5px #a87c3e;
  width: 70%;
  border-left: none;
  /* height: 300px; */
  height: 83vh !important;
}

.chat_div > .input-group-append > .btn {
  padding: 0px 10px !important;
}

.chat_div .input-group-append {
  border-bottom: none !important;
}

table tbody {
  font-size: 13px;
}