﻿body {
    background-color:#333333;
}
        .landingBarFontColor {
            color: #fff;
        }

        .menuBar {
            background-color: #AB47BC;
            /*padding: 10px 0px;*/
        }

        .searchBar {
            /*background-color: #aedfcf;*/
            vertical-align: middle;
            float: none;
        }

           .searchBarBody {
            padding-top: 100px; padding-bottom:100px;
        }
                      .searchListBarBody {
            padding-top: 10px; padding-bottom:10px;
        }



@media (max-width: 767px) {
       .searchBarBody {
            padding-top: 75px; padding-bottom:50px;
        }

                      .searchListBarBody {
            padding:10px 10px;
        }

}
    .specialtyBar {
            background-color: #7986CB;
            padding: 10px 0px;
            color:black;
        }

        .largeText {
            font-size: 17px;
        }

        .largerText {
            font-size: 19px;
        }

        .largestText {
            font-size: 21px;
        }

        .megaLargeText {
            font-size: 25px;
        }

        .megaLargerText {
            font-size: 29px;
        }

        .megaLargestText {
            font-size: 33px;
        }

                .textBold {
            font-weight: bold;
        }

        .searchBoxWrapper {
            /*background-color: #7986CB;*/
            border-radius: 5px;

            /*padding: 15px 15px;*/
            /*display: inline-block;*/
        }

        .searchInputBox {
            width: 300px;
            height: 45px;
            border-radius: 5px;
            border: 1px solid #aaa;
            padding: 8px;
            font-weight: 200;
            font-size: 15px;
            font-family: 'Segoe UI', Verdana;
            color:black;
        }

   @media (max-width: 767px) {
    .searchInputBox {
        width:290px;
        padding: 4px;
        height: 40px;
        margin-bottom :5px;
    }

        .searchBoxWrapper {
            /*padding: 10px 10px;*/
            /*display: inline-block;*/
        }
}     
   .searchListInputBox {
            width: 300px;
            height: 38px;
            border-radius: 5px;
            border: 1px solid #E1BEE7;
            padding: 10px;
            font-weight: 200;
            font-size: 15px;
            font-family: 'Segoe UI', Verdana;
        }

        figure {
            font-size: 14px;
            min-height: 150px;
            margin-bottom: 20px;
        }

            figure h6 {
                font-size: 16px;
                margin: 0 0 5px 0;
                font-weight: bold;
                position: relative;
                padding-right: 85px;
            }

            figure figcaption a {
                color: #747474;
                text-decoration: none;
            }

            figure .rating {
                display: inline-block;
                position: absolute;
                right: 0;
                top: 0;
            }

            figure .content {
                width: 370px;
            }

            figure .avatar {
                margin-right: 15px;
                display: block;
                position: relative;
            }

                figure .avatar:before {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
                    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
                    box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: '';
                    display: block;
                    width: 100%;
                    height: 100%;
                    z-index: 10;
                }

                figure .avatar img {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                figure .avatar img {
                    display: block;
                }

        .last-opinion figcaption {
            background: #f6f6f6;
            font-size: 13px;
            font-style: italic;
            padding: 10px;
            overflow: hidden;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .last-opinion figcaption a {
                color: #424242;
                text-decoration: none;
            }

            .last-opinion figcaption p {
                margin-bottom: 0;
            }

                .last-opinion figcaption p:before {
                    content: "\201C";
                }

                .last-opinion figcaption p:after {
                    content: "\201D";
                }

            .last-opinion figcaption .text-muted {
                position: relative;
                top: 3px;
            }

        #popular-specializations-cities li {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            #popular-specializations-cities li a {
                color: #747474;
                font-size: 13px;
                line-height: 24px;
            }

        .popular-specializations-cities {
            background: #E8EAF6;
        }

        #header:after {
            content: " ";
            display: table;
        }

        #header:after {
            clear: both;
        }

        #header .logo {
            position: relative;
            top: 20px;
            margin-right: 15px;
        }

            #header .logo.logo-adds-offset {
                top: 15px;
            }

            #header .logo .logo-zl {
                display: block;
                height: 25px;
                background-repeat: no-repeat;
            }

                #header .logo .logo-zl span {
                    display: none;
                }

        #header .logo-container {
            position: relative;
        }


        .form-inline .form-group {
            display: inline-block;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }

        .form-inline .input-group {
            display: inline-table;
            vertical-align: middle;
        }

        #header #headbar-right {
            max-width: 550px;
        }

        #header #access-topmenu {
            padding: 22px 20px 19px 10px;
            margin-bottom: 0;
            text-align: right;
            font-size: 12px;
            border-right: 1px #f1f1f1 solid;
            line-height: 18px;
        }

        #header #doctor-topmenu .btn {
            margin: 16px 0 0 20px;
            position: relative;
            padding-left: 30px;
        }

            #header #doctor-topmenu .btn i {
                position: absolute;
                left: 5px;
            }

        .sprite-rwd-user-plus-white {
            background-image: url('~/Images/Doctor/rwd.png');
            background-repeat: no-repeat;
            -webkit-background-size: 304px 286px;
            -moz-background-size: 304px 286px;
            background-size: 304px 286px;
            background-position: -41px -245px;
            width: 17px;
            height: 19px;
        }


        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.428571429;
            color: #555555;
            background-color: #ffffff;
            background-image: none;
            border: 1px solid #cccccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
            -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        }

        .input-group {
            position: relative;
            display: table;
            border-collapse: separate;
        }

            .input-group[class*="col-"] {
                float: none;
                padding-left: 0;
                padding-right: 0;
            }

            .input-group .form-control {
                position: relative;
                z-index: 2;
                float: left;
                width: 100%;
                margin-bottom: 0;
            }

        #search {
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 100px;
        }

            #search .form-group {
                height: 40px;
            }

                #search .form-group .input-group .form-control {
                    border: 1px solid #E1BEE7;
                    color: #424242;
                    position: initial;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    font-weight: normal;
                    padding-right: 43px;
                }

                    #search .form-group .input-group .form-control[name="loc"] {
                        padding-right: 38px;
                    }

                #search .form-group .form-control,
                #search .form-group button {
                    height: 35px;
                }

        #search-listing-container {
            background: #fff;
            padding: 0 15px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
            -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.1);
            box-shadow: 1px 0 3px rgba(0,0,0,0.1);
            margin-bottom: 15px;
        }

            #search-listing-container h2 {
                font-size: 16px;
            }

            #search-listing-container .non-map-sidebar-part {
                position: relative;
                top: 1px;
            }

        #main-search-title {
            font-size: 18px;
            margin-bottom: 10px;
            margin-top: 10px;
            font-weight: bold;
        }

        #search-content {
            border-right: 1px #e5e5e5 solid;
            padding-top: 10px;
        }


        .search-list {
            margin-bottom: 0;
        }

            .search-list > li {
                position: relative;
            }

            /*.search-list .rank-element {
        border-top: 1px #e5e5e5 solid;
        background: #fff url('/img/general/rank/search-bg.png?2837397387') 428px 0 repeat-y;
    }*/

            .search-list .rank-element > .popover {
                max-width: 420px;
                font-size: 12px;
            }

                .search-list .rank-element > .popover .popover-title {
                    font-size: 13px;
                    line-height: 13px;
                    padding: 8px 13px;
                }

            .search-list .rank-element-left .left,
            .search-list .rank-element-left .content {
                padding-top: 15px;
                position: static;
            }

            .search-list .rank-element-left .content {
                padding-left: 5px;
            }

            .search-list .rank-element-left .avatar-style {
                width: 80px;
                height: 80px;
                overflow: hidden;
                margin-bottom: 15px;
            }

                /*.search-list .rank-element-left .avatar-style img,
        .search-list .rank-element-left .avatar-style i {
            position: absolute;
            left: 0;
            top: 0;
            text-indent: -9999px;
            z-index: 2;
        }*/

                .search-list .rank-element-left .avatar-style i {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    z-index: 1;
                }

            .search-list .rank-element-left .verified {
                position: absolute;
                left: 10px;
                top: 10px;
                z-index: 20;
            }

            .search-list .rank-element-left .rank-element-name {
                font-size: 14px;
                line-height: 19px;
                font-weight: bold;
                font-size: 14px;
                margin-bottom: 3px;
            }

            .search-list .rank-element-left .rank-element-rating {
                display: block;
                position: absolute;
                left: 15px;
                top: 100px;
                width: 80px;
            }

                .search-list .rank-element-left .rank-element-rating .rating {
                    display: inline-block;
                    position: relative;
                    top: 3px;
                }

                .search-list .rank-element-left .rank-element-rating .opinion-count {
                    display: inline-block;
                    font-size: 12px;
                    color: #747474;
                    line-height: 16px;
                    font-weight: normal;
                }

        a .search-list .rank-element-left .rank-element-specializations {
            font-size: 14px;
            border-bottom: 1px #f1f1f1 solid;
            padding-bottom: 15px;
            margin-bottom: 15px;
            font-weight: normal;
            color: #747474;
        }

        .search-list .rank-element-left .rank-element-specializations a {
            color: #747474;
        }

        .search-list .rank-element-left .rank-element-addresses {
            font-size: 13px;
            color: #424242;
            line-height: 19px;
            margin-bottom: 15px;
        }

            .search-list .rank-element-left .rank-element-addresses li {
                margin-bottom: 5px;
            }

            .search-list .rank-element-left .rank-element-addresses p {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                margin-bottom: 0;
            }

            .search-list .rank-element-left .rank-element-addresses a {
                color: #424242;
            }

        .search-list .rank-element-left .last-opinion {
            color: #747474;
            font-style: italic;
            font-size: 12px;
            line-height: 18px;
            border-left-width: 0;
            padding: 0;
            margin-bottom: 15px;
        }

        .search-list .rank-element-left .rank-element-calendar-button i {
            position: absolute;
        }

        .search-list .rank-element-left .rank-element-calendar-button.calendar-button-redirected-phone i {
            left: 9px;
            top: 7px;
        }

        .search-list .rank-element-left .accept-new-patients {
            position: absolute;
            top: 15px;
            right: 15px;
        }

            .search-list .rank-element-left .accept-new-patients .tooltip {
                width: 150px;
            }

        .search-list .rank-element-right .no-visits,
        .search-list .rank-element-right .next-term,
        .search-list .rank-element-right .phone-register {
            text-align: center;
            font-style: italic;
            color: #a4a4a4;
            z-index: 2;
            vertical-align: middle;
            width: 306px;
        }

            .search-list .rank-element-right .no-visits span,
            .search-list .rank-element-right .next-term span,
            .search-list .rank-element-right .phone-register span {
                color: #0086cb;
                cursor: pointer;
            }

                .search-list .rank-element-right .no-visits span:hover,
                .search-list .rank-element-right .next-term span:hover,
                .search-list .rank-element-right .phone-register span:hover {
                    text-decoration: underline;
                }

        .search-list .rank-element-right .next-term {
            position: relative;
            margin-top: 100px;
        }

        .search-list .rank-element-right .no-visits {
            margin-top: 70px;
        }

        .search-list .rank-element-right .phone-register {
            margin-top: 70px;
        }

            .search-list .rank-element-right .phone-register i {
                opacity: .4;
            }

        .search-list .rank-element-right .visit-day {
            text-align: center;
            position: relative;
            z-index: 2;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .search-list .rank-element-right .visit-day li {
                width: 100%;
            }

            .search-list .rank-element-right .visit-day span,
            .search-list .rank-element-right .visit-day s {
                display: inline-block;
                font-size: 13px;
                font-weight: normal;
                line-height: 19px;
                margin-bottom: 0;
                padding: 6px 0 4px 0;
                width: 100%;
                position: relative;
                border: 1px solid transparent;
                cursor: default;
            }

            .search-list .rank-element-right .visit-day s {
                color: #d0d0d0;
            }

            .search-list .rank-element-right .visit-day span {
                color: #0086cb;
                font-weight: bold;
            }

                .search-list .rank-element-right .visit-day span:hover {
                    background-color: #1694d4;
                    background-repeat: repeat-x;
                    border-color: #0e75b0;
                    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
                    border-radius: 4px;
                    color: #fff;
                    cursor: pointer;
                    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.15);
                    text-align: center;
                    text-decoration: none;
                    background-image: linear-gradient(to bottom,#1a9ad7,#118acf);
                }

        .search-list .no-right-part {
            background-image: url('');
        }

            .search-list .no-right-part .left {
                width: 110px;
            }

            .search-list .no-right-part .content {
                width: 622px;
                padding-left: 0;
            }

            .search-list .no-right-part .rank-element-rating {
                display: inline-block;
                position: relative;
                left: 0;
                top: -2px;
                width: auto;
            }

                .search-list .no-right-part .rank-element-rating .rating {
                    display: inline-block;
                    margin-left: 5px;
                    margin-right: 5px;
                    position: relative;
                    top: 3px;
                }

                .search-list .no-right-part .rank-element-rating .opinion-count {
                    display: inline-block;
                    font-size: 12px;
                    color: #747474;
                    line-height: 16px;
                    font-weight: normal;
                }

            .search-list .no-right-part .rank-element-addresses {
                margin-bottom: 10px;
            }

        .search-list .call-center-client-info {
            position: absolute;
            left: 69px;
            top: 8px;
            z-index: 10;
            font-size: 22px;
            color: #ffc600;
        }

        .list-unstyled {
            padding-left: 0;
            list-style: none;
        }

        .white-well-box {
            background: #fff;
            margin-bottom: 10px;
            padding: 20px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
            -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
        }

            .white-well-box:before,
            .white-well-box:after {
                content: " ";
                display: table;
            }

            .white-well-box:after {
                clear: both;
            }

        #profile-header {
            padding-bottom: 15px;
        }

            #profile-header .photos {
                width: 156px;
                padding-right: 0;
            }

                #profile-header .photos .main-photo {
                    width: 140px;
                    height: 140px;
                }

                #profile-header .photos .verified {
                    position: absolute;
                    left: 5px;
                    top: -7px;
                    z-index: 100;
                }


            #profile-header .doctor-prefix {
                display: inline-block;
                margin: 10px 7px 0 0;
                font-weight: normal;
                font-size: 2em;
            }

            #profile-header h1 {
                font-size: 26px;
                color: #424242;
                display: inline;
            }


            #profile-header h2 {
                font-size: 16px;
                color: #747474;
                font-weight: normal;
                clear: both;
                margin-top: 5px;
            }

            #profile-header .short-about-me {
                margin-top: 10px;
            }

        .white-well-box .header-box {
            border-bottom: 1px solid #f1f1f1;
            margin-bottom: 25px;
            padding-bottom: 10px;
        }

            .white-well-box .header-box:before,
            .white-well-box .header-box:after {
                content: " ";
                display: table;
            }

            .white-well-box .header-box:after {
                clear: both;
            }

            .white-well-box .header-box h2,
            .white-well-box .header-box h4 {
                margin: 0 0 0 5px;
                padding-left: 30px;
                position: relative;
            }

                .white-well-box .header-box h2.without-icon,
                .white-well-box .header-box h4.without-icon {
                    padding: 0;
                    margin: 0;
                }

                .white-well-box .header-box h2 i,
                .white-well-box .header-box h4 i {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

        #profile-services .service {
            position: relative;
            margin-bottom: 16px;
            border-bottom: 1px dotted #d0d0d0;
        }

            #profile-services .service > div {
                padding: 0 100px 0 0;
            }

            #profile-services .service .name {
                display: block;
                margin: 0 0 -7px 0;
            }

                #profile-services .service .name span {
                    display: inline;
                    padding: 0 4px 0 0;
                }

            #profile-services .service .price {
                position: absolute;
                right: 0;
                bottom: 0;
                padding: 0 0 0 4px;
            }

            #profile-services .service .name span,
            #profile-services .service .price {
                background: #fff;
                margin: 0 0 -7px 0;
            }

#profile-items .item {
    margin-bottom: 20px;
}

    #profile-items .item h2,
    #profile-items .item h3 {
        margin-bottom: 5px;
    }

#profile-items .list-unstyled li {
    position: relative;
    padding-left: 10px;
}

    #profile-items .list-unstyled li:before {
        content: "•";
        position: absolute;
        left: 0;
        top: 2px;
        font-weight: bold;
        font-size: 12px;
        color: #a4a4a4;
    }

#profile-items .list-unstyled.certificats li {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

    #profile-items .list-unstyled.certificats li:before {
        content: '';
    }

    #profile-items .list-unstyled.certificats li a {
        display: block;
        position: relative;
    }

        #profile-items .list-unstyled.certificats li a:before {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
            -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
            box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            z-index: 10;
        }

        #profile-items .list-unstyled.certificats li a img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

#profile-items .list-unstyled.certificats img {
    display: block;
    width: 40px;
    height: 40px;
}

.dropdown {
    z-index :100;
}
.dropdown dd, .dropdown dt {
    margin:0px;
    padding:0px;
}
.dropdown ul {
    margin: -1px 0 0 0;
}
.dropdown dd {
    position:relative;
}
.dropdown a, 
.dropdown a:visited {
    color:#fff;
    text-decoration:none;
    outline:none;
    font-size: 12px;
}
.dropdown dt a {
    background-color:#4F6877;
    display:block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border:0;
    width:272px;
}
.dropdown dt a span, .multiSel span {
    cursor:pointer;
    display:inline-block;
    padding: 0 3px 2px 0;
}
.dropdown dd ul {
    background-color: #4F6877;
    border:0;
    color:#fff;
    display:none;
    left:0px;
    padding: 2px 15px 2px 5px;
    position:absolute;
    top:2px;
    width:280px;
    list-style:none;
    height: 100px;
    overflow:scroll ;
}
.dropdown span.value {
    display:none;
}
.dropdown dd ul li a {
    padding:5px;
    display:block;
}
.dropdown dd ul li a:hover {
    background-color:#fff;
}

    
#Header {
  position: relative;
}
#Header H1 {
  font-size: 3em;
  color: #00FF00;
  margin:0;
  padding:0;
}
#Header H2 {
  font-size: 1.5em;
  color: #FFFF00;
  margin:0;
  padding:0;
}
#Header .Background {
  background: white; /*rgba(82, 192, 171, 0.59);*/
  filter: alpha(opacity=50);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.80;
  opacity: 0.3;
  zoom: 1;
}
#Header .Background * {
  visibility: hidden; 
}
#Header .Foreground {
  position: absolute; 
  left: 0;
  top: 0;
  padding-left :300px;
}

@media (max-width: 767px) {
#Header .Foreground {
  padding-left :10px;
}
    
}



