﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 12px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

td {
    padding: 4px !important;
}

th {
    padding: 6px 4px !important;
}

label.error {
    color: red;
}

.container {
    max-width: none;
}

.table tbody tr:hover {
    background: #ffffaa;
    cursor: pointer;
}

.context-menu {
    position: absolute;
    display: none;
}

    .context-menu .dropdown-menu {
        display: block;
        position: static;
        margin-bottom: 5px;
    }

.modal .modal-content {
    width: 800px;
}

.modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-header {
    padding: 10px;
}

.modal-dialog-center {
    margin-top: 100px;
}

.modal-footer {
    margin-top: 0;
}

.buttons {
    /*border-bottom: 1px solid #e5e5e5;*/
    padding-bottom: 15px;
}

.navbar {
    min-height: 30px;
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 10px;
}

.navbar-brand {
    padding: 10px 10px 10px 20px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    height: 28px;
    padding: 3px 6px;
    font-size: 12px;
}

.dropdown-menu {
    font-size: 12px;
}

.jumbotron {
    margin-top: 10px;
}

    .jumbotron h1 {
        font-family: 'Trebuchet MS';
    }

.table thead > tr > th {
    vertical-align: middle;
    border: 1px solid #ddd;
    background-color: #eee;
}

.table {
    border: 1px solid #ddd;
}

.autocomplete-suggestions {
    border: 1px solid #ddd;
    background: #fff;
    overflow: auto;
    cursor: default;
}

.autocomplete-suggestion {
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

.autocomplete-selected {
    background: #F0F0F0;
    cursor: default;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    font-weight: bold;
    cursor: default;
}

label.mandatory::after {
    content: ' *';
    color: red;
}
