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

tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
}

.h1,
.h2,
.h3,
.h4 {
    font-weight: 400 !important;
}

.teamblue .well {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #ecf0f1;
    border: none;
    box-shadow: none;
}

#outerframeContainer {
    min-height: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

#welcome-container,
#group-container-wrapper,
.group-container {
    background-color: #F7F5F5;
    padding-bottom: 25px;
}

.group-outer-container {
    display: flow-root;
}

.survey-description {
    background-color: #FFFFFF;
    padding: 50px;
}

#navigator-container {
    padding-bottom: 1em;
    padding-top: 1em;
}

.number-of-questions {
    padding-bottom: 25px;
}

.divider {
    border-right: 1px solid #999;
    padding: 6px 0;
    margin-right: 12px;
}

.btn-blue,
.btn-primary,
.btn-default,
.btn-outline-secondary {
    color: white;
    background-color: #1c406f;
    border-color: #193963;
    padding: 10px 50px;
    border-radius: 50px;
    min-width: 200px;
}

.btn-blue:hover,
.btn-primary:hover,
.btn-default:hover,
.btn-blue:active,
.btn-primary:active,
.btn-default:active,
.btn-blue:focus,
.btn-primary:focus,
.btn-default:focus,
.btn-blue:active:hover,
.btn-default:active:hover,
.btn-primary:active:hover {
    color: white;
    background-color: #163155;
    border-color: #112744;
    padding: 10px 50px;
    border-radius: 50px;
}

.arrow-down {
    position: relative;
    margin: -1px 40px 48px 0;
}

.arrow-down::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    clear: both;
}


/* Questions */

.question-title-container {
    color: white;
    padding: 2em 1em 1em 1em;
}

.questionvalidcontainer {
    position: relative;
    text-align: center;
    padding-bottom: 1em;
}

.questionvalidcontainer .text-danger {
    font-weight: bold;
}

.questionvalidcontainer .text-info {
    color: #B9CC14;
    font-weight: bold;
}


/* Asterix */
.asterisk {
    display: inline-block;
}

.asterisk:before {
    content: "\f069";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.asterisk .small {
    font-size: 0.8em;
}

/* Tables */
.ls-odd {
    background-color: #ecf0f1;
}

.ls-even {
    background-color: #f9f9f9;
}

.question-title-container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.question-container .question-title-container {
    background-color: #1c406f;
    padding-left: 25px;
}

.question-help-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
}

.table> :not(:first-child) {
    border-top: none;
}

.col-responses .col-answers {
    width: 80% !important;
}

/* Answers */
.answer-container,
.question-container {
    background-color: white;
}

/* Messages */

.ls-question-mandatory {
    border: 1px solid #ebccd1;
    padding: 12px;
    background-color: #f2dede;
    border-radius: 5px;
    color: #d9534f;
    margin-top: 1em;
}

/* Fixes */
.modal-header .btn-close {
  color: transparent;
}

.question-valid-container .fa-exclamation-circle {
  display: none;
}
