﻿.catalog-h2 {
    color: #05396B;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.catalog-h3 {
    color: #05396B;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
}
@media only screen and (max-width: 1400px) {
    .catalog-h3 {
        width: 78%;
    }
}
@media only screen and (min-width: 1400px) {
    .catalog-h3 {
        width: 83%;
    }
}
.catalog-h4 {
    color: #05396B;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 10px 0px;
    border-bottom: 1px solid #BEBEBE;
}

.catalog-block {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.accordion-body th {
    width: 16%;
    color: #05396B;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.accordion-body td {
    width: 16%;
}
.accordion-body tr {
    border: 1px solid #D9D9D9;
}
.accordion-body tr:hover {
    background-color: #E7F3FE;
    cursor: pointer;
}
.catalog-button {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #0177B2;
    border: 2px solid #0177B2;
    border-radius: 8px;
    padding: 5px 8px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}
    .catalog-button:disabled{
        background-color: lightgray;
        color: #000;
        border: 2px solid lightgray;
        cursor: not-allowed;
    }
.add-all.disabled .catalog-button {
    background-color: lightgray;
    color: #000;
    border: 2px solid lightgray;
    pointer-events: none
}
.add-all.disabled {
    cursor: not-allowed;
}
.product-code-title {
    color: #0077B2;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer
}
.product-code-title-parent {
    color: #444;
    text-decoration: none;
    font-weight: 600;
    cursor: text
}
.product-code-title-parent:hover {
    color: #444;
    text-decoration: none;
}

select {
    color: #0077B2 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 1px 0 3px 15px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}
option {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
option:hover {
    background-color: #E7F3FE;
    cursor: pointer;
}
.accordion-button:focus {
    z-index: 0;
    border:none;
    outline: 0;
    box-shadow: none;
}
.order-items {
    padding-left: 30px;
    color: #0077B2;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer
}
a {
    color: #0077B2;
}
.form-outline {
    width: 100%;
    padding: 28px 30px;
}
.form-outline input {
    border-radius: 5px;
    padding-top: 0px;
}
input::placeholder {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
#pricing-panel {
    position: relative;
    z-index: 10;
    margin-top: 25px;
    margin-bottom: 10px;
    background-color: white;
    height: 450px !important;
    box-shadow: 1px 4px 8px 0px grey;
    position: sticky;
    top: 110px;
    width: 364px;
}

#pricing-panel #pricing-panel-header {
    background-color: black;
    color: #ffffff;
    height: 53px;
    padding: 14px 9px;
}

#pricing-panel .content {
    padding: 10px 8px;
}

#pricing-panel .content label {
    position: relative;
    top: 7px;
    font-size: 14px;
}

#pricing-panel .content .check-label {
    display: block;
    font-weight: 700;
}

#pricing-panel .content input[type=checkbox] {
    margin-right: 4px;
}

#pricing-panel .content p {
    margin-bottom: 3px;
}

#pricing-panel .content button {
    background-color: #0177B2;
    color: #ffffff;
    font-weight: 700;
    height: 55px;
    width: 175px;
}
.section-header {
    margin: 20px 0px;
}

.section-row {
    background-color: #ffffff;
    margin-left: 0px;
}

.content-block {
    margin-bottom: 15px;
}

.content-block h2 {
    color: #333333;
}


/*.accordion-button::after {
    background-image: initial;
    width: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: initial;
    width: 0;
}*/
.button-disable {
    background-color: lightgray;
    color: #000;
    border: 2px solid lightgray;
    cursor: not-allowed;
}
.accordion-body tr:hover {
    cursor: text;
}

.parental-line-header {
    color: #0077B2;
}
.disease-line-header {
    font-size: 22px !important;
    color: #222222;
    font-style: italic;
    opacity: 0.8;
}
.clear-search {
    font-size: 18px;
    padding: 11px;
    background-color: #05396B;
    color: #FFF;
}
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button {
    appearance: none;
}