/*- Start: css for book titles search box */
.titles-search-wrapper-btn {
    border: medium none !important;
    float: right;
    outline: 0 none;
    width: 36px;
}

.titles-search-wrapper-input {
    display:block;
    height: 38px;
    width: 100%;
    position:relative;
}

.titles-search-wrapper-input input {
    border: 1px solid #d8d8d8;
    color: #a4a4a4;
    font-size: 16px;
    line-height: 26px;
    margin-left: 2px;
    text-indent: 5px;
    width: 72%;
    height: 32px;
}
.titles-search-wrapper-input input:focus {
    border:none !important;
    outline:none !important;
}

input.titles_sb_search {
    background-color: #daa520;
    background-image: url("/bundles/document/images/newsearch.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    height: 32px;
    outline: medium none;
    width: 30px;
    position:absolute;
    top:3px;
    right:43px;
}

.select-height{
    height:32px !important;
}

.top-search-bar{
    height: 115px;
    background: none repeat scroll 0% 0% #eee;
    padding-top: 10px;
}
.top-search-label{
    line-height: 40px;
    font-weight: bold;
}

.top-title-search-box{
    border-right: 1px solid #808080;
    margin-right: 10px;
    width: 32% !important;
}
@media(max-width:767px){
    .top-title-search-box{
        width:100% !important;
        border-right:none;
    }
    .top-search-bar{
        height:auto;
        float:left;
        width:100%;
        padding:10px;
    }
}
@media(min-width:992px) and (max-width:1199px){


}
@media(min-width:768px) and (max-width:991px){

    .top-search-bar{
        height: auto;
        background: none repeat scroll 0% 0% #eee;
        padding:10px;
        width:100%;
        float:left;
    }
    .top-title-search-box{
        border-right: none;
        margin-right: 10px;
        width: 100% !important;
    }
}

.paginate_button {
    border: 1px solid green !important;
}

input.titles_sb_search {
    background-color: #0b5940 !important;
}

.disabled {
    border: 1px solid #d8d8d8 !important;
}

// -- End: css for book titles search box


@media (min-width:992px) and (max-width:1024px){
   .titles-search-wrapper-input input {
    margin-left: 0px !important; 
    margin-top: 5px;
    width: 58%;
}
.titles-search-wrapper-input input.titles_sb_search {
    right:82px;
}
}

@media (min-width:768px) and (max-width:800px){
   .titles-search-wrapper-input input {
    margin-left: 0px !important; 
    margin-top: 5px;
    width: 58%;
}
.titles-search-wrapper-input input.titles_sb_search {
    right:82px;
}
}