.prio-mt-10 {
  margin-top:10px;
}

html {
  height: 100%;
  box-sizing: border-box;
}



body{
    min-height: 100vh;
    position:relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: arial, helvetica, verdana;
    font-size: 11pt;
    color: #333;
}

.card-content{
    height: 135px;
    display: inline-table;
}


.wrapper {

	margin:0 auto;
	width: 100%;
	top: 0;
	bottom: 0;
/*	min-height:100%; */
}


.prio-content{
    text-align: left;
    bottom: 50px;
    padding-top: 70px;
    display: block;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
 }

#menu{
    margin: 0 auto;
    display: inline-block;
	    float: left;
}


.topclick{
	cursor: pointer;
}

.sitebox {
    margin: 0 auto;
    text-align: center;
    width: 1222px;
}

.zoomContainer{
z-index:41;
}



.selector {
    float: left;
    display: block;
    padding: 0 0px 0 12px;
    text-decoration: none;
    color: #fff;
/*    margin: 0px; */
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
	border-left: 1px solid rgba(255,255,255,.3);

}

.hamburgermenuselect{
   text-transform: uppercase;
    font-size: 14px;
}


.endmenu{
    float: left;
    display: block;
	height: 50px;
	border-right: 1px solid rgba(255,255,255,.3);
}



#header {

	  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
   background-color: rgba(32, 74, 135, 1);
   text-align:center;
 /*   background: blue; */
}



#header #menu {
    height: 54px;
	overflow: hidden;
}
#header #menu ul {
    display: block;
    width: 750px;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header #menu select {
    position: relative;
    z-index: 100;
    background: #f2f3ef;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset;
    padding-right: 5px;
    padding-left: 10px;
    margin: 12px 5px 0 10px;
    height: 22px;
    font-size: 1.2em;
    color: #204a87;

}

.hamburger{
  background:none;
  top:0;
  left:0;
  line-height:40px;
  padding:5px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
  float:left;
  width:50px;
}
.cross{
  background:none;
  top:0px;
  left:0;
  padding:13px 15px 0px 15px;
  color:#fff;
  border:0;
  font-size:3em;
  line-height:40px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
    float:left;
	 width:50px;

}
.menu{
z-index: 1000000;
    font-size: 0.8em;
    width: 238px;
    height: 100%;
    background: #204a87;
    position: absolute;
    text-align: left;
    top: 51px;
}

.menu ul {
margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background: #204a87;
}

.menu li {
	display: block;
	padding:17px 0 15px 15px;
	border-bottom:#f2f3ef 1px solid;
	text-align: initial;
    margin-left: 0px;
}


.menu li:hover{
	display: block;
    background:#1b355a;
	padding:17px 0 15px 15px;
	border-bottom:#f2f3ef 1px solid;
}

.menu ul li a {
	text-decoration:none;
	margin: 0px;
	color:#fff;

}

.menu ul li a:hover {
	color: #fff;
	text-decoration:none;
}

.menu a{
	text-decoration:none;
	color:white;
	font-size: 20px;
}

.menu a:hover{
	text-decoration:none;
	color:white;
}



#vestiging{
width:120px;
}

select:active, select:hover {
  outline-color: #204a87;
}

.topbutton:hover{
	background-color: #00497e;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 50px;
}


.pagedropdown {
    position: relative;
/*    display: inline-block; */
}

.pagedropdown-wrapper{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 2px 6px;
	color: #007EC5;
	margin-top: 42px;
    margin-left: 2px;
	z-index:100;
}


.regio-dropdown-wrapper{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 121px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 2px 6px;
    color: #007EC5;
    margin-top: 11px;
    margin-left: 6px;
    z-index: 2;
}



.pagedropdown:hover   .pagedropdown-wrapper {
    display: block;
}



.right-arrow {

	display: inline-block;
	position: relative;
	background: transparent;
	padding: 7px;
	color: #fff;
    margin-top: 10px;
	font-size: 18px;

}
.right-arrow  a{

	text-decoration:none;
 	color: #fff;

}

.right-arrow:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f2f3ef;
}

.left-arrow {
	float:left;
	display: inline-block;
	position: relative;
	background: transparent;
	padding: 7px;
	color: #fff;
    margin-top: 10px;
	font-size: 18px;
}


.left-arrow  a{

	text-decoration:none;
 	color: #fff;

}

.left-arrow:after {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f2f3ef;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}


.customfont {
    font-family: "Lexia Bold", Arial, Helvetica;
    font-weight: normal;
	text-decoration: none;
    color: #fff;
}



.clearfix {
    display: block;
}

.clear:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

#footer-text{
    color: white;
    padding-top: 10px;
}



#footer-container {
 /*  background: #007ec5 url('images/bg_footer_bollen.png') no-repeat 70% 99%; */

  position: absolute;
  background-color: rgba(32, 74, 135, 1);
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
    display:block;
    color: white;
    margin-top: 10px;
}



.img_container{

	width: 140px;
    height: 230px;
    position: relative;

	z-index:99;

    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 0 4px #DDDDDD;
    -webkit-box-shadow: 0 0 4px #DDDDDD;
    box-shadow: 0 0 4px #DDDDDD;


}

.thumbimg { /*CSS for enlarged image*/
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}


.img_info {
    background: orange;
	position: absolute;
    top: 2px;
    left: 2px;
	z-index:10;
	display:none;

/*	visibility: hidden; */

}

.red{
	background-image: url("images/nook.png");
	background-color:red;
}

.green{
	background-image: url("images/ok.png");
	background-color:green;
	padding:0px;
}

#info_block tbody td{
	padding:0px;
	height:24px;
	width:24px;
	text-align:center;
}


.img_info table  {
	border-spacing:0px;
	min-width:136px;

	background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 0 4px #DDDDDD;
    -webkit-box-shadow: 0 0 4px #DDDDDD;
    box-shadow: 0 0 4px #DDDDDD;


}
table#info_popup th , table#info_popup td {
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
	text-align:left;

}

table#info_popup td {
	padding-left:3px;
}
table#info_popup th {
	padding-left:1px;
}


table#info_popup tbody tr {
	background-color:rgb(247, 245, 224);
}


.vakantiesluiting_koptext{
    color: #007fc6;
    font-size: 11pt;
    float: left;
    width: 336px;
    text-align: left;
    margin-top: -18px;
}

.vakantiesluiting-title{
	font-size: 1.2em;
    line-height: 1.33253em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    background: url(images/header_divider.png) repeat-x;
    background-position: left center;

}

.vakantiesluiting-title span{
	background-color: white;
    display: inline-block;
    padding-right: 0.5em;
}

h4 {
	margin-top: 1.04923em;
    padding-top: 0em;
    padding-bottom: 0em;
}
.prio-links{
text-decoration:none;
}

.dataTables_info {
    height: 80px;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 44%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#graphics_loader{
  background: url("images/Pulse-1s-200px.gif") no-repeat;
  width: 195px;
  margin: auto;
  height:200px;
}

#prio-print a{
    text-decoration: none;
    color: white;
}

@page {
    margin: 0;  /* this affects the margin in the printer settings */
}
@media print{@page {size: landscape}}



.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }

  .btn-light {
      color: #204a87;
      background-color: #f2f3ef;
      border-color: #f8f9fa;
  }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .1rem .5rem;
    font-size: .87rem;
    line-height: 1.5;
    border-radius: .2rem;

}

.omzetlabel{
    margin-top:-12px;
    margin-left:-15px;
}

.donut_loader{
    background: url(images/Pulse-1s-200px.gif) no-repeat;
    width: 200px;
    margin-top: -20px;
    margin-left: 51px;
    height: 150px;
}

.donut-inner-loader {
    width: 90px;
    height: 90px;
    position: relative;
    top: 10px;
    left: 10px;
}    