/* Frontpage CSS (MFC) */

div.t1{
  color: #414751;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: .4em;
}

div.c-tp {
  margin-top: 3px;
  font-size: 1em;
}

body {
 font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 16px;
 background-color: rgb(233, 233, 233);
 color: rgb(0, 0, 0);
 text-align: left;
 overflow-x: hidden;
 overflow-y: auto;
}

section{
display: block;
width: 100%;
margin-bottom: 2rem;
}

section.frontpage-title .title {
font-size:4.5rem;
padding-top:1.6rem;
text-align: center;
font-weight: bold;
margin:0 auto;
color:#fff;
text-shadow: 4px 4px black;
}

/* hero section handling, title and subtitile */
section.frontpage-title .banner-image {
position: absolute;
z-index: -5;
width: 100%;
left: 0px;
top: 0px;
margin: 0 auto;
}

h1 small {
color: #ddd;
}

.date {
background: #0191c8;
width: 65px;
height: 55px;
border-radius: 0px;
float: left;
margin: 10px 10px 0px 0px;
padding: 15px 0px 0px 0px;
color: #ffffff;
font-size: 24px;
font-weight: 900;
text-align: center;
line-height: 70%;
font-family: 'Open sans', sans-serif;
}


.date-alert {
background: #ffb600;
color: #000000;
}

.date span {
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
display: block;
color: #ffffff;
}

.date-alert span {
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
display: block;
color: #000000;
}

/* in order to vertically center text, the div needs some height */
.date-list {
padding-top: 6px;
height: 64px;
display: flex;
align-items: center;
}

.nav-pills {
margin-left: 0px;
}

.panel .panel-heading .nav.nav-tabs {
position:relative;
bottom:-5px;
height:29px;
border:none;
margin-top:-9px;
margin-left:-9px;
}

.panel .panel-heading .nav.nav-tabs li a {
height:35px;
line-height:17px;
border:1px solid transparent;
}

.panel .panel-heading .nav.nav-tabs li:not(.active) a:hover,
.panel .panel-heading .nav.nav-tabs li:not(.active) a:focus {
background:rgba(0, 0, 0, 0.05);
}

.panel .panel-heading .nav.nav-tabs li.active a {
border:1px solid #407AB9;
border-bottom-color: transparent !important;
background:rgb(36, 36, 36);
}

/* handle links in page content */

a {
color: #337ab7;
background: none;
text-decoration: none;
border: none;
}

a:visited {
color: #225599;
background: none;
transition: color 5s;
text-decoration: underline;
border: none;
}

a:focus {
color: #114499;
background: none;
transition: color 5s;
text-decoration: underline;
border: none;
}


a:hover {
color: #114499;
background: none;
transition: color 5s;
text-decoration: underline;
border: none;
outline: 0;
}

.nav-tabs {
margin-left: 0px;
}

.nav-pills > li > a {
border-radius: 0;
color: #0191c8;
text-transform: uppercase;
font-weight: 600;
}

/* .nav-pills > li + li {*/
.nav-pills > li  {
/*padding-top: 3px;
padding-bottom: 3px;
*/
margin-left: -5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #0191c8;
text-transform: uppercase;
}

.nav-pills .nav-link {
border-radius: 0px;
padding-top: 1em;
padding-bottom: 0.8em;
}
.nav-stacked > li {
float: none;
}

.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}

.nav-justified {
width: 100%;
}

.nav-justified > li {
float: none;
}

.nav-justified > li > a {
text-align: center;
padding-bottom: 5px;
margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}

@media (min-width: 768px) {
.nav-justified > li {
 display: table-cell;
 width: 1%;
}
.nav-justified > li > a {
 margin-bottom: 0;
}
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* To align MD icons with text */
.icon-align {
vertical-align: text-bottom;
}

/* overwrite logo padding */
.emp-logo {
padding-right: 0.8em;
}