/* SITREP */

html {
	font-size: .8rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
body {
	font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
p {
	font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
td {
	font-size: 1rem;
}
th {
	font-size: 1rem;
}
h1 {
	font-family: 'Ubuntu';
    font-weight: 700;
	font-size: 3rem;
	color: #5c5c5c;
}
h2 {
	font-family: 'Ubuntu';
    font-weight: 700;
	font-size: 2rem;
	color: #5c5c5c;
}
h3 {
	font-family: 'Ubuntu';
    font-weight: 700;
	font-size: 1.5rem;
	color: #5c5c5c;
}
h5 {
	font-family: 'Ubuntu';
    font-weight: 700;
}
select {
	/* margin: .2rem; */
}
input[type=text] {
	/* margin: 0; */
}
.input-group-label {
	border: none;
}
.whitetext {
	 font-family: 'allerbold';
	color: white;
}
.whitetext_right {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: white;
}
.button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.top-bar, .top-bar ul {
	background: white;
}
.title-bar {
	background: #9b9b9b;
	margin-bottom: .4rem;
}
.input-group {
	margin: 0;
}
@media screen and (min-width: 40em) {

.top-bar .top-bar-left, .top-bar .top-bar-right {
	width:100%;
}
}
.show {
display:block;
}
.hide {
display:none;
}
.row {
	margin: .4rem 0;;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; 
  }
  
  
 .floatclear {
	clear: both;
} 
.slotbox {
	width:100%;
	font-size:1rem;
	text-align:left;
	border: 1px solid #cccccc;
	line-height:2rem;
	margin: .5rem 0;
	padding: .5rem;
}
.unavailable {
	background: #007095;
	color: white;
}  
.smalltext {
    font-size: .7rem;
}
.topBar {
	background:#333;
	color:white;
	padding: 1rem;
}
.topBar a {
	color:white;
}
.menuItemIcons {
	font-size:2rem;
	width:3rem;
}
a { 
	color: #2199e8;
}
.menu > li > a img, .menu > li > a i, .menu > li > a svg {
	vertical-align: middle;
}
.sitcal td {
    width: 80px;
    border-collapse: collapse;
    border: 1px solid #888;
    text-align: right;
    padding-right: 5px;
}
.actday {
	background-color: #e3e3ff;
	color: white;
}
.calDate {
font-size:1.5rem;
}
.cellDate {
width:100%;
height:100%;
}
.cellLink {
color: black;
}
.deadDate {
	background-color: #007095;
	color: white;
	font-size:1.5rem;
}
.deadDate > .cellLink  {
	color: white;
	font-size:1.5rem;
}
.servicebutton1 {
	background-color: #2199e8;
}
.servicebutton2 {
	background-color: #e89521;
}
.servicebutton3 {
	background-color: #036308;
}
.servicebutton4 {
	background-color: #7e0780;
}
.servicebutton5 {
	background-color: #b93205;
}
.servicebutton6 {
	background-color: #097c7c;
}
@media screen and (min-width: 40em) {
	.medium-14 {
		width: 14%; }
}   