
	/*
		ADDED BY Robiz.nl - 2-4-2021
	*/
	* {
        outline: none;
        border: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    *,
    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .janee {
		padding-left: 10px
	}
	
    textarea,
    select,
    button {
        outline: none !important;
        resize: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        box-shadow: none;
    }
    
    
	html, body {
		padding: 0;
	}
	body {
	     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
	     margin: 0px;
	     width: 100%;
	     background-color: #fff;
	     padding-left: 30px;
	     padding-right: 30px;
	}
	
	.logo {
	    width: 100%;
	    max-width: 240px;
	}
	
	p {
	    font-size: 14px;
	    line-height: 21px;
	    padding: 20px 0;
	    text-align: left;
	}
	
	#container {
	    position: relative;
	    width: 100%;
	    max-width: 960px;
	    display: block;
	    background-color: #E9EAF0;
	    box-shadow: 0px 0px 5px 2px rgba(51, 51, 51,0.35);
	    padding: 10px 20px 40px 20px;
	}
	
	#form {
		display: block;
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}
	.starability-basic>label, 
	.starability-basic>label:before {
        background-image: url(../img/stars_red-thin.png);
	}

	#dd_saveButton {
	    background-color: #8B0001;
	    color: #fff;
	    width: 100%;
	    max-width: 150px;
	}
	
	@media only screen and (max-width: 767px) {
	    
	    
    	body {
    	     padding-left: 0;
    	     padding-right: 0;
    	}
	    
	    td {
	        font-size: 14px;
	    }
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/*
		eof ADDED
	*/
	
label {
margin:10px 15px;	
}
label.labclass {
	margin:0px;
}
[type=radio] { 
  position: absolute;
}

/* IMAGE STYLES */
[type=radio] + i {
  cursor: pointer;
  color:red;
}

/* CHECKED STYLES */
[type=radio]:checked + i {
  color:green;
}

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 20px;
	overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}


.switch-field label {
  float: left;
 margin: 0px!important;
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label:first-of-type {
    background-color: #A5DC86;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.switch-field input:checked + label {
	background-color:#ff8080; 
  -webkit-box-shadow: none;
  box-shadow: none;
}


.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.butt {
    border: 1px outset blue;
    background-color: lightBlue;
    padding:25px;
    cursor:pointer;
    color:black;
	margin:10px;
}

.butt:hover {
   background-color: blue;
    color:white;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.Fotobutt {
	text-align:center;
	position: relative;
	display:inline-block;
	padding: 10px 20px ;
	margin: 7px;
	color: #000;
	font-size:20px;
	background-color: #A5DC86;
	border: solid 1px #808080;
	clear: both;
	border-radius: 4pt;	
    cursor:pointer;
	text-decoration: none;
}


input {padding:8px;font-size:18px;}
select {padding:8px;font-size:18px;}