/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
.qodef-core-dashboard {
	max-width: initial !important;
}

.qodef-core-dashboard .qodef-core-dashboard-inner {
	margin: 0 -15px;
	display: inline-block;
	width: 100%;
}

.qodef-core-dashboard .qodef-cd-logo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	width: 62px;
}

.qodef-core-dashboard .qodef-cd-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 41px;
	font-weight: 400;
	margin: 0;
}

.qodef-core-dashboard .qodef-cd-title-holder {
	margin-bottom: 30px;
}

.qodef-core-dashboard .qodef-cd-subtitle {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #555d66;
	max-width: 610px;
	margin: 10px 0 30px;
}

.qodef-core-dashboard .qodef-core-dashboard-column {
	float: left;
	width: 100%;
	max-width: 610px;
	padding: 0 15px;
}

.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column {
	max-width: 380px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box {
	background-color: #fff;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space {
	margin-bottom: 30px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder {
	padding: 28px 34px 23px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p {
	margin: 19px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #555d66;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p {
	font-size: 14px;
	line-height: 20px;
	margin: 17px 0 0;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label {
	font-weight: 600;
	margin-bottom: 15px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 400;
	color: #32373c;
	text-align: left;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3 {
	margin: 0;
	padding: 0;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder {
	padding-bottom: 30px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label {
	display: block;
	color: #555d66;
	font-size: 14px;
	margin-bottom: 7px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input {
	border: none;
	border-bottom: 1px solid #c2c2c2;
	outline: 0;
	width: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555d66;
	font-size: 14px;
	padding: 4px 0;
	margin: 0;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus {
	outline: 0;
	border-color: #c2c2c2;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-ms-input-placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::placeholder {
	color: #555d66;
	opacity: 1;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field {
	border-bottom-color: #ee3535;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message {
	display: block;
	color: #ee3535;
	font-size: 12px;
	margin-top: 5px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem {
	border: 1px solid #e1e1e1;
	border-left: 3px solid #ee3535;
	padding: 15px;
	margin-bottom: 25px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child {
	padding-bottom: 10px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button {
	padding: 7px 35px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
	background-color: #3596ee;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 #246eae;
	box-shadow: 0 2px 0 0 #246eae;
	cursor: pointer;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled, .qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled {
	background-color: #6bb4f7;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait {
	display: none;
	font-size: 12px;
	color: #3596ee;
	margin-left: 15px;
	font-weight: 400;
}

.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button {
	text-decoration: none;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section {
	padding: 0 35px 10px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3 {
	padding: 0;
	margin: 0 0 24px;
	color: #555d66;
	font-size: 17px;
	line-height: 20px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list {
	padding: 10px 35px;
	margin: 0;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li {
	font-size: 15px;
	margin: 0 0 25px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a {
	color: #3675ae;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row {
	display: table;
	padding: 0 20px;
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	display: table-cell;
	width: 50%;
	padding: 17px 15px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value {
	color: #3e87be;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span {
	color: #ea3a27;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form {
	padding: 0 30px 10px 30px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section {
	padding: 0 0 28px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column {
	padding: 0 15px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child {
	width: 75%;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child {
	width: 25%;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option {
	width: 100%;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #e1e1e1;
	height: 34px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong {
	display: none;
	color: #3596ee;
	font-size: 14px;
	font-weight: 600;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong a {
	color: inherit;
}

.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency,
.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress {
	display: none;
}

#qodef-progress-bar[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Get rid of default border in Firefox. */
	border: none;
	/* Dimensions */
	width: 100%;
	height: 5px;
}

#qodef-progress-bar[value]::-webkit-progress-bar {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0;
}

/* IE10 */
#qodef-progress-bar {
	color: #3596ee;
}

/* Firefox */
#qodef-progress-bar::-moz-progress-bar {
	background: #3596ee;
}

/* Chrome */
#qodef-progress-bar::-webkit-progress-value {
	background: #3596ee;
}

/* Polyfill */
#qodef-progress-bar[aria-valuenow]:before {
	background: #3596ee;
}

.qodef-cd-selection li.select2-results__option {
	padding: 10px;
	margin: 0;
}

.qodef-cd-selection img {
	vertical-align: middle;
	padding-right: 20px;
}

.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true] {
	background-color: #fafafa;
}

.select2-container--default .qodef-cd-selection .select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000000;
}

.qodef-cd-action-selection li.select2-results__option,
.qodef-cd-single-page-selection li.select2-results__option {
	margin: 0;
}

.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true], .select2-container--default
.qodef-cd-single-page-selection .select2-results__option[aria-selected=true] {
	background-color: #fafafa;
}

.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted, .select2-container--default
.qodef-cd-single-page-selection .select2-results__option--highlighted {
	background-color: #fafafa;
	color: #000000;
}

.qodef-cd-import-single-page {
	width: 100%;
}

.qodef-cd-switch {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 40px;
	overflow: hidden;
}

.qodef-cd-switch .qodef-cd-import-attachments {
	display: none;
}

.qodef-cd-switch .qodef-cd-cb-enable,
.qodef-cd-switch .qodef-cd-cb-disable {
	display: block;
	float: left;
	padding: 0 10px;
}

.qodef-cd-switch .qodef-cd-cb-enable.selected,
.qodef-cd-switch .qodef-cd-cb-disable.selected {
	background-color: #3596ee;
	color: #fff;
}

.qodef-cd-switch .qodef-cd-cb-enable span,
.qodef-cd-switch .qodef-cd-cb-disable span {
	line-height: 32px;
	font-size: 13px;
	display: block;
	font-weight: bold;
}
