.header-title {
    color: #90A5A8;
    font-weight: 400;
    padding: 4px 0 15px 0;
    font-style: italic;
}

.search-page {
    /*min-height: 900px;*/
}

.search-page input {
    font-size: 16px;
    line-height: 24.4px;


}

.b-search-input {
    border: 1px solid #B2B2B2;
    border-radius: 1px 3px 3px 1px;
    padding: 0;
    vertical-align: top;
    overflow: hidden;
    background: #fff;
}

.b-search-input .input {
    float: left;
    height: 38px;
    position: relative;
    box-shadow: inset 0px 6px 4px -6px rgb(200 200 200 / 75%);
    width: 85%;
}


.b-search-input .input input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    display: block;

    margin: 0;
    outline: 0 none;
    padding: 7px 0 7px 8px;
    width: 100%;
}

.b-search-input .search-button-parent {
    border-left: 1px solid #AFAFAF;
    float: right;
    vertical-align: top;
    width: 15%;
}

.whiteShadow {
    text-shadow: 0px 1px #fff;
}

.b-search-input .search-button-parent .inner {
    display: block;
}

.b-search-input .search-button-parent input, .b-search-input .search-button-parent button {
    background: -moz-linear-gradient(-90deg, #FFFFFF, #E8E7E9) repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 1px 3px 3px 1px;
    cursor: pointer;
    height: 38px;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.parent-results {
    min-height: 300px;
}

.input_wraps {
    display: flex;
    align-items: center;
}

.radio-parent {
    padding-top: 5px;
}

#search-form label {
    color: #777;
    font-size: 16px;
    font-weight: 400;
}

#compound-select, #condition-select {
    position: relative;
    height: 10px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#compound-select, #condition-select, .input_wrap__radio label {
    cursor: pointer;
    vertical-align: middle;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

#compound-select, #condition-select, .input_wrap__radio label {
    cursor: pointer;
    vertical-align: middle;
}

#compound-select::before, #condition-select::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #D9D9D9;
}

#compound-select:checked::before, #condition-select:checked::before {
    border-color: #46c894;
}

#compound-select:checked::after, #condition-select:checked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #46c894;
    transform: translate(-50%, -50%);
    visibility: visible;
}

#search-button {
    color: black;
    font-size: 16px;
}

.b-search-form.hover, .b-search-form:hover {

    box-shadow: 0 0 10px #49afd0;
    -moz-box-shadow: 0 0 10px #49AFD0;
    -webkit-box-shadow: 0 0 10px #49afd0;
}

.b-search-input .input input:focus {
    background-color: transparent !important;
    outline: none !important;
}

.g-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.parent-single-row {
    text-align: left;
    background: #fff;
    border: 1px solid #aaa;
    padding: 0;
    clear: both;
}

div.resItemBox {
    padding: 16px;
    margin: 0;
    overflow: hidden;
    zoom: 1;
}

.parent-results .devider:first-child {
    display: none;
}

.parent-results .devider {
    zoom: 1;
    border-top: 1px solid #ddd;
    overflow: hidden;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

div.resItemBox {
    padding: 16px;
    margin: 0;
    overflow: hidden;
    zoom: 1;
}


table.resItemTable td.itemCover {
    vertical-align: top;
    width: 60px;
    position: relative;
}

.itemCoverWrapper {
    position: relative;
    min-width: 100px;
    display: inline-block;
}

.z-book-cover {
    position: relative;
}

.z-book-cover.covered:before {
    height: 100%;
}


table.resItemTable td.itemCover .cover {
    position: relative;
}

.resItemBox img.cover[src] {
    padding: 3px;
    border: 1px solid #eee;
    max-width: 50px;
}

.z-book-precover img, .z-book-cover img {
    border-radius: 0 2px 2px 0;
    border: none !important;
    padding: 0 !important;
}

.resItemBox h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    align-items: center;
    height: 100%;
}

.resItemBox .description, .resItemBox .description a:link, .resItemBox .description a:visited {
    color: #49AFD0;
    font-style: italic;
    width: 80%;
}

.resItemBox .counter {
    zoom: 1;
    position: absolute;
    margin: 5px 0 0 -100px;
    text-align: right;
    font-size: 18px;
    width: 70px;
    color: #ddd;
    font-style: italic;
    line-height: 100%;
}

.resItemBox h3 a:link, .resItemBox h3 a:visited {
    color: #000;
    max-width: 90%;
    display: inline-block;
}

.resItemBox .description, .resItemBox .description a:link, .resItemBox .description a:visited {
    color: #49AFD0;
    font-style: italic;
    width: 80%;
}

resItemBox .description, .resItemBox .description a:link, .resItemBox .description a:visited {
    color: #49AFD0;
    font-style: italic;
    width: 80%;
}

.resItemBox a:link, .resItemBox a:visited {
    text-decoration: none;
}



table.resItemTable td {
    vertical-align: top;
}

.resItemBox:hover {
    box-shadow: 0 0 10px rgb(73 175 208 / 70%);
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.parent-results .devider {
    zoom: 1;
    border-top: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    overflow: hidden;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

