/******************
    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
*/
/* Logo UNIL + nom de faculte */

body {
  padding-top: 200px !important;
}

@media (max-width: 768px) {
body {
  padding-top: 175px !important;
 }
}

#lgunil {
        padding-bottom: 15px;
        padding-top: 25px;
}

@media (max-width: 768px) {
#lgunil {
        padding-bottom: 45px;
		padding-top: 0px;
 }
}

#emet-unit2 a {
        font-size: 24px !important;
        font-weight:700;
        color: #000;
       /* margin-top: -2px;*/
}

#emet-unit2  {
        font-size: 24px !important;
        font-weight:700;
        color: #000;
       /* margin-top: -2px;*/
}

.navbar-unil {
    padding: 2px;
    padding-left: 50px;
}

@media (min-width: 768px) {
#surveyname-unil {
    padding: 12px;
    padding-left: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 24px;
    font-weight:500;
    color: #fff!important;
 }
}

@media (max-width: 769px) {
#surveyname-unil {
    padding: 12px;
    padding-left: 50px;
    margin-top: -33px!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 24px;
    font-weight:500;
    color: #fff!important;
 }
}

@media (max-width: 769px) {
.btn-group-lg > .btn, .btn-lg {
	margin-right: 15px;
 }
}

#surveys-list-jumbotron {
  visibility: hidden;
  height: 0px;
}

.fac_bkg {
  background-color: #0060df;
}

.logo_unil, .img-responsive_unil {
  display: block;
  margin-left: 0px;
  padding-top: 0px;
  max-width: 350px;
}

#surveys-list-container {
  min-height: 350px!important;
}

 /* specific UNIL footer */

#footer1 {
   padding-top: 5px;
   padding-left: 7px;
   padding-bottom: 5px;
   border-top: 1px solid #999999;
   background-color: #dedede;
   text-align: right;
  }

#vd {
	margin-top: 6px;
}

#swissu1 {
	text-align: right;
}

.ls-label-question {
    font-weight: 700;
}

/* welcome message and description in black */
.fruity  .text-descr {
    color:#000;
}
.fruity .text-primary  {
    color:#000;
    background-color: #f7f7f7;
    padding: 12px;
}

.fruity .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
body {
    font-size: 16px;
}

/* buttons common for all fac */

.fruity .navbar-toggle {
  border: solid 1px #0060df;
}

.fruity .navbar-toggle .icon-bar {
  background-color: #0060df;
}

.fruity .progress-bar {
  background-color: #0060df!important;
}

.fruity .btn-primary {
  background-color: #0060df!important;
}

.fruity .btn-primary {
    border: 2px solid #f7f7f7;
}
.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
    color: #444444;
    background-color: rgba(68,68,68,0.1);
}

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
  border: 0px solid !important;
}

.fruity .btn-info {
    color: #444;
    background-color: #dedede;
    border: 1px solid #dedede;
}

.btn {
  border: none !important;
}

  @media (min-width: 769px) {
.fruity .navbar a.animate::after {
  background-color: #0060df!important;
 }
}

.fruity .nav .open > a {
  background-color: #0060df!important;
}

.fruity .nav .open > a:focus {
  background-color: #0060df!important;
}

.fruity .nav .open > a:hover {
  background-color: #0060df!important;
}

.fruity .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #0060df!important;
}

.fruity .text-info {
  color: #0060df!important;
}

.fruity .btn-default {
  color: #0060df!important;
}

.survey-contact {
  margin-top: 10px;
}

/* link as in Jahia */
.fruity a {
    color: #222;
    font-weight: 700;
}
.fruity a:hover {
    color: #222;
}
