@charset "utf-8";

/* BASIS */

body {
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.body-14 {
	margin-right: 30px;
	text-align: center;
	line-height: 16px;
}

.body-14 a:link {
	text-decoration:underline;
}

.body-inspring {
	margin: 0 30px 0 8px;
	line-height: 20px !important;
/*	padding: 0 0 0 15px;*/
/*	margin-right: 30px;*/
	text-align: left;
/*	font-size: 1em;*/
/*	line-height: 16px;*/
}

.body-36 {
	margin-right: 30px;
	font-weight: 300;
	text-align: left;
	font-size: 72px;
	line-height: 80px;
	color:#A39C9C;
}

.txttabel {
	margin-right: 30px;
	text-align: left;
	line-height: 1.2em;
}

.body-grijs {
	color: #a9a9a9;
}

.body-blauw {
	color: #4385C7;
}

.bodydiap {
	font-size: 1.1em;
	color: #FFF;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	letter-spacing: 1px;
	margin-right: 20px;
	white-space: nowrap;
}

.bodygray {
	font-weight: 400;
	font-size: 1em;
	color: #333;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	margin-right: 30px;
	text-align: justify;
}

.bodywhite {
	font-weight: 400;
	font-size: 1em;
	color: #FFF;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	margin-right: 30px;
	text-align: justify;
}

.bodydiaprechts {
	text-align: right;
	font-weight: 400;
	font-size: 0.95em;
	color: #FFF;
	margin-right: 20px;
}

.bodygrayrechts {
	text-align: right;
	font-weight: 400;
	font-size: 0.95em;
	color: #333;
	margin-right: 2px;
}

.rechts {
	float: right;
	text-align:right;
}

.links {
	float: left;
	text-align:left !important;
}

.inspring {
	margin:0 0 0 20px;
}

.bodymail {
	font-size: 0.9em;
}

p.clear {
	clear: both;
	height:5px;
}

#tekst {
	left: 320px;
/*	position: absolute;*/
	width: 400px;
	top: 20px;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	height: 800px;
/*	position: relative;*/
}

.listtabel {
	width: 100%;
	font-size:0.8em;
}

table { 
  width: 100%; 
  border-collapse: collapse; 
}

tr:nth-of-type(odd) { 
  background: #eee; 
}

th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}

td, th { 
  padding: 6px 2px; 
/*  border: 1px solid #ccc; */
  text-align: left; 
}

.tblkop {
	text-align:left;
	font-size:11px;
	line-height:12px
}

.wrapper {
	width:90%;
	max-width: 550px;
	margin: 5% auto;
	text-align:center;
}

.content{
	width:70%;
	max-width:750px;
	margin: 5px auto;
}

.logo {
	margin: 5px auto -190px -180px;
}

.container {
	width:75%;
	margin:0 auto;
}

.grid-container {
/*	display: grid;
	grid-template-columns: 50% 50%;*/
	padding: 1px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1px;
  margin: 0 20px 0 0;
}

.grid-tabel {
/*  display: grid;
  grid-template-columns: 30% 70%;*/
  padding: 0 10px;
}

/* INLOG PAGINA */

.input-code {
	font-size: 1.4em !important;
	font-weight:400;
	text-align: center;
	letter-spacing:2px;
	width: 200px;
	border-radius: 8px;
	border: solid #89A5C7 1px;
	padding: 2px 0;
}

.button-code:hover {
	color: black !important;
}

img.center {
	display:block;
	margin:-10% auto;
}

/* END INLOG PAGINA */

/* HEADER */

.header {
	width:100%;
	margin: 0;
	padding: 20px;
	background-color:#000000;
	height: 100px;
	color:#D4D4D4;	
}

.menu-c ul {
	text-decoration: none;
/*	float:right;*/
	margin: 0 40px 0 0;
}


#menu-c li {
	display:inline-block;
/*	text-align:center;*/
	text-decoration: none;
	line-height: 1.5em;
}

#menu-c ul {
	text-decoration: none;
	padding: 2px 0 0 0;
}

#menu-c a {
	display: block;
	color:#666;
	text-decoration: none;
	padding: 2px 2px 0 2px;
}

#menu-c a:hover {
/*	background: rgb(51,51,51);
	color: #fff;
	padding: 2px 2px 0 2px;*/
}

.menu ul {
	float:right;
	margin: 0 40px 0 0;
}

.menu li {
	text-align:right;
	text-decoration: none;
	font-size:1.5em !important;
	float:left;
	display:block;
	line-height: 1.5em;
	padding:10px;
	color: #9F9F9F;
}

.menu li a {
	text-decoration: none;
	color: #9F9F9F;
}

.menu li a:hover {
	color: #FFFFFF;
}

.user {
	color:#7BBBFF !important;
}

/* END HEADER */

/* BUTTONS */

.buttons {
	background-color: #4385C7;
	border: none;
	font-size: 1em;
	font-weight:400;
	color: white !important;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
	padding: 2px 0;
	heigt: 14px;
	line-height: 1.6em !important;
	width: 140px;
}

.buttonS:hover {
	color: black !important;
}

.button {
	background-color: #4385C7;
	border: none;
	border-radius: 8px;
	width: 150px;
	height: 45px;
	font-size: 1em;
	font-weight:400;
	font-variant:small-caps;
	letter-spacing:2px;
	color: white;
	text-align: center;
	text-decoration: none;
/*	display: inline-block;*/
/*	cursor: pointer;*/
	margin: 10px auto;
}

.button:hover {
	color: black !important;
	background-color: #BEDDE5;
}

.button-red {
	background-color: #CF4A4C;
	border: none;
	border-radius: 8px;
	width: 150px;
	height: 45px;
	font-size: 1em;
	font-weight:400;
	font-variant:small-caps;
	letter-spacing:2px;
	color: white;
	text-align: center;
	text-decoration: none;
/*	display: inline-block;*/
/*	cursor: pointer;*/
	margin: 10px auto;
}

.button-red:hover {
	background-color: #F7B5B6;
	color: black !important;
}

.code {
	margin:auto;
	padding: 2px 0;
	heigt: 50px;
	width: 200px;
}

.order {
/*	float:right;*/
	margin: 0 auto;
	padding: 2px 0;
	width: 266px;
	height:50px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#969696;
	font-size:2em;
	letter-spacing:6px;
	text-align:right;
	border-bottom:#9E9E9E medium solid;
}

.plus {
	font-size: 0.5em !important; 
	padding-left: 10px;
	background-origin: content-box;
	background-image:url(../images/plus.png);
	background-repeat:no-repeat; 
	background-position: left center;
}

.min {
	padding-left: 10px;
	background-origin: content-box;
	background-image:url(../images/min.png);
	background-repeat:no-repeat; 
	background-position: left center;
}

.fris {
/*	background-image:url(../images/b2-fris.png); */
}

.bier {
/*	background-image:url(../images/b2-bier.png); */
}

.wijn {
/*	background-image:url(../images/b2-wijn.png);*/
}

.koffie {
/*	background-image:url(../images/b2-koffie.png);*/
}



/*#kolom1 {
	width: 45%;
	float:left;
	margin-right:10px;
}

#kolom2 {
	width: 45%;
	float: right;
	margin-left:10px;
}*/

.clear {
    clear: both;
}

/*.kolom2:after {
    content: "";
    display: table;
    clear: both;
}

.2kolom {
    -webkit-columns: 100px 2; /* Chrome, Safari, Opera 
/*    -moz-columns: 100px 2; /* Firefox 
    columns: 100px 2;
-webkit-column-width: 300px; /* Chrome, Safari, Opera 
    -moz-column-width: 300px; /* Firefox 
    column-width: 300px;
	
}

/* Create two equal columns that floats next to each other */
.column {
  column-count: 2;
}

/* Clear floats after the columns 
.row:after {
    content: "";
    display: table;
    clear: both;
}*/

.i-wrapper {
    height: 100%;
    position: relative
}
 
.i-container {
        position: absolute;
        margin: 0 auto;
        width: 250px;
        height: 250px;
        top: 50%;
        left: 50%;
        margin-left: -125px;
        margin-top: -150px;
}

.heading {
	font-size: 60px;
	font-variant:small-caps;
	font-weight:300;
	letter-spacing:4px;
	text-align:center;
}

.info-diap {
	font-weight: 400;
	font-size: 0.9em;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: justify;
	color: #FFF;
}

.info-diap-b  {
	font-size: 1em;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: justify;
	color: #FFF;
	font-weight: 700;
}

#navigatie {
	left: 320px;
	position: absolute;
	top: 450px;
	width: 390px;
	height: 80px;
}

#onder {
	top: 795px;
	position: absolute;
	width: 740px;
}

#f-txt-container {
	max-width: 400px;
	width: 90%;
	top: 10px;
	margin:auto;
}

#p-txt-container {
	width: 400px;
	top: 10px;
	position: absolute;
	margin-left: -200px;
	left: 50%;
}

#p-planning-container {
	width: 640px;
}

.fb-like {
	margin-top: 5px;
	float: right;
}

iframe {
	padding: 0 0 0 0;
	margin-left: 8px;
	margin: 0 0 0 0;
}

p.clear {
	clear: both;
	height:5px;
}

hr.headline {
	border-top: 1px solid #727271;
	width: 100%; 
	align: left; 
	border-bottom: 1px solid #fff;
	}

hr.inform {
	border-top: 1px solid #727271;
	border-bottom: 1px solid #fff;
/*	max-width: 550px;*/
	width:100%;
	margin: 0;
	text-align:left;
}


hr.dik {
	border-top: 4px solid #727271;
	width: 5%; 
	align: left !important; 
	border-bottom: 1px solid #fff;
	margin: -11px auto 10px 0;
	}

hr.small {
	border-top: none;
	width: 85%;
	left: 0px;
	margin: 0;
	align: left;
	border-bottom: 1px solid #AAAAAA !important;
	}

a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;
}

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

a:active {
	text-decoration: none;
	color: #333;
}

td {
	font-size: 1em;
}

td.records {
	padding: 4px;
	border: 1px solid #89A5C7;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
}

.form-horizontal{
	width: 90%; /*was 1000px
	max-width:880px;
	display: table-cell;*/
	}

.form-horizontal .control-group{
	margin-top: 8px;
	color: #333333;
/*	display: inline-block;*/
	}
	
.form-horizontal .control-label{
	float: left;
	width: 160px;
	text-align: right;
	padding-right: 8px;
	margin-left: 5px;
	}

.form-horizontal .control-label-u{
	float: left;
	width: 164px;
	text-align: right;
	padding-right: 16px;
	margin-left: 5px;
	color: #4385C7;
	}

.form-horizontal .control-label-left {
	width:140px;
	padding-right: 8px;
}

.form-horizontal .jumpmenubox{
	width:250px;
	border-width: 1px;
	border-style: solid;
}

.form-actions {
/*	margin-left: 158px;
	margin-top: 10px;*/
	padding-top: 10px;
	width: 200px;
}

.formfree {
	clear:both;
	width:200px;
	margin:40px auto;
}

.controls {
/*	width: 550px;*/
width:100%;
	color:#333333;
	display: block;
}

#user-info {
	width: 580px;
	margin: 0 auto 0 auto;
/*	height: 750px;*/
}

#home {
	width: 50%;
	float: right;
	right: 2px;
	text-align: right;
	padding-top: 4px;
}

.legend {
	font-weight: 700;
	color: #930;
	padding: 0 7px 0 0;
	background-color: #FFF;
	margin: 10px 0 0 -2px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:0.9em;
}

.sub {
	color: #AAAAAA !important;
	margin: 40px 0 0 0 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

sup {
	letter-spacing: 2px;
	line-height: 1px;
}

.img {
	width:100%;
	max-width:400px;
	height: auto;
	float:right;
	margin: 10px 10px 10px 10px;
}

.left {
	text-align:left !important;
	left: 0;
	margin: 0 0 10px 0;
}

.row{
/*	margin-left:0px;*/
}

fieldset{
	width: 70%;
	border: solid #89A5C7 1px;
	padding: 20px 20px;
	font-family: 'Signika', sans-serif !important;
	font-size: 0.8em;
	line-height:1.4em;
	color: #707070;
}

input
{
	font-family: 'Signika', sans-serif;
	font-size: 0.9em;
}

.input-text {
	font-family: 'Signika', sans-serif !important;
	font-size:0.9em;
	width: 220px;
	border: solid #89A5C7 1px;
	padding: 0 2px 0 2px;
}

.input-text-400 {
	width: 400px;
	border: solid #89A5C7 1px;
	padding: 0 2px 0 2px;
}

.input-text-breed {
	width: 100%;
	border: solid #89A5C7 1px;
	padding: 0 2px 0 2px;
}

.input-text-contract {
	font-family: 'Signika', sans-serif;
	width: 100%;
	border: none;
	padding: 0 2px 0 2px;
	background-color: #E3EBF1;
/*	min-height: 5em;
	max-height: 50vh;*/
}

.mini {
	width: 20px !important;
}

.klein {
	width: 36px !important;
}

.middel {
	width: 120px !important;
}

.aanvul {
	width: 180px !important;
}

.datepicker {
	width: 70px;
}

.input-text-wide {
	overflow: auto;
	width: 90%;
	border: solid #89A5C7 1px;
	height: 4em;
}

.input-text-noborder {
	width: 220px;
	border: 0px;
	color:#333333;
	line-height: 20px;
}

.input-readonly {
	width: 220px;
	border: 1px solid #DB993B;
	padding: 0 2px 0 2px;
}

#cal-container {
	z-index:-1000;
}

/* NAVIGATIE */

.nav-kl {
	font-size: 0.8em;
}

.navi-blauw {
	color: #4889B5;
	text-align: left;
	padding: 5px;
	line-height:1em;
}

#calendar {
	width: 100%;
	margin: 0 auto auto auto;
	position: relative;
}

.topbar {
	width: 100%;
	float: right;
	right: 2px;
	text-align: right;
	padding: 10px 0 4px 0;
	margin:10px 0 10px 0;
	font-size:0.8em;
	line-height:1em;
}

 /* Navbar container */
.navbar {
	font-size:14px;
	line-height:20px;
	overflow: hidden;
	background-color: #333;
	width:100%;
	z-index: 100;
}

/* Links inside the navbar */
.navbar a {
	float: left;
	color: white;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
	font-size:14px;
	line-height:20px;
  border: none;
  outline: none;
  color: white;
  padding: 10px 20px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #4889B5;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

/*UITVOUW MENU */
.accordion {
    cursor: pointer;
    padding: 4px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
/*	font-family: 'Signika', sans-serif;*/
	font-weight: 700;
	font-size:1em;
	color: #930;*/
	background-color: #FFF;
	margin-bottom: 10px;
	line-height: 16px;
	padding-right: 7px;
	margin-left: -2px;
	text-align: left;
}

.accordion.person {
	font-size: 0.8em;
	color: #4385C7;
}

.accordion.person:after {
    content: '\002B persoon toevoegen';
	font-size: 0.8em;
	font-weight: 700;
	color: gray;
/*    float: left;*/
    margin-left: 5px;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B inzien';
	font-size: 1em;
	font-weight: 700;
	color: gray;
/*    float: left;*/
    margin-left: 5px;
}

.active:after {
    content: "\2212 sluiten";
}

.panel {
    padding: 0 1px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

input{
	border: solid #89A5C7 1px;
}

textarea{
	border: solid #89A5C7 1px;
	line-height: 14px;
	font-size: 1em;
}

select{
	border: solid #89A5C7 1px;
}



label{
	color:#333333;
	display: inline;
	line-height: 18px;
}

label.valid {
	text-indent: -9999px;
	height: 0px;
	display: inline;
}

label.valid2 {
	width: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 500px;
	display: inline-block;
	text-indent: -9999px;
	margin-left: 336px;
	margin-top: -30px;
	height: 16px;
	background-image: url(../images/buts/valid.png);
}

label.error {
	color: #C33;
	font-size: 0.8em;
	line-height: 18px;
	padding-left: 4px;
	width:250px;
	float:right;
	text-align:left;
}

.txterror {
	color: #C33;
	font-size: 1em;
	text-align:center;
/*	line-height: 18px;
	padding-left: 4px;
	margin: 0 0 0 40px*/
}

small {
	color: #CB2222;
	font-size: 0.8em;
	padding-left: 4px;
	font-weight: bold

}

.imglogo {
	text-align:left;
}

/*MEDIA QUERIES */
@media screen and (max-width: 500px) {
	body{
	font-size: 100%;
	}

.grid-container {
/*	display: block;*/
	grid-template-columns: 0;
	padding: 1px;
}

.wrapper {
	width:95%;
	max-width: 650px;
	margin: 5% auto;
	text-align:center;
}

.form-horizontal {
	float:none;
	width:100%;
/*	max-width:550px;*/
	text-align:left;
	line-height: 20px;
/*	margin: 5% auto;*/
	}

}

@media screen and (max-width: 480px) {

body{
	font-size: 0.8em;
}

.grid-container {
/*	display: block;*/
	grid-template-columns: 0;
	padding: 1px;
}

.grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1px;
	margin: 0 20px 0 0;
}

p.clear {
	clear: both;
	height:16px;
}

#menu li {
	display:block;
	text-align:center;
	text-decoration: none;
	border-top: solid #666 1px;
}

#menu {
		margin: 0 0 0 0;
		z-index:10;
}

#user-info {
	width: 90%;
	top: 10px;
	position: absolute;
	margin-left: 0;
	left: 5%;
	height: 750px;
}

.form-horizontal .control-group{
	margin: 8px 0;
	color: #333333;
	}

.form-horizontal .control-label {
	float: none;
	width: 200px;
	line-height: 20px;
	margin-left: 5px;
	text-align:left !important;
	display: inline-table;
	}

.controls {
	width: 100%;
	display: inline-table;
	line-height: 16px;
	margin-left: 10px;
}

.form-horizontal .control-label-u{
	float:none;
	max-width:300px;
	text-align:left;
	padding-right: 20px;
	line-height: 20px;
	margin-left: 0;
	color: #4385C7;
	}*/

/*.form-horizontal {
	float:none;
	width:95%;

	max-width:550px;
	text-align:left;
	padding-right: 20px;
	line-height: 20px;
	margin-left: 5px;
	color: #4385C7;
	}*/

.imglogo {
	text-align:left;
	width:128px;
	height:auto;
	
}
}

@media print {

.no-print
{
	display: none !important;
}

header, footer{ 
	display:none; 
}
}
