/*
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 : 17 mai 2018, 14:40:32
    Author     : jeremie
*/
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-left: 5px;
    background-color: #fff;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

input[type="submit"]{
    /* background-color: orange; */
    font-weight: bold;
    border: 2px solid;
}

h1, h2, h3, h4, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: center;
}

h5, .h5 {
    text-align: center;
    color: red;
}

.navbar-header {
    float: none;
    font-style: initial; 
    /*padding: 15px;*/
    text-align: center;
    width: 100%;
}
.navbar-brand {float:none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: blue;
}

.centered-navbar {position:absolute; left:25%; width:50%; text-align:center;}


.hidden {
  display: none !important;
  visibility: hidden !important;
}


.question_row, #back_to_previous_Q, #showSearchSoundlike, #showSearchSoundlikeNotInList {
    margin-bottom: 10px;
}


#search_question, #retrySoundlike, #question_not_in_the_list {
    margin-bottom : 20px;
}

#showSearchQuestion, #showEnrichQuestion {
    font-size : 18px;
}

.yellow {
    color:#f0c45d;
}

.modal-body p {
    text-align: left;
}

.navbar-text-override {
    font-variant: small-caps;
    color : black;
}

.navbar-header {
    width:95%;
}

.ui-autocomplete-loading { 
   background:url('../img/loader.gif') no-repeat right center;
   background-position: right 10px;
}

.btn {
    white-space: normal !important;
    word-wrap: break-word;
}

#questionnaire iframe {
        width: 100%;
        height:90%;
}

#questionnaire .modal-dialog {
        max-width: 60%;
        height:90%;
}

#questionnaire .modal-content {
        height: inherit;
}

input#add_question {
    float:right;
    margin-top:30px;
}

@media (min-width: 600px) {

    #informations .modal-dialog {
        max-width: 600px;
    }

}

@media(max-width:800px){
    .navbar-header {
        width:90%;
    }

}


@media(max-width:600px){
    .navbar-header {
        width:80%;
    }
        
    .header-hr {
        display:none;
    }
}
