
/**************MODIFS DEBO*****************/
.webrtc{
	padding-top: 15px !important;
}

.statistic__item{
	margin-bottom: 17px !important;
}

.line-seprate{
	margin-bottom: 0px !important;
}

.statistic-chart{
	padding-top: 0px !important;
}

.top-campaign{
    margin-bottom: 17px !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
	padding-right: 20px !important;
}

select.form-control#statutsList{
	margin-right: 60px;
}

.chart-info{
	margin-bottom: 17px !important;	
}

.copyright{
	padding: 0px !important;
}

select.form-control{
	    border: 1px solid #e5e5e5 !important;
}

.statistic__item span.number{
	font-size: 17px !important;
	color: #fff;
	vertical-align: super;
}

.statistic__item--yellow {
    background: #ffc107 !important;
}

.statistic__item--purple {
    background: #f705c8 !important;
}

.statistic__item--blueGreen {
    background:#05f7bb !important;
}

.statistic__item--green.disabled {
    background: #cfcfcf;
}

.statistic__item--orange.disabled {
    background: #cfcfcf;
}

.statistic__item--blue.disabled {
    background: #cfcfcf;
}

.statistic__item--red.disabled {
    background: #cfcfcf;
}
.statistic__item--purple.disabled {
    background: #cfcfcf !important;
}

.statistic__item--blueGreen.disabled {
    background:#cfcfcf !important;
}
button.disabled {
    background:#cfcfcf !important;
}

.statistic2 .statistic__item{
	min-height: auto !important;
	border-radius: 7px !important;
}

.statistic__item{
	min-height: auto !important;
	padding:7px 2px !important;
}

button.statistic__item{
	width: 100%;
}

button.statistic__item i{
	color: #fff;
    opacity: 0.8;
    font-size: 25px;
    padding-right: 9px;
}

.table-top-campaign.table tr td:last-child{
	text-align: left !important;
}

/*.top-campaign{
	padding-bottom: 47px !important;
}*/


@media screen and (min-width: 768px) and (max-width: 1190px){
	button.statistic__item{
		min-width: 115px !important;
	}
	
	.statistic__item span.number{
		font-size: 12px !important;
		color: #fff !important;
		vertical-align: text-top !important;
	}
	
	button.statistic__item i{
		font-size: 16px !important;
	}
}


.description .info textarea{
	min-width: 281px;
    background: #f9f9f9;
    padding: 8px;
    min-height: 261px;
}

.statut ul li{
	display: block;
	margin-bottom: 8px;
}

.calllog .table thead th{
	border-bottom: 1px solid #dee2e6 !important;
    background: #efefef;
}

span#datepicker{
	float: right;
    font-size: 13px;
}

[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.manual-form{
	width:50%;
}

.manual-form .form-control{
	width: 19% !important;
	float: left;
}

.manual-form .au-input{
	width: 75% !important;
    line-height: 37px !important;
    margin-left: 24px;
}

#statutOp{
	background: #c9bdbd;
    min-height: 365px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    padding-top: 45px;
    font-size: 27px;
}

#statutPause{
	background: #ffc107;
    min-height: 365px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    padding-top: 153px;
    font-size: 27px;
}

#statutincall{
	background: #5ae031;
    min-height: 365px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    padding-top: 160px;
    font-size: 27px;
}

.statutteleop{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-align: center;
}

.noexist{
	display: none !important;
}

.account-item > .content{
	float: left;
}

.account-item > .content > a:after{
	content:none !important;
}

.account-dropdown__footer{
	border-top: none !important;
	float: left;
	/*padding: 9px 0;
    padding-left: 12px;*/
}

.account-dropdown__footer a{
	color:#ccc !important;
	font-size:16px !important;
	font-weight: 500 !important;
	padding: 8px 25px !important;
}

.account-dropdown__footer a:hover{
	background: none !important;
}

.account-dropdown__footer a i{
	margin-right: 6px !important;
	vertical-align: text-bottom !important;
}


#userName
{
    color:#ccc !important; 
}
.au-btn--blue
{
    background-color: #1ad2d2 !important;
}
.custom-select{
	background-color:#f8f9fa !important;
}
#rtcTriger{
	color: #ccc !important;
}

#logout{
	margin-left: 5px;
	color: #ccc !important;
}


form#clientStatutForm .invalid-feedback{
	width: auto !important;
	position: absolute !important;
	top: 78% !important;
}