﻿body {
    background-image: none;
    background-color: #07466f
}
h1{
    font-size:1.5em;
    margin-top: 2px;
    font-weight: 700;
}
p {
    margin: 0 0 0px !important;
}
.loginbutton{
    border-radius:15px;
}
.centerme {
    transform: translate(0%,60%);
}
.dt-button{
    border-radius: 8px !important;
}
.noterow {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #e2e4e7;
}
.container {
    padding-left: 5px;
    padding-right: 5px;
}
.red {
    color: red;
}

.green {
    color: green !important;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.tight {
    margin-top: 3px;
    margin-bottom: 3px;
}

.icondown {
    position: relative;
    top: 2px;
    padding-right: 5px;
}

.icontight {
    position: relative;
    top: 2px;
}

.iconup {
    position: relative;
    top: -2px;
}

.nowrap {
    white-space: nowrap;
}

.pointer {
    cursor: pointer;
}

.margintight {
    margin-bottom: 5px;
}
.marginnone{
    margin-bottom:0px;
}
.buttongroupfixlg {
    height: 45px !important;
}

.paddingtight {
    padding: 5px;
}
.paddingnone {
    padding: 0px;
}

hide {
    display: none;
}

show {
    display: block;
}

.rightbutton {
    position: relative;
    top: -5px;
    right: -5px;
}

.panel-heading {
    font-size: 1.25em !important;
}

.blackbackground {
    background-color: black;
    color: white;
}
.welltight{
    margin-bottom: 5px;
}
.whitebackground {
    background-color: white;
    color: black;
}

.graybackground {
    background-color: lightgray;
    color: black;
}

.ui-autocomplete {
    z-index: 999999 !important;
}

table.po-table thead {
    background-color: darkgrey;
    color: black;
}

table.po-table {
    margin-bottom: 0px;
}

.table-bordered > tbody > tr > td {
    border-color: black;
}

.table-bordered > thead > tr > td {
    border-color: darkgray;
}

.evenrow {
    background-color: white;
    color: black;
    cursor: pointer;
}

.oddrow {
    background-color: #fbf2f2;
    color: black;
    cursor: pointer;
}

.totalsrow {
    background-color: lightgray;
    color: black;
}

.disclaimer {
    background-color: #f8f8f8;
    color: black;
    font-size: 0.8em;
}

.grandtotalsrow {
    background-color: black;
    color: white;
    font-weight: bold;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.formreadonly {
    background-color: white !important;
    color: darkblue !important;
    font-weight: bold !important;
}
.noteauthorinfo{
    font-size: 0.7em;
}
.alert {
    margin-bottom:5px;
    padding: 5px;
}
.modal-header {
    padding: 5px 10px 3px 10px;
    font-size: 1.7em !important;
    font-weight: bold;
    background-color: lightgray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.menuicons{
    position:relative;
    top: 3px;
    margin-right: 0px !important;
}
.highlightrow:hover {
    background-color: lightblue;
}

.hideitem span{
    cursor:pointer;
    position:relative;
    left:-3px;
    top: 2px;
    visibility: hidden;
}
.hideitem:hover span{
    visibility: visible;
}
.tooltip {
    min-width: 100px;
}
.contactwell:hover {
    background-color: lightgoldenrodyellow;
}
.filerow:hover {
    background-color: lightgoldenrodyellow;
}
.addresswell:hover {
    background-color: lightgoldenrodyellow;
    cursor:pointer;
}
.notewell:hover {
    background-color: lightgoldenrodyellow;
    cursor: pointer;
}
.filerow {
    cursor: pointer;
    border-bottom: 1px solid;
    border-color: lightgray;
    margin-top:4px;
}
.filedate{
    font-size: 0.8em;
    position:relative;
    top:-5px;
}
.filebadge{
    font-size: 0.8em;
    font-weight: normal;
}
.fileimage{
    padding-right: 5px;
    width:40px;
    float:left;
}
.filetitle{
    font-weight:500;
}
a.filelink{
    text-decoration: none;
    color:black;
}
.addressbutton{
    padding: 2px 5px !important;
    margin-left: 2px;
}
.noteheading {
    padding: 2px 21px;
    font-size: 1.1em;
}
.notepanel{
    padding:3px;
}
.navbarmenu {
    padding: 0px !important;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 35px;
}
.navbar-nav-menu > li {
    /*border-left: solid;
    border-color: gray;*/
}
.navbar-nav-menu > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 35px;
    
}
.navbar-brand-menu {
    padding: 5px 10px;
    height: 35px;
    line-height: 30px;
}
.securityheader {
    background-color: darkred !important;
    color: white !important;
}
.securitybody{
    background-color: white !important;
    font-size: 1.2em;
}
.input-group-balance {
    min-width: 70px;
    text-align: left;
}
.input-group-balance80 {
    min-width: 80px;
    text-align: left;
}
.marginbottom{
    margin-bottom:5px;
}
.marginbottomnone {
    margin-bottom: 0px;
}
.balance-left{
    padding-right: 2px;
}
.balance-right {
    padding-left: 2px;
}
.searchbox{
    
    width:100px;
    color:black;
    font-weight: 500;
    background-color: lightgray;
}
.searchboxshow{ display: inline !important;}
.searchboxhide{ display: none !important;}
.navheight{
    min-height:40px;
}
h4{
    font-weight:700;
}
.modal-remove{
    top:20px;
}
.processing-notice{
    height: 50px !important;
    font-weight: 500;
    font-size:20px;
}
.datepicker{
    z-index: 99999999999999 !important;
}