@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html {
  height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
}

.corpo_detalhe {
	margin: 0px;
	padding: 0px;
	height: 100%;
	z-Index: 1000;
}

.bg { 
	background-image: url("../img/fundo_principal.jpg");
	height: 100%; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.login-box {
	background-color:rgba(255, 255, 255, 0.6);
	padding: 10px;
	border-radius: 20px;
	-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
	padding: 1px;
	font-size: 15px;
}

.btn {
	width: 160px;
	font-size: 13px;
}

.icone_menu {
	-webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	vertical-align: top;
	color: rgba(23, 162, 184, 1);
}


.icone_menu:hover, .icone_menu:active, .icone_menu:focus, .icone_menu:active:hover, .icone_menu.active:hover,
.icone_menu.hover, .icone_menu.active, .icone_menu.focus, .icone_menu.active.hover, .icone_menu:active.hover {
	cursor: pointer;
	color: rgba(23, 162, 184, 1);
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	padding: 4px;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 1);
	font-size: 13px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(237, 237, 237, 1);
	font-size: 13px;
}

.table {
	font-size: 13px;
}

.table-striped>thead>tr>th {
	font-size: 12px;
}

.modal-header {
	background-color: rgba(23, 162, 184, 1);
	color: #FFFFFF;
}

.modal-footer {
	background-color: rgba(23, 162, 184, 1);
	color: #FFFFFF;
	padding: 10px;
}

.valor_dashboard {
	font-size: 20px;
	text-align: center;
}

.alert-custom {
	border-left: solid 8px;
	border-bottom: solid 2px;
	-webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
	box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.5);
	background-color: #ffffff;
}

#retorno {
	margin: 50px 0px 0px 0px;
	width: 98%;
}

.btn-info-custom {
	color: #ffffff;
}

.btn-info-w75 {
	width: 75px;
	color: #ffffff;
	background-color: rgba(23, 162, 184, 1);
}

.btn-info-w50 {
	width: 50px;
	color: #ffffff;
	background-color: rgba(23, 162, 184, 1);
}

.btn-info-w140 {
	width: 140px;
	color: #ffffff;
	background-color: rgba(23, 162, 184, 1);
}

#conteudo {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
	background-image: url("../img/fundo_principal_t.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
}

.fa-1x {
	width: 20px;
}

.td_botao_editar {
	width: 30px;
	color: rgba(23, 162, 184, 1);
	font-size: 20px;
	cursor: pointer;
}

.td_linha_total {
	background-color: rgba(23, 162, 184, 0.2);
	font-weight: bold;
	border-top: 2px solid #333333;
}

.icone_load {
	margin-top: 100px;
	padding: 10px;
	color: rgba(23, 162, 184, 1);
	background-color: #ffffff;
	border-radius: 50px;
}

.form-control {
	font-size: 13px;
}

label {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}

.btn-light-b {
	border: 1px solid rgba(0, 0, 0, 0.2);
	
}

.btn-custom {
	width: 120px;
	font-size: 12px;
}

.jumbotron {
	border: 1px solid #cccccc;
}

/*
.label_versao {
	position: fixed;
	bottom:-15px;
	right:10px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
*/

.ajs-right {
	font-size: 14px;
}

.badge-success {
	background-color: rgba(23, 162, 184, 1);
}

.nav-tabs .nav-item {
	border-left: 1px solid rgba(200, 200, 200, 1);
	border-right: 1px solid rgba(200, 200, 200, 1);
	border-top: 1px solid rgba(200, 200, 200, 1);
	border-radius: 5px 5px 0px 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: rgba(23, 162, 184, 0.3);
	border-left: 1px solid rgba(23, 162, 184, 1);
	border-right: 1px solid rgba(23, 162, 184, 1);
	border-top: 1px solid rgba(23, 162, 184, 1);
}

#botao_rolagem {
	-webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -ms-transition: -ms-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
	color:rgba(23, 162, 184, 1);
	background-color: #ffffff;
	border-radius: 25px;
	cursor:pointer;
	position:fixed;
	bottom:10;
	right: 10;
	display:none;
}

#botao_rolagem:hover, #botao_rolagem:active, #botao_rolagem:focus, #botao_rolagem:active:hover, #botao_rolagem.active:hover,
#botao_rolagem.hover, #botao_rolagem.active, #botao_rolagem.focus, #botao_rolagem.active.hover, #botao_rolagem:active.hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: -webkit-transform .2s;
	-moz-transition: -moz-transform .2s;
	-ms-transition: -ms-transform .2s;
	-o-transition: -o-transform .2s;
	transition: transform .2s;
}

.li-tab-33 {
	width: 33%;
}

.li-tab-50 {
	width: 50%;
}

.imagem_perfil {
	width: 200px;
	border: 0px;
	border-radius: 50%;
}

.link, .link:hover, .link:active, .link:focus, .link:active:hover, .link.active:hover, .link.hover, .link.active, .link.focus, .link.active.hover, .link:active.hover {
	text-decoration: none;
	color: rgba(24, 125, 142, 1);
}