﻿.main-nav {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 500px;
}

.field-validation-valid {
    display: none;
}

.field-validation-error {
    color: #ff0000;
    font-size: 0.8em;
}

.nsfiltertext {
    display: inline-block;
    padding: 6px;
    border: 1px solid transparent;
    border-width: 1px;
    border-color: darkgray;
}

.boldRed {
    color: red;
    font-weight: bold;
}

.boldOrange {
    color: orange;
    font-weight: bold;
}

.normalGreen {
    color: green;
}

.backgroundYellow {
    background-color: yellow !important;
}

.backgroundBlue {
    background-color: #5bc0de !important;
}

input, textarea {
    padding-left: 2px;
}

.input-money {
    width: 100px !important;
}

/* PO LIst */

.firstPoIcon {
    font-size: 18px;
    margin: 0 20px;
    cursor: pointer;
}

.PoIcon, .ApIcon {
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
}

.main-content {
    background-color: #ffff;
}

/* Spinner */

#spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    color: darkblue;
}

/* General */

.marginTopNone {
    margin-top: 0;
}

.marginTopMini {
    margin-top: 5px;
}

.marginTopSmall {
    margin-top: 10px;
}

.marginTopMedium {
    margin-top: 17px;
}

.marginTopLarge {
    margin-top: 25px;
}

.marginTopxLarge {
    margin-top: 55px;
}

.marginTopxxLarge {
    margin-top: 90px;
}

.marginRightNone {
    margin-left: 0;
}

.marginRightMini {
    margin-right: 5px;
}

.marginRightSmall {
    margin-right: 10px;
}

.marginRightMedium {
    margin-right: 17px;
}

.marginRightLarge {
    margin-right: 25px;
}

.marginRightxLarge {
    margin-right: 55px;
}

.marginRightxxLarge {
    margin-right: 90px;
}

.marginLeftNone {
    margin-left: 0;
}

.marginLeftMini {
    margin-left: 5px;
}

.marginLeftSmall {
    margin-left: 10px;
}

.marginLeftMedium {
    margin-left: 17px;
}

.marginLeftLarge {
    margin-left: 25px;
}

.marginLeftxLarge {
    margin-left: 55px;
}

.marginLeftxxLarge {
    margin-left: 90px;
}

.marginBottomNone {
    margin-bottom: 0 !important;
}

.marginBottomMini {
    margin-bottom: 5px !important;
}

.marginBottomSmall {
    margin-bottom: 10px !important;
}

.marginBottomMedium {
    margin-bottom: 17px !important;
}

.marginBottomLarge {
    margin-bottom: 25px !important;
}

.marginBottomxLarge {
    margin-bottom: 55px;
}

.marginBottomxxLarge {
    margin-bottom: 90px;
}

/* DropZone */

#APDropzone {
    background: gray;
    border: black dashed 3px;
    width: 200px;
    padding: 50px;
    text-align: center;
    color: white;
}

/*mLens override for width*/
#mlens_wrapper_0 {
    width: 100% !important
}

th.apLineGSTCodeHeader, th.apLineQtyHeader {
    width: 100px;
    min-width: 100px;
}

th.apLineBranchHeader {
    min-width: 120px;
}

th.apLineDepartmentHeader, th.apLineExpenseCodeHeader, th.apLineDescriptionHeader {
    min-width: 200px;
}

table.apShowJobColumn th.apLineDepartmentHeader {
    min-width: 100px;
    width: 100px;
}

table.apShowJobColumn th.apLineExpenseCodeHeader {
    min-width: 125px;
    width: 125px;
}

table.apShowJobColumn th.apLineDescriptionHeader {
    min-width: 250px;
}

table.apShowJobColumn th.apLineJobCodeHeader {
    width: 85px;
}

table.apShowJobColumn th.apLineBranchHeader {
    min-width: 85px;
    width: 85px;
}

table.apShowJobColumn th.apLineJobNameHeader {
    min-width: 200px;
}

table.apShowJobColumn th.apLineNarrationHeader {
    min-width: 150px;
}

table.apShowJobColumn th.apLineQtyHeader {
    min-width: 65px;
    width: 65px;
}

.InvoicesPanel.wizard .content .body {
    position: relative; /*20201124 stop ExtendedComment going off bottom of the wizard page - now can reach that content on mobile too (although image attachments not showing) */
}

