.bookcase-empty-title {
    color: #aaa;
}
.add-case-panel {
    position: relative;
    text-align: left;
    padding: 0 25px;
}
.add-case-panel .form-control {
    height: 30px;
}
.add-case-shelf {
    position: absolute;
    height: 100%;
    z-index: 2;
}
.add-case-shelf.shelf-left {
    width: 28px;
    left: 0;
    background: url(/center/images/shelf1.png);
}
.add-case-shelf.shelf-mid {
    left: 28px;
    right: 28px;
    background: url(/center/images/shelf2.png);
}
.add-case-shelf.shelf-right {
    width: 28px;
    left: auto;
    right: 0;
    background: url(/center/images/shelf3.png);
}
.add-case-title {
    padding-bottom: 10px;
}
.add-case-title > label {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    float: left;
    padding-right: 17px;
    line-height: 30px;
}
.add-case-title >  input {
    max-width: 300px;
}
.add-case-content {
    position: relative;
    overflow: hidden;
}
.add-case-header {
    font-size: 14px;
    /* font-weight: 700; */
    color: #888;
    padding-bottom: 2px;
}
.add-case-loading {
    text-align: center;
    font-size: 32px;
    color: #c7c7c7;
    padding-top: 26px;
}
.add-case-loading > .fa {
    
}
.add-case-left {
    float: left;
    width: 44%;
    position: relative;
}
.add-left-content,
.add-right-content {
    position: relative;
    border: 1px solid #ddd;
    overflow-x: hidden;
}
.add-search-content {
    padding: 8px 13px;
    background-color: #eee;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.add-search-input {
    font-size: 13px;
    padding-right: 30px;
}
.add-search-btn {
    position: absolute;
    font-size: 15px;
    right: 14px;
    top: 9px;
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    color: #ccc;
}
.add-search-btn:hover {
    background-color: #f6f6f6;
}
.add-search-btn.icon {
    width: 30px;
}
.add-search-btn.fa-times-circle {
    display: none;
}
.add-folder-panel,
.add-right-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}
.add-folder-panel {
    height: 323px;
}
.add-folder-list {
    position: relative;
}
.add-folder-list > li {
    position: relative;
}
.add-folder-header {
    padding: 0 17px;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    height: 31px;
    cursor: pointer;
    color: #999;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.add-folder-list > li:nth-child(2n) > .add-folder-header {
    background-color: #f8f8f8;
}
.add-folder-list > li > .add-folder-header:not(.active):hover {
    background-color: #eee;
}
.add-folder-list > li > .add-folder-header.active {
    background-color: #1b7fcc;
    color: #fff;
}
.add-folder-header > .folder-left {

}
.add-folder-header > .folder-title {
    display: inline;
    font-size: 13px;
    margin-left: 8px;
    overflow: hidden;
    text-align: left;
}
.add-folder-header > .folder-num {
    display: inline;
    font-size: 13px;
    margin-left: 6px;
    overflow: hidden;
    text-align: left;
}
.add-folder-header > .folder-right {
    position: absolute;
    right: 16px;
    line-height: 30px;
}
.add-folder-content {
    display: none;
    border-bottom: 1px solid #eee;
    padding: 4px;
}
.add-folder-content.search-content {
    display: block;
    border: none;
}
.add-folder-checkBar {
    line-height: 0;
    margin: 4px;
}
.add-folder-check {
    border-bottom: 1px solid #ddd;
    padding: 0px 10px 5px 0px;
    display: inline-block;
}
.add-folder-check > .check-icon {
    float: left;
}
.add-folder-check > .check-text {
    float: left;
    margin-left: 5px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
    font-size: 13px;
}
.add-folder-books {
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 14px;
    color: #333;
    font-size: 12px;
    width: 100%;
}
.add-folder-book,
.add-folder-book-out,
.add-folder-book-img {
    width: 120px;
}
.add-folder-book-out,
.add-folder-book-img {
    height: 92px;
}
.add-folder-book {
    padding: 0;
    margin: 4px 6px;
    float: left;
    position: relative;
    text-align: left;
}
.add-folder-book-out {
    position: relative;
}
.add-folder-book-img {
    position: absolute;
    background-color: #f4f4f4;
    box-shadow: 0 1px 3px #B1B1B1;
    cursor: pointer;
}
.add-folder-book-img > img {

}
.add-folder-book-img > .check-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.add-folder-book p {
    height: 20px;
    line-height: 21px;
    padding: 0 4px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 12px;
    color: #666;
    text-align: center;
}
.add-folder-none {
    padding: 13px 0;
    font-size: 13px;
    color: #888;
}

.add-case-mid {
    position: absolute;
    left: 44%;
    width: 4%;
    text-align: center;
    top: 50%;
    font-size: 45px;
    color: #aaa;
}
.add-case-right {
    float: right;
    width: 52%;
    position: relative;
}
.add-right-content {
    height: 370px;
    padding: 0 0px;
}
.add-right-inner {
    position: relative;
}
.add-right-list {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.add-right-book,
.add-right-book-img {
    width: 120px;
    height: 92px;
}
.add-right-book {
    position: relative;
    margin: 19px 13px 50px;
    display: inline-block;
    text-align: center;
    float: left;
    line-height: 20px;
    z-index: 6;
}
.add-right-book-img {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    box-shadow: 1px 0 2px #B1B1B1;
    background-color: #f4f4f4;
}
.add-right-book-title {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -44px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: 700;
}
.add-right-book-title > p {
    position: relative;
    padding: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}


.add-setting-panel {
    border: 1px solid #ddd;
    padding: 12px;
    margin-top: 10px;
    display: none;
}

.bookcase-setting-panel {
    
}
.bookcase-setting-panel.new-case {
    max-width: 538px;
}
.bookcase-setting-panel .line-text {
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: 106px;
    line-height: 30px;
}
.bookcase-setting-panel .fs-form-group > .form-control {
    max-width: 390px;
    float: left;
    height: 30px
}
.bookcase-setting-panel .check-panel:not(.logo-panel) {
    width: 50%;
}
.bookcase-setting-panel .check-panel.logo-panel {
    width: 100%;
}
.bookcase-setting-panel .fs-checkbox {
    overflow: hidden;
}
.bookcase-setting-panel .check-icon {
    float: left;
}
.bookcase-setting-panel .check-text {
    margin: 0;
    float: left;
    line-height: 22px;
    padding-left: 7px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.bookcase-setting-skin-group {
    position: relative;
    overflow: hidden;
}
.bookcase-setting-skin-item {
    overflow: hidden;
    padding: 4px 0;
    float: left;
    margin-right: 15px;
}
.bookcase-setting-skin-item .skin-ckeck-icon {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 2px;
}
.bookcase-setting-skin-item .radio-icon {
    width: 100%;
    height: 100%;
    background: url("/center/images/blue.png");
    background-position: -120px 0;
    cursor: pointer;
    display: none;
}
.bookcase-setting-skin-item .setting-skin-radio {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 2px 0 0 0;
    cursor: pointer;
    /*opacity: 0; */
    top: 0;
}
.bookcase-setting-skin-item .setting-skin-radio:not(:checked):hover ~ .radio-icon {
    background-position: -144px 0px;
}
.bookcase-setting-skin-item .setting-skin-radio:checked ~ .radio-icon  {
    background-position: -168px 0px;
}
.bookcase-setting-skin-item label {
    float: left;
    display: block;
    width: 32px;
    height: 22px;
    margin: 0;
    cursor: pointer;
}

.bookcase-logo-content {
    position: relative;
    margin-top: 8px;
    overflow: hidden;
    padding-left: 30px;
}
.bookcase-logo-content label.fs-left {
    width: 70px;
    color: rgb(136, 136, 136);
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    cursor: default;
    margin: 0;
}
.bookcase-logo-inner {
    position: relative;
    width: 152px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #514D4D;
    margin-right: 8px;
}
.bookcase-logo-warning > p {
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 6px;
    line-height: 17px;
}
.bookcase-logo-upload {
    font-size: 13px;
}
.bookcase-setting-sync {
    width: 100%;
    max-width: 390px;
    display: inline-block;
    color: #000;
    line-height: 26px;
}
.bookcase-setting-sync .button-pure {
    padding: 0px 14px;
}
.bookcase-setting-sync-edit {
    padding: 6px 8px;
    background-color: #f6f6f6;
}
.bookcase-setting-sync-btns {
    overflow: hidden;
}
.bookcase-setting-sync-btns > .button-pure {
    font-size: 13px;
    float: right;
    margin-left: 5px;
}
.bookcase-setting-sync-table {
    border: 1px solid #ddd;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    border-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    border-bottom: none;
}
.bookcase-setting-sync-table thead {
    background: #AFAFAF;
    color: white;
    box-shadow: inset 0px 0px 1px 0px #D8D8D8;
}
.bookcase-setting-sync-table td,
.bookcase-setting-sync-table th {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    text-align: center;
}
.bookcase-setting-sync-table th {
    padding: 4px 0px;
}
.bookcase-setting-sync-table th>i {
    position: relative;
    left: 3px;
    top: 2px;
    color: #fff;
}
.bookcase-setting-sync-table td {
    color: #222;
    line-height: 26px;
}
.bookcase-setting-sync-table .check-td > div {
    height: 22px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.bookcase-setting-sync-table .form-control {
    padding: 0;
    height: 26px;
    width: 56px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.bookcase-setting-help {

}
.bookcase-setting-folder {
    margin-right: 10px;
    line-height: 30px;
}
.add-book-disabled {
    position: relative;
    z-index: 1;
    background: rgba(182,81,81,.88);
    color: #fff;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 13px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}