/******************
    User custom CSS - Edited by SIG
    ---------------

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

:root {
  --sig-blue: rgb(51, 86, 135);
  --sig-red: rgb(144, 0, 64);
  --sig-grey: rgb(140,140,120);
  --sig-lightblue: rgb(95, 145, 211);;
}

.navbar-default
{
    background-color: white;
}

h1
{
   color: var(--sig-blue);
}

div.progress-bar
{
    background-color: var(--sig-blue);
}

.question-valid-container
{
    color: var(--sig-red);
}

.question-help-container
{
    background-color: var(--sig-blue);
}


.padding_needed
{
    padding-bottom: 1.0em;
}

.list-radio ul li 
{
    display: inline;
    margin-left: 0.5em;
}

.practice-description
{
    background-color: white;
    border: none;
    text-align:left;
}

.h3
{
    color: var(--sig-red);
    margin-bottom: 0em;
    text-align: left;
}

.group-description
{
    margin-top: 0em;
    padding-top: 0.3em;
    background-color: white;
    border: 0px;
    box-shadow: none;
    color: var(--sig-grey);
}

.practice-description h2
{
    color: var(--sig-blue);
    font-size: 20px;
}

.practice-description p
{
    color: var(--sig-grey);  
    padding-bottom: 2em;
}

.ls-label-question
{
    color: var(--sig-blue);
}

.question-title-container
{
    padding-bottom: 0em;
}

.question-container
{
    margin-bottom: 1.0em;
}

.delegate-field
{
  margin-bottom: 0em;   
}
.comment-field
{
    margin-top: -1.0em;   
}


.upload-toggle-button
{
    background-color: var(--sig-blue);
    border: none;
    color: white;
    text-decoration: none;
    font-size: 12px;
    margin-left:15px;
    width:20%;
    height:1.5em;
}

.comment-toggle-button
{
    background-color: var(--sig-lightblue);
    border: none;
    color: white;
    text-decoration: none;
    font-size: 12px;
    margin:-15px;
    width:20%;
    height:1.5em;
}

.tooltip > .tooltip-inner
{
    //background-color: var(--sig-blue);
}

.intrinsic-container {
    margin-top:2em;
    position: relative;
    height: 0;
    overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


.survey-description p
{
    color: var(--sig-blue);
    font-size: 16px;
}

.survey-welcome p
{
    color: var(--sig-blue);
    font-size: 16px;
}

.survey-name
{
    color: var(--sig-red);
    font-size: 20px;
    text-align: center;
}

.question-help-container
{
    background-color: white;
}

.question-help-container img
{
    width: 50%;
}

.videodetector img
{
    width:60%;
}

.delegate-check
{
    height: 3em;
    background-color: var(--sig-blue);
    color: white;
}

.delegate-check .answer-container
{
    margin-top:-1.4em;
}

.logo-container img
{
    padding: 0;   
}
}


