.tx-db-lzkhsearch {
    margin-top: 2em;
    margin-bottom: 3em;
}

.tx-db-lzkhsearch .card {
    border-top: 1px solid #333;
}

.tx-db-lzkhsearch .card:last-child {
    border-bottom: 1px solid #333;
}

.tx-db-lzkhsearch form {
    padding: 2em 1em;
}

.tx-db-lzkhsearch form fieldset {
    margin-top: 3.5em;
}

.tx-db-lzkhsearch form fieldset .feature-head {
    font-weight: 700;
}

.tx-db-lzkhsearch form label span {
    font-weight: 100;
    font-size: 75%;
}

.tx-db-lzkhsearch .card > a {
    text-decoration: none !important;
}

.tx-db-lzkhsearch .card-title {
    margin: 10px 0;
}

.tx-db-lzkhsearch .card dd {
    min-height: 20px;
}

.tx-db-lzkhsearch .search-result .med-search-icon > img {
    fill: #fff;
    height: 100px;
    width: 100px;
    padding: 10px;
    background-color: #ffcc00;
    border-radius: 100%;
}

.tx-db-lzkhsearch .search-result .pagination a,
.tx-db-lzkhsearch .search-result a.more-link {
    text-decoration: none;
}

.tx-db-lzkhsearch .search-result i.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.tx-db-lzkhsearch .search-result i.arrow.right {
    transform: rotate(-45deg);
}

.tx-db-lzkhsearch .search-result .search-navigation {
    text-align: center;
}

.tx-db-lzkhsearch .detailed-view table thead {
    background: #999;
}

.tx-db-lzkhsearch .detailed-view table tbody td:first-child {
    width: 25%;
    max-width: 30%;
}

.tx-db-lzkhsearch .detailed-view table tbody td:last-child {
    width: 75%;
    min-width: 70%;
}

.tx-db-lzkhsearch div#map {
    width: 400px;
    height: 300px;
    background-color: grey;
}

.tx-db-lzkhsearch-widget .form-group {
	margin-bottom: 15px;
}

.tx-db-lzkhsearch-widget .lzkhSearchLabel {
    width: 100%;
    text-align: left;
	font-weight: bold;
	font-size: .875rem;
}

.tx-db-lzkhsearch .links {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tx-db-lzkhsearch-widget {
    background-color: #ffcc00;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tx-db-lzkhsearch-widget .med-search-icon {
    display: inline-block;
}

.tx-db-lzkhsearch-widget .med-search-icon > img {
    height: 100px;
    width: 100px;
    padding: 10px;
    border: 2px solid #333333;
    border-radius: 100%;
}

.tx-db-lzkhsearch-widget h2 {
    color: #333333;
    padding-bottom: 1.5em;
}

.tx-db-lzkhsearch-widget form {
    background-color: transparent;
}

.tx-db-lzkhsearch-widget form input[type="text"],
.tx-db-lzkhsearch-widget form input.form-control[type="text"] {
    color: #333333;
    font-weight: bold;
    box-shadow: 0 2px 0 0 rgba(85, 85, 85, 0.4);
    background-color: #ffd633;
    padding: 0 10px !important;
    height: 40px;
}

.tx-db-lzkhsearch-widget form select,
.tx-db-lzkhsearch-widget form select.form-control {
    box-shadow: 0 2px 0 0 rgba(85, 85, 85, 0.4);
    color: #333333;
    font-weight: bold;
    background-color: transparent;
    padding: 0 10px !important;
    height: 40px;
}

.tx-db-lzkhsearch-widget form input.btn.btn-default.btn-lg.btn-block {
    border: 1px solid #333333;
    height: 50px;
	width: 100%;
}

.tx-db-lzkhsearch-widget p.hint {
    padding-top: 1em;
    font-size: 14px;
    color: #5b5951;
}

@media print {
    div.header.clearfix,
    a.more-link,
    div.search-result > p:nth-child(1) {
        display: none !important;
    }

    .collapse {
        display: block !important;
        height: auto !important;
    }
}


.tx-db-lzkhsearch .accordion .accordion-item:first-child {
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-radius: 0;
}

.tx-db-lzkhsearch .accordion .accordion-item:not(:first-child) {
	border: 0;
	border-bottom: 1px solid #333;
	border-radius: 0;
}

.tx-db-lzkhsearch .accordion .accordion-header button:after {
	display: none;
}

.tx-db-lzkhsearch .accordion .accordion-header button {
	background: transparent;
	box-shadow: none;
	width: 100%;
	margin: 0;
	color: #333333;
	border-radius: 0;
	border: 0;
}

.tx-db-lzkhsearch .accordion .accordion-header button span {
	word-break: break-word;
	hyphens: auto;
	padding: 0;
}

.tx-db-lzkhsearch .accordion .accordion-header .dentist-name {
	font-size: 20px;
	white-space: break-spaces;
	color: #e30613;
}

.tx-db-lzkhsearch .accordion .accordion-header .dentist-address {
	font-size: 15px;
	color: #333333;
    text-align: left;
	white-space: break-spaces;
	font-weight: normal;
}

.tx-db-lzkhsearch .accordion button .minus {
	display: block;
}

.tx-db-lzkhsearch .accordion button .plus {
	display: none;
}

.tx-db-lzkhsearch .accordion button.collapsed .minus {
	display: none;
}

.tx-db-lzkhsearch .accordion button.collapsed .plus {
	display: block;
}