﻿@charset "utf-8";

.book-media {
    position: relative;
    padding-bottom: 40px;
}
.book-thumb {
    padding-right: 32px;
    flex: 0 0 auto;
}
.book-title{margin-top: 30px;height: 68px}

.book-matter {
    height: 90px;
    font-size: 16px;
    font-weight: 400;
    color: var(--description_color);
    line-height: 30px;
    letter-spacing: .4px;
    margin-top: 10px
}
.book-matter a {
    color: var(--primary_color)
}
.book-download {
    margin-top: 39px;
}
.book-download ul {display: flex;gap: 15px;}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 40px 40px 0 0;
    width: calc(100% - 40px);
    opacity: 1;
    position: absolute;
    bottom: 0;
}
.form-control::-webkit-search-cancel-button{-webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(/images/cross.svg) no-repeat 50% 50%;
    background-size: contain;
}
.book-download li img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f5f5f6;
    width: 30%;
    z-index: 5;
    position: relative
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    cursor: pointer;
    min-height: 0
}

.ui-menu-item a {
    color: #333
}

.ui-menu-item a:hover {
    color: #e9573e
}

.ui-menu-item {
    padding: 4px 2em;
    font-size: 14px
}

.ui-autocomplete-category {
    padding-left: 1em;
    color: #333;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px
}

.ui-autocomplete-category:hover {
    color: #e9573e
}

.ui-autocomplete::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

.ui-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    border-radius: 10px
}

.ui-helper-hidden-accessible {
    display: none
}

.modal-left {
    float: left;
    padding-right: 40px
}

.m-book-content {
    float: left;
    width: 63%;
    margin-top: -10px
}

.m-book-matter {
    font-size: 16px !important;
    font-weight: 400;
    color: var(--description_color);
    line-height: 30px !important;
    text-align: justify;
    letter-spacing: .3px;
    margin-top: 20px
}

.m-book-content hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 40px 0;
    position:relative;
}

.m-book-content .qucik-read {
    color: #e9573e;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px
}

.qucik-read ul{margin-top: 10px;
    margin-left: 12px;}
.qucik-read ul li {
    font-size: 14px;
    list-style: none;
	position: relative;
    line-height: 20px;
    margin-bottom: 10px;
}

.qucik-read ul li:before {
    color: #e9573e;
    content: "\2022";
    font-size: 1.5em;
    position: absolute;
    margin-top: 0px;
    text-indent: 5px;
    margin-left: -18px;
}

.qucik-read ul li a {
    color: var(--description_color)
}

.qucik-read ul li a:hover {
    color: var(--primary_color)
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 300;
    line-height: 20px;
    color: var(--description_color)!important
}

.close:hover {
    color: var(--primary_color)!important;
    cursor: pointer
}

.modal-header .close a {
    color: var(--description_color)!important
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 900px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box
}

.modal-header {
    padding: 9px 15px
}

.modal-header .close {
    margin-top: 2px
}

.modal-body {
    max-height: 400px;
    padding: 30px
}

.modal-backdrop .book-download ul{justify-content: center;}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f6;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    line-height: 0;
    content: ""
}

.modal-footer:after {
    clear: both
}

.hide {
    display: none
}

.modal-backdrop {
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, .8)
}

.modal-backdrop.fade.in,
.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.modal-wrapper {
    position: relative;
    top: 50px;
    left: 50%;
    z-index: 1050;
    width: 900px;
    margin-left: -450px;
    margin-bottom: 100px;
    overflow: visible
}

.modal-wrapper .modal {position: static;margin: 0;z-index: 1060}
.modal-wrapper .modal .modal-body {overflow-y: visible;max-height: none;z-index: 1060}

/*------------------responsive--------------------------*/


@media (min-width:1200px) and (max-width:1399px) {
    .book-content {width: 55%;}
    hr {margin: 40px 0 0}
    .book-thumb { padding-right: 20px}
}

@media (max-width:960px) {
    .modal-wrapper {
        position: relative;
        top: 50px;
        left: 6%;
        z-index: 1050;
        width: 88%;
        margin-left: 0;
        margin-bottom: 80px;
        overflow: visible
    }
    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0
    }
    .modal-left,
    .modal-left .book-download {
        margin: 0 auto
    }
    
    .modal-left {
        float: none;
        width: 100%;
        padding-right: 0
    }
    .m-book-content {
        width: 100%;
        margin-top: 20px
    }
	
	.m-book-thumb {margin-bottom: 20px;margin-top: 0;}
    .modal-backdrop .book-download ul {justify-content: flex-start;}
	
}

@media (max-width:575px) {
    .book-download {
        margin-top: 0;
    }
    .book-title{height: auto;}
}

@media (max-width:480px) {
    .modal-wrapper {
        position: relative;
        top: 50px;
        left: 5%;
        z-index: 1050;
        width: 88%;
        margin-left: 0;
        margin-bottom: 80px;
        overflow: visible
    }
    .modal {
        top: 10px;
        right: 10px;
        left: 10px
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
}

@media screen and (max-width:353px) {
    .modal-body {
        padding: 30px 18px
    }
}


@media (min-width:320px) and (max-width:576px) {
    .book-content,
    .book-thumb {
        width: 100%;
        padding: 0
    }
    .book-thumb {
        float: none;
        /*text-align: center*/
        flex: 0 1 auto;
    }
    hr {
        margin: 40px 0 0
    }
    .book-title {
        height: auto
    }
    .book-matter {
        margin-top: 15px
    }
}


