@import url("icons.css");
@import url("jquery-ui-slider-pips.min.css");
@import url("jquery.minicolors.css");
@import url("codemirror.css");
@import url("noty.css");
@import url("ladda-themeless.min.css");
@import url("helpers.css");

/**
 * Settings page
 */
.wgextra-yellow-box {
	margin: 15px 0px;
	padding: 10px 20px;
	background-color: #E6DB55;
	color: #333;
	border-radius: 3px;
	box-shadow: 0 2px 0 #EAEAEA;
	text-transform: uppercase;
}

.wgextra-blue-box {
	margin-bottom: 15px;
	padding: 10px 20px;
	background-color: #007fff;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
}

.wgextra-blue-box a {
	color: #fff;
}

.submit {
	padding: 0;
}

#wgextra {
	color: #777771;
	font: 400 15px/1.5em "Segoe UI", Tahoma, sans-serif;
}

#wgextra input[type='text'],
#wgextra input[type='password'],
#wgextra input[type='number'],
#wgextra textarea {
	width: 100%;
	max-width: 407px;
	border-radius: 3px;
	padding: 8px 12px;
}

#wgextra textarea {
	min-width: 100%;
	min-height: 62px;
}

#wgextra label {
	cursor: default;
}

#wgextra label[for] {
	cursor: pointer;
}

#wgextra .notice {
	display: none;
}

#wgextra input.small {
	width: 200px;
}

#wgextra input,
#wgextra button,
#wgextra p,
.ui-selectmenu-menu,
.ui-datepicker {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 16px;
}

#wgextra select,
.wgextra-dialog select {
	padding: 0 27px;
}

#wgextra p {
	font-size: 16px;
	color: #72777c;
}

#wgextra code {
	font-size: inherit;
}

#wgextra .form-table,
#wgextra .form-table td,
#wgextra .form-table td p,
#wgextra .form-table th,
#wgextra .form-wrap label {
	font-size: 16px;
}

#wgextra h1,
#wgextra h2,
#wgextra h3,
#wgextra h4,
#wgextra th {
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
}

#wgextra h2 {
	margin: 0;
	margin-bottom: 20px;
	color: #333;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.6px;
}

#wgextra h2#wgextra-logo {
	display: block;
	width: 360px;
	height: 38px;
	text-indent: -9999px;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../img/logo.svg');
}

#wgextra hr {
	border: 0;
	border-top: 1px solid #e0e0e0;
	margin-top: 19px;
	margin-bottom: 20px;
}

#wgextra .hidden {
	position: absolute;
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	z-index: -1;
}

#wgextra .form-table td {
	vertical-align: top;
}

#wgextra .form-table.middle td {
	vertical-align: middle;
}

.wgextra-box {
	margin: 0 0 30px;
	padding: 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 2px 0 #EAEAEA;
	border: 0 !important;
}

#post-body {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}
#wgextra > .ui-loader {
	text-align: center;
	padding: 50px 0;
	font-size: 26px;
	font-weight: 300;
	color: #bbb;
	text-shadow: 0 1px 0 #FFF;
}
.ui-initialized #post-body {
	visibility: visible;
	overflow: visible;
	height: auto;
}
#wgextra.ui-initialized > .ui-loader {
	display: none;
}

.wgextra-box .box-title {
	position: relative;
	margin-bottom: -1px;
	padding: 0;
	padding-right: 30px;
	padding-left: 11px;
	border-bottom: 1px solid #EAEAEA;
	box-sizing: border-box;
}

.wgextra-box .box-title .bottom-gradient {
	display: none;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(241,241,241,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	right: 0;
	left: 0;
	height: 5px;
	bottom: -6px;
	pointer-events: none;
}

.wgextra-box .is-sticky .box-title {
	z-index: 100 !important;
	background: #fff;
}

.wgextra-box .is-sticky .box-title .bottom-gradient {
	display: block;
}

.wgextra-box .box-title .box_title_elements {
	float: left;
	height: 62px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}

.wgextra-box .box-title .ui-tabs-nav {
	border: 0;
	background: transparent;
	padding: 0;
	margin-right: -30px;
}

.wgextra-box .box-title .ui-tab {
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none !important;
	box-shadow: none;
	margin: 0;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.wgextra-box .box-title .ui-tab .ui-tabs-anchor {
	padding: 0 25px;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 60px;
	letter-spacing: -0.45px;
	margin: 0;
	text-decoration: none;
	outline: none !important;
	box-shadow: none;
	color: #777;
}

.wgextra-box .box-title .ui-state-active .ui-tabs-anchor,
.wgextra-box .box-title .ui-widget-content .ui-state-active .ui-tabs-anchor,
.wgextra-box .box-title .ui-widget-header .ui-state-active .ui-tabs-anchor,
.wgextra-box .box-title .ui-state-hover .ui-tabs-anchor,
.wgextra-box .box-title .ui-widget-content .ui-state-hover .ui-tabs-anchor,
.wgextra-box .box-title .ui-widget-header .ui-state-hover .ui-tabs-anchor {
	color: #333;
}

.wgextra-box .box-title .ui-state-active,
.wgextra-box .box-title .ui-widget-content .ui-state-active,
.wgextra-box .box-title .ui-widget-header .ui-state-active,
.wgextra-box .box-title .ui-state-hover,
.wgextra-box .box-title .ui-widget-content .ui-state-hover,
.wgextra-box .box-title .ui-widget-header .ui-state-hover {
	border-bottom: 1px solid #000;
}

.wgextra-box .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.wgextra-box .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.wgextra-box .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: default;
}

.wgextra-box .inside {
	padding: 10px 30px 30px;
}

.wgextra-box td {
	padding-left: 30px;
}
.wgextra-box tr td:last-of-type {
	padding-left: 0;
}

.wgextra-box th {
	margin: 0;
	color: #333;
	font-size: 16px;
	letter-spacing: -0.15px;
}

.wgextra-box .wgextra_ajax_message {
	display: none;
	margin-top: 20px;
	border-right: 4px solid #0A0;
	padding: 10px 20px;
	font-size: 14px;
}

.wgextra-box .wgextra_ajax_message.show {
	display: block;
}

.wgextra-box .wgextra_ajax_message.warning {
	border-color: #F00;
}

.wgextra-box .wgextra_ajax_message h3 {
	margin: 0;
	margin-bottom: 15px;
}

.wgextra-box .wgextra_ajax_message *:last-child {
	margin: 0;
}

.wgextra-box .wgextra_ajax_message ul {
	list-style: disc;
	margin-right: 20px !important;
}

p#empty_templates,
p#empty_sources,
.empty_templates {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	text-align: center;
	padding: 50px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-style: italic;
	color: #adadad;
}

.license-notify {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-style: italic;
	color: #a3a3a3;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.license-notify:hover {
	color: #3AC162;
}

.switch-field {
	margin-bottom: 2px;
}

.switch-field.icon-font label {
	font-size: 36px;
}

.select-field {
	width: 100%;
	max-height: 290px;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px;
	padding-bottom: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-sizing: border-box;
}

.select-field label {
	float: right;
	padding: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.select-field.icons label {
	padding: 10px 14px !important;
	line-height: 1;
	font-size: 24px;
}

.select-field label img {
	display: block;
	width: 120px;
	height: 120px;
	box-sizing: border-box;
}

.select-field.source-types label {
	width: 160px;
}

.select-field.source-types label i {
	display: block;
	height: 80px;
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.select-field.source-types label.post_type i {
	background-image: url('../img/wordpress-logo.svg');
}
.select-field.source-types label.post_type.ui-state-active i,
.select-field.source-types label.post_type:active i {
	background-image: url('../img/wordpress-logo-active.svg');
}

.select-field.source-types label.woocommerce i {
	background-image: url('../img/woocommerce-logo.svg');
}
.select-field.source-types label.woocommerce.ui-state-active i,
.select-field.source-types label.woocommerce:active i {
	background-image: url('../img/woocommerce-logo-active.svg');
}

.select-field.source-types span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}


#wgextra .button-primary,
#wgextra .button-secondary {
	padding: 7px 25px;
	height: auto;
	font-size: 15px;
	text-transform: uppercase;
	vertical-align: top;
}

#wgextra .button-secondary {
	padding: 5.5px 25px;
}

.inside-table {
	display: inline-block;
	border-radius: 5px;
	background: #F8F8F8;
	padding: 25px;
	margin-top: 20px;
}
.inside-table .inside-table {
	padding: 0;
}
td .inside-table:first-of-type {
	margin-top: 0;
}
.inside-table .form-table {
	margin: 0;
}
.inside-table.responsive-options {
	display: block;
	padding: 0;
	overflow: hidden;
	background: transparent;
	border: 1px solid #e0e0e0;
}
.inside-table:not(.responsive-options) .form-table {
	width: auto;
}
.inside-table:not(.responsive-options) .form-table th,
.inside-table:not(.responsive-options) .form-table td {
	width: auto;
	padding: 0;
	padding-left: 40px;
}
.inside-table:not(.responsive-options) .form-table td {
	padding-top: 20px;
}
.inside-table.responsive-options .form-table th,
.inside-table.responsive-options .form-table td {
	width: auto;
	padding: 15px 20px;
}
.inside-table.responsive-options .form-table thead th:not(:first-of-type),
.inside-table.responsive-options .form-table tbody td {
	text-align: center;
}
.inside-table.responsive-options .form-table tr {
	border-bottom: 1px solid #e0e0e0;
}
.inside-table.responsive-options .form-table th:not(:last-child),
.inside-table.responsive-options .form-table td:not(:last-child) {
	border-left: 1px solid #e0e0e0;
}
.inside-table.responsive-options .form-table thead th:first-of-type,
.inside-table.responsive-options .form-table tbody th:first-of-type {
	text-transform: uppercase;
}
.inside-table.responsive-options .form-table tbody tr:last-of-type {
	border-bottom: 0;
}
.inside-table.responsive-options .form-table tbody th:first-of-type,
.inside-table.responsive-options .form-table tbody th:first-of-type * {
	font-weight: normal !important;
}
.inside-table.responsive-options .form-table em {
	color: #72777c;
}

span[contenteditable] {
	display: inline-block;
	max-width: 150px;
	background: #fff;
	padding: 6px;
	font-family: 'Roboto Mono', monospace;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	border: #EAEAEA 1px solid;
	border-radius: 3px;
}

/* Fieldset */
#wgextra fieldset {
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
}
#wgextra fieldset > legend {
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 2.5;
	letter-spacing: -0.15px;
	text-transform: uppercase;
	padding: 0 20px;
	background: #000;
	border-radius: 3px;
	color: #fff;
}

/* Select Menu */
.ui-selectmenu-button.ui-button {
	vertical-align: middle;
}

.ui-button.ui-selectmenu-button-open {
	background: #FFF;
	border-color: #c5c5c5;
	border-bottom-color: transparent;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #2b2b2b;
	border-bottom-color: transparent;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 8px 20px;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
}

.ui-menu.ui-widget-content {
	border-top: 0;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	color: #999;
	font-style: italic;
	font-weight: normal;
	padding-right: 15px;
	cursor: default;
}

/* Multi Select */
.ms-container {
	min-width: 600px;
}
.inside-table .ms-container {
	white-space: nowrap;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
	background: transparent;
}

.ms-container .ms-selectable > ul,
.ms-container .ms-selection > ul {
	background: #FFF;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection,
.ms-container .ms-selectable li.ms-optgroup-label,
.ms-container .ms-selection li.ms-optgroup-label {
	margin: 0;
	border-bottom: 0;
	padding: 8px 20px;
	font-size: 16px;
}

.ms-container .ms-selectable .ms-optgroup li.ms-elem-selectable,
.ms-container .ms-selection .ms-optgroup li.ms-elem-selection {
	padding-right: 40px;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
	color: #333;
}

.ms-container .ms-selectable li.ms-elem-selectable.ms-hover,
.ms-container .ms-selection li.ms-elem-selection.ms-hover {
	color: #fff;
	background-color: #007fff;
}

.ms-container .ms-selectable li.ms-elem-selectable.ms-selected {
	display: block !important;
	opacity: 0.4;
	pointer-events: none;
}

.ms-container .ms-optgroup {
}

.ms-container .search-input {
	margin: 0;
	margin-bottom: 10px;
}

.ms-container .search-input::-webkit-input-placeholder {
	color: #999;
	font-style: italic;
}

.ms-container .search-input::-moz-placeholder {
	color: #999;
	font-style: italic;
}

.ms-container .search-input:-ms-input-placeholder {
	color: #999;
	font-style: italic;
}

/* Buttons */
.ui-button {
	padding: 8px 20px;
	outline: none;
	vertical-align: baseline;
	box-sizing: border-box;
}

.ui-button.submit-button {
	overflow: hidden;
}

.ui-button:focus {
	outline: none;
	box-shadow: none;
}

.ui-button[disabled] {
	pointer-events: none;
}

.ui-button[disabled]:not(.submit-button) {
	opacity: 0.3;
}

.ui-button .dashicons {
	margin-left: 15px;
	height: 17px;
	vertical-align: middle;
	line-height: 13px;
}

.ui-button-icon {
	margin-left: 10px;
	margin-right: -5px;
}

.ui-button.large {
	margin: 20px 0;
	padding: 20px 45px;
	font-size: 18px;
}

.ui-button.blue {
	background-color: #3F8ABF !important;
	border: 1px solid #326E99 !important;
	color: #FFF !important;
}

.ui-button.blue:hover {
	background-color: #397CAC !important;
	color: #FFF !important;
}

.ui-button.blue:active {
	background-color: #326E99 !important;
	color: #FFF !important;
}

.ui-button.green {
	background-color: #5FCF80 !important;
	border: 1px solid #3AC162 !important;
	color: #FFF !important;
}

.ui-button.green:hover {
	background-color: #4BC970 !important;
	color: #FFF !important;
}

.ui-button.green:active {
	background-color: #3AC162 !important;
	color: #FFF !important;
}

.ui-button.grey {
	background-color: #AAB3BB !important;
	border: 1px solid #8e9aa4 !important;
	color: #FFF !important;
}

.ui-button.grey:hover {
	background-color: #9ca6b0 !important;
	color: #FFF !important;
}

.ui-button.grey:active {
	background-color: #8e9aa4 !important;
	color: #FFF !important;
}

.ui-button.red {
	background-color: #ED5A5A !important;
	border: 1px solid #EA4343 !important;
	color: #FFF !important;
}

.ui-button.red:hover {
	background-color: #EB4848 !important;
	color: #FFF !important;
}

.ui-button.red:active {
	background-color: #EA4343 !important;
	color: #FFF !important;
}

/* Spinner */
.ui-spinner {
	overflow: visible;
}

.ui-spinner-input {
	padding: 8px 0;
	margin: 0;
	padding-right: 10px;
	padding-left: 40px;
	outline: none;
	width: 110px;
}

.ui-spinner .ui-button.ui-spinner-up:active {
	top: -1px;
	left: -1px;
}

.ui-spinner .ui-button.ui-spinner-down:active {
	bottom: -1px;
	left: -1px;
}

/* Range Slider */
.ui-slider,
.ui-slider *,
.ui-slider *:after,
.ui-slider *:before {
    box-sizing: border-box;
}
.ui-slider.ui-slider-horizontal {
	margin-bottom: 36px;
	min-width: 200px;
	max-width: 300px;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
	width: 15px;
	height: 25px;
	margin-right: -7px;
	top: -7px;
}
.ui-slider.ui-slider-vertical .ui-slider-handle {
	width: 25px;
	height: 15px;
	margin-bottom: -7px;
	right: -7px;
}
.ui-slider .ui-slider-handle.ui-state-default {
	background: #434d5a;
	border-color: #434d5a;
}
.ui-slider .ui-slider-handle.ui-state-active, .ui-widget-content .ui-slider-handle.ui-state-focus, .ui-widget-content .ui-slider-handle.ui-state-hover {
	background: #00c7d7;
	border-color: #00c7d7;
}
.ui-slider .ui-slider-handle.ui-state-focus {
	outline: 0;
	border-color: #434d5a;
}
.ui-slider .ui-slider-pip .ui-slider-label {
	font-family: monospace;
	font-weight: normal !important;
}
.ui-slider.ui-slider-force-tip .ui-slider-tip {
	opacity: 1 !important;
	top: -30px !important;
	visibility: visible !important;
}

.ui-slider.ui-circle-slider {
	border-radius: 20px;
	background: #434d5a;
	border: none;
	height: 10px;
	margin: 10px 22px 10px;
}
.ui-slider.ui-circle-slider .ui-slider-handle {
	border-radius: 23px;
	height: 23px;
	width: 23px;
	top: -7px;
	margin-right: -11px;
	border: 2px solid #fffaf7;
}
.ui-slider.ui-circle-slider .ui-slider-pip {
	top: 3px;
}
.ui-slider.ui-circle-slider .ui-slider-pip .ui-slider-line {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	margin-right: -2px;
	background: #fffaf7;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-first, .ui-slider .ui-slider-pip.ui-slider-pip-last {
	top: -7px;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-line, .ui-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
	display: none;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label, .ui-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
	margin: 0;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-first .ui-slider-label {
	right: -26px;
	text-align: left;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-label {
	right: 26px;
	text-align: right;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-selected-initial {
	font-weight: 400;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-selected {
	font-weight: 700;
}
.ui-slider.ui-circle-slider .ui-slider-pip.ui-slider-pip-selected, .ui-slider .ui-slider-pip.ui-slider-pip-selected-initial {
	color: #434d5a;
}
.ui-slider.ui-circle-slider .ui-slider-tip {
	background: #434d5a;
	border-color: #434d5a;
	height: 22px;
	color: #fff;
}
.ui-slider.ui-circle-slider .ui-slider-tip:before,
.ui-slider.ui-circle-slider .ui-slider-tip:after {
	border-top-color: #434d5a;
}

.ui-slider.ui-scale-slider {
	border-radius: 0px;
	background: #c7cdd5;
	border: none;
	height: 2px;
	margin: 17px 0 46px;
}
.ui-slider.ui-scale-slider .ui-slider-range {
	background: linear-gradient(to left,#434d5a 0,#00c7d7 50%,#434d5a 100%);
	height: 4px;
	top: -1px;
	transition: all 0.2s ease-out;
}
.ui-slider.ui-scale-slider .ui-slider-handle {
	border-radius: 2px;
	height: 20px;
	width: 12px;
	top: -26px;
	border: none;
}
.ui-slider.ui-scale-slider .ui-slider-handle:nth-of-type(n+1) {
	transform: rotateZ(10deg);
	margin-right: -9px;
}
.ui-slider.ui-scale-slider .ui-slider-handle:nth-of-type(n+2) {
	transform: rotateZ(-10deg);
	margin-right: -3px;
}
.ui-slider.ui-scale-slider .ui-slider-handle:after {
	content: "";
	border: 6px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -11px;
	border-top-color: #434d5a;
}
.ui-slider.ui-scale-slider .ui-slider-handle.ui-slider-handle.ui-state-focus:after,
.ui-slider.ui-scale-slider .ui-slider-handle.ui-slider-handle.ui-state-hover:after,
.ui-slider.ui-scale-slider .ui-slider-handle.ui-slider-handle.ui-state-active:after {
	border-top-color: #00c7d7;
}
.ui-slider.ui-scale-slider .ui-slider-pip {
	top: 2px;
}
.ui-slider.ui-scale-slider .ui-slider-pip .ui-slider-label {
	display: none;
	background: rgba(67, 77, 90, 0);
	color: #434d5a;
	border-radius: 4px;
	padding: 5px 0;
	width: 41px;
	margin-right: -20px;
	transition: all 0.2s ease-out;
}
.ui-slider.ui-scale-slider .ui-slider-pip .ui-slider-line {
	height: 4px;
}
.ui-slider.ui-scale-slider .ui-slider-pip:nth-of-type(5n+3) .ui-slider-line {
	height: 8px;
}
.ui-slider.ui-scale-slider .ui-slider-pip:nth-of-type(10n+3) .ui-slider-line {
	height: 12px;
}
.ui-slider.ui-scale-slider .ui-slider-pip:nth-of-type(10n+3) .ui-slider-label {
	top: 16px;
	display: block;
}
.ui-slider.ui-scale-slider .ui-slider-pip.ui-slider-pip-last .ui-slider-line {
	margin-right: -1px;
}
.ui-slider.ui-scale-slider .ui-slider-pip.ui-slider-pip-selected .ui-slider-label,
.ui-slider.ui-scale-slider .ui-slider-pip.ui-slider-pip-selected-first .ui-slider-label,
.ui-slider.ui-scale-slider .ui-slider-pip.ui-slider-pip-selected-second .ui-slider-label {
	background: rgba(67, 77, 90, 0.7);
	color: #fffaf7;
}

/* UI image chooser */
.ui-image-chooser {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxnIGZpbGw9IiNGRkYiPg0KCQk8cmVjdCBpZD0ic3RvcC1pY29uIiB4PSIwIiB5PSIwIiB3aWR0aD0iOCIgaGVpZ2h0PSI4Ii8+DQoJCTxyZWN0IGlkPSJzdG9wLWljb24iIHg9IjgiIHk9IjgiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiLz4NCgk8L2c+DQoJPGcgZmlsbD0iI0NDQyI+DQoJCTxyZWN0IGlkPSJzdG9wLWljb24iIHg9IjgiIHk9IjAiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiLz4NCgkJPHJlY3QgaWQ9InN0b3AtaWNvbiIgeD0iMCIgeT0iOCIgd2lkdGg9IjgiIGhlaWdodD0iOCIvPg0KCTwvZz4NCjwvc3ZnPg0K');
	border-radius: 4px;
}

.ui-image-chooser span {
	float: right;
	width: 140px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border: 1px solid #dbe4eb;
	border-radius: 0 3px 3px 0;
	border-left: 0;
}

.ui-image-chooser a {
	position: relative;
	float: left;
	background: #fff;
	border: 1px solid #dbe4eb;
	width: 50px;
	height: 80px;
	border-radius: 3px 0 0 3px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-family: 'wordpress-gallery-extra' !important;
	color: #000;
}

.ui-image-chooser a:hover {
	background: #ebfdfc;
}

.ui-image-chooser a:after {
	position: absolute;
	content: "\e900";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 48px;
	color: #000;
}

.ui-image-chooser.setted a:after {
	transform: rotate(-45deg);
}

.ui-image-chooser.small span {
	width: 60.45px;
	height: 34px;
}
.ui-image-chooser.small a {
	width: 40px;
	height: 34px;
	line-height: 34px;
	font-size: 25px;
}
.ui-image-chooser.small a:after {
	width: 38px;
}

/* Controlgroup */
.controlgroup.small .ui-button,
.ui-button.small {
	padding: 4px 10px !important;
	font-size: 12px;
}
.controlgroup.small .ui-selectmenu-button.ui-button {
	min-width: auto;
	margin-right: -1px;
}
.controlgroup.small .ui-selectmenu-icon.ui-icon {
	margin-top: -7px;
}


/* CodeMirror */
.CodeMirror {
	display: block !important;
	border: #dbe4eb 1px solid;
	background-color: #fff;
	color: #333;
	margin: 0;
	margin-top: 5px;
	padding: 3px;
	box-sizing: border-box;
	border-radius: 3px;
	height: auto;
	min-height: 64px;
}
.CodeMirror-scroll {
    max-height: 480px;
}
.CodeMirror * {
	line-height: 130%;
}
.CodeMirror .CodeMirror-gutters {
	border: none;
	border-left: 10px solid transparent;
}

/* Switch */
.onoffswitch {
	display: inline-block;
	position: relative; width: 56px; margin-left: 10px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; user-select: none;
}
.onoffswitch-checkbox {
	display: none !important;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer; border-radius: 3px;
}
.onoffswitch-inner {
	width: 200%; margin-right: -100%;
	-moz-transition: margin 0.3s ease-in-out 0s; -webkit-transition: margin 0.3s ease-in-out 0s;
	-o-transition: margin 0.3s ease-in-out 0s; -ms-transition: margin 0.3s ease-in-out 0s; transition: margin 0.3s ease-in-out 0s;
}
.onoffswitch-inner > div {
	float: right; width: 50%; height: 22px; padding: 0; line-height: 23px !important;
	font-size: 13px; text-transform: uppercase; color: white; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	text-shadow: none !important;
}
.onoffswitch-inner .onoffswitch-active {
	padding-right: 7px;
	background-color: #007fff; color: #FFFFFF;
}
.onoffswitch-inner .onoffswitch-inactive {
	padding-left: 7px;
	background-color: #EDEFED; color: #999999;
	text-align: left;
}
.onoffswitch-switch {
	width: 13px; margin: 4px;
	background: #FFFFFF;
	border: 2px solid #FFFFF;
	position: absolute; top: 0; bottom: 0; left: 35px;
	-moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-right: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: auto;
	left: 0px;
}


/* Tooltip */
.ui-tooltip, .arrow:after {
	background: #333333;
	border: 0;
}
.ui-tooltip {
	padding: 10px 20px;
	color: #EEE;
	border-radius: 3px;
	font: 400 14px/1.5em "Segoe UI", Tahoma, sans-serif;
	font-style: italic;
	box-shadow: none;
	border: 0 !important;
}
.ui-tooltip code {
	color: #BBB;
	background-color: #444;
	border-radius: 0;
	padding: 2px 5px;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 50%;
	margin-right: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	right: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	right: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}


/* Regenerator Dialog */
.ui-dialog,
.ui-dialog p,
.ui-dialog input {
	font: 400 15px/1.5em "Segoe UI", Tahoma, sans-serif;
}
.ui-dialog {
	border: 0 !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16);
}
.ui-dialog input {
	width: 100%;
	border-radius: 3px;
	padding: 8px 12px;
}
.ui-dialog .ui-dialog-titlebar {
	border: 0;
	background: transparent;
	text-transform: uppercase;
	font-family: "Segoe UI", Tahoma, sans-serif;
}
.ui-dialog .primary {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	z-index: 10;
}
.ui-dialog .ui-widget-content {
	border-color: #f0f0f0;
}
.ui-dialog.ui-no-close .ui-dialog-titlebar-close {
	display: none;
}
#wgextra_regenator_dialog {
	padding: 1em;
}
#wgextra_regenator_dialog .dialog-top {
	height: 44px;
}
#wgextra_regenator_dialog .dialog-bottom {
	overflow-y: auto;
	background: #f6f6f6;
	padding: 15px;
	margin-top: 15px;
	border-radius: 3px;
	height: 220px;
}
#wgextra_regenator_dialog .dialog-top progress {
	width: 100%;
	height: 20px;
	background-color: #f2f2f2;
	border: 0;
	border-radius: 3px;
	overflow: hidden;
}
#wgextra_regenator_dialog .dialog-top progress::-webkit-progress-bar {
	background-color: #f2f2f2;
}
#wgextra_regenator_dialog .dialog-top progress::-webkit-progress-value {
	background-color: #007fff;
	transition: all 0.3s;
}
#wgextra_regenator_dialog .dialog-top progress::-moz-progress-bar {
	background-color: #007fff;
	transition: all 0.3s;
}
#wgextra_regenator_dialog .dialog-top progress::-ms-fill {
	background-color: #007fff;
	transition: all 0.3s;
	border: 0;
}
#wgextra_regenator_dialog .dialog-top .stats {
	height: 18px;
	line-height: normal;
	margin-top: 5px;
	font-family: monospace;
}
#wgextra_regenator_dialog .dialog-top .stats span {
	display: inline-block;
	margin-left: 15px;
	font-weight: bold;
}
#wgextra_regenator_dialog .dialog-top .stats span em {
	font-weight: normal;
}
#wgextra_regenator_dialog .dialog-top .stats span#total-successes {
	color: #0A0;
}
#wgextra_regenator_dialog .dialog-top .stats span#total-failures {
	color: #F00;
}
#wgextra_regenator_dialog .dialog-bottom ol li {
	color: #0A0;
	margin-bottom: 20px;
}
#wgextra_regenator_dialog .dialog-bottom ol li.failure {
	color: #F00;
}



/* Import Template Dialog */
#wgextra_show_templates {
	position: relative;
	overflow: visible;
	padding: 0;
	padding-top: 10px;
}
.ui-menu.ui-widget-content {
	border-color: #c5c5c5;
	max-height: 300px;
}
#wgextra_show_templates .top-columns {
	position: absolute;
	top: -37px;
	left: 52px;
}
#wgextra_show_templates .top-columns > div {
	float: right;
	margin-right: 20px;
}
#wgextra_show_templates .top-columns input {
	width: 170px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 20px;
	border: 0;
	box-shadow: none;
	padding: 0 5px;
}
#wgextra_show_templates .scroller {
	position: relative;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#wgextra_show_templates .scroller .template {
	float: right;
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
}
#wgextra_show_templates .scroller .template .template-inner {
	position: relative;
	float: right;
	width: 100%;
	padding-top: 62.5%;
	overflow: hidden;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzUuNCAxMjYuNjNhMTEuNDMgMTEuNDMgMCAwIDEtMi4xLTIyLjY1IDQwLjkgNDAuOSAwIDAgMCAzMC41LTMwLjYgMTEuNCAxMS40IDAgMSAxIDIyLjI3IDQuODdoLjAyYTYzLjc3IDYzLjc3IDAgMCAxLTQ3LjggNDguMDV2LS4wMmExMS4zOCAxMS4zOCAwIDAgMS0yLjkzLjM3eiIgZmlsbD0iI2ViZWJlYiIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iODAwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9nPjwvc3ZnPg==') no-repeat 50%;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
}
#wgextra_show_templates .scroller .template .template-inner:hover {
	border-color: #000;
}
#wgextra_show_templates .scroller .template img {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	border-radius: 3px;
}
#wgextra_show_templates .scroller .template .template-name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	padding: 5px 0px;
	text-align: center;
	font-size: 16px;
}
#wgextra_show_templates .scroller .template .template-action {
	position: absolute;
	bottom: 10px;
	padding: 3px 10px;
	text-align: center;
	text-transform: uppercase;
    font-size: 12px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#wgextra_show_templates .scroller .template .template-inner:hover .template-action {
	opacity: 1;
}
#wgextra_show_templates .scroller .template .template-action:hover {
	background: rgba(0, 0, 0, 1);
}
#wgextra_show_templates .scroller .template .template-action.preview {
	right: 10px;
}
#wgextra_show_templates .scroller .template .template-action.import {
	left: 10px;
}

@media screen and (min-width: 1441px) {
	#wgextra_show_templates .scroller .template {
		width: 25%;
	}
}

#wgextra .pagination {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-left: 10px;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	line-height: normal;
	font-weight: bold;
	border-left: 1px solid #EAEAEA;
}
#wgextra .pagination li {
	margin: 0;
	padding: 0;
}
#wgextra .pagination li a {
	display: inline-block;
	padding: 10px 10px;
	margin: 0 5px;
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	min-width: 20px;
	text-align: center;
}
#wgextra .pagination li a:hover {
	background-color: #F8F8F8;
	color: #888;
}
#wgextra .pagination li a:focus {
	outline: none;
	box-shadow: none;
}
#wgextra .pagination li.active a {
	color: #fff;
	background-color: #39f;
	cursor: default;
}
#wgextra .pagination li.prev a,
#wgextra .pagination li.next a {
	background-color: #F8F8F8;
	padding: 10px 20px;
}
#wgextra .pagination li.disabled span {
	display: inline-block;
	padding: 10px 10px;
	margin: 0 5px;
	color: #aaaaaa;
}
#wgextra .pagination li:last-of-type a {
	margin-left: 0;
}


.processing {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	right: 0;
	z-index: 100000;
}

.processing > div.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #eee;
	opacity: 0.7;
	top: 0;
	right: 0;
}

.processing > div.box {
	position: fixed;
	height: auto;
	display: block;
	background-color: #FFF;
	top: 50%;
	right: 50%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16);
	border-radius: 3px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 100005;
}

.processing > div.box span {
	display: block;
	padding: 1em 3em;
	color: #545454;
	font: 400 16px/1.5em "Segoe UI", Tahoma, sans-serif;
	text-transform: uppercase;
}

.progress {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
}

.progress .indeterminate {
	background-color: #007fff;
}

.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	right: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	right: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
	0% {
		right: -35%;
		left: 100%
	}

	60% {
		right: 100%;
		left: -90%
	}

	100% {
		right: 100%;
		left: -90%
	}
}

@keyframes indeterminate {
	0% {
		right: -35%;
		left: 100%
	}

	60% {
		right: 100%;
		left: -90%
	}

	100% {
		right: 100%;
		left: -90%
	}
}

@-webkit-keyframes indeterminate-short {
	0% {
		right: -200%;
		left: 100%
	}

	60% {
		right: 107%;
		left: -8%
	}

	100% {
		right: 107%;
		left: -8%
	}
}

@keyframes indeterminate-short {
	0% {
		right: -200%;
		left: 100%
	}

	60% {
		right: 107%;
		left: -8%
	}

	100% {
		right: 107%;
		left: -8%
	}
}

.report-bug {
	color: #777;
	margin-top: 30px;
}
.report-bug span {
	margin-left: 10px;
	vertical-align: text-top;
}
.socials-icons {
	text-decoration: none;
	float: left;
	margin-right: 15px;
	width: 32px;
	height: 32px;
	text-align: center;
	outline: none;
	color: #333333;
}
.socials-icons span {
	font-size: 28px;
	width: auto;
	height: auto;
	line-height: 32px;
}
#last-backup {
	margin-right: 10px;
}
.description {
	font-style: italic;
	color: #72777c;
	margin: 4px 0 5px;
	max-width: 700px;
}
#delete_thumbnails_holder {
	margin-top: 20px;
}
.float-left {
	float: right;
}
.float-right {
	float: left;
}
.button_box {
	text-align: center;
}
.button_box p {
	margin: auto;
}
.wp-badge {
    background-image: url('../img/wgextra.svg') !important;
}

#noty_layout__bottomCenter {
	width: auto;
	min-width: 360px;
}
.noty_body {
	padding: 20px 32px !important;
	font-size: 18px !important;
	text-align: center;
}
.noty_type__error .noty_body {
	text-align: right;
}
.noty_body ul {
	list-style: disc;
	padding-right: 40px;
}

#wgextra-requirements .dashicons {
	width: 32px;
	height: 32px;
	font-size: 32px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
  clear: both;
}