html, body {
  height: 100%;
}

body{
	font-size: 0.8rem;
	background-color: #f8f8f8;
}

.btn {
	font-size: 0.8rem;
	margin-top: 0.2rem;
}

.btn-mini {
	font-size: 0.5rem !important;
}

.btn-primary {
    color: #0A2157 !important;
    background-color: #fcb300;
    border-color: #fcb300;
}

.btn-primary:hover {
    color: #0A2157 !important;
    background-color: #d89c00;
    border-color: #fcb300;
}

.btn-primary:active {
    color: #0A2157;
    background-color: #d89c00 !important;
    border-color: #fcb300;
}

.btn-primary:focus {
    color: #0A2157;
    background-color: #d89c00 !important;
    border-color: #fcb300;
}

.btn-primary:disabled {
    color: #fff;
    background-color: gray;
    border-color: #090909;
}

.camera-upload{
	position: absolute; bottom: 0px; right: 0px; background-color: aquamarine;
}

a{
	color: #0A2157;
	text-decoration: none
}

a:hover{
	color: #0A2157;
	text-decoration: none
}

a:active{
	color: #0A2157;
	text-decoration: none
}

.scroll{
	overflow-y: auto; 
	max-height: calc(100vh - 14rem);
}

.dropdown-menu {
	font-size: 0.8rem;
}

.dropdown-item{
	color: #6a6060;
	text-decoration: none;	
}

.list-group-item{
	color: #6a6060;
	text-decoration: none;	
}

.list-group-item.active{
	background-color: #f2f3f6;
	border-color: #f0f1f4;
	color: #0A2157;	 
}

.list-group-item a:hover{
	background-color: #ededed !important;
	color: #0A2157;
}

.list-group-item h5 {
	color: #000;
}

.popover-body{
	font-size: 0.8em !important;
}

.pagination-select{
	font-size: 0.8rem !important;
}

.invalid-tooltip{
	top: auto !important;
}

.btn-dropdown-toggle-none:after{
	display: none !important;
}

.menuFornPromEmLoja li.active{
	background-color: #0A2157;
}

.menuFornPromEmLoja li.active h5{
	color: white;
}

.ui-timepicker-container{ 
	z-index:1151 !important; 
}

.containerIndex{
	/* height: 100%; */ 
	min-height: 100%;
	border: 1px solid #e3e3e3;
}

.titlePage {
    margin-top: 2rem;
    margin-left: 1rem;
}

.titlePage h1{
	font-family: sans-serif;
	font-size: 1.6rem;
    color: #132157;
    margin: 0;
}

.titlePage p{
	font-family: sans-serif;
	font-size: 0.8rem;
	font-style: bold;
    color: #a7a2a2;
    margin: 0;
}

.mensagemSucessoPageLoja{
	color: #fff !important;
}

.mensagemAlertPageLoja{
	color: #0A2157 !important;
}

.mensagemErroPageLoja{
	color: #fff !important;
}

.mensagemPageLoja{
	font-family: sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
}

.detalhesPageLoja{
	font-family: sans-serif;
	font-size: 3.2rem;
}

.nomePromotorPageLoja{
	font-family: sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
    color: #0A2157 !important;
}

.cpfPromotorPageLoja{
	font-family: sans-serif;
	font-size: 1.6rem;
    color: #0A2157 !important;
}

.inputInvalid{
	border-color: #dc3545;	
}

.topBgWhite{
  background-color: #fff;
}

.topLojaBgBlue{
  background-color: #0A2157;
  color: #fff;
}

.topBgBlue{
  background-color: #0A2157;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}

.topBgBlue2{
  background-color: #0A2157;
  color: #fff;
}

.topLogin{
	width: 100%;
}

.topLogo {
	background-color: #fff;
}

.topLogo img{
	margin-top: 3em;
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.menuLateral{
	margin-top: 50px;
	margin-bottom: 70px;
}

.menuLogoff{
	position:fixed; 
	bottom: 0px; 
	margin-left: 10px; 
	margin-bottom: 10px;
}

.accordionMenu .card-header{
	cursor: pointer;
}

.accordionMenu .card-header span {
	color: #0A2157 !important;
	font-size: 1.2em !important;
}

.loading {
	transition: 0.5s;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	/* background: #0A2157; */
	background-color: rgba(4, 33, 87, 0.8);
}
.loading div { 
	position: relative;
	top: 50px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);	
	opacity: 1;
	color: #fff;
}

.loading h1{
	font-family: sans-serif;
	font-size: 1.6rem;
    color: #fff;
}

.loading-active {
visibility: visible;
}

.txt-capitalize{
	text-transform: capitalize;
}

.text-muted-10{
	font-size: 10px;
}

.txRed{
	color: #a70e00!important;
}

.txGreen{
	color: #176b18!important;
}

.txBlue{
	color: rgb(4, 50, 255)!important;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    
}
.table td, .table th {
    padding: 0.4rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    
}

.table-th-right{
	text-align: right !important;
}

.table-th-center{
	text-align: center !important;
}

.table-tr-click tr {
	cursor: pointer;
}

.div-click {
	cursor: pointer;
}

.table-tr-danger {
	color: #721c24 !important;
    background-color: #f8d7da !important;
}

.table-tr-success {
	color: #155724 !important;
    background-color: #d4edda !important;
}


.table-tr-warning {
	background-color: #fff3cd !important;
	color: #856404 !important;
}

.table-tr-info {
	color: #0c5460 !important;
    background-color: #d1ecf1 !important;
}

.vencBase{
	position: absolute; left: -50px; margin-top: -24px; padding: 0px; height: 100%;
}

.vencMargin{
	margin-left: 30px;
}

.vencText {
	color: #fff;
	transform: rotate(-90deg);
	margin: 0px
}

.legendaQuizAlt{
	width:15px; height: 15px;
}

.input-right{
	text-align: right !important;
}

.colHeightLoja{
	height: 200px;	
}

.customCollumn1Icon{
	width:60px;
	text-align: center;
}

@media (max-width: 767px) {
	
	.h4, h4 {
		font-size: 1.0rem !important;
	}
	
	.mensagemPageLoja{
		font-family: sans-serif;
		font-size: 1.0rem;
		font-weight: bold;
	}
	
	.detalhesPageLoja{
		font-family: sans-serif;
		font-size: 1.0rem;
	}
	
	.nomePromotorPageLoja{
		font-family: sans-serif;
		font-size: 1.6rem;
		font-weight: bold;
	    color: #0A2157 !important;
	}
	
	.cpfPromotorPageLoja{
		font-family: sans-serif;
		font-size: 1.6rem;
	    color: #0A2157 !important;
	}
	
	.colHeightLoja{
		height: 120px;	
	}
	
	.filtroAutocomplete{
		position: absolute; background-color: #fff; z-index: 99999;
	}
	
}

@media screen and (max-width: 600px) {
  .table {
    border: 0;
  }

  .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: 3px solid #ddd; */
    display: block;
    margin-bottom: .625em;
  }
  
  .table td {
    /* border-bottom: 1px solid #ddd; */
    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;
  }
  
  .table td:last-child {
    border-bottom: 0;
  }
  
}

