body {
	background-color: #EBF0F3;
	background: url(../images/background.png) top center repeat-x #EBF0F3;
}

.container {
	margin-top: 50px;
}

.navbar h1, .navbar h2 {
	line-break: normal;
}

h1 a, footer a{
	color: #101010
}

footer{
	margin-top: 30px; 
	font-size: small; 
	text-align: center
}

.img-logo {
	width: 100px; 
	height: 100px;
	margin: 5px;
	margin-right: 15px;
	float: left;
}

.navbar-brand h1, .navbar-brand h2 {
	color: white;
}

.opcao-pesquisar, .opcao-limpar {
	min-width: 120px
}

label{
	font-size: 20px
}

.view h2 {
	margin-left: 20px;
}

.table thead th {
	border-bottom: none;
}

.view {
	margin-top: 150px;
}

span.versao {
	font-size: small;
	color: gray;
	float: right;
	margin-top: 0px;
}

form, button[type=submit], button[type=reset] {
	margin-top: 20px;
	margin-bottom: 5px;
}

.status-consulta {
	color: white
}

@media screen and (max-width: 767px) {

	.navbar h1 {
		font-size: 20px;
	}

	.navbar h2 {
		font-size: 18px;
	}

	.img-logo {
		display: none;
	}

    div.dataTables_paginate, div.dataTables_info,  ul.pagination {
        text-align: center !important;
        white-space: normal !important;
        justify-content: center !important;
    }

    li.paginate_button {
        display: none;
    }

    li.paginate_button.previous, li.paginate_button.next, li.paginate_button.active {
        display: inline;
    }

	.navbar-brand {
		white-space: normal;
	}

	.view {
		margin-top: 140px;
	}
}
