html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.clickableRow a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5rem;
    text-decoration: none;
    color: black;
}

.clickableRow a:active {
    text-decoration: none;
    color: black;
}

.clickableRow a:hover {
    text-decoration: none;
    color: black;
}

.clickableRow:hover {
    border: 1px solid black;
    cursor: pointer;
}

.clickableRow a:visited {
    text-decoration: none;
    color: black;
}

.clickableRow a:link {
    text-decoration: none;
    color: black;
}

.non-clickableRow {
    text-decoration: none;
    color: black;
}

.non-clickableRow:active {
    text-decoration: none;
    color: black;
}

.non-clickableRow:hover {
    text-decoration: none;
    color: black;
}

.non-clickableRow:hover {
    text-decoration: none;
    color: black;
}

.non-clickableRow:visited {
    text-decoration: none;
    color: black;
}

.non-clickableRow a:link {
    text-decoration: none;
    color: black;
}
.mainPages {
    text-align: center;
    position: relative;
}

.registerFlex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.registerFlex_Item {
    padding: 5px;
}

    .registerFlex_Item input {
        width: 50px;
        height: 50px;
    }

.LogoImage {
    width: 250px;
}

.btn {
    border: 1px solid black;
}

.flexContainer {
    display: flex;
    justify-content: center;
    align-content: baseline;
    flex-wrap: wrap;
}

    .flexContainer div {
        margin-left: 5px;
        margin-right: 5px;
    }

.Grp_CountryFlagSelect input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

    .Grp_CountryFlagSelect input + img { /* IMAGE STYLES */
        cursor: pointer;
        border: 2px solid transparent;
        opacity: .3;
    }

    .Grp_CountryFlagSelect input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
        opacity: 1;
    }

.Grp_CompanyFlagSelect input { /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

    .Grp_CompanyFlagSelect input + img { /* IMAGE STYLES */
        cursor: pointer;
        border: 2px solid transparent;
        opacity: .2;
    }

    .Grp_CompanyFlagSelect input:checked + img { /* (RADIO CHECKED) IMAGE STYLES */
        opacity: 1;
    }

.Flag, .Company, .action {
    filter: drop-shadow(6px 6px 5px grey);
    width: 75px;
    height: 75px;
}

    .Flag:hover, .Company:hover {
        opacity: 1;
        filter: drop-shadow(0 0 10px blue);
    }

#SS_Password:hover, .btn:hover {
    border-color: blue;
    box-shadow: 0 0 15px blue;
}
.jumbotron {
    text-align: center;
}
.shopifySettings {
    position: absolute;
    right: 0px;
}
#Import_uploadOverlay, Import_Patterns_uploadOverlay {
    position: absolute;
    background-color: #e9ecef;
    top: 0;
    left: 0;
    border: 10px dashed blue;
    opacity: .5;
    display: none;
    z-index: 2;
}

#Import_overlayText, Import_Patterns_overlayText {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: black;
    text-align: center;
    font-size: 3em;
    display: none;
}

#etsySection, #eBaySection, #shopifySection, #chinaHistory, #chinaData {
    display: none;
}

.pickContainer {
    display: flex;
}

.pickingList {
    width: 25%;
}

.pickStatus {
    width: 75%;
}

.packingList {
    width: 100%;
    text-align: center;
    display: none;
}

.packDisplay {
    display: flex;
    justify-content: space-evenly;
}

.packDisplay_Item {
    width: 40%;
}

#aoo_Address_Title, #itp_title {
    text-decoration: underline;
}

.packItems {
    width: 100%;
    border: 2px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pi_quantity p {
    font-size: 18px !important;
}

.packHide {
    display: none;
}

.BundleSkus {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.bunskudiv {
    width: 85%;
}

#printLists {
    text-align: center;
    width: 100%;
}

.hideIt {
    display: none;
}

.tableFlex {
    display: flex;
    flex-wrap: nowrap;
}

.tfcenter {
    justify-content: center;
}

.tfbetween {
    justify-content: space-between;
}
.Rep_Selector {
    display: flex;
    justify-content: space-evenly;
}

.rep_Selector_Item {
    border: 1px solid black;
    width: 30%;
    text-align: center;
}

.rep_Selector_Item:hover {
    background-color: blue !important;
    color: white !important;
}

@media (min-width: 1850px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1800px !important;
    }
}

@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1850px;
    }
}

#loadingIndicator img {
    width: 75%;
    height: 75%;
    margin: 25%;
}

#loadingIndicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
