/******************
    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
*/

@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');

body { 
    background-image: url(../files/maos_FULLHD.jpg); 
    background-attachment: fixed;
    background-size: cover;
}

.sandstone {
    font-size: 10px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
}

h1, .h1{
    font-size: 22px;
}

.navbar-default {
    background-color: #233140;
    border-color: transparent;
}

.text-info {
    color: #233140;
    font-size:14px;
}

.survey-name{
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #233140;
}

#outerframeContainer, .privacy {
    color: inherit;
    background-color: #FFFFFF;
    margin-top: 50px;
    /* padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px; */
}

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

/*Cabeçalho das tabelas */

.answer-text{
    font-size: 100%;
    color:#233140;
}

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

.question-title-container, .questionvalidcontainer {
    background-color: #233140;
}


/*************************************/
/**  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 {
  border-bottom: 10px solid #ffffff;
}

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

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

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

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

a:link, a:visited {
    color: #097AD1;
}

.completed-text{
    color: #000000;
}

@media only screen and (min-width: 768px) {
 
	.inline-answers-question .question-title-container.col-xs-12,
	.inline-answers-question .question-valid-container.col-xs-12,
	.inline-answers-question .answer-container.col-xs-12 {
		width: auto;
	}
 
	.inline-answers-question .question-valid-container,
	.inline-answers-question .answer-container {
		padding-top: 1em;
	}
 
	.inline-answers-question .answer-container > div {
		padding-top: 0;
	}
 
	.inline-answers-question .answer-container .ls-answers {
		padding-top: 0;
	}
 
	.inline-answers-question .answer-container .answer-item {
		display: block;
		float: left;
		clear: none;
		margin-bottom: 0;
	}
}
.fa-asterisk::before {
    content: "(\f069)";
}

.text-danger, .text-danger:hover {
    color: #FFFFFF;
    margin-right: 5px;
    font-size: 10px;
    padding-bottom: 5px;
}

.form-control, input, textarea {
    border: 1px solid #888888;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-primary{
    background-color:#233140;   
}
.well {
    font-weight: bold;
    min-height: 20px;
    font-size: 12px;
    padding: 19px;
    margin-bottom: 20px;
    color:#233140;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.privacy{
    font-size: 12px;
}

.navbar-text {
    font-family: 'Roboto', sans-serif;
    position:relative;
    font-size: 110%;
    line-height: 35px;
}
.navbar-header{
    width:80%;
    margin:auto;
}
.navbar-brand{
    width:100%;
}
.top-container{
    margin-top: 20px  !important;
}
