/* Custom stylesheet */

.brand {
	font-weight: bold;
	font-style: italic;
}

.navbar-default {
	/*background-color: #072263; azul escuro*/
	background-color: rgb(51,122,183); /*  azul claro */

}

.navbar-default .navbar-brand {
    color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}
/*
.panel-default>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
*/
#login.panel-default>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0;
	font-weight: bold;
	min-width: 56px;
}

#datatable {
	opacity: 0;
}

#datatable-loading {
	width: 100%;
  height: 300px;
  background: url('../img/loader.gif') no-repeat 50% 50%;
}

@media (min-width: 768px) {
	
	#page-wrapper { 
		margin: 0; 
		padding-top: 20px;
	}	
}

.thumb {
	position: relative;
}

.btn-excluir {
	position: absolute;
  	bottom: 30px;
  	right: 25px;
}

#sortable_modulo {
	list-style-type: none;
}
#sortable_modulo li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	min-height: 60px !important;
}

.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}
.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-default {
	border-left-color: #777;
}
.bs-callout-default h4 {
	color: #777;
}
.bs-callout-primary {
	border-left-color: #428bca;
}
.bs-callout-primary h4 {
	color: #428bca;
}
.bs-callout-success {
	border-left-color: #5cb85c;
}
.bs-callout-success h4 {
	color: #5cb85c;
}
.bs-callout-danger {
	border-left-color: #d9534f;
}
.bs-callout-danger h4 {
	color: #d9534f;
}
.bs-callout-warning {
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
	color: #f0ad4e;
}
.bs-callout-info {
	border-left-color: #5bc0de;
}
.bs-callout-info h4 {
	color: #5bc0de;
}

#tabela_produto {
	counter-reset: rowNumber;
}

#tabela_produto tbody tr:not(.nao_contar) {
	counter-increment: rowNumber;
}

#tabela_produto tr:not(.nao_contar) td:first-child::before {
	content: counter(rowNumber);
	min-width: 1em;
	margin-right: 0.5em;
}