.form-line{
    padding: 14px;
    margin-bottom: 5px;
}

.form-line .minlabel{
    font-size: 12px;
    color: #30acc9;clear: both;
    margin-bottom: 3px;
}

.form-field{
    padding: 8px;
    width: 100%;
    max-width: 1200px;
    outline: none;
    border: 1px solid #999;
    border-radius: 4px;
}

.long-text{
    min-height: 400px;
}

.bold{
    font-weight: 600;
}

.genbtn{
    padding: 8px;
    max-width: 1200px;
    outline: none;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
}

.genbtn:hover{
    background-color: darkgray;
}

.image-render{
    width: 90px;
    height: 90px;
    background-color: #f9f8f8;
    border: 1px solid #eee;
    margin: 5px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: left;
    border-radius: 4px;
    padding: 4px;
    
}

.imagebtn{
    width: 90px;
    height: 90px;
    background-color: #f9f8f8;
    border: 1px solid #eee;
    margin: 5px;
    background-position: center center;
    display: inline-block;
    align-items: center;
    text-align: center;
    background-image: url('../img/lupa.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.6;

}

.imagebtn:hover{
    opacity: 0.9;
}

.clearspace{
    clear: both;
    height: 150px;
}

.text-editor{
    height: 400px;
    border: 2px solid #999;
    padding: 12px;
    width: 100%;
    max-width: 1200px;
    outline: none;
    border: 1px solid #999;
    border-radius: 4px;
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    line-height: 1.5;
}

.text-tools{
    padding: 2px;
    max-width: 1200px;
    margin-bottom: 2px;
    border-radius: 2px;
    border-bottom: 4px solid #d4e7e6 ;
}

.text-tools button, .text-tools select{
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    margin: 1px;
    background-color: #FFF;
    min-width: 40px;
    font-size: 12px;
    padding: 2px;
    color: #555;

}

.formtitle{
    font-weight: 600;
    font-size: 18px;
}


.multi-check{
    font-size: 13px;
    display: block;
    text-align: left;

}

.multi-check label{
    font-size: 13px;
    min-width: 100px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    padding: 4px;
    padding-top: 6px;
    margin: 4px;
    display: block;
}

button.active{
    border: 2px solid green;
}


.twocol{
    column-count: 2;
}

.item-list-select{
    display: block;
    font-size: 13px;
    color: #555;
}
