body{
	font-family: 'Open Sans', sans-serif;	
	color:#000815;
  /*   background-image: url(../images/background.png);
    background-repeat: repeat;
    background-position: top left; */
	background-color: #fff;
    position: relative;
}

h1,h2,h3,h4 {	
	color:#c51d74;	
	font-weight:bold;
	font-family: "Futura",sans-serif;
}

body h1{ font-size:30px !important; font-stretch: condensed; margin-bottom: 0.47em !important;}
body h2{ font-size:20px;	}
body h3{ font-size:17px; }
body h2, body h3, body h4, body strong{ color: #c51d74; text-decoration-color: #c51d74; }

strong {
    font-weight:bold;
}

p{
	font-size: 18.2px;
	line-height: 2.0em;	
}
.ultra_light_grey{
	background-color:#fbfafa !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
table:focus, .mCSB_container:focus, .mCSB_vertical:focus, .container:focus{
	outline: none;
}
::selection {
    background: #3d4f58;
    color: #fff;
    text-shadow: none;
}
.grecaptcha-badge{
	right:-300px !important;
}
.hidden{
	display:none;
}
.relative{
	position:relative;
}
.fixed{
	position:fixed;
}

p.small{
	font-size:17.2px;
}

.red			{background-color:#C51D74;}
.redText   		{color:#C51D74; text-decoration-color: #C51D74;}
.redText_i   	{color:#C51D74; text-decoration-color: #C51D74;}

.redLight		{background-color:#c41e74;}
.redLight_i		{background-color:#c41e74 !important;}
.redLightText	{color:#c41e74;}

.pink			{background-color:#eb3c6d;}

.light_grey 	{background-color:#ededef;}
.light_greyText {color:#ededef; text-decoration-color: #ededef;}

.but_grey 		{background-color:#C51D74;}
.but_greyText 	{color:#cac7c7; text-decoration-color: #cac7c7;}

.grey 			{background-color:#666;}
.greyText 		{color:#666; text-decoration-color: #666;}

.dark_grey	 	{background-color:#000815;}
.dark_greyText  {color:#000815; text-decoration-color: #000815;}

.green	 		{background-color:#6ec300;}
.greenText  	{color:#6ec300; text-decoration-color: #6ec300;}

.yellow	 		{background-color:#ffc000;}
.yellowText  	{color:#ffc000; text-decoration-color: #ffc000;}

.blue	 		{background-color:#00A1B1;}
.blueText  		{color:#00A1B1; text-decoration-color: #00A1B1;}

.white			{background-color:#fff;}
.whiteText		{color:#fff !important;}

.jumbotron{
	margin-bottom:0px;
}

.nopadding{
	padding:0px !important;
}
.nopadding_l{
	padding-left:0px;
}
.nopadding_r{
	padding-right:0px;	
}
.nomargin{
	margin:0 !important;
}
.nobackground{
	background-color:transparent !important;
}

.transparent{
	background-color:rgba(0,0,0,0.0);
}

.white_text{
	color:#fff !important;
}
.blue_text{
	color:#74d3f5 !important;	
}
.yellow_text{
	color:#ffe16c !important;	
}
.small_container{
	max-width: 1300px !important;
}

.left_align{
	text-align:left;
}
.right_align{
	text-align:right;
}

.fontred{
	color:#ff6060;
}
.fontgreen{
	color:#72b965;
}

.right{
	float:right;	
}
.left{
	float:left;
}
.centerDiv{
	margin-left:auto;
	margin-right:auto;
}
.width-10{width: 20% !important;} .width-15{width: 25% !important;}
.width-20{width: 20% !important;} .width-25{width: 25% !important;}
.width-30{width: 30% !important;} .width-35{width: 35% !important;}
.width-40{width: 40% !important;} .width-45{width: 45% !important;}
.width-50{width: 50% !important;} .width-55{width: 55% !important;}
.width-60{width: 60% !important;} .width-65{width: 65% !important;}
.width-70{width: 70% !important;} .width-75{width: 75% !important;}
.width-80{width: 80% !important;} .width-85{width: 85% !important;}
.width-90{width: 90% !important;} .width-95{width: 95% !important;}
.width-100{width: 100% !important;}

.mobile_only{
	display:none;
}

.textOverflow{
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;	
}
.textBreak{
    text-overflow: initial;
    white-space: normal;
    overflow: hidden;	
}}

.jumbotron:last-of-type:not(:first-of-type) {
    margin-bottom: 60px;
}

.jumbotron p{
	font-size: 19px;
    font-weight: 200;
	line-height:1.5em;
	//color:#1c1a19;
	color:#616161;
}

.jumbotron.topcenter{
	top: 5%;
    //transform: translateY(-50%);
}

a.button,
button.button{
    display: inline-block;
    padding: 4px 40px 1px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 800;
    color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    -moz-transition: background-color .2s ease-in, border-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in, border-color .2s ease-in;
    -o-transition: background-color .2s ease-in, border-color .2s ease-in;
    transition: color .2s ease-in,background-color .2s ease-in, border-color .2s ease-in;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* font-family: 'Raleway', sans-serif; */
    letter-spacing: 1px;
}

a.button i{
	line-height: 45px;
}

a.button.small i{
	line-height: 30px;
}

a.button.mini:not(.small){
	padding: 7px 5px 6px 6px;
    width: 44px;
    height: 44px;
}
a.button.mini.small{
	padding: 0;
	width: 30px;
	height: 30px;
}
a.button.mini.small:not(.removeCat) i.fa{
    line-height: 31px;
}
a.button.big {
    height: 60px;	
    line-height: 54px;
}
a.button.superbig {
    height: 80px;
    line-height: 80px;
	padding: 4px 50px 1px;
}

a.button.red:hover,
button.button.red:hover{
	background-color:#a70f5e;
	border-color:#a70f5e;
}

a.button.dark_grey:hover,
button.button.dark_grey:hover{
	background-color:rgba(0, 8, 21, 0.87);
}
a.button.but_grey:hover,
button.button.but_grey:hover{
	background-color:#b2b2b2;
}

a.button.small, button.button.small {
	font-size: 14px;
	padding: 2px 21px 0;
	line-height: 30px;
}

div.jumbotron.spacer{
	height:160px;
}

body input::placeholder,
body textarea::placeholder,
body select::placeholder {
	color: #919191;
}
body input:not([type='radio']):not([type='checkbox']),
body textarea,
body select{
	-webkit-appearance:none;
}	
body input,
body textarea,
body select{
	line-height: 24px;
    padding: 8px 15px;
    font-size: 14px;
    box-shadow: 0px 0 0px 1px #e2e2e2;
    border-radius: 6px;
    border-width: 0px;    
    color: #000815;
    box-sizing: border-box;
}
body input[type='checkbox']{
	box-shadow:inherit !important;
}

div.container select.validating,
div.container textarea.validating,
div.container input.validating {
	border-bottom: 2px solid #c7c7c7;
    transition: border-color .5s ease-in, background .5s ease-in;
}
div.container select.wrong, div.container textarea.wrong, div.container input.wrong {
    border-bottom-color: rgb(167, 6, 6);
    background-color: #ffcad2;
}
div.container select.validated, div.container textarea.validated, div.container input.validated {
    border-bottom-color: rgb(6, 167, 6);
}

/* -- workspace -- */
div.maincontent{
	max-width:inherit !important;
	position:relative;
	width:100%;
}
div.left_menu_spacer{
	min-height:100%;
    float: left;
}
div.left_menu{	
	position:fixed;
	top: 0;
	min-height:100%;
	max-height: 100%;
	padding:30px 0;
	z-index:1;
	background:	#C51D74;
}

div.workspace{
	min-height:100%;
    float: left;
}
div.workspace > div.jumbotron{
	padding:30px;
}

div.row.spacer{
	margin:0;
	padding:15px;
}

div.infoBox{
	width:100%;
	padding:0px;
	float:left;
}
div.infoBox h2:first-of-type{
	margin:0;
}
div.infoBox div.titleBar h1,
div.infoBox div.titleBar h2{
	margin:0;
}

div.infoBox div.titleBar {
    border-bottom: 2px solid #C51D74;
    height: 60px;
    width: 100%;
    padding: 10px 20px;
}
div.infoBox div.content{
	padding:20px;
	width:100%;
	float:left;
}
div.infoBox div.titleBar + div.content{
	padding-top:5px;
}

div.container{
	padding:30px;
}
div.container h1{
	margin-top:0;
}

div.workspace.full{
	width:100%;
}

span.status{
    padding: 5px 13px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    width: 125px;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

span.status.wrong{
	background-color:#9d0512;
}
span.status.medium{
	background-color:#ef7c00;	
}
span.status.good{
	background-color:#7dbc0e;		
}
span.status.concept{
	background-color:#0084d2;		
}
@media (max-width: 1400px){	
	.container:not(.menuScroller){
		width:100% !important;
		max-width:100% !important;
	}
}
@media (min-width: 1100px) and (max-width: 1400px){
	div.left_menu,
	div.left_menu_spacer{
		width:20%;
	}
	div.workspace:not(.full){
		width:80%;
	}
}
@media (min-width: 1400px){
	div.left_menu,
	div.left_menu_spacer{
		width:16%;
	}
	div.workspace:not(.full){
		width:84%;
	}
	div.workspace div.container{
		max-width:3000px;
	}
	div.editFieldHolder{
		width: calc(100% - 276px);
		left: 276px;
	}
}
 
div.editFieldHolder{
	width: 100%;
	min-height:100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 5;
	padding: 2% 0;
	background-color:rgba(0,0,0,0.2);
	display:none;
}

div.editField{
	position: relative;
    min-height: 230px;
    top: 10%;
    width: 60%;
	max-width:800px;
    background-color: rgba(255, 255, 255, 0.9686274509803922);
	padding: 60px;
    margin: auto;
	z-index: 2;
}
div.editField div.close{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	font-size:30px;
	text-align:center;
	cursor:pointer;
	z-index: 4;
}
div.editField div#editFieldContent {
    position: relative;
    width: 100%;
    min-height: 200px;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 3;
}
div.editField div#editFieldContent h3{
	padding: 5px 0;
    margin-bottom: 6px;
}
div.editField textarea{
	resize:vertical;
}

div.editField div.bottom{
	margin-top:25px;
	height:50px;
}
div.editField table.gegevensEdit tr > td:last-of-type{
	padding-right:0;
}

table.gegevens a{
	text-decoration:none;
}
table.gegevens a.button{
    line-height: 27px;
    padding: 2px 20px;
}

@media screen and (max-width: 2000px){
	body table.gegevens td {
		font-size: 14px;
		line-height: 15px;
	}
}

table.gegevensEdit{
	width:99%;
}
table.gegevensEdit tr{
	
}
table.gegevensEdit tr td{
	padding:5px;
}
table.gegevensEdit tr td input,
table.gegevensEdit tr td select,
table.gegevensEdit tr td textarea{
	width:100%;	
}
table.gegevensEdit tr td input:read-only,
/*table.gegevensEdit tr td select:read-only,*/
table.gegevensEdit tr td textarea:read-only{
	background-color:#f0f0f1;
}

table#product td:first-of-type{
	width:100px;
}
table#product td:last-of-type{
	max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead.tableHide{
	height: 0 !important;
}
.tableHide,
.tableHide *{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 solid transparent !important;
    margin: 0;
    max-height: 0px;
    min-height: 0;
	height: 0 !important;
    line-height: 0.001px !important;
    height: 0;
    overflow: hidden;
    opacity: 0.0;
}

.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}
img.loadgif {
    height: 70px;
}

div.left_menu div.top{
	width:100%;
	padding:0 20px 0 20px;
	min-height:100px;
	text-align:center;
}
div.left_menu div.top img{
	width:80%;
	margin-bottom:20px;
}
div.left_menu div.top input{
	width:100%;
}
div.left_menu div.contentHolder{
	padding: 230px 0 0;
	margin-top:-220px;
	width:100%;
	height:100%;
}
div.left_menu ul.menuContent{
	padding:0;
    max-height: calc(100vh - 250px);
	width:100%;
	overflow-y:auto;
}
div.left_menu ul.menuContent li{
    line-height: 30px;
	font-weight: 600;
    padding: 12px 10px 12px 32px;
    cursor: pointer;
    color: white;
    font-size: 18px;
	transition: background .1s ease-in-out;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

div.left_menu ul.menuContent li i.fa{
	margin-right:15px;
}

div.left_menu ul.menuContent li.selected{
	background-color:#a70f5e;
}
div.left_menu ul.menuContent li:hover{
	background-color:#a70f5e;
}
div.left_menu ul.menuContent a:hover{
	text-decoration: none !important;
}
div.left_menu ul.menuContent li.categorie{
	background-color:#450902;
	line-height: 26px;
}
	
div.left_menu div.bottom{
	float:left;
	position:absolute;	
	bottom:0;
	left:0;
	z-index:99;
}

table.gegevens{
	width:100%;	
}
table.gegevens thead tr{
	background-color:transparent !important;	
	border-width:0 !important;
}
table.gegevens tr{
	border-bottom:2px solid #ededef;
}
table.gegevens tr:nth-of-type(odd){
	//background-color:#f6f4f4;
}

table.gegevens td{
	line-height:20px;
	padding:10px 5px;
}

div.workspace > div.content{
	//padding: 30px 10px 30px 20px;
	padding: 20px 0px;
    float: left;
    min-width: 100%;	
	transition: margin-left .5s ease-in-out;
}

table.workspace{
    position: relative;
    width: 100%;
    margin: 0 0;
	padding:0;
    border-collapse: collapse;
    overflow: hidden;
}

table.workspace tr td,
table.workspace tr th{
	padding: 7px 5px;
	color: #4E4E4E;
	height:32px;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	cursor:pointer;
}

table.workspace tr td:first-child,
table.workspace tr td:first-child{
    border-left:7px solid transparent;
    padding: 0px 6px 0 10px;	
}

table.workspace tr{
	background-color:#FBFBFB;
}
table.workspace tr:nth-child(even){
	background-color:#F7F6FF;
}
table.workspace tr:nth-child(odd){
	background-color:#F0EEFF;
}
table.workspace tr.selected,
table.workspace tr:hover{
	background-color:#E0DCFB;
}
table.workspace tr.selected td:first-child,
table.workspace tr:hover td:first-child{
    border-left:7px solid #3F3C51;	
}

th.blue,
td.blue{
	color:#1F89BE !important;
}
th.bold,
td.bold{
	font-weight:Bold !important;
}
th.centered,
td.centered{
	text-align:Center !important;
}
th.padding,
td.padding{
	padding-left:20px !important;
}

table.workspace td img.order{
	width:17px;
}
table.workspace td img.clientImage{
	height: 40px;
    width: 40px;
	border-radius:50%;
}

div.messageBox {
	padding: 5px 0 5px;
}
div.content div.message,
div.messageBox div.message{
	position: relative; 
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
	min-height: 20px;    
    background-color: #fff;
	border-left: 5px solid #05ba3b;	
    padding: 9px 10px;
    margin: 0 0 5px 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity:0.0;
	transition: opacity .4s ease-in-out;
}

div.messageBox div.message .fa{
	width:30px;
	text-align:center;
}

div.message.shown{
	opacity:1.0 !important;
	transition: opacity .4s ease-out;
}
div.message.warning{
	border-left-color: #ffe26c !important;
	animation: anim_warn 3s 3;
}
div.message.wrong,
div.message.error{
	border-left-color: #ff6060 !important;	
	animation: anim_error 3s 3;
}

div.content div.message{
	width: 100%;
    background-color: #FFF;
    margin: 0 0 10px;
    border-radius: 2px;
    min-height: 0;
    opacity: 1.0;
}
div.content div.message:not(.shown){
	padding:0;	
	margin:0;
	overflow:hidden;
	max-height:0;
}

div.loader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.8);
	opacity: 0.0;
	transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 29px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
div.loader.show{
	opacity:1.0;
}

div.bottom{
	bottom:0;
	right:0;
	min-height:50px;
	width:100%;
	padding:20px 30px;	
}

ul.status {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-height: 200px;
}
ul.status li{
    line-height: 16px;
    font-size: 14px;
    padding-left: 9px;
    border-left: 2px solid #c51d74;
    margin-bottom: 9px;
}
/* -- overall css, gegevens aanpas popup -- */
table.gegevensView.files tr > td:last-of-type{
	min-width: 110px;
}
table.gegevensView:not(.files) tr > td:first-of-type{
	width:45%;
}
 
table.gegevens thead th,
table.gegevens thead td{
	cursor:pointer;
}
table.gegevens thead th.highLow strong,
table.gegevens thead td.highLow strong,
table.gegevens thead th.lowHigh strong,
table.gegevens thead td.lowHigh strong{	
	border-bottom: 1px solid #9d0512;
}

table.gegevens thead th.highLow::after,
table.gegevens thead td.highLow::after,
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
	position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/icons/sort_up.png);
    background-size: 100%;
    margin-left: 4px;
    margin-right: -11px;
    text-align: center;
    transition: transform .2s ease-in-out;
}
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
	transform:rotateZ(180deg);	
}

table.gegevens th.sorting::after,
table.gegevens td.sorting::after{
	position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 4px;
}


label.vestiging {
    width: 50%;
	max-width:150px;
    display: inline-block;
    padding: 0;
    float: left;
}
label.vestiging input{
	width:15px !important;
    transform: translateY(2px);
}


table.gegevensEdit label.note{
	color: #9d0512;
    font-size: 13px;
    line-height: 16px;
}
table.gegevensEdit label.note input{
	margin-top:4px;
}

span.choice_werknemer {
    position: relative;
    float: left;
    width: 130px;
    min-width: 33.3333%;
    height: 30px;
    line-height: 30px;
    text-align: inherit;
}
span.choice_werknemer input {
    width: 20px !important;
    height: 14px;
    display: block;
    float: left;
    margin-top: 8px;
    position: relative;
}

.popup_holder{
	position:fixed;
	background-color: rgb(0 0 0 / 39%);
	width:100vw;
	height:100vh;
	z-index:9999;
	top:0;
	left:0;
	opacity:0.0;
	transition: opacity .2s;
}
.popup_holder.shown{
	opacity: 1.0;
}
.popup_holder .popup {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    max-height: calc(100vh - 30px);
    position: absolute;
    background-color: white;
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 0%);
    padding: 30px 20px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    left: 0;
	transform:translateY(100%);
	transition:transform .2s;
}
.popup_holder .popup.shown {
	transform:translateY(0);
}
.popup_holder .popup h2{	
	margin: 0;	
	text-align: center;
}
.popup_holder .popup p{
    text-align: center;
    margin: 18px 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #303030;
    width: 100%;
}
.popup_holder .popup img {
    max-width: 100px;
    margin-bottom: 10px;
}
.popup_holder .popup .popupIcon {
	font-size: 60px;
	color: #c51d74;
	padding: 0px 0 15px;
}
.popup_holder .popup .buttonHolder {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px -5px 0;
}
.popup_holder .popup .button{
	margin: 5px;
	border-radius: 5px;
	padding: 2px;
	display: inline-block;
	width: 50%;
}

.popup_holder:not(.shown){
	/* display:none; */
}


.popup_holder label.schadeIncompleet {
    display: inline-block;
    width: calc(100% - 2px);
    margin: 16px 1px;
    font-weight: bold;
    color: #c51d74;
    /* background-color: #f5f5f5; */
}
.popup_holder label.schadeIncompleet input{
    height:auto;
    transform: translateY(1px);
}

span.inputData {
    box-shadow: none !important;
    padding: 7px 10px;
    margin: 4px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    background-color: #fff;
    width: 100%;
	min-height:43px;
    display: inline-block;
}
span.inputData[disabled] {
    background-color: #f9f7f7;
    border: 1px solid transparent;
}


.fancyScroll::-webkit-scrollbar {
/* *::-webkit-scrollbar { */
	width: 6px;
	height:6px;
	background-color: rgba(0, 0, 0, 0.14);
}

.fancyScroll::-webkit-scrollbar-thumb{
/* *::-webkit-scrollbar-thumb{ */
	width: 6px;
	height:6px;
	background-color: rgb(193, 43, 79);
}
@media (min-width: 1200px){	
	/* .fancyScroll::-webkit-scrollbar { */
	*::-webkit-scrollbar {
		width: 6px;
		height:6px;
		background-color: rgba(0, 0, 0, 0.14);
	}

	/* .fancyScroll::-webkit-scrollbar-thumb{ */
	*::-webkit-scrollbar-thumb{
		width: 6px;
		height:6px;
		background-color: rgb(193, 43, 79);
	}
}

/* -- custom checkbox -- */
/* The container */
.customCheckbox {
	display: inline-block;
	position: relative;
	padding-left: 33px;
	margin: 3px 0;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left:0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 2px solid #c41e74;
	border-radius: 2px;
}

.customCheckbox.radio .checkmark{
	border-radius:50%;
}
.customCheckbox input[disabled] ~ .checkmark {
	background-color: rgba(205, 0, 57, 0.13);
}

/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
	background-color: rgb(212 65 103 / 24%);
}

/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
	background-color: #c41e74;
	box-sizing: border-box;
	border: 2px solid #8f1053;
	/* border-radius: 2px; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customCheckbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	/* border: solid white; */
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media (max-width: 1400px) and (min-width: 1200px){
	table{
		font-size: 15px;
	}
	a.button, button.button {
		padding: 3px 30px 3px; 
	}
	
	table.gegevensEdit tr td{
		font-size: 15px;
	}
	table.transparent td {    
		font-size: 17px;
	}
	span.status{		
		font-size: 15px;
	}
}

@media screen and (min-width: 769px){
	.not_mobile_nopadding{
		padding: 0 !important;
	}
}
@media (max-width: 1700px){
	div.left_menu div.bottom .button.dark_grey{
		margin-right: 0px;
		padding: 4px 10px 1px;
	}
}

@keyframes anim_warn {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #f9f3d9;
  }
}

@keyframes anim_error {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #f79898;
  }
}
@media (max-width: 767px){
	body .mobile_only{
		display: initial;
	}
}	


	
	