

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');



body{
	background: #ecf0f1;
}




.topbar{
	padding: 10px 0;
	background: #34495e;
	color: #c3cfd0;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 9;
}

.topbar p{
	margin: 0;
}

.topbar .chat-box{
	margin-left: 15px;
	position: relative;
}

.topbar .chat-box button{
	margin-top: 5px;
	border: 1px solid #c3cfd0;
	color: #c3cfd0;
	background: none;
	outline: none;
}

.topbar .chat-box > button.active{
	background: #c3cfd0;
	color: #34495e;
}

.topbar .chat-box .chat-field{
	width: 330px;
	padding: 8px;
	background: #95a5a6;
	border-radius: 5px;
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
}

.topbar .chat-box .chat-field .response{
	height: 200px;
	max-height: 200px;
	padding: 10px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px;
	overflow: auto;
	color: #333;
}

.topbar .chat-box .chat-field .response p{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
}

.topbar .chat-box .chat-field button{
	border: 1px solid #34495e;
	background: #34495e;
	color: #fff;
}


.topbar .chat-box .chat-field textarea{
	resize: none;
}



.topbar .hora{
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.topbar .status{
	margin: 5px 0 0;
	float: left;
}

.topbar .status span{
	color: #c3cfd0;
}

.topbar .status .radio{
	margin: 0 5px;
	color: #c3cfd0;
}


.topbar .status input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #2ecc71;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }



.topbar .btn.onoff{
	padding: 7px 15px;
	border: 1px solid #c3cfd0;
	color: #c3cfd0;
	float: right;
}

.topbar .links{
	margin-left: 10px;
	float: left;
}

.topbar .links .btn{
	border: 1px solid #c3cfd0;
	color: #c3cfd0;
}



.topbar .dropdown{
	margin-left: 10px;
}

.topbar .dropdown .chat{
	border: 1px solid #c3cfd0;
	color: #c3cfd0;
}

.topbar .dropdown .chat.active{
	background: #c3cfd0;
	color: #34495e;
}

.topbar .dropdown ul{
	width: 400px;
	max-height: 400px;
	padding: 0;
	overflow-y: auto;
}

.topbar .dropdown ul li{
	padding: 8px 12px;
	border-bottom: 1px solid #ccc;
	color: #555;
	font-size: 12px;
}

.topbar .dropdown ul li:last-child{
	border: none;
}


.topbar .conexao{
	margin-right: 15px;
	float: left;
}

.topbar .conexao span{
	padding: 8px;
	float: right;
	margin-left: 5px;
	border-radius: 5px;
	color: #fff;
}

.topbar .conexao span.online{background: #27ae60;  visibility:hidden; display:none; }
.topbar .conexao span.offline{background: #c0392b; visibility:hidden; display:none; }
.topbar .conexao span.conectando{background: #bdc3c7; }




.sub-top{
	padding: 10px 0;
	margin-bottom: 20px;
	background: #58718a;
	text-align: right;
	color: #c3cfd0;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

.sub-top p{
	margin: 0;
}



.lance{
	padding: 20px 45px;
	margin-bottom: 30px;
	background: #16a085;
	color: #fafafa;
	font-family: 'Titillium Web', sans-serif;
	font-size: 35px;
	font-weight: 700;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}



.conteudo{
	padding: 20px;
	margin-bottom: 100px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #e8e8e8;
}

.conteudo h2{
	margin: 0 0 20px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 32px;
	font-weight: 700;
}

.carousel{
	margin-bottom: 30px;
}

.carousel .carousel-inner{
	border-radius: 4px;
	overflow: hidden;
}

.carousel .carousel-control{
	background: none;
}




.lotes{
	margin-bottom: 35px;
}

.lotes .item{
	margin-bottom: 15px;
}

.lotes .item p{
	margin: 0 0 5px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 15px;
	font-weight: 300;
}

.lotes .item span{
	padding: 10px;
	display: block;
	background: #e8e8e8;
	border: 1px solid #ccc;
	border-radius: 5px;
}


.numeros p span{
	font-family: 'Titillium Web', sans-serif;
	color: #d35400;
	font-size: 16px;
	font-weight: 700;
}



h2{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
}

h3{
	padding-bottom: 5px;
	margin: 10px 0 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 24px;
	font-weight: 400;
}

.infos{
	margin-bottom: 25px;
}

.infos p{
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 16px;
	font-weight: 300;
}

.infos p span{
	color: #d35400;
	font-size: 22px;
	font-weight: 700;
}




.tabela table{
	font-family: 'Titillium Web', sans-serif;
	border-radius: 5px!important;
}

.tabela thead{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 16px;
	background: #e9e9e9;
}

.tabela tr.ativo{
	background: #16a085;
	color: #fff;
}



table tr td.verde{
	color: #27ae60;
}

table tr td.vermelho{
	color: #e74c3c;
}

table tr td.cinza{
	color: #95a5a6;
}



.estatisticas{
	padding: 15px;
	background: #bdc3c7;
	border-radius: 6px;
}

.estatisticas h3{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 20px;
	font-weight: 400;
}

.estatisticas p{
	margin: 0 0 3px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

.estatisticas .progress-bar{
	padding: 0 8px;
	text-align: right;
	color: #333;
}





.box-video h2{
	margin: 0 0 8px;
    font-family: 'Titillium Web', sans-serif;
    color: #34495e;
    font-size: 20px;
    font-weight: 400;
}


.box-video .tabs{
	margin-bottom: 5px;
}

.box-video .tabs a{
	padding: 2px 5px;
	margin-right: 1px;
	display: inline-block;
	background: #95a5a6;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
}

.box-video .tabs a:hover{
	background: #7f8c8d;
}

.historico{
	height: 200px;
	padding: 5px 10px;
	list-style-type: none;
	border-radius: 5px;
	background: #fafafa;
	border: 1px solid #eee;
	overflow: auto;
}

.historico li{
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;

}

.historico li span{font-size: 13px;}




.execucao h2{
	margin: 0 0 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 20px;
	font-weight: 400;
}

.execucao p{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 16px;
	font-weight: 300;
}

.execucao .table-responsive{
	margin-bottom: 20px;
}

.execucao table a{
	color: #2c3e50;
}



.opcoes{
	padding: 15px;
	background: #fafafa;
	border-radius: 5px;
	overflow: hidden;
}

.opcoes h2{
	margin: 0 0 15px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 30px;
	font-weight: 400;
}

.opcoes hr{
	margin-top: 10px;
	margin-bottom: 10px;
}




.opcoes .situcao label{
	padding: 5px;
	margin: 0 0 2px;
	display: block;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
}

.opcoes .situcao label input{
	margin: 0;
}

.opcoes .btn.next{
	margin-top: 10px;
	background: none;
	background: #2980b9;
	color: #fff;
}


.opcoes .bt-increm{
	margin-bottom: 3px;
}


.incrementos{
	text-align: center;
}

.incrementos h2{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	color: #34495e;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.incrementos .btn{
	margin-bottom: 3px;
	border: 1px solid #95a5a6;
	color: #333;
}

.incrementos .btn:hover{
	background: #95a5a6;
}





header{
	margin-top: 15px;
	margin-bottom: 15px;
	color: #34495e;
}

.info{
	margin-top: 15px;
	margin-bottom: 15px;
	color: #34495e;
}

.info .info-box{
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	color: #34495e;
	position: relative;
}

.info .info-box h2{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}



.info2{
	margin-bottom: 15px;
	color: #34495e;
}

.info2 .info-box{
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	color: #34495e;
	position: relative;
}

.info2 .info-box h2{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}



header .info-box{
	height: 140px;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #fff;
	color: #34495e;
	position: relative;
}

header .info-box h2{
	margin: 0 0 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

header .info-box .lote{
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 500;
}

header .info-box .lote .obs{
	padding: 1px 10px 3px;
    font-size: 16px;
    color: #fff;
    background: #34495e;
    border-radius: 3px;
}

header .info-box .descricao{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

header .info-box #descricaoLote{
	line-height: 25px;
	margin-top: 8px;
	display: block;
}

header .info-box small{
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

header .info-box #status{
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
	color: #fafafa;
	position: absolute;
	top: 44px;
	right: 15px;
}

header .info-box table thead{
	background: #e8e8e8;
    text-align: center;
}

header .info-box table th, header .info-box table td{
	text-align: center;
}

header .info-box table td.total{
	font-weight: 700;
	font-size: 16px;
}




.online .box{
	padding: 15px;
	margin-bottom: 15px;
	background: #34495e;
	border-radius: 5px;
	color: #fafafa;
}

.online .box.dois{
	background: #95a5a6;
}

.online .box h2{
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
}

.online .box h3{
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 600;
	color: #fafafa;
}

.online .box .form-inline{
    padding: 10px;
    border: 1px solid #777;
    border-radius: 5px;
}

.online .box .btn{
	border: 1px solid #fafafa;
	color: #fafafa;
	background: none;
}

.online .box .btn:hover{
	background: #fafafa;
	color: #34495e;
}

.online .box .embed-responsive{
	margin-bottom: 15px;
}


.box .lance-rapido{
	margin-bottom: 10px;
}

.box .lance-rapido .btn{
	margin: 0 5px 5px 0;
	
}


.box table{
	text-align: center;
	color: #34495e;
}

.box thead{
	background: #e8e8e8;
	text-align: center;
}

.box thead th{
	font-weight: 600;
	text-align: center;
}




.lotes-lista{
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	overflow: auto;
}

.lotes-lista .checkbox{
	padding: 8px 20px;
	margin: 0 15px 0 0;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
}


.lotes-lista .listar-lotes{
	width: 100%;
	padding-bottom: 10px;
	margin-top: 20px;
	overflow: auto;
	white-space: nowrap;
}


.lotes-lista .listar-lotes::-webkit-scrollbar {
  width: 50px;
}
 
.lotes-lista .listar-lotes::-webkit-scrollbar-track {
	background: none;
}
 
.lotes-lista .listar-lotes::-webkit-scrollbar-thumb {
	height: 10px;
	background: #999;
	border-radius: 20px;
}



.lotes-lista .listar-lotes a{
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}


.lotes-lista .listar-lotes .item{
	padding: 8px 20px;
	border-radius: 5px;
	border: 1px solid #95a5a6;
	overflow: hidden;
	text-align: center;
	color: #999;
}

.lotes-lista .listar-lotes .item:hover{
	background: #e3e3e3;
}

.lotes-lista .item img{
	margin: 0 10px 0 0;
	float: left;
}

.lotes-lista .item p{
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}


.lotes-lista .wrap{
	display: flex;
	flex-wrap: wrap;
}

.lotes-lista .wrap .legenda{
	padding: 0;
	margin: 0;
	display: flex;
	list-style-type: none;
}

.lotes-lista .wrap .legenda li{
	padding: 8px 12px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	border-radius: 3px;
}

.lotes-lista .wrap .legenda li span{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: #ccc;
	border-radius: 3px;
}

.lotes-lista .wrap .legenda li.pregao span{
	background: #01025e;
}

.lotes-lista .wrap .legenda li.suspenso span{
	background: #c0392b;
}

.lotes-lista .wrap .legenda li.vendido span{
	background: #060;
}

.lotes-lista .wrap .legenda li.nao-arrematado span{
	background: #914768;
}

.lotes-lista .wrap .legenda li.condicional span{
	background: #333;
}





footer{
	padding: 13px 0 10px;
	margin-top: 100px;
	background: #34495d;
	text-align: center;
	color: #637a8e;
	font-size: 12px;
}

footer p{
	margin: 0;
}

footer img{
	opacity: 0.6;
}





/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}




@media (max-width: 1199px) and (min-width: 992px) {

	

}


@media (max-width: 991px) and (min-width: 768px) {

	

}


@media (max-width: 767px) {

	
	
}


@media (max-width: 480px) {

	

}


@media (max-width: 375px) {

	

}


