﻿
html, body, #fullheight {
    margin: 0px;
}

.zoom {
    transition: transform .2s; /* Animation */
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 1000;
}

    .zoom:hover {
        width: 150px;
        height: 150px;
    }

 
.库存不足 {
    background: url(/Styles/Notice.png) no-repeat;
    height: 25px;
    width: 30px;
}

body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

header {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
    border-bottom: 1px dotted #e5e5e5;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    border: 0px solid #496077;
    padding: 10px;
    padding-bottom: 0px;
}

.Section {
    height: 35px;
    width: 100%;
    overflow: hidden;
}


.SectionFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.help_icon {
    cursor: pointer;
    margin-top: -2px;
    height: 12px;
    width: 12px;
}



/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 0px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 0px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 0px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
    visibility: collapse;
    padding: 10px;
    margin: 10px;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

div.FieldSection {
    height: 90px;
}


/*----------Information Block-----------*/
.tile {
    margin-bottom: 5px;
    border-radius: 3px;
    transition: all 1s;
}

.tile-heading {
    background-color: #4D4D4D;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
}

.tile-body {
    line-height: 35px;
    height: 35px;
    padding: 10px;
}

.tile-footer {
    background-color: #3da9e3;
    padding: 5px 8px;
}


.item > .dxm-popOut {
    display: none;
}

/* ---------------------- 将MainMenuItem -------------------------*/
.alignText {
    padding-top: 40px !important;
    font-family: 'Microsoft YaHei';
}



.InputSection {
    width: 240px;
    border: 1px solid #c8c7c6;
    background-color: #c8c7c6;
    border-radius: 4px;
    display: table;
    margin: auto;
}

.icon-user {
    background-image: url('icon_user.png');
}


.container {
    margin-right: auto;
    margin-left: auto;
}

div {
    display: block;
}

.row {
    margin-left: -20px;
}

.sidebar {
    border: 0;
    padding: 0;
    text-align: center;
}


.panel {
    width: 320px;
}



#order_query .panel-hd, #pricing_calculator .panel-hd {
    text-indent: 50px;
}

.panel-hd {
    margin: 0;
    padding: 0 10px;
    background: #00A1DD;
    border: 0 solid #1287E8;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    height: 35px;
    line-height: 35px;
    position: relative;
}


.service_list .panel-hd img {
    position: absolute;
    top: -20px;
    left: 5px;
    z-index: 2;
}

.help {
    cursor: pointer;
    margin-top: -5px;
    height: 12px;
    width: 12px;
}

.service_list .control-group {
    margin: 8px;
    color: #08c;
    font-size: 13px;
    min-height: 39px !important;
    text-align: left;
}


.service_list .panel-hd a {
    color: #ffffff !important;
}

.service_list .center a {
    color: #ccc !important;
}

.formlayout_caption {
    white-space: normal;
    word-wrap: break-word;
    width: 80px;
}

.ExpandedPanel {
    visibility: visible !important;
    display: block;
}

/* ---------------------- 状态Style -------------------------*/


.预存款不足 {
    background-color: orangered;
    margin-top: 3px;
    height: 10px;
    width: 10px;
}


.部分接收 {
    background-color: orange;
    margin-top: 3px;
    height: 10px;
    width: 10px;
    margin-right: 20px;
}


.暂停发送 {
    background-color: orangered;
    margin-top: 3px;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}

.已接收 {
    background: url(/Styles/Tick.png) no-repeat;
    height: 30px;
    width: 30px;
}

.待接收 {
    background: url(/Styles/Wait.png) no-repeat;
    height: 30px;
    width: 30px;
}

.接收中 {
    background: url(/Styles/Play.png) no-repeat;
    margin-top: 3px;
    height: 30px;
    width: 30px;
}

.在库 {
    background-color: forestgreen;
    margin-top: 3px;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}

.已出库 {
    background-color: grey;
    margin-top: 3px;
    height: 10px;
    width: 10px;
}


.待发送 {
    background: url(/Styles/Wait.png) no-repeat;
    margin-top: 3px;
    height: 30px;
    width: 20px;
    margin-right: 5px;
}

.发送中 {
    background: url(/Styles/Play.png) no-repeat;
    margin-top: -2px;
    margin-right: 5px;
    height: 30px;
    width: 20px;
}


.待上传标签 {
    background: url(/Styles/Notice.png) no-repeat;
    height: 30px;
    width: 20px;
    margin-top: 3px;
}


.已发送 {
    background: url(/Styles/Tick.png) no-repeat;
    height: 30px;
    width: 20px;
    margin-right: 5px;
}

.已退回 {
    background: url(/Styles/Tick.png) no-repeat;
    height: 30px;
    width: 20px;
}

.已取消 {
    background: url(/Styles/Cross.png) no-repeat;
    height: 30px;
    width: 20px;
}


.help_header {
    color: darkslategrey;
    border-bottom: 2px solid darkslategrey;
    margin-left: 20px;
    padding-left: 30px;
    margin-top: 50px;
}

.help_image {
    margin-left: 50px;
}



.card {
    height: 150px;
    width: 154px;
    margin-bottom: 20px;
    padding: 0px 20px 20px;
    float: left;
    border-radius: 8px;
    box-shadow: 4px 15px 39px 8px rgba(0, 0, 0, .08);
    -webkit-transition: box-shadow 800ms linear;
    transition: box-shadow 800ms linear;
}

.cardH:hover {
    animation-duration: 2s;
    animation-delay: 1s;
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, .08);
    cursor: pointer;
    border: thin solid #008cc9;
    color: blue;
}

.card_image {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.card_title {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: large;
    margin-bottom: 5px;
}
