body {
	font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont,
		"Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
		"Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol";
	font-variant: tabular-nums;
	font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0,0,0,0.65);
}

body, h1, h3, h4, h5, h6, ul, ol, dl, dd, fieldset, textarea {
	margin: 0;
}

textarea {
	outline:none;resize:none;
}

pre {
	margin: 0;
	font-family: "Microsoft YaHei", Arial, sans-serif !important;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

a:hover {
	text-decoration: none;
}

a>.icon + span {
	margin-left: 8px;
}

/* common */
.ui-ellipsis {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.margin {
	margin: 16px;
}

.margin-top {
	margin-top: 16px;
}

.margin-bottom {
	margin-bottom: 16px;
}

.margin-right {
	margin-right: 16px;
}

.margin-left {
	margin-left: 16px;
}

.padding {
	padding: 16px;
}

.padding-top {
	padding: 16px;
}

.padding-bottom {
	padding-bottom: 16px;
}

.padding-left {
	padding-left: 16px;
}

.padding-right {
	padding-right: 16px;
}
/* common */

/* 在ie下去掉输入框的叉号和密码的眼睛图标*/
::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}

/* 只在ie下面有效 */
.ui-disabledIme {
	ime-mode: disabled;
}

.ui-ctnr-fluid {
	margin-right: auto;
	margin-left: auto;
}

.ui-page {
	position: relative;
}

.page-margin-bottom {
	margin-bottom: 24px;
}

form > .panel {
	margin-bottom: 0;
}

form .form-item {
	margin-bottom: 16px;
}

form.text-mode .form-item {
	margin-bottom: 0;
}

.form-label.required:before {
	display: inline-block;
    margin-right: 4px;
    content: '*';
    font-family: SimSun,sans-serif;
    line-height: 1;
    font-size: 14px;
    color: #f5222d;
}

.label-horizontal {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 32px;
    line-height: 1;
}

.label-horizontal:after {
	content: '';
 	margin-left: 8px;
}

.label-align-left {
    justify-content: flex-start;
}

.label-vertical {
	display: block;
}

.form-label-lg {
	font-size: 16px;
}

.form-label .icon {
	margin-left: 4px;
}

.form-label-sm {
	font-size: 14px;
}

.form-label-lg.label-horizontal {
	height: 40px;
}

.form-label-sm.label-horizontal {
	height: 24px;
}

.ui-datetime-inner {
	height: 154px;
}

.ui-selected-close {
	font-size: 20px;
	margin-left: 3px;
	text-decoration: none;
}

.ui-datetime-year-scope {
	font-weight: bold;
}

.ui-input-placeholder {
	color: #9999A2;
}

.form-control-feedback.clickable {
	cursor: pointer;
	pointer-events: auto;
}

form .query-btns.ezui {
	padding-left: 24px;
}

form.form-inline .query-btns {
	padding-left: 0;
	display: inline-block;
}

form .query-btns .btn+.btn {
	margin-left: 8px;
}

.query-btns .more-btn {
	margin-left: 8px;
}

.more-container {
	display: none;
}

/* textINput同时包含标签和背景图标时，聚焦会让图标消失 */
.form-control-feedback {
	z-index: 3;
}

.label-help-btn {
	color:#1890ff;
	cursor:pointer;
}

.input-group .form-control.ui-input-invalid {
	z-index: 3;
}

.label-inline {
	margin-right: 8px;
	vertical-align: middle;
}

.input-inline {
	display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .input-inline {
	margin-right: 21px; /*实际为24px，加上换行默认的间距 */
}

.input-inline.select2 {
    width: 179px !important;
}

.input-text {
    display: inline-block;
    line-height: 32px;
}

form .label-vertical {
	line-height: 32px;
}

form.text-mode .form-label {
	color: rgba(0,0,0,0.45);
	line-height: 32px;
}

form.text-mode .label-horizontal {
	height : auto;
}

form.text-mode .input-text {
	margin-top: 0;
	margin-bottom: 0;
}

form.text-mode .input-text.input-inline {
	margin-right: 48px;
}

.form-help-text {
	color: rgba(0,0,0,0.45);
}

.form-help-text.bottom {
	display: block;
}

.form-help-text.right {
	line-height: 34px;
    padding: 8px;
}

.form-help-text.inline {
    margin-right: 16px;
    margin-left: -8px;
}
/* ckeckbox样式 begin */
.box-group {
	display: inline-block;
	border: 1px solid transparent;
	outline: 0;
	padding: 0;
	border-radius: 4px;
}

.box-group.ui-input-invalid {
	border-color: transparent !important;
}

.box-group.ui-input-invalid:focus {
	box-shadow: none;
}

.box-group .box-control {
	padding: 7px 8px 7px 0;
}

.box-group-vertical .box-control {
	display: block;
}

.box-control {
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 0;
	vertical-align: baseline;
	font-style: normal;
    min-height: 16px;
    font-size: 14px;
    line-height: 16px;
    min-width: 16px;
}

.box-control input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0 !important;
	outline: 0;
	z-index: -1;
	width: 16px;
	height: 16px;
}

.box-control label {
	cursor: pointer;
	position: relative;
	display: block;
	outline: 0;
}

.box-control label>span{
	padding-left: 24px;
}

.box-control label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	background: #fff;
	border-radius: .21428571rem;
	border: 1px solid #d4d4d5;
}

.box-group.ui-input-invalid .box-control label:before {
	border-color: #ff4d4f !important;
}

.box-control.checkbox label:before {
	border-color: #d9d9d9;
	transition: all .3s;
}

.box-control label:hover:before {
	background: #fff;
	border-color: rgba(34, 36, 38, .35);
}

.box-control label:hover:before {
	border-color: #1890ff;
}

.box-control input:checked ~label:before {
	border-color: #1890ff;
}

.box-control.checkbox input:checked ~label:before {
	background-color: #1890ff;
    border-color: #1890ff;
}

.box-group.ui-input-invalid .box-control.checkbox input:checked ~label:before {
	background-color: #ff4d4f;
    border-color: #ff4d4f;
}

.box-control input:focus ~label:before {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.box-control label:after {
	position: absolute;
	font-size: 14px;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	opacity: 0;
	color: rgba(0, 0, 0, .87);
	-webkit-transition: border .1s ease, opacity .1s ease, -webkit-transform
		.1s ease, -webkit-box-shadow .1s ease;
	transition: border .1s ease, opacity .1s ease, -webkit-transform .1s
		ease, -webkit-box-shadow .1s ease;
	transition: border .1s ease, opacity .1s ease, transform .1s ease,
		box-shadow .1s ease;
	transition: border .1s ease, opacity .1s ease, transform .1s ease,
		box-shadow .1s ease, -webkit-transform .1s ease, -webkit-box-shadow
		.1s ease
}

.box-control.checkbox label:after {
	position: absolute;
    left: 5.57142857px;
    top: 2.14285714px;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    transition: all .1s cubic-bezier(.71, -0.46, .88, .6),opacity .1s;
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}

.box-control input:checked ~label:after {
	opacity: 1;
	color: rgba(0, 0, 0, .95)
}

.box-control.checkbox input:checked ~label:after {
	position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
	color: #FFF;
}

.readonly .box-control label {
	cursor: default
}

.disabled.box-control label {
	cursor: not-allowed;
	opacity: .5;
	color: #000
}

.disabled.box-control label:before {
	outline: 0;
}

.disabled.box-control label:hover:before {
	border-color: #d4d4d5;
}

.radio.box-control label:before {
	border-radius: 500rem;
}

.radio.box-control label:after {
	content: '' !important;
	border-radius: 500rem;
	-webkit-transform: scale(.46666667);
	transform: scale(.46666667);
	background-color: #1890ff;
}

.box-group.ui-input-invalid .box-control.radio label:after {
	background-color: #ff4d4f;
}

.box-group.input-inline {
	margin-right: 8px;
}
/* ckeckbox样式 end */

.ui-input-invalid, .ui-input-invalid .select2-selection,.ui-input-invalid.datetime .input-group-addon,.ui-input-invalid.datetime .form-control{
	border-color: #ff4d4f !important;
	color: #000;
}

.ui-input-invalid:focus, .ui-input-invalid .select2-selection:focus,.ui-input-invalid.datetime .input-group-addon:focus,.ui-input-invalid.datetime .form-control:focus {
    border-color: #ff4d4f;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #ffccc7;
    box-shadow: 0 0 0 2px #ffccc7;
    border-right-width: 1px !important;
}

.ui-dialog-btn {
	margin-left: 2px;
	margin-right: 2px;
}

.ui-ctnr {
	outline: 0;
}

.ui-hr {
	line-height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

.ui-hr-dotted {
	line-height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
}

.ui-hr-dashed {
	line-height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #c0c0c0;
}

/* menu样式 begin */
.sidebar {
    width: 220px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s cubic-bezier(0,0,.2,1);
}

.sidebar.dark {
    background-color: #27293E;
    color: rgba(255,255,255,0.85);
}

.sidebar.light {
    background-color: #FFF;
    color: #888888;
    border: 1px solid #e4e4e4;
}

.sidebar ul {
    overflow: auto;
    padding: 0;
    margin: 0;
}

.sidebar li {
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar li a {
    line-height: 40px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar.dark a {
    color: rgba(255,255,255,0.85);
}

.sidebar.light a{
    color: #888888;
}

.sidebar .sidebar-toggle {
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}

.sidebar.dark > .sidebar-toggle {
    background-color: #4A5164;
    color: rgba(255,255,255,.85);
}

.sidebar.light > .sidebar-toggle {
    background-color: #F7F7F7;
    color: rgba(0,0,0,0.45);
}

.sidebar.dark > .sidebar-toggle:HOVER {
    color: rgba(255,255,255,1);
}

.sidebar.light > .sidebar-toggle:HOVER {
    color: #333333;
}

.sidebar .sidebar-level-0 {
    padding: 8px 0;
}

.sidebar .sidebar-title {
	min-width: 76px;
	padding-right: 24px;
	line-height: 40px;
	cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar .sidebar-item a >.icon + span {
    margin-left: 0;
}

.sidebar .sidebar-item {
	cursor: pointer;
}

.sidebar .sidebar-item a>.icon +span {
	margin-left: 0;
}

.sidebar.dark .sidebar-title:HOVER {
    color: rgba(255,255,255,1);
}

.sidebar.light .sidebar-title:HOVER {
    color: #333333;
}

.sidebar.dark .sidebar-item:HOVER a {
    color: rgba(255,255,255,1);
}

.sidebar.light .sidebar-item:HOVER a {
    color: #00C2DE;
}

.sidebar .icon {
    width: 16px;
    margin-right: 8px;
    display: inline-block;
}

.sidebar .sidebar-collapse {
    position: absolute;
    right: 16px;
}

.sidebar.dark .sidebar-sub.open > div, .sidebar.dark .sidebar-sub.active > div {
    color: rgba(255,255,255,1);
}

.sidebar.light .sidebar-sub.open > div, .sidebar.light .sidebar-sub.active > div {
    color: #333333;
}

.sidebar .sidebar-sub.open > ul {
    display: block;
}

.sidebar .sidebar-sub > ul {
    display: none;
}

.sidebar.light .sidebar-item.active {
    border-right: 4px solid #00C2DE;
}

.sidebar .sidebar-item.active a {
     color: #00C2DE;
}

.sidebar.dark .sidebar-item.active a {
     color: rgba(255,255,255,1);
}

.sidebar.dark .sidebar-item.active {
    background-color: #1890ff;
}

.sidebar.light .sidebar-item.active {
    background-color: #F3F3F3;
}

.sidebar .sidebar-level-0 > li > .sidebar-title, .sidebar .sidebar-level-0 > li.sidebar-item {
    padding-left: 24px;
}

.sidebar.dark .sidebar-level-1 {
    background-color: #1F2233;
}

.sidebar.light .sidebar-level-1 {
    background-color: #F9F9F9;
}

.sidebar .sidebar-level-1 > li > .sidebar-title, .sidebar .sidebar-level-1 > li.sidebar-item {
    padding-left: 48px;
}

.sidebar .sidebar-level-2 > li > .sidebar-title, .sidebar .sidebar-level-2 > li.sidebar-item {
    padding-left: 64px;
}

.sidebar .sidebar-level-3 > li > .sidebar-title, .sidebar .sidebar-level-3 > li.sidebar-item {
    padding-left: 80px;
}

.sidebar .sidebar-level-4 > li > .sidebar-title, .sidebar .sidebar-level-4 > li.sidebar-item {
    padding-left: 96px;
}
/* menu样式 end */

/* panel样式 begin*/
.panel.no-border {
	border: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow:  0 0 0;
}

.panel.clear.no-border > .panel-heading{
	padding-top: 0;
	padding-left: 0;
}

.panel.clear > .panel-body {
	padding: 0;
}

.panel-heading {
	font-weight: bold;	
}

.no-border > .panel-body {
	padding-top: 0;
}
.no-border > .panel-heading {
	background: #fff;
	border-bottom: 0;
}

.ezui.panel.flex {
	display: flex;
	flex-direction: column;
}

.ezui.panel.flex > .panel-body{
	flex: 1 1 auto;
	overflow: auto;
}

.panel-heading {
	position: relative;
}

.panel-actions {
    position: absolute;
    top: 50%;
    right: 6px;
    margin: auto;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.panel-actions a {
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 14px;
}

.panel-actions a:hover {
    color: #40a9ff;
}

.panel-actions a {
	
}

.collapsed > .panel-body {
	display: none;
}

.spin-nested {
	position: relative;
	min-height: 72px;
}

.spin-loading {
	pointer-events: none
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    min-height: 72px;
}

.spin-blur {
    opacity: .5;
    transition: opacity 0.3s;
    height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
}

.spin-spinning {
	height: 100%;
	width: 100%;
	position: absolute;
	max-height: 360px;
	top: 0;
	left: 0;
	z-index: 4;
	opacity: 1;
	text-align: center;
	color: #00c1de;
}

.spin-spinning.spin-show-text>.spin-dot {
	margin-top: -20px;
}

.spin-spinning>.spin-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px;
	z-index: 9;
}
.spin-spinning>.spin-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-top: 5px;
	text-shadow: 0px 1px 2px #fff;
}
/* panel样式 end*/

/* button样式 begin*/
.btn.icon-only {
	padding : 0 8px;
}

.btn > .icon {
	line-height: 1em;
}

.btn > .icon + span, .btn > span + .icon {
	margin-left: 8px;
}

.btn-block {
	width: 100%;
}
/* button样式 end*/

/* stars样式 begin*/
.ui-stars-body {
    line-height: 30px;
    font-size: 14px;
    cursor: pointer
}

.ui-stars-body .selected {
    color: #FBAC34
}
/* stars样式 end*/

/* upload样式 begin*/
.ui-upload-input {
	display: none !important;
	opacity: .01;
}

.upload-cntr {
	border-radius: 4px;
}

.upload-cntr.input-text {
    display: block;
    margin-top: -3px;
    line-height: 1.5;
}

.upload-cntr.input-text .ui-file {
   padding: 0;
}

.upload-cntr.input-text .ui-file:hover {
    background: none;
}

.upload-cntr.input-text .file-operate {
   opacity: 1;
   margin-left: 8px;
}

.ui-upload-btn {
	outline: 0 !important;
}

.btn.ui-upload-btn:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.ui-filelist {
	max-width: 400px;
}

.ui-file {
	display: flex;
	flex-direction: row;
	margin-top: 8px;
	padding: 0 8px 0 4px;	
}

.ui-file:hover {
	background: #E8F1F8;
}

.ui-file .file-name {
	width: 50%;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ui-file .file-name .icon {
	margin-right: 8px;
	color: rgba(0,0,0,0.45);
}

.ui-file .file-size {
	width: 56px;
	margin-left: 8px;
	color: rgba(0,0,0,0.45);
}

.ui-file .file-status {
	width: 72px;
	margin-left: 8px;
}

.ui-file.success .file-status {
	color: #52c41a;
}

.ui-file.fail .file-status, .ui-file.fail .file-name{
	color: #f5222d;
}

.ui-file.cancel .file-status, .ui-file.cancel .file-name{
	color: rgba(0,0,0,0.45);
}

.ui-file.cancel .file-name span{
	text-decoration: line-through;
}

.ui-file .file-operate {
	flex: 1;
	opacity: 0;
	text-align: right;
}

.ui-file .file-operate > i {
	cursor: pointer;
	margin-left: 5px;
}

.ui-file .file-operate.disabled > i{
	cursor: default;
}

.ui-file:hover .file-operate:not(.disabled){
	opacity: 1;
}

.ui-file .file-operate:hover{
	color: rgba(0,0,0,0.45);
}

.ui-file .uploadimg-preview-wrap {
	pointer-events: auto;
	display: block;
}

.ui-file .uploadimg-preview-wrap>img {
	height: auto;
	max-height: 100%;
}

.ui-file .uploadimg-preview-wrap .close-btn {
	width: 32px;
	height: 32px;
	color: #fff;
	background-color: #f5222d;
	font-size: 20px;
    position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
    border-radius:50%;
    text-align: center;
}

.btn-linked-split:before {
	content: '|';
	color: #e8e8e8;
	margin: 0 8px;
}

/* upload样式 end*/

/* uploadImg样式 begin*/
.ui-upload-img {
	position: relative;
    cursor: pointer;
    display: inline-block;
}
.ui-upload-img:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.ui-upload-img.default {
	width: 135px !important;
	height: 165px !important;
    border: 1px solid #ddd;
    border-style: dashed;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content : center;
}

.ui-upload-img.text {
	cursor: default;
}

.ui-upload-img.disabled {
	background: #ddd;
	cursor: not-allowed;
	outline: 0;
}

.ui-upload-img.readonly {
	background: #eee;
	cursor: default;
}

.ui-upload-img > img {
	display: none;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ui-upload-img > .icon-times-circle {
	display: none;
    color: #f5222d;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    top: -14px;
}

.disabled > .icon-times-circle,.readonly > .icon-times-circle {
	color: #eee;
	cursor: default;
}

.ui-img-status {
	color : rgba(0,0,0,0.45);
	font-size: 12px;
	padding : 0 10px;
}

.ui-img-status .icon-spin{
	font-size: 20px;
}

.ui-img-status .icon-image-o {
    font-size: 42px;
}

.ui-img-status .icon-times-circle-o {
    font-size: 24px;
    color : #f5222d;
}

.disabled a,.readonly a {
    color: rgba(0,0,0,0.45);
    cursor: inherit;
}

.uploadimg-preview-wrap {
	pointer-events: none;
	display: none;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 16px;
}

.uploadimg-preview-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.uploadimg-preview-wrap>img {
	display: inline-block;
	vertical-align: middle;
    height: 100%;
    max-width: 100%;
}

.ui-upload-img > img:hover ~ .uploadimg-preview-wrap{
	display: block;
}
/* uploadImg样式 end*/

/* datetime样式 begin*/
.input-default {
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
}

.input-icon-lg {
	top: 7px;
}

.input-icon-default {
	top: 2px;
}

.datepicker-dropdown {
	z-index: 99999;
}

.time-combobox {
	overflow: hidden;
	top: auto;
	left: auto;
	display: none;
	position: absolute;
	border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    z-index: 99999;
    color: rgba(0,0,0,0.65);
    background-color: #fff;
}

.time-combobox .time-combobox-select {
	float: left;
	width: 48px;
	max-height: 192px;
	overflow: hidden; 
	text-align: left;
	border-left: 1px solid #e8e8e8;
}

.time-combobox .time-combobox-select:hover {
	overflow: auto; 
}

.time-combobox .time-combobox-select:first-child {
	border-left: 0;
}

.time-combobox .time-combobox-select ul {
	list-style: none;
	margin: 0;
	padding: 0 0 160px;
}

.time-combobox .time-combobox-select ul li {
	list-style: none;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
	cursor: pointer;
}

.time-combobox .time-combobox-select ul li:hover {
	background-color: #e6f7ff;
}

.time-combobox .time-combobox-select ul li.active {
	background-color: #f5f5f5;
	font-weight: bold;
}
/* datetime样式 end*/

/* 多行文本输入框*/
.ui-textarea-editDialog {
	background-color: #f9f9f9 !important;
}

textarea.edit-dialog {
	width: 100%;
	margin-right: 0;
	height: 400px !important;
}

.ui-desc {
	border: 1px solid rgb(202, 202, 170);
	background: #FFFBE5;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
}

/* 常用图标样式  begin*/
.ui-icon-left {
	margin-right: 5px;
}

.ui-icon-click {
	cursor: pointer;
}

.icon-img {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	vertical-align: top;
	background-position: center center;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	text-decoration: none;
	outline-style: none;
}

/* 兼容图标 */
.icon-add:before {
  content: "\e71b";
}

.icon-ok:before {
  content: "\e67b";
}

.icon-remove:before {
  content: "\e767";
}
/* 兼容图标 end */

/* 常用图标样式  end*/
.has-feedback-sm {
	font-size: 12px;
}

.has-feedback-lg {
	font-size: 18px;
}

.spinner>.textbox-text {
	height: 25px;
}

/* 步骤条 begin */
.steps {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	line-height: 16px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: stretch;
	border-radius: 0.285714rem;
	border: 1px solid rgba(34, 36, 38, 0.15);
}

.steps .step {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: rgba(40, 40, 40, .3);
	box-shadow: none;
	border-top-width: initial;
	border-bottom-width: initial;
	border-left-width: initial;
	border-top-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	margin: 0px;
	padding: 14px 28px;
	border-radius: 0px;
	border-style: none solid none none;
	border-image: initial;
	border-right: 1px solid rgba(34, 36, 38, 0.15);
	transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s
		ease, box-shadow 0.1s ease;
}

.steps .step:first-child {
	border-radius: 0.285714rem 0px 0px 0.285714rem;
}

.steps .step:last-child {
	border-radius: 0px 0.285714rem 0.285714rem 0px;
	border-right: none;
}

.steps .step::after {
	position: absolute;
	z-index: 2;
	content: "";
	top: 50%;
	right: -1px;
	background-color: rgb(255, 255, 255);
	width: 16px;
	height: 16px;
	transform: translateY(-50%) translateX(50%) rotate(-45deg);
	border-style: solid;
	border-image: initial;
	border-color: rgba(34, 36, 38, 0.15);
	border-width: 0px 1px 1px 0px;
	transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s
		ease, box-shadow 0.1s ease;
}

.steps .step:last-child::after, .steps-link .step:last-child::after {
	display: none;
}

.steps .step .icon, .steps-link .step .icon {
	line-height: 1;
    font-size: 30px;
    margin-right: 14px;
}

.steps .step .title, .steps-link .step .title {
	font-size: 16px;
	font-weight: 700;
}

.steps .step.done .title, .steps-link .step.done .title {
	color: #333;
}

.steps .step .description, .steps-link .step .description {
	margin-top: 2px;
	font-size: 14px;
	line-height: 14px;
}

.steps .step.done .icon, .steps-link .step.done .icon {
	color: #1890ff;
}

.steps .step.done .description, .steps-link .step.done .description {
	color: rgba(0,0,0,0.45);
}

.steps .step.active {
	color: #fff;
	background: #1890ff;
}

.steps .step.active::after {
	background: #1890ff;
}

.steps .step .number, .steps-link .step .number {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 26px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	margin: 0px 1rem 0px 0px;
	border: 2px solid rgba(40, 40, 40, .3);
}

.steps .step.active .number {
	color: #62a8ea;
	background-color: #fff;
	border-color: #62a8ea;
}

.steps .step.done .number, .steps-link .step.done .number {
	color: #1890ff;
	border-color: #1890ff;
}

.steps.clickable .content, .steps-link.clickable .content {
	cursor: pointer;
}

.steps-body > .ui-page {
	padding-top: 16px;
}

.steps-link {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: stretch;
	line-height: 16px;
	padding: 0 16px;
}

.steps-link .step {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: rgba(40, 40, 40, .3);
	margin: 0px;
}

.steps-link .step:last-child {
	flex: none;
}

.steps-link .step::after {
	flex: 1;
	content: "";
	height: 1px;
	border: 1px solid rgba(34, 36, 38, 0.15);
	transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s
		ease, box-shadow 0.1s ease;
	margin: 15px 16px;
}

.steps-link .step.done::after {
	background: #1890ff;
}

.steps-link .step.active .number {
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
}

.steps-link .step.active .icon {
	color: #1890ff;
}

.steps-link .step.active .title {
	color: #1890ff;
}

.steps-link .step.active .description {
	color: rgba(0,0,0,0.45);
}

.steps-sm {
	line-height: 14px;
}

.steps.steps-sm .step {
    padding: 10px 24px;
}

.steps-sm .step .number {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
}

.steps-sm .step .icon {
   font-size: 28px;
}

.steps-sm .step .title {
	font-size: 14px;
}

.steps-sm .step .description {
	font-size: 12px;
	line-height: 12px;
}

.steps-lg {
	line-height: 18px;
}

.steps.steps-lg .step {
    padding: 20px 24px;
}

.steps-lg .step .number {
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 30px;
}

.steps-lg .step .icon {
   font-size: 34px;
}

.steps-lg .step .title {
	font-size: 18px;
}

.steps-lg .step .description {
	font-size: 14px;
	line-height: 14px;
	margin-top: 3px;
}
/* 步骤条 end */

/* boostrap 兼容 */
.input-group[class*="col-"] {
   float: left;
}

.no-gutters {
	margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/* date-picker 兼容 */
.datetime .date{
	width: 63%;
	float: left;
}

.datetime .input-group:not(:last-child) input {
    border-radius: 0;
}

.datetime .input-group:last-child .input-group-addon {
    border-left-width: 0;
    border-radius: 0;
}

.datetime-to {
	padding: 6px 8px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

.datetime-to-text {
	margin: 0 8px;
}

.input-daterange .datetime {
	width: 100%;
}
/* 选项卡 */
.nav-tabs > li:hover {
    color: #1890ff;
    text-decoration: none;
    border-bottom: 3px solid #ccc;
     
}

.nav-tabs > li {
    margin-right: 2px;
    line-height: 16px;
    border: 1px solid transparent;
    cursor: pointer;
     position: relative;
    display: block;
    padding: 8px 15px;
}

.nav-tabs > li.active, .nav-tabs > li.active:hover, .nav-tabs > li.active:focus {
    color: #1890ff;
    cursor: default;
    background-color: #fff;
    border-bottom: 3px solid #1890ff;
    font-weight: bold;
}

.tab-content > .tab-pane {
  padding: 16px;
}

.nav-tabs .icon-remove {
	font-size: 12px;
	color: #ccc;
	margin-left: 10px;
}

.nav-tabs .icon-remove:hover {
	color: #777777;
}

.tabs.border {
	border: 1px solid #ddd;
}

.tabs.border .tab-pane{
	padding-left: 16px;
	padding-right: 16px;
}

.tabs .tab-pane{
	padding-left: 0;
	padding-right: 0;
}

.nav-tabs>li.dropdown {
	padding: 0;
}

.nav-tabs>li.dropdown:hover>a, .nav-tabs>li.dropdown.open, .nav-tabs>li.dropdown.open>a, .nav-tabs>li.dropdown.active>a {
	color: #1890ff;
}

.nav-tabs>li.dropdown>a {
	padding: 0;
	color: #333;
	padding: 8px 15px;
	line-height: 16px;
	background-color: #FFF !important;
	border: 0 !important;
}

.nav-tabs>.dropdown>ul.dropdown-menu>li {
	line-height: 34px;
	color: #333;
	padding-left: 8px;
	font-weight: normal;
}

.nav-tabs>.dropdown>ul.dropdown-menu>li:hover {
	color: #1890ff;
}

.nav-tabs>.dropdown>ul.dropdown-menu>li.active {
	color: #1890ff;
    cursor: default;
    font-weight: bold;
}

/* 导航栏黑色主题 */
.navbar-black {
	background-color: #3A4044;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	font-size: 14px
}
.navbar-black .navbar-brand {
  color: #fff;
  font-weight: bold;
}
.navbar-black .navbar-text {
  color: #9d9d9d;
}
.navbar-black .navbar-nav > li > a {
  color: rgba(255,255,255,0.85);
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-black .navbar-nav > li > a:hover,
.navbar-black .navbar-nav > li > a:focus {
	color: rgba(255,255,255,1);
	background-color: transparent;
}
.navbar-black:not(.active) .navbar-nav > .active > a,
.navbar-black:not(.active) .navbar-nav > .active > a:hover,
.navbar-black:not(.active) .navbar-nav > .active > a:focus {
  color: #1890ff;
}
.navbar-black .navbar-nav > .disabled > a,
.navbar-black .navbar-nav > .disabled > a:hover,
.navbar-black .navbar-nav > .disabled > a:focus {
  background-color: #42485B;
}
.navbar-black .navbar-toggle {
  border-color: #333;
}
.navbar-black .navbar-toggle:hover,
.navbar-black .navbar-toggle:focus {
  background-color: #333;
}
.navbar-black .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-black .navbar-collapse,
.navbar-black .navbar-form {
  border-color: #101010;
}
.navbar-black .navbar-nav > .open > a,
.navbar-black .navbar-nav > .open > a:hover,
.navbar-black .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-black .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-black .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-black .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-black .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-black .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-black .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-black .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-black .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-black .navbar-link {
  color: #9d9d9d;
}
.navbar-black .navbar-link:hover {
  color: #fff;
}
.navbar-black .btn-link {
  color: #9d9d9d;
}
.navbar-black .btn-link:hover,
.navbar-black .btn-link:focus {
  color: #fff;
}
.navbar-black .btn-link[disabled]:hover,
fieldset[disabled] .navbar-black .btn-link:hover,
.navbar-black .btn-link[disabled]:focus,
fieldset[disabled] .navbar-black .btn-link:focus {
  color: #444;
}

/* tooltip */
.tooltip-proxy, .popover-proxy {
	display: inline;
}

.tooltip.statical, .popover.statical  {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 1;
}

.tooltip-content {
	display: none;
}

.tooltip.danger.right > .tooltip-arrow {
	border-right-color: #f5222d;
}

.tooltip.danger.left .tooltip-arrow {
	border-left-color: #f5222d;
}

.tooltip.danger.top .tooltip-arrow {
	border-top-color: #f5222d;
}

.tooltip.danger.bottom .tooltip-arrow {
	border-bottom-color: #f5222d;
}

.tooltip.danger > .tooltip-inner {
	background: #f5222d;
	color: #fff;
	border-color: #f5222d;
}

.tooltip.primary.right > .tooltip-arrow {
	border-right-color: #1890ff;
}

.tooltip.primary.left .tooltip-arrow {
	border-left-color: #1890ff;
}

.tooltip.primary.top .tooltip-arrow {
	border-top-color: #1890ff;
}

.tooltip.primary.bottom .tooltip-arrow {
	border-bottom-color: #1890ff;
}

.tooltip.primary > .tooltip-inner {
	background: #1890ff;
	color: #fff;
	border-color: #1890ff;
}

.tooltip.info.right > .tooltip-arrow {
	border-right-color: #0BC4DE;
}

.tooltip.info.left .tooltip-arrow {
	border-left-color: #0BC4DE;
}

.tooltip.info.top .tooltip-arrow {
	border-top-color: #0BC4DE;
}

.tooltip.info.bottom .tooltip-arrow {
	border-bottom-color: #0BC4DE;
}

.tooltip.info > .tooltip-inner {
	background: #0BC4DE;
	color: #fff;
	border-color: #0BC4DE;
}

.tooltip.success.right > .tooltip-arrow {
	border-right-color: #52c41a;
}

.tooltip.success.left .tooltip-arrow {
	border-left-color: #52c41a;
}

.tooltip.success.top .tooltip-arrow {
	border-top-color: #52c41a;
}

.tooltip.success.bottom .tooltip-arrow {
	border-bottom-color: #52c41a;
}

.tooltip.success > .tooltip-inner {
	background: #52c41a;
	color: #fff;
	border-color: #52c41a;
}

.tooltip.warning.right > .tooltip-arrow {
	border-right-color:  #faad14;
}

.tooltip.warning.left .tooltip-arrow {
	border-left-color:  #faad14;
}

.tooltip.warning.top .tooltip-arrow {
	border-top-color:  #faad14;
}

.tooltip.warning.bottom .tooltip-arrow {
	border-bottom-color:  #faad14;
}

.tooltip.warning > .tooltip-inner {
	background:  #faad14;
	color: #fff;
	border-color:  #faad14;
}

.popover-proxy>.popover-content {
	display: none;
}

.popover.bottom.danger > .arrow,.popover.bottom.danger > .arrow:after {
	border-bottom-color: #f5222d;
}

.popover.danger .popover-title {
	background-color: #f5222d;
    color: #fff;
}

.popover.bottom.warning > .arrow,.popover.bottom.warning > .arrow:after {
	border-bottom-color:  #faad14;
}

.popover.warning .popover-title {
	background-color:  #faad14;
    color: #fff;
}

.popover.bottom.info > .arrow,.popover.bottom.info > .arrow:after {
	border-bottom-color: #0BC4DE;
}

.popover.info .popover-title {
	background-color: #0BC4DE;
    color: #fff;
}

.popover.bottom.success > .arrow,.popover.bottom.success > .arrow:after {
	border-bottom-color: #52c41a;
}

.popover.success .popover-title {
	background-color: #52c41a;
    color: #fff;
}

.popover.bottom.primary > .arrow,.popover.bottom.primary > .arrow:after {
	border-bottom-color: #1890ff;
}

.popover.primary .popover-title {
	background-color: #1890ff;
    color: #fff;
}

.tooltip.default.top .tooltip-arrow:after {
    content: "";
    border-width: 5px;
    bottom: 1px;
    margin-left: -5px;
    border-color: transparent;
    border-top-color: #FFF;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    border-style: solid;
}
.tooltip.default.left .tooltip-arrow:after {
    content: "";
    border-width: 5px;
    right: 1px;
    bottom: -5px;
    border-color:  transparent;
    border-left-color: #FFF;
    border-right-width: 0;
    position: absolute;
    display: block;
    border-style: solid;
}
.tooltip.default.right .tooltip-arrow:after {
    content: "";
    border-width: 5px;
    left: 1px;
    bottom: -5px;
    border-color:  transparent;
    border-right-color: #FFF;
    border-left-width: 0;
    position: absolute;
    display: block;
    border-style: solid;
}
.tooltip.default.bottom .tooltip-arrow:after {
    content: "";
    border-width: 5px;
    top: 1px;
    margin-left: -5px;
    border-color:  transparent;
    border-bottom-color: #FFF;
    border-top-width: 0;
    position: absolute;
    border-style: solid;
    display: block;
}

/* button样式 */
.btn-outline-default {
  color: rgba(0,0,0,0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.btn-outline-default:focus,
.btn-outline-default.focus {
  color: #1890ff;
  border-color: #1890ff;
  box-shadow: 0 0 0 2px #bae7ff;
}
.btn-outline-default:hover {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.btn-outline-default:active,
.btn-outline-default:active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.btn-outline-primary {
  color: #1890ff;
  background-color: #fff;
  border-color: #1890ff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #1890ff;
  box-shadow: 0 0 0 2px #bae7ff;
}
.btn-outline-primary:hover {
  color: #40a9ff;
  border-color: #40a9ff;
}

.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #096dd9;
  border-color: #096dd9;
}

.btn-outline-success {
  color: #52c41a;
  background-color: #fff;
  border-color: #52c41a;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  color: #52c41a;
  box-shadow: 0 0 0 2px #d9f7be;
}
.btn-outline-success:hover {
  color: #73d13d;
  border-color: #73d13d;
}

.btn-outline-success:active,
.btn-outline-success.active {
  color: #389e0d;
  border-color: #389e0d;
}

.btn-outline-info {
  color: #0BC4DE;
  background-color: #fff;
  border-color: #0BC4DE;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  color:  #0BC4DE;
  box-shadow: 0 0 0 2px #b0fffe;
}
.btn-outline-info:hover {
  color: #31dbeb;
  border-color: #31dbeb;
}

.btn-outline-info:active,
.btn-outline-info.active {
  color: #009cb8;
  border-color: #009cb8;
}

.btn-outline-warning {
  color:  #faad14;
  background-color: #fff;
  border-color:  #faad14;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  color:  #faad14;
  box-shadow: 0 0 0 2px #fff1b8;
}
.btn-outline-warning:hover {
  color: #ffc53d;
  border-color: #ffc53d;
}

.btn-outline-warning:active,
.btn-outline-warning.active {
  color: #d48806;
  border-color: #d48806;
}

.btn-outline-danger {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  color: #f5222d;
  box-shadow: 0 0 0 2px #ffccc7;
}
.btn-outline-danger:hover {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.btn-outline-danger:active,
.btn-outline-danger.active {
  color: #cf1322;
  border-color: #cf1322;
}

/* modal兼容 */
.modal.message .modal-body {
	text-align: center;
	padding: 30px;
}

.modal.message .modal-body h3{
    margin: 20px 0 30px 0;
    font-weight: bold;
    font-size: 18px;
}

.modal.message .modal-body .description{
	color: rgba(0,0,0,0.45);
    margin-bottom: 16px;
}

.modal.message .modal-body .icon{
    line-height: 1;
}

.modal.message .btn-cntr{
	margin: 24px 0 0 0;
}

.modal.message .btn-cntr > .btn + .btn {
	margin-left: 5px;
}

.info .modal-body .icon{
	color : #0BC4DE;
}

.success .modal-body .icon{
	color : #52c41a;
}

.warning .modal-body .icon{
	color :  #faad14;
}

.danger .modal-body .icon{
	color : #f5222d;
}

.modal.loading .modal-body {
	display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header {
	position: relative;
}

.modal-header>.modal-tool {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
}

.modal-header>.modal-tool>.max {
	background: transparent;
    border: 0;
    outline: 0;
    color: rgba(0,0,0,0.45);
    padding: 0 6px;
}

.modal-header>.modal-tool>.max:focus, .modal-header>.modal-tool>.max:hover {
	color: #333;
}

.modal-header>.modal-tool>.close {
	position: static;
	padding: 0;
	margin-top: -2px;
	color: rgba(0,0,0,0.45);
	opacity: 1;
}

.modal-header>.modal-tool>.close:focus, .modal-header>.modal-tool>.close:hover {
	color: #333;
}

.modal-content-max {
	height: 100%;
	max-height: calc(100% - 32px);
	margin: 16px;
}

/* notify start*/
.notify-title {
  font-weight: bold;
  line-height: 22px;
  flex: auto;
}
.notify-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.notify-message a,
.notify-message label {
  color: #FFFFFF;
}
.notify-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.notify-close-button {
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  margin-left: 10px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.notify-close-button:hover,
.notify-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .notify-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

.notify.top-center {
  top: 20px;
  right: 0;
  width: 100%;
}
.notify.bottom-center {
  bottom: 20px;
  right: 0;
  width: 100%;
}
.notify.top-full-width {
  top: 20px;
  right: 0;
  width: 100%;
}
.notify.bottom-full-width {
  bottom: 20px;
  right: 0;
  width: 100%;
}
.notify.top-left {
  top: 20px;
  left: 20px;
}
.notify.top-right {
  top: 20px;
  right: 20px;
}
.notify.bottom-right {
  right: 20px;
  bottom: 20px;
}
.notify.bottom-left {
  bottom: 20px;
  left: 20px;
}
.notify {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
.notify > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 16px;
  width: 360px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  display: flex;
  align-items: center;
}
.notify > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
.notify > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.notify.top-center > div,
.notify.bottom-center > div {
  margin-left: auto;
  margin-right: auto;
}
.notify.top-full-width > div,
.notify.bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.notify .icon {
	font-size: 24px;
	line-height: 24px;
	padding-right: 10px;
	display: flex;
    align-items: center;
}

.notify > .success {
  background-color: #52c41a;
}
.notify > .danger {
  background-color: #f5222d;
}
.notify > .info {
  background-color: #0BC4DE;
}
.notify > .warning {
  background-color:  #faad14;
}
.notify > .primary {
  background-color:  #1890ff;
}
.notify-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  .notify > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .notify > div.rtl {
    padding: 8px 50px 8px 8px;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .notify > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .notify > div.rtl {
    padding: 8px 50px 8px 8px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .notify > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  .notify > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* notify end */

/* 首行缩进兼容 */
.Indent1 {
	text-indent: 2em;
}

::-webkit-scrollbar {
    width: 10px!important;
    height: 10px!important;
    -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
    height: 5px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    -webkit-border-radius: 6px;
    background-color: #b7b7b7;
    background-clip: padding-box;
    min-height: 32px;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

.badge.round {
    border-radius: 1em;
}

.badge.primary {
  color: #fff;
  background-color: #1890ff;
}

.badge.info {
  color: #fff;
  background-color: #0BC4DE;
}

.badge.success {
  color: #fff;	
  background-color: #52c41a;	
}

.badge.warning {
  color: #fff;	
  background-color:  #faad14;
}

.badge.danger {
  color: #fff;	
  background-color: #f5222d;
}

.badge.outline {
    border: 1px solid #E4E4E4;
    color: #333;
    background-color: #fff;
}

.badge.outline.primary {
  color: #1890ff;
  border-color: #1890ff;
}

.badge.outline.info {
  color: #0BC4DE;
  border-color: #0BC4DE;
}

.badge.outline.success {
  color: #52c41a;	
  border-color: #52c41a;	
}

.badge.outline.warning {
  color:  #faad14;	
  border-color:  #faad14;
}

.badge.outline.danger {
  color: #f5222d;
  border-color: #f5222d;
}

.btn .badge, .cell .badge, .nav-tabs li .badge {
	margin-left: 3px;
}

.btn-default .badge {
  color: rgba(0,0,0,0.65);
  background-color: #fff;
}

.btn-primary .badge {
  color: #1890ff;
  background-color: #fff;
}

.btn-info .badge {
  color: #0BC4DE;
  background-color: #fff;
}

.btn-success .badge {
  color: #52c41a;	
  background-color: #fff;	
}

.btn-warning .badge {
  color:  #faad14;	
  background-color: #fff;
}

.btn-danger .badge {
  color: #f5222d;	
  background-color: #fff;
}

.btn-outline-default .badge {
  color: #333;
  background-color: #E4E4E4;
}
.btn-outline-default:hover .badge,
.btn-outline-default:focus .badge {
  color: #fff;
  background-color: #40a9ff;
}

.btn-outline-primary .badge {
  color: #fff;
  background-color: #1890ff;
}
.btn-outline-primary:hover .badge,
.btn-outline-primary:focus .badge {
  color: #fff;
  background-color: #40a9ff;
}

.btn-outline-info .badge {
  color: #fff;
  background-color: #0BC4DE;
}
.btn-outline-info:hover .badge,
.btn-outline-info:focus .badge {
  color: #fff;
  background-color: #31dbeb;
}

.btn-outline-success .badge {
  color: #fff;	
  background-color: #52c41a;	
}
.btn-outline-success:hover .badge,
.btn-outline-success:focus .badge {
  color: #fff;
  background-color: #73d13d;
}

.btn-outline-warning .badge {
  color: #fff;	
  background-color:  #faad14;
}
.btn-outline-warning:hover .badge,
.btn-outline-warning:focus .badge {
  color:  #fff;
  background-color: #ffc53d;
}

.btn-outline-danger .badge {
  color: #fff;	
  background-color: #f5222d;
}
.btn-outline-danger:hover .badge,
.btn-outline-danger:focus .badge {
  color: #fff;
  background-color: #ff4d4f;
}

.badge.up {
    position: relative;
    top: -10px;
    margin: 0 -.8em;
    border-radius: 1em;
}

.modalselect-cntr {
	outline: 0;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
	display: inline-block;
	border: 1px solid transparent;
}

.disabled.modalselect-cntr, .readonly.modalselect-cntr {
	cursor: not-allowed;
}

.modalselect-cntr li {
	padding: 0 8px;
    float: left;
    list-style: none;
    margin: 3px 8px 3px 0;
    text-decoration: none;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 22px;
}

.disabled.modalselect-cntr li, .readonly.modalselect-cntr li {
    opacity: 0.6;
}

.modalselect-cntr .modalselect-btn {
	color: rgba(0,0,0,0.45);
    cursor: pointer;
	margin-right: 0;
	background: #fff;
}

.modalselect-cntr.modalselect-btn:hover {
	color: rgba(0,0,0,0.65);
}

.modalselect-cntr .readonly .modalselect-btn:hover{
	color: rgba(0,0,0,0.45);
    cursor: default;
}

.modalselect-cntr.disabled .modalselect-btn:hover, .readonly.modalselect-cntr .modalselect-btn:hover {
	color: rgba(0,0,0,0.45);
	cursor: not-allowed;
}

.modalselect-cntr .remove {
    display: inline-block;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}

.disabled.modalselect-cntr .remove, .readonly.modalselect-cntr .remove {
	cursor: not-allowed;	
}

.modalselect-cntr .select {
    border-style: dashed;
}

.modalselect-cntr li.modalselect-btn .icon{
    font-size: 14px;
    line-height: 22px;
}

.modalselect-cntr li.modalselect-btn .icon + span{
	margin-left: 4px;
}

.modalselect-cntr .edit{
    border-color: transparent;
    padding: 0;
}

.text-primary {
	color : #1890ff;
}

.text-info {
	color : #0BC4DE;
}

.text-success {
	color : #52c41a;
}

.text-warning {
	color :  #faad14;
}

.text-danger {
	color : #f5222d;
}

.text-danger {
	color : #f5222d;
}

.bg-primary {
	color : #1890ff;
}

.bg-info {
	color : #0BC4DE;
}

.bg-success {
	color : #52c41a;
}

.bg-warning {
	color :  #faad14;
}

.bg-danger {
	color : #f5222d;
}

.bg-white {
	background-color: #FFF;
}
z
/* list css start */
.list {
    margin-bottom: 16px;
}

.list>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5em 0;
    width: 100%;
    min-height: 0;
    background: 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease;
    transition: box-shadow .1s ease,-webkit-box-shadow .1s ease;
    z-index: '';
}

.list.relaxed>.item {
	margin: 1.5em 0;
}

.list>.item:first-child {
    margin-top: 0;
}

.divided.list>.item:first-child {
    border-top: none;
    margin-top: 0!important;
    padding-top: 0!important;
}

.list>.item>.img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    max-height: '';
    -ms-flex-item-align: top;
    align-self: top;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}

.list>.item>.img>img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125rem;
    border: none;
}

.list>.item>.img+.content {
    min-width: 0;
    width: auto;
    display: block;
    margin-left: 0;
    padding-left: 16px;
    align-self: flex-start;
}

.list>.item>.content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: 0 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    border: none;
    border-radius: 0;
    align-self: center;
}

.list>.item>.content.align-top {
    align-self: flex-start;
}

.list>.item>.content.align-center {
    align-self: center;
}

.list>.item>.content.align-bottom {
    align-self: flex-end;
}

.list>.item>.content>.title {
    margin: 0;
    font-weight: 700;
    color: rgba(0,0,0,.85);
}

.list>.item>.content>.title.title-2x {
    font-size: 1.28571429em;
}

.list>.item>.content>.title.title-3x {
    font-size: 2em;
}

.list>.item>.content>.description {
    color: rgba(0,0,0,.6);
}

.list>.item .meta {
    color: rgba(0,0,0,.6);
}

.list>.item .meta * {
    margin-right: 1em
}

.list>.item .meta :last-child {
    margin-right: 0
}

.list>.item .extra {
    display: block;
    position: relative;
    background: 0 0;
    width: 100%;
    padding: 0 0 0;
    color: rgba(0,0,0,.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    border-top: none;
}

.list>.item> .icon {
	width: 2em;
    padding-top: 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    display: flex;
    align-items : center;
    justify-content : center;
}

.list>.item .buttons {
	text-align: right;
	margin: 0 8px;
	align-self: center;
}

.list>.item .buttons .btn-link{
	padding-top: 0;
	padding-bottom: 0;
}

.divided.list>.item {
    border-top: 1px solid rgba(34,36,38,.15);
    margin: 0;
    padding: 8px 0;
}

.bulleted.list .list, .ordered.list .list {
    margin-top: 3px;
    margin-bottom: 0;
}

.bulleted.list .list .item:LAST-CHILD, .ordered.list .list .item:LAST-CHILD {
    margin-bottom: 0;
}

.bulleted.list .list>.item:before, .bulleted.list>.item:before{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-weight: 400;
    margin-right: 8px;
    content: '•';
    opacity: 1;
    color: inherit;
    color: rgba(0,0,0,.87);
}

.bulleted.list .list>.item, .bulleted.list>.item, .ordered.list .list>.item, .ordered.list>.item {
    margin: 3px 0;
}

.ordered.list, .ordered.list .list {
    counter-reset: ordered;
    list-style-type: none;
}

.ordered.list .list>.item:before, .ordered.list>.item:before{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    margin-right: 8px;
    counter-increment: ordered;
    content: counters(ordered, ".") " ";
    text-align: right;
    color: rgba(0,0,0,.87);
    vertical-align: middle;
    opacity: .8;
}

.img {
	width: 150px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}

.img-xs {
	width: 35px;
    height: auto;
}

.img-sm {
	width: 80px;
    height: auto;
}

.img-lg {
	width: 300px;
    height: auto;
}

.img-xl {
	width: 450px;
    height: auto;
}

.hoverable.list>.item:hover {
    background: rgba(0,0,0,.03);
    color: rgba(0,0,0,.8);
}

.hoverable.list>.item {
    cursor: pointer;
    background: 0 0;
    padding: .5em .5em;
    margin: 0;
    color: rgba(0,0,0,.4);
    border-radius: .5em;
    -webkit-transition: .1s color ease,.1s padding-left ease,.1s background-color ease;
    transition: .1s color ease,.1s padding-left ease,.1s background-color ease;
}

.horizontal.list {
	display: flex;
}

.horizontal.list>.item:first-child {
    margin-left: 0;
}

.horizontal.list>.item {
 	margin: 0 0 0 1em;
 	width: auto;
}


.item-horizontal.list>.item>.content{
	display: flex;
}

.item-horizontal.list>.item>.content > * {
	margin: 0 0 0 1em;
	flex: 1;
}

.item-horizontal.list>.item>.content > div:FIRST-CHILD {
	margin-left: 0;
}

.list-container {
	position: relative;
}

.list-container > .list-more {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 160px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    text-align: center;
    display: none;
}
/* list css end */

/* area css start */
.area-select {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	outline: 0;
	height: 32px;
	padding: 6px 24px 6px 12px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	min-width: 180px;
}

.area-select.input-inline {
	width: auto;
}

.area-select.input-lg {
	border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
}

.area-select.input-sm {
	border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
}

.area-select.disabled, .area-select.readonly {
	background-color: #eee;
    opacity: 1;
}

.area-select.disabled {
	cursor: not-allowed;
}

.area-select-focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: 0 0 8px rgba(102, 175, 233, .6);
}

.area-select .area-select-placeholder {
	color: rgba(0,0,0,0.45);
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.area-select-arrow {
	position: absolute;
	bottom: 0;
	right: 12px;
	top: 0;
	width: 4px;
}

.area-select-arrow b {
	border-color: transparent;
	border-top-color: rgba(0,0,0,0.45);
	border-style: solid;
	border-width: 4px 4px 0 4px;
	height: 0;
	left: 0;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.area-select-dropdown {
	position: absolute;
	border: 0;
	overflow-x: hidden;
	z-index: 10000;
	background: #fff;
	border-radius: 4px;
	display: none;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	outline: none;
	min-width: 300px;
}

.area-select-dropdown.dropdown-lg {
	font-size: 16px;
}

.area-select-dropdown.dropdown-lg ul.area>li, .area-select-dropdown.dropdown-lg ul.nav>li{
	padding: 8px;
}

.area-select-dropdown.dropdown-sm {
	font-size: 12px;
}

.area-select-dropdown.dropdown-sm ul.area>li, .area-select-dropdown.dropdown-sm ul.nav>li{
	padding: 4px;
}

.area-select-dropdown > div{
	padding: 0 16px 16px 16px;
}

.area-select-dropdown ul.nav>li {
	width: 33.33333333%;
	text-align: center;
	padding: 6px;
	margin-right: 0;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.area-select-dropdown .tab-content>.tab-pane {
	padding: 6px 0 0 0;
}

ul.area {
	padding: 0;
	list-style: none;
}

.area-select-dropdown ul.area>li {
	width: 25%;
	text-align: center;
	padding: 6px;
	float: left;
	cursor: pointer;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.area-select-dropdown ul.area>li:HOVER, .area-select-dropdown ul.area>li.active {
	color: #1890ff;
}

.area-select .area-select-clear {
	position: relative;
    color: rgba(0,0,0,0.45);
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 0;
}

.area-select-text.input-text {
	word-spacing: 0;
}

/* area css end */

/* editor css start */
.cke_focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.cke_focus.ui-input-invalid {
	border-color: #f5222d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.editor-text {
	padding-top: 5px;
}
/* editor css end */

/* verify start */
.icon-verify-code {
	right: 80px;
}

.input-group-lg .icon-verify-code {
	right: 105px;
}

.input-group-sm .icon-verify-code {
	right: 65px;
}

.icon-verify-code.icon-times {
	color: #f5222d;
}

.icon-verify-code.icon-check {
	color: #52c41a;
}

.verify-code {
	padding: 2px !important;
}

.verify-code img{
	height: 26px;
}

.input-group-lg .verify-code img{
	height: 36px;
}
/* verify end */

.pay-content {
	padding: 16px;
	font-size: 16px;
	text-align: center;
}

/* exception页面css start  */
.exception-html {
	height: 100%;
}

.exception-body {
	width: 100%;
	height: 100%;
	margin: 0;
}

.exception-body div {
	box-sizing: border-box;
}

.exception-container {
	width: 100%;
	height: 100%;
	display: table;
	background-color: #FFF;
}

.exception-container .content-container {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.exception-container>.content-container>.content-left, .exception-container>.content-container>.content-right {
	width: 50%;
	height: 313px;
	min-width: 136px;
	padding: 0 5%;
	float: left;
}

.exception-container>.content-container>.content-right {
	display: table;
	color: #626b74;
}

.exception-container>.content-container>.content-left>.content-img {
	width: 100%;
	height: 100%;
	max-width: 313px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: right;
}

.content-img-403 {
	background-image: url("img/exception/403.svg");
}

.content-img-404 {
	background-image: url("img/exception/404.svg");
}

.content-img-500 {
	background-image: url("img/exception/500.svg");
}

.content-container .content-left .content-img-sessionout {
	background-image: url("img/exception/session.svg");
}

.exception-container>.content-container>.content-right>.content-text {
	display: table-cell;
	vertical-align: middle;
}

.content-right>.content-text>.content-text-desc {
	min-width: 228px;
	font-size: 16px;
	margin-bottom: 16px;
}

@MEDIA screen and (max-width: 570px) {
	.exception-container>.content-container {
		text-align: center;
	}
	
	.exception-container>.content-container>.content-left, .exception-container>.content-container>.content-right {
		float: none;
		margin: 0 auto;
		height: auto;
		padding: 0;
		width: 37%;
	}
	
	.exception-container>.content-container>.content-left>.content-img {
		float: none;
		height: 228px;
	}
}

.internal-content-container {
	width: 100%;
	height: 100%;
	display: table;
	padding: 24px;
}

.internal-content-container>.internal-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.internal-content-container>.internal-content>.content-img {
	width: 136px;
	height: 136px;
    display: inline-block;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.internal-content-container>.internal-content>.content-text {
	font-size: 14px;
	color: #626b74;
	margin-bottom: 16px;
}
/* exception页面css end  */

/* dropdown start  */
.dropdown {
	display: inline-block;
}

.dropdown-menu {
	position: absolute;
	background-color: #fff;
	list-style: none;
	text-align: left;
	margin: 2px 0 0;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	outline: 0;
	display: none;
}

.dropdown>ul.dropdown-menu>li {
	line-height: 32px;
	margin: 0;
	clear: both;
	white-space: nowrap;
	cursor: pointer;
	padding: 0 16px;
}

.dropdown>ul.dropdown-menu>li.disabled {
	text-decoration: none;
	cursor: not-allowed;
	color: #777 !important;
}

.dropdown>ul.dropdown-menu>li:hover, .dropdown>ul.dropdown-menu>li:focus, .dropdown-menu>li:hover>a, .dropdown-menu>li:focus>a {
	color: #1890ff;
}

.dropdown-menu>li>a {
	padding: 0;
	line-height: 32px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #FFF;
	color: #1890ff;
}

.dropdown>ul.dropdown-menu>li.active>a {
	background-color: #fff;
}
/* dropdown end  */

/* autoComplete start  */
.typeahead.dropdown-menu li>a {
	padding: 0 12px;
}
/* autoComplete end  */

.progress-container>.progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1890ff;
	opacity: 0;
	z-index: 2000;
}	

.progress-container>.progress-bar>.progress-peg {
	position: absolute;
	right: 0;
	display: block;
	width: 100px;
	height: 100%;
	z-index: 2000;
	opacity: 1;
	transform: rotate(3deg) translate(0,-4px);
	box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
}

.progress-container>.progress-spinner {
	position: fixed;
	top: 80px;
	right: 16px;
	z-index: 2000;
	display: block;
	font-size: 18px;
	color: #1890ff;
}

.pure-text-collapsed-container {
	position: relative;
	width: 100%;
	height: 224px;
	margin-top: -200px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.pure-text-collapsed-container a {
	position: absolute;
	bottom: 0;
    left: 50%;
    margin-left: -28px;
    cursor: pointer;
}

.pure-text-collapsed {
	height: 200px;
	overflow: hidden;
	vertical-align: bottom;
}

/* intlTelInput start  */
.input-group-btn select.form-control {
	width: 144px;
    border-right: none;
    padding: 4px;
}

.input-group .input-group-btn select.form-control {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.input-group-lg > .input-group-btn > select.form-control {
	height: 40px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.input-group-sm > .input-group-btn > select.form-control {
	height: 24px;
	padding: 0 4px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
/* intlTelInput end  */

/* treeSelect start*/
.tree-select {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	outline: 0;
	height: 32px;
	padding: 5px 24px 5px 12px;
	margin : 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	line-height: 1.42857144;
}

.tree-select.tree-select-single {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tree-select.input-inline {
	width: auto;
}

.tree-select.input-lg {
	border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
}

.tree-select.input-sm {
	border-radius: 3px;
    font-size: 14px;
    height: 24px;
    padding: 1px 22px 1px 10px;
}

.tree-select.disabled, .tree-select.readonly {
	background-color: #eee;
    opacity: 1;
}

.tree-select.disabled {
	cursor: not-allowed;
}

.tree-select-focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: 0 0 8px rgba(102, 175, 233, .6);
}

.tree-select .tree-select-placeholder {
	color: rgba(0,0,0,0.45);
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tree-select .tree-select-text {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tree-select-arrow {
	position: absolute;
	bottom: 0;
	right: 12px;
	top: 0;
	width: 4px;
}

.tree-select-arrow b {
	border-color: transparent;
	border-top-color: rgba(0,0,0,0.45);
	border-style: solid;
	border-width: 4px 4px 0 4px;
	height: 0;
	left: 0;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.tree-select .tree-select-clear {
	position: relative;
    color: rgba(0,0,0,0.45);
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 0;
}

.tree-select.disabled .tree-select-clear {
	cursor: not-allowed;
}

.tree-select.tree-select-multiple {
	height: auto;
	min-height: 32px;
	padding: 0 24px 4px 0;
	overflow: hidden;
}

.tree-select.input-lg.tree-select-multiple {
	min-height: 46px;
	padding-bottom: 9px;
}

.tree-select.input-sm.tree-select-multiple {
	min-height: 30px;
}

.tree-select.tree-select-multiple .tree-select-placeholder {
	margin: 5px 0 0 12px;
	padding: 0;
	display: inline-block;
}

.tree-select-multiple .tree-select-text {
	outline: 0;
	overflow: hidden;
	display: block;
}

.tree-select-multiple .tree-select-text li {
	padding: 0 6px;
	float: left;
	list-style: none;
	margin: 4px 0 0 6px;
	text-decoration: none;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	cursor: default;
}

.tree-select.input-lg.tree-select-multiple .tree-select-text li {
	margin: 9px 0 0 8px;
	padding: 0 10px;
}

.tree-select.input-sm.tree-select-multiple .tree-select-text li {
	font-size: 12px;
	line-height: 1.5;
	margin: 4px 0 0 5px;
	padding: 0 5px;
}

.tree-select-multiple .tree-select-text li .tree-select-choice_remove {
    color: rgba(0,0,0,0.45);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 3px;
}

.tree-select-multiple.disabled .tree-select-text li .tree-select-choice_remove,
.tree-select-multiple.readonly .tree-select-text li .tree-select-choice_remove {
	display : none;	
}

.tree-select-dropdown {
	position: absolute;
	border: 0;
	overflow-x: hidden;
	z-index: 10000;
	background: #fff;
	border-radius: 4px;
	display: none;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
	outline: none;
}
/* treeSelect end  */