/* * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}*/
.ui-dialog-contain {
    margin-top: 30px;
}
.progressbar {
    height: 20px;
    margin-top: 20px;
    background-image: #9dd53a;
    background-image: -moz-linear-gradient(
        -45deg,
        #9dd53a 0%,
        #a1d54f 50%,
        #80c217 51%,
        #7cbc0a 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        right bottom,
        color-stop(0%, #9dd53a),
        color-stop(50%, #a1d54f),
        color-stop(51%, #80c217),
        color-stop(100%, #7cbc0a)
    );
    background-image: -webkit-linear-gradient(
        -45deg,
        #9dd53a 0%,
        #a1d54f 50%,
        #80c217 51%,
        #7cbc0a 100%
    );
    background-image: -o-linear-gradient(
        -45deg,
        #9dd53a 0%,
        #a1d54f 50%,
        #80c217 51%,
        #7cbc0a 100%
    );
    background-image: -ms-linear-gradient(
        -45deg,
        #9dd53a 0%,
        #a1d54f 50%,
        #80c217 51%,
        #7cbc0a 100%
    );
    background-image: linear-gradient(135deg, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.ui-table-columntoggle-btn,
.div-info p,
.notsupported,
#notification,
.invis {
    display: none;
}
.menu,
.logo {
    max-width: 450px;
    margin: 0 auto;
}
.narrow-page {
    max-width: 550px;
    margin: 0 auto;
}
.bottomlogo {
    opacity: 0.6;
    padding-top: 1em;
}
.logo img,
.img > img,
.output {
    width: 100%;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-btn-right > .ui-select,
.ui-btn-right > .ui-btn,
.ui-btn-left > .ui-btn {
    display: inline-block;
}
#p_loading_review,
#p_loading_index,
#p_loading_syncinventory {
    height: 0;
    width: 0;
}
#p_loading_review .ui-loader,
#p_loading_index .ui-loader,
#p_loading_syncinventory .ui-loader {
    display: block;
}
#gridview {
    height: 80%;
}
#gridview,
.ui-table {
    max-height: 100%;
    overflow: auto;
}
.multiselect,
.ui-table td {
    cursor: pointer;
}
th .ui-input-search,
.rounded {
    border-radius: 0.5em;
}
.rounded {
    padding: 0.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset; /* background-color: #4c4c4c;
	background-color: rgba(0, 0, 0, .03); */
}
.rounded p,
.ui-table th {
    text-align: center;
}
.align-height-text {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}
.avail-checkbox {
    width: 22px !important;
    height: 22px !important;
}
.bigbar_text {
    margin-top: 1.3em;
    margin-bottom: 1.5em;
}
#notification-holder {
    /* parent div for positioning the notification */
    float: left;
    left: 50%;
    position: relative;
    height: 100%;
}
#notification {
    /* no set width, centered on screen, floats above everything else */ /* bottom: 5%;
	left: 50%;
	margin-left: -12.5%;
	position: absolute;
	width: 25%; */
    box-shadow: 0 5px 40px #333;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    padding: 0 0.5em;
    float: left;
    left: -50%;
    top: 45%;
}
.bold,
#d_quickplant .in,
#p_grade .in,
#d_control .in {
    font-weight: 700;
}
.notbold,
#p_shiftsearch .ui-grid-a {
    font-weight: 400;
}
/* #p_shiftsearch .ui-block-b {
	text-align: right;
} */
.ui-page {
    background-color: #ededed;
}
table {
    width: 100%;
    border-collapse: collapse;
}
#tbl-productInvDetail,
.tr-productInvDetail {
    font-size: 0.9em;
    padding-top: 0.5em;
}
.tr-productInvDetailTotals {
    font-weight: bold;
}
.div-productInvDetail {
    padding-top: 1em;
}
#tbl-onorders td {
    padding: 0.25em;
}
.tr-alternate tr:nth-child(even) {
    background-color: #eee;
}
.ui-table td {
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 95%, #dddddd 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(95%, #eeeeee),
        color-stop(100%, #dddddd)
    );
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 95%, #dddddd 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 95%, #dddddd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 95%, #dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 95%, #dddddd 100%);
}
.ui-panel .ui-panel-inner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ui-table th,
.ui-table td {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.ui-table th,
.ui-table td span {
    padding: 0.4em 0.5em;
}
.ui-table td[data-col='Description'] {
    text-align: left;
}
.ui-table td:visible:first-child,
th:visible:first-child {
    padding-left: 1em;
}
#p_shiftsearch .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit,
.ui-table td:last-child,
th:last-child {
    padding-right: 1em;
}
.ui-table tr.changed td,
.selected.selected.selected {
    border-top: 1px solid rgb(200, 100, 100);
    color: #fff;
    text-shadow: 0 1px rgb(200, 100, 100);
    background: rgb(243, 122, 122);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgb(243, 122, 122)),
        color-stop(100%, rgb(200, 100, 100))
    );
    background: -webkit-linear-gradient(top, rgb(243, 122, 122) 0%, rgb(200, 100, 100) 100%);
    background: linear-gradient(top, rgb(243, 122, 122) 0%, rgb(200, 100, 100) 100%);
}
/* .ui-table tr.changed td[data-col="Units in Stock"]:after {
	content: '*';
} */
.ui-table tr td.dark {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 95%, #dddddd 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #eeeeee),
        color-stop(95%, #eeeeee),
        color-stop(100%, #dddddd)
    );
    background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 95%, #dddddd 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 95%, #dddddd 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 95%, #dddddd 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 95%, #dddddd 100%);
}
.ui-table tr.changed td.dark,
.selected.dark {
    background: rgb(240, 82, 82);
    background: -moz-linear-gradient(top, rgb(240, 82, 82) 0%, rgb(190, 74, 74) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgb(240, 82, 82)),
        color-stop(100%, rgb(190, 74, 74))
    );
    background: -webkit-linear-gradient(top, rgb(240, 82, 82) 0%, rgb(190, 74, 74) 100%);
    background: linear-gradient(to bottom, rgb(240, 82, 82) 0%, rgb(190, 74, 74) 100%);
}
.ui-table th,
.ui-table td {
    line-height: 1em;
    height: 2.5em;
}
.ui-footer.ui-fixed-hidden,
.ui-header.ui-fixed-hidden {
    position: fixed !important;
}
/* ==== PAGE/ELEMENT SPECIFIC ====== */
#index .ui-listview {
    clear: both;
}
.div-version {
    float: right;
    color: #aaa;
    margin-top: -2.5em;
}
td[data-col='GRADEIT'],
td[data-col='SUM'] {
    padding: 0;
}
.ui-header th .ui-btn {
    display: block;
}
#p_grade .div-details .ui-grid-d,
#d_control .div-details .ui-grid-d {
    margin-top: 1em;
    text-align: center;
}
#p_grade .div-units,
#d_control .div-units {
    font-size: 0.75em;
}
.camera-btn {
    background: #22aadd !important;
    margin: auto !important;
    border-color: #2099c5 !important;
}
.camera-btn:hover {
    background-color: #2099c5 !important;
}
.sum-btn {
    margin: auto !important;
}
#no-location {
    color: red;
    text-align: center;
}
#btn-refresh-picture {
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0 auto 20px;
}
#btn-refresh-picture:hover {
    background-color: rgb(138, 137, 137) !important;
}
.ui-nodisc-icon.ui-btn:after {
    background-size: contain;
}
#p_grade .div-units span,
#d_control .div-units span {
    font-size: 16px;
}
/* #p_grade .div-qtys,
#p_grade .div-units,
#d_control .div-qtys,
#d_control .div-units {
	padding: .5em;
} */
#d_control .div-qtys/*,
#d_control .div-notes,
#d_control .div-additional*/ {
    box-shadow: inset 0 2px 10px #ccc;
}
/* #p_shiftsearch .ui-content {
	padding-top: 0;
} */
#p_saved-popup {
    top: auto !important;
    bottom: 15%;
}
#p_multiready-popup,
#p_shiftsearch-popup,
#p_grade-popup,
#p_adjustmentbatchdetails-popup,
#p_adjustmentdetails-popup,
#p_cggrade-popup {
    min-width: 40%;
}
#p_discardall-popup,
#p_removeadjust-popup,
#p_retaildefault-popup,
#p_quickrdytrans-popup {
    min-width: 30%;
}
#p_select-popup .list-column {
    overflow-y: scroll;
}
#p_numpad_control-popup,
#p_numpad_plant-popup {
    width: 100%;
    top: auto !important;
    bottom: 0;
}
#p_numpad_control .ui-content,
#p_numpad_plant .ui-content {
    padding: 15px 15px 0 15px;
    margin: 0 auto;
    max-width: 450px;
}
#d_quickplant .ui-btn,
.btn-numpad.btn-numpad,
#p_numpad_control .ui-btn,
#p_numpad_plant .ui-btn,
.btn-calc.btn-calc {
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
}
#d_quickplant .btn-numpad .ui-btn-text,
#p_numpad_control .ui-btn-text,
#p_numpad_plant .ui-btn-text,
.btn-calc.btn-calc {
    font-size: 1.5em;
}
#p_adjustmentdetails h4,
#p_adjustmentdetails p,
#p_adjustmentbatchdetails h4,
#p_adjustmentbatchdetails p,
#p_multiready h4,
#p_multiready p {
    margin: 0.7em 0;
}
.list-shift {
    overflow: auto;
    max-height: CALC(100vh - 200px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-shift .ui-block-b {
    text-align: right;
}
.fieldset-w-pad.fieldset-w-pad > div {
    width: 100%;
}
.gridpadding > div {
    /* allow us to space out the contents of a ui-grid with a bit of padding */
    padding-left: 0.5em;
    padding-right: 0.5em; /* margin-top: 1em; */
}
.gridpadding > div:first-child {
    padding-left: 0;
}
.gridpadding > div:last-child {
    padding-right: 0;
}
/* TODO: remove references to Id: '#tabs-quickavail-nav' */
#tabs-quickavail-nav .ui-grid-c > .ui-block-a,
#tabs-quickavail-nav .ui-grid-c > .ui-block-b,
#tabs-quickavail-nav .ui-grid-c > .ui-block-c,
#tabs-quickavail-nav .ui-grid-c > .ui-block-d {
    width: 50%;
}
#tabs-quickavail-nav li .ui-btn {
    font-size: 1em;
}

#components-hook-modal {
    min-height: 90vh;
    min-width: 90vw;
    display: flex;
    flex-direction: column;
}

#hook-modal-iframe {
    width: 100%;
    height: 80vh;
}

.btn-close-hook-modal {
    bottom: 0;
}

/* New class for react quick avail page */
.tabs-quickavail-nav .ui-grid-c > .ui-block-a,
.tabs-quickavail-nav .ui-grid-c > .ui-block-b,
.tabs-quickavail-nav .ui-grid-c > .ui-block-c,
.tabs-quickavail-nav .ui-grid-c > .ui-block-d {
    width: 50%;
}
.tabs-quickavail-nav li .ui-btn {
    font-size: 1em;
}
/* .div-info p,
.div-notes h2,
.div-notes h3,
.div-notes h4, */
thead .ui-input-search,
thead .ui-btn,
#p_multiready .ui-input-text,
#p_grade h2.in,
#p_grade .ui-input-text,
#d_control h2.in,
#d_plant h2.in,
#d_quickplant h2,
#d_quickplant p,
.ui-listview .ui-li-heading,
.m-0.m-0,
td > .ui-btn {
    margin: 0;
}
#tabs-quickavail h3,
#tabs-quickavail h4 {
    margin: 0.5em 0;
}
#tabs-quickavail-nav {
    margin: 0 -1.5em;
    margin-top: -1.2em;
    max-width: none;
}
.boldtext {
    font-weight: bold;
}
.tbl-workorders.tbl-workorders {
    text-align: left;
}
#tbl-workorder,
#tbl-transplantfrom {
    table-layout: fixed;
    overflow: hidden;
}
.tbl-button.tbl-button {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
}
.loc1.loc1,
.loc2.loc2,
.loc3.loc3,
.loc4.loc4 {
    width: 75%;
}
.locgrid1.locgrid1,
.locgrid2.locgrid2,
.locgrid3.locgrid3,
.locgrid4.locgrid4 {
    width: 25%;
}
#tabs-workorders#tabs-workorders {
    margin: 0 -1.5em;
    margin-top: -1.2em;
    max-width: none;
}
.qty-input1,
.qty-input2,
.qty-input3,
.qty-input4 {
    height: 2.5em;
}
.m-025e.m-025e,
#plantto .ui-input-text.ui-input-text {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.ml-0.ml-0 {
    margin-left: 0;
}
.mt-05e.mt-05e {
    margin-top: 0.5em;
}
.ta-c.ta-c {
    text-align: center;
}
.va-m.va-m {
    vertical-align: middle;
}
.w-1e.w-1e {
    width: 1em;
}
.wordwrap {
    word-wrap: break-word;
}
.wochkbox.wochkbox {
    border: none;
}
@media screen and (max-height: 35em) {
    /* if vertical space constrained (iPod Touch), hide logo */
    .logo {
        display: none;
    }
    .div-version {
        margin-top: -1em;
    }
}
@media screen and (max-width: 20em) {
    .btn-searchwos.btn-searchwos {
        display: none;
    }
}
@media screen and (max-width: 30em) {
    .btn-searchwos.btn-searchwos {
        display: none;
    }
}
/* Show priority 1 at 320px (20em x 16px) IPOD TOUCH PORTRAIT */
@media screen and (min-width: 20em) {
    #offline-product-image {
        max-width: 100% !important;
    }
    #offline-product-image_gridView {
        max-width: 100% !important;
    }
    #popupAddPicture_gridView {
        max-width: 100% !important;
    }
    #popupAddPicture_d_control {
        max-width: 100% !important;
    }
    .ui-table-columntoggle.output-responsive th.ui-table-priority-1,
    .ui-table-columntoggle.output-responsive td.ui-table-priority-1 {
        display: table-cell;
    }
}
/* Show priority 2 at 480px (30em x 16px) IPOD TOUCH LANDSCAPE */
@media screen and (min-width: 30em) {
    .ui-table-columntoggle.output-responsive th.ui-table-priority-2,
    .ui-table-columntoggle.output-responsive td.ui-table-priority-2 {
        display: table-cell;
    }
}
/* Show priority 3 at 640px (40em x 16px) IPAD PORTRAIT */
@media screen and (min-width: 40em) {
    .ui-table-columntoggle.output-responsive th.ui-table-priority-3,
    .ui-table-columntoggle.output-responsive td.ui-table-priority-3 {
        display: table-cell;
    }
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
    .ui-table-columntoggle.output-responsive th.ui-table-priority-4,
    .ui-table-columntoggle.output-responsive td.ui-table-priority-4 {
        display: table-cell;
    }
}
/* Show priority 5 at 960px (60em x 16px) IPAD LANDSCAPE */
@media screen and (min-width: 60em) {
    .ui-table-columntoggle.output-responsive th.ui-table-priority-5,
    .ui-table-columntoggle.output-responsive td.ui-table-priority-5 {
        display: table-cell;
    }
}
/* Show priority 6 at 1,120px (70em x 16px) DESKTOP */
@media screen and (min-width: 70em) {
    .ui-table-columntoggle.output-responsive th.ui-table-priority-6,
    .ui-table-columntoggle.output-responsive td.ui-table-priority-6 {
        display: table-cell;
    }
}

@media (min-width: 40em) {
    /* Show the table header rows and set all cells to display: table-cell */
    #table-review td,
    #table-review th,
    #table-review tbody th,
    #table-review tbody td,
    #table-review thead td,
    #table-review thead th {
        display: table-cell;
        margin: 0;
    } /* Hide the labels in each cell */
    #table-review td .ui-table-cell-label,
    #table-review th .ui-table-cell-label {
        display: none;
    }
}
@media all and (max-width: 30em) {
    .stack .ui-block-a,
    .stack .ui-block-b,
    .stack .ui-block-c,
    .stack .ui-block-d,
    .stack .ui-block-e {
        width: 100% !important;
        float: none;
        padding: 0;
    }
    #nav-adjust ul li {
        width: 50%;
        float: left;
    }
    .big-h-label,
    .big-ch-label {
        display: none;
    }
    .btn-back {
        border-radius: 1em !important;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        font-size: 16px !important;
        height: 1.75em;
        left: 0.3125em;
        padding: 0;
        text-indent: -9999px;
        top: 0;
        white-space: nowrap !important;
        width: 1.75em;
    }
    .btn-back:after {
        left: 50% !important;
        margin-left: -11px;
    }
    /* .btn-back span span.ui-btn-text {
		left: -9999px;
		position: absolute;
	}
	.btn-back .ui-btn-inner>.ui-icon {
		float: left;
		margin: 2px 1px 2px 3px !important;
		display: block;
		z-index: 0;
		position: relative !important;
		left: 0 !important;
	}
	.btn-back>.ui-btn-inner {
		padding: 0 !important;
	}
	.btn-back {
		height: 24px;
		width: 24px;
		margin-top: 5px;
	} */
}
@media all and (min-width: 30em) {
    .mobile-only {
        display: none !important;
    }
    .d-pt-1e {
        padding-top: 1.25em;
    }
}
@media all and (max-width: 30em) {
    #invmobile-error-logo {
        margin-top: 30px;
        width: 75px;
    }
    .desktop-only {
        display: none !important;
    }
    .display-inline,
    .display-inline div {
        display: inline-block !important;
    }
    .pr-8-em {
        padding-right: 0.8em !important;
    }
}
.ui-mini {
    /* for some reason the themeroller theme is overriding the jqm theme on this, so we need to override everything else to fix it */
    font-size: 12.5px !important;
}
.ui-icon-sum:after {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20enable-background%3D%22new%200%200%2014%2014%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M3.352%2C10.801L6.94%2C6.928l-3.433-3.74V1h7.008v2.381h-4.04l3.228%2C3.535L6.26%2C10.633h4.389V13H3.352V10.801z%0D%0A%09%09%22/%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A');
}
.ui-loader-background {
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 10000;
}
.ui-loading .ui-loader-background {
    display: block;
}
/* override media query for ui-field-contain */
.ui-field-contain.ui-field-contain-noquery label {
    float: left;
    margin: 0.5em 2% 0 0;
    width: 20%;
}

/* image  */
.div-image {
    height: 100%;
    width: 100%;
    align-items: center;
    margin: auto;
}
.div-image img {
    height: auto;
    width: 100%;
    margin: auto;
}
#p_shiftsearch-popup {
    max-width: 420px !important;
}
.control-dialog {
    height: 100%;
}
.control-dialog::-webkit-scrollbar {
    display: none;
}

#offline-product-image {
    max-width: 100% !important;
    width: 100%;
    margin: auto;
}
#offline-product-image_gridView {
    max-width: 100% !important;
    width: 100%;
    margin: auto;
}
#popupAddPicture_gridView-popup {
    bottom: 5% !important;
}
#popupAddPicture_gridView {
    width: 320px !important;
}
#popupAddPicture_d_control {
    width: 320px !important;
}
#picture-count {
    text-align: right;
    margin: 0px !important;
    font-family: sans-serif;
    font-weight: bold;
}
#popupAddPicture_d_control-popup {
    top: 30px !important;
}

/* ERROR MESSAGE STYLE */
/* #error-message-body {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
} */
#invmobile-error-logo {
    margin-top: 30px;
}
#error-message-header {
    width: 90%;
    margin: 20px auto;
    font-size: larger;
}
#error-message-falkore {
    background-image: url('../images/Falkore.gif');
    background-size: cover;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0%;
    left: -140px;
    animation: 20s falkore linear infinite;
}
@keyframes falkore {
    0% {
        left: -140px;
    }
    40% {
        left: -140px;
    }
    100% {
        left: 103%;
    }
}
#btn-go-back {
    text-decoration: none;
    background-color: #16792a;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    color: white;
    padding: 8px;
    font-weight: bold;
    font-size: 25px;
    margin: 5px 30px;
}

#btn-go-back:hover {
    background-color: #1f9937;
}
#error-message {
    width: 90%;
    margin: 40px auto;
}
#error-message-box {
    border: groove 2px grey;
    border-radius: 10px;
    max-width: 90%;
    margin: 20px auto;
    background-color: #00000070;
    padding-bottom: 35px;
    z-index: 1;
    color: white;
}
#error-logo-container {
    height: 75px;
    width: 75px;
}
#sbi-error-logo {
    max-width: 90%;
    margin: 20px auto;
}
#error-message-body {
    text-align: center;
    width: 100%;
    min-height: 100.2%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: hsla(200, 40%, 30%, 0.4);
    background-image: url('../images/forest-front.png'), url('../images/forest-mid.png'),
        url('../images/cloud-1.png'), url('../images/mountain-background.png'),
        url('../images/cloud-2.png');
    background-repeat: repeat-x;
    background-position: 0 125%, 0 100%, 0 50%, 0 100%, 0 0;
    background-size: 1200px, 800px, 1400px 200px, 1900px 800px, 1900px 260px;
    animation: 120s landscapes infinite linear;
}

@keyframes landscapes {
    100% {
        background-position: -1200px 127%, -800px 100%, 1400px 50%, 0px 100%, 1900px 0;
    }
}

/*-------AVAIL NOTES MODAL------*/

#avail-select-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avail-notes-select {
    text-align-last: center;
    height: 40px;
    width: 209px;
    border-radius: 5px !important;
    margin: 8px auto;
}
.avail-notes-select:hover {
    cursor: pointer;
    background: #f3f3f3;
}
.squeeze {
    display: inline-block;
    width: 48%;
}
.invalid-text-field {
    background-color: #ffdede !important;
}
#p_scansearch .ui-input-search {
    margin-bottom: 1em;
}

#popup-scanBarcodeViewport {
    display: contents;
}

.div-image img.prod-image-gallery {
    height: 400px;
    object-fit: cover;
}
