@page { margin: 1cm }
@media print {
  .nav, .nav * { display: none !important; }
}
body{
	background: url('../images/banner.png') no-repeat;
    background-size: cover;
	min-height: 70vh;
}
a {
  cursor: pointer;
}
.btn{
    border-radius:0 !important;
}
#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.valor_locacao{
    margin: 20px 0 -10px;
    border-bottom: rgba(220, 212, 180, 1)1px solid;
    border-top: rgba(220, 212, 180, 1) 1px solid;
    background-color: #fcf8e3;
    text-align: center;
}
.mensagem{
	text-align: center;
	font-family: Arial;
	color: red;
    margin: 2% 10% 2% 10%;
    font-size: 12px;
    font-weight: 150;
    letter-spacing: 2px;
}
.agile-login {
	padding-top: 50px;
}
.wrapper {
    width: 450px;
    margin: auto;
    text-align: center;
    padding: 1% 0px;
    background-color: #fff;
}
.w3ls-form {
    display: inline-block;
    width: 350px;
    margin: auto;
    text-align: left;
}
label, input[type="text"],input[type="submit"]{
    display: block;
	    font-family: Arial;
}
select,
textarea,
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="text"] {
    outline: 0;
    padding: 5px;
    border: 1px solid #000;
    width: 100%;
    letter-spacing: 1px;
    box-sizing: border-box;
}
textarea{
	height: 300px !important;
}
#login_input {
  padding: 12px 15px;
}
#senha_input {
  padding: 12px 15px;
}
#entrar_btn {
  padding: 12px 15px;
}
.agile-login h1 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
	margin-bottom: 50px;
}
.agile-login  p{
	text-align: center;
    color: #fff;
    margin: 2% 10% 2% 10%;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
}
.wrapper h2 {
	margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
    color:rgba(0, 122, 138, 0.75);
    font-weight: 600;
    letter-spacing: 2px;
}
a.pass {
    font-size: 15px;
	color: rgba(0, 122, 138, 0.75);
	font-family: Arial;
	letter-spacing: 2px;
}
.w3ls-form a {
    display: block;
    text-align: right;
	    margin: 15px 0px;
}

label {
    margin: 20px 0px 8px 0px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    font-family: Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
}
input[type="submit"] ,
input[type="button"]{
	margin: 20px auto;
    padding: 5px;
    font-size: 18px;
    border: none;
    background-color:rgba(0, 122, 138, 0.75);
    color: #fff;
    text-transform: uppercase;
    outline: 0;
    border: 2px solid rgba(0, 122, 138, 0.75);
	cursor: pointer;
	    width: 100%;
	    letter-spacing: 1px;	
}
input[type="submit"]:hover  ,
input[type="button"]:hover{
    color: rgba(0, 122, 138, 0.75);
    background-color: transparent;
	border: 2px solid rgba(0, 122, 138, 0.75);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc6c6;
}

.agile-icons {
    padding: 3% 0px;
}
span.fa.fa-twitter:hover {
    background-color: #00b6f1;
    color: white;
}
span.fa.fa-facebook:hover {
    background-color: #3b5998;
    color: white;
}
span.fa.fa-pinterest-p:hover {
    background-color: #cb2027;
    color: white;
}
.agile-icons span.fa {
	font-size: 12px;
    margin: auto 10px;
    color:#000;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border:1px solid #000;
}
.copyright p {
    text-align: center;
    padding: 9px 0px;
    color: white;
    /* background-color: rgba(35, 30, 30, 0.43); */
    letter-spacing: 2px;
	font-size: 15px;
}
.copyright a {
    color: #00ffff;
}
.copyright a:hover {
    color: #fff;
}

.topo{
	color: #FFF;
	font-family: Arial;
	text-align: right;
}

.pagina{
	padding: 3%;
	font-family: Arial;
}

#bootstrap-overrides .table th, .table td{
	padding: 0.5em;
}

.homeEventos {
  display: inline-block;
  margin: 20px 0px 0px 0px;
  background-color: #f8f9fa;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

.eveTitle{
  float: left;
  margin: 0;
}

.eveBtns {
  float: right;
  display: flex;
}

.eveArrow {
  cursor: pointer;
}

.eveBtn,
.eveBtn:hover,
.eveBtn:link{
  text-decoration: none;
  margin: 0px 6px;
  border-radius: 3px;
  color: #000000;
  border: solid 2px #000000;
  padding: 0px 5px;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.fc-center h2 {
  font-size: 1rem;
  line-height: 2.1rem;
}

.fc-scroller {
  height: fit-content;
}

video {
  bottom: 20px;
  right: 20px;
  position: fixed;
  width: 230px;
  border: 1px red solid;
}

.video {
  bottom: 20px;
  right: 20px;
  position: fixed;
  width: 230px;
  border: 1px red solid;
}

#img_visitante,
#img_documento{
	width: 100%;
	height: auto;
  background-color: whitesmoke;
}
.area{
  display: flex;
  width: 100%;
}
.area label{
  width: 80%;
}
.area a {
  width: 20%;
}
.checkbox_label{
  margin: 0px 0 0 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  vertical-align: text-top;
}

/* responsive */
@media screen and (max-width: 1024px){
	
	.copyright p {
   margin-top: 0%;
}
}


@media screen and (max-width: 568px){
	.agile-login h1 {
		    font-size: 40px;
			
	}
}

@media screen and (max-width: 480px){
	body{
		background-position: center;
	}
	.agile-login {
    padding-top: 35px;
}
	.agile-login h1 {
    font-size: 35px;
    letter-spacing: 4px;
}
	.wrapper h2 {
    font-size: 26px;

}
.wrapper {
    width: 370px;
}
.copyright p {
	letter-spacing: 1px;
	
}
.w3ls-form {
    width: 300px;
}
}
@media screen and (max-width: 414px){
	.agile-login h1 {
    font-size: 30px;
	letter-spacing: 3px;
	    margin-bottom: 6%;
}
.wrapper {
    width: 320px;
}
.w3ls-form {
	    width: 270px;
}
.wrapper h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.copyright p {
    padding: 10px 0px;
    font-size: 14px;
    margin-top: 6%;
}
	
}
@media screen and (max-width: 375px){
	.agile-login h1 {
    font-size: 29px;
}
	.copyright p {
    font-size: 13px;

}
}
@media screen and (max-width: 320px){
.w3ls-form {
    width: 270px;
}
.agile-login h1 {
    font-size: 26px;
}
.wrapper {
    width: 280px;
}
.wrapper h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
input[type="submit"] {
    margin: 10px auto;
	    padding: 8px 60px;
}
.agile-login {
    padding-top: 30px;
}
label {
    margin: 15px 0px 5px 10px;
}
.copyright p {
   margin-top: 0%;
}
input[type="text"] {
    padding: 10px 15px;
}
.w3ls-form {
    width: 235px;
}
}
.custo_locacao{
  font-size:14px;
  margin: 10px 0;
}
.valor_locacao ul {
  list-style: none;
}

.pull-right{
	position: absolute;
    left: 99%;
    top: 31px;	
}

#menu-portaria {
  margin-top: 10px;
  background-color: #e9ecef !important;
  height: 100%
}
/* responsive */