body {
    padding-top: 50px;
}
.modal-dialogue {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.principal {
    padding: 10px 15px;
    text-align: center;
}
#loader{
  z-index: 999999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../loader.gif') 50% 50% no-repeat #FFF;
  opacity: 50%;
}
.area{
	margin-bottom: 2rem;
	text-align:right;
}
.tesste {
    text-align: right;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 20px;
}
.form-control2 {
    display: block;
    width: auto;
    height: calc(1.5rem + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dataS {
    position: relative;
    flex: 1 1 auto;
    padding: .375rem .75rem;
	margin-top: 2px;
    margin-bottom: 10px;
}
.valor {
    text-align: right;
    font-weight: bold;
    font-size: 28pt;
    margin-top: 10px;
}
.custom-control {
	padding-top: 10px;
	
}
.tetse {
    margin-top: 2px;
    margin-bottom: 10px;
}
.disponiveis{
    border-style: solid;

}
.redimen {
    background-color: white;
    width: 100%;
	height: auto;    
    position: relative;
}
p.one {
    text-align: right;
    font-size: 12pt;
    margin-top: 10px;
    border-color: rgb(199, 206, 192);
    border-width: 2px;
}
body.modal-open{
    overflow:visible;
}
#conteudo{
    scroll-behavior: smooth;
    overflow-y:auto;
}

  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  

@media (min-width:768px) {
.coll-sm-offset-2 {
    margin-left: 16.66666667%;
}
.coll-sm-8 {
    width: 66.66666667%;
}
}
@media (max-width:768px){
.coll-sm-offset-2 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left: 15px;
}
.coll-sm-8 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left: 15px;
	float:left;
}
}

  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .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;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }