.form-select {
    font-size: inherit;
}
blockquote,.bl-success{
    border-left: 5px solid #2dcb73;
}
blockquote,.bl-danger{
    border-left: 5px solid #ff604f;
}
blockquote,.bl-warning{
    border-left: 5px solid #ffb244;
}
blockquote,.bl-info{
    border-left: 5px solid #1ec3c8;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    background-color: #f8f9fa;
    border-left: 5px solid #eee;
}
.divider {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 1;
    color: #8b95a5;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 2rem auto;
    width: 100%;
}
.divider::before {
    margin-right: 16px;
}
.divider::before, .divider::after {
    content: '';
    -webkit-box-flex: 1;
    flex-grow: 1;
    border-top: 1px solid #ebebeb;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.text-right{
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-align{
    text-align: right;
}
@media (min-width: 768px){
    .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
@media (max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
}
table th, table td {
    word-break: keep-all;
    white-space:nowrap;
    vertical-align:middle;
}
.card-header:first-child {
    border-radius: 0!important;
}
.scrollbar {
    overflow: hidden;
    position: relative;
    overflow: auto;
}
.stat-list li {
    margin-top: 15px;
    position: relative;
}
.layui-form-switch i {
    top: 2px!important;
}
.layui-form-switch {
    margin-top: 0px!important;
}
.layui-table, .layui-table-view {
    margin: 0;
    border: 0px solid #e6e6e6 !important;
}

.panel {
    border: 0px solid transparent !important;
}
.form-padding {
    /* background-color: #dde1e7; */
}
.form-check {
    display: block;
    min-height: 0rem !important;
    padding-left: 1.5em;
    margin-bottom: 0rem !important;
}
::-moz-selection {
    background: #535a6c;
    color: #ffffff;
    text-shadow: none;
}
.eval-block{
    display: initial !important;
    min-width: 100% !important;
}
.btn {
    font-size: 0.8rem !important;
}
.layui-colorpicker {
    width: 24px !important;
    height: 20px !important;
    border: 0px solid #e6e6e6 !important;
    padding: 0px !important;
    border-radius: 2px !important;
    line-height: unset !important;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}
label {
    float: none !important;
}
@media (max-width: 767px){
    .app .nav {
        display:block !important;
    }   
    .app>.header .brand {
        border-bottom: 1px solid #a2a2a2;
    }
    .header .off-left {
        position: absolute;
        left: 0;
    }
    .header .navbar-toggle, .header [data-toggle="off-canvas"] {
        font-size: 16px;
        z-index: 999;
        padding: 9px 15px;
        margin-top: 8px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px){
    .app .nav {
        display:none !important;
    }
    .header {
        width: 0 !important;
    }
    .app > .header {
        background-color: #ebeef1 !important;
    } 
    section > aside > nav > ul {
        padding-top: 50px !important;
        background-color: #353d44;
    }
}
.copyright{
    line-height: 20px;
    font-size: 1px;
    padding-bottom: 20px;
}
.panel-heading {
    padding: 15px 15px;
}
.layui-tree-icon {
    height: 14px;
    line-height: 14px;
    width: 14px;
    text-align: center;
    margin-left: 12px !important;
    margin-right: 12px !important;
    border: 1px solid #c0c4cc;
}
.layui-tree-icon .layui-icon {
    font-size: 13px !important;
    color: #666;
}
.layui-input, .layui-select, .layui-textarea {
    height: 34px;
}
.ew-tree-table {
    margin: 10px 0;
    position: relative;
    border: 0px solid #e6e6e6 !important;
    border-bottom: none;
    border-right: none;
}
.ew-tree-table {
    margin: 0px !important;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.pd-t5 {
    padding-top: 5px;
}
.pd-t10 {
    padding-top: 10px;
}
.pd-t15 {
    padding-top: 15px;
}
.pd-t20 {
    padding-top: 20px;
}
.pd-t30 {
    padding-top: 30px;
}
.pd-t40 {
    padding-top: 40px;
}
.mg-b5 {
   margin-bottom: 5px;
}
.mg-b10 {
   margin-bottom: 10px;
}
.mg-b15 {
   margin-bottom: 15px;
}
.mg-b20 {
   margin-bottom: 20px;
}
.mg-b30 {
   margin-bottom: 30px;
}
.mg-b40 {
    margin-bottom: 40px;
}
.pd5 {
    padding: 5px;
}
.left-item {
    float: left;
}
.navbar {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none;
}
.card {
    margin-bottom: 20px;
    border: 0px solid rgba(0,0,0,.125);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 0rem;
}
.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-padding{
    padding: 0.5rem 0rem;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    margin-right: 0rem;
    font-size: 18px;
    line-height: 20px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: 0.1em;
}
.form-switch {
    padding-left: 0em;
}
*::-webkit-scrollbar {
 /*滚动条整体样式*/
 width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
 height: 8px;
 }
*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #b3b3b361;
}
*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
}

::selection {
    background: #535a6c;
    color: #ffffff;
    text-shadow: none;
}
a:active,
a:focus,
a:hover {
    color: #129cb7;
}
/* aside > nav > ul > li:hover {
    background: #eee !important;
} */
/* .main-navigation > ul > li > a:hover {
    color: #333 !important;
} */
.collapsible .main-navigation > ul > li > ul > li > a:hover {
    color: #27b6af !important;
}
.app>.header {
    background-color: #ffffff;
}
.app>.header .brand {
    background-color: #3c444d;
}
.app>.header .brand a,
.app>.header .brand a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.app>.header .navbar-toggle {
    color: rgba(255, 255, 255, 0.9);
}
.app>.header .nav>li>a,
.app>.header .bg-none {
    color: #444444;
}
.app>.header .form-control:-moz-placeholder {
    color: #5e5e5e;
}
.app>.header .form-control::-moz-placeholder {
    color: #5e5e5e;
}
.app>.header .form-control:-ms-input-placeholder {
    color: #5e5e5e;
}
.app>.header .form-control::-webkit-input-placeholder {
    color: #5e5e5e;
}
@media screen and (min-width: 768px) {
    .horizontal>.header .brand {
        background-color: #ffffff;
    }
    .horizontal>.header .brand a,
    .horizontal>.header .brand a:hover {
        color: #444444;
    }
    .header .nav>li>a:hover,
    .header .nav>li>a:focus,
    .header .nav .open>a,
    .header .nav .open>a:hover,
    .header .nav .open>a:focus {
        background-color: #f5f5f5;
    }
}
.sidebar,
.chat-sidebar {
    background-color: #3c444d;
    color: #ccd0d8;
}
.panel-padding {
    padding: 15px;
}
.el-radio {
    opacity: 0;
    position: absolute;
}
.el-radio:checked+.btn-white {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    -webkit-box-shadow: -1px 0 0 0 #009688;
    box-shadow: -1px 0 0 0 #009688;
}
label {
    float: left;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.sidebar a,
.chat-sidebar a,
.sidebar .nav-title,
.chat-sidebar .nav-title {
    color: #ccd0d8;
}
.main-navigation>ul>li>a {
    color: #ccd0d8;
}
.app-navigation>ul>li>a {
    color: inherit;
}
.app:not(.small-sidebar) .collapsible .main-navigation>ul>li>ul>li>a {
    color: #ccd0d8;
}
.app:not(.small-sidebar) .collapsible .main-navigation>ul>li>ul>li.active {
    /* background: #535a6c; */
}
.app:not(.small-sidebar) .collapsible .main-navigation>ul>li>ul>li.active a {
    color: #27b6af !important;
}
.main-navigation:not(.app-navigation)>ul>li.active,
.main-navigation:not(.app-navigation)>ul>li:hover,
.main-navigation:not(.app-navigation)>ul>li.open {
    background-color: #2c3138;
}
.main-navigation:not(.app-navigation)>ul>li.active>a:after,
.main-navigation:not(.app-navigation)>ul>li:hover>a:after,
.main-navigation:not(.app-navigation)>ul>li.open>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 55px;
    border-left: #20a53a 3px solid;
}
@media screen and (min-width: 768px) {
    .small-menu .main-navigation>ul>li.open {
        background-color: #4f5566;
    }
}
.spinner-loader {
    background: #17c3e5;
    background-color: rgba(23, 195, 229, 0.9);
}
.spinner-loader>div {
    background-color: #a0e7f5;
}
.loader {
    color: #17c3e5;
}
.gallery .overlay {
    background-color: #535a6c;
    background-color: rgba(83, 90, 108, 0.9);
}
.btn-color {
    color: #ffffff;
    background-color: #535a6c;
    border-color: #535a6c;
}
.btn-color:hover,
.btn-color:focus,
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
    color: #ffffff;
    background-color: #484e5e;
    border-color: #484e5e;
}
a.btn-color {
    color: #ffffff;
}
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
    background-image: none;
}
.btn-color.disabled,
.btn-color[disabled],
fieldset[disabled] .btn-color,
.btn-color.disabled:hover,
.btn-color[disabled]:hover,
fieldset[disabled] .btn-color:hover,
.btn-color.disabled:focus,
.btn-color[disabled]:focus,
fieldset[disabled] .btn-color:focus,
.btn-color.disabled:active,
.btn-color[disabled]:active,
fieldset[disabled] .btn-color:active,
.btn-color.disabled.active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color.active {
    background-color: #535a6c;
    border-color: #535a6c;
}
.color {
    color: #535a6c;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e8ecf3;
}
#nestable2 .dd-handle {
    color: #cbced3;
    border: 1px solid #535a6c;
    background-color: #535a6c;
}
#nestable2 .dd-handle:hover {
    background-color: #5e667a;
}
.slider-color .slider-selection {
    background-color: #535a6c;
}
.slider-color .slider-handle {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px, #535a6c 0px 0px 0px 1px;
}
.panel-color {
    border-color: #535a6c;
}
.panel-color>.panel-heading {
    color: #cbced3;
    background-color: #535a6c;
    border-color: #535a6c;
}
.panel-color>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #535a6c;
}
.panel-color>.panel-heading a {
    color: #cbced3;
}
.panel-color>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #535a6c;
}
.label-color {
    background-color: #535a6c;
}
.label-color[href]:hover,
.label-color[href]:focus {
    background-color: #3d424f;
}
.bg-color {
    background-color: #535a6c;
    color: #a7abb4;
}
.bg-color>a {
    color: #a7abb4;
}
.bg-color>a:active,
.bg-color>a:focus,
.bg-color>a:hover {
    color: #9b9faa;
    text-decoration: none;
    outline: 0;
}
.bg-color .nav>li:hover>a,
.bg-color .nav>li:focus>a,
.bg-color .nav>li:active>a,
.bg-color .nav>li.active>a,
.bg-color .nav>li>a:hover,
.bg-color .nav>li>a:focus {
    background-color: #4c5363;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    border-color: #535a6c;
    background-color: #535a6c;
    color: #ffffff;
}
.progress-bar-color {
    background-color: #535a6c;
}
.morris-hover.morris-default-style {
    border-color: #535a6c;
    background-color: #535a6c;
    background-color: rgba(83, 90, 108, 0.9);
}
.morris-hover.morris-default-style a {
    color: #ffffff;
}
#jqstooltip {
    background-color: #535a6c;
    border-color: #535a6c;
}
#tooltip {
    background-color: #535a6c;
    color: #ffffff;
}
#tooltip:before {
    border-color: transparent #535a6c transparent transparent;
}
.jvectormap-label {
    border: solid 1px #535a6c;
    background-color: #535a6c;
    color: white;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    background-color: #535a6c;
    color: white;
}
.pull-right {
    float: right;
}
.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.spin{
    text-align: center;
    padding: 15px 25px;
}
.current {
    transform:rotate(30deg);
}
.ace .layui-nav .layui-nav-item {
    line-height: 30px !important;
}
.ace .layui-nav .layui-this:after, .layui-nav-bar {
    content: "";
    height: 2px !important;
}
.ace .layui-nav .layui-nav-item a {
    padding: 0 10px;
}
.ace_editor_main_storey {
    display: inline-block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 5px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
