.loading {
    font-size: 34px;
    text-align: center;
    color: #B4B4B4;
}
.loading>.fa {
    line-height: 100px;
}
.ff-bookcase-setting-loading>.fa {
    line-height: 500px;
}
.ff-bookcase-empty-title {
    color: #aaa;
}
.ff-add-bookcase-title {
    margin-bottom: 10px;
}
.ff-add-bookcase-setting-panel label, .ff-add-bookcase-title label {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.ff-add-bookcase-setting-panel .line-text, .ff-add-bookcase-title label {
    width: 138px;
}
.ff-add-bookcase-title input[type=text] {
    width: 349px;
}
.ff-add-bookcase-setting-panel select {
    /*width: 344px;*/
}
.ff-add-bookcase-setting-panel input[type=text] {
    /*width: 336px;*/
}
.ff-add-bookcase-setting {
    margin-top: 10px;
}
.ff-add-bookcase-setting-panel {
    display: none;
    border: 1px solid #ddd;
    padding: 12px;
    margin-top: 10px;
}
.ff-add-bookcase-setting-panel .check-panel {
    width: 260px;
}
.ff-add-bookcase-setting-panel .check-panel.logo-panel {
    width: 100%;
}
.ff-add-bookcase-setting-panel .check-panel>div:not(.bookcase-logo-content) {
    /*height: 22px;*/
    
    margin: 1px 0;
    display: inline-block;
    cursor: pointer;
}
.ff-add-bookcase-setting-panel .check-panel>div.checked .check-icon, .ff-bookcase-setting-sync-table .check-td>div.checked .check-icon {
    background-position: -48px 0px;
}
.ff-add-bookcase-setting-panel .check-panel>div:not(.checked):hover .check-icon, .ff-bookcase-setting-sync-table .check-td>div:not(.checked):hover .check-icon {
    background-position: -24px 0px;
}
.ff-add-bookcase-setting-panel .check-icon {
    width: 22px;
    height: 22px;
    background: url("/center/images/blue.png") no-repeat;
    background-position: 0px 0px;
    float: left;
    margin-right: 6px;
}
.ff-add-bookcase-setting-panel .check-panel label {
    height: 22px;
    line-height: 22px;
    cursor: pointer;
}
/* Add Books LightBox */

.ff-add-bookcase-panel {} .ff-add-bookcase-left {
    float: left;
    width: 499px;
    position: relative;
    margin-top: 23px;
}
.rightTitle {
    font-size: 15px;
    font-weight: bold;
    color: #888;
    padding-bottom: 2px;
    float: left;
}
.rightBook{
  font-size: 15px;
  font-weight: bold;
  color: #888;
  padding-bottom: 2px;
  float: right;
}
.ff-add-bookcase-left .content, .ff-add-bookcase-right .content {
    border: 1px solid #ddd;
    height: 374px;
    overflow-x: hidden;
}
.ff-add-bookcase-right .content {
    overflow-y: scroll;
}
.ff-add-bookcase-left .secrch-content {
    padding: 8px 13px;
    background-color: #eee;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.ff-add-bookcase-left .folder-content {
    height: 325px;
    /*height: 372px;*/
    
    overflow-x: hidden;
    overflow-y: scroll;
}
.ff-add-bookcase-left .search {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    height: 30px;
}
.ff-add-bookcase-left .search-btn {
    position: absolute;
    font-size: 15px;
    right: 14px;
    top: 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #ccc;
}
.ff-add-bookcase-floders-panel {
    position: relative;
}
.ff-add-bookcase-floders-panel>li {
    position: relative;
}
.ff-add-bookcase-floders-panel>li:nth-child(2n+2)>.floder {
    background-color: #f8f8f8;
}
.ff-add-bookcase-floders-panel>li>.floder:hover {
    background-color: #eee;
}
.ff-add-bookcase-floders-panel>li>.floder {
    height: 100%;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    color: #999;
    border-bottom: 1px solid #eee;
}
.ff-add-bookcase-floders-panel>li>.floder.active {
    background-color: rgb(27, 127, 204);
    color: #ffffff;
}
.ff-add-bookcase-floders-panel .left-icon {} .ff-add-bookcase-floders-panel .right-icon {
    position: absolute;
    right: 16px;
    line-height: 30px;
}
.ff-add-bookcase-floders-panel .title {
    display: inline;
    font-size: 13px;
    margin-left: 9px;
    overflow: hidden;
    text-align: left;
}
.ff-add-bookcase-floders-panel .folder-books {
    display: none;
    border-bottom: 1px solid #eee;
}
.ff-add-bookcase-floders-panel .inner-books {
    padding: 10px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.ff-add-bookcase-floders-panel .each-book {
    width: 82px;
    height: 118px;
    padding: 0px;
    margin: 4px 5px;
    float: left;
    position: relative;
    /* background: #00f; */
    
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
}
.ff-add-bookcase-floders-panel .each-book.disabled {
    cursor: default;
}
.ff-add-bookcase-floders-panel .each-book:not(.disabled) .book-check {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 22px;
    height: 22px;
    background-color: #fff;
    background-image: url("/center/images/blue.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.ff-add-bookcase-floders-panel .each-book:not(.checked):hover .book-check, .ff-add-bookcase-floders-panel .book-check-all:not(.checked):hover>div {
    background-position: -24px 0px;
}
.ff-add-bookcase-floders-panel .each-book.checked .book-check, .ff-add-bookcase-floders-panel .book-check-all.checked>div {
    background-position: -48px 0px;
}
.ff-add-bookcase-floders-panel .img-comtainer {
    position: relative;
    height: 96px;
    border-bottom: 1px solid #ddd;
    width: 80px;
}
.ff-add-bookcase-floders-panel .book-title {
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 13px;
    color: #666;
    font-weight: bold;
}
.ff-add-bookcase-floders-panel .book-check-all {
    text-align: left;
    margin: 4px 0px;
    width: 100px;
    height: 29px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding: 0px 8px 6px 0px;
    font-size: 13px;
    line-height: 22px;
}
.ff-add-bookcase-floders-panel .book-check-all>div {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    background: url("/center/images/blue.png") no-repeat;
    margin-left: 6px;
}
.ff-add-bookcase-floders-panel .book-check-all>label {
    float: left;
    margin-left: 8px;
    cursor: pointer;
}
.ff-add-bookcase-mid {
    width: 42px;
    float: left;
    text-align: center;
    font-size: 45px;
    color: #aaa;
}
.ff-add-bookcase-mid > i {
    line-height: 400px;
}
.ff-add-bookcase-right {
    float: right;
    width: 499px;
    /*background: #ff0;*/
}
.ff-add-bookcase-right .outer-content {
    position: relative;
    text-align: center;
    width: 480px;
    margin: 0px auto;
    /*background: url("/center/images/bookcase480.png")*/
}
.ff-add-bookcase-right .selected-books {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 440px;
}
.ff-add-bookcase-right .selected-books:hover{
  cursor: move;
}
/**/
.bigEachFloder{
  display: none;
}
/**/
.ff-add-bookcase-right .each-Rightbook {
    /*box-shadow: 0px 0px 3px #000;*/
    
    width: 90px;
    height: 100px;
    position: relative;
    margin: 0px 10px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 26px;
    /*margin-bottom: 60px;*/
    margin-bottom: 30px;
}
.ff-add-bookcase-right .each-Rightbook:hover .deleteMask{
  display: block;
} 
.ff-add-bookcase-right .each-Rightbook:hover .deleteIcon{
  cursor: pointer;
} 
.ff-add-bookcase-right .inner-book {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 1px 0px 2px #B1B1B1;
}
.ff-add-bookcase-right .book-title {
    position: absolute;
    left: 0px;
    top: auto;
    /*bottom: -44px;*/
    bottom:-28px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.ff-add-bookcase-right .book-title>div {
    position: relative;
    padding: 0px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}



.bookcase-logo-content {
    position: relative;
    margin-top: 8px;
    overflow: hidden;
}
.bookcase-logo-inner {
    position: relative;
    width: 150px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #f2f2f2;
    margin-right: 20px;
}
.bookcase-logo-inner > img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.bookcase-logo-inner .progress {
    position: absolute;
    width: 94%;
    left: 3%;
    height: 10px;
    bottom: 4px;
    margin: 0px;
}
.bookcase-logo-warning > p {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 6px;
    line-height: 17px;
}
.bookcase-logo-content > div > label.cc-left {
    width: 80px;
    color: rgb(136, 136, 136);
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    cursor: default;
    margin-left: 30px;
}
.bookcase-logo-content .button-pure {
    font-size: 13px;
}
.bookcase-logo-error-text {
    position: relative;
    left: 283px;
    line-height: 18px;
    display: inline-block;
}
.ff-vertical-align {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.ff-vertical-table {
    display: table;
    width: 100%;
    height: 100%;
}
.ff-vertical-middle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ff-switch-btn {
    display: block;
    position: relative;
    line-height: 50px;
    height: 30px;
    width: 80px;
    border-radius: 4px;
    background: linear-gradient( WhiteSmoke, DarkGray);
    box-shadow: 0 0 5px rgba( 0, 0, 0, .4), 1px 1px 8px rgba( 0, 0, 0, .3);
    margin: 0 auto;
}
.ff-switch-btn.checked label {
    background: rgba(144, 238, 144, .8);
}
.ff-switch-btn label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 30px;
    line-height: 32px;
    border-radius: 3px;
    background: darkGray;
    box-shadow: inset 0 3px 8px 1px rgba(0, 0, 0, .4), 0 1px 0 0 rgba(255, 255, 255, .5);
    cursor: pointer;
}
.ff-switch-btn label::before {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    /* text-transform: uppercase; */
    
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .7), 0 1px 0 rgba(255, 255, 255, .8);
    position: absolute;
    content: 'Disabled';
    color: dimgrey;
    left: auto;
    right: 5%;
}
.ff-switch-btn.checked label::before {
    content: 'Enabled';
    color: rgba(46, 139, 87, .8);
    right: auto;
    left: 7%;
}
.ff-switch-btn label span::before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 30px;
    background: linear-gradient( #F7F2F6, #B2AC9E);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), 0 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    left: 0px;
    top: 0px;
}
.ff-switch-btn.checked label span::before {
    right: 0px;
    left: auto;
}
.ff-switch-btn label span::after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 23px;
    left: 4px;
    top: 4px;
    border-radius: 25px;
    background: linear-gradient( #CBC7BC, #D2CBC3);
}
.ff-switch-btn.checked label span::after {
    right: 4px;
    left: auto;
}
.ff-book-disabled {
   position: relative;
    z-index: 1;
    background: rgba(182, 81, 81, 0.88);
    color: white;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    font-size: 13px;
    margin: 0px auto;
    display: inline-block;
    width: 98%;
    left: 0%;
    top: -6px;
}
.ff-bookcase-book-label {
    position: absolute;
    right: -2px;
    top: -2px;
    max-width: 50px;
}
/*.ff-bookcase-book-label.scale-label {
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: top right;
}*/
/*.cc-price-label.ff-bookcase {
    margin-left: -1px;
    bottom: 0px;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: bottom left;
    width: 84px;
    height: 38px;
    background-position: -9px -5px;
    z-index: 4;
}
.cc-price-label.ff-bookcase.no-border {
    margin-left: 0px;
}*/
.deleteMask{
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.3);
  position: relative;
  display: none;
}
.deleteIcon{
  position: absolute;
  top:0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: rgba(247, 241, 241,0.8);
}
.deleteIcon i{
  position: absolute;
  top: 3px;
  right: 4px;
}
.selectTies{
  font-size: 12px;
  margin-top: 10px;
}
.deleteAll{
    text-align: right;
    cursor: pointer;
    padding: 5px;
}
.deleteAll:hover {
    text-decoration: underline;
}