body {
    font-size: 12px;
    line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 0px !important;
}

body.modal-open {
    overflow: auto;
}

.form-control {
    font-size: 12px;
}

h4 {
    margin-top: 1em;
}

input[type=text],
textarea {
    font-size: 12px;
    background: #efefef;
}

input[type=text] {
    padding: 3px 4px 3px 4px;
}

textarea {
    min-width: 640px;
}

input[type=checkbox],
input[type=radio]{
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

select {
    font-size: 12px;
    padding: 2px 3px 2px 3px;
}

input[type="submit"],
input[type="reset"],
button[type="submit"],
button[type="button"] {
    font-size: 12px;
    padding: 2px 3px 2px 3px;
}

.btn,
button.btn {
    margin-right: 4px;
    padding: 6px 12px 6px 12px;
}

.table .btn,
.table button.btn {
    margin-bottom: 4px;
}

.bootstrap-select .btn {
    font-size: 12px;
}

.bootstrap-select .dropdown-menu {
    font-size: 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -12px;
}

.ui-datepicker .ui-datepicker-title select {
    color: black;
}

.logviewer {
    padding: 5px 8px 5px 8px;
    background-color: #000000;
    color: white;
    font-family: monospace;
    font-size: 10px;
    word-break: break-all;
}
