/* ALGEMEEN */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
	overflow-y: scroll;
	height: 100%;
}

#ieWarning {
	padding: 20px;
	background-color: #ffffff;
	color: blue;
	border: 1px solid blue;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
}

select,
textarea,
input,
body {
	line-height: 1.7em;
	font-size: 15px;
	font-family: 'futura-pt', sans-serif;
	height: 100%;
	color: #211f20;
}
body {
	background-color: #ffef3b; /*#f9f606;*/
}
select,
textarea,
input {
	display: block;
	font-size: 1em;
}
textarea {
	resize: vertical;
}

td a {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
}

input[type="submit"],
a {
	text-decoration: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	color: #211f20;
}
a:hover {
	font-style: italic;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

#content {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#mainContent {
	padding: 50px 25px;
	/*border: 3px solid #211f20;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	/*min-height: 100%;*/
	overflow: hidden;
	-webkit-box-shadow: 0 0 8px rgba(50,50,50,.4);
	-moz-box-shadow: 0 0 8px rgba(50,50,50,.4);
	box-shadow: 0 0 8px rgba(50,50,50,.4);
}
#mainContent.page {
}

p {
	margin-bottom: 25px;
}

h1,h2,h3,h4,h5 {
	clear: both;
}
h2,h4 {
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7d797b;
	margin-bottom: 25px;
	font-weight: normal;
}
h4 {
	border-bottom: 0;
	font-size: 1.5em;
}
h2:nth-of-type(1) {
	padding-top: 0;
}

/* HEADER */

#header {
	width: 100%;
	text-align: center;
	padding: 25px 0;
	/*border-left: 3px solid #211f20;
	border-right: 3px solid #211f20;
	border-bottom: 3px solid #211f20;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 8px rgba(50,50,50,.4);
	-moz-box-shadow: 0 0 8px rgba(50,50,50,.4);
	box-shadow: 0 0 8px rgba(50,50,50,.4);
}
#header img {
	height: 80px;
	width: auto;
	margin-bottom: 10px;
}
#header h1 {
	color: #211f20;
	font-family: "Times New Roman", Times;
	font-size: 20px;
}
#header h1 a:hover {
	font-style: inherit;
}

/* KNOPPEN */

input[type="submit"],
a.button {
	display: block;
	width: 245px;
	height: 35px;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #211f20;
	line-height: 35px;
	text-decoration: none;
	background-color: #8adafb;
	color: #211f20;
	text-align: center;
	font-size: 1em;
}
input[type="submit"]:hover,
a.button:hover{
	background-color: #06b4fd;
	cursor: pointer;
	font-style: normal;
}
a.button.inline {
	width: auto;
}

ul.buttons {
	clear: both;
	margin-bottom: 25px;
	overflow: hidden;
}
ul.buttons li {
	float: left;
	margin-right: 10px;
}
ul.buttons li:last-of-type {
	margin-right: 0;
}

/* BREEDTES */

#mainContent.small {
	padding-left: 250px;
	padding-right: 250px;
}

/* HEADER */

h1 {
	font-weight: normal;
}

/* MAIN MENU */

#menu {
	clear: both;
	width: 100%;
	height: 45px;
	padding: 15px 8px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#menu ul {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#menu li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	height: 15px;
}

#menu a {
	display: block;
	height: 15px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 15px;
	color: #211f20;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: 300;
}
#menu .selected a {
	font-weight: 900;
}
#menu a:hover {
	font-style: italic;
}
#menu .selected a:hover {
	font-style: normal;
}

/* RESERVERINGEN MENU */

#resMenu {
	clear: both;
	width: 100%;
	height: 48px;
	padding: 15px 8px;
	overflow: hidden;
	border-top: 1px solid #211f20;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#resMenu ul {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#resMenu li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	height: 15px;
}

#resMenu a {
	display: block;
	height: 15px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 15px;
	color: #211f20;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: 300;
}
#resMenu .selected a {
	font-weight: 900;
}
#resMenu a:hover {
	font-style: italic;
}
#resMenu .selected a:hover {
	font-style: normal;
}

/* KALENDER */

#weekHead {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #211f20;
	margin-bottom: 15px;
	padding: 5px 10px;
}
#weekHead #prev,
#weekHead #next {
	display: block;
	text-decoration: none;
	color: #211f20;
	width: 20%;
	float: left;
}
#weekHead #next {
	text-align: right;
}
#weekHead #prev:hover,
#weekHead #next:hover {
	font-style: italic;
}
#weekHead #weekNo {
	width: 60%;
	float: left;
	text-align: center;
}
#datepickerClick:hover {
	cursor: pointer;
	font-style: italic;
}

#calendar {
	clear: both;
}

#calendar .day {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px #211f20 solid;
	margin-bottom: 15px;
}

#calendar .day .times,
#calendar .day .space {
	clear: both;
	height: 25px;
}
#calendar .day .times {
	background-color: #211f20;
	color: #ffffff;
}
#calendar .day .space {
	border-top: 1px #211f20 solid;
}
#calendar .day .space:nth-child(odd) {
  background-color: #e3e3e3;
}

#calendar .day .times div,
#calendar .day .space div {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 25px;
	line-height: 15px;
}
#calendar .day .times div.dayHour {
  padding-left: 0;
}

#calendar .day .space a.spaceHour {
	display: block;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 25px;
	line-height: 15px;
	white-space: nowrap;
}
#legenda {
	clear: both;
	height: 27px;
	margin-bottom: 15px;
}
#legenda div {
	float: right;
	padding: 5px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #211f20;
	margin-left: 15px;
}

#calendar .day .times .date,
#calendar .day .space .spaceName {
	width: 132px;
}
#calendar .day .times .dayHour,
#calendar .day .space .spaceHour {
	width: 51px;
	border-left: 1px #211f20 solid;
	overflow: hidden;
}
#legenda .reserved,
#calendar .day .space .spaceHour.reserved {
	color: #211f20;
	overflow-x: hidden;
	background-color: #fbae6a;
}
#legenda .reserved.contract,
#calendar .day .space .spaceHour.reserved.contract {
	background-color: #fc7905;
}
#legenda .reserved.self,
#calendar .day .space .spaceHour.reserved.self {
	font-weight: normal;
	color: #211f20;
	background-color: #8adafb;
}
#calendar .day .space .spaceHour.reserved.self:hover {
	font-style: italic;
}
#legenda .reserved.self.contract,
#calendar .day .space .spaceHour.reserved.self.contract {
	background-color: #06b4fd;
}
#calendar .day .space .spaceHour.reserved.one {
	width: 51px;
}
#calendar .day .space .spaceHour.reserved.two {
	width: 102px;
}
#calendar .day .space .spaceHour.reserved.three {
	width: 153px;
}
#calendar .day .space .spaceHour.reserved.four {
	width: 204px;
}
#calendar .day .space .spaceHour.reserved.five {
	width: 255px;
}
#calendar .day .space .spaceHour.reserved.six {
	width: 306px;
}
#calendar .day .space .spaceHour.reserved.seven {
	width: 357px;
}
#calendar .day .space .spaceHour.reserved.eight {
	width: 408px;
}
#calendar .day .space .spaceHour.reserved.nine {
	width: 459px;
}
#calendar .day .space .spaceHour.reserved.ten {
	width: 510px;
}
#calendar .day .space .spaceHour.reserved.eleven {
	width: 561px;
}
#calendar .day .space .spaceHour.reserved.twelve {
	width: 612px;
}
#calendar .day .space .spaceHour.reserved.thirteen {
	width: 663px;
}
#calendar .day .space .spaceHour.reserved.fourteen {
	width: 714px;
}
#calendar .day .space .spaceHour.reserved.fifteen {
	width: 765px;
}
#calendar .day .space .spaceHour.reserved.sixteen {
	width: 816px;
}
#calendar .day .times .dayHour {
	font-size: 11px;
	line-height: 19px;
}

#calendar .space .spaceHour.blocked {
	background-color: #211f20;
}

#calendar .space .spaceHour.free a {
	display: block;
	height: 100%;
	width: 100%;
}
#calendar .space .spaceHour.free:hover {
	background-color: rgba(153,157,157,0.2);
}

/* NEW RES */

.info select {
   	/*background: transparent;
   	width: 100%;
   	border: 0;
   	border-radius: 0;
   	height: 41px;
   	padding: 13px 0;
	text-indent: 0.01px;
	text-overflow: "";*/
	padding: 0;
    margin: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color:#000000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 476px;
    text-indent: 0.01px;
	text-overflow: "";
	height: 21px;
	background-image: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAlElEQVRIx+2VwQ3AIAhFwTiFi7KC7uYGHo1z0Et7MWkjaEiaQOJBDzy/wgdqrXwHWKyAiGAZDnSgHBhC+IfCUgqbKXxgGqhY4QyRQkUK35KLoK01iZd+xZKXRuEfbvdQPPGkAABEhMeLhohE5yfaAufk93791r13zQDmnLNqcOMYg1NKmoJgTRHtmDeaWZvPQweaAi8PXSmZJU3QRAAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: right center;
}
.info select#userSelect {
	background-image: none;
}

/* MIJN RESERVERINGEN */

#myRes .resHeader,
#myRes .reservation {
	clear: both;
	overflow-y: hidden;
}

#myRes .reservation {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #7d797b;
	margin-bottom: 15px;
}
#myRes .reservation.cancelled {
	opacity: 0.4;
}

#myRes .resHeader li,
#myRes .reservation li {
	float: left;
}
#myRes .resHeader li {
	line-height: 35px;
	height: 35px;
	font-weight: bold;
}
#myRes .reservation li {
	line-height: 45px;
	height: 45px;
}

#myRes .date {
	width: 100px;
}
#myRes .space {
	width: 155px;
}
#myRes .start,
#myRes .end,
#myRes .contract {
	width: 100px;
}
#myRes .equipment {
	width: 120px;
}
#myRes .reservation li.edit,
#myRes .reservation li.delete {
	margin: 5px 5px 0 0;
	height: 35px;
	line-height: 35px;
	float: right;
}
#myRes .date {
	padding-left: 10px;
}

/* INFO (USERS/RESERVERINGEN/RUIMTES/INSTRUMENTEN) */

.info li {
	width: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.info li:nth-child(odd) {
	font-weight: bold;
	margin-bottom: 10px;
}
.info li:nth-child(even) {
	border: 1px solid #7d797b;
	min-height: 45px;
	line-height: 45px;
	padding: 0 10px;
	margin-bottom: 25px;
}
.info li.edit {
	padding: 0;
	border: 2px solid #9c5e21;
}

.info li.edit textarea,
.info li.edit input {
	width: 476px;
	padding: 10px;
	height: 21px;
	line-height: 21px;
}
.info li.edit textarea {
	min-height: 100px;
}

.info li.edit input[type='radio'],
.info li.edit input[type='checkbox'] {
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	line-height: 22px;
	margin: 10px 5px 0 10px;
	position: relative;
    *overflow: hidden;
}
.info li.edit label {
}

.info li.bio,
.info li.notes {
	line-height: 21px;
	padding: 12px 10px;
}

.info .incomplete,
.info .complete {
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: auto 21px;
}
.info .incomplete {
	background-image: url('../images/logoWebLight.png');
}
.info .complete {
	background-image: url('../images/logoWeb.png');
}

#emailUsersInfo #userSelect,
#invoiceInfo #userSelect {
	height: 400px;
}

#pageInfo li,
#pageInfo li.edit textarea,
#emailUsersInfo #emailSubject,
#emailUsersInfo #emailContent,
#emailUsersInfo #emailContent textarea {
	width: 100%;
}
#pageInfo li.edit input,
#emailUsersInfo #emailSubject input {
	width: 926px;
}
#pageInfo li.edit textarea {
	min-height: 500px;
}
#emailUsersInfo li.edit textarea {
	min-height: 300px;
}

.inlineSmall,
.extraFieldsDiv,
#extraInfo {
	padding-left: 225px;
	padding-right: 225px;
}
#extraInfo.info li:nth-child(odd) {
	font-weight: normal;
	margin-bottom: 21px;
}

/* ADMIN */

.list .header,
.list .element {
	clear: both;
	overflow-y: hidden;
}

.list .element {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #7d797b;
	margin-bottom: 15px;
}

.list .header li,
.list .element li {
	float: left;
}
.list .header li {
	line-height: 35px;
	height: 35px;
	font-weight: bold;
}
.list .element li {
	line-height: 45px;
	height: 45px;
}

#users .name {
	width: 140px;
}
#users .email {
	width: 160px;
}
#users .username {
	width: 150px;
}
#users .phone {
	width: 120px;
}
#users .contract {
	width: 70px;
}
#users .storage {
	width: 40px;
}
#spaces .name {
	width: 250px;
}
#spaces .status {
	width: 100px;
}
#spaces .rate {
	width: 320px;
}
#equipment .name {
	width: 150px;
}
#equipment .number,
#equipment .status {
	width: 60px;
}
#equipment .rate {
	width: 95px;
}
#invoices .invoiceNo {
	width: 90px;
}
#invoices .date {
	width: 74px;
}
#invoices .band {
	width: 220px;
}
#invoices .reminders {
	width: 80px;
}
#invoices .costs {
	width: 84px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#invoices .incasso,
#invoices .paid,
#invoices .delete,
#invoices .resend {
	width: 70px;
}
#invoices .element .incasso input,
#invoices .element .paid input,
#invoices .element .delete input,
#invoices .element .resend input {
	margin-left: 20px;
}
#invoices .element a.button {
  padding: 0 10px;
}
#contractHours .hours {
	width: 120px;
}
#contractHours .dateFrom,
#contractHours .dateUntil {
	width: 180px;
}

.list .element li.buttonLi {
	margin: 5px 5px 0 0;
	height: 35px;
	line-height: 35px;
	float: right;
}
.list .name,
.list .invoiceNo,
.list .hours {
	padding-left: 10px;
}

/* FOOTER */

#footer {
	width: 1006px;
	margin: 0 auto;
	height; 45px;
	padding: 15px 28px;
	line-height: 15px;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #211f20;
	text-align: center;
}

/* DATEPICKER WEEKOVERZICHT */

table {
	border-spacing: 0;
}
table tr th {

}
table tr th,
table tr td {
	display: inline-block;
	width: 25px;
	text-align: right;
}

#datepickerArea {
	padding: 10px;
	overflow: hidden;
}

.ui-datepicker {
	width: 100% !important;
}

#datepickerArea.hasDatepicker {
	/*border: 1px solid #7d797b;*/
	border: 1px solid #211f20;
	margin-bottom: 15px;
}

button.ui-datepicker-current {
	display: none;
}

.ui-datepicker-group {
	float: left;
	width: 275px;
}

a.ui-datepicker-prev,
a.ui-datepicker-next {
	display: block;
	height: 35px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #211f20;
	line-height: 35px;
	text-decoration: none;
	background-color: #8adafb;
	color: #211f20;
}
a.ui-datepicker-prev {
	float: left;
	width: 51px;
}
a.ui-datepicker-next {
	float: right;
	width: 52px;
}
a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
	cursor: pointer;
	font-style: normal;
	background-color: #06b4fd;
}

.ui-datepicker-group-first {
	width: 326px;
}
.ui-datepicker-group-last {
	width: 327px;
}

.ui-datepicker-title {
	width: 275px;
	float: right;
	text-align: center;
}
.ui-datepicker-calendar {
	width: 275px;
	float: right;
	padding: 0 50px;
}

.ui-datepicker-calendar span.ui-state-default,
.ui-datepicker-calendar a {
	display: block;
	padding: 0 4px;
	width: 25px;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid transparent;
}
.ui-datepicker-calendar a.ui-state-active {
	font-style: normal;
	border: 1px solid #7d797b;
	background-color: #8adafb;
}
.ui-datepicker-calendar a:hover {
	font-style: normal;
	border: 1px solid #7d797b;
	background-color: #06b4fd;
}

.ui-datepicker-other-month a {
	color: #7d797b;
	font-weight: 300;
}
.ui-datepicker-today a {
	border: 1px solid #7d797b;
	background-color: #06b4sd;
}
.ui-datepicker-other-month a {
	display: none;
}

.ui-datepicker-group-last .ui-datepicker-title {
	float: left;
}
.ui-datepicker-group-last .ui-datepicker-calendar {
	float: left;
}

li.edit.repeatCal {
	overflow: hidden;
	padding: 15px;
}
li.edit.repeatCal .ui-datepicker-title {
	margin: 0 auto;
	float: none;
}
.info li.edit.repeatCal .ui-datepicker-calendar {
	line-height: 1.7em;
	float: none;
	margin: 0 auto;
}

/* SELECT OPTIONS DROPDOWN */

.selectOptions select {
	background: transparent;
	border: 1px solid #7d797b;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 41px;
	float: right;
	margin-left: 15px;
	padding: 13px 0;
	text-indent: 0.01px;
	text-overflow: "";
}

.selectOptions {
	margin-bottom: 15px;
	overflow: hidden;
}

/* STATIC */

.page ul,
.page ol {
	margin: 0 0 1em 20px;
}
.page h3 {
	margin-bottom: 1em;
}

/* WARNING MESSAGE */

div#errorMessage.visible {
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
	color: red;
	border: 1px solid red;
}

p.message {
	color: #9c5e21;
	font-weight: bold;
}

.info li.edit input.error {
	background-color: #f8dbdb;
}

#showHideLogin.hidden,
#hiddenLogin.hidden {
	display: none;
}

.lineUp {
	width: 100%;
	margin-bottom: 3em;
}
.lineUp tr td {
	text-align: left;
}
.lineUp tr td:nth-of-type(1) {
	width: 10%;
}
.lineUp tr td:nth-of-type(2) {
	width: 90%;
}

/* PAGINATION / PAGINERING */

.pagination {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
}
.pagination.pagination-bottom {
	margin-bottom: 0;
	margin-top: 20px;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
	padding: 0 0 2px;
	margin: 0 3px;
	border-bottom: 1px solid transparent;
}
.pagination li a:hover {
	font-style: normal;
	border-bottom: 1px solid #333333;
}
.pagination li.current-page a {
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

#withoutAccountWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.7);
  z-index: 999999;
}

#withoutAccount {
  width: 650px;
  position: relative;
  left: 50%;
  margin-left: -325px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 50px 50px 25px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#withoutAccount ul {
  margin-bottom: 25px;
}

#withoutAccount p a,
#withoutAccount ul:nth-of-type(1) a {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}
#withoutAccount p a:hover,
#withoutAccount ul:nth-of-type(1) a:hover {
  color: green;
}
