body {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 90em;
    margin: auto;
}

a {
    color: #F0FFF0;
}
h4 {
    margin-bottom: 2em;
    text-align: left;
    font-weight: 700;
}
h1 {
    font-size: 3em!important;
}

body > section {
    min-height: 64.5vh
}

.name-bar {
    margin: 0;
    margin-left: 2em;
    color: #999;
    margin-bottom: 1em;
}

.name-bar-name,
.name-bar-name:visited,
.logout,
.logout:visited {
    text-decoration: underline;
    color: #4F94CD;
}

.top-container {
    margin: 0;
    margin-right: 1em;
}
.header-bar {
    display: inline-block;
    vertical-align: top;
    margin-right: 6em;
    padding-left: 1em;
}

.header-bar img {
    height: 6em;
    width: auto;
    margin: 0 2em;			
}

.title-bar{
    display: inline-block;
    color: #4F94CD;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 9px #7A7484;
	text-align: center;	
}

.bottom-bar{
    margin-top: 2em;
    background-color: #7A7484;
    padding: 2em 0.2em;
    color: #fff;
}

.separator {
   
    margin: 1em;
}

.container-main {
    border: 1px solid #ddd;    
    border-radius: 0.5em;
    padding: 0;
}

.container-title {
    background-color: #f5f5f5;
    font-weight: 700;
    padding: 0.5em 1em;
    text-align: left;
}

.breadcrumb-title {
    color: #999;
    padding-left: 2em;
}

.breadcrumb-link,
.breadcrumb-link:visited,
.breadcrumb-text, 
.breadcrumb-separator {
    color: #4F94CD;
}
 
.breadcrumb-link {
    text-decoration: underline;
}

.footer-text {
    text-align: center;
    color: #343138;
}


.nav-selected{
	background-color: #104E8B!important;
	font-weight:bold;
	height: 6vh;
	padding: 2vh;
	color:#ffffff;
	font-size: 2vh
}

.nav-button{
	color:#ffffff!important;
	text-decoration: none!important; 
	margin-right: 0!important;
	height: 6vh;
	padding: 2vh!important;
	font-size: 2vh;
	cursor: pointer;
}

.nav-button:hover{
	color:#23527c!important;
	text-decoration: none!important; 
	margin-right: 0;
}

.nav>li {
    display: inline-block!important;
}

.nav>li.active>a:hover {
    color: #aaa!important;
}

section {
    min-height: 15em;
}

.righty {
    text-align: right;
}

.container-fluid {
	background-color: #337ab7;
	border-color: #266da4;
	height: 6vh;	
}

.options-container {
    margin: auto;
    margin-top: 1.5em!important;
    height: auto;
    max-width: 95vw;
    margin-left: 1em;
    margin-right: 1em;
}

.options-content {
    padding: 1em;
}
    
.wait-overlay {
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    text-align: center;
}

.overlay-message {
    position: relative;
    display: inline-block;
    top: 30vh;
    padding-top: 1.2em;
    background-color: #fff;
    min-height: 5em;
    min-width: 10em;
    font-size: 2.5em;
    font-weight: 700;
    color: #4F94CD;
    text-shadow: 4px 4px 5px #ddd;
    padding-bottom: 1.5em;
    border: 1px solid #48b5e9;
    box-shadow: 0 0 10px #333;
    border-radius: 0.5em;
    background-color: #fff;
}

.overlay-message h2 {
    font-size: 1.5em;
}

.bold {
    font-weight: 700;
}

.info-row {
    padding-bottom: 1em;
}

.gauge {
    display: inline-block;
    width:33%;
    height: 15em;
}

.dash-title {
    margin-top: 0.3em;
    font-size: 2em;
    text-shadow: 0 0 4px #fff;
    color: #fff;
}

#dayssaved {
    height: 7em!important;
}

.receivers {
    padding-left: 10px;
}

.receivers span {
    font-size: 20.5px;
}
