html, body {
  font-family: 'Open Sans', serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  background: #ECF0F3;
}
nav.navbar {
  margin-bottom: 1rem;
}
.navbar-item.brand-text h2 {
font-size: 24px;
  font-weight: 900 !important;
  margin:0 26px 0 26px;
  color:#fff !important;
}
.navbar-item, .navbar-link {
  font-size: 14px;
  font-weight: 700;
}
a.navbar-item.is-active {
	background-color:#276cda !important;
	color:#fff !important;
}
a.navbar-item:hover {
  background-color: #ECF0F3 !important;
  color: #363636 !important;
}
.navbar-brand > a.navbar-item:hover {
	background-color:transparent !important;
}
.columns {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.menu .menu-label {
  color: #8F99A3;
  letter-spacing: 1.3;
  font-weight: 700;
  margin: 0 -11px 0 -11px;
  padding:3px;
}
.menu-label {

  color: #8F99A3;
  letter-spacing: 1.3;
  font-weight: 700;
}
.menu-list a {
  color: #0F1D38;
  font-size: 14px;
  font-weight: 700;
}
.menu-list a:hover {
/*  background-color: transparent;
  color: #276cda;*/
  
  background-color: #f5f5f5;
  color: #363636;
}
.menu-list a.is-active {
/*  background-color: transparent;
  color: #276cda;*/
  background-color: #209cee;
  color: #FFF;
  font-weight: 700;
}
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}
.card-header-title {
  color: #8F99A3;
  font-weight: 400;
}
.info-tiles {
  margin: 1rem 0;
}
.info-tiles .subtitle {
  font-weight: 300;
  color: #8F99A3;
}
.hero.welcome.is-info {
  border-bottom: 1px solid #c5ccff;
    background: none;
}
.hero.welcome .title, .hero.welcome .subtitle {
  color: #7d7d7d;
  margin-top: -10px;
}
.card .content {
  font-size: 14px;
}
.card-footer-item {
  font-size: 14px;
  font-weight: 700;
  color: #8F99A3;
}
.card-footer-item:hover {
}
.card-table .table {
  margin-bottom: 0;
}
.events-card .card-table {
  max-height: 250px;
  overflow-y: scroll;
}

/*.is-fullheight {
    min-height: calc(100vh - ( 5.25rem - .75rem ) );
    max-height: calc(100vh - ( 5.25rem - .75rem ) );
    height: calc(100vh - ( 5.25rem - .75rem ) );
    max-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}*/
/*.scroll {
	overflow-y:scroll;
	overflow-x:hidden;
}*/

.blank {
	height:10px;
}

.s-size {
    font-size: 11px !important;
}