/* GLOBAL DEFAULTS */

	/*color: #10275C;  donkerblauw van de h1 en tussenkoppen (structuuraanduiders) */
	/* background-color: #041431; donkerblauw footer en blokjes */


body, a {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

img { 
	border:0; 
	z-index: +10;
margin: 15px 0 0px 40px;

}
	
.panel img {
	margin-bottom: -5px;
}

hr {
	height: 1px;
	color: #eeeeee;
					width: 80%;
					margin-left: 180px;
}
	
h1 {	
	font-size: 24px;
}

h2 {	
	font-size: 150%;
}

h3 {
	font-size: 120%;
}
	
code {
	display:none;
}

a {
	text-decoration:none;
	dcolor: red;
}

.small {
	dfont-size: 60%;
}



span.altlabel {
	position: relative;
	top: -4px;
	margin: 0px 5px;
}

/* OVERRULING DEFAULTS */

div#elMapping  {
	font-size: 14px;
	line-height: 21px;
}

.button {
	font-size:	8pt !important; 
}

/* SPECIFIC STYLESHEET */

html, body {
	margin: auto;
	padding: 0;
	dtext-align: center;
}

/* Markup of the header */

div#elHeader {
    position: relative;
    width: 100%;
    height: 150px;
				height: 120px;
    overflow: hidden;
    margin: 0;
    text-align: left;
    color: #ffffff;
    background-color: #67759E;
background-image: url(../interface/images/bg-cms-header.png);
background-position: 0px 0px;
    background-repeat: repeat-x;
	    background-color: #000000;
												background-color: #041431;

}

div#elHeader div.img-top {
	margin: 50px 0 0 0;
}


div#elTitle {
	float: left;
	width: 625px;
	font-weight: 300%;
	padding-top: 15px;
	padding-left: 280px;
}
			
div#elUser {
	float: right;
	width: 960px;
	margin: -110px 0 0 0;
margin: 30px 0 0 0;
	padding: 0px 15px 0 0;
	text-align: right;
}

div#elUser p {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, sans-serif;
}

div#elUser {
	font-size: 12px;
	color: #ffffff;
}

div#elUser a {
	color: #ffffff;
	text-decoration: underline;
}

div#elContainer {
    position: relative;
    overflow: hidden;
    width: Calc(100% - 6px);
    margin: 0;
    text-align: left;
    background-color: #f4f4f4;
	border-top: 2px solid #a4abb9;
    border-bottom: 3px solid #a4abb9;
    border-left: 3px solid #a4abb9;
    border-right: 3px solid #a4abb9;
}


/* Markup of the CMS tree */
div#elTree {
    position: relative;
    float: left;
    clear: left;
    width: 370px;
														width: 24%;
    height: 680px;
														height: 726px;
    overflow: auto;
    margin: 10px;
	padding: 6px 2px 2px 2px;
														padding: 6px 2px 2px 12px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
														border: 1px solid #D7D9EE;
	font-size: 13px !important;
    z-index: 99;
}


div#elTreeRoot div {
	background-size: 20px 20px;
	min-width: 20px;
	min-height: 20px;
	line-height: 19px !important;
}

/* Main tree-item aka Homepage */
div#elTree div { 
	padding: 0;
	margin: 0;

}
		
/* any div within the elTree div */
div#elTree * div {
	min-height: 22px;
	margin: 2px 0px 2px 0px;
	padding-left: 20px;
	cursor: hand;
	cursor: pointer;
}

/* Any tree-item */
div#elTree div div  {
	margin: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

div#elTree * div.mouseover  {
	background-color: rgb(150,150,150);
}

/* Selected tree-item */
div#elTree * div.selected { 
	background-color: rgb(230,230,230);
											background-color: #eeeff9;
}

div#elTree * div.selected div {	
	display: block;
}

/* Menu with commands to control the tree-items */
div#elTreeMenu {
	position: absolute;
	display: none;
	width: 250px;
	dtop: 104px !important;
	dleft: 335px !important;
	margin: -130px 0 0 350px !important;
	font-size: 9pt;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	z-index: +99;
}		

/* Links in the command-menu to control tree-items */
div#elTreeMenu dl dt {
	display: block;
	cursor: pointer;
	cursor: hand;
	z-index: +99;			
}

div#elTreeMenu a  {
	display: block;
	color: #000000;
	border: 1px solid #ffffff;
	padding: 0px 3px 0px 3px;
}

div#elTreeMenu a:hover {
	width: 100%;s
	color: red;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
}			

			
/* The plus sign to expand tree items */
a.treeExpand  {
	position: absolute;
	width: 15px;
	margin-left: -37px;
	color: rgb(140,140,140);
	font-weight: bold;
	text-align: center;
	cursor: hand;
}

/*END styling of the TREE */




/* Markup of the editors-area */
div#elMapping {
	dwidth: auto;
	dmargin: 10px 10px 10px 390px;
	dbackground-color: #f0f0ee; 
	
	width: 68%;
    float: left;
    margin: 10px 0 0 0;
	
	
	
}
		
/* Hide panels by default untill revealed by click on the controltab + some default panel mark-up*/
div.panel {
	display: none;
	padding: 10px;
	border: 1px solid #cccccc;
											border: 1px solid #D7D9EE;
	
    float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

/* markup of the tabs above the editors */

div#tabs {
    float: left;
	width: 100%;
	margin: 0 0 10px 0;
	border-left: 1px solid #cccccc;
}

div#tabs ul {
	margin: 0;
	padding: 0px 10px 0 0px;
	list-style: none;
}

div#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}


div#tabs a, div#tabs #strong a  {
	background: url("../interface/images/tableft.gif") no-repeat left top;
}
				
div#tabs a span, div#tabs #strong a span {
	float: left;
	display: block;
	background: url("../interface/images/tabright.gif") no-repeat right top;
	padding: 5px 20px 4px 20px;
	border-bottom: 1px solid #cccccc;
}
				
div#tabs a:hover, div#tabs #strong a:hover{ 
	background-position: 0% -42px;
}

div#tabs a:hover span, div#tabs #strong a:hover span {
	color: #000000; 
	background-position: 100% -42px;
}

div#tabs ul li.tabSelected a span {
	color: #cc0000;
} 

/* Footer markup */

div#elFooter {
    position: relative;
	float: left;
	clear: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
	padding: 0 0 0 0;
    text-align: center;
	color: #ffffff;
	background-image: url(../interface/images/cms-sh-logo-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
		    background-color: #000000;
															background-color: #041431;
}

div#footer {
	float: left; 
	z-index: 25; 
	width: 100%; 
	margin-top: 0px; 
	height: 58px; 
	background-image: url(../interface/images/cms_holding_logo_bottom.png); 
	background-repeat: no-repeat; 
	background-position: center;
}

div#footer div { 
	float: right; 
	margin: 5px 25px 0 15px;
}

div#elFooter a {
	color: #FF2F13;
	background-color: #404964;
		background-color: transparent;
	font-size: 16px;
}

div#elFooter a:hover {
	color: #ffffff;
	background-color: #404964;
}

/* Inloggen */

#container-holder {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

div#form-inloggen-container-holder {
	position: relative;
	width: 975px;

background-color: #F1F4FE;
background-color: #cfd8dc;
background-color: #a7b8be;
												background-color: #EEEFF9;
												dddborder: 1px solid #a4abb9;

	text-align: center;
	overflow: hidden;
	margin: 20px auto 0 auto;
}

div#form-inloggen-container-header {
	position: relative;
	width: 975px;
	height: 120px;
	background-image: url(../interface/images/cms-sh-logo-top.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto 0 auto;
		background-color: #000000; 
												background-color: #041431;		 		
}

div#form-inloggen-container-header p {
	position: relative;
	float: right;
	margin: 60px 0 0 0;
	padding: 0 15px 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}

div#form-inloggen-container-footer {
	position: relative;
	width: 975px;
	height: 60px;
	background-image: url(../interface/images/cms-sh-logo-bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	bottom: 0;
	margin: 0 auto 0 auto;
		background-color: #000000;
												background-color: #041431;
}




#form-inloggen-form-holder {
	position: relative;
	width: 969px;
	margin: 0 auto 0 auto;
	padding: 40px 0 40px 0;
	text-align: center;
}

div#form-inloggen-holder {
	position: relative;
	width: 480px;
	text-align: center;
	border: 1px solid #a4abb9;
	border: 1px solid #dedede;
														border: 1px solid #041431;
	margin: 0 auto 0 auto;
	padding: 8px 8px 8px 8px;
}

div#form-inloggen-holder p {
	text-align: left;
}

input.input-inloggen-cms {
	width: 240px;
}

div#form-inloggen-holder p.knop {
	text-align: center;
}

input.input-inloggen-cms-knop {
	width: 120px !important;
}





/* Aanvullend Facturatie systeem */

.overzicht-facturen {
	margin: 3px 0 0 8px;
}

.overzicht-facturen h2, .overzicht-facturen p {
	font-size: 24px;
}

#mm1 {
	margin: 0 0 0 4px;
	font-size: 18px;
}

#mm1 p a {
	margin: 0 0 0 6px;
	font-size: 14px;
	text-decoration: underline;
	color: #041431;
}

#mm1 p a:hover {
	text-decoration: none;
	color: #222222;
}

#mm2 {
	
}

.fac-overzicht {
	border-collapse: collapse;
	width: 100%;
	
}

.fac-overzicht td, .fac-overzicht th {
	border: 1px solid #2BBD69;
								border: 1px solid #cccccc;
	font-size: 14px;
	dpadding: 3px 7px 2px;
								padding: 3px 0 3px 3px
	text-align: left;
}

.fac-overzicht th {
	background-color: #2BBD69;
								background-color: #041431;
	color: #FFFFFF;
	dfont-size: 1.4em;
	dpadding-bottom: 4px;
	dpadding-top: 5px;
}

.fac-overzicht tr.alt td {
    background-color: #EAF2D3;
    color: #000000;
}

div#facvlak {
						dwidth: 620px;
						max-width: 620px;
}

/* facturen.php (en analoog aan css in mailer.php) */

table.table-factuur-header {
	margin: 0 0 30px 6px;
}

table.table-factuur-header img {
    border: 0;
    width: 100px;
	height: auto;
    margin: 0 0 0 0;
}

table.table-factuur-header p {
	margin: -7px 0 0 0;
	font-size: 14px;
}

table.table-factuur-header  a {
    width: 1px;
    height: 1px;
    float: left;
}

table.table-factuur-header span.webwinkel-brandpromise {
	float: left;
    position: relative;
	margin: 74px 0 0 90px;
    font-size: 13px;
    line-height: 19px;
    color: #424242;
    background-color: transparent;
    text-align: left;
	
	
}



table.table-customer {
	margin: 0 0 30px 6px;
}

table.table-customer th, table.table-customer td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}






table.table-order td.omschrijving.bold,
table.table-order td.euro.bold,
table.table-order td.bedrag.bold {
	font-weight: bold;
}


table.table-order {
	margin: 15px 0 0 6px;
}

table.table-order th, table.table-order td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
}



table.table-order th.aantal, 
table.table-order th.omschrijving,
table.table-order th.stukprijs,
table.table-order th.bedrag { 


}

table.table-order th.aantal, table.table-order td.aantal { 
	width: 10%;
	padding: 0 0 0 0;
}

table.table-order th.omschrijving, table.table-order td.omschrijving  { 
	width: 60%;
	padding: 0 0 0 0;
}

table.table-order th.stukprijs, table.table-order td.stukprijs  { 
	width: 10%;
	padding: 0 0 0 0;
}


table.table-order th.bedrag, table.table-order td.bedrag { 
	width: 3%;
	padding: 0 0 0 0;
}

table.table-order th.bedrag, table.table-order td.euro { 
	width: 2%;
	padding: 0 0 0 0;
}

table.table-order td.seperator { 
	padding: 4px 0  4px 0;

}

table.table-order td.seperator8 { 
	padding: 8px 0  8px 0;

}

table.table-order td.bedrag { 
	text-align: right;
}





table.table-order td h2 {
	width: 100%;
    margin: 0px 0 0px 0;
	
}

table.table-order td img {
	border: 0;
    z-index: 1;
	margin: 20px 8px 0px 0;
    width: 100px;
    height: auto;
    float: left;
}

table.table-order td div.product-beschrijving {
	margin: 0px 0 0px 0;
    width: Calc(100% - 108px);
    float: left;
}







table.table-order-totaal {
	
}



table.table-customer {
	
}

table.table-order {
	
}

table.table-order-totaal {
	
}

.checkout-product p {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-size: 14px;
    color: #424242;
    line-height: 24px;
}




	
	/* Footer Algemeen */
	
table.table-factuur-footer {
	
	padding: 40px 0 20px 0;
	
}
	
	

#footer-holder { 
	color: #ffffff;
	background-color: #424242; /* roosje 07 2017 */
			background-color: #041431;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	margin: 15px auto 0 auto;
	padding: 10px 0 10px 0;
	z-index: 1;
}

table.table-factuur-footer div#footer, div.factuur-footer div#footer  {
    display: inline-block;
    float: none;
    margin: 0 auto 0 auto;
    padding: 10px 0 10px 0;
    text-align: left;
    width: 94%!important;
	
							dddfloat: left;
							dddz-index: 25;
							dddwidth: 100%;
							dddmargin-top: 0px;
							height: auto;
							background-image: none;
							dddbackground-repeat: no-repeat;
							dddbackground-position: center;
}



table.table-factuur-footer div#footer div, div.factuur-footer div#footer div {
	position: relative;
	float: left;
	width: 18%;
				width: 45%;
	margin: 0 1% 0 0;
}

.footer-contact, .footer-bezoekadres, .footer-postadres, .footer-algemene-gegevens, .footer-algemene-gegevens {
	position: relative;
	float: left;
	width: 18%;
	margin: 0 1% 0 0;
}

.footer-contact, .footer-bezoekadres {
	dheight: 300px;
}

.footer-postadres {
	margin: 30px 1% 0 0 !important;
}


.footer-algemene-gegevens {
	margin: 30px 1% 0 0 !important;
	clear: both;
}

#footer div.footer-realisatie {
    margin: 30px 0 0 0 !important;
		width: 15%;
}

#footer a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}

#footer a.active {
	color: #e4a216;
	background-color: transparent;
	text-decoration: none;
	cursor: default;
}

#footer a:hover {
	text-decoration: none;
}

#footer ul {
	margin: 0 0 15px 0;
				margin: 5px 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	outline: 0 none;
	
	font-size: 12px;
	line-height: 26px;
}

#footer ul li {
	margin-bottom: 3px;
						margin-bottom: 0;
	outline: 0 none;
}

#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}

#footer h2 {
	font-size: 18px; 
	color: #ffffff !important;
	background-color: transparent;
	width: 230px;
}

#footer h3 {
	text-transform: uppercase; 
	font-weight: normal; 
	color: #ffffff;
	background-color: transparent;
	font-size: 14px;
	margin: 0 0 7px 0;
}

#footer p, #footer p a {
	font-weight: normal; 
	color: #ffffff;
	background-color: transparent;
	font-size: 12px;
	margin: 0 0 0 0;
	letter-spacing: 0.06em;
	width: 100%;
											float: none;
}

#footer p img {
	width: 180px;
	height: auto;
	border: 0;
	margin: 0 0 0 0;
}

#footer li a {
	font-weight: normal; 
	color: #ffffff;
	background-color: transparent;
	margin: 0 0 0 0;
											letter-spacing: 0.06em;
	width: 100%;
											float: none;
											
	font-size: 12px;
	line-height: 26px;
}


#footer span.contact, #footer span.privacy-beleid {
	margin-right: 6px;
}

	













/* Aanvullend Iframe Slide */

iframe {
	width: 100% !important;
	border: 1px solid #dddddd;
													border: none;
													height: 660px;
													
													font-family: Arial, sans-serif;
													font-size: 14px;
													line-height: 24px;
													color: #222222;
													margin: 0 0 0 0;
}

iframe.frame {
	width: 100% !important;
	height: 698px !important;
}

iframe.frame-slider {
	width: 100% !important;
	dheight: 617px !important;
}


div.slide {
	width: 500px;
	padding: 5px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	border: 1px solid #000000;
}

div.slide span {
	width: 500px;
	margin: 3px 0 0 0;
	text-align: left;
	border: 0;
}

div.slide span.foto-voorbeeld {
	margin: 0 0 6px 0;
}

div.slide .toggler {
	margin: 6px 0 0 0;
}

div.opslaan, div.nieuw {
	width: 514px;
	margin: 8px 0 0 0;
	padding: 5px;
	dborder: 1px solid #000000;
}

div.slide img {
	width: 120px;
	text-align: left;
	border: 0;
}

div.slide a {
	text-align: left;
	color: #000000;
	font-size: 12px;
}

div.slide label {
	width: 150px;
	color: #000000;
	font-size: 12px;
}

div.slide input {
	width: 200px;
	color: #000000;
	font-size: 12px;
}



div.opslaan input, div.nieuw input {
	width: 120px;
	margin: 0 10px 0 0;
	padding: 2px;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #000000;
}

div.slide input.button{
	width: 100px;
	margin: 1px 10px 0 0;
	padding: 2px;
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #000000;
}



div#elContainer {
    background-color: #fefefe;
}

div#elMapping {
    dbackground-color: #f0f0ee;
    background-color: none;
}

div#elTree, div.panel {
    background-color: #f2f2f2 !important;
												background-color: #F8F8FC !important;
}




/* Test Aanpassingen Iconen Tree */


div#elTree * div {
    min-height: 24px;
    padding-left: 25px;
				font-size: 14px;
}

div#elTree div div {
    margin: 12px 0;
}

a.treeExpand {
    margin-left: -42px;
	font-size: 18px;
	line-height: 17px;
} 

#elTree div div:first-child {
    dbackground-color: yellow;
}





/* blok-editor */

form.form-promo {
	margin-top: 25px;
}

table.blok-editor {
	width: 100%;
	margin: 0 0 2px 0;
	font-size: 14px;
    border: none;
}

div.blok-editor-border {
	padding: 5px 0 0 5px;
    border: 1px solid #cdcdcd;
		margin: 5px;
}

table.blok-editor label {
	width: 110px;
	line-height: 20px;
}

table.blok-editor.slider label {
	width: 145px;
}

.index_promos table.blok-editor label {
	width: 170px;
}

table.blok-editor input.blok-editor, table.blok-editor select.blok-editor {
	width: 420px !important;
}

table.blok-editor textarea.blok-editor {
	width: 420px;
	height: 100px;
}

table.blok-editor textarea.blok-editor-video {
	width: 300px;
	height: 75px;
}

table.blok-editor .blok-editor-td-row {
	width: 310px;
	vertical-align: top;
}

div.blok-editor {
	width: 100%;
	margin: 12px 0 24px 0;
}

table.blok-editor td img {
	width: 300px;
	height: auto;
}

table.blok-editor .toggle-menu {
	height: 60px;
}


table.blok-editor .toggle-caption {
	dtext-decoration: underline;
	cursor: pointer;
	color: #ffffff;
}

table.blok-editor textarea.blok-editor-caption {
	width: 800px;
	height: 140px;
	margin: 0 0 15px 0;
}

table.blok-editor input.blok-editor-caption {
	width: 500px;
	margin: 0 0 15px 0;
}

table.blok-editor .toggler span {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
}

table.blok-editor .slider-teksten select {
	margin: 0 0 15px 110px;
}


/* weergeven afmetingen foto's 24 06 */


.form-holder-afmetingen {
	float: left;
}



/* Form Elementen */

fieldset { 
	padding: 20px;
}
	
legend { 
	font-size: 14px;
	font-weight: bold; 
}

.bericht {
	font-size: 13px;
	line-height: 20px;
	width: auto !important;
}

label	{
	float: left;
	display: block;
	width: 180px;
	vertical-align: top;
	    padding: 5px 0 5px 0;
		
			font-family: Arial, sans-serif;
			font-size: 14px;
			line-height: 24px;
			color: #222222;
}

.panel.label label {
	width: 240px;
}

.editor label	{
	margin-top: 15px;
}

.editor.top-height label	{
	margin-top: 5px;
	height: 400px;
}

.editor.top-height label	{
	margin-top: 5px;
	height: 400px;
}

.editor.top-height input	{
	width: 85% !important;
}




form {
	text-align: left;
}

form.slider-form-1 {
	margin: 10px 0 0 10px;
}

form.slider-form-2 {
	margin: 10px 0 0 10px;
	width: 98%;
}

textarea {
	width: 85% !important;
			width: 80% !important;
						width: 72% !important;
				font-family: Arial, sans-serif;
				font-size: 14px;
				line-height: 24px;
				color: #222222;
					border: 1px solid #dddddd;
}

table.mceLayout {
	width: 85% !important;
}

.editor.e350 iframe {
	height: 350px !important;
}

.editor.e300 iframe {
	height: 300px !important;
}

.editor.e250 iframe {
	height: 250px !important;
	min-height: 250px !important;
	background-color: #F8F8FC;
}

.editor.e200 iframe, .editor.e200 textarea {
	height: 200px !important;
	min-height: 200px !important;
}

.editor.e150 iframe, .editor.e150 textarea {
	height: 150px !important;
	min-height: 150px !important;
}

.editor.e200 textarea, .editor.e150 textarea {
	margin-top: -2px;
}


textarea.blanco-label, span.blanco-label {
	margin-left: 180px;
}

form.form-promo textarea {
	width: 500px !important;
	padding: 5px 0 0 5px;
}

select {
	border: 1px solid #dddddd;
	padding: 5px 0 5px 5px;
	width: 500px !important;
}

#manager select  {
	width: 200px !important;
    margin: 0 10px 0 0;
}

input.dataknoppen.formulier  {
	margin: 20px 0 15px 0;
}

input	{
	dddwidth: 790px;
				width: 80%;
								width: 72%;
	border: 1px solid #dddddd;
	padding: 5px 0 5px 5px;
		font-family: Arial, sans-serif;
		font-size: 14px;
		line-height: 24px;
		color: #222222;
}

input.w180 {
	width: 180px;
}



.formulier-data-holder {
	 border-bottom: 1px solid #dddddd;
	 padding: 3px 3px 7px 3px;
	 width: 85%;
	 margin: 8px 0 0 178px;
}

.formulier-data-holder .formulier-select {
	width: auto !important;
}

.formulier-data-holder .formulier-label {
	padding: -3px 0 0 0;
	width: 60px !important;
}

.formulier-data-holder .formulier-textarea {
	 width: 555px;
	 height: 50px;
}




input.actie, input.padding, input[type=submit], div.upload, span.button a {
	color: #ffffff;
	background-color: #666666;
													background-color: #041431;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 3px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	line-height: 20px;
	width: auto;
}

span.button-default {
	color: #ffffff;
	background-color: #666666;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 3px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	line-height: 20px;
	width: auto;
}

/*
input.lang {
	width: 300px;
	margin: 0 30px 0 0;
}

input.actie {
	width: 160px;
}

input.padding {
	padding: 3px 8px 3px 8px;
}

input.actie:hover, input.padding:hover, input[type=submit]:hover, span.button a:hover {
	background-color: #273747;
}

input[type="button"].niet-actief, input[type="button"].niet-actief:hover {
	color: #ffffff;
	background-color: #dedede;
}
*/


input[type=file] {
										ddisplay: none;
}

div.upload {
	line-height: 18px;
		line-height: 22px; /* sjra 26 06 */
	dmargin-right: 15px;
	margin: 5px 15px 10px 0;
}

input[type=checkbox], input[type=radio] {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
	border: 1px solid #2BBD69;
    background-color: #2BBD69;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
		margin-top: 8px;
}

input.radio {
	position: relative;
	width: 16px;
	margin: 0px 5px;
	top: -3px;
}

input[type="radio"],input[type="checkbox"] {
	width: 16px;
}


input[type=button] {
	color: #ffffff;
	background-color: #666666;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	border-radius: 3px;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	width: auto;
}

input.knop-submenu-actief[type=button] {
	border-bottom: 6px solid orange !important;
}


input[type=button]:disabled {
	background-color: #273747;
}


input.placeholder {
	border: 1px solid #2BBD69;
	padding: 5px 0 5px 9px;
}

input.verwijder {
	background-color: #cc0000;
}

input.verwijder:hover {
	background-color: #273747;
}

input.hoog-laag {
	background-color: #273747;
}

input.hoog-laag:hover {
	background-color: #000000;
}

input.knop-actief {
	background-color: orange;
}

input.knop-actief:hover {
	background-color: #273747;
}


input.file {
	background-color: #2BBD69;
	color: #ffffff;
}

input.file:hover {
	background-color: #273747;
	color: #ffffff;
}

input.float, textarea.float {
	dfloat: left;
}




/* messages snippets  */

.message-holder {
	margin: 10px 0 0 8px;
	position: relative;
	float: left;
}

.messages {
	position: relative;
    float: left;
    margin: 0 0 0 0;
	width: 100%;
}

.messages .msg-error {
									background-color: #cc0000;
		margin: 0 0 15px 0;
}

.messages .msg-info {
									background-color: #000000;
									padding: 10px 0 10px 8px;
									margin: 0 0 15px 0;
}

div.editor {
    background-color: #ffffff;
									dmin-height: 600px !important;
    padding: 10px 0 0 10px;
}



/* correcties snippets  */

form.snippets {
	position: relative;
    float: left;
    width: 100%;
}

form.snippets input {
	font-size: 15px;
    line-height: 150%;
}

form.snippets label {
	display: inline-block !important;
	float: none !important;
	vertical-align: middle !important;
}


form.snippets input[type=submit] {
	margin: 15px 0 50px 6px;
}

form.snippets input[type=button] {
	font-size: 14px;
    line-height: 110%;
	background-color: #3585E5;
}


.snippet-classnaam label {
	width: 140px;
}

.snippet-classnaam input {
	width: 820px;
}

.snippet-active label {
	width: 134px;
}

label.snippet-active-ja {
	width: 80px;
	margin: 0 12px 0 0;
}

label.snippet-active-nee {
	width: 80px;
}

.snippet-tekst label {
	width: 140px;
}

.snippet-tekst input {
	width: 480px;
}



/* snippets  */

.snippet-bar {
	width: 100%;
											dheight: 30px;
											padding: 8px 0 8px 8px; 
											dborder: 1px solid #dddddd;
											margin: 0 0 8px 0;
}

.snippet-bar-new {
	margin: 15px 0 0 0;
	color: #ffffff;
	background-color: #3585E5;
}

.snippet-bar-blokken {
											color: #ffffff;
	background-color: #000000;
											dbackground-color: #a7cfc0;
}

.snippet-bar-fototekst {
	color: #ffffff;
	background-color: #000000;
	background-color: #66ac91;
}

.snippet-bar-fototekst img {
	width: 100%;
	height: auto;
}

.snippet-bar-gallery {
	color: #ffffff;
	background-color: #000000;
	background-color: #add1e2;
}

.snippet-bar-mockups {
	background-color: #3585E5;
}

.snippet-content  {
	width: 100%;
	padding: 5px;
}

.snippet-content img {
	width: 50%;
	height: auto;
}

.snippet-content input[type="button"] {
	float: left;
    margin: 10px 8% 0 0;
}

.snippet-bar.snippet-bar-new  {
	cursor: default;
		cursor: pointer;
}

.snippet-classnaam {
	margin: 20px 0 0 0;
	
}








