﻿/* bootstrap overrides */

@media (min-width: 744px) and (max-width: 768px) {
    .container {
        max-width: 800px;
    }
}

.form-control, .form-select {
    font-size: 0.90rem;
    font-weight: 500;
    height: 28px;
}

.form-select {
    height: 30px;
}

.row {
    margin-top: 0.9rem !important;
}

html {
    background-color: white !important;
}

hr {
    border-width: 2px !important;
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}

table.table {
    border-color: gray;
}

.btn-primary18 {
    background-color: lightgray;
}

/* below from Ng17 */
a, .btn-link {
    color: blue;
}

    a.disabled {
        color: #007bff !important;
        pointer-events: none;
    }

    a.link {
        color: blue !important;
        pointer-events: auto !important;
    }

        a.link:hover {
            color: #336699 !important;
            cursor: pointer !important;
            text-decoration: underline !important;
        }


h5 {
    font-weight: bold;
}

hr {
    margin-top: 10px;
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    margin-bottom: 0rem;
}

th {
    text-align: left;
}

.dl-horizontal dt {
    text-align: left;
    /* width: auto; */
}

.bordered {
    border: 1px solid black;
    text-align: left;
}

.date-picker-box {
    display: inline-block;
}

.form-control-sm {
    border: 1px solid #ced4da;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.form-control-md {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

select.form-control-sm {
    height: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
}


.jumbotron {
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .jumbotron p {
        font-size: 14px;
    }

    .jumbotron td {
        text-align: left;
    }

.label-sm {
    font-size: 0.8rem;
}

.nowrap {
    white-space: nowrap;
}

.record-count {
    font-weight: normal;
    font-size: 14px;
}

.spacer {
    height: 1rem;
}

.table-condensed {
    font-size: 0.75rem;
    width: 100%;
}

.table-hover tbody tr:hover td {
    background-color: #FFFF66;
}

.table-sm td, .table-sm th {
    font-size: 0.875rem;
    padding-left: 0rem;
}

table.table-striped {
    width: 100%;
}

    table.table-striped th {
        border-bottom: 1px solid darkgray;
    }

.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: white;
}

table.table-input td, table.table-input th {
    font-size: 12px;
    padding: 2px 3px 2px 3px;
}

td.bold-white-bg, bold-white-bg {
    background-color: white;
    font-weight: bold;
}

td.grayed-out, grayed-out {
    background-color: #F5F5F5;
}

td.highlight, .highlight {
    background-color: #FFFF66;
}

.text-brown, .md-datepicker-input {
    color: #993300;
    font-weight: bold;
}

.text-error {
    color: Red;
    font-weight: bold;
}

.text-large {
    font-size: large;
}

.text-small {
    font-size: small;
}

.text-success {
    color: Green;
    font-weight: bold;
}

.text-warning {
    color: #ff6600 !important;
    font-weight: bold;
}

#recordCount {
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
}


/* leftover from older css*/
body, form {
    padding: 0px;
    margin: 0px;
}

.dropCourier {
    font-family: Courier New, Courier;
    font-size: 10pt
}

.main-content {
    border-color: #003874;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    margin: 10px 15px 10px 15px;
    padding: 5px 10px 5px 10px;
    width: 1200px;
}

.page-title {
    color: #003874;
    font-size: 18px;
    font-weight: bold;
    margin-top: 7px;
}

    .page-title a {
        font-size: 12px;
        font-weight: bold;
    }

.page-title-right {
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
}

#header {
    width: 1230px;
    height: 68px;
}

#topnav {
    background-image: url(/ClientSite4/Files/header-bg-1230.jpg);
    background-repeat: no-repeat;
    width: 1230px;
    height: 17px;
    padding-left: 180px;
    color: white;
    font: 11px arial;
    padding-top: 1px;
}

#container {
    width: 1230px;
    margin: 0 auto;
    text-align: left;
    background-color: white;
}

.menu-line-ng16 {
    position: relative;
    background-color: #D8D8D8;
    color: #003066;
    font: 12px arial;
    font-weight: bold;
    height: 24px;
    width: 1230px;
    padding: 0px 15px 0px 15px;
    vertical-align: middle;
}

.quick_search {
    font-size: 10px;
}

.btnSearch {
    font-size: 10px;
    height: 20px;
    /* line-height: 20px; */
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

#footernav {
    color: #9C918F;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}

/* end leftover from older css*/
