/*
Theme Name: eLux Bootstrap
Theme URI: no pubplic avalaible, please contact the author at p.bellagente@unibs.it
Description: A theme built for the eLux Laboratory of the <a href="htt://www.unibs.it">University of Brescia</a>.
Author: Paolo Bellagente
Author URI: http://es3.unibs.it/
Version: 1.0
Tags: responsive, white, bootstrap

License: Copyrights to UniBS Department of Information Engineering - DII
This theme was specifically developed for the eLux Laboratory
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');
body {
  /*padding-top: 60px;*/
  padding-bottom: 40px;
}


/* Upper right corner*/
#urc-sidebar{
  padding-top: 30px;
  color: grey;
}

.dashedTitle{
  border-bottom: 1px dashed grey;
  width: 150px;
  display: inline-block;
}
.solidTitle{
  border-bottom: 1px solid lightgrey;
  width: 130px;
  display: inline-block;
  color: grey;
  font-style: italic;
  /*margin-top: 25px;*/
}
.socialLogo{
  font-size: 40px;
  color: grey;
}

.mltlngg-lang-switch-names li, .mltlngg-lang-switch-names li > ul li {
  font-size: 14px;
  height: auto;
  background-color: white;
  border: 0px solid #fafafa;
}
/* Header */

#topHeader, .header-logo{
  height: 150px;
}
#topHeader{
    border-bottom:5px solid #178487;
}
.header-logo{
  background-image: url("img/logoSito.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

#triangle-bottomright {
	/*width: 0;*/
	height: 0;
	border-bottom: 50px solid #178487;
	border-left: 50px solid transparent;
}

.eLUXGreenBG{
    background-color: #178487;
    height: 50px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.logoUnibs{
  background-image: url("img/logoUNIBS.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
  margin-top: 5px;
  margin-bottom: -15px;
}

.headerTitle{
  height: 100px;
  color: #178487;
  margin-left: -3px;
}

#blogName{
    margin-top: 15px !important;
}
/* Menu */
.menu-main-container, #main_content{
  /*border-left: 50px solid #178487;*/
  /*border-right: 50px solid #178487;*/
  background-color: rgba(9, 135, 153, 0.07);
  /*border-style: solid;*/
  /*border-width: 4px 0px 0px 0px;*/
  /*border-color: white;*/
  /*padding-top: 3px;*/
}
.site{
    border-top: 5px solid white;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar{
    margin-bottom: 5px;
}
#site-navigation{
    border-top: 5px solid white;
    background-color: #178487;
    border-bottom: 0px;
    border-radius: 0;
}

.nav > li > a{
  background-color: #178487;
  color: white;
  margin-right: 4px;
  margin-left: 4px;
  /*border-width: 0px 1px 0px 1px;
  border-color: white;
  border-style: solid;*/
  /*margin-bottom: 3px;*/
  min-width: 140px;
}

.dropdown-menu li > a{
  color: white;
}

.nav > li > a:hover, .nav > li > a:focus,.dropdown-menu li > a:hover, .dropdown-menu li > a:focus,
.dropdown-submenu:hover > a
{
  background-image:none !important;
  background-color: #BBB28A;
  color: white;
}

.dropdown-menu:hover,
/*.nav > li > a:hover,*/
/*.nav > li > a:focus */
{
  text-decoration: none;
  background-color: #BBB28A;
  color: white;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #178487;
}

.dropdown-menu{
  background-color: #178487;
  color: white;
}

/* Menu phone */
.menu-item{
  list-style-type: none;
}

.navbar-header, .navbar-collapse{
  background-color: #178487;
  color: white;
  text-decoration: none;
}

.navbar-toggle {
  border-color: white;
}

.icon-bar{
  background-color: white;
}


/* Content */

.content-area{
  background-color: white;
  /*box-shadow: 0px 5px 5px #888888;*/
  margin-bottom: 5px;
}

.map{
  width: 100%;
  text-align: center;
}
/* Slideshow */

.jumbotron{
  /*background-color: rgba(255, 255, 255, 0.7);*/
  background-color: inherit;
  padding: 0px;
  margin-bottom: 5px;
}

.news{
  height: 350px;
  margin-left: -10px;
  color: white;
  text-align: left;
  overflow: hidden;
  background-color: #178487;
  /*background-color: #fad972;*/
  overflow-y: hidden;
}

.news  ul{
  padding-left: 15px;
}
.more-link{
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 480px){
  .more-link{
    font-size: 90px;
    text-align: right;
  }
}


.rounded{
  text-align: center;
}

.post-date{
  border-left: 1px solid black;
  padding-left: 3px;
  font-size: 10px;
  display: inline-block;
  /*color: white;*/
}

/* Quesiton Box */

.question-box{
  /*height: 190px;*/
  color: white;
  padding: 5px;
  margin: 2px;
  /*background-color: red;*/
  margin-bottom: 5px;
  display: inline;
  display:inline-block;
  float:none;
  text-align:center;
  vertical-align: top;
}
@media screen and (min-width: 480px){
  .question-box{
    width: 32.5%;
    height: 160px;
  }
}
.qb1{
  background-color: rgba(177, 161, 119, 1);
}
.qb2{
  background-color: rgba(127, 173, 152, 1);
}
.qb3{
  background-color: rgba(138, 145, 168, 1);
}

.middle{
  margin: 10px 0px 10px 0px;
  display: block;
  font-size: 30px;
  color: white;
  font-weight: bold;
}

.logoBig{
  height:200px;
}

.logoMedium{
  height: 100px;
}

.logoSmall{
  height: 50px;
}

/* TEAM */
.teamPhotoDiv{
  height: 274px;
  width: 225px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  margin-bottom: 130px;

  /*line-height: 225px;*/
}
.teamPhoto{
  border: 10px solid white;
  box-shadow: 0px 5px 5px #888888;
}


/* html tags*/
body{
  /*background-image: url("img/eluxBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;*/
  text-align: justify;
}

a, a:hover {
  color: inherit;
}
main a, main a:visited {
  color: #1eaaae;
}
footer{
  background-color: #178487;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer > p{
  margin-bottom: 0px;
}

main{
  padding: 10px;
}

h1, h2, h3, h4{
  text-align: center;
}

h2.screen-reader-text{
  font-size: 20px;
  border-top: 1px solid lightgrey;
}

iframe {
  border: none;
  width:100%;
  height: 6800px;
  overflow: visible;
}

.fix1{
    padding-left: 10px;
}


.collaborationImg{
  height: 200px;
}

/*  TABLES */

th {
  background-color: #178487;
  color: white;
  text-align: center;
}
