/*------------------------------------------------------------------
Bootstrap Geral Template Mauro Santanna Seens.com.br
____________________________________________
|_NOMECLATURA________HEXA______RGB_________|					
|   strong gray		| 949494 | 148,148,148 |Cinza prateado
|  over a barrel 1	| 3A3A3A | 058,058,058 |Cinza bem escuro
|   abhorrence		| 3E5C5F | 062,092,095 |verde medio
|     mod			| 125358 | 018,083,088 |verde claro
|  deeper's teal	| 002D31 | 000,045,049 |verde escuro
|------------------------------------------|
*/
:root {
/*   --main-bg-color: #191970; */
  --main-bg-color: #081f2d;
  --controle-menu: #081f2d;
  --navbar-nav-li-a: #081f2d;
  --subnavbar-container-ul-li-a-hover:#081f2d !important;
  
   --navbar-padding: 7px 0;
   --navbar-background: #b6a269 !important;
   --navbar-border-bottom: unset; 
   
/*    --navbar-background: url('enderecoimagem.png') repeat-x; */
/*    --navbar-border-bottom: solid 8px #191970;  */
}


a {
	color: var(--main-bg-color, #081f2d);
	text-decoration: none;
}
a:hover {
	color: #b6a269;
	text-decoration: underline;
}
.campo-usuario {
	background: url(../img/user.png) no-repeat;

}

.campo-senha {
	background: url(../img/password.png) no-repeat;
}

.campo-email {
	background: url(../img/mail.png) no-repeat;
}

.campo-nome {
	background: url(../img/nome.png) no-repeat;
}

.campo-pessoa {
	background: url(../img/pessoa.png) no-repeat;
}

.campo-fone {
	background: url(../img/phone.png) no-repeat;
}

.campo-sexo {
	background: url(../img/sexo.png) no-repeat;
}

.campo-pin {
	background: url(../img/pin.png) no-repeat;
}

.campo-celular {
	background: url(../img/celular.png) no-repeat;
}

.campo-cpf {
	background: url(../img/cpf.png) no-repeat;
}

.campo-questao {
	background: url(../img/questao.png) no-repeat;
}

.campo-exclamacao {
	background: url(../img/exclamacao.png) no-repeat;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.hiddenRow {
    padding: 0 !important;
}

.error {
	color: crimson !important;
}
/* .error input { */
/* 	border-color: crimson !important; */
/* 	box-shadow: 1px 1px 5px 2px !important;	 */
/* } */
.valid {
	color: darkgreen !important;
}
.success{
	color:rgb(0, 5, 142) !important;
}
.warning{
	color:rgb(228, 119, 2) !important;
}
/* .valid input { */
/* 	border-color: darkgreen !important; */
/* 	box-shadow: 1px 1px 5px 2px !important;	 */
/* } */
.w20{
	width: 20% !important;
}
.w80 {
	width: 80% !important;
}
.w90 {
	width: 90% !important;
}
.w100 {
	width: 100% !important;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9,
	.span10, .span11, .span12 {
	padding-top: 30px;
}

.conteudo-corpo {
	height: 210px;
}

.label-gray {
	background-color: #949494;
	border-radius: 5px;
	width: 90%;
	margin-left: 5%;
	color: white !important;
	font-weight: bold !important;
}

.nopad {
	padding: 0px 0px 0px 0px !important;
}

.shortcuts {
	text-align: center;
}

.shortcuts .shortcut {
	/* 	Quatro por linha width: 22.50%; */
	/* 	Tres por linha width: 30%; */
	width: 30%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;
	text-decoration: none;
	background: #f9f6f1;
	border-radius: 5px;
}

.shortcuts .shortcut .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 32px;
	color: #545454;
}

.shortcuts .shortcut:hover {
	background: var(--main-bg-color, #191970);
}

.shortcuts .shortcut:hover span {
	color: #fff;
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #fff;
}

.shortcuts .shortcut-label {
	display: block;
	font-weight: 400;
	color: #545454;
}

/* listas  */
.lista5 .diaMes {
	font-size: 26px;
	font-weight: 500;
	line-height: 25px;
	text-align: left;
	display: block;
}

.lista5 .diaSemana {
	text-align: left;
	display: block;
}

.lista5 .reserva {
	border: solid;
	border-color: var(--main-bg-color, #191970);
	border-radius: 5px;
	border-width: 1px;
	text-align: center;
	color: var(--main-bg-color, #191970);
	font-style: italic;
	font-size: 15px;
}

.lista5 .comNome {
	text-align: center;
	color: #3A3A3A;
	font-style: italic;
	font-size: 15px;
}

.lista5-pad {
	padding: 20px 0 0 15px !important;
}

.lista5 a {
	float: right;
	padding-right: 10px;
	font-size: 10px;
	color: var(--main-bg-color, #191970);
	font-weight: 500;
}
/* fim listas  */

/* formularios */
.campo {
	margin-bottom: 1.25em;
}
.campo label{
	display: none;
}
.grupo-icone-campo{
	position: relative;
  display: table-row;
  border-collapse: separate;
}
.campo-com-icone{
	border: 1px solid #ccc;
	border-radius: 0px 4px 4px 0px;
	border-left-width: 0px;
}
.icone-campo-botao{
	border: 1px solid #ccc;
	border-radius: 4px 0px 0px 4px;
	/* display: table-cell !important; */
}
.icone-com-campo{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
	border: 1px solid #ccc;
  border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
	width: 1%;
  white-space: nowrap;
  vertical-align: middle;
	display: table-cell;
}

.botao-com-campo{
  background-color: #888;
  color: white;
	border-radius: 0px 4px 4px 0px;
	border-left: 0;
	/* display: table-cell; */
	width: 10%;
	text-align: center;
  padding-top: 5px;
}
.campo select, .campo input {
	font-family: 'Open Sans';
	font-size: 13px;
	color: #8e8d8d;
	padding: 2% 3% 1% 5%;
	background-color: #fdfdfd;
	width: 80%;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

/* fim formularios */
/* Popup           */
.popup {
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 40%;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	display: none;
	z-index: 999;
}

#popup-header {
	background: #125358;
	height: 20%;
	width: 100%;
}

#popup-header h4, #popup-header .close {
	background-color: #125358;
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}

#popup-content {
	height: 65%;
	width: 100%;
	font-size: 14px !important;
	text-align: justify !important;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
		sans-serif !important;
	color: #666666 !important; /* Se quiser mais escuro, usar .2D2D2D */
	line-height: 1.5em !important;
}

#popup-content .form-group {
	padding-left: 5%;
	padding-top: 5%;
}

#popup-footer {
	height: 15%;
	width: 100%;
	border: 1px solid #d0d0d0;
	border-right-width: 0px !important;
	border-left-width: 0px !important;
}

#popup-footer button {
	margin-top: 1.5%;
	margin-right: 2%;
	margin-left: 2%;
}
/*  fim popup */
/* Menu */
.controle-menu span {
	font-size: 11px;
	color: var(--controle-menu, #FFF);
	text-decoration: none;
}

.controle-menu ul {
	margin: 0 2px 0 25px;
}

.controle-menu li {
	display: inline;
}

.right{
	float : right;
	padding-right: 10px;
	font-size: 10px;
    color: var(--main-bg-color, #191970);
    font-weight: 500;    
}

.mainnav .labeled {
	margin-top: 0px !important;
}

.fotoPerfil {
	width: 56px;
	height: 56px;
}
/* fim menu */

/* overflows */
.overf200 {
	overflow: auto;
	height: 200px;
}

.overf434 {
	overflow: auto;
	max-height: 434px;
}
/* fim overflows */
/* widgets */
.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
	overflow: hidden;
}

.widget-header {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #f9f6f1;
	background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1),
		color-stop(100%, #f2efea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	/* IE10+ */
	background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1',
		endColorstr='#f2efea');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	border: 1px solid #d6d6d6;
	-webkit-background-clip: padding-box;
}

.widget-header h3 {
	position: relative;
	top: 2px;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 14px;
	font-weight: 800;
	color: #525252;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px;
	color: #555;
	vertical-align: middle;
}

.icon {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px !important;
	color: #555;
	vertical-align: middle;
}

.widget-content {
	padding: 20px 5px 15px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before, .widget-content:after {
	content: "";
	display: table;
}

.widget-content:after {
	clear: both;
}

/* IE 6/7 (trigger hasLayout) */
.widget-content {
	zoom: 1;
}
/* Widget Table */
.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}
/* Widget Plain */
.widget-plain {
	background: transparent;
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	background: transparent;
	border: none;
}
/* Widget Box */
.widget-box {
	
}

.widget-box .widget-content {
	background: #E3E3E3;
	background: #FFF;
}
/* fim widgets */
/* area avisos */
.areaWarning {
	border-color: #e3a000;
	border-style: solid;
	border-width: 1px;
	height: 25px;
	text-align: center;
	display: none;
}

.areaDanger {
	border-color: #b00000;
	border-style: solid;
	border-width: 1px;
	height: 25px;
	text-align: center;
	display: none;
}
/* fim area avisos */

/* Generico */
body {
	background: #f9f6f1;
	font: 13px/1.7em 'Open Sans';
}

p {
	font: 13px/1.7em 'Open Sans';
}

input, button, select, textarea {
	font-family: 'Open Sans';
}

input, textarea, select, .uneditable-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #949494;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.controle-menu .dropdown .open>li>i {
	color: #949493 !important;
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.table td {
	vertical-align: middle;
}

.table-bordered th {
	background: #E9E9E9;
	background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA),
		color-stop(100%, #E9E9E9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
	/* IE10+ */
	background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',
		endColorstr='#E9E9E9');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}
/* fim generico */
/* Bootstrap */
*, *:before, *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.btn-success {
	background-color: var(--main-bg-color, #191970);
	*background-color: var(--main-bg-color, #191970);
}

.btn-success:hover {
	background-color: var(--main-bg-color, #191970);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: var(--main-bg-color, #191970);
  color: white;
  *background-color: var(--main-bg-color, #191970);
}
.btn-success:active, .btn-success.active {
	 background-color: var(--main-bg-color, #191970);
}
.btn-info {
 background-color: var(--main-bg-color, #191970);
 border-color: var(--main-bg-color, #191970);
 color: white;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
 *background-color: var(--main-bg-color, #191970);
}
.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: var(--navbar-padding, 7px 0);
	height: var(--navbar-height, unset);
	background: var(--navbar-background, #191970)!important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:  var(--navbar-border-bottom, unset); 
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 11px;
	color: #aeaeae;
	text-decoration: none;
}

.navbar .nav i {
	font-size: 11px;
	/* 	color: #3E5C5F; */
	text-decoration: none;
}

.navbar .nav>li>a {
	color: var(--navbar-nav-li-a, #FFF)!important;
}

.navbar .brand {
	font-weight: 600;
	position: relative;
	top: 2px;
	float: left;
	display: block;
	padding: 8px 20px 12px;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
}

.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
	color: #666;
}

.navbar .search-query:-moz-placeholder {
	color: #666;
}

.navbar-search .search-query {
	background: #002D31;
	border: 0;
	color: #fff;
	line-height: normal;
}

.subnavbar {
	/* 	margin-bottom: 2.5em; */
	
}

.subnavbar-inner {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #949494;
}

.subnavbar .container>ul {
	display: inline-block;
	height: 80px;
	padding: 0;
	margin: 0;
}

.subnavbar .mainnav-inner {
	float: left;
	min-width: 90px;
	height: 60px;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	border-left: 1px solid #949494;
}

.subnavbar .mainnav-inner>a {
	display: block;
	height: 100%;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
}

.subnavbar .mainnav-inner>a:hover {
	color: var(--subnavbar-container-ul-li-a-hover, #191970);
	text-decoration: none;
}

.subnavbar .mainnav-inner>a>i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 11px;
	margin-bottom: -3px;
	font-size: 20px;
}

.subnavbar .mainnav-inner>a:hover>i {
	font-size: 23px;
}

.subnavbar .mainnav-inner>a>span {
	display: block;
}

.subnavbar .mainnav-inner.active>a {
	border-bottom: 3px solid #ff7f74;
	color: #949494;
}

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
	text-align: left;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}

.subnavbar .caret {
	margin-top: 4px;
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}

.panel-heading span {
	float: right;
}

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/
@media ( max-width : 480px) {
	.error-container h1 {
		font-size: 72px;
	}
}
/*------------------------------------------------------------------
[1. Max Width: 767px]
*/
@media ( max-width : 767px) {
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;
	}
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;
	}
	.subnavbar-inner {
		height: auto;
	}
	.subnavbar .container>ul {
		width: 100%;
		height: auto;
		border: none;
	}
	.subnavbar .mainnav-inner {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		border: none;
	}
	.subnavbar .mainnav-inner.active>a {
		font-size: 11px;
		background: transparent;
	}
	.subnavbar .mainnav-inner>a>i {
		display: inline-block;
		margin-bottom: 0;
		font-size: 20px;
	}
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	.extra {
		margin-right: -20px;
		margin-left: -20px;
	}
	.extra .container {
		padding: 0 20px;
	}
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	.footer .container {
		padding: 0 20px;
	}
	.footer .footer-terms {
		text-align: left;
	}
	.footer .footer-terms a {
		margin-left: 0;
		margin-right: 1em;
	}
}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/
@media ( max-width : 979px) {
	.navbar-fixed-top {
		position: static;
		margin-bottom: 0;
	}
	.subnavbar .container {
		width: auto;
	}
	
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/
@media ( min-width : 1200px) {
	.navbar .search-query {
		width: 200px;
	}
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}