/* GLOBAL DEFAULTS */
* {
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	font-size: 14px;
	color: #222222;
	line-height: 24px;
}

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

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

hr {
	height: 1px;
	color: #eeeeee;
}
	
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 * {
	dfont-size: 14px;
	dline-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;
}

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: 100%;
    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;
    height: 680px;
	    height: 760px;
    overflow: auto;
    margin: 10px;
	padding: 6px 2px 2px 2px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    dborder: 1px solid #273747;
	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);
}

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

/* Menu with commands to control the tree-items */
div#elTreeMenu {
	position: absolute;
	display: none;
	width: 250px;
	top: 104px !important;
	left: 335px !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 {
	width: auto;
	margin: 10px 10px 10px 390px;
	dbackground-color: #f0f0ee; 
}
		
/* 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;
	dborder: 1px solid #273747;
	
    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;
}

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;
	border: 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; 
}

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; 
}




#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;
	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 */

.fac-overzicht {
	border-collapse: collapse;
	font-family: "Arial, Helvetica,sans-serif";
	width: 100%;
}

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

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

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

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





/* Aanvullend Iframe Slide */

iframe {
	width: 100% !important;
	border: 1px solid #dddddd;
}

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;
}




/* Test Aanpassingen Iconen Tree */


div#elTree * div {
    min-height: 24px;
    padding-left: 25px;

}

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;
}

.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;
}

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

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

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

.editor.e250 iframe {
	height: 250px !important;
}

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

.editor.e150 iframe, .editor.e150 textarea {
	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	{
	width: 790px;
	border: 1px solid #dddddd;
	padding: 5px 0 5px 5px;
}

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;
    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] {
	display: 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;
}


