* {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 13px;
}

body {
    /*min-width: 800px;*/
    overflow-x: auto;
}

a:focus {
    outline: none;
}

.row {
    margin: 0;
    padding: 0;
}

/*::-webkit-scrollbar{
	width:8px;
	height:8px;
	background:#b9b9b9;
}
::-webkit-scrollbar-thumb{
	background:#5595bb;
}
::-webkit-scrollbar-track-piece{
	background:#d8d8d8;
}*/
button.button {
    margin: 0px 0px 0px;
    padding: 4px 10px;
    background: #1f82c1;
    color: white;
    border: 0px;
    outline: none;
    border-radius: 3px;
}

button#save {
    vertical-align: top;
}

button.button.button-disabled, button.btn-add[disabled] {
    pointer-events: none;
    background-color: #797979; /*999;*/
}

button.btn-delete {
    width: 20px !important;
    margin: 0 3px;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -90px -80px;
    background-repeat: no-repeat;
}

button.button-reset {
    background: #d9534f;
}

button.btn-copy {
    /* position: absolute; */
    margin: 0 3px;
    width: 20px !important;
    height: 20px;
    background-image: url(/images/copy.svg);
    background-repeat: no-repeat;
    background-position: center;
}

button.btn-add {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -110px -80px;
    background-repeat: no-repeat;
}

button.btn-refresh {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: 0px -80px;
    background-repeat: no-repeat;
    margin: 0 3px;
    background-color: transparent;
}

button.btn-edit {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -130px -80px;
    background-repeat: no-repeat;
    margin: 0 3px;
}

button.btn-advanced {
    position: relative;
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -20px -100px;
    background-repeat: no-repeat;
    margin: 0 3px;
    background-color: transparent;
}

button.btn-advanced:hover .error-tooltip {
    display: inline-block;
}

button.btn-advanced .error-tooltip {
    display: none;
    position: absolute;
    width: 240px;
    transform: translate(-50%, 17px);
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
    word-break: break-all;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    text-align: center;
    z-index: 11;
}

button.btn-advanced .error-tooltip::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

button.btn-detail {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/detail.png);
    background-repeat: no-repeat;
    margin: 0 3px;
    background-size: 14px;
    background-position: center;
}

button.btn-retry {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/retry.png);
    background-repeat: no-repeat;
    margin: 0 3px;
    background-size: 14px;
    background-position: center;
}

button.btn-clear {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -62px -100px;
    background-repeat: no-repeat;
    margin: 0 3px;
    background-color: transparent;
}

button.btn-associate {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/link.png);
    background-repeat: no-repeat;
    margin: 0 3px;
    background-size: 16px;
    background-position: center;
}

.warning-tip {
    color: #d98f42;
    margin-left: 10px;
}

.custom-tip {
    color: #ff3a3a;
    margin: 20px 0 0 -2px;
    font-size: 14px;
}

.error_tip {
    position: absolute;
    width: auto;
    color: #d98f42;
    border: 1px solid #d98f42;
    border-radius: 5px;
    white-space: nowrap;
    padding: 3px 15px;
    background: white;
    z-index: 99;
    /*word-break: break-word;
      white-space: normal;
      padding: 0px;
      max-width: 100%;
      left: 0px;*/
}

.btn_error_tip {
    min-width: 80px;
    /*width:100%;*/
    /*left:0px !important;*/
}

.error_tip_msg {
    color: #d98f42;
    padding: 5px;
    display: block;
}

.error_tip:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    background: url(/images/icon.png) 0px -49px no-repeat;
    bottom: -15px;
    left: 0px;
    /*background:url(/images/icon.png) -40px -49px no-repeat;
      top: -15px;
      left:50%;
      margin-left: -10px;*/
}

.error_tip.btn_error_tip:before {
    background: url(/images/icon.png) -60px -49px no-repeat;
    left: inherit;
    right: 0px;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dash {
    /* height: 30px; */
    text-align: left;
    margin-left: 0;
    background-color: rgb(118, 118, 118);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    margin: 0px 5px;
}

/* span.result {
	position: absolute;
	left: 0;
	top: 50px;
} */

span.save-success {
    padding-left: 20px;
    color: #48bde9;
    line-height: 26px;
}

span.save-error {
    padding-left: 20px;
    color: #d98f42;
    line-height: 26px;
}

.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled]:focus {
    border-color: #ccc;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #8a949c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.inline {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    vertical-align: middle;
}

.ys-checkbox {
    position: relative;
    top: 5px;
}

.ys-switch-checkbox-container {
    display: inline-block;
}

.ys-switch-checkbox {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: -1;
}

.ys-switch {
    display: inline-block;
    width: 44px;
    height: 26px;
    border: 2px solid;
    border-radius: 26px;
    background-color: currentColor;
    box-sizing: border-box;
    color: #b6bbc6;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.ys-switch::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
}

:active + .ys-switch::before {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

:checked + .ys-switch {
    color: #2382bf;
}

:checked + .ys-switch::before {
    margin-left: 18px;
}

:disabled + .ys-switch {
    opacity: 0.38;
    cursor: default;
}

.ys-switch:hover,
:focus + .ys-switch {
    color: #a2a9b6;
}

:checked + .ys-switch:hover,
:checked:focus + .ys-switch {
    color: #0057c3;
}

:disabled + .ys-switch:hover {
    color: #b6bbc6;
}

:checked:disabled + .ys-switch:hover {
    color: #2486ff;
}

.ys-title-3 {
    font-weight: 700;
    color: #4a5d6a;
}

.form-control {
    color: #333;
    border-radius: 2px;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 3px 8px;
    background: transparent;
    border-color: #8a949c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.eye-password {
    padding-right: 30px;
}

input::-ms-reveal {
    display: none;
}

select option {
    background-color: #f7f8f8;
}

.ys-editable-select-container {
    position: relative;
    width: 200px;
    height: 28px;
    display: inline-block;
}

.ys-editable-select-input {
    width: 100%;
    padding: 1px;
    padding-left: 8px;
    padding-right: 15px;
    font-size: 13px;
    height: 100%;
    border: 1px solid #8a949c;
    background-color: transparent;
    color: #333 !important;
    box-shadow: none;
}

.ys-editable-select-arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding-top: 8px;
    padding-right: 5px;
}

.ys-editable-select-arrow > span {
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4a565f;
}

.ys-editable-select-select {
    position: absolute;
    top: 28px;
    left: 0px;
    font-size: 14px;
    width: 100%;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    background: #f7f8f8;
    border: 1px solid #8a949c;
    display: none;
    z-index: 99;
}

.ys-editable-select-select li {
    list-style: none;
    cursor: default;
    padding: 2px 4px;
}

.ys-editable-select-select li:hover {
    background-color: rgb(50, 125, 253);
    color: #fff;
}

.ys-editable-select-select li.select {
    background-color: rgb(50, 125, 253);
    color: #fff;
}

.ys-editable-select-select,
.ys-editable-select-input {
    outline: none;
}

.ys-editable-select-input[disabled] {
    background-color: #eee;
    opacity: 1;
}

.ys-multiselct-wrap {
    margin: 0 auto;
}

.ys-multiselect-list-wrap {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    height: auto;
    position: relative;
}

.ys-multiselect-operate {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: top;
}

.ys-multiselect-list-wrap select.form-control {
    min-height: 110px;
    padding: 0px;
}

.ys-multiselect-list-wrap select.form-control option {
    font-size: 14px;
}

button.ys-multiselect-toright {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -150px -80px;
    background-repeat: no-repeat;
    margin: 5px auto;
    display: block;
}

button.ys-multiselect-toallright {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -170px -80px;
    background-repeat: no-repeat;
    margin: 5px auto;
    display: block;
}

button.ys-multiselect-toleft {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -190px -80px;
    background-repeat: no-repeat;
    margin: 5px auto;
    display: block;
}

button.ys-multiselect-toallleft {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -210px -80px;
    background-repeat: no-repeat;
    margin: 5px auto;
    display: block;
}

h3.ys-title-3 {
    font-size: 14px;
    padding-left: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-left: 2px solid #2382bf;
    margin-left: -10px !important;
}

h3.ys-title {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.hideimport {
    display: none !important;
}

.head_hideimport,
.line_hideimport {
    display: none !important;
    width: 0px;
}

.bluecolor {
    color: #2382bf;
    font-size: 14px;
}

.graycolor {
    color: #666666;
    font-size: 14px;
}

.datetimepicker-dropdown-bottom-left {
    cursor: pointer;
}

.col-xs-1.split_3 {
    width: 11.6%;
}

/*.ys-field h3.ys-title-3{
	padding-left: 0px;
}*/
.ys-loading {
    position: relative;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/icon.png) 0px -80px no-repeat;
    -webkit-animation: loadingr 1s linear infinite;
    -moz-animation: loadingr 1s linear infinite;
    -o-animation: loadingr 1s linear infinite;
    animation: loadingr 1s linear infinite;
}

.ys-loading.button-loading {
    left: 10px;
    top: 6px;
}

.ys-tip-info {
    color: #48bde9;
}

.ys-tip-error {
    color: #d98f42;
}

.ys-info-gray {
    color: #999 !important;
}

.ys-info-green {
    color: #00cc66 !important;
}

.ys-info-blue {
    color: #2382bf !important;
}

.ys-info-red {
    color: #f33737 !important;
}

.h3-title {
    font-size: 14px;
    margin-bottom: 10px;
}

input[disabled="disabled"],
select[disabled="disabled"] {
    color: #717171;
}

.ys-hide {
    display: none;
}

.ys-show-block {
    display: block;
}

.ys-width-import {
    width: 20px !important;
}

.ys-label.ys-title-3.ys-title-normal {
    margin: 0;
}

.ys_nolimit_width {
    width: auto;
}

/*----- top ------*/
.top {
    height: 70px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 8px #474747;
    -moz-box-shadow: 0px 1px 8px #474747;
    box-shadow: 0px 1px 8px #474747;
}

.top .row {
    padding: 10px 0px;
}

.loginfo {
    text-align: right;
    padding: 8px 30px 9px 0px;
}

.loginfo .userlist {
    list-style: none;
    height: 30px;
    margin-bottom: 0px;
    width: auto;
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid #d8dde3;
    border-right: 1px solid #d8dde3;
    vertical-align: middle;
}

.loginfo .userinfo {
    color: #3b5675;
    display: inline-block;
    position: relative;
    top: 6px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}

.tipicon {
    width: 20px;
    height: 20px;
    background: url(/images/icon.png) -20px -100px no-repeat;
    vertical-align: middle;
    top: 4px;
}

.loginfo .usericon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/icon.png) 0px -100px no-repeat;
    vertical-align: middle;
    position: relative;
    top: 4px;
}

#apply {
    margin: 0 25px;
    padding: 4px 15px;
    display: none;
    width: 80px;
    vertical-align: middle;
    position: relative;
    /*top:5px;*/
}

#apply:hover {
    background: #2c97dc;
}

#apply.apply_show {
    display: inline;
}

.userinfo_list {
    display: none;
    position: absolute;
    right: 81px;
    list-style: none;
    z-index: 10;
    background: white;
    width: 120px;
    text-align: left;
    top: 38px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #f1f1f1;
}

.loginfo .userlist li:hover .userinfo_list {
    display: block;
}

.userinfo_list li {
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}

.userinfo_list li:first-child .triangle {
    position: absolute;
    /*content: "";*/
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #333;
    right: 5px;
    top: 15px;
}

.userinfo_list li:hover {
    background-color: #1f82c1;
    color: white;
}

.userinfo_list li:hover:first-child .triangle {
    border-color: transparent transparent transparent white;
}

.userinfo_list li button#logout {
    background: none;
    color: #333;
    padding: 0px;
    width: 100%;
    text-align: left;
}

.userinfo_list li:hover span,
.userinfo_list li:hover button#logout {
    color: white;
}

.userinfo_list li:hover .language {
    display: block;
}

.userinfo_list li .language {
    list-style: none;
    position: absolute;
    top: 3px;
    right: 100%;
    background: white;
    border: 1px solid #f1f1f1;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 140px;
    /*margin-right: 1px;*/
    display: none;
}

.userinfo_list li .language li {
    padding: 0px 10px 0px 26px;
}

.userinfo_list li .language li.language_selected:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/images/icon.png) -100px 0px no-repeat;
    top: 12px;
    left: 4px;
}

.userinfo_list li .language li:first-child:after {
    display: none;
}

button#logout {
    background: url(/images/icon.png) -20px -80px no-repeat;
    width: 20px;
    /*height: 20px;*/
    position: relative;
    /*top:9px;*/
    margin-left: 25px;
    min-height: 20px;
    vertical-align: middle;
}

button#logout:hover {
    background: url(/images/icon.png) -40px -80px no-repeat;
}

.top-tip {
    line-height: 30px;
    position: relative;
}

/*----- end ------*/
/*----- menu -----*/
.leftmenu {
    height: 100%;
    background: #3b5675;
    padding: 0;
}

#mainmenu {
    padding: 0;
    color: white;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#mainmenu a {
    color: white;
    border-bottom: 1px solid rgba(201, 201, 201, 0.1);
    background: #3b5675;
    font-size: 14px;
}

#mainmenu .nav li.dropdown {
    display: block;
    width: 100%;
    height: auto;
}

#mainmenu .nav li.dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    top: 0px;
    padding: 0px;
}

#mainmenu .nav li a:hover {
    /*#mainmenu .nav li a:focus,#mainmenu .nav .open>a,*/
    background-color: #364f6d;
}

#mainmenu .navbar-inverse {
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#mainmenu .navbar-inverse li a {
    padding: 1.05rem 0rem;
    padding-left: 3rem;
    font-size: 13px;
}

#mainmenu li.mainmenu-selected a,
#mainmenu li.mainmenu-selected a:hover,
#mainmenu .nav .open > a,
#mainmenu .nav .open > a:hover {
    background: #2382bf;
}

#mainmenu li.open[menu-selected="1"] a.dropdown-toggle {
    background: #3b5675;
}

#mainmenu li.dropdown a.dropdown-toggle {
    position: relative;
}

#mainmenu li.dropdown a.dropdown-toggle:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 6px;
    border-color: transparent transparent transparent white;
    right: 10px;
    top: 23px;
}

#mainmenu li.dropdown.open a.dropdown-toggle:after {
    border-color: white transparent transparent transparent;
}

#mainmenu .navbar-nav {
    margin: 0px;
}

#submenu {
    background: #f0f2f3;
}

#submenu .navbar-nav {
    float: none;
    padding-left: 30px;
}

#submenu .navbar-nav > li > a {
    margin-top: 10px;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*border-right: 1px solid #aeaeae;*/
    color: #3b5675;
    font-size: 14px;
    text-align: center;
}

#submenu .navbar-nav li {
    border-bottom: 2px solid #f0f2f3;
    margin-left: 30px;
    margin-right: 30px;
}

#submenu .navbar-nav > li:hover {
    color: #1f82c1;
    /*border-bottom: 3px solid #4cc0f3;*/
}

#submenu .navbar-nav > li:hover a {
    color: #1f82c1;
    background: none;
}

#submenu .navbar-nav li.submenu-selected {
    color: #1f82c1;
    border-bottom: 2px solid #1f82c1;
}

#submenu .navbar-nav li.submenu-selected a {
    color: #1f82c1;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*----- end -----*/
/*----- right -----*/
.right {
    height: 100%;
    padding: 0px;
    /*overflow-x: auto;*/
    background: #f7f8f8;
    /*display: table;*/
    position: relative;
}

.rightcontent {
    height: 100%;
    /*overflow: hidden;*/
    padding: 0px;
    overflow-x: auto;
    background: #f7f8f8;
    position: absolute;
    float: left;
    width: 83%;
    /*display: table-cell;*/
}

#maincontent {
    padding-left: 60px;
    padding-right: 50px;
    /*overflow-x: hidden;*/
    overflow-y: auto;
    background: #f7f8f8;
    position: relative;
    /*padding-bottom: 30px;
          box-sizing: border-box;*/
}

.righthelp {
    position: absolute;
    float: right;
    height: 100%;
    background: #f7f8f8;
    /*float: right;*/
    width: 17%;
    /*z-index: 10;*/
    right: 0;
    z-index: 1;
    /*display: table-cell;*/
    /*display: none;*/
}

.help-top {
    height: 30px;
    background: #364f6d;
    color: white;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
}

.help-top span {
    color: white;
}

.help-top .help-icon {
    width: 15px;
    height: 15px;
    background: url(/images/icon.png) -175px 0 no-repeat;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.righthelp .help-content {
    border-left: 1px solid #cecece;
    height: calc(100% - 30px);
    overflow-y: auto;
    padding-bottom: 20px;
}

.righthelp .help-content .help-tip {
    /*margin: 10px auto;*/
    border-bottom: 1px solid #cecece;
    padding-left: 5px;
    padding-right: 5px;
}

.righthelp .help-content .help-tip-label {
    font-size: 14px;
    color: #3b5675;
    font-weight: 700;
    padding: 5px 0px;
}

.righthelp .help-content .help-tip-des {
    color: #3b5675;
    margin-bottom: 5px;
    word-break: break-word;
}

.righthelp.righthelp-hide {
    position: absolute;
    right: 0px;
}

.righthelp.righthelp-hide .help-icon {
    right: 7px;
    background: url(/images/icon.png) -190px 0 no-repeat;
}

.righthelp-hide .help-text,
.righthelp.righthelp-hide .help-content {
    display: none;
}

/*----- end -----*/

/*----- messagebox -----*/
.messagebox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1040;
    display: none;
}

.window-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.messagecontent {
    position: absolute;
    width: 300px;
    background: white;
    top: 50%;
    left: 50%;
    height: 160px;
    margin-left: -150px;
    margin-top: -80px;
    padding: 25px 20px 20px;
    border-radius: 5px;
    line-height: 20px;
    text-align: center;
}

.messagecontent .message {
    line-height: 30px;
    padding-top: 15px;
}

.messagecontent .message .loading {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/images/icon.png) -470px 0 no-repeat;
    -webkit-animation: loadingr 1s linear infinite;
    -moz-animation: loadingr 1s linear infinite;
    -o-animation: loadingr 1s linear infinite;
    animation: loadingr 1s linear infinite;
    margin-bottom: 10px;
}

.messagecontent .close {
    margin-top: -20px;
    margin-right: -10px;
    outline: none;
    position: relative;
    z-index: 10;
    text-shadow: none;
}

.messagecontent .message_confirm {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
    padding: 0px;
}

.messagecontent .message_confirm button,
#upgrade_result_tip .confirm,
#upgrade_result_tip .cancel {
    height: 30px;
    width: 100px;
    margin: 0 5px;
    border: none;
    outline: none;
    box-sizing: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    float: none;
    font-size: 13px;
    opacity: 1;
    font-weight: normal;
    background: #1f82c1;
    color: white;
    text-shadow: none;
}

.messagecontent .message_confirm button:hover,
#upgrade_result_tip .confirm:hover,
#upgrade_result_tip .cancel:hover {
    background: #2c97dc;
}

#reset_confirm .messagecontent {
    width: 400px;
    margin-left: -200px;
}

.uploading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1040;
    display: none;
}

.uploading-content {
    position: absolute;
    background: white;
    width: 380px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -60px;
    text-align: center;
    border-radius: 5px;
}

.uploading-word {
    text-align: center;
    color: #4a5d6a;
    font-size: 15px;
    margin-top: 25px;
    font-weight: 700;
}

.uploading-progess {
    width: 0px;
    background: #1f82c1;
    height: 30px;
    -webkit-animation: loadingani 1.5s infinite;
    -moz-animation: loadingani 1.5s infinite;
    -o-animation: loadingani 1.5s infinite;
    animation: loadingani 1.5s infinite;
    margin-left: 40px;
    margin-top: 20px;
}

@-webkit-keyframes loadingani {
    0% {
        width: 0px;
    }
    100% {
        width: 300px;
    }
}

@-moz-keyframes loadingani {
    0% {
        width: 0px;
    }
    100% {
        width: 300px;
    }
}

@-o-keyframes loadingani {
    0% {
        width: 0px;
    }
    100% {
        width: 300px;
    }
}

@keyframes loadingani {
    0% {
        width: 0px;
    }
    100% {
        width: 300px;
    }
}

#changepsw .messagecontent,
#upgrade_result_tip .messagecontent {
    width: 500px;
    height: 280px;
    margin-top: -140px;
    margin-left: -250px;
}

#changepsw .message {
    padding-top: 25px;
}

#changepsw .changepsw-title,
#upgrade_result_tip .upgrade-title {
    position: absolute;
    width: 100%;
    top: 5px;
    font-weight: bold;
    font-size: 18px;
    left: 0px;
    color: #4a5d6a;
}

#changepsw .changepsw-title {
    padding: 10px 0;
}

#changepsw .changepsw-tip {
    display: flex;
    justify-content: center;
}

#changepsw .error_tip_msg {
    padding: 0 !important;
}

#changepsw #changepsw-error-tip {
    color: #d98f42;
}

#changepsw .changepsw-tip-text {
    text-align: left;
    margin-left: 8px;
    color: #f77234;
}

#changepsw .ys-section-content {
    padding-top: 25px;
}

#changepsw .ys-section-content .row {
    padding: 8px 0;
}

#changepsw .ys-eye-icon {
    margin-right: 15px;
}

#alert_message_tip .messagecontent {
    min-height: 160px;
    height: auto;
}

.modal .modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: none;
}

.modal-header button.close {
    outline: none;
}

.modal .closeIcon {
    font-size: 24px;
    color: #000;
}

.modal .modal-title {
    color: #333;
}

.modal-body {
    padding: 15px;
}

.modal .modal-footer {
    display: flex;
    justify-content: space-around;
    border: none;
}

.modal .confirm-btn {
    background: #1f82c1;
    color: #fff;
    border: none;
    height: 30px;
    width: 100px;
}

.modal .cancel-btn {
    background: #1f82c1;
    color: #fff;
    border: none;
    height: 30px;
    width: 100px;
}

.ys-dialog-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: rgba(25, 28, 34, 0.88);
    text-align: center;
    color: #4c5161;
    font-size: 14px;
    overflow: auto;
    z-index: 1039; /*小于default password 弹框*/
}

.ys-dialog {
    display: inline-block;
    text-align: left;
    min-width: 400px;
    border-radius: 2px;
    background-color: #f7f9fa;
    vertical-align: middle;
    outline: 0;
    position: absolute;
    top: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.35s ease;
}

.ys-dialog-in {
    opacity: 1 !important;
}

.ys-dialog-fade {
    opacity: 0;
}

.ys-dialog-title {
    height: 30px;
    line-height: 30px;
    padding: 15px 50px 0 25px;
    font-weight: 700;
    font-size: 14px;
    color: #4c5161;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
}

.ys-dialog-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 1;
    font-size: 22px;
}

.ys-dialog-body {
    min-height: 60px;
    padding: 20px 25px 20px;
}

.ys-dialog-footer {
    padding: 3px 15px 15px;
    margin-top: -3px;
    text-align: center;
}

.ys-dialog-btn {
    display: inline-block;
    min-width: 100px;
}

.ys-dialog-btn:last-child {
    margin-left: 15px;
}

.ys-dialog-error-message {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0px 50px 16px 50px;
    color: #d98f42;
    line-height: 26px;
}

#upgrade_result_tip .messagecontent {
    padding: 0px;
    height: 230px;
    margin-top: -115px;
    width: 400px;
}

#upgrade_result_tip .close {
    color: white;
    opacity: 1;
    font-size: 19px;
    margin: 7px 10px 0 0;
}

#upgrade_result_tip .ys-section-content {
    margin: 15px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

#upgrade_result_tip .upgrade-warning-img,
#upgrade_result_tip .upgrade-warning-content {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 20px;
}

#upgrade_result_tip .message {
    padding: 0px;
}

#upgrade_result_tip .upgrade-title {
    height: 40px;
    line-height: 40px;
    background: #1f82c1;
    top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    color: white;
}

.row-center {
    text-align: center;
    padding: 0;
}

.footer-checkbox {
    /*position: absolute;*/
    bottom: 0;
    padding: 0;
    text-align: left;
}

.footer-checkbox #upgrade_tip_not_show {
    vertical-align: text-bottom;
}

/*----- end -----*/

/*----- icon -----*/
.datetimepicker-days .prev .glyphicon-arrow-left:before,
.datetimepicker-months .prev .glyphicon-arrow-left:before,
.datetimepicker-days .next .glyphicon-arrow-right:before,
.datetimepicker-months .next .glyphicon-arrow-right:before,
.datetimepicker-years .prev .glyphicon-arrow-left:before,
.datetimepicker-years .next .glyphicon-arrow-right:before,
.datetimepicker-hours .prev .glyphicon-arrow-left:before,
.datetimepicker-hours .next .glyphicon-arrow-right:before,
.datetimepicker-minutes .prev .glyphicon-arrow-left:before,
.datetimepicker-minutes .next .glyphicon-arrow-right:before {
    content: "";
}

/* .datetimepicker-day 或者 .datetimepicker-hours .datetimepicker-minutes */
.datetimepicker-days .prev .glyphicon-arrow-left,
.datetimepicker-months .prev .glyphicon-arrow-left,
.datetimepicker-years .prev .glyphicon-arrow-left,
.datetimepicker-hours .prev .glyphicon-arrow-left,
.datetimepicker-minutes .prev .glyphicon-arrow-left {
    width: 20px;
    height: 15px;
    background: url(/images/icon.png) 0 0 no-repeat;
}

.datetimepicker-days .next .glyphicon-arrow-right,
.datetimepicker-months .next .glyphicon-arrow-right,
.datetimepicker-years .next .glyphicon-arrow-right,
.datetimepicker-hours .next .glyphicon-arrow-right,
.datetimepicker-minutes .next .glyphicon-arrow-right {
    width: 20px;
    height: 15px;
    background: url(/images/icon.png) -20px 0 no-repeat;
}

.timepicker .input-group-addon {
    background-image: url(/images/icon.png);
    background-position: 0 -18px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0 5px;
}

.timepicker .glyphicon-calendar:before {
    content: "";
}

.input-group-addon {
    border-color: #8a949c;
}

.signal-icon b {
    border-left: 2px solid gray;
    margin-right: 2px;
    display: inline-block;
    height: 2px;
}

.signal-icon b:nth-child(2) {
    height: 4px;
}

.signal-icon b:nth-child(3) {
    height: 6px;
}

.signal-icon b:nth-child(4) {
    height: 8px;
}

.signal-icon b:nth-child(5) {
    height: 10px;
}

.signal-icon.signal-icon-strength-1 b:nth-child(1),
.signal-icon.signal-icon-strength-2 b:nth-child(1),
.signal-icon.signal-icon-strength-3 b:nth-child(1),
.signal-icon.signal-icon-strength-4 b:nth-child(1),
.signal-icon.signal-icon-strength-5 b:nth-child(1),
.signal-icon.signal-icon-strength-2 b:nth-child(2),
.signal-icon.signal-icon-strength-3 b:nth-child(2),
.signal-icon.signal-icon-strength-4 b:nth-child(2),
.signal-icon.signal-icon-strength-5 b:nth-child(2),
.signal-icon.signal-icon-strength-3 b:nth-child(3),
.signal-icon.signal-icon-strength-4 b:nth-child(3),
.signal-icon.signal-icon-strength-5 b:nth-child(3),
.signal-icon.signal-icon-strength-4 b:nth-child(4),
.signal-icon.signal-icon-strength-5 b:nth-child(4),
.signal-icon.signal-icon-strength-5 b:nth-child(5) {
    border-color: #2382bf;
}

.status-icon {
    padding: 4px 10px;
    background: transparent;
    color: white;
    border: 0px;
    outline: none;
    border-radius: 3px;
}

.icon-actived {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -240px -62px;
    background-repeat: no-repeat;
    margin: 0 3px;
}

.icon-unactive {
    width: 20px !important;
    height: 20px;
    background-image: url(/images/icon.png);
    background-position: -220px -62px;
    background-repeat: no-repeat;
    margin: 0 3px;
}

/*.timepicker .glyphicon-calendar:before{
		content:'';
	}*/
/*----- end -----*/

/*----- upload -----*/
.ys-upload form {
    display: none;
}

.ys-disable {
    background: #eee;
    pointer-events: none;
}

.ys-upload .ys-upload-brower,
.ys-upload .ys-upload-import,
.ys-upload .ys-upload-export,
.ys-upload .ys-upload-delete,
.ys-upload .ys-upload-operation {
    margin: 0px 5px;
    padding: 4px 10px;
    background: #1f82c1;
    color: white;
    border: 0px;
    outline: none;
    /*width:60px;*/
    border-radius: 3px;
    width: auto;
    text-align: center;
    height: 29px;
}

.ys-upload input[type="text"] {
    height: 28px;
    width: 200px;
    background: transparent;
    border: 1px solid #8a949c;
}

.ys-upload .ys-upload-disable {
    background: #797979;
    pointer-events: none;
}

.ys-upload .ys-upload-error {
    color: #ff3a3a;
    position: relative;
    display: block;
}

.ys-upload .ys-upload-success {
    color: #48bde9;
    position: relative;
    left: 5px;
    display: block;
}

.ys-upload .ys-upload-loading {
    position: relative;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/icon.png) 0px -80px no-repeat;
    -webkit-animation: loadingr 1s linear infinite;
    -moz-animation: loadingr 1s linear infinite;
    -o-animation: loadingr 1s linear infinite;
    animation: loadingr 1s linear infinite;
}

@-webkit-keyframes loadingr {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loadingr {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes loadingr {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes loadingr {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*----- end -----*/

/*----- table -----*/
.ys-table .form-control,
.ys-moretable .form-control {
    margin: 0 auto;
}

/* .ys-table,.ys-moretable{ */
/*border:1px solid #d8dfe6;*/
/* } */
.ys-table-head,
.ys-moretable-head {
    padding: 12px 0px;
    /*border-bottom: 1px solid #d8dfe6;*/
    font-weight: 600;
    color: #3e5066;
    background: #e1f0f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ys-table-body,
.ys-moretable-body {
    padding: 0;
}

.ys-moretable-edit {
    display: none;
    margin: 15px auto;
}

.ys-moretable-config {
    text-align: center;
}

.ys-moretable-edit .form-control,
.ys-moretable-label {
    display: inline-block;
}

.ys-moretable-label {
    width: 200px;
    text-align: left;
}

.ys-moretable-config-line {
    padding: 4px 0px;
    position: relative;
    margin: 0 auto;
}

.ys-moretable-config input {
    background: #fff;
}

.ys-moretable-config select {
    background: #fff;
}

.ys-table .row,
.ys-moretable .row {
    text-align: center;
}

.ys-table-body .row,
.ys-moretable-body .row {
    padding: 10px 0px;
    /*border-top: 1px solid #d8dfe6;*/
}

.ys-table-head .inline,
.ys-moretable-head .inline {
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    color: #3e5066;
    word-break: break-word;
    /*word-wrap:break-word;
          word-break: break-word;*/
}

.ys-moretable-head .inline {
    text-align: center;
}

.ys-table-bg .ys-table-head {
    background: #a2b4c9;
    color: white;
}

.ys-table-bg .ys-table-head .inline {
    color: white;
}

.ys-table-operation-hide {
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    text-align: center;
}

.ys-moretable-inline-label {
    /*padding-left: 5px;
          padding-right: 5px;*/
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}

.line-operation-title {
    text-align: center;
}

.line-operation {
    text-align: center;
    /*margin-left: 5px;*/
}

.ys-table .even_row,
.ys-moretable .even_row {
    background: white;
}

.ys-table .odd_row,
.ys-moretable .odd_row {
    background: #f2f8fb;
}

.ys-table .ys-table-body .row:nth-child(odd),
.ys-moretable .ys-moretable-body .row:nth-child(odd) {
    background: white;
}

.ys-table .ys-table-body .row:nth-child(odd) select option,
.ys-moretable .ys-moretable-body .row:nth-child(odd) select option {
    background-color: white;
}

.ys-table .ys-table-body .row:nth-child(even),
.ys-moretable .ys-moretable-body .row:nth-child(even) {
    background: #f2f8fb;
}

.ys-table .ys-table-body .row:nth-child(even) select option,
.ys-moretable .ys-moretable-body .row:nth-child(even) select option {
    background-color: #f2f8fb;
}

.ys-table .add_row,
.ys-moretable .add_row {
    background: #f0f2f3 !important;
}

/*.ys-moretable-body .inline{
		padding:0px;
	}*/
/*----- end -----*/
/*----- grid -----*/
.ys-grid {
    border: 1px solid #d8dfe6;
}

.ys-grid-head {
    padding: 5px 0px;
    border-bottom: 1px solid #d8dfe6;
    font-weight: 600;
    color: #3e5066;
}

.ys-grid-body {
    padding: 0;
}

.ys-grid-body .row {
    padding: 5px 0px 3px;
    border-bottom: 1px solid #d8dfe6;
}

.ys-grid-body .row:last-child {
    border: 0px;
}

.ys-grid-head .inline {
    margin-left: 5px;
    margin-right: 5px;
    color: #3e5066;
}

.ys-grid-up,
.ys-grid-down,
.ys-grid-remove {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.ys-grid-up {
    margin-left: 5px;
    background: url(/images/icon.png) -20px -65px no-repeat;
}

.ys-grid-up:hover {
    background: url(/images/icon.png) -80px -65px no-repeat;
}

.ys-grid-down {
    background: url(/images/icon.png) 0 -65px no-repeat;
}

.ys-grid-down:hover {
    background: url(/images/icon.png) -60px -65px no-repeat;
}

.ys-grid-remove {
    margin-right: 0px;
    background: url(/images/icon.png) -40px -65px no-repeat;
}

.ys-grid-remove:hover {
    background: url(/images/icon.png) -100px -65px no-repeat;
}

.ys-grid-up-disabled,
.ys-grid-down-disabled,
.ys-grid-remove-disabled {
    pointer-events: none;
    cursor: none;
}

.ys-grid-up-disabled {
    background: url(/images/icon.png) -140px -65px no-repeat;
}

.ys-grid-down-disabled {
    background: url(/images/icon.png) -120px -65px no-repeat;
}

.ys-grid-remove-disabled {
    background: url(/images/icon.png) -160px -65px no-repeat;
}

/*----- end -----*/
/*----- tableline -----*/
.ys-tableline .col-xs-1,
.ys-tableline .col-xs-2,
.ys-tableline .col-xs-3,
.ys-tableline .col-xs-4,
.ys-tableline .col-xs-5,
.ys-tableline .col-xs-6,
.ys-tableline .col-xs-7,
.ys-tableline .col-xs-8,
.ys-tableline .col-xs-9,
.ys-tableline .col-xs-10,
.ys-tableline .col-xs-11,
.ys-tableline .col-xs-12 {
    padding: 0px;
}

.ys-tableline {
    border: 1px solid #f1f6fa;
    border-top: 0px;
    border-bottom: 0px;
}

.ys-tableline:first-child {
    border-top: 1px solid #f1f6fa;
}

.ys-tableline-head {
    background: #f2f2f2;
    border-bottom: 1px solid #f1f6fa;
}

.ys-tableline-head a {
    display: block;
    padding: 10px 0px 10px 32px;
    position: relative;
    text-decoration: none;
    color: #333;
    background: #e2f0f9;
}

.ys-tableline:first-child .ys-tableline-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ys-tableline-head a:hover {
    color: #2482bf;
}

.ys-tableline-head a.ys-tableline-expanded {
    /*border-top:1px solid #d8dfe6;*/
    color: #2482bf;
}

.ys-tableline-head a:before,
.ys-tableline-head a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 10px;
    left: 5px;
    background: url(/images/icon.png) -70px 0 no-repeat;
}

.ys-tableline-head a.ys-tableline-expanded:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/images/icon.png) -85px 0 no-repeat;
    top: 10px;
    left: 7px;
}

.ys-tableline-body {
    background: #fcfcfc;
}

.ys-tableline-one .ys-tableline-body {
    background: transparent;
}

.ys-tableline-body.ys-show-block {
    border-bottom: 1px solid #f1f6fa;
}

.ys-tableline-one .ys-tableline-body.ys-show-block {
    border: 0px;
}

.ys-tableline-body .ys-tableline-body-inner {
    padding: 15px 0px 15px 33px;
}

.ys-tableline-body .row {
    padding: 5px 0px 5px;
}

.ys-tableline-body .ys-label {
    line-height: 28px;
}

.ys-label.ys-title-3 {
    padding-left: 0px;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ys-label.ys-title-nottbl {
    font-weight: 700;
    color: #4a5d6a;
}

.ys-label.ys-nottitle {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ys-tableline-body .ys-table .ys-table-head .row {
    padding: 0px;
}

.ys-label.ys-title-3.ys-title-h3 {
    border-left: 2px solid #2382bf;
    padding-left: 5px;
    margin-left: -10px;
}

.ys-section .ys-section-content .ys-sub-label {
    padding-left: 20px;
}

/*----- end -----*/
/*----- section -----*/
.ys-section .col-xs-1,
.ys-section .col-xs-2,
.ys-section .col-xs-3,
.ys-section .col-xs-4,
.ys-section .col-xs-5,
.ys-section .col-xs-6,
.ys-section .col-xs-7,
.ys-section .col-xs-8,
.ys-section .col-xs-9,
.ys-section .col-xs-10,
.ys-section .col-xs-11,
.ys-section .col-xs-12 {
    padding: 0px;
}

table.ys-section {
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
}

table.ys-section-border .row:first-child {
    background-color: #e1f0f9;
}

.ys-section-border .row:nth-child(even),
.ys-section-border .row:nth-child(even) select option {
    background-color: white;
}

.ys-section-border .row:nth-child(odd),
.ys-section-border .row:nth-child(odd) select option {
    background-color: #f2f8fb;
}

.ys-section-border .row .form-control {
    margin: 0 auto;
}

.ys-section-content .row {
    padding: 5px 0px 3px;
    /* 居中 */
    /* display: flex; */
    align-items: center;
}

.ys-section-content tr.row td {
    padding: 5px 5px 3px;
    text-align: center;
    margin: 0 auto;
}

.ys-section-content .ys-label {
    line-height: 24px;
}

.ys-section-table {
    /*border:1px solid #d8dfe6;*/
    width: 100%;
}

/* .ys-section-table .row{ */
/*border-top: 1px solid #d8dfe6;*/
/* } */
.ys-section-table .row:first-child {
    border: 0px;
}

.ys-section-table .row .ys-label {
    color: #3e5066;
}

.ys-section-content .ys_label_common,
.ys-section-table .ys_label_common {
    color: #333;
    font-weight: normal;
}

.ys-section-bg,
.ys-section-info-bg {
    position: relative;
}

.ys-section-bg .ys-section-table .ys-label,
.ys-section-info-bg .ys-section-table .ys-label {
    text-align: center;
    line-height: 33px;
    margin-bottom: 0px;
    color: #333;
    font-weight: normal;
    display: block;
    width: 100% !important;
    word-break: break-word;
}

.ys-section-bg .ys-section-table .row,
.ys-section-info-bg .ys-section-table .row {
    padding: 0px;
}

.ys-section-bg .ys-section-table .row div,
.ys-section-info-bg .ys-section-table .row div,
.ys-section-bg .ys-section-table .row td,
.ys-section-info-bg .ys-section-table .row td {
    padding: 4px 0px;
    /*border-left: 1px solid #d7d7d7;*/
    height: 41px;
    overflow: hidden;
}

.ys-section-info-bg .ys-section-table .row div,
.ys-section-info-bg .ys-section-table .row td {
    border-left: 0px;
}

.ys-section-bg .ys-section-table .row div:first-child,
.ys-section-info-bg .ys-section-table .row div:first-child,
.ys-section-bg .ys-section-table .row td:first-child {
    border: 0px;
}

.ys-section-bg .ys-section-table .row:first-child,
.ys-section-info-bg .ys-section-table .row:first-child {
    background: #e1f0f9;
}

.ys-section-bg .ys-section-table .row:first-child div,
.ys-section-info-bg .ys-section-table .row:first-child div,
.ys-section-bg .ys-section-table .row:first-child td,
.ys-section-info-bg .ys-section-table .row:first-child td {
    border: 0px;
}

.ys-section-bg .ys-section-table .row:first-child .ys-label,
.ys-section-info-bg .ys-section-table .row:first-child .ys-label {
    color: #3e5066;
    font-weight: bold;
}

.ys-section-bg .ys-section-table .row .ys-checkbox {
    /*margin-left: 25px;*/
    margin-top: 0px;
}

.ys-section-bg .ys-section-title.ys-section-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ys-section-bg .ys-section-title.ys-section-loading .ys-section-loading-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.ys-section-bg .ys-section-title.ys-section-loading .ys-section-loading-icon {
    display: block;
    position: absolute;
    margin-top: -16px;
    margin-left: -16px;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/images/icon.png) -470px 0 no-repeat;
    -webkit-animation: loadingr 1s linear infinite;
    -moz-animation: loadingr 1s linear infinite;
    -o-animation: loadingr 1s linear infinite;
    animation: loadingr 1s linear infinite;
}

/*----- end -----*/
/*----- pager -----*/
.ys-pager {
    display: block;
    margin: 15px 0px 15px 0px;
}

.ys-pager .ys-pager-btn {
    display: inline-block;
    width: auto;
    padding: 0px 3px;
    text-align: center;
    border: 1px solid #8a949c;
    border-right: 0px;
    line-height: 28px;
    font-size: 14px;
    color: #3e5066;
    cursor: pointer;
    min-width: 28px;
    vertical-align: middle;
}

.ys-pager .ys-pager-btn:hover {
    /*background: #f4f4f4;*/
    color: #1f82c1;
}

.ys-pager .ys-pager-btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ys-pager .ys-pager-btn:last-child {
    border-right: 1px solid #8a949c;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ys-pager .ys-pager-btn.ys-pager-btn-selected {
    background: #1f82c1;
    border-color: #1f82c1;
    color: white;
}

.ys-pager .ys-pager-btn.ys-pager-btn-selected:hover {
    background: #1f82c1;
}

.ys-pager .ys-pager-label {
    display: inline-block;
    width: auto;
    padding: 0px 3px;
    text-align: center;
    border: 1px solid #8a949c;
    border-right: 0px;
    line-height: 28px;
    font-size: 14px;
    min-width: 28px;
    vertical-align: middle;
}

.ys-pager-select {
    padding: 0 2px;
    height: 30px;
    border-radius: 3px;
    border-color: #8a949c;
    vertical-align: bottom; /*middle;*/
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
}

.ys-pager-go {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ys-pager-goinput {
    width: 60px;
    border: 1px solid #8a949c;
    outline: none;
    height: 30px;
    padding: 0 3px;
    border-radius: 3px;
    background-color: transparent;
}

.ys-pager-gobtn {
    background: none;
    border: 1px solid #8a949c;
    line-height: 28px;
    padding: 0 4px;
    border-radius: 3px;
    margin-left: 5px;
}

.ys-pager-gobtn:hover {
    background: #1f82c1;
    border-color: #1f82c1;
    color: white;
}

.ys-sort-able {
    cursor: pointer;
}

.ys-sort-acs,
.ys-sort-des {
    position: relative;
}

.ys-sort-acs:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url(/images/icon.png) -20px -65px no-repeat;
    right: 0px;
    top: 12px;
}

.ys-sort-des:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url(/images/icon.png) 0px -65px no-repeat;
    right: 0px;
    top: 12px;
}

/*------ end -----*/
.log_system_log {
    width: 800px;
    border: 1px solid #a2a2a2;
    margin: 10px 15px 15px 0px;
    padding: 5px;
    height: 50%;
    word-wrap: break-word;
    overflow: auto;
}

#yruo_io_output_do1 .col-xs-1,
#yruo_io_output_do2 .col-xs-1 {
    padding-right: 0px;
    width: 10%;
}

#status_python .ys-upload-delete {
    padding: 4px 0px;
}

.action_label {
    position: relative;
    top: 4px;
}

#yruo_port_port td {
    position: relative;
}

.ys-bg-title {
    background: #e1f0f9;
    text-align: center;
}

.ys-bg-title .ys-label {
    padding: 5px 5px 3px;
    color: #3e5066;
}

.ys-bg-row {
    padding: 0px !important;
}

.ys-bg-row1 {
    background: white;
    text-align: center;
    line-height: 37px;
}

.ys-bg-row2 {
    background: #f2f8fb;
    text-align: center;
    line-height: 37px;
}

.ys-bg-row1 .form-control,
.ys-bg-row2 .form-control {
    margin: 5px auto 4px;
}

.ys-bg-row1 .error_tip .error_tip_msg,
.ys-bg-row2 .error_tip .error_tip_msg {
    line-height: normal;
}

.ys-column-autow {
    display: inline-block;
    width: auto;
}

.ys-column-autow .filter_label {
    width: auto !important;
    position: relative;
    top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.ys-bg-title {
    background: #e1f0f9;
    text-align: center;
}

.ys-bg-title .ys-label {
    padding: 5px 5px 3px;
    color: #3e5066;
}

.ys-bg-row {
    padding: 0px !important;
}

.ys-bg-row1 {
    background: white;
    text-align: center;
    line-height: 37px;
}

.ys-bg-row2 {
    background: #f2f8fb;
    text-align: center;
    line-height: 37px;
}

.ys-bg-row1 .form-control,
.ys-bg-row2 .form-control {
    margin: 5px auto 4px;
}

.ys-center-center {
    display: -webkit-flex;
    align-items: center;
}

.ys-theme-bg {
    background-color: #1f82c1;
}

.enqueue-row {
    background: #e8e8e8 !important;
}

@media screen and (max-width: 800px) {
    #maincontent {
        overflow-y: initial;
    }
}

@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-control {
        line-height: 20px;
    }
}

/*------ IE10&9 ------*/
@media screen and (min-width: 0) {
    .authen-last-column {
        width: 24%;
    }
}

/*------ IE9 ------*/
@media screen and (min-width: 0\0
) and (min-resolution: 0.001dpcm) {
    .form-control {
        line-height: 20px;
    }

    select.form-control {
        padding: 0px 0px 0px 8px;
    }
}

/* Used for partial page styles */

#activationCode .closeIcon {
    color: #fff;
    font-size: 26px;
}

.active-row {
    display: flex;
    align-items: center;
    padding-top: 20px !important;
}

.active-label {
    padding: 0;
}

.active-field {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}

.active-field > input {
    width: 300px !important;
    max-width: 300px !important;
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #ececec;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.cover1 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.exclamation-container {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}

.exclamation-body {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #797979;
    border-radius: 4px;
    width: 400px;
    height: 90px;
    text-align: left;
}

.exclamation-body-en {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #797979;
    border-radius: 4px;
    width: 460px;
    height: 90px;
    text-align: left;
}

.exclamation-body-en p:first-child {
    margin-top: 10px;
    text-align: left;
}

.exclamation-body-en .exclamation-img {
    margin-left: 15px;
}

.exclamation-body p:first-child {
    margin-top: 10px;
}

.exclamation-img {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 30px;
    width: 30px;
}

.search-input {
    height: 30px;
    width: 198px;
    border-radius: 4px;
}

.search-input:focus {
    border-color: #77c6ee;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.fixed-table-toolbar .search input {
    padding-right: 30px;
}

.search-btn {
    position: absolute;
    right: 7px;
    top: -3px;
    font-size: 18px;
    color: #356ca6;
    cursor: pointer;
}

.search-btn img {
    width: 20px;
    height: 22px;
}

/* packets表格特殊使用 */
#packet-table > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

#packet-table > tbody > tr:nth-of-type(even) {
    background-color: rgb(225, 240, 249);
}

.line_center-button {
    text-align: center;
}

.line_display_flex {
    display: flex;
}

/*------ userGuide -----*/

.user-guide.dialog-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.user-guide .dialog {
    position: unset;
    left: unset;
    top: unset;
    transform: translate(0, 0);
}

.user-guide .dialog-title {
    text-align: center;
}

.user-guide .dialog-body {
    min-height: 620px;
    display: flex;
    flex-direction: column;
}

.user-guide .dialog-footer {
    padding: 16px 50px 16px 25px;
}

.user-guide .step-wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.user-guide .step-content {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.user-guide .step-content .content-1 {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.user-guide .antenna-image-radio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-guide .step-content .content-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.user-guide .step-content .content-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.user-guide .step-content .content-4 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 15px;
}

.user-guide .step-content h4,
.user-guide .step-content h5 {
    margin-left: 70px;
    padding-right: 10px;
}

@media screen and (max-width: 1400px) and (max-height: 800px) {
    .user-guide .dialog {
        margin-bottom: 10px;
    }

    .user-guide .dialog-body {
        min-height: unset;
        padding: 5px;
    }

    .user-guide .dialog-footer {
        padding: 10px 40px 10px 15px;
    }

    .user-guide .step-content {
        padding: 20px 0;
    }

    .user-guide .step-content h4 {
        font-size: 14px;
    }

    .user-guide .step-content h5 {
        font-size: 12px;
    }

    .user-guide .step-content h4,
    .user-guide .step-content h5 {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 90px;
    }

    .user-guide .step-content .content-1 img {
        max-height: 250px;
    }

    .user-guide .step-content .content-1,
    .user-guide .step-content .content-2,
    .user-guide .step-content .content-3,
    .user-guide .step-content .content-4 {
        padding-top: 0;
        min-height: 272px;
    }

    .user-guide .ui-step-wrap .ui-step {
        margin-bottom: 0;
    }

    .user-guide .ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
        margin-bottom: 15px;
    }

    .ys-dialog {
        top: 50%;
    }
}

.ys-searchmultiselect-item-wrap {
    margin-bottom: 15px;
    clear: both;
    zoom: 1;
}

.ys-searchmultiselect-item-wrap:after {
    content: "\20";
    clear: both;
    zoom: 1;
    display: block;
    height: 0;
}

.ys-searchmultiselect-item-wrap .searchmultiselect-inline {
    margin-bottom: 5px;
    /* margin-right: 10px */
}

.searchmultiselect-form-pane .ys-searchmultiselect-item-wrap[pane] {
    position: relative;
    border-width: 1px;
    border-style: solid;
}

.searchmultiselect-form-pane .ys-searchmultiselect-item-wrap[pane] .searchmultiselect-label {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-width: 0 1px 0 0;
}

.searchmultiselect-form-pane .ys-searchmultiselect-item-wrap[pane] .ys-searchmultiselct-inputselect-wrap {
    margin-left: 200px;
}

@media screen and (max-width: 450px) {
    .ys-searchmultiselect-item-wrap .searchmultiselect-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ys-searchmultiselect-item-wrap .searchmultiselect-inline {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        clear: both;
    }

    .ys-searchmultiselect-item-wrap .searchmultiselect-inline:after {
        content: "\20";
        clear: both;
        display: block;
        height: 0;
    }

    .ys-searchmultiselect-item-wrap .ys-searchmultiselct-inputselect-wrap {
        display: block;
        float: none;
        left: -3px;
        width: auto;
        margin: 0 0 10px 112px;
    }

    .ys-searchmultiselect-item-wrap .ys-searchmultiselct-inputselect-wrap + .searchmultiselect-form-mid {
        margin-left: 200px;
        top: -5px;
        padding: 0;
    }

    .ys-searchmultiselect-item-wrap .searchmultiselect-form-checkbox {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

.searchmultiselect-label,
.ys-searchmultiselect-select,
.ys-searchmultiselct-inputselect-wrap,
.searchmultiselect-textarea {
    position: relative;
    border-color: #e6e6e6;
}

.searchmultiselect-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.searchmultiselect-label-col {
    display: block;
    float: none;
    padding: 9px 0;
    line-height: 20px;
    text-align: left;
}

.searchmultiselect-form-pane .searchmultiselect-label {
    width: 200px;
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: center;
    background-color: #fbfbfb;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.searchmultiselect-form-pane .searchmultiselect-form-text .searchmultiselect-label {
    float: none;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: left;
}

.searchmultiselect-form-text .ys-searchmultiselct-inputselect-wrap {
    width: auto;
}

.searchmultiselect-form-pane .ys-searchmultiselct-inputselect-wrap {
    margin-left: -1px;
}

.searchmultiselect-form-pane .searchmultiselect-form-text .ys-searchmultiselct-inputselect-wrap {
    display: block;
    margin: 0;
    top: -1px;
    clear: both;
}

.searchmultiselect-form-pane .ys-searchmultiselect-item-wrap[pane] .ys-searchmultiselct-inputselect-wrap {
    margin-left: 200px;
}

.searchmultiselect-form-danger + .ys-searchmultiselect-select .ys-searchmultiselect-input,
.searchmultiselect-form-danger:focus {
    border-color: #ff5722 !important;
}

.ys-searchmultiselect-select .searchmultiselect-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.ys-searchmultiselect-select dl {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.ys-searchmultiselect-select dl dd,
.ys-searchmultiselect-select dl dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ys-searchmultiselect-select dl dt {
    font-size: 12px;
    color: #999;
}

.ys-searchmultiselect-select dl dd {
    cursor: pointer;
}

.ys-searchmultiselect-select dl dd:hover {
    background-color: #f2f2f2;
}

.ys-searchmultiselect-select .searchmultiselect-select-group dd {
    padding-left: 20px;
}

.ys-searchmultiselect-select dl dd.searchmultiselect-select-tips {
    padding-left: 10px !important;
    color: #999;
}

.ys-searchmultiselect-select dl dd.searchmultiselect-this {
    background-color: #5fb878;
    color: #fff;
}

.searchmultiselect-form-checkbox,
.ys-searchmultiselect-select dl dd.searchmultiselect-disabled {
    background-color: #fff;
}

.searchmultiselect-form-checkbox,
.searchmultiselect-form-checkbox *,
.searchmultiselect-form-switch {
    display: inline-block;
    vertical-align: middle;
}

.ys-searchmultiselect-selected .searchmultiselect-edge {
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px \9;
}

:root .ys-searchmultiselect-selected .searchmultiselect-edge {
    margin-top: -9px \0 / IE9;
}

.ys-searchmultiselect-input,
.searchmultiselect-select {
    outline: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
}

.ys-searchmultiselect-input {
    border-color: #8a949c;
}

.ys-searchmultiselect-input,
.searchmultiselect-select,
.searchmultiselect-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9;
    border-width: 1px;
    border-style: solid;
    background-color: #f7f9fa;
    border-radius: 2px;
}

.ys-searchmultiselect-input::-webkit-input-placeholder,
.searchmultiselect-select::-webkit-input-placeholder,
.searchmultiselect-textarea::-webkit-input-placeholder {
    line-height: 1.3;
}

.ys-searchmultiselect-input,
.searchmultiselect-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.ys-searchmultiselect-input:hover,
.searchmultiselect-textarea:hover {
    border-color: #d2d2d2 !important;
}

.ys-searchmultiselect-input:focus,
.searchmultiselect-textarea:focus {
    border-color: #c9c9c9 !important;
}

.searchmultiselect-input-block {
    margin-left: 200px;
    min-height: 36px;
}

.ys-searchmultiselct-inputselect-wrap {
    display: inline-block;
    vertical-align: middle;
}

.ys-searchmultiselect-item-wrap .ys-searchmultiselct-inputselect-wrap {
    float: left;
    /* min-width: 300px; */
    /* margin-right: 10px */
}

.searchmultiselect-form-text .ys-searchmultiselct-inputselect-wrap {
    width: auto;
}

.searchmultiselect-form-mid {
    float: left;
    display: block;
    padding: 9px 0 !important;
    line-height: 20px;
    /* margin-right: 10px */
}

.searchmultiselect-form-danger + .ys-searchmultiselect-select .ys-searchmultiselect-input,
.searchmultiselect-form-danger:focus {
    border-color: #ff5722 !important;
}

.ys-searchmultiselect-select .ys-searchmultiselect-input {
    /* padding-right: 30px; */
    cursor: pointer;
}

.searchmultiselect-form-pane .ys-searchmultiselct-inputselect-wrap {
    margin-left: -1px;
}

.searchmultiselect-form-pane .searchmultiselect-input-block {
    margin-left: 200px;
    left: -1px;
}

.searchmultiselect-form-pane .ys-searchmultiselect-input {
    border-radius: 0 2px 2px 0;
}

.searchmultiselect-form-pane .searchmultiselect-form-text .searchmultiselect-label {
    float: none;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: left;
}

.searchmultiselect-form-pane .searchmultiselect-form-text .ys-searchmultiselct-inputselect-wrap {
    display: block;
    margin: 0;
    top: -1px;
    clear: both;
}

.searchmultiselect-form-pane .searchmultiselect-form-text .searchmultiselect-input-block {
    margin: 0;
    left: 0;
    top: -1px;
}

.searchmultiselect-form-pane .ys-searchmultiselect-item-wrap[pane] .ys-searchmultiselct-inputselect-wrap {
    margin-left: 200px;
}

.ys-searchmultiselect-label {
    padding: 2px 5px;
    background: #1f82c1;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
    text-decoration: none;
}

.ys-searchmultiselect-close-icon {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
}

.ys-searchmultiselect-select dl dd:hover {
    background-color: #e1f0f9;
    color: white;
}

.ys-searchmultiselect-selected-warp {
    max-width: 300px;

    overflow-y: auto;
    max-height: 200px;
    min-height: 100px;
    border: 1px solid #939ca4;
    border-radius: 6px;
    padding: 1px 2px;
}

.ys-searchmultiselect-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.ys-searchmultiselect-options-text {
    min-width: 40%;
}

.ys-searchmultiselect-options-value {
    margin-left: 30px;
    min-width: 40%;
}

.ys-searchmultiselect-options-item {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.ys-searchmultiselect-selected-text {
    color: #fff;
}

.qrcode-btn {
    display: none;
    height: 30px;
    /* background: blue; */
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.qrcode-btn-show {
    display: inline-block;
}

.qrcode-btn-hide {
    display: none;
}

.qrcode-btn-text {
    color: #3b5675;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
}

.qrcod-btn-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.helium_onboarding_onboarding_wrap .qrcode-container {
    justify-content: flex-start;
    align-items: flex-start;
}

.qrcode-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.helium_onboarding_onboarding_wrap .qrcode {
    width: 300px;
    height: 300px;
}

.qrcode {
    height: 156px;
    width: 156px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qrcode-placeholder {
    color: #bbb;
    font-size: 12px;
    text-align: center;
}

#walletAddress {
    margin-bottom: 15px;
    height: 25px;
    width: 230px;
    line-height: 25px;
    padding: 0;
    padding-left: 5px;
    font-size: 12px;
}

.generate-btn {
    margin: 0px 0px 0px;
    padding: 4px 10px;
    background: #1f82c1;
    color: white;
    border: 0px;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.loading-effect,
.loading-effect > div {
    position: relative;
    box-sizing: border-box;
}

.loading-effect {
    display: block;
    font-size: 0;
    color: #000;
}

.loading-effect.la-dark {
    color: #333;
}

.loading-effect > div {
    display: inline-block;
    float: none;
    background-color: #2382bf;
    border: 0 solid currentColor;
}

.loading-effect {
    width: 32px;
    height: 32px;
}

.loading-effect > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    animation: ball-spin-clockwise-fade 1s infinite linear;
}

.loading-effect > div:nth-child(1) {
    top: 5%;
    left: 50%;
    animation-delay: -0.875s;
}

.loading-effect > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    animation-delay: -0.75s;
}

.loading-effect > div:nth-child(3) {
    top: 50%;
    left: 95%;
    animation-delay: -0.625s;
}

.loading-effect > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    animation-delay: -0.5s;
}

.loading-effect > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    animation-delay: -0.375s;
}

.loading-effect > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    animation-delay: -0.25s;
}

.loading-effect > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    animation-delay: -0.125s;
}

.loading-effect > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    animation-delay: 0s;
}

.loading-effect.la-sm {
    width: 16px;
    height: 16px;
}

.loading-effect.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}

.loading-effect.la-2x {
    width: 64px;
    height: 64px;
}

.loading-effect.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.loading-effect.la-3x {
    width: 96px;
    height: 96px;
}

.loading-effect.la-3x > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

@keyframes ball-spin-clockwise-fade {
    50% {
        opacity: 0.25;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ys-password-container {
    display: inline-block;
    position: relative;
}

.ys-eye-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 28px;
    cursor: pointer;
}

.ys-eye-icon-hide {
    display: none;
}

.ys-password-container input[disabled] + .ys-eye-icon {
    cursor: not-allowed;
    pointer-events: none;
}

.ys-eye-open {
    background: url("/images/eye.png") center no-repeat;
}

.ys-eye-close {
    background: url("/images/eye-close.png") center no-repeat;
}

input[type="checkbox"] {
    position: relative;
}

input[type="checkbox"]:checked::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    color: white;
    border-radius: 2.4px;
    background-color: #0075ff;
    background-image: url(/images/check.svg);
    background-position: center;
}

input[type="checkbox"][disabled="disabled"]:checked::after {
    background-color: #717171;
}

input[type="radio"]:checked {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #0075ff;
    appearance: none;
}

input[type="radio"]:checked::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    transform: scale(70%);
    color: white;
    background-color: #0075ff;
    border-radius: 50%;
}

input[type="radio"][disabled="disabled"]:checked {
    border-color: #717171;
}

input[type="radio"][disabled="disabled"]:checked::after {
    background-color: #717171;
}

.break-all {
    word-break: break-all;
}

.ace_editor,
.ace_editor * {
    font-family: "Monaco", "Menlo", "Ubuntu Mono", "Droid Sans Mono", "Consolas", monospace !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.ys-code-editor {
    min-height: 200px;
    border: 1px solid #d1d1d1;
}

.ys-moretable-config-line .ys-code-editor {
    display: inline-block;
    width: 600px;
}

.ys-bootstrap-table thead {
    font-weight: 600;
    background: #e1f0f9;
}

.ys-bootstrap-table > thead > tr > th {
    border-bottom: unset;
    padding: 12px 0;
}

.ys-bootstrap-table > thead > tr > th:first-child {
    border-top-left-radius: 5px;
    border-top: 1px solid #e1f0f9;
}

.ys-bootstrap-table > thead > tr > th:last-child {
    border-top-right-radius: 5px;
    border-top: 1px solid #e1f0f9;
}

.ys-bootstrap-table > thead > tr .th-inner {
    color: #3e5066;
    font-weight: 600;
}

.ys-bootstrap-table.table-striped > tbody > tr:nth-of-type(odd) {
    background: white;
}

.ys-bootstrap-table.table-striped > tbody > tr:nth-of-type(even) {
    background: #f2f8fb;
}

.ys-bootstrap-table > tbody .no-records-found {
    text-align: center;
}

button.ys-bootstrap-table-buttons {
    margin: 10px 10px 20px 0;
    width: auto;
    min-width: 100px;
}

.ys-bootstrap-table.table.table-no-bordered {
    border-bottom: unset;
}

.ys-bootstrap-table.table.table-no-bordered > thead > tr > th {
    border-bottom: unset;
}

.ys-bootstrap-table.table.table-no-bordered > tbody > tr > td {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border: unset;
}

.ys-message-error {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/ysd-close.png") center no-repeat;
    background-size: cover;
}

.ys-message-success {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/ysd-check.png") center no-repeat;
    background-size: cover;
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-parent[disabled] {
    background-color: #eee;
}

.ms-parent[disabled] > .ms-choice {
    cursor: not-allowed;
}

.ms-parent[disabled] > .ms-choice > span {
    color: #717171;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #8a949c;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    background-color: transparent;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > div.icon-caret {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
}

.ms-drop {
    width: auto;
    min-width: 100%;
    overflow: hidden;
    display: none;
    margin-top: 4px;
    padding: 0;
    position: absolute;
    z-index: 2;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #f7f8f8;
}

.ms-drop > li {
    background-color: #f7f8f8;
}

.ms-drop ul > li,
.ms-drop li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    padding: 0.25rem 8px;
}

.ms-drop ul > li label,
.ms-drop li label {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.ms-drop input[type="radio"],
.ms-drop input[type="checkbox"] {
    position: absolute;
    margin-top: 0.2rem;
    left: 2px;
}

input[type="checkbox"] {
    position: relative;
}

input[type="checkbox"]:checked::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    color: white;
    border-radius: 2.4px;
    background-color: #0075ff;
    background-image: url(/images/check.svg);
    background-position: center;
}

input[type="checkbox"][disabled="disabled"]:checked::after {
    background-color: #717171;
}

input[type="radio"]:checked {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #0075ff;
    appearance: none;
}

input[type="radio"]:checked::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    transform: scale(70%);
    color: white;
    background-color: #0075ff;
    border-radius: 50%;
}

input[type="radio"][disabled="disabled"]:checked {
    border-color: #717171;
}

input[type="radio"][disabled="disabled"]:checked::after {
    background-color: #717171;
}

.break-all {
    word-break: break-all;
}

/* 调整优先级，去掉detail-view里面第一个td的padding,使其子项对齐 */
.bootstrap-table .detail-view > td:first-child {
    padding: 0 !important;
}

.bootstrap-table .detail-view .table {
    table-layout: fixed;
}

.bootstrap-table .detail-view .table td {
    border-left: none;
    border-right: none;
}

.bootstrap-table .detail-view .table .bs-checkbox {
    padding-left: 38px !important;
}

.bootstrap-table .bs-checkbox {
    vertical-align: middle;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td,
.bootstrap-table .table.table-no-bordered > thead > tr > th {
    border-style: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
}

.bootstrap-table .bs-checkbox input[type="checkbox"] {
    vertical-align: middle;
}

.fixed-table-loading {
    padding-top: 32px;
    background-color: #f7f9fa;
}

/* .bootstrap-table .no-records-found  td {
	border-bottom: none;
} */

.bootstrap-table .table.table-no-bordered > tbody .no-records-found td {
    border-bottom: none;
    padding-top: 32px;
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.bootstrap-table .table {
    border-bottom: none;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    vertical-align: middle;
    height: 14px;
}

/*button样式单选*/
.button-radio-group .ms-radio-group {
    padding: 3px;
    border-radius: 4px;
    background-color: #ebebeb;
    display: inline-block !important;
    gap: 0 !important;
    height: auto !important;
}

.button-radio-group .ms-radio-group > span:nth-child(n + 2) {
    margin-left: 3px;
}

.button-radio-group input[type="radio"] {
    display: none;
}

.button-radio-group label {
    padding: 4px 12px;
    cursor: pointer;
    margin-right: -1px;
    color: #333;
    transition: 0.2s;
    user-select: none;
}

.button-radio-group input[type="radio"]:checked + label {
    background-color: #ffffff;
    font-weight: bold;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.codec-json-tabs .fixed-table-toolbar .pull-left {
    line-height: normal;
}

.codec-json-tabs button:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    background-color: #797979;
}

.codec-json-tabs .ace_tooltip {
    white-space: pre-wrap !important;
    max-width: 60vw; /* 你可以根据屏幕宽度调整 */
    word-break: break-all;
}

.networkserver_payloadcodecs_wrap .button-container {
    display: flex;
    align-items: baseline;
}

.networkserver_payloadcodecs_wrap .button-container .ys-tip-error {
    display: inline-block;
    width: calc(100% - 240px);
    margin-left: 10px;
    word-break: break-word;
    white-space: pre-wrap;
}

.bootstrap-table tr.row-deleted {
    position: relative;
}

.bootstrap-table tr.row-deleted td {
    background-color: #BEBEBE !important;
}

.bootstrap-table tr.row-deleted::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; /* 避免影响点击 */
    z-index: 1;
    border-bottom: 1px solid #8d8d8d;
}

.codec-json-tabs .bootstrap-table table {
    table-layout: fixed;
}

.codec-json-tabs .bootstrap-table table td span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#vacm_v3user {
    .error_tip {
        top: auto !important;
        bottom: 16px;
    }

    .error_tip_msg {
        width: 280px;
        word-break: keep-all;
        white-space: pre-line;
        text-align: left;
    }

    .ys-eye-icon {
        right: 16px;
    }
}

.user-guide {
    .dialog-footer {
        .ys-dialog-btn {
            &:nth-child(n+2) {
                margin-left: 15px;
            }
        }
    }
}

#modbus_object-table {
    td:has(.detail-icon) {
        text-align: center;
    }
}

.bacnet-server-table-title {
    margin-top: 0 !important;
}

.application-tableline {
    .line_connectStatus, .line_forwardStatus {
        .ys-label {
            line-height: 24px;
            margin-bottom: 0;
        }
    }
}

.protocol_bacnet_server_wrap, .networkserver_applications_wrap {
    .ys-disable {
        background: transparent;

        button {
            background-color: #797979;
            pointer-events: none;
        }
    }

    button:disabled {
        background-color: #797979;
        pointer-events: none;
    }
}

.utc-tip-dc {
    display: flex;
    align-items: flex-start;
    line-height: 20px;

    img {
        margin-right: 4px;
    }
}
