*
{
	
}

body
{
	margin: 0px;
	padding: 0px;
	background: #17171D;
	font-family: 'Lato', sans-serif;
}

/*#############################################
Wizard
#############################################*/

#wizard
{
  width: 95%;
  margin: auto;
}
 
 #wizard *
 {
	
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  
	color: #FFFFFF;
 }
 
#wizardUserFilterKeys
{
  display: none;
  width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wizardNavigation
{
  width: 100%;
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  background: #EF7521;
  border-left: 2px solid #EF7521;
  border-right: 2px solid #EF7521;
  border-top: 2px solid #EF7521;
}

#wizardNavigation a
{
  line-height: 17px;
  width: inherit;
  padding: 12px 0px 12px 0px;
  text-align: center;
  color: #FFFFFF;
  background: #17171D;
  position: relative;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#wizardNavigation a.invalidStep, 
#wizardNavigation a.invalidEntityMode,
.invalidContainer
{
  display: none !important;
  border: none;
  margin: 0px;
}

#wizardNavigation a.disabled
{
  cursor: not-allowed;
  background: #17171D;
  color: #707070;
  font-weight: normal;
}

#wizardNavigation a:first-child:before,
#wizardNavigation a.firstStep:before,
#wizardNavigation a:last-child:after,
#wizardNavigation a.lastStep:after
{
  border: none;
}

#wizardNavigation a.current
{
	background: #EF7521;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Step
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wizardStep
{
  float: left;
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 2px solid #EF7521;
  border-right: 2px solid #EF7521;
  border-bottom: 2px solid #EF7521;
  border-top: 1px solid #EF7521;
}

.wizardStep .fa
{
  font-size: 12px;
  color: #585858;
}

.wizardContainer
{
  padding: 0px;
  line-height: 25px;
}

.wizardContainer:not(:last-child)
{
  border-bottom: 1px solid #fff;  
}

.wizardContainer:after
{ 
   content: "";
   display: block; 
   height: 0px; 
   clear: both;
}

.wizardContent
{
	margin: 0px 0px 10px 0px;
}

.wizardFilter
{
  float: left;
  width: 50%;  
}

.wizardFilter select
{
  width: 100%;
  height: 20px;
}

.filterkey-wrapper
{
  margin: 3px 3px 3px 0px;
}

.wizardFilter select[disabled]
{
  opacity: 1;
}

.wizardFilterKey.disabled
{
  color: #000000;
  opacity: 0.2;
}

.wizardConfiguration, .wizardEntity
{
  padding: 5px 10px;
  background-image: linear-gradient(to right,rgba(128,128,128,.5) 0,rgba(0,0,0,.65) 100%);
  max-height: 350px;
  width: 50%;
  overflow: auto;
  border: 1px solid #8B8B8B;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Summary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wizardSummary
{
  margin-bottom: 15px;
}

.wizardSummaryStep
{

}
  
.wizardSummaryStepName
{
  font-weight: bold;
}

.wizardSummaryCheckedElement
{
  
}

#wizard .switchViewSave
{
	padding: 2px 5px;
	color: #ffffff;
	background: #585858;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px !important;
	background: #EF7521 !important;
	padding: 7px 15px !important;
	font-size: 12px;
}

#wizard .switchViewSave i
{
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Attributes
<div data-value="0" data-filterkey="x_x">0</div>
<span data-resetfilterkey="x_x">reset</span>
<div data-callname="product-a">Product A</div>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[data-filterkey],[data-resetfilterkey],[data-callName]
{
  cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wizard.Button
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.wizardBtn
{
  display: inline-block;
  line-height: 30px;
  color: #585858;
  cursor: pointer;
}

.wizardBtn i.fa
{
  font-size: 14px;
}

.wizardBtnPrevious
{
  display: none;
}

.wizardBtnNext
{
  display: none;
}

.wizardBtnNext
{
  float: left;
  margin-left: 20px;
}

.wizardBtnReset
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #EF7521;
	color: #FFFFFF;
	padding: 7px 15px;
	line-height: 17px;
	z-index: 1000;
}

/* General */

.header
{
	position: relative;
	width: 95%;
	margin: 10px auto;
}

.logo
{
	display: block;
	width: 93;
	height:20px;
	border: 0px;
}

#wizard select
{
	padding: 5px 20px 5px 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #333333;
	border: 1px solid #8B8B8B;
	height: 32px;
}

#wizard select option
{
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}



#wizard .colorimage
{
	display: inline-block;
	margin: 0px 6px 6px 0px;
	border: 1px solid #E5E5E5;
	padding: 4px;
}

#wizard .colorimage:hover
{
	border: 5px solid #E5E5E5;
	padding: 0px;
}

#wizard .colorimage img
{
	display: block;
	width: 57px;
	height: 57px;
}

#wizard .colorname
{
		display: none;
}

#wizard .saveContainer
{
	float: left;
	margin-bottom: 0px;
	border: 1px solid #EF7521;
	background: #333333;
}

#wizard .copy
{
	border-top: 1px solid #EF7521;
	border: none;
}

#wizard .saveToFileOrPdf table
{
	margin: 2px 0px;
}

#wizard .saveContainer table td
{
	color: #FFFFFF !important;
}

#wizard .bestektekstwrapper
{
	float: left;
	width: 100%;
	padding: 25px 25% 25px 25px;
	background: #FFFFFF;
	border-left: 1px solid #EF7521;
	border-right: 1px solid #EF7521;
	border-bottom: 1px solid #EF7521;
}

#wizard #htmlviewtekst, #wizard #html
{
	width: 100%;
}

#wizard #htmlviewtekst *, #wizard #html *
{
	color: #303030;
}

#wizard .saveToFileOrPdf table div, #wizard div.icon-suf, #wizard div.icon-osf, #wizard div.icon-txt
{
	border: 1px solid #FFFFFF;
}

#wizard .viewContent tr.osf-post-specificatie-row td, #wizard .viewContent td span.osf-invultekst
{
	color: #FF2050 !important;
}

#wizard .viewContent td span.osf-schraptekst
{
	color: #20E050 !important;
}

#wizard .viewContent tr.osf-post-bouwdeel-row td
{
	color: #2070FF !important;
}

#wizard #suf_content *
{
	color: #508050 !important;
}

#wizard #osf_content_stabu2 *
{
	color: #A04040 !important;
}

#wizard #txt_content *
{
	color: #4040A0 !important;
}

#wizard .sectionContentView
{
	float: left;
	width: 100%;
	padding: 5px;
	border: 1px solid #8B8B8B;
	position: relative;
	top: 10px;
}

#wizard .saveContent
{
	margin-top: 2px;
}

#wizard #sectionToolbar, #wizard #sectionToolbar ul
{
	width: 100% !important;
}

#wizard #sectionToolbar li
{
	display: inline !important;
}