/* CSS personalizado Back To Basic */

/* Definições basicas das fontes */

html {
	height: 100%;
}

body {
	padding-top: 80px;
	height: 100%;
	width: 100%;
	background: url(../images/bg-home.jpg) center center no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
}

p {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	color: #000000;
}

li {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
}

h1 {
	text-transform: uppercase;
	/*font-weight: bold;*/
	color: #FF6600;
}

h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	color: #000000;
}

label {
	font-family: 'Nunito', sans-serif;
}

select {
	font-family: 'Nunito', sans-serif;
}

strong {
	font-family: 'Fjalla One', sans-serif;
	color: #000000;
}

small {
	font-size: 0.6em;
	color: #FF6600;
}

a {
	color: #000000;
	font-family: 'Nunito', sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #FF6600;
	/*font-weight: bold;*/
}

hr {
	border-top: 1px solid #FF6600;
}

.letra-branca {
	color: #FFFFFF;
}

.letra-cinza {
	color: #404040;
}

.letra-roxo {
	color: #4E125D;
}

.letra-verde {
	color: #81AA42;
}

.letra-laranja {
	color: #FF6600;
}

.texto-sombra {
	text-shadow: black 0.1em 0.1em 0.2em;
}

.box-sombra {
	-webkit-box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
	box-shadow: -2px -2px 23px -1px rgba(0,0,0,0.75);
}

/* Menu de Navegação */

#menu {
	padding: 0;
	margin: 0;
	border:none;
	border-radius:0px;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    top: 11px;
    left: -6px;
}

.navbar {
	color: #FFFFFF;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #000000;
}

.navbar-default.navbar-nav>li>a:hover {
	color: #FF6600;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #ff6600;
    outline: 0;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background: #000;
    outline: 0;
}

.dropdown-menu > li > a:hover {
	color: #FF6600;
    background: #000;
}

.dropdown-menu {
	background: #000000;
}

.navbar-default .navbar-nav > li > a {
    color: #FF6600;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff6600;
	background-color: #000;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #000;
	border-color: #FF6600;
	color: #FF6600;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar:hover,
.navbar-default .navbar-toggle .icon-bar:focus {
	background-color: #FF6600;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FF6600;
    background-color: #000;
}

/* Braketops */

.braketop10 {
  padding-top: 10px;
}

.braketop20 {
  padding-top: 20px;
}

.braketop40 {
  padding-top: 40px;
}

.braketop60 {
  padding-top: 60px;
}

.braketop80 {
  padding-top: 80px;
}

.brakebottom10 {
  padding-bottom: 10px;
}

.brakebottom20 {
  padding-bottom: 20px;
}

.brakebottom40 {
  padding-bottom: 40px;
}

.brakebottom60 {
  padding-bottom: 60px;
}

/* Botões */

.btn-default {
	font-family: 'Fjalla One', sans-serif;
	color: #000000;
	font-size: 16px;
	background-color: #FF6600;
	padding: 5px 20px 5px 20px;
	border: 0;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: #000000 0.1em 0.1em 0.1em;
	text-transform: uppercase;
}

.btn-default:hover,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
	font-family: 'Fjalla One', sans-serif;
	color: #FF6600;
	font-size: 16px;
	background-color: #000000;
	padding: 5px 20px 5px 20px;
	border: 0;
	text-decoration: none;
	box-shadow: #000000 0.1em 0.1em 0.1em;
	text-transform: uppercase;
}

select.pagesize,
input.ts-startRow {
	border: 1px solid #000000;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #ffffff;
}

.div0{
	padding: 15px;
}

.divs {
	display:none;
}

/* Alertas */

#floating_alert {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #000000;
	background: #FF6600;
	border: 1px solid #FF6600;
	padding: 6px 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

/* Imagens */

.imagem-completa {
	margin: 0;
	padding: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.overlay-texto {
	display: table;
	width: 100%;
	height: 100%;
}

.meio-texto {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	text-align: center;
}

/* Backgrounds */

.bg-cinza {
	background-color: #434041;
}

.bg-roxo {
	background-color: #4E125D;
}

.bg-preto {
	background-color: #000000;
}

.bg-laranja {
	background-color: #FF6600;
}

.bg-verde {
	background-color: #81AA42;
}

.container {
	background: rgba(255,255,255,0.8);
	margin-bottom: 40px;
	-webkit-box-shadow: 2px 4px 23px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 23px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 23px -1px rgba(0,0,0,0.75);
}

/* Back To Basic */

.linkb2b > a {
	color: #FFFFFF !important;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
}

.linkb2b > a:hover,
.linkb2b > a:focus,
.linkb2b > a:active,
.linkb2b > a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.linkb2b {
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: none;
}

/* Menu */

.bordamenu {
	margin-top: 10px;
	border-bottom: 1px solid #FF6600;
}

.bordamenu a {
	font-size: 16px;
}

.bordamenu h1 {
	margin-top: 0;
}

.bordamenu h1 {
	margin-top: 0;
}

/* Páginas Menu */

.areapg h1 {
	margin-top: 10px;
	color: #FF6600;
}

.areapg h2 {
	margin-top: 0;
	color: #000000;
}

.pager img {
	height: 20px;
}
 
 /* Perfil */
 
.alinhadocima {
	margin-top: -10px;
}

.alinhadobaixo {
	margin-bottom: 0;
}

.form-control {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	color: #000;
	padding: 5px 20px 5px 20px;
	border: solid #ffffff 2px;
}

.form-border {
	/*max-width: 300px;*/
	border: solid #909090 1px !important;
}

.arealabel {
	max-width: 400px;
    margin: 0 auto 0;
}

/* Tabelas */

table {
  border: 1px solid #FF6600;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #FF6600;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Media Queries */

/* Tamanho xs */
@media (max-width: 767px) {

	body {
	background: url(../images/bg-home_xs.jpg) center center no-repeat fixed;
	}

	.container {
	width: 90%;
	min-width: 280px;
	}
	
	h1 {
	font-size: 18px;
	}

	h2 {
	font-size: 20px;
	}

	p {
	font-size: 16px;
	}

	li {
	font-size: 16px;
	}
	
	.btn-default {
	font-size: 13px;
	}
	
	.wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
	.score-tipologia h1 {
	font-size: 40px;
	}

	.bordamenu {
	border-bottom: 1px solid #FF6600;
	border-right: 0 !important;
	}
		
	/* tabelas */

	  table {
	border: 0;
	  }

	table caption {
	font-size: 1.3em;
	}

	table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}

	table tr {
	border-bottom: 1px solid #FF6600;
	display: block;
	margin-bottom: .625em;
	}

	table td {
	border-bottom: 1px solid #FF6600;
	display: block;
	font-size: .8em;
	text-align: right;
	}

	table td::before {
	/*
	* aria-label has no advantage, it won't be read inside a table
	content: attr(aria-label);
	*/
	content: attr(data-label);
	float: left;
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	}

	table td:last-child {
	border-bottom: 0;
	}


	
}

/* Tamanho sm */
@media (min-width: 768px) and (max-width: 991px) {

	.container {
		width: 640px;
	}
	
	.wrap {
	padding: 30px 15px 30px 15px;
	}

	/* tabelas */

	  table {
	border: 0;
	  }

	table caption {
	font-size: 1.3em;
	}

	table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}

	table tr {
	border-bottom: 1px solid #FF6600;
	display: block;
	margin-bottom: .625em;
	}

	table td {
	border-bottom: 1px solid #FF6600;
	display: block;
	font-size: .8em;
	text-align: right;
	}

	table td::before {
	/*
	* aria-label has no advantage, it won't be read inside a table
	content: attr(aria-label);
	*/
	content: attr(data-label);
	float: left;
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	}

	table td:last-child {
	border-bottom: 0;
	}
	
}

/* Tamanho md */
@media (min-width: 992px) and (max-width: 1199px) {

	.container {
		width: 720px;
	}
	
	.wrap {
	padding: 40px 25px 40px 25px;
	}

}

/* Tamanho lg */
@media (min-width: 1200px) {

	.container {
		width: 980px;
	}
	
	.wrap {
	padding: 30px;
	}
	
	.triade-area {
	padding-right: 50px;
	}

	.bordamenu {
	margin-top: 10px;
	border-right: 0 !important;
	border-bottom: 0 !important;
	}

	.areapg {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	border-left: 1px solid #FF6600;
	}

	.areapg h1 {
	margin-top: 0;
	}


	
}

