/*
* === GENERAL ===
*/


.tabulated-text p{
    text-align: justify;
    text-justify: inter-word;
    margin: 10px;
}

div.panel-home-sep{ 
    padding: 10px;
}

.ddl-frontend-editor-cell { 
	margin: 0px;
    padding: 0px;
}

.ddl-full-width-row{
  	margin: 0px;
    padding: 0px;

}

.ddl-full-width-row{
  	margin: 0px;
    padding: 0px;
}

div.row{
  	margin: 0px;
    padding: 0px;
}

div.panel-wrapper { 
  padding-left: 0.65em;
  padding-right: 0.65em;
  padding-top: 0.35em;
  padding-bottom: 0.45em; 
  position: relative;
}



div.panel-wrapper-home { 
  padding-left: 0.0em;
  padding-right: 1.0em;
  padding-top: 1.5em;
  padding-bottom: 1.0em; 
  position: relative;
}

div.panel-wrapper-publications{ 
  padding-left: 0.0em;
  padding-right: 0.0em;
  padding-top: 1.0em;
  padding-bottom: 1.0em; 
  position: relative;
}


div.info-panel { 
    background-color: #f5f5f5;
    border-width: thin;
    border-color: black;
    padding: 15px;
    margin: 0px;
}


div.info-panel-home-news { 
    background-color: #f5f5f5;
    border-width: thin;
    border-color: black;
    padding: 0px;
    margin: 0px;
}

div.info-panel-home-publications { 
    background-color: #f5f5f5;
    border-width: thin;
    border-color: black;
    padding: 0px;
    margin: 0px;
}

div.info-panel-home-twitter {
    padding-top: 1em;
    padding-right: 1em;
}

div.info-panel-jobs { 
    background-color: #f5f5f5;
    border-width: thin;
    border-color: black;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

div.info-panel-toolbar{
	margin-bottom: 10px;
}

label.btn.btn-primary.active{
    opacity: 0.8;
}

label.btn.btn-primary{
	background-color: black;
    opacity: 0.4;
}

div.info-panel-title { 
  min-height: 50px;
  padding:10px;
}

.info-panel-content { 

}

.info-panel-subcontent{
  padding-left: 15px;
  padding-right: 15px;
}

div.tab-content{
  margin: 0px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;

  border-style: solid solid solid solid;
  border-width: 1px;
  border-color: #dddddd;
}

.nav.nav-tabs {
    border-bottom: 0px solid #dddddd;
}

.capitalize{
  text-transform: uppercase;
}


h2.subh2 {
    color: #555;
    font-size: 95%;
    margin-top: 5px;
}

h3.subh3 {
  font-size: 95%;
  font-weight: 600;
  border-bottom: 1px dotted #999;
}

h4{
	margin: 0px;
}

h4.subh4{
  font-size: 90%;
  font-weight: 500;
  margin: 0px;
}



/*
* === HOME ===
*/


/*
* === LABEL OVER IMAGE THUMBNAIL ===
*/
.label-over-image-thumbnail {
    position: relative;
    border: none;
    float: center;
    overflow: hidden;
    padding: 10px;
    height: 200px;
    text-align: center;
}

.label-over-image-thumbnail-img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.label-over-image-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.label-over-image-thumbnail-text {
    position: relative;
    bottom: 100px;
    right: 0px;
    background-color: white;
    color: white;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 0.80;
    width: 100%;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid none solid none;
    margin: 0px;   
}

.label-over-image-thumbnail-text h3{
    margin: 0px;   
}


/*
* === HOME ===
*/
#row_home_1 {
  
}

#row_home_2 {
	height:300px;
}

.slide-text{
  padding: 10px;
  background-color: white;
  opacity:0.6;
  width: 50%;
  float: right;
}

.slide-text p{
  color: black;
}
/*
* === NEWS ===
*/
.news-home-thumbnail{
    
}

.news-home-thumbnail-image-wrapper{
    height: 100%;
    object-fit: cover;
    width: 100%;
    text-align: center;
}
img.news-home-thumbnail-image{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-home-thumbnail-title h3{
  font-size: 90%;  
  text-align:center;
}


.news-home-thumbnail-content p {
  font-size: 90%;  
}

.news-post-thumbnail img{
    float: left;    
    margin-top: 10px;
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 250px;
    
}
.news-post-thumbnail {
    overflow: auto;
    margin: 20px;
    border-bottom: 1px solid grey;
}
.news-post-thumbnail h4{
    margin: 10px;
}


.news-post-thumbnail p{
    text-align: justify;
    text-justify: inter-word;
}


/*
* === REPORTS ===
*/
div.report-archive-thumbnail{
}

div.report-archive-thumbnail-header{
    height: 30px;
  	text-align: center;
}

div.report-archive-thumbnail-content{
    height: 150px;
}

.report-archive-thumbnail-image{
    width: 100%;
    max-height:100%;
    object-fit: cover;
}

/*
* === ABOUT ===
*/
.transport-box-image{
  width: 100%;
  
}

/*
* === STAFF ===
*/

/*
* === Archive ===
*/
.staff-overview-thumbnail{
  display: block;
  text-align: center;
}
.staff-overview-thumbnail-image{

}

.staff-overview-thumbnail h4{
  margin:0px;
}

.staff-group-type{
  margin-bottom: 10px;
  margin-top: 10px;
}

.staff-overview-text-thumbnail {
    margin-bottom: 20px;
    min-height: 90px;
}

.staff-overview-text-thumbnail span {
    margin: 3px;
}
.staff-overview-text-thumbnail h4 {
    margin: 0px;
}


/*
* === Layout ===
*/

.person-info-layout {
    margin-bottom: 20px;
}

.person-short-description{
    margin-top: 15px;
}

.person-short-description p {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999
}

.person-info-layout h2 {
    margin: 0px;
    padding: 0;
}

.person-info-layout span {
    padding: 5px;
}

/*
* === DEPARTMENT ===
*/

.department-general-image{
  width:100%;
  max-height: 100%;
  object-fit: cover;
}

.department-thumbnail  {
  text-align: center;
    
}
.department-thumbnail-image-wrapper {
    height: 200px;
  	width:100%
    padding-top: 5px;
    padding-bottom: 5px;
}
img.department-thumbnail-image {
    width:100%;
    max-height: 100%;
    object-fit: cover;
}
.department-thumbnail-image-text {
   
}
/*
* === PROJECTS ===
*/

.staff-overview-item {
    padding: 10px;
    background-color: #e6e6e6;
    margin-bottom: 20px;
}

.staff-overview-item span {
    margin: 3px;
}

.project-overview-thumbnail-content div{
  padding:0px;
  display: inline-block
}

div.project-overview-thumbnail {
   padding:10px;
   min-height:100px;
   border-top: 1px solid;
   
}

.project-overview-thumbnail .subh4 {
	
}
img.project-overview-thumbnail-img {
	max-height:100%;
    object-fit: cover;
}

.project-overview-thumbnail h4 {
    margin: 0px;
    padding-top: 2px;
}

.project-title{
  font-size: 18px;
  
}

.project-overview-thumbnail span {
    margin: 0px;
}

/*
* === SERVICES ===
*/
.service-overview-box {
    padding: 10px;
    background-color: #e6e6e6;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*
* === DIRECTORY ===
*/
.form-search-directory {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 50px;

}

/*
* === SLIDER ===
*/
div.slider-text {
	background-color: white;
    opacity: 0.6;
    display: block;
    text-align: center;
}
.slider-text p{
  color: black;
  opacity: 1;

}


@media (max-width: 900px) {
  
  .project-overview-thumbnail div{
   	min-height:60px;
  }
  
  div.slider-text {
    display: none;
    opacity: 1;
  }
  
}

.gallery-item {
    max-width: 16%;
}


