.idl{
    width: calc(100% - 15rem);
    float: left;
    display: inline-block;
}

.idldomes{
    height: 17.4rem;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

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

.idr{
    width: 15rem;
    display: inline-block;
    float: right;
    padding: 0 0 0 0.75rem;
}

.idr>div{
    padding: 0 0.5rem;
    border: 1px solid #eee;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

.night .idr>div{
    border: 1px solid #444;
}

.idr>div>.layui-form-radio{
    margin-left: 0 !important;
    margin-bottom: 0.45rem;
    margin-top: 0.45rem !important;
}

.idr>div>.layui-form-checkbox{
    margin-left: 0 !important;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem !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: 980px){
    .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;
    }
}

@media screen and (max-width: 886px){
    .divbuts button:nth-child(1){
        width: unset;
        float: none;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(2){
        width: unset;
        float: none;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(3){
        width: unset;
        float: none;
        margin-top: 0rem;
    }
}

@media screen and (max-width: 690px){
    .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;
    }
}

@media screen and (max-width: 640px){
    .divbuts button:nth-child(1){
        width: unset;
        float: none;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(2){
        width: unset;
        float: none;
        margin-top: 0rem;
    }
    .divbuts button:nth-child(3){
        width: unset;
        float: none;
        margin-top: 0rem;
    }
}

@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;
}

.layui-form-pane>div>.layui-form-item{
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px){
    .idl {
        width: 100%;
    }
    .idldomes {
        height: 4rem;
    }
    .idr{
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0.75rem;
    }
}

@media screen and (max-width: 314px){
    .idr>div span {
        padding: 5px 5px;
    }
}