/*
* Version: 1.8
* Blue Color: #3498db;
* Blue Hover Color: #2980b9;
* Additional color: #deeffc;
* rgba(52, 152, 219, 1);
*/

/* Add here all your css styles (customizations) */

body {
    font-family: 'Raleway';
    font-size: 13px;
    font-weight: 400;
    min-height: 100%;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
}

.full-container {
    padding-left: 4%;
    padding-right: 4%;
}

.breadcrumbs {
    padding-top: 0px;
    padding-bottom: 0px;
}

.breadcrumbs h1 {
    font-size: 18px;
    font-family: inherit;
}

.breadcrumb li a {
    color: #3498db;
}

/* News CSS Home Page and TPO News page*/

.news-home {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.news-home-item {
    float: right;
    width: 100%;
    background: #f7f7f7;
    position: relative;
    text-align: left;
    padding-left: 100px;
    border: 1px solid #e8e8e8;
}

.news-home-title {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    background-color: #fff;
    transition: color 0.25s ease;
    border: 1px solid #e7e7e7;
    z-index: 0;
}

.news-home-title::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(52, 152, 219, 0.26);
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.news-home-title:hover::after {
    width: 100%;
}

.news-home-date {
    float: left;
    width: 100px;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    margin-left: -100px;
    text-align: center;
    color: #999;
    border: 1px solid #E0E0E0;
    font-weight: bold;
}

.news-home-mobile {
    border: 1px solid #3498db;
    overflow: hidden;
    margin-bottom: 7px;
}

.news-home-mobile-date {
    background-color: #f7f7f7;
    padding: 2px 10px;
    color: #999;
    font-weight: bold;
}

.news-home-mobile-title {
    background-color: #f7f7f7;
    transition: color 0.10s ease;
    border-top: 1px solid #3498db;
    padding: 2px 10px;
    z-index: 0;
}

.news-home-mobile-title::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(52, 152, 219, 0.26);
    transform-origin: left;
    transition: width 0.10s ease;
    z-index: -1;
}

.news-home-mobile-title:hover::after {
    width: 100%;
}

/*--------------END-------------*/

.panel-success > .panel-heading {
    border-color: #e7e7e7;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

li.nav-heading {
    padding: 7px;
    background: #A3CCF6;
    font-size: 18px;
}

.tag-box-border {
    border: 1px solid #b8cedd;
    border-left: 3px solid #3498db;
}

/*--------Publications----------*/

#pubAccordion a,
#accordion2 a,
#accordion a {
    text-decoration: none;
}

.pubTitle {
    font-size: 1em;
}

.pubSubTitle {
    font-size: 0.8em;
}

#pubAccordion .panel-body {
    padding: 15px;
}

#pubAccordion .panel-heading {
    background-color: #ffffff;
}
footer{
    padding: 10px;
}
/*-------POPUP-----------------*/
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

body {
	padding-top: 50px;
}

.main {
	max-width: 320px;
	max-height: auto;
	margin: 0 auto;
}



