/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
ul{
	padding: 0;
}
ul, li{
	list-style: none;
}

h4 strong{
	width: 100%;
}

/*.portlet-body #sample_2 > tbody > tr > td > a{
  background-color: #b6b5b5;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
}*/

.tab-content #lances{
	height: auto !important;
}

#box_mensagem ul, .botoes ul{
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
#box_mensagem ul li > *, .botoes ul li > *{
	width: 100%;
	padding: 8px 0;
	float: left;
	text-align: center;
}

#box_mensagem ul li, .botoes ul li{
	margin: 0 0 10px;
}

#lances_audit{
	height: 248px;
	border-radius: 4px;
	overflow: hidden;
	background: #f2f1f1;
	padding: 0;
}
#lances_audit iframe{
	padding: 0;
}
#lances_audit iframe table.table *{
	font-weight: 300 !important;
	font-size: 12px !important;
}

#statusBox{
	width: 100%;
}
#lances_audit h3{
	width: 100%;
	margin-left: 15px;
	font-size: 14px;
}
#lancemanual{
	padding-left: 0;
	padding-right: 0;
}
/*.fotoLote_audit{
	overflow: hidden;
	border-radius: 4px;
	padding: 0;
	position: relative;
}
.fotoLote_audit img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/

#titleLote{
	margin: 20px 0 10px;
	color: #97999b;
}

#mensageria, #mensageria *{
	padding-left: 0;
	padding-right: 0;
}
#mensageria .btn-sm{
	font-size: 14px;
	text-align: left;
	padding: 8px 14px;
}
#mensageria .btn-sm i{
	margin: 3px 8px 0 0;
	float: left;
}

#blocoLance .panel-body div{
	padding: 0;
}
#blocoLance .panel-body div .btn-group{
	margin: 0;
}
#blocoLance{
	background-color: #f2f1f1;
	border-radius: 4px;
	border: none;
	margin-bottom: 0;
}
#blocoLance .panel-heading,
#blocoLance .panel-body{
	background: none;
	border: none;
}
#iraolote{
	float: left;
}
#iraolote h4{
	font-size: 14px;
	float: left;
	margin-right: 10px;	
}
#iraolote input[type="text"]{
	width: 50px;
	float: left;
}
#bts_mudarLote{
	width: 250px;
	float: left;
}
#bts_mudarLote a{
	float: left;
	margin: 3px 10px;
}

.lancesMais button{
	font-size: 10px;
	padding: 5px 8.7px;
}

#containerAudit{
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 4px;
}

#bot_lancar{
	border-radius: 0 4px 4px 0;
	font-size: 11px;
	margin-top: 1px;
	padding: 7px 10px;
}
#tx_valor_lance{
	border-radius: 4px 0 0 4px;
	font-size: 11px;
	height: 31px;
}

#page_auditorio .page-container .page-content-wrapper .page-content .page-head,
#page_auditorio .page-container .page-content-wrapper .page-content .page-breadcrumb{
	display: none !important;
} 
#page_auditorio .page-container .page-content-wrapper .page-content{
	padding-top: 0;
}

#iframex .table > thead > tr > th, 
#iframex .table > tbody > tr > th, 
#iframex .table > tfoot > tr > th, 
#iframex .table > thead > tr > td, 
#iframex .table > tbody > tr > td, 
#iframex .table > tfoot > tr > td{
	font-size: 10px !important;
}

#editRegulamento textarea{
	margin-left: 15px;
	border-radius: 4px;
	padding: 5px 10px;
	box-shadow: none;
	border: 1px solid #e5e5e5;
	height: 180px;
}

@media screen and (max-width: 980px){
	#main_slider{
		height: 250px;
	}
	li.slidesjs-slide div.joia img{
		max-width: 180px;
	}
}
@media screen and (max-width: 380px){
	#menudois li{
		text-align: center;
	}
	
}
@media screen and (max-width: 1366px){
	.fotoLote_audit{
		height: 175px;
	}
}
@media screen and (min-width: 1367px){
	.fotoLote_audit{
		height: 245px;
	}
	.fotoLote_audit img{
		width: 100%;
		height: auto;
	}
}


/*ANDRE + THIAGO MELHORAR - auditorio*/
.dropdown-item{ padding:5px!important; margin-bottom:10px!important; }
.dropdown-msg{width:85%;float:left;}
.dropdown-item-op{ width:15%; float:right; }
.mensagem_ativada{color:blue!important;}

