.book-page{
    border: 1px #eee solid;
    border-radius: 2px;
    padding: 15px 20px;
}
.book-img{
    border: 2px #eee solid;
    border-radius: 2px;
    padding: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.book-img .bookcover{
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    background-size: 200px 280px;

}
.book-img .bookcover .line-stroke{
    stroke: #000;
    stroke-width: 3px;

}
.book-img .bookcover .line-stroke-light{
    stroke: #000;
    stroke-width: 2px;
}
.media-body p{
    padding: 0 !important;
    margin: 0 !important
}
.book-detail{
    border-left: #eee 1px solid ;
}
.book-left-side{
    text-align:right;
    padding: 0 5px 10px 5px;
    border-bottom:#eee 1px solid
}

.qst{
    border: #eee 1px solid;
    border-radius: 2px;
    /* fill: red; */
    width: 75%;
    padding: 4px;
    background-color: #eee;
    text-align: center;
    float: right;
    /* clear: both; */
    margin: 0 25px;
    margin-bottom: 15px;
}

.shelf{border-left: #eee 1px solid ;padding-bottom: 10px}
.book-des p{
    text-align: justify;
    line-height: 30px;
    margin-top: 15px !important;
    margin: 15px 10px !important;
}
.homebuttons{margin: 0 25px;}
.homebuttons .btn-default{color: #fff;
    background-color: rgba(165, 130, 189, 0.67);
    border-color: rgba(165, 130, 189, 0.67);
    padding: 5px 15px;
    margin-top: 5px;}

.radio label{padding-right: 0 !important;cursor: pointer !important;}
.radio div{padding-right: 0 !important}
.radio input[type=radio]{margin-right: 0 !important;  margin-top: 3px;}
.radio input[type=radio]{right:0;}
input[type=radio]:not(old){
    width     : 6em;
    margin    : 0;
    padding   : 0;
    font-size : 1em;
    opacity   : 0;
    cursor: pointer !important;
}

input[type=checkbox]:not(old) + div,
input[type=radio]:not(old) + div{
    display      : inline-block;
    margin-left  : -2em;
    line-height  : 1.5em;
}

input[type=checkbox]:not(old) + div > span,
input[type=radio]:not(old) + div > span{
    display          : inline-block;
    width            : 0.875em;
    height           : 0.875em;
    margin           : 0.25em 0.5em 0.25em 0.25em;
    border           : 1px solid #000;
    border-radius    : 0.25em;
    background       : #fff;
    /*background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));*/
    vertical-align   : bottom;
    cursor: pointer !important;
}

input[type=checkbox]:not(old):checked + div > span,
input[type=radio]:not(old):checked + div > span{
    /*background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
    background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));*/
}

input[type=radio]:not(old):checked + div > span:before{
    content     : '✓';
    display: block;
    width: 20px;
    color: #000;
    font-size: 1.3em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115,153,77);
    font-weight: bold;
    /* float: right; */
    margin: -7px -8px 0 0;
    cursor: pointer !important;
}


/* 12 - RESPONSIVE DESIGN
-------------------------------------------------*/
@media(min-width:240px) and (max-width:640px){
    .media .book-img{

        padding: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;}
    .row .head { margin:120px 0 75px; }

}
@media(max-width:320px){
    .media .book-img{
        border: 0px !important;
        padding: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;}
    .book-page {border: 0px ;}

    .book-detail{
        border-left:0px !important ;
        border-bottom:1px #eee solid !important ;
    }
    .shelf{border-left: 0px !important ;border-bottom:1px #eee solid !important ; margin-bottom: 5px !important}
    .book-name p strong{font-size: 20px !important; }
}

@media(min-width:320px) and (max-width:640px){
    .media .book-img{
        border: 0px !important;
        padding: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;}
    .book-page {border: 0px ;}

    .book-detail{
        border-left:0px !important ;
        border-bottom:1px #eee solid !important ;
    }
    .shelf{border-left: 0px !important ;border-bottom:1px #eee solid !important ; margin-bottom: 5px !important}
    .book-name p strong{font-size: 20px !important; }
}
@media(min-width:640px) and (max-width:960px){

}
@media(min-width:960px) and (max-width:1170px){
    .media .book-img{

        padding-left: 0px !important;
        padding-right: 0px !important;}
    .shelf .qst{  width: 81% !important;
        padding: 0px !important;
        margin: 0 5px 10px 0  !important;;}
    .qst{  width: 61% !important;}
    .shelf form{margin: 0 !important;  padding-bottom: 40px!important;}   /*  */
}
@media(min-width:1170px) and (max-width:1400px){

}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #F98D24 !important;
    border-color: #F98D24 !important;  }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #F98D24 !important; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #F98D24;
    background-color: #fff; }
.nav-pills > li > a > .badge {
    margin-right: 3px; }

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.panel{
    border-radius: 4px !important;
}

.pdn--at .btn{
    margin-left: -2px !important;
    background-color: #ccc;
    line-height: 1.5 !important;
    border-radius: 0px !important;
    padding: 9px 12px !important;
}

.msg__cell--from {
    padding:15px 0 0 0 !important;}
.msg__meta{
    margin-bottom:20px;
}
.msg__cell--from  h5 ,.msg__meta h5{
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
}
.msg__cell--from  span ,.text-zeta{
    font-size: 10px !important;
}
.msg-content{
    padding-right: 10px;
}