/******************
    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 {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
}

/* My customizations */
:root{
    --unitue_red: #A51E37;
    --unitue_red2: #AC3742; 
    --unitue_red3: #B44D50; 
    --unitue_red4: #BC6261; 
    --unitue_red5: #C57974; 
    --unitue_red6: #CE8F89; 
    --unitue_red7: #D8A69F; 
    --unitue_red8: #E1BCB5; 
    --unitue_red9: #F4E8E5; 
    --unitue_red10: #F4DDDD; 
    --unitue_red_darker: #6E1324;
    --unitue_red_contrast_color: #ffffff;
    --unitue_darkblue1: #415A8C;
    --unitue_darkblue2: #556695;
    --unitue_darkblue3: #6A74A0;
    --unitue_darkblue4: #7C84AB;
    --unitue_darkblue5: #9095B6;
    --unitue_darkblue6: #A2A5C2;
    --unitue_darkblue7: #B5B7CE;
    --unitue_darkblue8: #C7C7D9;
    --unitue_darkblue9: #DADAE6;
    --unitue_blue: #0069AA;
    --unitue_blue1: #1978B2;
    --unitue_blue2: #3387BB;
    --unitue_blue3: #4C96C3;
    --unitue_blue4: #66A5CC;
    --unitue_blue5: #7FB4D4;
    --unitue_blue6: #99C3DD;
    --unitue_blue7: #B2D2E5;
    --unitue_blue8: #CCE1F6;
    --unitue_blue9: #E5EEF6;
    --unitue_gray: #32414B;
    --unitue_gray1: #444E57;
    --unitue_gray2: #565C65;
    --unitue_gray3: #686B74;
    --unitue_gray4: #7B7D84;
    --unitue_gray5: #8F8F95;
    --unitue_gray6: #A4A3A9;
    --unitue_gray7: #B9B8BC;
    --unitue_gray8: #D0CFD2;
    --unitue_gray9: #E7E6E7;
    --unitue_bg_color: #a51e37; 
    --unitue_bg_color_darker: #6E1324;
    --unitue_gold_bg_color: #EFEDE1;
}

/* General text customizations */

.body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 60px;/* now is redefine in JS to fit any title length */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}

/* Survey Title */
.survey-name  {
color: var(--unitue_red);
}

/* Side Load Error Title */
 #text-danger  {
color: var(--unitue_red);
}

.alert  {
color: var(--unitue_red);
}


/* QuestionHelp */
 .ls-questionhelp {
     color: var(--unitue_blue1);
 }


.emtip {
     color: var(--unitue_blue1);
 }

.survey-description {
    color: var(--unitue_blue1);
} 
 
.logo-container {
    padding: 0px;
    float: left;
    background-color: var(--unitue_red);
    font-size: 18px;
    line-height: 20px;
}

/* Used for hint texts */
.well {
background-color: var(--unitue_blue9);
color: var(--unitue_blue);
}




 #main-col {
     margin-top: 1em;
 }



 .col-centered{
     float: none;
     margin: 0 auto;
 }
 

 
/* Navbar */


.navbar {
    background-color: var(--unitue_red);
    border-color: transparent;
}
.navbar-default {
    background-color: var(--unitue_red);
    border-color: transparent;
    
}

.navbar-default .navbar-brand {
 color: var(--unitue_red_contrast_color);
 background-color:transparent
}

.navbar-default .navbar-text {
 color:#ffffff
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar {
    background-color: var(--unitue_red);
    border-color: transparent;
    
}
.navbar-brand {
    height: auto;
    min-height:40px;


/* Question and Navigation Buttons */
/*
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
     background-color: var(--unitue_red);
    border-color: var(--unitue_red1);
    text-decoration: none;
}
.btn:active {
    color: #fff;
     background-color: var(--unitue_red);
    border-color: var(--unitue_red1);
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--unitue_red);
    border-color: var(--unitue_red1);
}*/
}
.btn-primary {
    color: #fff;
    background-color: var(--unitue_gray);
    border-color: var(--unitue_gray1);
        /* In case of floating footer:
    margin-bottom: 60px;
    */
}
.btn-primary:hover,  .button-item.active.hover ,.btn-primary.hover, .btn-primary:active.hover, .button-item.active.focus.hover, .btn-primary.active.focus.hover    {
    color: #fff;
    background-color: var(--unitue_red);
    border-color: var(--unitue_red1);
}
.btn-primary:active, .button-item.active, .btn-primary.active, .btn-primary:active, .button-item.active.focus, .btn-primary.active.focus    {
    color: #fff;
    background-color: var(--unitue_red);
    border-color: var(--unitue_red1);
}

.ls-move-submit-btn {
    background-color: var(--unitue_red);
    border-color: var(--unitue_red1);
}



/* IfSoz Footer */

#ifsozFooter {
    /* Floating Footer ; requires that btn-primary (nav buttons) adds offset of 60px
    position: fixed;
    */
    height: 85px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
    bottom: 0;
    background-color: var(--unitue_gold_bg_color);
}

#ifsozFooter div{
    
} 



#footer-logo {
    width: 100%;
    padding-top: 0;
}
#main-logo {
    float: left;
}
#faculty-logo {
    float: left;
}
#department {
    color: #A51E37;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 106%;
    margin-left: 20px;
}

#cati-logo {
    padding-top: 10px;
}






 #main-col {
     margin-top: 1em;
 }

.row {
}

 .col-centered{
     float: none;
     margin: 0 auto;
 }
 

 



.progress-bar {
 background-color: var(--unitue_gray1);   
}


/* language changer color */

.btn-info {
    background-color: var(--unitue_darkblue1);
    border-color: var(--unitue_darkblue2);
}

.btn-info:hover {
    background-color: var(--unitue_darkblue1);
    border-color: var(--unitue_darkblue2);
}




#surveys-list-jumbotron {
    font-size: x-large;
    color: var(--unitue_red);
}




.alert-warning {
    background-color: var(--unitue_red10);
    border-color: var(--unitue_red);
    color: var(--unitue_red);
}



/* Text in Intro
.text-primary {
        color: var(--unitue_blue);
}
*/

/* class disable-select will prevent selection */
.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

#watermark {
  height: 200px;
  width: 1000px;
  position: absolute;
  overflow: hidden;
}
#watermark p {
  position: absolute;
  top: -140px;
  left: 20px;
  color: #dde;
  font-size: 40px;
    
  pointer-events: none;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}

.vignette  {
  font-size: 25px;
}

.numsuffix  {
  font-size: 15px;
  text-decoration: italic;
}



.survey-description  {
color: #000000;
}

.text-info p {
color: #000000;
}

