body {
	font-family: "Microsoft YaHei", sans-serif;
	color: #4d5259;
	line-height: 1.72;
	font-size: 14px;
	overflow-x: hidden;
    background-color: #f2f2f2;
}
html,
body {
    height: 100%;
}
a {
    color: #6266f9;
	-webkit-transition: .3s linear;
	transition: .3s linear
}
a:hover,
a:focus,
a:active {
	color: #1c7068;
	text-decoration: none;
	outline: none
}
a,
button,
a:focus,
a:active,
button:focus,
button:active,
.input-group-text:focus,
.input-group-text:active {
    outline: none !important;
}
blockquote {
    border-left: 4px solid #ebebeb;
    font-size: 14px;
    padding-left: 15px;
}
img {
    max-width: 100%;
}
pre {
    background-color: #F8F9FA;
    border: none;
    padding: 15px;
    border-radius: 3px;
    font-size: inherit;
    color: #2f6f9f;
}
small,
time,
.small {
    font-size: 12px;
}
i.mdi {
    display: inline-block;
}
i.mdi:before,
i.mdi:after {
    vertical-align: bottom;
}

/** ----------------------------------
 * 演示新增样式
 -------------------------------------- */
.example-box .btn {
    margin-bottom: 10px;
    margin-right: 6px;
}
.border-example,
.border-example-row {
    padding: 1rem;
    margin: 1rem 0 0;
    border: solid #f8f9fa;
    border-width: .2rem .2rem 0;
}
.border-example-row .row>.col,
.border-example-row .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}
.border-example-row .row+.row {
    margin-top: 1rem;
}
.border-example+pre {
    border-left: none;
}
.border-example-row .row+.row {
    margin-top: 1rem;
}
.border-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255,0,0,.1);
}
.border-example::after {
    display: block;
    clear: both;
    content: "";
}
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto;
}
.scrollspy-example-2 {
    position: relative;
    height: 350px;
    overflow: auto;
}
.border-example-toasts {
    background: #F8F9FA;
    padding: 15px;
    margin-bottom: 15px;
}
.border-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #F8F9FA;
}
.border-example-border-utils-0 [class^=border] {
    border: 1px solid #dee2e6;
}
.border-highlight {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.15);
}

/** ----------------------------------
 * 通用辅助类
 -------------------------------------- */
/* 禁止双击选中 */
.not-user-select {
    -moz-user-select: none; /* 火狐 */
    -webkit-user-select: none; /* webkit浏览器 */
    -ms-user-select: none; /* IE10 */
    -khtml-user-select: none; /* 早期浏览器 */
    user-select: none;
}

/* 垂直水平居中 */
.center-vh {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

/* 边框 */

/* 布局 */
.flex-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* 分割线 */
.ude-divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 1;
    color: #4d5259;
    font-size: 14px;
    letter-spacing: .5px;
    margin: 2rem auto;
    width: 100%;
}
.ude-divider::before,
.ude-divider::after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid rgba(77, 82, 89, 0.07);
}
.ude-divider::before {
    margin-right: 15px;
}
.ude-divider::after {
    margin-left: 15px;
}

/* 宽度 */
.w-15 {
    width: 15% !important;
}
.w-420 {
    width: 420px !important;
}

/* margin */
.m-5 {
    margin: 5px!important;
}
.m-t-5 {
    margin-top: 5px!important;
}
.m-r-5 {
    margin-right: 5px!important;
}
.m-b-5 {
    margin-bottom: 5px!important;
}
.m-l-5 {
    margin-left: 5px!important;
}
.m-10 {
    margin: 10px!important;
}
.m-tb-10 {
    margin: 10px 0px!important;
}
.m-lr-10 {
    margin: 0px 10px!important;
}
.m-t-10 {
    margin-top: 10px!important;
}
.m-r-10 {
    margin-right: 10px!important;
}
.m-b-10 {
    margin-bottom: 10px!important;
}
.m-l-10 {
    margin-left: 10px!important;
}
.m-15 {
    margin: 15px!important;
}
.m-tb-15 {
    margin: 15px 0px!important;
}
.m-lr-15 {
    margin: 0px 15px!important;
}
.m-t-15 {
    margin-top: 15px!important;
}
.m-r-15 {
    margin-right: 15px!important;
}
.m-b-15 {
    margin-bottom: 15px!important;
}
.m-l-15 {
    margin-left: 15px!important;
}

/* padding */
.p-10 {
    padding: 10px!important;
}
.p-tb-10 {
    padding: 10px 0px!important;
}
.p-lr-10 {
    padding: 0px 10px!important;
}
.p-t-10 {
    padding-top: 10px!important;
}
.p-r-10 {
    padding-right: 10px!important;
}
.p-b-10 {
    padding-bottom: 10px!important;
}
.p-l-10 {
    padding-left: 10px!important;
}
.p-15 {
    padding: 15px!important;
}
.p-tb-15 {
    padding: 15px 0px!important;
}
.p-lr-15 {
    padding: 0px 15px!important;
}
.p-t-15 {
    padding-top: 15px!important;
}
.p-r-15 {
    padding-right: 15px!important;
}
.p-b-15 {
    padding-bottom: 15px!important;
}
.p-l-15 {
    padding-left: 15px!important;
}
.p-20 {
    padding: 20px!important;
}
.p-l-20 {
    padding-left: 20px!important;
}
.p-l-40 {
    padding-left: 40px!important;
}
.p-l-60 {
    padding-left: 60px!important;
}

/* 字体大小 */
.fs-10 {
	font-size: 10px!important;
}
.fs-12 {
	font-size: 12px!important;
}
.fs-14 {
	font-size: 14px!important;
}
.fs-16 {
	font-size: 16px!important;
}
.fs-18 {
	font-size: 18px!important;
}
.fs-20 {
	font-size: 20px!important;
}
.fs-22 {
	font-size: 22px!important;
}
.fs-24 {
	font-size: 24px!important;
}
.fs-28 {
	font-size: 28px!important;
}
.fs-36 {
	font-size: 36px!important;
}
.fs-48 {
	font-size: 48px!important;
}
.fs-54 {
	font-size: 54px!important;
}

/* 行高 */
.lh-10{
    line-height: 1.0!important;
}
.lh-12{
    line-height: 1.2!important;
}
.lh-13{
    line-height: 1.3!important;
}
.lh-14{
    line-height: 1.4!important;
}
.lh-15{
    line-height:1.5!important;
}
.lh-16{
    line-height: 1.6!important;
}
.lh-17{
    line-height: 1.7!important;
}
.lh-18{
    line-height: 1.8!important;
}
.lh-19{
    line-height: 1.9!important;
}
.lh-2{
    line-height: 2!important;
}
.lh-22{
    line-height: 2.2!important;
}
.lh-24{
    line-height: 2.4!important;
}
.lh-25{
    line-height: 2.5!important;
}
.lh-26{
    line-height: 2.6!important;
}
.lh-28{
    line-height: 2.8!important;
}
.lh-3{
    line-height: 3!important;
}

/* 头像 */
.img-avatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.img-avatar-24 {
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.img-avatar-36 {
    min-width: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.img-avatar-48 {
    min-width: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

/* 其他 */
.no-border {
    border: none!important;
}
.no-padding {
    padding: 0!important;
}
.no-margin {
    margin: 0!important;
}
.no-shadow {
    shadow: none;
}
.no-text-shadow {
    text-shadow: none;
}
.no-radius {
    border-radius: 0!important;
}
.no-letter-spacing {
    letter-spacing: 0;
}
.no-wrap {
    white-space:nowrap;
    flex-wrap:nowrap;
}
.no-underline:hover,
.no-underline:focus {
    text-decoration:none;
}
hr {
    border-color: rgba(77, 82, 89, 0.07);
}
.jumbotron {
    background-color: #f7fafc;
}
.rotate-180 {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.help-block {
    color: #737373;
}

/** ----------------------------------
 * 重置样式
 -------------------------------------- */
/* 标题 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Microsoft YaHei', sans-serif;
    line-height: 1.5;
    letter-spacing: .5px;
}
.hide{
	display:none!important;
}

/* 表格 */
.table-bordered {
    border-color: rgba(77, 82, 89, 0.07)!important;
}
.table-responsive>.table-bordered {
    border-width: 1px;
    border-style: solid;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 10px;
	line-height: 1.72;
    border-color: rgba(77, 82, 89, 0.07);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fafb;
}
.table-hover > tbody > tr:hover {
    background-color: #f1fbfb;
}
.table-vcenter > thead > tr > th,
.table-vcenter > thead > tr > td,
.table-vcenter > tbody > tr > th,
.table-vcenter > tbody > tr > td,
.table-vcenter > tfoot > tr > th,
.table-vcenter > tfoot > tr > td {
    vertical-align: middle;
}
.table-hover tbody tr {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table.table-dark td,
.table.table-dark th,
.table.table-dark thead th {
    border-color: rgba(255, 255, 255, 0.035);
}
.table-sm td,
.table-sm th {
    padding: .3rem!important;
}
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .0375);
}
.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #dcfcfa;
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #f2f2f2;
}
.table-success,
.table-success>td,
.table-success>th {
    background-color: #e3fcf2;
}
.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fce3e3;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fcf0e3;
}
.table-info>td,
.table-info>td,
.table-info>th {
    background-color: #e3f3fc;
}
.table-light
.table-light>td,
.table-light>th {
    background-color: #f7fafc;
}

/* 警告框 */
.alert {
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.alert .alert-link:hover {
    text-decoration: underline;
}
.alert p:last-child {
    margin-bottom: 0px;
}
.alert-primary {
    color: #1c7068;
    background-color: #d5f5f3;
}
.alert-secondary {
    background-color: #e4e7ea;
}
.alert-success {
     background-color: #d4edda;
}
.alert-danger {
    background-color: #f8d7da;
}
.alert-warning {
    background-color: #fff3cd;
}
.alert-info {
    background-color: #cce5ff;
}
.alert-light {
    background-color: #f7fafc;
}
.alert-dark {
    background-color: #d6d8d9;
}
.alert .mdi:before {
    vertical-align: middle;
}

/* toast */
.toast {
    border-color: rgba(77, 82, 89, 0.07);
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, .035);
}

/* 按钮 */
.btn {
    font-size: 14px;
    padding: 5px 12px;
    color: #8b95a5;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: #fff;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
	border-radius:4px;
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}
.btn-w-xs {
	width: 80px
}
.btn-w-sm {
	width: 100px
}
.btn-w-md {
	width: 120px
}
.btn-w-lg {
	width: 145px
}
.btn-w-xl {
	width: 180px
}

.btn-default {
	background-color: #fcfdfe;
	border-color: #ebebeb;
	color: #8b95a5!important;
}
.btn-default:hover {
	background-color: #f9fafb;
	border-color: #ebebeb;
	color: #4d5259
}
.btn-default:focus,
.btn-default.focus {
	background-color: #f9fafb!important;
    border-color: #ebebeb!important;
	color: #4d5259
}
.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
	background-color: #f9fafb!important;
	border-color: #ebebeb!important;
	color: #4d5259;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-default.disabled,
.btn-default:disabled {
	background-color: #fcfdfe;
	border-color: #ebebeb;
	opacity: 0.5
}

.btn-primary {
	background-color: #6266f9;
	border-color: #6266f9;
	color: #fff!important;
}
.btn-primary:hover {
	background-color: #5a5ee6;
	border-color: #5a5ee6;
}
.btn-primary:focus,
.btn-primary.focus {
	background-color: #404686!important;
	border-color: #404686!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #6266f9;
	border-color: #6266f9;
	opacity: 0.5
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: #404686!important;
	border-color: #404686!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success {
	background-color: #15c377;
	border-color: #15c377;
	color: #fff!important;
}
.btn-success:hover {
	background-color: #16d17f;
	border-color: #16d17f;
}
.btn-success:focus,
.btn-success.focus {
	background-color: #16d17f!important;
	border-color: #16d17f!important;
}
.btn-success.disabled,
.btn-success:disabled {
	background-color: #15c377;
	border-color: #15c377;
	opacity: 0.5
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color: #14b56f!important;
	border-color: #14b56f!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-info {
	background-color: #48b0f7;
	border-color: #48b0f7;
	color: #fff!important;
}
.btn-info:hover {
	background-color: #65bdf8;
	border-color: #65bdf8;
}
.btn-info:focus,
.btn-info.focus {
	background-color: #65bdf8!important;
	border-color: #65bdf8!important;
}
.btn-info.disabled,
.btn-info:disabled {
	background-color: #48b0f7;
	border-color: #48b0f7;
	opacity: 0.5
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	background-color: #2ba3f6!important;
	border-color: #2ba3f6!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-warning {
	background-color: #faa64b;
	border-color: #faa64b;
	color: #fff!important;
}
.btn-warning:hover {
	background-color: #fbb264;
	border-color: #fbb264;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-color: #fbb264!important;
	border-color: #fbb264!important;
}
.btn-warning.disabled,.btn-warning:disabled {
	background-color: #faa64b;
	border-color: #faa64b;
	opacity: 0.5
}
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
	background-color: #f99a32!important;
	border-color: #f99a32!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-danger {
	background-color: #e82610;
	border-color: #e82610;
	color: #fff!important;
}
.btn-danger:hover {
	background-color: #d51f0a;
	border-color: #d51f0a;
}
.btn-danger:focus,
.btn-danger.focus {
	background-color: #d51f0a!important;
	border-color: #d51f0a!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #e82610;
	border-color: #e82610;
	opacity: 0.5
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
	background-color: #f84f4f!important;
	border-color: #f84f4f!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
	color: #4d5259 !important;
	background-color: #e4e7ea;
	border-color: #e4e7ea;
}
.btn-secondary:hover {
	background-color: #edeff1;
	border-color: #edeff1;
}
.btn-secondary:focus,
.btn-secondary.focus {
	background-color: #edeff1!important;
	border-color: #edeff1!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #e4e7ea;
	border-color: #e4e7ea;
	opacity: 0.5
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #dbdfe3!important;
	border-color: #dbdfe3!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-link {
	color: #48b0f7;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #e4e7ea
}
.btn-purple {
	background-color: #926dde;
	border-color: #926dde;
	color: #fff!important;
}
.btn-purple:hover {
	background-color: #a282e3;
	border-color: #a282e3;
}
.btn-purple:focus,
.btn-purple.focus {
	background-color: #a282e3!important;
	border-color: #a282e3!important;
}
.btn-purple.disabled,
.btn-purple:disabled {
	background-color: #926dde;
	border-color: #926dde;
	opacity: 0.5
}
.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
	background-color: #8258d9!important;
	border-color: #8258d9!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-pink {
	background-color: #f96197;
	border-color: #f96197;
	color: #fff!important;
}
.btn-pink:hover {
	background-color: #fa75a4;
	border-color: #fa75a4;
}
.btn-pink:focus,
.btn-pink.focus {
	background-color: #fa75a4!important;
	border-color: #fa75a4!important;
}
.btn-pink.disabled,
.btn-pink:disabled {
	background-color: #f96197;
	border-color: #f96197;
	opacity: 0.5
}
.btn-pink:not([disabled]):not(.disabled).active,
.btn-pink:not([disabled]):not(.disabled):active,
.show > .btn-pink.dropdown-toggle {
	background-color: #f84d8a!important;
	border-color: #f84d8a!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-cyan {
	background-color: #57c7d4;
	border-color: #57c7d4;
	color: #fff!important;
}
.btn-cyan:hover {
	background-color: #77d2dc;
	border-color: #77d2dc;
}
.btn-cyan:focus,
.btn-cyan.focus {
	background-color: #77d2dc!important;
	border-color: #77d2dc!important;
}
.btn-cyan.disabled,
.btn-cyan:disabled {
	background-color: #57c7d4;
	border-color: #57c7d4;
	opacity: 0.5
}
.btn-cyan:not([disabled]):not(.disabled).active,
.btn-cyan:not([disabled]):not(.disabled):active,
.show > .btn-cyan.dropdown-toggle {
	background-color: #37bccc!important;
	border-color: #37bccc!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-yellow {
	background-color: #fcc525;
	border-color: #fcc525;
	color: #fff!important;
}
.btn-yellow:hover {
	background-color: #fdd04d;
	border-color: #fdd04d;
}
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow.active,
.btn-yellow:active,
.open>.dropdown-toggle.btn-yellow {
	background-color: #fdd04d!important;
	border-color: #fdd04d!important;
}
.btn-yellow.disabled,
.btn-yellow:disabled {
	background-color: #fcc525;
	border-color: #fcc525;
	opacity: 0.5
}
.btn-yellow:not([disabled]):not(.disabled).active,
.btn-yellow:not([disabled]):not(.disabled):active,
.show > .btn-yellow.dropdown-toggle {
	background-color: #f5b703!important;
	border-color: #f5b703!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-brown {
	background-color: #8d6658;
	border-color: #8d6658;
	color: #fff!important;
}
.btn-brown:hover {
	background-color: #9d7162;
	border-color: #9d7162;
}
.btn-brown:focus,
.btn-brown.focus {
	background-color: #8d6658!important;
	border-color: #8d6658!important;
}
.btn-brown.disabled,
.btn-brown:disabled {
	background-color: #8d6658;
	border-color: #8d6658;
	opacity: 0.5
}
.btn-brown:not([disabled]):not(.disabled).active,
.btn-brown:not([disabled]):not(.disabled):active,
.show > .btn-brown.dropdown-toggle {
	background-color: #7d5b4e!important;
	border-color: #7d5b4e!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-brown:not(:disabled):not(.disabled):active:focus,
.btn-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-brown.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-dark {
	background-color: #465161;
	border-color: #465161;
	color: #fff!important;
}
.btn-dark:hover {
	background-color: #515d70;
	border-color: #515d70;
}
.btn-dark:focus,
.btn-dark.focus {
	background-color: #515d70!important;
	border-color: #515d70!important;
}
.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #465161;
	border-color: #465161;
	opacity: 0.5
}
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
	background-color: #3b4552!important;
	border-color: #3b4552!important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-primary {
    color: #6266f9;
    border-color: #6266f9;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #6266f9;
    border-color: #6266f9;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6266f9;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6266f9;
    border-color: #6266f9;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-secondary {
    color: #4d5259;
    border-color: #e4e7ea;
}
.btn-outline-secondary:hover {
    color: #4d5259;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e4e7ea;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-success {
    color: #15c377;
    border-color: #15c377;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #15c377;
    border-color: #15c377;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #15c377;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #15c377;
    border-color: #15c377;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-info {
  color: #48b0f7;
  border-color: #48b0f7;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #48b0f7;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-warning {
    color: #faa64b;
    border-color: #faa64b;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #faa64b;
    border-color: #faa64b;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #faa64b;
    border-color: #faa64b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-danger {
    color: #f96868;
    border-color: #f96868;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f96868;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #465161;
    border-color: #465161;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #465161;
    border-color: #465161;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #465161;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #465161;
    border-color: #465161;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-purple {
    color: #926dde;
    border-color: #926dde;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #926dde;
    border-color: #926dde;
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #926dde;
    background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #926dde;
    border-color: #926dde;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-pink {
    color: #f96197;
    border-color: #f96197;
}
.btn-outline-pink:hover {
    color: #fff;
    background-color: #f96197;
    border-color: #f96197;
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled {
    color: #f96197;
    background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #f96197;
    border-color: #f96197;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-cyan {
    color: #57c7d4;
    border-color: #57c7d4;
}
.btn-outline-cyan:hover {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4;
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
    color: #57c7d4;
    background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled).active,
.show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #57c7d4;
    border-color: #57c7d4;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-yellow {
    color: #fcc525;
    border-color: #fcc525;
}
.btn-outline-yellow:hover {
    color: #fff;
    background-color: #fcc525;
    border-color: #fcc525;
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #fcc525;
    background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle {
    color: #fff;
    background-color: #fcc525;
    border-color: #fcc525;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-brown {
    color: #8d6658;
    border-color: #8d6658;
}
.btn-outline-brown:hover {
    color: #fff;
    background-color: #8d6658;
    border-color: #8d6658;
}
.btn-outline-brown.disabled,
.btn-outline-brown:disabled {
    color: #8d6658;
    background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active,
.btn-outline-brown:not(:disabled):not(.disabled).active,
.show > .btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #8d6658;
    border-color: #8d6658;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus,
.btn-outline-brown:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brown.dropdown-toggle:focus {
    box-shadow: none;
}
.show .dropdown-item.active:hover {
    color: #FFF;
}

.btn-show-select{
	border-color: #dedede!important;
	background: #fafbfc!important;
	color: #666!important;
}

.btn-round {
    -webkit-border-radius: 10rem;
}
.btn-label {
    position: relative;
    padding-left: 52px;
    overflow: hidden;
}
.btn-label label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    line-height: 1.5;
    padding-top: 4px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
    margin-bottom: 0;
}
.btn-label label i {
    font-size: 16px;
}
.btn-group-xs > .btn,
.btn-xs {
	font-size: 12px;
	padding: 2px 6px;
	line-height: 18px
}
.btn-group-sm > .btn,
.btn-sm {
	font-size: 12px;
	padding: 4px 8px;
	line-height: 20px
}
.btn-group-lg > .btn,
.btn-lg {
	font-size: 16px;
	padding: 7px 20px;
	line-height: 32px
}
.btn-sm.btn-label {
    padding-left: 42px;
}
.btn-sm.btn-label label {
    line-height: 20px;
    width: 30px;
}
.btn-lg.btn-label {
    padding-left: 58px;
}
.btn-lg.btn-label label {
    line-height: 36px;
    width: 36px;
}
.btn-xs.btn-label {
    padding-left: 36px;
}
.btn-xs.btn-label label {
    line-height: 14px;
    width: 28px;
}
.btn-group-justified {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.btn-group-justified .btn {
    width: 100%;
}
.btn-group-round .btn:first-child {
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
}
.btn-group-round .btn:last-child {
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child){
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* 表单 */
/* 输入框 */
.form-control::placeholder{
	color:#c0c0c0;
}
.form-control {
    font-size: 14px;
    height: calc(1.5em + .75rem + 3px);
    border-color: #DEDEDE;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333333;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.form-control:focus {
    border-color: #6266f9;
    box-shadow: 0px 0px 6px rgba(0, 171, 255, 0.6);
}
.form-control-plaintext {
	font-size: 14px;
}
.form-control-lg {
    font-size: 1.25rem;
}
.form-control-sm,
.col-form-label-sm {
    font-size: .75rem;
}

/* 输入框组 */
.input-group-text {
    font-size: 14px;
    padding: .3rem .75rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f9fafb;
    border-color: #DEDEDE;/*rgba(77, 82, 89, 0.07);*/
}

/* 自定义表单样式 */

.custom-control{
	padding: .375rem .75rem .375rem 1.55rem
}
.custom-control-label::before {
    border-color: #ebebeb;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(51, 202, 187, 0.25);
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #6266f9;
    border-color: #6266f9;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #6266f9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #6266f9;
    border-color: #6266f9;
}
.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #ebebeb;
}

/* 单选框 & 开关 */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{
    background-color: rgba(0,123,255,.5);
	border-color: rgba(0,123,255,.5);
}
.custom-secondary .custom-control-input:checked~.custom-control-label::before {
    border-color: #e4e7ea;
    background-color: #e4e7ea;
}
.custom-secondary .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(228, 231, 234, 0.25);
}
.custom-success .custom-control-input:checked~.custom-control-label::before {
    border-color: #15c377;
    background-color: #15c377;
}
.custom-success .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(21, 195, 119, 0.25);
}
.custom-info .custom-control-input:checked~.custom-control-label::before {
    border-color: #48b0f7;
    background-color: #48b0f7;
}
.custom-info .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(72, 176, 247, 0.25);
}
.custom-warning .custom-control-input:checked~.custom-control-label::before {
    border-color: #faa64b;
    background-color: #faa64b;
}
.custom-warning .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(250, 166, 75, 0.25);
}
.custom-danger .custom-control-input:checked~.custom-control-label::before {
    border-color: #f96868;
    background-color: #f96868;
}
.custom-danger .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(249, 104, 104, 0.25);
}
.custom-pink .custom-control-input:checked~.custom-control-label::before {
    border-color: #f96197;
    background-color: #f96197;
}
.custom-pink .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(249, 97, 151, 0.25);
}
.custom-purple .custom-control-input:checked~.custom-control-label::before {
    border-color: #926dde;
    background-color: #926dde;
}
.custom-purple .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(146, 109, 222, 0.25);
}
.custom-brown .custom-control-input:checked~.custom-control-label::before {
    border-color: #8d6658;
    background-color: #8d6658;
}
.custom-brown .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(141, 102, 88, 0.25);
}
.custom-cyan .custom-control-input:checked~.custom-control-label::before {
    border-color: #57c7d4;
    background-color: #57c7d4;
}
.custom-cyan .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(87, 199, 212, 0.25);
}
.custom-yellow .custom-control-input:checked~.custom-control-label::before {
    border-color: #fcc525;
    background-color: #fcc525;
}
.custom-yellow .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(252, 197, 37, 0.25);
}
.custom-gray .custom-control-input:checked~.custom-control-label::before {
    border-color: #868e96;
    background-color: #868e96;
}
.custom-gray .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.25);
}
.custom-dark .custom-control-input:checked~.custom-control-label::before {
    border-color: #465161;
    background-color: #465161;
}
.custom-dark .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(70, 81, 97, 0.25);
}

/* 多选框 */
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #6266f9;
    background-color: #6266f9;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
	border-color: rgba(0,123,255,.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(51, 202, 187, 0.25);
}
.custom-checkbox.custom-secondary .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #e4e7ea;
    background-color: #e4e7ea;
}
.custom-checkbox.custom-secondary .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(228, 231, 234, 0.25);
}
.custom-checkbox.custom-secondary .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(228, 231, 234, 0.25);
}
.custom-checkbox.custom-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e4e7ea;
}
.custom-checkbox.custom-secondary .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #e4e7ea;
    border-color: #e4e7ea;
}
.custom-checkbox.custom-success .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #15c377;
    background-color: #15c377;
}
.custom-checkbox.custom-success .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(21, 195, 119, 0.25);
}
.custom-checkbox.custom-success .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(21, 195, 119, 0.25);
}
.custom-checkbox.custom-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #15c377;
}
.custom-checkbox.custom-success .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #15c377;
    border-color: #15c377;
}
.custom-checkbox.custom-info .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #48b0f7;
    background-color: #48b0f7;
}
.custom-checkbox.custom-info .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(72, 176, 247, 0.25);
}
.custom-checkbox.custom-info .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(72, 176, 247, 0.25);
}
.custom-checkbox.custom-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #48b0f7;
}
.custom-checkbox.custom-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.custom-checkbox.custom-warning .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #faa64b;
    background-color: #faa64b;
}
.custom-checkbox.custom-warning .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(250, 166, 75, 0.25);
}
.custom-checkbox.custom-warning .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(250, 166, 75, 0.25);
}
.custom-checkbox.custom-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #faa64b;
}
.custom-checkbox.custom-warning .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #faa64b;
    border-color: #faa64b;
}
.custom-checkbox.custom-danger .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #f96868;
    background-color: #f96868;
}
.custom-checkbox.custom-danger .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(249, 104, 104, 0.25);
}
.custom-checkbox.custom-danger .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(249, 104, 104, 0.25);
}
.custom-checkbox.custom-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f96868;
}
.custom-checkbox.custom-danger .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #f96868;
    border-color: #f96868;
}
.custom-checkbox.custom-pink .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #f96197;
    background-color: #f96197;
}
.custom-checkbox.custom-pink .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(249, 97, 151, 0.25);
}
.custom-checkbox.custom-pink .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(249, 97, 151, 0.25);
}
.custom-checkbox.custom-pink .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f96197;
}
.custom-checkbox.custom-pink .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #f96197;
    border-color: #f96197;
}
.custom-checkbox.custom-purple .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #926dde;
    background-color: #926dde;
}
.custom-checkbox.custom-purple .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(146, 109, 222, 0.25);
}
.custom-checkbox.custom-purple .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(146, 109, 222, 0.25);
}
.custom-checkbox.custom-purple .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #926dde;
}
.custom-checkbox.custom-purple .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #926dde;
    border-color: #926dde;
}
.custom-checkbox.custom-brown .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #8d6658;
    background-color: #8d6658;
}
.custom-checkbox.custom-brown .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(141, 102, 88, 0.25);
}
.custom-checkbox.custom-brown .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(141, 102, 88, 0.25);
}
.custom-checkbox.custom-brown .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8d6658;
}
.custom-checkbox.custom-brown .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #8d6658;
    border-color: #8d6658;
}
.custom-checkbox.custom-cyan .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #57c7d4;
    background-color: #57c7d4;
}
.custom-checkbox.custom-cyan .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(87, 199, 212, 0.25);
}
.custom-checkbox.custom-cyan .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(87, 199, 212, 0.25);
}
.custom-checkbox.custom-cyan .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #57c7d4;
}
.custom-checkbox.custom-cyan .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #57c7d4;
    border-color: #57c7d4;
}
.custom-checkbox.custom-yellow .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #fcc525;
    background-color: #fcc525;
}
.custom-checkbox.custom-yellow .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(252, 197, 37, 0.25);
}
.custom-checkbox.custom-yellow .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(252, 197, 37, 0.25);
}
.custom-checkbox.custom-yellow .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #fcc525;
}
.custom-checkbox.custom-yellow .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #fcc525;
    border-color: #fcc525;
}
.custom-checkbox.custom-gray .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #868e96;
    background-color: #868e96;
}
.custom-checkbox.custom-gray .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(134, 142, 150, 0.25);
}
.custom-checkbox.custom-gray .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(134, 142, 150, 0.25);
}
.custom-checkbox.custom-gray .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #868e96;
}
.custom-checkbox.custom-gray .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #868e96;
    border-color: #868e96;
}
.custom-checkbox.custom-dark .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #465161;
    background-color: #465161;
}
.custom-checkbox.custom-dark .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(70, 81, 97, 0.25);
}
.custom-checkbox.custom-dark .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(70, 81, 97, 0.25);
}
.custom-checkbox.custom-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #465161;
}
.custom-checkbox.custom-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #465161;
    border-color: #465161;
}

/* 范围 */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 202, 187, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 202, 187, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(51, 202, 187, 0.25);
}
.custom-range::-webkit-slider-thumb {
    background-color: #6266f9;
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #d5f5f3;
}
.custom-range::-webkit-slider-runnable-track {
    background-color: #ebebeb;
}
.custom-range::-moz-range-thumb {
  background-color: #6266f9;
}
.custom-range::-moz-range-thumb:active {
  background-color: #d5f5f3;
}
.custom-range::-moz-range-track {
  background-color: #ebebeb;
}
.custom-range::-ms-thumb {
  background-color: #6266f9;
}
.custom-range::-ms-thumb:active {
  background-color: #d5f5f3;
}
.custom-range::-ms-fill-lower {
  background-color: #ebebeb;
}
.custom-range::-ms-fill-upper {
  background-color: #ebebeb;
}

/* 步骤条 */
.nav-step {
    margin-bottom: 1rem;
}
.nav-step .nav-item {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-box-align: center;
	align-items: center;
	flex: 1 1;
	padding: 0 12px
}
.nav-step .nav-item:first-child a::before {
	display: none
}
.nav-step .nav-item.complete .nav-link,
.nav-step .nav-item.complete .nav-link::before,
.nav-step .nav-item  .nav-link.active,
.nav-step .nav-item  .nav-link.active::before {
	background-color: #efeffe
}
.nav-step .nav-item.complete .nav-link::after,
.nav-step .nav-item .nav-link.active::after {
	background-color: #6266f9;
	width: 24px;
	height: 24px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	color: #fff
}
.nav-step .nav-item.complete .nav-link::after {
	width: 29px;
	height: 29px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	color: #fff
}
.nav-step .nav-item .nav-link.active::after {
	width: 13px;
	height: 13px;
	margin-top: 8px;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	color: transparent
}
.nav-step .nav-link {
	display: -webkit-inline-box;
	display: inline-flex;
    padding: 0;
	margin: 10px 0;
	width: 29px;
	height: 29px;
	max-height: 29px;
	border-radius: 50%;
	background-color: #fafaff;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1
}
.nav-step .nav-link::before {
	content: '';
	position: absolute;
	left: calc(-50% + 14.5px);
	right: calc(50% + 14.5px);
	height: 10px;
	margin-top: 9.5px;
	background-color: #fafaff;
	cursor: default;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-step .nav-link::after {
	content: "\f12c";
	font-family: "Material Design Icons";
	width: 0;
	height: 0;
	text-align: center;
	font-size: 15px;
	position: absolute;
	border-radius: 50%;
	background-color: transparent;
	color: transparent;
	-webkit-transform: translate(14.5px, 14.5px);
	transform: translate(14.5px, 14.5px);
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.nav-step-pane.active {
    display: block!important;
}

/* 下拉选择 */
.custom-select {
    border-color: #DEDEDE;
}

/* 上传 */
.custom-file-label {
    border-color: rgba(77, 82, 89, 0.07);
}
.custom-file-input,
.custom-file-label {
    height: calc(1.5em + .75rem + 3px);
}
.custom-file-label::after {
    content: '浏览';
    height: calc(1.5em + .75rem + 1px);
}

/* 验证 */
.valid-feedback {
    color: #15c377;
}
.valid-tooltip {
    background-color: rgba(21, 195, 119, 0.9);
    border-radius: 2px;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #15c377;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #15c377;
    box-shadow: 0 0 0 0.2rem rgba(21, 195, 119, 0.25);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #15c377;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #15c377;
    box-shadow: 0 0 0 0.2rem rgba(21, 195, 119, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #15c377;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #15c377;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #15c377;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #15c377;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(21, 195, 119, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #15c377;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #15c377;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #15c377;
    box-shadow: 0 0 0 0.2rem rgba(21, 195, 119, 0.25);
}
.invalid-feedback {
    color: #f96868;
}
.invalid-tooltip {
    background-color: rgba(249, 104, 104, 0.9);
    border-radius: 2px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #f96868;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #f96868;
    box-shadow: 0 0 0 0.2rem rgba(249, 104, 104, 0.25);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #f96868;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #f96868;
    box-shadow: 0 0 0 0.2rem rgba(249, 104, 104, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #f96868;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #f96868;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #f96868;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, 
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(249, 104, 104, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f96868;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #f96868;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #f96868;
    box-shadow: 0 0 0 0.2rem rgba(249, 104, 104, 0.25);
}

/* 下拉菜单 */
.dropdown-menu {
    font-size: 14px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
}
.dropdown-item,
.dropdown-header,
.dropdown-item-text {
    padding: 8px 15px;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 1px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #f9fafb;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #6266f9;
}
.dropdown-divider {
    border-color: rgba(77, 82, 89, 0.07);
}

/* 标签页 */
.nav-tabs {
    border-color: rgba(77, 82, 89, 0.07);
    margin-bottom: 1rem;
}
.nav-tabs .nav-link {
    color: #999999;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.mt-nav-panel .nav-tabs .nav-item .nav-link {
	border-right:1px solid #f5f5f5;
}
.mt-nav-panel .nav-tabs .nav-item:last-child .nav-link {
	border-right-color:#ffffff;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #6266f9;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #666666;
    background-color: #fff;
    border-color: #33cabb;
}
.nav-tabs .nav-link.active ~ i,
.nav-tabs .nav-item.show .nav-link ~ i{
    color: #666666;
}
.nav-tabs .nav-link.active ~ i:hover,
.nav-tabs .nav-item.show .nav-link ~ i:hover{
    color: #ffffff;
}
.mt-nav .nav-tabs a:not([data-type="main"]){
    padding-right:30px;
}
.mt-nav.mt-nav-tools-left:hover{
    box-shadow: 0px -5px 5px 1px rgba(0,0,0,0.15);
    z-index: 10;
    transition: .3s linear;
}
.mt-nav.mt-nav-tools-right:hover{
    box-shadow: 0px -5px 5px 1px rgba(0,0,0,0.15);
    z-index: 10;
    transition: .3s linear;
}
.mt-nav .nav-tabs .mt-nav-tab.active{

    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.mt-nav .nav-tabs a:not([data-type="main"]){
    padding-right:30px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #FFF;
    background-color: #6266f9;
}
.nav-pills .nav-link {
    color: #4d5259;
}
.nav-tabs .nav-link.disabled,
.nav-pills .nav-link.disabled {
    color: #8b95a5;
}
.tab-content .tab-pane p:last-child {
    margin-bottom: 0px;
}
.nav-tabs.flex-column {
    border-bottom: none;
    margin-bottom: 0;
    border-right: 1px solid rgba(77, 82, 89, 0.07);
}
.nav-tabs.flex-column .nav-link {
    border-bottom: 0;
    border-right: 1px solid transparent;
}
.nav-tabs.flex-column .nav-link.active {
    border-color: #6266f9;
}
.nav-tabs.flex-column .nav-link {
    margin-bottom: 0;
    margin-right: -1px;
}

/* 卡片 */
.card {
    border: 0px;
    margin-bottom: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.035);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.035);
}
.card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items:center;
    padding: 15px 24px;
    background-color: transparent;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}
.card-header .card-title {
    margin-bottom: 0;
}
.card-header div.card-title {
    font-size: 16px;
}
.card-body {
    padding: 24px;
}
.card-body > *:last-child {
    margin-bottom: 0;
}
.card-body > p:last-child {
    margin-bottom: 0;
}
.card-bordered {
    border: 1px solid #eceeef;
}
.card-shadowed,
.card-hover-shadow:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.card-footer {
    background-color: #fcfdfe;
    border-top: 1px solid rgba(77, 82, 89, 0.07);
    padding: 15px 24px;
}
.accordion .card {
    background-color: #fff;
    border: 1px solid #f1f2f3;
    margin-bottom: 16px;
}
.accordion .card-header {
    background-color: #fcfdfe;
}
.accordion .card:last-child {
    margin-bottom: 0;
}
.card-title a {
    color: #37404d;
}
.card .tab-content {
    padding: 10px 24px;
}

/* 卡片-表单页面*/
.card_form .card-header{
    padding-bottom:5px;
    border-bottom:none;
}
.card_form form > .card-body{
    padding-top:12px;
}
.card_form .card-body .card-body-item{
    margin-bottom:40px;
	padding-left:8px;
	padding-right:8px;
}
.card_form .card-body .card-body-item:last-child{
    margin-bottom:0;
}
.card_form .card-body .card-body-item .card-body-tip{
    font-size:16px;
    padding:10px 0 25px;
	margin-left:-4px;
	font-weight:700;
}
.card_form .card-footer{
    background:transparent;
    border-top:none;
}

/* 卡片操作菜单 */
.card-actions {
    list-style: none;
	margin-bottom: 0;
	padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.card-header > *:last-child {
    margin-right: 0;
}
.card-actions > li > a {
    display: inline-block;
    padding: 0 4px;
    margin: 0 4px;
    color: #8b95a5;
}
.card-actions > li > a:hover {
    color: #6266f9;
}
.card-actions > li > a > .mdi {
    font-size: 20px;
}
.card-actions > li > a > i {
    height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
}
.card-actions > li:first-child > a {
    margin-right: 0;
    padding-right: 0;
}

/* card-toolbar */
.card-toolbar {
    padding: 20px 24px 0 24px;
}
.card-toolbar .input-group-prepend {
    position: relative;
}
.card-toolbar .dropdown-menu {
    min-width: 100%;
}
.toolbar-btn-action .btn {
    margin-bottom: 5px;
}

/* 卡片颜色 */
.card[class*="bg-"]:not(.bg-secondary) .card-actions li a,
.card[class*="bg-"]:not(.bg-secondary) .card-title small,
.card[class*="bg-"]:not(.bg-secondary) .card-title .small {
    color: rgba(255, 255, 255, 0.5) !important;
}
.card[class*="bg-"]:not(.bg-secondary) .card-actions li a:hover {
    color: #fff !important;
}

/* 卡片边框 */
.card[class*="border-"] {
    border-width: 1px;
    border-style: solid;
}

/* 卡片组 */
.card-img,
.card-img-top,
.card-img-bottom {
    border-radius: 0;
}

/* 卡片列 */
.card-columns .card {
    margin-bottom: 24px;
}
.blockquote {
    font-size: 14px;
}
.card.card-body[class*="bg-"]:not(.bg-secondary) .blockquote-footer,
.card.card-body[class*="bg-"]:not(.bg-secondary) .blockquote-footer > * {
    color: #fff;
}
/* 列表页面功能位置 */
.ude_table_toolbar_box{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-bottom:10px;
}
.ude_table_toolbar_box .ude_table_toolbar .btn-group{
    align-items: flex-start;
    margin-bottom:5px;
}
.ude_table_toolbar_box .ude_table_toolbar .btn-group:last-child{
    margin-bottom:0;
}
.ude_table_toolbar_box .ude_table_search_form{
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
	background:#ffffff;
	border-radius: .25rem;
	padding: 0 15px;
}
.ude_table_toolbar_box .ude_table_search_form.search_form_big{
	flex: 0 0 100%;
	max-width: 100%;
	padding: 15px 15px;
}
.ude_table_toolbar_box .ude_table_search_form.ude_modal_table_search_form{
	padding:0;
}
.ude_table_toolbar_box .ude_table_search_form .col-form-label{
	text-align:right;
}
.ude_table_toolbar_box .ude_table_search_form.search_form_small{
	padding-left:0;
	padding-right:0;
	background: transparent;
}
.ude_table_toolbar_box .ude_table_search_form.search_form_small .col-form-label{
	display:none;
}
.ude_table_toolbar_box .ude_table_search_form.search_form_small .form-row{
	justify-content:flex-end;
}
.ude_table_toolbar_box .ude_table_search_form.search_form_small .col-form-control{
	flex: 0 0 100%;
	max-width: 100%;
}
.ude_table_toolbar_box .ude_table_search_form.search_form_small .form-button-box{
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.ude_table_box img{
	max-width:80px;
	max-height:48px;
	object-fit:cover;
}
.td_title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.td_title a {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.td_title span {
	display:inline-block;
	flex:1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align:middle;
}

.card-num{
	margin-bottom:10px;
}
.card-num-data{
	display:flex;
	flex-flow: wrap;
}
.card-num-data .num-item {
	display:flex;
	height: 24px;
	align-items: center;
	margin-right: 24px;
}
.card-num-data .num-item .item-title{
	border-right:1px solid #eaeaea;
	padding-right: 10px;
}
.card-num-data .num-item .item-value{
	padding-left: 10px;
}
.card-num-data .num-item .item-value .num{
	font-size:16px;
}
.card-num-data .num-item .item-value .unit{
	font-size:10px;
}
.card-num .card-num-message{
	display:block;
	margin-top:8px;
}

/* 标注 */
.callout {
    padding: 15px 21px;
    background-color: #fcfdfe;
    border-left: 3px solid transparent;
}
.callout-primary {
    border-left-color: #6266f9;
}
.callout-success {
    border-left-color: #15c377;
}
.callout-info {
    border-left-color: #65bdf8;
}
.callout-warning {
    border-left-color: #faa64b;
}
.callout-danger {
    border-left-color: #fa8181;
}
.callout p:last-child {
    margin-bottom: 0px;
}

/* 图片 */
.img-thumbnail {
    border-color: rgba(77, 82, 89, 0.07);
}

/* 背景颜色 */
.bg-primary {
	background-color: #6266f9 !important;
	color: #fff!important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #52d3c7 !important;
}
.bg-secondary {
	background-color: #e4e7ea !important;
	color: #fff!important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #edeff1 !important;
}
.bg-success {
	background-color: #15c377 !important;
	color: #fff!important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #16d17f !important;
}
.bg-info {
	background-color: #48b0f7 !important;
	color: #fff!important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #65bdf8 !important;
}
.bg-warning {
	background-color: #faa64b !important;
	color: #fff!important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fbb264 !important;
}
.bg-danger {
	background-color: #f96868 !important;
	color: #fff!important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #fa8181 !important;
}
.bg-pink {
	background-color: #f96197 !important;
	color: #fff!important;
}
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #fa75a4 !important;
}
.bg-purple {
	background-color: #926dde !important;
	color: #fff!important;
}
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #a282e3 !important;
}
.bg-brown {
	background-color: #8d6658 !important;
	color: #fff!important;
}
a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
    background-color: #9d7162 !important;
}
.bg-cyan {
	background-color: #57c7d4 !important;
	color: #fff!important;
}
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
    background-color: #77d2dc !important;
}
.bg-yellow {
	background-color: #fcc525 !important;
	color: #fff!important;
}
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #fdd04d !important;
}
.bg-gray {
	background-color: #868e96 !important;
	color: #fff!important;
}
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #959DA4 !important;
}
.bg-dark {
	background-color: #465161 !important;
	color: #fff!important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #515d70 !important;
}
.bg-white {
	background-color: #fff !important
}
.bg-lightest {
	background-color: #fcfdfe !important
}
.bg-lighter {
	background-color: #f9fafb !important
}
.bg-light {
	background-color: #f5f6f7 !important
}
.bg-translucent {
    background-color: rgba(255, 255, 255, 0.175)
}
.bg-transparent {
	background-color: transparent !important
}

/* 边框颜色 */
.border-primary {
	border-color: #6266f9 !important;
}
.border-secondary {
	border-color: #e4e7ea !important;
}
.border-success {
	border-color: #15c377 !important;
}
.border-info {
	border-color: #48b0f7 !important;
}
.border-warning {
	border-color: #faa64b !important;
}
.border-danger {
	border-color: #f96868 !important;
}
.border-pink {
	border-color: #f96197 !important;
}
.border-purple {
	border-color: #926dde !important;
}
.border-brown {
	border-color: #8d6658 !important;
}
.border-cyan {
	border-color: #57c7d4 !important;
}
.border-yellow {
	border-color: #fcc525 !important;
}
.border-gray {
	border-color: #868e96 !important;
}
.border-dark {
	border-color: #465161 !important;
}
.border-lightest {
	border-color: #fcfdfe !important
}
.border-lighter {
	border-color: #f9fafb !important
}
.border-light {
	border-color: #f5f6f7 !important
}
.border-translucent {
    border-color: rgba(255, 255, 255, 0.175)
}
.border-transparent {
	border-color: transparent !important
}

/* 字体颜色 */
.text-primary {
	color: #6266f9 !important
}
.text-secondary {
	color: #e4e7ea !important
}
.text-success {
	color: #15c377 !important
}
.text-info {
	color: #48b0f7 !important
}
.text-warning {
	color: #faa64b !important
}
.text-danger {
	color: #f96868 !important
}
.text-pink {
	color: #f96197 !important
}
.text-purple {
	color: #926dde !important
}
.text-brown {
	color: #8d6658 !important
}
.text-cyan {
	color: #57c7d4 !important
}
.text-yellow {
	color: #fcc525 !important
}
.text-gray {
	color: #868e96 !important
}
.text-dark {
	color: #465161 !important
}
.text-default {
	color: #4d5259 !important
}
.text-muted {
	color: #868e96 !important
}
.text-light {
	color: #616a78 !important
}
.text-lighter {
	color: #a5b3c7 !important
}
.text-fade {
	color: rgba(77, 82, 89, 0.7) !important
}
.text-fader {
	color: rgba(77, 82, 89, 0.5) !important
}
.text-fadest {
	color: rgba(77, 82, 89, 0.4) !important
}
.text-white-50 {
    color: rgba(255,255,255,.5)!important;
}
.text-transparent {
	color: transparent !important
}
a.text-primary:hover,a.text-primary:focus {
	color: #6266f9 !important
}
a.text-secondary:hover,a.text-secondary:focus {
	color: #e4e7ea !important
}
a.text-info:hover,a.text-info:focus {
	color: #48b0f7 !important
}
a.text-success:hover,a.text-success:focus {
	color: #15c377 !important
}
a.text-warning:hover,a.text-warning:focus {
	color: #faa64b !important
}
a.text-danger:hover,a.text-danger:focus {
	color: #f96868 !important
}

/* 徽章 */
.badge {
    -weikit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 300;
}
.badge-pill {
    -weikit-border-radius: 10rem;
    border-radius: 10rem;
}
.badge-primary {
    background-color: #6266f9;
}
a.badge-primary:hover,
a.badge-primary:focus {
    background-color: #52d3c7;
}
.badge-success {
    background-color: #15c377;
}
a.badge-success:hover,
a.badge-success:focus {
    background-color: #16d17f;
}
.badge-info {
    background-color: #48b0f7;
}
a.badge-info:hover,
a.badge-info:focus {
    background-color: #65bdf8;
}
.badge-warning {
    color: #fff;
    background-color: #faa64b;
}
a.badge-warning:hover,
a.badge-warning:focus {
    background-color: #fbb264;
}
.badge-danger {
    background-color: #f96868;
}
a.badge-danger:hover,
a.badge-danger:focus {
    background-color: #fa8181;
}
.badge-dark {
    background-color: #465161;
}
a.badge-dark:hover,
a.badge-dark:focus {
    background-color: #515d70;
}
.badge-secondary {
    background-color: #e4e7ea;
    color: #4d5259;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #4d5259;
    background-color: #edeff1;
}
.badge-purple {
    background-color: #926dde;
    color: #fff;
}
a.badge-purple:hover,
a.badge-purple:focus {
    color: #fff;
    background-color: #a282e3;
}
.badge-pink {
    background-color: #f96197;
    color: #fff;
}
a.badge-pink:hover,
a.badge-pink:focus {
    color: #fff;
    background-color: #fa75a4;
}
.badge-cyan {
    background-color: #57c7d4;
    color: #fff;
}
a.badge-cyan:hover,
a.badge-cyan:focus {
    color: #fff;
    background-color: #77d2dc;
}
.badge-yellow {
    background-color: #fcc525;
    color: #fff;
}
a.badge-yellow:hover,
a.badge-yellow:focus {
    color: #fff;
    background-color: #fdd04d;
}
.badge-brown {
    background-color: #8d6658;
    color: #fff;
}
a.badge-brown:hover,
a.badge-brown:focus {
    color: #fff;
    background-color: #9d7162;
}
a.badge-light:hover,
a.badge-light:focus {
    background-color: #F3F4F6;
}
a.badge:focus,
a.badge.focus {
    box-shadow: none;
}
.badge-muted  {
    color: #fff;
    background-color: #8b95a5;
}
a.badge-muted:hover,
a.badge-muted:focus {
    color: #fff;
    background-color: #97A1AF;
}
a.badge-muted:focus,
a.badge-muted.focus {
    box-shadow: none;
}

/* 列表组 */
.list-group-item {
    border-color: rgba(77, 82, 89, 0.07);
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: #f9fafb;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #6266f9;
    border-color: #6266f9;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #8b95a5;
}
.list-group-item-primary {
    color: #1c7068;
    background-color: #d5f5f3;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #1c7068;
    background-color: #C5F1EF;
}
.list-group-item-primary.list-group-item-action.active {
    background-color: #1c7068;
    border-color: #1c7068;
}
.list-group-item-secondary {
    color: #464a4e;
    background-color: #e4e7ea;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #464a4e;
    background-color: #DADEE2;
}
.list-group-item-secondary.list-group-item-action.active {
    background-color: #464a4e;
    border-color: #464a4e;
}
.list-group-item-success {
    background-color: #d4edda;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    background-color: #C4E6CC;
}
.list-group-item-info {
  color: #004085;
  background-color: #cce5ff;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #004085;
  background-color: #BADBFF;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-warning {
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  background-color: #FFEFBB;
}
.list-group-item-danger {
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  background-color: #F6C8CC;
}
.list-group-item-light {
  background-color: #f7fafc;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  background-color: #F4F8FB;
}
.list-group-item-dark {
    background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    background-color: #C7CACB;
}

/* 模态框 */
.modal-header {
    border-bottom-color: transparent;
    background:#f8f8f8;
}
.modal-header .modal-title{
    font-size:16px;
    font-weight: 700;
}
.modal-footer {
    border-top-color: transparent;
}
.modal-content {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 加载动画 */
.spinner-border {
    border-width: .125em;
}

/* 消息提示 */
.toast-body {
    color: #4d5259;
}

/* 导航栏 */
.navbar-brand {
    font-size: 1rem;
}

/* 分页 */
.pagination {
    border-radius: 2px;
}
.page-link {
    color: #6c757d;
    margin: 0 3px;
    line-height: 1.3;
    border-radius: 2px;
    border-color: #ececec;
    white-space: nowrap!important;
}
.page-link:hover {
    color: #4d5259;
    background-color: #f9fafb;
}
.page-item:first-child .page-link {
    margin-left: 0px;
}
.page-item:last-child .page-link {
    margin-right: 0px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    border-radius: 2px;
}
.page-item.disabled .page-link {
    color: #6c757d;
    opacity: 0.6;
}
.page-item.active .page-link {
    background-color: #6266f9;
    border-color: #6266f9;
}
.page-link:focus {
    background-color: #f9fafb;
    color: #4d5259;
    box-shadow: none;
}
.pagination-lg .page-link {
    padding: .5rem 1.5rem;
}
.pagination.no-border > li a,
.pagination.no-border > li span {
    border: none;
}
.pagination.no-gutters > li a,
.pagination.no-gutters > li span {
    margin: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* popover */
.popover {
    border-color: rgba(77, 82, 89, 0.07);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
.popover-header {
    background-color: #fcfdfe;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #616a78;
    border-bottom-color: rgba(77, 82, 89, 0.07);
}
.popover.top>.arrow {
    border-top-color: rgba(77, 82, 89, 0.07);
}
.popover.right>.arrow {
    border-right-color: rgba(77, 82, 89, 0.07);
}
.popover.bottom>.arrow {
    border-bottom-color: rgba(77, 82, 89, 0.07);
}
.popover.left>.arrow {
    border-left-color: rgba(77, 82, 89, 0.07);
}
.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    border-right-color: rgba(0, 0, 0, .095);
}
.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    border-top-color: rgba(0, 0, 0, .095);
}
.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    border-left-color: rgba(0, 0, 0, .095);
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    border-bottom-color: rgba(0, 0, 0, .095);
}
.popover-body {
    color: #4d5259;
}

/* 进度条 */
.progress {
    height: .75rem;
    border-radius: 2px;
    background-color: #f5f6f7;
}
.progress+.progress {
    margin-top: 8px;
}
.progress-bar {
    background-color: #6266f9;
}

/* 工具提示 */
.tooltip-inner {
    border-radius: 2px;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    left: 1px;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    top: 1px;
}

/* 时光轴 */
.ude-timeline {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.ude-timeline .ude-timeline-item {
    display: -webkit-box;
    display: flex;
}
.ude-timeline-date {
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.ude-timeline-date time {
    font-size: 16px!important;
    color: #8b95a5;
}
.ude-timeline-item-dot {
    position: relative;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 80px;
    padding-bottom: 30px;
    text-align: center;
}
.ude-timeline-item-dot .badge {
    display: inline-block;
    vertical-align: inherit;
    width: 11px;
    height: 11px;
    -wekit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.ude-timeline-item-dot::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    bottom: -9px;
    width: 1px;
    margin-left: -1px;
    z-index: 1;
    background-color: #f2f3f3;
}
.ude-timeline-item-action {
    -webkit-box-flex: 1;
    flex: 1 1;
    padding-bottom: 30px;
    color: #8b95a5;
}
.ude-timeline-item-content {
    -webkit-box-flex: 1;
    flex: 1 1;
    margin-bottom: 50px;
}
.ude-timeline-item-content .card {
    margin-bottom: 0px;
}
.ude-timeline-item-content time {
    color: #8b95a5;
}
.ude-timeline-left .ude-timeline-item .ude-timeline-item-content {
    -webkit-box-ordinal-group: 4!important;
    order: 3!important;
}
.ude-timeline-right .ude-timeline-item .ude-timeline-item-content {
    text-align: right;
    -webkit-box-ordinal-group: 2!important;
    order: 1!important;
}
.ude-timeline-left .ude-timeline-item-content,
.ude-timeline-right .ude-timeline-item-content {
    margin-bottom: 10px;
}
.ude-timeline-left .ude-timeline-item-dot,
.ude-timeline-right .ude-timeline-item-dot {
    width: 40px;
}
.ude-timeline-left .ude-timeline-item-dot::before,
.ude-timeline-right .ude-timeline-item-dot::before {
    margin-left: 0px;
}
.ude-timeline-item.text-muted .badge {
    background-color: #8b95a5;
}

/* 其他 */
.close {
    font-size: 1.2rem;
}
.form-control,
.btn,
.col-form-label,
.col-form-label-lg,
.col-form-label-sm,
.form-control-plaintext,
.form-control-sm,
.form-control-lg,
.valid-tooltip,
.invalid-tooltip,
.btn-lg,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.input-group-text,
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn,
.custom-select,
.custom-select,
.custom-file-label,
.custom-file-label::after,
.modal-title,
.tooltip,
.popover {
    line-height: 1.72;
}
.col-form-label {
    padding-top: calc(.3125rem + 1px);
    padding-bottom: calc(.3125rem + 1px);
	width:160px!important;
	padding-right:20px!important;
	flex:inherit!important;
	text-align:right;
}
.is-required::after {
    content:"*";
    color:#f96868;
}
.breadcrumb {
    background-color: #f5f6f7;
    padding:0;
}
.breadcrumb a{
    color:#999999;
    font-size:14px;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#999999;
}
.breadcrumb-item.active{
    color:#999999;
}

/* 多图 */
.ude-uploads-pic {}
.ude-uploads-pic li {
    margin-bottom: 10px;
}
.ude-uploads-pic figure  {
    position: relative;
    background: #4d5259;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}
.ude-uploads-pic figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.ude-uploads-pic figure:hover img {
    opacity: 0.5;
}
.ude-uploads-pic figure figcaption,
.ude-uploads-pic figure figcaption > a:not(.btn) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ude-uploads-pic figure figcaption {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: none;
    padding: 2em;
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .35s;
    transition: .35s;
}
.ude-uploads-pic figure figcaption > a {
    position: static;
    z-index: auto;
    text-indent: 0;
    white-space: nowrap;
    opacity: 1;
	margin-left: 2px;
	margin-right: 2px;
    height: 41px;
    line-height: 30px;
}
.ude-uploads-pic figure figcaption > *:first-child {
    margin-left: 0;
}
.ude-uploads-pic figure:hover figcaption {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.ude-uploads-pic .pic-add {
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px dashed #ebebeb;
    font-family: "Material Design Icons";
    font-size: 2.875rem;
    color: #8b95a5;
    -webkit-transition: .35s;
    transition: .35s;
}
.ude-uploads-pic .pic-add:before {
    content: "\f415";
}
.ude-uploads-pic .pic-add:hover {
    border-color: #6266f9;
    color: #6266f9;
}

/* 上传进度条 */
.progress_box{
    display:none;
    margin: 10px 0;
    width: 100%;
}
.progress_box .bar_box{
    background: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
}
.progress_box .bar_box .bar{
    height: 18px;
    background: #5a5ee6;
}
.progress_box .progress_text{
    
}

/* 图库 */
.masonry-grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.masonry-item {
    display: block;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 30px;
}
.masonry-grid {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}
.masonry-grid .masonry-item {
    padding-bottom: 16px;
}

/** ----------------------------------
 * 滚动条插件样式
 -------------------------------------- */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 3px;
  bottom: 0px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 3px;
  right: 0px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 6px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 6px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/** ----------------------------------
 * 网站布局
 -------------------------------------- */

/** ----------------------------------
 * 左侧导航
 -------------------------------------- */
.ude-layout-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 240px;
    font-weight: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s transform;
    transition: 0.3s transform;
    transform: translateX(0);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}
.ude-layout-sidebar-close .ude-layout-sidebar {
    width: 60px;
}
.ude-layout-sidebar-close .ude-layout-header,
.ude-layout-sidebar-close .ude-layout-content {
    padding-left: 60px;
}
.ude-layout-sidebar-info {
	height: -moz-calc(100% - 68px);
	height: -webkit-calc(100% - 68px);
	height: calc(100% - 68px);
    position: relative;
    background-color: #353535;
}

/* LOGO */
.sidebar-header {
    position: relative;
    overflow: hidden;
    z-index: 999;
    background-color: #353535;
    width: 100%;
	-webkit-box-shadow: 0 1px 1px -1px rgba(77,82,89,0.15);
    box-shadow: 0 1px 1px -1px rgba(77,82,89,0.15);
    min-height: 68px;
    display: flex;
    text-align:center;
    justify-content: center;
}
.sidebar-header:before, .sidebar-header:after {
    content: " ";
    display: table;
}
.sidebar-header a {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
    align-self: center;
}
.sidebar-header a img {
    max-width: 240px;
}
.sidebar-header a.min-logo{
    display:none;
}
.sidebar-header a.min-logo img{
    max-width: 60px;
}
.ude-aside-open .sidebar-header a.min-logo{
    display:block;
}
.ude-aside-open .sidebar-header a.large-logo{
    display:none;
}

/* 左侧导航菜单 */
.sidebar-main {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display:inline-block;
    width:100%;
}
.nav-drawer {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.nav-drawer > li {
    position: relative;
    display: block;
}
.nav-drawer > li.open,
.nav-drawer > li.active{
    background-color:#2c2c2c;
}
.nav-drawer li a {
    position: relative;
    display: block;
    padding-right: 24px;
    padding: 10px 15px 10px 52.99999px;
    color: #abb7be;
    font-weight: 500;
    white-space: nowrap;
}
.nav-drawer > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
.nav-drawer > li > a > span {
    white-space: nowrap;
}
.nav-drawer > .active > a {
    background-color: #2c2c2c;
    border-color: #6266f9;
}
.nav-drawer > li.active > a {
    background-color: #2c2c2c!important;
    color:#6266f9;
}
.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
    background-color: #2c2c2c;
    border-color: #6266f9;
}
.nav-drawer .nav-subnav > li.active > a,
.nav-drawer .nav-subnav > li > a:hover {
    color: #6266f9;
    background-color: transparent;
}
.nav-drawer > li > a > i {
    position: absolute;
    left: 21px;
    top: 8px;
    font-size: 1.25em;
}
.nav-drawer ul li ul {
    padding-left: 15px;
}
.nav-item-has-subnav > a:after {
    position: absolute;
    top: 14px;
    right: 24px;
    font-family: 'Material Design Icons';
    font-size: 10px;
    line-height: 1.75;
    content: '\f142';
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.nav-item-has-subnav.open > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-item-has-subnav.open > .nav-subnav {
    display: block;
}
.nav-subnav {
    display: none;
}

/* 左侧版权信息 */
.sidebar-footer {
    bottom: 0;
    width: 100%;
    height: 96px;
    border-top: 1px solid rgba(77, 82, 89, 0.07);
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    font-size: 13px;
    line-height: 24px;
}


/** ----------------------------------
 * 头部导航
 -------------------------------------- */
.ude-layout-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    padding-left: 240px;
    background-color: #353535;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
    -moz-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
    box-shadow: 4px 0 5px rgba(0, 0, 0, 0.035);
}
.ude-layout-header .navbar {
    min-height: 68px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0px;
    background-color: transparent;
}

/* 侧边栏开关 */
.ude-aside-toggler {
    margin-right: .25rem;
    padding: .25rem .95rem .25rem .25rem;
    line-height: 1.5;
    cursor: pointer;
}
.ude-aside-toggler .ude-toggler-bar {
    display: block;
    height: 2px;
    width: 20px;
	background-color: #ffffff;
    margin: 4px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ude-aside-toggler .ude-toggler-bar:nth-child(2) {
    width: 15px;
}
.ude-aside-toggler:hover .ude-toggler-bar:nth-child(2) {
    width: 20px;
}
.ude-layout-sidebar-close .ude-aside-toggler .ude-toggler-bar {
    width: 20px;
}

/* 顶部菜单入口 */
.navbar-menu-box{
    position: relative;
    width:calc(100vw - 500px);
}
.navbar-menu-box .navbar-menu-main{
    width:1000px;
}
.navbar-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navbar-menu  > li{
    padding:0 10px;
}
.navbar-menu  > li > a {
    display:block;
    padding: 10px 18px;
    font-size:16px;
    height:36px;
    line-height:1;
    color:rgba(255,255,255,0.5);
    border-radius:50px;
}
.navbar-menu  > li.active > a,
.navbar-menu  > li:hover > a {
    background:rgba(255,255,255,0.25);
	color:#ffffff;
}

/* 右侧用户 */
.navbar-right {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navbar-right > li > a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
}
.navbar-right .dropdown-skin,
.navbar-right .dropdown-profile {
    cursor: pointer;
}

/* 消息提示 */
.dropdown-notice .dropdown-menu {
    width: 280px;
}
.dropdown-notice .dropdown-item {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.dropdown-notice .ude-notifications-title {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}
.dropdown-notice .icon-item .badge {
    position: absolute;
    top: 10px;
    right: 0px;
}
.ude-notifications-info {
    position: relative;
    height: 200px;
    max-height: 200px;
    margin: 0;
    padding: 0;
}

/* 主题选择 */
.icon-item {
    display: block;
    position: relative;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
    padding: 0 12px;
	text-align: center;
}
.icon-item > i.mdi {
    font-size: 1.5em;
}
.dropdown-skin .dropdown-menu {
    width: 262px;
    -moz-user-select: none; /* 火狐 */
    -webkit-user-select: none; /* webkit浏览器 */
    -ms-user-select: none; /* IE10 */
    -khtml-user-select: none; /* 早期浏览器 */
    user-select: none;
}
.drop-title {
    color: #4d5259;
}
.drop-title p {
    font-size: 14px;
    padding: 5px 15px 0px 15px;
}
.drop-skin-li {
    font-size: 12px;
    padding: 0px 12px;
}
.drop-skin-li input[type=radio] {
    display: none;
}
.drop-skin-li input[type=radio]+label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.drop-skin-li input[type=radio]:checked+label {
    position: relative;
}
.drop-skin-li input[type=radio]:checked+label::after {
    content: "\f12c";
    font-family: "Material Design Icons";
    font-size: 1rem;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
	line-height: 20px;
    position: absolute;
    top: 0px;
    -webkit-transition: .2s;
    transition: .2s;
}
.drop-skin-li .inverse input[type=radio]:checked+label::after {
    color: #4d5259;
}
#header_bg_1+label, #logo_bg_1+label, #sidebar_bg_1+label, #site_theme_1+label {
    background-color: #fff;
	border: 1px solid #f0f0f0;
}
#header_bg_2+label, #logo_bg_2+label, #sidebar_bg_2+label {
    background-color: #15c377;
	border: 1px solid #15c377;
}
#header_bg_3+label, #logo_bg_3+label, #sidebar_bg_3+label {
    background-color: #48b0f7;
	border: 1px solid #48b0f7;
}
#header_bg_4+label, #logo_bg_4+label, #sidebar_bg_4+label {
    background-color: #faa64b;
	border: 1px solid #faa64b;
}
#header_bg_5+label, #logo_bg_5+label, #sidebar_bg_5+label {
    background-color: #f96868;
	border: 1px solid #f96868;
}
#header_bg_6+label, #logo_bg_6+label, #sidebar_bg_6+label {
    background-color: #926dde;
	border: 1px solid #926dde;
}
#header_bg_7+label, #logo_bg_7+label, #sidebar_bg_7+label {
    background-color: #6266f9;
	border: 1px solid #6266f9;
}
#header_bg_8+label, #logo_bg_8+label, #sidebar_bg_8+label, #site_theme_2+label {
    background-color: #465161;
	border: 1px solid #465161;
}
#header_bg_1+label, #logo_bg_1+label, #sidebar_bg_1+label, #site_theme_1+label {
    background-color: #fff;
	border: 1px solid #f0f0f0;
}
#header_bg_2+label, #logo_bg_2+label, #sidebar_bg_2+label {
    background-color: #15c377;
	border: 1px solid #15c377;
}
#header_bg_3+label, #logo_bg_3+label, #sidebar_bg_3+label {
    background-color: #48b0f7;
	border: 1px solid #48b0f7;
}
#header_bg_4+label, #logo_bg_4+label, #sidebar_bg_4+label {
    background-color: #faa64b;
	border: 1px solid #faa64b;
}
#header_bg_5+label, #logo_bg_5+label, #sidebar_bg_5+label {
    background-color: #f96868;
	border: 1px solid #f96868;
}
#header_bg_6+label, #logo_bg_6+label, #sidebar_bg_6+label {
    background-color: #926dde;
	border: 1px solid #926dde;
}
#header_bg_7+label, #logo_bg_7+label, #sidebar_bg_7+label {
    background-color: #6266f9;
	border: 1px solid #6266f9;
}
#header_bg_8+label, #logo_bg_8+label, #sidebar_bg_8+label, #site_theme_2+label {
    background-color: #465161;
	border: 1px solid #465161;
}
#site_theme_3+label {
    background: -webkit-linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    background: -o-linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    background: -moz-linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
    background: linear-gradient(135deg, #65FDF0 10%, #1D6FA3 100%);
}

/* 颜色搭配 */

[data-headerbg*='color_'] .ude-layout-header,
[data-headerbg*='color_'] .ude-layout-header .topbar-right > li > a,
[data-sidebarbg*='color_'] .ude-layout-sidebar-info a,
[data-sidebarbg*='color_'] .sidebar-footer {
    color: rgba(255, 255, 255, .85);
}
[data-sidebarbg*='color_'] .nav-drawer .nav-subnav > li.active > a,
[data-sidebarbg*='color_'] .nav-drawer .nav-subnav > li > a:hover {
    color: #fff;
}
[data-headerbg*='color_'] .ude-aside-toggler .ude-toggler-bar {
    background-color: #fff;
}
[data-sidebarbg*='color_'] .nav-drawer > .active > a {
    border-color: rgba(255, 255, 255, .35);
	background-color: rgba(255, 255, 255, .075)!important;
}
[data-sidebarbg*='color_'] .nav > li > a:hover {
    background-color: rgba(255, 255, 255, .035);
}
[data-sidebarbg*='color_'] .nav-drawer > .active > a:hover,
[data-sidebarbg*='color_'] .nav-drawer > .active > a:focus,
[data-sidebarbg*='color_'] .nav-drawer > .active > a:active {
    border-color: rgba(255, 255, 255, .35);
}
[data-headerbg*='color_'] .navbar-right > li > a {
    color: #fff;
}

[data-headerbg='color_2'] .ude-layout-header,
[data-logobg='color_2'] .sidebar-header,
[data-sidebarbg='color_2'] .ude-layout-sidebar-info {
    background-color: #15c377;
}
[data-headerbg='color_3'] .ude-layout-header,
[data-logobg='color_3'] .sidebar-header,
[data-sidebarbg='color_3'] .ude-layout-sidebar-info {
    background-color: #48b0f7;
}
[data-headerbg='color_4'] .ude-layout-header,
[data-logobg='color_4'] .sidebar-header,
[data-sidebarbg='color_4'] .ude-layout-sidebar-info {
    background-color: #faa64b;
}
[data-headerbg='color_5'] .ude-layout-header,
[data-logobg='color_5'] .sidebar-header,
[data-sidebarbg='color_5'] .ude-layout-sidebar-info {
    background-color: #f96868;
}
[data-headerbg='color_6'] .ude-layout-header,
[data-logobg='color_6'] .sidebar-header,
[data-sidebarbg='color_6'] .ude-layout-sidebar-info {
    background-color: #926dde;
}
[data-headerbg='color_7'] .ude-layout-header,
[data-logobg='color_7'] .sidebar-header,
[data-sidebarbg='color_7'] .ude-layout-sidebar-info {
    background-color: #6266f9;
}
[data-headerbg='color_8'] .ude-layout-header,
[data-logobg='color_8'] .sidebar-header,
[data-sidebarbg='color_8'] .ude-layout-sidebar-info,
[data-sidebarbg='color_8'] .ude-layout-sidebar-info .nav-item.nav-item-has-subnav > a{
    background-color: #28333e!important;
}
[data-sidebarbg='color_8'] .ude-layout-sidebar-info .nav-drawer > li.open,
[data-sidebarbg='color_8'] .ude-layout-sidebar-info .nav-drawer > li.active{
	background-color: #1c242b;
}
[data-sidebarbg="color_8"] .ude-layout-sidebar-info a{
	color:rgba(255,255,255,0.7);
}
[data-sidebarbg="color_8"] .ude-layout-sidebar-info .nav-drawer  > li.active.nav-item-has-subnav > a,
[data-sidebarbg="color_8"] .ude-layout-sidebar-info .nav-drawer  > li.open.nav-item-has-subnav > a{
	color:#ffffff;
}
[data-sidebarbg='color_8'] .ude-layout-sidebar-info .nav-drawer > li.nav-item:not(.nav-item-has-subnav).active > a{
	color:#ffffff;
	background-color:#6266f9!important;
}
[data-sidebarbg="color_8"] .nav-drawer .nav-subnav > li.active > a, [data-sidebarbg="color_8"] .nav-drawer .nav-subnav > li > a:hover{
	color:#ffffff;
	background-color:#6266f9;
}

[data-headerbg='color_9'] .ude-layout-header,
[data-logobg='color_9'] .sidebar-header{
    background-color: #374E65;
}
[data-sidebarbg='color_9'] .ude-layout-sidebar-info {
	background-image:linear-gradient(to top,#566d80, #374E65);
}
[data-sidebarbg='color_9'] .nav-drawer > li.active > a{
	color:#70ABE6;
}
[data-sidebarbg='color_9'] .nav-drawer > li.open,
[data-sidebarbg='color_9'] .nav-drawer > li.active{
	background-color:#1D3751;
}
[data-headerbg='color_9'] .navbar-menu > li.active > a,
[data-headerbg='color_9'] .navbar-menu > li:hover > a{
	background-color:#ffffff;
	color:#666;
}
[data-sidebarbg='color_9'] .nav-drawer .nav-subnav > li.active > a,
[data-sidebarbg='color_9'] .nav-drawer .nav-subnav > li > a:hover {
    color: #70ABE6!important;
}

/** ----------------------------------
 * 主要内容
 -------------------------------------- */
.ude-layout-content {
    position: absolute;
	height: 100%;
	width: 100%;
    padding-top: 68px;
    padding-left: 240px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.ude-layout-content #iframe-content {
    height: 100%;
}
.ude_table_box .fixed-table-toolbar{
    padding:0 24px;
}
.ude_table_box table{
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}
.ude_table_box .bootstrap-table .fixed-table-container{
	min-height:300px;
}
.ude_table_box .bootstrap-table .fixed-table-container .fixed-table-body{
	min-height:300px;
}
.ude_table_box .bootstrap-table .fixed-table-container .table thead{
    background: #fafafa;
}
.ude_table_box .bootstrap-table .fixed-table-container .table  tbody tr{
    background: #fafafa;
}
.ude_table_box .bootstrap-table .fixed-table-container .table  tbody tr:nth-of-type(2n+1){
    background: #ffffff;
}
.ude_table_box .bootstrap-table .fixed-table-container .table thead th{
    border-bottom: 1px solid #f1f1f1;
	color: #666;
	font-weight: 500;
}
.ude_table_box .bootstrap-table .fixed-table-container .table thead th:first-child .th-inner,
.ude_table_box .bootstrap-table .fixed-table-container .table tr td:first-child{
    padding-left:24px;
}
.ude_table_box .bootstrap-table .fixed-table-container .table thead th:last-child .th-inner,
.ude_table_box .bootstrap-table .fixed-table-container .table tr td:last-child{
    padding-right:24px;
}
.ude_table_box .fixed-table-pagination{
    padding: 0 24px;
}
.ude_table_box .table_title{
    font-weight:700;
    height:36px;
    line-height:36px;
}

/*上传*/
.upload_file_box{
    display: -ms-flexbox !important;
    display: flex !important;
    flex-flow: wrap;
    margin-top:5px;
}
.upload_file_box .upload_file_item{
    display:inline-block;
    border:1px solid #F2F3F3;
    padding:8px;
	width:100%;
}
.upload_file_box .upload_file_item .preview_box{
    display:block;
    margin-bottom:5px;
	width:100%;
}
.upload_file_box .upload_file_item .preview_box img{
    width: 100%;
}
.upload_file_box .upload_file_item .preview_box video,.upload_file_box .upload_file_item .preview_box audio{
    width: 100%;
}
input[type="file"].upload_file{
    display:none;
}
.upload_file_box .upload_file_item .preview_box .video-js{
	width: 100%;
	height: 200px;
}


/* 图片上传裁切 */
.pic_prew_panel .modal-body{
	width:760px;
}
.pic_prew_panel .jcrop_body{
	display:flex;
	justify-content: space-between;
}
.pic_prew_panel .image_jcrop_box {
	width: 400px;
	height: 400px;
	border:1px solid #eaeaea;
	box-sizing:border-box;
}
.pic_prew_panel .image_jcrop_box .jcrop_img{
	max-width: 400px;
	max-height: 400px;
	display:none;
	visibility:none;
}
.pic_prew_panel .image_jcrop_box .jcrop-handle{
	width:10px;
	height:10px;
}
.pic_prew_panel .result_box{
	width:300px;
	display:flex;
	flex-flow: column;
}

.pic_prew_panel .result_box .preview_pane{
	width: 300px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	box-sizing:border-box;
}
.pic_prew_panel .result_box .preview_pane .preview-container {
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.pic_prew_panel .result_box .btn_box{
	margin-top:20px;
}
.pic_prew_panel .result_box .btn_box .btn{
	margin-right:10px;
}
.pic_prew_panel .result_box .btn_box .btn.cancal_btn{
	background:#dddddd;
	border-color:#dddddd;
}
.pic_prew_panel canvas {
	width: 200px;
	height: 200px;
	display:none;
}

/* 图片预览插件 */
.blueimp-gallery{
    background:rgba(0,0,0,0.8);
}
.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .slides > .slide > .slide-content > img{
    max-height:80%;
    max-width:90%;
}

/* 选择站内资源操作 */
.select_data_box{
	display:flex;
	flex-flow:wrap;
	text-align: center;
	margin-top:10px;
}
.select_data_box .data_item {
	border: 1px solid #eaeaea;
	padding: 5px;
	border-radius: 4px;
	margin-right: 20px;
	width: 200px;
}
.data_item .img{
	display: block;
	height: 100px; 
}
.data_item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.data_item .title {
	margin-bottom:5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{
	font-size:16px;
}
.data_item.user_item .img{
	height:auto;
	display:inline-block;
}
.data_item.user_item .img img {
	width:48px;
	height:48px;
}

/* 课程数据块显示 */
.moocs_data_box{
	display:flex;
}
.moocs_data_box .cover{
	width:224px;
	height:126px;
	margin-right:20px;
}
.moocs_data_box .cover img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.moocs_data_box .info{
	flex:1;
	display: flex;
	flex-flow: column;
}
.moocs_data_box .info .title{
	font-size:16px;
	font-weight: 700;
}
.moocs_data_box .info .desc{
	color:#666;
	font-size:14px;
	min-height:50px;
	flex:1;
}
.moocs_data_box .info .btm{
	display:flex;
	justify-content: space-between;
}

/* 座位模块 */
.seats_panel .act_btn_box .act_btn span{
	display:inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	margin-right: 5px;
	vertical-align: middle;
}
.seats_panel .act_btn_box .act_btn[data-type="1"] span{
	background:rgba(98, 102, 249,0.8);
}
.seats_panel .act_btn_box .act_btn[data-type="2"] span{
	background:#eaeaea;
}
.seats_panel .act_btn_box .act_btn[data-type="3"] span{
	background:#f9f9f9;
}
.seats_panel .num_box{
	text-align: right;
}
.seats_panel .num_box span{
	margin-right:15px;
}
.seats_panel .num_box span:last-child{
	margin-right:0;
}
.seats_panel .num_box span i{
	font-style: inherit;
}
.seats_panel .seats_box{
	display:flex;
	max-height: 80vh;
	position: relative;
}
.seats_panel .seats_box .box_no{
	width:80px;
	display:flex;
	flex-flow: wrap;
	align-items: flex-end;
	padding-right: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 70px;
	background:#ffffff;
	height: calc(100% - 70px);
	overflow: hidden;
	justify-content: flex-end;
}
.seats_panel .seats_box .box_no .no_item{
	display: flex;
	align-items: center;
	justify-content: center;
	height:28px;
	margin-bottom:5px;
}
.seats_panel .seats_box .box_no .no_item:last-child{
	margin-bottom:0;
	height: 58px;
	padding-bottom: 30px;
}
.seats_panel .seats_box .box_con{
	flex:1;
	margin-left:80px;
	margin-right:60px;
	overflow: hidden;
}
.seats_panel .seats_box .box_con .con_top{
	background:#eaeaea;
	color:#666;
	text-align: center;
	height:32px;
	line-height:32px;
	margin-bottom:10px;
}
.seats_panel .seats_box .box_con .con_seats{
	text-align: center;
	height: calc(100% - 40px);
}
.seats_panel .seats_box .box_con .con_seats .seats_col_num{
	white-space: pre;
	font-size:0;
	overflow: hidden;
}
.seats_panel .seats_box .box_con .con_seats .seats_col_num .num_item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:30px;
	height:28px;
	margin-right:5px;
	text-align: center;
	font-weight:700;
	font-size:14px;
}
.seats_panel .seats_box .box_con .con_seats .seats_data{
	white-space: pre;
	height: calc(100% - 28px);
	overflow: auto;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row{
	margin-bottom:5px;
	font-size:0;
	width: max-content;
	min-width: 100%;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row:hover{
	background:#f7f7f7;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:30px;
	height:28px;
	background: #eaeaea;
	color:#666;
	border-radius:4px;
	box-sizing: border-box;
	margin-right:5px;
	font-size:13px;
	cursor: pointer;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item .input_title{
	display:none;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item.edit .text{
	display: none;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item.edit .input_title{
	display: block;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item.selected{
	border: 3px dashed #77d2dc;
	background: rgba(119, 210, 220,0.2);
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item.active{
	background: rgba(98, 102, 249,0.8);
	color:#ffffff;
}
.seats_panel .seats_box .box_con .con_seats .seats_data .seats_row .seats_item.disabled{
	background: #f9f9f9;
	color: #dddddd;
}
.seats_panel .seats_box .box_btn{
	width:60px;
	display:flex;
	flex-flow: wrap;
	align-items: flex-start;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 70px;
	background: #fff;
	height: calc(100% - 70px);
	overflow: hidden;
	justify-content: flex-end;
}
.seats_panel .seats_box .box_btn .select_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height:28px;
	width:100%;
	margin-bottom: 5px;
}
.seats_panel .seats_box .box_btn .select_btn:last-child{
	margin-bottom:0;
	height: 58px;
	padding-bottom:30px;
}

/** ----------------------------------
 * 响应式处理
 -------------------------------------- */
@media (max-width: 1024px) {
    .ude-layout-sidebar {
        transform: translateX(-100%);
    }
	.ude-layout-header,
    .ude-layout-content {
        padding-left: 0;
    }
	.ude-layout-sidebar {
        -webkit-box-shadow: none;
		-moz-webkit-box-shadow: none;
        box-shadow: none;
    }
	.ude-layout-sidebar.ude-aside-open {
        transform: translateX(0);
    }
    /* 遮罩层 */
    .ude-mask-modal {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        opacity: 1;
        top: 0;
        visibility: visible;
        width: 100%;
        z-index: 5;
        position: fixed;
        -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .ude-layout-sidebar-close .ude-layout-sidebar {
        width: 240px;
    }
    .ude-layout-sidebar-close .ude-layout-header,
    .ude-layout-sidebar-close .ude-layout-content {
        padding-left: 0px;
    }
}
@media screen and (max-width: 430px) {
    .dropdown-skin .dropdown-menu {
        left: -64px!important;
    }
    .dropdown-notice .dropdown-menu {
        left: -38px!important;
    }
    .nav-step .nav-step-item p {
        display: none;
    }
}
@media (min-width: 1024px) {
    .ude-layout-sidebar-close .nav-drawer > li > a {
        padding: 12px 28px 12px 29px;
        height: 48px;
    }
    .ude-layout-sidebar-close .nav-drawer > li > a span {
        display: none;
    }
    .ude-layout-sidebar-close .nav-drawer > li > a:after {
        content: '';
    }
    .ude-layout-sidebar-close .ps__rail-x,
    .ude-layout-sidebar-close .ps__rail-y {
	    pointer-events: none;
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:not(:hover) .ps {
        overflow: visible!important;
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:not(:hover) .nav-item-has-subnav > .nav-subnav {
        display: none!important;
    }
    .ude-layout-sidebar-close .sidebar-footer {
        visibility: hidden;
        opacity: 0;
    }
    .ude-layout-sidebar {
        -webkit-transition: width .3s ease-in-out;
	    transition: width .3s ease-in-out;
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:hover {
        width: 240px;
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:hover .nav-drawer > li > a {
        padding-right: 24px;
        padding-left: 52.99999px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:hover .nav-drawer > li > a span {
        display: block;
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:hover .nav-drawer .nav-item-has-subnav > a:after {
        content: '\f142';
    }
    .ude-layout-sidebar-close .ude-layout-sidebar:hover .sidebar-footer {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in-out 0.15s;
        transition: opacity 0.3s ease-in-out 0.15s;
    }
    body:not(.ude-layout-sidebar-close) .sidebar-footer {
        -webkit-transition: opacity 0.3s ease-in-out 0.15s;
        transition: opacity 0.3s ease-in-out 0.15s;
    }
    .masonry-grid {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media (min-width: 0) {
    .card-group .card+.card {
        border-left: 1px solid rgba(77, 82, 89, 0.07);
    }
}
@media (max-width: 575.98px) {
    .table-responsive-sm>.table>tbody>tr>td,
    .table-responsive-sm>.table>tbody>tr>th,
    .table-responsive-sm>.table>tfoot>tr>td,
    .table-responsive-sm>.table>tfoot>tr>th,
    .table-responsive-sm>.table>thead>tr>td,
    .table-responsive-sm>.table>thead>tr>th {
        white-space: nowrap;
    }    
    .pagination .page-item {
        display: none;
    }
    .pagination .page-item:first-child,
    .pagination .page-item:last-child {
        display: block;
    }
    .ude-timeline-center .ude-timeline-item .ude-timeline-item-action {
        display: none;
    }
	
	.col-form-label {
		width:auto;
		text-align:left;
	}
}
@media (max-width: 767.98px) {
    .table-responsive-md>.table>tbody>tr>td,
    .table-responsive-md>.table>tbody>tr>th,
    .table-responsive-md>.table>tfoot>tr>td,
    .table-responsive-md>.table>tfoot>tr>th,
    .table-responsive-md>.table>thead>tr>td,
    .table-responsive-md>.table>thead>tr>th {
        white-space: nowrap;
    }
    .masonry-grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .ude-timeline .ude-timeline-item:nth-child(even) .ude-timeline-item-action {
        -webkit-box-ordinal-group: 2;
        order: 1;
        text-align: right;
    }
    .ude-timeline .ude-timeline-item:nth-child(odd) .ude-timeline-item-action {
        -webkit-box-ordinal-group: 4;
        order: 3;
        text-align: left;
    }
    .ude-timeline .ude-timeline-item:nth-child(even) .ude-timeline-item-content {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .ude-timeline .ude-timeline-item:nth-child(odd) .ude-timeline-item-content {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media (max-width: 991.98px) {
    .table-responsive {
        border: 1px solid #f2f3f3;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table-bordered {
        border: 0!important;
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child, 
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }
    .table-responsive-lg>.table>tbody>tr>td,
    .table-responsive-lg>.table>tbody>tr>th,
    .table-responsive-lg>.table>tfoot>tr>td,
    .table-responsive-lg>.table>tfoot>tr>th,
    .table-responsive-lg>.table>thead>tr>td,
    .table-responsive-lg>.table>thead>tr>th {
        white-space: nowrap;
    }
    .table-responsive ~ .pagination {
        margin-top: 1rem;
    }
    .ude-timeline-center .ude-timeline-item .ude-timeline-item-content {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .ude-timeline-center .ude-timeline-item .ude-timeline-item-action {
        text-align: right;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl>.table>tbody>tr>td,
    .table-responsive-xl>.table>tbody>tr>th,
    .table-responsive-xl>.table>tfoot>tr>td,
    .table-responsive-xl>.table>tfoot>tr>th,
    .table-responsive-xl>.table>thead>tr>td,
    .table-responsive-xl>.table>thead>tr>th {
        white-space: nowrap;
    }
}
@media (min-width: 1400px) {
	.col-xlg-auto {
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:100%
	}
	.col-xlg-1 {
		-ms-flex:0 0 8.333333%;
		flex:0 0 8.333333%;
		max-width:8.333333%
	}
	.col-xlg-2 {
		-ms-flex:0 0 16.666667%;
		flex:0 0 16.666667%;
		max-width:16.666667%
	}
	.col-xlg-3 {
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-xlg-4 {
		-ms-flex:0 0 33.333333%;
		flex:0 0 33.333333%;
		max-width:33.333333%
	}
	.col-xlg-5 {
		-ms-flex:0 0 41.666667%;
		flex:0 0 41.666667%;
		max-width:41.666667%
	}
	.col-xlg-6 {
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-xlg-7 {
		-ms-flex:0 0 58.333333%;
		flex:0 0 58.333333%;
		max-width:58.333333%
	}
	.col-xlg-8 {
		-ms-flex:0 0 66.666667%;
		flex:0 0 66.666667%;
		max-width:66.666667%
	}
	.col-xlg-9 {
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-xlg-10 {
		-ms-flex:0 0 83.333333%;
		flex:0 0 83.333333%;
		max-width:83.333333%
	}
	.col-xlg-11 {
		-ms-flex:0 0 91.666667%;
		flex:0 0 91.666667%;
		max-width:91.666667%
	}
	.col-xlg-12 {
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
}

/* Fix for multitabs tools right width issue */
.mt-nav.mt-nav-tools-right > .nav-tabs {
    width: 105px;
}