@import"reset.css";
@import"fonts.css";
article, aside, audio, canvas, command, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

::selection {
	background: #e7fdff;
}

::-moz-selection {
	background: #e7fdff;
}

a {
	color: #262626;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.ltr {
	direction: ltr;
}

.fa_num {
    font-family: IRANSansFa;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: IRANSansFa;
	color: #3d3d3d;
	background-color: #f3f3f4;
	font-size: 16px;
	direction: rtl;
}

a, li, input, textarea, form select, button, header, h1, h2, h3, h4, h5, select {
	font-family: IRANSansFa;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 960px;
}

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#page-wrapper {
	margin: 0 70px 0 0;
	padding: 15px;
	position: relative;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.aside-open {
	margin: 0 200px 0 0 !important;
}

header {
	height: 60px;
	margin: 0 70px 0 0;
	background-color: #2eab43;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}

header .notificationBox {
	float: left;
	height: 100%;
	margin: 0 30px;
}

header .notificationBox .notifItem {
	display: inline-block;
	padding: 0 8px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
	background-color: #ffffff;
	color: #2b2b2b;
	margin-top: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.2s;
	position: relative;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

header .notificationBox .notifItem:hover {
	padding: 0 15px;
}

header .notificationBox .notifItem.logout .box {
	width: 180px;
}

header .notificationBox .notifItem .counter {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	transition: all 0.2s;
	position: relative;
}

header .notificationBox .notifItem.logout p {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
}

header .notificationBox .notifItem .box {
	position: absolute;
	z-index: 3001;
	width: 300px;
	left: 0;
	top: 42px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	display: none;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(61, 61, 61, 0.1);
	-moz-box-shadow: 0px 0px 10px 6px rgba(61, 61, 61, 0.1);
	box-shadow: 0px 0px 10px 6px rgba(61, 61, 61, 0.1);
}

header .notificationBox .notifItem .box::before {
	content: '';
	border: 11px solid transparent;
	border-bottom: 13px solid #ffffff;
	position: absolute;
	z-index: 5;
	top: -24px;
	left: 16px;
}

header .notificationBox .notifItem .box .row {
	width: 90%;
	border-bottom: 1px solid #eeeeee;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #1d3a16;
	padding: 10px 5px;
}

header .notificationBox .notifItem .box .row.seeAll {
	border: none;
}

.notifItem .box .row.seeAll a {
	font-size: 14px;
}

.notifItem .box .row .fa {
	margin-top: 5px;
}

.notifItem .box .row .text {
	font-size: 12px;
	margin-right: 5px;
	margin-top: 4px;
	display: inline-block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.notifItem .box .row .time {
	font-size: 10px;
	margin-right: 10px;
	display: inline-block;
	margin-top: 6px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.notifItem .box .row:hover .text, .notifItem .box .row:hover .time {
	font-weight: 600;
}

.side-bar {
	width: 70px;
	height: 100%;
	background-color: #2b2b2b;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2001;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.side-bar.open {
	width: 200px;
}

.side-bar .customerLogo {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	padding: 7px 0;
	text-align: center;
}

.side-bar .customerLogo img {
	width: 45px;
}

.side-bar .customerName {
	font-size: 12px;
	color: #2b2b2b;
	font-weight: 600;
}

.side-bar.open .customerName {}

.side-bar .menu {
	list-style-type: none;
}

.side-bar .menu .arrow {
	display: none;
	float: left;
	font-size: 10px;
	line-height: 28px;
}

.side-bar.open .menu .arrow {
	display: inline-block;
}

.side-bar .menu li {
	width: 100%;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	color: #a7b1c2;
	position: relative;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.side-bar .menu li.hasSub {
	padding: 10px 0;
}

.side-bar .menu li a {
	color: #a7b1c2;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.side-bar.open .menu li .insideLi {
	padding: 0 35px 0 16px;
	text-align: right;
	color: #a7b1c2;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.side-bar .menu li:hover {
	background-color: #000000;
	color: #ffffff;
}

.side-bar.open .menu li:hover .insideLi {
	color: #ffffff;
}

.side-bar .menu li:hover .insideLi {
	color: #ffffff;
}

.side-bar .menu li.logoutLi:hover .insideLi,
.side-bar .menu li.logoutLi:hover .insideLi {
    color: #f64040;
}

.side-bar .menu li.logoutLi {
    margin-top: 25px;
}

.side-bar .menu li.selected, .side-bar .menu li.active {
	background-color: #2eab43;
	color: #2b2b2b;
	border-right: 5px solid #2b2b2b;
}

.side-bar .menu li.selected .insideLi, .side-bar .menu li.active .insideLi {
	color: #2b2b2b;
}

.side-bar .menu li.active .subMenu li.selectSubMenu a {
	color: #ffffff;
}

.side-bar .menu .subMenu {
	display: none;
	font-size: 14px;
    width: 100%;
    background-color: #3a3a3a;
    margin-top: 11px;
	list-style: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.side-bar .menu .subMenu.closeSideBar {
	position: absolute;
	right: 70px;
	min-width: 200px;
	background-color: #2b2b2b;
	margin-top: -38px;
	padding: 5px 0;
	border-radius: 10px 0 0 10px;
	display: none;
}

.side-bar .menu .active .subMenu.closeSideBar {
	right: 65px;
}

.side-bar .menu .subMenu.active {
	display: block;
}

.side-bar .menu .subMenu.active a {
	color: #ffffff;
}

.side-bar .menu .subMenu li {
    font-size: 14px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

.side-bar .menu .subMenu li a {
	padding: 10px 0;
}

.side-bar .menu .subMenu li a:hover {
	color: #ffffff;
}

.navbar {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	right: 30px;
	width: 26px;
	height: 26px;
	margin: 14px 0;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	background-color: transparent;
}

.navbar:focus {
	outline: none;
}

.navbar:hover span, .navbar:hover span::before, .navbar:hover span::after {
	background-color: #ffffff;
}

.navbar span {
	display: block;
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	height: 3px;
	background-color: #2b2b2b;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.navbar span::before, .navbar span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #2b2b2b;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.navbar span::before {
	top: -8px;
	transition-property: top, transform;
}

.navbar span::after {
	bottom: -8px;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.navbar.is-active span {
	background: none;
}

.navbar.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.navbar.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.navbar.is-active span::before, .navbar.is-active span::after {
	transition-delay: 0s, 0.3s;
}

.side-bar .menu .nav-label {
	line-height: 28px;
	font-size: 14px;
	margin-right: 10px;
    font-weight: 500;
	display: inline-block;
}

.side-bar .menu .nav-label.show {
	display: block !important;
	position: absolute;
	color: #ffffff;
	top: 0;
	min-width: 150px;
	right: 60px;
	padding: 9px 0;
	background-color: #2b2b2b;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.side-bar .menu li.active .nav-label.show {
	right: 55px;
}

.destAdr {
	padding: 10px 30px;
	background-color: #ffffff;
	font-size: 13px;
	margin: 0 70px 0 0;
	font-weight: 600;
	border-bottom: 1px solid #dddddd;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.destAdr a {
	color: #1d3a16;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.destAdr a:hover {
	color: #1d3a16;
}

.GridRow {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.GridRow .per5 {
	display: inline-block;
	width: 20%;
	padding: 10px;
}

.GridRow .per4 {
	display: inline-block;
	width: 25%;
	padding: 10px;
}

.GridRow .per3 {
	display: inline-block;
	width: 33.33%;
	padding: 10px;
}

.GridRow .per2 {
	display: inline-block;
	width: 50%;
	padding: 10px;
}

.GridRow .per1 {
	display: inline-block;
	width: 100%;
	padding: 10px;
}

.GridRow .per75 {
	display: inline-block;
	width: 75%;
	padding: 10px;
}

.GridRow .per25 {
	display: inline-block;
	width: 25%;
	padding: 10px;
}

#loading {
	background-color: rgba(43, 43, 43, 0.9);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 2000000;
	margin-top: 0px;
	top: 0px;
	display: none;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 150px;
	margin-top: -25px;
	margin-left: -75px;
}

.object {
	width: 8px;
	height: 50px;
	margin-right: 5px;
	background-color: #2eab43;
	-webkit-animation: animate 1s infinite;
	animation: animate 1s infinite;
	float: left;
}

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

.object:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.object:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.object:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.object:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.object:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.object:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.object:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.object:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.object:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

@-webkit-keyframes animate {
	50% {
		-ms-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes animate {
	50% {
		-ms-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

.msgBox {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(30, 30, 30, 0.80);
	z-index: 2000000;
	display: none;
}

.msgBox .innerbox {
	width: 380px;
	min-height: 160px;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: rgba(44, 44, 44, 0.9);
	background: -webkit-linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	background: -o-linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	background: -moz-linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	background: linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
}

.msgBox .innerbox .topSide {
	display: block;
	width: 100%;
	height: 105px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 65px;
	background-image: url('../img/icon/warning.svg');
}

.msgBox.success .innerbox .topSide {
	background-image: url('../img/icon/success.svg');
}

.msgBox .innerbox .bottomSide {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
    color: #ffffff;
    line-height: 35px;
	padding: 0 20px 20px;
}

.msgBox .innerbox .btns {
	width: 100%;
	display: block;
	padding: 0 10px;
	margin-bottom: 10px;
}

.msgBox .innerbox .btns .btn {
	width: 140px;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.15);
	font-size: 14px;
	padding: 5px 25px 7px 5px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.msgBox .innerbox .btns .btn.cancelBtn {
	float: left;
	background-size: 13px;
	background-image: url('../img/icon/cancel.svg');
}

.msgBox .innerbox .btns .btn.confirmBtn {
	background-image: url('../img/icon/confirm.svg');
}

.msgBox .innerbox .btns .btn:hover {
	background-color: rgba(255, 255, 255, 0.22);
}

.msgBox .innerbox .exit {
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 200;
	position: absolute;
	top: 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
	right: 0;
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: center;
	background-image: url('../img/icon/close-white.svg');
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.msgBox .innerbox .exit:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.block {
	width: 100%;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
}

.block .icon {
	background-color: #bee5c5;
	font-size: 28px;
	padding: 15px;
	color: #2b2b2b;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.block .blkName {
	padding: 15px;
}

.sumRep {
	background-color: #bee5c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #1d3a16;
	font-weight: 600;
}


.sumRep .detail {
	font-size: 0;
}

.sumRep .detail .per3 {
	font-size: 14px;
}

.sumRep .SRtitle {
	padding: 10px 0;
}

.sumRep .SRBlktitle {
	padding: 20px 0 10px;
}

.sumRep .number {
    font-family: IRANSansFa;
	/*-webkit-text-shadow: 0 0 8px #1d3a16;
	-moz-text-shadow: 0 0 8px #1d3a16;
	-ms-text-shadow: 0 0 8px #1d3a16;
	-o-text-shadow: 0 0 8px #1d3a16;
	text-shadow: 0 0 8px #1d3a16;*/
}

.sumRep .chart {
	width: 100%;
	padding: 15px 10px 10px;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.footer {
	width: 100%;
	padding: 10px;
	color: #ffffff;
	background-color: #2b2b2b;
	text-align: center;
	font-size: 12px;
}

.footer .bibug {
	font-size: 13px;
	color: #2eab43;
	font-weight: 600;
}

.blockBox {
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e2e2e2;
}

.blockBox .head {
	width: 100%;
	background-color: #cfcfcf;
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 600;
	color: #2b2b2b;
	border-radius: 3px 3px 0 0;
}

.blockBox .innerBox {
	background-color: #ffffff;
	padding: 10px;
}

.blockBox .innerBox .notic {
    font-size: 14px;
    background: rgb(46 171 67 / 20%);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
}
.formblk {
	font-size: 0;
}

.formblk .uploadPicture {
    width: 600px;
    height: 400px;
	display: block;
    padding: 10px;
    margin: 0 auto 20px;
}

.formblk .uploadPicture.webPic {
    width: 640px;
    height: 360px;
}

.formblk .uploadPicture.square {
    width: 400px;
    height: 400px;
}

.formblk .uploadPicture.productPic {
    width: 500px;
    height: 333px;
}

.formblk .uploadPicture .picture_info {
    font-size: 14px;
    padding: 5px;
    background: #2eab43;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
}

.formblk .uploadPicture.manager_logo_box,
.formblk .uploadPicture.manager_logo_box .inner {
	width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.formblk .uploadPicture .inner {
	position: relative;
    margin-bottom: 10px;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: #f8f8f8;
	background-image: url('../img/icon/pic.svg');
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #cecece;
}

.formblk .salonMap .uploadPicture .inner {
	height: 100%;
}

.formblk .bigPic {
	width: 75%;
}

.formblk .bigPic.postPic {
	width: 55%;
}

.formblk .ticketPic {
	width: 20%;
}

.formblk .uploadPicture img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.formblk .uploadPicture .uploadBtn {
	width: 0;
	height: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/icon/add.svg');
	background-color: #2eab43;
	position: absolute;
	z-index: 2;
	opacity: 0.2;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.formblk .uploadPicture:hover .uploadBtn {
	margin: -30px auto 0;
	width: 60px;
	height: 60px;
	opacity: 0.90;
}

.formblk .uploadPicture .uploadBtn:hover {
	opacity: 1;
}

.formblk .uploadPicture input[type=file] {
	display: none;
}

.formblk .form-group {
	display: inline-block;
	width: 20%;
	padding: 10px 10px;
}

.formblk .form-group.hidden {
	display: none;
}

.formblk .form-group.size16 {
	width: 16.66666666666667%;
}

.formblk .form-group.size25 {
	width: 25%;
}

.formblk .form-group.size33 {
	width: 33.33%;
}

.formblk .form-group.size40 {
	width: 40%;
}

.formblk .form-group.size50 {
	width: 50%;
}

.formblk .form-group.size60 {
	width: 60%;
}

.formblk .form-group.size80 {
	width: 80%;
}

.formblk .form-group.size100 {
	width: 100%;
}

.formblk .form-group label {
	font-size: 14px;
	width: 100%;
	font-weight: 600;
}

.formblk .form-group label span {
	color: red;
}

.formblk .form-group input, .formblk .form-group select, .formblk .form-group textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cecece;
	width: 100%;
	padding: 5px 15px;
	margin-top: 5px;
	outline: none;
	text-align: center;
}

.uploadPicture input.has_error,
.formblk .form-group input.has_error,
.formblk .form-group select.has_error,
.formblk .form-group textarea.has_error {
    border-color: rgba(255, 71, 71, 0.25);
    margin-bottom: 3px;
    border-right-width: 5px;
    border-right-color: #ff3a3a;
}

.formblk .form-group input.has_error+.error_text,
.formblk .form-group select.has_error+.error_text,
.formblk .form-group textarea.has_error+.error_text {
    font-size: 12px;
    color: #ff3a3a;
}

.uploadPicture input.has_error+.error_text {
    background-color: #ff3a3a;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

.formblk .form-group textarea {
	padding: 20px;
}

.formblk .form-group select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/icon/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 10px center;
	text-align-last: center;
    height: auto;
}

.formblk .form-group input:focus, .formblk .form-group select:focus, .formblk .form-group textarea:focus {
	-webkit-box-shadow: 0 0 7px rgb(46 171 67 / 70%);
	-moz-box-shadow: 0 0 7px rgb(46 171 67 / 70%);
	box-shadow: 0 0 7px rgb(46 171 67 / 70%);
	border: 1px solid rgb(46 171 67 / 70%);
}

.formblk .form-group .searchBtn {
	margin-top: 27px;
	cursor: pointer;
	background-color: rgba(74, 193, 182, 0.9);
	color: #ffffff;
	background-image: url('../img/icon/search.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 17px;
	padding-right: 30px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	border: none;
}

.formblk .form-group .searchBtn:hover {
	background-color: rgba(74, 193, 182, 1);
	-webkit-box-shadow: 0px 3px 6px -2px rgba(61, 61, 61, 0.4);
	-moz-box-shadow: 0px 3px 6px -2px rgba(61, 61, 61, 0.4);
	box-shadow: 0px 3px 6px -2px rgba(61, 61, 61, 0.4);
}

.formblk .form-group .main-btn.arrowBtn {
	width: 24% !important;
	display: inline-block;
	margin: 5px 0.5% 0 !important;
}

.formblk textarea {
	width: 100%;
	outline: none;
	resize: none;
	text-align: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e5e6e7;
	padding: 10px;
}

.formblk .form-group .main-btn {
	width: 100% !important;
	border: none !important;
	background-color: #2eab43;
    color: #ffffff;
    font-weight: 500;
	cursor: pointer;
	outline: none;
	padding: 6px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.formblk .form-group .main-btn:hover {
	-webkit-box-shadow: 0 0 8px #2eab43;
	-moz-box-shadow: 0 0 8px #2eab43;
	box-shadow: 0 0 8px #2eab43;
}

.formblk .form-group .main-btn.add {
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.formblk .form-group .main-btn.srchbtn {
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url('../img/icon/search.svg');
	margin-top: 28px;
	padding: 5px 5px 7px !important;
}

.formblk .form-group .main-btn.edit {
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 18px;
	background-image: url('../img/icon/edit2.svg');
	padding-right: 30px !important;
}

.formblk .form-group .main-btn.addbtn {
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 19px;
	background-image: url('../img/icon/add.svg');
	margin-top: 28px;
	background-color: #2eab43;
	padding: 6px 30px 6px 6px !important;
}

.formblk .form-group .main-btn.chgpsw {
	background-color: #2b2b2b;
	padding: 5px 25px 7px 5px !important;
    margin-top: 5px;
    font-weight: normal;
    color: #ffffff;
	font-size: 14px;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 19px;
	background-image: url('../img/icon/edit2.svg');
}

.formblk .form-group .main-btn.removebtn {
	background-color: #c52323;
}

.formblk .form-group.close {
	float: left;
}

.formblk .form-group.close .main-btn.closebtn {
	background-color: #1d3a16;
	font-size: 14px;
	width: 150px !important;
	float: left;
}

.formblk .form-group .fmbtn {
	font-size: 14px;
	width: 100%;
	display: block;
	padding: 6px 7px;
	color: #ffffff;
	background-color: #2eab43;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.formblk .form-group .fmbtn:hover {
	-webkit-box-shadow: 0 1px 3px rgba(36, 55, 71, 0.35);
	-moz-box-shadow: 0 1px 3px rgba(36, 55, 71, 0.35);
	box-shadow: 0 1px 3px rgba(36, 55, 71, 0.35);
}

.searchBox {
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 10px;
	border: 1px solid #e2e2e2;
}

body#login_page {
    background-image: url('../img/main_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#login_page .over {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.85);
    right: 0;
    top: 0;
}

#login_page #login_box {
    width: 460px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#login_page #pass_box {
    width: 800px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#login_page #pass_box #password_form {
    width: 420px;
    display: inline-block;
}

#login_page #pass_box .left_pass {
    width: 370px;
    display: inline-block;
}

#login_page #pass_box ul {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    width: 100%;
    line-height: 39.5px;
    font-weight: 500;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#login_page #pass_box a {
    display: block;
    width: 70%;
    text-align: center;
    font-size: 14px;
    background-color: #262626;
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    border: 2px solid #a6a6a5;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

#login_page #pass_box a:hover {
    width: 80%;
}

#login_page #logo {
    width: 160px;
    height: 145px;
    text-align: center;
    display: block;
    background-color: rgba(255,255,255,0.8);
    margin: 20px auto 0;
    padding: 15px;
    border-radius: 160px 160px 0 0;
    -webkit-border-radius: 160px 160px 0 0;
    -moz-border-radius: 160px 160px 0 0;
    -ms-border-radius: 160px 160px 0 0;
    -o-border-radius: 160px 160px 0 0;
}

#login_page #logo img {
    width: 90%;
}

#login_box form {
    width: 100%;
}

#login_box form#confirmation_code{
    display: none;
}

#login_box form input[type=text],
#login_box form input[type=password],
#login_box p,
#password_form input[type=text],
#password_form input[type=password] {
    width: 90%;
    background-color: rgba(100, 100, 100, 0.6);
    padding: 12px 50px 12px 25px;
    color: #ffffff;
    font-weight: 500;
    border: none;
    text-align: right;
    direction: ltr;
    outline: none;
    display: block;
    margin: 0 auto 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    background-position: 95% center;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#login_box p {
    background-color: rgba(255, 255, 255, 0.8);
    color: #2b2b2b;
    font-size: 14px;
    text-align: center;
}

#login_box form input[type=text].has_error,
#login_box form input[type=password].has_error {
    margin-bottom: 5px;
    background-color: rgba(255, 79, 79, 0.40);
}

#login_box form input[type=text].has_error+.error,
#login_box form input[type=password].has_error+.error {
    font-size: 12px;
    color: #ff3a3a;
    margin-bottom: 20px;
    margin-right: 25px;
}

#login_box form input[type=text]:focus,
#login_box form input[type=password]:focus,
#password_form input[type=text]:focus,
#password_form input[type=password]:focus {
    width: 100%;
}

#login_box form #username_form {
    background-image: url('../img/icon/user-silhouette.svg');
}

#login_box form #password_form {
    background-image: url('../img/icon/lock.svg');
}

#login_box form #form_code {
    background-image: url('../img/icon/edit2.svg');
}

#login_box form input::-webkit-input-placeholder,
#password_form input::-webkit-input-placeholder {
    color: #ffffff;
}

#password_form input:-ms-input-placeholder,
#login_box form input:-ms-input-placeholder {
    color: #ffffff;
}

#login_box form input::placeholder,
#password_form input::placeholder {
    color: #ffffff;
}

#login_box form input[type=submit],
#password_form  input[type=submit] {
    width: 90%;
    background-color: #2eab43;
    padding: 12px 25px;
    color: #2b2b2b;
    font-weight: 600;
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#login_box form input[type=submit]:hover,
#password_form input[type=submit]:hover {
    width: 100%;
}

.changepwBox {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(44, 44, 44, 0.9);
	z-index: 2000000;
	display: none;
}

.changepwBox .innerbox {
	width: 320px;
	min-height: 200px;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -150px auto 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: rgba(44, 44, 44, 0.9);
	background: -webkit-linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	background: -o-linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	background: -moz-linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	background: linear-gradient(45deg, rgba(44, 44, 44, 0.9), rgb(46 171 67 / 70%));
	box-shadow: 0 0 15px 1px rgba(44, 44, 44, 0.65);
}

.changepwBox .innerbox .error_text {
    color: #ffffff;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 15px;
}

.changepwBox .innerbox .exit {
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 200;
	position: absolute;
	top: 0;
	opacity: 0.85;
	filter: alpha(opacity=85);
	right: 0;
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: center;
	background-image: url('../img/icon/close-white.svg');
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.changepwBox .innerbox .exit:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.changepwBox .innerbox form {
	margin-top: 45px;
}

.changepwBox .innerbox input {
	width: 90%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	text-align: center;
	margin: 0 auto 20px;
    line-height: 30px;
    outline: none;
	padding: 3px 5px;
    display: block;
    font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.changepwBox .innerbox input[type=submit] {
	background-color: rgba(255, 255, 255, 0.9);
	color: #2b2b2b;
	cursor: pointer;
}

.changepwBox .innerbox input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
}

.changepwBox .innerbox input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.changepwBox .innerbox input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
}

.changepwBox .innerbox input:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.changepwBox .innerbox input.chngpwbtn {
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.changepwBox .innerbox input.chngpwbtn:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

/* .sansTable td select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cecece;
	width: 85%;
	padding: 3px 5px 3px 25px;
	outline: none;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/icon/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 10px center;
	text-align-last: center;
}

.sansTable td select.active {
	background-color: #d7ff98;
}

.sansTable td select.deactive {
	background-color: #ffc9c9;
}

.sansTable td select.used {
	background-color: #ffef97;
}

.sansTable td select.notused {
	background-color: #d0d0d0;
}

.galleryImg {
	width: 100%;
	height: 200px;
	position: relative;
	background-color: #2eab43;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.galleryImg #uploadImg {
	display: none;
}

.galleryImg .uploadBtn {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: -40px auto 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	background-color: rgba(47, 64, 80, 0.9);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../img/icon/add.svg');
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.galleryImg .upimg {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: rgba(47, 64, 80, 0.9);
	color: #ffffff;
	cursor: pointer;
	padding: 7px 5px 9px;
	-webkit-border-radius: 50px 0;
	-moz-border-radius: 50px 0;
	-ms-border-radius: 50px 0;
	-o-border-radius: 50px 0;
	border-radius: 50px 0;
	border: none;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.galleryImg:hover .uploadBtn {
	opacity: 1;
	filter: alpha(opacity=100);
}

.galleryImg .uploadBtn:hover, .galleryImg .upimg:hover {
	background-color: rgba(47, 64, 80, 1);
}

.galleryImg img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.galleryImg .deleteImg {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: -30px auto 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	background-color: rgba(35, 197, 195, 0.9);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	background-image: url('../img/icon/bin.svg');
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.galleryImg .deleteImg:hover {
	background-image: url('../img/icon/bin-open.svg');
	background-color: rgb(35, 197, 195);
}

.galleryImg:hover .deleteImg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.form-group.btngp label {
	opacity: 0;
	filter: alpha(opacity=0);
}

.sansTable {
	width: 98.5%;
	margin: 20px auto;
	font-size: 14px;
}

.sansTable th {
	background-color: #1d3a16;
	color: #ffffff;
	font-weight: normal;
	padding: 6px 2px;
}

.sansTable th:first-child {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.sansTable th:last-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.sansTable tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.sansTable td {
	padding: 5px;
}

.sansTable td.deleteTd {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url('../img/icon/bin.svg');
	cursor: pointer;
}

.sansTable td.deleteTd:hover {
	background-image: url('../img/icon/bin-open.svg');
}

.sansTable td.editTd {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url('../img/icon/edit.svg');
	cursor: pointer;
}

.tableBox .sansTable th {
	padding: 6px 2px;
}

.postsShow .post {
	width: 100%;
	position: relative;
}

.postsShow .post img {
	width: 100%;
	height: 100%;
}

.postsShow .post .postName {
	position: absolute;
	bottom: 0;
	width: 85%;
	padding: 6px 5px 8px;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 50px 0 0 0;
	-ms-border-radius: 50px 0 0 0;
	-o-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0;
	background-color: rgba(25, 40, 60, 0.85);
}

.postsShow .post .hoverBtn {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -50px auto 0;
	width: 80px;
	height: 80px;
	background-color: rgba(25, 40, 60, 0.85);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	background-image: url('../img/icon/folder-close.svg');
	-webkit-box-shadow: 0 0 15px #1d3a16;
	-moz-box-shadow: 0 0 15px #1d3a16;
	box-shadow: 0 0 15px #1d3a16;
}

.postsShow .post:hover .hoverBtn {
	opacity: 1;
	filter: alpha(opacity=100);
}

.postsShow .post .hoverBtn:hover {
	background-color: rgba(25, 40, 60, 0.95);
	background-image: url('../img/icon/folder.svg');
}

.answerReq {
	margin-top: 20px;
	border-top: 1px dashed #cecece;
	padding: 10px;
	background-color: rgba(74, 187, 201, 0.10);
}

.sliderPage .galleryImg {
	border: 2px solid #e4e4e4;
}

.sliderPage .selectPostSlider {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	padding: 6px 40px 7px;
	color: #ffffff;
	border: none;
	background-color: rgba(47, 64, 80, 0.9);
	outline: none;
	text-align-last: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/icon/arrow-down-white.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 30px center;
	-webkit-border-radius: 0 50px;
	-moz-border-radius: 0 50px;
	-ms-border-radius: 0 50px;
	-o-border-radius: 0 50px;
	border-radius: 0 50px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.sliderPage .selectPostSlider option {
	text-align-last: center;
	padding: 4px;
	margin: 5px;
	-webkit-border-radius: 0 50px;
	-moz-border-radius: 0 50px;
	-ms-border-radius: 0 50px;
	-o-border-radius: 0 50px;
	border-radius: 0 50px;
}

.sliderPage .selectPostSlider:hover {
	background-color: rgba(47, 64, 80, 1);
}

.sliderPage .sliderName {
	-webkit-border-radius: 0 50px;
	-moz-border-radius: 0 50px;
	-ms-border-radius: 0 50px;
	-o-border-radius: 0 50px;
	border-radius: 0 50px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 6px 10px 7px;
	text-align: center;
	color: #ffffff;
	background-color: rgba(47, 64, 80, 0.9);
}

.sliderPage .per4:nth-child(even) .sliderName {
	-webkit-border-radius: 50px 0;
	-moz-border-radius: 50px 0;
	-ms-border-radius: 50px 0;
	-o-border-radius: 50px 0;
	border-radius: 50px 0;
}

*/

.sumRep .sellReptitle {
	background-color: #1d3a16;
	color: #ffffff;
	font-size: 15px;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}

.sumRep .result {
	background-color: #ffffff;
	color: #1d3a16;
	padding: 10px;
	font-size: 15px;
}

.sumRep .result span {
	font-size: 14px;
	margin-right: 5px;
}

.searchBox .excel {
	width: 100%;
	height: 34px;
	margin-top: 5px;
	display: block;
	background-color: #2eab43;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url('../img/icon/excel.svg');
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.searchBox .excel:hover {
	-webkit-box-shadow: 0 2px 2px rgba(47, 64, 80, 0.22);
	-moz-box-shadow: 0 2px 2px rgba(47, 64, 80, 0.22);
	box-shadow: 0 2px 2px rgba(47, 64, 80, 0.22);
}

input:disabled, select:disabled {
	background-color: #f5f5f5 !important;
	cursor: auto !important;
}

.postPrices {
	position: relative;
}

.postPrices .searchBox {
	font-size: 0;
}

.postPrices .map {
	width: 25%;
	display: inline-block;
	padding: 15px 10px;
	font-size: 16px;
}

.postPrices .map .title {
	width: 100%;
	color: #283546;
	font-weight: 600;
	padding: 6px 10px;
	border-bottom: 3px solid #608d33;
	background-color: #e2ffff;
	display: block;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.postPrices .map .salon_map {
	margin-top: 10px;
}

.postPrices form {
	display: inline-block;
	width: 46%;
	font-size: 14px;
}

.postPrices table {
	width: 100%;
	background-color: #ffffff;
}

.postPrices table td {
	padding: 7px;
	vertical-align: middle;
}

.postPrices table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.postPrices table th {
	padding: 5px 20px;
	background-color: #283546;
	color: #ffffff;
}

.postPrices table th:first-child {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-ms-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.postPrices table th:last-child {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-ms-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

.postPrices table input {
	border: 1px solid #d6d6d6;
	padding: 3px 10px;
	text-align: center;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.postPrices table input:focus {
	-webkit-box-shadow: 0 0 7px rgba(96, 141, 51, 0.7);
	-moz-box-shadow: 0 0 7px rgba(96, 141, 51, 0.7);
	box-shadow: 0 0 7px rgba(96, 141, 51, 0.7);
	border: 1px solid rgba(74, 187, 201, 0.29);
}

.postPrices .size50 {
	margin-top: 20px;
}

.chairs_map {
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
}

.chairs_map .chairTypes {
	width: 100%;
	font-size: 0;
	margin-bottom: 10px;
	display: block;
}

.chairs_map .chairTypes .chairType {
	width: 20%;
	font-size: 14px;
	display: inline-block;
}

.chairs_map .chairTypes .chairType:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	top: 5px;
}

.chairs_map .chairTypes .chairType#freeIcon:before {
	background-color: #8bc34a;
}

.chairs_map .chairTypes .chairType#reservedIcon:before {
	background-color: #ffd700;
}

.chairs_map .chairTypes .chairType#soldIcon:before {
	background-color: #f44336;
}

.chairs_map .chairTypes .chairType#selectedIcon:before {
	background-color: #2196f3;
}

.chairs_map .chairTypes .chairType#notForSellIcon:before {
	background-color: #9e9e9e;
}

.chairs_map .mainMap {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
}

.chairs_map .mainMap .section_map {
	width: 100%;
	max-height: 100%;
	overflow: auto;
}

.planTable {
	border: none;
	padding: 20px;
}

.create_map {
	display: block;
	width: 300px;
	border: none;
	color: #ffffff;
	padding: 6px;
	-webkit-text-shadow: 0 0 5px #000;
	-moz-text-shadow: 0 0 5px #000;
	-ms-text-shadow: 0 0 5px #000;
	-o-text-shadow: 0 0 5px #000;
	text-shadow: 0 0 5px #000;
	margin: 15px auto 0;
	outline: none;
	background-color: #608d33;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.create_map:hover {
	-webkit-box-shadow: 0 0 7px #608d33;
	-moz-box-shadow: 0 0 7px #608d33;
	box-shadow: 0 0 7px #608d33;
}

.pricePageBlk {
	width: 50%;
	display: inline-block;
	padding: 10px;
}

.pricePageBlk .sectionName {
	width: 100%;
	color: #283546;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
	padding: 7px 10px 5px;
	border-bottom: 3px solid #608d33;
	background-color: #e2ffff;
	display: block;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.pricePageBlk form {
	width: 50%;
	font-size: 0;
	background-color: #f5f5f5;
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	-ms-border-radius: 0 0 3px 0;
	-o-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
	border-left: 1px solid #d2d1d1;
}

.pricePageBlk form:last-child {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: none;
}

.pricePageBlk.size100 form, .pricePageBlk.size100 {
	width: 100%;
}

.pricePageBlk .form-group {
	width: 50%;
	display: inline-block;
	font-size: 14px;
	padding: 10px 10px 0;
}

.pricePageBlk .form-group.size100 {
	width: 100%;
}

.pricePageBlk .form-group label {
	width: 100%;
	margin-bottom: 5px;
	display: block;
}

.pricePageBlk .form-group input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	width: 100%;
	text-align: center;
	padding: 3px 10px;
	border: 1px solid #cccccc;
}

.pricePageBlk .form-group select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	width: 100%;
	text-align: center;
	padding: 3px 10px;
	border: 1px solid #cccccc;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/icon/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 10px center;
	text-align-last: center;
}

.pricePageBlk .form-group input[type=text]:focus {
	border: 1px solid rgba(35, 197, 195, 0.26);
	-webkit-box-shadow: 0 0 5px rgba(35, 197, 195, 0.48);
	-moz-box-shadow: 0 0 5px rgba(35, 197, 195, 0.48);
	box-shadow: 0 0 5px rgba(35, 197, 195, 0.48);
}

.pricePageBlk input[type=submit] {
	margin: 10px auto;
	width: 100%;
	border: none;
	background-color: #283546;
	color: #ffffff;
	padding: 5px 5px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
}

.pricePageBlk input[type=submit]:hover {
	-webkit-box-shadow: 0 0 7px #283546;
	-moz-box-shadow: 0 0 7px #283546;
	box-shadow: 0 0 7px #283546;
}

.pricePageBlk.priceRange form {
	width: 100%;
}

.postPrices #cmb_concerttime {
	display: block;
	width: 320px;
	border: 1px solid #cccccc;
	padding: 3px;
	text-align-last: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../img/icon/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 10px center;
	text-align-last: center;
	margin: 15px auto 5px;
	outline: none;
}

.postPrices #cmb_concerttime:focus {
	-webkit-box-shadow: 0 0 7px rgba(35, 197, 195, 0.5);
	-moz-box-shadow: 0 0 7px rgba(35, 197, 195, 0.5);
	box-shadow: 0 0 7px rgba(35, 197, 195, 0.5);
	border: 1px solid rgba(35, 197, 195, 0.25);
}

.ui-check {
	font-size: 14px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

.ui-check td, .ui-check th {
	border: 1px solid #e2e2e2;
}

.ui-check th {
	background-color: #283546;
	color: #ffffff;
	font-weight: normal;
	border-color: #101a27;
	padding: 5px 0;
}

.ui-check input {
	color: #19283c;
	margin: 2px 0 0 0;
	border: none;
	padding: 4px 0;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
}

.ui-check input:focus {
	border: none;
}

.ui-check select {
	width: 100%;
	text-align-last: center;
	border: none;
	padding: 5px 15px;
}

.ui-check th span {
	color: red;
}

.adminBuyBtn .form-group {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.formblk.adminBuyBtn .form-group .main-btn {
	width: 200px !important;
}

.adminBuyBtn .form-group input[type=radio] {
	display: none;
}

.adminBuyBtn .form-group label {
	display: inline-block;
	width: 150px;
	background-color: #dfdfdf;
	cursor: pointer;
	padding: 3px 15px 6px 5px;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin: 10px;
}

.adminBuyBtn .form-group#rtnormalgp label {
	background-image: url('../img/icon/money.svg');
}

.adminBuyBtn .form-group#rtguestgp label {
	background-image: url('../img/icon/guest.svg');
}

.adminBuyBtn .form-group label:hover {
	width: 160px;
}

.adminBuyBtn .form-group input:checked~label {
	background-color: #00BCD4;
	color: #ffffff;
}

/* SVG Styles */

#pnlChairsPanel {
	display: none;
	padding: 20px 50px 10px 20px;
	overflow: auto;
	max-width: 100%;
}

.section, .section_name {
	cursor: pointer;
}

.section.active {
	fill: #2eab43;
}

.section_name.active {
	fill: #ffffff;
}

.section_map {
	margin: 0 auto;
}

.section_map svg text {
	font-size: 9px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
}

.section_map svg text.block_side {
	font-size: initial;
	fill: initial;
}

.chairTxt {
	cursor: pointer;
}

.section_map.azadi {
	width: 1200px;
}

.section_map.eyvanshams-A {
	width: 1000px;
	padding-bottom: 20px;
}

.section_map.eyvanshams-B {
	width: 550px;
	margin: 0 auto;
}

.section_map.eyvanshams-C, .section_map.eyvanshams-D {
	width: 420px;
	margin: 0 auto;
}

.chair.free {
	fill: #8bc34a;
	cursor: pointer;
}

.chair.reserved {
	fill: #ffd700;
}

.chair.sold {
	fill: #f44336;
}

.chair.selected {
	fill: #2196f3;
	cursor: pointer;
}

.chair.notForSell {
	fill: #9e9e9e;
}

.tooltip {
	position: absolute;
	z-index: 10006;
	padding: 20px;
	background-color: #283546;
	-webkit-box-shadow: 0 0 9px rgba(40, 53, 70, 0.6);
	-moz-box-shadow: 0 0 9px rgba(40, 53, 70, 0.6);
	box-shadow: 0 0 9px rgba(40, 53, 70, 0.6);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0 10px 3px;
	font-size: 14px;
	color: #ffffff;
	visibility: hidden;
}

.tooltip .toman {
	font-size: 14px;
	line-height: 28px;
	margin-right: 5px;
}

.tooltip::after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #283546 transparent transparent transparent;
}

.salonMap label {
	display: block;
	padding-bottom: 5px;
}

.formblk .salonMap .mainPic {
	margin: 0;
	float: inherit;
	width: 100%;
	height: 240px;
}

.requestFrm input[disabled="disabled"], .requestFrm textarea[disabled="disabled"] {
	background-color: #f8f8f8;
	border: 2px solid #efefef;
}

.requestFrm textarea[disabled="disabled"], .answerReq textarea {
	text-align: right;
}

.msgTxt {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100000;
	top: 0;
	right: 0;
	background-color: rgba(44, 44, 44, 0.9);
}

.msgTxt .inner {
	position: absolute;
	right: 0;
	padding: 10px;
	left: 0;
	top: 50%;
	margin: 0 auto;
	width: 400px;
	min-height: 100px;
	text-align: center;
	background-color: #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.msgTxt .exit {
	width: 60%;
	padding: 3px 5px 6px;
	background-color: #2b2b2b;
	color: #ffffff;
	display: block;
	margin: 10px auto 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.msgTxt .exit:hover {
	width: 100%;
}

.msgTxt #cmttext {
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: justify;
}

.editRow {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(40, 53, 70, 0.8);
	z-index: 2005;
	display: none;
}

.editRow .inner {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	right: 0;
	left: 0;
	width: 600px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.editRow .form-group {
	width: 50%;
	text-align: center;
}

.editRow .form-group:last-child {
	width: 100%;
}

.editRow .exit {
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 200;
	position: absolute;
	background-color: rgba(27, 38, 49, 0.85);
	top: -15px;
	right: -15px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-image: url('../img/icon/close-white.svg');
	-webkit-box-shadow: 0 0 6px rgba(27, 38, 49, 0.65);
	box-shadow: 0 0 6px rgba(27, 38, 49, 0.65);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.editRow .exit:hover {
	background-color: rgba(27, 38, 49, 0.95);
}

.red {
	background-color: red !important;
}

.green {
	background-color: green !important;
}

.yellow {
	background-color: yellow !important;
}

.chairBox.free, .chairBox.selected {
	cursor: pointer;
}

.chairBox.reserved, .chairBox.sold, .chairBox.notForSell {
	cursor: default;
}

.chairBox.free .chair {
	fill: #8bc34a;
}

.chairBox.reserved .chair {
	fill: #ffd700;
}

.chairBox.sold .chair {
	fill: #f44336;
}

.chairBox.fakeSold .chair {
	fill: #f3ac40;
}

.chairBox.selected .chair {
	fill: #2196f3;
}

.chairBox.notForSell .chair {
	fill: #9e9e9e;
}

.formblk .form-group .main-btn.cancelBtn {
	margin-top: 26px;
	background-color: #c52323;
}

.formblk .form-group .main-btn.editMapBtn {
	font-size: 14px;
	display: block;
	margin-top: 4px;
}

.formblk .form-group .main-btn.mt, .chairs_map_size .size_set_btn {
	margin-top: 26px;
}

/* Login Admin Css */

#loginPage {
	background-image: url('../img/bglogin2.png');
	background-size: cover;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.loginBox {
	width: 400px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 14px 0 rgba(61, 61, 61, 0.3);
	-moz-box-shadow: 0 0 14px 0 rgba(61, 61, 61, 0.3);
	box-shadow: 0 0 14px 0 rgba(61, 61, 61, 0.3);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.loginBox .bibug {
	font-weight: 600;
	margin-bottom: 5px;
}

.loginBox hr {
	width: 70%;
	border: none;
	border-bottom: 1px solid #c4c4c4;
}

.loginBox .bibug img {
	width: 60px;
	margin: 0 auto 10px;
}

.loginBox .bibug .bibugDes {
	font-size: 12px;
}

.loginBox .bibugWord {
	font-size: 16px;
	color: #2eab43;
	line-height: 20px;
}

.loginBox .welcomeTxt {
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0;
}

.loginBox form {
	width: 100%;
}

.loginBox input[type=text], .loginBox input[type=email], .loginBox input[type=password] {
	width: 100%;
	height: 40px;
	direction: ltr;
	padding-right: 15px;
	font-size: 14px;
	margin: 10px 0;
	border: 1px solid #f1f0f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
}

.loginBox input[type=text]:focus, .loginBox input[type=email]:focus, .loginBox input[type=password]:focus {
	-moz-box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgb(74, 187, 201);
	-o-box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgb(74, 187, 201);
	box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgb(74, 187, 201);
	outline: none;
}

.loginBox form input[type="submit"] {
	outline: none;
	background-color: rgba(74, 187, 201, 0.85);
	color: #ffffff;
	font-size: 14px;
	margin: 10px 0 0;
	border: none;
	text-align: center;
	height: 35px;
	width: 60%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.loginBox form input[type="submit"]:hover {
	background-color: rgba(74, 187, 201, 1);
}

.loginBox .ConfirmationCode form input[type="submit"] {
	width: 100%;
}

.loginBox .remember {
	margin-top: 9px;
	font-weight: 600;
}

.loginBox .exp {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
}

.loginBox .leftbtn {
	width: 38%;
	font-size: 11px;
	padding-top: 10px;
	display: inline-block;
}

.loginBox .leftbtn .forgetPass {
	color: #4ac1b6;
	text-shadow: 0 0 #0c6e65;
	font-size: 10px;
	margin-top: 2px;
	cursor: pointer;
}

.loginBox .leftbtn input[type=checkbox] {
	display: none;
}

.loginBox .leftbtn input[type=checkbox]~label:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	margin-top: 2px;
	border: 1px solid #cacaca;
	background-color: #fff;
	cursor: pointer;
}

.loginBox .leftbtn input[type=checkbox]:checked+label:before {
	content: "\2714";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 14px;
	color: #2eab43;
	text-align: center;
	line-height: 15px;
}

.loginBox .forgetPassBlk, .loginBox .ConfirmationCode {
	display: none;
}

.loginBox .forgetPassBlk .exp {
	font-size: 12px;
	font-weight: 600;
	margin-top: 20px;
}

.loginBox .forgetPassBlk form {
	margin-top: 17px;
}

.loginBox .forgetPassBlk form input[type="submit"] {
	letter-spacing: normal;
	width: 50%;
	font-weight: normal;
	float: right;
}

.loginBox .forgetPassBlk .back, .loginBox .ConfirmationCode .back {
	width: 30%;
	float: left;
	border: none;
	background-color: rgba(61, 61, 61, 0.85);
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	height: 35px;
	margin-top: 10px;
	outline: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.loginBox .forgetPassBlk .back:hover {
	background-color: rgba(61, 61, 61, 1);
}

.loginBox .ConfirmationCode .back {
	background-color: #283546;
	font-size: 14px;
	float: initial;
	width: 70%;
}

.loginBox .ConfirmationCode .back:hover {
	width: 100%;
}

.logoutHdr a {
	color: red;
	font-size: 12px;
}

.notifItem .box .row.logoutHdr .fa {
	color: red;
	margin: 2px 0 0 5px;
}

.logoutHdr:hover {
	font-weight: 600;
}

.sellRepSepBtn a {
	display: block;
	padding: 10px 10px 12px;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.sellRepSepBtn a:hover {
	background-color: rgba(41, 231, 255, 0.19);
}

.sellRepSepBtn.active a {
	background-color: #2eab43;
	color: #ffffff;
}

.supp_ticket_box {
	font-size: 0;
	display: block;
	border-top: 1px solid #cbcbcb;
	padding: 10px;
}

.supp_ticket_box:first-child {
	border: none;
	padding-top: 0;
}

.supp_ticket_box:last-child {
	padding-bottom: 0;
}

.supp_ticket_box .info, .supp_ticket_box p {
	display: inline-block;
	font-size: 15px;
}

.supp_ticket_box .info {
	width: 100%;
	display: block;
}

.supp_ticket_box .user {
	float: right;
	padding-top: 5px;
}

.supp_ticket_box .info .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #e7e7e7;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
	background-image: url('../img/icon/businessman.svg');
	-webkit-border-radius: 50% 50% 0 0;
	-moz-border-radius: 50% 50% 0 0;
	-ms-border-radius: 50% 50% 0 0;
	-o-border-radius: 50% 50% 0 0;
	border-radius: 50% 50% 0 0;
}

.supp_ticket_box p {
	width: 100%;
	padding: 15px;
	font-size: 14px;
	text-align: right;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 20px 0 20px 20px;
	-moz-border-radius: 20px 0 20px 20px;
	-ms-border-radius: 20px 0 20px 20px;
	-o-border-radius: 20px 0 20px 20px;
	border-radius: 20px 0 20px 20px;
}

.supp_ticket_box.admin {
	background-color: #f6ffe9;
}

.supp_ticket_box.admin p {
	-webkit-border-radius: 0 20px 20px 20px;
	-moz-border-radius: 0 20px 20px 20px;
	-ms-border-radius: 0 20px 20px 20px;
	-o-border-radius: 0 20px 20px 20px;
	border-radius: 0 20px 20px 20px;
}

.supp_ticket_box.admin .user {
	float: left;
}

.supp_ticket_box.admin .info .icon {
	background-image: url('../img/icon/customer-service.svg');
	background-color: #cfff89;
	float: left;
}

.supp_ticket_box .info div {
	display: inline-block;
	font-size: 14px;
}

.supp_ticket_box .info .name {
	padding: 20px 10px 7px;
}

.supp_ticket_box .info .date {
	padding: 26px 15px 0;
	direction: ltr;
	float: left;
}

.supp_ticket_box.admin .info .date {
	float: right;
}

input:read-only,
textarea:read-only {
	background-color: #f6f6f6;
	color: #5f5f5f;
	cursor: no-drop;
}

input:read-only:focus,
textarea:read-only:focus {
    box-shadow: none !important;
    border: 1px solid #cecece !important;
}

.salonBgPic {
	width: 100%;
	border: none;
	display: block;
	background-color: #2b2b2b;
	color: #ffffff;
	cursor: pointer;
	padding: 6px !important;
	-webkit-text-shadow: 0 0 6px #2f4050;
	-moz-text-shadow: 0 0 6px #2f4050;
	-ms-text-shadow: 0 0 6px #2f4050;
	-o-text-shadow: 0 0 6px #2f4050;
	text-shadow: 0 0 6px #2f4050;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.salonBgPic~input[type=file] {
	display: none;
}

.blockBox .innerBox.chairs_setting, .formblk.chairs_setting .form-group {
	padding: 5px;
}

.formblk.chairs_setting .form-group label {
	font-weight: normal;
}

.chairs_setting .create_chairs_section {
	display: none;
}

.formblk.chairs_setting .form-group .main-btn {
	margin: 0;
}

.formblk.chairs_setting .form-group .main-btn.addbtn {
	margin-top: 0;
	background-image: none;
	padding-right: 50px;
	position: relative;
}

.formblk.chairs_setting .form-group .main-btn.addbtn .arrow {
	background-image: url('../img/icon/arrow-down-white.svg');
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 10px;
	top: 2px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.formblk.chairs_setting .form-group .main-btn.addbtn .arrow.active {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.formblk.chairs_setting .form-group input, .formblk.chairs_setting .form-group select {
	width: 49%;
	margin: 0 0 5px;
}

.formblk .form-group.create_chairs_section input:nth-child(odd) {
	margin-left: 1%;
}

.formblk.chairs_setting .form-group .main-btn.set_attr {
	width: 49% !important;
	margin: 5px 2% 0 0;
}

.formblk.chairs_setting .form-group.set_chairs_block input {
	width: 49% !important;
}

.formblk.chairs_setting .form-group.set_chairs_block input:nth-child(odd) {
	margin-left: 2%;
}

.formblk .form-group.set_chairs_block {
	padding-bottom: 0;
}

.blockBox .innerBox#pnl_map {
	min-height: 431px;
}

.formblk.chairs_setting .form-group.chairs_map_size input, .formblk.chairs_setting .form-group.chairs_map_xy input {
	width: 49% !important;
	margin: 0 1% 5px 0;
}

.formblk.chairs_setting .form-group.chairs_map_size input:nth-child(odd) {
	margin: 0 0 5px 1%;
}

.uploadSalonPicMap {
	position: relative;
}

.uploadSalonPicMap label {
	padding-left: 34px !important;
}

.uploadSalonPicMap input[type=submit] {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2eab43;
	border: none;
	cursor: pointer;
	width: 10px !important;
	padding-bottom: 6px;
	background-image: url('../img/icon/add.svg');
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	margin-top: 0;
}

.chairs_setting input[type=number] {
	direction: ltr;
}

.Chair_set_page hr {
	border: none;
	height: 2px;
	width: 100%;
	background-color: #454545;
	-webkit-box-shadow: 0 0 5px 0px #454545;
	box-shadow: 0 0 5px 0px #454545;
}

.formblk .form-group.create_label_section, .formblk .form-group.chairs_map_size, .formblk .form-group.move_section, .formblk .form-group.set_chairs_block {
	display: none;
}

.formblk.chairs_setting .form-group.chairs_map_size #txt_pos_x, .formblk.chairs_setting .form-group.chairs_map_size #txt_pos_y {
	width: 85px !important;
	margin-top: 0;
}

.formblk .form-group.chairs_map_size label, .formblk .form-group.chairs_map_xy label {
	margin: 6px 15px 5px 8px;
	display: inline-block;
	width: auto;
}

.formblk.chairs_setting .form-group .main-btn, .formblk.chairs_setting .form-group .main-btn.addbtn {
	background-color: #454545;
}

.Chair_set_page .formblk .form-group .main-btn.removebtn {
	margin-top: 0;
}

.formblk.chairs_setting .form-group .main-btn.create_chair_btn, .formblk.chairs_setting .form-group .main-btn.create_text_btn, .formblk.chairs_setting .form-group .main-btn.chairs_move_btn, .formblk.chairs_setting .form-group .main-btn.set_chairs_btn, .formblk.chairs_setting .form-group .main-btn.chairs_curve_btn {
	background-color: #2eab43;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.formblk .form-group.chairs_map_enhena {
	display: none;
}

/* -------- Farid's Css--------- */

.chkbox_setting {
	display: inline-block;
	width: 50%;
}

.chkbox_setting label, .chkbox_setting input {
	display: inline-block;
	width: unset !important;
	margin: 0 5px;
}

.chairs_map_xy {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: fixed;
	bottom: 0;
	background-color: rgba(17, 29, 39, 0.85);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin: 0 auto;
	width: 15%;
	left: 0;
	right: 0;
	padding: 6px 6px 10px 6px;
	color: #ffffff;
	-webkit-box-shadow: 0 0 10px 1px rgba(17, 29, 39, 0.6);
	box-shadow: 0 0 10px 1px rgba(17, 29, 39, 0.6);
}

.chairs_map_xy .title {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.chairs_map_xy .inputs {
	display: block;
	text-align: center;
	font-size: 0;
}

.chairs_map_xy .inputs .inner {
	width: 50%;
	display: inline-block;
	font-size: 14px;
}

.chairs_map_xy .inputs .inner input {
	border: 1px solid rgba(17, 29, 39, 0.1);
	border-radius: 3px;
	width: 70%;
	color: #000;
	display: inline-block;
	text-align: center;
}

.chairs_map_xy .inputs .inner label {
	margin-top: 2px;
	display: inline-block;
}

/*.xy_when_scroll {
	position: fixed;
	bottom: 0;
	background-color: rgba(17, 29, 39, 0.85);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin: 0 auto;
	width: 15%;
	left: 0;
	right: 0;
	padding: 6px 6px 10px 6px;
	color: #ffffff;
	-webkit-box-shadow: 0 0 10px 1px rgba(17, 29, 39, 0.6);
	box-shadow: 0 0 10px 1px rgba(17, 29, 39, 0.6);
}*/

.chairs_map_size .size_set_btn {
	margin-top: 22px;
}

.bank_result {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(17, 29, 39, 0.5);
	display: none;
	z-index: 100;
	top: 0;
	right: 0;
}

.bank_result .inner {
	position: absolute;
	width: 60%;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #ececec;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 0 10px 1px rgba(87, 87, 87, 0.36);
	box-shadow: 0 0 10px 1px rgba(87, 87, 87, 0.36);
}

.bank_result .inner .exit {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: -15px;
	right: -15px;
	background-color: tomato;
	border: 1px solid #ececec;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 1px rgba(87, 87, 87, 0.36);
	box-shadow: 0 0 10px 1px rgba(87, 87, 87, 0.36);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
	background-image: url('../img/icon/close.svg');
}

.bank_result .inner .text {
	background-color: #f7f7f7;
	text-align: left;
	padding: 10px;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#plnSendSmsNewsletter {
	display: none;
}

#plnSendSmsNewsletter .formblk .form-group .main-btn {
	background-color: #5ac523;
}

#plnSendSmsNewsletter table {
	width: 100%;
	font-size: 14px;
	margin: 15px 0 5px;
}

#plnSendSmsNewsletter table th {
	background-color: #1d3a16;
	border: 1px solid #2b2b2b;
	padding: 5px;
	color: #ffffff;
	font-weight: normal;
}

#plnSendSmsNewsletter table td {
	background-color: #f8f8f8;
	border: 1px solid #d7d7d7;
	vertical-align: middle;
	padding: 15px 5px;
}

.galleryImg {
	width: 100%;
	height: 330px;
	position: relative;
	background-color: #ededed;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.galleryImg #uploadImg {
	display: none;
}

.galleryImg .uploadBtn {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: -40px auto 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	background-color: rgb(46 171 67 / 85%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../img/icon/add.svg');
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.galleryImg input[type=text] {
    width: 90%;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 1px solid #bebebe;
    padding: 5px;
    outline: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.galleryImg input[type=text].has_error {
    border-color: #f13e3e;
    border-right-width: 5px;
}

.galleryImg input[type=text]:focus {
    box-shadow: 0 0 5px #bee5c5;
}

.galleryImg .error_text {
    font-size: 12px;
    background-color: #f13e3e;
    color: #ffffff;
    margin-top: 20px;
}

.galleryImg .upimg {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: rgb(46 171 67 / 85%);
    color: #2b2b2b;
    font-weight: 500;
	cursor: pointer;
	padding: 8px 5px;
	-webkit-border-radius: 50px 0;
	-moz-border-radius: 50px 0;
	-ms-border-radius: 50px 0;
	-o-border-radius: 50px 0;
	border-radius: 50px 0;
	border: none;
	outline: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.galleryImg:hover .uploadBtn {
	opacity: 1;
	filter: alpha(opacity=100);
}

.galleryImg .uploadBtn:hover, .galleryImg .upimg:hover {
	background-color: rgb(46 171 67 / 100%);
}

.galleryImg img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.galleryImg .deleteImg {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: -30px auto 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	background-color: rgb(46 171 67 / 85%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	background-image: url('../img/icon/bin.svg');
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0 0 8px rgba(61, 61, 61, 0.6);
}

.galleryImg .deleteImg:hover {
	background-image: url('../img/icon/bin-open.svg');
	background-color: rgb(46 171 67 / 100%);
}

.galleryImg:hover .deleteImg {
	opacity: 1;
	filter: alpha(opacity=100);
}

#login_form input[type=hidden] + .error {
    background: rgb(143 0 0 / 34%);
    width: 90%;
    margin: 0 auto 15px;
    border-radius: 40px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
}

@media (max-width:1250px) {
	.side-bar {
		width: 60px;
	}
	.side-bar .customerLogo img {
		width: 40px;
	}
	.side-bar .menu li {
		font-size: 16px;
	}
	#page-wrapper {
		padding: 10px;
	}
	.destAdr {
		font-size: 12px;
	}
	#page-wrapper,
	header,
	.destAdr {
		margin-right: 60px;
	}
	body‌ {
		font-size: 14px;
	}
	header .notificationBox .notifItem.logout p {
		font-size: 12px;
	}
	.formblk .form-group {
		width: 25%;
	}
	.formblk .form-group label {
		font-size: 12px;
	}
	.formblk .form-group .main-btn {
		font-size: 12px;
	}
	.formblk .form-group .main-btn.srchbtn {
		margin-top: 25px;
	}
	.formblk .form-group input, .formblk .form-group select, .formblk .form-group textarea {
		font-size: 12px;
    }

	.searchBox .excel {
		height: 30px;
		background-size: 17px;
	}
	.tableBox table {
		font-size: 12px !important;
	}
	.side-bar .menu .nav-label.show,
	.side-bar .menu .subMenu {
		font-size: 12px;
	}
	.side-bar .menu .active .subMenu.closeSideBar,
	.side-bar .menu .subMenu.closeSideBar {
		right: 55px;
		margin-top: -42px;
	}
	.side-bar .menu .nav-label.show {
		right: 45px;
	}
	.block .blkName {
		padding: 10px;
		font-size: 14px;
	}
	.block .icon {
		font-size: 25px;
	}
	.sumRep .detail .per3,
	.sumRep .SRBlktitle {
		font-size: 14px;
	}
}
