﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #E9F0F5;
    font-size: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {

    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/*LAYOUT*/
.navbar-inverse {
    background-color: #273135;
    border-color: #273135;
    height: 100px;
    font-size: x-large;
    padding-top: 25px;
}

@media (min-width: 768px) {

    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}


.navbar-inverse .btn-link {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #E9F0F5;
    background-color: transparent;
}


.navbar-brand {
    padding: 0 15px;
}

.navbar-middle {
    text-align: center;
    font-size: 22px;
}

.navbar-middle>.panel {
    margin-right: 5px;
}


.dropdown-toggle {
    color: #fff;
    font-size: larger;
    cursor: pointer;
}


/*ORDER SEARCH*/

#ordersearch {
    display: none;
}

.panel-heading {
    text-align: center;
}

.panel-body .btn-lg {
    height: 75px;
    font-size: 35px;
    line-height: 45px;
}

.right-sidebar {
    text-align: left;
}

.right-sidebar label {
    font-weight: normal;
}

#skutable tr {
    cursor: pointer;
}

.bootstrap-timepicker-widget table td span {
    font-size: 85px;
    padding: 15px;
}


.datepicker td,
.datepicker th {
    font-size: 30px;
    width: 60px;
    height: 60px;
}

/*PACKING SCREEN*/

.right-sidebar {
    position: fixed;
    right: 0;
    top: 100px;
    /*nav bar height*/
    bottom: 0;
    background-color: #273135;
    font-size: xx-large;
    text-align: center;
}


.right-sidebar .wrapper {
    font-size: xx-large;
    height: 100%;
}

.right-sidebar .wrapper .sidebar {
    width: 100%;
    margin-bottom: 15px;
    font-size: xx-large;
    white-space: normal;
    text-transform: uppercase;
}

.right-sidebar .wrapper .queue-button {
    height: calc(20% - 15px);
}

.right-sidebar .wrapper .sidebar-button {
    height: calc(25% - 15px);
}

.right-sidebar .wrapper .sidebar-info {
    height: 150px
}


#shipment-type {
    margin-bottom: 0;
}

.toggle-group .btn {
    font-size: 25px;
}

.content {
    margin-top: 15px;
}



.badge {
    font-size: inherit;
}

#toast-container>Div {
    width: 100%;
}

.info-panel-btn {
    height: 100px;
    font-size: 25px;
}


.toastr-holder {
    position: absolute;
    top: 100px;
    left: 25px;
}

.line-item {
    font-size: 40px;
}

.line-item ul {
    font-size: 10px;
    /*display: none;*/
}

.line-item .icon {
    font-size: 80px;
    margin-top: 10px;
}

.qty-info {
    font-size: 65px;
}

.picked-items,
#dropshipbutton {
    display: none;
}

.picked-item-detail li {
    font-size: 20px;
}

.picked-item-detail li a,
#ProductCode a {
    color: #fff !important;
}



.picked-item-detail .disabled a {
    color: #273135 !important;
}


#overlay {
    background: #000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 98;
}

#loader {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 98;
    display: none;
    color: white;

}

#AmbiguityWindow {
    font-size: 25px;
}

tr.ambiguity-row>td {
    padding: 40px !important;
}

.ambiguity-row {
    cursor: pointer;
}


#DropshipWindow {
    font-size: 40px;
}

#DropshipWindow .form-control {
    height: inherit;
    width: 100%;
}




#RMOptionsWindow {
    font-size: 30px;
}

#RMOptionsWindow .form-control {
    height: 75px;
    font-size: 25px;
}

.tab-pane {
    padding-top: 30px;
}

.ui-widget-overlay {
    background: #000;
    opacity: .7;
    filter: Alpha(Opacity=70);
}

.ui-widget-header {
    font-size: 35px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 1em;
    top: 30%;
    width: 50px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 50px;
}

.physical-product-groups {
    margin-top: 20px;
    color: #555;
}

.physical-product-group-card {
    background-color: white;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: row;
}

.physical-product-group-card.selected {
    background-color: rgba(92, 184, 92, 0.4);
}

.physical-product-group-order {
    display: flex;
    flex-direction: column;
    width: 10%;
}

.physical-product-group-order .btn-group-order {
    flex: 1;
    font-size: 30px;
}

.physical-product-group-card table {
    font-size: 20px;
    margin-bottom: 0;
}

.physical-product-group-card table>tbody>tr>td:not(:first-child) {
    font-size: 38px;
}

.physical-product-group-card table>tbody>tr:first-child td:last-child {
    vertical-align: middle;
}

.physical-product-group-card table>tbody>tr>td>.sku-physical-product-mapping-gtin {
    font-style: italic;
    font-size: 18px;
}

.supplier-dropship-item-add-cart {
    width: 17%;
    margin: 5px 5px 5px 0;
    font-size: 45px;
    color: #444;
}

.supplier-dropship-items-card {
    background-color: white;
    padding: 5px;
    margin: 5px;
    font-size: 18px;
    width: 80%;
}

.supplier-dropship-items-card .panel-body {
    color: #555;
}

.supplier-dropship-items-card .panel-title {
    font-size: 24px;
}

.supplier-dropship-items-card table {
    margin-bottom: 0;
}

.supplier-dropship-items-card table>tbody>tr>td>.sku-physical-product-mapping-gtin {
    font-style: italic;
    font-size: 17px;
}

.physical-product-groups-dropship-items {
    margin-top: 50px;
}

.panel-queue {
    font-size: 25px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid lightgrey
}

.panel-queue:hover,
.panel-queue a:hover {
    text-decoration: none;
    cursor: pointer;
}
