/*----- GERAL ------------------------------*/
a, a:active, a:focus, 
button, button:active, button:focus {
	outline: none !important;
}

.lista-compacta {
	margin: 0 0 0 15px;
  	padding: 0;
  	list-style-type: circle;
}

.callout-default {
	background-color: #F8F8F8;
}

/*----- MENU ----------------------------*/
#btn-logoff {
	margin-top: 10px;
	float: right;
	margin-right: 20px;
}

/*----- LOADING ----------------------------*/
#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000;
}
.loading-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 10000;
}
.loading-texto {
	position: fixed;
	top: 50%;
	width: 100%;
	margin-top: -15px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	z-index: 10001;
}
.loading-texto i {
	margin-right: 5px;
}

/*----- TAMANHO ----------------------------*/
.input400 {
	width: 400px;
}
.input200 {
	width: 200px;
}
input.datepicker {
	width: 80px !important;
}

/*----- FORMULARIO -------------------------*/
.form-control {
    border-radius: 4px;
}
.input-group .input-group-addon {
    border-radius: 4px 0 0 4px;
}
.form-group .radio {
	margin: 0;
} 
.horario-linha {
	margin-left: 15px;
}
.horario-linha .col-md-6:last-child {
	padding-left: 5px;
}
.horario-linha .row, 
.horario-linha .col-md-6 {
	margin: 0;
	padding: 0;
}
.checkbox-linha {
	position: relative;
	top: 20px;
	margin-left: 15px;
}
.form-group .checkbox,
.callout .checkbox {
	margin: 0;
}

/*----- BUSCA ------------------------------*/
#crud-busca {
	float: left;
}
#crud-busca .form-group {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
.crud-busca-texto {
	display: inline-block;
	float: left;
	line-height: 32px;
	margin-right: 10px;
}
.crud-busca-workaround {
	width: 125px;
	display: inline-block;
	float: left;
}

/*----- TABELA -----------------------------*/
table.table tr td {
	vertical-align: middle;
}
.crud-controles {
	width: 85px;
	text-align: right;
}
.crud-controles .btn-sm {
	font-size: inherit !important;
}
.sem-resultado {
	padding: 15px !important;
  text-align: center;
}

/*----- FOOTER ------------------------------*/
.box-footer .pagination {
	margin: 0;
	padding: 0;
}
.box-footer .checkbox {
	display: inline-block;
	margin-left: 10px;
}

/*----- BOTÃO -------------------------------*/
.btn i ~ span {
	margin-left: 5px;
}

/*----- MODAL -------------------------------*/
.modal-footer {
	text-align: left;
}

/*----- LAYOUT ------------------------------*/
.controles-linha-item {
	line-height: 32px;
}
.controles-linha-conjunto {
	float: left;
	margin-right: 20px;
}
.controles-linha-item {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}
.controles-linha-item.direita {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

/*===== COMPONENTES =====================================================*/

/*----- TOAST -------------------------------*/
.flash-messages {
	display: none;
}
#toast-container > div {
	width: 250px;
}
#toast-container > .toast {
	padding-left: 15px;
  background-image: none !important;
}
#toast-container > .toast:before {
  position: relative;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  color: #FFF;
  float: left;
  margin-right: 5px;
}  
#toast-container > .toast-warning:before {
    content: "\f071";
}
#toast-container > .toast-error:before {
    content: "\f071";
}
#toast-container > .toast-info:before {
    content: "\f129";
}
#toast-container > .toast-success:before {
    content: "\f00c";
}

/*----- UPLOAD ------------------------------*/
.c-upload-arquivo.upload-imagem .cua-preview-url {
	display: none;
}
.cua-inputs {
	display: none;
}
.cua-preview {
	display: inline-block;
  float: left;
	width: 80%;
}
.c-upload-arquivo.upload-imagem .cua-preview {
  width: 85%;
}
.cua-preview-imagem {
	border: 4px solid #DDD;
	width: 100% !important;
}
.cua-preview-sem-imagem {
	display: none;
}
.cua-botoes {
	display: inline-block;
  float: left;
  padding-left: 10px;
	width: 20%;
}
.c-upload-arquivo.upload-imagem .cua-botoes {
  width: 15%;
}
.c-upload-arquivo.upload-imagem .cua-botoes .btn {
	display: block;
	width: 35px;
	margin-bottom: 5px;
}
.cua-erros {
	clear: both;
}

/*----- TABELA-EDITAVEL ------------------------------*/
.tabela-editavel .form-group {
	margin-bottom: 0 !important;
}
.tabela-editavel thead tr {
	background-color: #f2f2f2;
}
.tabela-editavel thead th {
	padding-bottom: 4px !important;
  padding-top: 4px !important;
}
.tabela-editavel .te-modelo {
	display: none;
}
.tabela-editavel .te-controles {
	width: 1px;
	vertical-align: top;
}

/*----- ORDENACAO -------------------------------------*/
.crud-ordenacao span {
	margin-right: 5px;
}
.crud-ordenacao a {
	position: relative;
	top: 1px;
}

/*===== TELAS ===========================================================*/

/*----- Login ---------------------------*/
#login-tela {
	background-color: #e9eef2;
}
#login-box {
	background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 2px #c3cdd1;
    margin-top: 100px;
    padding: 20px;
}
#login-box h3 {
	margin-bottom: 20px;
    margin-top: 0;
}
#login-box .login-erro {
	font-size: 14px;
	color: red;
	margin-bottom: 10px;
}

/*----- Arquivos ---------------------------*/
.arquivo .panel-body {
	height: 200px;
	padding: 0;
	overflow: hidden;
	background-color: #CCC;
}
.arquivo {
	margin-bottom: 20px;
}