﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif !important;
    /*background: #f4f6f9;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.grid-msg {
    position: absolute;
    top: 10px;
    width: calc(100% - 450px);
    color: darkred;
}

.bootgrid-store-column {
    width: 65px;
}

.bootgrid-unitcost-column {
    width: 85px;
}

.bootgrid-description-column {
    min-width: 250px !important;
}

.bootgrid-itemnumber-column {
    min-width: 125px !important;
}

.bootgrid-totalscheduled-column {
    min-width: 250px !important;
}

.bootgrid-transaction-balance {
    color: green;
}

.spacer-20 {
    margin-top: 20px;
}

/*.search {
    width: 40% !important;
}*/

.search-field {
    width: 100% !important;
}

.updateQtySuccess {
    /*border: 2px solid #0e7013 !important;*/
    background-color: #0e7013 !important;
}

.updateQtyFailure {
    /*border: 2px solid #810d0d !important;*/
    background-color: #810d0d !important;
}

.bootstrap-switch.bootstrap-switch-mini {
    min-width: 50px !important;
}

.wide-modal {
    width: 70%;
}

.bootgrid-price-column {
    width: 115px;
}

.bootgrid-trandesc-column {
    width: 400px;
}

.bootgrid-date-column {
    width: 100px;
}

.bootgrid-broker-column {
    width: 200px;
}

.fieldset-filter {
    border: 1px solid black;
    background-color: #f5f5f5;
    padding: 0px 0px 10px 0px;
}

.legend-filter {
    border: 1px none;
    color: #333333;
    display: block;
    font-size: 19px;
    line-height: inherit;
    margin-bottom: 3px;
    margin-left: 10px;
    padding: 0 5px;
    width: 4%;
}

.shipCodeDDL {
    padding: 6px 6px !important;
    min-width: 70px;
}

.btn-black {
    color: white;
    background-color: black;
    border-color: black;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled,
    .btn-black[disabled],
    fieldset[disabled] .btn-black,
    .btn-black.disabled:hover,
    .btn-black[disabled]:hover,
    fieldset[disabled] .btn-black:hover,
    .btn-black.disabled:focus,
    .btn-black[disabled]:focus,
    fieldset[disabled] .btn-black:focus,
    .btn-black.disabled:active,
    .btn-black[disabled]:active,
    fieldset[disabled] .btn-black:active,
    .btn-black.disabled.active,
    .btn-black[disabled].active,
    fieldset[disabled] .btn-black.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.clickable {
    cursor: pointer;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    cursor: pointer
}

.pagination > li > a, .pagination > li > span {
    cursor: pointer
}

.well {
    background: none;
    height: 320px;
}

.table-scroll tbody {
    position: absolute;
    overflow-y: scroll;
    height: 550px;
    width: 99%;
}

.table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}

/*.table-scroll thead > tr > th {
    border: none;
}*/
.table-scroll thead > th {
    border: none;
}
/*.bootgrid-footer{
    margin-top:38%;
}*/

/*fixed table columns*/
.fixed-table {
    border: none;
    border-right: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

    .fixed-table thead th {
        background-color: #666666;
        border: none;
        color: #fff;
        padding: 10px;
        text-align: left;
        white-space: nowrap;
        border-right: solid 1px #aaa !important;
    }

    .fixed-table tbody td {
        border-bottom: solid 1px #DDEFEF;
        color: #333;
        padding: 10px;
        text-shadow: 1px 1px 1px #fff;
        white-space: nowrap;
    }

.fixed-wrapper {
    position: relative;
}

.fixed-scroller {
    margin-left: 141px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 300px;
}

.fixed-table .fixed-sticky-col {
    border-left: solid 1px #DDEFEF;
    border-right: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: 120px;
    z-index: 100;
}

.fixed-table header {
    position: absolute;
    z-index: 101;
}
/*end sticky columns*/

.navbar-item-label {
    color: yellow;
    float: none;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

/******* added by RG ********/

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.rel {
    position: relative;
}

input, select {
    max-width: 300px !important;
}

.ag-floating-filter-input {
    max-width: 100% !important;
}

.navbar-brand {
    float: none;
    display: inline-block;
}

.navbar #logo {
    position: relative;
    top: -2px;
    margin: 0 10px;
    height: 34px;
}

#homepage-feature-buttons > div {
    text-align: center;
}

.search.form-group {
    max-width: 334px;
}

.item-table-header {
    position: absolute;
    bottom: -60px;
    left: 30px;
    font-weight: bold;
}

.file-upload.row {
    margin: 20px 0;
    padding: 0;
}

.chosen-container {
    width: 100% !important;
    max-width: 300px;
}

.chosen-container-single .chosen-single {
    line-height: 34px;
    height: 34px;
}

    .chosen-container-single .chosen-single div b {
        background: url(chosen-sprite.png) no-repeat 0px 7px;
    }

.container {
    max-width: 100%;
}

.table-responsive {
    /*overflow-x: auto;*/
    overflow: scroll;
}

#homepage-sidenav {
    position: fixed;
    width: 220px;
    top: 50px;
    left: 0;
    background: #CFE5F6;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: inset -1px 1px 2px 0px rgba(0,0,0,.2);
}

    #homepage-sidenav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: #93b5e5 solid 1px;
    }

    #homepage-sidenav li {
        text-transform: uppercase;
        border-bottom: #93b5e5 solid 1px;
        cursor: pointer;
        position: relative;
    }

        #homepage-sidenav li:hover {
            background: rgba(255,255,255,.4);
        }

        #homepage-sidenav li span {
            color: #93b5e5;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -8px;
        }

        #homepage-sidenav li a, #homepage-sidenav li a:hover {
            text-decoration: none;
            color: #1985e2;
            display: block;
            padding: 10px 20px;
        }


#homepage-logo {
    width: calc(100% - 40px);
    margin: 20px;
}

#homepage-content {
    padding-left: 205px;
}

.homepage-content-container {
    position: absolute;
    height: calc(100% - 50px);
    width: calc(100% - 220px);
}

.homepage-col {
    width: 33.33%;
    float: left;
    height: 100%;
    box-shadow: inset -2px -2px 2px rgba(0,0,0,.2);
    position: relative;
}

    .homepage-col p {
        text-align: center;
        text-transform: uppercase;
        color: rgba(0,0,0,.4);
        margin-bottom: 18px;
    }

    .homepage-col .link-list {
        position: absolute;
        top: -100%; /*60px*/
        left: 0;
        background: white;
        width: 100%;
        height: calc(100% - 60px);
        padding: 20px;
        box-shadow: inset -2px -2px 2px rgba(0,0,0,.3);
        font-size: 16px;
        transition: all .5s;
        overflow: hidden;
        overflow-y: auto;
    }

        .homepage-col .link-list ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .homepage-col .link-list ul li {
                margin: 0;
                border-top: #ccc solid 1px;
                padding: 20px 0;
                display: flex;
            }

                .homepage-col .link-list ul li:last-child {
                    border-bottom: #ccc solid 1px;
                }

                .homepage-col .link-list ul li > * {
                    flex: 1;
                    align-self: center;
                }

.bulletin-buttons {
    text-align: right;
    white-space: nowrap;
}

    .bulletin-buttons .btn {
        margin-left: 10px;
    }

#homepage-message {
    padding: 20px 30px;
    background: #ffff91;
    font-size: 18px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
    margin-bottom: 30px;
}

.download-all {
    margin-bottom: 20px;
    display: none;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 99;
}

    .section-title h2 {
        margin: 0;
        padding: 0 10px;
        height: 60px;
        line-height: 60px;
        color: #fff;
    }

    .section-title a {
        position: absolute;
        top: 8px;
        right: 10px;
    }

#deli-bakery-deals h2,
#featured-items h2 {
    background: #d09900;
}

#meat-deals h2,
#new-items h2 {
    /*background: #98cd6c;*/ /*green*/
    background: #b93c3c;
}

#grocery-deals h2,
#sbg-items h2 {
    background: #3875ce;
}

#deli-bakery-deals,
#featured-items {
    background: rgba(208, 153, 0, .1);
}

#meat-deals,
#new-items {
    /*background: #e1ffc8;*/ /*green*/
    background: rgba(185, 60, 60, .1);
}

#grocery-deals,
#sbg-items {
    background: rgba(56, 117, 206, 0.1);
}

.flip-card {
    width: 20vw;
    max-width: 300px;
    height: 300px;
    perspective: 1000px;
    margin: 0 auto 20px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card.flip .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 20vw;
    max-width: 300px;
    height: 300px;
    color: white;
    backface-visibility: hidden;
    overflow: hidden;
    border: #ccc solid 1px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

    .flip-card-front img,
    .flip-card-back img {
        object-fit: contain;
        width: 20vw;
        max-width: 300px;
        height: 300px;
    }

.flip-card-front {
    background: #fff url(/Content/Images/loader.gif) center center;
}

.flip-card-back {
    background: #fff url(/Content/Images/loader.gif) center center;
    transform: rotateY(180deg);
}

.ag-theme-balham {
    font: 400 15px "Roboto", "Arial", "Helvetica Neue", sans-serif !important;
    margin-bottom: 10px !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3) !important;
}

    .ag-theme-balham .ag-cell {
        line-height: 34px !important;
    }

.tar {
    text-align: right;
}

.page-heading {
    position: relative;
    margin-bottom: 20px;
}

    .page-heading h2 {
        display: inline-block;
    }

    .page-heading .btn,
    .page-heading button {
        margin-top: 20px;
        margin-bottom: 10px;
    }

.grid-tools {
    position: absolute;
    bottom: 10px;
    right: 0;
}

    .grid-tools button, .grid-tools input {
        border: #999 solid 1px;
        border-radius: 3px;
    }

#clear-filters {
    margin-right: 40px;
}

#quick-filter {
    text-indent: 5px;
}

.create-button {
    margin-left: 30px;
    padding: 5px 15px;
    background: #57b25b;
    position: relative;
    top: -5px;
    border-radius: 5px;
    color: white;
}

    .create-button:hover {
        background: #3f8242;
        color: white;
        text-decoration: none;
    }

.modal-header .close {
    margin-top: -30px;
    font-size: 30px;
}

#master-links {
    width: 300px;
}

    #master-links li {
        padding: 10px 10px;
        cursor: pointer;
        border-top: #ddd solid 1px;
    }

        #master-links li:hover {
            background: #eee;
        }

.modal-footer a.btn.btn-secondary {
    background: #eee;
}

#broker-grid-wrapper {
    float: left;
    width: calc(100% - 250px);
    /*margin-top: -20px;*/
}

#broker-numbers {
    margin-top: 64px;
    font-size: 20px;
    color: red;
}

    #broker-numbers h4 {
        font-weight: bold;
        font-size: 24px;
        border-bottom: #999 solid 1px;
    }

#totals-wrapper {
    text-align: right;
    width: 220px;
    float: left;
    margin-left: 20px;
}

#video-wrapper {
    position: relative;
}

#interactive {
    position: relative;
}

canvas.drawingBuffer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#interactive.viewport,
#interactive.viewport video {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
}

#external-result {
    padding: 20px 0;
}

    #external-result img {
        max-width: 200px;
        max-height: 200px;
    }

    #external-result p {
        margin: 20px 0 100px;
    }

.top-toolbar {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    background: #d2d6db;
    padding: 20px;
}

.page-content.with-top-toolbar {
    margin-top: 110px;
}

.bottom-toolbar {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #d1d6db;
    width: 100%;
    left: 0;
    padding: 20px;
    text-align: center;
}

button.button {
    background: #0079e4;
    border: none;
    border-radius: 4px;
    padding: 8px 30px;
    color: white;
    font-size: 18px;
}

    button.button i {
        margin-right: 10px;
    }

    button.button.green {
        background: #44b00f;
    }

#barcode-value {
    font-size: 18px;
}

footer {
    position: fixed;
    bottom: 0;
    background: rgba(255,255,255,.8);
    left: 0;
    padding: 5px;
}

    footer p {
        margin: 0;
        padding: 0;
    }

#nav-items-home {
    max-width: 1500px;
}

.nav-item-wrapper {
    width: 160px;
    padding: 10px;
    text-align: center;
    float: left;
    min-width: 150px;
    margin: 10px;
    box-sizing: border-box;
    height: 170px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    transition: all .2s;
}

    .nav-item-wrapper a {
        position: relative;
        width: 100%;
        display: inline-block;
        height: 100%;
    }

    .nav-item-wrapper img {
        width: 80px;
        padding-top: 10px;
    }

    .nav-item-wrapper h3 {
        position: absolute;
        width: 100%;
        bottom: 0;
        font-size: 20px;
    }

    .nav-item-wrapper:hover {
        transform: scale(1.02);
        box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    }

        .nav-item-wrapper:hover a {
            text-decoration: none;
        }

    .nav-item-wrapper.with-message {
        width: 460px;
        text-align: left;
    }

        .nav-item-wrapper.with-message div {
            float: left;
            width: 50%;
            text-align: center;
        }

        .nav-item-wrapper.with-message .nav-item-message {
            background: #ffffd0;
            border-radius: 10px;
            height: 100%;
            overflow-y: auto;
        }

            .nav-item-wrapper.with-message .nav-item-message p {
                padding: 15px;
                font-size: 18px;
                color: #333;
                margin: 0;
            }

#order-item-modal input.quantity {
    width: 40px;
}

#order-item-modal img {
    height: 200px;
    width: 200px;
}

#message-toolbar {
    position: fixed;
    bottom: 0;
    padding: 20px;
    background: #ff0;
    width: 100%;
    left: 0;
    z-index: 999;
    font-size: 20px;
}

    #message-toolbar p {
        margin: 0;
    }

.form-control[type='checkbox'] {
    box-shadow: none;
    width: 20px;
}

.chosen-container .chosen-results {
    max-height: 300px;
}

.form-group input[type=checkbox] {
    width: 20px;
    height: 20px;
}

#item-info {
    font-weight: bold;
}

#add-store-deal-wrapper > div {
    display: flex;
}

    #add-store-deal-wrapper > div * {
        margin-right: 10px;
    }

#add-store-deal-wrapper select,
#add-store-deal-wrapper label:first-child {
    width: 200px;
}

#add-store-deal-wrapper input {
    width: 80px;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.grid-edit-button {
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ag-cell.tar input.ag-cell-edit-input {
    width: 100px !important;
    text-align: right !important;
    position: absolute !important;
    right: 0 !important;
}

/*.balloon {
	position: absolute;
	padding: 20px;
	border: #ccc solid 1px;
	background: white;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);
	z-index: 99;
}

.balloon.bottom:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}*/
.balloon {
    background: #fffedc;
    border: 1px solid #e3e1a8;
    padding: 10px;
    border-radius: 10px;
    border-bottom-width: 6px;
    text-align: center;
    opacity: .9;
}

    .balloon.bottom:after, .balloon.bottom:before {
        top: 99%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .balloon.bottom:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fffedc;
        border-width: 20px;
        margin-left: -20px;
    }

    .balloon.bottom:before {
        border-color: rgba(204, 204, 204, 0);
        border-top-color: #e3e1a8;
        border-width: 26px;
        margin-left: -26px;
    }

#item-show-broker-grid-balloon {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

    #item-show-broker-grid-balloon:before {
        left: unset;
        right: 17px;
    }

    #item-show-broker-grid-balloon:after {
        left: unset;
        right: 20px;
    }

.btn-primary {
    background-color: #509bdd;
}

#store-master-page {
    max-width: 1920px;
}

    #store-master-page .page-header {
        padding-bottom: 0;
        margin: 10px 0 20px;
        border: none;
        position: relative;
    }

        #store-master-page .page-header h2 {
            display: inline-block;
            position: relative;
            top: 3px;
        }

    #store-master-page #search-wrapper {
        display: inline-block;
        position: relative;
        top: 1px;
        border-radius: 5px;
        border: #ccc solid 1px;
        padding: 1px;
        margin-left: 20px;
    }

        #store-master-page #search-wrapper i {
            font-size: 20px;
            position: absolute;
            top: 5px;
            right: 10px;
            display: none;
        }

    #store-master-page #search {
        padding: 5px;
        width: 300px;
        border: none;
    }

#store-master-tree ul {
    list-style: none;
}

#store-master-tree .store-groups h4 {
    margin-left: 40px;
    margin-top: 30px;
}

#store-master-tree .store-groups > li {
    font-weight: bold;
    font-size: 22px;
    border-top: #ccc solid 1px;
    padding: 10px 0;
    width: calc(100% - 30px);
}

    #store-master-tree .store-groups > li i {
        margin-right: 20px;
    }

#store-master-tree .stores > li {
    font-weight: normal;
    font-size: 16px;
    border-top: #ccc solid 1px;
    padding: 4px 10px;
    min-width: 865px;
}

    #store-master-tree .stores > li.store-header {
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        border: none;
    }

    #store-master-tree .stores > li span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }

#store-master-tree .store .users {
    padding: 10px;
}


#store-master-tree .users > li {
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    width: calc(100% - 20px);
    padding: 8px 10px;
    height: 34px;
}

    #store-master-tree .users > li:nth-child(even) {
        background: rgba(255,255,255,.5);
    }

#store-master-tree .stores > li div {
    overflow: hidden;
}

#store-master-tree .store-groups > li a {
    margin-right: 30px;
}

    #store-master-tree .store-groups > li a:hover {
        text-decoration: none;
    }

#store-master-tree .store-groups > li .store-group-name a:hover:after,
#store-master-tree .store-groups > li .store-name a:hover:after,
#store-master-tree .store-groups > li .user-email a:hover:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f303';
    padding-left: 20px;
    font-size: 15px;
}

#store-master-tree .store-groups > li a.store-delete {
    color: #e40000;
}

#store-master-tree .store-groups > li a i {
    margin-right: 7px;
}

.store-group-name span {
    font-size: 16px;
    font-weight: normal;
    margin-right: 50px;
    float: right;
    line-height: 34px;
}

.create-store-group-button {
    position: absolute;
    right: 30px;
    top: 26px;
}

ul.store-groups {
    transition: all 1s;
}

ul.stores {
    background: #ebeef5;
    padding: 10px 20px;
    position: relative;
    margin: 10px 40px 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    border-radius: 5px;
    border: #ccc solid 1px;
    overflow: auto;
}

ul.users {
    background: #faf8d3;
    padding: 20px 0 20px 20px;
    position: relative;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.2);
    border-radius: 5px;
    margin: 0 40px 10px 40px;
    border: #ccc solid 1px;
}

span.toggle-header, span.toggle {
    width: 40px;
    font-size: 20px;
    cursor: pointer;
}

span.store-number {
    width: 6%;
}

span.store-name {
    width: 25%;
}

span.store-address {
    width: 25%;
}

span.store-city {
    width: 15%;
}

span.store-state {
    width: 10%;
}

span.store-actions {
}

label[for=RememberMe] {
    position: relative;
    top: 5px;
    left: 10px;
}

span.user-email {
    width: 60%;
}

span.user-actions {
    float: right;
}

button.toggle-all {
    margin-left: 30px;
}

.clear-search {
    cursor: pointer;
}

#available {
    padding-top: 5px;
    color: green;
    display: none;
}

#unavailable, #required, #over {
    padding-top: 5px;
    color: red;
    display: none;
}

.page-title {
    font-weight: bold;
}

    .page-title.with-button .btn {
        margin-left: 20px;
    }

p.instructions {
    font-size: 20px;
    color: #236fb3;
    font-weight: bold;
}

    p.instructions.green {
        color: #27aa27;
    }

.form-with-background {
    min-height: 270px;
    padding: 20px;
    border: white solid 5px;
}

    .form-with-background.blue {
        background: #e2efff;
    }

    .form-with-background.green {
        background: #e5f6e5;
    }

h3.blue {
    color: #236fb3;
}

input#CaseQuantity,
input#UnitQuantity {
    width: 80px;
}

.claim-shipping-ticket input:disabled,
.claim-shipping-ticket textarea:disabled {
    background: white;
    border: none;
    box-shadow: none;
}

.claim-shipping-ticket textarea:disabled {
    resize: none;
}


.claim-shipping-ticket label {
    text-align: right;
    padding-right: 0;
}


@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 945px) {
    .nav-item-wrapper.with-message {
        width: 220px;
        height: auto;
    }

        .nav-item-wrapper.with-message div {
            float: none;
            width: 100%;
            text-align: center;
        }
}

@media (max-width: 550px) {
    .page-heading {
        height: 100px;
    }

    #homepage-sidenav {
        width: 120px;
    }

    #homepage-content {
        padding-left: 115px;
    }

    .homepage-content-container {
        width: calc(100% - 120px);
    }
}

.bootgrid-command-button {
    margin-right: 3px;
}

.bootgrid-medium-size-column {
    width: 175px
}


.checkbox-label {
    position: relative;
    top: 5px;
    left: 10px;
}


.updateQtyBorderSuccess {
    /*border: 2px solid #0e7013 !important;*/
    border: 2px solid lightgreen !important;
}

.updateQtyBorderFailure {
    /*border: 2px solid #810d0d !important;*/
    /*border-color: #810d0d !important;*/
    border: 2px solid #810d0d !important;
}


.bootgrid-formsite-column {
    min-width: 130px !important;
}

.req {
    font-size: 10px;
}

.note {
    font-size: 14px;
    color: #FF0000;
}

/* RG Added below on 4/8/2021 */

table.popup-table {
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

    table.popup-table th {
        background: #eee;
    }

    table.popup-table th,
    table.popup-table td {
        padding: 15px !important;
    }

th.message-col, td.message-col {
    max-width: 500px;
}

.page-header {
    margin-top: 0;
    margin-bottom: 0;
}

    .page-header.panel {
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        background: white;
        border-bottom: none;
        padding: 0 20px 0;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .page-header h1 {
        font-size: 34px;
        color: #346183;
        font-weight: bold;
    }

        .page-header h1.inline {
            display: inline-block;
            margin-right: 20px;
        }

    .page-header .select2 {
        max-width: 300px;
        position: relative;
        top: -5px;
    }

    .page-header .row {
        width: 100%;
        align-items: flex-end;
        padding-bottom: 0;
        margin: 0;
    }

.page-content {
    padding: 20px 20px 0;
}

    .page-content.with-tools {
        padding: 0 20px 0;
    }

        .page-content.with-tools .grid-tools {
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: rgb(105, 128, 154);
            font-size: 90%;
            position: static;
        }

            .page-content.with-tools .grid-tools input {
                height: 26px;
                border: rgb(185, 202, 221) solid 1px;
                background: transparent;
                border-radius: 4px;
                color: rgb(105, 128, 154);
            }

                .page-content.with-tools .grid-tools input:focus,
                .page-content.with-tools .grid-tools button:focus {
                    outline: none;
                }

            .page-content.with-tools .grid-tools button {
                border: rgb(185, 202, 221) solid 1px;
                background: transparent;
                border-radius: 4px;
                color: rgb(105, 128, 154);
                height: 26px;
            }

                .page-content.with-tools .grid-tools button:hover {
                    background: #fff;
                }

        .page-content.with-tools #clear-filters {
            margin: 0;
        }

.btn > span, .grid-tools button > span {
    display: inline-block;
    margin-left: 10px;
}

.ag-theme-alpine .ag-side-button-label {
    line-height: 30px;
}

#break-point {
    page-break-after: always;
}

.select2-container .select2-choice {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 34px;
    line-height: 34px;
    height: 34px;
    padding: 0 12px;
}

.select2-container-active .select2-choice,
.select2-container-active.select2-drop-above .select2-choice,
.select2-container-active.select2-drop-above.select2-drop-above .select2-choice {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.select2-results li {
    background-color: #fff;
    color: #555;
}

    .select2-results li:hover {
        background-color: #f5f5f5;
        color: #333;
    }

.select2-container--default .select2-selection--single {
    height: 34px;
}


.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.mt-5 {
    margin-top: 48px !important;
}

.navbar-inverse .navbar-nav > li > a{
    color:white!important
}

.navbar-inverse .navbar-brand {
    color: white !important
}


.card-view{
    margin-bottom:3px
}