.site-page .page-container .page-frame {
	position: relative;
	display: block;
	width: 100%;
	overflow-x: hidden;
	height: 0;
}

.site-page .page-container .page-frame.active {
	height: calc(100vh - 140px);
	height: -webkit-calc(100vh - 140px);
}

.clear {
	clear: both;
}

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important
}

.modal-backdrop {
	z-index: 1050
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-group .media .media-heading {
	text-align: justify
}

.nav-tabs .title {
	padding: 10px;
	margin-right: 20px;
	line-height: 1.3;
	font-size: 16px
}

.checkbox-custom input[type="checkbox"], .radio-custom input[type="radio"] {
	cursor: pointer
}

.page-header .breadcrumb {
	margin-left: 20px
}

.page-header .btn-group {
	margin-top: 5px
}

.page-content {
	overflow-x: hidden;
	overflow-y: -webkit-paged-y;
	overflow-y: paged-y
}

.page-error header p {
	text-transform: none
}

.page-header .breadcrumb {
	margin-left: 20px !important
}

.tag-table .tips {
	margin: 0.3em 0;
	display: none
}

.tag-table .select-row .checkbox-custom label {
	padding: 0
}

.tag-table .table-operation .btn {
	margin-right: 6px
}

.tag-table .table-scroller.table-bordered th, .tag-table .table-scroller.table-bordered td {
	border-left-width: 1px !important;
	border-right-width: 1px !important
}

.tag-table .table-condensed thead>tr>th {
	padding-right: 5px !important
}

.tag-table .tag-table-scroller {
	overflow-x: auto;
	position: relative
}

.tag-table .tag-table-scroller-outer {
	position: relative
}

.tag-table .tag-table-scroller-outer .ybar {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	overflow: hidden;
	z-index: 200
}

.tag-table .tag-table-scroller-outer .xbar {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	overflow: hidden;
	z-index: 100;
	background: #ffffff;
}

.tag-table .tag-table-scroller-outer .hover {
	background-color: #f3f7f9 !important
}

.tag-table .tag-table-scroller-inner {
	overflow: hidden
}

.tag-table td.text-middle:first-child:before, .tag-table th.text-middle:first-child:before {
	top: 50% !important;
	margin-top: -10px !important
}

.tag-form .help-block {
	clear: both;
	display: table-row
}

.tag-form .control-submit button {
	min-width: 120px
}

.tag-form .control-label {
	text-align: right;
	padding-top: 5px;
	margin-bottom: 0
}

@media ( max-width : 768px) {
	.tag-form .input-group {
		width: 100%
	}
}

.tag-form .input-group {
	padding-left: 12px;
	padding-right: 12px
}

.tag-form .input-group>.input-group-addon {
	border-left: 0;
	border-right: 0
}

.tag-form .input-group>.input-group-addon:first-child {
	border-left: 1px
}

.tag-form .input-group>.input-group-addon:last-of-child {
	border-right: 1px
}

.tag-form .input-group>* {
	border-radius: 0 !important
}

.tag-form .input-group>*:first-child {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important
}

.tag-form .input-group>*:last-child {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important
}

.tag-form .input-group .form-control:first-of-type {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important
}

.tag-form .input-group .form-control:last-of-type {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important
}

.tag-form.form-column>table.table tr>* {
	border-top: 0;
	vertical-align: middle
}

.tag-form.form-column>table.table tr>*>* {
	width: 100% !important;
	padding-left: 0
}

.tag-form.form-column>table.table tr>*>*:last-child {
	padding-right: 0
}

.tag-form.form-column>table.table tr>*>label {
	padding-right: 0;
	padding-top: 1px
}

.tag-form.form-column>table.table tr>*>div {
	padding-left: 0
}

.tag-form.form-column>table.table .control-label {
	text-align: right;
	white-space: nowrap
}

.tag-form.form-column>table.table .control-submit {
	text-align: right;
	overflow: hidden
}

.tag-form.form-column>table.table .control-submit button {
	width: auto;
	min-width: auto;
	padding-left: 1.5em;
	padding-right: 1.5em
}

.tag-form>table.form-table {
	display: none
}

.tag-form .form-group-submit {
	margin-top: 40px
}

.tag-form.form-column>table.form-table {
	display: table
}

.tag-form.form-column .form-group {
	display: none
}

.tag-form-file {
	padding: 2px;
	cursor: pointer
}

.tag-form-attach {
	height: auto
}

.tag-form-attach {
	position: relative
}

.tag-form-attach .upload {
	overflow: hidden
}

.tag-form-attach span a {
	margin-right: 0.6em
}

.tag-form-attach input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 200%;
	cursor: pointer;
	font-size: 0
}

.tag-form-attach.tag-form-attach-mutil .item-attach {
	display: block
}

.tag-form-select .dropdown-menu>li {
	margin: 0
}

.tag-form-select .dropdown-menu.open {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.tag-form-select .dropdown-menu.inner {
	padding: 2px 0 !important
}

.tag-form-select .bootstrap-select.btn-group .btn {
	margin-left: 0 !important
}

.tag-form-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	overflow: visible !important
}

.tag-form-select .bootstrap-select>.dropdown-toggle {
	padding-right: 28px !important
}

.tag-form-radio.form-control, .tag-form-checkbox.form-control {
	border-width: 0;
	padding: 0;
	height: auto
}

.tag-form-radio .radio-custom, .tag-form-checkbox .checkbox-custom {
	padding: 0 0 0 20px;
	margin: 4px 15px 4px 4px
}

.tag-form-radio input[type="radio"]+label, .tag-form-checkbox input[type="checkbox"]+label {
	color: #a3afb7
}

.tag-form-radio input[type="radio"]:checked+label, .tag-form-checkbox input[type="checkbox"]:checked+label {
	color: inherit !important
}

.has-error .tag-form-radio, .has-error .tag-form-checkbox {
	-webkit-box-shadow: none;
	box-shadow: none
}

.tag-form-complex {
	font-size: 14px;
	line-height: 1.6;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	position: relative;
	min-height: 32px
}

.tag-form-complex .form-control {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e4eaec;
	width: 100%;
	height: auto;
	min-height: 32px;
	padding: 1px 4px;
	cursor: text
}

.tag-form-complex .form-control.focus {
	border-color: #62a8ea
}

.tag-form-complex ul {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 96px;
	overflow-y: auto;
	position: relative;
	z-index: 2;
	cursor: text
}

.tag-form-complex ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	line-height: 1.6;
	padding: 0 4px;
	margin: 2px 4px 2px 2px;
	color: #76838f;
	background: #e4eaec;
	border: 1px solid #e4eaec;
	border-radius: 3px
}

.tag-form-complex ul .badge {
	float: right;
	margin: 3px 1px
}

.tag-form-label {
	border-color: transparent !important;
	height: auto
}

.tag-form-gallery {
	margin: -10px;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none
}

.tag-form-gallery th {
	padding: 0 0 4px
}

.tag-form-gallery td {
	height: 36px;
	line-height: 36px
}

.tag-form-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.tag-form-gallery li {
	float: left;
	margin: 10px;
	cursor: move
}

.tag-form-gallery li.move {
	opacity: 0.5;
	z-index: 5;
	position: relative
}

.tag-form-gallery li.changed .img {
	border-color: #009900
}

.tag-form-gallery table {
	border-collapse: separate;
	border-spacing: 0
}

.tag-form-gallery input.text {
	border: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	box-shadow: 0 0 0 1px #cccccc inset;
	text-indent: 4px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: none;
	-webkit-user-select: text;
	-ms-user-select: text;
	-moz-user-select: text
}

.tag-form-gallery input.text.changed, .tag-form-gallery li.changed input.text[name] {
	box-shadow: 0 0 0 1px #009900 inset
}

.tag-form-gallery .img {
	border: 1px #cccccc solid;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #f0f0f0
}

.tag-form-gallery .img::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.tag-form-gallery .img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

.tag-form-gallery .img em {
	display: block;
	position: relative;
    top: -50%;
    margin: 0;
    padding: 5px;
    word-break: break-all;
    color: #444444;
    transform: translateY(-50%);
    line-height: 1.4em;
    font-style: normal
}

.tag-form-gallery .img div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.tag-form-gallery .img div.ctrl {
	border: 3px #ff0000 solid;
	display: none
}

.tag-form-gallery .img div.ctrl span {
	color: #ffffff;
	background: #ff0000;
	top: -3px;
	right: -3px;
	margin: 0;
	position: absolute;
	line-height: 24px;
	padding: 0 8px;
	cursor: pointer
}

.tag-form-gallery .img div.ctrl .copy {
	left: -3px;
	right: auto
}

.tag-form-gallery .img div.ctrl .view {
	top: auto;
	bottom: -3px
}

.tag-form-gallery .img .loading {
	background: #cccccc;
	height: 100%;
	width: 0;
	color: #ffffff;
	overflow: hidden
}

.tag-form-gallery .img .loading.error {
	color: #ff0000
}

.tag-form-gallery .add .img {
	border: 3px #cccccc dashed;
	background: inherit
}

.tag-form-gallery .add .img div {
	font-size: 16px;
	color: #aaaaaa;
	cursor: pointer
}

.tag-form-gallery .add .img div::before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.tag-form-gallery .add .img div p {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px
}

.tag-form-gallery .add .img div span {
	display: block;
	margin: 6px;
	font-size: 12px
}

.tag-form-gallery .add .img .file {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200%;
	width: 100%;
	cursor: pointer;
	opacity: 0
}

.tag-form-gallery .add .img .attach {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px #cccccc solid;
	height: 22px;
	display: block;
	font-style: normal;
	font-weight: normal
}

.tag-form-gallery .add .img .attach input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: 0;
	display: block
}

.has-error .tag-form-complex button.form-control {
	border-color: #f96868
}

.tag-form-complex button:focus {
	border-color: #62a8ea
}

.tag-form-complex-panel {
	position: absolute;
	padding: 10px;
	margin-top: 1px;
	color: inherit;
	background: #fff;
	border-radius: 4px;
	transition: unset;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border: 1px solid #e4eaec;
	z-index: 3000;
	display: none
}

.tag-form-complex-panel:after {
	left: 10px;
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box
}

.tag-form-complex-panel .block-form {
	max-height: 400px;
	display: flex
}

.tag-form-complex-panel .item-list {
	overflow-y: auto;
	border: 1px solid #e4eaec;
	min-width: 150px;
	min-height: 150px
}

.tag-form-complex-panel .item-list .title {
	color: #a3afb7;
	background: rgba(243, 247, 249, .5);
	padding: 6px;
	line-height: 21px;
	border-bottom: 1px solid #e4eaec;
}

.tag-form-complex-panel .item-list .list {
	padding: 3px
}

.tag-form-complex-panel .item-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.tag-form-complex-panel .item-list ul ul {
	display: none
}

.tag-form-complex-panel .item-list li {
	line-height: 24px;
	clear: both;
	padding-right: 10px
}

.tag-form-complex-panel .item-list li i {
	height: 24px;
	width: 24px;
	display: block;
	float: left
}

.tag-form-complex-panel .item-list li .ic {
	background: url('../img/admin-Admui-FormFieldComplex.png') no-repeat;
	background-size: 320px 96px;
	background-position: -132px -68px;
	margin: 0
}

.tag-form-complex-panel .item-list li .ic.c {
	background-position: -100px -4px;
	cursor: pointer
}

.tag-form-complex-panel .item-list li .ic.o {
	background-position: -132px -4px;
	cursor: pointer
}

.tag-form-complex-panel .item-list li .ic.i {
	background-position: -292px -4px
}

.tag-form-complex-panel .item-list li:last-of-type>.ic.i {
	background-position: -68px -4px
}

.tag-form-complex-panel .item-list li .ic.n {
	background-position: -292px -4px
}

.tag-form-complex-panel .item-list li .ic.e {
	background-position: -292px -4px
}

.tag-form-complex-panel .item-list li .ic.nm {
	background-position: -164px -4px
}

.tag-form-complex-panel .item-list li span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	float: left
}

.tag-form-complex-panel .item-list li.s>span>.ic.nm {
	background-position: -228px -4px
}

.tag-form-complex-panel .item-list li.m>span>.ic.nm {
	background-position: -196px -4px
}

.tag-form-complex-panel .item-list li a {
	padding: 6px 10px;
	line-height: 1.6;
	display: block;
	text-decoration: none;
	color: #76838f;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.tag-form-complex-panel .item-list li a:hover {
	background: #f3f7f9
}

.tag-form-complex-panel .val-list {
	border: 1px solid #e4eaec;
	overflow-y: auto;
	min-width: 150px;
	min-height: 150px
}

.tag-form-complex-panel .val-list table.table {
	border: 0
}

.tag-form-complex-panel .val-list table.table th {
	color: #a3afb7
}

.tag-form-complex-panel .val-list table.table td {
	vertical-align: middle
}

.tag-form-complex-panel .val-list table.table td:first-of-type a {
	display: block;
	text-decoration: none;
	color: #76838f;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.tag-form-complex-panel .val-list .tag-form-text {
	width: 80px;
	margin: auto
}

.tag-form-complex-panel .c {
	font-size: 20px;
	margin: 0 10px
}

.tag-form-complex-panel .c i {
	position: relative;
	top: 50%;
	margin-top: -10px;
	display: block
}

.tag-form-ueditor {
	padding: 0;
	border: 0;
	height: auto
}

.daterangepicker {
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datetimepicker {
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datetimepicker .glyphicon-arrow-left:before {
	content: '\f17e';
	font-family: 'Web Icons'
}

.datetimepicker .glyphicon-arrow-right:before {
	content: '\f17f';
	font-family: 'Web Icons'
}

.datetimepicker .active {
	background-image: none !important;
	background-color: #358fe4 !important;
	bordeer-color: #2c8ae3 !important
}

#admui-mobileViewQRcode {
	display: block;
	border: 1px solid #e4eaec;
	padding: 10px
}

#admui-mobileViewQRcode canvas {
	display: block
}

.navbar-user>a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	line-height: 40px !important
}

.navbar-user img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 6px;
	border-radius: 50%
}

.dropdown-menu>li>a {
	line-height: 32px
}

@media ( max-width : 768px) {
	.site-navbar .nav-tabs>li>a {
		padding: 19px 10px;
	}
	.site-navbar .nav-tabs>li>a i {
		margin-right: 0
	}
}

.avatar {
	width: 40px;
	height: 40px
}

.progress2 {
	width: 60px;
	height: 4px;
	border-radius: 1px;
	margin: 1px 0px;
	overflow: hidden;
}

.progress2>div {
	width: 0px;
	height: 100%;
	background-color: yellowgreen;
	transition: all .3s ease;
}

#fileup, #fileups {
	position: relative;
	left: 0;
	top: -40px;
	opacity: 0;
}