﻿ul#menu {
    text-align: left;
}

ul#menu li {
    display: inline-block;
    padding: 0 0 12px;
}

ul#menu li a {
    background-color: #d3dce0;
    color: #000;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 3px 5px 4px 5px;
    margin-right: 8px;
    width: auto;
}

td button {
    margin: 0 4px 0 0;
}

.message-error {
    background-color: #f2dede;
    padding: 10px;
    border: 1px solid #e80c4d;
}

.message-success {
    background-color: #dff0d8;
    padding: 10px;
    border: 1px solid #3c763d;
    color: #3c763d;
}

.message-notification {
    color: orange;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-notification {
    color: orange;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.validation-summary-errors {
    border: 1px solid #e80c4d;
    background: pink;
    padding-top: 10px;
}
.validation-summary-errors ul {
    list-style: none;
}

ul#menu {
    margin-bottom: 1px;
}

.dataTable {
    width: 100%;
    margin-top: 0;
}
.dataTables_filter input {
    padding: 0;
    margin: 0;
    width: auto;
}
.dataTable td, .dataTable th {
    padding-left: 5px;
    padding-right: 5px;
}
.DataTables_sort_wrapper > span {
    display: inline-block;
    float: right;
    margin-top: 4px;
}

table.table-bordered th,
table.table-bordered td {
    border: 1px solid #787878;
    padding: 2px 5px;
}

table.vert-align-top th,
table.vert-align-top td
{
    vertical-align: top !important;
}

.modal-content .help-block {
    display: inline-block;
}

.margin-bottom-small {
    margin-bottom: 10px !important;
}

#pendingRequests .label {
    margin-left: 5px;
    line-height: 41px;
    height: 41px;
    font-size: 11px;
}

.vantage-report-table td .date-time-container {
    display: inline-block;
    min-width: 160px;
}

table .col-length-small {
    width: 110px;
}

table .dropdown-menu .disabled {
    pointer-events: none;
    cursor: not-allowed;
}
