﻿.clear {
    clear: both;
}

.hide {
    display: none;
}

.div-header {
    color: #555;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #ececec;
    vertical-align: bottom;
    padding: 6px;
    border-radius: 3px 3px 0px 0px;
}

.div-header-main {
    color: #555;
    font-weight: bold;
    border: 1px solid #aaa;
    background-color: #ececec;
    vertical-align: bottom;
    padding: 6px;
    border-radius: 3px 3px 3px 3px;
}

.div-header-title {
    padding: 4px;
    color: #666;
    vertical-align: bottom;
    font: 10px verdana;
    font-weight: bold;
    border-top: 1px;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    background-color: #f2f2f2;
}

div.div-content {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    border-radius: 3px 3px 3px 3px;
}

div.div-block-content {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    border-radius: 3px 3px 3px 3px;
}

div.div-list {
    border: 1px solid #ccc;
    background-color: #fafafa;
    border-radius: 3px 3px 3px 3px;
}

div.div-list-header {
    padding: 4px;
    border-bottom: 1px solid #ccc;
    background-color: #dfdfdf;
}

div.div-content-block, div.div-block {
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
}

div.div-content-sub {
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fdfdfd;
    border-radius: 0px 0px 3px 3px;
}

.div-paragraph {
    margin-top: 10px;
}

div.div-content-warning, .div-warning {
    padding: 10px;
    border: 1px solid orange;
    background-color: #ffffee;
    border-radius: 3px 3px 3px 3px;
}

div.div-known {
    padding: 7px;
    border: 1px solid #aaa;
    background-color: #fbfbef;
    border-radius: 3px 3px 3px 3px;
}

div.div-urgent, .div-important {
    padding: 10px;
    border: 2px solid red;
    background-color: #ffffcc;
    border-radius: 3px 3px 3px 3px;
}

div.div-label, .div-label {
    font-size: 10px;
    color: gray;
}

div.div-label-upper, .div-label-upper {
    font-size: 10px;
    color: gray;
    text-transform: uppercase;
}

.div-add-item {
    padding-left: 20px;
    padding-top: 2px;
    background: url(../../images/icons/add-16x16.png) no-repeat center left;
}

div.div-note {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 34px;
    border: 1px solid #aaa;
    color: #777;
    background: url(../../images/icons/info-24x24.png) no-repeat 5px center;
    background-color: #ffffee;
}

.div-info {
    height: 16px;
    padding-left: 19px;
    background: url(../../images/icons/info-16x16.png) no-repeat;
}

div.div-hl {
    padding: 10px;
    border: 1px solid #aaa;
    background-color: #ffffdd;
    border-radius: 3px 3px 3px 3px;
}

.div-header2 {
    color: #555;
    font: 9px verdana;
    font-weight: bold;
    border-top: 1px solid #999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
    vertical-align: bottom;
    padding: 6px;
}

div.content-1 {
    clear: both;
    margin: 12px auto;
    position: relative;
    padding: 15px 15px 15px 15px;
    width: 1050px;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: inset 0px 1px 1px #bbbaba;
    -moz-box-shadow: inset 0px 1px 1px #bbbaba;
    -webkit-box-shadow: inset 0px 1px 1px #bbbaba;
    background-color: #fbfbfb;
    background-image: linear-gradient(top, #fbfbfb, #f0f0f0 100.0%) -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#666666), color-stop(.6, #333));
}

div.content-backoffice {
    clear: both;
    margin: auto;
    position: relative;
    width: 1080px;
    height: auto;
}

div.content-customer {
    clear: both;
    margin: auto;
    position: relative;
    width: 1080px;
    height: auto;
    border-radius: 3px 3px 3px 3px;
}

div.content-1-sub {
    clear: both;
    margin: 12px auto;
    position: relative;
    padding: 10px 15px 15px 15px;
    height: auto;
    background-color: #fafafa;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: inset 0px 1px 1px #bbbaba;
    -moz-box-shadow: inset 0px 1px 1px #bbbaba;
    -webkit-box-shadow: inset 0px 1px 1px #bbbaba;
    background-color: #fbfbfb;
    background-image: linear-gradient(top, #fbfbfb, #f0f0f0 100.0%) -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#666666), color-stop(.6, #333));
}

div.content-sub {
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.div-content-box {
    padding: 8px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.div-box {
    border: 1px solid #ccc;
}

.div-box-gray {
    border: 1px solid #000;
    padding: 5px;
    background-color: #f0f0f0;
}

.div-pointer-24x24 {
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../../images/icons/Hand_Pointer_24x24.png) no-repeat center left;
}

.div-box-dark-gray {
    border: 1px solid #000;
    padding: 10px;
    background-color: #ccc;
}

.div-container-new-line {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 3px;
    background-color: #f0f0f0;
}

.div-content-edi {
    border: 1px solid #aaa;
    padding: 12px;
    font-family: Courier;
    font-size: 13px;
    background-color: #fff;
}

.div-box-announcement {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffde;
    display: inline-block;
    -webkit-box-shadow: -12px 9px 94px -29px rgba(0,0,0,0.76);
    -moz-box-shadow: -12px 9px 94px -29px rgba(0,0,0,0.76);
    box-shadow: -12px 9px 94px -29px rgba(0,0,0,0.76);
}

.div-announcement-48 {
    color: #666;
    margin: 3px;
    padding-left: 60px;
    background: url(/images/icons/announcement-48x48.png) no-repeat;
}

/* buttons*/
.div-button-add {
    width: 44px;
    height: 18px;
    background: url(../../images/icons/add_button.png) no-repeat center center;
}

/* corners */
.div-corner-l1 {
    width: 20px;
    height: 20px;
    background: url(../../images/corners/l1.gif) no-repeat center center;
}

.div-corner-l1x50 {
    width: 18px;
    background: url(../../images/corners/l1x50.gif) no-repeat;
}

.div-corner-l2 {
    width: 20px;
    height: 20px;
    background: url(../../images/corners/l2.gif) no-repeat;
}

.div-corner-l2x30 {
    width: 20px;
    background: url(../../images/corners/l2x30.gif) no-repeat;
}

.div-corner-i {
    width: 20px;
    height: 20px;
    background: url(../../images/corners/i.gif) no-repeat center center;
}

.div-corner-ix50 {
    width: 20px;
    background: url(../../images/corners/ix50.gif) no-repeat;
}

.div-corner-ix500 {
    width: 20px;
    background: url(../../images/corners/ix500.gif);
}

.div-corner-u {
    width: 20px;
    height: 20px;
    background: url(../../images/corners/u.gif) no-repeat left center;
}

.div-corner-none {
    width: 20px;
    height: 20px;
    background: url(../../images/misc/spacer.gif) no-repeat center center;
}




/*  boxes */
.div-box-error {
    border: 2px solid red;
    padding: 5px;
    background-color: #ffffcc;
}

.div-company-header-menu {
    border-top: 1px solid #ccc;
    background-image: url(../../images/company/bg/bg-header-main.gif);
}

.div-company-header-main {
    float: left;
    padding-top: 10px;
    width: 90px;
    height: 25px;
    color: #888;
    font-weight: bold;
    text-align: center;
    background-image: url(../../images/company/bg/bg-header-main.gif);
    text-transform: uppercase;
}

.div-company-header-main-active {
    float: left;
    padding-top: 10px;
    width: 90px;
    height: 25px;
    color: #888;
    font-weight: bold;
    text-align: center;
    background-image: url(../../images/company/bg/bg-header-main-active.gif);
    text-transform: uppercase;
}

.div-company-header-bar {
    float: left;
    width: 5px;
    height: 35px;
    background-image: url(../../images/company/bg/bg-header-main-bar.gif);
}

.div-company-header-sub {
    font-family: Arial;
    padding-top: 7px;
    padding-left: 6px;
    height: 21px;
    color: #888;
    font-weight: bold;
    background-image: url(../../images/company/bg/bg-header.jpg);
    text-transform: uppercase;
}

.div-company-content {
    color: #333;
    font-family: verdana;
    font-size: 12px;
    text-align: justify;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
}

.div-company-main-menu-left {
    border-bottom: 1px solid #ddd;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 9px;
    padding-right: 1px;
    color: #888;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../../images/icons/gray_arrow.gif) no-repeat;
    background-position: 4px 7px;
}

.div-company-main-menu {
    background-image: url(../../images/company/bg/bg-menu-left.gif);
    background-repeat: repeat-y;
}

.div-error {
    background-color: Orange;
}

.div-clear {
    background-color: transparent;
}

.div-trans-error {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/error.png) no-repeat center center;
}

.div-system-error {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/system_error.gif) no-repeat center center;
}

.div-trans-success {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/success.png) no-repeat center center;
}

.div-box-view {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/view.gif) no-repeat;
    cursor: pointer;
}

.div-box-negative {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/minus-gray.gif) no-repeat center center;
}

.div-box-checked {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/check_10.gif) no-repeat;
}

.div-box-log {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/log.gif) no-repeat center center;
}

.div-box-log2 {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/log.jpg) no-repeat center center;
}

.div-box-list {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/list_icon.gif) no-repeat;
    cursor: pointer;
}

.div-box-list2 {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/list-img.gif) no-repeat center center;
    cursor: pointer;
}

.div-box-list3 {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../../images/icons/list-txt.gif) no-repeat center center;
}

.div-box-edit {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/edit_icon.gif) no-repeat center center;
    cursor: pointer;
}

.div-edit-16x16 {
    height: 15px;
    padding-left: 20px;
    background: url(../../images/icons/edit_icon.gif) no-repeat;
    cursor: pointer;
}

.div-box-text {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/text.gif) no-repeat;
}

.div-box-pallet {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/pallet.gif) no-repeat;
}

.div-box-edi {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/edi.png) no-repeat;
}

.div-box-edi2 {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/edi2.png) no-repeat;
}

.div-box-code2 {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/code2.png) no-repeat;
}

.div-box-print {
    width: 20px;
    height: 20px;
    background: url(../../images/icons/icon_print.gif) no-repeat;
}

.div-box-link1 {
    padding-left: 12px;
    background: url(../../images/icons/arrow-10x10.gif) no-repeat;
}

.div-box-link2 {
    padding-left: 14px;
    background: url(../../images/icons/double_arror.gif) no-repeat;
}

.div-box-arrow-down {
    width: 7px;
    height: 15px;
    background: url(../../images/icons/arrow_down_s.gif) no-repeat center center;
}

.div-box-arrow-up {
    width: 7px;
    height: 15px;
    background: url(../../images/icons/arrow_up_s.gif) no-repeat center center;
}

.div-box-collapse {
    width: 10px;
    height: 15px;
    background: url(../../images/icons/collapse.gif) no-repeat center center;
}

.div-box-expand {
    width: 10px;
    height: 15px;
    background: url(../../images/icons/expand.gif) no-repeat center center;
}

.div-box-trash {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/icon_trash.gif) no-repeat center center;
}

.div-box-color-pick {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/pick-color.gif) no-repeat;
}

.div-box-download- {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/download.png) no-repeat center center;
}

.div-box-download-edi {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/icon_download_1.gif) no-repeat center center;
}

.div-box-send-edi {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/send.png) no-repeat center center;
}

.div-box-play {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/play.png) no-repeat center center;
}

.div-box-add-new {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/icon_new.gif) no-repeat center center;
}

.div-box-lock {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/lock2.gif) no-repeat center center;
}

.div-box-add {
    width: 15px;
    height: 15px;
    background: url(../../images/icons/icon_add.gif) no-repeat center center;
}

.div-box-select {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../../images/icons/select.gif) no-repeat center center;
}

.div-box-browse {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../../images/icons/browse.png) no-repeat center center;
}

.div-box-shop {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../../images/icons/ins-shop.gif) no-repeat center center;
}

.div-box-purchase {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../../images/icons/purchase.gif) no-repeat center center;
}

.div-link-url {
    height: 16px;
    padding-left: 18px;
    background: url(../../images/icons/icon_url.gif) no-repeat;
}

.div-auto-save {
    height: 16px;
    padding-left: 18px;
    background: url(../../images/icons/auto-save-16x16.png) no-repeat;
    font-style: italic;
    color: #777;
}



/************************************
status
************************************/
.div-status-pending {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/gray1.gif) center center;
}

.div-status-confirm {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/green1.gif) center center;
}

.div-status-onsea {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/sea.gif) center center;
}

.div-status-pack {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/purple.gif) center center;
}

.div-status-ship {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/blue1.gif) center center;
}

.div-status-cancel {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/red1.gif) center center;
}

.div-status-cancel-sx {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/red3.gif) center center;
}

.div-status-accept {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/light-green.gif) center center;
}

.div-status-close {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/black.gif) center center;
}

.div-status-progess {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/light-blue.gif) center center;
}

.div-status-hold {
    margin: auto;
    border: 1px solid #aaa;
    width: 12px;
    height: 12px;
    background: url(../../images/bg/colors/orange.gif) center center;
}

.div-box-active {
    height: 16px;
    padding-left: 18px;
    background: url(../../images/icons/active.png) no-repeat left center;
}

.div-box-inactive {
    height: 16px;
    padding-left: 18px;
    background: url(../../images/icons/inactive.png) no-repeat left center;
}

/*
misc
*/
.screen-cover {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
}

.progress-ind {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 301;
}

    .progress-ind > img {
        position: relative;
        left: -32px;
        top: -32px;
        width: 64px;
        height: 64px;
    }
