@import url(//fonts.googleapis.com/css2?family=Strait&display=swap);
@import url(//fonts.googleapis.com/css2?family=Staatliches&display=swap);

*, html, body, h2, h3, h4, div, p, span, a, button, label {
	font-family: 'Strait', sans-serif;
}
h1 {
	font-family: 'Staatliches', cursive;
}
body {
	background-color: #ffffff;
	font-size: 16px;
}
p, li, label, .form-control, .help-block, .btn {
	font-size: 16px;
}
h3 {
	font-size: 22px;
}

/* HERO BANNER - full width top image */
.hero-banner {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 0;
}
.hero-banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* RANDOM STUFF */
#frontPages {
	padding-top: 20px;
}

h2 {
	margin: 0 0 10px 0;
	color: #2384CF;
}
h4 {
	margin-top: 30px;
}
.popover {
	max-width: 450px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}

.label {
	font-size: 13px;
	font-weight: normal;
}

.label-info {
	background-color: #2384CF;
}

.label-info[href]:hover, .label-info[href]:focus {
	background-color: #1c6ba8;
}

/* LOGIN FORM */
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
	color: #2384CF;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
	border-color: #2384CF;
	box-shadow: 0 0 0 0.2rem rgba(35, 132, 207, 0.25);
}

/* BUTTONS - AmicaChat brand colors */
.btn-primary {
	background-color: #2384CF;
	border-color: #1c6ba8;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #1c6ba8;
	border-color: #15507e;
}
.btn-warning {
	background-color: #D2534A;
	border-color: #a83d33;
	color: #fff;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #a83d33;
	border-color: #822e26;
	color: #fff;
}
.btn-chat {
	background-color: #3C9D5B;
	border-color: #2f7d47;
	color: #fff;
}
.btn-chat:hover, .btn-chat:focus {
	background-color: #2f7d47;
	border-color: #24632f;
	color: #fff;
}

/* FOOTER */
.footer {
	margin-top: 20px;
	color: #777;
}
.footer a {
	color: #2384CF;
}

/* Control Panel */
.panel {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	border: none;
}
.panel-default .panel-heading {
	font-size: 24px;
	color: #2384CF;
}
#loggedIn {
	margin: 15px 15px 0 0;
}

#navPanel {
	margin: 0;
	padding: 0;
}
.table thead > tr:first-child > th, .table tbody > tr:first-child > th, .table tfoot > tr:first-child > th, .table thead > tr:first-child > td, .table tbody > tr:first-child > td, .table tfoot > tr:first-child > td {
	vertical-align: top;
	border-top: 0;
}
#tableInfo td {
	vertical-align: middle;
}
#tableInfo td:first-child {
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 25%;
}

#tableInfoNorm td {
	vertical-align: middle;
}
#tableInfoNorm td:first-child {
	font-weight: bold;
	padding-right: 10px;
}

#tableInfoMemos td {
	vertical-align: top;
}
#tableInfoMemos td:first-child {
	font-weight: bold;
	padding-right: 10px;
}
#tableInfoMemos th small {
	font-weight: normal;
}

#tableNSAccess td {
	vertical-align: middle;
}
#tableNSAccess td:first-child {
	padding-right: 10px;
	text-align: left;
}
#tableNSAccess td:last-child {
	padding-right: 10px;
	text-align: right;
}
#tableNSAccess th small {
	font-weight: normal;
}

#channelList li {
	margin-top: 10px;
}

/* NAVBAR - AmicaChat brand */
.navbar, .well {
	background-color: white;
}
.well {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.alert {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border: none;
}

.navbar {
	-webkit-box-shadow: 0 8px 6px -8px rgba(35, 132, 207, 0.4);
	-moz-box-shadow: 0 8px 6px -8px rgba(35, 132, 207, 0.4);
	box-shadow: 0 8px 6px -8px rgba(35, 132, 207, 0.4);
	border-bottom: 3px solid #2384CF;
}
.navbar-brand {
	font-size: 25px;
}
.navbar-brand, .navbar-brand small {
	font-family: 'Staatliches', cursive;
	color: #2384CF;
}

.navbar-default .nav {
	margin-bottom: -1px;
}

.navbar-default .nav > li > a {
	color: #2384CF;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
	color: #2384CF;
	border-top: 3px solid #D2534A;
	margin-top: -3px;
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus {
	color: #2384CF;
	background-color: transparent;
	background-color: rgba(35, 132, 207, 0.1);
	border-bottom-color: transparent;
}
