.form-label {
    font-weight: 700;
    font-size: 14px;

    @media (min-width: 992px) {
        text-align: right;
    }
}

.padding-item {
    padding-right: 15px;;
    padding-left: 15px;;
}


.container {
    display: block;
    min-height: 94%;
    bottom: 0;
    @media (min-width: 768px) {
        width: 750px;
    }
    @media (min-width: 992px) {
        width: 970px;
    }
    @media (min-width: 1200px) {
        width: 1170px;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 60px 0 20px;
    border-bottom: 1px solid #eee;
}

.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.small-text {
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-size: 75%;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}
.form-datetime {
    @media (max-width: 991px) {
        width: 100%;
    }
}