/*Defaults Styling*/
body {
/*  font: 12px/17px 'Segoe UI', Arial, Helvetica, sans-serif;  */
  color: #444444;
  background: #f0f0f0;
  padding: 40px 20px 20px 20px;
}
fieldset {
  position: relative;
  background: #ffffff;
  padding: 10px 10px 15px 10px;
  border: 1px solid #00a0e6;
  margin: 0 0 36px 0;
  width:950px;
}
input, textarea, select {
  font: 12px/12px 'Segoe UI', Arial, Helvetica, sans-serif;
  padding: 0;
}
fieldset.action {
  background: #d5d5d5;
  margin-top:-20px;
  border-width: 0px;
}
fieldset.error {
  background: #d5d5d5;
  width: 946px;
  margin-top:-20px;
  border-color: #E20000;
  border-width: 2px;
}
fieldset.succes {
  background: #d5d5d5;
  width: 946px;
  margin-top:-20px;
  border-color: #A0D246;
  border-width: 2px;
}
legend {
  position: absolute;
  top: -28px;
  left: -1px;
  background: none repeat scroll 0 0 #00a0e6;
  border: 1px solid #00a0e6;
  border-bottom: none;
  color: #FFFFFF;
  height: 27px;
  font: bold 15px/24px 'Segoe UI', Arial, Helvetica, sans-serif;
  padding: 0 10px;
}
legend.actief {
  background: none repeat scroll 0 0 #a0d246;
  border: 1px solid #a0d246;
  border-bottom: none;
}
legend.inactief {
  background: none repeat scroll 0 0 #ffbe00;
  border: 1px solid #ffbe00;
  border-bottom: none;
}
legend.archief {
  background: none repeat scroll 0 0 #aaaaaa;
  border: 1px solid #aaaaaa;
  border-bottom: none;
}
.category_span legend {
  width: auto;
  max-width: 850px;
}
legend .category_legend_type, legend .category_legend_name, legend .category_legend_min, legend .category_legend_icons {
  float: left;
  height: 28px;
}
legend .category_legend_name {
  max-width: 420px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
legend .category_legend_min {
  margin-left: 5px;
}
legend .category_legend_icons {
  float: right;
  line-height: 33px;
  margin-left: 30px;
}
.category_span .category_copy {
  position: absolute;
  top: -28px;
  right: -1px;
  background-color: #00A0E6;
  color: #ffffff;
  width: 20px;
  height: 28px;
  padding: 0 10px;
}
.category_span .category_copy .fa-copy {
  margin-top: 7px !important;
}
/*
label {
  font-size: 11px;
  font-weight: bold;
  color:#666;
}
*/
label.opt {
  font-weight: normal;
}
dl {
  clear:both;
}
dt {
  float: left;
  text-align: left;
  width: 100px;
  line-height: 25px;
  margin: 0 10px 10px 0;
}
dd {
  line-height: 22px;
  margin: 0;
  padding: 0;
}
#footer {
  font-size: 11px;
}
.hotspots_table_x{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 3px black solid;
	min-width: 900px;
}
.hotspot_add{
	background-color: #CCC;
	width: 100%;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none;}
.NFTextCenter {height:15px; background:url(img/input.png) repeat-x 0 0; padding:3px 0; margin:0; float:left; line-height:15px;}
.NFTextLeft, .NFTextRight {width:7px; height:21px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(img/input-left.png) no-repeat 0 0;}
.NFTextRight {background:url(img/input-right.png) no-repeat 0 0;}
/*Radio*/
.NFRadio {cursor:pointer; position:absolute; display:block; width:13px; height:13px; border:1px solid transparent; background:url(img/radio.png) no-repeat 0 0; z-index:2;}
/*Checkbox*/
.NFCheck {cursor:pointer; position:absolute; width:12px; height:12px; border:1px solid transparent; background:url(img/checkbox.png) no-repeat 0 0; z-index:2;}
/*Buttons*/
.NFButton {width:auto; height:26px; color:#fff; padding:0 2px; background:url(img/button.png) repeat-x 0 0; cursor:pointer; border:none; font:10px/26px Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; letter-spacing:1px; vertical-align:middle;}
.NFButtonLeft, .NFButtonRight {width:6px; height:26px; vertical-align:middle;}
.NFButtonLeft {background:url(img/button-left.png) no-repeat 0 0;}
.NFButtonRight {background:url(img/button-right.png) no-repeat 0 0;}
/*Textareas*/
.NFTextarea {border:none; background:none; font:12px/12px Arial, Helvetica, sans-serif; margin:0;}
.NFTextareaTop, .NFTextareaBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFTextareaTop {background:url(img/textarea-tr.png) no-repeat 100% 0;}
.NFTextareaBottom {background:url(img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFTextareaTopLeft, .NFTextareaBottomLeft {width:5px; height:5px;}
.NFTextareaTopLeft {background:#f2f2e6 url(img/textarea-tl.png) no-repeat 0 0;}
.NFTextareaBottomLeft {background:#f2f2e6 url(img/textarea-bl.png) no-repeat 0 0;}
.NFTextareaLeft, .NFTextareaRight, .NFTextareaLeftH, .NFTextareaRightH {float:left; padding-bottom:5px;}
.NFTextareaLeft, .NFTextareaLeftH {width:5px;}
.NFTextareaLeft {background:url(img/textarea-l-off.png) repeat-y 0 0;}
.NFTextareaLeftH {background:url(img/textarea-l-over.png) repeat-y 0 0;}
.NFTextareaRight, .NFTextareaRightH {padding-right:5px; padding-bottom:0;}
.NFTextareaRight {background:url(img/textarea-r-off.png) repeat-y 100% 0;}
.NFTextareaRightH {background:url(img/textarea-r-over.png) repeat-y 100% 100%;}
/*Files*/
.NFFileButton {padding-bottom:0; vertical-align:bottom; cursor:pointer; background:url(img/file.png) no-repeat 0 0; width:60px; height:21px;}
.NFFile {position:relative; margin-bottom:5px;}
.NFFile input.NFhidden {position:relative; filter:alpha(opacity=0); opacity:0; z-index:2; cursor:pointer; text-align:left;}
.NFFileNew {position:absolute; top:0px; left:0px; z-index:1;}
/*Selects*/
.NFSelect {height:21px; position:absolute; border:1px solid transparent;}
.NFSelectLeft {float:left; width:3px; height:21px; background:url(img/select-left.png) no-repeat 0 0; vertical-align:middle;}
.NFSelectRight {height:21px; width:auto; background:url(img/select-right.png) no-repeat 100% 0; cursor:pointer; font:12px/21px Arial, Helvetica, sans-serif; color:#fff; padding-left:3px; margin-left:3px;}
.NFSelectTarget {position:absolute; background:none; margin-left:-13px; margin-top:18px; z-index:3; left:0; top:0; padding-bottom:13px;}
.NFSelectOptions {position:relative; background:#707175; margin-left:16px; margin-top:0; list-style:none; padding:4px 0; color:#fff; font:11px/13px Arial, Helvetica, sans-serif; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0;}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {display:block; text-decoration:none; color:#fff; padding:2px 3px; background:none;}
.NFSelectOptions a.NFOptionActive {background:#464646;}
.NFSelectOptions a:hover {background:#333;}
/*Multiple Selects*/
.NFMultiSelect {border:0; background:none; margin:0;}
.NFMultiSelectTop, .NFMultiSelectBottom {height:5px; clear:both; float:none; padding-right:10px;}
.NFMultiSelectTop {background:url(img/textarea-tr.png) no-repeat 100% 0;}
.NFMultiSelectBottom {background:url(img/textarea-br.png) no-repeat 100% 0; margin-bottom:5px;}
.NFMultiSelectTopLeft, .NFMultiSelectBottomLeft {width:5px; height:5px;}
.NFMultiSelectTopLeft {background:#f2f2e6 url(img/textarea-tl.png) no-repeat 0 0;}
.NFMultiSelectBottomLeft {background:#f2f2e6 url(img/textarea-bl.png) no-repeat 0 0;}
.NFMultiSelectLeft, .NFMultiSelectRight, .NFMultiSelectLeftH, .NFMultiSelectRightH {float:left; padding-bottom:5px;}
.NFMultiSelectLeft, .NFMultiSelectLeftH {width:5px;}
.NFMultiSelectLeft {background:url(img/textarea-l-off.png) repeat-y 0 0;}
.NFMultiSelectLeftH {background:url(img/textarea-l-over.png) repeat-y 0 0;}
.NFMultiSelectRight, .NFMultiSelectRightH {padding-right:5px; padding-bottom:0;}
.NFMultiSelectRight {background:url(img/textarea-r-off.png) repeat-y 100% 0;}
.NFMultiSelectRightH {background:url(img/textarea-r-over.png) repeat-y 100% 0;}

/*Focused*/
.NFfocused {border:1px dotted #666;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
/* select, input, textarea, button {outline:none; resize:none;} */
.newtest {
  min-width: 83px;
  height: 25px;
  background-color: #00A0E6;
  border: solid 1px #00A0E6;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  margin: 10px 10px 10px 0px;
  padding: 1px 5px 3px 5px;
  cursor: pointer;
}
.newtest:hover {
  background-color: #ffffff;
  border: solid 1px #00A0E6;
  color: #00A0E6;
}
.newtest_inline {
  height: 24px;
  background-color: #00A0E6;
  border: solid 1px #00A0E6;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.newtest_inline:hover {
  background-color: #ffffff;
  border: solid 1px #00A0E6;
  color: #00A0E6;
}
textarea.text2, #inactive_body {
  border: solid 1px #00a0e6;
}
#inactive_body {
  width: 500px;
  height: 100px;
}
input.text2 {
  height: 22px;
  border: solid 1px #00a0e6;
}
input.filter_text {
  line-height: 1.5;
  height: 14px;
  border: 1px solid #AAA;
  border-radius: 2px;
  padding: 6px 12px;
  color: #444;
  font-size: 14px;
  font-family: "Segoe UI", "Trebuchet MS", sans-serif;
}
.form_error {
  border: solid 1px #F30000 !important;
}
.subset_span{
  background: url('layout/subset_sub.png') 30px 6px no-repeat;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  color: #464646;
  padding-left: 45px;
}
.subset_title{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#popup-cover {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:white;
    filter:alpha(opacity=50);
    opacity:0.5;
    width: 100%;
    height: 100%;
}
#popup-form{
	padding: 10px;
	padding-top: 40px;
}
.popup-cover {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:white;
    filter:alpha(opacity=80);
    opacity:0.8;
    width: 100%;
    height: 100%;
}
.popup-form{
	padding: 10px;
	padding-top: 40px;
}
#theprogress { 
	height: 10px;  /* Can be anything */
	position: relative;
	padding: 10px;
	background-color: #C5C5C5;
	margin-right: 10px;
}
#theprogress > span {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #C5C5C5;
	border: 1px black solid;
}
#theprogress > span > span {
	display: block;
	height: 100%;
	background-color: #00A0E6;
	-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.tooltip_menu > .tooltip_img{
	border: 2px #FFF solid; 
	padding-bottom: 0px; 
	text-align: center; 
	display: inline-block; 
	width: 30px; 
	height: 27px; 
	margin-top: -5px; 
	padding-top: 5px;
	z-index: 1;
	position: relative;
}
.tooltip_menu:hover > .tooltip_img{
	border: 2px #00A0E6 solid !important; 
	border-bottom-width: 0px; 
	background-color: #FFF; 
	padding: 0px;
	padding-top: 5px;
}
.tooltip_menu > .tooltip_submenu_side{
	border: 2px #00A0E6 solid; 
	position: absolute; 
	background-color: #32C2FF;  
	margin-left: 50px;
	margin-top: -30px;
	width: 200px;
	display: none;
	z-index: 2;
	padding-top: 5px;
	overflow: hidden;
}
.tooltip_menu:hover > .tooltip_submenu_side{
	display: inline;
}
.tooltip_menu > .tooltip_submenu{
	border: 2px #00A0E6 solid; 
	position: absolute; 
	background-color: #FFF;  
	margin-top: 25px;
	display: none;
	padding: 5px;
	z-index: 2;
	padding-left: 10px;
	padding-right: 10px;
}
.tooltip_menu:hover > .tooltip_submenu{
	display: inline;
}
.tooltip_menu:hover > .tooltip_cover{
	display: inline-block;
}
.tooltip_cover{
	display: none;
	background-color: #FFF;
	width: 30px;
	height: 2px;
	position: absolute;
	margin-top: 25px;
	margin-left: 2px;
	z-index: 4;
}
.tooltip{
	width: 34px; 
	display: inline-block; 
	height: 27px; 
	text-align: center; 
	margin-right: 0px !important;
	margin-left: 4px !important;
}

/*###### HMo ######*/
input[readonly] {
  background-color: #d9d9d9;
}
input.text2 {
  padding: 0 5px !important;
  margin: 0 5px 0 0;
}
#tabs .tab_active {
  color: #ffffff;
}
a.tooltip2 span {
  line-height: 20px !important;
  padding: 5px !important;
}
dt.group_settings {
  width: 240px;
}
#vodurl {
  width: auto !important;
}

/* Settings page begin */
span.span_settings_general,
span.span_settings_access,
span.span_settings_options,
span.span_settings_security,
span.span_settings_test {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  margin: 0 5px 0 0;
  padding: 0;
}
span.span_settings_general {
  background-color: #00a0e6;
}
span.span_settings_access {
  background-color: #a0d246;
}
span.span_settings_options {
  background-color: #aaaaaa;
}
span.span_settings_test {
  background-color: #ffbe00;
}
span.span_settings_security {
  background-color: #F30000;
}
span.span_toggle {
  display: inline-block;
  margin-top: 1px;
}

#feedbackDl.span_toggle {
  margin-top: 0;
}
.span_toggle a,
.cert_switch a {
  text-decoration: none;
  color: #00a0e6;
  margin-left: 3px;
}
fieldset.fs_settings_general {
  border: 1px solid #00a0e6;
}
fieldset.fs_settings_access {
  border: 1px solid #a0d246;
}
fieldset.fs_settings_options {
  border: 1px solid #aaaaaa;
}
fieldset.fs_settings_test {
  border: 1px solid #ffbe00;
}
fieldset.fs_settings_security {
  border: 1px solid #F30000;
}
fieldset.fs_settings {
  border-top-width: 4px;
  width: 948px;
}
fieldset.fs_settings dd {
  height: 30px !important;
}
fieldset.fs_settings dt {
  width: 240px;
  height: 30px !important;
}
fieldset.fs_settings table {
  height: 100px;
}
fieldset.fs_settings table tr {
  height: 40px !important;
}
fieldset.fs_settings select {
  width: 171px;
}
fieldset.fs_settings #validFrom,
fieldset.fs_settings #validUntil {
  width: 159px;
}
fieldset.fs_settings #category_name {
  width: 450px;
}
fieldset.fs_settings_invitation .mail_users, fieldset.fs_settings_invitation .mail_users_none {
  display: block;
  background-color: #a0d246;
  font-style: italic;
  color: #ffffff;
  border-radius: 2px;
  width: 860px;
  margin: 20px 0;
  padding: 3px 10px 5px;
}
fieldset.fs_settings_invitation .mail_users_none {
  background-color: #ff786e;
}
input[type=checkbox].slider {
  display: none;
}
input[type=checkbox].slider + label {
  display: inline-block;
  background: transparent url(img/slider_uit.png) 0 0 no-repeat;
  border: none;
  margin: 5px 30px 0 0;
  padding: 15px 38px 0 32px;
  vertical-align: top;
}
input[type=checkbox].slider:checked + label {
  background: transparent url(img/slider_aan.png) 0 0 no-repeat;
}
input[type=checkbox].disabled_off + label {
  display: inline-block;
  background: transparent url(img/slider_uit_dis.png) 0 0 no-repeat;
  border: none;
  margin: 5px 30px 0 0;
  padding: 15px 38px 0 32px;
  vertical-align: top;
}
input[type=checkbox].disabled_off:checked + label {
  background: transparent url(img/slider_aan_dis.png) 0 0 no-repeat;
}
#groups > li {
  margin: 0 0 20px 0 !important;
}
#groups2 input[type=text] {
  padding: 3px;
}

/* Patroon Vragen DM */

#catalog{
	padding-left: 5px;
}

#catalog ul{
	list-style-type: none; margin: 0; padding: 0; width: 700px; height: 60px !important;
}

#catalog ul li{
	margin: 3px 3px 3px 0 !important; padding: 0px !important; display: inline-block; width: 60px; height: 60px !important; text-align: center; background-color: #F5F5F5; line-height: 60px !important;
}

#catalog ul li img{
	margin: 0px ;
	margin-top: 5px;
}

#pattern{
	 margin-top: 20px; background-color: #A0D246; height: 66px;padding: 5px;
}

#pattern ul{
	list-style-type: none; margin: 0; padding: 0; width: 950px; min-height: 65px;
}

#pattern ul li{
	margin: 3px 3px 3px 0 !important; padding: 0px !important; display: inline-block; width: 60px; height: 60px !important; text-align: center; background-color: #F5F5F5; line-height: 60px !important;
}

#pattern ul li img{
	margin: 0px ;
	margin-top: 5px;
}

.placeholder{
	width: 945px !important;
}

.pattern_li{
	list-style-type: none;
}

.floatleftli{
	float: left;
}

#removalbin{
	height: 60px;
	width: 200px;
	float: right;
	color: #FFF;
	background-color: #FFF;
	border: 1px #FFF solid;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.binactive{
	border: 1px #E20000 dashed !important;
	color: #E20000 !important;
}

/* Settings page end */

/* Patroon Vragen DM */

.catalog{
	padding-left: 5px;
}

.catalog ul{
	list-style-type: none; margin: 0; padding: 0; width: 700px; height: 60px !important;
}

.catalog ul li{
	margin: 3px 3px 3px 0 !important; padding: 0px !important; display: inline-block; width: 60px; height: 60px !important; text-align: center; background-color: #F5F5F5; line-height: 60px !important;
}

.catalog ul li img{
	margin: 0px ;
	margin-top: 5px;
}

.patternclass{
	 margin-top: 20px; background-color: #A0D246; height: 66px; padding: 5px;
}

.patternnarrowdiv{
	display: inline-block; width: 260px; margin-left: 20px; margin-right: 20px; 
}

.patternclass ul{
	list-style-type: none; margin: 0; padding: 0; width: 950px; min-height: 65px;
}

.patternclass ul.patternnarrow{
	list-style-type: none; margin: 0; padding: 0; width: 260px !important; min-height: 65px;
}

.patternclass ul li{
	margin: 3px 3px 3px 0 !important; padding: 0px !important; display: inline-block; width: 60px; height: 60px !important; text-align: center; background-color: #F5F5F5;
}

.patternclass ul li img{
	margin: 0px ;
	margin-top: 5px;
}

.placeholder{
	width: 945px !important;
	line-height: 60px !important;
}

.placeholdernarrow{
	width: 255px !important;
	line-height: 30px !important;
	float: left;
}

.pattern_li{
	list-style-type: none;
}

.floatleftli{
	float: left;
}

#removalbin{
	height: 60px;
	width: 200px;
	float: right;
	color: #FFF;
	background-color: #FFF;
	border: 1px #FFF solid;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}

.binactive{
	border: 1px #E20000 dashed !important;
	color: #E20000 !important;
}


/* Open vragen tijdelijke css */

.review_span{
	display: block;
	border-bottom: 1px #ccc solid;
  min-height: 220px;
  margin-bottom: 52px;
	padding: 10px 5px 10px 0;
}
.review_span div{
	width: 700px;
}
.review_span div:not(:last-child){
	border-bottom: 1px #CCC dashed;
  margin: 0 0 15px 0;
}
.review_span p, .review_span a {
  margin: 12px 0;
}
.attachment_block a {
  display: block;
  color: #00a0e6;  
}
.image_block{
	float: right;
	width: 224px;
	margin-right: 10px;
  text-align: right;
}
.image_block > img{
	width: auto;
  height: auto;
  max-width: 224px;
  max-height: 170px;
}
.review_block{
	float: right;
	border: 2px #A0D246 solid;
	padding: 10px;
	width: 200px;
	margin-top: -110px;
	margin-right: 10px;
	background-color: #FFF;
}
.review_block input[type=button]{
	float: right;
	background-color: #00A0E6;
	border: solid 1px #00A0E6;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
  height: 23px;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
}
.review_block input[type=text]{
  border: solid 1px #c5c5c5;
  font-size: 14px;
  width: 50px;
  height: 19px;
  padding: 0 2px 2px 2px;
  vertical-align: middle;
}

/* Video div start */
#help_movie_container {
  position: relative;
  margin: 20px 0 70px 0;
}
#help_movie_topbar {
  position: absolute;
  top: -27px;
  left: 0;
  background-color: #ff786e;
  border: 1px solid #ff786e;
  border-bottom: none;
  color: #ffffff;
  height: 27px;
  font: bold 15px/24px 'Segoe UI', Arial, Helvetica, sans-serif;
  padding: 0 10px;
}
#help_movie_topbar .fa-chevron-up, #help_movie_topbar .fa-chevron-down {
  margin-left: 30px;
  cursor: pointer;
}
#help_movie_topbar .fa-times {
  margin-left: 25px;
  cursor: pointer;
}
#help_movie_content {
  display: table;
  background-color: #ffffff;
  border: 1px solid #00a0e6;
  width: 930px;
  margin: 0 0 36px 0;
  padding: 25px 20px;
}
#help_movie_content .help_movie_left {
  display: table-cell;
  width: 275px;
  vertical-align: top;
}
#help_movie_content .help_movie_left p {
  margin: 0 0 25px 0;
}
#help_movie_content .help_movie_right {
  display: table-cell;
  vertical-align: top;
}
#help_movie_content .help_movie_right a {
  margin-left: 25px;
}
/* Video div end */

.span_settings_general.span_settings_inactive{
	background-color: #1ABAFF !important;
}

.span_settings_access.span_settings_inactive{
	background-color: #BAEC60 !important;
}

.span_settings_options.span_settings_inactive{
	background-color: #C4C4C4 !important;
}

.span_settings_test.span_settings_inactive{
	background-color: #FFD81A !important;
}

.span_settings_security.span_settings_inactive{
	background-color: #FF1A1A !important;
}

/* DM: tijdelijke layout rapport selectie */


.custom_report_selector{
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  cursor: pointer;
}

.custom_report_selector_active{
  background-color: #FFF;
  color: #00A0E6;
  padding: 5px;
  padding-top: 0px;
  top: 5px;
  position: relative;
}

.custom_report_selector_container{
  padding-left: 100px;
}


/* DM: NIEUW MODULE OVERZICHT */
.module_span_inactive{
  color: #909090;
  /*border-left: 4px #E20000 solid;*/
  padding-left: 13px !important;
}

.module_span_inactive > .subset_span{
  color: #909090;
}

.module_span_active{
  /*border-left: 4px #A0D246 solid;*/
  padding-left: 13px !important;
}

fieldset.inline_error {
  color: #000;
  background: #d5d5d5;
  width: 850px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-color: #E20000;
  border-width: 2px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.disabled {
	color: #CCC;
}

.tooltip_menu{
    margin-left: 4px;
}

.fs_inner{
    position: static;
    width: 900px;
    margin: 0px;
    margin-top: 15px;
}

.fs_inner > legend{
    position: static;
    background-color: #FFF;
    color: #000;
    border-width: 0px;
}

.privacy_inner_width_1{
    width: 300px;
    display: inline-block;
}
.privacy_inner_width_2{
    width: 150px;
    display: inline-block;
}

.privacy_inner_width_3{
    width: 300px;
    display: inline-block;
}

.privacy_inner_width_4{
    width: 300px;
    display: inline-block;
}

/* HMO PRIVACY PAGINA 16-05-18 BEGIN */
.gdpr_actions {
  margin: 5px 0 30px 0;
}
.gdpr_actions a {
  display: inline-block;
  background-color: #00a0e6;
  border-radius: 2px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 3px 10px 5px 10px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 25px 0 0;
}
.remarks_textarea textarea {
  max-width: 910px;
  margin-bottom: 8px;
  padding: 5px;
}
.fs_inner {
  border: solid 1px #b4bed2;
}
.fs_inner dl {
  margin: 5px 0;
}
.gdpr_checkbox {
  margin-right: 10px;
}
.gdpr_submit {
  display: inline-block;
  background-color: #1ebefa;
  border: none;
  border-radius: 2px;
  font: 14px/14px 'Segoe UI', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 7px 10px 10px 10px;
  vertical-align: middle;
  margin: 25px 0 10px 0;
  cursor: pointer;
}
.remarks_textarea textarea:focus, .fs_inner input[type="text"]:focus {
  border-color: #ffbe00;
}
/* HMO PRIVACY PAGINA 16-05-18 EIND */

/* HMO ANONYMIZE POPUP 23-05-18 BEGIN */
#anonymize_form fieldset {
  padding: 25px 10px 30px 10px;
}
#anonymize_form .popup83_version_check, #anonymize_form .popup83_terms_check, #anonymize_form .popup83_mails_check {
  margin: 0 0 20px 0;
}
#anonymize_form .popup83_terms_check {
  margin-bottom: 10px;
}
#anonymize_form .popup83_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#anonymize_form .popup83_text {
  margin-bottom: 15px;
}
#anonymize_form input[type="checkbox"] {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#anonymize_form a {
  text-decoration: none;
  color: #1ebefa;
  font-weight: bold;
}
#anonymize_form .popup83_text img {
  width: 32px;
  height: 32px;
  margin: 10px 0 -10px 0;
}
#anonymize_form .v83approve {
  background-color: #00a0e6;
  border: solid 1px #00a0e6;
  border-radius: 2px;
  font-weight: bold;
  color: white;
  margin: 30px 30px 0 0;
  padding: 5px 10px;
  cursor: pointer;
}
#anonymize_form .v83deny {
  background-color: #ffffff;
  border: solid 1px #00a0e6;
  border-radius: 2px;
  font-weight: bold;
  color: #00a0e6;
  margin: 30px 30px 0 0;
  padding: 5px 10px;
  cursor: pointer;
}
#anonymize_form button:disabled {
  background-color: #cccccc;
  border: solid 1px #cccccc;
  cursor: default;
}
#anonymize_form dt {
  width: 200px;
}
/* HMO ANONYMIZE POPUP 23-05-18 EIND */

/* FRESHWIDGET CLOSE BUTTON HMO BEGIN */
#freshwidget-close {
  box-shadow: -2px 5px 7px rgba(0,0,0,0.2) !important;
}
/* FRESHWIDGET CLOSE BUTTON HMO EIND */

/* FRESHWIDGET TOP POSITIE BEGIN */
#freshwidget-button.freshwidget-button {
  top: 250px !important;
}

/* HMO 23-06-20 NIEUWE SIMULATIE BEGIN */
#content p.legend {
  margin-left: 2px;
  margin-bottom: 2px;
}
#content table.new_sim_legend {
  border: solid 1px #e1e6eb;
  border-spacing: 1px;
  width: 330px;
}
#content table.new_sim_legend tr.no_border {
  border-bottom: none;
}
#content table.new_sim_legend td {
  padding: 3px 10px;
}
#content table.new_sim_legend td.icon {
  background-color: #98a0b2;
  text-align: center;
}
#content table.new_sim_legend td.desc {
  background-color: #e7ebef;
}
#content a.new_sim_start {
  display: inline-block;
  background-color: #f3f5f7;
  border-radius: 3px;
  font-family: RobotoB, sans-serif;
  font-size: 22px;
  color: #f44336;
  line-height: 80px;
  height: 80px;
  margin: 50px 0;
  padding: 0 10px 0 20px;
  vertical-align: top;
  box-shadow: 0 2px 5px rgba(50, 60, 70, .2), 0 1px 3px rgba(50, 60, 70, .3);
  transition: color 0.3s ease-in-out;
}
#content a.new_sim_start::after {
  display: inline-block;
  content: url(css/images/nieuwe-simulatie-play.png);
  background-color: #f44336;
  border-radius: 999px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: -10px 0 0 25px;
  padding: 30px;
  vertical-align: top;
  box-shadow: 0 3px 6px rgba(244, 67, 54, .2), 0 6px 8px rgba(244, 67, 54, .3);
  transition: all 0.3s ease-in-out;
}
#content a.new_sim_start:hover::after {
  background-color: #fa5a55;
  box-shadow: 0 3px 6px rgba(244, 67, 54, .3), 0 5px 10px rgba(244, 67, 54, .4);
}
/* 09-11-21 */
#simulation_lines li {
  transition: border 0.07s ease;
}
#simulation_lines li:hover {
  border-left: solid 5px rgba(0,0,0,0.5);
}
/* HMO 23-06-20 NIEUWE SIMULATIE EIND */

/* t/m 1366 x 768 */
@media screen and (max-width: 1370px){
  #freshwidget-button.freshwidget-button {
    top: 240px !important;
  }
}

/* mobiel */
@media screen and (max-width: 800px){
  #freshwidget-button.freshwidget-button {
    top: 325px !important;
  }
}
/* FRESHWIDGET TOP POSITIE EIND */

.table {
  min-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  white-space: nowrap;
  text-align: left;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.fs_tab h1, .fs_tab h2, .fs_tab h3, .fs_tab h4, .fs_tab h5, .fs_tab h6 {
    margin: 0px;
}

.filter_container{
    display: inline-block;
}

#endscreen .category_copy {
  position: absolute;
  top: -28px;
  right: -1px;
  background-color: #00A0E6;
  color: #ffffff;
  width: 20px;
  height: 28px;
  padding: 0 10px;
}
#endscreen .category_copy .fa-copy {
  margin-top: 7px !important;
}

.btn_addon {
	background-color: #00a0e6;
	color: #FFF;
	border-width: 0px;
	height: 22px;
	cursor: pointer;
}
.btn_addon:hover {
	background-color: #4dc9ff;
}

.span_disabled {
	opacity: 0.5 !important;
}

.mail_bodies {
	display: block; 
	border-top: 1px solid #00a0e6;
}

.mail_trigger_label_category {
	font-weight: bold;
}

.mail_trigger_label_row {
	padding: 5px;
	padding-left: 20px;
	cursor: pointer;
}

.mail_trigger_label_row:hover {
	background-color: rgba(180,180,180,0.8);
	color: #FFF;
}

.mail_trigger_label_label{
	width: 280px;
	display: inline-block;
	vertical-align: top;
}

/* HMO VERIFICATIE BEGIN */
.verification_dl {
  margin-bottom: 30px;
}
.verification_dl .tooltip_info {
  color: #00a0e6;
  font-style: italic;
  text-decoration: underline;
  cursor: default;
}
.verification_dl .tooltip_info span {
  font-style: normal;
}
/* HMO VERIFICATIE EIND */

/* HMO NIEUW OPLEIDINGSADVIES BEGIN */
.advise_group_uneven, .advise_group_even {
  padding-top: 5px !important;
}
.advise_link {
  display: inline-block;
  position: relative;
  background-color: #106ebe;
  font-size: 1em;
  color: #ffffff !important;
  line-height: 2em;
  height: 3.3em;
  border-radius: 2px;
  padding: 0 1em;
  overflow: hidden;
}
.advise_link::after {
  content: '\00BB';
  font-size: 1.2em;
  line-height: 0;
  margin-left: 5px;
}
.progressbar_bg, .progressbar, .progressbar_text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
}
.progressbar_bg {
  background-color: rgba(255,255,255,0.2);
  z-index: 2;
}
.progressbar {
  background-color: #32d2af;
  width: unset;
  z-index: 3;
}
.progressbar_text {
  display: flex;
  background-color: transparent;
  font-size: 0.9em;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
/* HMO NIEUW OPLEIDINGSADVIES EIND */


.category_span .orderby_copy {
  position: absolute;
  top: -28px;
  right: 0;
  background-color: #00a0e6;
  color: #ffffff;
  width: 220px;
  height: 28px;
  padding: 0 10px;
  cursor: pointer;
}
.orderby_item_active {
  font-weight: bold;
  position: relative;
  top: 4px;
  width: 210px;
  display: inline-block;
}
.orderby_sub_span {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  position: relative;
  top: 4px;
  margin: 2px 0 8px 0;
}
#orderby_span {
  position: absolute;
  top: -28px;
  right: 0;
  background-color: #00a0e6;
  color: #ffffff;
  height: 28px;
  padding: 0 10px;
  display: none;
  width: 240px;
  height: auto;
  z-index: 2;
  padding: 0 0 5px 0;
  cursor: pointer;
}
.orderby_item_active_display {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}

#filter_div {
	position: absolute;
	/*top: -0px;
	right: -27px;*/
	top: -28px;
	right: 280px;
}
.filter_span {
	/*display: block;
	margin-bottom: 5px;*/
  margin-left: 3px;
	cursor: pointer;
}
.filter_span > img {
	height: 27px;
}
.filter_span_web {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #b5deef;
  width: 28px;
  height: 27px;
  margin-left: 3px;
}
.filter_span_web > i {
  user-select: none;
  color: #464646;
}
.filter_span_web[data-toggle="1"] {
  background-color: #b5deef !important;
}
.filter_span_web[data-toggle="0"] {
  background-color: #c8c8c8 !important;
}
#filter_div.calendar {
  right: 311px;
}
#filter_div.calendar.month {
  right: 280px;
}
#filter_div.calendar a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00a0e6;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-left: 3px;
}


/* FAB BEGIN */
#fab_container {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 48px;
}
.fab_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a0e6;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.20), 0 6px 8px rgba(0,0,0,0.20);
  cursor: pointer;
  transition: all .2s;
  z-index: 10;
}
.material-icons {
  color: #ffffff;
}
.fab_items {
  position: absolute;
  right: -10px;
  bottom: 32px;
  list-style: none;
  width: 68px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: all .3s;
  z-index: 9;
}
.fab_items .fab_item {
  display: block;
  text-align: center;
  margin: 12px 0;
}
.fab_items .fab_item .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 8px 15px rgba(0,0,0,0.20), 0 6px 8px rgba(0,0,0,0.20);
  transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
  transition: transform .3s, box-shadow .1s;
}
.fab_items .fab_item.kennisbank .link {
  background-color: #a0d246;
}
.fab_items .fab_item.ticket .link {
  background-color: #ff786e;
}
.fab_items .fab_item.wistjedat .link {
  background-color: #ffbe00;
}
.fab_items .fab_item.wistjedat .link .material-icons {
  position: relative;
}
.fab_items .fab_item.wistjedat_new_message .link .material-icons::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1ebefa;
}
[data-tooltip]:before {
  position: absolute;
  top: 50%;
  right: 100%;
  background: #585858;
  content: attr(data-tooltip);
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  margin: -12px 10px 0 0;
  padding: 4px 10px;
  transform: scale(0);
  white-space: nowrap;
  transform-origin: top right;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  cursor: default;
}
#fab_container:hover .fab_main {
  background-color: #0088c4;
}
#fab_container:hover .fab_items {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#fab_container:hover .fab_items .link {
  transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}
#fab_container:hover .fab_items .fab_item .link::before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transform-origin: right center 0;
  transition-delay: .3s;
}
[data-tooltip]:hover::before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transform-origin: right center 0;
}
.fab_items .link:active {
  box-shadow: 0 2px 5px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
}
/* FAB EINDE */

/* WIST JE DAT BEGIN */
fieldset.fs_wistjedat {
  width: 928px;
  padding: 10px 20px 15px 20px;
}
fieldset.fs_wistjedat .messages {
  max-height: 500px;
  overflow: auto;
}
fieldset.fs_wistjedat .msg_h1 {
  font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
  font-size: 22px;
  border-top: solid 1px lightgray;
  margin: 20px 0 0 0;
  padding-top: 20px;
  clear: both;
}
fieldset.fs_wistjedat .msg_h1:first-of-type {
  border-top: none;
  margin-top: 15px;
  padding-top: 0;
}
fieldset.fs_wistjedat .msg_h1.msg_new::before {
  display: inline-block;
  content: 'Nieuw';
  background-color: #1ebefa;
  font-size: 0.55em;
  color: #ffffff;
  border-radius: 99px;
  vertical-align: super;
  padding: 0.2em 0.7em;
  margin-right: 5px;
}
fieldset.fs_wistjedat .msg_div {
  display: inline-block;
  padding-right: 10px;
}
/* WIST JE DAT EINDE */

.month_calendar_day_container {
	display: inline-block;
	width: 75px;
	height: 75px;
	padding: 5px;
	border: 1px #AAA solid;
}

.picture_it_button > .material-icons {
    color: #495058;
}

.month_calendar_day_date {
	display: block;
	text-align: right;
	font-weight: bold;
}

.month_calendar_day_count_pending {
	display: block;
	width: 30px;
	background-color: #ffc001;
	border-radius: 40%;
	text-align: center;
}

.month_calendar_day_count_confirmed {
	display: block;
	width: 30px;
	background-color: #a0d246;
	border-radius: 40%;
	text-align: center;
}

.month_calendar_day_count_cancelled {
	display: block;
	width: 30px;
	background-color: #ff2356;
	border-radius: 40%;
	text-align: center;
}