/* :root {
  font-size: calc(1vw + 1vh + .5vmin);
} */
html {
	font-size: 62.5%;
}
body {
  font: 1.4rem "Open Sans", sans-serif;
  margin: auto;
  padding: 0;
  background-image: url(/images/tiger-pattern.png);
}

img {
	border: 0 none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00478c;
	font-style: normal;
	text-transform: none;
}

.col-centered{
	float: none;
	margin: 0 auto;
	text-align: center;
}

.navbar-default {
    background-color: #a4262c;
    border-color: #a4262c;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 1.6rem;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
	text-decoration: underline;
	background-color: #a4262c;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #999999;
}

table#index {
	border: none;
}

table#header {
	border: none;
	width: 100%;
}

table#headercontent {
	border: none;
	width: 100%;
}

table#left {
	border: none;
	width: 100%;
}

table#leftcontent {
	border: none;
	width: 100%;
}

table#main {
	border: none;
	width: 100%;
}

table#maincontent {
	border: none;
	width: 100%;
	color: #000000;
}

table#footer {
	border: none;
	width: 100%;
}

table#footercontent {
	border: none;
	width: 100%;
}

table td {
	padding: 0px;

}
.advSearch {
	display: none;
}
.advSearch.active {
	display: block;
}
.iconSearch {
    line-height: 1.8;
    font-size: 2.2rem;
    text-align: right;
}

.post-response {
	padding-top: 2em;
	padding-bottom: 10em;
}

.foto-perfil {
	border: 1px solid #a4262c;	
}

.form-control {
	border: 1px solid #a4262c;
}

.btn-default {
    border-color: #a4262c;
}

.checkbox-group {
	text-align: center;
}

.show {
	display: block;
}

.hideproponent {
	display: none!important;
}

.avisopassword {
	color: red;
}

h3 {
	font-weight: bold;
	text-align: center;
}

.input-group-addon {
    border-radius: 4px;
	border: 1px solid #a4262c;
}

#searchresults .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(125,125,125,0.1) !important;
}

#searchresults .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none !important;
}

@media (min-width: 320px) {
	.no-padding {
		margin: 0;
		padding: 0;
	}
		
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	.no-padding {
		margin: 0;
		padding: 0;
	}

	.no-padding-left-top {
		margin-top: 0;
		margin-left: 0;
		padding-top: 0;
		padding-left: 0;
	}

	.no-padding-left {
		padding-left: 0;
		margin-left: 0;
	}

	.no-padding-right {
		padding-right:0;
		margin-right: 0;
	}
}