.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e113";
}

a.desc:after {
    content: /*"\e114"*/ "\e114";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.pagination > li > span {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.app-header.navbar-md ~ .app-body {
    padding-top: 4.5rem;
}
.col-th-2 {
    width: 2rem;
}
.col-th-3 {
    width: 3rem;
}
.col-th-4 {
    width: 4rem;
}
.col-th-5 {
    width: 5rem;
}
.col-th-6 {
    width: 6rem;
}
.col-th-7 {
    width: 7rem;
}
.col-th-9 {
    width: 9rem;
}
.col-th-11 {
    width: 11rem;
}
.col-th-12 {
    width: 12rem;
}
.col-th-13 {
    width: 13rem;
}
.col-th-15 {
    width: 15rem;
}
.col-th-17 {
    width: 17rem;
}
.col-th-19 {
    width: 19rem;
}
.col-th-21 {
    width: 21rem;
}
.col-th-25 {
    width: 25rem;
}
.col-th-35 {
    width: 35rem;;
}


.name-5 {
    display: block;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-7 {
    display: block;
    width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-9 {
    display: block;
    width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-11 {
    display: block;
    width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border:none;
}

.name-12 {
    display: block;
    width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-13 {
    display: block;
    width: 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-15 {
    display: block;
    width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-17 {
    display: block;
    width: 17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-19 {
    display: block;
    width: 19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.name-21 {
    display: block;
    width: 21rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-25 {
    display: block;
    width: 25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-7 {
    width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.water-mark {background-image:url(/site/water-mark);}

table tbody .highlight-tr {
    background-color: #e1e1e1;
}
#hdtbl-1 th, #hdtbl-2 th, #hdtbl-3 th, #hdtbl-4 th, #hdtbl-5 th {
    background-color: #fff;
}
.nav-link small {

    font-size: 80%;
}
small {
    font-size: 0.9rem;
}
.navside .nav li.active > a {
    background-color: rgba(255, 255, 255, 0.2);
}

.litter-height {
    height: 1.2rem;
}
.p-x-70 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
}

.btn-icon-sm {
    text-align: center;
    padding: 0 !important;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    overflow: hidden;
}
th {
    text-align: center;
}
.detail-view th {
    text-align: right;
}
.tooltip {
    opacity: 1 !important;
}
.tooltip-inner {
    background-color: #9e9e9e;
    color: #fff;
    /*text-shadow:#000 1px 1px 3px;*/
    font-weight: bolder;
}
.tooltip .tooltip-arrow {
    bottom: 0;
    left: 50%;

    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #9e9e9e !important;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.breadcrumb {
    margin-top: -1rem;
}
.form-control {
    font-size: 0.875rem;
}

.has-error .form-control {
    border-color: #ff0000;
}
.has-error .help-block {
    color: #ff0000;
}

/*库存查询*/
.mihomeStockQuery {
    margin-bottom: -11px;
    margin-top: -15px;
}

.storageStockQuery {
    margin-bottom: -11px;
    margin-top: -15px;
}

.form-tip-top {
    margin: -5px 0 7px 12px;

}

.form-tip {
    margin: 0 0 7px 12px;
}

.form-category-tip {
    margin: 10px 0 7px 12px;
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0 !important;
}
.fix-bar {
    position:fixed;right:0;bottom:0;
}

.file-preview {
    height: 250px !important;
}

.file-drop-zone {
    margin: 0px 0px 0px 0px !important;
    background: transparent;
    background-color: rgba(0,0,0,0.15);
    overflow: hidden;
}

.file-drop-zone-title{
    font-size: 18px !important;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 550px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}


.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 8px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

[v-cloak] {
  display: none;
}
