textarea{
    resize: none !important;
}

.qrcodeimg{
    color: #34495e;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 1.5rem 0;
    text-align: center;
    background-color: #f6f7fa;
}

.night .qrcodeimg{
    background-color: #181a1b;
    border: 1px solid #444;
}

.qrcodeimg #qrcode_widget{
    width: 10rem;
    height: 10rem;
}

.layui-tab-card{
    box-shadow: none;
}

.qrcode{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

.night .qrcode{
    border:1px solid #444;
}

.qrcode>div{
    padding: 0.25rem;
    float: left;
    width: 50%;
}

.qrcode>div>div{
    margin-bottom: 0 !important;
}

.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top:0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

.divbuts button:nth-child(2) {
    background-color: #795548;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}

.color_inp{
    width: calc(100% - 1.9rem);
    float: left;
}

.layui-colorpicker{
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    border-left: 0;
}

.night .layui-colorpicker{
    border: 1px solid #444;
    border-left: 0;
    background-color: #181a1b;
}

.colorselect{
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    display: inline-block !important;
    clear: none !important;
    float: left;
}

.upimgupdata{
    height: 38px;
    line-height: 38px;
    display: block;
    float: right;
    width: 38px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 0.6rem;
    cursor: pointer;
    border-left: 0;
}

.night .upimgupdata{
    border: 1px solid #444;
    color: #aaa;
    background-color: #181a1b;
    border-left: 0;
}

.updatainpus{
    width: calc(100% - 38px);
    float: left;
}

.cropper_buts{
    padding: 10px 5px;
}

.cropper_buts span{
    height: 1.4rem;
    line-height: 1.4rem;
    width: 1.8rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    font-weight: bold;
    font-size: 0.7rem;
    margin: 0 0 0 0.2rem;
    border-radius: 4px;
    cursor: pointer;
}

.cropper_buts span.act{
    background-color: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}

.cropper_buts span.lr{
    font-weight: unset;
    font-size: 0.6rem;
    margin-right: 0.25rem;
}

.layui-tab-content {
    padding: 15px;
}

.layui-tab-content input{
    margin:0 0 15px 0;
}

.layui-form-select .layui-input{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1023px){
    .qrcode>div{
        width: 100%;
    }
}

@media screen and (max-width: 886px){
    .qrcode>div{
        width: 50%;
    }
}

@media screen and (max-width: 580px){
    .qrcode>div{
        width: 100%;
    }
}

@media screen and (max-width: 350px){
    .qrcodeimg{
        padding: 1.5rem;
    }

    .qrcodeimg #qrcode_widget{
        width: 100%;
        height: 100%;
    }
}