.form-control{
	min-height:50px;
	font-size: 15px;
	border:1px solid #d0d3dd;
}
.btn{
	min-height:50px;
	font-size: 15px;
}
.inline-block{
	display:inline-block!important;
}
.h4{
	font-size:14px!important;
}

.nav-header .brand-logo{
	justify-content: center;
}

@media(min-width:1317px){
	.nav-header .logo-abbr{
		max-width: 85%;
	}
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .logo-abbr{
	max-width: 52px;
}

@media only screen and (max-width: 575px){
	.nav-header .logo-abbr {
		max-width: 52px;
	}
}

/*svg path{
	fill:var(--primary);
}*/

.bg-blue:hover{
	background:var(--blue-hover)!important;
	border-color:var(--blue-hover)!important;
}

/*operador online*/
.oponline{
	padding-right:15px;
}

/*barra rolagem*/
.ps__rail-y, .ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking{
	background:#ccc!important;
	right:3px;
	width:2px;
}
.ps__thumb-y{
	right:-3px!important;
	cursor:pointer;
}

/*page protocolo*/
.no-overflow{
	overflow:hidden;
}

.page-protocolo .widget-timeline{
	min-height: 120px;
	max-height: 68vh;
}
@media(min-width:768px){
	.bloco-anexos a{
		display:block;
	}
}
@media(max-width:767px){
	audio{
		width:100%;
	}
}
.campo-msg{
	width: calc(100% - 56px);
}
.campo-msgatt{
	width: calc(100%);
}
.page-protocolo .card-body{
	/* padding-bottom:90px!important; */
}
.page-protocolo .card-footer{
	padding:10px;
	position:fixed;
	bottom:0;
	right:30px;
	background-color:#efefef!important;
}
@media(max-width:767px){
	.page-protocolo .card-body{
		/* padding-bottom:100px!important; */
	}
	.page-protocolo .card-footer{
		right:15px;
	}
}
.page-protocolo .card-footer textarea{
	resize: none;
	padding-right:50px;
	line-height:17px;
}
@media(min-width:768px){
	.page-protocolo .card-footer textarea{
		height:30px!important;
	}
}
.page-protocolo .card-footer textarea::-webkit-scrollbar {
    width: 6px;
}
.page-protocolo .card-footer textarea::-webkit-scrollbar-track-piece {
    background-color: #efefef;
}
.page-protocolo .card-footer textarea::-webkit-scrollbar-thumb {
	background-color: #999999;
	cursor:pointer;
}
.anexar{
	position: absolute;
    right: 60px;
    font-size: 24px;
    top: 7px;
    z-index: 99;
    cursor: pointer;
}
.buttons-actions{
	width:56px;
}
.status-gravacao{
	padding-left:15px;
}
.anexos_upload{
	padding-top:15px;
}
.anexos_upload a{
	float:left;
}