
.logo img{
	width: 162px
		width: 358px
}

cliente-foto{
	background: #F8F8F8;
}

#ui-datepicker-div{
	z-index: 99999 !important
}

.row{
	display: flex;
	flex-direction: row;
}
.block{
	display: block;
}

.cliente-contato {
	font-size: 1.5em;
}

.cliente-contato ul{
list-style: none;
}
.cliente-contato .icone{margin-right: 15px;font-size: 1.2em;color: rgba(162,162,162,0.69);}

.cliente-contato span{
font-size: 0.7em;
}

.slider-guia{
	background-color: #f9eacf !important;
}

input.editlabel{
	width: 100% !important;
	font-size: 0.7em; !important;
}

span.editlabel{
	cursor: pointer;
	overflow: hidden;
    word-wrap: break-word;
	
}
span.editlabel:hover{
	color: red;
}


.icon-status{
	position: absolute;
    top: 11px !important;
    left: 142px !important;
	// font-size: 2em !important;

}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-group a{
	color: #ffffff;
	margin: 0px;
	text-decoration: none !important;

}


.btn-group a:hover{
	color: #ffffff;
	
}

.nd{
	text-decoration: none !important;
}

.mh44{
	min-height: 44px;
}

.h50{
	height: 50px !important;
}

.pointer{
	cursor: pointer !important;
}

.bold{
	font-weight: 600;
}

.dourado{
	color: #bc9355;
}

.bg-dourado{
	background-color: #bc9355;
}

.dourado:hover{
color: #776345 !important;

}

.cinza{
	color: #bfbfbf;
}

.bg-cinza{
	background-color: #bfbfbf;
}

.rosa {
    color: #967adc;
}

.tleft{
	text-align: left!important;
}


.tright{
	text-align: right!important;
}


.tcenter{
	text-align: center!important;
}

.left{
	float: left!important;
}
.right{
	float: right!important;
}
