/* @CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css); */

html,
body {
	/* height: 100vh; */
	/* font-size: 13px; */
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px !important;
	font-weight: 400;
	font-family: Helvetica, Arial,
		sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #f0f6fb im !important;
	color: #0d0e20;
	/* font-family: 'Alegreya Sans', Arial, Helvetica, sans-serif; */
	/* font-family: 'Noto Sans KR', Helvetica, sans-serif; */

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #3f4254;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif, 'Julius Sans One',
		Helvetica;

}

th {
	text-transform: uppercase;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000EBB;
	text-decoration: none;
}

.appname {
	font-family:
		'Alegreya Sans',
		Helvetica,
		sans-serif;
	font-size: 1.085em;
	letter-spacing: 0px;
	color: #000EED;
	text-transform: uppercase;
	font-weight: 900 !important;
	text-align: center;
}

.just-u {
	font-size: 0.65em;
	font-weight: 300;
	/* font-style: italic; */
}

h2.tagline {
	/* font-family: Helvetica,
		'Alegreya Sans',
		sans-serif; */
	text-transform: capitalize;
	font-size: 1.45em;
	/* font-style: italic; */
	font-weight: 300;
}

.version {
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

nav a {
	font-weight: 400;
	text-transform: uppercase;
}

ul.nav {
	text-transform: lowercase;
	font-size: 1.35em;
}

header.topnav {
	background: #ffffff;
	padding: 30px;
	width: 100%;
	position: relative;
	z-index: 110;
	top: 0;
	left: 0;
	margin-bottom: 30px;
}


form label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #000EBA;
}


#processing {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E5E5E5;
	color: #000000;
	display: none;
	font-weight: bold;
	left: 50%;
	padding: 5px 8px;
	position: absolute;
	top: 20px;
	width: auto;
	z-index: 9999;
}

#container {
	/* min-height: 100%;
	width: 100%; */
}

#header {
	/* background-color: #003399; */
	/* height: 118px;
	position: relative;
	margin: 0 auto;
	width: 1040px; */
}

#logo {
	/* background: url(../img/backend/logo.png) 0 0 no-repeat; */
	/* display: block;
	width: 552px;
	margin: 0 auto;
	height: 118px;
	line-height: 124px;
	font-size: 30px;
	font-weight: 900;
	text-shadow: rgb(224, 224, 224) 1px 1px 0px; */
}

#logo a {
	/* display: block;
	float: left;
	width: 450px;
	text-decoration: none;
	color: #000ebb;
	text-align: center;
	margin-left: 10px;
	font-size: 25px; */
}

#logo span {
	/* display: block;
	float: right;
	color: #000EBB;
	font-size: 24px;
	font-weight: bold;
	width: 80px;
	text-indent: 10px; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#logo {
		font-size: 28px;
	}
}

#middle {
	/* padding: 25px 0 60px;
	margin: 0 auto;
	width: 1040px; */
}

#leftmenu {
	float: left;
	/* width: 240px; */
	width: 20%;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 48px 0 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#right {
	float: right;
	/* width: 782px; */
	width: 80%;
}

footer {
	margin-top: 20px;
	clear: both;
	left: 0;
	bottom: 0;
	background: linear-gradient(30deg, #f7f8fd, #f7f8fd) !important;
	font-size: 1.15em;
	letter-spacing: 1px;
	color: #240046;
	padding-top: 30px;
	padding-bottom: 30px;
}

div.appbase {
	height: 30vh;
}

div.appbase a {
	color: #000222;
}


div.view-info {
	font-size: 1.15em;
	/* font-family: sans-serif, Helvetica; */
	line-height: 1.4em;
	color: #0c0a3e;
}

#footer-wrap {
	/* background: #f6f5f5 url(../img/backend/footer.png) 0 0 repeat-x; */
	/* height: 40px;
	margin-top: -40px;
	width: 100%; */
}

#footer {
	/* height: 40px;
	margin: 0 auto;
	position: relative;
	width: 1040px; */
}

#footer p {
	/* position: absolute;
	top: 15px;
	right: 0; */
}

.content-top {
	/* background: url(../img/backend/content-top.png) 0 0 no-repeat; */
	height: 12px;
	overflow: hidden;
}

.content-middle {
	/* background: url(../img/backend/content-middle.png) 0 0 repeat-y; */
	padding: 20px;
}

.content-bottom {
	/* background: url(../img/backend/content-bottom.png) 0 0 no-repeat; */
	height: 11px;
	overflow: hidden;

}

.timebase {
	font-family: 'Noto Sans KR',
		Helvetica,
		sans-serif;
	padding-bottom: 20px;
	;
}

.last-login {
	font-size: 1.15em;
	/* letter-spacing: 1px; */
	color: #5c677d;
	text-decoration: none;

}

.leftmenu-top {
	/* background: url(../img/backend/leftmenu-top.png) 0 0 no-repeat; */
	height: 10px;
	overflow: hidden;
	width: 240px;
}

.leftmenu-middle {
	/* background: url(../img/backend/leftmenu-middle.png) 0 0 repeat-y; */
	overflow: hidden;
	width: 240px;
}

.leftmenu-bottom {
	/* background: url(../img/backend/leftmenu-bottom.png) 0 0 no-repeat; */
	height: 10px;
	overflow: hidden;
	width: 240px;
}

/* Login */

#login-content {
	/* color: #6f8a9f;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase; */
}

h3.login-box {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000EBA;
}

.login-box {
	/* width: 517px; */
	height: auto;
	/* background: url(../img/backend/login.png) 0 0 no-repeat; */
	/* background: #f8f9fa; */
	/* overflow: hidden; */
	padding: 20px;
}

.login-box label {
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #000EBA;
}

/* Buttons */
.button {
	border: none;
	cursor: pointer;
	height: 30px;
	width: 97px;
}

.button_login {
	/* background: url(../img/backend/btn_login.png) 0 0 no-repeat; */
}

.button_save {
	/* background: url(../img/backend/btn_save.png) 0 0 no-repeat; */
}

.button_search {
	/* background: url(../img/backend/btn_search.png) 0 0 no-repeat; */
}

.button_report {
	/* background: url(../img/backend/btn_report.png) 0 0 no-repeat; */
}

.button_send {
	/* background: url(../img/backend/btn_send.png) 0 0 no-repeat; */
}

.button_delete {
	/* background: url(../img/backend/btn_delete.png) 0 0 no-repeat; */
}

.button_hover {
	background-position: 0 -30px;
}

/* Form controls */
.text,
.select,
.textarea {
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 5px 3px;
}

.pj-form-field.error {
	border: solid 1px #cc0000;
}

.chzn-choices {
	background-color: #fff !important;
	border: solid 1px #a0bad1 !important;
	box-shadow: inset 2px 2px 1px #e8e8e8 !important;
	border-radius: 3px !important;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8 !important;
	-moz-border-radius: 3px !important;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8 !important;
	-webkit-border-radius: 3px !important;
}

.text {
	height: 20px;
}

.form {}

.form p,
.p {
	overflow: hidden;
	margin: 0 0 10px;
}

.pj-form .p {
	/* padding: 5px; */
}

.form .title {
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 150px;
}

.form .title120 {
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 120px;
}

.form .title-block {
	display: block;
}

.form .title-block a {
	line-height: 22px;
}

.form .content {
	display: block;
	padding: 5px 0 0;
	overflow: hidden;
}

label.error {
	color: red;
	display: block;
	font-size: 12px;
	text-indent: 150px;
}

label.err {
	background-color: #FFB4B4;
	border: solid 1px #990000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #660000;
	display: block !important;
	float: left;
	width: auto;
	padding: 5px;
	margin: 0;
}

em {
	display: block;
	padding: 3px 0 2px 0;
	margin: 5px 0 5px 150px;
}

.pj-table em {
	display: block;
	padding: 3px 0 2px 0;
	margin: 5px 0 5px 0px;
}

.pj-table p {
	padding: 0px;
}

.tblError em {
	margin-left: 0;
}

#boxMap em {
	display: block;
	overflow: hidden;
	margin: 10px 0 10px 155px;
}

.pj-form-field-custom label.error {
	text-indent: 0;
}

.pj-error-field {
	border: 1px solid #cc0000;
}

span.left {
	display: block;
	margin: 6px 0 0;
}

.form h3 {
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

.form .fdError {
	border: solid 1px #cc0000;
}

.pj-form-search {
	overflow: hidden;
}

/* Menu */
.menu {
	list-style: none;
	margin: 0 auto;
	/* overflow: hidden; */
	/* width: 199px; */
}

ul.menu li {
	margin: 0 0 5px 0;

}

.menu li a:link,
.menu li a:visited {
	/* background: url(../img/backend/leftmenu-sprite.png) 0 0 no-repeat; */
	color: #14213d;
	display: block;
	font-size: 1.35em;
	font-weight: 300;
	/* height: 37px; */
	line-height: 2.3em;
	/* width: 199px; */
	text-decoration: none;
	/* text-shadow: 1px 1px 1px #fff; */
}

ul.menu li a:hover,
ul.menu li a.menu-focus {
	background-position: 0 -37px;
	color: #3a0ca3;
	text-decoration: none;
}

.menu a span {
	display: block;
	float: left;
	height: 30px;
	margin: 3px 12px 0 10px;
	width: 40px;
}

.bi {
	font-size: 30px;
}

.menu-dashboard {
	/* background: url(../img/backend/menu-dashboard.png) 0 -30px no-repeat */
	font-size: 16px;
}

.menu-schedule {
	/* background: url(../img/backend/menu-schedule.png) 0 -30px no-repeat */
}

.menu-bookings {
	/* background: url(../img/backend/menu-bookings.png) 0 -30px no-repeat */
}

.menu-events {
	/* background: url(../img/backend/menu-events.png) 0 -30px no-repeat */
	/* color: #22223b; */
}

.menu-venues {
	/* background: url(../img/backend/menu-venues.png) 0 -30px no-repeat; */
	color: #22223b;
}

.menu-options {
	/* background: url(../img/backend/menu-options.png) 0 -30px no-repeat; */
	/* color: #22223b; */

}

.menu-users {
	/* background: url(../img/backend/menu-users.png) 0 -30px no-repeat; */
	color: #22223b;
}

.menu-preview {
	/* background: url(../img/backend/menu-preview.png) 0 -30px no-repeat; */
	color: #22223b;
}

.menu-install {
	/* background: url(../img/backend/menu-install.png) 0 -30px no-repeat */
}

.menu-logout {
	/* background: url(../img/backend/menu-logout.png) 0 -30px no-repeat */
}

.menu-focus .menu-dashboard,
.menu a:hover .menu-dashboard,
.menu-focus .menu-schedule,
.menu a:hover .menu-schedule,
.menu-focus .menu-bookings,
.menu a:hover .menu-bookings,
.menu-focus .menu-events,
.menu a:hover .menu-events,
.menu-focus .menu-venues,
.menu a:hover .menu-venues,
.menu-focus .menu-options,
.menu a:hover .menu-options,
.menu-focus .menu-users,
.menu a:hover .menu-users,
.menu-focus .menu-preview,
.menu a:hover .menu-preview,
.menu-focus .menu-install,
.menu a:hover .menu-install,
.menu-focus .menu-logout,
.menu a:hover .menu-logout {
	background-position: 0 0;
}

/* table */
.table {
	border-collapse: separate;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #e5e2e2;
	border-bottom: solid 1px #e5e2e2;
	empty-cells: show;
	width: 100%;
}

.table th {
	background-color: #fff;
	border-bottom: solid 1px #e5e2e2;
	border-right: solid 1px #e5e2e2;
	color: #027ac6;
	font-weight: bold;
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}

.table th.nosub {
	border-bottom: solid 1px #fff;
}

.table th.sub {
	background-color: #f7f7f7;
	border-right: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	white-space: nowrap;
}

.table th.sort {
	overflow: hidden;
	padding: 0;
	width: 16px;
}

.table th.sort div {
	height: 35px;
	line-height: normal;
	overflow: hidden;
	width: 16px;
}

.table a:link,
.table a:visited {
	color: #007AC3;
	/*808080;*/
	text-decoration: none;
}

.table a:hover {
	text-decoration: underline;
}

.sort a {
	display: block;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.sort a.up:link,
.sort a.up:visited,
.sort a.up:hover {
	background: url(../img/backend/icons/bullet_arrow_up.png) 0 0 no-repeat;
}

.sort a.down:link,
.sort a.down:visited,
.sort a.down:hover {
	background: url(../img/backend/icons/bullet_arrow_down.png) 0 0 no-repeat;
}

.table tbody tr.odd {
	background-color: #fff;
}

.table tbody tr.even {
	background-color: #F7F7F7;
}

.table tbody tr.highlight {
	background-color: #FFFFCC;
}

.table tbody tr.hover {
	background-color: #F7F7F7;
}

.table a.icon:link,
.table a.icon:visited {
	color: #757777;
	display: block;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
}

.table a.icon-edit {
	background: url(../img/backend/icon-edit.png) 0 0 no-repeat;
}

.table a.icon-delete,
.table a.icon-del {
	background: url(../img/backend/icon-delete.png) 0 0 no-repeat;
}

.table td {
	border-right: solid 1px #e5e2e2;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 7px;
}

.table span.ghost {
	display: block;
	width: 24px;
	height: 24px;
}

pj-table {
	font-family: 'Alegreya Sans',
		Helvetica,
		sans-serif;

	font-size: 0.85em;
	font-weight: 400;
}

.pj-table tbody tr:hover {
	/* background-color: #FAF8EA; */
}

.pj-table-icon-view:hover {
	background-position: 0 -24px;
}


.pj-status-T,
.pj-status-F,
.pj-status-E {
	width: 100% !important;
}

.pj-skin-preview {
	margin-top: 1px;
}

.pj-table span.fs10 {
	font-size: 11px;
}

/* jqueryui fix */
.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: inherit;
}

img.ui-datepicker-trigger {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	padding: 10px 0;
	overflow: hidden;
}

#content {
	background: #fff;
}

#content div.ui-tabs {
	padding: 0;
}

#content div.ui-widget-content {
	background: none;
	border: none;
}

.ui-timepicker-wrapper {
	width: 92px !important;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 0.5em 0.8em !important;
}

.ui-tabs .ui-tabs-nav li a {
	padding: .5em 10px;
	float: left;
}

/* Errors */
.notice-box {
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 742px;
}

.notice-top {
	background: url(../img/backend/notice-top.png) 0 0 no-repeat;
	height: 2px;
	overflow: hidden;
}

.notice-middle {
	background: url(../img/backend/notice-middle.png) 0 0 repeat-y;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.notice-bottom {
	background: url(../img/backend/notice-bottom.png) 0 0 no-repeat;
	height: 5px;
	overflow: hidden;
}

.notice-middle .notice-close {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(../img/backend/closeGray.png) 0 0 no-repeat;
}

.notice-middle .notice-info {
	background: url(../img/backend/icon-info.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 0 0;
	width: 32px;
}

/* status */
.label-status {
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.user-role-admin {
	background-color: #6EB738;
	color: #fff;
	text-shadow: 1px 1px 1px #3E6820;
}

.user-role-owner {
	background-color: #006699;
	color: #fff;
	text-shadow: 1px 1px 1px #092B90;
}

.user-role-editor {
	background-color: #CC6633;
	color: #fff;
	text-shadow: 1px 1px 1px #996600;
}

.order-status-pending {
	background-color: #FF9900;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

.order-status-confirmed {
	background-color: #2A8000;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
}

.order-status-cancelled {
	background-color: #B3B3B3;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.order-type-pickup {
	background-color: #996100;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
}

.order-type-delivery {
	background-color: #990052;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.is_featured-1 {
	background-color: #FF9900;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

.is_featured-0 {
	background-color: #B3B3B3;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.booking-icon {
	text-indent: 27px;
	display: block;
	line-height: 20px;
}

/* paginator */
.paginator {
	overflow: hidden;
	margin: 10px 0 0 0;
}

.paginator li {
	display: inline-block;
}

.paginator li a:link,
.paginator li a:visited {
	background-color: #CCCCCC;
	color: #000;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 1px 4px;
	border-radius: 2px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.paginator li a:hover {
	background-color: #EAEAEA;
}

.paginator li a.focus {
	background-color: #072B4F;
	color: #fff;
}

/* fieldset */
.fieldset legend {
	background-color: #003366;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 250px;
}

.fieldset {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 12px;
}

.fieldset legend {
	background-color: #003366;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFFFFF;
	padding: 2px 5px;
	width: 250px;
}

/* Colors */
.white {
	background-color: #fff;
	border: solid 1px #ccc;
	color: #000 !important
}

.sky {
	background-color: #EAFBFB;
	border: solid 1px #ccc;
}

.light {
	background-color: #f5f5f5;
	border: solid 1px #ccc;
}

.gallery-item {
	background-color: #fdfdfd;
	float: left;
	width: 100px;
	height: 140px;
	margin: 0 5px 5px 0;
	text-align: center;
}

.gallery-image {
	cursor: move;
	margin: 0 !important;
}

.gallery-image a.image {
	cursor: move;
}

.gallery-image img {
	border: solid 1px #ccc;
	padding: 1px;
	margin: 7px 0 0 0;
}

#sortable {
	overflow: hidden;
	width: 740px;
}

.stock-image {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

.stock-image img,
.in-stock {
	padding: 1px;
	border: solid 1px #ccc;
}

.stock-image img.current {
	border: solid 1px #003399;
}

.ico {
	display: block;
	height: 16px;
	width: 16px;
}

.ico-add2 {
	background: url(../img/backend/icon-add2.png) 0 0 no-repeat;
}

.ico-delete2 {
	background: url(../img/backend/icon-delete2.png) 0 0 no-repeat;
}

.attr abbr {
	font-weight: bold;
}

.attr,
.attr_item {
	float: left;
	margin: 0 5px 0 0;
}

.attr a,
.attr input,
.attr_item a,
.attr_item input {
	float: left;
}

.attr a,
.attr_item a {
	margin: 7px 0 0 5px;
}

.attr abbr,
.attr_item abbr {
	cursor: pointer;
}

.attrBox {
	border-bottom: solid 1px #ccc;
	line-height: 34px;
	overflow: hidden;
	padding: 5px 0;
}

.img-frame {
	border: solid 1px #ccc;
	padding: 1px;
}

/****************Dashboard***************/
.dashboard_header {
	/* width: 742px;
	height: 98px;
	margin-bottom: 20px;
	color: #000EBB; */
	margin-bottom: 20px;
}

.dashboard_header .item {
	/* width: 100%; */
	/* height: auto; */
	/* padding: 10px; */
	/* float: left; */
	/* position: relative; */
}

.stat {
	background: yellow;
}

.dashboard_header .item .stat {
	/* position: absolute;
	top: 20px;
	left: 20px;
	min-height: 44px;
	color: #2b2d42;
	height: 60px; */
}

.dashboard_header .item .movies {
	/* background: url(../img/backend/dashboard_movies.png) 0 0 no-repeat; */
	font-weight: 400;

}

.stats-panel {
	background: #000eba;
	padding: 10px;
	font-size: 18px;
	text-align: left;

}

.icons {
	/* width: 100%; */
	/* height: 100%; */
	content: flex;
	color: #ffffff;

}

.movies {
	color: #000eba;
	/* align-items: left; */
}

.info {
	font-size: 0.85em;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	/* text-align: center; */

}

abbr.stats {
	display: block;
	font-size: 3em;
	font-weight: 500;
	/* color: #1f2041; */
	color: #ffd60a;
	line-height: 2.2em;
	/* text-align: center; */
	/* text-shadow: 1px 1px 1px #000222; */

}

.dashboard_header .item .bookings {
	font-weight: 400;
}

.dashboard_header .item .halls {
	font-weight: 400;
}

.dashboard_header .item .stat .info {
	/* margin-left: 70px;
	font-size: 0.75em;
	color: #5a189a; 
	color: #2d00f7;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px; */

}

.dashboard_header .item .stat .info abbr {}

.dashboard_box {
	width: 100%;
}

.dashboard_top {
	height: auto;
	color: #da1e37;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: lightgrey;
}

.dashboard_middle {
	/* background: url(../img/backend/dashboard_middle.png) 0 0 repeat-y; */

	background: lightblue;
	/* overflow: hidden; */
}

.dashboard_bottom {
	padding: 10px;
	background: #848484;
	/* background: url(../img/backend/dashboard_bottom.png) 0 0 no-repeat; */
	border-bottom: 1px solid #343434;
	/* height: 5px; */
}

/* dashboard_column_top */

.dashboard_column_top {
	/* color: #ff006e; */
	color: #33415c;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.6em;
	/* float: left; */
	/* width: 242px; */
	padding: 10px;
	height: auto;
	/* margin: 0 8px 0 0; */
	/* text-indent: 10px; */
	text-transform: uppercase;
}

.dashboard_column_top:last-child,
.dashboard_column_top_last {
	margin: 0;
}

.dashboard_column {
	float: left;
	margin: 0 8px 0 0;
	width: 242px;
	overflow: hidden;
	min-height: 250px;
	height: auto !important;
	height: 1px;
}

.dashboard_column:last-child,
.dashboard_column_last {
	margin: 0;
}

.dashboard_column .dashboard_list {
	overflow: auto;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

.dashboard_column .dashboard_latest_list {
	/* max-height: 350px; */
	height: auto;
}

.dashboard_row {
	background: lightgoldenrodyellow;
	border-bottom: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 3px;
	/* overflow: hidden; */
}

.ticket-counts {
	color: #240046;
	/* font-style: italic; */
	font-weight: 500;
	font-size: 1.15em;
	line-height: 1.1em;
}

h3 a.ticket-title {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.25rem !important;

}


.each-ticket {
	padding: 1rem 1.25rem;
	margin-bottom: 2px;
	letter-spacing: 1px;
	font-size: 1.15em;
	line-height: 0.8em;
	box-shadow: 15px -10px 10px #f9f9f9,
		5px 5px 10px #ffffff;
}

.dashboard_row:last-child,
.dashboard_row_last {
	border-bottom: none;
}

.quick_links {
	overflow: hidden;
	padding: 12px 10px 10px 10px;
}

.dashboard_row label {
	display: block;
	color: #240046;
	margin-bottom: 7px;
	padding: 15px;
}

.dashboard_row label a {
	text-decoration: none;
}

.dashboard_date {
	/* border-left: 1px solid #E9E8E7; */
	color: #7B8888;
	float: right;
	padding: 0 0 0 10px;
	text-align: center;
}

.dashboard_date abbr {
	color: #240046;
	display: block;
	font-weight: 400;
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.dashboard_hour {
	border-left: 1px solid #E9E8E7;
	padding-left: 10px;
	color: #240046;
	float: right;
	font-size: 3em;
	letter-spacing: 1px;
	font-weight: 400
		/* 2em Helvetica, sans-serif; */
		padding: 7px 10px 0;
}

.extra_header {
	background: #ffffff;
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	/* IE6-8 */
	border: solid 1px #ddd;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font: bold 14px/30px Arial, sans-serif;
	padding: 10px;
}

/****************Tipsy***************/
.tipsy-listing {
	width: 250px;
}

.tipsy-listing .tipsy-inner {
	width: 230px;
	text-align: left;
	max-width: 230px;
}

.tipsy-listing-center .tipsy-inner {
	text-align: left !important;
}

span.title-tooltip {
	line-height: 26px;
}

/****************Loader***************/
.pj-loader-outer {
	position: relative;
}

.pj-loader {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: url("../img/backend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
	left: 0;
	position: absolute;
	top: 0px;
}

.bsMapHolder {
	overflow: auto;
	width: 740px;
	margin-bottom: 12px;
}

.rect {
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 1000;
}

.empty {
	background-color: #135E8D;
	color: #ffffff;
}

.rect-selected {
	background-color: #be8329;
	color: #ffffff;
}

.ui-resizable-se {
	height: 8px !important;
	width: 8px !important;
}

.bs-booked {
	background-color: #fe979b;
}

.bs-selected {
	background-color: #5cccfa;
}

.bs-available {
	cursor: pointer;
}

.number-field {
	margin-right: 5px;
	margin-bottom: 5px;
}

.fd-size-row {
	display: block;
	padding: 8px 0px;
	margin-bottom: 4px;
	position: relative;
}

.fd-size-row p {
	margin-bottom: 0px !important;
	padding: 0px 5px !important;
}

.pj-size-count {
	position: absolute;
	top: 8px;
	right: 224px;
}

.pj-size-title {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	margin-bottom: 0px !important;
}

.size-icons {
	overflow: hidden;
	position: absolute;
	padding: 3px 6px;
	top: 5px;
	background-color: #ffffff;
	right: 240px;
}

.pj-error-field {
	border: 1px solid #cc0000;
}

.td-image {
	display: block;
	float: left;
	margin-right: 5px;
	width: 120px;
}

.td-ticket {
	display: block;
	float: left;
	margin-right: 5px;
	width: 200px;
}

.lnkDeleteShow,
.lnkRemoveShow,
.pj-delete-ticket,
.pj-delete-image {
	display: block;
	width: 23px;
	height: 24px;
	background: url("../img/backend/pj-delete.png") no-repeat;
	float: left;
	padding-left: 26px;
	line-height: 24px;
	text-decoration: none;
}

.lnkDeleteShow,
.lnkRemoveShow {
	padding-left: 0px;
	margin-right: 2px;
}

.lnkDeleteShow:HOVER,
.lnkRemoveShow:HOVER,
.pj-delete-ticket:HOVER,
.pj-delete-image:HOVER {
	background-position: 0 -24px;
}

.ui-multiselect-menu.pj-multiselect {
	width: 100px !important;
}

/***************Schedule******************/
.dContainer {
	position: relative;
}

.dWrapper {
	margin-left: 172px;
	overflow-x: auto;
	-ms-overflow-y: hidden;
	overflow-y: hidden;
	padding-bottom: 5px;
	width: 100%px;
}

.dTable td.dHeadcol {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #E5E2E2;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: auto;
	width: 160px;
	vertical-align: middle;
}

.dTable td.dHeadcol strong {
	font-weight: bold !important;
}

.dTable tbody tr:last-child td.dHeadcol {
	border-bottom: 1px solid #E5E2E2;
}

.dTable td.dHead {
	background-color: #F7F7F7;
	font-weight: bold;
	min-width: 180px;
	text-align: center;
}

.dTable td.dSlot {
	text-align: left;
}

.dTable td.tdCenter {
	text-align: center;
}

.dTable td.tdCenter a {
	text-decoration: none;
}

.dTable tr:hover td {
	background-color: #ffffff !important;
}

.dTable tr:hover td.dHead {
	background-color: #f7f7f7 !important;
}

.dTable tr td:hover {
	background-color: #faf8ea !important;
}

.pj-table-icon-add {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(../img/backend/pj-icon-add.png) 0 0 no-repeat;
	display: none;
	width: 23px;
	height: 24px;
}

.pj-table td.available:hover .pj-table-icon-add {
	display: block;
}

.dTable td.available {
	position: relative;
}

.boxScheduleOuter {
	position: relative;
}

#pj_schedule_loader {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: url("../img/backend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
	left: 0;
	position: absolute;
	top: 0px;
}

.tb-seats-legend {
	overflow: hidden;
	float: right;
}

.tb-seats-legend label {
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 20px;
}

.tb-seats-legend label span {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tb-seats-legend label span.tb-available-seats {
	background-color: #3e8f3e;
}

.tb-seats-legend label span.tb-selected-seats {
	background-color: #7294b2;
}

.tb-seats-legend label span.tb-booked-seats {
	background-color: #d77774;
}

.tbMapHolder {
	margin: 0 auto;
	overflow: auto;
	-ms-overflow-y: hidden;
	overflow-y: hidden;
	position: relative;
}

.tbSeatRect {
	border-radius: 3px;
	display: block;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 1000;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.tbSeatAvailable {
	background-color: #3e8f3e;
	cursor: pointer !important;
}

.tbSeatSelected {
	background-color: #7294b2;
	cursor: default;
}

.tbSeatBlocked {
	background-color: #d77774;
	cursor: default;
}

.tbSelectSeatGuide {
	display: none;
	color: #8a6d3b;
	margin-bottom: 6px;
	background-repeat: repeat-x;
	border-radius: 4px;
	padding: 10px;
	border: 1px solid
}

.tbSelectSeatGuide.info {
	background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
	border-color: #9acfea;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	background-color: #d9edf7;
	color: #31708f;
}

.tbSelectSeatGuide.success {
	background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
	border-color: #b2dba1;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #3c763d;
}

.tbSelectSeatGuide.success a.alert-link {
	font-weight: bold;
	color: #2b542c;
}

.tbLabelSeats {
	font-weight: bold;
	float: left;
	margin-right: 6px;
}

.tbAssignedSeats {
	cursor: pointer;
}

.copied .tbAssignedSeats {
	cursor: default;
}

.tbTipToRemoveSeats,
.tbAskToSelectSeats,
.tbAskToSelectTickets {
	color: #a94442;
	font-style: italic;
}

.tbTipToRemoveSeats {
	margin-left: 94px;
}

.tb-select-seats {
	display: block;
	margin-bottom: 6px;
}

#tbCopiedSeats {
	display: block;
}

.tbAssignedNoMap,
.tbAssignedSeats {
	display: inline-block;
	background-color: #7294b2;
	margin-right: 6px;
	margin-bottom: 10px;
	border-radius: 3px;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	padding: 1px 5px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.tbAssignedSeats {
	cursor: pointer;
}

.tbSeatValidation {
	color: #660000;
	display: none;
	margin-left: 150px;
}

button.ui-multiselect.tbError {
	border-color: #cc0000;
}

.tbPrintBookings {
	color: #6c6a6a !important;
	padding: 6px 15px !important;
}

/*******barcode container******/
.barcode-container {
	overflow: hidden;
	margin-top: 16px;
	text-align: center;
}

.barcode-container label {
	font-size: 24px;
}

input.barcode-field {
	height: 48px !important;
	width: 450px !important;
	text-align: center;
	font-size: 36px;
}

label.check-ticket-message {
	display: block;
	color: #407e9b;
}

label.check-ticket-error {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #f44545;
}

.ui-front {
	z-index: 9999;
}

.pj-loader-outer {
	position: relative;
}

.pj-loader {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: url("../img/backend/pj-preloader.gif") no-repeat scroll center center rgba(153, 153, 153, 0.3);
	left: 0;
	position: absolute;
	top: 0px;
}

.theme-holder {
	padding-top: 15px;
	overflow: hidden;
}

.theme-holder .theme-box-outer {
	width: 19.59999%;
	margin-bottom: 26px;
	display: inline-block;
	vertical-align: top;
}

.theme-holder .theme-box {
	margin-left: 10px;
	overflow: hidden;
}

.theme-holder .theme-box .theme-image {
	display: block;
	width: 120px;
	height: 120px;
	border: 2px solid #e9e9e9;
	position: relative;
	margin-bottom: 8px;
}

.theme-holder .theme-box .theme-image.active {
	border: 2px solid #b2ca80;
}

.theme-holder .theme-box .theme-image span {
	display: none;
	position: absolute;
	width: 24px;
	height: 27px;
	left: 0px;
	bottom: 0px;
	background: url("../img/backend/tick.png") no-repeat;
}

.theme-holder .theme-box .theme-image.active span {
	display: block;
}

.theme-holder .theme-box .theme-image img {
	display: block;
}

.theme-holder .theme-box label {
	display: block;
	color: #68add6;
	text-align: center;
	margin-bottom: 8px;
	width: 120px;
}

.theme-holder .theme-box label.inused {
	margin-bottom: 0px;
	color: #595a5c;
	margin-top: 15px;
	font-weight: bold;
}