/* Tooltip container */

.eta-tooltip {
    position: relative;
    display: inline-block;
}


/* Tooltip text */

.eta-tooltiptext {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    padding: 1%;
    width: 250px;
    border-radius: 6px;
    border: 1px solid black;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
}

.left-padding-none {
    padding-left: 0 !important;
}

.eta-tooltiptext table {
    margin-left: auto;
    margin-right: auto;
}


/* Show the tooltip text when you mouse over the tooltip container */

.eta-tooltip:hover .loading-eta-tooltiptext {
    visibility: visible;
}

.loading-eta-tooltiptext {
    top: 100%;
    left: 50%;
    margin-left: -60px;
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: center;
    padding: 1%;
    border-radius: 6px;
    border: 1px solid black;
    position: absolute;
    z-index: 1;
    width: 250px;
}

.allow-overflow {
    overflow: visible !important;
}

.eta-table {
    border: 1px solid black;
    border-spacing: 1px;
    padding: 0;
}

.eta-table th {
    background-color: black;
    color: white;
    padding: .3em;
}

.eta-table td {
    padding: 3px;
    display: table-cell;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: white;
    border-right-color: #EDEDED;
    border-bottom-color: #EDEDED;
    vertical-align: top;
    white-space: nowrap;
}

.eta-wpthemeMenuLoading {
    white-space: nowrap;
    margin: 1px;
    padding: 5px 10px 5px 25px;
    position: relative;
    color: #444;
    font-family: arial;
    font-size: 1em;
    background-image: url(/wps/mycontenthandler/!ut/p/digest!H_GggAApU3XQ7e4TMYpHxQ/war/gammaTheme8001/themes/gamma8001/css/images/loading.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.eta-PO {
    color: #cc0000 !important;
}

.eta-CARGO {
    color: #005813 !important;
}

.eta-message {
    font-size: smaller;
    color: #cc0000;
    margin-top: 10px;
    display: inline-block;
}

.outOfStock b {
    text-decoration: underline;
    text-decoration-style: dotted;
}

#searchResultsContainer {
    overflow: inherit;
}

#Z6_2AE8H8C0J0PH60ACV8QIOU1004 {
    position: relative;
}

#Z6_OAC21OS0KG9O00A98PK2QO2G42 {
    position: relative;
}

#Z6_2AE8H8C0J0VJC0A9118U8P30G1 {
    position: relative;
}

#Z6_OAC21OS0KG9O00A98PK2QO2G42_navigationLinkText {
    position: relative;
}

@media only screen and (max-width: 480px) {
    .themeSearchBar.show {
        margin-top:14px;
        padding: 10px;
    }

    .themeSearchBar .label {
        color: black;
    }
}

