style.css 922 Bytes
body {
    font-size: 140%;
}

table th .glyphicon,
table th .fa {
    color: #688a7e;
}

#loginModal .modal-dialog {
    width: 35%;
}

.form-group.required .control-label:after {
    color: #00a0df;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top: 7px;
}

.form-actions {
    margin: 0px;
    text-align: center;
}

.form-actions .btn {
    margin: 10px;
}

.label.colored {
    padding: 5px 5px 5px;
    font-size: 11.75px;
    font-weight: bold;
    color: #ffffff;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    background-color: #bfbfbf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label.error {
    background-color: #c43c35;
}

.label.warning {
    background-color: #f89406;
}

.label.success {
    background-color: #46a546;
}

.label.primary {
    background-color: #00a0df;
}

.label.info {
    background-color: #62cffc;
}