/*animation*/
@-webkit-keyframes guess-slide {
    0% {
        right: 100%;
        opacity: .3
    }
    100% {
        right: 0;
        opacity: 1
    }
}
@-moz-keyframes guess-slide {
    0% {
        right: 100%;
        opacity: .3
    }
    100% {
        right: 0;
        opacity: 1
    }
}
@keyframes guess-slide {
    0% {
        right: 100%;
        opacity: .3
    }
    100% {
        right: 0;
        opacity: 1
    }
}
@-webkit-keyframes anmi-slide {
    0% {
        margin-top: 0;
        opacity: .7
    }
    100% {
        margin-top: -10px;
        opacity: 1
    }
}
@-moz-keyframes anmi-slide {
    0% {
        margin-top: 0;
        opacity: .7
    }
    100% {
        margin-top: -10px;
        opacity: 1
    }
}
@keyframes anmi-slide {
    0% {
        margin-top: 0;
        opacity: .7
    }
    100% {
        margin-top: -10px;
        opacity: 1
    }
}
@-webkit-keyframes anmi-pictit {
    0% {
        bottom: 0;
        opacity: .7
    }
    100% {
        bottom: 3px;
        opacity: 1
    }
}
@-moz-keyframes anmi-pictit {
    0% {
        bottom: 0;
        opacity: .7
    }
    100% {
        bottom: 3px;
        opacity: 1
    }
}
@keyframes anmi-pictit {
    0% {
        bottom: 0;
        opacity: .7
    }
    100% {
        bottom: 3px;
        opacity: 1
    }
}
@-webkit-keyframes anmi-fade {
    0% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes anmi-fade {
    0% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}
@keyframes anmi-fade {
    0% {
        opacity: .7
    }
    100% {
        ;
        opacity: 1
    }
}
/*breathingLight*/
@-webkit-keyframes breathingLight {
    0% {
        opacity: 1
    }
    25% {
        opacity: .9
    }
    50% {
        opacity: .8
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes breathingLight {
    0% {
        opacity: 1
    }
    25% {
        opacity: .9
    }
    50% {
        opacity: .8
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}
@keyframes breathingLight {
    0% {
        opacity: 1
    }
    25% {
        opacity: .9
    }
    50% {
        opacity: .8
    }
    75% {
        opacity: .9
    }
    100% {
        opacity: 1
    }
}
/*ani wx*/
.ani-beat {
    -webkit-backface-visibility: visible;
    -webkit-transform-origin: center center;
    -webkit-animation: beat 2s 0s infinite ease normal none
}
@-webkit-keyframes beat {
    0% {
        -webkit-transform: translateY(0px)
    }
    45% {
        -webkit-transform: translateY(0px)
    }
    58% {
        -webkit-transform: translateY(-7px)
    }
    65% {
        -webkit-transform: translateY(0px)
    }
    75% {
        -webkit-transform: translateY(-5px)
    }
    80% {
        -webkit-transform: translateY(0px)
    }
}
.shake {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: shake;
    animation-name: shake
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-5px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(5px)
    }
}
/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 155px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loaderInner {
    background: #ffffff url(../res/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}
@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, -10px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(-10px, 10px);
    }
}
@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #C5C5C5, -10px 10px #C5C5C5;
    }
    25% {
        box-shadow: 10px 10px #C5C5C5, -10px -10px #C5C5C5;
    }
    50% {
        box-shadow: -10px 10px #C5C5C5, 10px -10px #C5C5C5;
    }
    75% {
        box-shadow: -10px -10px #C5C5C5, 10px 10px #C5C5C5;
    }
    100% {
        box-shadow: 10px -10px #C5C5C5, -10px 10px #C5C5C5;
    }
}
#load {
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 50%;
    /*right: 210px;*/
    border-radius: 0;
    border: 5px solid #E8E8E8;
    box-shadow: 10px 0 #39CCCC, 10px 0 #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
    font-size: 0;
}
body {
    min-width: 1276px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: auto;
}
a {
    outline: none;
}
.container {
    min-width: 1276px !important;
}
.item .header,
.menu-title,
div.erp_sku,
.data-col {
    cursor: pointer;
}
.header .menu-title {
    font-weight: 500;
}
.menu .menu-title {
    font-weight: 300;
    font-size: 11px;
}
.ui.menu .item {
    font-size: 12px;
}
.ui.selection.dropdown .menu>.item {
    font-size: 11px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ui.form {
    /*margin-bottom: 0px !important;*/
    outline: none;
}
.ui.dimmer {
    background-color: rgba(55, 55, 55, 0.62);
}
.table .menu .menu {
    left: -60px;
}
.table .menu .menu .item {
    font-size: 14px !important;
}
.table .right.menu {
    background-color: #2185d0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}
.table td .ui.button {
    padding: .38571429em 8px !important;
}
.table td .ui.button {
    /*height: 22px;*/
    /*line-height: 14px;*/
    font-size: 11px !important;
}
div.erp_sku {
    color: #2185D0;
}
div.erp_sku:hover {
    color: #21BA45;
}
.item .header:hover {
    background: rgba(255, 255, 255, .08);
}
hr {
    margin-top: 0;
    margin-bottom: 5px;
}
.pagination {
    margin: 10px 0;
    display: flex;
    margin-top: 8px;
}
.ui, .thumbnail {
    /*border-radius: 0 !important;*/
}
.fileinput.thumbnail {
    border-radius: 3px;
}
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number] {
    /*border-radius: 0 !important;*/
    font-size: 12px !important;
}
.ui.form input:hover {
    border: solid 1px rgba(34,36,38,.35) !important;
}
.ui.segment, .ui.menu {
    box-shadow: 0 0 0 0 !important;
}
#wrapper-none .ui.segment:first-of-type {
    /* padding-bottom: 0px; */
    margin-bottom: 2px !important;
}
#wrapper-none .ui.inverted.flash.segment {
    padding-bottom: 10px;
}
#wrapper-none .ui.olive.segment:first-of-type {
    padding: 0;
    border: none;
}
#wrapper-none .ui.olive.segment:first-of-type .field  {
    margin-bottom: 2px !important;
}
.ui.segment .field label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 16px;
}
.ui.form .field > .selection.dropdown > .dropdown.icon {
    font-size: 15px;
}
.ui.fluid.dropdown > .dropdown.icon {
    font-size: 15px;
}
.ui.form .field.disabled > .selection.dropdown {
    background: #f5f5f5;
}
#wrapper-none .ui.olive.segment:first-of-type .fields.buttons {
    margin-bottom: 5px;
}
.ui.inverted.pointing.menu .active.item:after {
    background: #ffffff !important;
}
.ui.message .item .cell {
    margin-bottom: 10px;
    font-weight: 500;
}
.ui.table.data-table {
    min-width:100%;
    width: auto;
    word-break: keep-all;
    white-space: nowrap;
}
.data-table-container {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 15px;
    /*background: aliceblue;*/
}
.ui.table th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.ui.table tr, .ui.table th {
    height: 25px !important;
}
.ui.table tr.unactive, .ui.table td.unactive {
    background: #ffe5e5 !important;
}
.ui.table thead th {
    background: #e0e1e2 !important;
}
td, th {
    padding: 0 8px !important;
}
table {
    border-top: solid 1px !important;
    border-color: #cccccc !important;
}
table th {
    border-bottom: solid 1px #cccccc !important;
}
table th, table td {
    border-left: solid 1px #cccccc !important;
}
table td {
    border-left: solid 1px #b7b7b7;
}
table th:first-child, table td:first-child {
    border-left: none !important;
}
table thead tr:nth-child(2) th:first-child {
    border-left: solid 1px #cccccc !important;
}
table tr td {
    border-top: 1px solid #cccccc !important;
}
table tr .line-number {
    border-right: solid 1px #d0d0d0 !important;
    border-left: solid 1px #d0d0d0 !important;
}
.ui.table tr.selected {
    background:rgba(78, 164, 255, 0.24) !important
}
.ui.table tr.cancel {
    background: #eeeeee !important;
}
.ui.table tr.cancel td {
    color: #a4a4a4 !important;
}
.ui.table tr.cancel span {
    color: #a4a4a4 !important;
}
.ui.table tr.finish {
    background: #ebfdcb !important;
}
.ui.selectable.table tbody tr:hover {
    background: rgba(78, 164, 255, 0.24) !important;
}
.ui.table tr td .ui.checkbox {
    display: flex !important;
}
.ui.form {
    font-size: 12px !important;
}
.ui.button {
    font-size: 12px !important;
    font-family: 'Microsoft YaHei';
    padding: 8px;
}
.ui.pagination.menu .item {
    font-size: 12px;
}
.ui.right.floated.menu {
    margin: 0 0 0 0;
}
.ui.fluid.dropdown {
    font-size: 12px !important;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.ui.fluid.dropdown .dropdown.icon {
    padding-top: 0;
}
.ui.dropdown>.text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui.dropdown .menu .item:last-child {
    margin-bottom: 5px;
}
.ui.form .wide.field {
    margin-bottom: 0;
}
/* 自定义开关组件样式 */
.ui.mk-toggle {
    display: flex;
    line-height: 1.2142em;
    border: 1px solid #e2e2e2;
    border-radius: .28571429rem;
    position: relative;
}
.ui.mk-toggle .hidden {
    display: none;
}
.ui.mk-toggle:hover {
    border-color: rgba(34,36,38,.35);
}
.ui.mk-toggle:hover, .ui.mk-toggle label:hover {
    cursor: pointer;
}
.ui.mk-toggle label {
    flex: 1;
    padding: .67861429em 1em;
    color: #9a9a9a;
}
.ui.mk-toggle label::before {
    background: rgba(0,0,0,.05);
    position: absolute;
    content: '';
    z-index: 1;
    top: 7px;
    right: 5px;
    width: 3.5rem;
    height: 1.5rem;
    border-radius: 500rem;
    -webkit-transition: border .1s ease,opacity .1s ease,-webkit-transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
}
.ui.mk-toggle.checked label::before {
    background-color: #2185d0;
}
.ui.mk-toggle:not(.checked) label:hover::before {
    background-color: rgba(0, 0, 0, .15);
}
.ui.mk-toggle label::after {
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #fff;
    background: linear-gradient(transparent,rgba(0,0,0,.05)) #fff;
    position: absolute;
    content: '' !important;
    z-index: 2;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;
    width: 1.5rem;
    height: 1.5rem;
    top: 7px;
    right: 2.4rem;
    border-radius: 500rem;
    -webkit-transition: background .3s ease,right .3s ease;
    transition: background .3s ease,right .3s ease;
}
.ui.mk-toggle.checked label::after {
    right: 5px !important;
}
/*多选控件相关*/
.multiple-list {
    display: flex;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 3px;
    height: 33px;
    align-items: center;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}
.multiple-list .transition {
    top: 30px;
    position: absolute;
    background: #fff;
    left: -1px;
    border: 1px solid rgba(34,36,38,.15);
    border-top: none;
    cursor: pointer;
    max-height: 183px;
    overflow-y: auto;
    z-index: 999;
}
.multiple-list .menu.transition {
    width: calc(100% + 2px);
}
.multiple-list .transition .item {
    padding: 7px 10px;
    border-bottom: 1px solid #fafafa;
    text-overflow: ellipsis;
    overflow: hidden;
}
.multiple-list .transition .item.selected {
    font-weight: 600;
    background: rgba(187, 187, 187, 0.22);
}
.multiple-list .transition .item:hover {
    background: rgba(187, 187, 187, 0.22);
}
.multiple-list:hover {
    border-color: #96c8da;
}
.multiple-list i.dropdown {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.ui.checkbox .box::before, .ui.checkbox label::before {
    /*left: 4px !important;*/
}
.ui.checkbox .box::after, .ui.checkbox label::after {
    /*left: 4px !important;*/
}
/* 深色模式开始 */
.dark-body {
    color: rgba(255, 255, 255, 0.87) !important;
    background: #2e2e2e !important;
    color: white !important;
}
.dark-body .ui.inverted.menu {
    background: #353535 !important;
}
.dark-body .ui.inverted.vertical.menu .item .menu .active.item {
    background-color: #6F6F6F;
    color: #FFF !important;
}
.dark-body .ui.inverted.menu .item,
.dark-body .ui.inverted.menu .item > a:not(.ui) {
    color: rgb(255, 255, 255) !important;
}
.dark-body .ui.inverted.menu .item::before,
.dark-body .ui.vertical.inverted.menu .item::before {
    /*background: rgba(149, 149, 149, 0.15) !important;*/
    background: none !important;
}
.dark-body .wrapper-title .top-menu {
    background: #484848 !important;
    color: #cacaca !important;
}
.dark-body .wrapper-title .top-menu i {
    color: white !important;
}
.dark-body .wrapper-title .top-menu.button:hover .icon {
    color: gray !important;
}
.dark-body .wrapper-title .top-menu label,
.dark-body .wrapper-title .top-menu span{
    background: #484848 !important;
}
.dark-body #wrapper-none {
    border-top: solid 1px #393939 !important;
    padding-top: 2px;
    padding-left: 2px;
}
.dark-body .tab-button-active {
    border: solid 1px #393939 !important;
    background: #393939 !important;
}
.dark-body #wrapper-none h4,
.dark-body #wrapper-none h3 {
    color: #e8e8e8 !important;
}
.dark-body .tab-button {
    width: 105px !important;
    height: 25px !important;
    line-height: 25px !important;
    border: solid 1px #2f2f2f !important;
    text-align: center !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border-radius: 5px 5px 0 0 !important;
    background: #484848 !important;
    margin-top: 6px !important;
    color: #a4a4a4 !important;
}
.dark-body .tab-button:hover:not(.tab-button-active) {
    background-color: #666 !important;
    color: #c4c4c4 !important;
}
.dark-body .tab-button-active {
    width: 105px !important;
    height: 25px !important;
    line-height: 25px !important;
    border: solid 1px #393939 !important;
    text-align: center !important;
    font-weight: 500 !important;
    background: #606060 !important;
    color: #ffffff !important;
    box-shadow: unset !important;
    margin-top: 6px !important;
}
.dark-body .ui.form .field > label {
    display: block;
    margin: 0 0 .28571429rem;
    color: rgba(170, 170, 170, 0.87);
    font-weight: 700;
    text-transform: none;
}
.dark-body .ui.selection.dropdown {
    background: #262626 !important;
    color: #757575 !important;
}
.dark-body .ui.selection.dropdown .text.default {
    color: #484848 !important;
}
.dark-body .ui.form input[type="text"],
.dark-body .ui.form input[type="email"],
.dark-body .ui.form input[type="search"],
.dark-body .ui.form input[type="password"],
.dark-body .ui.form input[type="date"],
.dark-body .ui.form input[type="datetime-local"],
.dark-body .ui.form input[type="tel"],
.dark-body .ui.form input[type="time"],
.dark-body .ui.form input[type="url"],
.dark-body .ui.form input[type="number"] {
    background: #262626 !important;
    color: rgb(162, 162, 162) !important;
}
.dark-body .ui.input {
    color: rgba(255, 255, 255, 0.87);
}
.dark-body .ui.form input::placeholder {
    color: #757575 !important;
    color: #484848 !important
}
.dark-body .calendar.select_calendar .icon {
    color: #484848 !important;
}
.dark-body .ui.menu {
    /*border: none !important;*/
}
.dark-body #pagingate .pagingate.item.disabled {
    background: gray !important;
    color: white !important;
}
.dark-body .ui.pagination.menu,
.dark-body .ui.pagination.menu .item {
    background: #393939 !important;
    color: white !important;
}
.dark-body .ui.pagination.menu input {
    border: 1px solid #8c8c8c !important;
    background: gray !important;
    color:white !important;
}
.dark-body .ui.pagination.menu .active.item {
    background: #6e6e6e !important;
}
.dark-body .ui.pagination.menu .item:hover {
    background: #6e6e6e !important;
    color: white !important;
}
.dark-body .ui.pagination.menu .ui.selection.dropdown {
    background: #262626 !important;
    color: #4d4d4d !important;
}
.dark-body .ui.pagination.menu .limit_number.ui.selection.dropdown {
    background: #393939 !important;
    color: white !important;
}
.dark-body .ui.pagination.menu .item.disabled {
    background: #393939 !important;
    color: #686868 !important;
}
.dark-body .ui.menu .ui.dropdown .menu > .item {
    background: rgb(91, 91, 91) !important;
    color: rgba(174, 174, 174, 0.95) !important;
}
.dark-body .ui.menu .ui.dropdown .menu > .item:hover {
    background: rgba(153, 153, 153, 0.22) !important;
    color: rgba(174, 174, 174, 0.95) !important;
}
.dark-body .hide-search-button:hover {
    background: #f3f3f3 !important;
}
.dark-body .hide-search-button {
    border: solid 1px #515151 !important;
    background: #373737 !important;
    color: #777 !important;
}
.dark-body .multiple-list {
    background: #262626 !important;。
    color: #4d4d4d !important;
}
.dark-body .multiple-list .transition {
    background: #373737 !important;
}
.dark-body .multiple-list .transition .item {
    border-bottom: 1px solid #484848 !important;
    color: rgba(213, 213, 213, 0.95) !important;
}
.dark-body .multiple-list .transition .item:last-child {
    border-bottom: none !important;
}
.dark-body .ui.table {
    background: #535353 !important;
    border: 1px solid #6a6a6a !important;
    color: rgba(191, 191, 191, 0.87) !important;
}
.dark-body .ui.table thead th {
    background: #333 !important;
    color: rgba(164, 164, 164, 0.87) !important;
    border-bottom: 1px solid #404040 !important;
}
.dark-body .ui.table tr.cancel {
    background: #393939 !important;
}
.dark-body .ui.table tr.cancel td {
    color: #a4a4a4 !important;
}
.dark-body table th,
.dark-body table td {
    border-left: 1px solid #4d4d4d !important;
}
.dark-body table td {
    /*border-left: none !important;*/
}
.dark-body table th {
    border-bottom: solid 1px #404040 !important;
}
.dark-body table tr td {
    border-top: 1px solid #4d4d4d !important;
    background: #404040 !important;
}
.dark-body .ui.table tr td.positive,
.dark-body .ui.table tr td.negative {
    background: #404040 !important;
}
.dark-body .ui.striped.table tbody tr:nth-child(2n),
.dark-body .ui.striped.table > tr:nth-child(2n) {
    background-color: rgba(60, 60, 60, 1) !important;
}
.dark-body .ui.striped.table tbody tr:nth-child(2n) td,
.dark-body .ui.striped.table > tr:nth-child(2n) td {
    background-color: rgba(60, 60, 60, 1) !important;
    background-color: rgb(46, 46, 46) !important;
    background-color: rgb(55, 55, 55) !important;
}
.dark-body table tr .line-checkbox {
    background-color: rgb(60, 60, 60) !important;
    border-right: solid 1px #5e5e5e !important;
}
.dark-body table tr .line-number {
    background-color: rgb(60, 60, 60) !important;
    border-right: solid 1px #5e5e5e !important;
    border-left: solid 1px #5e5e5e !important;
}
.dark-body table tr .line-operate {
    background-color: rgb(60, 60, 60) !important;
    border-right: solid 1px #5e5e5e !important;
    border-left: solid 1px #5e5e5e !important;
}
.dark-body .ui.table tr td.disabled,
.dark-body .ui.table tr.disabled td,
.dark-body .ui.table tr.disabled:hover,
.dark-body .ui.table tr:hover td.disabled {
    color: rgb(138, 113, 113) !important;
}
.dark-body .ui.table tr.positive {
    box-shadow: 0 0 0 #a3c293 inset;
    background: #575757 !important;
    color: #bbb !important;
}
.dark-body .ui.table tr.positive td{
    background: #373737 !important;
    color: #bbb !important;
}
.dark-body .ui.striped.table tbody tr:nth-child(2n) td.editable,
.dark-body .ui.striped.table > tr:nth-child(2n) td.editable,
.dark-body table tr td.editable,
.dark-body .ui.table tr.positive td.editable{
    background: #6c6c6c !important;
    background: #393939 !important;
    background: #333 !important;
}
.dark-body .ui.striped.table tbody td.editable .td_edit_label{
    /*color: #000 !important;*/
}
.dark-body .ui.table tr.negative {
    color: #e6a1a0 !important;
}
.dark-body .ui.table tfoot th {
    background: #353535 !important;
    color: rgba(255, 255, 255, 0.87) !important;
    border-top: solid 1px #4d4d4d;
}
.dark-body .ui.modal {
    background: #2e2e2e !important;
    color: rgb(255, 255, 255);
}
.dark-body .ui.modal > .header {
    background: #2e2e2e !important;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(196, 196, 196, 0.51);
}
.dark-body .ui.modal > .content {
    background: #2e2e2e !important;
    color: rgb(255, 255, 255);
}
.dark-body .ui.segment {
    background: #3c3c3c !important;
}
.dark-body .ui.modal .ui.segment {
    background: #2e2e2e !important;
    border: 1px solid rgb(111, 111, 111) !important;
}
.dark-body .ui.modal.olive.segment {
    background: #2e2e2e !important;
}
.dark-body .ui.modal .actions {
    background: #2e2e2e !important;
    color: rgb(255, 255, 255);
    border-top: 0 solid rgba(196, 196, 196, 0.51);
}
.dark-body .ui.alert.modal .actions,
.dark-body .ui.confirm.modal .actions {
    border-top: 1px solid rgba(196, 196, 196, 0.51) !important;
}
.dark-body .detail-block {
    border: 1px solid rgb(68, 68, 68) !important;
    background: #2e2e2e !important;
}
.dark-body #preloader {
    background: #2e2e2e !important;
}
.dark-body .ui.checkbox input.hidden + label {
    color: white;
    opacity: 1;
}
.dark-body .ui.checkbox label::before {
    background: #9d9d9d !important;
}
.dark-body .simple-transfer-list {
    background: #393939;
}
.dark-body .simple-transfer-list li {
    border-bottom: 1px solid #777;
}
.dark-body .simple-transfer-list li .simple-transfer-item-text {
    color: #fff;
}
.dark-body .ui.striped.table tbody tr td.editable {
    background: #6c6c6c !important;
    background: #4f4f4f !important;
    background: #3f4148 !important;
}
.dark-body .ui.striped.table tbody tr:hover td {
    background: #2b2b2b !important;
}
.dark-body .ui.selectable.table tbody tr:hover {
    color: rgba(255, 255, 255,.95) !important;
}
.dark-body .ui.striped.table tbody td.editable:hover .td_edit_label {
    color: white !important;
}
.dark-body .ui.table td.warning,
.dark-body .ui.table tr.warning {
    color: #7c8639 !important;
}
.dark-body .ui.form input:not([type]):focus,
.dark-body td.editable .td_edit_input {
    color: #515151 !important;
    box-sizing: border-box;
}
.dark-body .ui.active.search.dropdown input.search:focus + .text {
    color: #484848 !important;
}
.dark-body .ui.form input:not([type])::placeholder{
    color: #484848 !important;
}
.dark-body .ui.popup.calendar::before {
    background: #333;
}
.dark-body .ui.popup.calender table thead tr:nth-child(2) th:first-child {
    border-left:none !important;
}
.dark-body table thead tr:nth-child(2) th:first-child {
    border-left: 1px solid #4d4d4d !important
}
.dark-body .ui.red.message {
    background-color: #797979 !important;
    color: #fff !important;
}
.dark-body .ui.green.message {
    background-color: #606060 !important;
    color: #fff !important;
}
.dark-body .ui.blue.message {
    background-color: #444 !important;
    color: #fff !important;
}
.dark-body .ui.info.message {
    background-color: #222;
    color: #fff;
}
.dark-body .ui.form textarea,
.dark-body .ui.form textarea:focus {
    background: #262626;
    color: rgb(162, 162, 162) !important;
}
.dark-body .ui.styled.accordion {
    background: #555 !important;
}
.dark-body .sale-list.item,
.dark-body .sale-list.item .ui.divided.inbox.selection.list {
    color: #fff !important;
    background: #373737 !important;
}
.dark-body .ui.divided.inbox.selection.list {
    background: gray !important;
}
.dark-body .ui.list .item,
.dark-body .ui.list .description,
.dark-body .ui.inbox.list .active.item {
    color: white !important;
}
.dark-body .ui.basic.segment.grid .title {
    color: white !important;
}
.dark-body .group-checkbox {
    border: 1px solid rgb(70, 70, 70) !important;
}
.dark-body .ui.dropdown .menu {
    background: #373737;
}
.dark-body .ui.dropdown .menu > .item {
    color: rgba(234, 234, 234, 0.87);
}
.dark-body .ui.dropdown.error > .menu > .item:hover {
    color: rgba(45, 45, 45, 0.87) !important;
    background-color: #d9d9d9 !important;
}
.dark-body .ui.selection.dropdown .menu > .item {
    border-top: 1px solid #4f4f4f;
}
.dark-body .ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    color: rgba(213, 213, 213, 0.95);
}
.dark-body .ui.selection.visible.dropdown > .text:not(.default) {
    color: rgba(174, 174, 174, 0.8);
}
.dark-body .ui.floating.dropdown.labeled.search.icon{
    background: #262626 !important;
    color: rgb(162, 162, 162) !important;
    border: solid 1px #262626 !important;
}
.dark-body .ui.dropdown .menu > .disabled.item {
    background: rgba(68, 68, 68, 0.73) !important;
    color: #484848;
}
.dark-body .ui.button {
    background-color: #a2a2a2;
}
.dark-body .ui.button:hover {
    background-color: #e0e1e2 !important;
}
.dark-body .ui.red.button,
.dark-body .ui.red.buttons .button {
    background-color: #771313;
    color: #c8c8c8;
}
.dark-body .ui.red.button:hover,
.dark-body .ui.red.buttons .button:hover {
    background-color: #a80d0d !important;
    color: #d9d9d9 !important;
}
.dark-body .ui.blue.button,
.dark-body .ui.blue.buttons .button {
    background-color: #094e82;
    color: #c8c8c8;
}
.dark-body .ui.blue.button:hover,
.dark-body .ui.blue.buttons .button:hover {
    background-color: #1678c2 !important;
    color: #d9d9d9 !important;
}
.dark-body .ui.green.button,
.dark-body .ui.green.buttons .button {
    background-color: #09661f;
    color: #c8c8c8;
}
.dark-body .ui.green.button:hover,
.dark-body .ui.green.buttons .button:hover {
    background-color: #16ab39 !important;
    color: #d9d9d9 !important;
}
.dark-body .ui.orange.button,
.dark-body .ui.orange.buttons .button {
    background-color: #b04701;
    color: #c8c8c8;
}
.dark-body .ui.orange.button:hover,
.dark-body .ui.orange.buttons .button:hover {
    background-color: #ff6b09 !important;
    color: #d9d9d9 !important;
}
.dark-body .ui.teal.button,
.dark-body .ui.teal.buttons .button {
    background-color: #007974;
    color: #c8c8c8;
}
.dark-body .ui.teal.button:hover,
.dark-body .ui.teal.buttons .button:hover {
    background-color: #0ec1b9 !important;
    color: #d9d9d9 !important;
}
.dark-body .lottery_item {
    background: #464646;
}
.dark-body .form-bottom-buttons{
    background: #2e2e2e !important;
}
.dark-body .used {
    background: #717171 !important;
}
.dark-body table .is-link,
.dark-body .is-link,
.dark-body .copy-td {
    color: #6f9ccc !important;
}
.dark-body .is-link:hover,
.dark-body .copy-td:hover {
    color: #dfdfdf !important;
}
.dark-body ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.dark-body ::-webkit-scrollbar-track {
    background: #2d2d2d;
}
.dark-body ::-webkit-scrollbar-thumb {
    background-color: #5c5c5c;
    border-radius: 6px;
    border: 3px solid #2d2d2d;
}
.dark-body ::-webkit-scrollbar-thumb:hover {
    background-color: #707070;
}
.dark-body .top-menu .message-info {
    background: #970101 !important;
}
.dark-body .ui.tabular.menu .item {
    color: white !important;
    background: #4a4a4a !important;
    border-radius: 5px 5px 0 0 !important;
}
.dark-body .ui.tabular.menu .item.active {
    color: #373737 !important;
    background: #dfdfdf !important;
}
.dark-body .ui.striped.table tbody tr:nth-child(2n).company_line_selected td,
.dark-body .ui.striped.table tbody tr.company_line_selected td,
.dark-body .ui.striped.table tbody tr:nth-child(2n).checked td,
.dark-body .ui.striped.table tbody tr:nth-child(2n).selected td,
.dark-body .ui.striped.table tbody tr.selected td,
.dark-body .ui.striped.table tbody tr.checked td {
    background: #abd0c4 !important;
    color: #131313;
}
.dark-body .ui.dropdown.error > .menu .active.item {
    background-color: #a2a2a2;
    color: black !important;
}
.dark-body td.editable .td_edit_input {
    color: #464646 !important;
}
.dark-body .home-report-databar .label{
    color: white !important;
}
.dark-body .ui.basic.buttons {
    border: 1px solid #a2a2a2 !important;
}
.dark-body .ui.basic.buttons .button {
    color: #a2a2a2 !important;
    border-left: 1px solid #a2a2a2 !important;
}
.dark-body .ui.buttons .button:first-child {
    border-left: none !important;
}
.dark-body .to_select_position {
    color: #ff8c8c !important;
}
.dark-body span.occupy{
    color: #d69cff !important;
}
.dark-body span.temporary_use{
    color: #f4ffff !important;
}
.dark-body span.idle{
    color: #70db70 !important;
}
.dark-body span.processing{
    color: #9babff !important;
}
.dark-body .checkbox-field {
    border: solid 1px #7b7b7b;
}
.dark-body .checkbox-field label {
    color: lightgray !important;
}
.dark-body .ui.basic.button,
.dark-body .ui.basic.buttons .button,
.dark-body .ui.basic.red.button,
.dark-body .ui.basic.red.buttons .button
.dark-body .ui.blue.red.button,
.dark-body .ui.blue.red.buttons .button {
    color: #404040 !important;
    background: #a2a2a2 !important;
    box-shadow: 0 0 0 1px #a2a2a2 inset !important;
}
.dark-body .ui.basic.button:hover,
.dark-body .ui.basic.buttons .button:hover,
.dark-body .ui.basic.red.button:hover,
.dark-body .ui.basic.red.buttons .button:hover
.dark-body .ui.basic.blue.button:hover,
.dark-body .ui.basic.blue.buttons .button:hover {
    color: #000 !important;
    background: #e6e6e6 !important;
    box-shadow: 0 0 0 1px #d9d9d9 inset !important;
}
/*.dark-body .ui.basic.red.button,*/
/*.dark-body .ui.basic.red.buttons .button {*/
    /*box-shadow: 0 0 0 1px #fff inset !important;*/
    /*color: #fff !important;*/
/*}*/
/*.dark-body .ui.basic.red.button:hover,*/
/*.dark-body .ui.basic.red.buttons .button:hover {*/
    /*background: #4f4f4f !important;*/
/*}*/
.dark-body .change_company_list_row {
    background: #515151 !important;
}
.dark-body .ui.toggle.checkbox input:checked ~ .box,
.dark-body .ui.toggle.checkbox input:checked ~ label {
    color: rgb(255, 255, 255) !important;
}
.dark-body #main-menu .item.top-header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #353535 !important;
}
.dark-body #main-menu .sub-header:hover,
.dark-body #main-menu .header:hover,
.dark-body #main-menu .menu .item:hover {
    color: black !important;
}
.dark-body #main-menu .menu.menu-show {
    background: #3e3e3e;
}
.dark-body #main-menu .submenu.menu-show {
    background: #4d4d4d;
}
.dark-body #main-menu .menu .active.item::after {
    background-color: #b7b7b7 !important;
}
.inframe-dark-body {
    background: #2e2e2e !important;
}
.inframe-dark-body .ui.olive.segment {
    background: #2e2e2e !important
}
.inframe-dark-body .ui.dimmer {
    background-color: rgba(15, 15, 15, 0.77);
}
.inframe-dark-body .ui.modal.olive.segment {
    border-top: 2px solid #2e2e2e;
}
.inframe-dark-body .data-table-container {
    background: #2e2e2e !important;
}
.inframe-dark-body #wrapper-none {
    border-top: none !important;
    padding-top: 0;
    padding-left: 0;
}
.inframe-dark-body #context_menu {
    box-shadow: none;
    padding: 0;
    border: solid 1px #848484;
}
.inframe-dark-body #context_menu .context_menu_item {
    padding: 5px 15px 7px 15px;
    border-bottom: none;
}
.inframe-dark-body table .td-click:hover,
.inframe-dark-body table .td-click .click-text:hover {
    background: none !important;
}
.inframe-dark-body #preloader, #loaderInner {
    background: #2e2e2e !important;
}
.inframe-dark-body .segment .dimmer {
    background: #2e2e2e !important;
}
.inframe-dark-body .ui.olive.segment.order-segment {
    background: #4f4f4f !important;
}
.inframe-dark-body .order-segment .statistic .value {
    color: rgb(255, 255, 255) !important;
}
.inframe-dark-body .bottom-buttons {
    background: #2e2e2e !important;
}
.inframe-dark-body .ui.form .field.disabled > .selection.dropdown,
.inframe-dark-body .ui.form .field.disabled > input[type=text],
.inframe-dark-body .ui.form .field.disabled > input[type=number]{
    background: #464646 !important;
    color: #979797 !important;
}
.inframe-dark-body .ui.button-list.selection.dropdown {
    background: #5e5e5e !important;
    color: #bfbfbf !important;
    border: solid 1px #5e5e5e !important;
}
.inframe-dark-body .ui.button-list.selection.dropdown:hover {
    background: #8a8a8a !important;
    color: #fff !important;
    border: solid 1px #8a8a8a !important;
}
.inframe-dark-body .table .right.menu {
    background-color: #686868;
    border-radius: 2px;
    color: #c4c4c4;
    text-align: center;
}
.ui.button-list.selection.dropdown:hover {
    background: #d5d5d5 !important;
    color: #5e5e5e !important;
    border: solid 1px #d5d5d5 !important;
}
.zxdl-dimmer{
    position: absolute;
    width: 100%;
    background: #d2d2d254 !important;
    height: 100%;
    top: 0;
    left: 0;
}
.zxdl-dimmer .loader::after {
    border-color: #000 transparent transparent;
}
.ui.action.input .search.button .icon {
    display: flex;
    margin: 0;
    justify-content: center;
}
.ui.action.input .search.button {
    border-radius: 0 4px 4px 0 !important;
    width: 40px !important;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.inframe-dark-body .modal .actions .basic.buttons {
    border: none !important;
}
.inframe-dark-body .modal .actions .ui.basic.buttons {
    border: none !important;
}
.inframe-dark-body .modal .actions .ui.small.basic.icon.buttons .ui.button:first-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.inframe-dark-body .modal .actions .ui.small.basic.icon.buttons .button.before {
    border-radius: 0 !important;
    border-left: solid 1px gray !important;
    border-right: solid 1px gray !important;
}
.inframe-dark-body .modal .actions .ui.small.basic.icon.buttons .button.next {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.inframe-dark-body .modal .ui.info.message {
    background-color: #393939;
    box-shadow: none;
}
.modal .ui.icon.buttons .button {
    padding: 8px 10px !important;
}