* {
	font-family: 'Open Sans', Arial, serif;
}

body, p {
	padding: 0;
	margin: 0;
}

/*
a, a:link, a:active, a:visited, a:hover {
	color: #1976d2;
}
*/

.cover-heading {
	color: white !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 64px;
}
.lead {
	color: white !important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 32px;
}

.navbar {
	border: 0;
	border-radius: 0;
}
.navbar-inverse {
	background: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:visited, .navbar-inverse .navbar-nav > li > a:hover {
    color: black;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: white !important;
	background: #4CAF50;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    padding: 10px 15px;
}

.navbar-collapse {
    border: 0;
    box-shadow: 0 0 7px rgba(0,0,0, 0.3);
}



.navbar-toggle {
    background-color: #4CAF50;
    background-image: none;
    border: 1px solid #4CAF50 !important;
    border-radius: 2px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}



a.topmenu, a.topmenu:link, a.topmenu:active, a.topmenu:visited {
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}
a.topmenuselected {
	border-bottom: 2px solid #FFFFFF;
}

.form-control {
	padding: 2px 6px;
	border-radius: 1px;
}

.footer {
	border-top: 1px solid silver;
	margin: 20px auto 0 auto;
	padding: 10px 0;
}

.linksgap {
	cursor: pointer;
	margin-right: 5px;
	padding: 0 5px;
	border-radius: 2px;
	white-space: nowrap; 
}
.linksgap:hover {
	text-decoration: underline;
}

.calendarmaindata {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px;
}
.calendarbutton {
	cursor: pointer;
	color: white;
	font-size: 26px;
	margin: 10px;
}
.calendardays {
	color: white;
	text-align: center;
}
.calendard {
	text-align: center;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.fixedalerts {
	z-index: 1100;
	position: fixed;
	width: 50%;
	top: 10px;
	left: 50%;
	margin-left: -25%;
}

.alert {
	padding: 5px;
}
.alert-success {
	background: #388E3C !important;
	border-color: #388E3C !important;
	color: white;
}
.alert-danger {
	background: #F44336 !important;
	border-color: #F44336 !important;
	color: white;
}

.btn {
	border-radius: 1px;
}

.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
	background-color: #1976d2 !important;
	border-color: #1976d2 !important;
}



.minibutton, .minibutton:link, .minibutton:active, .minibutton:visited {
	color: #555;
}
.minibutton:hover {
	color: #4CAF50;
}

#loadingblock {
	display: none;
}
