a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
}
.redux-main .description {
	margin-top:7px
}
.redux-container .form-table>tbody>tr>th {
	width:30%
}
.redux-container {
	background-color:#f5f5f5;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#f2f2f2 0,#f5f5f5 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f2f2f2 0,#f5f5f5 100%);
	background-image:-ms-linear-gradient(top,#f2f2f2 0,#f5f5f5 100%);
	background-image:-o-linear-gradient(top,#f2f2f2 0,#f5f5f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#eeeeee',GradientType=0);
	background-image:linear-gradient(top,#f2f2f2 0,#f5f5f5 100%);
	border:1px solid #dedede;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);
	box-shadow:0 1px 1px rgba(0,0,0,.04);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,.4);
	margin-top:5px;
	overflow:hidden
}
.redux-container .hr {
	height:20px;
	line-height:20px;
	float:none;
	border-color:#E7E7E7;
	display:block;
	width:100%;
	height:35px!important;
	line-height:35px!important;
	position:relative;
	margin:15px 0 10px
}
.redux-container .hr .inner span {
	background-color:#FCFCFC;
	border-color:#E7E7E7;
	height:5px;
	width:5px;
	border-width:2px;
	border-style:solid;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-5px;
	margin-top:-5px
}
.redux-container .inner {
	width:42%!important;
	left:40%!important;
	margin-left:-6%;
	background-color:#FCFCFC;
	border-color:#E7E7E7;
	position:absolute;
	height:1px;
	top:50%;
	width:100%;
	margin-top:-1px;
	border-top-width:1px;
	border-top-style:solid
}
.redux-container #redux-header,.redux-container #redux-footer {
	text-align:right;
	padding:6px 10px
}
.redux-container #redux-header {
	background:#f1f1f1;
	border-bottom:3px solid #00f
}
.redux-container #redux-header .display_header {
	float:left;
	margin:20px 10px
}
.redux-container #redux-header .display_header h2 {
	display:inline-block;
	font-style:normal;
	padding-right:5px
}
.redux-container #redux-header .display_header span {
	color:#888
}
.redux-container #redux-header .icon32 {
	float:right;
	margin:16px 16px 0
}
.redux-container #redux-footer {
	border-top:1px solid #E7E7E7;
	z-index:2
}
.redux-container #redux-footer #redux-share {
	float:left;
	line-height:28px;
	font-size:15px
}
.redux-container #redux-footer #redux-share a {
	text-decoration:none;
	margin-right:10px
}
.redux-container #redux-footer #redux-share a img {
	margin-bottom:-3px
}
.redux-container .notice-green {
	margin:0;
	border-bottom:1px solid #E7E7E7;
	background-color:#DFF0D8;
	color:#468847;
	padding:8px 35px 8px 14px;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.redux-container .notice-blue {
	margin:0;
	border-bottom:1px solid #BCE8F1;
	background-color:#D9EDF7;
	color:#3A87AD;
	padding:8px 35px 8px 14px;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.redux-container .notice-yellow {
	margin:0;
	border-bottom:1px solid #E7E7E7;
	background-color:#FCF8E3;
	color:#C09853;
	padding:8px 35px 8px 14px;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.redux-container .notice-red,.redux-container .redux-field-errors {
	margin:0;
	border-bottom:1px solid #E7E7E7;
	background-color:#F2DEDE;
	color:#B94A48;
	padding:8px 35px 8px 14px;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.redux-container .redux-field-errors,.redux-container .redux-field-warnings,.redux-container .redux-save-warn {
	display:none
}
.redux-container .sticky-save-warn {
	min-height:76px
}
.redux-container .sticky-save-warn .redux-save-warn {
	position:fixed;
	top:32px;
	right:21px;
	left:183px;
	opacity:1;
	z-index:9999
}
.redux-container #info_bar {
	background:#f3f3f3;
	border-bottom:1px solid #dedede;
	padding:6px 10px 6px 6px;
	text-align:right;
	-moz-box-shadow:inset 0 1px 0 #fcfcfc;
	-webkit-box-shadow:inset 0 1px 0 #fcfcfc;
	box-shadow:inset 0 1px 0 #fcfcfc
}
.redux-container .redux-group-tab {
	display:none;
	margin-bottom:30px
}
.redux-container .redux-group-tab .redux-theme-data {
	padding:20px 0;
	border-top:1px solid #E7E7E7
}
.redux-container .redux-group-tab .redux-theme-data.theme-description {
	padding:10px 0;
	border-width:0
}
.redux-container .redux-group-tab .redux-theme-data.theme-uri,.redux-container .redux-group-tab .redux-theme-data.theme-author,.redux-container .redux-group-tab .redux-theme-data.theme-version {
	padding:0;
	border-width:0
}
.redux-container .redux-group-tab h3 {
	margin-top:0;
	line-height:2em;
	border-bottom:1px solid #E7E7E7
}
.redux-container .redux-group-tab .redux-section-desc {
	margin-bottom:15px;
	color:#666
}
.redux-container .redux-action_bar {
	float:right
}
.redux-container .redux-ajax-loading {
	display:none;
	background:red url(../img/ajax.gif) no-repeat;
	width:16px;
	height:16px;
	margin:3px 4px 0;
	float:right
}
.redux-container #redux-intro-text {
	background:#f3f3f3;
	border-bottom:1px solid #dedede;
	-moz-box-shadow:inset 0 1px 0 #fcfcfc;
	-webkit-box-shadow:inset 0 1px 0 #fcfcfc;
	box-shadow:inset 0 1px 0 #fcfcfc;
	padding:3px;
	padding:10px
}
.redux-container #redux-intro-text p {
	margin:0;
	font-family:"Lucida Grande",Sans-serif;
	color:#888
}
.redux-container .expand_options {
	cursor:pointer;
	display:block;
	height:22px;
	width:21px;
	float:left;
	font-size:0;
	text-indent:-9999px;
	margin:1px 0 0 5px;
	border:1px solid #bbb;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background:url(../img/toggle_tabs.png) no-repeat -2px -26px
}
.redux-container .expand_options.expanded {
	background:url(../img/toggle_tabs.png) no-repeat -2px -1px
}
.redux-container .expand_options:hover {
	border-color:#888
}
.redux-container .sticky-footer-fixed {
	background:#f3f3f3;
	border-top:1px solid #dedede!important;
	-moz-box-shadow:inset 0 1px 0 #fcfcfc;
	-webkit-box-shadow:inset 0 1px 0 #fcfcfc;
	box-shadow:inset 0 1px 0 #fcfcfc
}
.redux-container .redux-sidebar,.redux-container .redux-main {
	min-height:300px
}
.no-js {
	border:1px solid #ffbaba;
	margin:0;
	border-bottom:1px solid #E7E7E7;
	background-color:#F2DEDE;
	color:#B94A48;
	padding:8px 35px 8px 14px;
	text-shadow:0 1px 0 rgba(255,255,255,.5)
}
.redux-main {
	background:#FCFCFC;
	margin-left:201px;
	border-left:1px solid #D8D8D8;
	padding:10px 20px;
	-moz-box-shadow:inset 0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 0 #FFF;
	box-shadow:inset 0 1px 0 #FFF
}
.redux-main .form-table.no-border {
	border-top:0
}
.redux-main .form-table tr {
	border-bottom:1px solid #E7E7E7
}
.redux-main .form-table tr:last-child {
	border-bottom:0!important
}
.redux-main .form-table tr th,.redux-main .form-table tr td {
	color:#333
}
.redux-main .form-table tr td table.mceLayout,.redux-main .form-table tr td table.mceLayout tr,.redux-main .form-table tr td table.mceLayout tr td {
	padding:0;
	border-width:0
}
.redux-main .form-table tr td .redux-th-warning {
	font-size:1em;
	color:#C09853;
	font-weight:400;
	display:block
}
.redux-main .form-table tr td .redux-field-warning {
	border-color:#C09853
}
.redux-main .form-table tr td .redux-th-error {
	font-size:1em;
	color:#B94A48;
	font-weight:400;
	display:block
}
.redux-main input.large-text {
	width:100%
}
.redux-main .hide {
	display:none
}
.redux-main .redux-field-container {
	padding:20px 0
}
.redux-main .mini,.redux-main input[type=text].mini {
	width:50px;
	text-align:center
}
.redux-main img {
	max-width:100%;
	height:auto;
	width:auto!important
}
.redux-main .select2-default {
	width:auto!important
}
.redux-main .showDefaults {
	display:block;
	font-weight:400;
	font-size:.8em;
	color:#888
}
.redux-main span.description {
	display:block;
	font-style:normal;
	font-weight:400
}
.redux-main #redux-system-info textarea {
	min-height:730px;
	width:100%
}
.redux-main .field-desc {
	clear:both;
	font-size:13px
}
.redux-main .data-full li {
	width:100%
}
.redux-main .data-half li {
	width:50%;
	float:left
}
.redux-main .data-third li {
	width:33.3%;
	float:left
}
.redux-main .data-quarter li {
	width:25%;
	float:left
}
.redux-main .ui-helper-hidden-accessible {
	top:inherit
}
.redux-main .form-table:first-child tr th,.redux-main .redux-main .form-table:first-child tr td {
	padding-top:0!important
}
.redux-main .form-table {
	clear:none;
	margin-top:0!important
}
.redux-main .form-table:first-child tr th,.redux-main .form-table:first-child tr td {
	padding-top:0!important
}
.redux-main .form-table tr:first-child th,.redux-main .form-table tr:first-child td {
	padding-top:0
}
.redux-main .input-append input {
	border-right:0;
	margin-bottom:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	margin-right:0
}
.redux-main .input-append .add-on {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	margin-left:-2px;
	padding-top:4px!important;
	padding-bottom:2px!important
}
.redux-main .input-prepend input {
	border-left:0;
	margin-bottom:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-left:0;
	padding-top:2px;
	padding-bottom:5px
}
.redux-main .input-prepend .add-on {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.redux-main .input-append {
	margin-right:10px;
	font-size:0;
	white-space:nowrap;
	float:left;
	display:inline-block;
	margin-bottom:6px
}
.redux-main .input-append .add-on,.redux-main .input-prepend .add-on {
	width:auto;
	display:inline-block;
	min-width:16px;
	padding:3px 4px;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	background-color:#eee;
	border:1px solid #ccc
}
.redux-main .input-prepend {
	font-size:0;
	white-space:nowrap;
	float:left;
	display:inline-block;
	margin-bottom:6px
}
.redux-main #redux-object-browser {
	overflow:auto;
	word-wrap:break-word;
	max-height:600px;
	max-width:100%
}
.redux-sidebar {
	width:202px;
	float:left
}
.redux-sidebar .redux-group-menu {
	margin-top:0!important
}
.redux-sidebar .redux-group-menu li {
	margin-top:0
}
.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.activeChild a {
	background:#FCFCFC;
	color:#269ad6;
	width:184px;
	opacity:1
}
.redux-sidebar .redux-group-menu li.active a li a {
	background:#333;
	padding-left:5px
}
.redux-sidebar .redux-group-menu li.divide {
	padding:0;
	border-width:1px 0;
	border-style:solid;
	border-bottom-color:#E7E7E7;
	border-top-color:#F9F9F9
}
.redux-sidebar .redux-group-menu li a:first-child {
	border-top:0
}
.redux-sidebar .redux-group-menu li a {
	display:block;
	padding:20px 4px 20px 14px;
	background:#e0e0e0;
	background:0 0;
	border-width:1px 0;
	border-style:solid;
	border-bottom-color:#E7E7E7;
	border-top-color:#F9F9F9;
	opacity:.7;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	-webkit-transition:none;
	transition:none;
	background-color:#0095e6;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.04),rgba(255,255,255,.04));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.04),rgba(255,255,255,.04));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.04),rgba(255,255,255,.04));
	background-image:linear-gradient(to top,rgba(0,0,0,.04),rgba(255,255,255,.04));
	border-bottom:1px solid #0b7ebd;
	font-weight:normal;
}
.redux-sidebar .redux-group-menu li a.custom-tab {
	background:#f6f6f6
}
.redux-sidebar .redux-group-menu li a img {
	width:16px;
	height:16px;
	position:absolute;
	left:15px
}
.redux-sidebar .redux-group-menu li a:hover {
	background:#e5e5e5;
	color:#777;
	opacity:1
}
.redux-sidebar .redux-menu-warning,.redux-sidebar .redux-menu-error,.redux-sidebar .hasSubSections .extraIconSubsections {
	display:inline-block;
	float:right;
	padding:6px 7px 4px;
	margin-left:4px;
	font-family:sans-serif;
	font-size:9px;
	font-weight:700;
	line-height:9px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	margin-right:5px
}
.redux-sidebar .redux-menu-warning i,.redux-sidebar .redux-menu-error i,.redux-sidebar .hasSubSections .extraIconSubsections i {
	margin-left:-3px;
	margin-top:-3px
}
.redux-sidebar ul .subsection {
	display:none
}
.redux-sidebar .redux-group-tab-link-a {
	position:relative;
	outline:0
}
.redux-sidebar .redux-group-tab-link-a i {
	vertical-align:middle;
	font-size:1.35em;
	position:absolute
}
.redux-sidebar .redux-group-tab-link-a span {
	display:block
}
.redux-sidebar .redux-group-tab-link-a span.group_title {
	padding-left:30px
}
.redux-sidebar .redux-group-tab-link-li a.hasError span.group_title {
	padding-right:25px
}
.redux-container .form-table th,.form-table td {
	margin:0;
	padding:0;
	width:auto
}
.redux_field_th {
	font-weight:700;
	padding:20px 10px 20px 0;
	display:block
}
.redux_field_th span:first-child {
	font-weight:400;
	display:block;
	color:#666
}
.farb-popup-wrapper {
	position:relative;
	display:block
}
.farb-popup {
	position:absolute;
	left:40px;
	top:40px;
	background-color:#fff;
	border:1px solid #222;
	padding:5px;
	z-index:100
}
#ui-datepicker-div {
	display:none
}
.mp6 .icon-themes {
	display:none
}
.mp6 .redux-container #info_bar {
	padding:6px 10px 6px 6px
}
.mp6 .redux-container #info_bar a {
	margin-top:2px
}
.redux-timer {
	text-align:center;
	font-size:10px;
	color:#888
}
.wrap {
	margin-top:0
}
@media screen and (max-width:1124px) {
	.redux-sidebar {
		width:44px
	}
	.redux-sidebar .extraIconSubsections {
		display:none!important
	}
	.redux-sidebar .redux-group-menu li a,.redux-sidebar .redux-group-menu li a:hover,.redux-sidebar .redux-group-menu li.active a,.redux-sidebar .redux-group-menu li.active a:hover,.redux-sidebar .redux-group-menu li.activeChild a,.redux-sidebar .redux-group-menu li.activeChild a:hover {
		width:auto
	}
	.redux-sidebar .redux-group-tab-link-a {
		position:relative
	}
	.redux-sidebar .redux-group-tab-link-a i {
		position:inherit
	}
	.redux-sidebar .redux-group-tab-link-a span {
		display:none;
		position:absolute;
		top:0;
		left:44px;
		padding:12px;
		width:200px;
		background:#eee;
		border:1px solid #ccc;
		-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.2);
		-moz-box-shadow:2px 2px 8px rgba(0,0,0,.2);
		box-shadow:2px 2px 8px rgba(0,0,0,.2);
		border-width:1px 1px 1px 0;
		z-index:3
	}
	.redux-sidebar .redux-group-tab-link-a:hover>span {
		display:block
	}
	.redux-main {
		margin-left:43px;
		width:auto;
		max-width:100%
	}
	table.form-table,.form-table>thead,.form-table>tbody,.form-table>tbody>tr>th,.form-table>tbody>tr>td,.form-table>tbody>tr {
		display:block;
		width:100%!important;
		padding:0!important
	}
	.form-table>tbody>tr>th,.form-table>tbody>tr>td {
		padding:10px!important
	}
	.form-table>tbody>tr>th,.form-table>tbody>tr>td {
		padding:10px!important
	}
}
@media screen and (max-width:783px) {
	.mp6 .redux-container #info_bar {
		height:auto;
		padding-bottom:1px
	}
	.mp6 .redux-container #info_bar a {
		margin-top:5px
	}
}
pre {
	overflow:hidden
}
#redux-header h2 {
	color:#fff
}
.admin-color-fresh .button.ui-datepicker-current,.admin-color-fresh button.ui-datepicker-close {
	background-color:#007fb1
}
.admin-color-fresh .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#1e8cbe;
	color:#fff;
	border:1px solid #104b66
}
.admin-color-fresh .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-fresh .ui-datepicker-header {
	background-color:#222;
	color:#fff
}
.admin-color-fresh .ui-datepicker td .ui-state-active {
	background-color:#007fb1;
	color:#fff
}
.admin-color-fresh .ui-datepicker td .ui-state-hover {
	color:#007fb1
}
.admin-color-fresh .ui-datepicker td .ui-state-highlight {
	background:#0074a2;
	border:1px solid #222;
	color:#fff
}
.admin-color-fresh .redux-container-switch .cb-disable,.admin-color-fresh .redux-container-switch .cb-enable,.admin-color-fresh .ui-state-default,.admin-color-fresh .ui-widget-content .ui-state-default,.admin-color-fresh .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-fresh .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-fresh .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-fresh .redux-container-switch .cb-enable.selected,.admin-color-fresh .ui-buttonset .ui-state-active {
	background-color:#0074a2;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#008ec6),to(#0074a2));
	background-image:-moz-linear-gradient(top,#008ec6,#0074a2);
	background-image:-ms-linear-gradient(top,#008ec6,#0074a2);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#008ec6),color-stop(100%,#0074a2));
	background-image:-webkit-linear-gradient(top,#008ec6,#0074a2);
	background-image:-o-linear-gradient(top,#008ec6,#0074a2);
	background-image:linear-gradient(top,#008ec6,#0074a2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#003d56;
	border-color:#004f6f;
	-webkit-box-shadow:inset 0 1px 0 #00abef,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #00abef,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-fresh #redux-header .display_header span {
	color:#bbb
}
.admin-color-fresh #redux-header {
	background:#222;
	border-color:#0074a2
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a {
	color:#222
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#0074a2;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#222;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-fresh .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-fresh .redux-container-image_select .redux-image-select-selected img {
	border-color:#0074a2
}
.admin-color-fresh #redux-footer #redux-share a {
	color:#0074a2
}
.admin-color-fresh #redux-footer #redux-share a:hover {
	color:#002b3c
}
.admin-color-fresh .select2-results .select2-highlighted {
	background:#0074a2
}
.admin-color-fresh .select2-drop-active,.admin-color-fresh .select2-container-multi.select2-container-active .select2-choices,.admin-color-fresh .select2-drop.select2-drop-above.select2-drop-active,.admin-color-fresh .select2-container-active .select2-choice,.admin-color-fresh .select2-container-active .select2-choices,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#0074a2
}
.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-fresh .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-fresh .noUi-connect {
	background-color:#007fb1;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#0099d5),to(#007fb1));
	background-image:-moz-linear-gradient(top,#0099d5,#007fb1);
	background-image:-ms-linear-gradient(top,#0099d5,#007fb1);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0099d5),color-stop(100%,#007fb1));
	background-image:-webkit-linear-gradient(top,#0099d5,#007fb1);
	background-image:-o-linear-gradient(top,#0099d5,#007fb1);
	background-image:linear-gradient(top,#0099d5,#007fb1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-light .button.ui-datepicker-current,.admin-color-light button.ui-datepicker-close {
	background-color:#04b0db
}
.admin-color-light .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#0384a4;
	color:#fff;
	border:1px solid #013340
}
.admin-color-light .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-light .ui-datepicker-header {
	background-color:#888;
	color:#fff
}
.admin-color-light .ui-datepicker td .ui-state-active {
	background-color:#04b0db;
	color:#fff
}
.admin-color-light .ui-datepicker td .ui-state-hover {
	color:#04b0db
}
.admin-color-light .ui-datepicker td .ui-state-highlight {
	background:#04a4cc;
	border:1px solid #888;
	color:#fff
}
.admin-color-light .redux-container-switch .cb-disable,.admin-color-light .redux-container-switch .cb-enable,.admin-color-light .ui-state-default,.admin-color-light .ui-widget-content .ui-state-default,.admin-color-light .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-light .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-light .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-light .redux-container-switch .cb-enable.selected,.admin-color-light .ui-buttonset .ui-state-active {
	background-color:#04a4cc;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#05c0ef),to(#04a4cc));
	background-image:-moz-linear-gradient(top,#05c0ef,#04a4cc);
	background-image:-ms-linear-gradient(top,#05c0ef,#04a4cc);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#05c0ef),color-stop(100%,#04a4cc));
	background-image:-webkit-linear-gradient(top,#05c0ef,#04a4cc);
	background-image:-o-linear-gradient(top,#05c0ef,#04a4cc);
	background-image:linear-gradient(top,#05c0ef,#04a4cc);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#036881;
	border-color:#037c9a;
	-webkit-box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #22cffb,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-light #redux-header .display_header span {
	color:#e6e6e6
}
.admin-color-light #redux-header {
	background:#888;
	border-color:#04a4cc
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-light .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-light .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-light .redux-sidebar .redux-group-menu li.active,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-light .redux-sidebar .redux-group-menu li.active a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild a {
	color:#888
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#04a4cc;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#888;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-light .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-light .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-light .redux-container-image_select .redux-image-select-selected img {
	border-color:#04a4cc
}
.admin-color-light #redux-footer #redux-share a {
	color:#04a4cc
}
.admin-color-light #redux-footer #redux-share a:hover {
	color:#025468
}
.admin-color-light .select2-results .select2-highlighted {
	background:#04a4cc
}
.admin-color-light .select2-drop-active,.admin-color-light .select2-container-multi.select2-container-active .select2-choices,.admin-color-light .select2-drop.select2-drop-above.select2-drop-active,.admin-color-light .select2-container-active .select2-choice,.admin-color-light .select2-container-active .select2-choices,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#04a4cc
}
.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-light .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-light .noUi-connect {
	background-color:#04b0db;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#09cafa),to(#04b0db));
	background-image:-moz-linear-gradient(top,#09cafa,#04b0db);
	background-image:-ms-linear-gradient(top,#09cafa,#04b0db);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#09cafa),color-stop(100%,#04b0db));
	background-image:-webkit-linear-gradient(top,#09cafa,#04b0db);
	background-image:-o-linear-gradient(top,#09cafa,#04b0db);
	background-image:linear-gradient(top,#09cafa,#04b0db);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-blue .button.ui-datepicker-current,.admin-color-blue button.ui-datepicker-close {
	background-color:#509dba
}
.admin-color-blue .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#db9825;
	color:#fff;
	border:1px solid #845c16
}
.admin-color-blue .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-blue .ui-datepicker-header {
	background-color:#096484;
	color:#fff
}
.admin-color-blue .ui-datepicker td .ui-state-active {
	background-color:#509dba;
	color:#fff
}
.admin-color-blue .ui-datepicker td .ui-state-hover {
	color:#509dba
}
.admin-color-blue .ui-datepicker td .ui-state-highlight {
	background:#4796b3;
	border:1px solid #096484;
	color:#fff
}
.admin-color-blue .redux-container-switch .cb-disable,.admin-color-blue .redux-container-switch .cb-enable,.admin-color-blue .ui-state-default,.admin-color-blue .ui-widget-content .ui-state-default,.admin-color-blue .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-blue .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-blue .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-blue .redux-container-switch .cb-enable.selected,.admin-color-blue .ui-buttonset .ui-state-active {
	background-color:#4796b3;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#5ea5bf),to(#4796b3));
	background-image:-moz-linear-gradient(top,#5ea5bf,#4796b3);
	background-image:-ms-linear-gradient(top,#5ea5bf,#4796b3);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5ea5bf),color-stop(100%,#4796b3));
	background-image:-webkit-linear-gradient(top,#5ea5bf,#4796b3);
	background-image:-o-linear-gradient(top,#5ea5bf,#4796b3);
	background-image:linear-gradient(top,#5ea5bf,#4796b3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#31687c;
	border-color:#39778e;
	-webkit-box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #7cb6cb,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-blue #redux-header .display_header span {
	color:#e2ecf1
}
.admin-color-blue #redux-header {
	background:#096484;
	border-color:#4796b3
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-blue .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild a {
	color:#096484
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#4796b3;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#096484;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-blue .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-blue .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-blue .redux-container-image_select .redux-image-select-selected img {
	border-color:#4796b3
}
.admin-color-blue #redux-footer #redux-share a {
	color:#4796b3
}
.admin-color-blue #redux-footer #redux-share a:hover {
	color:#2a596a
}
.admin-color-blue .select2-results .select2-highlighted {
	background:#4796b3
}
.admin-color-blue .select2-drop-active,.admin-color-blue .select2-container-multi.select2-container-active .select2-choices,.admin-color-blue .select2-drop.select2-drop-above.select2-drop-active,.admin-color-blue .select2-container-active .select2-choice,.admin-color-blue .select2-container-active .select2-choices,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#4796b3
}
.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-blue .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-blue .noUi-connect {
	background-color:#509dba;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#69abc4),to(#509dba));
	background-image:-moz-linear-gradient(top,#69abc4,#509dba);
	background-image:-ms-linear-gradient(top,#69abc4,#509dba);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#69abc4),color-stop(100%,#509dba));
	background-image:-webkit-linear-gradient(top,#69abc4,#509dba);
	background-image:-o-linear-gradient(top,#69abc4,#509dba);
	background-image:linear-gradient(top,#69abc4,#509dba);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-coffee .button.ui-datepicker-current,.admin-color-coffee button.ui-datepicker-close {
	background-color:#ccad93
}
.admin-color-coffee .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#ba906d;
	color:#fff;
	border:1px solid #835d3e
}
.admin-color-coffee .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-coffee .ui-datepicker-header {
	background-color:#46403c;
	color:#fff
}
.admin-color-coffee .ui-datepicker td .ui-state-active {
	background-color:#ccad93;
	color:#fff
}
.admin-color-coffee .ui-datepicker td .ui-state-hover {
	color:#ccad93
}
.admin-color-coffee .ui-datepicker td .ui-state-highlight {
	background:#c7a589;
	border:1px solid #46403c;
	color:#fff
}
.admin-color-coffee .redux-container-switch .cb-disable,.admin-color-coffee .redux-container-switch .cb-enable,.admin-color-coffee .ui-state-default,.admin-color-coffee .ui-widget-content .ui-state-default,.admin-color-coffee .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-coffee .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-coffee .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-coffee .redux-container-switch .cb-enable.selected,.admin-color-coffee .ui-buttonset .ui-state-active {
	background-color:#c7a589;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#d2b7a1),to(#c7a589));
	background-image:-moz-linear-gradient(top,#d2b7a1,#c7a589);
	background-image:-ms-linear-gradient(top,#d2b7a1,#c7a589);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d2b7a1),color-stop(100%,#c7a589));
	background-image:-webkit-linear-gradient(top,#d2b7a1,#c7a589);
	background-image:-o-linear-gradient(top,#d2b7a1,#c7a589);
	background-image:linear-gradient(top,#d2b7a1,#c7a589);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ae7d55;
	border-color:#b78b66;
	-webkit-box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #e0cdbd,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-coffee #redux-header .display_header span {
	color:#cdcbc9
}
.admin-color-coffee #redux-header {
	background:#46403c;
	border-color:#c7a589
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild a {
	color:#46403c
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#c7a589;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#46403c;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-coffee .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-coffee .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-coffee .redux-container-image_select .redux-image-select-selected img {
	border-color:#c7a589
}
.admin-color-coffee #redux-footer #redux-share a {
	color:#c7a589
}
.admin-color-coffee #redux-footer #redux-share a:hover {
	color:#9f714b
}
.admin-color-coffee .select2-results .select2-highlighted {
	background:#c7a589
}
.admin-color-coffee .select2-drop-active,.admin-color-coffee .select2-container-multi.select2-container-active .select2-choices,.admin-color-coffee .select2-drop.select2-drop-above.select2-drop-active,.admin-color-coffee .select2-container-active .select2-choice,.admin-color-coffee .select2-container-active .select2-choices,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#c7a589
}
.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-coffee .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-coffee .noUi-connect {
	background-color:#ccad93;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#d7bfac),to(#ccad93));
	background-image:-moz-linear-gradient(top,#d7bfac,#ccad93);
	background-image:-ms-linear-gradient(top,#d7bfac,#ccad93);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d7bfac),color-stop(100%,#ccad93));
	background-image:-webkit-linear-gradient(top,#d7bfac,#ccad93);
	background-image:-o-linear-gradient(top,#d7bfac,#ccad93);
	background-image:linear-gradient(top,#d7bfac,#ccad93);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-ectoplasm .button.ui-datepicker-current,.admin-color-ectoplasm button.ui-datepicker-close {
	background-color:#a9bd4f
}
.admin-color-ectoplasm .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#89993a;
	color:#fff;
	border:1px solid #474f1e
}
.admin-color-ectoplasm .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-ectoplasm .ui-datepicker-header {
	background-color:#413256;
	color:#fff
}
.admin-color-ectoplasm .ui-datepicker td .ui-state-active {
	background-color:#a9bd4f;
	color:#fff
}
.admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
	color:#a9bd4f
}
.admin-color-ectoplasm .ui-datepicker td .ui-state-highlight {
	background:#a3b745;
	border:1px solid #413256;
	color:#fff
}
.admin-color-ectoplasm .redux-container-switch .cb-disable,.admin-color-ectoplasm .redux-container-switch .cb-enable,.admin-color-ectoplasm .ui-state-default,.admin-color-ectoplasm .ui-widget-content .ui-state-default,.admin-color-ectoplasm .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-ectoplasm .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-ectoplasm .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-ectoplasm .redux-container-switch .cb-enable.selected,.admin-color-ectoplasm .ui-buttonset .ui-state-active {
	background-color:#a3b745;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#b0c25e),to(#a3b745));
	background-image:-moz-linear-gradient(top,#b0c25e,#a3b745);
	background-image:-ms-linear-gradient(top,#b0c25e,#a3b745);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#b0c25e),color-stop(100%,#a3b745));
	background-image:-webkit-linear-gradient(top,#b0c25e,#a3b745);
	background-image:-o-linear-gradient(top,#b0c25e,#a3b745);
	background-image:linear-gradient(top,#b0c25e,#a3b745);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#727f30;
	border-color:#829237;
	-webkit-box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #bfcd7b,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-ectoplasm #redux-header .display_header span {
	color:#cbc5d3
}
.admin-color-ectoplasm #redux-header {
	background:#413256;
	border-color:#a3b745
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild a {
	color:#413256
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#a3b745;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#413256;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ectoplasm .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-ectoplasm .redux-container-image_select .redux-image-select-selected img {
	border-color:#a3b745
}
.admin-color-ectoplasm #redux-footer #redux-share a {
	color:#a3b745
}
.admin-color-ectoplasm #redux-footer #redux-share a:hover {
	color:#616d29
}
.admin-color-ectoplasm .select2-results .select2-highlighted {
	background:#a3b745
}
.admin-color-ectoplasm .select2-drop-active,.admin-color-ectoplasm .select2-container-multi.select2-container-active .select2-choices,.admin-color-ectoplasm .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ectoplasm .select2-container-active .select2-choice,.admin-color-ectoplasm .select2-container-active .select2-choices,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#a3b745
}
.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ectoplasm .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-ectoplasm .noUi-connect {
	background-color:#a9bd4f;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#b6c669),to(#a9bd4f));
	background-image:-moz-linear-gradient(top,#b6c669,#a9bd4f);
	background-image:-ms-linear-gradient(top,#b6c669,#a9bd4f);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#b6c669),color-stop(100%,#a9bd4f));
	background-image:-webkit-linear-gradient(top,#b6c669,#a9bd4f);
	background-image:-o-linear-gradient(top,#b6c669,#a9bd4f);
	background-image:linear-gradient(top,#b6c669,#a9bd4f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-midnight .button.ui-datepicker-current,.admin-color-midnight button.ui-datepicker-close {
	background-color:#e35950
}
.admin-color-midnight .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#d92c23;
	color:#fff;
	border:1px solid #811a15
}
.admin-color-midnight .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-midnight .ui-datepicker-header {
	background-color:#363b3f;
	color:#fff
}
.admin-color-midnight .ui-datepicker td .ui-state-active {
	background-color:#e35950;
	color:#fff
}
.admin-color-midnight .ui-datepicker td .ui-state-hover {
	color:#e35950
}
.admin-color-midnight .ui-datepicker td .ui-state-highlight {
	background:#e14d43;
	border:1px solid #363b3f;
	color:#fff
}
.admin-color-midnight .redux-container-switch .cb-disable,.admin-color-midnight .redux-container-switch .cb-enable,.admin-color-midnight .ui-state-default,.admin-color-midnight .ui-widget-content .ui-state-default,.admin-color-midnight .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-midnight .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-midnight .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-midnight .redux-container-switch .cb-enable.selected,.admin-color-midnight .ui-buttonset .ui-state-active {
	background-color:#e14d43;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#e66a62),to(#e14d43));
	background-image:-moz-linear-gradient(top,#e66a62,#e14d43);
	background-image:-ms-linear-gradient(top,#e66a62,#e14d43);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e66a62),color-stop(100%,#e14d43));
	background-image:-webkit-linear-gradient(top,#e66a62,#e14d43);
	background-image:-o-linear-gradient(top,#e66a62,#e14d43);
	background-image:linear-gradient(top,#e66a62,#e14d43);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ba281e;
	border-color:#d02c21;
	-webkit-box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #ec8b85,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-midnight #redux-header .display_header span {
	color:#c2c4c5
}
.admin-color-midnight #redux-header {
	background:#363b3f;
	border-color:#e14d43
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild a {
	color:#363b3f
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#e14d43;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#363b3f;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-midnight .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-midnight .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-midnight .redux-container-image_select .redux-image-select-selected img {
	border-color:#e14d43
}
.admin-color-midnight #redux-footer #redux-share a {
	color:#e14d43
}
.admin-color-midnight #redux-footer #redux-share a:hover {
	color:#a4231a
}
.admin-color-midnight .select2-results .select2-highlighted {
	background:#e14d43
}
.admin-color-midnight .select2-drop-active,.admin-color-midnight .select2-container-multi.select2-container-active .select2-choices,.admin-color-midnight .select2-drop.select2-drop-above.select2-drop-active,.admin-color-midnight .select2-container-active .select2-choice,.admin-color-midnight .select2-container-active .select2-choices,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#e14d43
}
.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-midnight .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-midnight .noUi-connect {
	background-color:#e35950;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#e8776f),to(#e35950));
	background-image:-moz-linear-gradient(top,#e8776f,#e35950);
	background-image:-ms-linear-gradient(top,#e8776f,#e35950);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e8776f),color-stop(100%,#e35950));
	background-image:-webkit-linear-gradient(top,#e8776f,#e35950);
	background-image:-o-linear-gradient(top,#e8776f,#e35950);
	background-image:linear-gradient(top,#e8776f,#e35950);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-ocean .button.ui-datepicker-current,.admin-color-ocean button.ui-datepicker-close {
	background-color:#a7c0a9
}
.admin-color-ocean .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#86a988;
	color:#fff;
	border:1px solid #547555
}
.admin-color-ocean .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-ocean .ui-datepicker-header {
	background-color:#627c83;
	color:#fff
}
.admin-color-ocean .ui-datepicker td .ui-state-active {
	background-color:#a7c0a9;
	color:#fff
}
.admin-color-ocean .ui-datepicker td .ui-state-hover {
	color:#a7c0a9
}
.admin-color-ocean .ui-datepicker td .ui-state-highlight {
	background:#9ebaa0;
	border:1px solid #627c83;
	color:#fff
}
.admin-color-ocean .redux-container-switch .cb-disable,.admin-color-ocean .redux-container-switch .cb-enable,.admin-color-ocean .ui-state-default,.admin-color-ocean .ui-widget-content .ui-state-default,.admin-color-ocean .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-ocean .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-ocean .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-ocean .redux-container-switch .cb-enable.selected,.admin-color-ocean .ui-buttonset .ui-state-active {
	background-color:#9ebaa0;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#b3c9b4),to(#9ebaa0));
	background-image:-moz-linear-gradient(top,#b3c9b4,#9ebaa0);
	background-image:-ms-linear-gradient(top,#b3c9b4,#9ebaa0);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#b3c9b4),color-stop(100%,#9ebaa0));
	background-image:-webkit-linear-gradient(top,#b3c9b4,#9ebaa0);
	background-image:-o-linear-gradient(top,#b3c9b4,#9ebaa0);
	background-image:linear-gradient(top,#b3c9b4,#9ebaa0);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#719a74;
	border-color:#80a583;
	-webkit-box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #cbdacc,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-ocean #redux-header .display_header span {
	color:#d5dddf
}
.admin-color-ocean #redux-header {
	background:#627c83;
	border-color:#9ebaa0
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild a {
	color:#627c83
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#9ebaa0;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#627c83;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-ocean .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-ocean .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-ocean .redux-container-image_select .redux-image-select-selected img {
	border-color:#9ebaa0
}
.admin-color-ocean #redux-footer #redux-share a {
	color:#9ebaa0
}
.admin-color-ocean #redux-footer #redux-share a:hover {
	color:#658d68
}
.admin-color-ocean .select2-results .select2-highlighted {
	background:#9ebaa0
}
.admin-color-ocean .select2-drop-active,.admin-color-ocean .select2-container-multi.select2-container-active .select2-choices,.admin-color-ocean .select2-drop.select2-drop-above.select2-drop-active,.admin-color-ocean .select2-container-active .select2-choice,.admin-color-ocean .select2-container-active .select2-choices,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#9ebaa0
}
.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-ocean .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-ocean .noUi-connect {
	background-color:#a7c0a9;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#bccfbd),to(#a7c0a9));
	background-image:-moz-linear-gradient(top,#bccfbd,#a7c0a9);
	background-image:-ms-linear-gradient(top,#bccfbd,#a7c0a9);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#bccfbd),color-stop(100%,#a7c0a9));
	background-image:-webkit-linear-gradient(top,#bccfbd,#a7c0a9);
	background-image:-o-linear-gradient(top,#bccfbd,#a7c0a9);
	background-image:linear-gradient(top,#bccfbd,#a7c0a9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
.admin-color-sunrise .button.ui-datepicker-current,.admin-color-sunrise button.ui-datepicker-close {
	background-color:#df8a48
}
.admin-color-sunrise .ui-datepicker-buttonpane button.ui-datepicker-current {
	background:#cc6c23;
	color:#fff;
	border:1px solid #753e14
}
.admin-color-sunrise .ui-datepicker-header .ui-icon {
	background-image:url(vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png)
}
.admin-color-sunrise .ui-datepicker-header {
	background-color:#b43c38;
	color:#fff
}
.admin-color-sunrise .ui-datepicker td .ui-state-active {
	background-color:#df8a48;
	color:#fff
}
.admin-color-sunrise .ui-datepicker td .ui-state-hover {
	color:#df8a48
}
.admin-color-sunrise .ui-datepicker td .ui-state-highlight {
	background:#dd823b;
	border:1px solid #b43c38;
	color:#fff
}
.admin-color-sunrise .redux-container-switch .cb-disable,.admin-color-sunrise .redux-container-switch .cb-enable,.admin-color-sunrise .ui-state-default,.admin-color-sunrise .ui-widget-content .ui-state-default,.admin-color-sunrise .ui-widget-header .ui-state-default {
	background-color:#f5f5f5;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f5f5f5));
	background-image:-moz-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-ms-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f8f8f8),color-stop(100%,#f5f5f5));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:-o-linear-gradient(top,#f8f8f8,#f5f5f5);
	background-image:linear-gradient(top,#f8f8f8,#f5f5f5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ccc
}
.admin-color-sunrise .ui-datepicker td .ui-state-active {
	color:#000;
	font-weight:700;
	background:#fff
}
.admin-color-sunrise .redux-container-switch .cb-disable.selected {
	background-color:#646464;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#929292),to(#646464));
	background-image:-moz-linear-gradient(top,#929292,#646464);
	background-image:-ms-linear-gradient(top,#929292,#646464);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#929292),color-stop(100%,#646464));
	background-image:-webkit-linear-gradient(top,#929292,#646464);
	background-image:-o-linear-gradient(top,#929292,#646464);
	background-image:linear-gradient(top,#929292,#646464);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#767676
}
.admin-color-sunrise .redux-container-switch .cb-enable.selected,.admin-color-sunrise .ui-buttonset .ui-state-active {
	background-color:#dd823b;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#e29559),to(#dd823b));
	background-image:-moz-linear-gradient(top,#e29559,#dd823b);
	background-image:-ms-linear-gradient(top,#e29559,#dd823b);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e29559),color-stop(100%,#dd823b));
	background-image:-webkit-linear-gradient(top,#e29559,#dd823b);
	background-image:-o-linear-gradient(top,#e29559,#dd823b);
	background-image:linear-gradient(top,#e29559,#dd823b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0);
	border-color:#ad5d1e;
	border-color:#c36922;
	-webkit-box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 1px 0 #e8ac7c,0 1px 0 rgba(0,0,0,.15)
}
.admin-color-sunrise #redux-header .display_header span {
	color:#f0c8c6
}
.admin-color-sunrise #redux-header {
	background:#b43c38;
	border-color:#dd823b
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a {
	position:relative
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:after {
	border:0 none!important;
	content:"\0020"!important
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections .redux-menu-error {
	display:none;
	margin-right:5px
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a.hasError .extraIconSubsections {
	background-color:#b94a48;
	color:#f2dede
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.hasSubSections a .extraIconSubsections {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0 solid transparent;
	float:right;
	font-size:9px;
	height:9px;
	line-height:9px;
	margin-right:5px;
	padding:6px 7px 4px;
	width:5px
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a .extraIconSubsections,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a .extraIconSubsections {
	display:none
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .redux-menu-error {
	display:block
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .subsection .redux-menu-error,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .subsection .redux-menu-error {
	margin-right:2px
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild {
	border-left:0 none
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild a {
	color:#b43c38
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections .active a:after,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections .active a:after {
	right:0;
	border:solid 8px transparent;
	content:"\0020";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-right-color:#fff;
	top:50%;
	margin-top:-8px
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections a {
	background:#dd823b;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s;
	color:#fff;
	width:auto;
	border-bottom:0
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li {
	border-top:0 none!important
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a {
	background:#b43c38;
	width:auto;
	border-top:0!important;
	padding:7px;
	color:#fff;
	padding-left:15px;
	-webkit-transition:all .2;
	-moz-transition:all .2;
	-ms-transition:all .2;
	-o-transition:all .2;
	transition:all .2
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a:hover,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a:hover {
	color:#2ea2cc;
	background:#000
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li a span.group_title {
	padding-left:5px!important
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a {
	padding-left:14px
}
.admin-color-sunrise .redux-sidebar .redux-group-menu li.active.hasSubSections ul.subsection li.hasIcon a span.group_title,.admin-color-sunrise .redux-sidebar .redux-group-menu li.activeChild.hasSubSections ul.subsection li.hasIcon a span.group_title {
	padding-left:30px!important
}
.admin-color-sunrise .redux-container-image_select .redux-image-select-selected img {
	border-color:#dd823b
}
.admin-color-sunrise #redux-footer #redux-share a {
	color:#dd823b
}
.admin-color-sunrise #redux-footer #redux-share a:hover {
	color:#98511a
}
.admin-color-sunrise .select2-results .select2-highlighted {
	background:#dd823b
}
.admin-color-sunrise .select2-drop-active,.admin-color-sunrise .select2-container-multi.select2-container-active .select2-choices,.admin-color-sunrise .select2-drop.select2-drop-above.select2-drop-active,.admin-color-sunrise .select2-container-active .select2-choice,.admin-color-sunrise .select2-container-active .select2-choices,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices {
	border-color:#dd823b
}
.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choice,.admin-color-sunrise .select2-dropdown-open.select2-drop-above .select2-choices {
	border-top:inherit
}
.admin-color-sunrise .noUi-connect {
	background-color:#df8a48;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#e59e66),to(#df8a48));
	background-image:-moz-linear-gradient(top,#e59e66,#df8a48);
	background-image:-ms-linear-gradient(top,#e59e66,#df8a48);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e59e66),color-stop(100%,#df8a48));
	background-image:-webkit-linear-gradient(top,#e59e66,#df8a48);
	background-image:-o-linear-gradient(top,#e59e66,#df8a48);
	background-image:linear-gradient(top,#e59e66,#df8a48);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@from',endColorstr='@to',GradientType=0)
}
@media screen and (max-width:1124px) {
	.redux-group-tab-link-a span {
		padding:11px 12px;
		color:#555;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.redux-group-tab-link-a span:hover {
		background:#e5e5e5
	}
}
@media screen and (max-width:782px) {
	#redux-footer #redux-share {
		line-height:38px;
		font-size:18px
	}
	.sticky-save-warn .redux-save-warn {
		right:13px;
		top:46px
	}
	.redux-container .expand_options {
		margin-top:5px
	}
	.redux-action_bar input {
		margin-bottom:0!important
	}
}
@media screen and (max-width:650px) {
	#redux-footer #redux-share,.redux-hint-qtip {
		display:none
	}
	.redux-container .redux-action_bar {
		float:none
	}
}
@media screen and (max-width:476px) {
	.redux-container .expand_options {
		display:none
	}
	#redux-footer,.redux-container #info_bar {
		text-align:center
	}
}
.redux-sidebar .icon-large,.redux-main .icon-large {
	background-image:inherit!important;
	width:inherit;
	height:inherit
}
.redux-main dd,.redux-main li,.redux-sidebar li {
	margin-bottom:0!important
}
.fully-expanded .redux-sidebar {
	margin-left:-500px
}
.fully-expanded .redux-main {
	margin-left:0
}
.fully-expanded .redux-group-tab {
	display:block
}
@media screen and (max-width:1124px) {
	.form-table>tbody>tr>th {
		padding-bottom:0!important
	}
	.redux_field_th {
		padding-top:0;
		padding-bottom:0
	}
	.redux-main .redux-field-container {
		padding-top:0;
		padding-bottom:0
	}
}
@media screen and (min-width:601px) and (max-width:782px) {
	.redux-container .sticky-save-warn .redux-save-warn {
		top:47px!important;
		right:13px!important
	}
}
@media screen and (max-width:782px) {
	.redux-main .form-table-section-indented input[type=text] {
		width:95%!important
	}
	.redux-main .redux-container-sortable input[type=text] {
		width:80%;
		display:initial
	}
	.redux-main .redux-typography-container .input_wrapper input.mini {
		font-size:16px!important;
		height:40px!important;
		padding:7px 10px!important;
		line-height:24px!important
	}
	.redux-main .redux-typography-container .picker-wrapper label {
		margin-top:16px!important
	}
	.redux-main .input-append {
		height:50px!important
	}
	.redux-main .input-append .add-on {
		font-size:16px;
		line-height:24px!important;
		padding:7px;
		height:32px!important;
		float:right;
		margin-top:-40px
	}
	.redux-main .redux-hint-qtip {
		float:left!important
	}
}
@media screen and (max-width:600px) {
	.sticky-save-warn .redux-save-warn {
		top:0!important;
		right:14px!important
	}
}
@media screen and (max-width:570px) {
	.redux-main .redux-container-sortable .checkbox-container {
		width:85%;
		padding-bottom:5px
	}
	.redux-main .redux-container-sortable .checkbox-container label {
		display: initial
	}
}