html, body {
    height: 100% !important;
}

#area_body{
	min-height: 100%; height: auto;
}

.content{
	width:100%;
}

.container-esqueci-senha {
	margin-top: 5%;
}

.title {
	text-align:center;
	margin-bottom: 20px;
}


#tabela-relatorio {
	width: 100%;
	height: 60px;
	margin-bottom: 2%;
	border: 2px solid #3097D1;
	border-radius: 5px;
	text-align: left;
}

#tabela-relatorio td {
	padding-left: 12px;
	padding-right: 2px;
}

#tabela-relatorio th {
	padding-left: 12px;
	background: #3097D1;
	color: white;
}

.container-senha {
	margin-top: 5%;
}

.text-contracheque {
	font-weight: none;
}

.email {
	width: 362px;
	margin-top: 10px;
}

.email-not-found {
	margin-top: 40%;
}

.ui-dialog .ui-dialog-titlebar {
	background: #3097D1;
	color: white;
}

.btn-nova-senha {
	margin-top: 10px;
}

.btn-enviar-email {
	margin-top: 5px;
}


.justificativas-all { display: none; }
.modal-body .justificativas{ margin-bottom: 20px; }

.deleteCandidato { display: none; }

.tabelaScroll{
	overflow-y: scroll;
}
.bg-white { background-color: #fff; }

.login-vertical{
	margin-top: 10%;
}

.ajuste-turno{
	padding-left: 10%;
}

.ajuste-escola
{
	padding-left: 2%;
}
obrigatorio::after {
	content: "*";
	color: red;
  	
  	
}


#div-img1{
	display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }

  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }

  .modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
  }

  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}

}
  