.width-30 {
    width: 30% !important;
}

#loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.loading-center {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lbl-form {
    width: 20%;
    text-align: left;
    padding-top: 7px;
}

.btn-ks {
    margin-bottom: 0 !important;
}

select {
    width: 200px;
    height: 40px;
}