/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body { 
    background-image: url(../files/eagrants-fundo.jpg); 
    background-attachment: fixed;
    background-size: cover;
}
    
.sandstone {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
}

h1, .h1 {

    font-size: 28px;

}

.navbar-default {
    background-color: #FFFFFF;
    border-bottom: 3px solid #000;
}

.survey-name{
    font-weight: 400;
    line-height: 1.3;
    color: #233140;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 6px 7px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}


#SurveyFooter {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-top: 5px;
    bottom: 0px;
    height: 60px;
    background-color: #FFFFFF;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}


.footer { 
    background-image: url(../files/footer.png);
    background-attachment: local;
    background-repeat: no-repeat;
    background-position: center;
}


/*Cabeçalho das tabelas */

.answer-text{
    font-size: 12px;
    color:#233140;
}

.answertext{
    color: #233140;
    font-size: 13px;
}

.question-title-container, .questionvalidcontainer {
    background-color: #233140;
    padding-top: 10px;
    padding-bottom: 10px;

}

.pull-left {

    float: left !important;
    padding-right: 5px;

}


/*************************************/
/**  DEFINIÇÕES AO TEMA BOOTSWATCH  **/
/*************************************/


.table-hover>tbody>tr:hover{
    background-color:#dbdbdb
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border-top: 1px solid #464545;
}

.answer-container {
  border-width: 0px 0px 0px 0px;
}

.question-container {
  margin-bottom: 10px;
  background: white;
  color: #000;
  border-bottom: 0px solid #dbdbdb;
}

.progress-bar {
    background-color: #233140;
}

.yesno-button, .gender-button {
    float: left;
    border-spacing: 10px;
}
.yesno-button, .gender-button {
    width: 20%;
}

textarea.form-control {
    background-color: #dddddd;
}
input.form-control {
    background-color: #dddddd;
}

.text-info, .text-info:hover{
    color:#bbb;
}

a {
    color: #233140;
}

.container-fluid {

    padding-left: 15%;
    padding-right: 15%;

}

body .top-container {
    margin-top: 10px !important;
}

.ls-answers {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}
    

.privacy {
    padding-top: 5px;
    border: 0px;
}

.container {
    padding-top: 10px;
}

#outerframeContainer {
    color: inherit;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #000;
}

.space-col {
    margin-top: 10px;
    margin-bottom: 10px;
}

.question-valid-container .text-info{
  font-weight: bold;
}
.answer-container, .question-help-container {
    border-color: #fff;
}

.survey-description, .survey-description:hover{
    color:#000;
}