/* Add here all your CSS customizations */
html, body {
	background: none repeat scroll 0 0 #fff;
}
html .panel-info .panel-blue, html #additional-information .panel-blue {
    background: none repeat scroll 0 0 #757CCD;
	border-bottom: 0 none;
}
html .panel-info .panel-orange {
    background: none repeat scroll 0 0 #fd9b66;
	border-bottom: 0 none;
}
html .panel-info .panel-white {
    background: none repeat scroll 0 0 #fff;
	border-bottom: 0 none;
}
html .panel-info .panel-heading-border {
	border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
	border-bottom: 0 none;
}
html .panel-info .panel-body-border {
	border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
	border-top: 0 none;
}
html .panel-info .panel-none {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
html .panel-info .panel-white .panel-actions a, html .panel-info .panel-none .panel-actions a {
	color: #dadada;
}
html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress.wizard-progress-lg {
	border-bottom: 1px solid #eee;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    width: 100%;
}
/*
html.fixed.sidebar-left-collapsed.no-sidebar-left .sidebar-left,
html.flexbox.no-sidebar-left .sidebar-left,
html.fixed.no-sidebar-left .header .toggle-sidebar-left {
    display: none !important;
}
html.no-sidebar-left.fixed.sidebar-left-collapsed .content-body {
    margin-left: 0;
}
html.no-sidebar-left.fixed.sidebar-left-collapsed .page-header {
    left: 0;
}
*/

#additional-information .mfp-close, #additional-information .mfp-close-btn-in .mfp-close {
    color: #fff;
}