/*
 * Form styles
 */
label.required:after {
    content: " *";
}
textarea.form-control {
    min-height: 150px;
}
.form-group-choiceother select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
}
.form-group-choiceother input[type="text"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}

.modal .page-header {
    margin-top: 0;
}
.modal .modal-header .modal-title .title-label {
    display: block;
    margin-top: 10px;
}
.modal .modal-header .modal-title .title-label:empty {
    display: none;
}

table.table .number {
    text-align: right;
    white-space: nowrap;
}
.input-group-btn select {
    border-color: #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
}

.no-padding {
    padding: 0;
}

#report-table, #report-table .btn {
    font-size: 12px;
}
