.detail-same-series .same-content,
.theme-same-series .same-content {
    overflow: hidden;
}

.detail-same-series .same-box,
.theme-same-series .same-box {
    margin: 10px 20px 0 0;
    float: left;
    border-right: 1px solid #82C0AF;
    background: #f5f5f5;
    border-bottom: 1px solid #82C0AF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
}

.theme-same-series .same-content {
    overflow: auto;
    margin-left: -20px;
}

.theme-same-series .same-box {
    background: #fff;
    box-shadow: none;
    padding: 10px;
    margin: 20px 0 0 20px;
    border-color: #ddd;
}

.theme-same-series .same-box:hover {
    background: #f5f5f5;
}

.detail-same-series .same-box a,
.theme-same-series .same-box a {
    width: 170px;
    height: 170px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.theme-same-series .same-box a {
    width: 167px;
    height: 167px;
}

.certificate-same-series .same-box a {
    width: 129px;
    height: 129px;
}

.detail-same-series .same-box a img,
.theme-same-series .same-box a img {
    max-width: 170px;
    max-height: 170px;
}

.theme-same-series .same-box a img {
    max-width: 167px;
    max-height: 167px;
}

.certificate-same-series .same-box a img {
    max-width: 129px;
    max-height: 129px;
}

.detail-same-series .same-box.same-more,
.theme-same-series .same-box.same-more {
    margin: 10px 0 0 0;
    background: #fff;
    border: none;
    box-shadow: none;
}

.detail-same-series .same-box.same-more a,
.theme-same-series .same-box.same-more a {
    line-height: 170px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    font-size: 4em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
}

.detail-same-series,
.theme-same-series {
    margin-top: 2em;
}

.detail-same-series .same-title,
.theme-same-series .same-title,
.detail-keyword .keyword-title {
    /*padding-left: 5px;*/
    font-weight: bold;
    text-align: center;
}

.detail-same-series .same-box,
.theme-same-series .same-box {
    width: 170px !important;
    margin: 0 !important;
    margin: 10px !important;
    box-shadow: 1px 4px 4px rgba(0, 0, 0, .15) !important;
    position: relative;
}

.detail-same-series .same-box a,
.theme-same-series .same-box a {
    width: 999px !important;
    height: 10em !important;
}

.detail-same-series .same-box a img,
.theme-same-series .same-box a img {
    max-height: 10em !important;
    max-width: 100% !important;
}

.detail-keyword .keyword-content .badge {
    width: 30%;
    margin: 1% 1.666666%;
}

.cover-div {
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    padding: 5px;
    border-radius: 0 0 0 5px;
    background: yellow;
}

.express-list {}

.express-list li {
    padding-left: 20px;
    position: relative;
    border-left: 2px solid #ddd;
    padding-top: 10px;
}

.express-list li.first {
    border: 2px solid #fff;
}

.express-list li .node-icon {
    position: absolute;
    left: -6px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    display: block;
    background: #eee;
    border: 2px solid #fff;
}

.express-list li.first .node-icon {
    background: #7fc6b2;
}

.theme-explorer .explorer-frame .kv-file-content {
    position: relative;
}

.product-li {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

.product-row input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.inventory-qty {
    margin-left: 5px;
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}

.input-group .krajee-datepicker {
    z-index: 1;
}

.table-hover>tbody>tr:hover {
    background-color: #d9ebff;
}

.dropdown-menu {
    font-size: 12px;
    z-index: 100;
}

.datatables-toolbar .dataTables_filter {
    float: left;
    margin: 0 10px;
}

.datatables-toolbar .dt-buttons,
.datatables-toolbar .dataTables_length {
    float: right;
    margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 9999;
}

ul.dt-button-collection.dropdown-menu {
    border: 1px solid #a0a0a0;
    padding: 0;
    text-align: center;
    max-width: 300px;
}

ul.dt-button-collection.dropdown-menu>* {
    width: 50%;
    float: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.dataTable-paginate-block {
    margin: 10px;
}

.dataTable-paginate-block .dataTables_length {
    margin-top: 4px;
    margin-right: 5px;
    float: left;
}

.dataTable-paginate-block .dataTables_info {
    float: left;
}

.dataTable-paginate-block .dataTables_paginate {
    float: right;
}

.text-ellipsis {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-search .help-block {
    display: none !important;
}