code {
    background-color: #e0e0e0 !important;
}

#toast-container>div {opacity: 0.99;}
.ml-2px {margin-left: 2px !important;}

form#form-search-condition .form-search-date {
    display: inline-block;
    width: 8%;
    min-width: 120px;
}
form#form-search-condition input.form-control-200 {
    width: 8%;
    min-width: 200px;
}
form#form-search-condition input.form-control-220 {
    width: 8%;
    min-width: 220px;
}
form#form-search-condition .form-control-sm {font-size: .93rem !important;  }

.lift-up {
    z-index: 1;
    position: relative;
}
.lift-down {
    z-index: -1;
    position: relative;
}

.modal-reminder {
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-radius: 0;
    border: 1px solid transparent;
    color: #8a6d3b;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 15px;
}
.modal-reminder p {
    margin: 0 !important;
}

.modal-content {
    max-height: calc(100vh - 50px);
}
.modal-body {
    overflow-y: auto;
}

div.autocompleter {
    width: 100%;
    z-index: 999;
    padding: inherit;
    left: 0;
}
ul.autocompleter-list {
    background-color: white;
    border: 1px solid #d4d7df;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 #d4d7df;
}
li.autocompleter-item {
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
}
li.autocompleter-item:hover {
    background-color: #f7f8fa;
}

.fat-tiny-label{
    padding: 0 10px;
}

.paddingless-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.paddingless-top {
    padding-top: 0 !important;
}

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

.text-line-through{
    text-decoration:line-through;
}

.text-warp-break{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.btn.btn-tag {
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
}

.font-lighter{
    font-weight: lighter!important;
}


[product-setting-flag]{
    display: inline-block;
    width: 35px!important;
}
[data-toggle="tooltip"]{
    cursor: pointer;
}
/* 自定义登录按钮样式 */
.btn-defiend-lg{
    width: 100%;
    /* border-radius: 0; */
}
.nothing-table{
    margin: 6% auto 8%;
    text-align: center;
}
.nothing-table p{
    line-height: 28px;
    width: 370px;
    text-align: left;
    margin: 44px auto;
}
.custom-user-base{
    background: #fff;
    padding: 40px 0 70px; 
}
.bg-fff{
    background: #fff;
}
.offset-2-custom {
	margin-left: 16.66667%
}
.max-300{
    max-width: 354px;
}
.m-login__logo img{
    width: 80px;
}
.btn-focus{
    color: #fff;
    background-color: #5F57D4;
    border-color: #5F57D4; 
}
@media screen and (max-width: 992px) {
    .nothing-table{
        padding: 0;
    }
    .nothing-table p{
        width: 100%;
    }
    .offset-2-custom{
		margin-left: 0;
	}

}