/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/04/2017, 21:17:53
    Author     : Infus
*/

.body-agradecimento{
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/questionario/bg_agradecimento.png);
    background-position: top center;
    background-repeat: repeat-x;
}
.divAgradecimento{
    width: 50%;
    height: auto;
    background-color: rgba(133,119,84,0.9);
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    text-align: center;
    color: #FFF;
    border: thin solid #FFF;
    font-family: 'Arial';
    padding: 15px;
}

#container {
    min-height: calc(100vh);
    margin-bottom: 50px;
}
#footer{
    background: #000;
    width: 100%;
    min-height: 50px;
    bottom: 0;
    left: 0;
    position: fixed;
}

.consulta{
    cursor: pointer;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#preloader {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #FFF;
    color: #0063dc;
    z-index: 100000;
}

#preloader-content{
    top: 50%; 
    width: 100%; 
    text-align: center;
    position: absolute;
}

@media screen and ( max-width: 600px ) {  
    .rolagem{
        overflow-x: scroll;
    }
}

#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}