/* 

*/

html {
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #f6f7f8;
}
body{
	margin-bottom: 50px;
	background-color: #f6f7f8;
}
@media(max-width:768px) {
	.collapse {
		display: block;
	}	
}
nav.navbar {
	min-height: 30px;
	border-radius: 0;
	margin-bottom: 0px;
}

ul.navbar-nav li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
	
header {
	background-color: #0e4ea9 !important;
	padding: 5px;
	min-height: 50px;	
}
header img {
	float: left;
}
header span {
	color: #fff;
	font-size: 20px;
	margin-top: 6px;
	margin-left: 10px;
	float: left;
}

header span.completo {
	display: block;
}

header span.minimo {
	display: none;
}

footer {
	background-color: white;
	padding: 2px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
}

footer div {
	float: right;
	font-size: 12px;
	color: rgb(137, 137, 137);
}
@media(max-width:332px) {
	footer div span {
		display: none;
	}
}

@media(max-width:348px) {
	header span.completo {
		display: none;
	}
	
	header span.minimo {
		display: block;
	}
}

@media(max-width:768px) {
	header span {
		font-size: 16px;
		margin-top: 8px;
	}	
	
	#btnMenu {
		display: block;
	}
	
	#btnMenu span{
		font-size:24px;
	}
	
	.navbar {
		display: none;
	}
	
	.textButton {
		display: none;
	}
}

@media(min-width:769px) {
	#btnMenu {
		display: none;
	}
	
	.navbar {
		display: block;
	}
}

#btnMenu {
	background-color: #0E4EA9;
  	float: right;
  	border: 0;
}

#btnMenu span{
	margin: 0;
}

.alert{
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	top: 70px;
	left: 30px;
	right: 30px;
	z-index: 999;
}

.title{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	padding-top: 10px;
 	padding-bottom: 10px;
 	padding-right: 20px;
  	padding-left: 20px;
  	position: relative;
  	z-index: 1;
  	background-color: #fff;
  	font-family: "Segoe UI", "PT Sans", "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  	font-weight: 300;
  	font-size: 20px;
  	margin-bottom:10px;
  line-height: 1.1;
}
@media(max-width:992px) {
	div.label-exibicao-dados {
		text-align: left;
		padding-left: 0;
	}
}

div.label-exibicao-dados {
	font-weight: bold;
}

table {
	background-color: white;
}

.row{
	margin-right: 0;
	margin-left: 0;
}

th.cabecalho-ativo {
    width: 60px;
}

th.cabecalho-botoes {
    width: 110px;
}

th.cabecalho-botao-unico {
    width: 60px;
}

th.cabecalho-patrimonio {
    width: 90px
}

th.cabecalho-id {
    width: 40px
}

legend {
    font-size: 14px;
    margin-bottom: 10px;
}