BODY,
DIV,
SPAN,
TD,
A {
	font-family: Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.text-warning {
	color: #ff5100;
}

.btn-default {
	color: #a10000;
}

.btn-default:hover {
	color: #e600cb;
}

.btn-default .badge {
	background-color: #ec20a9;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #ffe6e6;
}

.btn-default:hover {
	border-color: #ff9f9f;
}

.btn-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #ffedf8 100%);
	background-image: -o-linear-gradient(top, #fff 0, #ffedf8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#ffedf8));
	background-image: linear-gradient(to bottom, #fff 0, #ffedf8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffedf8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #ffcaca
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #f6f6f6;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: .38;
	filter: alpha(opacity=38);
}

.breadcrumb>.active,
.text-muted {
	color: #9e00a2;
	font-weight: bold;
}

img#banner {
	max-width: 100%;
	width: 320px;
	height: auto;
}

@media (max-width: 350px) {
	.page {
		margin: 10px 5px;
	}

	.breadcrumb {
		margin-bottom: 12px;
	}

	.container {
		padding: 0
	}

	.navbar {
		margin-bottom: 0;
	}

	#main-content {
		padding: 18px 0;
	}

	.modal .krajee-default.file-preview-frame .kv-file-content {
		width: 128px;
		height: 128px;
	}

	.modal .krajee-default .file-caption-info,
	.modal .krajee-default .file-size-info {
		width: 128px;
	}

	.btn-xs,
	.btn-group-xs>.btn {
		font-size: 10.5px;
	}

	#menu-collapse img.moji {
		width: 12px;
		height: 12px
	}
}

@media (min-width: 351px) and (max-width: 410px) {
	.page {
		margin: 15px 10px;
	}

	.navbar {
		margin-bottom: 18px;
	}

	.container {
		padding: 0 10px
	}

	#main-content {
		padding: 18px 0;
	}

	.modal .krajee-default.file-preview-frame .kv-file-content {
		width: 141px;
		height: 141px;
	}

	.modal .krajee-default .file-caption-info,
	.modal .krajee-default .file-size-info {
		width: 141px;
	}

	#menu-collapse img.moji {
		width: 16px;
		height: 16px
	}
}

@media (min-width: 411px) {
	.page {
		margin: 15px;
	}

	#main-content {
		padding: 18px;
	}

	.modal .krajee-default.file-preview-frame .kv-file-content {
		width: 168px;
		height: 168px;
	}

	.modal .krajee-default .file-caption-info,
	.modal .krajee-default .file-size-info {
		width: 168px;
	}
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 750px;
	}
}

body {
	background-color: #00031e;
	background-image: url("website-bg_world-min.jpg");
	background-size: 110%;
	background-attachment: fixed;
	background-position: center;
}

body.th {
	background-image: url("website-bg_th-min.jpg")
}

body.jp {
	background-image: url("website-bg_jp-min.jpg")
}

body.sg {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1127px) {
	.modal-lg {
		width: 928px;
	}
}

@media (min-width: 1128px) and (max-width: 1620px) {
	.modal-lg {
		width: 1111px;
	}
}

@media (min-width: 1621px) {
	.modal-lg {
		width: 1111px;
	}
}


.x-country-logo-over:hover {
	box-shadow: #FFFFFF 0 0 11px;
	border-radius: 90px;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.w-100 {
	width: 100% !important;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.x-global-top-bar-item {
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	padding: 0 8px;
	cursor: pointer;
	float: left;
	line-height: 23px;
	display: block;
	color: #DDDDDD;
	text-decoration: none;
}

.fr {
	float: right;
	margin-right: 20px;
	margin-left: 0 !important;
}

.x-global-top-bar-item:hover {
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
}

.x-global-top-bar-item.active {
	border-top: 2px solid #FFFF00;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
}

div.x-image,
a.x-image {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

img.x-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.x-block,
.x-block-c,
.x-border {
	border: solid 1px #ffc1ea;
}

.x-block,
.x-block-c,
.x-border.x-border-radius {
	border-radius: 10px;
}

.x-background-color-light {
	background-color: #FFD4FE;
}

.x-frame {
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 2px;
	padding: 1px;
	margin: 1px;
	border-color: #ef95d0;
}

.breadcrumb {
	list-style: none;
	background-color: #f6eaff;
	border-radius: 8px;
	box-shadow: #4b1b90 1px 1px 3px inset;
	font-size: .85em;
}

.breadcrumb a {
	color: #AA0000;
}

.x-block {
	margin: 0 20px 20px;
	padding: 8px;
}

.x-block-h {
	margin-top: 20px;
	margin-bottom: 0;
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
	background: #FFD4FE !important;
	color: #AA0000;
	font-size: 18px;
	font-weight: bold;
}

.x-block-c {
	padding: 18px;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.x-text-shadow {
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
}

.x-text-shadow-light {
	text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}

.x-thumbnail-block {
	background: #FFEDF8;
	background: -moz-linear-gradient(to left, #FFFEFE 0%, #FFEDF8 100%);
	background: -webkit-linear-gradient(to left, #FFFEFE 0%, #FFEDF8 100%);
	background: -o-linear-gradient(to left, #FFFEFE 0%, #FFEDF8 100%);
	background: -ms-linear-gradient(to left, #FFFEFE 0%, #FFEDF8 100%);
	background: linear-gradient(to left, #FFFEFE 0%, #FFEDF8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFE', endColorstr='#FFEDF8', GradientType=1);
}

.x-thumbnail-block.x-highlight {
	background: #ffc4e1;
	background: -moz-linear-gradient(to left, #FFFEFE 0%, #ffc4e1 100%);
	background: -webkit-linear-gradient(to left, #FFFEFE 0%, #ffc4e1 100%);
	background: -o-linear-gradient(to left, #FFFEFE 0%, #ffc4e1 100%);
	background: -ms-linear-gradient(to left, #FFFEFE 0%, #ffc4e1 100%);
	background: linear-gradient(to left, #FFFEFE 0%, #ffc4e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFE', endColorstr='#ffc4e1', GradientType=1);
}

a.x-button {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	border: ridge #D400D1 1px;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #FBCFFF;
	color: #990097;
}

.x-block,
.x-block-c,
.bg {
	background: #FFFDFD;
	background: -moz-linear-gradient(to left, #FFEDF8 0%, #FFFDFD 100%);
	background: -webkit-linear-gradient(to left, #FFEDF8 0%, #FFFDFD 100%);
	background: -o-linear-gradient(to left, #FFEDF8 0%, #FFFDFD 100%);
	background: -ms-linear-gradient(to left, #FFEDF8 0%, #FFFDFD 100%);
	background: linear-gradient(to left, #FFEDF8 0%, #FFFDFD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEDF8', endColorstr='#FFFDFD', GradientType=1);
	box-shadow: #888 0 0 8px;
}

.topbar {
	position: fixed;
	background-color: #000000;
	left: 0;
	right: 0;
	top: 0;
	color: #DDDDDD;
	font-size: 12px;
	box-shadow: black 0 0 25px;
	z-index: 999;
}

a.x-button:hover {
	background-color: #FFA4ED;
	border-color: #BE02C3;
}

.pull-right .x-global-top-bar-item {
	margin-right: 8px;
}

.mobile-menu .dropdown-menu {
	right: -6px;
	min-width: 118px;
	background-color: rgba(213, 221, 252, 0.9);
	top: 23px;
}

.web-menu .dropdown-menu {
	right: -10px;
	min-width: 118px;
	background-color: #e4ecff;
	top: 35px;
	box-shadow: 1px 1px 8px #282c31;
}

.mobile .country {
	font-size: 7px;
	border-width: 0;
	display: inline-block;
	margin-top: 8px;
	margin-right: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.dropdown-menu a.active:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	float: right;
	margin: 2px -8px;
	color: blue;
	font-size: .8em;
}

.glyphicon.glyphicon-ok:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a {
	color: blueviolet;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	margin-top: 0 !important;
}

.nav>li {
	display: inline-block;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: rgba(136, 136, 136, 0.5);
}

.modal-content {
	background-color: rgba(255, 240, 255, 0.9);
}

.modal-header {
	border-bottom: none;
}

.modal-body {
	background: RGBA(255, 255, 255, 0.7);
	border: 1px solid #e5e5e5;
}

.modal-footer {
	padding: 8px 15px;
	border-top: none;
}

#msgDialog .modal-header,
.dialogForm .modal-header {
	padding: 12px 18px 8px;
}

.dialogForm .modal-body {
	margin: 0 18px;
	padding: 18px;
}

#uploadDialog .modal-header {
	padding: 5px 8px 0;
}

#uploadDialog .modal-body {
	padding: 3px;
	margin: 0 3px;
}

#uploadDialog .modal-footer {}

#msgDialog .modal-body {
	margin: 0 18px;
	padding: 15px 15px 15px 78px;
	display: inline-block;
	min-width: 90%;
}

#msgDialog .modal-body i {
	vertical-align: top;
	margin-left: -65px;
	float: left;
}

#editForm label {
	padding-right: 5px;
}

.dropdownbutton .caret {
	right: 5px;
	position: absolute;
	top: 15px;
}

.dropdownbutton {
	background-color: #FFF;
	margin: 0;
	padding: 0 16px 0 0;
	line-height: 2.44;
	height: 35px;
}

.dropdownbutton .none {
	color: rgba(85, 85, 85, 0.6);
}

.form-control[readonly] {
	background-color: #FFF;
}

.bootstrap-select button {
	background-image: none;
}

.clabel {
	padding-top: 1px;
	padding-right: 8px;
	text-align: right;
}

.form-horizontal .control-label {
	padding-right: 5px;
}

.embed-responsive-16by9 {
	padding-bottom: 0;
	height: 100%;
}

.btn-default:active:hover {
	background-color: #f7ecb5;
}

.text-truncate {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.panel-danger>.panel-heading {
	background-color: #ffdffa
}

.panel-footer {
	border-top: 1px solid #ffe4fe;
	;
	background-color: #fff4ff;
}

.panel-footer a {
	color: #8a6d3b
}

.panel-footer a:hover {
	color: #66512c
}

span.disabled {
	cursor: not-allowed;
	display: inline-block;
}

.navbar-collapse {
	background: rgba(12, 21, 88, 0.75) none repeat scroll 0% 0%;
	padding: 0;
	border-top: none;
}

.navbar-collapse .btn {
	padding: 8px 0;
}

.dropdown-menu .divider {
	margin: 6px 0;
	background-color: #5a6e98;
}

.web-menu {
	text-align: left;
	background-image: url(../img/back/bt1.png);
	line-height: 42px;
	height: 42px;
	padding-right: 10px;
	white-space: nowrap;
}

.h-menu {
	display: inline-block;
	margin-left: 18px;
	color: #18295A;
	font-size: 13px;
	font-weight: bold;
	text-shadow: -1px 0 #e6f5ff, 0 1px #e6f5ff, 1px 0 #e6f5ff, 0 -1px #e6f5ff;
	vertical-align: middle;
}

.h-menu:hover {
	text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
}

.mobile-menu {
	white-space: nowrap;
	text-align: left;
	background: url(../img/back/bt1.png) #c0ceef 0 -3px/100% 118%;
	line-height: 23px;
	height: 26px;
}

.mobile-menu .h-menu {
	margin-left: 5px;
	margin-right: 3px;
	font-size: 8px;
	transform: scaleY(1.33);
	-webkit-transform: scaleY(1.33);
	padding-top: 0;
}

.mobile-menu .h-menu.pull-right {
	padding-top: 1px;
}

.modal .krajee-default .file-footer-caption {
	margin-bottom: 8px;
}

.modal .krajee-default.file-preview-frame {
	padding: 3px;
	margin: 3px;
}

.modal .file-preview {
	padding: 0;
	border: none;
}

.modal .file-drop-zone {
	border: none;
	margin: 0;
	padding: 0;
}

.modal .file-preview-thumbnails {
	display: block;
}

#thumbnails .dropdown {
	position: absolute;
	right: 0;
	top: -1px
}

.x-image.thumb {
	height: 120px;
	max-width: 100%;
	border: 1px solid #ef95d0;
	border-radius: 5px;
	padding: 2px;
	object-fit: cover;
}

#avatar.x-image {
	max-width: 100%;
	height: 398px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-group {
	margin-bottom: 10px;
}

.h-x1 {
	line-height: 1;
}

.h-x15 {
	line-height: 1.5;
}

.h-x2 {
	line-height: 2;
}

.h-x25 {
	line-height: 2.5;
}

.text-white {
	color: white;
}

.text-shadow {
	text-shadow: #000 2px 2px 3px;
}

.jssorb03 {
	position: absolute;
}

.jssorb03 div,
.jssorb03 div:hover,
.jssorb03 .av {
	position: absolute;
	/* size of bullet elment */
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: white;
	font-size: 12px;
	background: url(./jssor.slider.devpack/img/b03.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb03 div {
	background-position: -5px -4px;
}

.jssorb03 div:hover,
.jssorb03 .av:hover {
	background-position: -35px -4px;
}

.jssorb03 .av {
	background-position: -65px -4px;
}

.jssorb03 .dn,
.jssorb03 .dn:hover {
	background-position: -95px -4px;
}

.jssora03l,
.jssora03r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(./jssor.slider.devpack/img/a03.png) no-repeat;
	overflow: hidden;
}

.jssora03l {
	background-position: -3px -33px;
}

.jssora03r {
	background-position: -63px -33px;
}

.jssora03l:hover {
	background-position: -123px -33px;
}

.jssora03r:hover {
	background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
	background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
	background-position: -303px -33px;
}

.jssor .name {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	font-weight: bold;
	color: #F0FF00;
	line-height: 25px;
}

.jssor .slides {
	cursor: default;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.jssor .slides a {
	display: block;
	height: 100%;
	width: 100%;
}

.jssor .dummy {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jssor .loadingblock {
	position: absolute;
	top: 0;
	left: 0;
}

.jssor .loading {
	position: absolute;
	display: block;
	background: url(./jssor.slider.devpack/img/loading.gif) no-repeat center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jssor .slider {
	position: relative;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	visibility: hidden;
}

.jssor .x-image {
	width: 100%;
	height: {height}px;
	background-image: url(<?php echo $item->avatar;?>);
}

img.moji {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(./emoji/emoji.png);
	background-size: 5200%;
}

#side-menu .media-body {
	line-height: 1;
}

#side-menu .media-object {
	width: 38px;
	height: 38px;
	object-fit: cover;
	object-position: top;
}

.alert-info {
	background-color: #fff3ff;
	border-color: #ea9adf;
	color: #80008e;
	background-image: -webkit-linear-gradient(top, #fff3ff 0, #f2d5ff 100%);
	background-image: -o-linear-gradient(top, #fff3ff 0, #f2d5ff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff3ff), to(#f2d5ff));
	background-image: linear-gradient(to bottom, #fff3ff 0, #f2d5ff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff3ff', endColorstr='#fff2d5ff', GradientType=0);
}

.alert-danger {
	background-color: #ffe0e0;
	border-color: #ff6b6b;
	color: #ff0000;
	background-image: -webkit-linear-gradient(top, #ffffff 0, #ffecec 100%);
	background-image: -o-linear-gradient(top, #ffffff 0, #ffecec 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#ffecec));
	background-image: linear-gradient(to bottom, #ffffff 0, #ffecec 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffecec', GradientType=0);
}

.panel-danger>.panel-heading {
	background-image: -webkit-linear-gradient(top, #fef7ff 0, #fcc9ff 100%);
	background-image: -o-linear-gradient(top, #fef7ff 0, #fcc9ff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fef7ff), to(#fcc9ff));
	background-image: linear-gradient(to bottom, #fef7ff 0, #fcc9ff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef7ff ', endColorstr='#fffcc9ff', GradientType=0);
}

.map {
	width: 100%;
	height: 380px;
}

#uploadBannerDialog.modal .krajee-default.file-preview-frame .kv-file-content {
	width: 320px;
	height: 128px;
}

#uploadBannerDialog.modal .krajee-default .file-caption-info,
.modal .krajee-default .file-size-info {
	width: 320px;
}

.iconbar {
	position: absolute;
	top: 22px;
	right: 2px;
	width: 26px;
	text-align: center
}

.icon {
	width: 26px;
	height: 24px;
	overflow: visible;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	background: transparent no-repeat 0 -1px;
	background-size: contain;
}

.icon.video {
	background-image: url(../img/icon/video.gif);
	width: 21px;
}

.icon.newbie {
	background-image: url(../img/icon/newbie.gif);
	width: 28px;
}

.icon.registered {
	background-image: url(../img/icon/registeredS.png);
	width: 28px;
}

.panel-danger {
	border-color: #f953d7;
}

.panel-primary {
	border-color: #793dff;
}