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

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

.imgtosvgsetup>div{
    padding: 0.25rem;
}

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

/***************************************************/

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

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

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

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

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

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

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

/***************************************************/

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

/***************************************************/

.imgtosvgres{
    background: #f0f5fb;
    border: 1px solid #b9cee8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    margin-top: 0.75rem;
    display: none;
}

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

.imgtosvgres svg{
    max-width: 15rem;
}

/***************************************************/

@media screen and (max-width: 350px){
    .layui-form-pane .layui-form-label {
        width: 4rem;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 4rem;
    }
}