﻿/** Template **/
pre {
    font-size: 12px;
}

textarea {
    resize: none;
}

table {
    font-size: 12px;
    margin-bottom: 0;
}

    table ul {
        margin: 0 0 0 -20px;
    }

.btn-link {
    padding: 0 4px;
}

.pagination {
    margin: 0;
}

    .pagination li .pageno {
        display: none;
        padding: 1px;
    }

        .pagination li .pageno input {
            width: 45px;
            padding: 2px 3px;
        }

#content {
    min-height: 500px;
    margin: 0 auto;
    padding: 50px 0 100px;
}

    #content .page-header {
        margin: 20px 0;
        padding-left: 35px;
    }

    #content .offset-top {
        padding-top: 40px;
    }

#header .navbar-brand {
    padding-top: 10px;
    padding-bottom: 0;
}

#header .navbar {
    z-index: 999;
    background-color: #FFF;
}

#header .navbar-default {
    border-bottom: 0;
}

#header .balance {
    min-width: 90px;
    text-align: center;
}

body .form-errors {
    color: red;
    margin-bottom: 10px;
    font-size: 12px;
}

    body .form-errors p {
        margin: 0;
    }

#footer {
    color: #666;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    position: fixed;
    bottom: 0;
}

    #footer .links {
        list-style-type: none;
        float: right;
        padding: 0;
        overflow: auto;
    }

        #footer .links li {
            float: left;
            margin: 0 0 0 10px;
        }

#notice {
    position: absolute;
    z-index: 2000;
    width: 500px;
    margin-left: -250px;
    top: 10px;
    left: 50%;
}

#jModal .utility {
    display: none;
}

#god-mode {
    position: fixed;
    top: 75px;
    font-size: 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2000;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

.ic-remove, .ic-add, .ic-edit {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    margin: 5px 5px 0 0;
}

.ic-remove {
    background: url('../images/icons-half.png') -312px 0px no-repeat;
}

.ic-add {
    background: url('../images/icons-half.png') -408px -96px no-repeat;
}

.ic-edit {
    background: url('../images/icons-half.png') 0px -70px no-repeat;
    margin: 0;
}

label {
    cursor: auto;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.dimensions div.input-dim {
    max-width: 95px;
    float: left;
    margin-right: 4px;
}

.dimensions div.text {
    float: left;
    margin: 4px 4px 0 0;
}

.search {
    margin-bottom: 20px;
}

input.file-upload {
    display: none;
}

.checkbox {
    padding: 0;
}

.left-pad {
    padding: 0 0 0 35px;
}

#content .table-neat h3 {
    margin-top: 0;
}

#content .table-neat td {
    background: none;
    border-top: none;
    border-bottom: 1px solid #EEE;
    font-size: 14px;
}

#content .table-neat tr:last-child td {
    border-bottom: none;
}
/** //End Template **/

.editable-content .form-group .cf {
    display: none;
}

.editable-content .form-group .ci {
    line-height: 35px;
}

.editable-content .edit-cancel {
    display: none;
}

#services input {
    display: none;
}

#services h4 {
    padding: 0 0 5px;
    margin: 0;
}

#services h5 {
    margin: 0;
}

#services .checkbox {
    padding: 5px;
    margin: 0 15px 5px;
    border-radius: 5px;
}

#services .selected {
    background-color: #E9E9E9;
}

#wallet .checkbox {
    padding: 10px 0;
}

#dashboard {
    padding-top: 25px;
    overflow: hidden;
}

    #dashboard .btn-estimate {
        margin: 10px 0 5px;
    }

#ship .dimensions div.input-dim {
    float: right;
}

#ship .dimensions div.text {
    float: right;
}

#ship .alert {
    line-height: 16px;
    padding: 10px;
}

#ship-view .img-thumbnail {
    margin-top: 10px;
}

#history {
    min-height: 500px;
}

    #history input.created {
        margin: 10px 0 0;
        width: 164px;
        padding: 3px;
    }

    #history .filters {
        padding-top: 3px;
    }

        #history .filters .label {
            cursor: pointer;
        }

#sh-menu {
    border: 1px solid #E0E0E0;
    width: 176px;
    padding: 5px;
    border-radius: 5px;
    background-color: #FFF;
}

    #sh-menu button {
        width: 164px;
    }

    #sh-menu .dropdown-menu {
        font-size: 12px;
    }

    #sh-menu .list-group {
        font-size: 12px;
        margin: 10px 0 0;
    }

    #sh-menu .list-group-item {
        padding: 5px;
    }

    #sh-menu .badge {
        font-weight: normal;
        background-color: #FFF;
        color: #555;
    }

#content table .dropdown-menu {
    font-size: 12px;
}

#lang input, textarea {
    margin: 0;
    font-size: 12px;
    padding: 2px;
}

#lang .key {
    max-width: 80%;
    float: left;
}

#lang .hide {
    display: none;
}

#lang .hl {
    border: 1px solid red;
}

#save-lang {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}

#cas {
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -75px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    z-index: 5;
    display: none;
}

#please-wait {
    padding: 20px 20px 10px;
    color: #FFF;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    z-index: 1051;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.6);
    display: none;
}

#import {
    padding-top: 75px;
}

    #import h4, #import h5 {
        margin: 0 0 10px;
    }

    #import .highlight {
        border: 1px solid red;
    }

    #import .row {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #DDD;
    }

        #import .row .order {
            margin-top: 30px;
        }

    #import label {
        font-size: 12px;
    }

    #import .row .order-id {
        margin-bottom: 5px;
    }

    #import .row .skus {
        font-size: 12px;
        font-height: 14px;
    }

    #import .row .copy-skus {
        margin-top: 5px;
    }

    #import .row .address {
        font-size: 14px;
        line-height: 16px;
    }

#impop {
    width: 100%;
    background-color: #FFF;
    z-index: 20;
    padding: 20px 0 5px;
    position: fixed;
    top: 50px;
}

    #impop .select-all {
        margin: 10px 0 0;
    }

#load-orders {
    margin: 0 auto;
}

#alerts .opt {
    display: none;
}

#chart {
    margin-bottom: 20px;
}

#admin-report select {
    width: 150px;
}

#admin-api .request {
    max-width: 400px;
    max-height: 150px;
    min-height: 60px;
    overflow: scroll;
}

#affix {
    background-color: #F7F5FA;
    border-radius: 5px;
    width: 270px;
    padding: 5px 0;
}

    #affix ul li a {
        color: #716B7A;
        padding: 5px 10px;
        text-shadow: 0 1px 0 #FFF;
    }

        #affix ul li a:hover {
            background-color: #EEE;
        }

    #affix ul li ul li a {
        font-size: 12px;
        padding-left: 20px;
    }

.affix, .affix-bottom {
    position: fixed;
    top: 75px;
}

#api-doc {
    padding-bottom: 150px;
}

/** Responsive CSS **/
@media (max-width: 992px) {
    #content {
        min-height: 0;
    }

    #footer div {
        text-align: center;
    }

    #affix, #sh-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    #content .page-header {
        padding: 0 15px;
    }
}
/** //End Responsive CSS **/


.head-title {
    background: url("http://img02.taobaocdn.com/tps/i2/T11LqlXapEXXXXXXXX-66-30.png") repeat scroll 100% 0 transparent;
    display: block;
    font-family: 微软雅黑;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
    padding-left: 8px;
}

.API-tools .tools-wrap .tool-test {
    background: url("http://img01.taobaocdn.com/tps/i1/T1hL9lXctlXXXXXXXX-231-36.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.API-tools .tools-wrap a {
    float: left;
    height: 36px;
    width: 260px;
}

a {
    text-decoration: none;
}
