/*--------------------------------------------------------------
>>> Pixel Mosaic Color Chart:
----------------------------------------------------------------
pixMoGray:          #363636;
pixMoDarkPink:      #990054;
pixMoLightPink:     #ff0098;
pixMoDarkOrange:    #996d00;
pixMoLightOrange:   #ffcd50;
pixMoDarkBlue:      #001399;
pixMoLightBlue:     #4d6bff;

*/

@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica.ttf");
	font-weight: normal;
	font-style: normal;
}
	
@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica-Oblique.ttf");
	font-weight: normal;
	font-style:italic;
}

@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica-BoldOblique.ttf");
	font-weight: bold;
	font-style:italic;
}

html
{
    font-size: 1.4em;
    font-family: "Helvetica";
    color:#363636;
    -webkit-text-size-adjust:none;
}

input
{
    height: 1.6em;
}

input,
textarea
{
    font-size: 0.8em;
    font-family: "Helvetica";
    padding: 0.3em;
    -webkit-appearance: none;
    border: solid 0.1em #ffcd50;
}

input[type="text"]
{
    min-width: 16em;
}

input:read-only
{
    background-color: #555;
    color: #ababab;
}

textarea
{
    height: 5em;
}

input[type="checkbox"]
{
    width: 1.2em;
    height: 1.2em;
    /* margin: 0.5em 01em 0 1em; */
    vertical-align: middle;
}

input[type="checkbox"]:checked + span:before
{
    content: "✔";
}

.checkmark
{
    margin: 0.7em -1.4em 0;
    pointer-events: none;
    position: absolute;
}

input:checked
{
  background-color: #ffcd50;
  border: solid 0.15em #555;
}

input:focus
{
  outline-color: transparent;
  outline-style: none;
}

input[type="email"],
input[type="password"]
{
    width: 18em;
}

input[type="submit"],
label
{
    cursor: pointer;
}

input[type="submit"]
{
    padding: 1em 2.2em 2.2em;
    margin: 3em 0 1em 3em;
    color: #ffcd50;
}

input[type="radio"]
{
    width: 1em;
    height: 1em;
    min-width: 1em;
    margin: 0 0 -0.2em;
    padding: 0;
    cursor:pointer;
}

label
{
    padding: 1em;
    margin: 1em;
}

.radioLabel
{
    padding: 0;
    text-align: left;
    margin: 0 2em 0 0.5em;
}

.stringerLabel
{
    margin: auto;
    text-align: center;
    padding: unset;
}

.radioLabel,
.stringerLabel
{
    font-size: 0.7em;
    pointer-events: none;
}

.stringerInput
{
    margin: 0.5em !important;
}

.radioGroupDIV
{
    margin-bottom: 1em;
}

input[type="time"]
{
    width:6em;
    text-align: center;
    padding: 0 0 0 1.2em;
}

input[type="number"]
{
    width: 2em;
    margin: 0.5em 1em;
    height: 1.5em;
}

input[type="file"]
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="file"] + label
{
    display: inline-block;
}

select
{
    font-size: 0.8em;
    font-family: "Helvetica";
    padding: 0.6em 2em;
    border: solid 0.1em #ffcd50;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #242424;
    color: #ffcd50;
    text-align-last:center;
    min-width: 16em;
}

option
{
    text-align: center;
}

.button
{
    font-size: 0.8em;
    font-family: "Helvetica";
    background-color: #363636;
    border: solid 0.1em #ffcd50;
    color: #ffcd50;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.smallButton
{
    min-width: 2em;
    width: 2em;
    cursor: pointer;
}

.removeItemButton,
.removePListItemButton
{
    cursor: pointer;
    color:#F00;
}

.removeItemButton
{
    margin: 0 0.5em 0 -0.5em;
}

.removePListItemButton
{
    float: left;
    position: absolute;
    margin: 0 0 0 0.5em;
}



.button:disabled
{
  background-color: #dedede;
  border: solid 0.1em #ababab;
}

p
{
    font-weight: bold;
}

a,
a:hover,
a:visited
{
    text-decoration: none;
}

a,
a:visited
{
    color: #363636;
}

a:hover
{
    color: #996d00;
}

body
{
    margin: 0em;
}

form
{
    text-align: center;
}

form div
{
    margin: 0 auto 0.5em;
}







.mainDIV
#successDIV,
#errorDIV
{
    position: absolute;
    width: 100vw;
    height: 100vh;
    text-align: center;
}


#menuDIV2,
#menuDIV5
{
    margin:auto;
    height:fit-content;
}

#menuDIV4
{
    margin: auto;
}

#menuDIV5
{
    width: 80vw;
}

#titleDIV1
{
    text-align: center;
    margin: 0 0 0 2em;
}

.titleDIV2
{
    margin: 1em 0 0;
}








#loginFormDIV
{
    padding-top: 2em;
}

.loginField1DIV,
.loginField2DIV,
#loginFormDIV
{
    text-align: center;
}

#loginFormDIV div
{
    padding: 0.2em;
    margin: 0;
}

#errorDIV,
#successDIV
{
    color: #ffcd50;
    background-color: #363636;
    width: fit-content;
    margin:auto;
    height: auto;
    text-align: center;
    border: solid 0.1em #ffcd50;
    padding: 2em;
    position: relative;
    top: 5em;
}

#errorDIV a,
#successDIV a
{
    color: #ffcd50;
}

#errorDIV a:hover,
#successDIV a:hover
{
    color: #FFFFFF;
}

#messageDIV
{
    position: relative;
    top: 10em;
    text-align: center;
}

.menuTitle,
#menuDIV3,
#jobDIV3,
#successDIV3
{
    padding: 3em 0 0 0;
    text-align: center;
}

.menuQ
{
    padding: 3em 0 1em;
    font-style:italic;
}
    
.menuItem
{
  margin: 1.5em auto;
  width: 12em;
  font-size: 0.8em;
  font-family: "Helvetica";
  background-color: rgba(0.2,0.2,0.2,0.2);
  border: solid 0.1em #ffcd50;
  color: #ffcd50;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
}


#logoDIV
{
    float:left;
}




#logOutDIV,
#backDIV
{
    position:absolute;
    margin: 1em 2em;
    z-index: 10000;
}

.flex
{
    display:flex;
}

.flexRow
{
    display: inline-flex;
}

.flexRow div
{
    height: 4em;
    display: flex;
    align-items: center;
}

.itemPrevious,
.itemNext
{
    margin: 0 3em;
}

#logOutDIV
{
    right: 0;
}






#scanDIV
{
    text-align: center;
    margin: 1em;
}

#scanDIV form
{
    margin: 1em;
}



.formDIV
{
    padding: 2em 2em 2em 0;
}

.searchDIV
{
    padding: 1.5em;
}

.formDIV,
.searchDIV
{
    margin: 2em 0;
    background-color: #dedede;
    border: solid 0.1em #ffcd50;
}

.hDIV
{
    display: inline-block;
    margin: 0 0.3em 0 0 !important;
}

.dropDownDIV
{
    margin: 0.5em !important;
}

.left1,
.left2,
.left3
{
    vertical-align: middle;
}

.left1,
.left2,
.left3,
.left5
{
    text-align: right;
}

.left1
{
    width: 8em;
}

.left2,
.left5
{
    width: 12em;
}

.left3
{
    width: 9em;
}


.right1,
.left4
{
    width: fit-content;
}

.right2
{
    width: 9em;
    text-align: left;
}

.right3
{
    width: 20em;
}

.span1
{
    font-style: italic;
    font-size: 0.8em;
}

.span2
{
    color:#996d00;
    font-size: 1.2em;
}

.leftTextArea
{
    vertical-align: top;
}

.subNote
{
    font-style:italic;
    font-size: 0.5em;
}

.bold
{
    font-weight: bold;
}

.extraTopMargin
{
    margin-top: 3em;
}

.currencyInput,
.numberInput
{
    min-width: 5em;
    width: 5em;
}

.dimInput,
.dateInput,
.weightInput,
#barcodeInput,
#serialNumberInput
{
    min-width: 6em;
    width: 6em;
}

.subTitle
{
    color: #766b4d;
    font-size: 0.9em;
    margin: 1em 0 0;
}

.reportDIV
{
    margin: 2em 0 2em 1vw;
    font-size: 0.7em;
}

.reportPrint
{
    font-size: 0.65em;
}

.column,
.emptyColumn,
.totalLabelColumn
{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.3em;
}

.column,
.emptyColumn
{
    text-overflow: ellipsis;
}

.totalLabelColumn
{
    padding-right: 1em;
    margin-left: -0.5em;
}

.column
{
    border: solid 0.03em #777;
}

.emptyColumn
{
    border: solid 0.03em rgba(0,0,0,0);
}


.odd
{
    background-color: #ddd;
}

.even
{
    background-color: #feb;
}

.greenEven
{
    background-color: #6f2;
}

.redEven
{
    background-color: #f52;
}

.header,
.printHeader
{
    font-weight: bold;
    color: #FFF;
}

.header,
.roadCaseRow,
.caseItemRow,
.roadCaseTotalDIV
{
    display: flex;
}

.printHeader
{
    display: inline-flex;
}

.manifestItemDIV
{
    display: inline-flex;
}

.manifestItemRow
{
    display: inline-flex;
}

.reportPrint
{
    display: inline-grid;
}

.reducedSize
{
    font-size: 0.8em;
}

.header .odd,
.headerOdd,
.printHeader .odd
{
    background-color: #333;
}

.header .even,
.headerEven,
.printHeader .even
{
    background-color: #730;
}

.reportRow
{
    display:flex;
}

.column1
{
    width: 7vw;
}

.column2
{
    width: 11vw;
}

.column3
{
    width: 19vw;
}

.column4
{
    width: 35vw;
}

.column5
{
    width: 21vw;
}

.column6
{
    width: 42vw;
}

.column1A
{
    width: 6em;
}

.column2A
{
    width: 9em;
}

.column2AMin
{
    width: 5em;
}

.column3A
{
    width: 15em;
}

.column3AMin
{
    width: 6em;
}

.column4A
{
    width: 26em;
}

.column4AMin
{
    width: 9em;
}

.column5A
{
    width: 40em;
}

.column5AMin
{
    width: 5em;
}

.column6A
{
    width: 10em;
}

.column6AMin
{
    width: 4em;
}

.column7A
{
    width: 16em;
}

.column7AMin
{
    width: 9em;
}

.column8A
{
    width: 24em;
}

.column8AMin
{
    width: 6em;
}

.column9A
{
    width: 5em;
}

.column10A
{
    width: 5em;
}

.column11A
{
    width: 3em;
}

.column12
{
    width: 26em;
}

.column13
{
    width: 30em;
}

.column14
{
    width: 2em;
}

.column15
{
    width: 36em;
}

.column16
{
    width: 8em;
}

.categoryReportDIV,
.categoryReportDIVHidden
{
    padding: 1em 2em;
    border-top: solid thin;
}

.subCatReportDIV,
.subCatReportDIVHidden,
.sub2CatReportDIV,
.sub2CatReportDIVHidden
{
    margin: 1em 0 0 -1em;
    padding: 1em 3em 0;
    border-top: solid thin #ddd;
}

.categoryReportDIV
{
    margin: 0 -2em 2em;
}

.categoryReportDIVHidden
{
    margin: 0 -2em 0;
}

.categoryHeaderDIV,
.subCategoryHeaderDIV
{
    color: #777;
}

.categoryHeaderDIV
{
    font-size: 1.4em;
    font-weight: bold;
}

.subCategoryHeaderDIV
{
    font-size: 1.2em;
}

.sub2CategoryHeaderDIV
{
    font-size: 0.9em;
}

.familyReportDIV
{
    margin: 2em 0 0;
    width: max-content;
}

.familyHeaderDIV
{
    margin: 0 0 0.5em;
    font-style: italic;
}

.rentalCatReport
{
    margin: 1em;
}

.rentalCatReport div
{
    margin: 0.5em 0 0;
}

.arrow,
.subArrow,
.sub2Arrow
{
    margin: 0 1em 0 0;
}

.arrow,
.subArrow,
.sub2Arrow,
.headerArrow
{
    cursor: pointer;
}

.sub2Arrow,
.sub2CategoryHeaderDIV,
.rentalCatReport .right,
.catDescriptionTA
{
    color: #996d00;
}

.headerArrow
{
    color: #FFF;
    float: right;
}

.limitAvail,
.limitAvail input
{
    color: #F70;
}

.noAvail,
.noAvail input
{
    color: #F00 !important;
}

.edit,
.photo
{
    margin: 0 0 0 0.5em;
    cursor: pointer;
}

.edit img,
.photo img
{
    width: 1em;
}

.edit img,
.trash img,
.photo img
{
    height: auto;
    filter: contrast(0.1) sepia(7%) saturate(50);
}

#headerLogoDIV
{
    text-align: center;
    margin: 0 0 -2em 0;
    padding: 1em 0 0 0;
}

#headerLogoDIV img
{
    width: 6em;
}

.listDIV
{
    margin: 1em 0;
    font-size: 0.7em;
}

.listDIV div
{
    text-align: center;
}

.itemListDIV
{
    text-align: left !important;
    margin: 1em 0 1em 8em;
}

.itemListDIV div
{
    text-align: left !important;
    margin: 0.5em 0;
    vertical-align: top;
}

.itemListDIV .left1,
.itemListDIV .left2
{
    text-align: right !important;
}

.itemListDIV .right1,
.itemListDIV .right3
{
    text-align: left !important;
}

.listDIV .left4
{
    color: #363636;
}

.listDIV .right1,
.listDIV .right3
{
    color: #996d00;
}

.jobSection
{
    margin: 0 3em 0 0;
}

#addButton,
#closeButton,
.addButton
{
    font-size: 1.1em;
    padding: 0 0.4em 0.1em;
    margin-top: 1em;
}

.centerObject
{
    margin-left: 3em !important;
}

.centered
{
    text-align: center;
}

#closeButton
{
    float: left;
    position: absolute;
    margin: -1.5em 0 0 0.3em;
}

#quoteOverlayDIV,
#pListOverlayDIV,
#overlayDIV,
#overlayDIV2
{
    height: 200vh;
    position: absolute;
    width: 100vw;
    overflow: hidden;
    background-color: rgba(255,255,255,0.95);
    top: 0;
}

#overlayDIV
{
    padding: 12em 0 0;
}

#overlayDIV2
{
    padding: 4em 0 0;
}

#itemSelector,
#proxySelector,
.inventoryItemSelect
{
    font-size: 0.5em;
    height: 4em;
}

#itemCommitButton
{
    font-size: 1em;
    padding: 1em 2.2em;
    margin: 2em 0 0 3em;
    color: #ffcd50;
}

#itemListDIV
{
    margin-top: 2em;
}

.invItem
{
    background-color: #bbb;
    width: fit-content;
    padding: 0.2em 1em;
    margin: 0.2em auto;
    border: solid 0.1em #ffcd50;
}

.invItemSmall
{
    font-size: 0.6em;
    width: auto;
    margin: 0.2em 0 0 3.5em;
    padding: 0.5em 0 0.5em 1.5em;
    text-align: left;
}

.chromeless
{
    border:none;
    overflow:hidden;
    resize: none;
    background: none;
}

.catDescriptionTA
{
    width: 60vw;
}

#quoteFormDIV
{
    padding: 2em 0;
}

.quoteSection
{
    text-align: left;
    margin: 1em 0 1em 2em;
    width: max-content;
    display: inline-block;
}

.quoteSectionTitle
{
    text-align: left;
    margin: 3em 0 0.5em;
    font-weight: bold;
}

#quoteReviewDIV .quoteSectionTitle
{
    margin: 0 0 0.5em;
}

.quoteHeader,
.discountDIV,
.quoteItemRow
{
    font-size: 0.7em;
}

.sectionTotalDIV
{
    font-size: 0.8em;
}

.quoteHeader .column,
.discountDIV .column,
.sectionTotalDIV .column,
.quoteItemRow .column
{
    border: none;
}

.quoteHeader .column,
.sectionTotalDIV
{
    color: #000;
}

#quoteReviewDIV .quoteHeader .column
{
    color: #777;
}

.discountDIV,
.discountDIV .quoteInput
{
    color: #c82333;
    margin: 0;
}

.discountDIV .column,
.sectionTotalDIV .column
{
    padding: 0.3em 0;
    margin: 0 0.5em 0 0;
}

.quoteItemRow .column,
#quoteReviewDIV .quoteHeader .column
{
    margin: 0 0.3em 0 0;
}

#quoteReviewDIV .quoteItemRow .column
{
    padding: 0 0.3em;
}

.discountColumn1,
.sectionTotalColumn1,
.quotationTotalColumn1,
.total
{
    text-align: right;
}

.discountColumn1
{
    width: 40.8em;
    margin-right: -0.7em !important;
}

#quoteReviewDIV .discountColumn1
{
    width: 41.8em;
}

.discountColumn2
{
    width: 3.5em;
    text-align: right;
}

.discountColumn3
{
    width: 6em;
}

#quoteReviewDIV .sectionTotalDIV
{
    margin-top: 1em;
}

.sectionTotalColumn1
{
    width: 38.4em;
}

#quoteReviewDIV .sectionTotalColumn1
{
    width: 39.6em;
}

.sectionTotalColumn2
{
    border-top: solid thin #000 !important;
    width: 6em;
}

.discountColumn2 .quoteInput
{
    padding: 0 0 0 1em !important;
}

.quoteInput,
.pListInput
{
    border: none;
    background: none;
    font-size: 1em;
    min-width: unset;
    width: 100%;
    height: 100%;
}

.quoteInput,
.pListInput
{
    padding: unset;
}

.pListInput
{
    text-align: center;
}

.pListDescription
{
    text-align: left;
    padding-left: 1vw;
}

.caseDescription,
.caseWeight
{
    font-weight: bold;
}

.roadCaseQty,
.pListCaseNum
{
    font-weight: bold;
}

.quoteItemRow
{
    margin: 0;
}

.quoteItemRow span
{
    margin: 0 0.5em 0 0;
}

.quoteItemLaborDescription,
.quoteItemEquipDescription
{
    margin: 0;
    width: fit-content;
}

.quoteItemRow input,
.quoteLengthButton,
#quoteReviewDIV .quoteItemRowDescription
{
    color: #996d00;
}

.quoteLengthButton
{
    cursor: pointer;
}

.quoteDescription
{
    width: 100%;
    margin-bottom: 1.5em;
}

.quoteItemRow div
{
    margin-top: 0;
    margin-bottom: 0;
}

.quotationSectionTotalDIV
{
    font-weight: bold;
    font-size: 1em;
}

.quotationTotalColumn1
{
    width: 30.8em;
}

.quoteItemRow .removeItemButton
{
    margin: 0.3em 1em 0 -1em !important;
    position: absolute;
}

#adminQuoteEdit,
adminQuoteAdd
{
    margin: 3em 0 1em 0;
}

#reviewDIV
{
    text-align: center;
    margin-top: 3em;
}

.reviewTitle
{
    font-weight: bold;
    font-size: 1.2em;
}

.reviewTitleRevision
{
    font-weight:normal;
    font-style:italic;
    font-size: 0.8em;
}

#jobReviewDIV
{
    margin-top: 1em;
}

#jobReviewDIV .listDIV
{
    display: inline-block;
    text-align: left;
    font-size: 0.85em;
    min-width: 30em;
    max-width: 40em;
}

#jobReviewDIV .listDIV div
{
    text-align: left;
    margin-bottom: 1em;
    vertical-align: middle;
}

#jobReviewDIV .left1
{
    text-align: right !important;
}

#jobReviewDIV .right1
{
    text-align: left;
    max-width: 26em;
}

#jobReviewDIV .hDIV
{
    margin-right: 1em !important;
}

.ignoreBottomMargin
{
    margin-bottom: 0 !important;
}

.topAlign
{
    vertical-align: top !important;
}

.bottomPageMargin
{
    margin-bottom: 10em;
}

#quoteReviewDIV
{
    text-align: center;
}

#reviewDIV input[type="submit"]
{
    margin: 0;
}

#printLogoDIV
{
    position: absolute;
    top: 3em;
    text-align: center;
    width: 100vw;
}

#printLogoDIV img
{
    height: 10em;
}

.pListQuoteItemsDIV
{
    margin-bottom: 1em;
    font-size: 1.3em;
}

.pListQuoteItemDIV
{
    margin-bottom: 1em;
    color:#363636;
    width: fit-content;
    line-height: 2em;
    padding: 1em 2em;
    min-width: 24em;
    cursor: pointer;
}

.pListQuoteItemsTitle
{
    font-size: 1.2em;
    margin-top: 2em;
    font-weight: bold;
}

#pListFormDIV
{
    padding: 1em 0;
}

#addRoadCaseButton
{
    text-align: center;
}

.pListButtonDIV
{
    text-align: center;
}

.roadCaseRow
{
    margin-bottom: 1vw;
}

.roadCaseDIV
{
    padding: 1vw 0;
    background: #f8f8f8;
    margin: 1vw 0.5vw 1vw 0;
    border: solid thin #000;
}

.manifestItemDIV
{
    margin: 1vw 1vw 0 0;
}

#pListForm .button
{
    margin: 3em 0 1em;
}

.roadCaseTotal
{
    border-top: #000;
    border: unset;
    border-top-style: solid;
    border-top-width: 0.1em;
    padding-top: 1em;
}

#pListReportDIV .edit
{
    position: absolute;
    margin: -1.1em 0 0 -1em;
    opacity: 0.3;
}

#pListReportDIV .edit:hover
{
    opacity: 1;
}

.upArrow,
.downArrow
{
    position: absolute;
    opacity: 0.3;
}

.upArrow:hover,
.downArrow:hover
{
    opacity: 1;
}

.upArrow
{
    margin: -0.2em 0 0 4.5em;
    color: #00F;
}

.downArrow
{
    margin: -0.1em 0 0 6em;
    color: #0A0;
}

.pListFormDIV
{
    text-align: center;
}

.pListFormDIV .button
{
    margin: 0 0 3em;
}

#packingListPrintDIV
{
    text-align: center;
}

#packingListPrintDIV .column6,
#packingListPrintDIV .column13,
#packingListPrintDIV .column15
{
    text-align: left;
}

#caseItemsSelector,
#roadCaseSelector
{
    font-size: 0.6em;
}

#reconcilliationForm
{
    text-align: center;
    display: flex;
    margin: 6vw;
}

#remainingItemsColumnDIV,
#extraneousItemsColumnDIV
{
    width: 44vw;
    padding: 0 !important;
}

#remainingItemsColumnDIV
{
    margin-left: 4vw;
    margin-right: 2vw;
}

#extraneousItemsColumnDIV
{
    margin-left: 2vw;
    margin-right: 4vw;
}

#remainingItemsList,
#extraneousItemsList
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.remainingItem,
.extraneousItem
{
    font-size: 0.6em;
    margin-bottom: 0.3em;
}

#reconcilliationForm .header
{
    padding: 0.3em;
    display: block;
    text-align: center;
}

.searchResultsList
{
    background-color: #FFF;
    height: 25vh;
    overflow-y: scroll;
    border: solid 0.1em #999;
    margin-top: 1.5em;
}

.searchResultsItem
{
    font-size: 0.6em;
    margin: 0em;
    padding: 0.2em 0 0.2em 2em;
    border-bottom: solid 0.1em #999;
    text-align: left;
}

.fiscalTotalDIV
{
    text-align: left;
}

.fiscalLeftDIV,
.fiscalRightDIV
{
    font-size: 1em;
    display: inline-block;
    margin: 0.3em;
}

.fiscalLeftDIV
{
    text-align: right;
    width: 15em;
}

.fiscalRightDIV
{
    text-align: left;
    font-weight: bold;
    color: #000;
}

.hidden
{
    display: none !important;
}

#imageContainerDIV
{
    display:flex;
    margin: 2vw;
    justify-content: center;
    flex-flow: wrap;
}

.imageDIV
{
    width: 20vw;
    min-width: 1em;
    max-width: 8em;
    margin: 0.5vw;
    background-color: #eee;
}

.image
{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.imageA
{
    height: max-content;
}

.imageTrash
{
    margin: -2vw 0.5vw 0;
    cursor: pointer;
    float:right;
    filter: drop-shadow(1px 0 #FFF) drop-shadow(0 1px #FFF) drop-shadow(-1px 0 #FFF) drop-shadow(0 -1px #FFF);
}

.imageTrash img
{
    width: 1.5vw;
}



/*
------------------ NEEDS MEDIA QUERY TREATMENT
*/

#menuDIV2,
#menuDIV4
{
    width: 32em;
}

/*
------------------ END NEEDS MEDIA QUERY TREATMENT
*/

