html{
	height: 100%;
}

body{
	background: url('/public/images/background.jpg') no-repeat center top fixed;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*----------[ heading ]----------*/
h1{
	margin: 15px 0px 15px 0px;
	font-size: 25pt;
	text-decoration: underline;
	text-align: center;
}
h1 .state{
	font-size: 14pt;
}
h2{
	font-size: 20pt;
	text-align: center;
	text-decoration: underline;
}
h3{
	float:left;
	padding: 0px 20px 0px 20px;
	margin-left: 40px;
	background-color: #ffffff;
	font-size: 13pt;
}
.h3-title{
	clear: both;
	background: transparent url("/public/images/stripes.png") repeat-x left 50%;
	overflow: hidden;
	/*margin: 0 0 10px 0;*/
}

h5{
	text-decoration: underline;
	text-align: center;
}

/*enkele resets*/
.thumbnail img,.imageLink img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.nav>li{
	
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.thumbnail.error{
	background-color: #ffdddd;
}

.btn-primary, .btn-primary:hover{
	background-color: #ff6801;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color: rgba(255, 104, 1, 0.8) !important;
	box-shadow: 0 1px 1px rgba(255, 104, 1, 0.075) inset, 0 0 8px rgba(255, 104, 1, 0.6) !important;
	outline: 0 none !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #ff6801;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff6801;
}

.breadcrumb{
	margin-bottom: 0px;
}

.row.account-menu{
	background-color: whitesmoke;
	border-bottom: 1px solid #dddddd;
	border-radius: 0px;
}

.row.breadcrumb{
	background-color: whitesmoke;
	border-bottom: 1px solid #dddddd;
	border-radius: 0px;
}

.topLinkUnit{
    background-color: #f5f5f5;
}

.breadcrumb span.active{
	color: #ff6801;
}

.pagination{
	margin-top: 5px;
	margin-bottom: 10px;
}

.pagination li.active a{
	background-color: #ff6801;
	border-color: #ff6801;
}

/*
.hidden-sm{
    display:inline-block!important;
}

.hidden-xs{
	display:inline-block!important;
}
*/
/*-------------*/
.underlined{
	text-decoration: underline;
}

.pagecontent{
	background-color: white;
	min-height: 100%;
}

.footer{
	background-color: black;
	color: white;
	padding: 15px 0px;
}

.footer a{
	color: white;
}

#profileImagePreview {
	width: 200px;
	height: 200px;
	margin: 0px auto;
}

#imagePreview {
	max-height: 300px;
	margin: 0px auto;
}

#overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
}

tr.dst td{
    background-color: #f2dede!important;
}

td.alignmiddle{
	vertical-align: middle!important;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
	border: none;
}

/*----------[ responsive ]----------*/
.currentDate{
	font-weight:bold;
	font-size: 1.0em;
}
.currentTime{
	font-weight:bold;
	font-size: 1.0em;
}
.sunriseToday{
	font-weight:bold;
	font-size: 1.0em;
	white-space: nowrap;
}
.sunsetToday{
	font-weight:bold;
	font-size: 1.0em;
	white-space: nowrap;
}
.daylengthToday{
	font-weight:bold;
	font-size: 1.0em;
	white-space: nowrap;
}
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.currentDate{
		font-weight:bold;
		font-size: 1.2em;
	}
	.currentTime{
		font-weight:bold;
		font-size: 1.2em;
	}
	.sunriseToday{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
	.sunsetToday{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
	.daylengthToday{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.currentDate{
		font-weight:bold;
		font-size: 1.3em;
	}
	.currentTime{
		font-weight:bold;
		font-size: 1.3em;
	}
	.currentAltitude{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
	.currentAzimuth{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
	.sunriseToday{
		font-weight:bold;
		font-size: 1.3em;
		white-space: nowrap;
	}
	.sunsetToday{
		font-weight:bold;
		font-size: 1.3em;
		white-space: nowrap;
	}
	.daylengthToday{
		font-weight:bold;
		font-size: 1.3em;
		white-space: nowrap;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.currentDate{
		font-weight:bold;
		font-size: 1.3em;
	}
	.currentTime{
		font-weight:bold;
		font-size: 1.3em;
	}
	.currentAltitude{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
	.currentAzimuth{
		font-weight:bold;
		font-size: 1.2em;
		white-space: nowrap;
	}
	.sunriseToday{
		font-weight:bold;
		font-size: 1.3em;
		white-space: nowrap;
	}
	.sunsetToday{
		font-weight:bold;
		font-size: 1.3em;
		white-space: nowrap;
	}
	.daylengthToday{
		font-weight:bold;
		font-size: 1.3em;
		white-space: nowrap;
	}
}

/*--------------------------------------*/