.idl{
    width: calc(100% - 20rem);
    float: left;
    display: inline-block;
    text-align: center;
}

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

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

.idldomes>div{
    width: 12rem;
    height: 12rem;
    position: relative;
    box-shadow: 0 0 5px #bbb;
    border-radius: 6px;
    overflow: hidden;
}

.idldomes>div img{
    width: 100%;
    height: 100%;
}

.idldomes>div>div{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #ff7503;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.idldomes>div>div span{
    color: #fff;
    font-family: "Helvetica,Arial,sans-serif";
    letter-spacing: 6px;
    font-size: 22px;
    display: inline-block;
}

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

.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;
    width: calc(50% - 0.25rem);
    float: left;
}

.divbuts button:nth-child(3){
    width: calc(50% - 0.25rem);
    float: right;
}

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

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

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

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

@media screen and (max-width: 1140px){
    .idl {
        width: 100%;
    }
    .idldomes {
        height: auto;
        padding: 1rem 0;
    }
    .idr{
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0.75rem;
    }
}
@media screen and (max-width: 314px){
    .idr>div span {
        padding: 5px 5px;
    }
}