@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700.less');
/* The above import directives are aggregated from content. */
/*
 * Ext JS Library 1.1 Beta 1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://www.extjs.com/license
 */

.ext-el-mask {
    z-index: 20000;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.ext-el-mask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9 url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/tb-blue.gif) repeat-x 0 -16px;
    padding:2px;
}
.ext-el-mask-msg div {
    padding:5px 10px 5px 10px;
    background: #eee;
    border:1px solid #a3bad9;
    color:#333;
    /* font:normal 12px tahoma, arial, helvetica, sans-serif; */
    cursor:wait;
}

.ext-shim {
    position:absolute;
    visibility:hidden;
    left:0;
    top:0;
    overflow:hidden;
}
.ext-ie .ext-shim {
    filter: alpha(opacity=0);
}

.x-mask-loading div {
    padding:5px 10px 5px 25px;
    background: #eee url('../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
}


.x-hidden {
    position:absolute;
    left:-2000px;
    top:-2000px;
    visibility:hidden;
}

.x-masked {
    overflow: hidden !important;
}

.x-masked select, .x-masked object, .x-masked embed {
    visibility: hidden;
}

.x-layer {
    visibility: hidden;
}

.x-unselectable, .x-unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
}

.x-repaint {
    zoom: 1;
    background-color: transparent;
    -moz-outline: none;
}

.x-item-disabled {
    color: gray;
    cursor: default;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

.x-item-disabled * {
    color: gray;
    cursor: default !important;
}

.x-splitbar-proxy {
    position: absolute;
    visibility: hidden;
    z-index: 20001;
    background: #aaa;
    zoom: 1;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.x-splitbar-h, .x-splitbar-proxy-h {
    cursor: e-resize;
    cursor: col-resize;
}

.x-splitbar-v, .x-splitbar-proxy-v {
    cursor: s-resize;
    cursor: row-resize;
}

.x-color-palette {
    width: 150px;
    height: 92px;
    cursor: pointer;
}

.x-color-palette a {
    border: 1px solid #fff;
    float: left;
    padding: 2px;
    text-decoration: none;
    -moz-outline: 0 none;
    outline: 0 none;
    cursor: pointer;
}

.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
    border: 1px solid #8BB8F3;
    background: #deecfd;
}

.x-color-palette em {
    display: block;
    border: 1px solid #ACA899;
}

.x-color-palette em span {
    cursor: pointer;
    display: block;
    height: 10px;
    line-height: 10px;
    width: 10px;
}

.x-ie-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
    background:#777;
    zoom:1;
}

.x-shadow {
    display: none;
    position: absolute;
    overflow: hidden;
    left:0;
    top:0;
}

.x-shadow * {
    overflow: hidden;
}

.x-shadow * {
    padding: 0;
    border: 0;
    margin: 0;
    clear: none;
    zoom: 1;
}


.x-shadow .xstc, .x-shadow .xsbc {
    height: 6px;
    float: left;
}


.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
    width: 6px;
    height: 6px;
    float: left;
}


.x-shadow .xsc {
    width: 100%;
}

.x-shadow .xsml, .x-shadow .xsmr {
    width: 6px;
    float: left;
    height: 100%;
}

.x-shadow .xsmc {
    float: left;
    height: 100%;
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow-c.png);
}

.x-shadow .xst, .x-shadow .xsb {
    height: 6px;
    overflow: hidden;
    width: 100%;
}

.x-shadow .xsml {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow-lr.png) repeat-y 0 0;
}

.x-shadow .xsmr {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow-lr.png) repeat-y -6px 0;
}

.x-shadow .xstl {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow.png) no-repeat 0 0;
}

.x-shadow .xstc {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow.png) repeat-x 0 -30px;
}

.x-shadow .xstr {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow.png) repeat-x 0 -18px;
}

.x-shadow .xsbl {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow.png) no-repeat 0 -12px;
}

.x-shadow .xsbc {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow.png) repeat-x 0 -36px;
}

.x-shadow .xsbr {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shadow.png) repeat-x 0 -6px;
}

.loading-indicator {
    font-size: 11px;
    background-image: url('../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    line-height: 16px;
    margin: 3px;
}

.x-text-resize {
    position: absolute;
    left: -1000px;
    top: -1000px;
    visibility: hidden;
    zoom: 1;
}

.x-drag-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 20000;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.x-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}
.x-tabs-wrap {
	border-bottom:1px solid #6593cf;
	padding-top:2px;
}
.x-tabs-strip-wrap{
	width:100%;
}
.x-tabs-wrap table{
	position:relative;
	top:0; left:0;
}
.x-tabs-strip td{
	padding:0;
	padding-left:2px;
}
.x-tabs-strip a, .x-tabs-strip span, .x-tabs-strip em {
	display:block;
}
.x-tabs-strip a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	cursor:pointer;
}
.x-tabs-strip .x-tabs-text {
	/*font:bold 11px tahoma,arial,helvetica; */
	color:#666;
	overflow:hidden;
	white-space: nowrap;
	cursor:pointer;
	text-overflow: ellipsis;
}
.x-tabs-strip .on .x-tabs-text {
	cursor:default;
	color:#083772;
}
.x-tabs-strip .disabled .x-tabs-text {
	cursor:default;
	color:#aaaaaa;
}
.x-tabs-strip .x-tabs-inner {
	 padding:4px 10px;
}

.x-tabs-strip .on .x-tabs-right {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-sprite.gif) no-repeat right 0;
}
.x-tabs-strip .on .x-tabs-left {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
}
.x-tabs-strip .x-tabs-right {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-sprite.gif) no-repeat right -50px;
}
.x-tabs-strip .x-tabs-left {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
}

.x-tabs-strip  a {
	position:relative;
	top:1px; left:0;
}
.x-tabs-strip .on a {
	position:relative;
}
.x-tabs-strip .on .x-tabs-inner {
	padding-bottom:5px;
}

.x-tabs-strip .x-tabs-closable .x-tabs-inner{
	padding-right:22px;
	position:relative;
}
.x-tabs-strip .x-tabs-closable .close-icon{
	line-height: 1px;
	font-size:1px;
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/tab-close.gif);
	display:block;
	position:absolute;
	right:5px;top:4px;
	width:11px;height:11px;
	cursor:pointer;
}
.x-tabs-strip .on .close-icon{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/tab-close-on.gif);
}
.x-tabs-strip .x-tabs-closable .close-over{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/tab-close-on.gif);
}
.x-tabs-body {
    border:1px solid #6593cf;
    border-top:0 none;
}
.x-tabs-bottom .x-tabs-wrap {
	border-top:1px solid #6593cf;
	border-bottom:0 none;
	padding-top:0;
	padding-bottom:2px;
}
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
}
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
}
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
}
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
	 background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
}
.x-tabs-bottom .x-tabs-strip  a {
	position:relative;
	top:0; left:0;
}
.x-tabs-bottom .x-tabs-strip .on a {
	margin-top:-1px;
}
.x-tabs-bottom .x-tabs-strip .on .x-tabs-inner {
	padding-top:5px;
}

.x-tabs-bottom .x-tabs-body {
    border:1px solid #6593cf;
    border-bottom:0 none;
}

.x-form-field{    margin: 0 0 0 0;  /*  font:normal 12px tahoma, arial, helvetica, sans-serif;*/}.x-form-text, textarea.x-form-field{    padding: 1px 3px;    background:#fff url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/text-bg.gif) repeat-x 0 0;    border: 1px solid #B5B8C8;}.x-form-text {    height:22px;    line-height:18px;    vertical-align:middle;}.ext-ie .x-form-text {    margin-top:-1px;     margin-bottom:-1px;    height:22px;     line-height:18px;}.ext-strict .x-form-text {    height:18px;}.ext-safari .x-form-text {    height:20px; }.ext-gecko .x-form-text {    padding-top:2px;     padding-bottom:0;}.x-form-select-one {    height:20px;    line-height:18px;    vertical-align:middle;    background-color:#fff;     border: 1px solid #B5B8C8;}.x-form-field-wrap {    position:relative;    zoom:1;    white-space: nowrap;}.x-editor .x-form-check-wrap {    background:#fff;}.x-form-field-wrap .x-form-trigger{    width:17px;    height:21px;    border:0;    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/trigger.gif) no-repeat 0 0;    cursor:pointer;    border-bottom: 1px solid #B5B8C8;    position:absolute;    top:0;}.ext-safari .x-form-field-wrap .x-form-trigger{    height:19px; }.x-form-field-wrap .x-form-clear-trigger{    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/clear-trigger.gif);    cursor:pointer;}.x-form-field-wrap .x-form-search-trigger{    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/search-trigger.gif);    cursor:pointer;}.ext-safari .x-form-field-wrap .x-form-trigger{    right:0;}.x-form-field-wrap .x-form-twin-triggers{    }.x-form-field-wrap .x-form-twin-triggers .x-form-trigger{    position:static;    top:auto;    vertical-align:top;}.x-form-field-wrap .x-form-trigger-over{    background-position:-17px 0;}.x-form-field-wrap .x-form-trigger-click{    background-position:-34px 0;}.x-trigger-wrap-focus .x-form-trigger{    background-position:-51px 0;}.x-trigger-wrap-focus .x-form-trigger-over{    background-position:-68px 0;}.x-trigger-wrap-focus .x-form-trigger-click{    background-position:-85px 0;}.x-trigger-wrap-focus .x-form-trigger{    border-bottom: 1px solid #7eadd9;}.x-item-disabled .x-form-trigger-over{    background-position:0 0 !important;    border-bottom: 1px solid #B5B8C8;}.x-item-disabled .x-form-trigger-click{    background-position:0 0 !important;    border-bottom: 1px solid #B5B8C8;}.x-form-focus, textarea.x-form-focus{	border: 1px solid #7eadd9;}.x-form-invalid, textarea.x-form-invalid{	background:#fff url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/invalid_line.gif) repeat-x bottom;	border: 1px solid #dd7870;}.ext-safari .x-form-invalid{	background-color:#ffeeee;	border: 1px solid #ff7870;}.x-editor {    visibility:hidden;    padding:0;    margin:0;}.x-form-check-wrap {    line-height:18px;}.ext-ie .x-form-check-wrap input {    width:15px;    height:15px;}.x-editor .x-form-check-wrap {    padding:3px;}.x-editor .x-form-checkbox {    height:13px;    border: 0 none;}.x-form-grow-sizer {	/* font:normal 12px tahoma, arial, helvetica, sans-serif;*/    left: -10000px;	padding: 8px 3px;    position: absolute;    visibility:hidden;    top: -10000px;	white-space: pre-wrap;    white-space: -moz-pre-wrap;    white-space: -pre-wrap;    white-space: -o-pre-wrap;    word-wrap: break-word;    zoom:1;}.x-form-grow-sizer p {    margin:0 !important;    border:0 none !important;    padding:0 !important;}.x-form-item {    /*font:normal 12px tahoma, arial, helvetica, sans-serif; */   display:block;    margin-bottom:4px;}.x-form-item label {    display:block;    float:left;    width:100px;    padding:3px;    padding-left:0;    clear:left;    z-index:2;    position:relative;}.x-form-element {    padding-left:105px;    position:relative;}.x-form-invalid-msg {    color:#ee0000;    padding:2px;    padding-left:18px;  /*  font:normal 11px tahoma, arial, helvetica, sans-serif; */   background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/warning.gif) no-repeat 0 2px;    line-height:16px;    width:200px;}.x-form-label-right label {   text-align:right;}.x-form-label-top .x-form-item label {    width:auto;    float:none;    clear:none;    display:inline;    margin-bottom:4px;    position:static;}.x-form-label-top .x-form-element {    padding-left:0;    padding-top:4px;}.x-form-label-top .x-form-item {    padding-bottom:4px;}.x-form fieldset {    border:1px solid #B5B8C8;    padding:10px 10px 5px 10px;    margin-bottom:10px;}.x-form fieldset legend {  /*  font:bold 11px tahoma, arial, helvetica, sans-serif;    */color:#15428b;}.ext-ie .x-form fieldset legend {    margin-bottom:10px;}.ext-ie .x-form fieldset {    padding-top: 0;}.x-form-empty-field {    color:gray;}.x-small-editor .x-form-field { /*   font:normal 11px arial, tahoma, helvetica, sans-serif; */}.x-small-editor .x-form-text {    height:20px;    line-height:16px;    vertical-align:middle;}.ext-ie .x-small-editor .x-form-text {    margin-top:-1px !important;     margin-bottom:-1px !important;    height:20px !important;     line-height:16px !important;}.ext-strict .x-small-editor .x-form-text {    height:16px !important;}.ext-safari .x-small-editor .x-form-field {   /*     font:normal 12px arial, tahoma, helvetica, sans-serif; */}.ext-ie .x-small-editor .x-form-text {    height:20px;    line-height:16px;}.ext-border-box .x-small-editor .x-form-text {    height:20px;}.x-small-editor .x-form-select-one {    height:20px;    line-height:16px;    vertical-align:middle;}.x-small-editor .x-form-num-field {    text-align:right;}.x-small-editor .x-form-field-wrap .x-form-trigger{    height:19px;}.x-form-clear {    clear:both;    height:0;    overflow:hidden;    line-height:0;    font-size:0;}.x-form-clear-left {    clear:left;    height:0;    overflow:hidden;    line-height:0;    font-size:0;}.x-form-cb-label {    width:'auto' !important;    float:none !important;    clear:none !important;    display:inline !important;    margin-left:4px;}.x-form-column {    float:left;    padding:0;    margin:0;    width:48%;    overflow:hidden;    zoom:1;}.x-form .x-form-btns-ct .x-btn{	float:right;	clear:none;}.x-form .x-form-btns-ct .x-form-btns td {	border:0;	padding:0;}.x-form .x-form-btns-ct .x-form-btns-right table{	float:right;	clear:none;}.x-form .x-form-btns-ct .x-form-btns-left table{	float:left;	clear:none;}.x-form .x-form-btns-ct .x-form-btns-center{	text-align:center; }.x-form .x-form-btns-ct .x-form-btns-center table{	margin:0 auto; }.x-form .x-form-btns-ct table td.x-form-btn-td{	padding:3px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-left{	background-position:0 -147px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-right{	background-position:0 -168px;}.x-form .x-form-btns-ct .x-btn-focus .x-btn-center{	background-position:0 -189px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-center{	background-position:0 -126px;}.x-form .x-form-btns-ct .x-btn-click  .x-btn-right{	background-position:0 -84px;}.x-form .x-form-btns-ct .x-btn-click .x-btn-left{	background-position:0 -63px;}.x-form-invalid-icon {    width:16px;    height:18px;    visibility:hidden;    position:absolute;    left:0;    top:0;    display:block;    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/exclamation.gif) no-repeat 0 2px;}.x-btn{
	/*font:normal 11px tahoma, verdana, helvetica; */
	cursor:pointer;
	white-space: nowrap;
}
.x-btn button{
    border:0 none;
    background:transparent;
   /* font:normal 11px tahoma,verdana,helvetica; */
    padding-left:3px;
    padding-right:3px;
    cursor:pointer;
    margin:0;
    overflow:visible;
    width:auto;
    -moz-outline:0 none;
    outline:0 none;
}
* html .ext-ie .x-btn button {
    width:1px;
}
.ext-gecko .x-btn button {
    padding-left:0;
    padding-right:0;
}
.ext-ie .x-btn button {
    padding-top:2px;
}


.x-btn-icon .x-btn-center .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor:pointer;
	white-space: nowrap;
    padding:0;
}
.x-btn-icon .x-btn-center{
	padding:1px;
}
.x-btn em {
    font-style:normal;
    font-weight:normal;
}


.x-btn-text-icon .x-btn-center .x-btn-text{
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left:18px;
	padding-top:3px;
	padding-bottom:3px;
    padding-right:0;
}

.x-btn-left, .x-btn-right{
	font-size:1px;
    line-height:1px;
}
.x-btn-left{
	width:3px;
	height:21px;
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right{
	width:3px;
	height:21px;
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-left i, .x-btn-right i{
	display:block;
    width:3px;
    overflow:hidden;
    font-size:1px;
    line-height:1px;
}
.x-btn-center{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}
.x-btn-over .x-btn-left{
	background-position:0 -63px;
}
.x-btn-over .x-btn-right{
	background-position:0 -84px;
}
.x-btn-over .x-btn-center{
	background-position:0 -105px;
}
.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
	background-position:0 -126px;
}
.x-btn-disabled *{
	color:gray !important;
	cursor:default !important;
}
.x-btn-menu-text-wrap .x-btn-center {
	padding:0 3px;
}
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
	padding:0 1px;
}
.x-btn-menu-arrow-wrap .x-btn-center {
    padding:0;
}
.x-btn-menu-arrow-wrap .x-btn-center button {
	width:12px !important;
    height:21px;
    padding:0 !important;
    display:block;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/btn-arrow.gif) no-repeat left 3px;
}
.x-btn-with-menu  .x-btn-center {
    padding-right:2px !important;
}
.x-btn-with-menu  .x-btn-center em {
    display:block;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/btn-arrow.gif) no-repeat right 0;
	padding-right:10px;
}

.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
    display:block;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
	padding-right:10px;
}.x-toolbar{
	border-top: 1px solid #eaf0f7;
    border-bottom: 1px solid #a9bfd3;
    display: block;
	padding:2px;
    background:#d0def0 url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/panel-title-light-bg.gif) repeat-x;
    position:relative;
}
.x-toolbar .x-item-disabled .x-btn-icon {
    opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}
.x-toolbar td {
	vertical-align:middle;
}
.mso .x-toolbar, .x-grid-mso .x-toolbar{
	border: 0 none;
	background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/mso-hd.gif);
}
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label{
	white-space: nowrap;
    /* font:normal 11px tahoma, arial, helvetica, sans-serif; */
}
.x-toolbar .x-item-disabled {
	color:gray;
	cursor:default;
	opacity:.6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
}
.x-toolbar .x-item-disabled * {
	color:gray;
	cursor:default;
}
.x-toolbar .x-btn-left{
	background:none;
}
.x-toolbar .x-btn-right{
	background:none;
}
.x-toolbar .x-btn-center{
	background:none;
	padding:0 0;
}

.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
	padding-right:2px;
}
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
	padding-right:0;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
	padding:0 2px;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
}
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
}
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
	background-position: 0 -47px;
}
.x-toolbar .x-btn-over .x-btn-left{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
}
.x-toolbar .x-btn-over .x-btn-right{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
}
.x-toolbar .x-btn-over .x-btn-center{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
}

.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
}
.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
}
.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
}

.x-toolbar .x-btn-with-menu .x-btn-center em{
	padding-right:8px;
}

.x-toolbar .ytb-text{
   padding:2px;
}
.x-toolbar .ytb-sep {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-split.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	height: 16px;
	width:4px;
	overflow: hidden;
	cursor:default;
	margin: 0 2px 0;
	border:0;
}
.x-toolbar .ytb-spacer {
    width:2px;
}
.mso .x-toolbar .ytb-sep, .x-grid-mso .x-toolbar .ytb-sep{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-blue-split.gif);
}


.ext-ie .x-toolbar .x-form-field-wrap {
	padding-bottom:1px;
}
.ext-ie .x-toolbar .x-form-field-wrap .x-form-trigger {
	top:1px;
}
.ext-ie .x-toolbar .x-form-field-wrap .x-form-twin-triggers img {
	margin-top:1px;
}



.x-grid-page-number{
	width:24px;
	height:14px;
}
.x-grid-page-first .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-first.gif);
}
.x-grid-loading .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/done.gif);
}
.x-grid-page-last .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-last.gif);
}
.x-grid-page-next .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-next.gif);
}
.x-grid-page-prev .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-prev.gif);
}
.x-item-disabled .x-grid-loading .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/loading.gif);
}
.x-item-disabled .x-grid-page-first .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-first-disabled.gif);
}
.x-item-disabled .x-grid-page-last .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-last-disabled.gif);
}
.x-item-disabled .x-grid-page-next .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-next-disabled.gif);
}
.x-item-disabled .x-grid-page-prev .x-btn-text{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/page-prev-disabled.gif);
}
.x-paging-info {
    position:absolute;
    top:8px;
    right: 8px;
    color:#15428b;
}
.x-resizable-handle {
    position:absolute;
    z-index:100;

    font-size:1px;
    line-height:6px;
    overflow:hidden;
	 background:white;
	 filter:alpha(opacity=0);
	 opacity:0;
	 zoom:1;
}
.x-resizable-handle-east{
    width:6px;
    cursor:e-resize;
    right:0;
    top:0;
    height:100%;
}
.ext-ie .x-resizable-handle-east {
      margin-right:-1px;
}
.x-resizable-handle-south{
    width:100%;
    cursor:s-resize;
    left:0;
    bottom:0;
    height:6px;
}
.ext-ie .x-resizable-handle-south {
     margin-bottom:-1px;
}
.x-resizable-handle-west{
    width:6px;
    cursor:w-resize;
    left:0;
    top:0;
    height:100%;
}
.x-resizable-handle-north{
    width:100%;
    cursor:n-resize;
    left:0;
    top:0;
    height:6px;
}
.x-resizable-handle-southeast{
    width:6px;
    cursor:se-resize;
    right:0;
    bottom:0;
    height:6px;
    z-index:101;
}
.x-resizable-handle-northwest{
    width:6px;
    cursor:nw-resize;
    left:0;
    top:0;
    height:6px;
    z-index:101;
}
.x-resizable-handle-northeast{
    width:6px;
    cursor:ne-resize;
    right:0;
    top:0;
    height:6px;
    z-index:101;
}
.x-resizable-handle-southwest{
    width:6px;
    cursor:sw-resize;
    left:0;
    bottom:0;
    height:6px;
    z-index:101;
}
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
    filter:alpha(opacity=100);
	 opacity:1;
}
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/e-handle.gif);
	 background-position: left;
}
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/e-handle.gif);
	 background-position: left;
}
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/s-handle.gif);
    background-position: top;
}
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/s-handle.gif);
    background-position: top;
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/se-handle.gif);
    background-position: top left;
}
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/nw-handle.gif);
    background-position:bottom right;
}
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/ne-handle.gif);
    background-position: bottom left;
}
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/sw-handle.gif);
    background-position: top right;
}
.x-resizable-proxy{
    border: 1px dashed #6593cf;
    position:absolute;
    overflow:hidden;
    display:none;
	 left:0;top:0;
    z-index:50000;
}
.x-resizable-overlay{
    width:100%;
	 height:100%;
	 display:none;
	 position:absolute;
	 left:0;
	 top:0;
	 background:white;
	 z-index:200000;
	 -moz-opacity: 0;
    opacity:0;
    filter: alpha(opacity=0);
}

.x-grid {
	position:relative;
	overflow:hidden;
    background-color:#fff;
}
.x-grid-scroller {
	overflow:auto;
}
.x-grid-viewport, .x-grid-locked{
	position:absolute;
	left:0; top: 0;
	z-index:2;
	overflow:hidden;
	visibility:hidden;
}
.x-grid-cell-inner, .x-grid-hd-inner{
	overflow:hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.x-grid-hd-row td, .x-grid-row td{
	/* font:normal 11px arial, tahoma, helvetica, sans-serif; */
    line-height:13px;
    white-space: nowrap;
	vertical-align: top;
	-moz-outline: none;
	-moz-user-focus: normal;
}
.x-grid-hd-row td {
    line-height:14px;
}
.x-grid-col {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}


.x-grid-locked .x-grid-body td {
	background-color: #FBFDFF;
	border-right: 1px solid #deecfd;
	border-bottom: 1px solid #deecfd !important;
}
.x-grid-locked .x-grid-body td .x-grid-cell-inner {
	border-top:0 none;
}
.x-grid-locked .x-grid-row-alt td{
	background-color: #F5FAFE;
}

.x-grid-locked .x-grid-header table{
    border-right:1px solid transparent;
}
.x-grid-locked .x-grid-body table{
    border-right:1px solid #c3daf9;
}

.x-grid-locked .x-grid-body td .x-grid-cell-inner {

}
.x-grid-row {
	cursor: default;
}
.x-grid-row-alt{
	background-color:#f1f1f1;
}
.x-grid-row-over td{
	background-color:#d9e8fb;
}
.x-grid-resize-proxy {
	width:3px;
	background-color:#cccccc;
	cursor: e-resize;
	cursor: col-resize;
	position:absolute;
	top:0;
	height:100px;
	overflow:hidden;
	visibility:hidden;
	border:0 none;
	z-index:7;
}
.x-grid-focus {
	position:absolute;
	top:0;
	-moz-outline:0 none;
    outline:0 none;
    -moz-user-select: normal;
    -khtml-user-select: normal;
}


.x-grid-header{
	background: #ebeadb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-hrow.gif) repeat-x;
	overflow:hidden;
	position:relative;
	cursor:default;
	width:100%;
}
.x-grid-hd-row{
	height:22px;
}
.x-grid-hd {
	padding-right:1px;
}
.x-grid-hd-over .x-grid-hd-inner {
	border-bottom: 1px solid #c3daf9;
}
.x-grid-hd-over .x-grid-hd-text {
	background: #fafafa url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-hrow.gif) repeat-x 0 1px;
	padding-bottom:1px;
    border-bottom: 1px solid #b3cae9;
}
.x-grid-sort-icon{
	background-repeat: no-repeat;
	display: none;
	height: 4px;
	width: 13px;
	margin-left:3px;
	vertical-align: middle;
}
.x-grid-header .sort-asc .x-grid-sort-icon {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/sort_asc.gif);
	display: inline;
}
.x-grid-header .sort-desc .x-grid-sort-icon {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/sort_desc.gif);
	display: inline;
}


.x-grid-body {
	overflow:hidden;
	position:relative;
	width:100%;
	zoom:1;
}

.x-grid-cell-text,.x-grid-hd-text {
	display: block;
	padding: 3px 5px 3px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	color:black;
}
.x-grid-hd-text {
    padding-top:4px;
}
.x-grid-split {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-split.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: e-resize;
	cursor: col-resize;
	display: block;
	font-size: 1px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 6px;
	z-index: 3;
}

.x-grid-hd-text {
	color:#15428b;
}

.x-dd-drag-proxy .x-grid-hd-inner{
	background: #ebeadb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-hrow.gif) repeat-x;
	height:22px;
	width:120px;
}

.col-move-top, .col-move-bottom{
	width:9px;
	height:9px;
	position:absolute;
	top:0;
	line-height:1px;
	font-size:1px;
	overflow:hidden;
	visibility:hidden;
	z-index:20000;
}
.col-move-top{
	background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/col-move-top.gif) no-repeat left top;
}
.col-move-bottom{
	background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/col-move-bottom.gif) no-repeat left top;
}


.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td{
	background-color: #316ac5 !important;
	color: white;
}
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i{
	color: white !important;
}
.x-grid-row-selected .x-grid-cell-text{
	color: white;
}
.x-grid-cell-selected{
	background-color: #316ac5 !important;
	color: white;
}
.x-grid-cell-selected span{
	color: white !important;
}
.x-grid-cell-selected .x-grid-cell-text{
	color: white;
}

.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
    background: #ebeadb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
    vertical-align:middle !important;
    color:black;
    padding:0;
    border-top:1px solid white;
    border-bottom:none !important;
    border-right:1px solid #6fa0df !important;
    text-align:center;
}
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
    padding:0 4px;
    color:#15428b !important;
    text-align:center;
}


.x-grid-dirty-cell {
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/dirty.gif) no-repeat 0 0;
}


.x-grid-topbar, .x-grid-bottombar{
	/* font:normal 11px arial, tahoma, helvetica, sans-serif; */
    overflow:hidden;
	display:none;
	zoom:1;
    position:relative;
}
.x-grid-topbar .x-toolbar{
	border-right:0 none;
}
.x-grid-bottombar .x-toolbar{
	border-right:0 none;
	border-bottom:0 none;
	border-top:1px solid #a9bfd3;
}

.x-props-grid .x-grid-cell-selected .x-grid-cell-text{
	 background-color: #316ac5 !important;
}
.x-props-grid .x-grid-col-value .x-grid-cell-text{
	background-color: white;
}
.x-props-grid .x-grid-col-name{
	 background-color: #c3daf9;
}
.x-props-grid .x-grid-col-name .x-grid-cell-text{
	background-color: white;
    margin-left:10px;
}
.x-props-grid .x-grid-split-value {
    visibility:hidden;
}


.xg-hmenu-sort-asc .x-menu-item-icon{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/hmenu-asc.gif);
}
.xg-hmenu-sort-desc .x-menu-item-icon{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/hmenu-desc.gif);
}
.xg-hmenu-lock .x-menu-item-icon{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/hmenu-lock.gif);
}
.xg-hmenu-unlock .x-menu-item-icon{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/hmenu-unlock.gif);
}


.x-dd-drag-ghost .x-grid-dd-wrap {
    padding:1px 3px 3px 1px;
}.x-layout-container{
    width:100%;
    height:100%;
    overflow:hidden;
	 background-color:#c3daf9;
}
.x-layout-container .x-layout-tabs-body{
	border:0 none;
}
.x-layout-collapsed{
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
    background-color:#c3daf9;
    width:20px;
    height:20px;
    overflow:hidden;
	border:1px solid #98c0f4;
	z-index:20;
}
.ext-border-box .x-layout-collapsed{
    width:22px;
    height:22px;
}
.x-layout-collapsed-over{
    cursor:pointer;
	 background-color:#d9e8fb;
}
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
	position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
}
.x-layout-collapsed-north .x-layout-collapsed-tools, .x-layout-collapsed-south .x-layout-collapsed-tools{
	position:absolute;
    top:0;
    right:0;
    width:20px;
    height:20px;
}
.x-layout-collapsed .x-layout-tools-button{
    margin:0;
}
.x-layout-collapsed .x-layout-tools-button-inner{
    width:16px;
    height:16px;
}
.x-layout-inactive-content{
    position:absolute;
    left:-10000px;
    top:-10000px;
    visibility:hidden;
}
.x-layout-active-content{
    visibility:visible;
}
.x-layout-panel{
    position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
}
.x-layout-panel-east, .x-layout-panel-west {
    z-index:10;
}
.x-layout-panel-north, .x-layout-panel-south {
    z-index:11;
}
.x-layout-collapsed-north, .x-layout-collapsed-south, .x-layout-collapsed-east, .x-layout-collapsed-west {
    z-index:12;
}
.x-layout-panel-body{
    overflow:hidden;
}
.x-layout-grid-wrapper{

}
.x-layout-split{
    position:absolute;
    height:5px;
    width:5px;
    line-height:1px;
    font-size:1px;
    z-index:3;
    background-color:#c3daf9;
}
.x-layout-panel-hd{
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/panel-title-light-bg.gif);
    color: black;
    border-bottom:1px solid #98c0f4;
    position:relative;
}
.x-layout-panel-hd-text{
    /*font:normal 11px tahoma, verdana, helvetica; */
    padding: 4px;
    padding-left: 4px;
    display:block;
	 white-space:nowrap;
}
.x-layout-panel-hd-tools{
    position:absolute;
    right:0;
    top:0;
    text-align:right;
    padding-top:2px;
    padding-right:2px;
    width:60px;
}
.x-layout-tools-button{
    z-index:6;
    padding:2px;
    cursor:pointer;
    float:right;
}
.x-layout-tools-button-over{
    padding:1px;
    border:1px solid #98c0f4;
    background-color:white;
}
.x-layout-tools-button-inner{
    height:12px;
    width:12px;
    line-height:1px;
    font-size:1px;
    background-repeat:no-repeat;
    background-position:center;
}
.x-layout-close{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/panel-close.gif);
}
.x-layout-stick{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/stick.gif);
}
.x-layout-collapse-west,.x-layout-expand-east{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/collapse.gif);
}
.x-layout-expand-west,.x-layout-collapse-east{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/expand.gif);
}
.x-layout-collapse-north,.x-layout-expand-south{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/ns-collapse.gif);
}
.x-layout-expand-north,.x-layout-collapse-south{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/ns-expand.gif);
}
.x-layout-split-h{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/e-handle.gif);
    background-position: left;
}
.x-layout-split-v{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/s-handle.gif);
    background-position: top;
}
.x-layout-panel .x-tabs-wrap{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/gradient-bg.gif);
}
.x-layout-panel .x-tabs-body {
    background-color:white;
    overflow:auto;height:100%;
}
.x-layout-component-panel, .x-layout-nested-layout {
	position:relative;
   padding:0;
	overflow:hidden;
	width:200px;
	height:200px;
}
.x-layout-nested-layout .x-layout-panel {
	  border:0 none;
}
.x-layout-nested-layout .x-layout-panel-north {
	  border-bottom:1px solid #98c0f4;
}
.x-layout-nested-layout .x-layout-panel-south {
	  border-top:1px solid #98c0f4;
}
.x-layout-nested-layout .x-layout-panel-east {
	  border-left:1px solid #98c0f4;
}
.x-layout-nested-layout .x-layout-panel-west {
	  border-right:1px solid #98c0f4;
}

.x-layout-panel-dragover {
	border: 2px solid #6593cf;
}
.x-layout-panel-proxy {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/gradient-bg.gif);
	background-color:#c3daf9;
	border:1px dashed #6593cf;
	z-index:10001;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
}
.x-layout-slider {
	z-index:15;
	overflow:hidden;
	position:absolute;
}

.x-scroller-up, .x-scroller-down {
	background-color:#c3daf9;
	border: 1px solid #6593cf;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right:0 none;
	cursor:pointer;
	overflow:hidden;
	line-height:16px;
}
.x-scroller-down {
	border-bottom: 0 none;
	border-top: 1px solid #6593cf;
}
.x-scroller-btn-over {
	background-color: #d9e8f8;
}
.x-scroller-btn-click {
	background-color: #AECEF7;
}
.x-scroller-btn-disabled {
	cursor:default;
	background-color: #c3daf9;
	-moz-opacity: 0.3;
   opacity:.30;
   filter: alpha(opacity=30);
}



.x-reader .x-layout-panel-north {
    border:0 none;
}
.x-reader .x-layout-panel-center{
    border:0 none;
}
.x-reader .x-layout-nested-layout .x-layout-panel-center{
    border:1px solid #99bbe8;
    border-top:0 none;
}
.x-reader .x-layout-nested-layout .x-layout-panel-south{
    border:1px solid #99bbe8;
}.x-dlg-proxy {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/gradient-bg.gif);
	background-color:#c3daf9;
	border:1px solid #6593cf;
	z-index:10001;
	overflow:hidden;
	position:absolute;
	left:0;top:0;
}
.x-dlg-shadow{
	background:#aaaaaa;
	position:absolute;
	left:0;top:0;
}
.x-dlg-focus{
	-moz-outline:0 none;
	outline:0 none;
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.x-dlg-mask{
	z-index:10000;
   display:none;
   position:absolute;
   top:0;
   left:0;
   -moz-opacity: 0.5;
   opacity:.50;
   filter: alpha(opacity=50);
   background-color:#CCC;
}
body.x-body-masked select {
	visibility:hidden;
}
body.x-body-masked .x-dlg select {
	visibility:visible;
}
.x-dlg{
	z-index:10001;
	overflow:hidden;
	position:absolute;
	left:300;top:0;
}
.x-dlg .x-dlg-hd {
	background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
	background-color:navy;
	color:#FFF;
	/*font:bold 12px "sans serif", tahoma, verdana, helvetica; */
	overflow:hidden;
	padding:5px;
    white-space: nowrap;
}
.x-dlg .x-dlg-hd-left {
	background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
	padding-left:3px;
	margin:0;
}
.x-dlg .x-dlg-hd-right {
	background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
	padding-right:3px;
}
.x-dlg .x-dlg-dlg-body{
	background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/gradient-bg.gif);
	border:1px solid #6593cf;
	border-top:0 none;
	padding:10px;
	position:absolute;
	top:24px;left:0;
	z-index:1;
	overflow:hidden;
}
.x-dlg-collapsed .x-resizable-handle{
    display:none;
}
.x-dlg .x-dlg-bd{
	overflow:hidden;
}
.x-dlg .x-dlg-ft{
	overflow:hidden;
	padding:5px;
	padding-bottom:0;
}

.x-dlg .x-tabs-body{
	background:white;
	overflow:auto;
}
.x-dlg .x-tabs-top .x-tabs-body{
	border:1px solid #6593cf;
	border-top:0 none;
}
.x-dlg .x-tabs-bottom .x-tabs-body{
	border:1px solid #6593cf;
	border-bottom:0 none;
}
.x-dlg .x-layout-container  .x-tabs-body{
	border:0 none;
}
.x-dlg .inner-tab{
	margin:5px;
}
.x-dlg .x-dlg-ft .x-btn{
	margin-right:5px;
	float:right;
	clear:none;
}
.x-dlg .x-dlg-ft .x-dlg-btns td {
	border:0;
	padding:0;
}
.x-dlg .x-dlg-ft .x-dlg-btns-right table{
	float:right;
	clear:none;
}
.x-dlg .x-dlg-ft .x-dlg-btns-left table{
	float:left;
	clear:none;
}
.x-dlg .x-dlg-ft .x-dlg-btns-center{
	text-align:center;
}
.x-dlg .x-dlg-ft .x-dlg-btns-center table{
	margin:0 auto;
}


.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-left{
	background-position:0 -147px;
}
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-right{
	background-position:0 -168px;
}
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-focus .x-btn-center{
	background-position:0 -189px;
}

.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-center{
	background-position:0 -126px;
}
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-right{
	background-position:0 -84px;
}
.x-dlg .x-dlg-ft .x-dlg-btns .x-btn-click .x-btn-left{
	background-position:0 -63px;
}

.x-dlg-draggable .x-dlg-hd{
	cursor:move;
}
.x-dlg-closable .x-dlg-hd{
	padding-right:22px;
}
.x-dlg-toolbox {
    position:absolute;
	top:4px;
	right:4px;
	z-index:6;
    width:40px;
    cursor:default;
    height:15px;
    background:transparent;
}
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse {
    float:right;
    height:15px;
	width:15px;
	margin:0;
    margin-left:2px;
    padding:0;
	line-height:1px;
	font-size:1px;
	background-repeat:no-repeat;
	cursor:pointer;
	visibility:inherit;
}
.x-dlg .x-dlg-close {
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/close.gif);
}
.x-dlg .x-dlg-collapse {
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/collapse.gif);
}
.x-dlg-collapsed .x-dlg-collapse {
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/expand.gif);
}
.x-dlg .x-dlg-close-over, .x-dlg .x-dlg-collapse-over {

}
.x-dlg div.x-resizable-handle-east{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/e-handle.gif);
	border:0;
	background-position:right;
	margin-right:0;
}
.x-dlg div.x-resizable-handle-south{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/s-handle-dark.gif);
	border:0;
	height:6px;
}
.x-dlg div.x-resizable-handle-west{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/e-handle.gif);
	border:0;
	background-position:1px;
}
.x-dlg div.x-resizable-handle-north{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/s.gif);
	border:0;
}
.x-dlg div.x-resizable-handle-northeast, .xtheme-gray .x-dlg div.x-resizable-handle-northeast{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/s.gif);
	border:0;
}
.x-dlg div.x-resizable-handle-northwest, .xtheme-gray .x-dlg div.x-resizable-handle-northwest{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/s.gif);
	border:0;
}
.x-dlg div.x-resizable-handle-southeast{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/se-handle.gif);
	background-position: bottom right;
	width:8px;
	height:8px;
	border:0;
}
.x-dlg div.x-resizable-handle-southwest{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/sizer/sw-handle-dark.gif);
	background-position: top right;
	margin-left:1px;
	margin-bottom:1px;
	border:0;
}

#x-msg-box .x-dlg-ft .x-btn{
	float:none;
	clear:none;
	margin:0 3px;
}

#x-msg-box .x-dlg-bd {
	padding:5px;
	overflow:hidden !important;
	/* font:normal 13px verdana,tahoma,sans-serif; */
}
#x-msg-box .ext-mb-input {
	margin-top:4px;
	width:95%;
}
#x-msg-box .ext-mb-textarea {
	margin-top:4px;
/*	font:normal 13px verdana,tahoma,sans-serif; */
}
#x-msg-box .ext-mb-progress-wrap {
	margin-top:4px;
	border:1px solid #6593cf;
}
#x-msg-box .ext-mb-progress {
	height:18px;
	background: #e0e8f3 url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/bg.gif) repeat-x;
}
#x-msg-box .ext-mb-progress-bar {
	height:18px;
	overflow:hidden;
	width:0;
	background:#8BB8F3;
	border-top:1px solid #B2D0F7;
	border-bottom:1px solid #65A1EF;
	border-right:1px solid #65A1EF;
}

#x-msg-box .x-msg-box-wait {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/loading.gif) no-repeat left;
    display:block;
    width:300px;
    padding-left:18px;
    line-height:18px;
}.x-dd-drag-proxy{
	position:absolute;
	left:0;top:0;
	visibility:hidden;
	z-index:15000;
}
.x-dd-drag-ghost{
	color: black;
	/* font: normal 11px arial, helvetica, sans-serif; */
	-moz-opacity: 0.85;
   opacity:.85;
   filter: alpha(opacity=85);
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	padding:3px;
	padding-left:20px;
	background-color:white;
	white-space:nowrap;
}
.x-dd-drag-repair .x-dd-drag-ghost{
	-moz-opacity: 0.4;
   opacity:.4;
   filter: alpha(opacity=40);
	border:0 none;
	padding:0;
	background-color:transparent;
}
.x-dd-drag-repair .x-dd-drop-icon{
	visibility:hidden;
}
.x-dd-drop-icon{
  position:absolute;
	top:3px;
	left:3px;
	display:block;
	width:16px;
	height:16px;
	background-color:transparent;
	background-position: center;
	background-repeat: no-repeat;
	z-index:1;
}
.x-dd-drop-nodrop .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/dd/drop-no.gif);
}
.x-dd-drop-ok .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/dd/drop-yes.gif);
}
.x-dd-drop-ok-add .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/dd/drop-add.gif);
}.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 16px;
    background-repeat: no-repeat;
}
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
	border: 0 none;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	background-position:center;
    background-repeat: no-repeat;
}


.x-tree-node-collapsed .x-tree-node-icon{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/folder.gif);
}
.x-tree-node-expanded .x-tree-node-icon{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/folder-open.gif);
}
.x-tree-node-leaf .x-tree-node-icon{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/leaf.gif);
}

.x-tree-noicon .x-tree-node-icon{
	width:0; height:0;
}

.x-tree-node-loading .x-tree-node-icon{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/loading.gif) !important;
}
.x-tree-node-loading a span{
	 font-style: italic;
	 color:#444444;
}


.x-tree-lines .x-tree-elbow{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow.gif);
}
.x-tree-lines .x-tree-elbow-plus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-plus.gif);
}
.x-tree-lines .x-tree-elbow-minus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-minus.gif);
}
.x-tree-lines .x-tree-elbow-end{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-end.gif);
}
.x-tree-lines .x-tree-elbow-end-plus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-end-plus.gif);
}
.x-tree-lines .x-tree-elbow-end-minus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-end-minus.gif);
}
.x-tree-lines .x-tree-elbow-line{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-line.gif);
}


.x-tree-no-lines .x-tree-elbow{
	background:transparent;
}
.x-tree-no-lines .x-tree-elbow-plus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-minus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end{
	background:transparent;
}
.x-tree-no-lines .x-tree-elbow-end-plus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-end-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-minus{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/elbow-end-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-line{
	background:transparent;
}

.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
	cursor:pointer;
}
.ext-ie ul.x-tree-node-ct{
    font-size:0;
    line-height:0;
}
.x-tree-node{
	color: black;
	/* font: normal 11px arial, tahoma, helvetica, sans-serif; */
	white-space: nowrap;
}
.x-tree-node a, .x-dd-drag-ghost a{
	text-decoration:none;
	color:black;
	-khtml-user-select:none;
	-moz-user-select:none;
    -kthml-user-focus:normal;
    -moz-user-focus:normal;
    -moz-outline: 0 none;
    outline:0 none;
}
.x-tree-node a span, .x-dd-drag-ghost a span{
	text-decoration:none;
	color:black;
	padding:1px 3px 1px 2px;
}
.x-tree-node .x-tree-node-disabled a span{
	color:gray !important;
}
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
	-moz-opacity: 0.5;
   opacity:.5;
   filter: alpha(opacity=50);
}
.x-tree-node .x-tree-node-inline-icon{
	background:transparent;
}
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
	text-decoration:none;
}
.x-tree-node div.x-tree-drag-insert-below{
 	 border-bottom:1px dotted #3366cc;
}
.x-tree-node div.x-tree-drag-insert-above{
	 border-top:1px dotted #3366cc;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
 	 border-bottom:0 none;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
	 border-top:0 none;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
 	 border-bottom:2px solid #3366cc;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
	 border-top:2px solid #3366cc;
}
.x-tree-node .x-tree-drag-append a span{
	 background:#dddddd;
	 border:1px dotted gray;
}
.x-tree-node .x-tree-selected a span{
	background:#3366cc;
	color:white;
}
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
	display:none !important;
}
.x-tree-drop-ok-append .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/drop-add.gif);
}
.x-tree-drop-ok-above .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/drop-over.gif);
}
.x-tree-drop-ok-below .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/drop-under.gif);
}
.x-tree-drop-ok-between .x-dd-drop-icon{
  background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/tree/drop-between.gif);
}
.x-tip{
	position: absolute;
	top: 0;
    left:0;
    visibility: hidden;
	z-index: 20000;
    border:0 none;
}
.x-tip .x-tip-close{
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/close.gif);
	height: 15px;
	float:right;
	width: 15px;
    margin:0 0 2px 2px;
    cursor:pointer;
    display:none;
}
.x-tip .x-tip-top {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat 0 -12px;
	height:6px;
    overflow:hidden;
}
.x-tip .x-tip-top-left {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
}
.x-tip .x-tip-top-right {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat right 0;
	padding-right:6px;
    zoom:1;
}
.x-tip .x-tip-ft {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat 0 -18px;
	height:6px;
    overflow:hidden;
}
.x-tip .x-tip-ft-left {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat 0 -6px;
	padding-left:6px;
    zoom:1;
}
.x-tip .x-tip-ft-right {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat right -6px;
	padding-right:6px;
    zoom:1;
}
.x-tip .x-tip-bd {
    border:0 none;
    /* font: normal 11px tahoma,arial,helvetica,sans-serif; */
}
.x-tip .x-tip-bd-left {
	background: #fff url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat 0 -24px;
	padding-left:6px;
    zoom:1;
}
.x-tip .x-tip-bd-right {
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/qtip/tip-sprite.gif) no-repeat right -24px;
	padding-right:6px;
    zoom:1;
}

.x-tip h3 {
    /*font: bold 11px tahoma,arial,helvetica,sans-serif; */
    margin:0;
    padding:2px 0;
    color:#444;
}
.x-tip .x-tip-bd-inner {
   /* font: normal 11px tahoma,arial,helvetica,sans-serif; */
    margin:0 !important;
    line-height:14px;
    color:#444;
    padding:0;
    float:left;
}


.x-form-invalid-tip {
}

.x-form-invalid-tip .x-tip-top {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-top-left {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-top-right {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-ft {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-ft-left {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-ft-right {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bd-left {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bd-right {
	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bd .x-tip-bd-inner {
    padding-left:24px;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/form/exclamation.gif) no-repeat 2px 2px;
}
.x-form-invalid-tip .x-tip-bd-inner {
    padding:2px;
}.x-date-picker {    border: 1px solid #1b376c;    border-top:0 none;    background:#fff;	 position:relative;}.x-date-picker a {    -moz-outline:0 none;    outline:0 none;}.x-date-inner, .x-date-inner td, .x-date-inner th{    border-collapse:separate;}.x-date-middle,.x-date-left,.x-date-right {	background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -83px;	color:#FFF;	/* font:bold 11px "sans serif", tahoma, verdana, helvetica;	*/ overflow:hidden;}.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right{	background:transparent !important;    vertical-align:middle;}.x-date-middle .x-btn .x-btn-text {    color:#fff;}.x-date-middle .x-btn-with-menu  .x-btn-center em {    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/toolbar/btn-arrow-light.gif) no-repeat right 0;}.x-date-right, .x-date-left {    width:18px;}.x-date-right{    text-align:right;}.x-date-middle {    padding-top:2px;padding-bottom:2px;}.x-date-right a, .x-date-left a{    display:block;    width:16px;	height:16px;	background-position: center;	background-repeat: no-repeat;	cursor:pointer;    -moz-opacity: 0.6;    opacity:.6;    filter: alpha(opacity=60);}.x-date-right a:hover, .x-date-left a:hover{    -moz-opacity: 1;    opacity:1;    filter: alpha(opacity=100);}.x-date-right a {    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/right-btn.gif);    margin-right:2px;    text-decoration:none !important;}.x-date-left a{	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/left-btn.gif);    margin-left:2px;    text-decoration:none !important;}table.x-date-inner {    width:100%;    table-layout:fixed;}.x-date-inner th {    width:25px;}.x-date-inner th {    background: #dfecfb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/glass-bg.gif) repeat-x left top;    text-align:right !important;	border-bottom: 1px solid #a3bad9;   /* font:normal 10px arial, helvetica,tahoma,sans-serif;*/	color:#233d6d;	cursor:default;    padding:0;    border-collapse:separate;}.x-date-inner th span {    display:block;    padding:2px;    padding-right:7px;}.x-date-inner td {    border: 1px solid #fff;	text-align:right;    padding:0;}.x-date-inner a {    padding:2px 5px;    display:block;  /* font:normal 11px arial, helvetica,tahoma,sans-serif;*/	text-decoration:none;    color:black;    text-align:right;    zoom:1;}.x-date-inner .x-date-active{	cursor:pointer;	color:black;}.x-date-inner .x-date-selected a{	background: #dfecfb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/glass-bg.gif) repeat-x left top;	border:1px solid #8db2e3;   padding:1px 4px;}.x-date-inner .x-date-today a{	border: 1px solid darkred;    padding:1px 4px;}.x-date-inner .x-date-selected span{    font-weight:bold;}.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {	color:#aaaaaa;    text-decoration:none !important;}.x-date-bottom {    padding:4px;    border-top: 1px solid #a3bad9;    background: #dfecfb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/glass-bg.gif) repeat-x left top;}.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover{    text-decoration:none !important;    color:black;    background: #ddecfe;}.x-date-inner .x-date-disabled a {	cursor:default;	background:#eeeeee;	color:#bbbbbb;}.x-date-mmenu{    background:#eeeeee !important;}.x-date-mmenu .x-menu-item {	font-size:10px;	padding:1px 24px 1px 4px;	white-space: nowrap;	color:#000;}.x-date-mmenu .x-menu-item .x-menu-item-icon {    width:10px;height:10px;margin-right:5px;    background-position:center -4px !important;}.x-date-mp {	position:absolute;	left:0;	top:0;	background:white;	display:none;}.x-date-mp td {    padding:2px;	/* font:normal 11px arial, helvetica,tahoma,sans-serif;*/}td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {   border: 0 none;	text-align:center;	vertical-align: middle;	width:25%;}.x-date-mp-ok {	margin-right:3px;}.x-date-mp-btns button {	text-decoration:none;	text-align:center;	text-decoration:none !important;	background:#083772;	color:white;	border:1px solid;	border-color: #3366cc #000055 #000055 #3366cc;	padding:1px 3px 1px;	/* font:normal 11px arial, helvetica,tahoma,sans-serif;*/	cursor:pointer;}.x-date-mp-btns {	background: #dfecfb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/glass-bg.gif) repeat-x left top;}.x-date-mp-btns td {	border-top: 1px solid #c5d2df;   text-align:center;}td.x-date-mp-month a,td.x-date-mp-year a {	display:block;	padding:2px 4px;	text-decoration:none;	text-align:center;	color:#15428b;}td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {	color:#15428b;	text-decoration:none;	cursor:pointer;	background: #ddecfe;}td.x-date-mp-sel a {	padding:1px 3px;	background: #dfecfb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/shared/glass-bg.gif) repeat-x left top;	border:1px solid #8db2e3;}.x-date-mp-ybtn a {    overflow:hidden;    width:15px;    height:15px;    cursor:pointer;    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/tool-sprites.gif) no-repeat;    display:block;    margin:0 auto;}.x-date-mp-ybtn a.x-date-mp-next {    background-position:0 -120px;}.x-date-mp-ybtn a.x-date-mp-next:hover {    background-position:-15px -120px;}.x-date-mp-ybtn a.x-date-mp-prev {    background-position:0 -105px;}.x-date-mp-ybtn a.x-date-mp-prev:hover {    background-position:-15px -105px;}.x-date-mp-ybtn {   text-align:center;}td.x-date-mp-sep {   border-right:1px solid #c5d2df;}.x-menu {
	border:1px solid #718bb7;
    z-index: 15000;
	background: #fff url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/menu/menu.gif) repeat-y;
}
.ext-ie .x-menu {
    zoom:1;
    overflow:hidden;
}
.x-menu-list{
    border:1px solid #fff;
}
.x-menu li{
	line-height:100%;
}
.x-menu li.x-menu-sep-li{
	font-size:1px;
	line-height:1px;
}
.x-menu-list-item{
	/* font:normal 11px tahoma,arial, sans-serif; */
    white-space: nowrap;
    -moz-user-select: none;
	-khtml-user-select: none;
	display:block;
	padding:1px;
}
.x-menu-item-arrow{
	background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/menu/menu-parent.gif) no-repeat right;
}
.x-menu-sep {
	display:block;
	font-size:1px;
	line-height:1px;
	background:#c3daf9;
	margin: 3px 3px 3px 32px;
}
.x-menu-focus {
	position:absolute;
	left:0;
	top:-5px;
	width:0;
	height:0;
    line-height:1px;
}
.x-menu-item {
	display:block;
	line-height:14px;
	padding:3px 21px 3px 3px;
	white-space: nowrap;
	text-decoration:none;
	color:#233d6d;
	-moz-outline: 0 none;
	outline: 0 none;
	cursor:pointer;
}
.x-menu-item-active {
	color:#233d6d;
	background:#c3daf9;
	border:1px solid #8BB8F3;
	padding:0;
}
.x-menu-item-icon {
	border: 0 none;
	height: 16px;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	margin: 0 11px 0 0;
    background-position:center;
}

.x-menu-check-item .x-menu-item-icon{
	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/menu/unchecked.gif) no-repeat center;
}

.x-menu-item-checked .x-menu-item-icon{
	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/menu/checked.gif);
}
.x-menu-group-item .x-menu-item-icon{
	background: transparent;
}

.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/menu/group-checked.gif) no-repeat center;
}

.x-menu-plain {
	background:#fff;
}
.x-menu-date-item{
	padding:0;
}

.x-menu .x-color-palette, .x-menu .x-date-picker{
    margin-left:32px;
	margin-right:4px;
}
.x-menu .x-date-picker{
    border:1px solid #a3bad9;
    margin-top:2px;
    margin-bottom:2px;
}
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
	margin:0;
    border:0 none;
}
.x-date-menu {
   padding:0 !important;
}
.x-box-tl {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/corners.gif) no-repeat 0 0;    zoom:1;}.x-box-tc {	height: 8px;	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/tb.gif) repeat-x 0 0;	overflow: hidden;}.x-box-tr {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/corners.gif) no-repeat right -8px;}.x-box-ml {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/l.gif) repeat-y 0;	padding-left: 4px;	overflow: hidden;    zoom:1;}.x-box-mc {	background: #eee url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/tb.gif) repeat-x 0 -16px;	padding: 4px 10px;	/*font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;	*/color: #393939;	font-size: 12px;}.x-box-mc h3 {	font-size: 14px;	font-weight: bold;	margin: 0 0 4 0;    zoom:1;}.x-box-mr {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/r.gif) repeat-y right;	padding-right: 4px;	overflow: hidden;}.x-box-bl {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/corners.gif) no-repeat 0 -16px;    zoom:1;}.x-box-bc {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/tb.gif) repeat-x 0 -8px;	height: 8px;	overflow: hidden;}.x-box-br {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/corners.gif) no-repeat right -24px;}.x-box-tl, .x-box-bl {	padding-left: 8px;	overflow: hidden;}.x-box-tr, .x-box-br {	padding-right: 8px;	overflow: hidden;}.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/corners-blue.gif);}.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/tb-blue.gif);}.x-box-blue .x-box-mc {	background-color: #c3daf9;}.x-box-blue .x-box-mc h3 {	color: #17385b;}.x-box-blue .x-box-ml {	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/l-blue.gif);}.x-box-blue .x-box-mr {	background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/r-blue.gif);}#x-debug-browser .x-tree .x-tree-node a span {    color:#222297;    font-size:12px;    padding-top:2px;   /* font-family:"courier","courier new"; */   line-height:18px;}#x-debug-browser .x-tree a i {    color:#FF4545;    font-style:normal;}#x-debug-browser .x-tree a em {    color:#999;}#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{    background:#c3daf9;}#x-debug-browser pre, .x-debug-browser pre xmp {   /*  font:normal 11px tahoma, arial, helvetica, sans-serif !important ;*/    white-space: -moz-pre-wrap;    white-space: -pre-wrap;    white-space: -o-pre-wrap;    word-wrap: break-word;}#x-debug-browser pre {    display:block;    padding:5px !important;    border-bottom:1px solid #eeeeee !important;}#x-debug-browser pre xmp {    padding:0 !important;    margin:0 !important;}#x-debug-console .x-layout-panel-center, #x-debug-inspector .x-layout-panel-center {      border-right:1px solid #98c0f4;}#x-debug-console textarea {    border: 0 none;    font-size:12px;  /*  font-family:"courier","courier new";  */  padding-top:4px;    padding-left:4px;}.x-debug-frame {    background:#eeeeee;    border:1px dashed #aaaaaa;}.x-combo-list {    border:1px solid #98c0f4;    background:#ddecfe;    zoom:1;    overflow:hidden;}.x-combo-list-inner {    overflow:auto;    background:white;    position:relative;     zoom:1;    overflow-x:hidden;}.x-combo-list-hd {  /*  font:bold 11px tahoma, arial, helvetica, sans-serif;  */  color:#15428b;    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/layout/panel-title-light-bg.gif);    border-bottom:1px solid #98c0f4;    padding:3px;}.x-resizable-pinned .x-combo-list-inner {    border-bottom:1px solid #98c0f4;}.x-combo-list-item {  /*  font:normal 12px tahoma, arial, helvetica, sans-serif;  */  padding:2px;    border:1px solid #fff;    white-space: nowrap;    overflow:hidden;    text-overflow: ellipsis;}.x-combo-list .x-combo-selected{	background-color: #c3daf9 !important;    cursor:pointer;    border:1px solid #336699;}.x-combo-noedit{    cursor:pointer;}.x-panel-header {    overflow:hidden;    zoom:1;    color:#15428b;	/* font:bold 11px tahoma,arial,verdana,sans-serif; */   padding:5px 3px 4px 5px;    border:1px solid #99bbe8;    background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-top-bottom.gif) repeat-x 0 -1px;}.x-panel-body {    border:1px solid #99bbe8;    border-top:0 none;    overflow:hidden;    background:white;}.x-panel-body-noheader {    border-top:1px solid #99bbe8;}.x-panel-header {    overflow:hidden;    zoom:1;}.x-panel-tl .x-panel-header {    color:#15428b;	/* font:bold 11px tahoma,arial,verdana,sans-serif; */   padding:5px 0 4px 0;    border:0 none;    background:transparent;}.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {    padding-left:20px !important;    background-repeat:no-repeat;    background-position:0 4px;    zoom:1;}.x-panel-inline-icon {    width:16px;	 height:16px;    background-repeat:no-repeat;    background-position:0 0;	 vertical-align:middle;	 margin-right:4px;	 margin-top:-1px;	 margin-bottom:-1px;}.x-panel-tc {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-top-bottom.gif) repeat-x 0 0;	overflow:hidden;}.x-panel-tl {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-corners-sprite.gif) no-repeat 0 0;	padding-left:6px;    zoom:1;    border-bottom:1px solid #99bbe8;}.x-panel-tr {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-corners-sprite.gif) no-repeat right 0;	padding-right:6px;}.x-panel-bc {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-top-bottom.gif) repeat-x 0 bottom;    zoom:1;}.x-panel-bc .x-panel-footer {    padding-bottom:1px;    zoom:1;}.x-panel-nofooter .x-panel-bc {	height:1px;}.x-panel-bl {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-corners-sprite.gif) no-repeat 0 bottom;	padding-left:1px;    zoom:1;}.x-panel-br {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-corners-sprite.gif) no-repeat right bottom;	padding-right:1px;    zoom:1;}.x-panel-mc {    border:0 none;    padding:0;    margin:0; /*   font: normal 11px tahoma,arial,helvetica,sans-serif; */   background:white;}.x-panel-mc .x-panel-body {    background:transparent;    border:0 none;}.x-panel-ml {	background: #fff url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-left-right.gif) repeat-y 0 0;	padding-left:1px;    zoom:1;}.x-panel-mr {	background: transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/white-left-right.gif) repeat-y right 0;	padding-right:1px;    zoom:1;}.x-panel-blue .x-panel-tl, .x-panel-blue .x-panel-tr, .x-panel-blue .x-panel-bl, .x-panel-blue .x-panel-br {    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/corners-sprite.gif);}.x-panel-blue .x-panel-tc, .x-panel-blue .x-panel-bc {    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/top-bottom.gif);}.x-panel-blue .x-panel-ml, .x-panel-blue .x-panel-mr {	background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/left-right.gif);}.x-panel-blue .x-panel-mc{    padding-top:6px;    background:#dfe8f6;}.x-panel-blue .x-panel-tl {	padding-left:6px;}.x-panel-blue .x-panel-tr {	padding-right:6px;}.x-panel-blue .x-panel-bc .x-panel-footer {    padding-bottom:6px;}.x-panel-blue .x-panel-nofooter .x-panel-bc {	height:6px;}.x-panel-blue .x-panel-bl {	padding-left:6px;}.x-panel-blue .x-panel-br {	padding-right:6px;}.x-panel-blue .x-panel-ml {	padding-left:6px;}.x-panel-blue .x-panel-mr {	padding-right:6px;}.x-panel-bwrap {    overflow:hidden;}.x-panel-body {    overflow:hidden;}.x-panel-collapsed .x-resizable-handle{    display:none;}.x-tool {    overflow:hidden;    width:15px;    height:15px;    float:right;    cursor:pointer;    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/panel/tool-sprites.gif) no-repeat;    margin-left:2px;}.x-tool-toggle {    background-position:0 -60px;}.x-tool-toggle-over {    background-position:-15px -60px;}.x-panel-collapsed .x-tool-toggle {    background-position:0 -75px;}.x-panel-collapsed .x-tool-toggle-over {    background-position:-15px -75px;}.x-tool-close {    background-position:0 -0;}.x-tool-close-over {    background-position:-15px 0;}.x-tool-minimize {    background-position:0 -15px;}.x-tool-minimize-over {    background-position:-15px -15px;}.x-tool-maximize {    background-position:0 -30px;}.x-tool-maximize-over {    background-position:-15px -30px;}.x-tool-restore {    background-position:0 -45px;}.x-tool-restore-over {    background-position:-15px -45px;}.x-tool-gear {    background-position:0 -90px;}.x-tool-gear-over {    background-position:-15px -90px;}.x-tool-pin {    background-position:0 -135px;}.x-tool-pin-over {    background-position:-15px -135px;}.x-tool-unpin {    background-position:0 -150px;}.x-tool-unpin-over {    background-position:-15px -150px;}.x-tool-right {    background-position:0 -165px;}.x-tool-right-over {    background-position:-15px -165px;}.x-tool-left {    background-position:0 -180px;}.x-tool-left-over {    background-position:-15px -180px;}.x-tool-up {    background-position:0 -210px;}.x-tool-up-over {    background-position:-15px -210px;}.x-tool-down {    background-position:0 -195px;}.x-tool-down-over {    background-position:-15px -195px;}.x-tool-refresh {    background-position:0 -225px;}.x-tool-refresh-over {    background-position:-15px -225px;}.x-panel-ghost {    background:#cbddf3;    z-index:12000;    overflow:hidden;    position:absolute;    left:0;top:0;    opacity:.65;    -moz-opacity:.65;    filter:alpha(opacity=65);}.x-panel-ghost ul {    margin:0;    padding:0;    overflow:hidden;    font-size:0;    line-height:0;    border:1px solid #84a0c4;    border-top:0 none;    display:block;}.x-panel-ghost * {    cursor:move !important;}.x-panel-btns-ct {    padding:5px;}.x-panel-btns-ct .x-btn{	float:right;	clear:none;}.x-panel-btns-ct .x-panel-btns td {	border:0;	padding:0;}.x-panel-btns-ct .x-panel-btns-right table{	float:right;	clear:none;}.x-panel-btns-ct .x-panel-btns-left table{	float:left;	clear:none;}.x-panel-btns-ct .x-panel-btns-center{	text-align:center; }.x-panel-btns-ct .x-panel-btns-center table{	margin:0 auto; }.x-panel-btns-ct table td.x-panel-btn-td{	padding:3px;}.x-panel-btns-ct .x-btn-focus .x-btn-left{	background-position:0 -147px;}.x-panel-btns-ct .x-btn-focus .x-btn-right{	background-position:0 -168px;}.x-panel-btns-ct .x-btn-focus .x-btn-center{	background-position:0 -189px;}.x-panel-btns-ct .x-btn-over .x-btn-left{	background-position:0 -63px;}.x-panel-btns-ct .x-btn-over .x-btn-right{	background-position:0 -84px;}.x-panel-btns-ct .x-btn-over .x-btn-center{	background-position:0 -105px;}.x-panel-btns-ct .x-btn-click .x-btn-center{	background-position:0 -126px;}.x-panel-btns-ct .x-btn-click  .x-btn-right{	background-position:0 -84px;}.x-panel-btns-ct .x-btn-click .x-btn-left{	background-position:0 -63px;}.x-html-editor-wrap {
    border:1px solid #a9bfd3;
    background:white;
}
.x-html-editor-tb .x-btn-text {
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/editor/tb-sprite.gif) no-repeat;
}
.x-html-editor-tb .x-edit-bold .x-btn-text {
    background-position:0 0;
}
.x-html-editor-tb .x-edit-italic .x-btn-text {
    background-position:-16px 0;
}
.x-html-editor-tb .x-edit-underline .x-btn-text {
    background-position:-32px 0;
}
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
    background-position:-160px 0;
}
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
    background-position:-176px 0;
}
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
    background-position:-112px 0;
}
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
    background-position:-128px 0;
}
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
    background-position:-144px 0;
}
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
    background-position:-80px 0;
}
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
    background-position:-96px 0;
}
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
    background-position:-48px 0;
}
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
    background-position:-64px 0;
}
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
    background-position:-192px 0;
}

.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
    padding:5px;
    padding-bottom:1px;
}
/*
 * Ext JS Library 1.0 Beta 2
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://www.extjs.com/license
 */


#loading{
    position:absolute;
    left:45%;
    top:35%;
    border:3px solid #dfd7ba;
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/loading_bg.gif) no-repeat #eae2ca;
    padding:85px 15px 15px 15px;
    font-size:14px;
        font-weight:bold;
    color:#611B06;
    width:206px;
    text-align:center;
}



.ext-el-mask-msg {
    border:1px solid #aaa;
    background: #ddd url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/box/tb.gif) repeat-x 0 -16px;
}
.ext-el-mask-msg div {
    border:1px solid #ccc;
}

/*
 Tree
 */
 .x-tree-node { font-weight:normal; font-size:12px; list-style-type:none;}
.x-tree-node-collapsed .x-tree-node-icon{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/folder.gif) no-repeat 0 50%;
}
.x-tree-node-expanded .x-tree-node-icon {
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/folder-open.gif) no-repeat 0 50%;
}
.x-tree-node-leaf .x-tree-node-icon{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/leaf.gif) no-repeat 0 50%;
}

.x-tree-noicon .x-tree-node-icon{
    width:0; height:0;
}

.x-tree-node-loading .x-tree-node-icon{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/default/grid/loading.gif) !important;
}
.x-tree-node-loading a span{
     font-style: italic;
     color:#444444;
}
.x-tree-node .x-tree-selected a span { background:#f5d6c7; color:#000; }

.x-tree-lines .x-tree-elbow{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow.gif) no-repeat ;
}
.x-tree-lines .x-tree-elbow-plus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-plus.gif) no-repeat;
}
.x-tree-lines .x-tree-elbow-minus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-minus.gif) no-repeat;
}
.x-tree-lines .x-tree-elbow-end{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-end.gif) no-repeat;
}
.x-tree-lines .x-tree-elbow-end-plus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-end-plus.gif) no-repeat;
}
.x-tree-lines .x-tree-elbow-end-minus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-end-minus.gif) no-repeat;
}
.x-tree-lines .x-tree-elbow-line{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-line.gif);
}


.x-tree-no-lines .x-tree-elbow{
    background:transparent;
}
.x-tree-no-lines .x-tree-elbow-plus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-plus-nl.gif) no-repeat;
}
.x-tree-no-lines .x-tree-elbow-minus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-minus-nl.gif) no-repeat;
}
.x-tree-no-lines .x-tree-elbow-end{
    background:transparent;
}
.x-tree-no-lines .x-tree-elbow-end-plus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-end-plus-nl.gif) no-repeat;
}
.x-tree-no-lines .x-tree-elbow-end-minus{
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tree/elbow-end-minus-nl.gif) no-repeat;
}
.x-tree-no-lines .x-tree-elbow-line{
    background:transparent;
}


/*
 Menu
 */
.x-menu {
    border-width:0 1px 1px 1px;
    border-color: #b1a992 #b1a992 #b1a992 #b1a992;
    background:#faf9f4;
}
.x-menu-item-arrow{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/menu/menu-parent.gif);
}
.x-menu-item-icon { width:1px; height:5px; margin-right:5px; }
.x-menu-item {
    color:#48260a;
}
.x-menu-item-active {
    background:#eae1c5;
    border-color:#eae1c5;
}
.x-menu li.x-menu-sep-li { padding:0; }
.x-menu-sep {
    margin:0;
    background:#b1a992;
}

/* grid */
.x-grid { background:#fbfaf7; }
.x-grid-viewport { /*font:11px verdana, helvetica, sans-serif;*/ }
.x-grid-header{
    background:none;
    background:#e4ddc5;
    overflow:hidden;
    position:relative;
    cursor:default;
    width:100%;
    font-weight:bold;
}
.x-grid-hd-row{
    height:22px;
}
.x-grid-hd { border-top:1px solid #d2c69e; }
.x-grid-hd .x-grid-hd-inner { border-top:1px solid #f4f1e7; }
.x-grid-hd-text {
    color:#333;
}
.x-grid-hd-over .x-grid-hd-text {
    background: #dec4a7;
    padding-bottom:1px;
    border-bottom:0;
}
.x-grid-split {
    top:1px;
    width:6px;
    height:22px;
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/grid/grid-split.gif) no-repeat 2px 0;
}

.x-grid-col {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.x-grid-hd-row td, .x-grid-row td { outline:none; /* font:11px verdana, helvetica, sans-serif; */ }
.x-grid-hd-row td { font-weight:bold; }
.x-grid-row { background:#f4f1e7; }
.x-grid-row-alt { background:#fbfaf7; }
.x-grid-row-over td{ background:#f1f1f1; cursor:pointer; }
.x-grid-row-selected, .x-grid-locked .x-grid-row-selected {background:#f5d6c7; }
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td {background:#f5d6c7 !important; }
.x-grid-row-selected span, .x-grid-row-selected b, .x-grid-row-selected div, .x-grid-row-selected strong, .x-grid-row-selected i { color:#000 !important; }

.x-grid-body { background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/grid/grid-body-bg.gif) repeat; border-bottom:1px solid #c2b483; }
.x-grid-locked .x-grid-body td {
    background: #f0efe4;
    border-right: 1px solid #D6D2C2;
    border-bottom: 1px solid #D6D2C2 !important;
}

.x-grid-locked .x-grid-header table{
    border-right:1px solid transparent;
}
.x-grid-locked .x-grid-body table{
    border-right:1px solid #c6c2b2;
}
.x-grid-topbar, .x-grid-bottombar { /* font:normal 11px verdana, helvetica, sans-serif; */ }
.x-grid-bottombar .x-toolbar{
    border-right:0 none;
    border-bottom:0 none;
    border-top:1px solid #f1efe2;
}

.x-props-grid .x-grid-col-name{
     background-color: #f1efe2;
}


.x-grid-locked td.x-grid-row-marker, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker{
    background: #ebeadb url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/grid/grid-hrow.gif) repeat-x 0 bottom !important;
    vertical-align:middle !important;
    color:black;
    padding:0;
    border-top:1px solid white;
    border-bottom:none !important;
    border-right:1px solid #d6d2c2 !important;
    text-align:center;
}
.x-grid-locked td.x-grid-row-marker div, .x-grid-locked .x-grid-row-selected td.x-grid-row-marker div{
    padding:0 4px;
    color:black !important;
    text-align:center;
}

/**
* Basic-Dialog
*/
.x-dlg-proxy {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/gradient-bg.gif);
    background-color:#EAE8D5;
    border:1px solid #b3b6b0;
}
.x-dlg-shadow{
    background:#aaaaaa;
}
.x-dlg-proxy .tabset{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/gradient-bg.gif);
}
.x-dlg .x-dlg-hd {
    background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
    background-color:#511c01;
}
.x-dlg .x-dlg-hd-left {
    background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
}
.x-dlg .x-dlg-hd-right {
    background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/hd-sprite.gif) no-repeat right 0;
}
.x-dlg .x-dlg-dlg-body{
    background:#faf9f4;
    border:1px solid #b3b6b0;
    border-top:0 none;
}
.x-dlg .x-tabs-top .x-tabs-body{
    border:1px solid #b3b6b0;
    border-top:0 none;
}
.x-dlg .x-tabs-bottom .x-tabs-body{
    border:1px solid #b3b6b0;
    border-bottom:0 none;
}
.x-layout-panel-center, .x-layout-panel-east, .x-layout-panel-south, .x-layout-panel-west {
    border:1px solid #c2b483;
    border-top:0;
    }

.x-dlg .x-layout-container  .x-tabs-body{
    border:0 none;
}
.x-dlg .x-dlg-close, .x-dlg .x-dlg-collapse { width:18px; height:18px; }
.x-dlg .x-dlg-close {
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/pop_close.gif);
}
.x-dlg .x-dlg-collapse {
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/pop_collapse.gif);
}
.x-dlg-collapsed .x-dlg-collapse {
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/expand.gif);
}
.x-dlg div.x-resizable-handle-east{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/basic-dialog/e-handle.gif);
    border:0 none;
}
.x-dlg div.x-resizable-handle-south{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/basic-dialog/s-handle.gif);
    border:0 none;
}
.x-dlg div.x-resizable-handle-west{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/basic-dialog/e-handle.gif);
    border:0 none;
}
.x-dlg div.x-resizable-handle-southeast{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/basic-dialog/se-handle.gif);
    background-position: bottom right;
    width:8px;
    height:8px;
    border:0;
}
.x-dlg div.x-resizable-handle-southwest{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/sw-handle-dark.gif);
    background-position: top right;
    margin-left:1px;
    margin-bottom:1px;
    border:0;
}
.x-dlg div.x-resizable-handle-north{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/s.gif);
    border:0 none;
}

/**
* Tabs
*/
.x-tabs-wrap {
    border:none;
}
.x-tabs-strip td { padding-left:6px; }
.x-tabs-strip .x-tabs-inner { padding:5px 15px 6px 15px;}
.x-tabs-strip .x-tabs-text {
    color:#4a8d94;
    /* font:bold 11px verdana, helvetica, sans-serif;  */
    }
.x-tabs-strip .on .x-tabs-text {
    cursor:default;
    color:#0a6680;
    text-transform:capitalize;
}
.x-tabs-top .x-tabs-strip .on .x-tabs-right {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tabs/tab-sprite.gif) no-repeat right 0;
}
.x-tabs-top .x-tabs-strip .on .x-tabs-left {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tabs/tab-sprite.gif) no-repeat 0px -52px;
}
.x-tabs-top .x-tabs-strip .x-tabs-right {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tabs/tab-sprite.gif) no-repeat right -26px;
}
.x-tabs-top .x-tabs-strip .x-tabs-left {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/tabs/tab-sprite.gif) no-repeat 0px -78px;
}
.x-tabs-strip .x-tabs-closable .close-icon{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/tab-close.gif);
}
.x-tabs-strip .on .close-icon{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/tab-close-on.gif);
}
.x-tabs-strip .x-tabs-closable .close-over{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/tab-close-on.gif);
}
.x-tabs-body {
    border:1px solid #aca899;
    border-top:0 none;
}
.x-layout-panel .x-tabs-body { background:#fbfaf7; }
.x-tabs-bottom .x-tabs-wrap {
    border-bottom:0 none;
    padding-top:0;
    border-top:1px solid #aca899;
}
.x-tabs-bottom .x-tabs-strip .x-tabs-right {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
}
.x-tabs-bottom .x-tabs-strip .x-tabs-left {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
}
.x-tabs-bottom .x-tabs-strip .on .x-tabs-right {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
}
.x-tabs-bottom .x-tabs-strip .on .x-tabs-left {
     background: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
}

.x-tabs-bottom .x-tabs-body {
    border:1px solid #aca899;
    border-bottom:0 none;
}

/* QuickTips */

.x-tip .x-tip-top {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-top-left {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-top-right {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft-left {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-ft-right {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-bd-left {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-bd-right {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/qtip/tip-sprite.gif);
}

/* BorderLayout */

.x-layout-container{
    background-color:#fff;
}
.x-layout-container .x-layout-tabs-body{
    border:0 none;
}
.x-layout-collapsed{
  background-color:#f3f2e7;
}
.x-layout-collapsed-over{
     background-color:#fbfbef;
}
.x-layout-panel{
        background:#fbfaf7;
}
.x-layout-split{
    background-color:#f3f2e7;
}
.x-layout-panel-hd { /* Headers such as "My tasks","Catalog" */
        background:none;
        background:#fbfaf7;
        padding:5px 0 5px 25px;
        border:none;
        background-position:8px 50%;
        background-repeat:no-repeat;
        color:#dc4509;
        font-size:12px;
        font-weight:bold;
        line-height:1em;
}
.x-layout-panel-hd-text, .x-layout-panel-hd-text strong {
    /* font:bold 12px verdana, helvetica, sans-serif; */ }

/* section specific header icons */
.categories-tree-region .x-layout-panel-hd { background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/layout/icon-catalog.gif); }
.products-grid-region .x-layout-panel-hd { background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/layout/icon-category.gif); }
.product-form-region .x-layout-panel-hd { background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/layout/icon-product.gif); }
.my-tasks-region .x-layout-panel-hd { background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/layout/icon-my-tasks.gif); }

.x-layout-panel-hd-tools { padding:0; }
.x-layout-tools-button { padding:0; }
.x-layout-tools-button-inner { width:18px; height:18px; }
.x-layout-tools-button-over {
    padding:0;
        border:0;
        margin:0;
}
.x-layout-close { background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/panel_close.gif) no-repeat 0 0; }
.x-layout-tools-button-over .x-layout-close { background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/panel_close.gif) no-repeat 0 -18px }
.x-layout-stick{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/stick.gif);
}

.x-layout-collapse-west,.x-layout-expand-east{ background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/collapse.gif);}
.x-layout-expand-west,.x-layout-collapse-east{background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/expand.gif);}
.x-layout-collapse-north,.x-layout-expand-south{ background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/ns-collapse.gif);}
.x-layout-expand-north,.x-layout-collapse-south{ background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/ns-expand.gif);}

.x-layout-tools-button-over .x-layout-collapse-west,.x-layout-tools-button-over .x-layout-expand-east{ background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/collapse-on.gif);}
.x-layout-tools-button-over .x-layout-expand-west,.x-layout-tools-button-over .x-layout-collapse-east{background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/expand-on.gif);}
.x-layout-tools-button-over .x-layout-collapse-north,.x-layout-tools-button-over .x-layout-expand-south{ background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/ns-collapse-on.gif);}
.x-layout-tools-button-over .x-layout-expand-north,.x-layout-tools-button-over .x-layout-collapse-south{ background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/basic-dialog/ns-expand-on.gif);}

.x-layout-split-h{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/e-handle-dark.gif);
}
.x-layout-split-v{
    background-image:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/s-handle-dark.gif);
}
.x-layout-panel .x-tabs-wrap {
        padding-top:10px;
        background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/layout/checkered-bg.gif) repeat-x 0 100%;
}
.x-layout-container .x-layout-panel-north { border:none;}
.x-layout-nested-layout .x-layout-panel-north { border-bottom:none; }
.x-layout-nested-layout .x-layout-panel-east {
      border-left:1px solid #aca899;
}
.x-layout-nested-layout .x-layout-panel-south {
      border-top:1px solid #aca899;
}
.x-layout-nested-layout .x-layout-panel-west { border-right:1px solid #c2b483; }

.x-layout-panel-dragover {
    border: 2px solid #aca899;
}
.x-layout-panel-proxy {
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/gradient-bg.gif);
    background-color:#f3f2e7;
    border:1px dashed #aca899;
}
/** Resizable */

.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/e-handle.gif);
     background-position: left;
}
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-west{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/e-handle.gif);
     background-position: left;
}
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/s-handle.gif);
    background-position: top;
}
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-north{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/s-handle.gif);
    background-position: top;
}
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/se-handle.gif);
    background-position: top left;
}
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/nw-handle.gif);
    background-position:bottom right;
}
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/ne-handle.gif);
    background-position: bottom left;
}
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/sizer/sw-handle.gif);
    background-position: top right;
}
.x-resizable-proxy{
    border: 1px dashed #615e55;
}

/** Toolbar */
.x-toolbar {
    background:url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/toolbar/toolbar-bg.gif) repeat-x #dbeff3;
    border:none;
    border-top:1px solid #b3d6dc;
    padding:2px 4px;
    }
.categories-tree-region .x-toolbar { padding:3px 4px; }
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
    background:none;
}
.x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
    background:none;
}
.x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
    background:none;
}
.x-paging-info {
    color:#222222;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
}
.x-btn-with-menu  .x-btn-center em {
    display:block;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
        padding-right:10px;
}
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
    display:block;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/toolbar/btn-arrow.gif) no-repeat right 50%;
        padding-right:13px;
}
.x-btn-text-icon .x-btn-center .x-btn-text {padding-left:20px; }
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/magento/toolbar/btn-arrow.gif) no-repeat 0 50%;
}

/* For top menu only*/
.left-menu-toolbar .x-toolbar, .right-menu-toolbar .x-toolbar {
    border:0 none;
    background:#2E4D53;
    padding:5px 3px 0 3px;
    color:#fbfaf7;
    }

.left-menu-toolbar .x-toolbar td { padding:0 2px; background:none; }
.left-menu-toolbar .x-btn { border-bottom:5px solid #2E4D53;}
.left-menu-toolbar .x-btn-over { border-bottom:5px solid #dc4509;}
.left-menu-toolbar .x-btn-menu-active { border-bottom:5px solid #dc4509;}
.left-menu-toolbar .x-btn button, .right-menu-toolbar .x-btn button { color:#fbfaf7; /* font:bold 11px verdana, helvetica, sans-serif; */}
.left-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text, .right-menu-toolbar .x-btn-text-icon .x-btn-center .x-btn-text {padding-left:3px; }

.right-menu-toolbar { width:420px;}
.right-menu-toolbar .btn-logout .x-btn-center .x-btn-text { padding-left:20px; }



.x-toolbar .x-btn-over .x-btn-left{background:none;}
.x-toolbar .x-btn-over .x-btn-right{background:none;}
.x-toolbar .x-btn-over .x-btn-center{background:none;}

/* combo box */
.x-combo-list {
    border:1px solid #efeadc;
    background:#faf9f4;
}
.x-combo-list-hd {
    color:#222;
    background-image: url(../../adminhtml/Magento/backend/en_GB/extjs/resources/images/gray/layout/panel-title-light-bg.gif);
    border-bottom:1px solid #aca899;
}
.x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid #aaa;
}
.x-combo-list .x-combo-selected{
    background:#ddd !important;
    border:1px solid #aaa;
}
.x-menu-list { border:none; }
/* form box */
.x-box-tl, .x-box-tr, .x-box-tc, .x-box-ml, .x-box-mr, .x-box-mc, .x-box-bl, .x-box-br, .x-box-bc { background:none; }
.x-box-mc fieldset { margin:2px; border:0; }
.x-box-mc fieldset legend { display:none; margin:0; padding:0; }
.x-box-mc fieldset label { text-transform:capitalize;}
.x-form-item { /*font:normal 12px verdana, helvetica, sans-serif; */ }
.x-form-text { padding:1px 2px; border:1px solid #999; background:none; background:#fff; }
.x-form-field { /* font:normal 12px verdana, helvetica, sans-serif; */}
.data-form { background:#fbfaf7; }


.address-view { background:#fbfaf7; padding:10px;}
.x-view-selected { border:none; }

input.l-tcb {
    height:13px;
    width:13px;
    margin-left:2px
}
.ext-ie .x-tree {
    position:static !important;
}
.no-active-category a span {
    color: #aaa !important;
}
.config-nav-block.amasty-tab strong:before {
    background: url(../../adminhtml/Magento/backend/en_GB/Amasty_Base/images/logo.svg) no-repeat;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    margin-right: 12px;
    vertical-align: bottom;
}

.admin__menu [data-ui-id^="menu-amasty-"] .submenu-group-title span:before,
.admin__menu [data-ui-id^="menu-magento-"] [data-ui-id^="menu-magento-"] [data-ui-id^="menu-amasty-"] span:before {
    background: url(../../adminhtml/Magento/backend/en_GB/Amasty_Base/images/logo-menu.svg) no-repeat;
    width: 16px;
    height: 19px;
    content: '';
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
}

#amasty_base_extensions table td.value,
#amasty_base_information table td.value {
    vertical-align: bottom;
}

.ambase-grid-message {
    padding-left: 58px;
    min-height: 53px;
    background: url(../../adminhtml/Magento/backend/en_GB/Amasty_Base/images/logo_m_table.png) no-repeat;
}

.ambase-grid-message.amasty-grid-logo {
    background: url(../../adminhtml/Magento/backend/en_GB/Amasty_Base/images/logo_table.svg) no-repeat;
}

.admin__action-dropdown-menu .notifications-entry:not(.notifications-entry-last) {
    padding-left: 37px;
    background: url(../../adminhtml/Magento/backend/en_GB/Amasty_Base/images/logo_m_popup.png) no-repeat 5px 7px;
}

.admin__action-dropdown-menu .notifications-entry[data-ambase-logo="1"] {
    background: url(../../adminhtml/Magento/backend/en_GB/Amasty_Base/images/logo_popup.svg) no-repeat 5px 7px;
}

/* main amasty menu start*/
#menu-menuamasty-base-menu .submenu .level-0 > a:before,
#menu-menuamasty-base-menu .level-0:first-child > a:after {
    content: '';
    display: none;
}

#menu-menuamasty-base-menu .submenu .level-1,
#menu-menuamasty-base-menu .submenu .level-0 {
    margin-right: 15px;
}

#menu-menuamasty-base-menu .submenu .level-0._show > a {
    color: #fff;
    font-weight: 700;
}

#menu-menuamasty-base-menu .submenu .level-1 > a:hover {
    background-color: #524d49;
    color: #fff;
}

#menu-menuamasty-base-menu .submenu .level-1 > a,
#menu-menuamasty-base-menu .submenu .level-0 > a {
    display: block;
    margin: .7rem 0;
    padding: 1rem 1.5rem;
    min-height: 0;
    width: 99%;
    color: #a79d95;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}

#menu-menuamasty-base-menu .submenu .level-1 {
    margin-left: 0;
}

.item-extensions a,
.item-marketplace a {
    color: #fff!important;
    font-weight: 600!important;
}

#menu-menuamasty-base-menu .submenu .column {
    min-width: 22rem;
}

#menu-menuamasty-base-menu .submenu > #nav,
#menu-menuamasty-base-menu .submenu .column > ul {
    overflow-y: auto;
    margin-right: 15px;
    max-height: 720px;
    scrollbar-color: #a79d95;
    scrollbar-width: thin;
}

#menu-menuamasty-base-menu .submenu > #nav::-webkit-scrollbar,
#menu-menuamasty-base-menu .submenu .column > ul::-webkit-scrollbar {
    width: 3px;
}

#menu-menuamasty-base-menu .submenu > #nav::-webkit-scrollbar-track,
#menu-menuamasty-base-menu .submenu .column > ul::-webkit-scrollbar-track {
    width: 3px;
    background: #a79d95;
}

#menu-menuamasty-base-menu .submenu > #nav::-webkit-scrollbar-thumb,
#menu-menuamasty-base-menu .submenu .column > ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #fff;
}

#menu-menuamasty-base-menu .submenu .level-0 > a:hover {
    background-color: #524d49;
}

#menu-menuamasty-base-menu .submenu .column .parent {
    margin-bottom: 0;
}

#menu-menuamasty-base-menu .submenu .parent {
    margin-bottom: 0.5rem;
}

#menu-menuamasty-base-menu .item-container .submenu {
    transform: none;
    opacity: 0;
    transition-property: opacity;
}

#menu-menuamasty-base-menu .item-container._show .submenu {
    opacity: 1;
}

#menu-menuamasty-base-menu > a:before {
    content: '';
    background:  url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI2IDBIMTguNzUzNlYxLjQ5MzM5QzE3LjAzNyAwLjU0MTk1NSAxNS4wNjA2IDAgMTIuOTU2NSAwQzYuMzYyMzIgMCAxIDUuMzgxODIgMSAxMkMxIDE4LjYxODIgNi4zNjIzMiAyNCAxMi45NTY1IDI0QzE1LjA1ODcgMjQgMTcuMDM1NyAyMy40NTMxIDE4Ljc1MzYgMjIuNDkzNVYyNEgyNlYwWk03LjM0MDU4IDEyQzcuMzQwNTggMTUuMTI3MyA5Ljg3NjgxIDE3LjYzNjQgMTIuOTU2NSAxNy42MzY0QzE2LjA3MjUgMTcuNjM2NCAxOC41NzI1IDE1LjEyNzMgMTguNTcyNSAxMkMxOC41NzI1IDguODcyNzMgMTYuMDcyNSA2LjM2MzY0IDEyLjk1NjUgNi4zNjM2NEM5Ljg3NjgxIDYuMzYzNjQgNy4zNDA1OCA4Ljg3MjczIDcuMzQwNTggMTJaIiBmaWxsPSIjQUFBNTlGIi8+PHBhdGggZD0iTTcgMTdIMFYyNEg3VjE3WiIgZmlsbD0iIzU3NTc1NyIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
}

#menu-menuamasty-base-menu > a:hover:before,
#menu-menuamasty-base-menu._show > a:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI2IDBIMTguNzUzNlYxLjQ5MzM5QzE3LjAzNyAwLjU0MTk1NSAxNS4wNjA2IDAgMTIuOTU2NSAwQzYuMzYyMzIgMCAxIDUuMzgxODIgMSAxMkMxIDE4LjYxODIgNi4zNjIzMiAyNCAxMi45NTY1IDI0QzE1LjA1ODcgMjQgMTcuMDM1NyAyMy40NTMxIDE4Ljc1MzYgMjIuNDkzNVYyNEgyNlYwWk03LjM0MDU4IDEyQzcuMzQwNTggMTUuMTI3MyA5Ljg3NjgxIDE3LjYzNjQgMTIuOTU2NSAxNy42MzY0QzE2LjA3MjUgMTcuNjM2NCAxOC41NzI1IDE1LjEyNzMgMTguNTcyNSAxMkMxOC41NzI1IDguODcyNzMgMTYuMDcyNSA2LjM2MzY0IDEyLjk1NjUgNi4zNjM2NEM5Ljg3NjgxIDYuMzYzNjQgNy4zNDA1OCA4Ljg3MjczIDcuMzQwNTggMTJaIiBmaWxsPSIjRkNGQ0ZDIi8+PHBhdGggZD0iTTcgMTdIMFYyNEg3VjE3WiIgZmlsbD0iIzU3NTc1NyIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
}

.admin__menu .level-0#menu-menuamasty-base-menu > .submenu > ul[role='menubar'] {
    min-height: 720px;
}

.admin__menu .level-0#menu-menuamasty-base-menu .submenu > ul[role='menu'] {
    min-height: inherit;
}

.admin__menu .level-0 > .submenu .submenu {
    min-width: 253px;
    min-height: 100%;
}

.admin__menu .submenu .submenu .submenu-title {
    margin-left: 18px;
    height: 60px;
    font-size: 18px;
    line-height: 130%;
}
/* main amasty menu end*/
.admin__menu [data-ui-id^="menu-mageworx-"] .submenu-group-title span:before,
.admin__menu [data-ui-id^="menu-magento-"] [data-ui-id^="menu-magento-"] [data-ui-id^="menu-mageworx-"] span:before {
    background: url(../../adminhtml/Magento/backend/en_GB/MageWorx_Info/images/logo-menu.svg) no-repeat;
    width: 16px;
    height: 19px;
    content: '';
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
}
.admin__menu .level-0.item-magecomp-extensions > a:before{
	content: url("../../adminhtml/Magento/backend/en_GB/Magecomp_Cancelorder/images/magecomp.svg") !important;
}
    .magecomp-logo .title{background-image:url(https://www.magecomp.com/media/images/magecomp--extension.png)!important;background-size:150px 25px!important;background-repeat:no-repeat!important;background-position-y:center!important;background-position-x:5px!important;width:100%;height:53px!important}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../adminhtml/Magento/backend/en_GB/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-twitter:before {
  content: "\f099";
}
.mgz-fa-twitter-square:before {
  content: "\f081";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.modal-open {
  overflow: hidden;
}
.mgz-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.mgz-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.mgz-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .mgz-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.mgz-modal .modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.mgz-modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mgz-modal .modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.mgz-modal .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.mgz-modal .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.mgz-modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.mgz-modal .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .mgz-modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.mgz-modal .modal-header:before,
.mgz-modal .modal-header:after,
.mgz-modal .modal-footer:before,
.mgz-modal .modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.mgz-modal .modal-header:after,
.mgz-modal .modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@font-face{font-family:mgz_openiconic;src:url(../../adminhtml/Magento/backend/en_GB/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../adminhtml/Magento/backend/en_GB/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../adminhtml/Magento/backend/en_GB/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../adminhtml/Magento/backend/en_GB/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../adminhtml/Magento/backend/en_GB/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}.admin__menu .item-brand > a:before {
  content: '\e60d'!important;
  font-size: 2.4rem!important;
  position: relative!important;
  top: -0.2rem!important;
}
/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-default li, 
.jstree-default ins { background-image:url("../../adminhtml/Magento/backend/en_GB/jquery/jstree/themes/default/d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-default li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-default li.jstree-last { background:transparent; }
.jstree-default .jstree-open > ins { background-position:-72px 0; }
.jstree-default .jstree-closed > ins { background-position:-54px 0; }
.jstree-default .jstree-leaf > ins { background-position:-36px 0; }

.jstree-default .jstree-hovered { background:#f1f8fc; }
.jstree-default .jstree-clicked { background:#cdecf6; }
.jstree-default a .jstree-icon { background-position:-56px -19px; }
.jstree-default a.jstree-loading .jstree-icon { background:url("../../adminhtml/Magento/backend/en_GB/jquery/jstree/themes/default/throbber.gif") center center no-repeat !important; }

.jstree-default.jstree-focused { background:#fff; }

.jstree-default .jstree-no-dots li, 
.jstree-default .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-default .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-default .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-default .jstree-no-icons a .jstree-icon { display:none; }

.jstree-default .jstree-search { font-style:italic; }

.jstree-default .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-default .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-default .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-default .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-default .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-default .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-default ins { background:transparent !important; }
#vakata-dragged.jstree-default .jstree-ok { background:url("../../adminhtml/Magento/backend/en_GB/jquery/jstree/themes/default/d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-default .jstree-invalid { background:url("../../adminhtml/Magento/backend/en_GB/jquery/jstree/themes/default/d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-default { background:url("../../adminhtml/Magento/backend/en_GB/jquery/jstree/themes/default/d.png") -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-default a.jstree-search { color:aqua; }
.jstree-default .jstree-locked a { color:silver; cursor:default; }

#vakata-contextmenu.jstree-default-context, 
#vakata-contextmenu.jstree-default-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-default-context li { }
#vakata-contextmenu.jstree-default-context a { color:black; }
#vakata-contextmenu.jstree-default-context a:hover, 
#vakata-contextmenu.jstree-default-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a, 
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; }

/* IE6 BEGIN */
.jstree-default li, 
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid, 
#vakata-dragged.jstree-default .jstree-ok, 
#jstree-marker.jstree-default { _background-image:url("../../adminhtml/Magento/backend/en_GB/jquery/jstree/themes/default/d.gif"); }
.jstree-default .jstree-open ins { _background-position:-72px 0; }
.jstree-default .jstree-closed ins { _background-position:-54px 0; }
.jstree-default .jstree-leaf ins { _background-position:-36px 0; }
.jstree-default a ins.jstree-icon { _background-position:-56px -19px; }
#vakata-contextmenu.jstree-default-context ins { _display:none; }
#vakata-contextmenu.jstree-default-context li { _zoom:1; }
.jstree-default .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-default .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-default .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
/* IE6 END */.admin__control-checkbox + label:before,
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .action-delete:before,
.admin__control-table .action-delete:before,
.admin__field-fallback-reset:before,
.selectmenu .action-save:before,
.selectmenu .action-edit:before,
.selectmenu .action-delete:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.abs-action-delete,
.action-close:before,
.timeline-action:before,
.mgz-control-checkbox + label:before,
.admin__control-flexfield-table .admin__control-table .icon-edit:before,
.action-advanced-reports:after,
.admin__menu [target='_blank']:after,
.admin__menu .level-0 > a:before,
.admin-user .admin__action-dropdown:before,
.search-global-label:before,
.notifications-action:before,
.notifications-close:before,
.copyright .link-copyright:before,
.store-switcher .dropdown-menu .dropdown-toolbar a:before,
.tooltip .help span:before,
.tooltip .help a:before,
.page-actions > button.back:before,
.page-actions .page-actions-buttons > button.back:before,
.page-actions .page-actions-buttons > .action.back:before,
.page-actions > button.action-back:before,
.page-actions .page-actions-buttons > button.action-back:before,
.page-actions .page-actions-buttons > .action.action-back:before,
.admin__page-nav-title._collapsible:after,
.admin__page-nav-item-message .admin__page-nav-item-message-icon,
.admin__collapsible-block-wrapper .admin__collapsible-title:before,
.modal-slide .fieldset-wrapper .admin__collapsible-title:before,
.section-config > .admin__collapsible-block > a:before,
.accordion > dt a:before,
.accordion .admin__collapsible-block > a:before,
.section-config.complex .section-config.with-button.enabled > .entry-edit-head:before,
.section-config .config td.label label.enabled:before,
.steps-wizard .attribute-option .action-save:before,
.steps-wizard .attribute-option .action-remove:before,
.adminhtml-integration-index .data-grid .action:before,
.adminhtml-integration-index .security-notice:before,
.partners-search:before,
.order-discounts .admin__field .action-default:before,
.order-discounts .action-remove:before,
.order-sidebar .admin__table-primary .icon,
.order-sidebar .action-refresh,
.add-by-sku-wrapper .action-reset,
.summary-total .summary-collapse:before,
.abs-staging-events-count-icon:before,
.data-grid-search-control-wrap .action-submit:before,
.data-grid-filters-action-wrap .action-default:before,
.admin__current-filters-list .action-remove:before,
.action-previous:before,
.action-next:before,
.admin__data-grid-action-bookmarks .admin__action-dropdown:before,
.admin__data-grid-action-bookmarks .action-submit:before,
.admin__data-grid-action-bookmarks .action-delete:before,
.admin__data-grid-action-bookmarks .action-edit:before,
.admin__data-grid-action-columns .admin__action-dropdown:before,
.admin__data-grid-action-export .admin__action-dropdown:before,
.sticky-header .data-grid-search-control-wrap .data-grid-search-label:before,
.data-grid-row-parent > td .data-grid-checkbox-cell-inner:before,
.data-grid-row-changed:after,
.manage-rules-panel .smart-category-table .action-delete:before,
.mass-select-wrap select + label:before,
.page-actions .page-actions.floating-header > button.back:before,
.page-actions .page-actions.floating-header > .action.back:before,
.page-actions .page-actions.floating-header > button.action-back:before,
.page-actions .page-actions.floating-header > .action.action-back:before,
.rma-items .col-actions .action-item-delete-line,
.staging-events-campaign-objects-count:before,
.page-actions > .block-footer .action-add.back:before,
.page-actions .page-actions-buttons > .block-footer .action-add.back:before,
.page-actions > .block-footer .action-add.action-back:before,
.page-actions .page-actions-buttons > .block-footer .action-add.action-back:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Admin Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
.order-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.ui-widget-overlay,
.overlay_magento,
.fade,
.modals-overlay {
  background: rgba(0, 0, 0, 0.35);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.admin__field-tooltip .admin__field-tooltip-action span,
.admin__control-fields .admin__field:nth-child(n + 2):not(.admin__field-option):not(.admin__field-group-show-label) > .admin__field-label,
[class*='admin__control-grouped'] > .admin__field:nth-child(n + 2):not(.admin__field-option):not(.admin__field-group-show-label):not(.admin__field-date) > .admin__field-label,
.selectmenu .action-save > span,
.selectmenu .action-edit > span,
.selectmenu .action-delete > span,
.selectmenu-toggle span,
.action-multicheck-wrap .action-multicheck-toggle > span,
.admin__actions-switch-checkbox,
.abs-action-delete > span,
.ui-datepicker-prev span,
.ui-datepicker-next span,
.mgz__actions-switch-checkbox,
.tooltip .help span span,
.tooltip .help a span,
.dashboard-diagram-switcher .label,
.order-discounts .admin__field .action-default > span,
.order-discounts .action-remove > span,
.order-sidebar .admin__table-primary .icon > span,
.order-sidebar .action-refresh > span,
.add-by-sku-wrapper .action-reset > span,
.rma-items .col-actions .action-item-delete-line > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.admin__field-group-columns > .admin__field:nth-child(n + 2):not(.admin__field-option):not(.admin__field-group-show-label):not(.admin__field-date) > .admin__field-label[class] {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-clearfix:before,
.abs-clearfix:after,
.admin__control-table-pagination:before,
.admin__control-table-pagination:after,
.admin__field-complex:before,
.admin__field-complex:after,
.fieldset-wrapper-title:before,
.fieldset-wrapper-title:after,
.admin__fieldset-wrapper-title:before,
.admin__fieldset-wrapper-title:after,
.actions-split:before,
.actions-split:after,
.action-multicheck-wrap:before,
.action-multicheck-wrap:after,
.tabs-horiz:before,
.tabs-horiz:after,
.page-content:before,
.page-content:after,
.ui-dialog .ui-dialog-buttonset:before,
.ui-dialog .ui-dialog-buttonset:after,
.ui-dialog .main-col .insert-title-inner:before,
.ui-dialog .main-col .insert-title-inner:after,
.ui-dialog .magento-message .insert-title-inner:before,
.ui-dialog .magento-message .insert-title-inner:after,
.ui-dialog .main-col .contents-uploader:before,
.ui-dialog .main-col .contents-uploader:after,
.ui-dialog .magento-message .contents-uploader:before,
.ui-dialog .magento-message .contents-uploader:after,
.attribute-popup-actions:before,
.attribute-popup-actions:after,
.popup-window .magento_buttons:before,
.popup-window .magento_buttons:after,
.fade .popup-content:before,
.fade .popup-content:after,
.fade .actions:before,
.fade .actions:after,
.modal-slide .main-col .insert-title-inner:before,
.modal-slide .main-col .insert-title-inner:after,
.modal-slide .magento-message .insert-title-inner:before,
.modal-slide .magento-message .insert-title-inner:after,
.gallery:before,
.gallery:after,
.data-slider:before,
.data-slider:after,
.hosted-date-wrap:before,
.hosted-date-wrap:after,
.message-system-inner:before,
.message-system-inner:after,
.page-header-actions:before,
.page-header-actions:after,
.page-main-actions:not(._hidden):before,
.page-main-actions:not(._hidden):after,
.page-actions._fixed:before,
.page-actions._fixed:after,
.dashboard-totals-list:before,
.dashboard-totals-list:after,
.dashboard-store-stats .ui-tabs:before,
.dashboard-store-stats .ui-tabs:after,
.product-create-configuration:before,
.product-create-configuration:after,
.product-create-configuration .product-create-configuration-actions:before,
.product-create-configuration .product-create-configuration-actions:after,
.steps-wizard .steps-wizard-navigation:before,
.steps-wizard .steps-wizard-navigation:after,
.nav:before,
.nav:after,
.steps-wizard .select-attributes-block:before,
.steps-wizard .select-attributes-block:after,
.steps-wizard .attribute-entity-top:before,
.steps-wizard .attribute-entity-top:after,
.form-sharing-info .admin__legend:before,
.form-sharing-info .admin__legend:after,
.order-create-gift-wrapping .gift-wrapping-design:before,
.order-create-gift-wrapping .gift-wrapping-design:after,
.order-gift-options .gift-wrapping-design:before,
.order-gift-options .gift-wrapping-design:after,
.gift-options-popup .gift-wrapping-design:before,
.gift-options-popup .gift-wrapping-design:after,
.adminhtml-reward-rate-edit .field-rate .admin__field-control:before,
.adminhtml-reward-rate-edit .field-rate .admin__field-control:after,
.order-discounts:before,
.order-discounts:after,
.order-gift-options:before,
.order-gift-options:after,
.abs-order-tables .item-options:before,
.abs-order-tables .item-options:after,
.order-account-information .admin__fieldset:before,
.order-account-information .admin__fieldset:after,
.admin__page-section-title:before,
.admin__page-section-title:after,
.admin__page-section-content:before,
.admin__page-section-content:after,
.block-schedule .block-title:before,
.block-schedule .block-title:after,
.staging-preview-options:before,
.staging-preview-options:after,
.staging-events-summary:before,
.staging-events-summary:after,
.admin__data-grid-filters:before,
.admin__data-grid-filters:after,
.admin__data-grid-filters-footer:before,
.admin__data-grid-filters-footer:after,
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:before,
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:after,
.admin__data-grid-header-row:before,
.admin__data-grid-header-row:after,
.cms-hierarchy:before,
.cms-hierarchy:after,
.merchandiser-app:before,
.merchandiser-app:after,
.merchandiser-app .tabs:before,
.merchandiser-app .tabs:after,
.regular-category-settings:before,
.regular-category-settings:after,
.smart-category-switcher:before,
.smart-category-switcher:after,
.merchandiser-tabs:before,
.merchandiser-tabs:after,
.order-creditmemo-tables .item-options:before,
.order-creditmemo-tables .item-options:after,
.order-tables .item-options:before,
.order-tables .item-options:after,
.order-invoice-tables .item-options:before,
.order-invoice-tables .item-options:after,
.edit-order-table .item-options:before,
.edit-order-table .item-options:after,
.order-shipment-table .item-options:before,
.order-shipment-table .item-options:after {
  content: '';
  display: table;
}
.abs-clearfix:after,
.admin__control-table-pagination:after,
.admin__field-complex:after,
.fieldset-wrapper-title:after,
.admin__fieldset-wrapper-title:after,
.actions-split:after,
.action-multicheck-wrap:after,
.tabs-horiz:after,
.page-content:after,
.ui-dialog .ui-dialog-buttonset:after,
.ui-dialog .main-col .insert-title-inner:after,
.ui-dialog .magento-message .insert-title-inner:after,
.ui-dialog .main-col .contents-uploader:after,
.ui-dialog .magento-message .contents-uploader:after,
.attribute-popup-actions:after,
.popup-window .magento_buttons:after,
.fade .popup-content:after,
.fade .actions:after,
.modal-slide .main-col .insert-title-inner:after,
.modal-slide .magento-message .insert-title-inner:after,
.gallery:after,
.data-slider:after,
.hosted-date-wrap:after,
.message-system-inner:after,
.page-header-actions:after,
.page-main-actions:not(._hidden):after,
.page-actions._fixed:after,
.dashboard-totals-list:after,
.dashboard-store-stats .ui-tabs:after,
.product-create-configuration:after,
.product-create-configuration .product-create-configuration-actions:after,
.steps-wizard .steps-wizard-navigation:after,
.nav:after,
.steps-wizard .select-attributes-block:after,
.steps-wizard .attribute-entity-top:after,
.form-sharing-info .admin__legend:after,
.order-create-gift-wrapping .gift-wrapping-design:after,
.order-gift-options .gift-wrapping-design:after,
.gift-options-popup .gift-wrapping-design:after,
.adminhtml-reward-rate-edit .field-rate .admin__field-control:after,
.order-discounts:after,
.order-gift-options:after,
.abs-order-tables .item-options:after,
.order-account-information .admin__fieldset:after,
.admin__page-section-title:after,
.admin__page-section-content:after,
.block-schedule .block-title:after,
.staging-preview-options:after,
.staging-events-summary:after,
.admin__data-grid-filters:after,
.admin__data-grid-filters-footer:after,
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content:after,
.admin__data-grid-header-row:after,
.cms-hierarchy:after,
.merchandiser-app:after,
.merchandiser-app .tabs:after,
.regular-category-settings:after,
.smart-category-switcher:after,
.merchandiser-tabs:after,
.order-creditmemo-tables .item-options:after,
.order-tables .item-options:after,
.order-invoice-tables .item-options:after,
.edit-order-table .item-options:after,
.order-shipment-table .item-options:after {
  clear: both;
}
.abs-clearer:after,
body:after {
  clear: both;
  content: '';
  display: table;
}
.data-tooltip-content .items,
.timeline-items,
.timeline-units,
.dashboard-totals-list,
.attributes-summary,
.steps-wizard .attribute-options,
.steps-wizard .steps-wizard-section-list,
.steps-wizard .gallery-image-wrapper .multiselect-alt {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .draggable-handle,
.admin__control-table .draggable-handle,
.steps-wizard .draggable-handle,
.downloadable-form .draggable-handle,
.data-grid .data-grid-draggable-row-cell .draggable-handle,
.merchandiser-app .draggable-handle {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: move;
  font-size: 0;
  margin-top: -4px;
  padding: 0 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-draggable-handle:before,
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .draggable-handle:before,
.admin__control-table .draggable-handle:before,
.steps-wizard .draggable-handle:before,
.downloadable-form .draggable-handle:before,
.data-grid .data-grid-draggable-row-cell .draggable-handle:before,
.merchandiser-app .draggable-handle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #9e9e9e;
  content: '\e617';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-draggable-handle:hover:before,
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .draggable-handle:hover:before,
.admin__control-table .draggable-handle:hover:before,
.steps-wizard .draggable-handle:hover:before,
.downloadable-form .draggable-handle:hover:before,
.data-grid .data-grid-draggable-row-cell .draggable-handle:hover:before,
.merchandiser-app .draggable-handle:hover:before {
  color: #858585;
}
.admin__field:not(.admin__field-option) > .admin__field-label span[data-config-scope]:before,
.accordion .config .label span[data-config-scope]:before {
  bottom: -1.3rem;
  color: #808080;
  content: attr(data-config-scope);
  font-size: 1.1rem;
  font-weight: 400;
  min-width: 15rem;
  position: absolute;
  right: 0;
  text-transform: lowercase;
}
.admin__field:not(.admin__field-option) > .admin__field-label,
.accordion .config .label {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  text-size-adjust: 100%;
}
* {
  box-sizing: inherit;
}
*:before,
*:after {
  box-sizing: inherit;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus {
  box-shadow: 0 0 0 1px #008bdb;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ffff00;
  color: #000000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
img,
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea,
.block-footer .action-add {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
.block-footer .action-add {
  overflow: visible;
}
button,
select,
.block-footer .action-add {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.block-footer .action-add {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled],
.block-footer .action-add[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
.block-footer .action-add::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
html {
  font-size: 62.5%;
}
body {
  color: #41362f;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
  font-size: 1.4rem;
}
h1 {
  margin: 0 0 2rem;
  color: #41362f;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.8rem;
}
h2,
.form-sharing-info .admin__legend span,
.admin__page-section-title strong,
.admin__page-section-title .title {
  margin: 0 0 2rem;
  color: #41362f;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2rem;
}
h3 {
  margin: 0 0 2rem;
  color: #41362f;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.7rem;
}
h4,
h5,
h6 {
  font-weight: 600;
  margin-top: 0;
}
p {
  margin: 0 0 0.5em;
}
small {
  font-size: 1.2rem;
}
a {
  color: #007bdb;
  text-decoration: none;
}
a:hover {
  color: #007bdb;
  text-decoration: underline;
}
ul,
ol,
dl {
  margin-top: 0;
  padding-left: 0;
}
nav ul,
nav ol {
  list-style: none none;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Admin Icons';
  src: url('../../adminhtml/Magento/backend/en_GB/fonts/admin-icons/admin-icons.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/fonts/admin-icons/admin-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.admin__control-text,
.admin__control-select,
.admin__control-multiselect,
.admin__control-file-label:before,
.admin__control-textarea,
.admin__control-addon [class*='admin__control-'][class] ~ [class*='admin__addon-']:last-child:before,
.selectmenu,
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class] ~ .addafter:last-child:before,
.ui-datepicker .ui-datepicker-title select,
#mgzreports-datepicker select.monthselect,
#mgzreports-datepicker select.yearselect {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  padding: 0.6rem 1rem 0.6rem;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
  width: auto;
}
.admin__control-text:hover,
.admin__control-select:hover,
.admin__control-multiselect:hover,
.admin__control-textarea:hover,
.admin__control-addon [class*='admin__control-'][class]:hover ~ [class*='admin__addon-']:last-child:before,
.selectmenu:hover,
.selectmenu:hover .selectmenu-toggle:before,
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class]:hover ~ .addafter:last-child:before,
.ui-datepicker .ui-datepicker-title select:hover,
#mgzreports-datepicker select.monthselect:hover,
#mgzreports-datepicker select.yearselect:hover {
  border-color: #878787;
}
.admin__control-text:focus,
.admin__control-select:focus,
.admin__control-multiselect:focus,
.admin__control-file:active + .admin__control-file-label:before,
.admin__control-file:focus + .admin__control-file-label:before,
.admin__control-textarea:focus,
.admin__control-addon [class*='admin__control-'][class]:focus ~ [class*='admin__addon-']:last-child:before,
.selectmenu._focus,
.selectmenu._focus .selectmenu-toggle:before,
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class]:focus ~ .addafter:last-child:before,
.ui-datepicker .ui-datepicker-title select:focus,
#mgzreports-datepicker select.monthselect:focus,
#mgzreports-datepicker select.yearselect:focus {
  border-color: #007bdb;
  box-shadow: none;
  outline: 0;
}
.admin__control-text[disabled],
.admin__control-select[disabled],
.admin__control-multiselect[disabled],
.admin__control-file[disabled] + .admin__control-file-label:before,
.admin__control-textarea[disabled],
.admin__control-addon [class*='admin__control-'][class][disabled] ~ [class*='admin__addon-']:last-child:before,
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class][disabled] ~ .addafter:last-child:before,
.ui-datepicker .ui-datepicker-title select[disabled],
#mgzreports-datepicker select.monthselect[disabled],
#mgzreports-datepicker select.yearselect[disabled] {
  background-color: #e9e9e9;
  border-color: #adadad;
  color: #303030;
  cursor: not-allowed;
  opacity: 0.5;
}
.admin__fieldset > .admin__field.admin__field-wide[class] > .admin__field-control,
.admin__field-row[class] > .admin__field-control,
.address-item-edit-content .admin__field[class] > .admin__field-control,
.image-panel .admin__fieldset .admin__field:not(.admin__field-inline)[class] > .admin__field-control,
.page-layout-admin-login .admin__field[class] > .admin__field-control,
.affected-attribute-set .admin__fieldset .admin__field[class] > .admin__field-control,
.gift-options-popup .admin__field[class] > .admin__field-control,
.admin__page-section .admin__field[class] > .admin__field-control {
  clear: left;
  float: none;
  text-align: left;
  width: auto;
}
.admin__fieldset > .admin__field.admin__field-wide[class]:not(.admin__field-option) > .admin__field-label,
.admin__field-row[class]:not(.admin__field-option) > .admin__field-label,
.address-item-edit-content .admin__field[class]:not(.admin__field-option) > .admin__field-label,
.image-panel .admin__fieldset .admin__field:not(.admin__field-inline)[class]:not(.admin__field-option) > .admin__field-label,
.page-layout-admin-login .admin__field[class]:not(.admin__field-option) > .admin__field-label,
.affected-attribute-set .admin__fieldset .admin__field[class]:not(.admin__field-option) > .admin__field-label,
.gift-options-popup .admin__field[class]:not(.admin__field-option) > .admin__field-label,
.admin__page-section .admin__field[class]:not(.admin__field-option) > .admin__field-label {
  display: block;
  line-height: 1.4rem;
  margin-bottom: 0.86rem;
  margin-top: -0.14rem;
  text-align: left;
  width: auto;
}
.admin__fieldset > .admin__field.admin__field-wide[class]:not(.admin__field-option) > .admin__field-label:before,
.admin__field-row[class]:not(.admin__field-option) > .admin__field-label:before,
.address-item-edit-content .admin__field[class]:not(.admin__field-option) > .admin__field-label:before,
.image-panel .admin__fieldset .admin__field:not(.admin__field-inline)[class]:not(.admin__field-option) > .admin__field-label:before,
.page-layout-admin-login .admin__field[class]:not(.admin__field-option) > .admin__field-label:before,
.affected-attribute-set .admin__fieldset .admin__field[class]:not(.admin__field-option) > .admin__field-label:before,
.gift-options-popup .admin__field[class]:not(.admin__field-option) > .admin__field-label:before,
.admin__page-section .admin__field[class]:not(.admin__field-option) > .admin__field-label:before {
  display: none;
}
.data-grid .col-qty .admin__control-text,
.product-composite-configure-inner .admin__control-text.qty,
.order-details .order-search-items .col-qty .admin__control-text,
.abs-order-tables .col-qty .admin__control-text,
.abs-order-tables .col-qty-invoice .admin__control-text,
.add-by-sku-wrapper .col-qty .admin__control-text,
.order-errors .col-qty .admin__control-text,
.order-creditmemo-tables .col-qty .admin__control-text,
.order-creditmemo-tables .col-qty-invoice .admin__control-text,
.order-tables .col-qty .admin__control-text,
.order-tables .col-qty-invoice .admin__control-text,
.order-invoice-tables .col-qty .admin__control-text,
.order-invoice-tables .col-qty-invoice .admin__control-text,
.edit-order-table .col-qty .admin__control-text,
.edit-order-table .col-qty-invoice .admin__control-text,
.order-shipment-table .col-qty .admin__control-text,
.order-shipment-table .col-qty-invoice .admin__control-text {
  min-width: 0;
  width: 5.4rem;
}
.abs-order-tables .custom-price-block + .admin__control-text,
.order-creditmemo-tables .custom-price-block + .admin__control-text,
.order-tables .custom-price-block + .admin__control-text,
.order-invoice-tables .custom-price-block + .admin__control-text,
.edit-order-table .custom-price-block + .admin__control-text,
.order-shipment-table .custom-price-block + .admin__control-text {
  min-width: 0;
  width: 10rem;
}
.admin__legend,
.gift-options-popup .admin__legend,
.admin__page-section .admin__legend,
.admin__page-section-item-title .title,
.admin__page-section-content .admin__page-section-title .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.admin__control-radio,
.admin__control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
}
.admin__control-radio:after,
.admin__control-checkbox:after {
  display: none;
}
.admin__control-radio + label,
.admin__control-checkbox + label {
  cursor: pointer;
  display: inline-block;
}
.admin__control-radio + label:before,
.admin__control-checkbox + label:before,
.mass-select-wrap select + label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.admin__control-radio + .admin__field-label,
.admin__control-checkbox + .admin__field-label {
  padding-left: 2.6rem;
}
.admin__control-radio + .admin__field-label:before,
.admin__control-checkbox + .admin__field-label:before {
  margin: 1px 1rem 0 -2.6rem;
}
.admin__control-radio:checked + label:before,
.admin__control-checkbox:checked + label:before,
.mass-select-wrap select._checked + label:before {
  color: #514943;
}
.admin__control-radio.disabled + label,
.admin__control-checkbox.disabled + label,
.admin__control-radio[disabled] + label,
.admin__control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.admin__control-radio.disabled + label:before,
.admin__control-checkbox.disabled + label:before,
.admin__control-radio[disabled] + label:before,
.admin__control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .admin__control-radio:not([disabled]):focus + label:before,
._keyfocus .admin__control-checkbox:not([disabled]):focus + label:before,
._keyfocus .admin__control-radio:not(.disabled):focus + label:before,
._keyfocus .admin__control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.admin__control-radio:not([disabled]):hover + label:before,
.admin__control-checkbox:not([disabled]):hover + label:before,
.admin__control-radio:not(.disabled):hover + label:before,
.admin__control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.admin__control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.admin__control-radio.admin__control-radio + label:before {
  line-height: 140%;
}
.admin__control-radio:checked + label {
  position: relative;
}
.admin__control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.admin__control-radio:checked:not([disabled]):hover,
.admin__control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.admin__control-radio:checked:not([disabled]):hover + label,
.admin__control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.admin__control-radio:checked:not([disabled]):hover + label:before,
.admin__control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.admin__control-checkbox + label:before,
.mass-select-wrap select + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.admin__control-checkbox:checked + label:before,
.mass-select-wrap select._checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.admin__control-checkbox:not(:checked)._indeterminate + label:before,
.admin__control-checkbox:not(:checked):indeterminate + label:before {
  color: #514943;
  content: '-';
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
input[type='checkbox'].admin__control-checkbox,
input[type='radio'].admin__control-checkbox {
  margin: 0;
  position: absolute;
}
.admin__control-text {
  min-width: 4rem;
}
.admin__control-select,
.ui-datepicker .ui-datepicker-title select,
#mgzreports-datepicker select.monthselect,
#mgzreports-datepicker select.yearselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/arrows-bg.svg'), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
  background-position: calc(100% - 12px) -34px, 100%, calc(100% - 3.2rem) 0;
  background-size: auto, 3.2rem 100%, 1px 100%;
  background-repeat: no-repeat;
  max-width: 100%;
  min-width: 8.5rem;
  padding-bottom: 0.6rem;
  padding-right: 4.4rem;
  padding-top: 0.6rem;
  transition: border-color 0.1s linear;
}
.admin__control-select:hover,
.ui-datepicker .ui-datepicker-title select:hover,
#mgzreports-datepicker select.monthselect:hover,
#mgzreports-datepicker select.yearselect:hover {
  border-color: #878787;
  cursor: pointer;
}
.admin__control-select:active,
.ui-datepicker .ui-datepicker-title select:active,
#mgzreports-datepicker select.monthselect:active,
#mgzreports-datepicker select.yearselect:active {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/arrows-bg.svg'), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#007bdb, #007bdb);
  background-position: calc(100% - 12px) 13px, 100%, calc(100% - 3.2rem) 0;
  border-color: #007bdb;
}
.admin__control-select::-ms-expand,
.ui-datepicker .ui-datepicker-title select::-ms-expand,
#mgzreports-datepicker select.monthselect::-ms-expand,
#mgzreports-datepicker select.yearselect::-ms-expand {
  display: none;
}
option:empty {
  display: none;
}
.admin__control-multiselect {
  height: auto;
  max-width: 100%;
  min-width: 15rem;
  overflow: auto;
  padding: 0;
  resize: both;
}
.admin__control-multiselect option,
.admin__control-multiselect optgroup {
  padding: .5rem 1rem;
}
.admin__control-file-wrapper {
  display: inline-block;
  padding: .5rem 1rem;
  position: relative;
  z-index: 1;
}
.admin__control-file-label:before {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.admin__control-file:active + .admin__control-file-label:before,
.admin__control-file:focus + .admin__control-file-label:before {
  /**
             * @codingStandardsIgnoreStart
             */
}
.admin__control-file {
  background: transparent;
  border: 0;
  padding-top: .7rem;
  position: relative;
  width: auto;
  z-index: 1;
}
.admin__control-support-text {
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  margin-left: 0.7rem;
}
.admin__control-support-text + [class*='admin__control-'] {
  margin-left: 0.7rem;
}
[class*='admin__control-'] + .admin__control-support-text {
  margin-left: 0.7rem;
}
.admin__control-service {
  float: left;
  margin: .8rem 0 0 3rem;
}
.admin__control-textarea {
  line-height: 1.18;
  padding-top: .8rem;
  resize: vertical;
}
.admin__control-addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: inline-flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
  z-index: 1;
}
.admin__control-addon > [class*='admin__addon-'],
.admin__control-addon > [class*='admin__control-'] {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.admin__control-addon .admin__control-select,
.admin__control-addon .ui-datepicker .ui-datepicker-title select,
.admin__control-addon #mgzreports-datepicker select.monthselect,
.admin__control-addon #mgzreports-datepicker select.yearselect {
  width: auto;
}
.admin__control-addon .admin__control-text {
  margin: .1rem;
  padding: 0.5rem 0.9rem 0.5rem;
  width: 100%;
}
.admin__control-addon [class*='admin__control-'][class] {
  appearence: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  vertical-align: top;
}
.admin__control-addon [class*='admin__control-'][class] + [class*='admin__control-'] {
  border-left-color: #adadad;
}
.admin__control-addon [class*='admin__control-'][class] :focus {
  box-shadow: 0;
}
.admin__control-addon [class*='admin__control-'][class] ~ [class*='admin__addon-']:last-child {
  padding-left: 1rem;
  position: static !important;
  z-index: 0;
}
.admin__control-addon [class*='admin__control-'][class] ~ [class*='admin__addon-']:last-child > * {
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.admin__control-addon [class*='admin__control-'][class] ~ [class*='admin__addon-']:last-child:empty {
  padding: 0;
}
.admin__control-addon [class*='admin__control-'][class] ~ [class*='admin__addon-']:last-child:before {
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.admin__addon-suffix,
.admin__addon-prefix,
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon > .addafter {
  border: 0;
  box-sizing: border-box;
  color: #858585;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0;
}
.admin__addon-suffix {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.admin__addon-suffix:last-child {
  padding-right: 1rem;
}
.admin__addon-prefix,
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon > .addafter {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.admin__control-collapsible {
  width: 100%;
}
.admin__control-collapsible ._dragged .admin__collapsible-block-wrapper .admin__collapsible-title {
  background: #d0d0d0;
}
.admin__control-collapsible ._dragover-top .admin__collapsible-block-wrapper:before,
.admin__control-collapsible ._dragover-bottom .admin__collapsible-block-wrapper:before {
  background: #008bdb;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}
.admin__control-collapsible ._dragover-top .admin__collapsible-block-wrapper:before {
  top: -3px;
}
.admin__control-collapsible ._dragover-bottom .admin__collapsible-block-wrapper:before {
  bottom: -3px;
}
.admin__control-collapsible .admin__collapsible-block-wrapper.fieldset-wrapper {
  border: 0;
  margin: 0;
  position: relative;
}
.admin__control-collapsible .admin__collapsible-block-wrapper.fieldset-wrapper .fieldset-wrapper-title {
  background: #f8f8f8;
  border: 2px solid #cccccc;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .admin__collapsible-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 1.6rem 4rem 1.6rem 3.8rem;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .admin__collapsible-title:before {
  left: 1rem;
  right: auto;
  top: 1.4rem;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 1.4rem;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .action-delete:before {
  content: '\e630';
  font-size: 2rem;
}
.admin__control-collapsible .admin__collapsible-block-wrapper .fieldset-wrapper-title .action-delete > span {
  display: none;
}
.admin__control-collapsible .admin__collapsible-content {
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.admin__control-collapsible .admin__collapsible-content > .fieldset-wrapper {
  border: 1px solid #cccccc;
  margin-top: -1px;
  padding: 1rem;
}
.admin__control-collapsible .admin__collapsible-content .admin__fieldset {
  padding: 0;
}
.admin__control-collapsible .admin__collapsible-content .admin__field:last-child {
  margin-bottom: 0;
}
.admin__control-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.admin__control-table {
  width: 100%;
}
.admin__control-table thead {
  background-color: transparent;
}
.admin__control-table tbody td {
  vertical-align: top;
}
.admin__control-table tfoot th {
  padding-bottom: 1.3rem;
}
.admin__control-table tfoot th.validation {
  padding-bottom: 0;
  padding-top: 0;
}
.admin__control-table tfoot td {
  border-top: 1px solid #ffffff;
}
.admin__control-table tfoot .admin__control-table-pagination {
  float: right;
  padding-bottom: 0;
}
.admin__control-table tfoot .action-previous {
  margin-right: .5rem;
}
.admin__control-table tfoot .action-next {
  margin-left: .9rem;
}
.admin__control-table tr:last-child td {
  border-bottom: none;
}
.admin__control-table tr._dragover-top td {
  box-shadow: inset 0 3px 0 0 #008bdb;
}
.admin__control-table tr._dragover-bottom td {
  box-shadow: inset 0 -3px 0 0 #008bdb;
}
.admin__control-table tr._dragged td,
.admin__control-table tr._dragged th {
  background: #d0d0d0;
}
.admin__control-table td,
.admin__control-table th {
  background-color: #efefef;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 1.3rem 1rem 1.3rem 0;
  text-align: left;
  vertical-align: top;
}
.admin__control-table td:first-child,
.admin__control-table th:first-child {
  padding-left: 1rem;
}
.admin__control-table td > .admin__control-select,
.admin__control-table th > .admin__control-select,
.admin__control-table td > .admin__control-text,
.admin__control-table th > .admin__control-text,
.admin__control-table td > .ui-datepicker .ui-datepicker-title select,
.admin__control-table th > .ui-datepicker .ui-datepicker-title select,
.admin__control-table td > #mgzreports-datepicker select.monthselect,
.admin__control-table th > #mgzreports-datepicker select.monthselect,
.admin__control-table td > #mgzreports-datepicker select.yearselect,
.admin__control-table th > #mgzreports-datepicker select.yearselect {
  width: 100%;
}
.admin__control-table td._hidden,
.admin__control-table th._hidden {
  display: none;
}
.admin__control-table td._fit,
.admin__control-table th._fit {
  width: auto;
}
.admin__control-table th {
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  vertical-align: bottom;
}
.admin__control-table th._required span:after {
  margin: 0 0 0 0.5rem;
  color: #e22626;
  content: '*';
}
.admin__control-table .control-table-actions-th {
  white-space: nowrap;
}
.admin__control-table .control-table-actions-cell {
  padding-top: 1.8rem;
  text-align: center;
  width: 1%;
}
.admin__control-table .control-table-options-th {
  text-align: center;
  width: 10rem;
}
.admin__control-table .control-table-options-cell {
  text-align: center;
}
.admin__control-table .control-table-text {
  line-height: 3.2rem;
}
.admin__control-table .col-draggable {
  padding-top: 2.2rem;
  width: 1%;
}
.admin__control-table .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.admin__control-table .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.admin__control-table .action-delete:before {
  content: '\e630';
  font-size: 2rem;
}
.admin__control-table .action-delete > span {
  display: none;
}
.admin__control-table .draggable-handle {
  padding: 0;
}
.admin__control-table._dragged {
  outline: 1px solid #007bdb;
}
.admin__control-table-action {
  background-color: #efefef;
  border-top: 1px solid #ffffff;
  padding: 1.3rem 1rem;
}
.admin__dynamic-rows._dragged {
  opacity: .95;
  position: absolute;
  z-index: 999;
}
.admin__dynamic-rows.admin__control-table .admin__control-fields > .admin__field {
  border: 0;
  padding: 0;
}
.admin__dynamic-rows td > .admin__field {
  border: 0;
  margin: 0;
  padding: 0;
}
.admin__control-table-pagination {
  padding-bottom: 1rem;
}
.admin__control-table-pagination .admin__data-grid-pager {
  float: right;
}
.product_form_product_form_advanced_pricing_modal .admin__fieldset > .admin__field > .admin__field-label,
.product_form_product_form_advanced_pricing_modal [class*='admin__control-grouped'] > .admin__field:first-child > .admin__field-label {
  margin-left: 0;
}
.product_form_product_form_advanced_pricing_modal .admin__control-table td,
.product_form_product_form_advanced_pricing_modal .admin__control-table th {
  overflow-y: visible;
}
.product_form_product_form_advanced_pricing_modal .admin__fieldset {
  margin-left: -30px;
}
.product_form_product_form_advanced_pricing_modal .admin__control-table-wrapper {
  overflow-x: visible;
  overflow-y: visible;
}
.admin__field-tooltip {
  display: inline-block;
  margin-top: 0.5rem;
  max-width: 45px;
  overflow: visible;
  vertical-align: top;
  width: 0;
}
.admin__field-tooltip:hover {
  position: relative;
  z-index: 500;
}
.admin__field-option .admin__field-tooltip {
  margin-top: 0.5rem;
}
.admin__field-tooltip .admin__field-tooltip-action {
  margin-left: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
}
.admin__field-tooltip .admin__field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 1;
  color: #514943;
  content: '\e633';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.admin__field-tooltip .admin__control-text:focus + .admin__field-tooltip-content,
.admin__field-tooltip:hover .admin__field-tooltip-content {
  display: block;
}
.admin__field-tooltip .admin__field-tooltip-content {
  bottom: 3.8rem;
  display: none;
  right: -2.3rem;
}
.admin__field-tooltip .admin__field-tooltip-content:after,
.admin__field-tooltip .admin__field-tooltip-content:before {
  border: 1.6rem solid transparent;
  height: 0;
  width: 0;
  border-top-color: #afadac;
  content: '';
  display: block;
  position: absolute;
  right: 2rem;
  top: 100%;
  z-index: 3;
}
.admin__field-tooltip .admin__field-tooltip-content:after {
  border-top-color: #fffbbb;
  margin-top: -1px;
  z-index: 4;
}
.abs-admin__field-tooltip-content,
.admin__field-tooltip .admin__field-tooltip-content,
.gift-options-tooltip {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background: #fffbbb;
  border: 1px solid #afadac;
  border-radius: 1px;
  padding: 1.5rem 2.5rem;
  position: absolute;
  width: 32rem;
  z-index: 1;
}
.admin__field-fallback-reset {
  font-size: 1.25rem;
  white-space: nowrap;
  width: 30px;
}
.admin__field-fallback-reset > span {
  margin-left: 0.5rem;
  position: relative;
}
.admin__field-fallback-reset:active {
  transform: scale(0.98);
}
.admin__field-fallback-reset:before {
  transition: color 0.1s linear;
  content: '\e642';
  font-size: 1.3rem;
  margin-left: 0.5rem;
}
.admin__field-fallback-reset:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__field-fallback-reset:focus {
  background: transparent;
}
.abs-field-size-x-small,
.abs-field-sizes.admin__field-x-small > .admin__field-control,
.admin__fieldset > .admin__field.admin__field-x-small > .admin__field-control,
.admin__field.admin__field-x-small > .admin__field-control,
[class*='admin__control-grouped'] > .admin__field.admin__field-x-small > .admin__field-control {
  width: 8rem;
}
.abs-field-size-small,
.abs-field-sizes.admin__field-small > .admin__field-control,
.admin__control-grouped-date > .admin__field-date.admin__field > .admin__field-control,
.admin__fieldset > .admin__field.admin__field-small > .admin__field-control,
.admin__field.admin__field-small > .admin__field-control,
[class*='admin__control-grouped'] > .admin__field.admin__field-small > .admin__field-control {
  width: 15rem;
}
.abs-field-size-medium,
.abs-field-sizes.admin__field-medium > .admin__field-control,
.admin__fieldset > .admin__field.admin__field-medium > .admin__field-control,
.admin__field.admin__field-medium > .admin__field-control,
[class*='admin__control-grouped'] > .admin__field.admin__field-medium > .admin__field-control {
  width: 34rem;
}
.abs-field-size-large,
.abs-field-sizes.admin__field-large > .admin__field-control,
.admin__fieldset > .admin__field.admin__field-large > .admin__field-control,
.admin__field.admin__field-large > .admin__field-control,
[class*='admin__control-grouped'] > .admin__field.admin__field-large > .admin__field-control {
  width: 64rem;
}
.abs-field-no-label,
.admin__fieldset > .admin__field.admin__field-no-label > .admin__field-control,
.admin__field-no-label,
.admin__field-group-additional {
  /**
     *@codingStandardsIgnoreStart
     */
  margin-left: calc( (100%) * 0.25 + 30px );
}
.admin__fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.admin__fieldset .fieldset-wrapper.admin__fieldset-section > .fieldset-wrapper-title {
  padding-left: 1rem;
}
.admin__fieldset .fieldset-wrapper.admin__fieldset-section > .fieldset-wrapper-title strong {
  font-size: 1.7rem;
  font-weight: 600;
}
.admin__fieldset .fieldset-wrapper.admin__fieldset-section .admin__fieldset-wrapper-content > .admin__fieldset {
  padding-top: 1rem;
}
.admin__fieldset .fieldset-wrapper.admin__fieldset-section:last-child .admin__fieldset-wrapper-content > .admin__fieldset {
  padding-bottom: 0;
}
.admin__fieldset > .admin__field {
  border: 0;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.admin__fieldset > .admin__field:after {
  clear: both;
  content: '';
  display: table;
}
.admin__fieldset > .admin__field > .admin__field-control {
  width: calc( (100%) * 0.5 - 30px );
  float: left;
  margin-left: 30px;
}
.admin__fieldset > .admin__field > .admin__field-control input[type="checkbox"] {
  margin-top: 1rem;
}
.admin__fieldset > .admin__field > .admin__field-label {
  width: calc( (100%) * 0.25 - 30px );
  float: left;
  margin-left: 30px;
}
.admin__fieldset > .admin__field.admin__field-no-label > .admin__field-label {
  display: none;
}
.admin__fieldset > .admin__field + .admin__field._empty._no-header {
  margin-top: -3rem;
}
.admin__fieldset > .admin__field.field-currently_used_for > .admin__field-control .admin__field {
  margin-top: 8px;
}
.admin__fieldset.composite-bundle .admin__field-control {
  padding-top: 7px;
}
.admin__fieldset.composite-bundle .admin__field-option {
  padding-top: 0;
}
.admin__fieldset-product-websites {
  position: relative;
  z-index: 300;
}
.admin__fieldset-note {
  margin-bottom: 2rem;
}
.admin__form-field {
  border: 0;
  margin: 0;
  padding: 0;
}
.admin__form-field-control .admin__control-text,
.admin__field-control .admin__control-text,
.admin__form-field-control .admin__control-textarea,
.admin__field-control .admin__control-textarea {
  width: 100%;
}
.admin__form-field-control .admin__control-text.disabled,
.admin__field-control .admin__control-text.disabled,
.admin__form-field-control .admin__control-textarea.disabled,
.admin__field-control .admin__control-textarea.disabled {
  background-color: #e9e9e9;
  border-color: #adadad;
  color: #303030;
  cursor: not-allowed;
  opacity: .5;
}
.admin__field-label {
  color: #303030;
  margin: 0;
  text-align: right;
}
.admin__field-label label {
  cursor: pointer;
}
.admin__field-label + br {
  display: none;
}
.admin__field:not(.admin__field-option) > .admin__field-label {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  padding: 0;
  white-space: nowrap;
}
.admin__field:not(.admin__field-option) > .admin__field-label:before {
  opacity: 0;
  visibility: hidden;
  content: '.';
  margin-left: -7px;
  overflow: hidden;
}
.admin__field:not(.admin__field-option) > .admin__field-label span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  white-space: normal;
}
.admin__field:not(.admin__field-option) > .admin__field-label span[data-config-scope] {
  position: relative;
}
.required > .admin__field-label span:after,
._required > .admin__field-label span:after {
  color: #e22626;
  content: '*';
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  margin-top: .2rem;
  position: absolute;
  z-index: 1;
}
._disabled > .admin__field-label {
  color: #999999;
  cursor: default;
}
.admin__field {
  margin-bottom: 0;
}
.admin__field + .admin__field {
  margin-top: 1.5rem;
}
.admin__field:not(.admin__field-option) ~ .admin__field-option {
  margin-top: .5rem;
}
.admin__field.admin__field-option ~ .admin__field-option {
  margin-top: .9rem;
}
.admin__field ~ .admin__field-option:last-child {
  margin-bottom: .8rem;
}
.admin__fieldset > .admin__field {
  margin-bottom: 3rem;
  position: relative;
}
.admin__fieldset > .admin__field.field-import_file .input-file {
  margin-top: 6px;
}
.admin__field legend.admin__field-label {
  opacity: 1;
}
.admin__field[data-config-scope]:before {
  color: #808080;
  content: attr(data-config-scope);
  display: inline-block;
  font-size: 1.2rem;
  left: calc( (100%) * 0.75 - 30px );
  line-height: 3.2rem;
  margin-left: 60px;
  position: absolute;
  width: calc( (100%) * 0.25 - 30px );
}
.admin__field-control .admin__field[data-config-scope]:nth-child(n + 2):before {
  content: '';
}
.admin__field._error .admin__field-control [class*='admin__control-'] [class*='admin__addon-']:before,
.admin__field._error .admin__field-control [class*='admin__addon-']:before,
.admin__field._error .admin__field-control > [class*='admin__control-'] {
  border-color: #e22626;
}
.admin__field._disabled,
.admin__field._disabled:hover {
  box-shadow: inherit;
  cursor: inherit;
  opacity: 1;
  outline: inherit;
}
.admin__field._disabled .admin__action-multiselect-wrap .admin__action-multiselect,
.admin__field._disabled:hover .admin__action-multiselect-wrap .admin__action-multiselect {
  background-color: #e9e9e9;
  border-color: #adadad;
  color: #303030;
  cursor: not-allowed;
  opacity: 0.5;
}
.admin__field._hidden {
  display: none;
}
.admin__field-control + .admin__field-control {
  margin-top: 1.5rem;
}
.admin__field-control._with-tooltip > .admin__control-addon,
.admin__field-control._with-tooltip > .admin__field-option,
.admin__field-control._with-tooltip > .admin__control-select,
.admin__field-control._with-tooltip > .admin__control-text,
.admin__field-control._with-tooltip > .admin__control-textarea,
.admin__field-control._with-tooltip > .ui-datepicker .ui-datepicker-title select,
.admin__field-control._with-tooltip > #mgzreports-datepicker select.monthselect,
.admin__field-control._with-tooltip > #mgzreports-datepicker select.yearselect {
  max-width: calc(100% - 45px - 4px);
}
.admin__field-control._with-tooltip .admin__field-tooltip {
  width: auto;
}
.admin__field-control._with-tooltip .admin__field-option {
  display: inline-block;
}
.admin__field-control._with-reset > .admin__control-addon,
.admin__field-control._with-reset > .admin__control-text,
.admin__field-control._with-reset > .admin__control-textarea {
  width: calc(100% - 30px - 0.5rem - 4px);
}
.admin__field-control._with-reset .admin__field-fallback-reset {
  margin-left: 0.5rem;
  margin-top: 1rem;
  vertical-align: top;
}
.admin__field-control._with-reset._with-tooltip > .admin__control-addon,
.admin__field-control._with-reset._with-tooltip > .admin__control-text,
.admin__field-control._with-reset._with-tooltip > .admin__control-textarea {
  width: calc(100% - 30px - 0.5rem - 45px - 8px);
}
.admin__fieldset > .admin__field-collapsible {
  margin-bottom: 0;
}
.admin__fieldset > .admin__field-collapsible .admin__field-control {
  border-top: 1px solid #cccccc;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1.7rem 0;
  width: calc(100% - 3rem);
}
.admin__fieldset > .admin__field-collapsible .admin__field-option {
  padding-top: 0;
}
.admin__field-collapsible + div {
  margin-top: 2.5rem;
}
.admin__field-collapsible .admin__control-radio + label:before {
  height: 1.8rem;
  width: 1.8rem;
}
.admin__field-collapsible .admin__control-radio:checked + label:after {
  left: 4px;
  top: 5px;
}
.admin__field-error,
label.mage-error {
  background: #fffbbb;
  border: 1px solid #ee7d7d;
  box-sizing: border-box;
  color: #555555;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: .2rem 0 0;
  padding: .8rem 1rem .9rem;
}
.admin__field-note {
  color: #303030;
  font-size: 1.2rem;
  margin: 10px 0 0;
  padding: 0;
}
.admin__additional-info {
  padding-top: 1rem;
}
.admin__field-option {
  padding-top: 0.7rem;
}
.admin__field-option .admin__field-label {
  text-align: left;
}
.admin__field-control > .admin__field-option:nth-child(1):nth-last-child(2),
.admin__field-control > .admin__field-option:nth-child(2):nth-last-child(1) {
  display: inline-block;
}
.admin__field-control > .admin__field-option:nth-child(1):nth-last-child(2) + .admin__field-option,
.admin__field-control > .admin__field-option:nth-child(2):nth-last-child(1) + .admin__field-option {
  display: inline-block;
  margin-left: 41px;
  margin-top: 0;
}
.admin__field-control > .admin__field-option:nth-child(1):nth-last-child(2) + .admin__field-option:before,
.admin__field-control > .admin__field-option:nth-child(2):nth-last-child(1) + .admin__field-option:before {
  background: #cacaca;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: -20px;
  position: absolute;
  width: 1px;
}
.admin__field-value {
  display: inline-block;
  padding-top: 0.7rem;
}
.admin__field-service {
  padding-top: 1rem;
}
[class*='admin__control-grouped'] > .admin__field:first-child,
.admin__control-fields > .admin__field:first-child {
  position: static;
}
[class*='admin__control-grouped'] > .admin__field:first-child > .admin__field-label,
.admin__control-fields > .admin__field:first-child > .admin__field-label {
  width: calc( (100%) * 0.25 - 30px );
  float: left;
  margin-left: 30px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}
[class*='admin__control-grouped'] > .admin__field:first-child > .admin__field-label span:before,
.admin__control-fields > .admin__field:first-child > .admin__field-label span:before {
  display: block;
}
[class*='admin__control-grouped'] > .admin__field._disabled > .admin__field-label,
.admin__control-fields > .admin__field._disabled > .admin__field-label {
  cursor: default;
}
[class*='admin__control-grouped'] > .admin__field > .admin__field-label span:before,
.admin__control-fields > .admin__field > .admin__field-label span:before {
  display: none;
}
.admin__control-fields .admin__field-label ~ .admin__field-control {
  width: 100%;
}
.admin__control-fields .admin__field-option {
  padding-top: 0;
}
[class*='admin__control-grouped'] {
  box-sizing: border-box;
  display: table;
  width: 100%;
}
[class*='admin__control-grouped'] > .admin__field {
  display: table-cell;
  vertical-align: top;
}
[class*='admin__control-grouped'] > .admin__field > .admin__field-control {
  float: none;
  width: 100%;
}
[class*='admin__control-grouped'] > .admin__field.admin__field-default,
[class*='admin__control-grouped'] > .admin__field.admin__field-x-small,
[class*='admin__control-grouped'] > .admin__field.admin__field-small,
[class*='admin__control-grouped'] > .admin__field.admin__field-medium,
[class*='admin__control-grouped'] > .admin__field.admin__field-large {
  width: 1px;
}
[class*='admin__control-grouped'] > .admin__field.admin__field-default + .admin__field:last-child,
[class*='admin__control-grouped'] > .admin__field.admin__field-x-small + .admin__field:last-child,
[class*='admin__control-grouped'] > .admin__field.admin__field-small + .admin__field:last-child,
[class*='admin__control-grouped'] > .admin__field.admin__field-medium + .admin__field:last-child,
[class*='admin__control-grouped'] > .admin__field.admin__field-large + .admin__field:last-child {
  width: auto;
}
[class*='admin__control-grouped'] > .admin__field:nth-child(n + 2) {
  padding-left: 20px;
}
.admin__control-group-equal {
  table-layout: fixed;
}
.admin__control-group-equal > .admin__field {
  width: 50%;
}
.admin__field-control-group {
  margin-top: .8rem;
}
.admin__field-control-group > .admin__field {
  padding: 0;
}
.admin__control-grouped-date > .admin__field-date {
  white-space: nowrap;
  width: 1px;
}
.admin__control-grouped-date > .admin__field-date.admin__field > .admin__field-control {
  position: relative;
  display: inline-block;
}
.admin__control-grouped-date > .admin__field-date + .admin__field:last-child {
  width: auto;
}
.admin__control-grouped-date > .admin__field-date + .admin__field-date > .admin__field-label {
  float: left;
  padding-right: 20px;
}
.admin__control-grouped-date .ui-datepicker-trigger {
  left: 100%;
  top: 0;
}
.admin__field-group-columns.admin__field-control.admin__control-grouped {
  width: calc( (100%) * 1 - 30px );
  float: left;
  margin-left: 30px;
}
.admin__field-group-columns > .admin__field:first-child > .admin__field-label {
  float: none;
  margin: 0;
  opacity: 1;
  position: static;
  width: 100%;
}
.admin__field-group-columns > .admin__field > .admin__field-label {
  text-align: left;
}
.admin__field-group-columns .admin__control-select,
.admin__field-group-columns .ui-datepicker .ui-datepicker-title select,
.admin__field-group-columns #mgzreports-datepicker select.monthselect,
.admin__field-group-columns #mgzreports-datepicker select.yearselect {
  width: 100%;
}
.admin__field-group-additional {
  clear: both;
}
.admin__field-group-additional .action-additional {
  margin-top: 1rem;
}
.admin__field-group-additional .action-basic {
  width: 100%;
}
.admin__field-group-show-label {
  white-space: nowrap;
}
.admin__field-group-show-label > .admin__field-label,
.admin__field-group-show-label > .admin__field-control {
  display: inline-block;
  vertical-align: top;
}
.admin__field-group-show-label > .admin__field-label {
  margin-right: 20px;
}
.admin__field-complex {
  margin: 1rem 0 3rem;
  padding-left: 1rem;
}
.admin__field:not(._hidden) + .admin__field-complex {
  margin-top: 3rem;
}
.admin__field-complex .admin__field-complex-title {
  clear: both;
  color: #303030;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .025em;
  margin-bottom: 1rem;
}
.admin__field-complex .admin__field-complex-elements {
  float: right;
  max-width: 40%;
}
.admin__field-complex .admin__field-complex-elements button,
.admin__field-complex .admin__field-complex-elements .block-footer .action-add {
  margin-left: 1rem;
}
.admin__field-complex .admin__field-complex-content {
  max-width: 60%;
  overflow: hidden;
}
.admin__field-complex .admin__field-complex-text {
  margin-left: -1rem;
}
.admin__field-complex + .admin__field._empty._no-header {
  margin-top: -3rem;
}
.admin__legend {
  float: left;
  position: static;
  width: 100%;
}
.admin__legend + br {
  clear: left;
  display: block;
  height: 0;
  overflow: hidden;
}
.fieldset-wrapper-title,
.admin__fieldset-wrapper-title {
  border-bottom: 1px solid #cccccc;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 14px 0 16px;
}
.fieldset-wrapper-title .title,
.admin__fieldset-wrapper-title .title {
  font-size: 2rem;
  font-weight: 400;
}
.admin__fieldset-wrapper-content .fieldset-wrapper-title .title,
.admin__fieldset-wrapper-content .admin__fieldset-wrapper-title .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.fieldset-wrapper-title .title.active ~ .actions,
.admin__fieldset-wrapper-title .title.active ~ .actions {
  display: none;
}
.fieldset-wrapper-title .actions,
.admin__fieldset-wrapper-title .actions {
  display: block;
  float: right;
}
.admin__fieldset-wrapper-content .admin__fieldset {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.admin__fieldset-wrapper-content .admin__fieldset > .admin__collapsible-block-wrapper:first-child {
  margin-top: -3rem;
}
.admin__fieldset-wrapper-content .admin__fieldset > *:first-child {
  margin-top: 0;
}
.admin__fieldset-wrapper-content .admin__fieldset > *:last-child {
  margin-bottom: 0;
}
.address-item-edit-content {
  background: #ffffff;
  border: 1px solid #dad1c8;
  box-shadow: 0 2px 1px 0 rgba(217, 210, 202, 0.5);
  margin-left: 359px;
  max-width: 500px;
  padding: 15px 30px;
}
.address-item-edit-content .admin__legend {
  display: none;
}
.address-list {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 360px;
}
.address-list .address-list-item-actions {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.address-list .address-list-item {
  background: #f1f1f1;
  border: 1px solid #dad1c8;
  cursor: pointer;
  margin-bottom: -1px;
  padding: 10px 10px 15px;
  position: relative;
  z-index: 1;
}
.address-list .address-list-item.ui-state-active {
  background: #ffffff;
  box-shadow: 0 1px 1px 0 #d9d2ca;
  margin-left: -2px;
  padding-left: 12px;
  position: relative;
  z-index: 2;
}
.address-list .address-list-item.ui-state-active:before,
.address-list .address-list-item.ui-state-active:after {
  color: #ffffff;
  content: '\e02a';
  font-family: 'MUI-Icons';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 11px;
  margin-top: -5px;
  position: absolute;
  right: -9px;
  speak: none;
  text-indent: -6px;
  top: 50%;
  width: 10px;
  z-index: 2;
}
.address-list .address-list-item.ui-state-active:before {
  color: #dad1c8;
  right: -11px;
  z-index: 1;
}
.address-list address {
  font-style: normal;
  line-height: 1.5;
  margin: 0 20px 15px 0;
}
.address-list address:first-line {
  font-weight: bold;
}
.address-list .address-list-actions {
  background: none;
  border: 0;
  box-shadow: none;
  cursor: default;
  padding: 20px 0 0;
}
.address-list .action-delete {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.address-list .action-delete:focus,
.address-list .action-delete:active {
  background: none;
  border: none;
}
.address-list .action-delete:hover {
  background: none;
  border: none;
}
.address-list .action-delete.disabled,
.address-list .action-delete[disabled],
fieldset[disabled] .address-list .action-delete {
  pointer-events: none;
  opacity: 0.5;
}
.address-list .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.address-list .action-delete:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 16px;
  color: #41362f;
  content: '\e620';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.address-list .action-delete span {
  max-height: 1px;
  max-width: 1px;
}
.address-list .action-delete:hover {
  position: relative;
  z-index: 2;
}
.address-list .action-delete:hover:after {
  color: #060504;
}
.address-list .action-delete:hover span {
  background-color: #fcfcfc;
  border: 1px solid #989287;
  border-radius: .4rem;
  bottom: 100%;
  clip: auto;
  font-size: 1.2rem;
  height: auto;
  left: auto;
  margin: 0 auto .1rem;
  max-height: 50px;
  max-width: 200px;
  padding: .5rem;
  right: auto;
  top: auto;
  transition: all .01s linear .7s;
  white-space: nowrap;
  width: auto;
}
[class*='admin__control-'].mage-error ~ [class*='admin__addon-']:before,
.admin__field-control > [class*='admin__control-'].mage-error {
  border-color: #e22626;
}
.page-layout-admin-login .loading-mask {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.page-layout-admin-login .popup-loading {
  height: 149px;
  left: 50%;
  margin-left: -109px;
  margin-top: -74.5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 218px;
}
.page-layout-admin-login .field-captcha {
  padding-left: 30px;
  vertical-align: middle;
}
.page-layout-admin-login .field-captcha .captcha-reload {
  float: right;
  margin-top: 15px;
}
.admin__form-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.admin__form-loading-mask .spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.data-grid .head-massaction .admin__control-select,
.data-grid .head-massaction .ui-datepicker .ui-datepicker-title select,
.data-grid .head-massaction #mgzreports-datepicker select.monthselect,
.data-grid .head-massaction #mgzreports-datepicker select.yearselect {
  min-width: 6rem;
}
.data-grid .data-grid-filters td {
  border-bottom: 1px solid #d6d6d6;
  padding: 1rem;
}
.data-grid .data-grid-filters select,
.data-grid .data-grid-filters input[type='text'] {
  font-size: 1.3rem;
  height: 2.8rem;
  min-width: 5rem;
  padding: .2rem .4rem;
  width: 100%;
}
.data-grid .data-grid-filters .admin__control-text {
  width: 100%;
}
.data-grid .data-grid-filters select {
  background-position: calc(100% - 5px) -37px, 100%, calc(100% - 18px) 0;
  background-size: auto, 18px 100%, 1px 100%;
  height: 2.8rem;
  padding: .2rem 1.8rem .2rem .3rem;
}
.data-grid .data-grid-filters select:focus {
  background-position: calc(100% - 5px) 11px, 100%, calc(100% - 18px) 0;
}
.data-grid .data-grid-filters td ._has-datepicker + .ui-datepicker-trigger {
  height: 2.8rem;
  margin-left: -3.2rem;
  width: 2.8rem;
}
.data-grid .data-grid-filters td ._has-datepicker + .ui-datepicker-trigger:after {
  line-height: 28px;
}
.data-grid .range-line {
  position: relative;
}
.data-grid .range-line + .range-line {
  margin-top: .5rem;
}
.data-grid .field-row {
  display: inline-block;
}
.mass-select-info:before {
  content: '(';
}
.mass-select-info:after {
  content: ')';
}
.mass-select-info._empty {
  display: none;
}
.mass-select-wrap {
  margin-left: 1.1rem;
  margin-top: 3.3rem;
  position: absolute;
  top: 100%;
}
.mass-select-wrap select {
  cursor: pointer;
  height: 22px;
  left: 0;
  opacity: .01;
  position: absolute;
  top: 0;
  width: 22px;
  z-index: 2;
}
.mass-select-wrap select + label {
  height: 16px;
  line-height: 16px;
  padding: 0;
  width: 16px;
  z-index: 1;
  /**
             * @codingStandardsIgnoreStart
             */
}
.mass-select-wrap select + label:before {
  left: 0;
  position: absolute;
  top: 0;
}
.mass-select-wrap select + label:after {
  top: 40% !important;
}
.mass-select-wrap select._checked._indeterminate + label:before {
  content: '-';
  font-size: 2rem;
  line-height: .7rem;
}
.mass-select-wrap select._disabled {
  display: none;
}
.mass-select-wrap select._disabled + label {
  cursor: not-allowed;
  opacity: .6;
}
.admin__data-grid-toolbar *,
.admin__data-grid-toolbar *:before,
.admin__data-grid-toolbar *:after {
  box-sizing: border-box;
}
.admin__data-grid-toolbar .admin__data-grid-header-row .action-select-multiselect {
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
  height: 38px;
  left: -1rem;
  min-width: 0;
  opacity: .01;
  top: -1.2rem;
  width: 52px;
}
.admin__data-grid-toolbar .admin__data-grid-header-row > div {
  margin-left: 30px;
}
.admin__data-grid-toolbar .admin__data-grid-header-row > div:first-child {
  margin-left: 0;
}
.admin__data-grid-toolbar .admin__data-grid-header-row button,
.admin__data-grid-toolbar .admin__data-grid-header-row .block-footer .action-add {
  vertical-align: top;
}
.admin__data-grid-toolbar .admin__filter-actions {
  float: left;
}
.admin__data-grid-toolbar .admin__control-filter .admin__control-select,
.admin__data-grid-toolbar .admin__control-filter .ui-datepicker .ui-datepicker-title select,
.admin__data-grid-toolbar .admin__control-filter #mgzreports-datepicker select.monthselect,
.admin__data-grid-toolbar .admin__control-filter #mgzreports-datepicker select.yearselect {
  margin-right: 0.7rem;
}
.admin__data-grid-toolbar .admin__data-grid-export {
  float: right;
}
.admin__data-grid-toolbar .admin__data-grid-export .admin__control-select,
.admin__data-grid-toolbar .admin__data-grid-export .ui-datepicker .ui-datepicker-title select,
.admin__data-grid-toolbar .admin__data-grid-export #mgzreports-datepicker select.monthselect,
.admin__data-grid-toolbar .admin__data-grid-export #mgzreports-datepicker select.yearselect {
  margin-right: 0.7rem;
}
.admin__data-grid-toolbar .admin__grid-massaction {
  float: left;
}
.admin__data-grid-toolbar .admin__grid-massaction .admin__control-select,
.admin__data-grid-toolbar .admin__grid-massaction .ui-datepicker .ui-datepicker-title select,
.admin__data-grid-toolbar .admin__grid-massaction #mgzreports-datepicker select.monthselect,
.admin__data-grid-toolbar .admin__grid-massaction #mgzreports-datepicker select.yearselect {
  margin-right: 0.7rem;
}
.admin__data-grid-toolbar .admin__grid-massaction + .admin__control-text {
  float: left;
}
.admin__data-grid-toolbar .admin__grid-massaction .form-inline {
  display: inline;
}
.admin__data-grid-toolbar .admin__grid-massaction .form-inline .admin__field-label {
  float: none;
  padding-left: 2rem;
  padding-right: 1rem;
  width: auto;
}
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form .admin__control-select ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form .ui-datepicker .ui-datepicker-title select ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form #mgzreports-datepicker select.monthselect ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form #mgzreports-datepicker select.yearselect ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form .admin__control-select ~ .block-footer .action-add {
  display: none;
}
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form .admin__control-select._selected ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form .ui-datepicker .ui-datepicker-title select._selected ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form #mgzreports-datepicker select.monthselect._selected ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form #mgzreports-datepicker select.yearselect._selected ~ button,
.admin__data-grid-toolbar .admin__grid-massaction .admin__grid-massaction-form .admin__control-select._selected ~ .block-footer .action-add {
  display: inline-block;
}
.admin__data-grid-toolbar .admin__grid-massaction .admin__control-select-placeholder {
  color: #8a837f;
  font-weight: 700;
}
.admin__data-grid-toolbar .admin__data-grid-pager-wrap {
  float: right;
}
.admin__data-grid-toolbar .admin__data-grid-header-row._massaction {
  position: relative;
  z-index: 1;
}
.admin__grid-control .admin__grid-control {
  display: none;
}
.ui-dialog .admin__data-grid-header-row._massaction,
.ui-dialog .mass-select-wrap select,
.ui-dialog .mass-select-wrap,
.ui-dialog .admin__grid-massaction {
  z-index: 2000;
}
.ui-dialog .admin__data-grid-wrap {
  z-index: 1999;
}
.data-grid td.col-action a + a:before {
  content: '';
  display: block;
}
.attribute-popup {
  background-color: #ffffff;
}
.attribute-popup .edit-form {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.product-configure-popup .time-picker {
  display: block;
  margin-top: 1rem;
}
.admin__control-wysiwig .buttons-set {
  margin: 0 0 15px;
}
.admin__control-wysiwig .buttons-set button,
.admin__control-wysiwig .buttons-set .block-footer .action-add {
  margin-right: 4px;
}
.admin__control-wysiwig + button,
.admin__control-wysiwig + .block-footer .action-add {
  margin-top: 1rem;
}
.admin__control-wysiwig textarea {
  width: 100%;
}
.admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.admin__action-dropdown-wrap.active .admin__action-dropdown,
.admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #41362f;
}
.admin__action-dropdown {
  padding-right: 3.3rem;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.admin__action-dropdown._active:after,
.admin__action-dropdown.active:after {
  transform: rotate(180deg);
}
.admin__action-dropdown:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .admin__action-dropdown:after,
.active .admin__action-dropdown:after {
  transform: rotate(180deg);
}
.admin__action-dropdown:hover:after {
  border-color: #000000 transparent transparent transparent;
}
.admin__action-dropdown:hover,
.admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.admin__action-dropdown:after {
  right: 1.5rem;
}
.admin__action-dropdown:before {
  margin-right: 1rem;
}
.admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.admin__action-dropdown-menu > li {
  display: block;
}
.admin__action-dropdown-menu > li > a {
  color: #41362f;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.selectmenu {
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
  width: auto;
  z-index: 1;
  /**
     * @codingStandardsIgnoreStart
     */
}
.selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.selectmenu .action-save,
.selectmenu .action-edit,
.selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.selectmenu .action-save:hover,
.selectmenu .action-edit:hover,
.selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.selectmenu .action-save:before,
.selectmenu .action-edit:before,
.selectmenu .action-delete:before {
  content: '\e630';
}
.selectmenu .action-edit,
.selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.selectmenu .action-edit:hover,
.selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.selectmenu .action-save:before {
  content: '\e625';
}
.selectmenu .action-edit:before {
  content: '\e631';
}
.selectmenu-value {
  display: inline-block;
}
.selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 6rem;
}
body._keyfocus .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.selectmenu-toggle {
  padding-right: 3rem;
  background: transparent;
  border-width: 0;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.selectmenu-toggle._active:after,
.selectmenu-toggle.active:after {
  transform: rotate(180deg);
}
.selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .selectmenu-toggle:after,
.active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.selectmenu-toggle:hover:after {
  border-color: #000000 transparent transparent transparent;
}
.selectmenu-toggle:focus,
.selectmenu-toggle:active,
.selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .selectmenu-toggle:focus {
  box-shadow: none;
}
.selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.selectmenu-items._active {
  display: block;
}
.selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
}
.selectmenu-items li:hover {
  background: #e3e3e3;
}
.selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.selectmenu-items li:last-child .selectmenu-item-action:visited {
  color: #007bdb;
  text-decoration: none;
}
.selectmenu-items li:last-child .selectmenu-item-action:hover {
  color: #007bdb;
  text-decoration: underline;
}
.selectmenu-items li:last-child .selectmenu-item-action:active {
  color: #ff5501;
  text-decoration: underline;
}
.selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .selectmenu-item {
  display: none;
}
.selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .selectmenu-item-edit {
  padding-right: .4rem;
}
.selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .selectmenu-item-edit {
  display: block;
}
.selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #41362f;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
}
.selectmenu-item-action:hover,
.selectmenu-item-action:focus {
  background: #e3e3e3;
}
.abs-actions-split-xl .action-default,
.page-actions .actions-split .action-default {
  margin-right: 4rem;
}
.abs-actions-split-xl .action-toggle,
.page-actions .actions-split .action-toggle {
  padding-right: 4rem;
}
.abs-actions-split-xl .action-toggle:after,
.page-actions .actions-split .action-toggle:after {
  border-width: 0.9rem 0.6rem 0 0.6rem;
  margin-top: -0.3rem;
  right: 1.4rem;
}
.actions-split {
  position: relative;
  z-index: 400;
}
.actions-split.active,
.actions-split._active,
.actions-split:hover {
  box-shadow: 0 0 0 1px #007bdb;
}
.actions-split.active .action-toggle.action-primary,
.actions-split._active .action-toggle.action-primary,
.actions-split.active .action-toggle.primary,
.actions-split._active .action-toggle.primary {
  background-color: #ba4000;
  border-color: #ba4000;
}
.actions-split.active .dropdown-menu,
.actions-split._active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.actions-split .action-toggle,
.actions-split .action-default {
  float: left;
  margin: 0;
}
.actions-split .action-toggle.active,
.actions-split .action-default.active,
.actions-split .action-toggle._active,
.actions-split .action-default._active,
.actions-split .action-toggle:hover,
.actions-split .action-default:hover {
  box-shadow: none;
}
.actions-split .action-default {
  margin-right: 3.2rem;
  min-width: 9.300000000000001rem;
}
.actions-split .action-toggle {
  padding-right: 3.2rem;
  border-left-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.actions-split .action-toggle._active:after,
.actions-split .action-toggle.active:after {
  transform: rotate(180deg);
}
.actions-split .action-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .actions-split .action-toggle:after,
.active .actions-split .action-toggle:after {
  transform: rotate(180deg);
}
.actions-split .action-toggle:hover:after {
  border-color: #000000 transparent transparent transparent;
}
.actions-split .action-toggle.action-secondary:after,
.actions-split .action-toggle.secondary:after,
.actions-split .action-toggle.action-primary:after,
.actions-split .action-toggle.primary:after {
  border-color: #ffffff transparent transparent transparent;
}
.actions-split .action-toggle > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.action-select-wrap {
  display: inline-block;
  position: relative;
}
.action-select-wrap .action-select {
  padding-right: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.action-select-wrap .action-select._active:after,
.action-select-wrap .action-select.active:after {
  transform: rotate(180deg);
}
.action-select-wrap .action-select:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .action-select-wrap .action-select:after,
.active .action-select-wrap .action-select:after {
  transform: rotate(180deg);
}
.action-select-wrap .action-select:hover:after {
  border-color: #000000 transparent transparent transparent;
}
.action-select-wrap .action-select:hover {
  border-color: #878787;
}
.action-select-wrap .action-select:hover:before {
  border-color: #878787;
}
.action-select-wrap .action-select:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.action-select-wrap .action-select._active {
  border-color: #007bdb;
}
.action-select-wrap .action-select._active:before {
  border-color: #007bdb;
  border-left-color: #adadad;
}
.action-select-wrap .action-select[disabled] {
  color: #41362f;
}
.action-select-wrap .action-select[disabled]:after {
  border-color: #41362f transparent transparent transparent;
}
.action-select-wrap._active {
  z-index: 500;
}
.action-select-wrap._active .action-select {
  border-color: #007bdb;
}
.action-select-wrap._active .action-select:before {
  border-color: #007bdb;
}
.action-select-wrap._active .action-select:after {
  transform: rotate(180deg);
}
.action-select-wrap .action-menu,
.action-select-wrap .abs-action-menu .action-submenu,
.action-select-wrap .action-menu .action-submenu,
.action-select-wrap .actions-split .dropdown-menu .action-submenu,
.action-select-wrap .actions-split .action-menu .action-submenu {
  max-height: 45rem;
  overflow-y: auto;
}
.action-select-wrap .action-menu ._disabled:hover,
.action-select-wrap .abs-action-menu .action-submenu ._disabled:hover,
.action-select-wrap .action-menu .action-submenu ._disabled:hover,
.action-select-wrap .actions-split .dropdown-menu .action-submenu ._disabled:hover,
.action-select-wrap .actions-split .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.action-select-wrap .action-menu ._disabled .action-menu-item,
.action-select-wrap .abs-action-menu .action-submenu ._disabled .action-menu-item,
.action-select-wrap .action-menu .action-submenu ._disabled .action-menu-item,
.action-select-wrap .actions-split .dropdown-menu .action-submenu ._disabled .action-menu-item,
.action-select-wrap .actions-split .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.action-select-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.action-select-wrap .action-menu-items > .action-menu,
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu,
.action-select-wrap .action-menu-items > .action-menu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.action-select-wrap .action-menu-items > .action-menu .action-submenu,
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .action-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu .action-submenu,
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu .action-submenu {
  position: absolute;
  right: -100%;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.1rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #878787;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #007bdb;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active .abs-action-menu .action-submenu,
.action-multicheck-wrap._active .action-menu .action-submenu,
.action-multicheck-wrap._active .actions-split .dropdown-menu .action-submenu,
.action-multicheck-wrap._active .actions-split .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #ffffff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
}
.action-multicheck-wrap .action-multicheck-toggle {
  padding-right: 3rem;
  border-radius: 0 1px 1px 0;
  height: 1.6rem;
  margin-left: -1px;
  padding: 0;
  position: relative;
  transition: border-color 0.1s linear;
  width: 1.6rem;
}
.action-multicheck-wrap .action-multicheck-toggle._active:after,
.action-multicheck-wrap .action-multicheck-toggle.active:after,
.mass-select-wrap select:focus + label:after {
  transform: rotate(180deg);
}
.action-multicheck-wrap .action-multicheck-toggle:after,
.mass-select-wrap select + label:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .action-multicheck-wrap .action-multicheck-toggle:after,
.active .action-multicheck-wrap .action-multicheck-toggle:after {
  transform: rotate(180deg);
}
.action-multicheck-wrap .action-multicheck-toggle:hover:after {
  border-color: #000000 transparent transparent transparent;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #007bdb;
}
.action-multicheck-wrap .action-multicheck-toggle:after,
.mass-select-wrap select + label:after {
  right: .3rem;
}
.action-multicheck-wrap .action-menu,
.action-multicheck-wrap .abs-action-menu .action-submenu,
.action-multicheck-wrap .action-menu .action-submenu,
.action-multicheck-wrap .actions-split .dropdown-menu .action-submenu,
.action-multicheck-wrap .actions-split .action-menu .action-submenu {
  left: -1.1rem;
  margin-top: 1px;
  right: auto;
  text-align: left;
}
.action-multicheck-wrap .action-menu-item {
  white-space: nowrap;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap .abs-action-menu .action-submenu,
.admin__action-multiselect-wrap.action-select-wrap .action-menu .action-submenu,
.admin__action-multiselect-wrap.action-select-wrap .actions-split .dropdown-menu .action-submenu,
.admin__action-multiselect-wrap.action-select-wrap .actions-split .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e0f6fe;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap .abs-action-menu .action-submenu,
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu .action-submenu,
.admin__control-table-wrapper .admin__action-multiselect-wrap .actions-split .dropdown-menu .action-submenu,
.admin__control-table-wrapper .admin__action-multiselect-wrap .actions-split .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: .6rem 1rem;
}
.action-menu,
.abs-action-menu .action-submenu,
.action-menu .action-submenu,
.actions-split .dropdown-menu .action-submenu,
.actions-split .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: .5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: 1em;
}
.admin__action-multiselect-search-label:before {
  content: '\e60c';
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 2.2rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem -4px 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: .5em;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #060504;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree .abs-action-menu .action-submenu,
.admin__action-multiselect-tree .action-menu .action-submenu,
.admin__action-multiselect-tree .actions-split .dropdown-menu .action-submenu,
.admin__action-multiselect-tree .actions-split .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree .abs-action-menu .action-submenu .action-menu-item,
.admin__action-multiselect-tree .action-menu .action-submenu .action-menu-item,
.admin__action-multiselect-tree .actions-split .dropdown-menu .action-submenu .action-menu-item,
.admin__action-multiselect-tree .actions-split .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 4.2rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e615';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 3.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 4.3rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 2.1rem;
  width: 4.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 4.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 3.2rem;
  width: 2.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 3.2rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 2.2rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 2.2rem;
  left: -2.2rem;
  position: absolute;
  top: 1rem;
  width: 2.2rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #ffffff;
  color: #a79d95;
  content: '\e616';
  font-size: 2.2rem;
}
.admin__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .admin__actions-switch {
  line-height: 3.2rem;
}
.admin__actions-switch + .admin__field-service {
  min-width: 34rem;
}
._disabled .admin__actions-switch-checkbox + .admin__actions-switch-label,
.admin__actions-switch-checkbox.disabled + .admin__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.admin__actions-switch-checkbox:checked + .admin__actions-switch-label:before {
  left: 15px;
}
.admin__actions-switch-checkbox:checked + .admin__actions-switch-label:after {
  background: #79a22e;
}
.admin__actions-switch-checkbox:checked + .admin__actions-switch-label .admin__actions-switch-text:before {
  content: attr(data-text-on);
}
.admin__actions-switch-checkbox:focus + .admin__actions-switch-label:before,
.admin__actions-switch-checkbox:focus + .admin__actions-switch-label:after {
  border-color: #007bdb;
}
._error .admin__actions-switch-checkbox + .admin__actions-switch-label:before,
._error .admin__actions-switch-checkbox + .admin__actions-switch-label:after {
  border-color: #e22626;
}
.admin__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.admin__actions-switch-label:before,
.admin__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.admin__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.admin__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.admin__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.abs-action-reset,
.admin__field-fallback-reset,
.abs-action-delete,
.action-close,
.timeline-action,
.image .action-remove,
.image-panel-controls .action-delete,
.image-panel-controls .action-remove,
.file-uploader-preview .action-remove,
.search-global-field._active .search-global-action,
.notifications-close,
.adminhtml-integration-index .data-grid .action,
.order-discounts .admin__field .action-default,
.add-by-sku-wrapper .action-reset,
.rma-items .col-actions .action-item-delete-line {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.admin__field-fallback-reset:hover,
.abs-action-delete:hover,
.action-close:hover,
.timeline-action:hover,
.image .action-remove:hover,
.image-panel-controls .action-delete:hover,
.image-panel-controls .action-remove:hover,
.file-uploader-preview .action-remove:hover,
.search-global-field._active .search-global-action:hover,
.notifications-close:hover,
.adminhtml-integration-index .data-grid .action:hover,
.order-discounts .admin__field .action-default:hover,
.add-by-sku-wrapper .action-reset:hover,
.rma-items .col-actions .action-item-delete-line:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.abs-action-pattern,
.abs-action-default,
.abs-action-primary,
.abs-action-secondary,
.abs-action-tertiary,
.abs-action-quaternary,
.action-default,
button,
.action-primary,
.action-secondary,
.action-tertiary,
.action-quaternary,
.action-advanced-reports,
.mass-select-wrap select + label,
.action-basic,
button,
button.primary,
button.secondary,
button.tertiary,
.ui-dialog .action-close,
.ui-dialog .ui-button,
.ui-dialog .action-primary,
.attribute-popup-actions .action-default.reset,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary,
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-secondary,
.page-actions > button,
.page-actions .page-actions-buttons > button,
.page-actions .page-actions-buttons > .action,
.page-actions > button.action-primary,
.page-actions .page-actions-buttons > button.action-primary,
.page-actions .page-actions-buttons > .action.action-primary,
.page-actions > button.primary,
.page-actions .page-actions-buttons > button.primary,
.page-actions .page-actions-buttons > .action.primary,
.page-actions > button.action-secondary,
.page-actions .page-actions-buttons > button.action-secondary,
.page-actions .page-actions-buttons > .action.action-secondary,
.steps-wizard .select-attributes-actions .action-default,
.downloadable-form .action-add,
.rma-items .col-actions .action-item-details,
.rma-items .col-actions .action-item-split-line,
.rma-items-block .col-actions a,
.field-vat-number .action-default,
.order-billing-method-summary .action-default,
.order-shipping-method-summary .action-default,
.order-shipping-method-info .action-default,
.block-footer .action-add,
.block-footer .action-add,
.popup-window .magento_buttons .ok_button,
.popup-window .magento_buttons .cancel_button,
.fade .actions .primary,
.fade .actions .cancel,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary,
.page-actions .page-actions.floating-header > button,
.page-actions .page-actions.floating-header > .action,
.page-actions .page-actions.floating-header > button.action-primary,
.page-actions .page-actions.floating-header > .action.action-primary,
.page-actions .page-actions.floating-header > button.primary,
.page-actions .page-actions.floating-header > .action.primary,
.page-actions .page-actions.floating-header > button.action-secondary,
.page-actions .page-actions.floating-header > .action.action-secondary,
.block-footer .action-add,
.block-footer .action-add.primary,
.block-footer .action-add.secondary,
.block-footer .action-add.tertiary,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary,
.page-actions > .block-footer .action-add,
.page-actions .page-actions-buttons > .block-footer .action-add,
.page-actions > .block-footer .action-add.action-primary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary,
.page-actions > .block-footer .action-add.primary,
.page-actions .page-actions-buttons > .block-footer .action-add.primary,
.page-actions > .block-footer .action-add.action-secondary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary {
  border: 1px solid;
  border-radius: 0;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.36;
  padding: 0.6rem 1em 0.6rem;
  text-align: center;
  vertical-align: baseline;
}
.abs-action-pattern[disabled],
.abs-action-pattern.disabled,
.abs-action-default[disabled],
.abs-action-default.disabled,
.abs-action-primary[disabled],
.abs-action-primary.disabled,
.abs-action-secondary[disabled],
.abs-action-secondary.disabled,
.abs-action-tertiary[disabled],
.abs-action-tertiary.disabled,
.abs-action-quaternary[disabled],
.abs-action-quaternary.disabled,
.action-default[disabled],
.action-default.disabled,
button[disabled],
button.disabled,
.action-primary[disabled],
.action-primary.disabled,
.action-secondary[disabled],
.action-secondary.disabled,
.action-tertiary[disabled],
.action-tertiary.disabled,
.action-quaternary[disabled],
.action-quaternary.disabled,
.action-advanced-reports[disabled],
.action-advanced-reports.disabled,
.mass-select-wrap select + label[disabled],
.mass-select-wrap select + label.disabled,
.action-basic[disabled],
.action-basic.disabled,
button[disabled],
button.disabled,
button.primary[disabled],
button.primary.disabled,
button.secondary[disabled],
button.secondary.disabled,
button.tertiary[disabled],
button.tertiary.disabled,
.ui-dialog .action-close[disabled],
.ui-dialog .action-close.disabled,
.ui-dialog .ui-button[disabled],
.ui-dialog .ui-button.disabled,
.ui-dialog .action-primary[disabled],
.ui-dialog .action-primary.disabled,
.attribute-popup-actions .action-default.reset[disabled],
.attribute-popup-actions .action-default.reset.disabled,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary[disabled],
.attribute-popup-actions .page-actions-buttons > button.action-default.primary.disabled,
.modal-popup .modal-footer .action-primary[disabled],
.modal-popup .modal-footer .action-primary.disabled,
.modal-popup .modal-footer .action-secondary[disabled],
.modal-popup .modal-footer .action-secondary.disabled,
.page-actions > button[disabled],
.page-actions > button.disabled,
.page-actions .page-actions-buttons > button[disabled],
.page-actions .page-actions-buttons > button.disabled,
.page-actions .page-actions-buttons > .action[disabled],
.page-actions .page-actions-buttons > .action.disabled,
.page-actions > button.action-primary[disabled],
.page-actions > button.action-primary.disabled,
.page-actions .page-actions-buttons > button.action-primary[disabled],
.page-actions .page-actions-buttons > button.action-primary.disabled,
.page-actions .page-actions-buttons > .action.action-primary[disabled],
.page-actions .page-actions-buttons > .action.action-primary.disabled,
.page-actions > button.primary[disabled],
.page-actions > button.primary.disabled,
.page-actions .page-actions-buttons > button.primary[disabled],
.page-actions .page-actions-buttons > button.primary.disabled,
.page-actions .page-actions-buttons > .action.primary[disabled],
.page-actions .page-actions-buttons > .action.primary.disabled,
.page-actions > button.action-secondary[disabled],
.page-actions > button.action-secondary.disabled,
.page-actions .page-actions-buttons > button.action-secondary[disabled],
.page-actions .page-actions-buttons > button.action-secondary.disabled,
.page-actions .page-actions-buttons > .action.action-secondary[disabled],
.page-actions .page-actions-buttons > .action.action-secondary.disabled,
.steps-wizard .select-attributes-actions .action-default[disabled],
.steps-wizard .select-attributes-actions .action-default.disabled,
.downloadable-form .action-add[disabled],
.downloadable-form .action-add.disabled,
.rma-items .col-actions .action-item-details[disabled],
.rma-items .col-actions .action-item-details.disabled,
.rma-items .col-actions .action-item-split-line[disabled],
.rma-items .col-actions .action-item-split-line.disabled,
.rma-items-block .col-actions a[disabled],
.rma-items-block .col-actions a.disabled,
.field-vat-number .action-default[disabled],
.field-vat-number .action-default.disabled,
.order-billing-method-summary .action-default[disabled],
.order-billing-method-summary .action-default.disabled,
.order-shipping-method-summary .action-default[disabled],
.order-shipping-method-summary .action-default.disabled,
.order-shipping-method-info .action-default[disabled],
.order-shipping-method-info .action-default.disabled,
.block-footer .action-add[disabled],
.block-footer .action-add.disabled,
.block-footer .action-add[disabled],
.block-footer .action-add.disabled,
.popup-window .magento_buttons .ok_button[disabled],
.popup-window .magento_buttons .ok_button.disabled,
.popup-window .magento_buttons .cancel_button[disabled],
.popup-window .magento_buttons .cancel_button.disabled,
.fade .actions .primary[disabled],
.fade .actions .primary.disabled,
.fade .actions .cancel[disabled],
.fade .actions .cancel.disabled,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary[disabled],
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary.disabled,
.page-actions .page-actions.floating-header > button[disabled],
.page-actions .page-actions.floating-header > button.disabled,
.page-actions .page-actions.floating-header > .action[disabled],
.page-actions .page-actions.floating-header > .action.disabled,
.page-actions .page-actions.floating-header > button.action-primary[disabled],
.page-actions .page-actions.floating-header > button.action-primary.disabled,
.page-actions .page-actions.floating-header > .action.action-primary[disabled],
.page-actions .page-actions.floating-header > .action.action-primary.disabled,
.page-actions .page-actions.floating-header > button.primary[disabled],
.page-actions .page-actions.floating-header > button.primary.disabled,
.page-actions .page-actions.floating-header > .action.primary[disabled],
.page-actions .page-actions.floating-header > .action.primary.disabled,
.page-actions .page-actions.floating-header > button.action-secondary[disabled],
.page-actions .page-actions.floating-header > button.action-secondary.disabled,
.page-actions .page-actions.floating-header > .action.action-secondary[disabled],
.page-actions .page-actions.floating-header > .action.action-secondary.disabled,
.block-footer .action-add[disabled],
.block-footer .action-add.disabled,
.block-footer .action-add.primary[disabled],
.block-footer .action-add.primary.disabled,
.block-footer .action-add.secondary[disabled],
.block-footer .action-add.secondary.disabled,
.block-footer .action-add.tertiary[disabled],
.block-footer .action-add.tertiary.disabled,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary[disabled],
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary.disabled,
.page-actions > .block-footer .action-add[disabled],
.page-actions > .block-footer .action-add.disabled,
.page-actions .page-actions-buttons > .block-footer .action-add[disabled],
.page-actions .page-actions-buttons > .block-footer .action-add.disabled,
.page-actions > .block-footer .action-add.action-primary[disabled],
.page-actions > .block-footer .action-add.action-primary.disabled,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary[disabled],
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary.disabled,
.page-actions > .block-footer .action-add.primary[disabled],
.page-actions > .block-footer .action-add.primary.disabled,
.page-actions .page-actions-buttons > .block-footer .action-add.primary[disabled],
.page-actions .page-actions-buttons > .block-footer .action-add.primary.disabled,
.page-actions > .block-footer .action-add.action-secondary[disabled],
.page-actions > .block-footer .action-add.action-secondary.disabled,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary[disabled],
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.abs-action-l,
.ui-dialog .ui-button,
.ui-dialog .action-primary,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary,
.modal-popup .modal-footer .action-primary,
.modal-popup .modal-footer .action-secondary,
.action-advanced-reports,
.page-actions button,
.page-actions .page-actions-buttons > button,
.page-actions .page-actions-buttons > .action,
.page-actions > button.action-primary,
.page-actions .page-actions-buttons > button.action-primary,
.page-actions .page-actions-buttons > .action.action-primary,
.page-actions > button.primary,
.page-actions .page-actions-buttons > button.primary,
.page-actions .page-actions-buttons > .action.primary,
.page-actions > button.action-secondary,
.page-actions .page-actions-buttons > button.action-secondary,
.page-actions .page-actions-buttons > .action.action-secondary,
.page-layout-admin-login .action-primary,
.admin__field-complex-attributes [class^='action-'],
.steps-wizard .select-attributes-actions .action-default,
.order-totals-actions .action-default,
.staging-preview-item-content-wrapper > .actions-toolbar .action-primary,
.popup-window .magento_buttons .ok_button,
.fade .actions .primary,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary,
.page-actions .page-actions.floating-header > button,
.page-actions .page-actions.floating-header > .action,
.page-actions .page-actions.floating-header > button.action-primary,
.page-actions .page-actions.floating-header > .action.action-primary,
.page-actions .page-actions.floating-header > button.primary,
.page-actions .page-actions.floating-header > .action.primary,
.page-actions .page-actions.floating-header > button.action-secondary,
.page-actions .page-actions.floating-header > .action.action-secondary,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary,
.page-actions .block-footer .action-add,
.page-actions .page-actions-buttons > .block-footer .action-add,
.page-actions > .block-footer .action-add.action-primary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary,
.page-actions > .block-footer .action-add.primary,
.page-actions .page-actions-buttons > .block-footer .action-add.primary,
.page-actions > .block-footer .action-add.action-secondary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary {
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: 0.6875em;
  padding-top: 0.6875em;
}
.abs-action-delete,
.rma-items .col-actions .action-item-delete-line {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 1.2rem;
  padding-top: .7rem;
  text-decoration: none;
  vertical-align: middle;
}
.abs-action-delete:after,
.rma-items .col-actions .action-item-delete-line:after {
  color: #666666;
  content: '\e630';
}
.abs-action-delete:hover:after,
.rma-items .col-actions .action-item-delete-line:hover:after {
  color: #35302c;
}
.abs-action-button-as-link,
.action-additional,
.data-grid .action-delete {
  line-height: 1.36;
  padding: 0;
  color: #007bdb;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.action-additional:visited,
.data-grid .action-delete:visited {
  color: #007bdb;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.action-additional:hover,
.data-grid .action-delete:hover {
  color: #007bdb;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.action-additional:active,
.data-grid .action-delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.action-additional:hover,
.action-additional:active,
.action-additional:focus,
.data-grid .action-delete:hover,
.data-grid .action-delete:active,
.data-grid .action-delete:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.action-additional.disabled,
.action-additional[disabled],
fieldset[disabled] .action-additional,
.data-grid .action-delete.disabled,
.data-grid .action-delete[disabled],
fieldset[disabled] .data-grid .action-delete {
  color: #007bdb;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.action-additional:active,
.action-additional:not(:focus),
.data-grid .action-delete:active,
.data-grid .action-delete:not(:focus) {
  box-shadow: none;
}
.abs-action-button-as-link:focus,
.action-additional:focus,
.data-grid .action-delete:focus {
  color: #007bdb;
}
.abs-action-default,
.mass-select-wrap select + label,
button,
.rma-items .col-actions .action-item-details,
.rma-items .col-actions .action-item-split-line,
.rma-items-block .col-actions a,
.block-footer .action-add {
  background: #e3e3e3;
  border-color: #adadad;
  color: #514943;
}
.abs-action-default:hover,
.abs-action-default:active,
.abs-action-default:focus,
button:hover,
button:active,
button:focus,
.rma-items .col-actions .action-item-details:hover,
.rma-items .col-actions .action-item-details:active,
.rma-items .col-actions .action-item-details:focus,
.rma-items .col-actions .action-item-split-line:hover,
.rma-items .col-actions .action-item-split-line:active,
.rma-items .col-actions .action-item-split-line:focus,
.rma-items-block .col-actions a:hover,
.rma-items-block .col-actions a:active,
.rma-items-block .col-actions a:focus,
.block-footer .action-add:hover,
.block-footer .action-add:active,
.block-footer .action-add:focus {
  background-color: #dbdbdb;
  color: #514943;
  text-decoration: none;
}
.abs-action-primary,
button.primary,
.page-actions > button.action-primary,
.page-actions .page-actions-buttons > button.action-primary,
.page-actions .page-actions-buttons > .action.action-primary,
.page-actions > button.primary,
.page-actions .page-actions-buttons > button.primary,
.page-actions .page-actions-buttons > .action.primary,
.page-actions .page-actions.floating-header > button.action-primary,
.page-actions .page-actions.floating-header > .action.action-primary,
.page-actions .page-actions.floating-header > button.primary,
.page-actions .page-actions.floating-header > .action.primary,
.block-footer .action-add.primary,
.page-actions > .block-footer .action-add.action-primary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary,
.page-actions > .block-footer .action-add.primary,
.page-actions .page-actions-buttons > .block-footer .action-add.primary {
  background-color: #eb5202;
  border-color: #eb5202;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.abs-action-primary:hover,
.abs-action-primary:active,
.abs-action-primary:focus,
button.primary:hover,
button.primary:active,
button.primary:focus,
.page-actions > button.action-primary:hover,
.page-actions > button.action-primary:active,
.page-actions > button.action-primary:focus,
.page-actions .page-actions-buttons > button.action-primary:hover,
.page-actions .page-actions-buttons > button.action-primary:active,
.page-actions .page-actions-buttons > button.action-primary:focus,
.page-actions .page-actions-buttons > .action.action-primary:hover,
.page-actions .page-actions-buttons > .action.action-primary:active,
.page-actions .page-actions-buttons > .action.action-primary:focus,
.page-actions > button.primary:hover,
.page-actions > button.primary:active,
.page-actions > button.primary:focus,
.page-actions .page-actions-buttons > button.primary:hover,
.page-actions .page-actions-buttons > button.primary:active,
.page-actions .page-actions-buttons > button.primary:focus,
.page-actions .page-actions-buttons > .action.primary:hover,
.page-actions .page-actions-buttons > .action.primary:active,
.page-actions .page-actions-buttons > .action.primary:focus,
.page-actions .page-actions.floating-header > button.action-primary:hover,
.page-actions .page-actions.floating-header > button.action-primary:active,
.page-actions .page-actions.floating-header > button.action-primary:focus,
.page-actions .page-actions.floating-header > .action.action-primary:hover,
.page-actions .page-actions.floating-header > .action.action-primary:active,
.page-actions .page-actions.floating-header > .action.action-primary:focus,
.page-actions .page-actions.floating-header > button.primary:hover,
.page-actions .page-actions.floating-header > button.primary:active,
.page-actions .page-actions.floating-header > button.primary:focus,
.page-actions .page-actions.floating-header > .action.primary:hover,
.page-actions .page-actions.floating-header > .action.primary:active,
.page-actions .page-actions.floating-header > .action.primary:focus,
.block-footer .action-add.primary:hover,
.block-footer .action-add.primary:active,
.block-footer .action-add.primary:focus,
.page-actions > .block-footer .action-add.action-primary:hover,
.page-actions > .block-footer .action-add.action-primary:active,
.page-actions > .block-footer .action-add.action-primary:focus,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary:hover,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary:active,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary:focus,
.page-actions > .block-footer .action-add.primary:hover,
.page-actions > .block-footer .action-add.primary:active,
.page-actions > .block-footer .action-add.primary:focus,
.page-actions .page-actions-buttons > .block-footer .action-add.primary:hover,
.page-actions .page-actions-buttons > .block-footer .action-add.primary:active,
.page-actions .page-actions-buttons > .block-footer .action-add.primary:focus {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.abs-action-primary.disabled,
.abs-action-primary[disabled],
button.primary.disabled,
button.primary[disabled],
.page-actions > button.action-primary.disabled,
.page-actions > button.action-primary[disabled],
.page-actions .page-actions-buttons > button.action-primary.disabled,
.page-actions .page-actions-buttons > button.action-primary[disabled],
.page-actions .page-actions-buttons > .action.action-primary.disabled,
.page-actions .page-actions-buttons > .action.action-primary[disabled],
.page-actions > button.primary.disabled,
.page-actions > button.primary[disabled],
.page-actions .page-actions-buttons > button.primary.disabled,
.page-actions .page-actions-buttons > button.primary[disabled],
.page-actions .page-actions-buttons > .action.primary.disabled,
.page-actions .page-actions-buttons > .action.primary[disabled],
.page-actions .page-actions.floating-header > button.action-primary.disabled,
.page-actions .page-actions.floating-header > button.action-primary[disabled],
.page-actions .page-actions.floating-header > .action.action-primary.disabled,
.page-actions .page-actions.floating-header > .action.action-primary[disabled],
.page-actions .page-actions.floating-header > button.primary.disabled,
.page-actions .page-actions.floating-header > button.primary[disabled],
.page-actions .page-actions.floating-header > .action.primary.disabled,
.page-actions .page-actions.floating-header > .action.primary[disabled],
.block-footer .action-add.primary.disabled,
.block-footer .action-add.primary[disabled],
.page-actions > .block-footer .action-add.action-primary.disabled,
.page-actions > .block-footer .action-add.action-primary[disabled],
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary.disabled,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary[disabled],
.page-actions > .block-footer .action-add.primary.disabled,
.page-actions > .block-footer .action-add.primary[disabled],
.page-actions .page-actions-buttons > .block-footer .action-add.primary.disabled,
.page-actions .page-actions-buttons > .block-footer .action-add.primary[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.abs-action-secondary,
.action-basic,
button.secondary,
.ui-dialog .ui-button,
.ui-dialog .action-primary,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary,
.modal-popup .modal-footer .action-primary,
.page-actions > button.action-secondary,
.page-actions .page-actions-buttons > button.action-secondary,
.page-actions .page-actions-buttons > .action.action-secondary,
.steps-wizard .select-attributes-actions .action-default,
.popup-window .magento_buttons .ok_button,
.fade .actions .primary,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary,
.page-actions .page-actions.floating-header > button.action-secondary,
.page-actions .page-actions.floating-header > .action.action-secondary,
.block-footer .action-add.secondary,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary,
.page-actions > .block-footer .action-add.action-secondary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.abs-action-secondary:hover,
.abs-action-secondary:active,
.abs-action-secondary:focus,
.action-basic:hover,
.action-basic:active,
.action-basic:focus,
button.secondary:hover,
button.secondary:active,
button.secondary:focus,
.ui-dialog .ui-button:hover,
.ui-dialog .ui-button:active,
.ui-dialog .ui-button:focus,
.ui-dialog .action-primary:hover,
.ui-dialog .action-primary:active,
.ui-dialog .action-primary:focus,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary:hover,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary:active,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary:focus,
.modal-popup .modal-footer .action-primary:hover,
.modal-popup .modal-footer .action-primary:active,
.modal-popup .modal-footer .action-primary:focus,
.page-actions > button.action-secondary:hover,
.page-actions > button.action-secondary:active,
.page-actions > button.action-secondary:focus,
.page-actions .page-actions-buttons > button.action-secondary:hover,
.page-actions .page-actions-buttons > button.action-secondary:active,
.page-actions .page-actions-buttons > button.action-secondary:focus,
.page-actions .page-actions-buttons > .action.action-secondary:hover,
.page-actions .page-actions-buttons > .action.action-secondary:active,
.page-actions .page-actions-buttons > .action.action-secondary:focus,
.steps-wizard .select-attributes-actions .action-default:hover,
.steps-wizard .select-attributes-actions .action-default:active,
.steps-wizard .select-attributes-actions .action-default:focus,
.popup-window .magento_buttons .ok_button:hover,
.popup-window .magento_buttons .ok_button:active,
.popup-window .magento_buttons .ok_button:focus,
.fade .actions .primary:hover,
.fade .actions .primary:active,
.fade .actions .primary:focus,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary:hover,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary:active,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary:focus,
.page-actions .page-actions.floating-header > button.action-secondary:hover,
.page-actions .page-actions.floating-header > button.action-secondary:active,
.page-actions .page-actions.floating-header > button.action-secondary:focus,
.page-actions .page-actions.floating-header > .action.action-secondary:hover,
.page-actions .page-actions.floating-header > .action.action-secondary:active,
.page-actions .page-actions.floating-header > .action.action-secondary:focus,
.block-footer .action-add.secondary:hover,
.block-footer .action-add.secondary:active,
.block-footer .action-add.secondary:focus,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary:hover,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary:active,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary:focus,
.page-actions > .block-footer .action-add.action-secondary:hover,
.page-actions > .block-footer .action-add.action-secondary:active,
.page-actions > .block-footer .action-add.action-secondary:focus,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary:hover,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary:active,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary:focus {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.abs-action-secondary:active,
.action-basic:active,
button.secondary:active,
.ui-dialog .ui-button:active,
.ui-dialog .action-primary:active,
.attribute-popup-actions .page-actions-buttons > button.action-default.primary:active,
.modal-popup .modal-footer .action-primary:active,
.page-actions > button.action-secondary:active,
.page-actions .page-actions-buttons > button.action-secondary:active,
.page-actions .page-actions-buttons > .action.action-secondary:active,
.steps-wizard .select-attributes-actions .action-default:active,
.popup-window .magento_buttons .ok_button:active,
.fade .actions .primary:active,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary:active,
.page-actions .page-actions.floating-header > button.action-secondary:active,
.page-actions .page-actions.floating-header > .action.action-secondary:active,
.block-footer .action-add.secondary:active,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary:active,
.page-actions > .block-footer .action-add.action-secondary:active,
.page-actions .page-actions-buttons > .block-footer .action-add.action-secondary:active {
  background-color: #35302c;
}
.abs-action-tertiary,
button.tertiary,
.ui-dialog .action-close,
.attribute-popup-actions .action-default.reset,
.modal-popup .modal-footer .action-secondary,
.popup-window .magento_buttons .cancel_button,
.fade .actions .cancel,
.block-footer .action-add.tertiary {
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #007bdb;
}
.abs-action-tertiary:active,
.abs-action-tertiary:hover,
.abs-action-tertiary:focus,
button.tertiary:active,
button.tertiary:hover,
button.tertiary:focus,
.ui-dialog .action-close:active,
.ui-dialog .action-close:hover,
.ui-dialog .action-close:focus,
.attribute-popup-actions .action-default.reset:active,
.attribute-popup-actions .action-default.reset:hover,
.attribute-popup-actions .action-default.reset:focus,
.modal-popup .modal-footer .action-secondary:active,
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action-secondary:focus,
.popup-window .magento_buttons .cancel_button:active,
.popup-window .magento_buttons .cancel_button:hover,
.popup-window .magento_buttons .cancel_button:focus,
.fade .actions .cancel:active,
.fade .actions .cancel:hover,
.fade .actions .cancel:focus,
.block-footer .action-add.tertiary:active,
.block-footer .action-add.tertiary:hover,
.block-footer .action-add.tertiary:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.abs-action-tertiary:active,
.abs-action-tertiary:hover,
.abs-action-tertiary:focus,
button.tertiary:active,
button.tertiary:hover,
button.tertiary:focus,
.ui-dialog .action-close:active,
.ui-dialog .action-close:hover,
.ui-dialog .action-close:focus,
.attribute-popup-actions .action-default.reset:active,
.attribute-popup-actions .action-default.reset:hover,
.attribute-popup-actions .action-default.reset:focus,
.modal-popup .modal-footer .action-secondary:active,
.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action-secondary:focus,
.popup-window .magento_buttons .cancel_button:active,
.popup-window .magento_buttons .cancel_button:hover,
.popup-window .magento_buttons .cancel_button:focus,
.fade .actions .cancel:active,
.fade .actions .cancel:hover,
.fade .actions .cancel:focus,
.block-footer .action-add.tertiary:active,
.block-footer .action-add.tertiary:hover,
.block-footer .action-add.tertiary:focus {
  color: #007bdb;
  text-decoration: underline;
}
.abs-action-quaternary,
.page-actions > button,
.page-actions .page-actions-buttons > button,
.page-actions .page-actions-buttons > .action,
.page-actions .page-actions.floating-header > button,
.page-actions .page-actions.floating-header > .action,
.page-actions > .block-footer .action-add,
.page-actions .page-actions-buttons > .block-footer .action-add {
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #41362f;
}
.abs-action-quaternary:active,
.abs-action-quaternary:hover,
.abs-action-quaternary:focus,
.page-actions > button:active,
.page-actions > button:hover,
.page-actions > button:focus,
.page-actions .page-actions-buttons > button:active,
.page-actions .page-actions-buttons > button:hover,
.page-actions .page-actions-buttons > button:focus,
.page-actions .page-actions-buttons > .action:active,
.page-actions .page-actions-buttons > .action:hover,
.page-actions .page-actions-buttons > .action:focus,
.page-actions .page-actions.floating-header > button:active,
.page-actions .page-actions.floating-header > button:hover,
.page-actions .page-actions.floating-header > button:focus,
.page-actions .page-actions.floating-header > .action:active,
.page-actions .page-actions.floating-header > .action:hover,
.page-actions .page-actions.floating-header > .action:focus,
.page-actions > .block-footer .action-add:active,
.page-actions > .block-footer .action-add:hover,
.page-actions > .block-footer .action-add:focus,
.page-actions .page-actions-buttons > .block-footer .action-add:active,
.page-actions .page-actions-buttons > .block-footer .action-add:hover,
.page-actions .page-actions-buttons > .block-footer .action-add:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.abs-action-quaternary:active,
.abs-action-quaternary:hover,
.abs-action-quaternary:focus,
.page-actions > button:active,
.page-actions > button:hover,
.page-actions > button:focus,
.page-actions .page-actions-buttons > button:active,
.page-actions .page-actions-buttons > button:hover,
.page-actions .page-actions-buttons > button:focus,
.page-actions .page-actions-buttons > .action:active,
.page-actions .page-actions-buttons > .action:hover,
.page-actions .page-actions-buttons > .action:focus,
.page-actions .page-actions.floating-header > button:active,
.page-actions .page-actions.floating-header > button:hover,
.page-actions .page-actions.floating-header > button:focus,
.page-actions .page-actions.floating-header > .action:active,
.page-actions .page-actions.floating-header > .action:hover,
.page-actions .page-actions.floating-header > .action:focus,
.page-actions > .block-footer .action-add:active,
.page-actions > .block-footer .action-add:hover,
.page-actions > .block-footer .action-add:focus,
.page-actions .page-actions-buttons > .block-footer .action-add:active,
.page-actions .page-actions-buttons > .block-footer .action-add:hover,
.page-actions .page-actions-buttons > .block-footer .action-add:focus {
  color: #231d1a;
}
.abs-action-menu,
.actions-split .dropdown-menu,
.actions-split .action-menu,
.actions-split .abs-action-menu .action-submenu,
.actions-split .action-menu .action-submenu {
  margin-top: 2px;
  right: auto;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #007bdb;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #41362f;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.abs-action-menu._active,
.actions-split .dropdown-menu._active,
.actions-split .action-menu._active,
.actions-split .abs-action-menu .action-submenu._active,
.actions-split .action-menu .action-submenu._active {
  display: block;
}
.abs-action-menu > li,
.actions-split .dropdown-menu > li,
.actions-split .action-menu > li,
.actions-split .abs-action-menu .action-submenu > li,
.actions-split .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
.abs-action-menu > li > a:hover,
.actions-split .dropdown-menu > li > a:hover,
.actions-split .action-menu > li > a:hover,
.actions-split .abs-action-menu .action-submenu > li > a:hover,
.actions-split .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
.abs-action-menu > li._visible,
.actions-split .dropdown-menu > li._visible,
.actions-split .action-menu > li._visible,
.actions-split .abs-action-menu .action-submenu > li._visible,
.actions-split .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
.abs-action-menu > li:hover,
.actions-split .dropdown-menu > li:hover,
.actions-split .action-menu > li:hover,
.actions-split .abs-action-menu .action-submenu > li:hover,
.actions-split .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
.abs-action-menu > li:active,
.actions-split .dropdown-menu > li:active,
.actions-split .action-menu > li:active,
.actions-split .abs-action-menu .action-submenu > li:active,
.actions-split .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
.abs-action-menu > li._parent,
.actions-split .dropdown-menu > li._parent,
.actions-split .action-menu > li._parent,
.actions-split .abs-action-menu .action-submenu > li._parent,
.actions-split .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.abs-action-menu > li._parent > .action-menu-item,
.actions-split .dropdown-menu > li._parent > .action-menu-item,
.actions-split .action-menu > li._parent > .action-menu-item,
.actions-split .abs-action-menu .action-submenu > li._parent > .action-menu-item,
.actions-split .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
.abs-action-menu > li._parent::after,
.actions-split .dropdown-menu > li._parent::after,
.actions-split .action-menu > li._parent::after,
.actions-split .abs-action-menu .action-submenu > li._parent::after,
.actions-split .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: .4rem 0 .4rem .5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
.abs-action-menu .item,
.abs-action-menu .action-menu-item,
.actions-split .dropdown-menu .item,
.actions-split .dropdown-menu .action-menu-item,
.actions-split .action-menu .item,
.actions-split .action-menu .action-menu-item,
.actions-split .abs-action-menu .action-submenu .item,
.actions-split .abs-action-menu .action-submenu .action-menu-item,
.actions-split .action-menu .action-submenu .item,
.actions-split .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: .6875em 1em;
}
.abs-action-menu .action-submenu,
.actions-split .dropdown-menu .action-submenu,
.actions-split .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
.abs-action-menu a.action-menu-item,
.actions-split .dropdown-menu a.action-menu-item,
.actions-split .action-menu a.action-menu-item,
.actions-split .abs-action-menu .action-submenu a.action-menu-item,
.actions-split .action-menu .action-submenu a.action-menu-item {
  color: #41362f;
}
.abs-action-menu a.action-menu-item:focus,
.actions-split .dropdown-menu a.action-menu-item:focus,
.actions-split .action-menu a.action-menu-item:focus,
.actions-split .abs-action-menu .action-submenu a.action-menu-item:focus,
.actions-split .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
  box-shadow: none;
}
.abs-action-wrap-triangle,
.action-wrap-prev,
.action-wrap-next {
  position: relative;
}
.abs-action-wrap-triangle .action-default,
.action-wrap-prev .action-default,
.action-wrap-next .action-default {
  width: 100%;
}
.abs-action-wrap-triangle .action-default:before,
.abs-action-wrap-triangle .action-default:after,
.action-wrap-prev .action-default:before,
.action-wrap-prev .action-default:after,
.action-wrap-next .action-default:before,
.action-wrap-next .action-default:after {
  border-style: solid;
  content: '';
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.abs-action-wrap-triangle .action-default:active,
.abs-action-wrap-triangle .action-default:hover,
.abs-action-wrap-triangle .action-default:focus,
.action-wrap-prev .action-default:active,
.action-wrap-prev .action-default:hover,
.action-wrap-prev .action-default:focus,
.action-wrap-next .action-default:active,
.action-wrap-next .action-default:hover,
.action-wrap-next .action-default:focus {
  box-shadow: none;
}
._keyfocus .abs-action-wrap-triangle .action-default:focus,
._keyfocus .action-wrap-prev .action-default:focus,
._keyfocus .action-wrap-next .action-default:focus {
  box-shadow: 0 0 0 1px #007bdb;
}
.abs-action-wrap-triangle-right,
.action-wrap-next {
  display: inline-block;
  padding-right: 1.6rem;
  position: relative;
}
.abs-action-wrap-triangle-right .action-default:before,
.abs-action-wrap-triangle-right .action-default:after,
.action-wrap-next .action-default:before,
.action-wrap-next .action-default:after {
  border-color: transparent transparent transparent #e3e3e3;
  border-width: 1.7rem 0 1.6rem 1.7rem;
  left: 100%;
  margin-left: -1.7rem;
}
.abs-action-wrap-triangle-right .action-default:before,
.action-wrap-next .action-default:before {
  border-left-color: #949494;
  right: -1px;
}
.abs-action-wrap-triangle-right .action-default:hover:after,
.abs-action-wrap-triangle-right .action-default:active:after,
.abs-action-wrap-triangle-right .action-default:focus:after,
.action-wrap-next .action-default:hover:after,
.action-wrap-next .action-default:active:after,
.action-wrap-next .action-default:focus:after {
  border-left-color: #dbdbdb;
}
.abs-action-wrap-triangle-right .action-primary:after,
.action-wrap-next .action-primary:after {
  border-color: transparent transparent transparent #eb5202;
}
.abs-action-wrap-triangle-right .action-primary:hover:after,
.abs-action-wrap-triangle-right .action-primary:active:after,
.abs-action-wrap-triangle-right .action-primary:focus:after,
.action-wrap-next .action-primary:hover:after,
.action-wrap-next .action-primary:active:after,
.action-wrap-next .action-primary:focus:after {
  border-left-color: #ba4000;
}
.abs-action-wrap-triangle-left,
.action-wrap-prev {
  display: inline-block;
  padding-left: 1.6rem;
}
.abs-action-wrap-triangle-left .action-default,
.action-wrap-prev .action-default {
  text-indent: -0.85rem;
}
.abs-action-wrap-triangle-left .action-default:before,
.abs-action-wrap-triangle-left .action-default:after,
.action-wrap-prev .action-default:before,
.action-wrap-prev .action-default:after {
  border-color: transparent #e3e3e3 transparent transparent;
  border-width: 1.7rem 1.7rem 1.6rem 0;
  margin-right: -1.7rem;
  right: 100%;
}
.abs-action-wrap-triangle-left .action-default:before,
.action-wrap-prev .action-default:before {
  border-right-color: #949494;
  left: -1px;
}
.abs-action-wrap-triangle-left .action-default:hover:after,
.abs-action-wrap-triangle-left .action-default:active:after,
.abs-action-wrap-triangle-left .action-default:focus:after,
.action-wrap-prev .action-default:hover:after,
.action-wrap-prev .action-default:active:after,
.action-wrap-prev .action-default:focus:after {
  border-right-color: #dbdbdb;
}
.abs-action-wrap-triangle-left .action-primary:after,
.action-wrap-prev .action-primary:after {
  border-color: transparent #eb5202 transparent transparent;
}
.abs-action-wrap-triangle-left .action-primary:hover:after,
.abs-action-wrap-triangle-left .action-primary:active:after,
.abs-action-wrap-triangle-left .action-primary:focus:after,
.action-wrap-prev .action-primary:hover:after,
.action-wrap-prev .action-primary:active:after,
.action-wrap-prev .action-primary:focus:after {
  border-right-color: #ba4000;
}
.action-default,
button,
.block-footer .action-add,
.block-footer .action-add {
  background: #e3e3e3;
  border-color: #adadad;
  color: #514943;
}
.action-default:hover,
button:hover,
.action-default:active,
button:active,
.action-default:focus,
button:focus,
.block-footer .action-add:hover,
.block-footer .action-add:active,
.block-footer .action-add:focus {
  background-color: #dbdbdb;
  color: #514943;
  text-decoration: none;
}
.action-primary {
  background-color: #eb5202;
  border-color: #eb5202;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.action-primary:hover,
.action-primary:active,
.action-primary:focus {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.action-primary.disabled,
.action-primary[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.action-secondary:hover,
.action-secondary:active,
.action-secondary:focus {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.action-secondary:active {
  background-color: #35302c;
}
.action-tertiary,
.action-quaternary,
.downloadable-form .action-add,
.field-vat-number .action-default,
.order-billing-method-summary .action-default,
.order-shipping-method-summary .action-default,
.order-shipping-method-info .action-default {
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
}
.action-tertiary:active,
.action-quaternary:active,
.action-tertiary:hover,
.action-quaternary:hover,
.action-tertiary:focus,
.action-quaternary:focus,
.downloadable-form .action-add:active,
.downloadable-form .action-add:hover,
.downloadable-form .action-add:focus,
.field-vat-number .action-default:active,
.field-vat-number .action-default:hover,
.field-vat-number .action-default:focus,
.order-billing-method-summary .action-default:active,
.order-billing-method-summary .action-default:hover,
.order-billing-method-summary .action-default:focus,
.order-shipping-method-summary .action-default:active,
.order-shipping-method-summary .action-default:hover,
.order-shipping-method-summary .action-default:focus,
.order-shipping-method-info .action-default:active,
.order-shipping-method-info .action-default:hover,
.order-shipping-method-info .action-default:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.action-tertiary,
.downloadable-form .action-add,
.field-vat-number .action-default,
.order-billing-method-summary .action-default,
.order-shipping-method-summary .action-default,
.order-shipping-method-info .action-default {
  color: #007bdb;
}
.action-tertiary:active,
.action-tertiary:hover,
.action-tertiary:focus,
.downloadable-form .action-add:active,
.downloadable-form .action-add:hover,
.downloadable-form .action-add:focus,
.field-vat-number .action-default:active,
.field-vat-number .action-default:hover,
.field-vat-number .action-default:focus,
.order-billing-method-summary .action-default:active,
.order-billing-method-summary .action-default:hover,
.order-billing-method-summary .action-default:focus,
.order-shipping-method-summary .action-default:active,
.order-shipping-method-summary .action-default:hover,
.order-shipping-method-summary .action-default:focus,
.order-shipping-method-info .action-default:active,
.order-shipping-method-info .action-default:hover,
.order-shipping-method-info .action-default:focus {
  color: #007bdb;
  text-decoration: underline;
}
.action-quaternary {
  color: #41362f;
}
.action-quaternary:active,
.action-quaternary:hover,
.action-quaternary:focus {
  color: #231d1a;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  content: '\e62f';
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.action-menu,
.abs-action-menu .action-submenu,
.action-menu .action-submenu,
.actions-split .dropdown-menu .action-submenu,
.actions-split .action-menu .action-submenu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #41362f;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.action-menu._active,
.abs-action-menu .action-submenu._active,
.action-menu .action-submenu._active,
.actions-split .dropdown-menu .action-submenu._active,
.actions-split .action-menu .action-submenu._active {
  display: block;
}
.action-menu > li,
.abs-action-menu .action-submenu > li,
.action-menu .action-submenu > li,
.actions-split .dropdown-menu .action-submenu > li,
.actions-split .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
.action-menu > li > a:hover,
.abs-action-menu .action-submenu > li > a:hover,
.action-menu .action-submenu > li > a:hover,
.actions-split .dropdown-menu .action-submenu > li > a:hover,
.actions-split .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
.action-menu > li._visible,
.abs-action-menu .action-submenu > li._visible,
.action-menu .action-submenu > li._visible,
.actions-split .dropdown-menu .action-submenu > li._visible,
.actions-split .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
.action-menu > li:hover,
.abs-action-menu .action-submenu > li:hover,
.action-menu .action-submenu > li:hover,
.actions-split .dropdown-menu .action-submenu > li:hover,
.actions-split .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
.action-menu > li:active,
.abs-action-menu .action-submenu > li:active,
.action-menu .action-submenu > li:active,
.actions-split .dropdown-menu .action-submenu > li:active,
.actions-split .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
.action-menu > li._parent,
.abs-action-menu .action-submenu > li._parent,
.action-menu .action-submenu > li._parent,
.actions-split .dropdown-menu .action-submenu > li._parent,
.actions-split .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.action-menu > li._parent > .action-menu-item,
.abs-action-menu .action-submenu > li._parent > .action-menu-item,
.action-menu .action-submenu > li._parent > .action-menu-item,
.actions-split .dropdown-menu .action-submenu > li._parent > .action-menu-item,
.actions-split .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
.action-menu > li._parent::after,
.abs-action-menu .action-submenu > li._parent::after,
.action-menu .action-submenu > li._parent::after,
.actions-split .dropdown-menu .action-submenu > li._parent::after,
.actions-split .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: .4rem 0 .4rem .5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
.action-menu .item,
.action-menu .action-menu-item,
.abs-action-menu .action-submenu .item,
.abs-action-menu .action-submenu .action-menu-item,
.action-menu .action-submenu .item,
.action-menu .action-submenu .action-menu-item,
.actions-split .dropdown-menu .action-submenu .item,
.actions-split .dropdown-menu .action-submenu .action-menu-item,
.actions-split .action-menu .action-submenu .item,
.actions-split .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: .6875em 1em;
}
.action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
.action-menu a.action-menu-item,
.abs-action-menu .action-submenu a.action-menu-item,
.action-menu .action-submenu a.action-menu-item,
.actions-split .dropdown-menu .action-submenu a.action-menu-item,
.actions-split .action-menu .action-submenu a.action-menu-item {
  color: #41362f;
}
.action-menu a.action-menu-item:focus,
.abs-action-menu .action-submenu a.action-menu-item:focus,
.action-menu .action-submenu a.action-menu-item:focus,
.actions-split .dropdown-menu .action-submenu a.action-menu-item:focus,
.actions-split .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
  box-shadow: none;
}
table {
  background-color: transparent;
  color: #303030;
}
table > caption {
  margin-bottom: .5em;
}
.admin__table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.admin__table-primary,
.admin__table-secondary {
  width: 100%;
}
.admin__table-primary {
  font-size: 1.3rem;
}
.admin__table-primary th,
.admin__table-primary td {
  padding: 1rem 1.5rem;
  text-align: left;
}
.admin__table-primary th:first-child,
.admin__table-primary td:first-child {
  padding-left: 0;
}
.admin__table-primary th {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-weight: 700;
  vertical-align: bottom;
}
.admin__table-primary td {
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}
.admin__table-primary tbody tr:last-child td {
  border-bottom-color: transparent;
}
.admin__table-primary tfoot {
  background: #f8f8f8;
  font-weight: 600;
}
.admin__table-primary tfoot th:first-child,
.admin__table-primary tfoot td:first-child {
  padding-left: 1.5rem;
}
.admin__table-secondary caption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .75em;
  text-align: left;
}
.admin__table-secondary thead th {
  background-color: transparent;
  font-weight: 600;
}
.admin__table-secondary tbody th {
  vertical-align: top;
}
.admin__table-secondary tbody tr:nth-child(odd) th,
.admin__table-secondary tbody tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
.admin__table-secondary tfoot tr:nth-child(odd) th,
.admin__table-secondary tfoot tr:nth-child(odd) td {
  background-color: #ffffff;
}
.admin__table-secondary tfoot tr:first-child {
  border-top: 1px solid #e3e3e3;
}
.admin__table-secondary th,
.admin__table-secondary td {
  padding: 1rem 1rem;
  text-align: left;
}
.admin__table-secondary th {
  color: #676056;
  font-weight: 400;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:after {
  clear: both;
  content: '';
  display: table;
}
.col-xs-1, .col-m-1, .col-l-1, .col-xl-1, .col-xs-2, .col-m-2, .col-l-2, .col-xl-2, .col-xs-3, .col-m-3, .col-l-3, .col-xl-3, .col-xs-4, .col-m-4, .col-l-4, .col-xl-4, .col-xs-5, .col-m-5, .col-l-5, .col-xl-5, .col-xs-6, .col-m-6, .col-l-6, .col-xl-6, .col-xs-7, .col-m-7, .col-l-7, .col-xl-7, .col-xs-8, .col-m-8, .col-l-8, .col-xl-8, .col-xs-9, .col-m-9, .col-l-9, .col-xl-9, .col-xs-10, .col-m-10, .col-l-10, .col-xl-10, .col-xs-11, .col-m-11, .col-l-11, .col-xl-11, .col-xs-12, .col-m-12, .col-l-12, .col-xl-12 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.row-gutter {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row-gutter > [class*='col-'] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tabs-horiz {
  margin: 0;
  padding: 0;
}
.tabs-horiz .ui-state-default {
  background: #e3e3e3;
  border: 0.1rem solid #adadad;
  float: left;
  letter-spacing: .0183em;
  list-style: none;
  margin-right: .4rem;
}
.tabs-horiz .ui-state-hover {
  background: #d6d6d6;
}
.tabs-horiz .ui-state-active {
  background: #ffffff;
  border-bottom: 0;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: -.1rem;
}
.tabs-horiz .ui-state-active .ui-tabs-anchor {
  border-bottom: 0.1rem solid #ffffff;
  border-top: 0.4rem solid #eb5202;
  padding-top: 1.1rem;
}
.tabs-horiz .ui-tabs-anchor {
  color: #41362f;
  display: block;
  padding: 1.5rem 1.8rem 1.3rem;
  text-decoration: none;
}
.tabs-horiz .ui-tabs-anchor:hover {
  color: #41362f;
  text-decoration: none;
}
.ui-tabs-panel {
  margin-top: -1px;
  padding: 2rem;
}
html {
  height: 100%;
}
body {
  background-color: #f5f5f5;
  min-height: 100%;
  min-width: 102.4rem;
}
.page-wrapper {
  background-color: #ffffff;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  width: calc(100% - 8.800000000000001rem);
}
.page-content {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.notices-wrapper {
  margin: 0 3rem;
  min-height: 5rem;
}
.notices-wrapper .messages {
  margin-bottom: 0;
}
._disabled {
  box-shadow: none;
  cursor: default;
  opacity: .5;
  outline: 0;
}
._disabled:hover {
  box-shadow: none;
  cursor: default;
  opacity: .5;
  outline: 0;
}
.a-center {
  text-align: center;
}
._no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
input.no-display,
.no-display {
  display: none;
}
.code-sample {
  font-family: monospace, serif;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #ffffff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.popup-loading {
  background: rgba(255, 255, 255, 0.8);
  border-color: #ef672f;
  color: #ef672f;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  margin-left: -100px;
  padding: 100px 0 10px;
  position: fixed;
  text-align: center;
  top: 40%;
  width: 200px;
  z-index: 1003;
}
.popup-loading:after {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/loader-1.gif');
  content: '';
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
  top: 40%;
  width: 64px;
  z-index: 2;
}
.loading-old,
.loading-mask {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2003;
}
.loading-old img,
.loading-mask img {
  display: none;
}
.loading-old p,
.loading-mask p {
  margin-top: 118px;
}
.loading-old .loader,
.loading-mask .loader {
  background: #f7f3eb url('../../adminhtml/Magento/backend/en_GB/images/loader-1.gif') no-repeat 50% 30%;
  border-radius: 5px;
  bottom: 0;
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  height: 160px;
  left: 0;
  margin: auto;
  opacity: .95;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 160px;
}
._has-datepicker.admin__control-text {
  padding-right: 3.5rem;
  width: 15rem;
}
._has-datepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  height: 3.2rem;
  margin-left: -3.2rem;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  z-index: 1;
}
._has-datepicker + .ui-datepicker-trigger:focus,
._has-datepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker + .ui-datepicker-trigger.disabled,
._has-datepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker + .ui-datepicker-trigger:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.1rem;
  line-height: 32px;
  color: #514943;
  content: '\e627';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker + .ui-datepicker-trigger + .admin__control-support-text,
._has-datepicker + .ui-datepicker-trigger + .admin__control-label {
  margin-left: 3.7rem;
}
._has-datepicker + .ui-datepicker-trigger img {
  display: none;
}
.ui-datepicker {
  box-sizing: border-box;
  display: none;
  opacity: 0.98;
  padding: 23px 20px;
  width: auto;
  z-index: 999999 !important;
}
.ui-datepicker:before {
  background: #ffffff;
  border: 1px solid #007bdb;
  bottom: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 0;
}
.ui-datepicker-header {
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  line-height: 3rem;
  position: absolute;
  top: 0;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  color: #514943;
  display: inline-block;
  font-size: 34px;
}
.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-prev:before {
  content: '\2039';
}
.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-next:before {
  content: '\203A';
}
.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  min-width: 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar {
  background: #ffffff;
  border: 0;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
}
.ui-datepicker table.ui-datepicker-calendar thead {
  background: transparent;
}
.ui-datepicker table.ui-datepicker-calendar tr {
  background: transparent;
}
.ui-datepicker table.ui-datepicker-calendar tr th {
  background: transparent;
  border: 0;
  padding: 0;
}
.ui-datepicker table.ui-datepicker-calendar tr th span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
.ui-datepicker table.ui-datepicker-calendar tr td {
  background: transparent;
  border: 1px solid #adadad;
  padding: 0;
}
.ui-datepicker table.ui-datepicker-calendar span,
.ui-datepicker table.ui-datepicker-calendar a {
  box-sizing: border-box;
  color: #514943;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  width: 38px;
}
.ui-datepicker table.ui-datepicker-calendar .ui-state-disabled span {
  background: #f5f5f5;
  color: #999999;
}
.ui-datepicker table.ui-datepicker-calendar .ui-state-active {
  background: #514943;
  color: #ffffff;
}
.ui-datepicker table.ui-datepicker-calendar .ui-datepicker-today a {
  border: 3px solid #adadad;
  line-height: 32px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .block-footer .action-add {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 1px;
  box-sizing: border-box;
  color: #008bdb;
  float: left;
  font-size: 14px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  width: 49%;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
  float: right;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 6%;
  width: 47%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 47%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  border: 1px solid #cecece;
  text-align: center;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dd {
  margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px;
}
.ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
}
.ui-slider-horizontal {
  background: #adadad;
  border: none;
  border-radius: 10px;
  height: 10px;
}
.ui-slider-handle {
  background: #514943;
  border-radius: 10px;
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.ui-timepicker-div {
  padding: 10px 0 5px 0;
  position: relative;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button,
.ui-datepicker-rtl .ui-datepicker-buttonpane .block-footer .action-add {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-buttonpane .block-footer .action-add.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
  margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.messages .message,
.messages .order-errors .admin__fieldset-wrapper .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.messages .message:last-child,
.messages .order-errors .admin__fieldset-wrapper .title:last-child {
  margin: 0 0 2rem;
}
.message,
.order-errors .admin__fieldset-wrapper .title {
  background: #fffbbb;
  border: none;
  border-radius: 0;
  color: #333333;
  font-size: 1.4rem;
  margin: 0 0 1px;
  padding: 1.8rem 4rem 1.8rem 5.5rem;
  position: relative;
  text-shadow: none;
}
.message:before,
.order-errors .admin__fieldset-wrapper .title:before {
  background: none;
  border: 0;
  color: #007bdb;
  content: '\e61a';
  font-family: 'Admin Icons';
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: 1.9rem;
  line-height: inherit;
  position: absolute;
  speak: none;
  text-shadow: none;
  top: 50%;
  margin-top: -1.25rem;
  width: auto;
}
.message-notice:before,
.order-errors .admin__fieldset-wrapper .title:before {
  color: #007bdb;
  content: '\e61a';
}
.message-warning:before {
  color: #eb5202;
  content: '\e623';
}
.message-progress:before {
  color: #008bdb;
  content: '\e61f';
}
.message-error {
  background: #ffcccc;
}
.message-error:before {
  color: #e22626;
  content: '\e632';
  font-size: 1.5rem;
  left: 2.2rem;
  margin-top: -1.1rem;
}
.message-success:before {
  color: #79a22e;
  content: '\e62d';
}
.message-spinner:before {
  display: none;
}
.message-spinner .spinner {
  font-size: 2.5rem;
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
}
.message-in-rating-edit {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}
.ui-dialog {
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 40%;
  transform: scale(0.7);
  transition: all .3s;
  width: 75%;
}
.ui-dialog.ui-dialog-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-dialog .ui-dialog-titlebar,
.popup-window .magento_title,
.fade .popup-title {
  color: #333333;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 3rem 6rem 3rem 3rem;
}
.ui-dialog .ui-dialog-titlebar-close,
.popup-window .magento_close,
.fade .popup .close {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 3rem;
  top: 2.7rem;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.popup-window .magento_close:before,
.fade .popup .close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #736963;
  content: '\e62f';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:hover:before,
.popup-window .magento_close:hover:before,
.fade .popup .close:hover:before {
  color: #adadad;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon,
.popup-window .magento_close .ui-icon,
.fade .popup .close .ui-icon {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close.ui-state-hover,
.popup-window .magento_close.ui-state-hover,
.fade .popup .close.ui-state-hover {
  border: none;
}
.ui-dialog .ui-dialog-content {
  overflow: auto;
  padding: 0 3rem 3rem;
}
.ui-dialog .ui-dialog-content .fieldset {
  padding-left: 0;
  padding-right: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0 3rem 3rem;
}
.ui-dialog .content + .ui-dialog-buttonset {
  padding-top: 3rem;
  text-align: right;
}
.ui-dialog .action-close,
.popup-window .magento_buttons .cancel_button,
.fade .actions .cancel {
  font-size: 1.6rem;
  margin: 0 0 0 3rem;
  padding: 0.7em 0;
}
.ui-dialog .action-close:before,
.popup-window .magento_buttons .cancel_button:before,
.fade .actions .cancel:before {
  content: normal;
}
.ui-dialog .action-close span,
.popup-window .magento_buttons .cancel_button span,
.fade .actions .cancel span {
  overflow: auto;
  position: static;
}
.ui-dialog .ui-button,
.ui-dialog .action-primary,
.popup-window .magento_buttons .ok_button,
.fade .actions .primary {
  float: right;
  margin: 0 0 0 3rem;
}
.ui-dialog .fieldset:last-child {
  padding-bottom: 0;
}
.ui-dialog .main-col,
.ui-dialog .side-col {
  float: left;
  padding-bottom: 0;
}
.ui-dialog .main-col:after,
.ui-dialog .side-col:after {
  display: none;
}
.ui-dialog .side-col {
  width: 20%;
}
.ui-dialog .main-col {
  padding-right: 0;
  width: 80%;
}
.ui-dialog .grid,
.ui-dialog .pager {
  padding-bottom: 0;
}
.ui-dialog .grid-actions {
  padding-top: 0;
}
.ui-dialog .ui-resizable {
  position: relative;
}
.ui-dialog .ui-resizable-handle {
  display: block;
  font-size: .1px;
  position: absolute;
}
.ui-dialog .ui-resizable-disabled .ui-resizable-handle,
.ui-dialog .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-dialog .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  left: 0;
  top: -5px;
  width: 100%;
}
.ui-dialog .ui-resizable-s {
  bottom: 0;
  cursor: s-resize;
  height: 7px;
  left: 0;
  width: 100%;
}
.ui-dialog .ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: 0;
  top: 0;
  width: 7px;
}
.ui-dialog .ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -7px;
  top: 0;
  width: 7px;
}
.ui-dialog .ui-resizable-se {
  bottom: 1px;
  cursor: se-resize;
  height: 12px;
  right: 1px;
  width: 12px;
}
.ui-dialog .ui-resizable-sw {
  bottom: 0;
  cursor: sw-resize;
  height: 9px;
  left: -5px;
  width: 9px;
}
.ui-dialog .ui-resizable-nw {
  cursor: nw-resize;
  height: 9px;
  left: -5px;
  top: -5px;
  width: 9px;
}
.ui-dialog .ui-resizable-ne {
  cursor: ne-resize;
  height: 9px;
  right: 0;
  top: -5px;
  width: 9px;
}
.ui-dialog .main-col .insert-title-inner,
.ui-dialog .magento-message .insert-title-inner {
  border-bottom: 1px solid #adadad;
  margin: 0 0 2rem;
  padding-bottom: 0.5rem;
}
.ui-dialog .main-col .insert-actions,
.ui-dialog .magento-message .insert-actions {
  float: right;
}
.ui-dialog .main-col .title,
.ui-dialog .magento-message .title {
  font-size: 1.6rem;
  padding-top: 0.5rem;
}
.ui-dialog .main-col .main-col-inner .uploader,
.ui-dialog .magento-message .main-col-inner .uploader {
  border: 1px solid #adadad;
  margin: 0 0 1rem;
  padding: 0.5rem;
}
.ui-dialog .main-col .breadcrumbs,
.ui-dialog .magento-message .breadcrumbs {
  list-style: none;
  padding-left: 0;
}
.ui-dialog .main-col .breadcrumbs li,
.ui-dialog .magento-message .breadcrumbs li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}
.ui-dialog .main-col .breadcrumbs li:after,
.ui-dialog .magento-message .breadcrumbs li:after {
  content: '';
  margin: 0 0.5rem 0 0;
}
.ui-dialog .main-col .contents-uploader,
.ui-dialog .magento-message .contents-uploader {
  margin: 0 0 2rem;
}
.ui-dialog .main-col .fileinput-button,
.ui-dialog .magento-message .fileinput-button {
  cursor: pointer;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.ui-dialog .main-col .fileinput-button span,
.ui-dialog .magento-message .fileinput-button span {
  display: none;
}
.ui-dialog .main-col .fileinput-button input,
.ui-dialog .magento-message .fileinput-button input {
  -moz-transform: none;
  border: none;
  opacity: 1;
  position: static;
  transform: none;
}
.ui-dialog .main-col .file-row,
.ui-dialog .magento-message .file-row {
  border: 1px solid #adadad;
  margin: 0.5rem 0;
  padding: 2px;
}
.ui-dialog .main-col .filecnt,
.ui-dialog .magento-message .filecnt {
  border: 1px solid #adadad;
  display: inline-block;
  margin: 0 0.5rem 15px 0;
  overflow: hidden;
  padding: 3px;
  text-overflow: ellipsis;
  width: 100px;
}
.ui-dialog .main-col .filecnt.selected,
.ui-dialog .magento-message .filecnt.selected {
  border-color: #008bdb;
}
.ui-dialog .main-col .filecnt p,
.ui-dialog .magento-message .filecnt p {
  text-align: center;
}
.ui-dialog .main-col .x-tree,
.ui-dialog .magento-message .x-tree {
  margin-bottom: 2rem;
}
.ui-dialog .admin__fieldset > .admin__legend {
  float: none;
  font-size: 1.8rem;
  margin: 0 0 2rem 34%;
  width: auto;
}
.ui-dialog .admin__fieldset .product-options {
  margin-left: 34%;
}
.ui-dialog .admin__fieldset .product-options .admin__field-control {
  margin-bottom: 2rem;
}
.ui-popup-message .ui-dialog-titlebar {
  background: #fffbbb;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2rem 2rem 0 7.5rem;
}
.ui-popup-message .ui-dialog-titlebar-close {
  right: 1.5rem;
  top: 1rem;
}
.ui-popup-message .ui-dialog-titlebar-close:before {
  font-size: 1.4rem;
}
.ui-popup-message .ui-dialog-content {
  background: #fffbbb;
  margin-bottom: 0;
  overflow: inherit;
  padding: 0 2rem 2rem;
}
.ui-popup-message .ui-dialog-content .messages:last-child,
.ui-popup-message .ui-dialog-content .message:last-child,
.ui-popup-message .ui-dialog-content .order-errors .admin__fieldset-wrapper .title:last-child {
  margin-bottom: 0;
}
.ui-popup-message .ui-dialog-content .message:first-child,
.ui-popup-message .ui-dialog-content .order-errors .admin__fieldset-wrapper .title:first-child {
  padding-top: 0;
}
.ui-popup-message .ui-dialog-content .message:first-child:before,
.ui-popup-message .ui-dialog-content .order-errors .admin__fieldset-wrapper .title:first-child:before {
  top: 0;
}
.ui-popup-message .ui-dialog-content .message:last-child,
.ui-popup-message .ui-dialog-content .order-errors .admin__fieldset-wrapper .title:last-child {
  padding-bottom: 0;
}
.ui-popup-message .ui-dialog-buttonpane {
  background: #fffbbb;
  padding: 0 2rem 2rem;
}
.insert-variable {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insert-variable li {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
.insert-variable li b {
  display: inline-block;
  margin-left: -1rem;
}
.attribute-popup .page-content {
  padding: 0;
}
.attribute-popup-actions {
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.attribute-popup-actions.page-actions {
  float: none;
}
.attribute-popup-actions.fixed {
  background: #ffffff !important;
  border-bottom: 0 !important;
  left: 0 !important;
  padding: 3rem !important;
}
.attribute-popup-actions.fixed .page-actions-buttons,
.attribute-popup-actions.fixed .page-actions.floating-header {
  padding-right: 0;
}
.attribute-popup-actions .action-default.reset {
  font-size: 1.6rem;
  padding: 0.7em 0;
}
.attribute-popup-actions .page-actions-buttons > button.action-default.primary,
.attribute-popup-actions .page-actions.floating-header > button.action-default.primary,
.attribute-popup-actions .page-actions-buttons > .block-footer .action-add.action-default.primary {
  float: right;
}
.attribute-popup-actions .page-actions-inner:before {
  display: none;
}
.popup-window {
  background: #ffffff;
}
.popup-window.dialog {
  z-index: 900 !important;
}
.popup-window .table_window > tbody > tr > td {
  background: #ffffff;
  border: 0;
  padding: 0;
}
.popup-window .magento-message {
  padding: 0 3rem 3rem;
  position: relative;
}
.popup-window .magento_content {
  height: auto !important;
}
.popup-window .magento_content .buttons-set {
  margin: 0 0 15px;
}
.popup-window .magento_content .buttons-set button,
.popup-window .magento_content .buttons-set .block-footer .action-add {
  margin-right: 4px;
}
.popup-window .magento_buttons {
  padding: 0 3rem 3rem;
  text-align: right;
}
.popup-window .magento_buttons .ok_button {
  float: right;
  margin: 0 0 0 3rem;
}
.overlay_magento {
  z-index: 800 !important;
}
.fade {
  z-index: 1000;
}
.fade .popup {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  display: inline-block;
  left: 12.5%;
  position: absolute;
  text-align: left;
  top: 5rem;
  width: 75%;
}
.fade .popup-inner {
  padding: 0;
}
.fade .popup-title {
  background: #fffbbb;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2rem 2rem 0 7.5rem;
}
.fade .popup-header .popup-title {
  margin: 0;
}
.fade .popup-content {
  background: #fffbbb;
  padding: 0 2rem 2rem;
}
.fade .popup-content p {
  margin-top: 0;
}
.fade .popup-content .messages:last-child {
  margin-bottom: 0;
}
.fade .popup-content .message:first-child,
.fade .popup-content .order-errors .admin__fieldset-wrapper .title:first-child {
  padding-top: 0;
}
.fade .popup-content .message:first-child:before,
.fade .popup-content .order-errors .admin__fieldset-wrapper .title:first-child:before {
  top: 0;
}
.fade .popup-content .message:last-child,
.fade .popup-content .order-errors .admin__fieldset-wrapper .title:last-child {
  padding-bottom: 0;
}
.fade .fieldset {
  background: #fffbbb;
  border: 0;
  margin: 1.5rem 0 1.5rem 1.5rem;
  padding: 0;
}
.fade .maintenance-checkbox-container {
  padding-left: 20%;
}
.fade .messages {
  margin: 0 !important;
}
.fade .actions {
  margin: 0;
  text-align: right;
}
.fade .actions .primary {
  float: right;
  line-height: inherit;
  margin: 0 0 0 3rem;
}
.fade .actions .primary:hover {
  box-shadow: none;
}
.fade .actions .cancel {
  line-height: inherit;
}
.fade .actions .cancel:hover {
  box-shadow: none;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 14.8rem;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.data-tooltip-trigger {
  cursor: pointer;
}
.data-tooltip-wrapper {
  max-width: 75%;
  position: absolute;
  top: 0;
  z-index: 898;
}
.data-tooltip-wrapper._top .data-tooltip-tail {
  display: block;
  left: 50%;
  margin-left: -11px;
  top: -10px;
}
.data-tooltip-wrapper._right .data-tooltip-tail {
  display: block;
  margin-top: -11px;
  right: 12px;
  top: 50%;
}
.data-tooltip-wrapper._bottom .data-tooltip-tail {
  bottom: 12px;
  display: block;
  left: 50%;
  margin-left: -11px;
}
.data-tooltip-wrapper._left .data-tooltip-tail {
  display: block;
  left: -10px;
  margin-top: -11px;
  top: 50%;
}
.data-tooltip-wrapper._show {
  height: auto;
  opacity: 1;
  transition: opacity .2s linear;
}
.data-tooltip-wrapper._hide {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.data-tooltip {
  background-color: #ffffff;
  border: 1px solid #007dbd;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 2rem;
  position: relative;
  z-index: 100;
}
.data-tooltip .action-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.data-tooltip .action-close:focus {
  background: none;
}
.data-tooltip-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 2rem 2rem 0;
}
.data-tooltip-content .items .item {
  margin: 0 0 1rem;
}
.data-tooltip-content .items .item:last-child {
  margin-bottom: 0;
}
.data-tooltip-tail {
  display: none;
  position: absolute;
}
.data-tooltip-tail:before {
  background-color: #ffffff;
  border: 1px solid #007dbd;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
  content: '';
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 22px;
  z-index: 99;
}
.data-tooltip-tail:after {
  background-color: #ffffff;
  content: '';
  height: 20px;
  left: 1px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 20px;
  z-index: 101;
}
.modal-popup .action-close,
.modal-slide .action-close {
  color: #736963;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  transform: none;
}
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  font-size: 1.8rem;
}
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #58504b;
}
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 2rem;
}
.modal-popup .action-close:focus,
.modal-slide .action-close:focus {
  background-color: transparent;
}
.modal-popup.prompt .prompt-message {
  padding-bottom: 2rem;
}
.modal-popup.prompt .prompt-message input {
  width: 100%;
}
.modal-popup.confirm .modal-inner-wrap .message:not(.message-error),
.modal-popup.prompt .modal-inner-wrap .message:not(.message-error),
.modal-popup.confirm .modal-inner-wrap .order-errors .admin__fieldset-wrapper .title:not(.message-error),
.modal-popup.prompt .modal-inner-wrap .order-errors .admin__fieldset-wrapper .title:not(.message-error) {
  background: #ffffff;
}
.modal-popup.modal-system-messages .modal-inner-wrap {
  background: #fffbbb;
}
.modal-popup._image-box .modal-inner-wrap {
  margin: 5rem auto;
  max-width: 78rem;
  position: static;
}
.modal-popup._image-box .thumbnail-preview {
  padding-bottom: 3rem;
  text-align: center;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
  border: 1px solid #cccccc;
  margin: 0 auto 2rem;
  max-width: 58rem;
  padding: 2rem;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
  max-height: 54rem;
}
.modal-popup .modal-title {
  font-size: 2.4rem;
  margin-right: 6.4rem;
}
.modal-popup .action-close {
  padding: 3rem 3rem;
}
.modal-popup .action-close:active {
  padding-right: 3.06666667rem;
  padding-top: 3.06666667rem;
}
.modal-popup .modal-footer {
  padding-top: 2.6rem;
  text-align: right;
}
.modal-popup .action-close {
  padding: 1rem;
}
.modal-popup .action-close:active,
.modal-popup .action-close:focus {
  background: transparent;
  padding-right: 1rem;
  padding-top: 1rem;
}
.modal-slide .modal-content-new-attribute {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding-bottom: 0;
}
.modal-slide .modal-content-new-attribute iframe {
  margin-bottom: -2.5rem;
}
.modal-slide .modal-title {
  font-size: 2.1rem;
  margin-right: 5.7rem;
}
.modal-slide .action-close {
  padding: 2.1rem 2.6rem;
}
.modal-slide .action-close:active {
  padding-right: 2.7rem;
  padding-top: 2.2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: 0.6rem;
  margin-top: 2.1rem;
}
.modal-slide .magento-message {
  padding: 0 3rem 3rem;
  position: relative;
}
.modal-slide .main-col .insert-title-inner,
.modal-slide .magento-message .insert-title-inner {
  border-bottom: 1px solid #adadad;
  margin: 0 0 2rem;
  padding-bottom: 0.5rem;
}
.modal-slide .main-col .insert-actions,
.modal-slide .magento-message .insert-actions {
  float: right;
}
.modal-slide .main-col .title,
.modal-slide .magento-message .title {
  font-size: 1.6rem;
  padding-top: 0.5rem;
}
.modal-slide .main-col,
.modal-slide .side-col {
  float: left;
  padding-bottom: 0;
}
.modal-slide .main-col:after,
.modal-slide .side-col:after {
  display: none;
}
.modal-slide .side-col {
  width: 20%;
}
.modal-slide .main-col {
  padding-right: 0;
  width: 80%;
}
.modal-slide .content-footer .form-buttons {
  float: right;
}
.modal-title {
  font-weight: 400;
  margin-bottom: 0;
  min-height: 1em;
}
.modal-title span {
  font-size: 1.4rem;
  font-style: italic;
  margin-left: 1rem;
}
.timeline {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.timeline-content {
  background: #f1f1f1;
  border: 1px solid #999999;
  margin-bottom: 2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
.timeline-content._from-now {
  padding-left: 50px;
}
.timeline-content._no-records {
  background: #ffffff;
}
.timeline-past {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.5) 25%, #ffffff);
  border-right: 2px solid rgba(226, 38, 38, 0.55);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 3;
}
.timeline-scale {
  float: right;
  width: 160px;
}
.timeline-legend {
  float: left;
}
.timeline-legend-item {
  color: #666666;
  display: inline-block;
  line-height: 2rem;
  vertical-align: middle;
}
.timeline-legend-item:before {
  border: 1px solid #999999;
  content: '';
  display: inline-block;
  height: 2rem;
  margin-right: 5px;
  vertical-align: middle;
  width: 2rem;
}
.timeline-legend-item._update-status-active:before,
.timeline-legend-item._active:before {
  background: #bceeff;
}
.timeline-legend-item._update-status-upcoming:before,
.timeline-legend-item._upcoming:before {
  background: #ccf391;
}
.timeline-items {
  min-height: 25.2rem;
  position: relative;
}
.timeline-item {
  height: 3.6rem;
  position: relative;
  z-index: 2;
}
.timeline-item + .timeline-item {
  margin-top: -1px;
}
._no-records .timeline-item {
  margin-top: -3.6rem;
  position: absolute;
  top: 50%;
  width: 100%;
}
.timeline-event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ccf391;
  border: 1px solid #81c21d;
  cursor: pointer;
  height: 3.6rem;
  left: -1px;
  min-width: 5.5rem;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: auto;
}
._permanent._active .timeline-event,
._no-records .timeline-event {
  justify-content: center;
  text-align: center;
}
._permanent._active .timeline-event {
  color: #007bdb;
}
.timeline-item._active .timeline-event {
  background: #bceeff;
  border-color: #56c2e6;
}
._scroll-start:not(._active) .timeline-event {
  padding-left: 3rem;
}
._scroll-end .timeline-event {
  padding-right: 3rem;
}
._permanent .timeline-event {
  margin-right: 23px;
  overflow: visible;
}
._no-records .timeline-event {
  background: transparent;
  border-color: transparent;
  color: #333333;
  cursor: default;
}
.timeline-event-title {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: inline-block;
  font-weight: 600;
  line-height: 3.4rem;
  max-width: 100%;
  min-width: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._no-records .timeline-event-title {
  font-weight: 400;
}
.timeline-event-info {
  display: inline-block;
  line-height: 3.4rem;
  vertical-align: top;
}
.timeline-event-details {
  display: none;
}
.timeline-action {
  bottom: 0;
  display: none;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
}
.timeline-action > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.timeline-action:active {
  transform: scale(0.9);
}
.timeline-action:before {
  transition: color 0.1s linear;
  color: #76c004;
  content: '\e625';
  font-size: 1.8rem;
}
.timeline-action:hover {
  cursor: pointer;
  text-decoration: none;
}
.timeline-item._active .timeline-action:before {
  color: #56c2e6;
}
.timeline-action._tostart {
  left: 10px;
  right: auto;
}
.timeline-action._tostart:before {
  content: '\e624';
}
.timeline-item._scroll-start:not(._active) .timeline-action._tostart {
  display: block;
}
.timeline-item._scroll-end .timeline-action._toend {
  display: block;
}
.timeline-item._permanent .timeline-action._toend {
  display: none;
}
.timeline-event svg {
  display: none;
  height: 3.6rem;
  margin-right: -2.4rem;
  position: absolute;
  right: 0;
  top: -1px;
  width: 2.8rem;
}
._permanent .timeline-event svg {
  display: block;
}
.svg__timeline-ending {
  fill: inherit;
  stroke: inherit;
}
.svg__timeline-arrow {
  stroke: transparent;
}
.timeline-ending {
  color: #86de00;
  fill: #ccf391;
  stroke: #81c21d;
}
.timeline-item._active .timeline-ending {
  color: #79dcff;
  fill: #bceeff;
  stroke: #56c2e6;
}
.timeline-units {
  font-size: 0;
  white-space: nowrap;
}
.timeline-unit {
  border-right: 1px solid #999999;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 14.28571429%;
}
.timeline-unit:last-child {
  border-right: 0;
}
.timeline-unit:before {
  background-image: repeating-linear-gradient(180deg, transparent, transparent 5px, #3e4040 5px, #3e4040 6px, #979999 6px, #979999 7px);
  bottom: 0;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 3.3rem;
  width: 1px;
  z-index: 0;
}
.timeline-unit:first-child:before {
  content: none;
}
._no-records .timeline-unit:before {
  display: none;
}
.timeline-date {
  background: #ffffff;
  border-bottom: 1px solid #999999;
  color: #303030;
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  padding: 1rem 0.3rem;
  text-align: center;
  text-overflow: ellipsis;
}
.timeline-priority {
  float: left;
  font-size: 1.1rem;
  font-weight: 600;
  margin-right: 1.8rem;
  margin-top: 2rem;
  text-align: center;
}
.timeline-priority-title {
  font-weight: 700;
  padding: 1rem 0.3rem;
}
.timeline-priority-scale {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 210px solid #cccccc;
  height: 0;
  margin: 0.5rem auto;
  width: 0;
}
.contents-uploader {
  margin: 0 0 2rem;
}
.contents-uploader .fileinput-button {
  cursor: pointer;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.contents-uploader .fileinput-button span {
  font-weight: 600;
  padding-right: 1em;
}
.contents-uploader .fileinput-button input {
  -moz-transform: none;
  border: none;
  opacity: 1;
  position: static;
  transform: none;
}
.file-row {
  border: 1px solid #adadad;
  margin: 0.5rem 0;
  padding: 2px;
}
.filecnt {
  border: 1px solid #adadad;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5rem 15px 0;
  overflow: hidden;
  padding: 3px;
  text-overflow: ellipsis;
  width: 100px;
}
.filecnt.selected {
  border-color: #008bdb;
}
.filecnt p {
  min-height: 72px;
  text-align: center;
}
.gallery {
  overflow: hidden;
}
.image {
  background: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  margin: 1.2rem;
  position: relative;
  vertical-align: top;
  width: 150px;
}
.image .product-image-wrapper {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  cursor: pointer;
  height: 150px;
  line-height: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.image .product-image-wrapper:hover .product-image {
  opacity: .5;
}
.image .product-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.image.image-placeholder {
  height: 150px;
}
.image.image-placeholder .product-image-wrapper {
  display: inline-block;
  text-decoration: none;
}
.image.image-placeholder .product-image-wrapper > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.image.image-placeholder .product-image-wrapper:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e63c';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image.image-placeholder .product-image-wrapper:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.image.image-placeholder .fileinput-button {
  margin: 0;
}
.image.image-placeholder .fileinput-button,
.image.image-placeholder .image-browse {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.image.image-placeholder .fileinput-button > span,
.image.image-placeholder .image-browse > span {
  display: none;
}
.image.image-placeholder input[type='file'] {
  border: 500px solid transparent;
  bottom: 0;
  cursor: pointer;
  font-size: 10em;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.image.image-placeholder .spinner {
  display: none;
}
.image.image-placeholder.loading .spinner,
.image.image-placeholder .file-row .spinner {
  background: #ffffff;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.image.image-placeholder.loading .spinner > span,
.image.image-placeholder .file-row .spinner > span {
  left: 50%;
  margin: 0 0 0 -2rem;
  top: 50%;
}
.image.image-placeholder .file-row {
  background: #ffffff url("../../adminhtml/Magento/backend/en_GB/mui/images/ajax-loader-big.gif") no-repeat 50% 50%;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 100%;
  z-index: 5;
}
.image .image-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.3rem;
  left: 0;
  line-height: 1.333;
  margin-bottom: 15%;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.image.ui-sortable-placeholder {
  background: #e0f6fe;
  border: 1px solid #008bdb;
  visibility: visible !important;
}
.image .action-remove {
  bottom: 12px;
  cursor: pointer;
  height: 20px;
  left: 6px;
  position: absolute;
  width: 20px;
  z-index: 3;
  display: block;
  text-decoration: none;
}
.image .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.image .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #9e9e9e;
  content: '\e630';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image .action-remove:hover:before {
  color: #858585;
}
.image .draggable-handle {
  cursor: move;
  height: 20px;
  left: 2px;
  margin: 0;
  position: absolute;
  top: 4px;
  width: 20px;
  z-index: 3;
  display: inline-block;
  text-decoration: none;
}
.image .draggable-handle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #9e9e9e;
  content: '\e617';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image .draggable-handle:hover:before {
  color: #858585;
}
.image .image-fade {
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #9e9e9e;
  content: attr(data-image-hidden-label);
  font-weight: 600;
  left: 0;
  line-height: 150px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  z-index: 2;
}
.image.hidden-for-front .image-fade {
  visibility: visible;
}
.image .item-description {
  margin-bottom: 1rem;
}
.image .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
}
.image .item-size {
  color: #666666;
  font-size: 1.2rem;
}
.image .item-roles {
  margin: 0;
  padding: 0;
  list-style: none none;
  font-size: 0;
}
.image .item-roles > li {
  display: inline-block;
  vertical-align: top;
}
.image .item-role {
  background: #e3e3e3;
  color: #514943;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 .4rem .4rem 0;
  padding: .6rem;
}
.image-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #ffffff;
  border-bottom: 1px solid #c2c2c2;
  box-shadow: inset 0 1px 3px #cccccc;
  margin: 0 0 1.5rem;
  padding: 2rem 1.5rem;
}
.image-panel .admin__field-inline .admin__field-label {
  text-align: left;
  width: 30%;
}
.image-panel .admin__field-inline .admin__field-value {
  overflow: hidden;
  padding-left: 2rem;
}
.image-panel-controls,
.image-panel-preview {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  flex: 1;
}
.image-panel-preview {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.image-panel-preview img {
  display: block;
  margin: auto;
}
.image-panel-controls {
  -ms-flex: 0 0 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  flex: 0 0 33%;
  padding-left: 3rem;
}
.image-panel-controls .image-name {
  font-size: 1.6rem;
  color: #666666;
  display: block;
}
.image-panel-controls .action-delete,
.image-panel-controls .action-remove {
  margin: 0 0 35px;
  display: inline-block;
  text-decoration: none;
}
.image-panel-controls .action-delete > span,
.image-panel-controls .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.image-panel-controls .action-delete:before,
.image-panel-controls .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #9e9e9e;
  content: '\e630';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image-panel-controls .action-delete:hover:before,
.image-panel-controls .action-remove:hover:before {
  color: #858585;
}
.image-panel-controls .fieldset-image-panel {
  padding: 2rem 0.5rem 0 0;
}
.image-panel-controls .fieldset-image-panel .field {
  margin-bottom: 1rem;
}
.image-panel-controls .fieldset-image-panel .label {
  margin-bottom: 1rem;
  padding-top: 0;
  text-align: left;
  width: 100%;
}
.image-panel-controls .fieldset-image-panel .field > .control,
.image-panel-controls .image-panel-controls textarea {
  resize: vertical;
  width: 100%;
}
.image-file-params {
  font-size: 1.1rem;
  color: #666666;
  margin: 0 0 1rem;
}
.image-panel-controls .multiselect-alt,
.gallery .multiselect-alt {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #333333;
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-panel-controls .multiselect-alt .item,
.gallery .multiselect-alt .item {
  border-top: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
}
.image-panel-controls .multiselect-alt .item:first-child,
.gallery .multiselect-alt .item:first-child {
  border-top: 0;
}
.image-panel-controls .multiselect-alt .item.selected,
.gallery .multiselect-alt .item.selected {
  background: #e0f6fe;
}
.image-panel-controls .multiselect-alt .item.selected:hover,
.gallery .multiselect-alt .item.selected:hover {
  background: #afe8fc;
}
.image-panel-controls .multiselect-alt .item.selected label,
.gallery .multiselect-alt .item.selected label {
  display: inline-block;
  text-decoration: none;
}
.image-panel-controls .multiselect-alt .item.selected label:before,
.gallery .multiselect-alt .item.selected label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #008bdb;
  content: '\e62d';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.image-panel-controls .multiselect-alt .item.selected label:before,
.gallery .multiselect-alt .item.selected label:before {
  left: 8px;
  position: absolute;
  top: 6px;
  width: 17px;
}
.image-panel-controls .multiselect-alt label,
.gallery .multiselect-alt label {
  cursor: pointer;
  display: block;
  padding: 6px 2.5rem 0.5rem;
}
.image-panel-controls .multiselect-alt input[type='checkbox'],
.gallery .multiselect-alt input[type='checkbox'] {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  width: 0;
}
.admin__field-service-gallery {
  float: right;
}
.admin__field-service-gallery[data-config-scope]:before {
  color: #808080;
  content: attr(data-config-scope);
  display: block;
  font-size: 1.2rem;
  line-height: 3.2rem;
}
.abs-block-resizable,
.block-resizable,
.block-schedule-table {
  height: 15rem;
  min-height: 15rem;
}
.abs-block-resizable-content,
.block-resizable .block-content,
.block-schedule-table .block-content {
  height: 100%;
  margin-bottom: 2rem;
  min-height: 15rem;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.abs-block-resizable-handle-bottom,
.block-resizable .ui-resizable-s,
.block-schedule-table .ui-resizable-s {
  background: #e3e3e3;
  border: 1px solid #bbbbbb;
  bottom: auto;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 700;
  height: auto;
  left: -1px;
  letter-spacing: .1rem;
  line-height: 1.6rem;
  padding-bottom: .3rem;
  right: -1px;
  text-align: center;
  top: 100%;
  width: auto;
}
.abs-block-resizable-handle-bottom:before,
.block-resizable .ui-resizable-s:before,
.block-schedule-table .ui-resizable-s:before {
  content: ':::::';
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  display: block;
  font-size: .1px;
  position: absolute;
  touch-action: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  left: 0;
  top: -3.5px;
  width: 100%;
}
.ui-resizable-s {
  bottom: -3.5px;
  cursor: s-resize;
  height: 7px;
  left: 0;
  width: 100%;
}
.ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -3.5px;
  top: 0;
  width: 7px;
}
.ui-resizable-w {
  cursor: w-resize;
  height: 100%;
  left: -3.5px;
  top: 0;
  width: 7px;
}
.ui-resizable-se {
  bottom: -6px;
  cursor: se-resize;
  height: 12px;
  right: -6px;
  width: 12px;
}
.ui-resizable-sw {
  bottom: -6px;
  cursor: sw-resize;
  height: 12px;
  left: -6px;
  width: 12px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  height: 12px;
  left: -6px;
  top: -6px;
  width: 12px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  height: 12px;
  right: -6px;
  top: -6px;
  width: 12px;
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  cursor: pointer;
  display: inline-block;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 1rem;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #514943;
  content: '\e630';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e641';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e649';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 1rem 2.5rem 1rem 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 1rem;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 1rem;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 1rem;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e649';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e63c';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e641';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.36;
  margin-bottom: 15%;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e61d';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu,
.data-grid-file-uploader .action-select-wrap .abs-action-menu .action-submenu,
.data-grid-file-uploader .action-select-wrap .action-menu .action-submenu,
.data-grid-file-uploader .action-select-wrap .actions-split .dropdown-menu .action-submenu,
.data-grid-file-uploader .action-select-wrap .actions-split .action-menu .action-submenu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.image-uploader .image-upload-requirements {
  font-size: .9em;
  margin-top: 8px;
}
.image-uploader .image-placeholder {
  margin-left: 0;
  margin-right: 0;
}
.image-uploader .image-uploader-spinner {
  background-size: auto;
  height: 50%;
  margin: 0;
  position: absolute;
  transform: translate(50%, 50%);
  width: 50%;
}
.image-uploader .image-uploader-preview {
  width: auto;
}
.image-uploader .image-uploader-preview-link,
.image-uploader .image-uploader-preview-link .preview-image {
  display: block;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
}
.image-uploader._loading .image-placeholder-text,
.image-uploader._loading .product-image-wrapper:before {
  display: none;
}
.data-slider {
  background: none;
  font-size: 1.1rem;
  min-height: 2.2rem;
  padding-top: 1.2rem;
  position: relative;
  width: 100%;
}
.data-slider:before {
  background: #aeaeae;
  content: '';
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.data-slider .ui-slider-handle {
  background: #f5f5f5;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  display: block;
  height: 2.2rem;
  margin-left: -1.1rem !important;
  position: absolute;
  top: -1.1rem;
  width: 2.2rem;
  z-index: 101 !important;
}
.data-slider .ui-slider-handle:before {
  background-color: #bbbbbb;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #bbbbbb 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#f8f8f8', GradientType=0);
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.8rem;
  left: 50%;
  margin: -0.4rem 0 0 -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
}
.data-slider-from {
  float: left;
}
.data-slider-to {
  float: right;
}
.data-slider-handle {
  background: #f5f5f5;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  display: block;
  height: 2.2rem;
  margin-left: -1.1rem !important;
  position: absolute;
  top: -1.1rem;
  width: 2.2rem;
  z-index: 101 !important;
}
.data-slider-handle:before {
  background-color: #bbbbbb;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #bbbbbb 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#f8f8f8', GradientType=0);
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.8rem;
  left: 50%;
  margin: -0.4rem 0 0 -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
}
.url-input-container .type-selector-input-container {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.url-input-container .url-input-select {
  flex-grow: 0;
}
.url-input-container .url-input-element-linked-element {
  flex-grow: 1;
  margin-left: 1.5em;
}
.url-input-container .url-input-setting {
  clear: both;
  display: block;
}
.url-input-container .url-input-setting:before {
  clear: both;
  content: "";
}
.url-input-container .admin__action-multiselect-text.warning {
  color: #F00;
}
.url-input-container .action-close,
.url-input-container .action-close:active {
  margin-right: 3.2rem;
  padding: 0.8rem 1.5rem 0.6rem;
}
.url-input-container .action-close:before,
.url-input-container .action-close:active:before {
  font-size: 1.5rem;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.colorpicker-spectrum {
  display: none;
}
.colorpicker-input {
  vertical-align: middle;
  width: 50% !important;
}
.sp-container {
  position: absolute;
  margin-top: 2px;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  height: 14px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button,
.sp-container .block-footer .action-add {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ffffff;
  border: solid 1px #1979c3;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear,
.sp-container .block-footer .action-add {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px solid #adadad;
  padding: 4px 5px;
  margin: 5px 0px 0px 0px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid #1979c3;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: #007bdb;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
  margin-top: 4px;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 3px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #adadad;
  background: #eaeaea;
  color: #333;
  vertical-align: middle;
  box-sizing: border-box;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #1979c3;
  color: #111;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
  display: none;
}
.sp-preview {
  position: relative;
  width: 25px;
  height: 25px;
  border: solid 1px #adadad;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin-top: 4px;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button,
.sp-container .block-footer .action-add {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.36;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}
.sp-container button:hover,
.sp-container .block-footer .action-add:hover {
  background-color: #dbdbdb;
  border: 1px solid #adadad;
  cursor: pointer;
}
.sp-container button:active,
.sp-container .block-footer .action-add:active {
  border: 1px solid #aaa;
}
.sp-cancel {
  font-size: 1.4rem;
  color: #1979c3 !important;
  margin: 0;
  padding: 2px;
  margin-right: 15px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgc3R5bGU9ImJhY2tncm91bmQ6I2ZmZiIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICA8cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIGQ9Ik0wLjUsMC41IEwyNS41LDI0LjUiLz4KPC9zdmc+Cg==);
}
.sp-palette-row-selection {
  padding-top: 10px;
}
.sp-palette-row-selection:before {
  content: "Favorite Colors";
}
.adobe-login-container .adobe-sign-in-button {
  background: transparent;
  border: none;
  box-shadow: none;
  float: right;
  margin-right: 3%;
  margin-top: -50px;
  position: relative;
  z-index: 99;
}
.adobe-login-container .adobe-sign-in-button:hover:active {
  background: transparent;
  color: #007bdb;
}
.adobe-login-container .adobe-user-information {
  float: right;
  margin-right: 30px;
  margin-top: -54px;
  width: auto;
}
.adobe-login-container .adobe-user-information .adobe-profile-image-small {
  background-repeat: repeat-x;
  border-radius: 50%;
  margin-bottom: -14px;
  width: 40px;
}
.adobe-login-container .adobe-user-information .adobe-user-name {
  border: 0;
  box-shadow: none;
  padding-left: 10px;
}
.adobe-login-container .adobe-user-information .adobe-user-popup {
  min-width: 10px;
  padding-left: 20px;
  width: 320px;
  z-index: 282;
}
.adobe-login-container .adobe-user-information .adobe-user-popup .adobe-profile-image-large {
  float: left;
  padding-right: 10px;
  padding-top: 5px;
  width: 30%;
}
.adobe-login-container .adobe-user-information .adobe-user-popup ul {
  list-style: none;
}
.adobe-login-container .adobe-user-information .adobe-user-popup ul li {
  padding-bottom: 5px;
}
.adobe-login-container .adobe-user-information .adobe-user-popup .adobe-sign-out-button {
  background: transparent;
  border: none;
  float: left;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}
.adobe-login-container .adobe-user-information .adobe-user-popup .adobe-sign-out-button:hover {
  background: transparent;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.media-gallery-delete-image-action .modal-content,
.delete-folder-confirmation-popup .modal-content {
  word-wrap: anywhere;
}
.media-gallery-asset-ui-select-filter .admin__action-multiselect-crumb,
.edit-image-details .admin__action-multiselect-crumb {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-gallery-asset-ui-select-filter .admin__action-multiselect-label > span,
.edit-image-details .admin__action-multiselect-label > span {
  display: block;
  margin-top: -2px;
  max-height: 18px;
  max-width: 70%;
  overflow: hidden;
  padding-left: 23px;
  position: absolute;
  text-overflow: ellipsis;
}
.media-gallery-asset-ui-select-filter .admin__action-multiselect-item-path,
.edit-image-details .admin__action-multiselect-item-path {
  float: right;
  max-height: 70px;
  max-width: 70px;
}
.media-gallery-asset-ui-select-filter .admin__action-multiselect-label,
.edit-image-details .admin__action-multiselect-label {
  display: inline-block;
  width: 100%;
}
.page-actions-buttons > button.no-display,
.page-actions.floating-header > button.no-display,
.page-actions-buttons > .block-footer .action-add.no-display {
  display: none;
}
.page-actions-buttons > button.media-gallery-actions-buttons,
.page-actions .page-actions-buttons > button.media-gallery-actions-buttons:focus,
.page-actions-buttons > button.media-gallery-actions-buttons:hover,
.page-actions.floating-header > button.media-gallery-actions-buttons,
.page-actions .page-actions.floating-header > button.media-gallery-actions-buttons:focus,
.page-actions.floating-header > button.media-gallery-actions-buttons:hover,
.page-actions-buttons > .block-footer .action-add.media-gallery-actions-buttons,
.page-actions .page-actions-buttons > .block-footer .action-add.media-gallery-actions-buttons:focus,
.page-actions-buttons > .block-footer .action-add.media-gallery-actions-buttons:hover {
  background-color: #e3e3e3;
  border-color: #adadad;
  color: #514943;
}
.mediagallery-massaction-checkbox {
  background-color: #eeeeee;
  border-radius: 4px;
  height: 40px;
  margin-left: 15px;
  margin-top: 10px;
  position: absolute;
  width: 40px;
  z-index: 10;
}
.mediagallery-massaction-checkbox input[type='checkbox'] {
  margin-left: 10px;
  margin-top: 11px;
}
.mediagallery-massaction-items-count {
  display: inline-block;
  margin-left: -15px;
  padding-right: 20px;
}
.media-gallery-container .action-disabled {
  opacity: .5;
}
.media-gallery-container .masonry-image-grid .no-data-message-container,
.media-gallery-container .masonry-image-grid .error-message-container {
  left: 50%;
  margin-right: -50%;
  position: sticky;
  top: 50%;
}
.media-gallery-container .admin__action-dropdown-wrap._active .admin__action-dropdown-text::after {
  margin-right: 6px;
}
.media-gallery-container .admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.media-gallery-container .page-main-actions .page-actions .media-gallery-add-selected {
  order: unset;
}
.media-gallery-container .page-main-actions > .page-actions > button.no-display,
.media-gallery-container .page-main-actions > .page-actions > .block-footer .action-add.no-display {
  display: none;
}
.media-gallery-container .jstree-default .jstree-hovered {
  background: #a6a6a6;
  border-color: #7185f5;
  border-radius: 6px;
  padding-top: 6px;
}
.media-gallery-container .jstree-default .jstree-leaf a .jstree-icon {
  background-position: -52px -16px;
}
.media-gallery-container .jstree-default a .jstree-icon {
  background-position: -52px -16px;
}
.media-gallery-container .jstree-default .jstree-no-dots .jstree-open > a > ins {
  background-position: -52px -38px;
  height: 20px;
  width: 29px;
}
.media-gallery-container .jstree a > ins {
  float: left;
  height: 22px;
  margin-top: -3px;
  width: 20px;
}
.media-gallery-container .jstree-default .jstree-no-dots .jstree-leaf > ins {
  background-image: none;
}
.media-gallery-container .jstree-default ins {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Magento_MediaGalleryUi/images/d.png");
}
.media-gallery-container .jstree a {
  height: 30px;
  margin: 1px;
  padding-left: 6px;
  padding-right: 10px;
  padding-top: 6px;
  width: max-content;
}
.media-gallery-container .jstree-default .jstree-clicked {
  background: #cdecf6;
  border: 0.14em solid #7185f5;
  border-radius: 6px;
  padding-top: 6px;
}
.media-gallery-container .masonry-image-overlay {
  background-color: #d9631c;
  float: right;
  font-size: 11px;
  margin-left: 120px;
  margin-top: 170px;
  padding: .3rem;
  pointer-events: none;
  position: relative;
}
.media-gallery-container .media-gallery-image-details {
  float: left;
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  width: 89%;
}
.media-gallery-container .media-gallery-image-details .name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  max-height: 50px;
  overflow: hidden;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: pre-line;
  word-wrap: anywhere;
  word-wrap: break-word;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .media-gallery-container .media-gallery-image-details .name {
    white-space: nowrap;
  }
}
.media-gallery-container .media-gallery-image-details .type {
  display: inline-block;
  font-size: 12px;
  padding-bottom: 5px;
}
.media-gallery-container .media-gallery-image-details .dimensions {
  display: inline-block;
}
.media-gallery-container .media-gallery-image-details .source {
  display: inline-block;
}
.media-gallery-container .media-gallery-image-actions {
  float: right;
  position: absolute;
  right: 0;
  width: 10%;
}
.media-gallery-container .media-gallery-image-actions .action-select-wrap {
  cursor: pointer;
}
.media-gallery-container .media-gallery-image-actions .three-dots:before {
  content: url("../../adminhtml/Magento/backend/en_GB/Magento_MediaGalleryUi/images/3-dots.png");
  cursor: pointer;
}
.media-gallery-container .media-gallery-image {
  height: 200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 200px;
}
.media-gallery-container .masonry-image-description {
  background-color: #ffffff;
  min-height: 90px;
  padding-top: 10px;
  position: relative;
}
.media-gallery-container .masonry-image-column {
  background-color: #e1e1e1;
  width: 200px;
}
.media-gallery-container .media-directory-container {
  float: left;
  max-width: 50%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 40px;
  scrollbar-color: #9e9e9e #ffffff;
}
.media-gallery-container .media-directory-container::-webkit-scrollbar {
  background-color: #ffffff;
}
.media-gallery-container .media-directory-container::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
}
.media-gallery-container .media-gallery-image-block {
  cursor: pointer;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.media-gallery-container .media-gallery-image-block.selected {
  border: 5px solid #4682b4;
}
.media-gallery-container .media-gallery-image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.media-gallery-container .media-gallery-image .action-menu,
.media-gallery-container .media-gallery-image .abs-action-menu .action-submenu,
.media-gallery-container .media-gallery-image .action-menu .action-submenu,
.media-gallery-container .media-gallery-image .actions-split .dropdown-menu .action-submenu,
.media-gallery-container .media-gallery-image .actions-split .action-menu .action-submenu {
  bottom: 0;
  float: right;
  left: auto;
  top: auto;
  z-index: 100;
}
.media-gallery-container .media-gallery-source-icon {
  margin-bottom: -6px;
  width: 29px;
}
.media-gallery-container .masonry-image-grid {
  align-items: first baseline;
  display: grid;
  grid-template-columns: repeat(auto-fill, 210px);
  justify-content: end;
  margin: 10px 0;
  position: relative;
}
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-select-wrap .action-menu,
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-select-wrap .abs-action-menu .action-submenu,
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-select-wrap .action-menu .action-submenu,
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-select-wrap .actions-split .dropdown-menu .action-submenu,
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-select-wrap .actions-split .action-menu .action-submenu {
  width: 110%;
}
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-select-wrap .admin__action-multiselect-search-label {
  right: 1.5rem;
}
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-close {
  padding: 0;
}
.media-gallery-container .admin__data-grid-filters .admin__form-field .action-close:before {
  font-size: 6px;
}
.media-gallery-image-details-modal .admin__action-multiselect-crumb .action-close,
.media-gallery-edit-image-details-modal .admin__action-multiselect-crumb .action-close {
  padding: 0;
}
.media-gallery-image-details-modal .admin__action-multiselect-crumb .action-close:before,
.media-gallery-edit-image-details-modal .admin__action-multiselect-crumb .action-close:before {
  font-size: .5em;
}
.media-gallery-image-details-modal .edit-image-details,
.media-gallery-edit-image-details-modal .edit-image-details {
  padding: 50px;
}
.media-gallery-image-details-modal .path-display,
.media-gallery-edit-image-details-modal .path-display {
  margin-top: 8px;
}
.media-gallery-image-details-modal .page-action-buttons,
.media-gallery-edit-image-details-modal .page-action-buttons {
  float: right;
}
.media-gallery-image-details-modal .image-type .media-gallery-source-icon,
.media-gallery-edit-image-details-modal .image-type .media-gallery-source-icon {
  margin-bottom: -6px;
  width: 29px;
}
.media-gallery-image-details-modal .image-type .type,
.media-gallery-edit-image-details-modal .image-type .type {
  color: #666666;
}
.media-gallery-image-details-modal .image-details,
.media-gallery-edit-image-details-modal .image-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.media-gallery-image-details-modal .image-details .image-details-image img,
.media-gallery-edit-image-details-modal .image-details .image-details-image img {
  max-height: 650px;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 0;
  padding-left: 40px;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .image-details-section,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .image-details-section {
  margin-bottom: 40px;
  max-width: 400px;
  min-width: 290px;
  word-wrap: anywhere;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .image-details-section:before,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .image-details-section:before,
.media-gallery-image-details-modal .image-details .image-details-sidebar .image-details-section:after,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .image-details-section:after {
  content: '';
  display: table;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .image-details-section:after,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .image-details-section:after {
  clear: both;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar h3.image-title,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar h3.image-title {
  font-weight: bold;
  line-height: 1.5;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .attributes .attribute:not(:last-child),
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .attributes .attribute:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .attributes .attribute > *,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .attributes .attribute > * {
  float: left;
  margin-left: -1px;
  width: 50%;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .attributes .attribute .value,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .attributes .attribute .value {
  display: inline;
  float: right;
  margin-left: 1px;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .attributes .attribute .title,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .attributes .attribute .title {
  color: #666666;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .tags .tags-list,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .tags .tags-list {
  margin-bottom: 10px;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .tags .tags-list .show-more-item,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .tags .tags-list .show-more-item {
  display: none;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .tags .tags-list.show-all-tags,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .tags .tags-list.show-all-tags {
  margin-bottom: 0;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .tags .tags-list.show-all-tags .show-more-item,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .tags .tags-list.show-all-tags .show-more-item {
  display: inline;
}
.media-gallery-image-details-modal .image-details .image-details-sidebar .tags .tags-list.show-all-tags + .show-more-link-container,
.media-gallery-edit-image-details-modal .image-details .image-details-sidebar .tags .tags-list.show-all-tags + .show-more-link-container {
  display: none;
}
.masonry-image-sortby {
  display: inline-block;
}
.masonry-results-number {
  display: inline-block;
  margin-right: 1.4rem;
}
.admin__field-saleable-qty {
  margin-top: 0;
}
.admin__field-saleable-qty .admin__field-tooltip-content {
  font-size: 14px;
  font-weight: normal;
  right: -5rem;
  width: 29rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.modal-popup.confirm.lac-confirm .modal-inner-wrap {
  max-width: 55rem;
}
.modal-popup.confirm.lac-confirm .modal-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  width: 100%;
}
.modal-popup.confirm.lac-confirm .store-view-ptions {
  padding-top: 15px;
}
.modal-popup.confirm.lac-confirm .modal-content .message-warning {
  padding-left: 4.5rem;
}
.modal-popup.confirm.lac-confirm .modal-content .message-warning:before {
  color: #514943;
  left: 5px;
}
.page-actions .page-actions-buttons .login-button,
.page-actions .page-actions.floating-header .login-button {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.media-gallery-category-container .admin__field-label {
  text-align: left;
}
.media-gallery-category-container .admin__action-dropdown-wrap._active .admin__action-dropdown-text::after {
  margin-right: 6px;
}
.media-gallery-category-container .admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.media-gallery-category-container .admin__field:not(.admin__field-option) > .admin__field-label {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.1rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.adobe-stock-images-search-modal-content .color-rectangle {
  border: solid 1px #626160;
  display: inline-block;
  height: 12px;
  position: inherit;
  top: 2px;
  width: 12px;
}
.adobe-stock-images-search-modal-content .masonry-image-grid {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.adobe-stock-images-search-modal-content .masonry-image-column {
  overflow: visible;
  position: static;
}
.adobe-stock-images-search-modal-content .masonry-image-overlay {
  float: right;
  margin-bottom: -30px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  width: auto;
}
.adobe-stock-images-search-modal-content .masonry-image-preview {
  position: fixed;
  z-index: 289;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .container {
  padding-top: 0;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .container .preview-buttons {
  /* Align image preview actions uniformly to the right edge */
}
.adobe-stock-images-search-modal-content .masonry-image-preview .container .preview-buttons .action-previous,
.adobe-stock-images-search-modal-content .masonry-image-preview .container .preview-buttons .action-next,
.adobe-stock-images-search-modal-content .masonry-image-preview .container .preview-buttons .action-close {
  padding: 30px 0 30px 30px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .container .preview-row-content img.preview {
  flex-basis: auto;
}
.adobe-stock-images-search-modal-content .masonry-image-sortby {
  display: inline-block;
}
.adobe-stock-images-search-modal-content .masonry-results-number {
  display: inline-block;
  margin-right: 1.4rem;
}
.adobe-stock-images-search-modal-content .masonry-image-column {
  position: static;
}
.adobe-stock-images-search-modal-content .masonry-image-column:first-child .masonry-image-preview .preview-buttons .action-previous,
.adobe-stock-images-search-modal-content .masonry-image-column:last-child .masonry-image-preview .preview-buttons .action-next {
  opacity: .5;
  pointer-events: none;
}
.adobe-stock-images-search-modal-content .adobe-login-container .adobe-user-information .adobe-user-popup .adobe-user-info {
  padding-top: 15px;
}
.adobe-stock-images-search-modal-content .admin__action-dropdown-wrap._active .admin__action-dropdown-text::after {
  margin-right: 6px;
}
.adobe-stock-images-search-modal-content .admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.adobe-stock-images-search-modal-content .masonry-image-grid + .admin__data-grid-header .selectmenu-items {
  bottom: 100%;
  top: auto;
}
.adobe-stock-images-search-modal-content .masonry-image-preview {
  position: absolute;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .title {
  font-weight: bold;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .info {
  float: left;
  min-width: 40%;
  padding-left: 40px;
  width: -moz-min-content;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .info .actions {
  letter-spacing: -1px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .info .actions button,
.adobe-stock-images-search-modal-content .masonry-image-preview .info .actions .block-footer .action-add {
  margin-right: 15px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .info .title {
  margin: 0 0 20px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .info .author {
  margin: 0 0 30px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .info .action-buttons {
  margin: 0 0 30px;
  text-align: left;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .related-container {
  height: 180px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .attributes .attribute {
  display: inline-block;
  margin-right: 2em;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .attributes .attribute .value {
  margin-top: 1em;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords {
  display: inline-block;
  margin: 30px 0 20px 0;
  width: 100%;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords .title {
  margin-bottom: 30px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords .keyword {
  display: inline-block;
  line-height: 40px;
  margin-right: 5px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords .keyword.hide {
  display: none;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords .keyword .value {
  background-color: #f5f5f5;
  border: 1px solid #c6c1bb;
  border-radius: 3px;
  color: #666666;
  font-size: 15px;
  padding: 5px;
  text-transform: capitalize;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords button,
.adobe-stock-images-search-modal-content .masonry-image-preview .keywords .block-footer .action-add {
  margin-left: 10px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-tabs {
  border-bottom: 1px solid #adadad;
  margin-top: 30px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-tabs .ui-state-default {
  border-bottom: none;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-tabs .ui-state-active {
  border-bottom: 0;
  font-weight: unset;
  letter-spacing: normal;
  margin-bottom: -1.1rem;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .related-loader {
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: 50px;
  position: absolute;
  width: 100px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content {
  display: inline-block;
  height: auto;
  max-height: 190px;
  vertical-align: middle;
  width: 100%;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel {
  margin-top: 30px;
  padding: 0;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .thumbnail {
  display: inline-flex;
  height: 100px;
  margin-right: 10px;
  max-width: 150px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .thumbnail img {
  margin: 0 auto;
  max-width: initial;
  position: relative;
  width: auto;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .see-more-wrapper {
  cursor: pointer;
  display: inline-block;
  max-height: 100px;
  max-width: 140px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .see-more-wrapper .see-more-content {
  padding: 30px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .see-more-wrapper .see-more-content .three-dots {
  margin-bottom: 10px;
}
.adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .see-more-wrapper .see-more-content .three-dots .dots {
  background-color: #626160;
  border-radius: 50%;
  color: #ffffff;
  content: '\22EE';
  display: inline-block;
  height: 10px;
  line-height: 1;
  text-align: center;
  width: 10px;
}
.adobe-stock-images-search-modal-content .admin__form-field .colorpicker-input {
  min-width: 70%;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap {
  max-width: 650px;
  width: 100%;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-header {
  padding: 30px;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-header .modal-title {
  margin: 0;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-header .action-close {
  right: 30px;
  top: 30px;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-content .prompt-message {
  font-weight: normal;
  margin-bottom: 15px;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-content .prompt-message p {
  word-break: break-all;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-content .admin__field-wide {
  margin-bottom: 0;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-content .image-ext {
  color: #999999;
  cursor: default;
  padding: .6rem 1rem .6rem;
  position: absolute;
  right: 0;
  top: 0;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-content .admin__field-with-image-ext .admin__control-text {
  padding-right: 5rem;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-footer {
  padding: 30px;
}
.adobe-stock-save-preview-prompt .modal-inner-wrap .modal-footer .action-dismiss {
  color: #464646;
  margin-right: 35px;
}
.admin__adobe-stock-image-checkbox .admin__field-control._with-tooltip .admin__form-field-label {
  display: inline-block;
}
.admin__adobe-stock-image-checkbox .admin__field-control._with-tooltip .admin__field-tooltip {
  margin: -5px 0 0 5px;
}
.admin__adobe-stock-image-checkbox .admin__field-control._with-tooltip .admin__field-tooltip .admin__field-tooltip-action:before {
  line-height: initial;
  overflow: visible;
}
@media (max-width: 1400px) {
  .adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .thumbnail {
    max-width: 130px;
  }
  .adobe-stock-images-search-modal-content .masonry-image-preview .adobe-stock-related-images-tab-content .ui-tabs-panel .see-more-wrapper {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .adobe-stock-images-search-modal-content .masonry-image-preview .container {
    margin: 0 60px;
  }
  .adobe-stock-images-search-modal-content .masonry-image-preview .container .preview-row-content .info .actions .action-secondary {
    margin-bottom: 8px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.recaptcha_backend_type_for_recaptcha_backend_info_heading_notice strong,
.recaptcha_frontend_type_for_recaptcha_frontend_info_heading_notice strong {
  color: #e22626;
}
.ambase-updates-block {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.ambase-updates-block .ambase-title {
  font-weight: bold;
  font-size: 17px;
  color: #303030;
}
.ambase-updates-block .ambase-title.-small {
  font-size: 15px;
}
.ambase-btns-block {
  display: flex;
}
.ambase-btns-block .ambase-btn {
  position: relative;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.ambase-btns-block .ambase-btn.-orange {
  padding-right: 46px;
  background-color: #eb5202;
}
.ambase-btns-block .ambase-btn.-orange:hover {
  background-color: #ba4000;
}
.ambase-btns-block .ambase-btn.-orange:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 10px;
  height: 10px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjU2NSAwYS40NjQuNDY0IDAgMDAtLjA0Ny4wMDRINy4xOWEuNDYuNDYgMCAwMC0uMzAzLjExLjM4NS4zODUgMCAwMC0uMDk0LjEyNi4zNTQuMzU0IDAgMDAuMDk0LjQyMi40Ni40NiAwIDAwLjMwMy4xMWgyLjM2Mkw0LjM1MyA1LjVhLjM4Ni4zODYgMCAwMC0uMDk1LjEyNS4zNTUuMzU1IDAgMDAuMDkuNDI0Yy4wMzkuMDM2LjA4Ni4wNjUuMTM4LjA4NGEuNDYuNDYgMCAwMC40NjUtLjA5bDUuMi00LjcyNXYyLjE0N2MtLjAwMi4wNTEuMDA5LjEwMi4wMy4xNDkuMDIuMDQ3LjA1Mi4wOS4wOS4xMjZhLjQ2LjQ2IDAgMDAuNjAyIDAgLjM1NC4zNTQgMCAwMC4xMjItLjI3NVYuNDM3YS4zNTEuMzUxIDAgMDAtLjAxMy0uMTY1LjM3OC4zNzggMCAwMC0uMDktLjE0NC40MjUuNDI1IDAgMDAtLjE0OC0uMDk3LjQ2LjQ2IDAgMDAtLjE4LS4wM3oiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNC42NTIgMS41NDJjLTEuMDU1IDAtMS44NTMtLjAwMi0yLjQ4OS4wNjQtLjYzNS4wNjUtMS4xNDQuMjAyLTEuNTA4LjUzNC0uMzY0LjMzLS41MTMuNzkyLS41ODUgMS4zN0MwIDQuMDg3IDAgNC44MTIgMCA1Ljc3YzAgLjk2IDAgMS42ODUuMDcyIDIuMjYzLjA3My41NzcuMjI2IDEuMDQuNTkgMS4zNy4zNjUuMzMuODczLjQ2OCAxLjUwOC41MzNTMy42IDEwIDQuNjUyIDEwYzEuMDUyIDAgMS44NDggMCAyLjQ4Mi0uMDY1LjYzNS0uMDY2IDEuMTQ0LS4yMDQgMS41MDktLjUzNS4zNjQtLjMzMS41MTYtLjc5My41ODktMS4zNy4wNzMtLjU3OC4wNzItMS4zMDIuMDcyLTIuMjYuMDAxLS4wNS0uMDEtLjEtLjAzLS4xNDhhLjM4My4zODMgMCAwMC0uMDkxLS4xMjYuNDYuNDYgMCAwMC0uNjAyIDAgLjM4My4zODMgMCAwMC0uMDkyLjEyNi4zNTQuMzU0IDAgMDAtLjAzLjE0OWMwIC45NTYtLjAwNCAxLjY3LS4wNjcgMi4xNzEtLjA2NC41MDMtLjE4Ljc2My0uMzQ3LjkxNC0uMTY3LjE1Mi0uNDUzLjI1OC0xLjAwNi4zMTUtLjU1Mi4wNTctMS4zMzYuMDYtMi4zODcuMDYtMS4wNSAwLTEuODM1LS4wMDMtMi4zODctLjA2LS41NTItLjA1Ni0uODM4LS4xNjEtMS4wMDUtLjMxMi0uMTY3LS4xNTItLjI4NC0uNDEyLS4zNDctLjkxNEMuODUgNy40NDIuODQ2IDYuNzI5Ljg0NiA1Ljc3Uy44NDggNC4wOTkuOTEgMy41OTZjLjA2Mi0uNTAyLjE3OC0uNzYyLjM0NC0uOTEzLjE2Ni0uMTUuNDUxLS4yNTYgMS4wMDQtLjMxMy41NTQtLjA1NyAxLjM0LS4wNiAyLjM5NC0uMDZhLjQ2LjQ2IDAgMDAuMzAzLS4xMS4zODUuMzg1IDAgMDAuMDkzLS4xMjUuMzU0LjM1NCAwIDAwMC0uMjk3LjM4NS4zODUgMCAwMC0uMDkzLS4xMjYuNDYuNDYgMCAwMC0uMzAzLS4xMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.ambase-btns-block .ambase-btn.-blue {
  margin-left: 10px;
  padding-right: 43px;
  border: 1px solid #1787e0;
  color: #1787e0;
  background-color: #eaf6ff;
}
.ambase-btns-block .ambase-btn.-blue:hover {
  background-color: #c8e8ff;
}
.ambase-btns-block .ambase-btn.-blue:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 22px;
  width: 10px;
  height: 10px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjU2NSAwYS40NjQuNDY0IDAgMDAtLjA0Ny4wMDRINy4xOWEuNDYuNDYgMCAwMC0uMzAzLjExLjM4NS4zODUgMCAwMC0uMDk0LjEyNi4zNTQuMzU0IDAgMDAuMDk0LjQyMi40Ni40NiAwIDAwLjMwMy4xMWgyLjM2Mkw0LjM1MyA1LjVhLjM4Ni4zODYgMCAwMC0uMDk1LjEyNS4zNTUuMzU1IDAgMDAuMDkuNDI0Yy4wMzkuMDM2LjA4Ni4wNjUuMTM4LjA4NGEuNDYuNDYgMCAwMC40NjUtLjA5bDUuMi00LjcyNXYyLjE0N2MtLjAwMi4wNTEuMDA5LjEwMi4wMy4xNDkuMDIuMDQ3LjA1Mi4wOS4wOS4xMjZhLjQ2LjQ2IDAgMDAuNjAyIDAgLjM1NC4zNTQgMCAwMC4xMjItLjI3NVYuNDM3YS4zNTEuMzUxIDAgMDAtLjAxMy0uMTY1LjM3OC4zNzggMCAwMC0uMDktLjE0NC40MjUuNDI1IDAgMDAtLjE0OC0uMDk3LjQ2LjQ2IDAgMDAtLjE4LS4wM3oiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBkPSJNNC42NTIgMS41NDJjLTEuMDU1IDAtMS44NTMtLjAwMi0yLjQ4OS4wNjQtLjYzNS4wNjUtMS4xNDQuMjAyLTEuNTA4LjUzNC0uMzY0LjMzLS41MTMuNzkyLS41ODUgMS4zN0MwIDQuMDg3IDAgNC44MTIgMCA1Ljc3YzAgLjk2IDAgMS42ODUuMDcyIDIuMjYzLjA3My41NzcuMjI2IDEuMDQuNTkgMS4zNy4zNjUuMzMuODczLjQ2OCAxLjUwOC41MzNTMy42IDEwIDQuNjUyIDEwYzEuMDUyIDAgMS44NDggMCAyLjQ4Mi0uMDY1LjYzNS0uMDY2IDEuMTQ0LS4yMDQgMS41MDktLjUzNS4zNjQtLjMzMS41MTYtLjc5My41ODktMS4zNy4wNzMtLjU3OC4wNzItMS4zMDIuMDcyLTIuMjYuMDAxLS4wNS0uMDEtLjEtLjAzLS4xNDhhLjM4My4zODMgMCAwMC0uMDkxLS4xMjYuNDYuNDYgMCAwMC0uNjAyIDAgLjM4My4zODMgMCAwMC0uMDkyLjEyNi4zNTQuMzU0IDAgMDAtLjAzLjE0OWMwIC45NTYtLjAwNCAxLjY3LS4wNjcgMi4xNzEtLjA2NC41MDMtLjE4Ljc2My0uMzQ3LjkxNC0uMTY3LjE1Mi0uNDUzLjI1OC0xLjAwNi4zMTUtLjU1Mi4wNTctMS4zMzYuMDYtMi4zODcuMDYtMS4wNSAwLTEuODM1LS4wMDMtMi4zODctLjA2LS41NTItLjA1Ni0uODM4LS4xNjEtMS4wMDUtLjMxMi0uMTY3LS4xNTItLjI4NC0uNDEyLS4zNDctLjkxNEMuODUgNy40NDIuODQ2IDYuNzI5Ljg0NiA1Ljc3Uy44NDggNC4wOTkuOTEgMy41OTZjLjA2Mi0uNTAyLjE3OC0uNzYyLjM0NC0uOTEzLjE2Ni0uMTUuNDUxLS4yNTYgMS4wMDQtLjMxMy41NTQtLjA1NyAxLjM0LS4wNiAyLjM5NC0uMDZhLjQ2LjQ2IDAgMDAuMzAzLS4xMS4zODUuMzg1IDAgMDAuMDkzLS4xMjUuMzU0LjM1NCAwIDAwMC0uMjk3LjM4NS4zODUgMCAwMC0uMDkzLS4xMjYuNDYuNDYgMCAwMC0uMzAzLS4xMXoiIGZpbGw9IiMxNzg3RTAiLz48L3N2Zz4=');
}
.ambase-modules-block {
  display: flex;
  display: grid;
  grid-template-columns: repeat(auto-fill, 164px);
  justify-content: space-between;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.ambase-module-container {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 10px 15px 0;
  padding: 0 10px 10px;
  width: 164px;
  height: 128px;
  border: 1px solid #cacaca;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 16px 20px -15px #dcdcdc;
  background: #f8f8f8;
}
.ambase-module-container.-link:hover,
.ambase-module-container.-update {
  border: 1px solid #eb5202;
  box-shadow: 0 15px 15px -18px #eb5202;
}
.ambase-module-container.-link {
  cursor: pointer;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-decoration: none;
}
.ambase-module-container.-link > .ambase-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 14px;
  font-weight: bold;
  color: #303030;
  transition: border-bottom-color 0.3s ease-in-out;
}
.ambase-module-container.-link:hover > .ambase-title {
  border-bottom: 1px solid #eb5202;
  text-decoration: underline;
}
.ambase-version-block .ambase-date {
  margin: 0;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #828282;
}
.ambase-version-block .ambase-link {
  text-decoration: underline;
  font-weight: bold;
}
.ambase-module-container.-update .ambase-version-block {
  border-top: 1px solid #eb5202;
}
.ambase-version-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.ambase-module-container.-update .ambase-version-container {
  margin-bottom: 6px;
}
.ambase-version-container .ambase-version {
  margin: 0;
  font-weight: bold;
  color: #252525;
}
.ambase-module-container.-update .ambase-version-container .ambase-version {
  color: #eb5202;
}
.ambase-version-container .ambase-svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOCIgZmlsbD0iZ3JlZW4iLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjAyMyA3LjA4NWEuMzI5LjMyOSAwIDAwLS40NDIgMGwtNC42NiA0LjMzYS4zMjUuMzI1IDAgMDEtLjQ0MiAwbC0yLjA0MS0xLjk0YS4zMi4zMiAwIDAwLS4yMi0uMDg2LjMyLjMyIDAgMDAtLjIyMy4wODVsLS45MDIuNzU4YS4yOC4yOCAwIDAwLS4wOTMuMjA1YzAgLjA3NS4wMzIuMTU1LjA5My4yMTFsMy4zODYgMy4yNjdjLjEyMi4xMTQuMzIuMTE0LjQ0MiAwbDUuOTg4LTUuNThhLjI4My4yODMgMCAwMDAtLjQxNmwtLjg4Ni0uODM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.ambase-version-container .ambase-svg.-arrow {
  margin: 0 10px;
  min-width: 40px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDAuMzU0IDQuMzU0YS41LjUgMCAwMDAtLjcwOEwzNy4xNzIuNDY0YS41LjUgMCAxMC0uNzA3LjcwOEwzOS4yOTMgNGwtMi44MjggMi44MjhhLjUuNSAwIDEwLjcwNy43MDhsMy4xODItMy4xODJ6TTAgNC41aDQwdi0xSDB2MXoiIGZpbGw9IiM4MjgyODIiLz48L3N2Zz4=') no-repeat center;
}
.ambase-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #c4c4c4;
}
.ambase-module-container.-update .ambase-title-container {
  border-bottom: none;
}
.ambase-title-container .ambase-title {
  margin: 0;
  font-size: 14px;
}
.ambase-title-container .ambase-title.-link:hover {
  text-decoration: underline;
}
.ambase-tab-container > .admin__page-nav-title._collapsible {
  padding-right: 10rem;
}
.ambase-tab-container > .admin__page-nav-title:before {
  position: absolute;
  top: calc(50% - 13px);
  right: 50px;
  padding: 2px 0;
  width: 44px;
  height: 26px;
  border-radius: 4px;
  background: #eb5202;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ambase-modules-block {
    justify-content: flex-start;
  }
}
.ambase-buttons-container {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.ambase-buttons-container .ambase-button {
  margin-right: 25px;
  padding: 13px 27px;
  border-radius: 4px;
  background: #1787e0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}
.ambase-buttons-container .ambase-button:hover {
  opacity: .8;
}
._strong {
  font-weight: bold;
}
.ampromo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-items-content .slick-prev,
.ampromo-items-content .slick-next {
  padding-top: 3px;
  width: 42px;
  height: 42px;
}
.ampromo-items-content .slick-prev:before,
.ampromo-items-content .slick-next:before {
  padding-top: 3px;
  color: black;
  font-size: 42px;
}
.ampromo-items-content .slick-prev {
  left: -45px;
}
.ampromo-items-content .slick-next {
  right: -45px;
}
.ampromo-items-content .slick-dots button,
.ampromo-items-content .slick-dots .block-footer .action-add {
  box-shadow: none;
}
.ampromo-item .ampromo-options {
  max-height: 0;
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -ms-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-gallery.slick-slider {
  margin-bottom: 30px;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  margin-left: 15px;
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 0 30px 0;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@font-face {
  font-family: 'Mageplaza Icons';
  src: url('../../adminhtml/Magento/backend/en_GB/Mageplaza_Core/fonts/mageplaza-icons/mageplaza-icons.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/Mageplaza_Core/fonts/mageplaza-icons/mageplaza-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avada Icons';
  src: url('../../adminhtml/Magento/backend/en_GB/Mageplaza_Core/fonts/avada-icons/avada-icons.woff2') format('woff2'), url('../../adminhtml/Magento/backend/en_GB/Mageplaza_Core/fonts/avada-icons/avada-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.admin__menu .item-menu.parent.level-0 > a:before {
  content: '\e900';
  font-family: 'Mageplaza Icons';
  font-size: 2rem;
  padding-top: .2rem;
}
.mageplaza-extensions .title:before {
  content: '\e900';
  font-family: 'Mageplaza Icons';
  font-size: 1.3rem;
  padding-top: .2rem;
}
.avada-extensions .title:before {
  content: '\e900';
  font-family: 'Avada Icons';
  font-size: 1.7rem;
  padding-top: .2rem;
}
ul[role="menu"] [data-ui-id^="menu-avada"] strong:before {
  content: '\e900';
  font-family: 'Avada Icons';
  font-size: 1.6rem;
  margin-right: .8rem;
}
.row_mageplaza_module_version .value {
  vertical-align: bottom !important;
}
.row_mageplaza_module_version .value .special {
  font-weight: 600;
}
#mageplaza-module-messages {
  max-width: 75%;
  margin: 0 auto -35px;
}
[data-ui-id="menu-mageplaza-core-menu"] strong:before {
  display: none;
  /*no icon under Mageplaza tab*/
}
ul[role="menu"] [data-ui-id^="menu-mageplaza"] strong:before {
  content: '\e900';
  font-family: 'Mageplaza Icons';
  font-size: 1.5rem;
  margin-right: .8rem;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Smtp
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpsmtp-modal-email .modal-content {
  height: 100%;
}
.mpsmtp-modal-email .modal-content > div {
  height: 100%;
}
#mageplaza_smtp_provider {
  width: calc(100% - 125px);
}
.actions-provider-button {
  width: 121px;
  box-sizing: border-box;
}
#smtp-abandoned-cart .tooltip {
  position: relative;
  display: inline-block;
}
#smtp-abandoned-cart .tooltip .tooltip-text {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
#smtp-abandoned-cart .tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
#smtp-abandoned-cart .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/**
 * Copyright © 2021 MagestyApps. All rights reserved.
 * See LICENSE.txt for license details.
 */
.filecnt[data-mime-type="image/svg"] img {
  width: 100%;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#mgzreport .mgzreport-header {
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
  margin: 0 0 3rem;
}
#mgzreport .mgzreport-header:before,
#mgzreport .mgzreport-header:after {
  content: " ";
  display: table;
  clear: both;
}
#mgzreport .mgzreport-header > div {
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
#mgzreport .mgzreport-header .admin__action-multiselect-wrap {
  display: inline-block;
  min-width: 200px;
}
#mgzreport .mgzreport-header .admin__action-multiselect-wrap .action-menu,
#mgzreport .mgzreport-header .admin__action-multiselect-wrap .abs-action-menu .action-submenu,
#mgzreport .mgzreport-header .admin__action-multiselect-wrap .action-menu .action-submenu,
#mgzreport .mgzreport-header .admin__action-multiselect-wrap .actions-split .dropdown-menu .action-submenu,
#mgzreport .mgzreport-header .admin__action-multiselect-wrap .actions-split .action-menu .action-submenu {
  min-width: 400px;
}
#mgzreport-store {
  display: inline-block;
}
#mgzreport-store .admin__action-multiselect-dropdown:before {
  display: none;
}
#mgzreport-store .admin__action-dropdown-wrap {
  z-index: 99;
}
#mgzreport-store .admin__action-dropdown-menu {
  min-width: 220px;
  left: 0;
}
#mgzreport-store ul {
  list-style: none;
}
#mgzreport-store li > ul {
  padding-left: 2.2rem;
}
#mgzreport-store .admin__action-dropdown-menu {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
#mgzreport-store .admin__action-dropdown-menu li > .action-menu-item {
  color: #41362f;
  display: block;
  text-decoration: none;
  padding-left: .5em;
  padding-right: 1.8rem;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.1s linear;
  padding: 0.6rem 0.5rem;
}
#mgzreport-store .admin__action-dropdown-menu li > .action-menu-item:hover {
  background-color: #e0f6fe;
  color: #41362f;
}
#mgzreport-store .admin__action-dropdown-menu li._parent > .action-menu-item {
  color: #adadad;
}
#mgzreport-store .admin__action-dropdown-menu li._parent > .action-menu-item:hover {
  background: transparent;
}
#mgzreport-store .admin__action-dropdown-wrap .admin__action-dropdown {
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 2px;
  padding: .6rem 2.5em .6rem 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  max-width: 180px;
}
#mgzreport-store .admin__action-dropdown-wrap.active .admin__action-dropdown {
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#mgzreport-store .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after {
  left: 0;
}
#mgzreports-datepicker {
  box-sizing: border-box;
  display: none;
  opacity: 0.98;
  padding: 23px 20px;
  width: auto;
  z-index: 999999 !important;
  margin: 0;
}
#mgzreports-datepicker:before {
  background: #ffffff;
  border: 1px solid #007bdb;
  bottom: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: -1;
}
#mgzreports-datepicker:after {
  display: none;
}
#mgzreports-datepicker .calendar-time .hourselect,
#mgzreports-datepicker .calendar-time .minuteselect,
#mgzreports-datepicker .calendar-time .ampmselect {
  font-size: 14px;
}
#mgzreports-datepicker select.monthselect {
  margin-right: 6%;
}
#mgzreports-datepicker.daterangepicker .calendar-table th,
#mgzreports-datepicker.daterangepicker .calendar-table td {
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
}
#mgzreports-datepicker.daterangepicker .calendar-table thead tr th {
  font-weight: 700;
}
#mgzreports-datepicker.daterangepicker .calendar-table tbody td {
  border: 1px solid #adadad;
}
#mgzreports-datepicker.daterangepicker .calendar-table .next span,
#mgzreports-datepicker.daterangepicker .calendar-table .prev span {
  padding: 5px;
}
#mgzreports-datepicker.daterangepicker td.off,
#mgzreports-datepicker.daterangepicker td.disabled,
#mgzreports-datepicker.daterangepicker option.disabled {
  background: #f5f5f5;
  color: #999999;
  text-decoration: none;
  cursor: default;
}
#mgzreports-datepicker.daterangepicker .drp-calendar {
  max-width: 100%;
}
#mgzreports-datepicker.daterangepicker td.in-range,
#mgzreports-datepicker.daterangepicker td.active,
#mgzreports-datepicker.daterangepicker td.active:hover {
  background: #007dbd;
  color: #FFF;
}
#mgzreports-datepicker.daterangepicker td.active,
#mgzreports-datepicker.daterangepicker td.start-date,
#mgzreports-datepicker.daterangepicker td.end-date {
  border-radius: 0;
}
#mgzreports-datepicker .drp-selected {
  font-size: 1.4rem;
}
#mgzreports-datepicker .drp-buttons {
  padding-top: 20px;
}
#mgzreports-datepicker .drp-buttons .btn {
  font-size: 1.4rem;
  padding: 0.6rem 1em 0.6rem;
}
#mgzreports-datepicker .ranges li.active {
  background: #007dbd;
}
.mgzreport-daterangepicker {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.mgzreport-daterangepicker .admin__control-text {
  border-radius: 2px;
  display: block !important;
}
.mgzreport-daterangepicker .datepicker-active {
  border-color: #007bdb;
}
.mgzreport-daterangepicker .arrow {
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.mgzreport-daterangepicker .arrow:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjMDEwMjAyIiBkPSJNMCA2aDN2M0gwVjZ6bTQgM2gzVjZINHYzem00IDBoM1Y2SDh2M3ptNCAwaDNWNmgtM3Yzem0wLTd2M2gzVjJoLTN6TTggNWgzVjJIOHYzek00IDVoM1YySDR2M3ptLTQgOGgzdi0zSDB2M3ptNCAwaDN2LTNINHYzem00IDBoM3YtM0g4djN6Ii8+PC9zdmc+");
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
}
.mgzreport-chart-wrapper {
  width: 800px;
  margin: 0 auto 5rem auto;
  position: relative;
}
.mgzreport-chart-header {
  text-align: center;
}
.mgzreport-chart-header > div {
  padding: 2.75em 0;
  height: 26%;
  text-align: center;
  width: 22%;
  display: inline-block;
}
.mgzreport-chart-header > div .one {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 2em;
}
.mgzreport-chart-header .mgzreport-views .two {
  color: #ed8542;
}
.mgzreport-chart-header .mgzreport-clicks .two {
  color: #6497f3;
}
.mgzreport-chart-header .mgzreport-closes .two {
  color: #34D7A1;
}
.mgzreport-chart-header .mgzreport-conversion .two {
  color: #5da85d;
}
@font-face {
  font-family: 'Magezon-Icons';
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.eot');
  src: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.eot?#iefix') format('embedded-opentype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.woff') format('woff'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.woff') format('woff'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.ttf') format('truetype'), url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/fonts/mgz_icons.svg#fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#menu-magezon-core-extensions > a:before {
  content: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo.svg');
}
#menu-magezon-core-extensions > a:after {
  content: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo_hover.svg');
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#menu-magezon-core-extensions:hover > a:before,
#menu-magezon-core-extensions._active > a:before {
  content: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo_hover.svg');
}
.submenu li[data-ui-id*="menu-magezon-"] > a,
#nav li li[data-ui-id*="menu-magezon-"].parent > a,
#nav li li[data-ui-id*="menu-magezon-"].parent > strong {
  position: relative;
}
.submenu li[data-ui-id*="menu-magezon-"] > a > span:after,
#nav li li[data-ui-id*="menu-magezon-"].parent > a > span:after,
#nav li li[data-ui-id*="menu-magezon-"].parent > strong:after {
  content: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo.svg');
  float: right;
  margin-top: -3px;
  position: absolute;
  right: 5px;
}
#menu-magezon-core-extensions .submenu li[data-ui-id*="menu-magezon-"] a > span:after,
#menu-magezon-core-extensions .submenu li[data-ui-id*="menu-magezon-"] strong:after,
.submenu li[data-ui-id*="menu-magezon-"].parent li[data-ui-id*="menu-magezon-"] > a > span:after {
  display: none;
}
#mgz-tabs .admin__page-nav-item {
  display: inline-block;
  border-left: 0;
  border-top: 3px solid transparent;
}
#mgz-tabs .admin__page-nav-item a {
  border-bottom: 0;
  text-align: center;
  padding: 2rem;
}
#mgz-tabs .admin__page-nav-item._active .admin__page-nav-link,
#mgz-tabs .admin__page-nav-item.ui-state-active .admin__page-nav-link {
  font-weight: normal;
}
#mgz-tabs .admin__page-nav-item:hover {
  border-top-color: #e4e4e4;
}
#mgz-tabs .admin__page-nav-item.ui-state-active {
  border-top-color: #eb5202;
  border-left: 0;
}
#mgz-tabs .admin__page-nav-items {
  padding: 0;
}
.admin__field-control.control {
  position: relative;
}
.mgz-form_image input {
  width: 100%;
  padding-right: 120px !important;
}
.mgz-form_image .action-add-image {
  position: absolute;
  top: 0;
  right: 0;
  background: #514943;
  color: #FFF;
  border-color: #514943;
  font-weight: normal;
}
.mgz-form_image .action-add-image:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz-form_image .image-preview {
  display: none;
  margin-top: 15px;
}
.minicolors {
  width: 100% !important;
}
.minicolors input {
  padding-left: 32px !important;
}
.minicolors-theme-default .minicolors-swatch {
  height: 26px !important;
  width: 26px !important;
  top: 3px !important;
  left: 3px !important;
  cursor: pointer;
}
.admin__menu .item-extensions .submenu .column:only-of-type .submenu-group-title,
.admin__menu .item-extensions.level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title {
  display: block;
}
.mgz-status {
  display: block;
  font-weight: bold;
  line-height: 17px;
  padding: 0 3px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  max-width: 90px;
  margin: 0 auto;
}
.mgz-status_1 {
  background: #d0e5a9 none repeat scroll 0 0;
  border-color: #5b8116;
  color: #185b00;
}
.mgz-status_0 {
  background: #f9d4d4 none repeat scroll 0 0;
  border-color: #e22626;
  color: #e22626;
}
.data-grid td._date {
  width: 180px;
}
.data-grid td._center {
  text-align: center;
}
.data-grid td._select {
  width: 120px;
}
.mgz-menu.admin__action-dropdown-wrap {
  z-index: 499;
}
.mgz-menu.admin__action-dropdown-wrap a.admin__action-dropdown h1 {
  background: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo.png') no-repeat left center;
  padding-left: 35px;
  background-size: 25px;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: 0;
  right: auto;
  width: 500px;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: 0;
  right: -6px;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-menu > li {
  width: 50%;
  float: left;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-menu > li > a {
  padding: 1.1rem 0.5rem;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-menu > li > a:hover {
  background-color: #e0f6fe;
  color: #41362f;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-menu > li.separator {
  border-top: 1px solid #d1d1d1;
  margin: 1.8rem 0;
  width: 100%;
}
.mgz-menu.admin__action-dropdown-wrap .admin__action-dropdown-menu > li.wide {
  width: 100%;
}
.admin__data-grid-action-columns-menu .col_store_id {
  display: none !important;
}
.mgz-filemanager._disabled button,
.mgz-filemanager._disabled .block-footer .action-add {
  opacity: .6;
}
.mgz-ui .admin__action-multiselect-wrap li {
  display: block;
}
.mgz-ui .admin__action-multiselect-crumb .action-close {
  padding: 0;
}
.mgz-ui .admin__action-multiselect-crumb .action-close:before {
  font-size: inherit;
}
.mgz-heading {
  margin: 30px 0;
  padding: 15px 0;
  text-align: center;
  background: #373330;
  color: #FFF;
  font-size: 1.6rem;
}
.mgz-system-heading {
  font-size: 15px;
  border-left: #eb5202 solid 5px;
  padding: 8px 12px;
  text-align: left !important;
  margin-left: 10%;
  margin-top: 20px;
  background: #373330;
  color: #FFF;
  font-weight: 400;
}
.mgz-action-menu {
  list-style: none;
  margin-bottom: 0;
}
.mgz-action-menu li {
  margin-bottom: 8px;
}
.mgz-action-menu li:last-child {
  margin-bottom: 0;
}
.hide-control-value .admin__grid-control-value {
  display: none;
}
.admin__grid-control .mgz-position {
  width: 80px;
}
.mgz-extention .page-actions._fixed {
  background: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo.png') no-repeat 10px center #f8f8f8;
  padding-left: 45px;
  background-size: 25px;
}
.magezon-extensions .admin__page-nav-title {
  background-image: url('../../adminhtml/Magento/backend/en_GB/Magezon_Core/images/logo.png') !important;
  background-repeat: no-repeat !important;
  background-position: 1.8rem center !important;
  padding-left: 42px;
  background-size: 20px !important;
}
.magezon-extensions .admin__page-nav-title:hover {
  background-color: #f1f1f1 !important;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.pdf__spinner {
  width: 186px;
  height: 20px;
  position: sticky;
  top: 15px;
  margin: auto 0;
}
.pdf__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.pdf__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.pdf__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.pdf__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.pdf__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.pdf__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.pdf__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.pdf__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.pdf__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgzpdf-tab .mgzpdf-tab-nav {
  background: #f1f1f1;
  padding-left: 10px;
  margin-bottom: 20px;
}
.mgzpdf-tab .mgzpdf-tab-nav-item {
  display: inline-block;
}
.mgzpdf-tab .mgzpdf-tab-nav-item.active {
  border-top: 4px solid #eb5202;
  background: #FFF;
}
.mgzpdf-tab .mgzpdf-tab-nav-item:not(.active):hover {
  border-top: 4px solid #e3e3e3;
  background: #e3e3e3;
}
.mgzpdf-tab .mgzpdf-tab-nav-item a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 20px;
  color: #333;
}
.mgzpdf-tab .pdf-preview iframe {
  border: 0;
}
.mgzpdf-tab table {
  width: 100%;
}
.mgzpdf-tab table thead th,
.mgzpdf-tab table tbody td {
  padding: 5px 10px;
}
.mgzpdf-tab .pdf-field-content {
  display: block;
}
.mgzpdf-tab .pdf-form-container {
  margin-bottom: 15px;
}
.mgzpdf-tab .pdf-form-container .admin__control-text {
  width: 300px;
}
.mgzpdf-tab .pdf-form-control {
  position: relative;
}
.mgzpdf-tab .pdf-form-dropdown-wrapper {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  background: #fff;
  width: 100%;
}
.mgzpdf-tab .pdf-form-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  float: left;
  max-height: 500px;
  overflow: scroll;
  border: 0;
  width: 100%;
}
.mgzpdf-tab .pdf-form-dropdown li {
  margin: 0;
  padding: 8px 10px 8px 15px;
  display: block;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
.mgzpdf-tab .pdf-form-dropdown li:hover {
  text-decoration: none;
  background: #f0f0f0;
}
.mgzpdf-tab .pdf-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgzpdf-tab .pdf-form-container > * {
  margin-right: 5px;
}
.mgzpdf-tab .pdf-empty-message {
  padding: 8px 10px 8px 15px;
}
.mgz-element-pdf_items thead th {
  background: #edebeb;
}
.mgzpdf-template-edit .magezon-builder-directive-view-mode {
  display: none;
}
.mgzpdf-template-edit .mgz-element-column > .mgz-element-inner {
  padding: 0;
}
.mgzpdf-template-edit .mgz-modal-link .mgz_field-title,
.mgzpdf-template-edit .mgz-modal-link .mgz_field-container1 {
  display: none;
}
.hosted-control {
  height: 3.4rem;
  position: relative;
}
.hosted-control.braintree-hosted-fields-focused {
  border-color: #007bdb;
}
.hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #ee7d7d;
}
.hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.hosted-control.braintree-hosted-fields-valid {
  border-color: #79a22e;
}
.hosted-control.hosted-date {
  float: left;
  margin-bottom: .2rem;
  width: 5rem;
}
.hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -28.57142857px;
  top: 0;
}
.hosted-control.hosted-cid {
  width: 6rem;
}
.hosted-control .icon-type {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/cards.png');
  background-position: -1000px 0;
  background-repeat: no-repeat;
  height: 26px;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 40px;
}
.hosted-control .icon-type.icon-type-discover {
  background-position: 0 0;
}
.hosted-control .icon-type.icon-type-visa {
  background-position: 0 -29px;
}
.hosted-control .icon-type.icon-type-master-card {
  background-position: 0 -58px;
}
.hosted-control .icon-type.icon-type-maestro {
  background-position: 0 -87px;
}
.hosted-control .icon-type.icon-type-american-express {
  background-position: 0 -114px;
}
.hosted-control .icon-type.icon-type-unionpay {
  background-position: 0 -140px;
}
.hosted-control .icon-type.icon-type-diners-club {
  background-position: 0 -168px;
}
.hosted-error {
  clear: both;
  color: #ee7d7d;
  height: 0;
  opacity: 0;
}
/*
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
/**
 * Class used to color the "Vertex has been disabled automatically" message in
 * the admin panel
 */
.vertex__automatically-disabled-message {
  margin-top: 5px;
  color: #e02b27;
}
.admin__control-flexfield-table .admin__action-multiselect-menu-inner-item._root._parent .action-menu-item {
  margin-right: 4rem;
  position: relative;
}
.admin__control-flexfield-table .admin__action-multiselect-menu-inner-item._root._parent .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e615';
}
.admin__control-flexfield-table .admin__action-multiselect-menu-inner-item._root._parent .action-menu-item .admin__action-multiselect-dropdown {
  left: auto;
  right: -2.8rem;
}
.admin__control-flexfield-table .action-select.admin__action-multiselect:before {
  border-bottom: 0;
  height: auto;
}
.admin__control-flexfield-table .action-select.admin__action-multiselect:after {
  transform: rotate(0deg);
  top: 50%;
}
.admin__control-flexfield-table .action-select.admin__action-multiselect._active:after {
  transform: rotate(180deg);
}
.admin__control-flexfield-table .admin__control-table .field-edit {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
.admin__control-flexfield-table .admin__control-table .icon-edit:before {
  content: '\e631';
  font-size: 1.6rem;
  padding-left: 5px;
}
.vertex__comment-field-type .section-config {
  padding: 0 2.8rem 1.9rem 2.8rem;
}
.section-config.vertex__flexfield-type-group .comment {
  padding: 0 0 1rem 3rem;
}
.section-config.vertex__flexfield-type-group > .admin__collapsible-block > a {
  padding: 1.9rem 2.8rem 0.5rem 2.8rem;
}
#tax_vertex-head {
  background: url("../../adminhtml/Magento/backend/en_GB/Vertex_Tax/images/vertex-logo.svg") left / auto 1.8rem no-repeat;
  height: 0;
  overflow: hidden;
  padding: 6.16rem 0 0;
}
#row_tax_vertex_info .comment {
  padding-left: 2.8rem;
  color: #303030;
}
#row_tax_vertex_info .comment h2 {
  font-weight: 600;
  color: #303030;
  margin: 1.5rem 0 0.5rem;
}
/**
 * This is for our "Vertex Flexible Field" input on the Product Edit Page in the
 * "Customizable Options" section.  At the time of this writing (2.3.1) these
 * fields are not setup in any way to display scope appropriately. I experienced
 * difficulty getting the ::before (existing) selector to line up in any nice
 * way, so I instead opted to use the ::after selector and write up all the CSS
 * myself - here.
 *
 * This could theoretically fail in the future, as the ::after selector on these
 * labels is also used for the required asterisk - as such, I've documented that
 * here.
 */
.admin__field-vertex-scope .admin__field-label label span::after {
  content: attr(data-config-scope);
  color: #808080;
  margin-left: 1em;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: lowercase;
}
/*
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
#vertex_address_validation_info-head {
  background: url("../../adminhtml/Magento/backend/en_GB/Vertex_Tax/images/vertex-logo.svg") left / auto 1.8rem no-repeat;
  overflow: hidden;
  padding: 0 0 0 10.5rem;
  pointer-events: none;
}
.vertex__admin-order__address-cleansing .vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.vertex__admin-order__address-cleansing .message::before,
.vertex__admin-order__address-cleansing .order-errors .admin__fieldset-wrapper .title::before {
  top: 30px;
}
.vertex__admin-order__address-cleansing .actions {
  margin-bottom: 10px;
}
.vertex__admin-order__address-cleansing button,
.vertex__admin-order__address-cleansing .block-footer .action-add {
  text-transform: capitalize;
}
.yotpo-reviews-totals {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
}
.yotpo-reviews-totals .yotpo-reviews-totals-list {
  display: block;
  max-width: 60rem;
  columns: 3;
  margin-bottom: 20px;
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item {
  display: inline-block;
  padding: 1.2rem 1rem 1.2rem 0;
  max-width: 20rem;
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item .yotpo-reviews-totals-label {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item .yotpo-reviews-totals-value {
  font-size: 2.4rem;
  font-weight: normal;
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item .yotpo-reviews-totals-icon {
  display: inline-block;
  width: 3.6rem;
  height: 3.2rem;
  vertical-align: sub;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item.yotpo-totals-emails-sent .yotpo-reviews-totals-icon {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Yotpo_Yotpo/images/icons/email-icon.svg");
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item.yotpo-totals-total-reviews .yotpo-reviews-totals-icon {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Yotpo_Yotpo/images/icons/collect-icon.svg");
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item.yotpo-totals-published-reviews .yotpo-reviews-totals-icon {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Yotpo_Yotpo/images/icons/upload-icon.svg");
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item.yotpo-totals-star-rating .yotpo-reviews-totals-icon {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Yotpo_Yotpo/images/icons/star-icon.svg");
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item.yotpo-totals-photos-generated .yotpo-reviews-totals-icon {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Yotpo_Yotpo/images/icons/photo-icon.svg");
}
.yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item.yotpo-totals-engagement-rate .yotpo-reviews-totals-icon {
  background-image: url("../../adminhtml/Magento/backend/en_GB/Yotpo_Yotpo/images/icons/rate-icon.svg");
}
.yotpo-reviews-totals .yotpo-reviews-totals-nodata {
  background: #ffffff;
  padding: 20px;
}
.launch-yotpo-button {
  font-family: 'Open Sans', sans-serif;
  min-width: 161px;
  height: 38px;
  border-radius: 3px;
  font-size: 1.3rem;
  background-color: #2b7dbd;
  color: #ffffff;
  box-sizing: border-box;
  border: none;
}
.launch-yotpo-button:active,
.launch-yotpo-button:focus,
.launch-yotpo-button:hover {
  background-color: #0073ae;
  border-color: #007dbd;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.yotpo-reviews-totals-no-appkey {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.yotpo-reviews-totals-no-appkey .collect-and-leverage {
  max-width: 421px;
  font-size: 1.6rem;
  color: #676363;
  position: relative;
  margin: 20px auto;
}
.yotpo-reviews-totals-no-appkey .already-have-account {
  max-width: 250px;
  font-size: 1.3rem;
  position: relative;
  margin: 14px auto;
}
.yotpo-reviews-totals-no-appkey .already-have-account a {
  color: #2b7dbd;
}
.yotpo_yotpo-report-reviews #container.main-col {
  min-height: 500px;
  margin-bottom: 120px;
}
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap {
  float: right;
}
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap .admin__action-dropdown-text {
  font-size: 1.5rem;
}
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap._active .admin__action-dropdown,
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap.active .admin__action-dropdown {
  border: none;
  box-shadow: none;
}
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap .admin__action-dropdown {
  padding-left: 0 !important;
}
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap .admin__action-dropdown-menu {
  box-shadow: 0 2px 4px 0 rgba(46, 46, 46, 0.5);
  background-color: #ffffff;
  border: none;
  left: 0 !important;
  right: auto !important;
  z-index: 9;
}
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap .admin__action-dropdown-menu > li > a:active,
.yotpo_yotpo-report-reviews .yotpo-reports-period-select.admin__action-dropdown-wrap .admin__action-dropdown-menu > li > a:hover {
  background-color: #c7effd;
}
.yotpo_yotpo-report-reviews .yotpo-at-a-glance {
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #313030;
}
.yotpo_yotpo-report-reviews .user-generated-content {
  font-size: 1.4rem;
  font-weight: normal;
  color: #313030;
}
.yotpo_yotpo-report-reviews .launch-yotpo-button {
  margin-left: 16px;
}
.yotpo_yotpo-report-reviews a.yotpo-settings {
  font-size: 1.3rem;
  color: #2b7dbd;
  display: inline-block;
  margin-top: 16px;
  margin-left: 16px;
  font-weight: 600;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-container {
  box-sizing: border-box;
  max-width: 800px;
  padding: 25px 25px 55px;
  margin: 10px 0;
  background: #fff;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals {
  max-width: 800px;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals .yotpo-reviews-totals-list {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 16px;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item {
  padding: 1.2rem 1rem 3.2rem 0;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item .yotpo-reviews-totals-icon {
  margin-right: 0.5rem;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item .yotpo-reviews-totals-label {
  color: #545252;
  margin-top: 10px;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals .yotpo-reviews-totals-list .yotpo-reviews-totals-item .yotpo-reviews-totals-value {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 3.6rem;
  height: 3.6rem;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey {
  padding: 140px 0 30px 30px;
  display: inline-block;
  width: 100%;
  background: transparent;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey * {
  box-sizing: border-box;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-title-content-container {
  float: left;
  text-align: left;
  padding: 0 40px 0 0;
  width: 40%;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-title-content-container h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.15;
  color: #051146;
  margin: 80px 0 10px;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-title-content-container p {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #051146;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-title-content-container .launch-yotpo-button {
  font-size: 1.62rem;
  background-color: #1576ec;
  font-weight: bold;
  min-width: 19rem;
  height: 4.8rem;
  border-radius: 4.5px;
  margin: 30px 0 3px;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-title-content-container .already-have-account {
  font-size: 1.5rem;
  margin: 10px 0 0;
  max-width: none;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container {
  float: right;
  width: 60%;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box {
  width: 32%;
  max-width: 306px;
  height: 435px;
  overflow: hidden;
  float: left;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 50px 22.5px;
  margin: 0 1%;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box:first-of-type {
  margin-left: 0;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box:last-of-type {
  margin-right: 0;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #051146;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box img {
  width: 100%;
  display: block;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box p {
  font-size: 1.3rem;
  color: #051146;
  margin: 35px 0 10px;
  min-height: 90px;
}
.yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container .yotpo-shaddow-box a.yotpo-cta-add-arrow:after {
  font-size: 1rem;
}
@media all and (max-width: 1390px) {
  .yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-shaddow-boxes-container,
  .yotpo_yotpo-report-reviews .yotpo-reviews-totals-no-appkey .yotpo-title-content-container {
    float: none;
    clear: both;
    margin-bottom: 40px;
    width: 100%;
  }
}
.yotpo-cta-add-arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  color: inherit;
  font-style: normal;
  content: '\e629';
  font-family: 'Admin Icons';
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.admin-usage-notification {
  -webkit-transition: visibility 0s .5s, opacity .5s ease;
  transition: visibility 0s .5s, opacity .5s ease;
}
.admin-usage-notification._show {
  -webkit-transition: opacity .5s ease;
  opacity: 1;
  transition: opacity .5s ease;
  visibility: visible;
}
.admin-usage-notification .modal-inner-wrap {
  -webkit-transform: translateX(0);
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
  transform: translateX(0);
  margin-top: 13rem;
  max-width: 75rem;
}
.admin-usage-notification .modal-inner-wrap .modal-content,
.admin-usage-notification .modal-inner-wrap .modal-header {
  padding-left: 4rem;
  padding-right: 4rem;
}
.admin-usage-notification .modal-inner-wrap .modal-content .action-close,
.admin-usage-notification .modal-inner-wrap .modal-header .action-close {
  display: none;
}
.admin-usage-notification .admin__fieldset {
  padding: 0;
}
.message-system-inner {
  background: #fffbbb;
  border: solid #d1d1d1;
  border-width: 0 0.1rem 0.1rem;
  position: relative;
}
.message-system-inner .message-error {
  background: none;
}
.message-system-inner .message,
.message-system-inner .order-errors .admin__fieldset-wrapper .title {
  background: none;
  margin: 0 0 -3px;
  overflow: hidden;
  padding: 1.5rem 0 1.5rem 3.3rem;
}
.message-system-inner .message:before,
.message-system-inner .order-errors .admin__fieldset-wrapper .title:before {
  left: .3rem;
}
.message-system-inner .action-menu-item {
  float: right;
  padding: 1.5rem 0 0;
  vertical-align: top;
}
.message-system-inner .action-menu-item.action-close-wrapper {
  width: 3.5rem;
}
.message-system-inner .action-menu-item .action-close {
  float: right;
}
.message-system-list {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  list-style: none;
  margin: 0 0 1.5rem;
}
.message-system-list li + li {
  border-top: 1px dashed #d1d1d1;
}
.message-system-short {
  min-height: 5rem;
}
.message-system-short .action-close-wrapper {
  display: none;
}
.message-system-short-wrapper {
  overflow: hidden;
  padding: 0 1.5rem 0 1rem;
}
.message-system-collapsible {
  background: #fffbbb;
  border: 0.1rem solid #d1d1d1;
  border-top: 0;
  display: none;
  left: -1px;
  padding: 0 3rem 1.5rem;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 498;
}
._active .message-system-collapsible {
  display: block;
}
.message-system-action-dropdown {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  float: right;
  margin: 1.5rem 0;
  position: relative;
  padding-right: 3rem;
}
.message-system-action-dropdown:focus,
.message-system-action-dropdown:active {
  background: none;
  border: none;
}
.message-system-action-dropdown:hover {
  background: none;
  border: none;
}
.message-system-action-dropdown.disabled,
.message-system-action-dropdown[disabled],
fieldset[disabled] .message-system-action-dropdown {
  pointer-events: none;
  opacity: 0.5;
}
.message-system-action-dropdown._active:after,
.message-system-action-dropdown.active:after {
  transform: rotate(180deg);
}
.message-system-action-dropdown:after {
  border-color: #333333 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .message-system-action-dropdown:after,
.active .message-system-action-dropdown:after {
  transform: rotate(180deg);
}
.message-system-action-dropdown:hover:after {
  border-color: #1a1a1a transparent transparent transparent;
}
.message-system-summary {
  text-align: right;
}
.message-system-summary .action__message-log {
  border-right: 1px solid #d1d1d1;
  display: inline-block;
  margin: 0 0.2rem 0 0.5rem;
  padding-right: 0.5rem;
}
.message-system-summary .action__message-log:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}
.notices-wrapper .admin__data-grid-loading-mask {
  display: none;
  min-height: 5.1rem;
  z-index: 499;
}
.notices-wrapper .admin__data-grid-outer-wrap {
  min-height: 0;
}
.accordion .add-by-sku-wrapper {
  margin: 0 0 2rem;
}
.add-by-sku-wrapper .add-sku-csv .admin__field-label:before {
  display: none;
}
.order-search-items .col-select {
  text-align: center;
}
.order-search-items .col-select .data-grid-checkbox-cell-inner {
  text-align: center;
}
.order-discounts .action-secondary:not(:first-of-type) {
  margin-right: 1rem;
}
.order-errors .admin__fieldset-wrapper .title {
  display: block;
  margin: 0 0 2rem;
}
.dashboard-advanced-reports {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px 0;
  margin-bottom: 3rem;
  padding: 2.5rem 0;
}
.dashboard-advanced-reports-title {
  margin-bottom: 1rem;
}
.dashboard-advanced-reports-content {
  line-height: 1.7;
}
.dashboard-advanced-reports-actions {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  align-self: center;
  margin-left: 2.5rem;
  margin-right: 1.5rem;
  text-align: right;
}
.action-advanced-reports {
  background-color: #007dbd;
  border-color: #007dbd;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.action-advanced-reports:after {
  content: '\e644';
  font-size: 1rem;
  vertical-align: super;
}
.action-advanced-reports:hover,
.action-advanced-reports:active,
.action-advanced-reports:focus {
  background-color: #0073ae;
  border-color: #007dbd;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.action-advanced-reports.disabled,
.action-advanced-reports[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.advanced-reports-subscription-modal .modal-inner-wrap {
  margin-top: 13rem;
  max-width: 75rem;
}
.advanced-reports-subscription-modal .modal-inner-wrap .modal-content,
.advanced-reports-subscription-modal .modal-inner-wrap .modal-header {
  padding-left: 4rem;
  padding-right: 4rem;
}
.advanced-reports-subscription-modal .modal-inner-wrap .modal-content .action-close,
.advanced-reports-subscription-modal .modal-inner-wrap .modal-header .action-close {
  display: none;
}
.advanced-reports-subscription-modal .admin__fieldset {
  padding: 0;
}
.advanced-reports-subscription-text {
  line-height: 1.7;
  padding-bottom: 8rem;
}
.advanced-reports-subscription-close {
  display: block;
  float: right;
}
.advanced-reports-subscription-modal h1:first-of-type {
  background: url("../../adminhtml/Magento/backend/en_GB/Magento_Analytics/images/analytics-icon.svg") no-repeat;
  background-size: 55px 49.08px;
  padding: 1.5rem 0 2rem 7rem;
}
.config-additional-comment {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px 0;
  margin: 3rem 0;
  padding: 2.5rem;
}
.config-additional-comment-title {
  margin-bottom: 0.5rem;
}
.config-additional-comment-content {
  line-height: 1.5;
}
.config-vertical-title {
  clear: both;
  color: #303030;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 1.9rem 2.8rem 1.9rem 0;
  position: relative;
}
.config-vertical-comment {
  line-height: 1.5;
  margin-bottom: .5em;
  margin-top: 1rem;
}
/**
 * @codingStandardsIgnoreStart
 */
#row_analytics_general_vertical > td.config-vertical-label > label.admin__field-label {
  padding-right: 0;
}
.menu-wrapper {
  display: inline-block;
  position: relative;
  width: 8.800000000000001rem;
  z-index: 700;
}
.menu-wrapper:before {
  background-color: #373330;
  bottom: 0;
  content: '';
  left: 0;
  position: fixed;
  top: 0;
  width: 8.800000000000001rem;
  z-index: 699;
}
.menu-wrapper._fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.menu-wrapper._fixed ~ .page-wrapper {
  margin-left: 8.800000000000001rem;
}
.menu-wrapper .logo {
  display: block;
  height: 7.5rem;
  padding: 1.7rem 0 1.7rem;
  position: relative;
  text-align: center;
  z-index: 700;
}
._keyfocus .menu-wrapper .logo:focus {
  background-color: #4a4542;
  box-shadow: none;
}
._keyfocus .menu-wrapper .logo:focus + .admin__menu .level-0:first-child > a {
  background-color: #373330;
}
._keyfocus .menu-wrapper .logo:focus + .admin__menu .level-0:first-child > a:after {
  display: none;
}
.menu-wrapper .logo:hover .logo-img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.menu-wrapper .logo:active .logo-img {
  transform: scale(0.95);
}
.menu-wrapper .logo .logo-img {
  height: 4.1rem;
  transition: -webkit-filter 0.2s linear, filter 0.2s linear, transform 0.1s linear;
  width: 3.5rem;
}
.abs-menu-separator,
.admin__menu .level-0:first-child > a:after,
.admin__menu .item-partners > a:after {
  background-color: #736963;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  top: 0;
  width: 68%;
}
.admin__menu li {
  display: block;
}
.admin__menu [target='_blank']:after {
  content: '\e644';
  font-size: .5rem;
  margin-left: 0.5rem;
  vertical-align: super;
}
.admin__menu .level-0:first-child > a {
  position: relative;
}
.admin__menu .level-0:first-child._active > a:after {
  display: none;
}
.admin__menu .level-0._active > a,
.admin__menu .level-0:hover > a {
  color: #f7f3eb;
}
.admin__menu .level-0._active > a {
  background-color: #524d49;
}
.admin__menu .level-0:hover > a {
  background-color: #4a4542;
}
.admin__menu .level-0 > a {
  color: #aaa6a0;
  display: block;
  font-size: 1rem;
  letter-spacing: .025em;
  min-height: 6.2rem;
  padding: 1.2rem .5rem .5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.1s linear;
  word-wrap: break-word;
  z-index: 700;
}
.admin__menu .level-0 > a:focus {
  box-shadow: none;
}
.admin__menu .level-0 > a:before {
  content: '\e63a';
  display: block;
  font-size: 2.2rem;
  height: 2.2rem;
  margin-bottom: .3rem;
}
.admin__menu .level-0 > .submenu {
  background-color: #4a4542;
  box-shadow: 0 0 3px #000000;
  left: 100%;
  padding: 2rem 0 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition-duration: .3s;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  z-index: 697;
}
.ie11 .admin__menu .level-0 > .submenu {
  height: 100%;
}
.admin__menu .level-0 > .submenu > ul[role='menu'] {
  max-width: calc(100vw - 8.800000000000001rem);
  min-height: 720px;
  overflow-x: auto;
  overflow-y: hidden;
}
.admin__menu .level-0._show > .submenu {
  transform: translateX(0);
  visibility: visible;
  z-index: 698;
}
.admin__menu .level-1 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.admin__menu [class*='level-']:not(.level-0) a {
  display: block;
  padding: 1.25rem 1.5rem;
}
.admin__menu [class*='level-']:not(.level-0) a:hover {
  background-color: #403934;
}
.admin__menu [class*='level-']:not(.level-0) a:active {
  background-color: #322c29;
  padding-bottom: 1.15rem;
  padding-top: 1.35rem;
}
.admin__menu .submenu li {
  min-width: 23.8rem;
}
.admin__menu .submenu a {
  color: #fcfcfc;
  transition: background-color 0.1s linear;
}
.admin__menu .submenu a:hover,
.admin__menu .submenu a:focus {
  box-shadow: none;
  text-decoration: none;
}
._keyfocus .admin__menu .submenu a:focus {
  background-color: #403934;
}
._keyfocus .admin__menu .submenu a:active {
  background-color: #322c29;
}
.admin__menu .submenu .parent {
  margin-bottom: 4.5rem;
}
.admin__menu .submenu .parent .submenu-group-title {
  color: #a79d95;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .7rem;
  padding: 1.25rem 1.5rem;
  pointer-events: none;
}
.admin__menu .submenu .column {
  display: table-cell;
}
.admin__menu .submenu-title {
  color: #ffffff;
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 4.2rem;
  margin-left: 3rem;
  margin-right: 5.8rem;
}
.admin__menu .submenu-sub-title {
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  margin: -3.8rem 5.8rem 3.8rem 3rem;
}
.admin__menu .action-close {
  padding: 2.4rem 2.8rem;
  position: absolute;
  right: 0;
  top: 0;
}
.admin__menu .action-close:before {
  color: #a79d95;
  font-size: 1.7rem;
}
.admin__menu .action-close:hover:before {
  color: #ffffff;
}
.admin__menu .item-dashboard > a:before {
  content: '\e604';
  font-size: 1.8rem;
  padding-top: 0.4rem;
}
.admin__menu .item-sales > a:before {
  content: '\e60b';
}
.admin__menu .item-catalog > a:before {
  content: '\e608';
}
.admin__menu .item-customer > a:before {
  content: '\e603';
  font-size: 2.6rem;
  position: relative;
  top: -0.4rem;
}
.admin__menu .item-marketing > a:before {
  content: '\e609';
  font-size: 2rem;
  padding-top: 0.2rem;
}
.admin__menu .item-content > a:before {
  content: '\e602';
  font-size: 2.4rem;
  position: relative;
  top: -0.2rem;
}
.admin__menu .item-report > a:before {
  content: '\e60a';
}
.admin__menu .item-stores > a:before {
  content: '\e60d';
  font-size: 1.9rem;
  padding-top: 0.3rem;
}
.admin__menu .item-system > a:before {
  content: '\e610';
}
.admin__menu .item-system._current + .item-partners > a:after {
  display: none;
}
.admin__menu .item-partners._active > a:after {
  display: none;
}
.admin__menu .item-partners > a {
  padding-bottom: 1rem;
}
.admin__menu .item-partners > a:before {
  content: '\e612';
}
.admin__menu .submenu .column:only-of-type .submenu-group-title,
.admin__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title {
  display: none;
}
.admin__menu-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 697;
}
.admin-user {
  float: right;
  line-height: 1.36;
  margin-left: .3rem;
  z-index: 490;
}
.admin-user._active .admin__action-dropdown,
.admin-user.active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.admin-user .admin__action-dropdown {
  padding-right: 2.8rem;
  height: 3.3rem;
  padding-bottom: 0.4rem;
  padding-left: 4rem;
  padding-top: 0.7rem;
}
.admin-user .admin__action-dropdown._active:after,
.admin-user .admin__action-dropdown.active:after {
  transform: rotate(180deg);
}
.admin-user .admin__action-dropdown:after {
  border-color: #41362f transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
._active .admin-user .admin__action-dropdown:after,
.active .admin-user .admin__action-dropdown:after {
  transform: rotate(180deg);
}
.admin-user .admin__action-dropdown:hover:after {
  border-color: #060504 transparent transparent transparent;
}
.admin-user .admin__action-dropdown:before {
  color: #41362f;
  content: '\e600';
  font-size: 2rem;
  left: 1.1rem;
  margin-top: -1.1rem;
  position: absolute;
  top: 50%;
}
.admin-user .admin__action-dropdown:hover:before {
  color: #41362f;
}
.admin-user .admin__action-dropdown-menu {
  min-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.admin-user .admin__action-dropdown-menu > li > a {
  padding-left: .5em;
  padding-right: 1.8rem;
  transition: background-color 0.1s linear;
  white-space: nowrap;
}
.admin-user .admin__action-dropdown-menu > li > a:hover {
  background-color: #e0f6fe;
  color: #41362f;
}
.admin-user .admin__action-dropdown-menu > li > a:active {
  background-color: #c7effd;
  bottom: -1px;
  position: relative;
}
.admin-user .admin__action-dropdown-menu .admin-user-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 20rem;
  overflow: hidden;
  vertical-align: top;
}
.admin-user-account-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 11.2rem;
}
.search-global {
  float: right;
  margin-right: -.3rem;
  position: relative;
  z-index: 480;
}
.search-global-field {
  min-width: 5rem;
}
.search-global-field._active .search-global-input {
  background-color: #ffffff;
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding-right: 4rem;
  width: 25rem;
}
.search-global-field._active .search-global-action {
  display: block;
  height: 3.3rem;
  position: absolute;
  right: 0;
  text-indent: -100%;
  top: 0;
  width: 5rem;
  z-index: 3;
}
.search-global-field .autocomplete-results {
  height: 3.3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 25rem;
}
.search-global-field .search-global-menu {
  border: 1px solid #007bdb;
  border-top-color: transparent;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 0;
  margin-top: -2px;
  max-height: 80vh;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  word-break: break-word;
  word-wrap: break-word;
  z-index: 2;
}
.search-global-field .search-global-menu:after {
  background-color: #ffffff;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
}
.search-global-field .search-global-menu > li {
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  display: block;
  font-size: 1.2rem;
  padding: 0.75rem 1.4rem 0.55rem;
}
.search-global-field .search-global-menu > li._active {
  background-color: #e0f6fe;
}
.search-global-field .search-global-menu .title {
  display: block;
  font-size: 1.4rem;
}
.search-global-field .search-global-menu .type {
  color: #231d1a;
  display: block;
}
.search-global-label {
  cursor: pointer;
  height: 3.3rem;
  padding: 0.75rem 1.4rem 0.55rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.search-global-label:active {
  transform: scale(0.9);
}
.search-global-label:hover:before {
  color: #060504;
}
.search-global-label:before {
  color: #41362f;
  content: '\e60c';
  font-size: 2rem;
}
.search-global-input {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1.4rem;
  height: 3.5rem;
  padding: 0.75rem 1.4rem 0.55rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .1s linear, width .3s linear;
  width: 5rem;
  z-index: 1;
}
.search-global-action {
  display: none;
}
.notifications-wrapper {
  float: right;
  line-height: 1;
  position: relative;
}
.notifications-wrapper.active {
  z-index: 500;
}
.notifications-wrapper.active .notifications-action {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.notifications-wrapper.active .notifications-action:after {
  background-color: #ffffff;
  border: none;
  content: '';
  display: block;
  height: 6px;
  left: -6px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: auto;
}
.notifications-wrapper .admin__action-dropdown-menu {
  padding: 1rem 0 0;
  width: 32rem;
}
.notifications-action {
  color: #41362f;
  height: 3.3rem;
  padding: 0.75rem 2rem 0.65rem;
}
.notifications-action:after {
  display: none;
}
.notifications-action:before {
  content: '\e607';
  font-size: 1.9rem;
  margin-right: 0;
}
.notifications-action:active:before {
  position: relative;
  top: 1px;
}
.notifications-action .notifications-counter {
  background-color: #e22626;
  border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: .3em;
  margin-top: -1.1em;
  min-width: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.notifications-entry {
  line-height: 1.36;
  padding: 0.6rem 2rem 0.8rem;
  position: relative;
  transition: background-color 0.1s linear;
}
.notifications-entry:hover {
  background-color: #e0f6fe;
}
.notifications-entry.notifications-entry-last {
  margin: 0 2rem;
  padding: .3rem 0 1.3rem;
  text-align: center;
}
.notifications-entry.notifications-entry-last:hover {
  background-color: transparent;
}
.notifications-entry + .notifications-entry-last {
  border-top: 1px solid #dddddd;
  padding-bottom: .6rem;
}
.notifications-entry ._cutted {
  cursor: pointer;
}
.notifications-entry ._cutted .notifications-entry-description-start:after {
  content: '...';
}
.notifications-entry-title {
  color: #ef672f;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .7rem;
  margin-right: 1em;
}
.notifications-entry-description {
  color: #333333;
  font-size: 1.1rem;
  margin-bottom: .8rem;
}
.notifications-entry-description-end {
  display: none;
}
.notifications-entry-description-end._show {
  display: inline;
}
.notifications-entry-time {
  color: #777777;
  font-size: 1.1rem;
}
.notifications-close {
  line-height: 1;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: .6rem;
}
.notifications-close:before {
  color: #cccccc;
  content: '\e620';
  transition: color 0.1s linear;
}
.notifications-close:hover:before {
  color: #b3b3b3;
}
.notifications-close:active {
  transform: scale(0.95);
}
.page-header-actions {
  padding-top: 1.1rem;
}
.page-header-hgroup {
  padding-right: 1.5rem;
}
.page-title-wrapper {
  margin-top: 1.6rem;
}
.page-title {
  color: #41362f;
  font-size: 2.8rem;
  margin-bottom: 0;
  word-break: break-all;
}
.page-header {
  margin-bottom: 1.2rem;
  padding: 1.5rem 3rem;
}
.page-footer {
  background-color: #f5f5f5;
  border-top: 0.1rem solid #dddddd;
  color: #777777;
  margin-top: auto;
  padding: 2.6rem 3rem 6rem;
}
.page-footer a {
  color: #ef672f;
  text-decoration: underline;
}
.page-footer a:hover {
  color: #ef672f;
}
.page-footer .admin__control-select,
.page-footer .ui-datepicker .ui-datepicker-title select,
.page-footer #mgzreports-datepicker select.monthselect,
.page-footer #mgzreports-datepicker select.yearselect {
  max-width: 52rem;
  width: 100%;
}
.magento-version {
  margin-bottom: .5rem;
}
.magento-version strong {
  color: #666666;
}
.copyright {
  margin-bottom: -.2rem;
  position: relative;
  text-align: left;
}
.copyright .link-copyright {
  display: inline-block;
  margin-right: .5rem;
  text-decoration: none;
  vertical-align: top;
}
.copyright .link-copyright:hover:before {
  color: #f38a5e;
}
.copyright .link-copyright:before {
  transition: color 0.1s linear;
  color: #eb5202;
  content: '\e606';
  display: block;
  font-size: 2.5rem;
  position: relative;
  top: -.2rem;
}
.copyright .link-copyright:active:before {
  transform: scale(0.9);
}
.footer-legal {
  padding-top: 1rem;
}
.footer-legal-system {
  text-align: right;
}
.store-switcher {
  color: #41362f;
  float: left;
  font-size: 1.3rem;
  margin-top: .59rem;
}
.store-switcher .admin__action-dropdown {
  background-color: #f8f8f8;
  margin-left: .5em;
}
.store-switcher .dropdown {
  display: inline-block;
  position: relative;
}
.store-switcher .dropdown:before,
.store-switcher .dropdown:after {
  content: '';
  display: table;
}
.store-switcher .dropdown:after {
  clear: both;
}
.store-switcher .dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.store-switcher .dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 2;
  color: #41362f;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-switcher .dropdown .action.toggle:hover:after {
  color: #41362f;
}
.store-switcher .dropdown .action.toggle:active:after {
  color: #41362f;
}
.store-switcher .dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.store-switcher .dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 2;
  color: #41362f;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.store-switcher .dropdown .action.toggle.active:hover:after {
  color: #41362f;
}
.store-switcher .dropdown .action.toggle.active:active:after {
  color: #41362f;
}
.store-switcher .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #aaa6a0;
  margin-top: 4px;
  min-width: 19.5rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.store-switcher .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.store-switcher .dropdown .dropdown-menu li:hover {
  background: transparent;
  cursor: pointer;
}
.store-switcher .dropdown.active {
  overflow: visible;
}
.store-switcher .dropdown.active .dropdown-menu {
  display: block;
}
.store-switcher .dropdown-menu {
  left: 0;
  margin-top: .5em;
  max-height: 250px;
  overflow-y: auto;
  padding-top: .25em;
}
.store-switcher .dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.store-switcher .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.store-switcher .dropdown-menu li {
  border: 0;
  cursor: default;
}
.store-switcher .dropdown-menu li:hover {
  cursor: default;
}
.store-switcher .dropdown-menu li a,
.store-switcher .dropdown-menu li span {
  color: #41362f;
  display: block;
  padding: .5rem 1.3rem;
}
.store-switcher .dropdown-menu li a {
  text-decoration: none;
}
.store-switcher .dropdown-menu li a:hover {
  background: #e9e9e9;
}
.store-switcher .dropdown-menu li span {
  color: #adadad;
  cursor: default;
}
.store-switcher .dropdown-menu li.current span {
  background: #eeeeee;
  color: #41362f;
}
.store-switcher .dropdown-menu .store-switcher-store a,
.store-switcher .dropdown-menu .store-switcher-store span {
  padding-left: 2.6rem;
}
.store-switcher .dropdown-menu .store-switcher-store-view a,
.store-switcher .dropdown-menu .store-switcher-store-view span {
  padding-left: 3.9rem;
}
.store-switcher .dropdown-menu .dropdown-toolbar {
  border-top: 1px solid #ebebeb;
  margin-top: 1rem;
}
.store-switcher .dropdown-menu .dropdown-toolbar a:before {
  content: '\e610';
  margin-right: .25em;
  position: relative;
  top: 1px;
}
.store-switcher-label {
  font-weight: 700;
}
.store-switcher-alt {
  display: inline-block;
  position: relative;
}
.store-switcher-alt.active .dropdown-menu {
  display: block;
}
.store-switcher-alt .dropdown-menu {
  margin-top: 2px;
  white-space: nowrap;
}
.store-switcher-alt .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-switcher-alt strong {
  color: #a79d95;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.333;
  padding: 5px 10px;
}
.store-switcher-alt .store-selected {
  color: #676056;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
}
.store-switcher-alt .store-selected:after {
  -webkit-font-smoothing: antialiased;
  color: #afadac;
  content: '\e02c';
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 3px;
  speak: none;
  vertical-align: text-top;
}
.store-switcher-alt .store-switcher-website,
.store-switcher-alt .store-switcher-store {
  padding: 0;
}
.store-switcher-alt .store-switcher-website:hover,
.store-switcher-alt .store-switcher-store:hover {
  background: none;
}
.store-switcher-alt .store-switcher-store-view {
  padding: 0;
}
.store-switcher-alt .store-switcher-all,
.store-switcher-alt .manage-stores {
  padding: 0;
}
.store-switcher-alt .store-switcher-all > a,
.store-switcher-alt .manage-stores > a {
  color: #676056;
  display: block;
  font-size: 12px;
  padding: 8px 15px;
  text-decoration: none;
}
.store-switcher-website {
  margin: 5px 0 0;
}
.store-switcher-website > strong {
  padding-left: 13px;
}
.store-switcher-store {
  margin: 1px 0 0;
}
.store-switcher-store > strong {
  padding-left: 20px;
}
.store-switcher-store > ul {
  margin-top: 1px;
}
.store-switcher-store-view:first-child {
  border-top: 1px solid #e5e5e5;
}
.store-switcher-store-view > a {
  color: #333333;
  display: block;
  font-size: 13px;
  padding: 5px 15px 5px 24px;
  text-decoration: none;
}
.store-view:not(.store-switcher) {
  float: left;
  margin-top: 1.10rem;
}
.store-view .store-switcher-label {
  display: inline-block;
}
.tooltip {
  display: inline-block;
  margin-left: .5em;
}
.tooltip .help span,
.tooltip .help a {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  vertical-align: middle;
  width: 22px;
  z-index: 2;
}
.tooltip .help span:before,
.tooltip .help a:before {
  color: #41362f;
  content: '\e633';
  font-size: 1.7rem;
}
.tooltip .help a:hover {
  text-decoration: none;
}
.tooltip .tooltip-content {
  background: rgba(49, 48, 43, 0.8);
  background: #000000;
  border-radius: 3px;
  color: #ffffff;
  display: none;
  margin-left: -19px;
  margin-top: 10px;
  max-width: 200px;
  padding: 4px 8px;
  position: absolute;
  text-shadow: none;
  z-index: 20;
}
.tooltip .tooltip-content:before {
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  height: 0;
  left: 20px;
  opacity: .8;
  position: absolute;
  top: -5px;
  width: 0;
}
.tooltip .tooltip-content.loading {
  position: absolute;
}
.tooltip .tooltip-content.loading:before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.tooltip:hover > .tooltip-content {
  display: block;
}
.page-main-actions:not(._hidden),
.page-actions._fixed {
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.page-main-actions {
  margin: 0 0 3rem;
}
.page-main-actions._hidden .store-switcher {
  display: none;
}
.page-main-actions._hidden .page-actions-placeholder {
  min-height: 50px;
}
.page-main-actions .page-actions._fixed {
  left: 8.800000000000001rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 501;
}
.page-main-actions .page-actions._fixed .page-actions-inner:before {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #41362f;
  content: attr(data-title);
  float: left;
  font-size: 2.8rem;
  margin-top: .3rem;
  max-width: 50%;
}
.page-actions > button,
.page-actions .page-actions-buttons > button,
.page-actions .page-actions-buttons > .action,
.page-actions .page-actions.floating-header > button,
.page-actions .page-actions.floating-header > .action,
.page-actions > .block-footer .action-add,
.page-actions .page-actions-buttons > .block-footer .action-add {
  float: right;
  margin-left: 1.3rem;
}
.page-actions > button.back,
.page-actions .page-actions-buttons > button.back,
.page-actions .page-actions-buttons > .action.back,
.page-actions > button.action-back,
.page-actions .page-actions-buttons > button.action-back,
.page-actions .page-actions-buttons > .action.action-back,
.page-actions .page-actions.floating-header > button.back,
.page-actions .page-actions.floating-header > .action.back,
.page-actions .page-actions.floating-header > button.action-back,
.page-actions .page-actions.floating-header > .action.action-back,
.page-actions > .block-footer .action-add.back,
.page-actions .page-actions-buttons > .block-footer .action-add.back,
.page-actions > .block-footer .action-add.action-back,
.page-actions .page-actions-buttons > .block-footer .action-add.action-back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.page-actions > button.back:before,
.page-actions .page-actions-buttons > button.back:before,
.page-actions .page-actions-buttons > .action.back:before,
.page-actions > button.action-back:before,
.page-actions .page-actions-buttons > button.action-back:before,
.page-actions .page-actions-buttons > .action.action-back:before,
.page-actions .page-actions.floating-header > button.back:before,
.page-actions .page-actions.floating-header > .action.back:before,
.page-actions .page-actions.floating-header > button.action-back:before,
.page-actions .page-actions.floating-header > .action.action-back:before,
.page-actions > .block-footer .action-add.back:before,
.page-actions .page-actions-buttons > .block-footer .action-add.back:before,
.page-actions > .block-footer .action-add.action-back:before,
.page-actions .page-actions-buttons > .block-footer .action-add.action-back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
}
.page-actions > button.action-primary,
.page-actions .page-actions-buttons > button.action-primary,
.page-actions .page-actions-buttons > .action.action-primary,
.page-actions > button.primary,
.page-actions .page-actions-buttons > button.primary,
.page-actions .page-actions-buttons > .action.primary,
.page-actions .page-actions.floating-header > button.action-primary,
.page-actions .page-actions.floating-header > .action.action-primary,
.page-actions .page-actions.floating-header > button.primary,
.page-actions .page-actions.floating-header > .action.primary,
.page-actions > .block-footer .action-add.action-primary,
.page-actions .page-actions-buttons > .block-footer .action-add.action-primary,
.page-actions > .block-footer .action-add.primary,
.page-actions .page-actions-buttons > .block-footer .action-add.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-actions > button.save:not(.primary),
.page-actions .page-actions-buttons > button.save:not(.primary),
.page-actions .page-actions-buttons > .action.save:not(.primary),
.page-actions .page-actions.floating-header > button.save:not(.primary),
.page-actions .page-actions.floating-header > .action.save:not(.primary),
.page-actions > .block-footer .action-add.save:not(.primary),
.page-actions .page-actions-buttons > .block-footer .action-add.save:not(.primary) {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-actions > button.delete,
.page-actions .page-actions-buttons > button.delete,
.page-actions .page-actions-buttons > .action.delete,
.page-actions .page-actions.floating-header > button.delete,
.page-actions .page-actions.floating-header > .action.delete,
.page-actions > .block-footer .action-add.delete,
.page-actions .page-actions-buttons > .block-footer .action-add.delete {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.page-actions .page-actions-buttons > .action-element,
.page-actions .page-actions.floating-header > .action-element {
  float: right;
  margin-left: 1.3rem;
}
.page-actions .actions-split {
  float: right;
  margin-left: 1.3rem;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-actions .actions-split .dropdown-menu .item {
  display: block;
}
.page-actions-buttons,
.page-actions.floating-header {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.customer-index-edit .page-actions-buttons,
.customer-index-edit .page-actions.floating-header {
  background-color: transparent;
}
.admin__page-nav,
.order-sidebar {
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}
.admin__page-nav._collapsed:first-child {
  border-bottom: none;
}
.admin__page-nav._collapsed._show {
  border-bottom: 1px solid #e3e3e3;
}
.admin__page-nav._collapsed._show ._collapsible {
  background: #f1f1f1;
}
.admin__page-nav._collapsed._show ._collapsible:after {
  content: '\e62b';
}
.admin__page-nav._collapsed._show ._collapsible + .admin__page-nav-items {
  display: block;
}
.admin__page-nav._collapsed._hide .admin__page-nav-title-messages {
  display: inline-block;
}
.admin__page-nav._collapsed._hide .admin__page-nav-title-messages ._active {
  display: inline-block;
}
.admin__page-nav + ._collapsed {
  border-bottom: none;
  border-top: none;
}
.admin__page-nav-title {
  border-bottom: 1px solid #e3e3e3;
  color: #303030;
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 -1px;
  padding: 1.8rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}
.admin__page-nav-title._collapsible {
  background: #ffffff;
  cursor: pointer;
  margin: 0;
  padding-right: 3.5rem;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
}
.admin__page-nav-title._collapsible + .admin__page-nav-items {
  display: none;
  margin-top: -1px;
}
.admin__page-nav-title._collapsible:after {
  content: '\e628';
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  right: 1.8rem;
  top: 2rem;
}
.admin__page-nav-title._collapsible:hover {
  background: #f1f1f1;
}
.admin__page-nav-title._collapsible:last-child {
  margin: 0 0 -1px;
}
.admin__page-nav-title strong {
  font-weight: 700;
}
.admin__page-nav-title .admin__page-nav-title-messages {
  display: none;
}
.admin__page-nav-items {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 1.3rem 0;
}
.admin__page-nav-item {
  border-left: 3px solid transparent;
  margin-left: 0.7rem;
  padding: 0;
  position: relative;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
}
.admin__page-nav-item:hover {
  border-color: #e4e4e4;
}
.admin__page-nav-item:hover .admin__page-nav-link {
  background: #e4e4e4;
  color: #303030;
  text-decoration: none;
}
.admin__page-nav-item._active,
.admin__page-nav-item.ui-state-active {
  border-color: #eb5202;
}
.admin__page-nav-item._active .admin__page-nav-link,
.admin__page-nav-item.ui-state-active .admin__page-nav-link {
  background: #ffffff;
  border-color: #e3e3e3;
  border-right: 1px solid #ffffff;
  color: #303030;
  margin-right: -1px;
}
.admin__page-nav-item._active .admin__page-nav-link,
.admin__page-nav-item.ui-state-active .admin__page-nav-link {
  font-weight: 600;
}
.admin__page-nav-item._loading:before,
.admin__page-nav-item.ui-tabs-loading:before {
  display: none;
}
.admin__page-nav-item._loading .admin__page-nav-item-message-loader,
.admin__page-nav-item.ui-tabs-loading .admin__page-nav-item-message-loader {
  display: inline-block;
}
.admin__page-nav-link {
  border: 1px solid transparent;
  border-width: 1px 0;
  color: #303030;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 -1px;
  padding: 2rem 0 2rem 1rem;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  word-wrap: break-word;
}
.admin__page-nav-item-messages {
  display: inline-block;
}
.admin__page-nav-item-messages .admin__page-nav-item-message-tooltip {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 1px;
  bottom: 3.7rem;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  left: -1rem;
  line-height: 1.36;
  padding: 1.5rem;
  position: absolute;
  text-transform: none;
  width: 27rem;
  word-break: normal;
  z-index: 2;
}
.admin__page-nav-item-messages .admin__page-nav-item-message-tooltip:after,
.admin__page-nav-item-messages .admin__page-nav-item-message-tooltip:before {
  border: 15px solid transparent;
  height: 0;
  width: 0;
  border-top-color: #f1f1f1;
  content: '';
  display: block;
  left: 2rem;
  position: absolute;
  top: 100%;
  z-index: 3;
}
.admin__page-nav-item-messages .admin__page-nav-item-message-tooltip:after {
  border-top-color: #f1f1f1;
  margin-top: -1px;
  z-index: 4;
}
.admin__page-nav-item-messages .admin__page-nav-item-message-tooltip:before {
  border-top-color: #bfbfbf;
  margin-top: 1px;
}
.admin__page-nav-item-message-loader {
  display: none;
  margin-top: -1rem;
  position: absolute;
  right: 0;
  top: 50%;
}
.admin__page-nav-item-message-loader .spinner {
  font-size: 2rem;
  margin-right: 1.5rem;
}
._loading > .admin__page-nav-item-messages .admin__page-nav-item-message-loader {
  display: inline-block;
}
.admin__page-nav-item-message {
  position: relative;
}
.admin__page-nav-item-message:hover {
  z-index: 500;
}
.admin__page-nav-item-message:hover .admin__page-nav-item-message-tooltip {
  display: block;
}
.admin__page-nav-item-message._error,
.admin__page-nav-item-message._changed {
  display: none;
}
.admin__page-nav-item-message .admin__page-nav-item-message-icon {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: .8em;
  vertical-align: baseline;
}
.admin__page-nav-item-message .admin__page-nav-item-message-icon:after {
  color: #666666;
  content: '\e631';
}
._changed:not(._error) > .admin__page-nav-item-messages ._changed {
  display: inline-block;
}
._error .admin__page-nav-item-message-icon:after {
  color: #eb5202;
  content: '\e623';
}
._error > .admin__page-nav-item-messages ._error {
  display: inline-block;
}
._error > .admin__page-nav-item-messages ._error .spinner {
  font-size: 2rem;
  margin-right: 1.5rem;
}
._error .admin__page-nav-item-message-tooltip {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 1px;
  bottom: 3.7rem;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  display: none;
  font-weight: 400;
  left: -1rem;
  line-height: 1.36;
  padding: 2rem;
  position: absolute;
  text-transform: none;
  width: 27rem;
  word-break: normal;
  z-index: 2;
}
._error .admin__page-nav-item-message-tooltip:after,
._error .admin__page-nav-item-message-tooltip:before {
  border: 15px solid transparent;
  height: 0;
  width: 0;
  border-top-color: #f1f1f1;
  content: '';
  display: block;
  left: 2rem;
  position: absolute;
  top: 100%;
  z-index: 3;
}
._error .admin__page-nav-item-message-tooltip:after {
  border-top-color: #f1f1f1;
  margin-top: -1px;
  z-index: 4;
}
._error .admin__page-nav-item-message-tooltip:before {
  border-top-color: #bfbfbf;
}
.admin__collapsible-block-wrapper {
  border-bottom: 1px solid #cccccc;
}
.admin__collapsible-block-wrapper .admin__collapsible-title[aria-expanded='true']:before {
  content: '\e615';
}
.admin__fieldset > .admin__collapsible-block-wrapper:last-child {
  border-bottom-width: 0;
}
.admin__collapsible-block-wrapper .admin__collapsible-title {
  clear: both;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 1.9rem 2.8rem 1.9rem 0;
  position: relative;
  text-decoration: none;
  transition: color .15s linear;
}
.admin__collapsible-block-wrapper .admin__collapsible-title:hover,
.admin__collapsible-block-wrapper .admin__collapsible-title:visited,
.admin__collapsible-block-wrapper .admin__collapsible-title:focus {
  color: #0a0a0a;
  text-decoration: none;
}
.admin__collapsible-block-wrapper .admin__collapsible-title:active:before {
  transform: scale(0.9);
}
.admin__collapsible-block-wrapper .admin__collapsible-title._disabled,
.admin__collapsible-block-wrapper .admin__collapsible-title.disabled {
  color: #7d7d7d;
  cursor: default;
}
.admin__collapsible-block-wrapper .admin__collapsible-title:before {
  content: '\e616';
  font-size: 1.8rem;
  position: absolute;
  right: 1.3rem;
  top: 2.3rem;
}
.admin__collapsible-block-wrapper .admin__collapsible-title._loading:before {
  content: '';
}
.admin__collapsible-block-wrapper.opened > .fieldset-wrapper-title .admin__collapsible-title:before,
.admin__collapsible-block-wrapper._show > .fieldset-wrapper-title .admin__collapsible-title:before {
  content: '\e615';
}
.admin__collapsible-block-wrapper.opened.fieldset-wrapper .fieldset-wrapper-title .actions,
.admin__collapsible-block-wrapper._show.fieldset-wrapper .fieldset-wrapper-title .actions {
  display: block;
}
.admin__collapsible-block-wrapper.opened td.admin__collapsible-block-wrapper .admin__collapsible-title:before,
.admin__collapsible-block-wrapper._show td.admin__collapsible-block-wrapper .admin__collapsible-title:before {
  content: '\e616';
}
.admin__collapsible-block-wrapper.opened td.admin__collapsible-block-wrapper._show .admin__collapsible-title:before,
.admin__collapsible-block-wrapper._show td.admin__collapsible-block-wrapper._show .admin__collapsible-title:before {
  content: '\e615';
}
.admin__collapsible-block-wrapper.fieldset-wrapper {
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.admin__collapsible-block-wrapper.fieldset-wrapper .fieldset-wrapper-title {
  border: 0;
  margin: 0;
  padding: 0;
}
.admin__collapsible-block-wrapper.fieldset-wrapper .fieldset-wrapper-content {
  padding-bottom: 1.9rem;
}
.admin__collapsible-block-wrapper.collapsible-block-wrapper-last {
  border-bottom: 0;
}
.admin__collapsible-block-wrapper .admin__dynamic-rows.admin__control-collapsible td.admin__collapsible-block-wrapper {
  border-bottom: none;
}
.admin__collapsible-content {
  max-height: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: transform 100ms ease-in-out, max-height 100ms ease-in-out, visibility 100ms ease-in-out;
  visibility: hidden;
}
.admin__collapsible-content._show {
  max-height: 100%;
  transform: none;
  visibility: visible;
}
.admin__collapsible-content .admin__collapsible-title {
  font-size: 1.6rem;
  padding-left: 2.8rem;
}
.admin__collapsible-content .admin__collapsible-title:before {
  left: 0;
  right: auto;
  top: 2rem;
}
.admin__collapsible-content .admin__collapsible-title._loading .admin__page-nav-item-message-loader {
  left: 0;
  right: auto;
}
.admin__collapsible-content .admin__collapsible-block-wrapper {
  margin-left: 4rem;
}
.fieldset-wrapper .admin__collapsible-block-wrapper .fieldset-wrapper-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fieldset-wrapper .admin__collapsible-block-wrapper .fieldset-wrapper-title .actions {
  position: absolute;
  right: 1.3rem;
  top: 1.4rem;
}
.fieldset-wrapper .admin__collapsible-block-wrapper .fieldset-wrapper-title .draggable-handle {
  top: 2.4rem;
}
.modal-slide .fieldset-wrapper .admin__collapsible-title {
  clear: both;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 1.9rem 2.8rem 1.9rem 0;
  position: relative;
  text-decoration: none;
  transition: color .15s linear;
}
.modal-slide .fieldset-wrapper .admin__collapsible-title:hover,
.modal-slide .fieldset-wrapper .admin__collapsible-title:visited,
.modal-slide .fieldset-wrapper .admin__collapsible-title:focus {
  color: #0a0a0a;
  text-decoration: none;
}
.modal-slide .fieldset-wrapper .admin__collapsible-title:active:before {
  transform: scale(0.9);
}
.modal-slide .fieldset-wrapper .admin__collapsible-title._disabled,
.modal-slide .fieldset-wrapper .admin__collapsible-title.disabled {
  color: #7d7d7d;
  cursor: default;
}
.modal-slide .fieldset-wrapper .admin__collapsible-title:before {
  content: '\e616';
  font-size: 1.8rem;
  position: absolute;
  right: 1.3rem;
  top: 2.3rem;
}
.modal-slide .fieldset-wrapper .admin__collapsible-title._loading:before {
  content: '';
}
.modal-slide .fieldset-wrapper .admin__collapsible-title:before {
  left: auto;
}
.admin__collapsible-block .comment {
  line-height: 1.5;
  margin-bottom: .5em;
  margin-top: 1rem;
}
.admin__collapsible-block .admin__collapsible-block {
  border: 0;
}
.admin__collapsible-block .admin__collapsible-block .entry-edit-head > a {
  padding-left: 2.8rem;
  padding-right: 0;
}
.admin__collapsible-block .admin__collapsible-block .entry-edit-head > a:before {
  left: 0;
  right: auto;
}
.admin__collapsible-block ~ .admin__collapsible-block {
  border: 0;
  padding: 0 0 2.6rem;
}
.section-config > .admin__collapsible-block > a,
.accordion > dt a,
.accordion .admin__collapsible-block > a {
  clear: both;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .025em;
  padding: 1.9rem 2.8rem 1.9rem 0;
  position: relative;
  text-decoration: none;
  transition: color .15s linear;
}
.section-config > .admin__collapsible-block > a:hover,
.accordion > dt a:hover,
.accordion .admin__collapsible-block > a:hover,
.section-config > .admin__collapsible-block > a:visited,
.accordion > dt a:visited,
.accordion .admin__collapsible-block > a:visited,
.section-config > .admin__collapsible-block > a:focus,
.accordion > dt a:focus,
.accordion .admin__collapsible-block > a:focus {
  color: #0a0a0a;
  text-decoration: none;
}
.section-config > .admin__collapsible-block > a:active:before,
.accordion > dt a:active:before,
.accordion .admin__collapsible-block > a:active:before {
  transform: scale(0.9);
}
.section-config > .admin__collapsible-block > a._disabled,
.accordion > dt a._disabled,
.accordion .admin__collapsible-block > a._disabled,
.section-config > .admin__collapsible-block > a.disabled,
.accordion > dt a.disabled,
.accordion .admin__collapsible-block > a.disabled {
  color: #7d7d7d;
  cursor: default;
}
.section-config > .admin__collapsible-block > a:before,
.accordion > dt a:before,
.accordion .admin__collapsible-block > a:before {
  content: '\e616';
  font-size: 1.8rem;
  position: absolute;
  right: 1.3rem;
  top: 2.3rem;
}
.section-config > .admin__collapsible-block > a._loading:before,
.accordion > dt a._loading:before,
.accordion .admin__collapsible-block > a._loading:before {
  content: '';
}
.section-config > .admin__collapsible-block > a > i,
.accordion > dt a > i,
.accordion .admin__collapsible-block > a > i {
  display: block;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  padding-top: .4rem;
}
.section-config.active > .admin__collapsible-block > a:before,
.accordion > dt.open a:before,
.accordion .admin__collapsible-block.open a:before {
  content: '\e615';
}
.section-config.active > .admin__collapsible-block + input + fieldset,
.accordion > dt + dd.open,
.accordion .admin__collapsible-block.open + input + fieldset {
  display: block;
  margin: 0;
}
.sortable-wrapper {
  margin-bottom: 1.5rem;
}
.accordion {
  margin: 0 0 .8rem;
  padding: 0;
}
.accordion dt {
  border-bottom: 1px solid #cccccc;
}
.accordion dt.open {
  border-bottom: none;
}
.accordion dd {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.accordion dd.open:empty {
  background: #ffffff url(../../../web/mui/images/ajax-loader-big.gif) no-repeat center;
  height: 100px;
}
.accordion dt:last-of-type,
.accordion dd:last-of-type {
  border-bottom: none;
}
.accordion .form-inline .config td {
  padding: 2.2rem 1.5rem 0 0;
}
.accordion .form-inline .config .scope-label {
  padding: 31px 1.5rem 0 0;
}
.accordion .form-inline .config .use-default {
  padding: 29px 1.5rem 0 0;
}
.accordion .form-inline .config .value {
  padding-right: 2rem;
}
.accordion .form-inline > .section-config:last-child {
  border-bottom: 0;
}
.accordion .config .comment a,
.accordion .config .link-more {
  color: #007bdb;
  font-size: 1.4rem;
  font-weight: 400;
}
.accordion .config .comment a:focus,
.accordion .config .link-more:focus,
.accordion .config .comment a:hover,
.accordion .config .link-more:hover {
  text-decoration: underline;
}
.accordion .config legend {
  display: none;
}
.accordion .config table {
  width: 100%;
}
.accordion .config td {
  padding: 2.2rem 1.5rem 0 0;
  vertical-align: top;
}
.accordion .config td[colspan] {
  padding: 0;
}
.accordion .config .admin__control-table {
  margin: 0 0 0.5rem;
}
.accordion .config .admin__control-table td {
  padding: 1.3rem 2.5rem 1.3rem 0;
}
.accordion .config .admin__control-table td:first-child {
  padding-left: 1.5rem;
}
.accordion .config .admin__control-table .cc-type-select {
  min-width: 20rem;
}
.accordion .config input[type='text'],
.accordion .config input[type='password'],
.accordion .config select,
.accordion .config textarea {
  width: 100%;
}
.accordion .config input.input-file {
  margin-top: 4px;
}
.accordion .config select.select-date {
  width: 27%;
}
.accordion .config .label {
  color: #303030;
  float: none;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  text-align: right;
  width: 33%;
}
.accordion .config .label label {
  padding-top: 7px;
}
.accordion .config .label span[data-config-scope] {
  display: inline-block;
  position: relative;
}
.accordion .config .scope-label {
  color: #999999;
  font-size: 1.2rem;
  letter-spacing: .05em;
  padding: 31px 1.5rem 0 0;
}
.accordion .config .note {
  color: #303030;
  font-size: 12px;
  margin: 5px 0;
}
.accordion .config .note a {
  color: #007bdb;
  font-size: 12px;
  font-weight: 400;
}
.accordion .config .note a:focus,
.accordion .config .note a:hover {
  text-decoration: underline;
}
.accordion .config ._with-tooltip select,
.accordion .config ._with-tooltip input[type='text'],
.accordion .config ._with-tooltip input[type='password'] {
  float: left;
}
.accordion .config ._with-tooltip .note {
  clear: both;
  margin: 0;
  padding: 0.5rem 0;
}
.accordion .config .system-tooltip-box {
  position: absolute;
}
.accordion .config .value {
  padding-right: 40px;
  vertical-align: middle;
  width: 44%;
}
.accordion .config .value.with-tooltip {
  font-size: 0;
}
.accordion .config .value.with-tooltip .tooltip {
  bottom: 0;
  float: right;
  left: 0;
  margin: 6px -28px 0 0;
  position: relative;
  right: 0;
  top: 0;
}
.accordion .config .value.with-tooltip .time-separator {
  font-size: 14px;
  padding-left: 5px;
}
.accordion .config .value.with-tooltip .tooltip-content {
  background: #35302c;
  background: rgba(49, 48, 43, 0.8);
  border-radius: 5px;
  bottom: 100%;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 -17px 10px 0;
  max-width: 239px;
  padding: 18px;
  right: 0;
  width: 239px;
}
.accordion .config .value.with-tooltip .tooltip-content:before {
  border-bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #35302c;
  bottom: -5px;
  content: '';
  height: 0;
  left: auto;
  opacity: .8;
  position: absolute;
  right: 20px;
  top: auto;
  width: 0;
}
.accordion .config .value.with-tooltip .help {
  margin: 0;
  position: relative;
  width: auto;
}
.accordion .config .value .checkboxes {
  list-style: none;
  margin: -3px 0 0;
  padding: 0;
}
.accordion .config .value .checkboxes li {
  margin: 7px 0;
}
.accordion .config .value .checkboxes input,
.accordion .config .value .checkboxes label {
  vertical-align: middle;
}
.accordion .config .value .checkboxes label {
  margin-left: 5px;
}
.accordion .config .value .label {
  padding: 6px 5px 0 1.5rem;
  vertical-align: top;
  width: auto;
}
.accordion .config .value .label:first-child {
  padding-left: 0;
}
.accordion .paypal-selection-simplified {
  padding-left: 30px;
}
.accordion .paypal-selection {
  border-bottom: 2px solid #bfbfbf;
  margin: 10px;
  width: 98%;
}
.accordion .paypal-selection th {
  padding: 6px 10px 7px;
}
.accordion .paypal-selection input[type='checkbox'] {
  margin: -4px 7px 0 0;
}
.accordion .paypal-payment-notice {
  margin: 10px;
}
.accordion .custom-options {
  border: 1px solid #999999;
  margin: 0 0 20px;
  padding: 0 10px;
}
.tree-store-scope.admin__fieldset {
  padding: 0;
}
.tree-store-scope.admin__fieldset > .admin__field {
  margin-left: -30px;
}
.tree-store-scope [class*='field-w'].admin__field,
.tree-store-scope [class*='field-sg'].admin__field {
  margin: 0 0 0 -30px;
}
.tree-store-scope [class*='field-w'] .admin__field-label,
.tree-store-scope [class*='field-sg'] .admin__field-label {
  text-align: left;
}
.tree-store-scope [class*='field-website_label'] .admin__field-label {
  text-align: right;
}
.tree-store-scope [class*='field-website_label'] .admin__field-tooltip {
  margin: -0.2rem 0 0 -2.5rem;
}
.store-scope .admin__legend .admin__field-tooltip {
  margin-left: 0;
  margin-top: .5rem;
}
.no-margin-top-tooltip .admin__legend .admin__field-tooltip {
  margin-top: 0;
}
.page-separator {
  border-bottom: 0;
  border-top: 1px solid #e3e3e3;
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.page-sub-title {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
.page-sub-sub-title {
  font-size: 1.7rem;
  font-weight: 600;
}
.dashboard-data {
  background: #ffffff;
  font-size: 1.3rem;
  width: 100%;
}
.dashboard-data tr._clickable {
  cursor: pointer;
}
.dashboard-data th,
.dashboard-data td {
  padding: 1rem 0 1rem 1rem;
}
.dashboard-data th:first-child,
.dashboard-data td:first-child {
  padding-left: 0;
}
.dashboard-data.admin__table-primary th {
  border-top: 0;
}
.dashboard-main .dashboard-data th,
.dashboard-main .dashboard-data td {
  text-align: right;
  white-space: nowrap;
  width: 15%;
}
.dashboard-main .dashboard-data .col-name {
  text-align: left;
  white-space: normal;
  width: 55%;
}
.dashboard-main .dashboard-data .col-product {
  width: 70%;
}
.dashboard-main .dashboard-data .col-orders {
  text-align: left;
}
.dashboard-secondary .dashboard-data .col-popularity,
.dashboard-secondary .dashboard-data .col-total {
  text-align: right;
  width: 21.27659574%;
}
.dashboard-secondary .dashboard-data .col-customer,
.dashboard-secondary .dashboard-data .col-search-query {
  width: 57.44680851%;
}
.dashboard-container .empty-text {
  background: #ffffff;
  font-size: 1.3rem;
}
.dashboard-container .ui-tabs-panel {
  border-top: 1px solid #adadad;
}
.dashboard-diagram-disabled {
  padding: .5rem 2rem 2rem;
}
.dashboard-diagram-switcher {
  border-top: 1px solid #adadad;
  margin-top: -1px;
  padding: 2rem 2rem 0;
}
.dashboard-diagram-switcher + .dashboard-diagram-tab-content > .ui-tabs-panel {
  border-top: 0 none;
}
.dashboard-totals {
  margin: 1rem 2rem 6rem;
}
.dashboard-totals-list {
  display: table;
  width: 100%;
}
.dashboard-totals-item {
  display: table-cell;
  padding: 0 1rem 0 0;
  width: 25%;
}
.dashboard-totals-item:first-child .price {
  color: #eb5202;
}
.dashboard-totals-label {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
.dashboard-totals-value {
  font-size: 2.4rem;
  font-weight: 600;
}
.dashboard-store-stats .ui-tabs {
  margin-bottom: 0;
  position: relative;
}
.dashboard-store-stats .ui-tabs:before {
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0) 0%), color-stop(#ffffff 100%));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff', GradientType=1);
  content: '';
  height: 4.8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.dashboard-store-stats .ui-tabs-panel {
  background: url(../../adminhtml/Magento/backend/en_GB/images/ajax-loader-small.gif) no-repeat 50% 50%;
  min-height: 4.5rem;
}
.dashboard-store-stats .tabs-horiz {
  border-right: 1px solid #ffffff;
  float: left;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.dashboard-store-stats .tabs-horiz .ui-state-default {
  display: inline-block;
  float: none;
  margin-right: .1rem;
}
.dashboard-container .dashboard-secondary {
  padding-right: 3.5rem;
}
.dashboard-item {
  margin-bottom: 3rem;
}
.dashboard-item-title,
.dashboard-advanced-reports-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.dashboard-item-primary:first-child .dashboard-sales-value {
  color: #eb5202;
}
.dashboard-sales-value {
  font-size: 2.4rem;
  font-weight: 600;
}
.login-header {
  margin: 0 0 3rem;
}
.page-layout-admin-login {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #373330;
  height: 101%;
  max-height: 100%;
  min-width: 50rem;
}
.page-layout-admin-login .page-wrapper {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 5px 30px 0 #000000;
  display: block;
  float: none;
  margin: auto;
  max-width: 45rem;
  min-height: 30rem;
  min-width: 0;
  padding: 40px 80px 50px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.page-layout-admin-login :-ms-input-placeholder {
  color: transparent;
}
.page-layout-admin-login ::-webkit-input-placeholder {
  color: transparent;
}
.page-layout-admin-login ::-moz-placeholder {
  color: transparent;
}
.page-layout-admin-login .admin__legend {
  color: #eb5202;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
  margin: -1rem 0 2.5rem;
}
.page-layout-admin-login .admin__field-info {
  margin-bottom: 3rem;
}
.page-layout-admin-login .messages {
  margin-top: .5rem;
}
.page-layout-admin-login .messages + form .admin__legend {
  display: none;
}
.page-layout-admin-login .actions {
  padding: 0 0 3rem;
}
.login-footer {
  color: #989287;
  font-size: 1rem;
  font-weight: 400;
  left: 0;
  margin: 5rem 0 2rem;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
}
.login-footer .link-copyright:before {
  display: none;
}
.adminhtml-auth-login .form-actions {
  display: table;
  margin-top: -2rem;
}
.adminhtml-auth-login .form-actions .links {
  display: table-header-group;
}
.adminhtml-auth-login .form-actions .actions {
  padding: 3rem 0 0;
}
.grid-severity-critical,
.grid-severity-major,
.grid-severity-notice,
.grid-severity-minor {
  background: #feeee1 none repeat scroll 0 0;
  border: 1px solid #ed4f2e;
  color: #ed4f2e;
  display: block;
  font-weight: bold;
  line-height: 17px;
  padding: 0 3px;
  text-align: center;
  text-transform: uppercase;
}
.grid-severity-critical,
.grid-severity-major {
  background: #f9d4d4 none repeat scroll 0 0;
  border-color: #e22626;
  color: #e22626;
}
.grid-severity-notice {
  background: #d0e5a9 none repeat scroll 0 0;
  border-color: #5b8116;
  color: #185b00;
}
.additional-cache-management {
  margin-bottom: 0;
}
.additional-cache-management h2 {
  border-bottom: 1px solid #cac3b4;
  box-sizing: border-box;
  float: left;
  margin: 0 0 18px;
  padding: 0;
  position: static;
  width: 100%;
}
.additional-cache-management h2 span {
  color: #303030;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 7px 0 10px;
}
.additional-cache-management span {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 6px;
}
.access-denied-hr {
  height: 0.2rem;
  border: 0;
  box-shadow: 0 10px 10px -10px #b4b3b3 inset;
}
.access-denied-page {
  margin: 3.5rem 0 10rem 0;
}
.access-denied-page h2 {
  margin-bottom: 3rem;
}
.access-denied-page ul li {
  font-size: 1.2rem;
  margin: 2rem 0 2rem 3rem;
}
.access-denied-page ul li span {
  font-size: 1.4rem;
  margin-left: 1rem;
}
input[type='checkbox'].banner-content-checkbox {
  position: absolute;
  top: .8rem;
}
input[type='checkbox'].banner-content-checkbox + .addafter {
  line-height: 3.2rem;
  padding-left: 2.6rem;
}
.tree-store-scope .field .banner-content-checkbox + .addafter {
  padding: 0 0 0 2.6rem;
}
.adminhtml-widget_instance-edit .admin__fieldset .admin__field-control .data-grid-actions-cell input[type='checkbox'],
.adminhtml-cms_page-edit .admin__fieldset .admin__field-control .data-grid-actions-cell input[type='checkbox'],
.adminhtml-banner-edit .admin__fieldset .admin__field-control .data-grid-actions-cell input[type='checkbox'],
.adminhtml-widget_instance-edit .admin__fieldset .admin__field-control .data-grid-checkbox-cell-inner input[type='checkbox'],
.adminhtml-cms_page-edit .admin__fieldset .admin__field-control .data-grid-checkbox-cell-inner input[type='checkbox'],
.adminhtml-banner-edit .admin__fieldset .admin__field-control .data-grid-checkbox-cell-inner input[type='checkbox'] {
  margin-top: 0;
}
.catalog-product-index .admin__data-grid-wrap .data-row {
  cursor: pointer;
}
.catalog-category-edit .admin__grid-control .admin__grid-control-value {
  display: none;
}
.admin__field-complex-attributes .admin__field-complex-content {
  font-size: 2.4rem;
  padding: .5rem 0;
}
.attributes-summary .attributes-selected,
.attributes-summary .attributes-found {
  display: block;
}
.sidebar-actions {
  margin-bottom: 2rem;
}
.sidebar-actions [class*='action-'] {
  margin-bottom: 0.5rem;
}
.catalog-category-edit .x-tree.tree-wrapper,
.catalog-category-add .x-tree.tree-wrapper {
  overflow-x: auto;
}
.admin__field-use-config .admin__field {
  margin-top: -2rem;
}
.admin__control-fields .control-grouped {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.admin__control-fields .control-grouped .admin__field + .admin__field {
  margin-left: 1rem;
  margin-top: 0;
}
.admin__field-control .attribute-change-checkbox input[type='checkbox'].checkbox {
  margin-top: 0;
}
.permissions-custom-options {
  margin: 0 0 2rem;
}
.permissions-custom-options .admin__control-table {
  margin: 0 0 0.5rem;
}
.permissions-custom-options .col-grants .admin__field-label {
  display: block;
  text-align: left;
}
.warning-enable-permissions {
  color: #f00;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.modal-slide .media-gallery-modal .page-main-actions {
  margin-bottom: 3rem;
}
.modal-slide .media-gallery-modal .page-main-actions .page-action-buttons {
  text-align: right;
}
.modal-slide .media-gallery-modal .new_folder {
  margin-right: 10px;
}
.tree-actions a {
  cursor: pointer;
}
.section-config {
  border-bottom: 1px solid #cccccc;
}
.admin__fieldset > .section-config:last-child {
  border-bottom-width: 0;
}
.section-config .admin__collapsible-block tr:last-child > td > .section-config {
  border-bottom-color: transparent;
  padding-bottom: 0;
}
.section-config .admin__collapsible-block tr:last-child > td > .section-config > .config {
  padding-bottom: 0;
}
.section-config .section-config {
  margin-left: 4rem;
}
.section-config .section-config .entry-edit-head > a {
  padding-left: 2.8rem;
  padding-right: 0;
}
.section-config .section-config .entry-edit-head > a:before {
  left: 0;
  right: auto;
}
.section-config.complex .section-config.with-button.enabled > .entry-edit-head:before,
.section-config .config td.label label.enabled:before {
  background-color: #79a22e;
  border-radius: 100%;
  color: #ffffff;
  content: '\e62d';
  display: block;
  float: left;
  font-size: 1.6rem;
  font-weight: 400;
  height: 1em;
  margin-left: -25px;
  margin-top: .2rem;
  overflow: hidden;
  width: 1em;
}
.section-config.config-advanced {
  padding-top: 2.6rem;
}
.section-config.config-advanced .section-config {
  padding-top: 2.6rem;
}
.section-config.with-button {
  padding: 2rem 0;
}
.section-config.with-button.active {
  padding-bottom: 0;
}
.section-config.with-button.active .config-heading {
  margin-bottom: 2rem;
}
.section-config.with-button .section-config {
  margin-left: 0;
}
.section-config.with-button .section-config .section-config {
  margin-left: 4rem;
}
.section-config.with-button .config-heading strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.section-config.with-button .config-heading .button-container {
  margin: 1.5rem 0 0;
}
.section-config.with-button .button-container {
  line-height: 28px;
}
.section-config.with-button .button-container a {
  margin-left: 20px;
}
.section-config.with-button .action-configure.open .state-opened {
  height: auto;
  overflow: auto;
  visibility: visible;
}
.section-config.with-button .action-configure.open .state-closed,
.section-config.with-button .action-configure .state-opened {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.section-config.with-button .action-configure span {
  display: block;
  position: relative;
  text-align: center;
}
.section-config .config {
  padding-bottom: 2.6rem;
}
.section-config .config h4 {
  color: #303030;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 2.8rem;
  padding-top: 2.6rem;
}
.section-config > .config.admin__collapsible-block {
  display: none;
}
.product-create-configuration {
  padding: 1rem 0;
}
.product-create-configuration .product-create-configuration-info {
  float: left;
  width: 60%;
}
.product-create-configuration .product-create-configuration-actions {
  float: right;
  text-align: right;
  width: 40%;
}
.product-create-configuration .product-create-configuration-action {
  float: right;
  margin-left: 1rem;
}
.product-create-configuration .action-menu-item {
  padding-right: 0;
}
.steps-wizard {
  position: relative;
}
.steps-wizard .steps-wizard-navigation {
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin: 0 0 2rem;
  padding: 1.5rem;
  text-align: center;
}
.steps-wizard .steps-wizard-title {
  font-size: 2.4rem;
  margin: 0 0 1rem;
}
.steps-wizard .steps-wizard-info {
  margin: 0 0 2rem;
}
.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap {
  position: static;
}
.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .action-menu,
.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .abs-action-menu .action-submenu,
.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .action-menu .action-submenu,
.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .actions-split .dropdown-menu .action-submenu,
.steps-wizard .admin__data-grid-wrap .action-multicheck-wrap .actions-split .action-menu .action-submenu {
  left: 0;
  margin-top: 16px;
  right: auto;
  top: auto;
  z-index: 2;
}
.steps-wizard .admin__data-grid-wrap .note {
  margin: 2rem 0;
}
.nav {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  display: none;
  padding: 2.2rem 1.5rem 0 0;
}
.nav-bar-outer-actions {
  margin-bottom: 1.7rem;
}
.nav-bar-outer-actions .action-wrap {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
}
.nav-bar-outer-actions {
  margin-top: -10.6rem;
  padding-right: 1.5rem;
}
.nav-bar {
  counter-reset: i;
  float: left;
  margin: 0 1rem 1.7rem 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.nav-bar:before {
  background-color: #d4d4d4;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #d1d1d1 0%, #d4d4d4 100%);
  background-image: linear-gradient(to bottom, #d1d1d1 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#d4d4d4', GradientType=0);
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  content: '';
  height: .8rem;
  left: 5.15rem;
  position: absolute;
  right: 5.15rem;
  top: 0.7rem;
}
.nav-bar > li {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: top;
  width: 10.3rem;
}
.nav-bar > li:first-child:after {
  display: none;
}
.nav-bar > li:after {
  background-color: #514943;
  content: '';
  height: .5rem;
  left: calc(-50% + .25rem);
  position: absolute;
  right: calc(50% + .7rem);
  top: .9rem;
}
.nav-bar > li.disabled:before,
.nav-bar > li.ui-state-disabled:before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.nav-bar > li.active ~ li:after,
.nav-bar > li.ui-state-active ~ li:after {
  display: none;
}
.nav-bar > li.active ~ li a:after,
.nav-bar > li.ui-state-active ~ li a:after {
  background-color: transparent;
  border-color: transparent;
  color: #a6a6a6;
}
.nav-bar > li.active a,
.nav-bar > li.ui-state-active a {
  color: #000000;
}
.nav-bar > li.active a:hover,
.nav-bar > li.ui-state-active a:hover {
  cursor: default;
}
.nav-bar > li.active a:after,
.nav-bar > li.ui-state-active a:after {
  background-color: #ffffff;
  content: '';
}
.nav-bar a {
  color: #514943;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  padding: 3rem .5em 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.nav-bar a:hover {
  text-decoration: none;
}
.nav-bar a:after {
  background-color: #514943;
  border: 4px solid #514943;
  border-radius: 100%;
  color: #ffffff;
  content: counter(i);
  counter-increment: i;
  height: 0.7rem;
  left: 50%;
  line-height: .6;
  margin-left: -0.8rem;
  position: absolute;
  right: auto;
  text-align: center;
  top: 0.4rem;
  width: 0.7rem;
}
.nav-bar a:before {
  background-color: #d6d6d6;
  border: 1px solid transparent;
  border-radius: 100%;
  content: '';
  height: 2.1rem;
  left: 50%;
  line-height: 1;
  margin-left: -1.2rem;
  position: absolute;
  top: 0;
  width: 2.1rem;
}
.steps-wizard .nav-bar {
  margin: 0.5rem 0 0;
}
.steps-wizard .nav-bar a {
  text-overflow: initial;
  white-space: normal;
}
.steps-wizard .nav-bar :after,
.steps-wizard .nav-bar :before {
  box-sizing: content-box;
}
.steps-wizard .nav-bar-outer-actions {
  margin-top: 1rem;
  padding-right: 0;
}
.action-wrap-prev,
.action-wrap-next {
  min-width: 8.5rem;
}
.data-grid-configurable .col-image {
  padding: 1rem;
  width: 6rem;
}
.data-grid-configurable .images-uploaded {
  display: inline-block;
  position: relative;
}
.data-grid-configurable .images-uploaded span {
  font-size: 1.1rem;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  line-height: 10px;
  min-width: 20px;
  padding: .4rem;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
}
.currency-addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #adadad;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
}
.currency-addon .admin__control-text {
  -ms-flex-order: 1;
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-order: 1;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  flex-grow: 1;
  flex-shrink: 1;
  order: 1;
  vertical-align: top;
}
.currency-addon .admin__control-text:focus + .currency-symbol {
  border-color: #007bdb;
}
.currency-addon label.error {
  left: 0;
  position: absolute;
  top: 33px;
}
.currency-addon .currency-symbol {
  -webkit-flex-basis: auto;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  border: solid #adadad;
  border-width: 0;
  box-sizing: border-box;
  color: #858585;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  height: 3.2rem;
  order: 0;
  padding: 7px 0 0 0.5rem;
  position: static;
  transition: border-color 0.1s linear;
  z-index: 1;
}
._error .currency-addon .admin__control-text,
._error .currency-addon .currency-symbol {
  border-color: #e22626;
}
.affected-attribute-set .admin__fieldset {
  margin: 2rem 0 0 3rem;
}
.affected-attribute-set .admin__field-option .addafter:before {
  margin-right: 1rem;
}
.affected-attribute-set .admin__field-option .addafter:after {
  top: 3px;
}
.steps-wizard .select-attributes-block {
  margin: 0 0 2rem;
}
.steps-wizard .select-attributes-actions {
  float: right;
  margin-bottom: 1rem;
}
.steps-wizard .attribute-entity {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 3rem;
  max-width: 70rem;
  padding: 1rem;
  transition: border-color 0.3s;
}
.steps-wizard .attribute-entity.ui-sortable-helper {
  border-color: #1979c3;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.steps-wizard .attribute-entity.ui-sortable-helper .draggable-handle {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.steps-wizard .attribute-entity .action-select-all,
.steps-wizard .attribute-entity .action-deselect-all {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 0.5rem 0 0;
  padding: 0 0 0 0.5rem;
}
.steps-wizard .attribute-entity .action-deselect-all {
  border-left: 1px solid #d1d1d1;
}
.steps-wizard .attribute-entity .action-remove-all {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.steps-wizard .attribute-entity .action-remove-all > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.steps-wizard .attribute-entity .action-remove-all:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: #9e9e9e;
  content: '\e630';
  font-family: 'Admin Icons';
  margin: -2px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.steps-wizard .attribute-entity .action-remove-all:hover:before {
  color: #858585;
}
.steps-wizard .attribute-entity-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}
.steps-wizard .attribute-entity-title {
  display: inline;
  font-size: 1.8rem;
}
.steps-wizard .attribute-options-block {
  display: inline-block;
  margin-left: 1rem;
}
.steps-wizard .attribute-entity-actions {
  margin-left: auto;
  white-space: nowrap;
}
.steps-wizard .attribute-options {
  font-size: 0;
  margin: 0 0 1rem;
}
.steps-wizard .attribute-options .admin__field + .admin__field {
  margin-top: 0;
}
.steps-wizard .attribute-option {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0.5rem 1rem 0;
  width: 33.33333333%;
}
.steps-wizard .attribute-option .action-save,
.steps-wizard .attribute-option .action-remove {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 0.5rem;
}
.steps-wizard .attribute-option .action-save:hover,
.steps-wizard .attribute-option .action-remove:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.steps-wizard .attribute-option .action-save:before,
.steps-wizard .attribute-option .action-remove:before {
  content: '\e625';
}
.steps-wizard .attribute-option .action-save:hover,
.steps-wizard .attribute-option .action-remove:hover {
  color: #35302c;
}
.steps-wizard .attribute-option .action-save > span,
.steps-wizard .attribute-option .action-remove > span {
  display: none;
}
.steps-wizard .attribute-option .action-remove:before {
  content: '\e630';
}
.steps-wizard .attribute-option .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.steps-wizard .attribute-option .admin__field-create-new .admin__field-control {
  display: inline-block;
  width: 50%;
}
.steps-wizard .admin__field-create-new .admin__control-text {
  width: 100%;
}
.steps-wizard .action-create-new {
  font-weight: 400;
  padding-left: 0;
}
.steps-wizard .steps-wizard-section-list {
  margin: 0 0 3rem;
}
.steps-wizard .steps-wizard-section-list > li {
  margin: 0 0 1rem;
}
.steps-wizard .steps-wizard-section {
  margin: 0 0 3rem;
}
.steps-wizard .steps-wizard-section .admin__field-control .admin__control-select,
.steps-wizard .steps-wizard-section .admin__field-control .ui-datepicker .ui-datepicker-title select,
.steps-wizard .steps-wizard-section .admin__field-control #mgzreports-datepicker select.monthselect,
.steps-wizard .steps-wizard-section .admin__field-control #mgzreports-datepicker select.yearselect {
  min-width: 100%;
}
.steps-wizard .steps-wizard-section-title {
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.8rem;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
}
.steps-wizard .gallery-image-wrapper {
  background: #f8f8f8;
  padding: 14px 2rem;
  position: relative;
}
.steps-wizard .attribute-image-selector .attribute-label {
  display: block;
  margin: 0 0 1rem;
}
.steps-wizard .attribute-image-selector .attributes-selector-list {
  border: 1px solid #f4f4f4;
  list-style-type: none;
  margin: 0 0 2.5rem;
  padding: 2.5rem 1rem;
}
.steps-wizard .attribute-image-selector .attributes-selector-list:empty {
  display: none;
}
.steps-wizard .attribute-image-selector .attributes-selector-list > .item + .item {
  margin-top: 2.5rem;
}
.steps-wizard .attribute-image-selector .attribute-label {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.steps-wizard .attribute-image-selector .image-panel {
  margin: 0;
}
.steps-wizard .bulk-attribute-values {
  max-width: 700px;
}
.steps-wizard .bulk-attribute-values .admin__field-label {
  padding-left: 2.6rem;
  text-align: left;
}
.steps-wizard .button-assign-sources {
  margin-left: 0;
}
.steps-wizard .button-assign-sources .admin__field-control {
  display: block;
  float: right;
}
.steps-wizard .data-grid-configurable .col-image img {
  max-width: 5rem;
}
.admin__fieldset-import-service {
  margin: 0 0 2rem;
}
.admin__fieldset-import-service .admin__field {
  margin: 0 0 2rem;
}
.admin__fieldset-import-service > .action-default {
  margin-left: calc( (100%) * 0.25 + 30px );
}
.customer_form_areas_address_address_customer_address_update_modal_update_customer_address_form_loader .admin__field .admin__field .admin__field-label {
  background: none;
}
.customer-address-form *,
.customer-address-form *:after,
.customer-address-form *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-address-form address {
  font-style: normal;
}
.customer-address-form .customer-default-address-wrapper {
  align-items: flex-start;
  display: flex;
  float: left;
  position: relative;
  width: 50%;
}
.customer-address-form .customer-default-address-wrapper .action-additional {
  margin: 2px 0 0 2px;
}
.customer-address-form .edit-default-billing-address-button,
.customer-address-form .edit-default-shipping-address-button {
  position: absolute;
}
.customer-address-form .edit-default-billing-address-button {
  left: 210px;
}
.customer-address-form .edit-default-shipping-address-button {
  left: 230px;
}
.customer-address-form .customer_form_areas_address_address_customer_address_listing {
  clear: both;
}
.customer-address-form .add-new-address-button {
  clear: both;
  float: right;
  margin-bottom: 30px;
  position: relative;
}
.customer-address-form .address-information {
  float: left;
  margin-bottom: 20px;
}
.customer-address-form .address-information address {
  float: left;
}
.customer-address-form .address-information address .address_caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control {
  width: calc(100% * 0.75 - 30px);
}
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control table th.subscriber-status {
  text-align: center;
}
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control table td.subscriber-status {
  text-align: center;
}
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control table td select.admin__control-select,
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control table td select.ui-datepicker .ui-datepicker-title select,
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control table td select#mgzreports-datepicker select.monthselect,
.customer-newsletter-fieldset.admin__fieldset.multi-website > .admin__field > .admin__field-control table td select#mgzreports-datepicker select.yearselect {
  width: 100%;
}
.field-refund-store-credit .admin__control-text {
  margin-left: 1rem;
  width: 8rem;
}
.admin__field-is-downloaodable {
  margin-bottom: 3rem;
}
.downloadable-form .admin__legend {
  font-size: 1.8rem;
}
.downloadable-form .admin__legend + .note {
  margin-bottom: 3rem;
}
.downloadable-form .admin__control-table th {
  padding-bottom: 1.3rem;
  vertical-align: top;
}
.downloadable-form .admin__control-table tbody tr:first-child td {
  padding-top: 0;
}
.downloadable-form .admin__control-table td {
  vertical-align: top;
}
.downloadable-form .admin__control-table td.col-sort {
  padding-right: 15px;
  width: 15px;
}
.downloadable-form th.col-sort span {
  display: none;
}
.downloadable-form td.col-actions-add {
  background: #ffffff;
  padding: 0;
}
.downloadable-form .col-actions {
  width: 15px;
}
.downloadable-form .draggable-handle {
  margin-top: .3rem;
}
.downloadable-form.admin__fieldset .draggable-handle {
  background: none;
  height: inherit;
  line-height: inherit;
}
.downloadable-form .action-delete {
  margin-top: .4rem;
  padding: 0;
}
.downloadable-form .action-delete:before {
  color: #999999;
  font-size: 1.8rem;
}
.downloadable-form .action-add {
  padding: 0.5rem 0 0;
}
.downloadable-form .admin__field-file-url {
  padding-left: 2.6rem;
}
.downloadable-form .admin__field-file-url .admin__field-label span {
  display: none;
}
.downloadable-form .admin__field-file-url .admin__field-label {
  margin-left: -2.6rem;
}
.downloadable-form .admin__field-uploader {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top;
}
.downloadable-form .fileinput-button {
  color: #007bdb;
  cursor: pointer;
  display: inline-block;
}
.downloadable-form .fileinput-button:hover {
  color: #007bdb;
  text-decoration: underline;
}
.downloadable-form .file-info-size {
  font-size: 1.2rem;
}
.downloadable-form .note {
  margin-top: .8rem;
}
.downloadable-form.admin__fieldset {
  padding: 0;
}
.downloadable-form.admin__fieldset .admin__control-radio {
  position: absolute;
}
@-moz-document url-prefix() {
  .downloadable-form {
    display: table-column;
  }
}
.admin__dynamic-rows.admin__control-table .file-uploader-filename {
  max-width: 170px;
}
.admin__field-amount .admin__control-table {
  width: auto;
}
.admin__field-amount tbody .admin__control-text {
  min-width: 15rem;
}
.form-sharing-info .admin__legend {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.7rem;
  padding: 1.4rem 0 .5rem;
}
.form-sharing-info .admin__legend span {
  float: left;
  margin: 0;
}
.form-sharing-info .sharing-info-textarea {
  display: block;
  height: 50px;
  margin-bottom: 2.5rem;
}
.order-create-gift-wrapping {
  float: left;
  width: calc( (100%) * 0.5 - 30px );
}
.order-create-gift-wrapping .admin__field {
  margin: 1.5rem 0;
}
.order-create-gift-wrapping .gift-wrapping-design {
  display: none;
}
.order-create-gift-wrapping .gift-wrapping-design._active {
  display: block;
}
.giftmessage-order-create + .order-create-gift-wrapping {
  float: right;
}
.order-create-gift-wrapping .gift-wrapping-design .image-box,
.order-gift-options .gift-wrapping-design .image-box,
.gift-options-popup .gift-wrapping-design .image-box {
  float: left;
  margin-right: 1.5rem;
  max-height: 7.5rem;
  max-width: 7.5rem;
}
.order-gift-options .admin__field {
  margin: 1.5rem 0;
}
.gift-options-popup .admin__field {
  margin-bottom: 1.5rem;
}
.gift-options-popup .price {
  font-weight: 700;
}
.gift-options-popup .image-box {
  display: none;
}
.gift-options-popup .image-box._active {
  display: block;
}
.ui-dialog .gift-wrapping-form .admin__legend {
  margin: 0;
}
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__field-control {
  max-width: 15rem;
}
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon > .addafter {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class] ~ .addafter:last-child {
  padding-left: 1rem;
  position: static !important;
  z-index: 0;
}
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class] ~ .addafter:last-child > * {
  position: relative;
  vertical-align: top;
  z-index: 1;
}
[class*='adminhtml-giftwrapping-'] .field-base_price .admin__control-addon [class*='admin__control-'][class] ~ .addafter:last-child:before {
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
[class*='adminhtml-giftwrapping-'] .field-image .admin__field-control {
  padding-top: .8rem;
}
[class*='adminhtml-giftwrapping-'] .field-image .admin__field-control > a {
  display: inline-block;
  vertical-align: middle;
}
.adminhtml-integration-index .data-grid .action[disabled] {
  color: #bbbbbb;
  cursor: not-allowed;
  opacity: 0.6;
}
.adminhtml-integration-index .data-grid .action:hover:before {
  color: #7e807e;
}
.adminhtml-integration-index .data-grid .action.edit:before {
  content: '\e631';
}
.adminhtml-integration-index .data-grid .action.info:before {
  content: '\e61a';
}
.adminhtml-integration-index .data-grid .action.delete:before {
  content: '\e630';
}
.adminhtml-integration-index .security-notice {
  color: #b30000;
  font-size: 1.1rem;
  margin-left: 1.5rem;
  vertical-align: middle;
}
.adminhtml-integration-index .security-notice:before {
  content: '\e623';
  margin-right: 0.5rem;
}
.adminhtml-integration-index input[readonly] {
  cursor: copy;
}
.adminhtml-integration-index .ui-dialog .ui-dialog-buttonpane {
  float: none;
}
.adminhtml-integration-index .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: right;
}
.adminhtml-integration-index .no-close .ui-dialog-titlebar-close {
  display: none;
}
.page-partners {
  border-top: 1px solid #e3e3e3;
  padding-top: 2.5rem;
}
.page-partners .partners-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-partners .partner {
  margin-bottom: 4rem;
  padding: 0 2.5rem;
  width: 33.33333333%;
}
.partners-description,
.partner-description {
  line-height: 1.7;
}
.partners-description {
  margin-bottom: 2em;
}
.partner-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
.partner-image {
  margin-bottom: 2.2rem;
  margin-top: .8rem;
  max-height: 12rem;
  max-width: 12rem;
}
.partner-description {
  margin-bottom: 1rem;
}
.partners-footer .magento-marketplace-logo {
  float: right;
  margin-bottom: 1px;
}
.partners-footer p {
  line-height: 1.7;
}
.partners-search {
  padding-left: 7.7rem;
  position: relative;
}
.partners-search:before {
  content: '\e63f';
  font-size: 4.5rem;
  left: .9rem;
  position: absolute;
  top: .6rem;
}
.pp-buttons-container > div {
  margin-top: -2.2rem;
}
.pp-buttons-container > div a[data-paypal-button=true] {
  display: inline-block;
  margin-top: 2.2rem;
}
.abs-video-gallery-icon,
.video-item .product-image-wrapper,
.mage-new-video-dialog .video-player-container {
  display: block;
  text-decoration: none;
}
.abs-video-gallery-icon > span,
.video-item .product-image-wrapper > span,
.mage-new-video-dialog .video-player-container > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-video-gallery-icon:before,
.video-item .product-image-wrapper:before,
.mage-new-video-dialog .video-player-container:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #000000;
  content: '\e641';
  font-family: 'Admin Icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-video-gallery-icon:hover:before,
.video-item .product-image-wrapper:hover:before,
.mage-new-video-dialog .video-player-container:hover:before {
  color: #000000;
}
.abs-video-gallery-icon:before,
.video-item .product-image-wrapper:before,
.mage-new-video-dialog .video-player-container:before {
  left: 0;
  margin-top: -2rem;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.image.video-placeholder {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.image.video-placeholder:before {
  background: url(../../adminhtml/Magento/backend/en_GB/Magento_ProductVideo/images/gallery-sprite.png) no-repeat left bottom;
  content: '';
  height: 49px;
  left: 50%;
  margin-left: -24px;
  opacity: .7;
  position: absolute;
  top: 18px;
  width: 49px;
  z-index: 1;
}
.image.video-placeholder .image-placeholder-text {
  font-weight: 400;
}
.preview-image-hidden-input {
  display: none;
}
.video-item .product-image-wrapper:hover:before {
  opacity: .3;
}
.mage-new-video-dialog form.admin__scope-old {
  float: left;
  width: 65%;
}
.mage-new-video-dialog .video-player-sidebar {
  float: left;
  width: 34.99999%;
}
.mage-new-video-dialog .video-player-container {
  border: 1px solid #e3e3e3;
  height: 20vw;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.mage-new-video-dialog .video-information {
  display: none;
  margin-bottom: 7px;
}
.mage-new-video-dialog .video-information:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.mage-new-video-dialog .video-information label {
  display: block;
  float: left;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  width: 25%;
}
.mage-new-video-dialog .video-information span {
  display: block;
  float: left;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 20px;
  width: 74.9999%;
}
.mage-new-video-dialog .product-video {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 20;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role .admin__field-control,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_image .admin__field-control,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_small_image .admin__field-control,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_thumbnail .admin__field-control,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_swatch_image .admin__field-control,
.mage-new-video-dialog .admin__scope-old .admin__field.field-new_video_disabled .admin__field-control {
  width: calc( (100%) * 0.25 - 30px );
  margin-left: 30px;
  float: left;
  margin-left: 80px;
  position: relative;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role .admin__field-control input,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_image .admin__field-control input,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_small_image .admin__field-control input,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_thumbnail .admin__field-control input,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_swatch_image .admin__field-control input,
.mage-new-video-dialog .admin__scope-old .admin__field.field-new_video_disabled .admin__field-control input {
  float: right;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role .admin__field-label,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_image .admin__field-label,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_small_image .admin__field-label,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_thumbnail .admin__field-label,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_swatch_image .admin__field-label,
.mage-new-video-dialog .admin__scope-old .admin__field.field-new_video_disabled .admin__field-label {
  cursor: pointer;
  left: 0;
  margin-left: 26%;
  padding-left: 45px;
  position: absolute;
  width: 250px;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role .admin__field-label:before,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_image .admin__field-label:before,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_small_image .admin__field-label:before,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_thumbnail .admin__field-label:before,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_swatch_image .admin__field-label:before,
.mage-new-video-dialog .admin__scope-old .admin__field.field-new_video_disabled .admin__field-label:before {
  content: none;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role .admin__field-label span,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_image .admin__field-label span,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_small_image .admin__field-label span,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_thumbnail .admin__field-label span,
.mage-new-video-dialog .admin__scope-old .admin__field.field-video_swatch_image .admin__field-label span,
.mage-new-video-dialog .admin__scope-old .admin__field.field-new_video_disabled .admin__field-label span {
  float: left;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-new_video_disabled {
  margin-top: 32px;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field.field-new_video_screenshot {
  margin-bottom: 5px;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field.field-new_video_screenshot_preview {
  margin-bottom: 50px;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role-label {
  height: 0;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role-label .admin__field-control {
  width: calc( (100%) * 0.25 - 30px );
  margin-left: 30px;
  float: left;
  margin-left: 80px;
  position: relative;
}
.mage-new-video-dialog .admin__scope-old .admin__field.field-role-label .admin__field-control .control-value {
  color: #000000;
  float: right;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  right: 50px;
  top: 21px;
}
.mage-new-video-dialog .admin__scope-old .admin__field label > input[type='checkbox'] {
  margin: -3px 3px 0 0;
  vertical-align: middle;
}
.mage-new-video-dialog .admin__scope-old .admin__field input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0 5px 0 0;
  position: relative;
  transition: all 0.1s ease-in;
  vertical-align: middle;
  width: 16px;
}
.mage-new-video-dialog .admin__scope-old .admin__field input[type='checkbox']:focus {
  border-color: #007bdb;
  box-shadow: none;
  outline: 0;
}
.mage-new-video-dialog .admin__scope-old .admin__field input[type='checkbox'][disabled] {
  background-color: #e9e9e9;
  border-color: #adadad;
  opacity: .5;
}
.mage-new-video-dialog .admin__scope-old .admin__field input[type='checkbox']:checked:after {
  color: #514943;
  content: '\e62d';
  display: inline-block;
  font-family: 'Admin Icons';
  font-size: 11px;
  font-weight: 400;
  left: 0;
  line-height: 13px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 14px;
}
.mage-new-video-dialog .admin__scope-old .admin__field .control > input[type='checkbox'] {
  padding: 0;
  width: 16px;
}
.image.video-placeholder > button[data-role='add-video-button'],
.image.video-placeholder > button,
.image.video-placeholder > .block-footer .action-add[data-role='add-video-button'],
.image.video-placeholder > .block-footer .action-add {
  background: transparent;
  border: 0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 10;
}
.add-video-button-container {
  float: right;
}
.image-upload-error {
  background: #f5d6c7;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 7px 7px 35px;
  position: relative;
}
.image-upload-error .image-upload-error-cross {
  height: 20px;
  left: 8px;
  position: absolute;
  top: 9px;
  width: 20px;
}
.image-upload-error .image-upload-error-cross:before,
.image-upload-error .image-upload-error-cross:after {
  background-color: #ff0101;
  content: ' ';
  height: 20px;
  left: 8px;
  position: absolute;
  width: 4px;
}
.image-upload-error .image-upload-error-cross:before {
  transform: rotate(45deg);
}
.image-upload-error .image-upload-error-cross:after {
  transform: rotate(-45deg);
}
.release-notification-modal {
  -webkit-transition: visibility 0s .5s, opacity .5s ease;
  transition: visibility 0s .5s, opacity .5s ease;
}
.release-notification-modal._show {
  -webkit-transition: opacity .5s ease;
  opacity: 1;
  transition: opacity .5s ease;
  visibility: visible;
}
.release-notification-modal .modal-inner-wrap {
  -webkit-transform: translateX(0);
  -webkit-transition: -webkit-transform 0s;
  height: 50rem;
  transition: transform 0s;
  transform: translateX(0);
  margin-top: 13rem;
  max-width: 75rem;
}
.release-notification-modal .modal-inner-wrap .modal-content,
.release-notification-modal .modal-inner-wrap .modal-header {
  padding-left: 4rem;
  padding-right: 4rem;
}
.release-notification-modal .modal-inner-wrap .modal-content .action-close,
.release-notification-modal .modal-inner-wrap .modal-header .action-close {
  display: none;
}
.release-notification-modal .admin__fieldset {
  padding: 0;
}
.release-notification-title-with-image {
  background-repeat: no-repeat;
  background-size: 55px 49.08px;
  padding: 1.5rem 0 2rem 7rem;
}
.release-notification-text {
  line-height: 1.5;
}
.release-notification-text ul {
  margin: 2rem 0 2rem 0;
}
.release-notification-text ul li {
  font-size: 1rem;
  margin: 1.5rem 0 1.5rem 2rem;
}
.release-notification-text ul li span {
  font-size: 1.4rem;
  vertical-align: middle;
  position: relative;
  left: 1rem;
}
.release-notification-button-next,
.release-notification-button-back {
  bottom: 4rem;
  display: block;
  float: right;
  position: absolute;
}
.release-notification-button-next {
  line-height: 1.36;
  margin: 0;
  padding: 0;
  color: #007bdb;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  right: 4rem;
}
.release-notification-button-next:visited {
  color: #007bdb;
  text-decoration: none;
}
.release-notification-button-next:hover {
  color: #007bdb;
  text-decoration: underline;
}
.release-notification-button-next:active {
  color: #ff5501;
  text-decoration: underline;
}
.release-notification-button-next:hover,
.release-notification-button-next:active,
.release-notification-button-next:focus {
  background: none;
  border: 0;
}
.release-notification-button-next.disabled,
.release-notification-button-next[disabled],
fieldset[disabled] .release-notification-button-next {
  color: #007bdb;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.release-notification-button-back {
  line-height: 1.36;
  margin: 0;
  padding: 0;
  color: #007bdb;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  left: 4rem;
}
.release-notification-button-back:visited {
  color: #007bdb;
  text-decoration: none;
}
.release-notification-button-back:hover {
  color: #007bdb;
  text-decoration: underline;
}
.release-notification-button-back:active {
  color: #ff5501;
  text-decoration: underline;
}
.release-notification-button-back:hover,
.release-notification-button-back:active,
.release-notification-button-back:focus {
  background: none;
  border: 0;
}
.release-notification-button-back.disabled,
.release-notification-button-back[disabled],
fieldset[disabled] .release-notification-button-back {
  color: #007bdb;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.highlight-item {
  background-size: 65px 58px;
  background-repeat: no-repeat;
  padding: 0 0 2rem 8.5rem;
  margin-left: 1rem;
}
.highlight-item h3 {
  margin: 0;
}
.highlight-item h3 span {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
}
.highlight-item-no-image {
  padding: 0 0 2rem 0;
}
.highlight-item-no-image h3 {
  margin: 0;
}
.hide-release-notification {
  display: none;
}
.field-detailed-rating .admin__field-rating {
  margin: 15px 0 0;
}
.field-detailed-rating .admin__field-rating:first-child {
  margin-top: 0;
}
.field-detailed-rating .admin__field-rating .admin__field-label {
  display: inline-block;
  line-height: 1.36;
  text-align: left;
  vertical-align: top;
  width: 75px;
}
.field-detailed-rating .admin__field-rating .admin__field-control {
  direction: rtl;
  display: inline-block;
  margin: -1px 0 0;
  unicode-bidi: bidi-override;
  vertical-align: top;
  width: 125px;
}
.field-detailed-rating .admin__field-rating .admin__field-control label {
  color: #cccccc;
  cursor: pointer;
  float: right;
  font-size: 18px;
  overflow: hidden;
  transition: color 150ms linear;
  white-space: nowrap;
  width: 18px;
}
.field-detailed-rating .admin__field-rating .admin__field-control label:before {
  display: none;
}
.field-detailed-rating input[type='radio'] {
  display: none;
}
.field-summary-rating .rating-box {
  background: url('../../adminhtml/Magento/backend/en_GB/images/rating-bg.png') repeat-x 0 0;
  font-size: 0;
  height: 13px;
  line-height: 0;
  margin: 4px 0 0;
  overflow: hidden;
  width: 90px;
}
.field-summary-rating .rating-box .rating {
  background: url('../../adminhtml/Magento/backend/en_GB/images/rating-bg.png') repeat-x 0 -13px;
  height: 13px;
}
.adminhtml-reward-rate-edit .field-rate .boundary {
  float: left;
  width: 125px;
}
.adminhtml-reward-rate-edit .field-rate .boundary-upper {
  margin-left: 30px;
  position: relative;
}
.adminhtml-reward-rate-edit .field-rate .boundary-upper:before {
  content: '»';
  left: -17.14285714px;
  position: absolute;
  top: 25%;
}
.adminhtml-reward-rate-edit .field-rate .boundary-upper label {
  height: 0;
  visibility: hidden;
  display: block;
}
.rma-items .col-actions .action-item-details,
.rma-items .col-actions .action-item-split-line {
  margin: 0 0 0.5rem;
}
.rma-items .col-actions .action {
  margin-right: 0.5rem;
}
.rma-items .admin__control-select,
.rma-items .ui-datepicker .ui-datepicker-title select,
.rma-items #mgzreports-datepicker select.monthselect,
.rma-items #mgzreports-datepicker select.yearselect {
  max-width: 10rem;
}
.rma-items-block .col-actions a {
  margin: 0 0 0.5rem;
}
.rma-items-block .col-reason .admin__control-select + .admin__control-text,
.rma-items-block .col-reason .ui-datepicker .ui-datepicker-title select + .admin__control-text,
.rma-items-block .col-reason #mgzreports-datepicker select.monthselect + .admin__control-text,
.rma-items-block .col-reason #mgzreports-datepicker select.yearselect + .admin__control-text {
  margin-top: 0.5rem;
}
.select-order-items-block .admin__page-section-title .actions,
.rma-items-block .admin__page-section-title .actions {
  float: right;
  margin-bottom: 1.7rem;
  margin-top: -.3rem;
}
.col-rma-product a {
  float: right;
}
.order-details .order-items .admin__page-section-title .actions,
.order-details .order-search-items .admin__page-section-title .actions,
.order-details .order-additional-area .admin__page-section-title .actions {
  float: right;
  margin-bottom: 1.7rem;
  margin-top: -.3rem;
}
.order-details .order-items .admin__page-section-title .action-secondary,
.order-details .order-search-items .admin__page-section-title .action-secondary,
.order-details .order-additional-area .admin__page-section-title .action-secondary {
  margin-left: 2rem;
}
.order-details .admin__field-option .admin__field-label {
  display: block;
  width: auto;
}
.field-vat-number .action-default {
  font-weight: 400;
  margin-top: 1rem;
  padding: 0;
}
.admin__fieldset > .admin__field-shipping-same-as-billing {
  margin-bottom: 1rem;
  margin-top: -2rem;
}
.order-billing-address .order-choose-address {
  margin-top: 14px;
}
.order-discounts {
  margin-top: 2rem;
}
.order-discounts .action-secondary {
  float: right;
  margin-top: 2.1rem;
}
.order-discounts .order-coupons {
  float: left;
}
.order-discounts .admin__field {
  display: inline-block;
  margin: 0 3.5rem 0 0;
  vertical-align: top;
}
.order-discounts .admin__field .admin__field-control {
  padding-right: 32px;
  position: relative;
}
.order-discounts .admin__field .action-default {
  position: absolute;
  right: 0;
  top: 7px;
}
.order-discounts .admin__field .action-default:before {
  content: '\e625';
}
.order-discounts .admin__field .action-default:hover {
  color: #35302c;
}
.order-discounts .admin__field p {
  margin: 1rem 0 0;
}
.order-discounts .action-remove {
  color: #514943;
  margin-left: 0.5rem;
}
.order-discounts .action-remove:hover {
  color: #35302c;
  text-decoration: none;
}
.order-discounts .action-remove:before {
  content: '\e630';
}
.order-gift-options .card-price-box {
  display: none;
}
.order-gift-options .card-price-box._active {
  display: block;
}
.order-gift-options .price-box .price {
  font-weight: 700;
}
.order-gift-options > .giftmessage-order-create {
  float: left;
  width: calc( (100%) * 0.5 - 30px );
}
.order-gift-options .admin__field._required[class]:not(.admin__field-option) > .admin__field-label span:after {
  margin-left: 0;
}
.giftmessage-order-create .field-sender {
  margin-top: 1.4rem;
}
.giftmessage-order-create .admin__field {
  margin-bottom: 3rem;
  position: relative;
}
.giftmessage-order-create .admin__field + .admin__field {
  margin-top: 1.5rem;
}
.order-items > .admin__page-section-title {
  margin: 0;
}
.order-items .actions-update {
  margin: 2rem 0;
  text-align: right;
}
.order-search-items .data-grid .action-configure {
  float: right;
}
.order-search-items .data-grid .action-configure.disabled {
  display: none;
}
.order-search-items .data-grid .col-id,
.order-search-items .data-grid .col-price,
.order-search-items .data-grid .col-select {
  width: 10rem;
}
.abs-order-tables,
.order-creditmemo-tables,
.order-tables,
.order-invoice-tables,
.edit-order-table,
.order-shipment-table {
  margin: 0 0 1.7rem;
  width: 100%;
}
.abs-order-tables th,
.order-creditmemo-tables th,
.order-tables th,
.order-invoice-tables th,
.edit-order-table th,
.order-shipment-table th {
  border-top: 0;
  font-size: 1.3rem;
}
.abs-order-tables td,
.order-creditmemo-tables td,
.order-tables td,
.order-invoice-tables td,
.edit-order-table td,
.order-shipment-table td {
  border-bottom: none;
}
.abs-order-tables tbody tr.row-messages-error td,
.abs-order-tables tbody tr.row-gift-options td,
.order-creditmemo-tables tbody tr.row-messages-error td,
.order-creditmemo-tables tbody tr.row-gift-options td,
.order-tables tbody tr.row-messages-error td,
.order-tables tbody tr.row-gift-options td,
.order-invoice-tables tbody tr.row-messages-error td,
.order-invoice-tables tbody tr.row-gift-options td,
.edit-order-table tbody tr.row-messages-error td,
.edit-order-table tbody tr.row-gift-options td,
.order-shipment-table tbody tr.row-messages-error td,
.order-shipment-table tbody tr.row-gift-options td {
  padding-top: 0;
}
.abs-order-tables tfoot td,
.order-creditmemo-tables tfoot td,
.order-tables tfoot td,
.order-invoice-tables tfoot td,
.edit-order-table tfoot td,
.order-shipment-table tfoot td {
  border-bottom: 1px solid #e3e3e3;
  border-top: none;
}
.abs-order-tables .col-actions .admin__control-select,
.abs-order-tables .col-actions .ui-datepicker .ui-datepicker-title select,
.abs-order-tables .col-actions #mgzreports-datepicker select.monthselect,
.abs-order-tables .col-actions #mgzreports-datepicker select.yearselect,
.order-creditmemo-tables .col-actions .admin__control-select,
.order-tables .col-actions .admin__control-select,
.order-invoice-tables .col-actions .admin__control-select,
.edit-order-table .col-actions .admin__control-select,
.order-shipment-table .col-actions .admin__control-select {
  width: 13rem;
}
.abs-order-tables .price,
.order-creditmemo-tables .price,
.order-tables .price,
.order-invoice-tables .price,
.edit-order-table .price,
.order-shipment-table .price {
  display: inline-block;
  margin: 0 0 0.5rem;
}
.abs-order-tables .item-options,
.order-creditmemo-tables .item-options,
.order-tables .item-options,
.order-invoice-tables .item-options,
.edit-order-table .item-options,
.order-shipment-table .item-options {
  margin: 1rem 0 0;
}
.abs-order-tables .item-options dt,
.order-creditmemo-tables .item-options dt,
.order-tables .item-options dt,
.order-invoice-tables .item-options dt,
.edit-order-table .item-options dt,
.order-shipment-table .item-options dt {
  clear: left;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}
.abs-order-tables .item-options dd,
.order-creditmemo-tables .item-options dd,
.order-tables .item-options dd,
.order-invoice-tables .item-options dd,
.edit-order-table .item-options dd,
.order-shipment-table .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 0.5rem;
}
.abs-order-tables .custom-price-block,
.abs-order-tables .discount-price-block,
.order-creditmemo-tables .custom-price-block,
.order-creditmemo-tables .discount-price-block,
.order-tables .custom-price-block,
.order-tables .discount-price-block,
.order-invoice-tables .custom-price-block,
.order-invoice-tables .discount-price-block,
.edit-order-table .custom-price-block,
.edit-order-table .discount-price-block,
.order-shipment-table .custom-price-block,
.order-shipment-table .discount-price-block {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}
.abs-order-tables .custom-price-block .admin__field-label,
.abs-order-tables .discount-price-block .admin__field-label,
.order-creditmemo-tables .custom-price-block .admin__field-label,
.order-creditmemo-tables .discount-price-block .admin__field-label,
.order-tables .custom-price-block .admin__field-label,
.order-tables .discount-price-block .admin__field-label,
.order-invoice-tables .custom-price-block .admin__field-label,
.order-invoice-tables .discount-price-block .admin__field-label,
.edit-order-table .custom-price-block .admin__field-label,
.edit-order-table .discount-price-block .admin__field-label,
.order-shipment-table .custom-price-block .admin__field-label,
.order-shipment-table .discount-price-block .admin__field-label {
  line-height: 1.6rem;
}
.abs-order-tables .product-configure-block,
.order-creditmemo-tables .product-configure-block,
.order-tables .product-configure-block,
.order-invoice-tables .product-configure-block,
.edit-order-table .product-configure-block,
.order-shipment-table .product-configure-block {
  margin: 1rem 0 0;
}
.abs-order-tables .product-configure-block .disabled,
.order-creditmemo-tables .product-configure-block .disabled,
.order-tables .product-configure-block .disabled,
.order-invoice-tables .product-configure-block .disabled,
.edit-order-table .product-configure-block .disabled,
.order-shipment-table .product-configure-block .disabled {
  display: none;
}
.abs-order-tables .product-sku-block,
.order-creditmemo-tables .product-sku-block,
.order-tables .product-sku-block,
.order-invoice-tables .product-sku-block,
.edit-order-table .product-sku-block,
.order-shipment-table .product-sku-block {
  margin: 1rem 0 0;
}
.order-account-information .admin__field {
  margin-bottom: 0;
}
.order-account-information [class*='field-group'] {
  float: left;
}
.order-account-information .field-email {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  width: 50%;
}
.page-create-order .order-details:not(.order-details-existing-customer) .order-account-information .field-email {
  margin-left: -30px;
}
.page-create-order .order-details:not(.order-details-existing-customer) .order-account-information .field-group_id {
  margin-right: 30px;
}
.admin__payment-method-wrapper {
  margin: 0;
  width: calc(50% - 3rem);
}
.admin__payment-method-wrapper .admin__field {
  margin-left: 0;
}
.admin__payment-method-wrapper .admin__field:first-child {
  margin-top: 1.5rem;
}
.admin__payment-method-wrapper .admin__payment-methods {
  margin: 0;
}
.admin__order-shipment-methods-title {
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.admin__order-shipment-methods-options {
  margin: 0 0 2rem;
}
.admin__order-shipment-methods-options-list {
  list-style: none;
  margin: 0;
}
.order-billing-method-summary,
.order-shipping-method-summary {
  padding-top: 0.7rem;
}
.order-shipping-method,
.order-billing-method {
  position: relative;
}
.order-billing-method-summary .action-default,
.order-shipping-method-summary .action-default,
.order-shipping-method-info .action-default {
  font-weight: 400;
  padding: 0;
}
.order-methods-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.order-methods-overlay span {
  background-color: #ffffff;
  display: block;
  font-weight: 700;
  left: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 43px;
}
.order-shipping-address .order-methods-overlay span {
  top: 0;
}
.shipping-description-wrapper .price {
  font-weight: 700;
}
.shipping-description-title {
  font-weight: 700;
}
.action-create-label {
  margin: 1rem 0;
}
.order-payment-method-title + .order-payment-currency {
  margin-top: 1rem;
}
.order-payment-method-title .admin__table-secondary {
  margin-top: 1rem;
}
.order-sidebar {
  color: #666666;
  padding: 3rem 2rem;
}
.order-sidebar .order-currency {
  float: none;
  font-size: 1.4rem;
  margin: 0 0 2.4rem;
}
.order-sidebar .order-currency .admin__field-label {
  display: block;
  margin: 0 0 1rem;
  text-align: left;
}
.order-sidebar .customer-activity-title {
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  padding: 0 0 2.4rem;
}
.order-sidebar .admin__control-select,
.order-sidebar .ui-datepicker .ui-datepicker-title select,
.order-sidebar #mgzreports-datepicker select.monthselect,
.order-sidebar #mgzreports-datepicker select.yearselect {
  margin: 0 0 0.5rem;
  width: 100%;
}
.order-sidebar .order-sidebar-block {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 2.4rem;
  padding: 0 0 2.4rem;
}
.order-sidebar .admin__table-primary {
  color: #666666;
  width: 100%;
}
.order-sidebar .admin__table-primary th:first-child,
.order-sidebar .admin__table-primary td:first-child {
  padding-left: 2rem;
}
.order-sidebar .admin__table-primary .icon {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  vertical-align: middle;
}
.order-sidebar .admin__table-primary .icon:after {
  color: #666666;
}
.order-sidebar .admin__table-primary .icon.icon-remove {
  margin-left: -3px;
}
.order-sidebar .admin__table-primary .icon.icon-remove:after {
  content: '\e630';
}
.order-sidebar .admin__table-primary .icon.icon-add:after {
  content: '\e625';
}
.order-sidebar .admin__table-primary .icon.icon-configure:after {
  content: '\e610';
}
.order-sidebar .admin__table-primary .icon.icon-configure:hover:after {
  color: #35302c;
}
.order-sidebar .admin__table-primary .col-add {
  text-align: right;
}
.order-sidebar .admin__table-primary .col-add .icon-configure,
.order-sidebar .admin__table-primary .col-add .icon-add {
  margin-right: 1rem;
}
.order-sidebar .action-refresh {
  display: table-cell;
  font-size: 2rem;
  padding-right: 1rem;
  vertical-align: middle;
}
.order-sidebar .action-refresh:after {
  color: #d4d4d4;
  content: '\e61f';
}
.order-sidebar .action-refresh:hover {
  text-decoration: none;
}
.order-sidebar .action-refresh:hover:after {
  color: #bbbbbb;
}
.order-sidebar .create-order-sidebar-block .sidebar-title-block {
  margin: 0 0 2.4rem;
}
.order-sidebar .create-order-sidebar-block .auto-scroll {
  margin: 0 -2rem 0.5rem;
  max-height: 24rem;
  overflow: auto;
  position: relative;
}
.order-sidebar .create-order-sidebar-block .auto-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
}
.order-sidebar .create-order-sidebar-block .auto-scroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.order-sidebar .create-order-sidebar-block .auto-scroll + .action-default {
  margin-top: 1.7rem;
}
.order-sidebar .create-order-sidebar-block .auto-scroll .no-items {
  padding-left: 2rem;
}
.order-sidebar .create-order-sidebar-block .admin__field-option {
  padding-top: 0;
}
.order-sidebar .create-order-sidebar-label {
  display: table-cell;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
}
.order-sidebar .create-order-sidebar-label + .admin__control-select,
.order-sidebar .create-order-sidebar-label + .ui-datepicker .ui-datepicker-title select,
.order-sidebar .create-order-sidebar-label + #mgzreports-datepicker select.monthselect,
.order-sidebar .create-order-sidebar-label + #mgzreports-datepicker select.yearselect {
  margin-top: 1.7rem;
}
.order-sidebar .actions .action-secondary {
  width: 100%;
}
.add-by-sku-wrapper .add-by-sku {
  margin: 0 0 2rem;
}
.add-by-sku-wrapper .admin__field-note {
  margin: 1.4rem 0;
}
.add-by-sku-wrapper .action-reset {
  display: inline-block;
  font-size: 1.6rem;
  margin: -0.4rem 0 0;
  opacity: .5;
  vertical-align: middle;
}
.add-by-sku-wrapper .action-reset:after {
  color: '\e620';
  content: '\e620';
}
.add-by-sku-wrapper .action-reset:hover {
  opacity: 1;
}
.add-by-sku-wrapper .action-reset:hover:after {
  color: #35302c;
}
.add-by-sku-wrapper .col-qty {
  width: 8rem;
}
.order-subtotal-table .admin__control-text {
  width: 5.4rem;
}
.order-subtotal-table .admin__total-amount {
  text-align: right;
}
.order-totals .admin__total-amount {
  text-align: right;
}
.totals-actions {
  text-align: right;
}
.order-totals-actions {
  margin-top: 1rem;
}
.order-totals-actions .actions {
  margin-top: 3rem;
  text-align: right;
}
.order-totals-actions .primary + .primary {
  margin-left: 1rem;
}
.edit-order-comments .note-list {
  font-size: 1.2rem;
  list-style: none;
  margin: 0 0 2.4rem;
}
.edit-order-comments .note-list-item {
  margin: 0 0 0.5rem;
}
.edit-order-comments .note-list-date,
.edit-order-comments .note-list-time {
  padding: 0 1rem 0 0;
}
.edit-order-comments .note-list-status,
.edit-order-comments .note-list-customer {
  border-left: 1px solid #a6a6a6;
  padding: 0 1rem;
}
.edit-order-comments .note-list-customer-notapplicable,
.edit-order-comments .note-list-customer-not-notified,
.edit-order-comments .note-list-customer-notified {
  font-weight: 700;
  padding: 0 1rem 0 0;
}
.edit-order-comments .note-list-comment {
  margin: 0 0 1.7rem;
}
.edit-order-comments .comments-block-item {
  margin: 0 0 2.4rem;
}
.edit-order-comments .comments-block-item-comment {
  margin: 0 0 0.5rem;
}
.edit-order-comments .comments-block-item-date-time {
  font-size: 1.1rem;
}
.edit-order-comments-block-title {
  margin: 0 0 2.4rem;
  color: #41362f;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.9rem;
}
.order-view > .ui-tabs-panel {
  border: 0;
  margin: 0;
  padding: 0;
}
.order-view .admin__data-grid-pager-wrap .selectmenu {
  margin-bottom: 10px;
}
.order-view .data-grid-search-control-wrap {
  margin-bottom: 10px;
}
.admin__page-section {
  margin-bottom: 5rem;
}
.admin__page-section .admin__control-table-wrapper {
  margin-top: 2rem;
}
.admin__page-section address {
  font-style: normal;
}
.admin__page-subsection + .admin__page-subsection {
  margin-top: 2.5rem;
}
.admin__page-section-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.7rem;
  padding: 1.4rem 0 .5rem;
}
.admin__page-section-title strong,
.admin__page-section-title .title {
  float: left;
  margin: 0;
}
.admin__page-section-title .actions {
  display: inline-block;
  margin-left: 0.5rem;
}
.admin__page-section-title .actions._primary {
  float: right;
}
.admin__page-section-item-title,
.admin__page-section-content .admin__page-section-title {
  border-bottom: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
.admin__page-section-item-title .title,
.admin__page-section-content .admin__page-section-title .title {
  margin: 0;
}
.admin__page-section-item-title .actions,
.admin__page-section-content .admin__page-section-title .actions {
  display: inline-block;
  margin-left: 0.5rem;
}
.order-customer-selector .admin__page-section-title .title {
  margin: 0 0 2rem;
}
.order-customer-selector .admin__page-section-title .actions {
  float: right;
  margin-top: -.5rem;
}
.tree-store-scope .admin__field {
  margin: 0 0 1rem;
}
.abs-qty-table th,
.abs-qty-table td,
.abs-order-tables .qty-table th,
.abs-order-tables .qty-table td,
.order-creditmemo-tables .qty-table th,
.order-creditmemo-tables .qty-table td,
.order-tables .qty-table th,
.order-tables .qty-table td,
.order-invoice-tables .qty-table th,
.order-invoice-tables .qty-table td,
.edit-order-table .qty-table th,
.edit-order-table .qty-table td,
.order-shipment-table .qty-table th,
.order-shipment-table .qty-table td {
  border: none;
  font-weight: 400;
  padding: 0 0.5rem 0.5rem 0;
}
.abs-order-tbody-border tbody,
.order-creditmemo-tables tbody,
.order-tables tbody,
.order-invoice-tables tbody,
.edit-order-table tbody,
.order-shipment-table tbody {
  border-bottom: 1px solid #e3e3e3;
}
.abs-order-tbody-border tbody:last-of-type,
.order-creditmemo-tables tbody:last-of-type,
.order-tables tbody:last-of-type,
.order-invoice-tables tbody:last-of-type,
.edit-order-table tbody:last-of-type,
.order-shipment-table tbody:last-of-type {
  border-bottom: none;
}
.product-configure-popup .weee .price-excluding-tax,
.product-configure-popup .weee .price-including-tax {
  display: block;
  font-size: 1.3rem;
}
.product-configure-popup .weee .price-excluding-tax:before,
.product-configure-popup .weee .price-including-tax:before {
  content: attr(data-label) ': ';
}
.options-list.nested .admin__field-option .admin__field-label > span:after {
  content: none;
}
.summary-total {
  cursor: pointer;
}
.summary-total .summary-collapse {
  display: inline-block;
  padding: 0 0 0 2.3rem;
  position: relative;
}
.summary-total .summary-collapse:before {
  content: '\e616';
  font-size: 1.8rem;
  left: 0;
  position: absolute;
  top: 0;
}
.summary-total .summary-collapse:active:before {
  transform: scale(0.9);
}
.show-details .summary-collapse:before {
  content: '\e615';
}
.summary-details .label,
.summary-details .admin__total-mark {
  padding-left: 3.3rem;
}
#sales_order_create_search_grid .col-in_products .data-grid-checkbox-cell-inner {
  position: relative;
}
#sales_order_create_search_grid .col-in_products .checkbox {
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
#product_composite_configure_form_fields .admin__field.required .admin__field-label:after {
  color: #e22626;
  content: '*';
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  margin-top: .2rem;
  position: absolute;
  z-index: 1;
}
#product_composite_configure_form_fields .admin__field.required .price-container:after,
#product_composite_configure_form_fields .admin__field.required .price-notice:after,
#product_composite_configure_form_fields .admin__field.required .price-wrapper:after {
  color: unset;
  content: unset;
  display: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  margin-left: unset;
  margin-top: unset;
  position: unset;
  z-index: unset;
}
.abs-admin__table-secondary-edit-order th,
.order-payment-method-title .admin__table-secondary th,
.order-information-table th,
.order-account-information-table th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.abs-admin__table-secondary-edit-order td,
.order-payment-method-title .admin__table-secondary td,
.order-information-table td,
.order-account-information-table td {
  text-align: right;
}
.abs-admin__table-secondary-edit-order tr:last-child td,
.order-payment-method-title .admin__table-secondary tr:last-child td,
.order-information-table tr:last-child td,
.order-account-information-table tr:last-child td {
  border: none;
}
.edit-order-table {
  margin-bottom: 5rem;
}
.edit-order-table tfoot._hide {
  display: none;
}
.edit-order-table tfoot td {
  padding-top: 1rem;
}
.edit-order-table tfoot .col-total {
  text-align: right;
}
.edit-order-table .edit-total-price-block {
  padding-left: 3rem;
}
.order-subtotal-table tr td:last-child {
  text-align: right;
}
.order-history-block {
  margin: 0 0 5rem;
}
.order-history-comments-actions {
  margin-top: 1.7rem;
}
.block-schedule {
  border: 1px solid #bbbbbb;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.block-schedule .block-title {
  background: #f8f8f8;
  padding: 2rem 2.5rem;
}
.block-schedule .block-title .title {
  font-size: 2rem;
  font-weight: 200;
}
.block-schedule .block-title .subtitle {
  font-style: italic;
}
.block-schedule .block-title .subtitle:before {
  content: ' (';
}
.block-schedule .block-title .subtitle:after {
  content: ')';
}
.block-schedule .block-title-actions {
  float: right;
  line-height: 3.2rem;
  text-align: right;
  white-space: nowrap;
}
.block-schedule .block-title-actions .action-secondary {
  float: right;
  margin-left: 2.5rem;
}
.block-schedule .admin__data-grid-outer-wrap {
  min-height: 0;
}
.block-schedule .admin__data-grid-outer-wrap {
  position: relative;
}
.block-content-actions {
  padding: 0 0 1.2rem 1.8rem;
  position: relative;
  text-align: center;
}
.block-content-actions:before {
  background: linear-gradient(to top, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 20px;
  left: -12px;
  position: absolute;
  top: -20px;
  width: 24px;
}
.block-schedule-table .block-content {
  border-top: 1px solid #bbbbbb;
}
.block-schedule-table .block-content .schedule-table-wrapper {
  margin: 2.5rem;
}
.block-schedule-table .ui-resizable-s {
  cursor: ns-resize;
}
.schedule-table {
  border-collapse: collapse;
  width: 100%;
}
.schedule-table td {
  line-height: 2rem;
  padding: 0 1rem 1rem;
  vertical-align: top;
}
.schedule-table td:first-child {
  border-left: 3px solid #514943;
}
.schedule-table em {
  color: #666666;
}
.schedule-table .schedule-date {
  font-weight: 700;
  padding-left: 2rem;
  white-space: nowrap;
  width: 10rem;
}
.schedule-table .schedule-date:before {
  background: #ffffff;
  border: 3px solid #514943;
  border-radius: 50%;
  box-sizing: content-box;
  content: '';
  display: inline-block;
  height: 17px;
  margin-left: -33px;
  margin-top: -1px;
  position: absolute;
  width: 17px;
}
.schedule-table .schedule-date time {
  white-space: nowrap;
}
.schedule-table .schedule-date.schedule-date-empty:before {
  display: none;
}
.schedule-table .schedule-end .schedule-date:before {
  background: #514943;
  border: 0;
  margin-left: -30px;
  margin-top: 2px;
}
.schedule-table .schedule-time {
  white-space: nowrap;
  width: 7rem;
}
.schedule-table .schedule-label {
  color: #666666;
  font-size: 1.2rem;
  width: 1%;
}
.schedule-table tr:last-child td {
  padding-bottom: 3rem;
}
.schedule-table .schedule-actions {
  padding-right: 0;
  white-space: nowrap;
  width: 10%;
}
.schedule-table .schedule-actions a + a:before {
  color: #666666;
  content: '|';
  display: inline-block;
  margin: 0 .3rem 0 .4rem;
}
.schedule-table .schedule-actions .action-menu-item {
  cursor: pointer;
}
.schedule-name {
  font-weight: 700;
}
.limited-text {
  display: inline-block;
  line-height: 1.4em;
  max-height: 4.4em;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.limited-text:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 50%);
  content: '...';
  height: 1.2em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 1.2em;
  width: 5rem;
}
.limited-text + .limited-text {
  line-height: 1.6rem;
  margin: .8rem 0 0;
}
@supports (-webkit-line-clamp: 3) {
  .limited-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: auto;
    max-height: 4.4em;
  }
  .limited-text:after {
    display: none;
  }
}
.limited-text-changes {
  font-size: 1.2rem;
}
.block-nodata {
  padding: 2.5rem;
}
.fieldset-schedule:last-child {
  border-bottom: 1px solid #cccccc;
}
.fieldset-schedule .admin__fieldset {
  padding: 0;
}
.fieldset-schedule .admin__fieldset > :last-child {
  margin-bottom: 3rem;
}
.fieldset-schedule .admin__fieldset > .fieldset-wrapper:last-child {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.fieldset-schedule .fieldset-wrapper-title {
  border-bottom: 0;
  line-height: 1.2;
  margin: 2rem 0 1rem;
  padding: 0;
}
.fieldset-schedule .fieldset-wrapper-title strong {
  font-size: 2rem;
  font-weight: 400;
}
.fieldset-schedule ._has-datepicker.admin__control-text {
  width: 19rem;
}
.schedule-summary {
  display: table;
  list-style: none;
  width: 100%;
}
.schedule-summary .schedule-summary-name,
.schedule-summary .schedule-summary-date {
  display: table-cell;
  padding-right: .5rem;
}
.schedule-summary .schedule-summary-name {
  width: 50%;
}
.schedule-summary .schedule-summary-date {
  width: 25%;
}
.staging-preview-header {
  background-color: #373330;
  color: #c3bbb1;
  position: relative;
}
.staging-preview-header .logo {
  float: left;
  margin: 1.5rem 2.5rem;
}
.staging-preview-item-title {
  cursor: pointer;
  float: left;
  font-size: 1.3rem;
  min-height: 8.5rem;
  padding: 1.5rem 4rem 2.5rem;
  position: relative;
}
.staging-preview-item-title:hover {
  background-color: #45403d;
}
.staging-preview-item-title._active {
  background-color: #524d49;
  cursor: default;
}
.staging-preview-item-title._active:hover {
  background-color: #524d49;
}
.staging-preview-item-title .title {
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.staging-preview-item-title .subtitle {
  font-size: 1.1rem;
  font-style: italic;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.staging-preview-item-calendar:before {
  background: #736963;
  content: '';
  height: 55px;
  left: -1px;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.staging-preview-item-calendar:focus:before,
.staging-preview-item-calendar._active:before {
  display: none;
}
.staging-preview-item-calendar .title {
  display: inline-block;
  text-decoration: none;
}
.staging-preview-item-calendar .title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 2rem;
  color: inherit;
  content: '\e627';
  font-family: 'Admin Icons';
  margin: -0.2rem 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.staging-preview-item-screen .title {
  display: inline-block;
  text-decoration: none;
}
.staging-preview-item-screen .title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: 2rem;
  color: inherit;
  content: '\e640';
  font-family: 'Admin Icons';
  margin: -0.2rem 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.staging-preview-item-customer .title {
  display: inline-block;
  text-decoration: none;
}
.staging-preview-item-customer .title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 2rem;
  color: inherit;
  content: '\e603';
  font-family: 'Admin Icons';
  margin: -0.2rem 1rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.staging-preview-item-content-wrapper {
  background-color: #524d49;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.staging-preview-item-content-wrapper > .actions-toolbar {
  border-bottom: 1px solid #8a837f;
  padding: 1.5rem 2rem 2rem;
  text-align: right;
}
.staging-preview-item-content-wrapper > .actions-toolbar .action-close {
  color: #c3bbb1;
  font-size: 2rem;
  margin-left: 1.5rem;
  vertical-align: middle;
}
.staging-preview-item-content-wrapper > .actions-toolbar .action-close:hover {
  color: #ada294;
}
.staging-preview-item-content-wrapper > .actions-toolbar .action-close:focus {
  background: transparent;
}
.staging-preview-item-content {
  padding: 4rem;
}
.staging-preview-item-content .admin__fieldset > .admin__legend {
  font-size: 2rem;
  font-weight: 300;
}
.staging-preview-item-content .admin__field > .admin__field-label {
  color: #c3bbb1;
}
.staging-preview-item-content .admin__control-text {
  background-color: #5b5652;
  border-color: #c3bbb1;
  color: #ffffff;
}
.staging-preview-item-content .admin__control-text:hover {
  border-color: #ada294;
}
.staging-preview-item-content .admin__control-text:focus {
  border-color: #007bdb;
}
.staging-preview-item-content .admin__control-select,
.staging-preview-item-content .ui-datepicker .ui-datepicker-title select,
.staging-preview-item-content #mgzreports-datepicker select.monthselect,
.staging-preview-item-content #mgzreports-datepicker select.yearselect {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/arrows-bg-light.svg'), linear-gradient(#373330, #373330), linear-gradient(#c3bbb1, #c3bbb1);
  background-position: calc(100% - 12px) -34px, 100%, calc(100% - 3.2rem) 0;
  background-size: auto, 3.2rem 100%, 1px 100%;
  background-color: #5b5652;
  background-repeat: no-repeat;
  border-color: #c3bbb1;
  color: #ffffff;
}
.staging-preview-item-content .admin__control-select:hover,
.staging-preview-item-content .ui-datepicker .ui-datepicker-title select:hover,
.staging-preview-item-content #mgzreports-datepicker select.monthselect:hover,
.staging-preview-item-content #mgzreports-datepicker select.yearselect:hover {
  border-color: #ada294;
}
.staging-preview-item-content .admin__control-select:focus,
.staging-preview-item-content .ui-datepicker .ui-datepicker-title select:focus,
.staging-preview-item-content #mgzreports-datepicker select.monthselect:focus,
.staging-preview-item-content #mgzreports-datepicker select.yearselect:focus {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/arrows-bg-light.svg'), linear-gradient(#373330, #373330), linear-gradient(#007bdb, #007bdb);
  background-position: calc(100% - 12px) 13px, 100%, calc(100% - 3.2rem) 0;
  border-color: #007bdb;
}
.staging-preview-item-content .ui-datepicker-trigger:after {
  color: #c3bbb1;
}
.staging-preview-item-segment .admin__field:last-child {
  margin-bottom: 0;
}
.staging-preview-item-segment .admin__field > .admin__field-label {
  width: 12rem;
}
.staging-preview-item-segment .admin__control-select,
.staging-preview-item-segment .ui-datepicker .ui-datepicker-title select,
.staging-preview-item-segment #mgzreports-datepicker select.monthselect,
.staging-preview-item-segment #mgzreports-datepicker select.yearselect {
  min-width: 275px;
}
.staging-preview-content {
  bottom: 0;
  height: 400px;
  left: 0;
  overflow: auto;
  right: 0;
  top: 0;
}
.staging-preview-content iframe {
  border: none;
  display: block;
  height: 100%;
  width: 100%;
}
.staging-preview-content-dynamic {
  border: 1px solid #999999;
  height: 100%;
  margin: 0 auto;
  transition: width 1s, height 1s;
  width: 100%;
}
.staging-update-preview > .data-grid._dragging-copy .data-grid-th {
  background-color: #373330;
  color: #ffffff;
}
.staging-update-preview > .data-grid._dragging-copy td {
  background-color: #524d49;
  border-bottom: 1px solid #7f7c7a;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .row-gutter {
  margin-left: 0;
  margin-right: 0;
}
.staging-preview-item-content-wrapper .row-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.staging-preview-item-content-wrapper .view-specific-date .admin__control-text {
  width: auto;
}
.staging-preview-item-content-wrapper .admin__data-grid-outer-wrap {
  border-top: 1px solid #666666;
  max-height: 400px;
  overflow-y: auto;
  padding: 15px 1rem 0 0;
}
.staging-preview-item-content-wrapper .data-grid:not(._dragging-copy) ._odd-row td._dragging {
  background-color: #45403d;
  color: rgba(255, 255, 255, 0.95);
}
.staging-preview-item-content-wrapper .data-grid:not(._dragging-copy) td._dragging {
  background-color: #45403d;
  color: rgba(255, 255, 255, 0.95);
}
.staging-preview-item-content-wrapper .data-grid .data-grid-th {
  background-color: #373330;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .data-grid .data-grid-th._sortable:focus {
  background-color: #0e0d0c;
}
.staging-preview-item-content-wrapper .data-grid .data-grid-th._sortable:hover {
  background-color: #1c1a18;
}
.staging-preview-item-content-wrapper .data-grid tr._odd-row td {
  background-color: #524d49;
}
.staging-preview-item-content-wrapper .data-grid tr:active td,
.staging-preview-item-content-wrapper .data-grid tr:hover td {
  background-color: #6d6661;
}
.staging-preview-item-content-wrapper .data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom-color: #7f7c7a;
}
.staging-preview-item-content-wrapper .data-grid td {
  background-color: #524d49;
  border-bottom: 1px solid #7f7c7a;
  border-left-color: #999999;
  border-right-color: #999999;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .data-grid td:first-child {
  border-left: none;
}
.staging-preview-item-content-wrapper .data-grid td:last-child {
  border-right: none;
}
.staging-preview-item-content-wrapper .admin__data-grid-loading-mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.staging-preview-item-content-wrapper .selectmenu {
  background-color: #524d49;
}
.staging-preview-item-content-wrapper .selectmenu._active {
  border-color: #c3bbb1;
}
.staging-preview-item-content-wrapper .selectmenu._active .selectmenu-toggle:before {
  border-color: #c3bbb1;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-value input[type='text'] {
  background-color: #524d49;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-toggle:before {
  background: #373330;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-toggle:after {
  border-color: #c3bbb1 transparent transparent transparent;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-items {
  background-color: inherit;
  border-color: #c3bbb1;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-items li:hover {
  background-color: #6d6661;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-items li:last-child .selectmenu-item-action {
  color: #ffffff;
  text-decoration: none;
}
.staging-preview-item-content-wrapper .selectmenu .action-delete,
.staging-preview-item-content-wrapper .selectmenu .action-edit,
.staging-preview-item-content-wrapper .selectmenu .action-save {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .selectmenu .action-delete,
.staging-preview-item-content-wrapper .selectmenu .action-edit {
  border-color: #c3bbb1;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-item-action {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .selectmenu .selectmenu-item-action:hover {
  background-color: #6d6661;
}
.staging-preview-item-content-wrapper .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after {
  border-color: #c3bbb1;
}
.staging-preview-item-content-wrapper .admin__action-dropdown {
  background-color: #524d49;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__action-dropdown:after {
  border-color: #c3bbb1 transparent transparent;
}
.staging-preview-item-content-wrapper .admin__action-dropdown-menu {
  background-color: #524d49;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #524d49;
}
.staging-preview-item-content-wrapper .admin__data-grid-action-columns-menu .admin__field-label {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:not(.action-dropdown-menu-action):hover {
  background-color: #6d6661;
}
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a:hover {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-link {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .action-submit,
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .action-delete,
.staging-preview-item-content-wrapper .admin__data-grid-action-bookmarks .action-edit {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__control-radio:checked + label:before,
.staging-preview-item-content-wrapper .admin__control-checkbox:checked + label:before {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .admin__control-radio + label:before,
.staging-preview-item-content-wrapper .admin__control-checkbox + label:before {
  background-color: #524d49;
}
.staging-preview-item-content-wrapper .action-tertiary,
.staging-preview-item-content-wrapper .downloadable-form .action-add,
.staging-preview-item-content-wrapper .field-vat-number .action-default,
.staging-preview-item-content-wrapper .order-billing-method-summary .action-default,
.staging-preview-item-content-wrapper .order-shipping-method-summary .action-default,
.staging-preview-item-content-wrapper .order-shipping-method-info .action-default {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-select {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-select:hover {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-select:hover:after {
  border-color: #ffffff transparent transparent transparent;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-select:after {
  border-color: #ffffff transparent transparent transparent;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-select._active:hover:after {
  border-color: #ffffff transparent transparent transparent;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-menu,
.staging-preview-item-content-wrapper .action-select-wrap .abs-action-menu .action-submenu,
.staging-preview-item-content-wrapper .action-select-wrap .action-menu .action-submenu,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .dropdown-menu .action-submenu,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .action-menu .action-submenu {
  background-color: #524d49;
  border-color: #6d6661;
  color: #ffffff;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-menu > li:hover,
.staging-preview-item-content-wrapper .action-select-wrap .abs-action-menu .action-submenu > li:hover,
.staging-preview-item-content-wrapper .action-select-wrap .action-menu .action-submenu > li:hover,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .dropdown-menu .action-submenu > li:hover,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .action-menu .action-submenu > li:hover {
  background-color: #6d6661;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-menu > li > a,
.staging-preview-item-content-wrapper .action-select-wrap .abs-action-menu .action-submenu > li > a,
.staging-preview-item-content-wrapper .action-select-wrap .action-menu .action-submenu > li > a,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .dropdown-menu .action-submenu > li > a,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .action-menu .action-submenu > li > a {
  color: #ffffff;
}
.staging-preview-item-content-wrapper .action-select-wrap .action-menu > li > a:hover,
.staging-preview-item-content-wrapper .action-select-wrap .abs-action-menu .action-submenu > li > a:hover,
.staging-preview-item-content-wrapper .action-select-wrap .action-menu .action-submenu > li > a:hover,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .dropdown-menu .action-submenu > li > a:hover,
.staging-preview-item-content-wrapper .action-select-wrap .actions-split .action-menu .action-submenu > li > a:hover {
  color: #ffffff;
}
.staging-preview-item-screen-sizes .admin__control-checkbox + .admin__field-label,
.staging-preview-item-screen-sizes .admin__control-radio + .admin__field-label {
  color: #ffffff;
}
.staging-preview-item-screen-sizes ul {
  display: table;
  margin: 2.5rem 0;
  overflow: hidden;
  width: 100%;
}
.staging-preview-item-screen-sizes li {
  display: table-cell;
  max-width: 30rem;
  padding: 0 2rem;
  position: relative;
  vertical-align: top;
}
.staging-preview-item-screen-sizes li:first-child {
  padding-left: 0;
}
.staging-preview-item-screen-sizes li:last-child {
  border-right: none;
}
.staging-preview-item-screen-sizes li:last-child .admin__field-option {
  padding-left: 2rem;
  white-space: nowrap;
}
.staging-preview-item-screen-sizes li:last-child .admin__field-option:after {
  color: #c3bbb1;
  content: 'px';
  margin-left: 1rem;
}
.staging-preview-item-screen-sizes li:last-child .admin__field-label {
  display: inline-block;
  width: 5rem;
}
.staging-preview-item-screen-sizes li:last-child .admin__control-text {
  width: 6rem;
}
.staging-preview-item-screen-sizes li:last-child .platform:after {
  content: none;
}
.staging-preview-item-screen-sizes li .platform {
  display: inline-block;
  margin-bottom: 1rem;
}
.staging-preview-item-screen-sizes li .platform:after {
  background: repeating-linear-gradient(0deg, #999999, #999999 1px, transparent 1px, transparent 5px);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 3rem;
  width: 1px;
}
.ie11 .staging-preview-item-screen-sizes li .platform:after {
  height: 1000px;
}
.abs-staging-events-item,
.staging-events-actions,
.staging-events-summary,
.staging-events-campaign {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 2rem;
}
.abs-staging-events-count-icon,
.staging-events-campaign-objects-count {
  border-radius: 10px;
  display: inline-block;
  line-height: 2.4rem;
  padding: 0 1rem;
}
.abs-staging-events-count-icon:before,
.staging-events-campaign-objects-count:before {
  content: '\e643';
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.staging-events-actions {
  margin: 1rem 0 0;
  text-align: right;
}
.staging-events-actions .action-secondary {
  margin-left: 1rem;
}
.staging-events-summary {
  margin: 0 0 1.5rem;
}
.staging-events-summary dt {
  clear: left;
  float: left;
  font-weight: 700;
  margin: 1.5rem 0 0;
}
.staging-events-summary dd {
  float: left;
  margin: 1.5rem 0 0 1rem;
}
.staging-events-summary dd span {
  color: #999999;
}
.staging-events-campaign .items {
  margin-left: 2rem;
}
.staging-events-campaign-objects {
  margin: 0 0 1rem;
}
.staging-events-campaign-objects-count {
  background-color: #eeeeee;
  margin-left: 1rem;
}
.timeline-item .staging-events-campaign-objects-count {
  background: #86de00;
}
.timeline-item._active .staging-events-campaign-objects-count {
  background: #77dcff;
}
.staging-events-delete {
  margin-top: 1rem;
  text-align: right;
}
.staging-events-delete .action-delete {
  font-weight: 400;
}
.scheduled-changes-modal-slide .page-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.scheduled-changes-modal-slide .page-actions .store-switcher {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.scheduled-changes-modal-slide .page-actions .store-switcher .admin__action-dropdown {
  font-size: 1.3rem;
  letter-spacing: -.025em;
}
.block-footer .action-add {
  -webkit-appearance: none;
}
.import-export-tax-rates {
  padding-top: 2rem;
}
.block.mselect-list.paginated .admin__action-multiselect-search-wrap {
  border: 1px solid #cccccc;
  border-bottom: none;
  border-radius: 3px;
  margin: 0;
  padding: 1rem;
}
.block.mselect-list.paginated .admin__action-multiselect-search-count {
  font-size: 1.3rem;
}
.translate-table-container table {
  width: 100%;
}
.translate-table-container td {
  background: none;
  padding: 0.5rem;
  text-align: left;
}
.translate-table-container td.value .input-text {
  width: 100%;
}
.translate-table-container th.label {
  border: none;
  font-weight: 700;
  padding: 0.5rem;
  text-align: left;
  width: 150px;
}
.translate-inline-title {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 701;
}
.menu-wrapper ~ .translate-inline-script {
  display: block;
  left: 8.800000000000001rem;
  position: absolute;
  top: 0;
  z-index: 701;
}
.admin__data-grid-wrap-static .data-grid {
  box-sizing: border-box;
}
.admin__data-grid-wrap-static .data-grid thead {
  color: #41362f;
}
.admin__data-grid-wrap-static .data-grid tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.admin__data-grid-wrap-static .data-grid tr:nth-child(even) td._dragging {
  background-color: rgba(245, 245, 245, 0.95);
}
.admin__data-grid-wrap-static .data-grid ul {
  margin-left: 1rem;
  padding-left: 1rem;
}
.admin__data-grid-wrap-static .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
}
.admin__data-grid-wrap-static .admin__data-grid-loading-mask .grid-loader {
  background: url('../../adminhtml/Magento/backend/en_GB/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.data-grid-filters-actions-wrap {
  float: right;
}
.data-grid-search-control-wrap {
  float: left;
  max-width: 45.5rem;
  position: relative;
  width: 35%;
}
.data-grid-search-control-wrap :-ms-input-placeholder {
  font-style: italic;
}
.data-grid-search-control-wrap ::-webkit-input-placeholder {
  font-style: italic;
}
.data-grid-search-control-wrap ::-moz-placeholder {
  font-style: italic;
}
.data-grid-search-control-wrap .action-submit {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  padding: .6rem 2rem .2rem;
  position: absolute;
  right: 0;
  top: 1px;
}
.data-grid-search-control-wrap .action-submit:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.data-grid-search-control-wrap .action-submit:active {
  transform: scale(0.9);
}
.data-grid-search-control-wrap .action-submit:hover:before {
  color: #231d1a;
}
._keyfocus .data-grid-search-control-wrap .action-submit:focus {
  box-shadow: 0 0 0 1px #008bdb;
}
.data-grid-search-control-wrap .action-submit:before {
  content: '\e60c';
  font-size: 2rem;
  transition: color 0.1s linear;
}
.data-grid-search-control-wrap .action-submit > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.data-grid-search-control-wrap .action-menu,
.data-grid-search-control-wrap .abs-action-menu .action-submenu,
.data-grid-search-control-wrap .action-menu .action-submenu,
.data-grid-search-control-wrap .actions-split .dropdown-menu .action-submenu,
.data-grid-search-control-wrap .actions-split .action-menu .action-submenu {
  max-height: 19.25rem;
  overflow-y: auto;
  z-index: 398;
}
.data-grid-search-control-wrap .action-menu-item._selected {
  background-color: #e0f6fe;
}
.data-grid-search-control-wrap .data-grid-search-label {
  display: none;
}
.data-grid-search-control {
  padding-right: 6rem;
  width: 100%;
}
.data-grid-filters-action-wrap {
  float: left;
  padding-left: 2rem;
}
.data-grid-filters-action-wrap .action-default {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  padding-right: 2.1rem;
  padding-top: 0.7rem;
}
.data-grid-filters-action-wrap .action-default._active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-color: #cccccc;
  font-weight: 600;
  margin: -0.1rem 0 0;
  padding-bottom: 1.6rem;
  padding-top: 0.8rem;
  position: relative;
  z-index: 281;
}
.data-grid-filters-action-wrap .action-default._active:after {
  background-color: #eb5202;
  bottom: 100%;
  content: '';
  height: 3px;
  left: -1px;
  position: absolute;
  right: -1px;
}
.data-grid-filters-action-wrap .action-default:before {
  color: #41362f;
  content: '\e605';
  font-size: 1.8rem;
  margin-right: .4rem;
  position: relative;
  top: -1px;
  vertical-align: top;
}
.data-grid-filters-action-wrap .filters-active {
  display: none;
}
.admin__action-grid-select .admin__control-select,
.admin__action-grid-select .ui-datepicker .ui-datepicker-title select,
.admin__action-grid-select #mgzreports-datepicker select.monthselect,
.admin__action-grid-select #mgzreports-datepicker select.yearselect {
  margin: -0.5rem 0.5rem 0 0;
  padding-bottom: .6rem;
  padding-top: .6rem;
}
.admin__data-grid-filters-wrap {
  opacity: 0;
  visibility: hidden;
  clear: both;
  font-size: 1.3rem;
  transition: opacity .3s ease;
}
.admin__data-grid-filters-wrap._show {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-bottom: .7rem;
  padding: 3.6rem 0 3rem;
  position: relative;
  top: -1px;
  z-index: 280;
}
.admin__data-grid-filters-wrap._show .admin__data-grid-filters-footer,
.admin__data-grid-filters-wrap._show .admin__data-grid-filters {
  display: block;
}
.admin__data-grid-filters-wrap .admin__form-field-legend,
.admin__data-grid-filters-wrap .admin__form-field-label {
  display: block;
  font-weight: bold;
  margin: 0 0 .3rem;
  text-align: left;
}
.admin__data-grid-filters-wrap .admin__form-field {
  display: inline-block;
  margin-bottom: 2em;
  margin-left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: top;
  width: calc(100% / 4 - 4px);
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field {
  display: block;
  float: none;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field:last-child {
  margin-bottom: 0;
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-label {
  border: 1px solid transparent;
  float: left;
  font-weight: normal;
  line-height: 1.36;
  margin-bottom: 0;
  padding-bottom: 0.6rem;
  padding-right: 1em;
  padding-top: 0.6rem;
  width: 25%;
}
.admin__data-grid-filters-wrap .admin__form-field .admin__form-field .admin__form-field-control {
  margin-left: 25%;
}
.admin__data-grid-filters-wrap .admin__form-field-label,
.admin__data-grid-filters-wrap .admin__control-text,
.admin__data-grid-filters-wrap .admin__control-select,
.admin__data-grid-filters-wrap .admin__action-multiselect,
.admin__data-grid-filters-wrap .ui-datepicker .ui-datepicker-title select,
.admin__data-grid-filters-wrap #mgzreports-datepicker select.monthselect,
.admin__data-grid-filters-wrap #mgzreports-datepicker select.yearselect {
  font-size: 1.3rem;
}
.admin__data-grid-filters-wrap .admin__control-select,
.admin__data-grid-filters-wrap .ui-datepicker .ui-datepicker-title select,
.admin__data-grid-filters-wrap #mgzreports-datepicker select.monthselect,
.admin__data-grid-filters-wrap #mgzreports-datepicker select.yearselect {
  height: 3.2rem;
  padding-top: 0.5rem;
}
.admin__data-grid-filters-wrap .admin__action-multiselect:before {
  height: 3.2rem;
  width: 3.2rem;
}
.admin__data-grid-filters-wrap .admin__control-text._has-datepicker,
.admin__data-grid-filters-wrap .admin__control-select,
.admin__data-grid-filters-wrap .ui-datepicker .ui-datepicker-title select,
.admin__data-grid-filters-wrap #mgzreports-datepicker select.monthselect,
.admin__data-grid-filters-wrap #mgzreports-datepicker select.yearselect {
  width: 100%;
}
.admin__data-grid-filters {
  display: none;
  margin-left: -2rem;
  margin-right: -2rem;
}
.admin__filters-legend {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.admin__data-grid-filters-footer {
  display: none;
  font-size: 1.4rem;
}
.admin__data-grid-filters-footer .admin__footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.admin__data-grid-filters-footer .admin__footer-secondary-actions {
  float: left;
  width: 50%;
}
.admin__data-grid-filters-current {
  border-bottom: 0.1rem solid #cccccc;
  border-top: 0.1rem solid #cccccc;
  display: none;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
  padding-bottom: .8rem;
  padding-top: 1.1rem;
  width: 100%;
}
.admin__data-grid-filters-current._show {
  display: table;
  position: relative;
  top: -1px;
  z-index: 3;
}
.admin__data-grid-filters-current._show + .admin__data-grid-filters-wrap._show {
  margin-top: -1rem;
}
.admin__current-filters-list-wrap,
.admin__current-filters-title-wrap,
.admin__current-filters-actions-wrap {
  display: table-cell;
  vertical-align: top;
}
.admin__current-filters-title {
  margin-right: 1em;
  white-space: nowrap;
}
.admin__current-filters-list-wrap {
  width: 100%;
  word-break: break-all;
}
.admin__current-filters-list {
  margin-bottom: 0;
}
.admin__current-filters-list > li {
  display: inline-block;
  font-weight: 600;
  margin: 0 1rem .5rem;
  padding-right: 2.6rem;
  position: relative;
}
.admin__current-filters-list .action-remove {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 1px;
}
.admin__current-filters-list .action-remove:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.admin__current-filters-list .action-remove:hover:before {
  color: #949494;
}
.admin__current-filters-list .action-remove:active {
  transform: scale(0.9);
}
.admin__current-filters-list .action-remove:before {
  color: #adadad;
  content: '\e620';
  font-size: 1.6rem;
  transition: color 0.1s linear;
}
.admin__current-filters-list .action-remove > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.admin__current-filters-actions-wrap .action-clear {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap;
}
.admin__data-grid-pager-wrap {
  float: right;
  text-align: right;
}
.admin__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
}
.admin__data-grid-pager .admin__control-text::-webkit-outer-spin-button,
.admin__data-grid-pager .admin__control-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin__data-grid-pager .admin__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.action-previous,
.action-next {
  width: 4.4rem;
}
.action-previous:before,
.action-next:before {
  font-weight: 700;
}
.action-previous > span,
.action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.action-previous:before {
  content: '\e629';
}
.action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.action-next:before {
  content: '\e62a';
}
.admin__data-grid-action-bookmarks {
  opacity: 0.98;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-text:after {
  left: 0;
  right: -6px;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  left: 0;
  right: auto;
}
.admin__data-grid-action-bookmarks._active {
  z-index: 290;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown .admin__action-dropdown-text {
  display: inline-block;
  max-width: 15rem;
  min-width: 4.9rem;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  content: '\e60f';
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu {
  font-size: 1.3rem;
  left: 0;
  padding: 1rem 0 1rem;
  right: auto;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li {
  padding: 0 5rem 0 0;
  position: relative;
  white-space: nowrap;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:not(.action-dropdown-menu-action) {
  transition: background-color 0.1s linear;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu > li:not(.action-dropdown-menu-action):hover {
  background-color: #e3e3e3;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item {
  max-width: 23rem;
  min-width: 18rem;
  white-space: normal;
  word-break: break-all;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-edit {
  display: none;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-edit .action-dropdown-menu-item-actions {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action {
  padding-left: 1rem;
  padding-top: 1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action + .action-dropdown-menu-item-last {
  padding-top: .5rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a {
  color: #007bdb;
  text-decoration: none;
  display: inline-block;
  padding-left: 1.1rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-action > a:hover {
  color: #007bdb;
  text-decoration: underline;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-last {
  padding-bottom: 0;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._edit .action-dropdown-menu-item {
  display: none;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._edit .action-dropdown-menu-item-edit {
  display: block;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu ._active .action-dropdown-menu-link {
  font-weight: 600;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .admin__control-text {
  font-size: 1.3rem;
  min-width: 15rem;
  width: calc(100% - 4rem);
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-item-actions {
  border-left: 1px solid #ffffff;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
}
.admin__data-grid-action-bookmarks .admin__action-dropdown-menu .action-dropdown-menu-link {
  color: #41362f;
  display: block;
  text-decoration: none;
  padding: 1rem 1rem 1rem 2.1rem;
}
.admin__data-grid-action-bookmarks .action-submit,
.admin__data-grid-action-bookmarks .action-delete,
.admin__data-grid-action-bookmarks .action-edit {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.admin__data-grid-action-bookmarks .action-submit:hover,
.admin__data-grid-action-bookmarks .action-delete:hover,
.admin__data-grid-action-bookmarks .action-edit:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.admin__data-grid-action-bookmarks .action-submit:before,
.admin__data-grid-action-bookmarks .action-delete:before,
.admin__data-grid-action-bookmarks .action-edit:before {
  font-size: 1.7rem;
}
.admin__data-grid-action-bookmarks .action-submit > span,
.admin__data-grid-action-bookmarks .action-delete > span,
.admin__data-grid-action-bookmarks .action-edit > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.admin__data-grid-action-bookmarks .action-delete,
.admin__data-grid-action-bookmarks .action-edit {
  padding: 0.6rem 1.4rem;
}
.admin__data-grid-action-bookmarks .action-delete:active,
.admin__data-grid-action-bookmarks .action-edit:active {
  transform: scale(0.9);
}
.admin__data-grid-action-bookmarks .action-submit {
  padding: 0.6rem 1rem 0.6rem 0.8rem;
}
.admin__data-grid-action-bookmarks .action-submit:active {
  position: relative;
  right: -1px;
}
.admin__data-grid-action-bookmarks .action-submit:before {
  content: '\e625';
}
.admin__data-grid-action-bookmarks .action-delete:before {
  content: '\e630';
}
.admin__data-grid-action-bookmarks .action-edit {
  padding-top: 0.8rem;
}
.admin__data-grid-action-bookmarks .action-edit:before {
  content: '\e631';
}
.admin__data-grid-action-columns._active {
  opacity: 0.98;
  z-index: 290;
}
.admin__data-grid-action-columns .admin__action-dropdown:before {
  content: '\e610';
  font-size: 1.8rem;
  margin-right: 0.7rem;
  vertical-align: top;
}
.admin__data-grid-action-columns-menu {
  color: #303030;
  font-size: 1.3rem;
  overflow: hidden;
  padding: 2.2rem 3.5rem 1rem;
  z-index: 1;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-header {
  border-bottom: 1px solid #d1d1d1;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-content {
  width: 49.2rem;
}
.admin__data-grid-action-columns-menu._overflow .admin__action-dropdown-menu-footer {
  border-top: 1px solid #d1d1d1;
  padding-top: 2.5rem;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-content {
  max-height: 22.85rem;
  overflow-y: auto;
  padding-top: 1.5rem;
  position: relative;
  width: 47.4rem;
}
.admin__data-grid-action-columns-menu .admin__field-option {
  float: left;
  height: 1.9rem;
  margin-bottom: 1.5rem;
  padding: 0 1rem 0 0;
  width: 15.8rem;
}
.admin__data-grid-action-columns-menu .admin__field-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-header {
  padding-bottom: 1.5rem;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-menu-footer {
  padding: 1rem 0 2rem;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-main-actions {
  margin-left: 25%;
  text-align: right;
}
.admin__data-grid-action-columns-menu .admin__action-dropdown-footer-secondary-actions {
  float: left;
  margin-left: -1em;
}
.admin__data-grid-action-export._active {
  opacity: 0.98;
  z-index: 290;
}
.admin__data-grid-action-export .admin__action-dropdown:before {
  content: '\e635';
  font-size: 1.7rem;
  left: .3rem;
  margin-right: 0.7rem;
  vertical-align: top;
}
.admin__data-grid-action-export-menu {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.admin__data-grid-action-export-menu .admin__action-dropdown-footer-main-actions {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
  white-space: nowrap;
}
.sticky-header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  left: 8.800000000000001rem;
  margin-top: -1px;
  padding: 0.5rem 3rem 0;
  position: fixed;
  right: 0;
  top: 77px;
  z-index: 398;
}
.sticky-header .admin__data-grid-wrap {
  margin-bottom: 0;
  overflow-x: visible;
  padding-bottom: 0;
}
.sticky-header .admin__data-grid-header-row {
  position: relative;
  text-align: right;
}
.sticky-header .admin__data-grid-header-row:last-child {
  margin: 0;
}
.sticky-header .data-grid-search-control-wrap,
.sticky-header .data-grid-filters-actions-wrap,
.sticky-header .admin__data-grid-filters-wrap,
.sticky-header .admin__data-grid-pager-wrap,
.sticky-header .admin__data-grid-actions-wrap {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.sticky-header .action-select-wrap {
  float: left;
  margin-right: 1.5rem;
  width: 16.66666667%;
}
.sticky-header .admin__control-support-text {
  float: left;
}
.sticky-header .data-grid-search-control-wrap {
  margin: -0.5rem 0 0 1.1rem;
  width: auto;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-width: 3.8rem;
  padding: 1.2rem 0.6rem 1.7rem;
  position: relative;
  text-align: center;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label:before {
  color: #41362f;
  content: '\e60c';
  font-size: 2rem;
  transition: color 0.1s linear;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label:hover:before {
  color: #060504;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-label span {
  display: none;
}
.sticky-header .data-grid-filters-actions-wrap {
  margin: -0.5rem 0 0 1.1rem;
  padding-left: 0;
  position: relative;
}
.sticky-header .data-grid-filters-actions-wrap .action-default {
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  min-width: 3.8rem;
  padding: 1.2rem 0.6rem 1.7rem;
  text-align: center;
  transition: all 0.15s ease;
}
.sticky-header .data-grid-filters-actions-wrap .action-default span {
  display: none;
}
.sticky-header .data-grid-filters-actions-wrap .action-default:before {
  margin: 0;
}
.sticky-header .data-grid-filters-actions-wrap .action-default._active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #adadad;
  border-right-color: #adadad;
  border-top-color: #adadad;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 210;
}
.sticky-header .data-grid-filters-actions-wrap .action-default._active:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  left: -2px;
  position: absolute;
  right: -6px;
  top: 100%;
}
.sticky-header .data-grid-filters-action-wrap {
  padding: 0;
}
.sticky-header .admin__data-grid-filters-wrap {
  background-color: #ffffff;
  border: 1px solid #adadad;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  left: 0;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 209;
}
.sticky-header .admin__data-grid-filters-current + .admin__data-grid-filters-wrap._show {
  margin-top: -6px;
}
.sticky-header .filters-active {
  background-color: #e04f00;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .1rem .7rem;
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 211;
}
.sticky-header .filters-active:empty {
  padding-bottom: 0;
  padding-top: 0;
}
.sticky-header .admin__data-grid-actions-wrap {
  margin: -0.5rem 0 0 1.1rem;
  padding-right: .3rem;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown {
  background-color: transparent;
  box-sizing: border-box;
  min-width: 3.8rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  text-align: center;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown .admin__action-dropdown-text {
  display: inline-block;
  max-width: 0;
  min-width: 0;
  overflow: hidden;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown:before {
  margin: 0;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown-wrap {
  margin-right: 1.1rem;
}
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after,
.sticky-header .admin__data-grid-actions-wrap .admin__action-dropdown:after {
  display: none;
}
.sticky-header .admin__data-grid-actions-wrap ._active .admin__action-dropdown {
  background-color: #ffffff;
}
.sticky-header .admin__data-grid-action-bookmarks .admin__action-dropdown:before {
  position: relative;
  top: -3px;
}
.sticky-header .admin__data-grid-filters-current {
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.sticky-header .data-grid-search-control-wrap .data-grid-search-control,
.sticky-header .data-grid-search-control-wrap .action-submit,
.sticky-header .admin__data-grid-pager .admin__control-text,
.sticky-header .admin__data-grid-pager-wrap .admin__control-support-text {
  display: none;
}
.sticky-header .action-next {
  margin: 0;
}
.sticky-header .data-grid {
  margin-bottom: -1px;
}
.data-grid-cap-left,
.data-grid-cap-right {
  background-color: #f8f8f8;
  bottom: -2px;
  position: absolute;
  top: 6rem;
  width: 3rem;
  z-index: 201;
}
.data-grid-cap-left {
  left: 0;
}
.admin__data-grid-header {
  font-size: 1.4rem;
}
.admin__data-grid-header-row + .admin__data-grid-header-row {
  margin-top: 1.1rem;
}
.admin__data-grid-header-row:last-child {
  margin-bottom: 0;
}
.admin__data-grid-header-row .action-select-wrap {
  display: block;
}
.admin__data-grid-header-row .action-select {
  width: 100%;
}
.admin__data-grid-actions-wrap {
  float: right;
  margin-left: 1.1rem;
  margin-top: -0.5rem;
  text-align: right;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap {
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active + .admin__action-dropdown-wrap:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._hide + .admin__action-dropdown-wrap:after,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap:first-child:after {
  display: none;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown,
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  border-color: #adadad;
}
.admin__data-grid-actions-wrap .admin__action-dropdown-wrap:after {
  border-left: 1px solid #cccccc;
  content: '';
  height: 3.2rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  z-index: 3;
}
.admin__data-grid-actions-wrap .admin__action-dropdown {
  padding-bottom: 1.7rem;
  padding-top: 1.2rem;
}
.admin__data-grid-actions-wrap .admin__action-dropdown:after {
  margin-top: -.4rem;
}
.admin__data-grid-outer-wrap {
  min-height: 8rem;
  position: relative;
}
.admin__data-grid-wrap {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
}
.admin__data-grid-loading-mask .spinner {
  font-size: 4rem;
  left: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
}
.data-grid-cell-content {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
body._in-resize {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: col-resize;
  user-select: none;
}
body._in-resize .data-grid-th,
body._in-resize .data-grid-th._sortable,
body._in-resize .data-grid-th._draggable {
  cursor: col-resize !important;
}
body._in-resize * {
  cursor: col-resize !important;
}
._layout-fixed {
  table-layout: fixed;
}
.data-grid {
  border: none;
  font-size: 1.3rem;
  margin-bottom: 0;
  width: 100%;
}
.data-grid:not(._dragging-copy) ._odd-row td._dragging {
  background-color: #d0d0d0;
}
.data-grid:not(._dragging-copy) ._dragging {
  background-color: #d9d9d9;
  color: rgba(48, 48, 48, 0.95);
}
.data-grid:not(._dragging-copy) ._dragging a {
  color: rgba(0, 123, 219, 0.95);
}
.data-grid:not(._dragging-copy) ._dragging a:hover {
  color: rgba(0, 123, 219, 0.95);
}
.data-grid._dragged {
  outline: 1px solid #007bdb;
}
.data-grid thead {
  background-color: transparent;
}
.data-grid tfoot th {
  padding: 1rem 1rem;
}
.data-grid tr._odd-row td {
  background-color: #f5f5f5;
}
.data-grid tr._odd-row td._update-status-active {
  background: #89e1ff;
}
.data-grid tr._odd-row td._update-status-upcoming {
  background: #b7ee63;
}
.data-grid tr:hover td._update-status-active,
.data-grid tr:hover td._update-status-upcoming {
  background-color: #e5f7fe;
}
.data-grid tr.data-grid-tr-no-data td {
  font-size: 1.6rem;
  padding: 3rem;
  text-align: center;
}
.data-grid tr.data-grid-tr-no-data:hover td {
  background-color: #ffffff;
  cursor: default;
}
.data-grid tr:active td {
  background-color: #e0f6fe;
}
.data-grid tr:hover td {
  background-color: #e5f7fe;
}
.data-grid tr._dragged td {
  background: #d0d0d0;
}
.data-grid tr._dragover-top td {
  box-shadow: inset 0 3px 0 0 #008bdb;
}
.data-grid tr._dragover-bottom td {
  box-shadow: inset 0 -3px 0 0 #008bdb;
}
.data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom: 0.1rem solid #d6d6d6;
}
.data-grid tr._clickable,
.data-grid tr ._clickable {
  cursor: pointer;
}
.data-grid tr._disabled {
  pointer-events: none;
}
.data-grid th,
.data-grid td {
  font-size: 1.3rem;
  line-height: 1.36;
  transition: background-color 0.1s linear;
  vertical-align: middle;
}
.data-grid th._resizing,
.data-grid td._resizing {
  border-left: 1px solid #007bdb;
  border-right: 1px solid #007bdb;
}
.data-grid th._hidden,
.data-grid td._hidden {
  display: none;
}
.data-grid th._fit,
.data-grid td._fit {
  width: 1%;
}
.data-grid td {
  background-color: #ffffff;
  border-left: 0.1rem dashed #d6d6d6;
  border-right: 0.1rem dashed #d6d6d6;
  color: #303030;
  padding: 1rem 1rem;
}
.data-grid td:first-child {
  border-left-style: solid;
}
.data-grid td:last-child {
  border-right-style: solid;
}
.data-grid td .action-select-wrap {
  position: static;
}
.data-grid td .action-select {
  color: #007bdb;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  padding: 0 3rem 0 0;
  position: relative;
}
.data-grid td .action-select:hover {
  color: #007bdb;
  text-decoration: underline;
}
.data-grid td .action-select:hover:after {
  border-color: #007bdb transparent transparent transparent;
}
.data-grid td .action-select:after {
  border-color: #007bdb transparent transparent transparent;
  margin: .6rem 0 0 .7rem;
  right: auto;
  top: auto;
}
.data-grid td .action-select:before {
  display: none;
}
.data-grid td .action-menu,
.data-grid td .abs-action-menu .action-submenu,
.data-grid td .action-menu .action-submenu,
.data-grid td .actions-split .dropdown-menu .action-submenu,
.data-grid td .actions-split .action-menu .action-submenu {
  left: auto;
  min-width: 10rem;
  right: 0;
  text-align: left;
  top: auto;
  z-index: 1;
}
.data-grid td._update-status-active {
  background: #bceeff;
}
.data-grid td._update-status-upcoming {
  background: #ccf391;
}
.data-grid th {
  background-color: #514943;
  border: 0.1rem solid #8a837f;
  border-left-color: transparent;
  color: #ffffff;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
.data-grid th:first-child {
  border-left-color: #8a837f;
}
.data-grid th._dragover-left {
  box-shadow: inset 3px 0 0 0 #ffffff;
  z-index: 2;
}
.data-grid th._dragover-right {
  box-shadow: inset -3px 0 0 0 #ffffff;
}
.data-grid .shadow-div {
  cursor: col-resize;
  height: 100%;
  margin-right: -5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.data-grid .data-grid-th {
  background-clip: padding-box;
  color: #ffffff;
  padding: 1rem 1rem;
  position: relative;
  vertical-align: middle;
}
.data-grid .data-grid-th._resize-visible .shadow-div {
  cursor: auto;
  display: none;
}
.data-grid .data-grid-th._draggable {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.data-grid .data-grid-th._sortable {
  cursor: pointer;
  transition: background-color 0.1s linear;
  z-index: 1;
}
.data-grid .data-grid-th._sortable:focus,
.data-grid .data-grid-th._sortable:hover {
  background-color: #5f564f;
}
.data-grid .data-grid-th._sortable:active {
  padding-bottom: 0.9rem;
  padding-top: 1.1rem;
}
.data-grid .data-grid-th.required > span:after {
  color: #f38a5e;
  content: '*';
  margin-left: .3rem;
}
.data-grid .data-grid-checkbox-cell {
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 5.2rem;
}
.data-grid .data-grid-checkbox-cell:hover {
  cursor: default;
}
.data-grid .data-grid-thumbnail-cell {
  text-align: center;
  width: 7rem;
}
.data-grid .data-grid-thumbnail-cell img {
  border: 1px solid #d6d6d6;
  width: 5rem;
}
.data-grid .data-grid-multicheck-cell {
  padding: 1rem 1rem 0.9rem;
  text-align: center;
  vertical-align: middle;
}
.data-grid .data-grid-onoff-cell {
  text-align: center;
  width: 12rem;
}
.data-grid .data-grid-actions-cell {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  width: 1%;
}
.data-grid._hidden {
  display: none;
}
.data-grid._dragging-copy {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 0;
  opacity: .95;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.data-grid._dragging-copy .data-grid-th {
  border: 1px solid #007bdb;
  border-bottom: none;
}
.data-grid._dragging-copy .data-grid-th,
.data-grid._dragging-copy .data-grid-th._sortable {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.data-grid._dragging-copy tr:last-child td {
  border-bottom: 1px solid #007bdb;
}
.data-grid._dragging-copy td {
  border-left: 1px solid #007bdb;
  border-right: 1px solid #007bdb;
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row.data-grid-bulk-edit-panel:hover td {
  background-color: rgba(255, 251, 230, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row.data-grid-bulk-edit-panel td {
  background-color: rgba(255, 251, 230, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row.data-grid-bulk-edit-panel td:before {
  background-color: rgba(255, 251, 230, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row:hover td {
  background-color: rgba(255, 255, 255, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td {
  background-color: rgba(255, 255, 255, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:before,
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:after {
  left: 0;
  right: 0;
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:before {
  background-color: rgba(255, 255, 255, 0.95);
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row td:only-child {
  border-left: 1px solid #007bdb;
  border-right: 1px solid #007bdb;
  left: 0;
}
.data-grid._dragging-copy._in-edit .data-grid-editable-row .admin__control-text,
.data-grid._dragging-copy._in-edit .data-grid-editable-row .admin__control-select,
.data-grid._dragging-copy._in-edit .data-grid-editable-row .ui-datepicker .ui-datepicker-title select,
.data-grid._dragging-copy._in-edit .data-grid-editable-row #mgzreports-datepicker select.monthselect,
.data-grid._dragging-copy._in-edit .data-grid-editable-row #mgzreports-datepicker select.yearselect {
  opacity: 0.5;
}
.data-grid .data-grid-controls-row td {
  padding-top: 1.6rem;
}
.data-grid .data-grid-controls-row td.data-grid-checkbox-cell {
  padding-top: 0.6rem;
}
.data-grid .data-grid-controls-row td button,
.data-grid .data-grid-controls-row td [class*='admin__control-'],
.data-grid .data-grid-controls-row td .block-footer .action-add {
  margin-top: -1.7rem;
}
.data-grid._in-edit tr:hover td {
  background-color: #e6e6e6;
}
.data-grid._in-edit ._odd-row.data-grid-editable-row:hover td {
  background-color: #ffffff;
}
.data-grid._in-edit ._odd-row.data-grid-editable-row td {
  background-color: #ffffff;
}
.data-grid._in-edit ._odd-row:hover td {
  background-color: #dcdcdc;
}
.data-grid._in-edit ._odd-row td {
  background-color: #dcdcdc;
}
.data-grid._in-edit .data-grid-editable-row-actions:hover td {
  background-color: #ffffff;
}
.data-grid._in-edit .data-grid-editable-row-actions td {
  background-color: #ffffff;
}
.data-grid._in-edit td {
  background-color: #e6e6e6;
  pointer-events: none;
}
.data-grid._in-edit .data-grid-checkbox-cell {
  pointer-events: auto;
}
.data-grid._in-edit .data-grid-editable-row {
  border: 0.1rem solid #adadad;
  border-bottom-color: #c2c2c2;
}
.data-grid._in-edit .data-grid-editable-row:hover td {
  background-color: #ffffff;
}
.data-grid._in-edit .data-grid-editable-row td {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-style: hidden;
  border-right-style: hidden;
  border-top-color: #ffffff;
  pointer-events: auto;
  vertical-align: middle;
}
.data-grid._in-edit .data-grid-editable-row td:first-child {
  border-left-color: #adadad;
  border-left-style: solid;
}
.data-grid._in-edit .data-grid-editable-row td:first-child:after {
  left: 0;
}
.data-grid._in-edit .data-grid-editable-row td:first-child:before {
  left: 0;
}
.data-grid._in-edit .data-grid-editable-row td:last-child {
  border-right-color: #adadad;
  border-right-style: solid;
  left: -0.1rem;
}
.data-grid._in-edit .data-grid-editable-row td:last-child:after {
  right: 0;
}
.data-grid._in-edit .data-grid-editable-row td:last-child:before {
  right: 0;
}
.data-grid._in-edit .data-grid-editable-row .admin__control-text,
.data-grid._in-edit .data-grid-editable-row .admin__control-select,
.data-grid._in-edit .data-grid-editable-row .ui-datepicker .ui-datepicker-title select,
.data-grid._in-edit .data-grid-editable-row #mgzreports-datepicker select.monthselect,
.data-grid._in-edit .data-grid-editable-row #mgzreports-datepicker select.yearselect {
  width: 100%;
}
.data-grid._in-edit .data-grid-bulk-edit-panel td {
  vertical-align: bottom;
}
.data-grid .data-grid-editable-row td {
  border-left-color: #ffffff;
  border-left-style: solid;
  position: relative;
  z-index: 1;
}
.data-grid .data-grid-editable-row td:after {
  bottom: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  content: '';
  height: 0.9rem;
  left: 0;
  margin-top: -1rem;
  position: absolute;
  right: 0;
}
.data-grid .data-grid-editable-row td:before {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  height: 1rem;
  left: -10px;
  position: absolute;
  right: -10px;
  z-index: 1;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions:hover td {
  background-color: #ffffff;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions td {
  background-color: #ffffff;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions td:first-child {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.data-grid .data-grid-editable-row.data-grid-editable-row-actions td:last-child {
  left: 0;
}
.data-grid .data-grid-editable-row.data-grid-bulk-edit-panel td {
  background-color: #fffbe6;
}
.data-grid .data-grid-editable-row.data-grid-bulk-edit-panel td:before {
  background-color: #fffbe6;
}
.data-grid .data-grid-editable-row.data-grid-bulk-edit-panel:hover td {
  background-color: #fffbe6;
}
.data-grid .data-grid-editable-row-actions {
  left: 50%;
  margin-left: -12.5rem;
  margin-top: -2px;
  position: absolute;
  text-align: center;
}
.data-grid .data-grid-editable-row-actions td {
  width: 25rem;
}
.data-grid .data-grid-editable-row-actions [class*='action-'] {
  min-width: 9rem;
}
.data-grid .data-grid-draggable-row-cell {
  width: 1%;
}
.data-grid .data-grid-draggable-row-cell .draggable-handle {
  padding: 0;
}
.data-grid-th._sortable._ascend,
.data-grid-th._sortable._descend {
  padding-right: 2.7rem;
}
.data-grid-th._sortable._ascend:before,
.data-grid-th._sortable._descend:before {
  margin-top: -1em;
  position: absolute;
  right: 1rem;
  top: 50%;
}
.data-grid-th._sortable._ascend:before {
  content: '\2193';
}
.data-grid-th._sortable._descend:before {
  content: '\2191';
}
.data-grid-checkbox-cell-inner {
  display: block;
  padding: 1.1rem 1.8rem 0.9rem;
  text-align: right;
}
.data-grid-checkbox-cell-inner:hover {
  cursor: pointer;
}
.data-grid-state-cell-inner {
  display: block;
  padding: 1.1rem 1.8rem 0.9rem;
  text-align: center;
}
.data-grid-state-cell-inner > span {
  display: inline-block;
  font-style: italic;
  padding: .6rem 0;
}
.data-grid-row-parent._active > td .data-grid-checkbox-cell-inner:before {
  content: '\e62b';
}
.data-grid-row-parent > td .data-grid-checkbox-cell-inner {
  padding-left: 3.7rem;
  position: relative;
}
.data-grid-row-parent > td .data-grid-checkbox-cell-inner:before {
  content: '\e628';
  font-size: 1rem;
  font-weight: 700;
  left: 1.35rem;
  position: absolute;
  top: 1.6rem;
}
.data-grid-th._col-xs {
  width: 1%;
}
.data-grid-info-panel {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 2rem 0.1rem -2rem;
}
.data-grid-info-panel .messages {
  overflow: hidden;
}
.data-grid-info-panel .messages .message,
.data-grid-info-panel .messages .order-errors .admin__fieldset-wrapper .title {
  margin: 1rem;
}
.data-grid-info-panel .messages .message:last-child,
.data-grid-info-panel .messages .order-errors .admin__fieldset-wrapper .title:last-child {
  margin-bottom: 1rem;
}
.data-grid-info-panel-actions {
  padding: 1rem;
  text-align: right;
}
.data-grid-editable-row .admin__field-control {
  position: relative;
}
.data-grid-editable-row .admin__field-control._error:after {
  border-color: transparent #ee7d7d transparent transparent;
  border-style: solid;
  border-width: 0 12px 12px 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.data-grid-editable-row .admin__field-control._error .admin__control-text {
  border-color: #ee7d7d;
}
.data-grid-editable-row .admin__field-control._focus:after {
  display: none;
}
.data-grid-editable-row .admin__field-error {
  bottom: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  left: 0;
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  position: absolute;
  right: 0;
}
.data-grid-editable-row .admin__field-error:after,
.data-grid-editable-row .admin__field-error:before {
  border-style: solid;
  content: '';
  left: 50%;
  position: absolute;
  top: 100%;
}
.data-grid-editable-row .admin__field-error:after {
  border-color: #fffbbb transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  margin-left: -10px;
  z-index: 1;
}
.data-grid-editable-row .admin__field-error:before {
  border-color: #ee7d7d transparent transparent transparent;
  border-width: 11px 12px 0 12px;
  margin-left: -12px;
}
.data-grid-bulk-edit-panel .admin__field-label-vertical {
  display: block;
  font-size: 1.2rem;
  margin-bottom: .5rem;
  text-align: left;
}
.data-grid-row-changed {
  cursor: default;
  display: block;
  opacity: .5;
  position: relative;
  width: 100%;
  z-index: 1;
}
.data-grid-row-changed:after {
  content: '\e631';
  display: inline-block;
}
.data-grid-row-changed .data-grid-row-changed-tooltip {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 1px;
  bottom: 100%;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  display: none;
  font-weight: 400;
  line-height: 1.36;
  margin-bottom: 1.5rem;
  padding: 1rem;
  position: absolute;
  right: -1rem;
  text-transform: none;
  width: 27rem;
  word-break: normal;
  z-index: 2;
}
.data-grid-row-changed._changed {
  opacity: 1;
  z-index: 3;
}
.data-grid-row-changed._changed:hover .data-grid-row-changed-tooltip {
  display: block;
}
.data-grid-row-changed._changed:hover:before {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  bottom: 100%;
  box-shadow: 4px 4px 3px -1px rgba(0, 0, 0, 0.15);
  content: '';
  display: block;
  height: 1.6rem;
  left: 50%;
  margin: 0 0 0.7rem -0.8rem;
  position: absolute;
  transform: rotate(45deg);
  width: 1.6rem;
  z-index: 3;
}
.data-grid-column-tooltip {
  z-index: 100;
}
.data-grid-column-tooltip .data-tooltip {
  background-color: #fffbbb;
  border-color: #afadac;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  min-width: 24rem;
  padding: 1.5rem;
}
.data-grid-column-tooltip .data-tooltip .action-close {
  padding: 1.5rem;
  right: 0;
  top: 0;
}
.data-grid-column-tooltip .data-tooltip-tail:before {
  background-color: #fffbbb;
  border-color: #afadac;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.data-grid-column-tooltip .data-tooltip-tail:after {
  background-color: #fffbbb;
}
.data-grid-column-tooltip .data-tooltip-content .items {
  max-height: 24rem;
  overflow-y: auto;
}
.data-grid-column-tooltip .data-tooltip-content .items .item {
  margin-bottom: .5rem;
}
.data-grid-column-tooltip .admin__tooltip-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.admin__control-short-label {
  margin-bottom: 1rem;
}
.admin__data-grid-outer-wrap .data-grid-checkbox-cell {
  overflow: hidden;
}
.admin__data-grid-outer-wrap .data-grid-checkbox-cell-inner {
  position: relative;
}
.admin__data-grid-outer-wrap .data-grid-checkbox-cell-inner:before {
  bottom: 0;
  content: '';
  height: 500%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.admin__data-grid-wrap-static .data-grid-checkbox-cell:hover {
  cursor: pointer;
}
.admin__data-grid-wrap-static .data-grid-checkbox-cell-inner {
  margin: 0 1.8rem 0;
  padding: 0;
  text-align: center;
}
.adminhtml-cms-hierarchy-index .admin__data-grid-wrap-static .data-grid-actions-cell:first-child {
  padding: 0;
}
.adminhtml-export-index .admin__data-grid-wrap-static .data-grid-checkbox-cell-inner {
  margin: 0;
  padding: 1.1rem 1.8rem 1.9rem;
}
.masonry-image-grid {
  margin: 10px -10px;
  overflow: hidden;
  position: relative;
}
.masonry-image-grid .no-data-message-container,
.masonry-image-grid .error-message-container {
  font-size: 1.6rem;
  padding: 3rem;
  text-align: center;
}
.masonry-image-column {
  background-color: #ffffff;
  float: left;
  margin: 10px;
  overflow: hidden;
}
.masonry-image-column .masonry-image-block.active img {
  border: 2px #558dd6 solid;
  padding: 1px;
}
.masonry-image-column img {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.masonry-image-overlay {
  background-color: #507dc8;
  color: #ffffff;
  opacity: 1;
  padding: .5rem;
  position: absolute;
  text-align: center;
  width: 80px;
  z-index: 10;
}
.masonry-image-preview {
  background-color: #ffffff;
  display: table;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.masonry-image-preview .container {
  margin: auto;
  max-width: 880px;
  padding-top: 10px;
}
.masonry-image-preview .container .action-buttons {
  text-align: right;
}
.masonry-image-preview .container .action-buttons .action-close {
  padding: 30px;
  position: static;
}
.masonry-image-preview .container .action-buttons .action-previous,
.masonry-image-preview .container .action-buttons .action-next {
  background: transparent;
  border: none;
  margin: 0;
  white-space: nowrap;
}
.masonry-image-preview .container .action-buttons .action-close,
.masonry-image-preview .container .action-buttons .action-previous,
.masonry-image-preview .container .action-buttons .action-next {
  font-size: 2rem;
}
.masonry-image-preview .container .preview-row-content {
  display: flex;
}
.masonry-image-preview .container .preview-row-content:after {
  clear: both;
  content: '';
  display: table;
}
.masonry-image-preview .container .preview-row-content img.preview {
  display: block;
  flex-basis: 300px;
  float: left;
  margin-bottom: 20px;
  max-height: 500px;
  max-width: 60%;
  width: auto;
}
.masonry-image-sortby select {
  background-image: url(../../adminhtml/Magento/backend/en_GB/images/arrows-bg.svg);
  border: none;
  padding-right: 3.2rem;
}
.masonry-image-sortby select:active {
  background-image: url('../../adminhtml/Magento/backend/en_GB/images/arrows-bg.svg');
}
.order-billing-method .payment-icon {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.cms-hierarchy .cms-hierarchy-tree,
.cms-hierarchy .cms-hierarchy-node {
  float: left;
  width: 50%;
}
.cms-hierarchy .cms-page-grid-container {
  clear: both;
}
.cms-hierarchy .admin__page-section-title .actions {
  float: right;
}
.cms-hierarchy .buttons-set {
  margin: 0 0 1.14rem;
}
.cms-hierarchy .buttons-set button,
.cms-hierarchy .buttons-set .block-footer .action-add {
  margin-right: .36rem;
}
.version-fieldset .grid-actions {
  border-bottom: 1px solid #fffbe6;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.merchandiser-app ul.tabs {
  float: right;
}
.merchandiser-app .merchandiser-tab {
  padding: 0;
}
.merchandiser-app .tabs {
  list-style: none;
  overflow: hidden;
}
.merchandiser-app .tabs li {
  background-color: #f0f0f0;
  float: left;
}
.merchandiser-app .tabs li > a {
  border: 1px solid #cccccc;
  color: #777777;
  display: block;
  padding: 7px 10px;
  text-decoration: none;
}
.merchandiser-app .tabs li:last-child > a {
  border-left: 0;
}
.merchandiser-app .tabs li.ui-tabs-active {
  background-color: #d9d9d9;
}
.merchandiser-app .catalog-category-merchandiser-list {
  overflow: hidden;
}
.merchandiser-app .catalog-category-merchandiser-list > li {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  float: left;
  height: 340px;
  list-style: none;
  margin: 0 25px 20px 0;
  padding: 10px;
  width: 190px;
}
.merchandiser-app .catalog-category-merchandiser-list .image-holder {
  text-align: center;
}
.merchandiser-app .catalog-category-merchandiser-list .image-holder img {
  max-height: 130px;
}
.merchandiser-app .catalog-category-merchandiser-list .controlbar-top {
  overflow: hidden;
}
.merchandiser-app .catalog-category-merchandiser-list .controlbar-top a {
  color: #d9d9d9;
  cursor: move;
  display: block;
  float: left;
  text-decoration: none;
}
.merchandiser-app .catalog-category-merchandiser-list .controlbar-top a:last-child {
  cursor: pointer;
  float: right;
}
.merchandiser-app .catalog-category-merchandiser-list .info-block {
  height: 100px;
}
.merchandiser-app .catalog-category-merchandiser-list .info-block > span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.merchandiser-app .catalog-category-merchandiser-list .controlbar-bottom .position {
  border-top: 1px solid #d9d9d9;
  margin-top: 6px;
  padding-top: 4px;
}
.merchandiser-app .catalog-category-merchandiser-list .controlbar-bottom .position input {
  float: left;
  height: 25px;
  margin-right: 5px;
  width: 50px;
}
.merchandiser-app .catalog-category-merchandiser-list .controlbar-bottom .position a {
  color: #d9d9d9;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
  text-decoration: none;
}
.merchandiser-app .catalog-category-merchandiser-list .selected {
  background-color: #f5d6c7;
}
.merchandiser-app table.data-grid th.col-draggable-position {
  margin: 0 auto;
  width: 10px;
}
.merchandiser-app table.data-grid td.col-position > * {
  float: left;
  margin-right: 5px;
}
.merchandiser-app table.data-grid td.col-position .position input {
  text-align: center;
  width: 40px;
}
.merchandiser-app table.data-grid td.col-position a {
  color: #d9d9d9;
  text-decoration: none;
}
.merchandiser-app table.data-grid .selected td {
  background-color: #f5d6c7;
}
.merchandiser-app table.data-grid tr.on-mouse td {
  background-color: #e0f6fe;
}
.merchandiser-app .mode-tile:before,
.merchandiser-app .mode-grid:before,
.merchandiser-app .icon-gripper:before,
.merchandiser-app .icon-close-mage:before,
.merchandiser-app .icon-backward:before,
.merchandiser-app .icon-forward:before,
.merchandiser-app .block-search .label:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Admin Icons';
  font-size: 17px;
  speak: none;
}
.merchandiser-app .mode-grid > span,
.merchandiser-app .mode-tile > span,
.merchandiser-app .icon-backward > span,
.merchandiser-app .icon-forward > span,
.merchandiser-app .icon-close-mage > span,
.merchandiser-app .icon-gripper > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.merchandiser-app .mode-tile:before {
  content: '\e63d';
}
.merchandiser-app .mode-grid:before {
  content: '\e63e';
}
.merchandiser-app .icon-gripper:before {
  content: '\e617';
}
.merchandiser-app .icon-close-mage:before {
  content: '\e62f';
}
.merchandiser-app .icon-backward:before {
  content: '\e619';
}
.merchandiser-app .icon-forward:before {
  content: '\e618';
}
.merchandiser-app .hidden {
  display: none;
}
.merchandiser-app .automatic-sorting {
  margin-bottom: 5px;
  margin-top: 5px;
}
.catalog-category-add-product-tabs-content .admin__data-grid-header .admin__data-grid-pager-wrap {
  float: right;
}
.catalog-category-add-product-tabs-content .data-grid-search-control-wrap .massassign-textarea,
.catalog-category-add-product-tabs-content .data-grid-search-control-wrap .massassign-buttons,
.catalog-category-add-product-tabs-content .data-grid-search-control-wrap .massassign-messages {
  display: block;
  margin: 5px;
}
.manage-rules-panel {
  box-sizing: border-box;
  margin: 2rem 0 0;
}
.manage-rules-panel .message,
.manage-rules-panel .order-errors .admin__fieldset-wrapper .title {
  margin: 0 0 2rem;
}
.manage-rules-panel .admin__data-grid-wrap {
  padding-bottom: 0;
}
.manage-rules-panel .smart-category-table .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.manage-rules-panel .smart-category-table .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.manage-rules-panel .smart-category-table .action-delete:before {
  content: '\e630';
}
.manage-rules-panel .smart-category-table .action-delete > span {
  display: none;
}
.manage-rules-panel .hidden + .action-secondary {
  margin-top: 2rem;
}
.regular-category-settings {
  margin: 0 0 2rem;
}
.regular-category-settings .actions {
  float: right;
}
.merchandiser-toolbar {
  float: left;
  width: 80%;
}
.merchandiser-toolbar .admin__field {
  display: inline-block;
  margin-right: 1rem;
}
.merchandiser-toolbar .admin__field > .admin__field-label,
.manage-rules-sorting .admin__field > .admin__field-label {
  margin-right: 0.5rem;
  text-align: left;
}
.merchandiser-toolbar .admin__field > .admin__field-label span,
.manage-rules-sorting .admin__field > .admin__field-label span {
  white-space: nowrap;
}
.smart-category-switcher {
  margin: 0 0 2rem;
}
.smart-category-switcher .admin__actions-switch {
  margin-left: 0.5rem;
}
.merchandiser-tabs {
  border-top: 1px solid #cccccc;
  padding: 2rem 0 0;
}
.merchandiser-tabs .merchandiser-tab {
  border-top: 0 !important;
  clear: both;
}
.attribute-popup .page-wrapper {
  margin-left: 0;
  width: 100%;
}
.attribute-popup .menu-wrapper,
.attribute-popup .page-header-hgroup,
.attribute-popup .page-header-actions {
  display: none;
}
[class*='admin__'] + label,
[class*='admin__'] + label:after,
[class*='admin__'] + label:before,
[class*='admin__']:before,
[class*='admin__']:after {
  box-sizing: border-box;
}
td.col-date.col-date-min-width.col-created_at {
  min-width: 14rem;
}
.colorRed {
  color: red;
}
.rule-tree-wrapper {
  line-height: 28px;
}
.admin__field-control .rule-tree {
  padding-top: .3rem;
}
.rule-tree ul {
  border-left: 1px dotted #858585;
  list-style: none;
  padding-left: 16px;
}
.rule-tree li {
  margin: 0 0 10px;
}
.rule-tree .x-tree ul {
  border-left: none !important;
  padding-left: 0 !important;
}
.rule-tree .x-tree li {
  margin-bottom: 0 !important;
  line-height: normal !important;
}
.rule-tree .legend {
  font-weight: 600;
}
.rule-tree .fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
@-moz-document url-prefix() {
  .rule-tree .fieldset {
    display: table-cell;
  }
}
.rule-param .label {
  color: #000000;
  float: none;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  width: auto;
}
.rule-param .label-disabled {
  color: #eeeeee;
  cursor: default;
  text-decoration: none;
}
.rule-chooser,
.rule-param .element,
.rule-param-edit .label {
  display: none;
}
.rule-chooser .field-row {
  display: block;
  margin-bottom: 17px;
}
.rule-chooser .field-row:before,
.rule-chooser .field-row:after {
  content: '';
  display: table;
}
.rule-chooser .field-row:after {
  clear: both;
}
.rule-chooser .field-row .input-text {
  margin-top: 5px;
}
.rule-chooser .field-row .ui-datepicker-trigger {
  margin-left: 5px;
  margin-top: -2px;
}
.rule-param input,
.rule-param select {
  margin: 0;
  min-width: 170px;
  width: auto !important;
}
.rule-param-edit .element {
  display: inline;
}
.rule-param-edit .element .addafter {
  padding-left: 5px;
}
[class^='rule-param-'] img,
.rule-chooser-trigger img {
  vertical-align: middle;
}
.rule-chooser {
  border: 1px solid #cccccc;
  margin: 20px;
  overflow: auto;
  padding: 15px 10px 5px;
}
.rule-param-wait {
  background: url(../../adminhtml/Magento/backend/en_GB/mui/images/ajax-loader-small.gif) no-repeat left center;
  padding-left: 20px;
}
@media all and (max-width: 1023px) {
  .admin__data-grid-toolbar .admin__data-grid-header-row .admin__filter-actions {
    float: none;
    margin-bottom: 2rem;
  }
  .admin__data-grid-toolbar .admin__data-grid-header-row .admin__control-support-text {
    margin-left: 0;
  }
  .admin__menu .submenu li {
    min-width: 19.8rem;
  }
  .nav {
    padding-bottom: 5.284rem;
    padding-left: 1.5rem;
    text-align: center;
  }
  .nav-bar {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: top;
  }
  .nav .btn-group,
  .nav-bar-outer-actions {
    display: inline-block;
    float: none;
    margin-top: -8.384rem;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .nav-bar-outer-actions {
    padding-right: 0;
  }
  .nav-bar-outer-actions .outer-actions-inner-wrap {
    display: inline-block;
  }
  .order-details .order-search-items .action-configure {
    display: block;
    float: none;
  }
}
@media all and (min-width: 768px) {
  .col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12 {
    float: left;
  }
  .col-m-12 {
    width: 100%;
  }
  .col-m-11 {
    width: 91.66666667%;
  }
  .col-m-10 {
    width: 83.33333333%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-8 {
    width: 66.66666667%;
  }
  .col-m-7 {
    width: 58.33333333%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-5 {
    width: 41.66666667%;
  }
  .col-m-4 {
    width: 33.33333333%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-2 {
    width: 16.66666667%;
  }
  .col-m-1 {
    width: 8.33333333%;
  }
  .col-m-pull-12 {
    right: 100%;
  }
  .col-m-pull-11 {
    right: 91.66666667%;
  }
  .col-m-pull-10 {
    right: 83.33333333%;
  }
  .col-m-pull-9 {
    right: 75%;
  }
  .col-m-pull-8 {
    right: 66.66666667%;
  }
  .col-m-pull-7 {
    right: 58.33333333%;
  }
  .col-m-pull-6 {
    right: 50%;
  }
  .col-m-pull-5 {
    right: 41.66666667%;
  }
  .col-m-pull-4 {
    right: 33.33333333%;
  }
  .col-m-pull-3 {
    right: 25%;
  }
  .col-m-pull-2 {
    right: 16.66666667%;
  }
  .col-m-pull-1 {
    right: 8.33333333%;
  }
  .col-m-pull-0 {
    right: auto;
  }
  .col-m-push-12 {
    left: 100%;
  }
  .col-m-push-11 {
    left: 91.66666667%;
  }
  .col-m-push-10 {
    left: 83.33333333%;
  }
  .col-m-push-9 {
    left: 75%;
  }
  .col-m-push-8 {
    left: 66.66666667%;
  }
  .col-m-push-7 {
    left: 58.33333333%;
  }
  .col-m-push-6 {
    left: 50%;
  }
  .col-m-push-5 {
    left: 41.66666667%;
  }
  .col-m-push-4 {
    left: 33.33333333%;
  }
  .col-m-push-3 {
    left: 25%;
  }
  .col-m-push-2 {
    left: 16.66666667%;
  }
  .col-m-push-1 {
    left: 8.33333333%;
  }
  .col-m-push-0 {
    left: auto;
  }
  .col-m-offset-12 {
    margin-left: 100%;
  }
  .col-m-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-m-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-m-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-m-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-m-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-m-offset-0 {
    margin-left: 0%;
  }
  .page-layout-admin-2columns-left .page-columns {
    margin-left: -30px;
  }
  .page-layout-admin-2columns-left .page-columns:after {
    clear: both;
    content: '';
    display: table;
  }
  .page-layout-admin-2columns-left .page-columns .main-col {
    width: calc( (100%) * 0.75 - 30px );
    float: right;
  }
  .page-layout-admin-2columns-left .page-columns .side-col {
    width: calc( (100%) * 0.25 - 30px );
    float: left;
    margin-left: 30px;
  }
  .gift-registry-info {
    float: left;
    width: calc( (100%) * 0.5 - 30px );
  }
  .gift-registry-address {
    float: right;
    width: calc( (100%) * 0.5 - 30px );
  }
  .rma-request-details,
  .rma-wrapper .order-shipping-address {
    float: left;
    /**
         * @codingStandardsIgnoreStart
         */
    width: calc( (100%) * 0.5 - 30px );
  }
  .rma-confirmation,
  .rma-wrapper .order-return-address,
  .rma-wrapper .order-shipping-method {
    float: right;
    /**
        * @codingStandardsIgnoreStart
        */
    width: calc( (100%) * 0.5 - 30px );
  }
  .order-details {
    float: right;
    width: calc( (100%) * 0.75 - 30px );
    margin-left: 0;
  }
  .order-sidebar {
    width: calc( (100%) * 0.25 - 30px );
    float: left;
    margin-left: 30px;
    margin-left: 0;
  }
  .order-billing-address,
  .order-billing-method,
  .order-history,
  .order-information,
  .order-payment-method,
  .order-comments-history {
    float: left;
    width: calc( (100%) * 0.5 - 30px );
  }
  .order-shipping-address,
  .order-shipping-method,
  .order-totals,
  .order-view-account-information .order-account-information {
    float: right;
    width: calc( (100%) * 0.5 - 30px );
  }
}
@media all and (min-width: 1024px) {
  .col-l-1, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-l-10, .col-l-11, .col-l-12 {
    float: left;
  }
  .col-l-12 {
    width: 100%;
  }
  .col-l-11 {
    width: 91.66666667%;
  }
  .col-l-10 {
    width: 83.33333333%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-8 {
    width: 66.66666667%;
  }
  .col-l-7 {
    width: 58.33333333%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-5 {
    width: 41.66666667%;
  }
  .col-l-4 {
    width: 33.33333333%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-2 {
    width: 16.66666667%;
  }
  .col-l-1 {
    width: 8.33333333%;
  }
  .col-l-pull-12 {
    right: 100%;
  }
  .col-l-pull-11 {
    right: 91.66666667%;
  }
  .col-l-pull-10 {
    right: 83.33333333%;
  }
  .col-l-pull-9 {
    right: 75%;
  }
  .col-l-pull-8 {
    right: 66.66666667%;
  }
  .col-l-pull-7 {
    right: 58.33333333%;
  }
  .col-l-pull-6 {
    right: 50%;
  }
  .col-l-pull-5 {
    right: 41.66666667%;
  }
  .col-l-pull-4 {
    right: 33.33333333%;
  }
  .col-l-pull-3 {
    right: 25%;
  }
  .col-l-pull-2 {
    right: 16.66666667%;
  }
  .col-l-pull-1 {
    right: 8.33333333%;
  }
  .col-l-pull-0 {
    right: auto;
  }
  .col-l-push-12 {
    left: 100%;
  }
  .col-l-push-11 {
    left: 91.66666667%;
  }
  .col-l-push-10 {
    left: 83.33333333%;
  }
  .col-l-push-9 {
    left: 75%;
  }
  .col-l-push-8 {
    left: 66.66666667%;
  }
  .col-l-push-7 {
    left: 58.33333333%;
  }
  .col-l-push-6 {
    left: 50%;
  }
  .col-l-push-5 {
    left: 41.66666667%;
  }
  .col-l-push-4 {
    left: 33.33333333%;
  }
  .col-l-push-3 {
    left: 25%;
  }
  .col-l-push-2 {
    left: 16.66666667%;
  }
  .col-l-push-1 {
    left: 8.33333333%;
  }
  .col-l-push-0 {
    left: auto;
  }
  .col-l-offset-12 {
    margin-left: 100%;
  }
  .col-l-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-l-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-l-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-l-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-l-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-l-offset-0 {
    margin-left: 0%;
  }
  .steps-wizard .steps-wizard-navigation {
    text-align: left;
  }
  .nav-bar-outer-actions {
    float: right;
  }
}
@media all and (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media all and (max-width: 767px) {
  .abs-clearer-mobile:after {
    clear: both;
    content: '';
    display: table;
  }
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .media-gallery-image-details-modal .image-details {
    display: block;
  }
  .media-gallery-image-details-modal .image-details .image-details-sidebar {
    margin-top: 20px;
    padding-left: 0;
  }
  .media-gallery-image-details-modal .image-details .image-details-image img {
    max-height: 450px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .footer-legal {
    padding-top: 3rem;
    text-align: left;
  }
  .dashboard-totals-item {
    float: left;
    margin-bottom: 1rem;
    width: 50%;
  }
  .nav {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar-outer-actions {
    margin-top: 0;
  }
  .nav-bar {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 41.2rem;
  }
  .nav-bar > li {
    float: left;
    min-height: 9rem;
  }
  .nav-bar > li:after {
    display: none;
  }
  .nav-bar a {
    line-height: 1.4;
  }
}
@media all and (max-width: 639px) {
  .nav-bar:before {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .nav-bar {
    width: 23.175rem;
  }
  .nav-bar > li {
    width: 10rem;
  }
  .nav .btn-group .btn-wrap-try-again,
  .nav-bar-outer-actions .btn-wrap-try-again {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-content .field-recaptcha {
  margin-left: auto;
}
.login-content .field-invisible-recaptcha {
  padding-left: 30px !important;
  margin-top: -10px;
  margin-bottom: 35px;
}
