/* -- STRUCTURE -- */
html, body {height: 100%;}
html {background-color:#eee;}
body {font-family: 'Source Sans Pro', sans-serif; font-weight:300; font-size: 14px; color:#617182; background-color:#EDF0F2;}
header {background-color:#1d252d;}
.header-bar {background-color:#1D252D; border-bottom: 2px solid #00AA13;}
.topper-nav {color:#fff; margin-right:90px;}
	.topper-nav a {color:#fff;}
		.topper-nav a:hover {color:#eee;}
.footer {background-color: #1d252d; color:#b7c9d3; line-height:24px; margin-top:150px;}
	.request-footer {text-align:right;}
	.footer-logo {width:10%;}
	.footer a {color:#b7c9d3;}
		.footer a:hover,active {color:#fff;}

/* -- TEXT AND LINKS -- */
h1 {font-family: 'Titillium Web', sans-serif; font-weight:700; font-size:24px; color:#4d5a68;}
h1, h2, h3, h4, h5,h6 {font-family: 'Titillium Web', sans-serif; font-weight:700; font-weight:400;}
h2 {font-size:1.3rem;}
h5 {font-size:1.0rem;}
.btn-success {background-color:#00aa13; border:0px;}
.btn-primary {background-color:#4f758b; border:0px;}
	.btn-primary:hover,active {background-color:#004986;}

/* -- Header -- */
.navbar-custom {min-width: 360px;height: 64px; background:#1D252D;}
#sidebar-brand-container {background-color:#1D252D; border-bottom: 2px solid #00AA13;}
.sidebar-brand {color: #f8f9fa;}
.page-container {background: #EDF0F2;margin-top: 25px; min-height: 70vh;}
.navigation-header {font-size:14px; margin-bottom:0px; margin-top:15px; margin-left:15px;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {border-bottom:3px solid #00aa13;}
.nav-link {font-size:16px;}

/* -- Cards -- */
.card {min-height:470px;}
.list-group {margin:15px -15px;}

/* -- Forms -- */
.inline-textInput {display:inline-block; width:50%;}
.block-label {display:block;}
input[type='file'] {color: transparent; margin-top:12px;}

/* -- Mobile -- */
@media screen and (max-width: 768px) {
.card {margin-bottom:15px;}
}

@media screen and (max-width: 1024px) {
.form-group {font-size:12px;}
}