﻿
html, body {
	font-family: 'Lato', sans-serif ;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.2px;
	font-variant-ligatures: no-common-ligatures;
	color: #999999;
}
 
h1, h2, h3, h4, h5, h6, p {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3 {
	/*font-family: 'Cabin', sans-serif;*/
}

form {
	margin: 0px;
	width: 100%;
	/*height: 100%;*/
	}

/* -----------*/

/* Clearfix Hack */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

a {
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #2e63eb;
	/*-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);*/
	}

a:hover {
	opacity: 0.85;
	}

a:visited,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	}

a:active{
	/*-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	line-height: 14px;
	border: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	outline: none;
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

	}

input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	font-variant-ligatures: no-common-ligatures;

	outline: none;
}

label {
	font-size: 12px;
	color: inherit;
	font-weight: inherit;
	margin: inherit;
	}

.ErrMsg {
    color: #F00;
	display: block;
	}
/*
p {
	color: #757575;
	}*/

.noScroll {
	overflow: hidden;
	}
	
.greyBG {
	background: #fafafa;
}

.hide {
	display: none;
}

/* -----------*/

.dashboardLoginContainer {
	/*width: calc(100% - 60px);
    height: calc(100% - 60px);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;*/
	position: relative;
	/*padding: 30px;*/
	width: 100%;
	height: 100%;
	display: table;

	display: flex;
    align-items: center;
}

.dashboardLoginLeft {
	/*display: table-cell;
	width: 45%;*/
	position: relative;
	vertical-align: middle;
	max-width: 560px;
	width: 100%;

	position: relative;
	z-index: 1;
	margin-left: 100px;
	background-color: #fff;
	max-width: 500px;

	margin: auto;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.dashboardLoginRight {
	/*display: table-cell;
	width: 55%;*/
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: calc(100% - 560px);

    position: absolute;
    width: 100%;
}

.dashboardLoginRight:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.65);
}

.dashboardLoginContainerInner {
	/*display: table;
	width: 100%;
	height: 100%;
	max-width: 480px;
    margin: auto;*/
	padding: 50px 60px;
    width: calc(100% - 120px);
	margin: auto;
    max-width: 500px;
}

.dashboardLoginContainerInner .dashboardLoginTitle {
	/*margin-top: 100px;*/
	/*text-align: center;*/
}

.dashboardLoginContainerInner .dashboardLoginTitle h1 {
	font-size: 40px;
    line-height: 45px;
	color: #000;
	font-weight: 600;
}

.dashboardLoginContainerInner .dashboardLoginTitle h1 span {
	color: #c89d62;
}

.dashboardLoginContainerInner .dashboardLoginTitle p {
	display: block;
	margin-top: 15px;
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-weight: 600;

	font-size: 16px;
    line-height: 21px;
    font-weight: normal;
}

.dashboardLoginTD {
	/*display: table-cell;
	height: 100%;
	vertical-align: middle;*/
	margin-top: 30px;
}

.dashboardLoginPanel {
	/*background: #95d601;*/
	width: 100%;
	position: relative;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 5px;*/
}

.dashboardLoginPanelInner {
	/*width: calc(100% - 100px);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 50px 50px;*/
}

.dashboardLoginPanelList {
	position: relative;
	/*-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);*/
	    margin-bottom: 20px;
}

.dashboardLoginPanelList:first-child {
	/*margin-bottom: -1px;*/
}

.dashboardLoginPanelList:last-child {
	/*margin-top: 50px;*/
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dashboardLoginPanelList input[type="text"], 
.dashboardLoginPanelList input[type="password"] {
	display: block;
	border: none;
	/*border-bottom: 1px solid #707070;*/
	padding: 30px 15px 15px 0px;
    width: 100%;
    font-size: 14px;
	outline: none;
	border: none;
	border-bottom: 1px solid #ddd;
    background: transparent;
    width: calc(100% - 15px);
    color: #000;
}

.dashboardLoginPanelList.active {
	z-index: 1;
}

.dashboardLoginPanelList.active input[type="text"], 
.dashboardLoginPanelList.active input[type="password"] {
	/*border-bottom: 1px solid #c89d62;*/
}

.dashboardLoginPanelList .dashboardLoginPanelListField:after {
	content: "";
	width: 100%;
	background-color: #94c03d;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.dashboardLoginPanelList.active .dashboardLoginPanelListField:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.dashboardLoginPanelList label {
	position: absolute;
	top: 20px;
    left: 0px;
	color: #999;
	/*text-transform: uppercase;*/
	font-size: 14px;
	margin: 0px;
	-webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    -o-transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
}

.dashboardLoginPanelList.active label {
	font-weight: 600;
    -moz-transform: scale(0.75) translateY(-60%);
    -webkit-transform: scale(0.75) translateY(-60%);
    -o-transform: scale(0.75) translateY(-60%);
    -ms-transform: scale(0.75) translateY(-60%);
    transform: scale(0.75) translateY(-60%);
}

.dashboardLoginPanelContainer {
	/*max-width: 300px;
	margin: auto;*/
}

.dashboardLoginLogo {
	/*position: absolute;
	top: 30px;
	left: 60px;*/
	z-index: 1;
    margin-bottom: 20px;
    display: block;
}

.dashboardLoginLogo img {
	display: block;
	max-width: 188px;
	/* margin: auto;*/
	max-width: 120px;
}

.dashboardLoginPanelList input[type="submit"],
.dashboardLoginPanelList input[type="button"],
.dashboardLoginPanelList a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #FFF;
	border: none;
	display: block;
	padding: 15px 50px;
	background-color: #c89d62;
	/*width: 100%;*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	/*text-transform: uppercase;*/
	float: left;
	outline: none;
	width: 100%;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	/*background-color: transparent;
    background-image: linear-gradient(90deg, #008d6a 0%, #95c03d 100%);
    border-radius: 100px 100px 100px 100px !important;*/

	background-color: #1877f2 !important;
	background-image: url(../img/fb-icon.png);
	background-repeat: no-repeat;
	background-position: center left 15px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
}

.dashboardLoginPanelList a {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	/*text-transform: uppercase;*/
	font-weight: 600;
	/*margin-top: 30px;*/
	/*text-decoration: underline;*/
	color: #94c03d;
	/*float: right;*/
	/*padding: 15px 0px;*/
}

.dashboardLoginPanelListFooter {
	padding-top: 10px;
	margin-bottom: 0px;
}

.dashboardLoginPanelListFooter p {
	/*color: #000;*/
	margin-top: 10px;
	display: block;
}

.dashboardLoginPanelListFooter p a {
	display: inline-block;
}

.cmsMainContainer {
	width: 100%;
	min-height: 100%;
	background: #f0f2f5;
}

.cmsMainLeft {
	float: left;
	width: 300px;
	min-height: 100%;
    height: auto;
	/*background-color: #FFF;*/
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	/*background-color: #3f414e;*/
	/*-webkit-box-shadow: 10px 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 10px 0 15px 0 rgba(0,0,0,.1);*/
    z-index: 4;
    position: fixed;

    width: 270px;
}

.cmsMainLeft.minimize {
	width: 80px;
}


.cmsMainLeftTopActionBtn {
	padding: 0px 30px;
}

.cmsMainLeftTopActionBtn a {
	padding: 10px 20px;
	background: #694cfc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	    max-width: 116px;
}

.cmsMainLeftTopActionBtn a i {
	width: 15px;
	height: 15px;
	background-image: url(../img/icon-sprite@2x.png);
	-webkit-background-size: 500px;
	-moz-background-size: 500px;
	-o-background-size: 500px;
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: -10px -10px;
}

.cmsMainLeftTopActionBtn a p {
	color: #fff;
	margin-left: 10px;
}


.cmsMainLeftTop {
	/*background-color: #3f414e;*/
	/*padding: 60px 0px;*/
	/*padding: 23px 0px;*/
}

.cmsMainLeftTop a {
	display: block;
	margin: auto;

	/*width: 180px;
	height: 69px;*/
	background: url(../img/enostream-logo.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	width: 160px;
	height: 30px;
	margin: 34px 30px; 
}

.cmsMainLeft.minimize .cmsMainLeftTop a {
	background: url(../img/enostream-logo-b.png) center no-repeat;
	width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cmsMainLeftTop a img {
	display: block;
	max-width: 180px;
	margin: auto;
}

.cmsMainLeftList {
	margin-top: 30px;
}

.cmsMainLeftList > span {
	padding: 0px 30px;
	display: block;
	font-size: 11px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.cmsMainLeftBottom {
	width: 100%;
	height: calc(100% - 90px);
	padding-top: 20px;
}

.cmsMainLeftBottom ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

.cmsMainLeftBottom ul li {
	position: relative;
	/*margin-bottom: 10px;*/
	list-style-type: none;
}

.cmsMainLeftBottom ul li a {
	padding: 10px 30px;
	display: block;
	color: #999;
	outline: none !important;
}

.cmsMainLeftBottom > ul > li > a > span {
	width: 7px;
	height: 12px;
	position: absolute;
	right: 18px;
	top: 22px;
	background: url(../img/list-arrow.png) center no-repeat;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cmsMainLeft.minimize .cmsMainLeftBottom > ul > li > a > span {
	display: none;
}

.cmsMainLeftBottom > ul > li.active > a > span {
	moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: invert(100%)
}

.cmsMainLeftBottomDropdown:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/navi-arrow.png) center no-repeat;
	-webkit-background-size: 5px;
	-moz-background-size: 5px;
	-o-background-size: 5px;
	background-size: 5px;
	position: absolute;
	right: 30px;
    top: 10px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cmsMainLeftBottomDropdown.active:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../img/navi-arrow.png) center no-repeat;
	-webkit-background-size: 5px;
	-moz-background-size: 5px;
	-o-background-size: 5px;
	background-size: 5px;
	position: absolute;
	right: 30px;
    top: 10px;
    -moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.cmsMainLeft.minimize .cmsMainLeftBottomDropdown:before {
	opacity: 0;
}

.cmsMainLeftBottom ul li i {
	width: 38px;
	height: 38px;
	display: inline-block;
    vertical-align: middle;
    -webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
	filter: invert(43%) sepia(39%) saturate(7346%) hue-rotate(147deg) brightness(92%) contrast(101%);
}

/*.cmsMainLeftBottom ul li object,
.cmsMainLeftBottom ul li img {
	display: block;
	margin: auto;
	filter: invert(43%) sepia(39%) saturate(7346%) hue-rotate(147deg) brightness(92%) contrast(101%);
	max-width: 30px;
	max-height: 30px;
}*/

.cmsMainLeftBottomIconList {
	width: 15px;
	height: 15px;
	/*display: inline-block;*/
    vertical-align: middle;

    display: table-cell;
    background-image: url(../img/icon-sprite@2x.png);
    background-repeat: no-repeat;
    -webkit-background-size: 500px;
	-moz-background-size: 500px;
	-o-background-size: 500px;
	background-size: 500px;
}

.cmsMainLeftBottom ul li a div:before {
	content: "";
	/*position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 20px);
	height: 100%;
	background: rgba(148,192,61,.3);
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	max-height: 50px;*/
}

.cmsMainLeftBottom ul li a.active div:before {
	opacity: 1;
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.cmsMainLeftBottomIconList.analyticIcon {
	background-position: -10px -35px;
}

.cmsMainLeftBottomIconList.ordersIcon {
	background-position: -10px -60px;
}

.cmsMainLeftBottomIconList.productsIcon {
	background-position: -10px -85px;
}

.cmsMainLeftBottomIconList.customerIcon {
	background-position: -10px -110px;
}

.cmsMainLeftBottomIconList.storeIcon {
	background-position: -10px -135px;
}

.cmsMainLeftBottomIconList.overlayIcon {
	background-position: -10px -160px;
}

.cmsMainLeftBottomIconList.voucherIcon {
	background-position: -10px -185px;
}

.cmsMainLeftBottomIconList.lotteryIcon {
	background-position: -10px -210px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.analyticIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.analyticIcon {
	background-position: -35px -35px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.ordersIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.ordersIcon {
	background-position: -35px -60px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.productsIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.productsIcon {
	background-position: -35px -85px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.customerIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.customerIcon {
	background-position: -35px -110px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.storeIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.storeIcon {
	background-position: -35px -135px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.overlayIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.overlayIcon {
	background-position: -35px -160px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.voucherIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.voucherIcon {
	background-position: -35px -185px;
}

.cmsMainLeftBottom ul li a.active .cmsMainLeftBottomIconList.lotteryIcon,
.cmsMainLeftBottom ul li a:hover .cmsMainLeftBottomIconList.lotteryIcon {
	background-position: -35px -210px;
}

.cmsMainLeftBottomLast {
	padding-top: 10px;
	border-top: 1px solid #ecedef;
	margin-bottom: 0px;
}

.cmsMainLeftBottom ul li p {
	/*margin-left: 15px;*/
	font-size: 14px;
	line-height: 14px;
	/*text-transform: uppercase;*/
	font-weight: normal;
	width: calc(100% - 40px - 10px); 
	/*display: inline-block;*/
    vertical-align: middle;

    display: table-cell;
    padding-left: 10px;
	color: #000;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cmsMainLeftBottom ul li a.active p,
.cmsMainLeftBottom ul li a:hover p {
	color: #694cfc;
}

.cmsMainLeftBottom ul li a:hover p {
	padding-left: 25px;
	width: calc(100% - 40px - 25px); 
}

.cmsMainLeft.minimize .cmsMainLeftBottom ul li p {
	display: none;
}

.cmsMainLeftBottom ul li.active a .cmsMainLeftBottomIconList.inventoryIcon {
	background-position: -45px -10px;
}

.cmsMainLeftBottom ul li.active a .cmsMainLeftBottomIconList.billingIcon {
	background-position: -45px -45px;
}

.cmsMainLeftBottom ul li.active a .cmsMainLeftBottomIconList.ownerIcon {
	background-position: -45px -80px;
}

.cmsMainLeftBottom ul li.active a .cmsMainLeftBottomIconList.userIcon {
	background-position: -45px -115px;
}

.cmsMainLeftBottom ul li.active object,
.cmsMainLeftBottom ul li a:hover object,
.cmsMainLeftBottom ul li.active img,
.cmsMainLeftBottom ul li a:hover img {
	filter: invert(100%);
}

.cmsMainLeftBottom ul li.active:after {
	display: none;
}

.cmsMainLeftBottom ul li a:active {
	transform: scale(1);
}

.cmsMainRight {
	float: right;
	width: calc(100% - 300px);
	min-height: 100%;
    height: auto;
    /*border-bottom: 4px solid #95d600;*/
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	width: calc(100% - 270px - 50px);

	position: relative;
	z-index: 1;
}

.cmsMainRight.expand {
    width: calc(100% - 80px);
}

.cmsMainRightTop {
	background-color: #f0f2f5;
    padding: 29px 30px 29px 0px;
    /*-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);*/
    position: fixed;
    left: 320px;
    width: calc(100% - 350px);
    z-index: 2;

    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	z-index: 999;
}

.cmsMainRight.expand .cmsMainRightTop,
.cmsMainRight.expand .cmsMainRightTopTitle {
	left: 80px;
	    width: calc(100% - 120px);
}

.cmsMainRightTopLeft {
	float: left;
	display: flex;
	align-items: center;
	max-width: calc(100% - 288px);
}

.cmsMainRightTopLeft a.JburgerMenu {
	display: block;
	margin: 15px 0px;
	margin-right: 20px;
	display: none;
}

.cmsMainRightTopLeft a.JburgerMenu span {
	display: block;
	width: 18px;
	height: 2px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-top: 4px;
	background-color: #999;
}

.cmsMainRightTopLeft a.JburgerMenu span:first-child {
	margin-top: 0px;
}

.cmsMainRightTopLeft a.JburgerMenu span:nth-child(2) {
	width: 14px;
}

.cmsMainRightTopLeft a.JburgerMenu span:nth-child(3) {
	width: 16px;
}

.cmsMainRightTopFBlistContainer {
	position: relative;
}

.cmsMainRightTopFBlist {
	display: flex;
	align-items: center;
	position: relative;
	    width: 230px;
}

.cmsMainRightTopFBlistLeft {
	position: relative;
}

.cmsMainRightTopFBlistLeftPage {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cmsMainRightTopFBlistLeftFB {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -10px;
	bottom: 0px;
	border: 1px solid #f0f2f5;
}

.cmsMainRightTopFBlistRight {
	padding-left: 20px;
	width: calc(100% - 85px);
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightTopFBlistRight h6 {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightTopFBlistRight span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	margin-top: 3px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightTopFBlistSelected > i {
	width: 14px;
    height: 14px;
    background: url(../img/select-arrow.png) center no-repeat;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    top: 50%;
}

.cmsMainRightTopFBlistSelected.active > i {
	-moz-transform: rotate(-180deg) translateY(50%);
    -webkit-transform: rotate(-180deg) translateY(50%);
    -o-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
    right: 0px;
}

.cmsMainRightTopFBlistSelection {
	display: none;
	position: absolute;
	top: 60px;
    left: 0px;
	width: 230px;
    padding: 10px 20px;
	background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    /*overflow: auto;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

	width: 270px;
	padding: 0px;
}

.cmsMainRightTopFBlistSelectionInner {
	max-height: 300px;
    overflow: auto;
    padding: 10px 20px;
    overflow-x: hidden;
}

.cmsMainRightTopFBlistSelection:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    /*left: calc(100% - 40px);*/
}

.cmsMainRightTopFBlistMenu {
	margin: 0px -20px;
    padding: 10px 20px;
}


.cmsMainRightTopFBlistMenu:hover {
	background-color: #f7f8fa;
}

.cmsMainRightTopSearch {
	/*margin-left: 20px;*/
	position: relative;
	    width: 100%;
}

.cmsMainRightTopSearch input[type="search"],
.cmsMainRightTopSearch input[type="text"] {
	display: block;
	background-color: #f2f5f8;
	border: none;
	padding: 15px 20px 15px 46px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	outline: none !important;
	width: 500px;

	    max-width: calc(100% - 84px);
}

.cmsMainRightTopSearch input[type="button"] {
	position: absolute;
	top: 15px;
	left: 20px;
	background-image: url(../img/icon-sprite2x.png);
	-webkit-background-size: 500px;
	-moz-background-size: 500px;
	-o-background-size: 500px;
	background-size: 500px;
	background-position: -70px -10px;
	width: 16px;
	height: 16px;
	outline: none;

	    background-color: transparent;
} 

.cmsMainRightPanelTitle {
	display: none;
}

.cmsMainRightTopLeft h2 {
	font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    color: #fff;
}

.cmsMainRightTopLeft p {
	margin-top: 5px;
	font-size: 12px;
    line-height: 16px;
}

.cmsMainRightTopRight {
	float: right;
	/*width: calc(100% - 100px);*/
	margin: 3px 0px;

	display: flex;
	/*width: calc(100% - 604px);*/
	justify-content: flex-end;
	    align-items: center;
}

.upgradeProLink {
	display: flex;
	align-items: center;
}

.upgradeProLink i {
	width: 15px !important;
	height: 15px !important;
	background-image: url(../img/icon-sprite@2x.png) !important;
	background-repeat: no-repeat;
	background-position: -10px -235px;
	-webkit-background-size: 500px;
	-moz-background-size: 500px;
	-o-background-size: 500px;
	background-size: 500px;
}

.upgradeProLink p {
	margin-left: 10px;
	color: #999;
}

.cmsMainRightTopRight a {
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	/*color: #fff;*/
	margin-left: 0px;
	position: relative;
}

.cmsMainRightTopRight a.cartBtn {
	margin-left: 0px;
}

.cmsMainRightTopRight a i {
	width: 20px;
	height: 20px;
	/*padding: 6px;*/
	/*border: 1px solid #fff;*/
	/*-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;*/
	background-image: url(../img/icon-sprite2x.png);
	background-repeat: no-repeat;
	display: block;
	-webkit-background-size: 500px;
	-moz-background-size: 500px;
	-o-background-size: 500px;
	background-size: 500px;
}

.cmsMainRightTopRight a.notificationBtn i {
	background-position: -10px -190px;
}

.cmsMainRightTopRight a.notificationBtn.active i {
	background-position: -40px -190px;
}

/*.cmsMainRightTopRight a.settingBtn i {
	background-position: -84px -32px;
}*/

.cmsMainRightTopRight a.cartBtn i {
	background-position: -10px -160px;
}

.cmsMainRightTopRight a.cartBtn.active i {
	background-position: -40px -160px;
}

.JcmsTopProfile {
	float: right;
	position: relative;
	margin-left: 30px;
}

.JcmsTopProfile a {
	display: flex;
	align-items: center;
}

.JcmsTopProfileImg {
	width: 34px;
	height: 34px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.JcmsTopProfileRight {
	margin-left: 10px;
	width: 80px;
    max-width: 80px;
}

.JcmsTopProfileRight h3 {
	font-size: 14px;
	line-height: 14px;
	color: #000;
    text-transform: none;
}

.JcmsTopProfileRight p {
	font-size: 12px;
	line-height: 14px;
	color: #999;
	margin-top: 3px;
	text-transform: none;
}

.JcmsTopProfile .JcmsTopProfileArrow {
	width: 14px;
    height: 14px;
    background: url(../img/navi-arrow.png) center no-repeat;
    -webkit-background-size: 8px;
    -moz-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
    /*position: absolute;
    right: 30px;
    top: 18px;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 10px;
}

.JcmsTopProfile a.active .JcmsTopProfileArrow {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.cmsMainRightTopRight a object {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	background-image: url();
}

.notificationCount,
.cartCount {
	position: absolute;
	top: -9px;
    right: -9px;
    background: #d60000;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	width: 17px;
    padding: 3px 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.notificationLink {
	position: relative;
	float: right;
	margin-left: 30px;
}

.notificationDropdown {
	position: absolute;
	top: 44px;
	width: 320px;
	right: -30px;
	/*-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);*/
	/*background: #fff;
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.29);
	-webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.29);*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	z-index: 1;
	display: none;
}

.notificationDropdownInner {
	background: #fff;
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
	overflow: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.notificationDropdown:after {
	bottom: 100%;
	left: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;

	    left: calc(100% - 40px);
}

.notificationDropdownInner {
	/*padding: 20px;*/
}

.notificationDropdownTitle {
	background: #fff;
	padding: 15px 20px;
    /*margin: -20px -20px 0px -20px;*/
    border-bottom: 1px solid #ecedef;
}

.notificationDropdownTitle h3 {
	display: block;
	font-size: 14px;
	line-height: 14px;
	/*text-transform: uppercase;*/
	color: #999;
	font-weight: 600;
}

.notificationDropdownContainer {
	max-height: 300px;
    overflow: auto;
}

.notificationDropdownContainer ul {
	padding: 0px;
	margin: 0px;
}

.notificationDropdownContainer ul li {
	list-style-type: none;
	border-bottom: 1px solid #ecedef;
}

.notificationDropdownContainer ul li a {
	float: none;
	margin: 0px;
	padding: 20px;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	font-weight: 500;
}

.notificationDropdownContainer ul li a p {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: calc(100% - 80px);
	font-weight: normal;
	text-transform: none;
}

.notificationDropdownContainer ul li a span {
	float: right;
	font-size: 12px;
	line-height: 18px;
	color: #868484;
	font-weight: normal;
}

.notificationDropdownFooter {
	margin: 15px 0px;
	text-align: center;
}

.notificationDropdownFooter a {
	float: none;
	font-size: 14px;
	line-height: 14px;
	/*text-transform: uppercase;*/
	color: #94c03d;
	/*text-decoration: underline;*/
	margin-left: 0px;
}

.JcmsTopProfileDropdown {
	position: absolute;
    top: 51px;
    width: 250px;
    right: 0px;
    z-index: 1;
    display: none;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    /*overflow: auto;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.JcmsTopProfileDropdown:after {
	bottom: 100%;
	left: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;

	left: calc(100% - 40px);
}

.JcmsTopProfileDropdown ul {
	padding: 10px 0px;
	margin: 0px;
}

.JcmsTopProfileDropdown ul li {
	list-style-type: none;
	border-bottom: 1px solid #ecedef;
}

.JcmsTopProfileDropdown ul li:last-child {
	border-bottom: none;
}

.JcmsTopProfileDropdown ul li a {
	margin-left: 0px;
	display: block;
	float: none;
	padding: 20px;
	color: #999;
}

.cmsMainLeftBottomSubList {
	display: none;
}

.cmsMainLeftBottomSubList ul {
	padding: 0px;
	margin: 0px;
	/*padding-left: 100px;*/

	/*text-align: right;*/
    /*padding-right: 40px;*/
	padding-left: 35px;
}

.cmsMainLeftBottomSubList ul li {
	list-style-type: none;
	margin-bottom: 0px;
}

.cmsMainLeftBottomSubList ul li a {
	padding: 8px 20px;
	/*color: #000000 !important;*/
	/*font-weight: 600;*/
	display: block;
	/*text-transform: uppercase;*/
	/*background: transparent !important;*/

	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cmsMainLeftBottomSubList ul li a.active {
	color: #000 !important;
}

.cmsMainLeftBottomSubList ul li::after {
	display: none;
}

.cmsMainLeftBottomSubList ul li a:hover {
	/*background: transparent;
	color: #009877 !important;*/

	margin-left: 15px;
	color: #000;
}

.cmsMainLeft.minimize .cmsMainLeftBottomSubList {
	position: absolute;
    left: 100%;
    top: 0px;
	background-color: #fff;
	z-index: 1;
	min-width: 200px;
	/*box-shadow: 0 3px 20px 0 rgba(0,0,0,.29);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.29);*/
}

.cmsMainLeft.minimize .cmsMainLeftBottomSubList ul li a {
	text-align: left;
}

.cmsMainLeft.minimize .cmsMainLeftBottomSubList ul {
	padding-right: 0px;
	padding-left: 0px;
}

.cmsMainRightTopTitle {
	/*background-color: #fff;*/
    padding: 25px 20px;
    /*-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);*/
    position: fixed;
    left: 270px;
    width: calc(100% - 300px);
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

    top: 68px;
	/*border-top: 1px solid #ecedef;*/
}

.cmsMainRightTopTitle h1 {
	color: #000;
	font-size: 21px;
	line-height: 25px;
}

.cmsMainRightBottom {
	padding-top: 98px;
	/*overflow: hidden;*/
}

.JcmsMainLeftBG {
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	    z-index: 3;
}

.JcmsMainLeftBG.show {
	opacity: 1;
}

.cmsMainFooterContainer p {
	display: none;
}

.cmsMainRightBottomInner {
	/*margin: 30px auto; */
	/*max-width: 1200px;*/
	padding: 30px 30px 50px 0px;
}

.cmsMainRightBottomContainer {
	display: flex;
}

.cmsMainRightBottom01 {
	width: calc(100% - 400px);
}

.cmsMainRightBottomTitle {

}

.cmsMainRightBottomTitle h1 {
	color: #000;
	display: block;
	font-size: 21px;
	line-height: 25px;
}

.cmsMainRightBottomContent {
	margin-top: 25px;
}



.cmsMainRightBottomAnalyticDate {
	width: 260px;
	position: relative;
	/*margin-bottom: 30px;*/
}

.cmsMainRightBottomAnalyticDate input {
	position: relative;
	padding: 12px 40px 12px 44px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: block;
	width: calc(100% - 84px);
}

.cmsMainRightBottomAnalyticDate:before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/date-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.cmsMainRightBottomAnalyticDate:after {
	content: "";
	width: 14px;
    height: 14px;
    background: url(../img/select-arrow.png) center no-repeat;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;    
    z-index: 1;
}

.cmsMainRightBottomContentInner {
	display: flex;
	flex-wrap: wrap;

	    align-items: baseline;
}

.cmsMainRightBottomAnalyticList {
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	margin-top: 30px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cmsMainRightBottomAnalyticList:nth-child(3n) {
	margin-right: 0px;
}

.cmsMainRightBottomAnalyticListInner {
	padding: 30px 20px;
}

.cmsMainRightBottomAnalyticTitle {
	display: flex;
	justify-content: space-between;
}

.cmsMainRightBottomAnalyticTitleLeft h2 {
	color: #000;
	font-size: 16px;
	line-height: 21px;


	display: block;
}

.cmsMainRightBottomAnalyticTitleLeft p {
	font-size: 21px;
	line-height: 25px;
	display: block;
	margin-top: 5px;
	font-weight: 600;
	color: #000;
}

.cmsMainRightBottomAnalyticTiteRight {
	text-align: right;
}

.cmsMainRightBottomAnalyticTiteRight a {
	font-size: 12px;
	line-height: 12px;
	color: #694cfc;
	font-weight: 600;
	display: block;
	margin-top: 4px;
}

.cmsMainRightBottomAnalyticTiteRight p {
	font-size: 21px;
	line-height: 25px;
	display: block;
	margin-top: 10px;
	font-weight: 600;
	color: #2ed573;
}

.cmsMainRightBottomAnalyticTiteRight p i {
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 17px;
	background: url(../img/increase-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.cmsMainRightBottomAnalyticTiteRight p.decrease {
	color: #d73735;
}

.cmsMainRightBottomAnalyticTiteRight p.increase {
	color: #2ed573;
}

.cmsMainRightBottomAnalyticTiteRight p.decrease i {
	background: url(../img/decrease-icon.png);
}

.cmsMainRightBottomAnalyticContent {
	margin-top: 20px;
}

.cmsMainRightBottomAnalyticContent p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.cmsMainRightBottomAnalyticContent canvas {
	margin-top: 25px;
}

.cmsMainRightBottomAnalyticContent table {
	width: 100%;''
}

.cmsMainRightBottomAnalyticContent table tr td {
	color: #000;
	padding: 10px 0px;
}

.cmsMainRightBottomAnalyticContent table tr td:last-child {
	width: 53px;
}

.cmsMainRightBottomAnalyticContent table tr td:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
}

.cmsMainRightBottomAnalyticContent table tr td:last-child i {
	display: inline-block;
    margin-right: 5px;
    width: 9px;
    height: 11px;
    background: url(../img/increase-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.cmsMainRightBottomAnalyticContent table tr td:last-child.decrease i {
    background: url(../img/decrease-icon.png);
}

.cmsMainRightBottomAnalyticContent table tr td:last-child p {
	display: inline-block;
	/*color: #2ed573;*/
}

.cmsMainRightBottom02{
	width: 350px;
    padding-left: 50px;
}

.cmsMainRightBottomRightFB {
	margin-top: 25px;
}

.cmsMainRightBottomRightFBtitle p {
	display: block;
	font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.cmsMainRightBottomRightFBcontent {
	margin-top: 15px;
	display: flex;
}

.cmsMainRightBottomRightFBcontent .cmsMainRightTopFBlistLeft {
	width: 40px;
}

.cmsMainRightBottomRightFBcontent .cmsMainRightTopFBlistRight {
	width: calc(100% - 60px);
}

.cmsMainRightBottomRightFBbtn {
	margin-top: 5px;
	padding-left: 60px;
	width: calc(100% - 60px);
}

.cmsMainRightBottomRightFBbtn a {
	padding: 4px 20px 6px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: transparent;
	border: 1px solid #694cfc;
	display: inline-block;
}

.cmsMainRightBottomRightFBbtn a p {
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.cmsMainRightBottomRightFBbtn a i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../img/link-icon.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.cmsMainRightBottomRightStep {
	margin-top: 30px;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmsMainRightBottomRightStepInner {
	padding: 30px 20px;
}

.cmsMainRightBottomRightStepTitle h2 {
	font-size: 16px;
	line-height: 21px;
	color: #000;
}

.cmsMainRightBottomRightStepContent {
	margin-top: 25px;
}

.cmsMainRightBottomRightStepTimeline {
	position: relative;
}

.cmsMainRightBottomRightStepTimeline > div {
	width: 100%;
	height: 8px;
	background: #ddd;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.cmsMainRightBottomRightStepTimeline > span {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	background: #000;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.cmsMainRightBottomRightStepMid {

}

.cmsMainRightBottomRightStepList {
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
	display: flex;
}

.cmsMainRightBottomRightStepListTick {
	width: 18px;
	height: 18px;
	border: 1px solid #694cfc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: relative;
}

.cmsMainRightBottomRightStepListTick span {
	position: absolute;
	/*-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
	top: -1px;
    left: -1px;
    display: none;
}

.cmsMainRightBottomRightStepListTick span:before {
	content: "";
    position: absolute;
    width: 1px;
    height: 4px;
    background-color: #999;
    left: 6px;
    top: 9px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cmsMainRightBottomRightStepListTick span:after {
	content: "";
    position: absolute;
    width: 1px;
    height: 9px;
    background-color: #999;
    left: 11px;
    top: 6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmsMainRightBottomRightStepListText {
	width: calc(100% - 30px);
	padding-left: 10px;
}

.cmsMainRightBottomRightStepListText p {
	color: #000;
}

.cmsMainRightBottomRightStepList.active .cmsMainRightBottomRightStepListTick span {
	display: block;
}

.cmsMainRightBottomRightStepList.active .cmsMainRightBottomRightStepListText p {
	color: #999;
	text-decoration: line-through;
}

.cmsMainRightBottomRightStepList.active .cmsMainRightBottomRightStepListTick {
	border: 1px solid #999;
}

.cmsMainRightBottomRightStepBtn {
	margin-top: 20px;
}

.cmsMainRightBottomRightStepBtn input[type="submit"],
.cmsMainRightBottomRightStepBtn input[type="button"],
.cmsMainRightBottomRightStepBtn button {
	font-weight: 600;
	text-align: center;
	color: #fff;
	background: #694cfc;
	line-height: 14px;
	padding: 13px 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: block;
	width: 100%;
}

.cmsMainRightBottomRightStepBtn p {
	text-align: center;
	margin-top: 16px;
}

.cmsMainRightBottomContentSubtitle {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.cmsMainRightBottomAnalyticDL {
    position: relative;
}

.JdownloadIcon {
	position: relative;
	padding: 8px 60px 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
        display: block;
}

.JdownloadIcon i {
	width: 15px;
    height: 15px;
    background: url(../img/download-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.JdownloadIcon p {
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #000;
}

.JdownloadIcon:after {
	content: "";
    width: 14px;
    height: 14px;
    background: url(../img/select-arrow.png) center no-repeat;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
}

.JdownloadIcon.active:after {
	-moz-transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.JdownloadDropdown {
	position: absolute;
    top: 60px;
    width: 180px;
    right: 10px;
    z-index: 1;
    display: none;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    /* overflow: auto; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmsMainRightBottomAnalyticDL .JdownloadDropdown ul {
    padding: 10px 0px;
    margin: 0px;
}

.cmsMainRightBottomAnalyticDL .JdownloadDropdown ul li {
    list-style-type: none;
}

.cmsMainRightBottomAnalyticDL .JdownloadDropdown ul li a {
    padding: 5px 15px;
    color: #000;
    display: block;
    background: transparent;
    border: none;
    width: calc(100% - 30px);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cmsMainRightBottomAnalyticDL .JdownloadDropdown:after {
    bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    left: calc(100% - 30px);
}

.cmsMainRightBottomBreadcrumb {
	margin-bottom: 10px;
}

.cmsMainRightBottomBreadcrumb i {
	width: 5px;
	height: 9px;
	background: url(../img/back-icon.png) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: inline-block;
	vertical-align: middle;
}

.cmsMainRightBottomBreadcrumb p {
	color: #999;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.cmsMainRightBottomAnalyticDetailChart {
	margin-top: 30px;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.cmsMainRightBottomAnalyticDetailChartInner {
	padding: 30px;
}

.cmsMainRightBottomAnalyticDetailChartInner canvas {
	min-height: 400px;
}

.cmsMainRightBottomAnalyticDetailTable {
	width: 100%;
	margin-top: 30px;	
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*overflow: hidden;*/
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_filter,
.cmsMainRightBottomAnalyticDetailTable #dt-basic-checkbox_paginate {
	display: none;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable thead th, 
.cmsMainRightBottomAnalyticDetailTable table.dataTable tbody td {
	padding: 15px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable.no-footer,
.cmsMainRightBottomAnalyticDetailTable table.dataTable tbody td {
	border-bottom: none;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable.no-footer {
	padding-bottom: 10px;
	width: 100% !important;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable tbody tr:first-child {
	background: #e9e9e9;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable.stripe tbody tr.odd, 
.cmsMainRightBottomAnalyticDetailTable table.dataTable.display tbody tr.odd {
    background-color: #f4f4f4;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable.row-border tbody th,
.cmsMainRightBottomAnalyticDetailTable table.dataTable.row-border tbody td,
.cmsMainRightBottomAnalyticDetailTable table.dataTable.display tbody th, 
.cmsMainRightBottomAnalyticDetailTable table.dataTable.display tbody td {
	border-top: none;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_paginate {
	float: none !important;
    text-align: center !important;
    padding: 0px;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_paginate a.previous {
	font-size: 0px;
	line-height: 0px;
	width: 8px;
    height: 14px;
    background: url(../img/navi-arrow.png) center no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
    margin-right: 10px;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_paginate a.next {
	font-size: 0px;
	line-height: 0px;
	width: 8px;
    height: 14px;
    background: url(../img/navi-arrow.png) center no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    margin-left: 10px;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_paginate span {
	margin: 0px 5px;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_paginate span a {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	border: none !important;
	width: 34px;
	text-align: center;
	padding: 11px 0px !important;
	background: #f2f5f8 !important;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.cmsMainRightBottomAnalyticDetailTable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #000 !important;
	color: #fff !important;
	font-size: 12px;
	line-height: 12px;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_wrapper .dataTables_info {
	width: 100%;
	color: #999;
}

.cmsMainRightBottomAnalyticDetailTable .dataTables_wrapper {
	overflow: auto;
}

.cmsMainRightBottomSearch {
	position: relative;
}

.cmsMainRightBottomSearch input[type="text"] {
	padding: 13px 20px 13px 45px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.cmsMainRightBottomSearch:before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/search-icon.png) center no-repeat;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.cmsMainRightBottomBtnList {
	display: flex;
}

.cmsMainRightBottomBtnDelete {
	position: relative;
}

.cmsMainRightBottomBtnDelete:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/delete-icon.png) center no-repeat;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.cmsMainRightBottomBtnDelete input[type="button"] {
	padding: 13px 20px 13px 45px;
	background: #fff;
	border: 1px solid #694cfc !important;
	position: relative;
	line-height: 14px;
	color: #694cfc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
} 

.cmsMainRightBottomBtnAdd {
	padding: 13px 20px 13px 45px;
	background: #694cfc;
	border: 1px solid #694cfc !important;
	position: relative;
	line-height: 14px;
	color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-left: 20px;
}

.cmsMainRightBottomBtnAdd:after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/add-icon.png) center no-repeat;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.cmsMainRightAddProductContainer {
	margin-top: 30px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.cmsMainRightAddProductContainer:first-child {
	margin-top: 0px;
}

.cmsMainRightAddProductContainerInner {
	padding: 30px;
}

.cmsMainRightAddProductTitle {

}

.cmsMainRightAddProductTitle h2 {
	color: #000;
	font-size: 16px;
	line-height: 21px;
}

.cmsMainRightAddProductContent {
	margin-top: 25px;
}


.cmsMainRightAddProductField {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cmsMainRightAddProductField:first-child {
	margin-top: 0px;
}

.cmsMainRightAddProductField p {
	color: #000;
}

.cmsMainRightAddProductField input[type="text"],
.cmsMainRightAddProductField textarea,
.cmsMainRightAddProductField input[type="number"] {
	padding: 12px 10px;
	color: #000;
	display: block;
	width: calc(100% - 20px);
	background: #f0f2f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;

	font-size: 14px;
	line-height: 21px;
}

.cmsMainRightAddProductField textarea {
	height: 100px;
}

.cmsMainRightAddProductFieldFull {
	width: 100%;
	position: relative;
}

.cmsMainRightAddProductFieldHalf {
	width: calc(50% - 10px);
	position: relative;
}

.cmsMainRightAddProductField .ui-multiselect,
.cmsMainRightAddProductField .ui-selectmenu-button{
	padding: 12px 10px;
	color: #000;
	display: block;
	width: calc(100% - 20px)!important;
	background: #f0f2f5;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
	outline: none;
	position: relative;
}

.cmsMainRightAddProductField .ui-multiselect {
	width: 100% !important;
	position: relative;
}

.cmsMainRightAddProductField .ui-multiselect-menu {
	width: 100% !important;
	top: 78px !important;
	left: 0px !important;
	max-height: 300px;
    overflow: auto;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    border: none !important;
    padding: 0px;
}

.cmsMainRightAddProductField .ui-selectmenu-menu {
	top: 78px !important;
	left: 0px !important;
	max-height: 300px;
    overflow: auto;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    border: none !important;
    padding: 0px;
}

.cmsMainRightAddProductField .ui-multiselect-menu .ui-multiselect-header {
	display: none;
}

.cmsMainRightAddProductField .ui-multiselect-menu .ui-multiselect-checkboxes {
	padding: 0px;
	height: 300px !important;
}

.cmsMainRightAddProductField .ui-multiselect-menu .ui-multiselect-grouplabel {
	text-align: left;
	border-bottom: none;
	padding: 15px !important;
	margin: 0px;
}


.cmsMainRightAddProductField .ui-multiselect-menu .ui-multiselect-optgroup ul,
.cmsMainRightAddProductField .ui-selectmenu-menu {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cmsMainRightAddProductField .ui-multiselect-menu .ui-multiselect-optgroup ul label {
	padding: 15px !important;
	text-indent: 0px;
	border: none;
}

.cmsMainRightAddProductField .ui-multiselect-menu .ui-multiselect-optgroup ul label span {
	width: calc(100% - 25px);
	margin-left: 10px;
}

.cmsMainRightAddProductField .ui-multiselect-menu .ui-state-hover, 
.cmsMainRightAddProductField .ui-multiselect-menu .ui-widget-content .ui-state-hover {
	border: none;
	background-color: #f7f8fa;
}

.cmsMainRightAddProductField .ui-button:active {
	border: 1px solid #ddd;
    background: #f0f2f5;
    font-weight: normal;
    color: #000;
}

.cmsMainRightAddProductField .ui-selectmenu-menu li div {
	padding: 15px !important;
	border: none;
	margin: 0px;
}

.cmsMainRightAddProductField .ui-state-active, 
.cmsMainRightAddProductField .ui-widget-content .ui-state-active {
	border: none;
    background: #f7f8fa;
    font-weight: normal;
    color: #000;
	/*margin: 0px;*/
}

.cmsMainRightAddProductField .ui-widget.ui-widget-content {
	border: none;
	padding: 0px;
}

.cmsMainRightAddProductField .ui-multiselect .ui-multiselect-open {
	width: 14px;
    height: 14px;
    background: url(../img/select-arrow.png) center no-repeat;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
}

.cmsMainRightAddProductField .ui-selectmenu-button:after {
	content: "";
	width: 14px;
    height: 14px;
    background: url(../img/select-arrow.png) center no-repeat;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
}

.cmsMainRightAddProductField .ui-multiselect.ui-state-active .ui-multiselect-open,
.cmsMainRightAddProductField .ui-selectmenu-button.ui-corner-top:after {
	    -moz-transform: rotate(-180deg) translateY(50%);
    -webkit-transform: rotate(-180deg) translateY(50%);
    -o-transform: rotate(-180deg) translateY(50%);
    -ms-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.cmsMainRightAddProductFieldRow4 {
	width: calc(33.3333% - 10px);
}

.cmsMainRightAddProductFieldRow8 {
	width: calc(66.6666% - 10px);
}

.cmsMainRightAddProductField .selectize-control .selectize-input {
	padding: 9px 10px 8px;
    color: #000;
    display: block;
    width: calc(100% - 0px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
	box-shadow: none;
	    min-height: 47px;
}

.cmsMainRightAddProductField .selectize-control.multi .selectize-input>div {
	background: #000;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cmsMainRightBottomAnalyticDetailTable .upload-img {
	display: none;
}

.cmsMainRightBottomAnalyticDetailTable td:nth-child(2) label {
	width: 38px;
	height: 38px;
	display: block;
	border: 1px dashed #694cfc;
	position: relative;
}

.cmsMainRightBottomAnalyticDetailTable td:nth-child(2) label i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	background-image: url(../img/img-add-icon.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.cmsMainRightBottomAnalyticDetailTableImg {
	width: 40px;
	height: 40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: none;
}

.cmsMainRightBottomAnalyticDetailTableImg a {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 15px;
	height: 15px;
	background-image: url(../img/remove-icon.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cmsMainRightBottomAnalyticDetailTable td input[type="text"] {
	padding: 12px 10px;
    color: #000;
    display: block;
    width: calc(100% - 20px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 21px;
}

.cmsMainRightAddProductSubmit {
	width: 100%;
	text-align: right;
}

.cmsMainRightAddProductSubmit input[type="button"],
.cmsMainRightAddProductSubmit input[type="submit"],
.cmsMainRightAddProductSubmit button {
	font-weight: 600;
    text-align: center;
    color: #fff;
    background: #694cfc;
    line-height: 14px;
    padding: 13px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    width: auto;
    min-width: 120px;
}

.cmsMainRightBottomAddProductTable {
	width: 100%;
    margin-top: 30px;
}

.cmsMainRightBottomBrandImage {
	width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cmsMainRightBottomBrandTable table th:last-child,
.cmsMainRightBottomBrandTable table td:last-child {
	width: 50px !important;
    text-align: right !important;
    position: relative;
}

.JmoreBtn {
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../img/more-btn.png);
	-webkit-background-size: 12px;
	-moz-background-size: 12px;
	-o-background-size: 12px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
}

.JmoreDropdown {
	position: absolute;
    top: 60px;
    width: 120px;
    right: 10px;
    z-index: 1;
    display: none;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.JmoreDropdown:after {
	bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    left: calc(100% - 20px);
}

.JmoreDropdown ul {
    padding: 10px 0px;
    margin: 0px;
}

.JmoreDropdown ul li {
    list-style-type: none;
}

.JmoreDropdown ul li a {
    padding: 5px 15px;
    color: #000;
    display: block;
    background: transparent;
    border: none;
    width: calc(100% - 30px);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    text-decoration: none !important;
}

.JmoreDropdown ul li a:hover {
	background-color: #f7f8fa;
}

.cmsMainRightAddProductFieldHalfRow {
	margin-top: 20px;
}

.cmsMainRightAddProductFieldHalfRow:first-child {
	margin-top: 0px;
}

.cmsMainRightAddProductFieldHalfImg {
	margin-top: 10px;
}

.cmsMainRightAddProductFieldHalfImg label {
	width: 113px;
    height: 113px;
    display: block;
    border: 1px dashed #694cfc;
    position: relative;
}

.cmsMainRightAddProductFieldHalfImg label i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: url(../img/img-add-icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cmsMainRightAddProductFieldHalfImg input[type="file"] {
	display: none;
}

.cmsMainRightAddProductFieldHalfImg .cmsMainRightBottomAnalyticDetailTableImg {
	width: 113px;
    height: 113px;
    border: 1px solid #ddd;
}

.cmsMainRightBottomLeft {
	display: flex;
	flex-wrap: wrap;
	    align-items: center;
}

.cmsMainRightBottomFilter {
	margin-left: 20px;
	position: relative;
}

.cmsMainRightBottomFilter a {
	display: block;
}

.cmsMainRightBottomFilter a i {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url(../img/filter-icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cmsMainRightBottomFilter a p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	color: #000;
}

.cmsMainRightBottomFilterDropdown {
	position: absolute;
    top: 40px;
    width: 180px;
    right: 10px;
    z-index: 1;
    display: none;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    /* overflow: auto; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 10px 0px;
}

.cmsMainRightBottomFilterDropdown:after {
	bottom: 100%;
    left: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    left: calc(100% - 30px);
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList {
	padding: 0px 20px;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList h3 {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	margin-top: 0px;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList:first-child h3 {
	margin-top: 5px;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList ul {
    padding: 10px 0px;
    margin: 0px;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList ul li {
    list-style-type: none;
        margin-top: 5px;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList ul li:first-child {
	margin-top: 0px;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList ul li input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

.cmsMainRightBottomFilterDropdown .cmsMainRightBottomFilterDropdownList ul li label {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 14px;
	line-height: 21px;
	margin-top: 0px;
}

.cmsMainRightBottomOrdersTable table th:last-child,
.cmsMainRightBottomOrdersTable table td:last-child {
	width: 50px !important;
    text-align: right !important;
    position: relative;
}

.cmsMainRightBottomOrdersTable table td span {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	margin-top: 5px;
}

.cmsMainRightBottomOrdersTable table td .JorderPending {
	color: #854e16;
	display: inline-block;
	padding: 5px 10px;
	background: #fcc58c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 14px;
}

.cmsMainRightBottomOrdersTable table td .JorderPaid {
	color: #2c754a;
	display: inline-block;
	padding: 5px 10px;
	background: #43f38c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 14px;
}

.cmsMainRightBottomOrdersTable table td .JorderSent {
	color: #005bac;
	display: inline-block;
	padding: 5px 10px;
	background: #abd7ff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 14px;
}

.cmsMainRightBottomOrdersTable table td .JorderInProcess {
	color: #a38918;
	display: inline-block;
	padding: 5px 10px;
	background: #f8e48b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 14px;
}

.cmsMainRightBottomTitleInner {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 400px);
}

.cmsMainRightBottomTitleLeft {
	display: flex;
    align-items: baseline;
}

.cmsMainRightBottomTitleLeft p {
	display: inline-block;
	margin-left: 10px;
	color: #000;
}

.cmsMainRightBottomTitleRight h2 {
	color: #2c754a;
    display: block;
    font-size: 21px;
    line-height: 25px;
}

.cmsMainRightOrderEditContent {
	margin-top: 15px;
}


.cmsMainRightOrderEditList {
	padding: 10px 0px;
	display: flex;
	flex-wrap: wrap;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(1) {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem .cmsMainRightOrderEditListImg {
	width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem .cmsMainRightOrderEditListTItle {
	margin-left: 10px;
	width: calc(100% - 50px);
}


.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem .cmsMainRightOrderEditListTItle p {
	color: #000;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem .cmsMainRightOrderEditListTItle span {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	display: block;
	margin-top: 5px;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(2),
.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(3) {
	width: 14%;
	padding: 0px 1%;
	text-align: right;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(2) p,
.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(3) p {
	color: #000;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(4) {
	width: 18%;
	text-align: right;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(4) p {
	color: #000;
}

.cmsMainRightOrderEditListTotal {
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.cmsMainRightOrderEditListTotalInner {
	width: 18%;
    text-align: right;
    margin-left: auto;
}

.cmsMainRightOrderEditListTotalList {
	display: flex;
	margin-bottom: 10px;
}

.cmsMainRightOrderEditListTotalList:last-child {
	margin-bottom: 0px;
}

.cmsMainRightOrderEditListTotalList p {
	width: 49%;
	margin: 0px 0% 0% 1%;
	color: #000;
}

.cmsMainRightOrderDetailFieldHalf {
	width: calc(50% - 10px);
}

.cmsMainRightOrderDetailFieldHalfList {
	margin-bottom: 20px;
	position: relative;
}

.cmsMainRightOrderDetailFieldHalfList:last-child {
	margin-bottom: 0px;
}

.cmsMainRightOrderDetailFieldHalfList span {
	display: block;
}

.cmsMainRightOrderDetailFieldHalfList p {
	color: #000;
	margin-top: 5px;
}

.cmsMainRightOrderDetailFieldHalfList input[type="date"] {
	padding: 12px 10px;
    color: #000;
    display: block;
    width: calc(100% - 20px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
}

.cmsMainRightOrderDetailFieldHalfList .cmsMainRightBottomAnalyticDate {
	width: 100%;
}

.cmsMainRightOrderDetailFieldHalfList .cmsMainRightBottomAnalyticDate input {
	padding: 12px 10px 12px 43px;
    color: #000;
    display: block;
    width: calc(100% - 55px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
}

.cmsMainRightOrderDetailFieldHalf:nth-child(2) .cmsMainRightOrderDetailFieldHalfList:nth-child(3),
.cmsMainRightOrderDetailFieldHalf:nth-child(2) .cmsMainRightOrderDetailFieldHalfList:nth-child(4),
.cmsMainRightOrderDetailFieldHalf:nth-child(2) .cmsMainRightOrderDetailFieldHalfList:nth-child(5) {
	display: none;
}

.ui-selectmenu-menu {
	max-height: 300px;
    overflow: auto;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    border: none !important;
    padding: 0px;
}

.ui-selectmenu-menu .ui-menu {
	border: none !important;
    padding: 0px;
}

.ui-selectmenu-menu li div {
    padding: 15px !important;
    border: none;
    margin: 0px;
}

.ui-selectmenu-menu li div.ui-state-active {
    border: none;
    background: #f7f8fa;
    font-weight: normal;
    color: #000;
     margin: 0px; 
}

.cmsMainRighOrderDetailSaveBtn {
	width: 100%;
	margin-top: 30px;
	text-align: right;
}

.cmsMainRighOrderDetailSaveBtn input[type="submit"] {
	padding: 13px 20px;
    background: #694cfc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
        line-height: 14px;
}

.cmsMainRightBottomCustomersTable .msMainRightBottomCustomerImg {
	width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cmsMainRightBottomCustomersTable table td:nth-child(3) a {
	color: #000;
	text-decoration: underline;
}

.cmsMainRightBottomCustomersTable table th:last-child,
.cmsMainRightBottomCustomersTable table td:last-child {
	text-align: right;
	width: 50px;
	position: relative;
}

.cmsMainRightBottomBtnList .cmsMainRightBottomAnalyticDL {
	margin-left: 20px;
}

.cmsMainRightCustomerDetailContent .cmsMainRightOrderDetailFieldHalf:nth-child(2) .cmsMainRightOrderDetailFieldHalfList:nth-child(3), 
.cmsMainRightCustomerDetailContent .cmsMainRightOrderDetailFieldHalf:nth-child(2) .cmsMainRightOrderDetailFieldHalfList:nth-child(4), 
.cmsMainRightCustomerDetailContent .cmsMainRightOrderDetailFieldHalf:nth-child(2) .cmsMainRightOrderDetailFieldHalfList:nth-child(5) {
    display: block;
}

.cmsMainRightOrderDetailFieldHalf .switch {
    position: relative;
    display: inline-block;
	width: 48px;
    height: 24px;
    margin-top: 10px;
}

.cmsMainRightOrderDetailFieldHalf .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cmsMainRightOrderDetailFieldHalf .slider.round {
    border-radius: 34px;
	position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;

    background-color: #f0f2f5;
    border: 1px solid #ddd;
}

.cmsMainRightOrderDetailFieldHalf .slider:before {
	border-radius: 50%;
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ddd;
}

.cmsMainRightOrderDetailFieldHalf  input[type="checkbox"]:checked + .slider {
    background-color: #694cfc;
}

.cmsMainRightOrderDetailFieldHalf input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.cmsMainRightBottomCustomerSubtitle {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.cmsMainRightBottomTitleImg {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin-right: 10px;
}

.cmsMainRightBottomCustomerTitle {
	align-items: center;
}

.cmsMainRightBottomCustomerTitle a {
	width: 15px;
	height: 15px;
	background: url(../img/link-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 10px;
}

.cmsMainRIghtOnlineStoreMessenger {
	position: relative;
}

.cmsMainRIghtOnlineStoreMessenger span {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	background: #ddd;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 13px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cmsMainRIghtOnlineStoreMessenger input[type="text"] {
	padding-left: 110px;
	width: calc(100% - 120px);
}

.cmsMainRightAddProductFieldHalf h6 {
	display: block;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	margin-top: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightAddProductFieldHalf h6 span {
	color: #000;
}

.cmdMainRightOverlayList {
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	    margin-top: 30px;
}

.cmdMainRightOverlayList:nth-child(3n) {
	margin-right: 0px;
}

.cmdMainRightOverlayListInner {
	padding: 25px 20px 20px;
}

.cmdMainRightOverlayTitle {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.cmdMainRightOverlayTitle p {
	font-weight: 600;
	color: #000;
	font-size: 16px;
	line-height: 21px;
}

.cmdMainRightOverlayTitle a {
	font-size: 12px;
	line-height: 16px;
	color: #694cfc;
	font-weight: 600;
}

.cmdMainRightOverlayContent {
	margin-top: 20px;
	background: #5c5c5c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 130.31%;
}

.cmdMainRightOverlayContent:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #dddfe1;
}

.cmdMainRightOverlayContent > div {
	position: absolute;
}

.cmdMainRightOverlayContent > div img {
	display: block;
	max-width: 100%;
}

.cmdMainRightOverlayContent > div.cmdMainRightOverlayContentViewer {
	top: 1.8%;
	left: 2.4%;
	width: 19.7%;
}

.cmdMainRightOverlayContent > div.cmdMainRightOverlayContentFans {
	top: 1.8%;
	right: 2.4%;
	width: 69.095%;
}

.cmdMainRightOverlayContent > div.cmdMainRightOverlayContentProduct {
	top: 10.4%;
	left: 2.4%;
	width: 27.278%;
}

.cmdMainRightOverlayContent > div.cmdMainRightOverlayContentProductDesc {
	top: 10.4%; 
	right: 2.4%;
	width: 27.278%;
}

.cmdMainRightOverlayContent > div.cmdMainRightOverlayContentComment {
	bottom: 8.8%;
	left: 2.4%;
	width: 95.2%;
}

.cmdMainRightOverlayContent > div.cmdMainRightOverlayContentReaction {
	bottom: 1.8%;
	left: 2.4%;
	width: 97.6%;
}

.cmdMainRightOverlayListLandscape .cmdMainRightOverlayContent:before {
	height: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cmdMainRightOverlayContainerOuter {
	margin-top: -5px;
}

.cmsMainRightBottomOverlayDetailTitle {
	align-items: center;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleLeft {
	flex-wrap: wrap;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleLeft span {
	display: block;
	margin-top: 5px;
	width: 100%;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight {
	position: relative;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight input[type="submit"],
.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight input[type="button"],
.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight button {
	padding: 13px 20px 13px 45px;
    background: #fff;
    border: 1px solid #694cfc !important;
    position: relative;
    line-height: 14px;
    color: #694cfc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/save-icon.png) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.cmsMainRightBottomOverlayDetailLeft {
	width: 300px;
}

.cmsMainRightBottomOverlayDetailAccordion {
	width: 100%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px !important;
}

.cmsMainRightBottomOverlayDetailAccordion:last-child {
	margin-bottom: 0px;
}

.cmsMainRightBottomOverlayDetailAccordion .ui-accordion-header,
.cmsMainRightBottomOverlayDetailAccordion .ui-accordion-header.ui-state-active {
	margin: 0px !important;
    padding: 20px 20px 20px 43px !important;
	border: none;
	background: transparent;
	color: #000;
	outline: none;
    font-weight: 600;
}

.cmsMainRightBottomOverlayDetailAccordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	top: 57%;
	left: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: #f0f2f5;
	width: 13px;
	height: 13px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
} 

.cmsMainRightBottomOverlayDetailAccordion .ui-accordion-header .ui-accordion-header-icon:before {
	content: "";
	width: 7px;
	height: 1px;
	position: absolute;
	top: 6px;
	left: 3px;
	background: #000;
}

.cmsMainRightBottomOverlayDetailAccordion .ui-accordion-header .ui-accordion-header-icon:after {
	content: "";
	width: 1px;
	height: 7px;
	position: absolute;
	top: 3px;
	left: 6px;
	background: #000;
}

.cmsMainRightBottomOverlayDetailAccordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:after {
	display: none;
}

.cmsMainRightBottomOverlayDetailAccordion .ui-widget-content {
	border: none;
	color: #000;
	padding: 0px 20px 20px 43px !important;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cmsMainRightBottomOverlayDetailContentList {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.cmsMainRightBottomOverlayDetailContentList:last-child {
	margin-bottom: 0px;
}

.cmsMainRightBottomOverlayDetailContentList input[type="radio"],
.cmsMainRightBottomOverlayDetailContentList input[type="checkbox"] {
    margin-top: 4px;
}

.cmsMainRightBottomOverlayDetailContentList label {
	margin-left: 10px;
	width: calc(100% - 25px);
	display: block;
	margin-bottom: 0px;
}

.cmsMainRightBottomOverlayDetailContentList label p {
	font-size: 14px;
	line-height: 21px;
}

.cmsMainRightBottomOverlayDetailContentList label span {
	font-size: 14px;
	line-height: 21px;
	color: #999;
	margin-top: 5px;
}

.cmsMainRightBottomOverlayDetailContentListRight {
	margin-left: 10px;
	width: calc(100% - 25px);
}

.cmsMainRightBottomOverlayDetailContentListRight > label {
	margin-left: 0px;
	width: 100%;
}

.cmsMainRightBottomOverlayDetailContentList .cmsMainRightAddProductFieldHalfImg label {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 0px;
    width: 100%;
    height: 110px;
}

.cmsMainRightBottomOverlayDetailContentList .cmsMainRightAddProductFieldHalfImg label p {
	position: absolute;
	top: calc(50% + 10px);
	left: 0%;
	text-align: center;
	    width: calc(100% - 20px);
    padding: 0px 10px;
    color: #694cfc;
    font-size: 12px;
    line-height: 16px;
}

.cmsMainRightBottomOverlayDetailContentList .cmsMainRightAddProductFieldHalfImg label i {
    top: 40%;
}

.cmsMainRightBottomOverlayDetailImgUpload {
	padding-top: 15px;
	display: none;
}

.cmsMainRightBottomOverlayDetailImgUpload:nth-child(2) {
	padding-top: 0px;
}

.cmsMainRightAddProductFieldHalfAudio input[type="file"] {
	display: none;
}

.cmsMainRightBottomOverlayDetailImgUpload span {
	color: #999;
}

.cmsMainRightAddProductFieldHalfAudio label {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 0px;
    width: calc(100% - 45px);
    display: block;
    border: 1px dashed #694cfc;
    position: relative;
    padding: 10px 10px 10px 35px;
  	background-image: url(/assets/img/audio-icon.png);
  	background-position: center left 10px;
  	background-repeat: no-repeat;
  	-webkit-background-size: 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    /*height: 110px;*/
    margin-top: 10px;
}

.cmsMainRightAddProductFieldHalfAudio label p {
	font-size: 12px;
    line-height: 16px;
    color: #694cfc;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightAddProductFieldHalfVolume {

}

.cmsMainRightBottomOverlayDetailAccordion .ui-widget-content.cmsMainRightAddProductFieldHalfVolumeSlider {
	position: relative !important;
    height: 1px !important;
    width: 100%;
    background: #ddd !important;
    border: none !important;
    padding: 0px !important;
    margin-top: 10px;
}

.cmsMainRightBottomOverlayDetailAccordion .ui-widget-content.cmsMainRightAddProductFieldHalfVolumeSlider span {
	width: 9px;
	height: 9px;
	background: #694cfc;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	margin-top: 0px;
}

.cmsMainRightAddProductFieldHalfVolume input[type="text"],
.cmsMainRightAddProductFieldHalfVolume input[type="number"] {
	padding: 7px 10px;
    color: #000;
    display: block;
    width: calc(100% - 20px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
}

.cmsMainRightAddProductFieldHalfAudioFile {
	position: relative;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 0px;
    width: calc(100% - 45px);
    display: block;
    border: 1px dashed #694cfc;
    position: relative;
    padding: 10px 10px 10px 35px;
    background-image: url(/assets/img/audio-icon.png);
    background-position: center left 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    /* height: 110px; */
    margin-top: 10px;
    display: none;
    background-color: #f0f2f5;
}

.cmsMainRightAddProductFieldHalfAudioFile p {
    font-size: 12px;
    line-height: 16px;
    color: #694cfc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightAddProductFieldHalfAudioFile a {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 15px;
    height: 15px;
    background-image: url(../img/remove-icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cmsMainRightBottomOverlayDetailSimulate {
	position: relative;
}

.cmsMainRightBottomOverlayDetailSimulateBtn a {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
    background: #694cfc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
	width: calc(100% - 40px);
    display: block;
}

.cmsMainRightBottomOverlayDetailSimulateBtn a i {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 13px;
	background: url(../img/dropdown-arrow-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cmsMainRightBottomOverlayDetailSimulateBtn a.active i {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.cmsMainRightBottomOverlayDetailSimulateDropdown {
	position: absolute;
    bottom: 60px;
    width: 200px;
    right: 0px;
    z-index: 1;
    display: none;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0px 10px;
}

.cmsMainRightBottomOverlayDetailSimulateDropdown:after {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 7px;
	margin-left: -7px;
    left: calc(100% - 20px);
}

.cmsMainRightBottomOverlayDetailSimulateDropdown h6 {
	font-size: 14px;
	line-height: 21px;
	padding: 0px 20px;
	color: #000;
	font-weight: 600;
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul {
    padding: 10px 0px;
    margin: 0px;
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li {
    list-style-type: none;
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li a {
    padding: 5px 20px;
    color: #000;
    display: flex;
    background: transparent;
    border: none;
    width: calc(100% - 30px);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li a i {
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	    margin-top: 2px;
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li a.JalertLikePreview i {
	background-image: url(../img/alert-like-icon.png);
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li a.JalertOrderPreview i {
	background-image: url(../img/alert-order-icon.png);
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li a.JalertFollowerPreview i {
	background-image: url(../img/alert-follower-icon.png);
}

.cmsMainRightBottomOverlayDetailSimulateDropdown ul li a p {
	margin-left: 10px;
}

.cmsMainRightBottomOverlayDetailContainer {
	align-items: flex-start;
}

.cmsMainRightBottomOverlayDetailRight {
	width: calc(100% - 320px);
	margin-left: 20px;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmsMainRightBottomOverlayDetailRightInner {
	width: 100%;
	max-width: 540px;
	margin: auto;
	background: url(../img/preview-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	/*padding-bottom: 65.174%;*/
	min-height: 960px;
}

.cmsMainRightBottomOverlayDetailRightInner img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.JpreviewTop {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 1.5%;
	display: flex;
	justify-content: space-between;
}

.JpreviewLeft {
	position: absolute;
	top: 7.7%;
	left: 4%;
	width: 26%;
}

.JpreviewRight {
	position: absolute;
	top: 7.7%;
	right: 4%;
	width: 26%;
}

.JpreviewBottom {
	position: absolute;
	width: 97.6%;
	left: 2.4%;
	bottom: 1.5%;
}

.cmsMainRightBottomOverlayDetailView {
	margin-left: 4%;
	width: 26%;
}

.cmsMainRightBottomOverlayDetailFans {
	width: 60%;
	margin-right: 4%;
	display: none;
}

.cmsMainRightBottomOverlayDetailView img {

}

.JpreviewLeft > div,
.JpreviewRight > div {
	margin-bottom: 5%;
	display: none;
}

.JpreviewAudio,
.JpreviewAudio2,
.JpreviewAudioOrder,
.JpreviewAudioOrder2,
.JpreviewAudioFollower,
.JpreviewAudioFollower2 {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.cmsMainRightBottomOverlayDetailAlert p {
	color: #fff;
	text-shadow: 0 3px 6px #000000;
	text-align: center;
}

.cmsMainRightBottomOverlayDetailAlert p strong {
	font-size: 18px;
    line-height: 18px;
    display: block;
    margin-top: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmsMainRightBottomOverlaySetting {
	display: none;
}

.cmsMainRightBottomLotteryDate {
	margin-left: 10px;
}

.cmsMainRightBottomLotteryTable table th:last-child, 
.cmsMainRightBottomLotteryTable table td:last-child {
    /*text-align: right;
    width: 50px;*/
    position: relative;
}

.cmsMainRightBottomLotteryTable .msMainRightBottomCustomerImg {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cmsMainRightBottomLotteryWinnerList {
	margin-bottom: 10px;
}

.cmsMainRightBottomLotteryWinnerList:last-child {
	margin-bottom: 0px;
}

.cmsMainRightBottomLotteryWinnerList a {
	display: flex;
}

.cmsMainRightBottomLotteryWinnerList p {
	color: #000;
	text-decoration: underline;
	margin-left: 10px;
	margin-top: 10px;
}

.cmsMainRightBottomAnalyticDetailTable tr td {
	vertical-align: top;
}

.cmsMainRightBottomAnalyticDetailTable tr td:nth-child(2) span {
	color: #999;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
}

.cmsMainRightBottomAnalyticDetailTable tr td:nth-child(4) p {
	color: #999;
}

.cmsMainRightBottomAnalyticDetailTable tr td:nth-child(4) p i {
	color: #000;
	font-style: normal;
}

.cmsMainRightBottomAnalyticDetailTable tr td:last-child a {
	color: #000;
	text-decoration: underline;
}

.JvoucherType {
	margin-top: 10px;
}

.JvoucherTypeList {
	margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.JvoucherTypeList:last-child {
	margin-bottom: 0px;
}

.JvoucherTypeList label {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	margin-left: 10px;
	margin-bottom: 0px;
}

.cmsMainRightBottomVoucherContentLeft {
	width: calc(100% - 330px);
}

.cmsMainRightBottomVoucherContent .cmsMainRightBottomContentInner {
	justify-content: space-between;
}

.Jpercentage {
	margin-top: 30px;
}

.Jpercentage .cmsMainRightAddProductContainer:nth-child(1) .cmsMainRightAddProductContent .cmsMainRightAddProductField:nth-child(1) .cmsMainRightAddProductFieldFull {
	position: relative;
}

.Jpercentage .cmsMainRightAddProductContainer:nth-child(1) .cmsMainRightAddProductContent .cmsMainRightAddProductField:nth-child(1) .cmsMainRightAddProductFieldFull:after {
	content: "%";
	position: absolute;
	right: 10px;
	bottom: 14px;
	font-size: 14px;
	line-height: 21px;
	color: #999;
}

.JpercentageSelection {
	margin-top: 10px;
}

.JpercentageSelectionList {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.JpercentageSelectionList:last-child {
	margin-bottom: 0px;
}

.JpercentageSelectionList label {
	color: #000;
	margin-left: 10px;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}

.Jpercentage .cmsMainRightAddProductContainer:nth-child(1) .cmsMainRightAddProductContent .cmsMainRightAddProductField:last-child,
.JfixedAmount .cmsMainRightAddProductContainer:nth-child(1) .cmsMainRightAddProductContent .cmsMainRightAddProductField:last-child {
	display: none;
}

.JpercentageSelectProduct {
	padding: 13px 20px 13px 45px;
    background: #694cfc;
    border: 1px solid #694cfc !important;
    position: relative;
    line-height: 14px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /*margin-left: 20px;*/
    display: inline-block;
}

.JpercentageSelectProduct:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/add-icon.png) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.JpercentageSelectProductTable {
	margin-top: 20px;
}

.JpercentageSelectProductTableTR {
	display: flex;
	border-bottom: 1px solid #ddd;
}

.JpercentageSelectProductTableTR:last-child {
	border-bottom: none;
}

.JpercentageSelectProductTableTD {
	width: calc(100% - 50px);
	padding: 15px 15px 15px 0px;
	display: flex;
}

.JpercentageSelectProductTableTD:last-child {
	width: 50px;
	padding: 15px 0px 15px 15px;
	position: relative;
}

.JpercentageSelectProductTableTD:last-child .JmoreDropdown {
    top: 40px;
	right: 0px;
}

.JpercentageSelectProductTableImg {
	width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.JpercentageSelectProductTableContent {
	margin-left: 10px;
	width: calc(100% - 50px);
}

.JpercentageSelectProductTableContent span {
	font-size: 12px;
	line-height: 16px;
}

.JlightboxContainer,
.errorLightboxContainer {
	position: fixed;
	overflow: auto;
	background-color: rgba(99,114,130,.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.JlightboxTable,
.errorLightboxTable {
	display: table;
	width: 100%;
	height: 100%;
}

.JlightboxT,
.errorLightboxTD {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 20px;
}

.JlightboxPanel,
.errorLightboxPanel {
	max-width: 800px;
	margin: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	-moz-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	-o-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;

	/*background: #f8f8fc;*/
}

.JlightboxContainer.active .JlightboxPanel,
.errorLightboxContainer.active .errorLightboxPanel {
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.JlightboxPanelInner {
	/*padding: 50px 30px 30px;*/
}

.JlightboxClose {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 15px;
	height: 15px;
	background: url(../img/close-icon-b.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.errorLightboxPanelContent {
	padding:  30px;
}


.errorLightboxPanelContent p {
	color: #000;
}

.JlightboxPanelInner h6 {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    display: block;
}

.JlightboxPanelInner p {
	display: block;
	margin-top: 15px;
}

.JlightboxField {
	/*margin-top: 10px;

	margin-top: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);*/

	max-height: 500px;
    overflow: auto;
}

.JvolWeightResult {
	display: none;
}

.JlightboxPanelBtn,
.errorLightboxPanelBtn {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    border-top: 1px solid #ddd;
}

.JlightboxPanelBtn .JresetBtn {
	color: #999;
	font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding-right: 20px;
	text-transform: none;
	text-decoration: underline;
}

.JlightboxPanelBtn .JcalBtn,
.JlightboxPanelBtn button,
.JlightboxPanelBtn input[type="button"],
.errorLightboxPanelBtn a {
	/*font-size: 14px;
    line-height: 14px;*/
    font-weight: 600;
    color: #FFF;
    border: none;
    display: block;
	padding: 13px 20px;
    background-color: #694cfc;
    outline: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
        min-width: 120px;
    text-align: center;
}

.JlightboxPanelTitle {
	text-align: center;
	padding: 25px 20px;
	border-bottom: 1px solid #ddd;
}

.JlightboxPanelTitle h6 {
	color: #000;
	font-size: 16px;
	line-height: 21px;
}

.JlightboxAccordionHeader.ui-accordion-header {
	margin: 0px !important;
    padding: 15px 20px !important;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	display: flex !important;
	outline: none;
	border-top: 1px solid #ddd;
}

.JlightboxAccordion:first-child .JlightboxAccordionHeader.ui-accordion-header {
	border-top: none;
}

.JlightboxAccordionHeader.ui-accordion-header .ui-accordion-header-icon {
	margin-right: 10px;
    background: #f0f2f5;
    width: 13px;
    height: 13px;
    position: relative;
	margin-top: 1px;
}

.JlightboxAccordionHeader.ui-accordion-header .Jhandle {
	position: absolute;
	width: 15px;
    height: 15px;
    display: block;
    background: url(../img/drag-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 15px;
    left: 10px;
    cursor: all-scroll;
}

.Jstreaming .JlightboxAccordionHeader.ui-accordion-header .Jhandle {
	display: none;
}

.JlightboxAccordionHeader.ui-accordion-header .ui-accordion-header-icon:before {
    content: "";
    width: 7px;
    height: 1px;
    position: absolute;
    top: 6px;
    left: 3px;
    background: #000;
}

.JlightboxAccordionHeader.ui-accordion-header .ui-accordion-header-icon:after {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 6px;
    background: #000;
}

.JlightboxAccordionHeader.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:after {
	display: none;
}

.JlightboxAccordionHeader.ui-accordion-header.ui-accordion-header-active {
	color: #000;
}

.JlightboxAccordionHeader.ui-accordion-header p {
	margin-top: 0px;
	margin-left: 10px;
	width: 100%;
}

.JlightboxAccordionHeader.ui-accordion-header input[type="checkbox"] {
	margin-top: 1px;
}

.JlightboxAccordionInner {
	padding: 5px 20px 5px 37px !important;
	border: none !important;
}

.JlightboxAccordionList {
	display: flex;
	    align-items: center;
}

.JlightboxAccordionTD {
	padding: 5px;
}

.JlightboxAccordionTD:first-child {
	width: 16px;
}

.JlightboxAccordionTD:nth-child(2) {
	display: flex;
	width: 55%;
}

.JlightboxAccordionTD:nth-child(2) span {
	display: none;
}

.JlightboxAccordionTD:nth-child(3),
.JlightboxAccordionTD:nth-child(4),
.JlightboxAccordionTD:nth-child(5) {
	width: 15%;
	text-align: center;
}

.JlightboxAccordionTD p {
	margin-top: 0px;
}

.JlightboxAccordionImg {
	width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 10px;
}

.JvoucherRules {
	margin-top: 10px;
}

.JvoucherRulesDropdown {
	display: none;
	width: 100%;
    margin-left: 23px;
    position: relative;
}

.JvoucherRules .JvoucherTypeList:nth-child(2) .JvoucherRulesDropdown:before {
	content: "RM";
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	top: 23px;
	left: 10px;
	color: #999;
}

.JvoucherRules .JvoucherTypeList:nth-child(2) .JvoucherRulesDropdown input[type="number"] {
	padding-left: 38px;
	width: calc(100% - 50px);
}

.JfixedAmount,
.JfreeShipping,
.JbuyXgetY {
	display: none;
	margin-top: 30px;
}

.JfreeShippingDropdown .ui-multiselect-menu {
    width: 100% !important;
    top: 78px !important;
    left: 0px !important;
    max-height: 300px;
    overflow: auto;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.08);
    border: none !important;
    padding: 0px;
}

.JfreeShippingDropdown .ui-multiselect-menu .ui-multiselect-checkboxes {
    padding: 0px;
    height: 300px !important;
}

.JfreeShippingDropdown .ui-multiselect-menu .ui-multiselect-checkboxes label {
    text-align: left;
    border: none;
    padding: 15px !important;
    margin: 0px;
    text-indent: 0px;
}

.JfreeShippingDropdown .ui-multiselect-menu .ui-multiselect-checkboxes ul, 
.JfreeShippingDropdown .ui-selectmenu-menu {
    margin: 0px;
    padding: 0px;
    border: none;
}

.JfreeShippingDropdown .ui-multiselect-menu .ui-state-hover, 
.JfreeShippingDropdown .ui-multiselect-menu .ui-widget-content .ui-state-hover {
    border: none;
    background-color: #f7f8fa;
}

.JfreeShippingDropdown .ui-multiselect-menu .ui-multiselect-checkboxes label span {
    width: calc(100% - 25px);
    margin-left: 10px;
}

.daterangepicker {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    border: none !important;
}

.daterangepicker.opensright:before {
    left: 20px !important;
}

.daterangepicker.opensright:after {
    left: 21px !important;
}

.daterangepicker .ranges li.active {
    background: #694cfc !important;
}

.daterangepicker td.active, 
.daterangepicker td.active:hover {
	background: #694cfc !important;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important; 
	border-radius: 100px !important;
}

.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
	min-width: 26px !important;
    width: 26px !important;
    height: 26px !important;
}

.daterangepicker select.monthselect, 
.daterangepicker select.yearselect {
	border: 1px solid #ddd !important;
	padding: 5px !important;
}

.daterangepicker select.yearselect {
    width: 50% !important;
    -webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.daterangepicker select.monthselect {
    width: 50% !important;
    -webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.drp-buttons .cancelBtn {
	background: transparent;
	color: #999;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding-right: 20px;
    text-transform: none;
    text-decoration: underline;
        display: inline-block;
    vertical-align: middle;
}

.drp-buttons .applyBtn {
	font-weight: 600;
    color: #FFF;
    border: none;
	display: inline-block;
    vertical-align: middle;
    padding: 8px 20px !important;
    background-color: #694cfc;
    outline: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /*min-width: 120px;*/
    text-align: center;
}

.cmsMainRightBottomVoucherContentLeft .cmsMainRightBottomAnalyticDate {
	margin-top: 10px;
	width: 100%;
}

.cmsMainRightBottomVoucherContentLeft .cmsMainRightBottomAnalyticDate input {
	padding: 12px 10px 12px 43px;
    color: #000;
    display: block;
    width: calc(100% - 55px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
}

.cmsMainRightBottomAnalyticDate.JtimePicker:before {
    background: url(../img/time-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.c-datepicker-time-panel__btn.cancel {
	font-weight: 600 !important;
	text-decoration: underline;
	line-height: 12px;
	text-transform: capitalize;
}

.c-datepicker-time-panel__btn.confirm {
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px !important;
    background-color: #694cfc;
    outline: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /* min-width: 120px; */
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600 !important;
        line-height: 14px !important;
}

.c-datepicker-time-panel__footer {
	display: flex;
	justify-content: center;
	    height: auto !important;
}

.c-datepicker-time-panel__btn.min, 
.c-datepicker-time-panel__btn.max {
	display: none;
}

.JsetEndDate {
	display: none;
	    padding-top: 20px;
}

.cmsMainRightBottomVoucherSetEndDate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        width: 100%;
}

.cmsMainRightBottomVoucherSetEndDate label {
    margin-left: 10px;
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

.cmsMainRightBottomVoucherContentRight {
	width: 300px;
}

.cmsMainRightBottomVoucherContentRight.affix {
	position: fixed;
    right: 430px;
    top: 98px;
}

.cmsMainRightBottomVoucherContentRightContent ul,
.cmsMainRightBottomVoucherContentRightContent ul li {
	display: none;
	padding: 0px 0px 0px 18px;
    margin: 0px;
}

.cmsMainRightBottomVoucherContentRightContent ul li {
	margin-bottom: 10px;
	padding: 0px;
}

.cmsMainRightBottomVoucherContentRightContent ul li:last-child {
	margin-bottom: 0px;
}

.cmsMainRightBottomVoucherContentRightCode {
	margin-top: 20px;
}

.cmsMainRightBottomVoucherContentRightCode h3 {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 25px;
}

.cmsMainRightBottomVoucherContentRightContent {
	margin-top: 20px;
}

.JpreviewOverlay {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;

	background: transparent;
}

.JpreviewOverlayInner {
	width: 100%;
    height: 100%;
}

.JpreviewOverlayTopSection {
	position: absolute;
	top: 12px;
	right: 12px;
	width: calc(100% - 110px);
}

.JpreviewOverlayFansContainer {
	position: absolute;
	right: 0px;
	top: 0px;
	/*width: calc(100% - 110px);*/
	display: flex;
	justify-content: flex-end;
}

.JpreviewOverlayFansList {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 3px;
	border: 1px solid #ddd;
}

.JpreviewOverlayLeftSection {
	position: absolute;
	top: 70px;
	left: 12px;
	width: 150px;
}

.JpreviewOverlayInner {
	background: transparent !important;
}

.JpreviewOverlayInner > iframe {
	width: 100% !important;
	height: 100% !important;
	max-width: 540px;
	max-height: 960px;
	margin: auto;
	display: block;

	display: none;
}

.JpreviewOverlayInner > iframe div {
	height: 100% !important;
	padding-bottom: auto !important;
}

.JpreviewOverlayLeftSectionInner > div,
.JpreviewOverlayRightSectionInner > div {
	margin-bottom: 15px;
}

.JpreviewOverlayLeftSectionInner > div:last-child,
.JpreviewOverlayRightSectionInner > div:last-child {
	margin-bottom: 0px;
}

.JpreviewOverlayLeftProductInfo,
.JpreviewOverlayRightProductInfo {
	width: 100%;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.JpreviewOverlayLeftProductInfoInner,
.JpreviewOverlayRightProductInfoInner {
	padding: 7px;
}

.JpreviewOverlayLeftProductImg,
.JpreviewOverlayRightProductImg {
	width: 100%;
	padding-bottom: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.JpreviewOverlayLeftProductPrice,
.JpreviewOverlayRightProductPrice {
	text-align: center;
	margin-top: 5px;
}

.JpreviewOverlayLeftProductPrice p,
.JpreviewOverlayRightProductPrice p {
	color: #fff;
	font-weight: 600;
}

.JpreviewOverlayLeftProductList,
.JpreviewOverlayRightProductList {
	width: 100%;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 200px;
}

.JpreviewOverlayLeftProductListInner,
.JpreviewOverlayRightProductListInner {
	height: 200px;
}

.JpreviewOverlayLeftProductList ul,
.JpreviewOverlayRightProductList ul {
	padding: 0px;
	margin: 0px;
	    width: 100%;
}

.JpreviewOverlayLeftProductList ul li,
.JpreviewOverlayRightProductList ul li {
	list-style-type: none;
	padding: 10px 5px;
	text-decoration;
	border-bottom: 1px solid #999;
}

.JpreviewOverlayLeftProductListContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.JpreviewOverlayLeftProductListContentList:nth-child(1) {
	width: 50%;
}

.JpreviewOverlayLeftProductListContentList:nth-child(2),
.JpreviewOverlayLeftProductListContentList:nth-child(3) {
	width: 25%;
	text-align: center;
}

.JpreviewOverlayLeftProductListContentList:nth-child(3) {
	text-align: right;
}

.JpreviewOverlayLeftProductListContent p {
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	font-weight: 600;
	display: block;
	text-shadow: 0 5px 10px #000000;
}

.JpreviewOverlayLeftProductListContentList span {
	font-size: 9px;
	line-height: 12px;
	display: block;
	color: #fff;
	opacity: 0.65;
	margin-top: 3px;
}

.JpreviewOverlayRightSection {
	position: absolute;
    top: 70px;
    right: 12px;
    width: 150px;
}

.JpreviewOverlayLeftAlert {

}

.JpreviewOverlayLeftAlert img,
.JpreviewOverlayRightAlert img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.JpreviewOverlayLeftAlert p,
.JpreviewOverlayRightAlert p {
	color: #fff;
    text-shadow: 0 3px 6px #000000;
    text-align: center;
}

.JpreviewOverlayLeftAlert p strong,
.JpreviewOverlayRightAlert p strong {
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.JstreamingContainer {
	width: 100%;
	height: 100%;
}

.JstreamingHeader {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.JstreamingHeaderInner {
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.JstreamingHeaderLeft {
	display: flex;
	align-items: center;
	padding: 12px 0px;
}

.Jback {
	width: 7px;
	height: 11px;
	background: url(../img/stream-back-icon.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}

.JenoLogo {
	width: 30px;
	height: 30px;
	background: url(../img/enostream-logo-b.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    margin-left: 10px;
    -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.JfbLogo {
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.JfbLogo .JfbLogoImg {
	width: 30px;
	height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.JfbLogo p {
	margin-left: 10px;
	color: #000;
	font-weight: 600;
}

.JstreamingHeaderMid {
	display: flex;
}

.JstreamingHeaderMid > a {
	width: 55px;
	height: 55px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.JstreamingHeaderMid > a i {
	width: 27px;
	height: 27px;
	background-image: url(../img/icon-sprite@2x.png);
	background-repeat: no-repeat;
	-webkit-background-size: 500px;
    -moz-background-size: 500px;
    -o-background-size: 500px;
    background-size: 500px;
}

.JstreamingHeaderMid > a.active {
	background: #e9e9e9;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.JstreamingHeaderPortrait i {
	background-position: -60px -10px;   
}

.JstreamingHeaderPortrait.active i {
	background-position: -97px -10px; 
}

.JstreamingHeaderLandscape i {
	background-position: -60px -47.5px;   
}

.JstreamingHeaderLandscape.active i {
	background-position: -97px -47.5px; 
}

.JstreamingHeaderRight {
	display: flex;
}

.JstreamingHeaderRight .JstreamNowBtn {
	padding: 10px 20px;
    background: #694cfc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    max-width: 116px;
}

.JstreamingHeaderRight .JstreamNowBtn i {
    width: 15px;
    height: 15px;
    background-image: url(../img/icon-sprite@2x.png);
    -webkit-background-size: 500px;
    -moz-background-size: 500px;
    -o-background-size: 500px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -10px -10px;
}

.JstreamingHeaderRight .JstreamNowBtn p {
    color: #fff;
    margin-left: 10px;
}

.JstreamingBody {
	position: fixed;
	height: calc(100% - 56px);
	top: 56px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.JstreamingBodyLeft {
	width: 450px;
	height: 100%;
	border-right: 1px solid #ddd;
}

.JstreamingBodyLeftTitle {
	padding: 15px 10px;
	display: flex;
	justify-content: space-between;
}

.JstreamingBodyLeftTitle h2 {
	color: #000;
	font-size: 16px;
	line-height: 16px;
}

.JstreamingBodyLeftTitle a {
	text-align: right;
	color: #694cfc;
	display: flex;
    align-items: center;
}

.JstreamingBodyLeftTitle a i {
	background: url(../img/add-icon-b.png) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	width: 15px;
    height: 15px;
}

.JstreamingBodyLeftTitle a p {
	margin-left: 10px;
}

.JstreamingBodyLeftContent {
	border-top: 1px solid #ddd;
	height: calc(100% - 51px);
}

.JstreamingBodyLeftContentTable {
	height: 100%;
}

.JstreamingBodyLeftContentTableThead {
	background: #e9e9e9;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 10px;
}

.JstreamingBodyLeftContentTD {
	padding: 5px;
}

.JstreamingBodyLeftContentTD p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.JstreamingBodyLeftContentTableThead .JstreamingBodyLeftContentTD:nth-child(1),
.JlightboxAccordionContentInner .JstreamingBodyLeftContentTD:nth-child(1) {
	padding-left: 24px;
	width: 50%;
}

.JstreamingBodyLeftContentTableThead .JstreamingBodyLeftContentTD:nth-child(2),
.JstreamingBodyLeftContentTableThead .JstreamingBodyLeftContentTD:nth-child(3),
.JlightboxAccordionContentInner .JstreamingBodyLeftContentTD:nth-child(2),
.JlightboxAccordionContentInner .JstreamingBodyLeftContentTD:nth-child(3) {
	width: 25%;
	text-align: center;
}

.JstreamingBodyLeftContentTableThead .JstreamingBodyLeftContentTD p {
	font-weight: 600;
}

.JstreamingBodyLeftContentTableTbody {
	overflow: auto;
	    height: calc(100% - 47px);
}

.JstreamingBodyLeftContentTableTbody .JlightboxAccordionHeader {
	padding: 15px 10px 15px 30px !important;
	background: #fff;
}

.JstreamingBodyLeftContentTableTbody .JlightboxAccordionHeader h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	width: calc(100% - 73px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Jstreaming .JstreamingBodyLeftContentTableTbody .JlightboxAccordionHeader {
	padding: 15px 94px 15px 10px !important;
}

.JlightboxAccordionHeaderBtn {
	position: absolute;
	right: 10px;
	top: 17px;
	display: flex;
}

.JlightboxAccordionHeaderBtn a {
	width: 15px;
    height: 15px;
    background-image: url(../img/streaming-delete-icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    margin-left: 10px;
}

.JlightboxAccordionHeaderBtn a:first-child {
	margin-left: 0px;
	background-image: url(../img/streaming-edit-icon.png);
}

.JlightboxAccordionContent {
	padding: 5px 10px 5px 34px !important;
	border: none !important;
}

.JlightboxAccordionContentInner {
	display: flex;
}

.JstreamingBodyLeftImg {
	width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.JlightboxAccordionContentInner .JstreamingBodyLeftContentTD:nth-child(1) {
	display: flex;
	    padding-left: 0px;
}

.JstreamingBodyLeftImgText {
	margin-left: 10px;
}

.JstreamingBodyLeftImgText span {
	color: #999;
	font-size: 12px;
	line-height: 14px;
}

.JlightboxAccordionContentInner .JstreamingBodyLeftContentTD p {
	font-size: 12px;
	line-height: 14px;
}

.JstreamingBodyMid {
	width: calc(100% - 900px);
	height: 100%;
}

.JstreamingBodyMidVideo {
	width: calc(100% - 20px);
	height: calc(100% - 300px);
	padding: 10px;
	background: #f0f2f5;
	position: relative;
    overflow: hidden;

    background-color: #000;
}

.JstreamingBodyMidVideo iframe {
	position: absolute;
    top: 50%;
    left: 50%;
	/*width: 100% !important;
    height: 100% !important;*/
    border: 0;
    -moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.JstreamingBodyMidVideo .fb-video {
	height: 100%;
	width: 100% !important;
	display: block;
}

.JstreamingBodyMidVideo .fb-video > span {
	height: 100% !important;
	width: 100% !important;
}

.JstreamingBodyMidFooter {
	width: 100%;
	height: 300px;
	border-top: 1px solid #ddd;
}

.JstreamingBodyMidVideoInner {
	height: 100%;
}

.JstreamingBodyMidFooterTitle {
	background: #e9e9e9;
	border-bottom: 1px solid #ddd;
	display: flex;
}

.JstreamingBodyMidFooterTitle a {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	font-weight: 600;
	display: block;
	padding: 15px 10px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	background: transparent;
	opacity: 0.2;
}

.JstreamingBodyMidFooterTitle a.active {
	background: #fff;
	opacity: 1;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-bottom: 21px;
	margin-bottom: -1px;
}

.JstreamingBodyMidFooterTitle a:first-child.active{
	border-left: 1px solid transparent;
} 

.JstreamingBodyRight {
	width: 450px;
	height: 100%;
	border-left: 1px solid #ddd;
}

.JstreamingBodyMidFooterBody {
	width: 100%;
	height: calc(100% - 77px);
	overflow: auto;
}

.JstreamingBodyMidFooterBodyInner {
	padding: 30px 20px;
}

.JstreamingBodyMidFooterBodyCD {

}

.JstreamingBodyMidFooterBodyCDlist,
.JstreamingBodyMidFooterBodyLTlist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 5px 0px;
}

.JstreamingBodyMidFooterBodyCDlist > *,
.JstreamingBodyMidFooterBodyLTlist > * {
	margin: 0px 5px;
	color: #000;
	font-size: 12px;
    line-height: 16px;
}

.JstreamingBodyMidFooterBodyCDlist {

}

.JstreamingBodyMidFooterBodyCDlist .ui-multiselect, 
.JstreamingBodyMidFooterBodyCDlist .ui-selectmenu-button,
.JstreamingBodyMidFooterBodyLTlist .ui-multiselect, 
.JstreamingBodyMidFooterBodyLTlist .ui-selectmenu-button {
    padding: 12px 10px;
    color: #000;
    display: block;
    /*width: calc(100% - 20px)!important;*/
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*margin-top: 10px;*/
    font-size: 14px;
    line-height: 21px;
    outline: none;
    position: relative;
	width: 100px !important;
	font-size: 12px;
    line-height: 16px;
}

.JstreamingBodyMidFooterBodyCDlist span,
.JstreamingBodyMidFooterBodyLTlist span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.JstreamingBodyMidFooterBodyCDlist .ui-selectmenu-button:after,
.JstreamingBodyMidFooterBodyLTlist .ui-selectmenu-button:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/select-arrow.png) center no-repeat;
    -webkit-background-size: 12px;
    -moz-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%;
}

.JstreamingBodyMidFooterBodyCDlist input[type="number"],
.JstreamingBodyMidFooterBodyCDlist input[type="text"],
.JstreamingBodyMidFooterBodyLTlist input[type="number"],
.JstreamingBodyMidFooterBodyLTlist input[type="text"] {
	padding: 12px 10px;
    color: #000;
    display: block;
    width: 100px;
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*margin-top: 10px;*/
    font-size: 12px;
    line-height: 16px;
}

.JstreamingBodyMidFooterBodyCDlistDiscount {
	position: relative;
}

.JstreamingBodyMidFooterBodyCDlistDiscount .ui-selectmenu-button.ui-button {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto !important;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px; 
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.JstreamingBodyMidFooterBodyCDlistDiscount input[type="number"],
.JstreamingBodyMidFooterBodyCDlistDiscount input[type="text"] {
	padding-left: 75px;
	    width: 60px;
}

.JstreamingBodyMidFooterBodyCDbtn {
	margin-top: 15px;
	text-align: center;
}

.JstreamingBodyMidFooterBodyCDbtn a {
	display: inline-block;
	padding: 5px 20px 7px;
	background: #fff;
	border: 1px solid #694cfc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.JstreamingBodyMidFooterBodyCDbtn a i {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/add-icon-b.png) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 15px;
    height: 15px;
}

.JstreamingBodyMidFooterBodyCDbtn a p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px;
	line-height: 12px;
}

.JstreamingBodyMidFooterBodyLToutter {
	display: none;
}

.JstreamingBodyRightPostInner {
	padding: 20px 10px;
	display: flex;
	flex-wrap: wrap;
}

.JstreamingBodyRightPostInner h2 {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}

.JstreamingBodyRightPostLeft {
	width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.JstreamingBodyRightPostRight {
	width: calc(100% - 40px);
	margin-left: 10px;
}

.JstreamingBodyRightPostRight input[type="text"] {
	padding: 12px 10px;
    color: #000;
    display: block;
    width: 100px;
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* margin-top: 10px; */
    font-size: 12px;
    line-height: 16px;
	width: calc(100% - 22px);
}

.JstreamingBodyRightPostRight .emojiPickerIconWrap {
	margin-top: 10px;
	width: 100%;
}

.JstreamingBodyRightPostRight .emojiPickerIconWrap textarea,
.JstreamingBodyRightPostRight textarea {
	padding: 12px 10px;
    color: #000;
    display: block;
    width: 100px;
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* margin-top: 10px; */
    font-size: 12px;
    line-height: 16px;
	width: calc(100% - 22px) !important;
	height: 100px;
}

.JstreamingBodyRightPostRight textarea {

}

.JstreamingBodyRightPostRight .emojiPickerIconWrap .black {
	background-color: transparent !important;
	background-size: cover;
    width: 15px !important;
    height: 15px !important;
	top: 10px;
    right: 10px;
    background-image: url(../img/emoji-icon.png);
    background-position: center;
    background-repeat: no-repeat;
}

.emojiPickerIconWrap .emojiPicker {
	top: 40px !important;
	right: 10px;
	left: auto !important;
}

.emojiPicker nav div.tab .emoji {
	width: 15px !important;
	height: 15px !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.emojiPicker nav div.tab .emoji-tab-recent {
	background-image: url(../img/emoji-icon01.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-people {
	background-image: url(../img/emoji-icon02.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-nature {
	background-image: url(../img/emoji-icon03.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-food {
	background-image: url(../img/emoji-icon04.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-activity {
	background-image: url(../img/emoji-icon05.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-travel {
	background-image: url(../img/emoji-icon06.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-object {
	background-image: url(../img/emoji-icon07.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-symbol {
	background-image: url(../img/emoji-icon08.png) !important;
}

.emojiPicker nav div.tab .emoji-tab-flag {
	background-image: url(../img/emoji-icon09.png) !important;
}

.JstreamingBodyRightAutoMsg {
	padding-top: 20px;
	/*margin-top: 20px;*/
	border-top: 1px solid #ddd;
	padding: 20px 10px;
}

.JstreamingBodyRightAutoMsg h2 {
	display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}

.JstreamingBodyRightAutoMsgInner {
	/*padding: 20px 10px;*/
    display: flex;
    flex-wrap: wrap;
}

.JstreamingBodyRightAutoMsgVariable {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
}

.JstreamingBodyRightAutoMsgVariable a {
	margin: 5px;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	padding: 10px 15px;
	background: #ddd;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.JstreamingBodyMidFooterBodyCDlistOnOff .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    margin-top: 10px;
}

.JstreamingBodyMidFooterBodyCDlistOnOff .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.JstreamingBodyMidFooterBodyCDlistOnOff .slider.round {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #f0f2f5;
    border: 1px solid #ddd;
}

.JstreamingBodyMidFooterBodyCDlistOnOff .slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ddd;
}

.JstreamingBodyMidFooterBodyCDlistOnOff input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.JstreamingBodyMidFooterBodyCDlistOnOff input[type="checkbox"]:checked + .slider {
    background-color: #694cfc;
}

.JstreamingBodyMidFooterBodyCDlistOnOff {
	display: none;
}

.JlightboxStreamContent {
	padding: 20px;
}

.liveStreamLightboxContainer .JlightboxPanel {
	max-width: 600px;
}

.JlightboxStreamContentList {
	margin-bottom: 15px;
	position: relative;
}

.JlightboxStreamContentList:last-child {
	margin-bottom: 0px;
}

.JlightboxStreamContentList p {
	color: #999;
}

.JlightboxStreamContentList label {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 21px;
}

.JlightboxStreamContentList input[type="text"] {
	padding: 12px 35px 12px 10px;
    color: #000;
    display: block;
    width: calc(100% - 45px);
    background: #f0f2f5;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
}

.JlightboxStreamContentList span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

.JlightboxAccordionHeaderSelectBtn {
	display: none;
	position: absolute;
    right: 10px;
    top: 7px;
}

.JlightboxAccordionHeaderSelectBtn a {
	font-size: 12px;
	line-height: 12px;
	color: #694cfc !important;
	padding: 9px 0px;
	text-align: center;
	width: 72px !important;
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #694cfc;
	background-color: transparent;
}

.JlightboxAccordionHeaderSelectBtn a.active {
	color: #fff !important;
	background-color: #694cfc !important;
}

.JstreamingBodyMidFooterBodyLT,
.JstreamingBodyMidFooterBodyLToutter .JstreamingBodyMidFooterBodyCDbtn {
	display: none;
}

.JstreamingBodyMidFooterBodyLTbefore {

}

.JstreamingBodyMidFooterBodyLTbefore img {
	max-width: 92px;
	display: block;
	margin: auto;
}

.JstreamingBodyMidFooterBodyLTbefore p {
	display: block;
	text-align: center;
	color: #000;
	margin-top: 20px;
}

.JstartGame {
	font-size: 12px;
    line-height: 12px;
    color: #694cfc !important;
    padding: 11px 20px;
    text-align: center;
    /*width: 72px !important;*/
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #694cfc;
    background-color: transparent;
}

.JstreamingBodyRightPostLive {
	display: none;
}

.JstreamingBodyRightPostLiveTop {
	border-bottom: 1px solid #ddd;
}

.JstreamingBodyRightPostLiveTopInner {
	padding: 15px 10px;
}

.JstreamingBodyRightPostLiveTopInner p {
	color: #000;
	display: block;
    height: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: pre-wrap;
}

.JstreamingBodyRightPostLiveTopInner p .morelink {
	display: block;
	margin-top: 5px;
	color: #694cfc;
}

.JstreamingBodyRightPostLiveFooter {
	position: fixed;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #ddd;
	width: 450px;
}

.JstreamingBodyRightPostLiveFooterInner {
	padding: 10px 10px;
	display: flex;
}

.JstreamingBodyRightPostLiveFooterInner .emojiPickerIconWrap {
	margin-top: 0px;
}

.JstreamingBodyRightPostLiveFooterInner .emojiPickerIconWrap textarea {
	height: auto;
}

.JstreamingBodyRightPostLiveFooter .emojiPickerIconWrap .emojiPicker {
	top: auto !important;
    right: 10px;
    left: auto !important;
    bottom: 81px;
}

.JstreamingBodyRightPostLiveMid {
    height: 100%;
}

.JstreamingBodyRightPostLiveMidTabs {
	background: #e9e9e9;
    border-bottom: 1px solid #ddd;
    display: flex;
}

.JstreamingBodyRightPostLiveMidTabs a {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 15px 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background: transparent;
    opacity: 0.2;
}

.JstreamingBodyRightPostLiveMidTabs a.active {
    background: #fff;
    opacity: 1;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-bottom: 21px;
    margin-bottom: -1px;
}

.JstreamingBodyRightPostLiveMidTabs a:first-child.active {
    border-left: 1px solid transparent;
}

.JstreamingBodyRightPostLiveMidTabs a span {
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	font-weight: normal;
	width: 13px;
	padding: 2px 0px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	background: #000;
    vertical-align: middle;
    -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.JstreamingBodyRightPostLiveMidContent {
	height: 100%;
}

.JstreamingBodyRightPostLiveMidOrder {
	display: none;
}

.JstreamingBodyRightPostLiveMidComment {
	height: calc(100% - 197px);
    overflow: auto;
}

.JstreamingBodyRightPostLiveMidCommentInner {
	padding: 10px;
}

.JstreamingBodyRightPostLiveMidCommentList {
	display: flex;
	margin-bottom: 10px;
}

.JmidCommentImg {
	width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

        background-color: #999;
    color: #ddd;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
}

.JmidCommentContent {
	width: calc(100% - 40px);
    margin-left: 10px;
}

.JmidCommentContentInner {
	padding: 10px;
	position: relative;
	background-color: #f0f2f5;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.JmidCommentContentName {
	color: #000;
	display: block;
	font-weight: 600;
	    width: calc(100% - 32px);
}

.JmidCommentContentInner p {
	display: block;
	margin-top: 0px;
	color: #000;
	    width: calc(100% - 32px);
}

.JmidCommentContentCart {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #694cfc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-image: url(../img/cart-icon.png);
    -webkit-background-size: 15px;
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.JmidCommentContentReaction {
	display: flex;
	    margin-top: 5px;
}

.JmidCommentContentReaction a,
.JmidCommentContentReaction span {
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

.JmidCommentContentReaction a.active {
	color: #694cfc;
}

.JmidCommentContentReaction span {
	margin-left: 10px;
}

.JstreamingBodyRightPostLiveMidOrderInner {
	padding: 20px 10px;
}

.JstreamingBodyRightPostLiveMidOrderList {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.JstreamingBodyRightPostLiveMidOrderListTD {
	margin-right: 10px;
	display: flex;
}

.JstreamingBodyRightPostLiveMidOrderListTD:last-child {
	margin-right: 0px;
}

.JstreamingBodyRightPostLiveMidOrderListTDuserImg,
.JstreamingBodyRightPostLiveMidOrderListTDitemImg  {
	width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.JstreamingBodyRightPostLiveMidOrderListTDuserText,
.JstreamingBodyRightPostLiveMidOrderListTDitemText {
	margin-left: 10px;
}

.JstreamingBodyRightPostLiveMidOrderListTDuserText a {
	color: #000;
	font-weight: 600;
	display: block;
}

.JstreamingBodyRightPostLiveMidOrderListTDuserText span {
	display: block;
	font-size: 10px;
	line-height: 14px;
}

.JstreamingBodyRightPostLiveMidOrderListTD p {
	color: #000;
}

.JlightboxFieldBody {
	padding: 20px;
}

.JlightboxFieldBody p {
	color: #000;
	margin: 0px;
	white-space: pre-wrap;
}

.JliveStreamTitleLightboxContainer .JlightboxPanel {
	max-width: 600px;
}




.Jstreaming .JstreamingHeaderRight .JstreamNowBtn {
	background-color: #e9e9e9;
}

.Jstreaming .JstreamingHeaderRight .JstreamNowBtn p {
	color: #694cfc;
}

.Jstreaming .JstreamingHeaderRight .JstreamNowBtn i {
    width: 15px;
    height: 15px;
    background-image: url(../img/pause-icon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Jstreaming .JstreamingBodyLeftTitle a {
	display: none;
}

.Jstreaming .JlightboxAccordionHeaderBtn {
	display: none;
}

.Jstreaming .JlightboxAccordionHeaderSelectBtn {
	display: block;
}

.Jstreaming .JstreamingBodyLeftContentTableTbody .JlightboxAccordionHeader h3 {
	width: calc(100% - 17px);
}

.Jstreaming .JstreamingBodyMidFooterBodyCDlistOnOff {
    display: block;
}

.Jstreaming .JstreamingBodyMidFooterBodyCDoutter .JstreamingBodyMidFooterBodyCDbtn {
	display: none;
}

.Jstreaming .JstreamingBodyMidFooterBodyLT,
.Jstreaming .JstreamingBodyMidFooterBodyLToutter .JstreamingBodyMidFooterBodyCDbtn  {
	display: block;
}

.Jstreaming .JstreamingBodyMidFooterBodyLTbefore {
	display: none;
}

.Jstreaming .JstreamingBodyRightPostLive {
	display: block;
	height: 100%;
}

.Jstreaming  .JstreamingBodyRightPost {
	display: none;
}

.JlightboxStreamKeyField {
	position: relative;
}

.JcopyStreamKey,
.JcopyOverlayURL {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 15px;
	height: 15px;
	background-image: url(../img/copy-icon.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cmsMainRightAddProductSaveBtn {
	margin-top: 30px;
	    width: 100%;
    text-align: right;
}

.cmsMainRightAddProductSaveBtn input[type="submit"],
.cmsMainRightAddProductSaveBtn input[type="button"],
.cmsMainRightAddProductSaveBtn button {
	font-weight: 600;
    text-align: center;
    color: #fff;
    background: #694cfc;
    line-height: 14px;
    padding: 13px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    width: auto;
    min-width: 120px;
}

.cmsMainRightBottomVoucherContentRight .cmsMainRightAddProductSaveBtn input[type="submit"],
.cmsMainRightBottomVoucherContentRight .cmsMainRightAddProductSaveBtn input[type="button"],
.cmsMainRightBottomVoucherContentRight .cmsMainRightAddProductSaveBtn button {
	width: 100%;
}


.JtableAccordion {
	margin-right: 10px;
    background: #fff;
    width: 13px;
    height: 13px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

.JtableAccordion:before {
    content: "";
    width: 7px;
    height: 1px;
    position: absolute;
    top: 6px;
    left: 3px;
    background: #000;
}

.JtableAccordion:after {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    top: 3px;
    left: 6px;
    background: #000;
}


.JtableAccordion.active:after {
    opacity: 0;
}

.JtableAccordionHeader {
	display: flex;
}

.JtableAccordionHeader p {
	width: calc(100% - 23px);
	/*margin-left: 10px;*/
}

.cmsMainRightBottomProductTable .jtest {
	background: #e9e9e9;
} 


.cmsMainRightBottomProductTable.cmsMainRightBottomAnalyticDetailTable table.dataTable.stripe tbody tr.odd, 
.cmsMainRightBottomProductTable.cmsMainRightBottomAnalyticDetailTable table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

.cmsMainRightBottomProductTable table.dataTable.hover tbody tr.jtest:hover, 
.cmsMainRightBottomProductTable table.dataTable.display tbody tr.jtest:hover {
    background-color: #e9e9e9;
}

.JtableAccordionMoreBtn {
	position: relative;
}

.JtableAccordionMoreBtn .JmoreDropdown {
    top: 30px;
    right: -10px;
}

.cmsMainRightBottomProductTable table.dataTable tr th:last-child,
.cmsMainRightBottomProductTable table.dataTable tr td:last-child,
.cmsMainRightBottomProductTable table.dataTable tr th:nth-child(1),
.cmsMainRightBottomProductTable table.dataTable tr td:nth-child(1) {
	width: 50px;
}

.JdeletBtn {
	width: 15px;
    height: 15px;
    background: url(../img/streaming-delete-icon.png) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	display: block;
	    margin-left: auto;
}

.cmsMainRightBottomProductMobile {
	display: none;
}

.JpreviewStreamBtnContainer {
	position: relative;
	display: none;
}

.JpreviewStreamBtnContainer:after {
	content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/preview-icon.png) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.JpreviewStreamBtn {
	padding: 13px 20px 13px 45px;
    background: #fff;
    border: 1px solid #694cfc !important;
    position: relative;
    line-height: 14px;
    color: #694cfc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
}













@media only screen and (max-width: 1440px) {

.cmsMainRightBottomAnalyticList,
.cmdMainRightOverlayList {
	width: calc(50% - 15px);
    margin-right: 30px;
}

.cmsMainRightBottomAnalyticList:nth-child(3n),
.cmdMainRightOverlayList:nth-child(3n) {
    margin-right: 30px;
}

.cmsMainRightBottomAnalyticList:nth-child(2n),
.cmdMainRightOverlayList:nth-child(2n) {
    margin-right: 0px;
}

.cmsMainRightOrderEditListTotalInner {
    width: 60%;
}

.cmsMainRightBottomOverlayDetailRightInner {
	padding-bottom: 172%;
	min-height: auto;
}

.JstreamingBodyLeft,
.JstreamingBodyRight,
.JstreamingBodyRightPostLiveFooter {
	width: 300px;
}

.JstreamingBodyMid {
    width: calc(100% - 600px);

}

}


@media only screen and (max-width: 1280px) {

.cmsMainLeft {
    width: 80px;
}

.cmsMainLeft .cmsMainLeftTop a {
	background: url(../img/enostream-logo-b.png) center no-repeat;
	width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cmsMainLeft .cmsMainLeftBottom > ul > li > a > span,
.cmsMainLeft.minimize .cmsMainLeftBottom ul li p,
.cmsMainLeftBottom ul li p {
	display: none;
}

.cmsMainLeft .cmsMainLeftBottomDropdown:before {
	opacity: 0;
}

.cmsMainLeft .cmsMainLeftBottomSubList {
	position: absolute;
    left: 100%;
    top: 0px;
	background-color: #fff;
	z-index: 1;
	min-width: 200px;
	/*box-shadow: 0 3px 20px 0 rgba(0,0,0,.29);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.29);*/
}

.cmsMainLeft .cmsMainLeftBottomSubList ul li a {
	text-align: left;
}

.cmsMainLeft .cmsMainLeftBottomSubList ul {
	padding-right: 0px;
	padding-left: 0px;
}

.cmsMainRight {
    width: calc(100% - 80px);
}

.cmsMainRight .cmsMainRightTop, 
.cmsMainRight .cmsMainRightTopTitle {
    left: 80px;
    width: calc(100% - 120px);
}

.cmsMainRightTopLeft a {
	/*display: none;*/
}

.cmsMainLeftTopActionBtn a {
	display: block;
	margin: auto;
	width: 35px;
	padding: 10px 0px;
}

.cmsMainLeftTopActionBtn a i {
	display: block;
	    margin: auto;
}

.cmsMainLeftTopActionBtn a p {
	display: none;
}

.cmsMainLeftTopActionBtn {
	padding: 0px;
}

.cmsMainLeftList > span {
	display: none;
}

.JstreamingBodyLeftTitle h2,
.JstreamingBodyMidFooterTitle a,
.JstreamingBodyRightPostLiveMidTabs a {
	font-size: 14px;
}

.JstreamingBodyLeftTitle a p {
	font-size: 12px;
}

}


@media only screen and (max-width: 1024px) {

.cmsMainLeft {
    width: 260px;
    -moz-transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	transform: translateX(-260px);
	opacity: 0;
}

.cmsMainLeft .cmsMainLeftTop a,
.cmsMainLeft.minimize .cmsMainLeftTop a {
    margin: auto;
    background: url(../img/enostream-logo.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width: 160px;
    height: 30px;
    margin: 34px 30px;
}

.cmsMainLeftList > span {
    display: block;
}

.cmsMainLeftTopActionBtn a {
	padding: 10px 20px;
	width: auto;
	display: flex;
	margin: 0px;
}

.cmsMainLeftTopActionBtn a p {
	display: block;
}

.cmsMainLeftTopActionBtn {
    padding: 0px 30px;
}

.cmsMainLeft .cmsMainLeftBottom > ul > li > a > span {
    display: block;
}

.cmsMainLeftBottom ul li p,
.cmsMainLeft.minimize .cmsMainLeftBottom ul li p {
	display: table-cell;
}

.cmsMainRight,
.cmsMainRight.expand {
    width: 100%;
}

.cmsMainRight .cmsMainRightTop, 
.cmsMainRight .cmsMainRightTopTitle,
.cmsMainRight.expand .cmsMainRightTop, 
.cmsMainRight.expand .cmsMainRightTopTitle {
    left: 80px;
    width: calc(100% - 60px);
    left: 0px;
}

.cmsMainRight .cmsMainRightTop {
	padding: 29px 30px;
	width: calc(100% - 60px);
}

.cmsMainRightBottomInner {
	padding: 30px 30px 50px 30px;
}

.cmsMainRightTopLeft a.JburgerMenu {
    display: block;
}

.cmsMainLeft.minimize {
    width: 260px;
	-webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
	background: #fff;
}

.JcmsMainLeftBG.show {
	display: block;
}

.cmsMainLeft.minimize .cmsMainLeftBottomSubList {
    position: static;
    left: 0%;
    top: 0px;
    background-color: #fff;
    z-index: 1;
    min-width: auto;
}

.cmsMainLeft .cmsMainLeftBottomSubList ul,
.cmsMainLeft.minimize .cmsMainLeftBottomSubList ul {
    padding-right: 40px;
    padding-left: 40px;
}

.cmsMainLeft.minimize .cmsMainLeftBottomDropdown:before {
    opacity: 1;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable thead th:nth-child(4), 
.cmsMainRightBottomAnalyticDetailTable table.dataTable thead th:nth-child(6), 
.cmsMainRightBottomAnalyticDetailTable table.dataTable tbody td:nth-child(4),
.cmsMainRightBottomAnalyticDetailTable table.dataTable tbody td:nth-child(6) {
	display: none;
}

.cmsMainRightBottomAddProductTable table.dataTable thead th:nth-child(4), 
.cmsMainRightBottomAddProductTable table.dataTable thead th:nth-child(6), 
.cmsMainRightBottomAddProductTable table.dataTable tbody td:nth-child(4),
.cmsMainRightBottomAddProductTable table.dataTable tbody td:nth-child(6) {
	display: table-cell;
}

.cmsMainRightBottomOrdersTable table.dataTable thead th:nth-child(4), 
.cmsMainRightBottomOrdersTable table.dataTable thead th:nth-child(6), 
.cmsMainRightBottomOrdersTable table.dataTable tbody td:nth-child(4), 
.cmsMainRightBottomOrdersTable table.dataTable tbody td:nth-child(6) {
    display: table-cell;
}

.cmsMainRightBottomCustomersTable table.dataTable thead th:nth-child(4), 
.cmsMainRightBottomCustomersTable table.dataTable thead th:nth-child(6), 
.cmsMainRightBottomCustomersTable table.dataTable tbody td:nth-child(4), 
.cmsMainRightBottomCustomersTable table.dataTable tbody td:nth-child(6) {
    display: table-cell;
}

.cmsMainRightBottomLotteryTable table.dataTable thead th:nth-child(4), 
.cmsMainRightBottomLotteryTable table.dataTable thead th:nth-child(6), 
.cmsMainRightBottomLotteryTable table.dataTable tbody td:nth-child(4), 
.cmsMainRightBottomLotteryTable table.dataTable tbody td:nth-child(6) {
    display: table-cell;
}

.cmsMainRightBottomLotterySubtitle {
	display: block;
}

.cmsMainRightBottomLotterySubtitle .cmsMainRightBottomLeft {
	display: block;
}

.cmsMainRightBottomLotterySubtitle .cmsMainRightBottomLeft > div {
	width: 100%;
}

.cmsMainRightBottomLotterySubtitle .cmsMainRightBottomLeft .cmsMainRightBottomSearch input[type="text"] {
	width: calc(100% - 67px);
}

.cmsMainRightBottomLotterySubtitle .cmsMainRightBottomLeft .cmsMainRightBottomLotteryDate {
	margin-top: 10px;
	margin-left: 0px;
}

.cmsMainRightBottomLotterySubtitle .cmsMainRightBottomBtnList .cmsMainRightBottomAnalyticDL {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}

.cmsMainRightBottomAnalyticDetailTable.cmsMainRightBottomProductTable table.dataTable thead th:nth-child(6),  
.cmsMainRightBottomAnalyticDetailTable.cmsMainRightBottomProductTable table.dataTable tbody td:nth-child(6) {
    display: table-cell;
}

.cmsMainRightBottomProductMobile {
	display: block;
}

.cmsMainRightBottomProductDesktop {
	display: none;
}

}


@media only screen and (max-width: 768px) {

.cmsMainDashboardBanner {
	padding: 50px;
}

.cmsMainDashboardBanner > img {
	position: static;
	width: calc(100% + 160px);
    margin-left: -80px;
    margin-top: -70px;
}

.cmsMainDashboardBannerRight {
	float: none;
	padding: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}

.cmsMainDashboardBannerRightBottom {
	justify-content: center;
}

.cmsMainRightBottomContainer {
	flex-wrap: wrap;
}

.cmsMainRightBottom01 {
    width: 100%;
}

.cmsMainRightBottom02 {
	width: 100%;
	padding-left: 0px;
	padding-top: 30px;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable.no-footer {
	width: 100% !important;
}

.cmsMainRightBottomAnalyticDetailTable table.dataTable thead th, 
.cmsMainRightBottomAnalyticDetailTable table.dataTable tbody td {
	padding: 15px 10px;
	font-size: 12px;
	line-height: 16px;
}

.cmsMainRightBottomTitleRight {
	width: 100px;
	text-align: right;
}

.cmsMainRightBottomTitleLeft {
	width: calc(100% - 110px);
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleLeft,
.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight {
	width: auto;
}

.cmsMainRightBottomTitleInner {
	width: 100%;
}

}

@media only screen and (max-width: 640px) {

.dashboardLoginContainerInner .dashboardLoginTitle h1 {
    font-size: 30px;
    line-height: 35px;
}

.dashboardLoginContainerInner .dashboardLoginTitle p {
	font-size: 16px;
	line-height: 21px;
}

.dashboardLoginPanelList input[type="text"], 
.dashboardLoginPanelList input[type="password"],
.dashboardLoginPanelList label,
.dashboardLoginPanelListFooter p {
	font-size: 12px;
	line-height: 16px;
}

.dashboardLoginPanelList input[type="submit"],
.dashboardLoginPanelList a {
	font-size: 12px;
	line-height: 12px;
}

.dashboardLoginPanelList input[type="text"], 
.dashboardLoginPanelList input[type="password"] {
	padding: 30px 15px 10px 0px;
}

.dashboardLoginTD {
    margin-top: 20px;
}

.dashboardLoginLeft {
	margin-left: 0px;
	max-width: 100%;
	height: 100%;
}

.dashboardLoginRight {
	display: none;
}

.dashboardLoginContainerInner {
	padding: 30px 30px;
    /*max-width: 100%;*/
    width: calc(100% - 60px);
}

.cmsMainRightTopRight a {
	/*margin-left: 10px;*/
}

.JcmsTopProfileRight,
.JcmsTopProfile .JcmsTopProfileArrow {
	display: none;
}

.cmsMainRightTopLeft {
	max-width: calc(100% - 140px);
}

.cmsMainRightTopLeft a {
	/*margin-right: 10px;*/
}

.cmsMainRightTopSearch input[type="search"], 
.cmsMainRightTopSearch input[type="text"] {
    max-width: calc(100% - 66px);
}

.JcmsTopProfileDropdown ul li a {
	padding: 15px 20px;
	font-size: 12px;
	line-height: 12px;
}

.JcmsTopProfileDropdown {
	width: 200px;
}

.JcmsTopProfileDropdown:after {
	left: calc(100% - 20px);
}

.notificationDropdownTitle h3 {
	font-size: 12px;
	line-height: 12px;
}

.notificationDropdownFooter a {
	margin-left: 0px;
	font-size: 12px;
	line-height: 12px;
}

.notificationDropdownContainer ul li a {
	font-size: 12px;
	line-height: 16px;
}

.notificationDropdownFooter {
    margin: 11px 0px;
}

.cmsMainRightTopTitle h1 {
	font-size: 18px;
    line-height: 21px;
}

.cmsMainRightTopTitle {
	padding: 20px;
}

.cmsMainLeftBottom ul li p, 
.cmsMainLeft.minimize .cmsMainLeftBottom ul li p,
.cmsMainLeft .cmsMainLeftBottomSubList ul li a {
    font-size: 12px;
    line-height: 14px;
}

.cmsMainLeftBottom ul li a {

}

.cmsMainLeftBottomSubList ul li a {
    padding: 12px 20px;
}

.cmsMainLeftBottom ul li a.active div:before {
	max-height: 44px;
}

.cmsMainDashboardBannerRightTop h3 {
    font-size: 14px;
    line-height: 18px;
}

.cmsMainDashboardBannerRightTop h2 {
    font-size: 21px;
    line-height: 25px;
}

.cmsMainDashboardBannerRightTop p {
	font-size: 12px;
	line-height: 16px;
}

.cmsMainDashboardBannerRightBottom {
	display: block;
}

.cmsMainDashboardBannerRightBottom a {
	width: calc(100% - 60px);
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
    line-height: 12px;
    padding: 9px 30px;
}

.cmsMainDashboardBannerRightBottom a:last-child {
	margin-bottom: 0px;
}

.cmsMainDashboardBanner {
    padding: 30px;
}

.cmsMainRightBottomInner {
    /*margin: 30px auto;*/
}

.cmsMainDashboardBannerRight {
	margin-top: 20px;
}

.cmsMainRight .cmsMainRightTop,
.cmsMainRight.expand .cmsMainRightTop {
	padding: 15px 20px;
	width: calc(100% - 40px);
}

.cmsMainRightTopFBlistRight {
	display: none;
}

.cmsMainRightTopFBlist {
	width: 70px;
}

.cmsMainRightTopFBlistSelection .cmsMainRightTopFBlistRight {
	display: block;
}

.cmsMainRightTopFBlistSelection .cmsMainRightTopFBlist {
	width: 230px;
}

.upgradeProLink p {
	display: none;
}

.notificationLink,
.JcmsTopProfile {
	margin-left: 20px;
}

.cmsMainRightBottomRightFBcontent .cmsMainRightTopFBlistRight {
	display: block;
}

.cmsMainRightBottomAnalyticList,
.cmsMainRightBottomAnalyticList:nth-child(3n),
.cmdMainRightOverlayList,
.cmdMainRightOverlayList:nth-child(3n) {
	margin-right: 0px;
	width: 100%;
}

.cmsMainRightBottom {
    padding-top: 74px;
}

.cmsMainRightBottomInner {
	padding: 30px 20px 50px 20px;
}

.notificationDropdown {
	right: -54px;
}

.notificationDropdown:after {
	left: calc(100% - 64px);
}

.cmsMainRightBottomAnalyticDetailChartInner,
.cmsMainRightBottomAnalyticListInner {
    padding: 20px;
}

.cmsMainRightBottomAnalyticDetailChartInner canvas {
	min-height: 250px;
}

.cmsMainRightBottomAnalyticDate {
    width: 100%;
}

.cmsMainRightBottomContentSubtitle {
	flex-wrap: wrap;
}

.cmsMainRightBottomAnalyticDL {
	margin-top: 10px;
	width: 100%;
}

.cmsMainRightAddProductFieldHalf,
.cmsMainRightAddProductFieldRow4,
.cmsMainRightAddProductFieldRow8 {
	width: 100%;
	margin-top: 20px;
}

.cmsMainRightAddProductFieldHalf:first-child,
.cmsMainRightAddProductFieldRow4 {
	margin-top: 0px;
}

.cmsMainRightAddProductSubmit input[type="button"], 
.cmsMainRightAddProductSubmit input[type="submit"], 
.cmsMainRightAddProductSubmit button {
	    width: 100%;
    text-align: center;
}

.cmsMainRightAddProductContainerInner{
	padding: 20px;
}

.cmsMainRightBottomSearch {
	width: 100%;
}

.cmsMainRightBottomSearch input[type="text"] {
	width: calc(100% - 67px);
}

.cmsMainRightBottomBtnList {
	display: block;
	width: 100%;
}

.cmsMainRightBottomBtnDelete,
.cmsMainRightBottomBtnAdd {
	margin-top: 10px;
	width: 100%;
}

.cmsMainRightBottomBtnDelete input[type="button"] {
	width: 100%;
}

.cmsMainRightBottomBtnAdd {
	display: block;
	margin-left: 0px;
	width: calc(100% - 67px);
	    text-align: center;
}

.cmsMainRightOrderDetailFieldHalf {
    width: 100%;
    margin-top: 20px;
}

.cmsMainRightOrderDetailFieldHalf:first-child {
	margin-top: 0px;
}

.cmsMainRighOrderDetailSaveBtn input[type="submit"] {
	width: 100%;
}

.cmsMainRightBottomTitleLeft p {
	display: block;
	margin-left: 0px;
}

.cmsMainRightBottomTitleLeft {
	display: block;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(4) {
	display: none;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(2),
.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(3) {
	width: 13%;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(2) {
	margin-left: 2%;
	width: 23%;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(2) p {
	font-weight: 600;
}

.cmsMainRightOrderEditList .cmsMainRightOrderEditListItem:nth-child(1) {
	width: 58%;
}

.cmsMainRightOrderEditListTotalInner {
    width: 80%;
}

.cmsMainRightBottomLeft {
	width: 100%;
}

.cmsMainRightBottomOrderTopLeft .cmsMainRightBottomSearch {
	width: calc(100% - 78px);
}

.cmsMainRightBottomBtnList .cmsMainRightBottomAnalyticDL {
    margin-left: 0px;
}

.JdownloadIcon {
	text-align: center;
	padding: 8px 20px 10px 20px;
}

.cmsMainRightBottomBtnDelete:after {
	left: calc(50% - 47px);
}

.cmsMainRightBottomBtnAdd:after {
	left: calc(50% - 52px);
}

.cmsMainRightBottomTitleRight {
	display: none;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight {
	display: block;
}

.cmsMainRightBottomTitleLeft {
    width: 100%;
}

.cmsMainRightBottomTitleImg,
.cmsMainRightBottomTitle h1,
.cmsMainRightBottomCustomerTitle a {
	display: inline-block;
	vertical-align: middle;
}

.cmsMainRightBottomTitleImg {
	margin-right: 5px;
}

.cmsMainRightBottomCustomerTitle a {
	margin-left: 5px;
}

.cmdMainRightOverlayListInner {
    padding: 20px;
}

.cmsMainRightBottomOverlaySetting {
	display: flex;
	position: absolute;
	top: 10px;
}

.cmsMainRightBottomOverlaySetting i {
	width: 15px;
	height: 15px;
	background-image: url(../img/setting-icon.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 3px;
}

.cmsMainRightBottomOverlaySetting p {
	margin-left: 10px;
	color: #000;
}

.cmsMainRightBottomOverlayDetailTitle {
	flex-wrap: wrap;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight {
	width: 100%;
	margin-top: 20px;
}

.cmsMainRightBottomOverlayDetailTitle .cmsMainRightBottomTitleRight:after {
	left: auto;
    right: 133px;
}

.cmsMainRightBottomOverlayDetailLeft {
	position: fixed;
	z-index: 99;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    background: rgba(0,0,0,.5);
    top: 0px;
    left: 0px;
    overflow: auto;
    display: none;
    width: 100%;
    height: 100%;

    z-index: 999;
}

.cmsMainRightBottomOverlayDetailLeftInner {
	/*overflow: auto;*/
	padding: 50px 20px 20px;
}

.cmsMainRightBottomOverlayDetailLeftClose {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-image: url(../img/close-icon.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cmsMainRightBottomOverlayDetailRight {
	width: 100%;
	margin-left: 0px;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: none !important;
    max-width: 220px;
    margin: auto;
}

.daterangepicker .drp-calendar.right {
	max-width: 220px;
    margin: auto;
    display: none !important;
}

.daterangepicker.show-calendar .ranges,
.daterangepicker .ranges ul {
	width: 100% !important;
}

.daterangepicker {
	max-width: 250px !important;
}

.daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px !important;
}

.daterangepicker .ranges ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.daterangepicker.show-calendar .ranges {
	border-bottom: 1px solid #ddd;
}

.drp-buttons {
	text-align: center !important;
}

.drp-buttons .cancelBtn,
.drp-buttons .applyBtn {
	width: 100%;
	margin-left: 0px !important;
	margin-top: 5px;
}

.drp-buttons .cancelBtn {
	margin-top: 0px;
}

.daterangepicker .drp-selected {
	display: none !important;
}

/*.drp-buttons .applyBtn {
	margin-left: 0px !important;
	margin-top: 5px;
}*/

.cmsMainRightBottomVoucherContentLeft,
.cmsMainRightBottomVoucherContentRight {
	width: 100%;
}

.cmsMainRightBottomVoucherContentRight .cmsMainRightAddProductContainer {
	margin-top: 30px;
	display: none;
	position: static;
}


.cmsMainRightAddProductSaveBtn input[type="submit"],
.cmsMainRightAddProductSaveBtn input[type="button"],
.cmsMainRightAddProductSaveBtn button {
	width: 100%;
}


}


@media only screen and (max-width: 480px) {


}


@media only screen and (max-width: 400px) {

}


@media only screen and (max-width: 320px) {
.notificationDropdown {
	right: -64px;
}

.notificationDropdown:after {
	left: calc(100% - 75px);
}

}

