*{
	margin: 0;
	padding: 0;
}

body{
	padding-top: 70px;
	background-color: #EEE !important;
}

a{
	/* color: #00193F !important; */
	text-decoration: none !important;
}
/* a:hover{
	color: #0A2773 !important;
} */

hr{
	margin: 8px 0 !important;
}

header{
	width: 100%;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #00193F;
	box-shadow: 0px 1px 3px #CCC;
	font-size: 16px;
	font-weight: 600;
	line-height: 110%;
	z-index: 9
}
header img{
	height: 36px;
	width: auto;
}
header i, header svg{
	height: 26px;
	font-size: 26px;
	margin-right: 10px;
}
header a{
	color: #DDD !important;
}
header a:hover{
	color: #E8AE1E !important;
}

.header-azul{
	background-color: #00193F;
}

header .dropdown-menu a{
	color: #00193F !important;
}

.dropdown-toggle::after{
	display:none !important
}

footer{
	width: 100%;
	height: 40px;
	background: #FFF;
	border-top: 1px solid #DDD;
}

section{
	widows: 100%;
	min-height: 82vh;
	padding: 40px 0;
	box-sizing: border-box;
}

/* button{
	background-color: #00193F !important;
	padding: 7px 40px !important;
	margin-top: 20px !important;
	border: none !important;
}
button:hover{
	background-color: #0A2773 !important;
} */

#tableVisitas tr td{
	vertical-align: middle;
}

.toggle-btn {
	float: right;
	cursor: pointer;
	margin-right: 10px;
	margin-top: -32px;
}

.btn-light{
	background-color: #DDD !important;
	border: 1px #CCC !important;
}

.modal .btn-success{
	background-color: #01bc05 !important;
}
.modal .btn-danger{
	background-color: #dc3545 !important;
}

.modal .btn-success:hover, .modal .btn-danger:hover{
	opacity: 0.9 !important;
}

.box-center{
	padding:20px 30px 30px 30px;
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px #CCC;
}
.box-center p{
	line-height: 100%;
}
.box-center span{
	float: right;
	font-size: 12px;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon i {
    position: absolute;
    right: 0;
    padding: 8px 12px;
    pointer-events: none;
    color: #666;
}
.left-inner-addon input.form-control {
    padding-right: 30px;
    margin-top: 20px;
}

.list-cambistas strong{
	color: #00193F;
}
.list-cambistas p{
	color: #999;
	line-height: 140%;
	margin-bottom: 0;
}
.list-cambistas img{
	/* height: 70px; */
	width: 100%;
	border-radius: 5px;
}
.list-cambistas button{
	color: #FFF !important; 
	line-height: 100%;
}
.list-cambistas button:hover{
	background: #00b3e5; 
}

.meus-dados hr{
	color: #999;
}	
.meus-dados p{
	color: #999;
	font-weight: 600;
}	
.meus-dados h4{
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 2px solid #CCC;
	background-color: #F9F9F9;
}
.meus-dados span{
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.resultado .bi-check-circle{
	font-size: 6em;
	color: #00c90a;
}
.resultado .bi-x-circle{
	font-size: 6em;
	color: #ea1212;
}
.resultado .bi-chat-left-text{
	position: relative;
	top: 10px;
	font-size: 6em;
	color: #2ccc7f;
}
.resultado .bi-chat-right-text-fill{
	position: relative;
	left: -20px;
	top: -20px;
	font-size: 6em;
	color: #2ccc7f;
}

#salvarQrCode{
	text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  header {
 	font-size: 12px;
  }
  header i, header svg{
 	font-size: 22px;
	height: 22px;
  }
}