@charset "utf-8";
@font-face {
    font-family: "Icons-Common-sec";
    src:url("../fonts/icons-common-sec.eot");
    src:url("../fonts/icons-common-sec.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons-common-sec.woff") format("woff"),
    url("../fonts/icons-common-sec.ttf") format("truetype"),
    url("../fonts/icons-common-sec.svg#icons-common-sec") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "icomoon-admin";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.svg#icons-common") format("svg");
    font-weight: normal;
    font-style: normal;
}

.login_button {
    color: #000;
    font-size: 15px;
    left: -50px;
    position: absolute;
    top: 102px;
}

#transDiv{
    position:fixed;
    z-index:99999;
    *z-index:0;
    background-color:#5a5a5a;
    display:none;
    filter: alpha(opacity=70);
    opacity:.7;
    zoom: 0;
    margin-top:-161px;"
}
#waiting-loader{
    left: 705px;
    top: 50px;
    position: fixed;
    z-index: 500001;
    display: none;
}

.language-panel li {
    display:inline-block;
}

.language-panel a {
    text-decoration: none;
}

.popup-overlay {
    z-index: 4000 !important;
}

.popup-background{
    /* changing this to fixed causes an FF render issue inside the DWT iframe */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3900 !important;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0,0,0,0.5);
    padding:50px 0;
}
.popup-background > div{
    position: relative;
    width: 100%;
    margin: 0 auto!important;
    max-width:1200px;
}

.wicket-mfu-container {
    color: #fff;
    height: 215px;
    margin-top: 5px;
    overflow: auto;
}
.wicket-mfu-container div{
    display: block;
    padding: 10px 0;
    position: relative;
    word-break: break-word;
    padding-right:30px;
}
.wicket-mfu-container div.wicket-mfu-caption{
    display: none;
}
.wicket-mfu-container div input{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -9999px;
    background-color: transparent;
    z-index: 2;
    width:15px;
    height:15px;
}
.wicket-mfu-container div:after{
    font-family: "Icons-Common-sec";
    content: "\e900";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.wicket-mfu-caption {
    display: none;
}

.product {
    width: 208px;
    border: none;
    margin: 0 8px;
    margin-bottom: 15px;
    float: left;
    background: #fff;
}
.product .b-button {
    display: block;
    margin: 10px auto;
    max-width: 83px;
    text-align: center;
}

.product .b-button-left-arrow:before{
    text-transform: lowercase;
    top: 0;
    left: 12px;
}

.product-image {
    height: 75px;
    text-align: center;
}
.product-image img {
    max-height: 75px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.product-preview {
    width: 100%;
}

.product-title {
    font-family: 'OpelNextExBold';
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.icon-letter:before {
    content: "e";
    font-size: 24px;
}

.ui-tooltip, .arrow:after {
    border: 1px solid #787B80;
}
.ui-tooltip {
    color: #787B80 !important;
    font-size:12px !important;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #787B80;
    word-break: break-word;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); background: white;
}
.arrow.top:after {
    bottom: -20px;
    top: auto; border: 1px solid #787B80;
}

.module-standard-pro-panel ol {
    list-style: revert;
    padding-inline-start: 40px;
}

.module-standard-pro-panel ul {
    list-style: revert;
    padding-inline-start: 40px;
}

.uat-info-dialog {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    background: #ffff98;
    padding: 10px;
    box-sizing: border-box;
}
