
body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

#pageModal {
    margin-top: 100px;
}

.modal-dialog {
    min-width: 320px;
}

.loading {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    background: url(/asset/app/img/loading.gif) center center no-repeat;
    background-size: 100%;
}

.control-label {
}

.text-right {
    padding-right: 0;
    height: 34px;
    line-height: 34px;
}

@media screen and (max-width: 475px) {
    .col-xs-4,
    .col-xs-5 {
        width: 40%;
    }
}

@media screen and (max-width: 414px) {
    .col-xs-4,
    .col-xs-5 {
        width: 50%;
    }
}
