#nex-forms .ui-nex-forms-container  .modal-content {
    background: #444;
}
#nex-forms .ui-nex-forms-container  .select-wrapper ul {
    background: #555;
}
#nex-forms .ui-nex-forms-container  input, #nex-forms .ui-nex-forms-container  textarea, #nex-forms .ui-nex-forms-container  label, #nex-forms .ui-nex-forms-container  .form_field .input-field label, #nex-forms .ui-nex-forms-container  .form_field label .the_label {
    color: #cecece;
}
.form-canvas-area .nex-forms-container {
    
}

#nex-forms .ui-nex-forms-container.m_design  .is_panel .panel {
    border: none !important;
    border-radius: 0 !important;
}
#nex-forms .ui-nex-forms-container.m_design  .is_panel .panel .panel-heading {
    border-radius: 0 !important;
	border-bottom: 1px solid #444;
	color:#fff;
}
#nex-forms .ui-nex-forms-container.m_design  .panel .panel-body.the-panel-body {
    background: #555;
    border-radius: 0 !important;
}
#nex-forms .ui-nex-forms-container .panel .panel-body.the-panel-body {
	border:none !important;
}
#nex-forms .ui-nex-forms-container  h1.the_input_element, 
#nex-forms .ui-nex-forms-container  h2.the_input_element, 
#nex-forms .ui-nex-forms-container  h3.the_input_element, 
#nex-forms .ui-nex-forms-container  h4.the_input_element, 
#nex-forms .ui-nex-forms-container  h5.the_input_element, 
#nex-forms .ui-nex-forms-container  h6.the_input_element{
	color:#9e9e9e;
}
#nex-forms .ui-nex-forms-container  .form_field.html_fields .the_input_element{
    color: #9e9e9e;
}

.input-label {
    color: #fff !important;
}
/* ADMIN */
.nex-forms-container .form_field {
    border: 1px solid #222 !important;
}
.field_settings, .field_settings.grid {
    background: #333 none repeat scroll 0 0;
    border-bottom: 1px solid #333;
}

.form_field .field_settings{
	 background: #333 !important;
	 border-bottom: 1px solid #333 !important;
}
.form_field.currently_editing .field_settings {
    background: #8bc34a !important;
	border-bottom: 1px solid #8bc34a !important;
	display:block !important;
}

.step .field_settings.grid {
    border-top: 1px solid #333;
}


.field_settings .btn {
    color: #9e9e9e !important;
}
.field_settings .btn:hover {
    color: #f9f9f9 !important;
	background:#000 !important;
}
#preview_popup .modal-content{
	background:#444 !important;
}

#nex-forms .modal-content{
	background:#444 !important;
}

#nex-forms .form_preview_loader h4 {
    color: #999 !important;
}

#nex-forms .ui-slider {
    /*border: none !important;
    border-radius: 0 !important;*/
}

.form-canvas-area {
    background: url(canvas_bg_dark.png) #333 !important;
}

.nex-forms-container.form_wrapped{
	/*box-shadow:0 0 3px #444 !important;*/
}

#nex-forms .form_canvas .cd-breadcrumb.triangle li::after {
    border-left-color: #555 !important;
  }
  
#nex-forms .cd-multi-steps li > *, #nex-forms .cd-multi-steps li.current > * {
    color: #f2f2f2 !important;
}