.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu {
    width: auto
}

.login {
    background-color: #617ba0 !important
}

.login .copyright {
    color: #fff
}

.fileinput-new.thumbnail {
    max-width: 400px;
    position: relative
}

.productImageThumbnail {
    padding: 4%
}

.piBorder {
    position: absolute;
    z-index: 12;
    top: 0;
    width: 100%;
    left: 0px
}

.noFile.fileinput-preview .piBorder {
    display: none
}

.discountTag {
    font-size: 4em;
    color: #fff;
    position: absolute;
    z-index: 3;
    padding-left: 3%;
    background-color: #e60015;
    width: 18%;
    height: 18%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-align: right;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.discountTag.topLeft {
    top: 6%;
    left: 6%
}

.discountTag.topRight {
    top: 6%;
    right: 6%
}

.discountTag.bottomLeft {
    bottom: 6%;
    left: 6%
}

.discountTag.bottomRight {
    bottom: 6%;
    right: 6%
}

.discountTag span {
    font-size: 0.4em;
    padding-left: 2px
}

#product_description_tag_input {
    margin-bottom: 15px
}

.tagCSS {
    -webkit-box-shadow: inset 0px -3px 7px 0px #29bbff;
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #2dabf9), to(#0688fa));
    background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    background-color: #2dabf9;
    border-radius: 5px !important;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 9px 23px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
    margin-right: 15px;
    margin-bottom: 15px
}

.tagCSS:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #0688fa), to(#2dabf9));
    background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    background-color: #0688fa
}

.tagCSS:active {
    position: relative;
    top: 1px
}

.del-btn {
    border-left: 1px solid #fff;
    position: relative;
    margin-left: 15px;
    padding-left: 15px
}

.program-box.program-event.promotion-single .text-right .box-green {
    width: auto;
    min-width: 122px
}

/*# sourceMappingURL=override.css.map */