/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: helvetica, arial;
	color: #000;
	font-size: 15px;
}

h1 {
	font-family: helvetica, arial;
	font-size: 40px;
	line-height: 1.5;

}

h2 {
	font-family: helvetica, arial;
	font-size: 22px;
	line-height: 1.5;
}

h3 {
	font-family: helvetica, arial;
	font-size: 18px;
	line-height: 1.5;
}

br, p, label, li { font-size: 15px;	line-height: 1.5; }

p.delete_file_1, p.delete_file_2 {	cursor: pointer;	color: #1A1A1A;	text-decoration: underline; }
p.delete_file:hover {	color: #434343; }


ul {	padding-left: 25px;	list-style-type: circle; }
ol {	padding-left: 30px; list-style-type: decimal; }
ul li, ol li {	padding-left: 10px; }


a {	color: #5ECCDD; }
a:hover {	text-decoration: none; }
a.dark-link {	color: #888; }
a.light-link {	color: #EAEAEA; }

table {
	width: 100%;
}

td {
	padding: 4px;
	font-size: 15px;
	background: #EAEAEA;
	border: 1px solid #FFF;
	text-align: left;
	line-height: 1.5;
	color: #000;
}

td.r {	text-align: right; }
td.col {	background: #888;	color: #FFF;}
td.tot {	background: #555;	color: #FFF;	text-align: right;}

td.no-style {	border: none;	padding: 1px;}
td.file_row {	border-bottom: 2px solid #FFF;}
.clickable-row, .delivery_address, .billing_address {	cursor: pointer; }

th {
	padding: 4px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	background: #303030;
	border: 1px solid #FFF;
	color: #FFF;
	line-height: 1.5;
}

label {	cursor: pointer; }
input[type="text"], input[type="password"] {	width: 85%; }
input[type="checkbox"][disabled]+label {	opacity: 0.2; }
select {	min-width: 130px; }

textarea, input {
	padding: 2px;
    border: 1px solid #434343;
}

textarea:focus, input:focus{
    outline: 0;
    border: 1px solid #5ECCDD;
}

textarea:disabled, input:disabled{
    border: 1px solid #BBB;
    color: #777;
}


.menu-item {	margin: 4px 1px;}




.white {	background: #FFF;	color: #000; }
.light-silver {	background: #F8F8F8;	color: #000; }
.silver {	background: #EAEAEA;	color: #000; }
.silver-color {	color: #EAEAEA; }

.white_50 {	background: url('../images/white_50.png');	color: #000; }
.concrete {	background: url('../images/concrete_seamless_50.png');	color: #000; }
.dark-concrete {	background: url('../images/dark_wall.png');	color: #000; }

.grey {	background: #434343;	color: #FFF; }
.grey-color {	color: #777; }
.grey-dark {	background: #1A1A1A;	color: #FFF; }

.red {	background: #F64B26;	color: #FFF; }
.red-color {	color: #F64B26; }

.blue {	background: #5ECCDD;	color: #FFF; }
.blue-color {	color: #5ECCDD; }

/* Klassieke rood: #CC0A20 */
/* Field groen: #7CDC1F */


#header {
	width: 100%;
	overflow: hidden;
}

#content {
	width: 100%;
	overflow: hidden;
}

#content-container {
	width: 95%;
	max-width: 1200px;
	margin: 40px auto;
	padding: 5px 0;
	overflow: hidden;
}

#header-container {
	width: 95%;
	max-width: 1200px;
	margin: 20px auto;
	padding: 5px 0;
	overflow: hidden;
}

#content-container-full {
	width: 96%;
	margin: 0 1%;
	padding: 20px 1%;
	float: left;
	border-radius: 5px;
}

#content-container-half {
	width: 44%;
	margin: 0 1%;
	padding: 20px 2%;
	float: left;
	border-radius: 5px;
}

#content-container-half-text {
	float: left;
	width: 47%; 
}



#content-container-third {
	width: 27.33%;
	margin: 0 1%;
	padding: 20px 2%;
	float: left;
	border-radius: 5px;
}

#content-container-twothird {
	width: 60.66%;
	margin: 0 1%;
	padding: 20px 2%;
	float: left;
	border-radius: 5px;
}

@media (max-width : 510px) {
	#content-container {	width: 96%; }
	#header-container {	margin: 20px auto 0px auto;}

	#content-container-half {	width: 96%; }
	#content-container-half-text {	width: 96%; }
	#content-container-third {	width: 96%; }
	#content-container-twothird {	width: 96%; }

	.mobile-hide {	display: none; }
}



.btn {
	padding: 10px 2%;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.2s ease-in-out;
	border-radius: 5px;
	font-family: helvetica, arial;
}

.btn, .btn:hover, .btn:active {
	outline: 0 none;
	text-decoration: none;
}

.btn:active {	margin-bottom: -1px;	margin-top: 1px; }


.btn-red {	background: #F64B26;	box-shadow: 0px 2px 0px 0px #C0392B; }
.btn-red:hover {	background-color: #F03D23; }
.btn-red:active {	box-shadow: 0px 1px 0px 0px #C0392B; }

.btn-blue {	background: #5ECCDD;	box-shadow: 0px 2px 0px 0px #27A5BE; }
.btn-blue:hover {	background-color: #4DC8D4; }
.btn-blue:active {	box-shadow: 0px 1px 0px 0px #27A5BE; }

.btn-grey {	background: #434343;	box-shadow: 0px 2px 0px 0px #333;	color: #888; }
.btn-grey:hover {	background-color: #333; }
.btn-grey:active {	box-shadow: 0px 1px 0px 0px #333; }




#preview_text_td {
	position: relative;
	width: 65%;
	padding-left: 5%;
	overflow: hidden;
	border: none;
}

#preview_image_td {
	position: relative;
	width: 30%;
	max-width: 100px;
	padding: 0;
	height: 100px;
	overflow: hidden;
	border: none;
	background: url('../images/Loader.gif') center no-repeat;
}

img.preview {
	position: absolute;
	height: 100px;
	overflow: hidden;
	background: #FFF;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}





.NFI-wrapper {}

.NFI-button {
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.2s ease-in-out;
	border-radius: 5px;
	font-family: helvetica, arial;
	border-radius: 5px;

	background: #F64B26;
	box-shadow: 0px 2px 0px 0px #C0392B;
}
.NFI-button:hover {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
	background-color: #F03D23;
}

.NFI-button:active {
	margin-top: 1px;
	margin-bottom: -1px;
	box-shadow: 0px 1px 0px 0px #C0392B;
}

.NFI-filename {
	height: 0;
	visibility: hidden;
}



.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden;
}

.simpleselect,
.simpleselect * {
	box-sizing: content-box;
}

.simpleselect {
	position: relative;
	width: 250px;
	color: #000;
	font-size: 13px;
}

.simpleselect .options {
	width: 248px;
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
    padding: 2px 5px;
    line-height: 18px;
    cursor: pointer;
}

.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold;
}

.simpleselect .options .optgroup .option {
	padding-left: 20px;
}

.simpleselect .placeholder,
.simpleselect .options {
	background: #FFF;
	border: 1px solid #434343;
	border-radius: 3px;
}

.simpleselect .placeholder {
	position: relative;
}

.simpleselect .placeholder {
	background: url('../images/drop_down_icon.png') no-repeat top right #FFF;
	background-size: 22px;
}

.simpleselect .placeholder:hover {
	background: url('../images/drop_down_icon.png') no-repeat top right #F8F8F8;
	background-size: 22px;
}

.simpleselect .options {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.simpleselect .options .option.active {
	background: #5ECCDD;
	color: #fff;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
	background: #fafafa;
	color: #aaa;
	border-color: #eee;
	cursor: default;
}

.simpleselect.disabled .placeholder:after {
	opacity: .5;
}



.blog_image {
	float: left;
	width: 35%;
	max-width: 150px;
	max-height: 100px;
	padding: 1px;
	border: 1px solid #434343;
	margin: 8px 20px 8px 0px
}
