/* booking modal clinic card + dialog bits (from ddp_css.css L1275-L1570) */
/* Booking modal clinic card */
.vdoc-book-card.ajax-request {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    padding: 10px 12px;
    margin: 0 0 10px;
    box-shadow: none;
}
.vdoc-book-card__logo {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f7fa;
    border: 1px solid #eef2f6;
}
.vdoc-book-card__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vdoc-book-card__body {
    flex: 1 1 auto;
    min-width: 0;
}
.vdoc-book-card__name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #1a2b3c;
}
.vdoc-book-card__name a {
    color: #1a2b3c;
    text-decoration: none;
}
.vdoc-book-card__name a:hover {
    color: #00aaff;
}
.vdoc-book-card__addr {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #3a7a3f;
}
.vdoc-book-card__addr .fa {
    color: #2f9e44;
    margin-top: 1px;
    flex: 0 0 auto;
}
.vdoc-book-card__metro {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #445566;
}
.vdoc-book-card__metro-ico {
    color: #6b7c8f;
    margin-top: 2px;
    flex: 0 0 auto;
}
.vdoc-book-card__metro-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    min-width: 0;
}
.vdoc-book-card .vdoc-metro-item {
    white-space: nowrap;
}

.vdoc-book-card__meta {
    font-size: 12px;
    line-height: 1.35;
    color: #667788;
    margin: 0 0 4px;
}
.vdoc-book-card__price {
    font-size: 13px;
    font-weight: 600;
    color: #1a2b3c;
}
.vdoc-metro-more {
    display: inline-block;
    color: #6b7c8f;
    font-weight: 600;
    white-space: nowrap;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 99;
}

.social-bottom {
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    left: 20px;
    display:none;
    z-index: 99;
    padding: 10px;
}

.call-or-record {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 80px;
    display:none;
    z-index: 99;
}


.nav-logo {
    display: block;
    position: relative;
}
.nav-logo span{
    display: block;
    bottom: -5px;
    right: 0px;
    font-size: 0.7em;
    position: absolute;
    color: #bbffbd;
    font-weight: normal;
}
.nav-logo img {
    display: inline-block;
    height: 48px;
    width: 48px;
}

.bottom-form-text {
    border-top: 1px solid #eaeaea;
    display: block;
    background: #f4f4f4;
    text-align: left;
    position: static;
    width: auto;
    margin: 8px 0 4px;
    padding: 8px 10px;
    box-sizing: border-box;
}
.bottom-form-text a {
    color: #00aaff;
}

.tab-content{
    position: relative;
}

.my-btn-sticky, .marker_list {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 85px;
    z-index: 10;
}

.my-toogle-map + .tooltip > .tooltip-inner {
    background-color: #f4f4f4;
    height: 180px;
    width: 280px;
    max-width: 90%;
    border: #545454 1px solid;
    box-sizing: border-box;
}

.ya-map-toogle {
    height: 155px;
    width: 290px;
    margin: 0 auto;
    background: #bebebe;
}


.btn-price {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-price:active,
.btn-price.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-price {
    text-shadow: 0 1px 0 #e4cfdf;
    background-image: -webkit-linear-gradient(top, #fff 0%, #c6c6e8 100%);
    background-image:      -o-linear-gradient(top, #fff 0%, #c6c6e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c6c6e8));
    background-image:         linear-gradient(to bottom, #fff 0%, #c6c6e8 100%);
    background-repeat: repeat-x;
    border-color: #cdbac8;
}
.btn-price:hover,
.btn-price:focus {
    background-image: -webkit-linear-gradient(top, #fff 0%, #ad8fc4 100%);
}
.btn-price:active,
.btn-price.active {
    background-color: #dab1d1;
    border-color: #8c56b6;
}

.address {
    text-decoration: dotted #ff3b43 underline;
    cursor: pointer;
}

ul.inlne-list-bottom {
    list-style: none;
    padding: 0px;
    padding-right: 80px;
    float: right;
    top: 10px;
}
ul.inlne-list-bottom li {
    padding: 5px 5px;
    margin: 0 auto;
}

ul.inlne-list-bottom a {
    text-decoration: none;
    display: block;
    width: auto;
}

ul.inlne-list-bottom a .fa {
    color: #ff6d78;
}

ul.inlne-list-bottom a:hover .fa {
    color: #38bcff;
}



.b_tabs {
    padding: 10px 5px;
}

input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }

div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.ui-widget-overlay
{
    opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=50) !important;

    background-color: rgb(50, 50, 50) !important; /* This will make it darker */
    z-index: 99999999999;
}

.place_mark {
    width: auto;
    height: auto;
    min-height: 120px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}


.b_tabs > .bs-callout, .tab-content > .bs-callout {
    margin: 0;
}

#about_doc_div .bs-callout  {
    margin: 0;
}


