@font-face {
    font-family: 'Conv_Roboto-Light';
    src: url('https://www.topdoctors.es/fonts/Roboto-Light.eot');
    src: url('https://www.topdoctors.es/fonts/Roboto-Light.woff') format('woff'), url('https://www.topdoctors.es/fonts/Roboto-Light.ttf') format('truetype'), url('https://www.topdoctors.es/fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Roboto-Bold';
    src: url('https://www.topdoctors.es/fonts/Roboto-Bold.eot');
    src: url('https://www.topdoctors.es/fonts/Roboto-Bold.woff') format('woff'), url('https://www.topdoctors.es/fonts/Roboto-Bold.ttf') format('truetype'), url('https://www.topdoctors.es/fonts/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.topdoctors.es/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.topdoctors.es/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.topdoctors.es/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.topdoctors.es/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.topdoctors.es/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.topdoctors.es/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.center-block{display:block;margin-right:auto;margin-left:auto}
a, a:hover{text-decoration:none;}

img {
    vertical-align: middle;
    border: 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.text-center {
    text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
}

.h3, h3 {
    font-size: 24px;
}
    
.h5, h5 {
    font-size: 14px;
}

.font_Conv_Roboto-Light{
    font-family: 'Conv_Roboto-Light';
}
.font_Conv_Roboto-Bold{
    font-family: 'Conv_Roboto-Bold';
}
.silver_border_double{
    border:4px double rgb(143,144,146);
    -webkit-box-shadow: 0 0 0 3px rgb(143,144,146);
    box-shadow: 0 0 0 3px rgb(143,144,146);
}
.gold_border_double{
    border:4px double rgb(152,133,73);
    -webkit-box-shadow: 0 0 0 3px rgb(152,133,73);
    box-shadow: 0 0 0 3px rgb(152,133,73);
}
.no_side_padding{
    padding-left:0px; padding-right: 0px;
}
.text_silver{
    color: rgb(143,144,146);
}
.text_gold{
    color: rgb(152,133,73) !important;
}
.content_padding{
    padding:10px;
}
.content_action{
    background-color:#30B6F3;
}
.content_gold{
    background-size:auto 100%;
    background-color: rgb(152,133,73);
    background-image: url(http://topdoctors.new/media/widgets/img/btn_gold_background.png);
    background-repeat: no-repeat;
}
.rounded_borders{
    border-radius: 5px;
}
.bg_muted{
    background-color:#f0f0f0;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-body{
    vertical-align: middle !important;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}



.separator{
    height: 50px;
}
.btn{
    border: none;
    padding:8px;
    margin: 8px;
}
.btn_sm{
    padding:4px 10px 4px 10px;
    font-size:11px;
}
.btn_wd{
    padding-left: 20px;
    padding-right:20px;
}
.btn-primary{ /* Azul */
    background-color: #30B6F3;
    color: #ffffff;
}
.btn-primary:hover{
    background-color: #2389B8;
    color: #ffffff;
}
.btn-primary-pharma{ /* Azul */
    background-color: #0099A8;
    color: #ffffff;
}
.btn-primary-pharma:hover{
    background-color: #014950;
    color: #ffffff;
}
.text-primary{
    color: #30B6F3;
}
.btn_gold{
    background-color: rgb(152,133,73);
    background-image: url(http://topdoctors.new/media/widgets/img/btn_gold_background.png);
    background-repeat: no-repeat;
    color: #ffffff;
}
.btn_gold:hover{
    background-color: rgb(135, 118, 64);
    background-position: 100px center;
    color: #ffffff;
}
.btn-primary_light{
    border:1px solid #30B6F3;
    color: #30B6F3;
    background-color: #ffffff;
}
.btn-primary_light:hover{
    background-color: #30B6F3;
    color: #ffffff;
}
.btn-gold_light{
    border:1px solid rgb(135, 118, 64);
    color: rgb(135, 118, 64);
    background-color: #ffffff;
}
.btn-gold_light:hover{
    color: #ffffff;
    background-color: rgb(135, 118, 64);
}
.btn_action:after{
    font-family: FontAwesome;
    position:absolute;
    right: 15px;
    top: 11px;
}
.btn_action.chevron_right_ico:after{
    content: "\f054";
    position: relative;
    left:5px;
    top:0px;
}
.side_padding{
    padding-left: 5px;
    padding-right: 5px;
}
.left_padding{
    padding-left: 5px;
}
.widget {
    min-width: 100px;
    background-color:#ffffff;
    margin:15px;
    position:relative;
    overflow: auto;
}
.widget .content_fixed {
    max-width: 250px;
}
.text_light{
    color: #ffffff;
}
.bottom_margin{
   margin-bottom:10px;
}
hr{
    border-color: rgb(209, 209, 209);
    margin: 0px;
    border-width: 2px;
}
.no_side_margins {
    margin-left: -10px;
    margin-right: -10px;
}
.text_highlight{
    color: #EFB821;
}
.no_margin{
    margin:0px;
}
.widget.ratings .item:nth-child(even){
    background-color: #f0f0f0;
}
.chevron{
    position:relative;
    display:block;
    margin:auto;
    height:24px;
    width:24px;
}
.chevron:before,
.chevron:after{
    position:absolute;
    display:block;
    content:"";
    border:12px solid transparent;/* mitad del tamaÃ±o*/
}
/* top || left || right || bottom */
.chevron.chevron-top:before{
    top:-10px;
    border-bottom-color:#aaa;/*color*/
}
.chevron.chevron-top:after{
    top:-6px;/*grosor*/
    border-bottom-color:#fff;/*fondo*/
}
.chevron.chevron-bottom:before{
    top:0;
    border-top-color:#aaa;/*color*/
}
.chevron.chevron-bottom:after{
    top:-4px;/*grosor*/
    border-top-color:#fff;/*fondo*/
}
.widget.book_online .col_left li a.btn{
    display: block;
    color: #aaaaaa;
    margin:0px;  
    padding-top:16px; padding-bottom:16px;
    border-radius: 0px;
    letter-spacing:-0.3px;
}
.widget.book_online .col_left li a.btn{
    cursor:default;
}
.widget.book_online .col_left li a.btn.available:hover{
    background-color:#2389B8;
    color:#ffffff;
    cursor:pointer;
}
.widget.book_online .content_gold + div .col_left li a.btn.available:hover{
    background-color: rgb(135, 118, 64);
}
.widget.book_online .col_left li a.btn.selected{
   color: #ffffff; 
   background-color: #30B6F3;
}
.widget.book_online .content_gold + div .col_left li a.btn.selected{
   background-color: rgb(152,133,73) !important; 
}
.widget.book_online .col_left li a.btn.available{
   color: #555555; 
}
.widget.book_online .col_left li a.btn.selected:after{
    content: "â–º";
    color: #30B6F3;
    position:absolute;
    right:-10px;
}
.widget.book_online .content_gold + div .col_left li a.btn.selected:after{
   color: rgb(152,133,73) !important;
}
.widget.book_online .col_right a{
    background-image:none;
}
.widget.book_online .col_left li{
    border-bottom: 1px solid #ffffff;
}
.widget.book_online .col_left li a.nav{
    width: 50%;
    font-size:22px;
    margin-top:10px;
    margin-bottom:10px;
    color: #aaaaaa;
    font-weight: bold;
    cursor: default;
}
.widget.book_online{
    overflow: hidden;
}
.widget.book_online .col_left li a.nav.active{
    color:#30B6F3;
    cursor: pointer;
}
.widget.book_online .col_left li a.nav.active:hover{
    background-color:#dddddd;
}
.widget.book_online .content_gold + div .col_left li a.nav.active{
    color: rgb(152,133,73) !important;
}
.widget.book_online .col_left li a.nav.pull-left{
    border-right: 1px solid #aaaaaa;
}
.widget.book_online .col_right li a{
    display: block;
    margin:5px 15px 6px 15px;
    border-radius: 5px;
    padding:15px;
    font-weight: bold;  
}
.widget.book_online .col_right{
    position: relative;
    top:6px;
}
.widget.book_online .col_right ul{
    height:340px; overflow:hidden;
}
.widget.book_online .col_right a:hover i.chevron-bottom:before{
    border-top-color:#30B6F3;
}
.widget.book_online .col_right a:hover i.chevron-top:before{
    border-bottom-color:#30B6F3;
}
.widget.book_online .content_gold + div .col_right a:hover i.chevron-bottom:before{
    border-top-color:rgb(152,133,73);
}
.widget.book_online .content_gold + div .col_right a:hover i.chevron-top:before{
    border-bottom-color:rgb(152,133,73);
}

.btn-gray_light{
    border:1px solid #c2c3c9;
    color: #004567;
}

.btn-primary_blue_light{
    border:1px solid #30B6F3;
    color: #ffffff!important;
    background-color: #009EE2;
}

.btn-primary_blue_light:hover{
    background-color: #30B6F3;
    color: #ffffff;
}

.btn-primary_blue_light_pharma{
    border:1px solid #00c9db;
    background-color: #0099A8;
    color: #ffffff;
}

.btn-primary_blue_light_pharma:hover{
    background-color: #014950;
    color: #ffffff;
}

/*widget valoraciones de doctor*/

.widget-opinion-content{
    margin: auto;
    max-width: 300px;
    border: 4px solid #989898;
    border-radius: 5px;
    padding: 1px;
    color: #b8b8b8;
    background: #fff;
}

.widget-opinion-body{
    border: 2px solid #989898;
    border-radius: 3px;
}

.widget-opinion-make-appointment{
    text-align: center;
    padding:5px;

}

.widget-opinion-powered-by{
    text-align: center;
    padding:3px;
}

.widget-opinion-content-opinion{
    border-bottom-color: #989898!important;
    border-top-color: #989898!important;
    border-top: 2px;
    border-bottom: 2px;
    padding-top: 5px;
    border-bottom-style: solid;
    border-top-style: solid;
}

.widget-opinion-background-unpair{
    background: #ffffff;
}

.widget-opinion-background-pair{
    background: #f4f4f4;
}

.widget-opinion-ratting-star{
    color: #f6b02c;
}

.widget-opinion-ratting-text{
    min-height: 30px;
    padding-left: 30px;
    background-image: url('https://www.topdoctors.es/media/widgets/img/comillas.png');
    background-repeat: no-repeat;
    word-break: break-all;
}

.link_show_more{
    border: solid 1px #309ad6;
    background: #fff;
    color: #309ad6;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.link_show_more:hover {
    background: #309ad6;
    color: #fff;
}

.opinion_patient_name{
    font-family: 'Conv_Roboto-Bold';
}

.opinion_patient_answer{
    font-family: 'Conv_Roboto-Light'; 
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Conv_Roboto-Medium';
}

body.modal-open {
    overflow: hidden;
}

.star_icons {
    color: #FFC935;
    white-space: nowrap;
}

.star_icons.big .fa{
    font-size: 20px;
    vertical-align: middle;
}

.block-update-card {
    border: 1px #d8d8d8 solid;
    width: 380px;
    float: left;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    background-color: #FFFFFF;
}

.block-update-card .update-card-MDimentions {
    width: 80px;
}


.block-update-card .update-card-body h4 {
    color: #737373;
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.card-body-social {
    font-size: 30px;
    margin-left: 5px;
}

.link_sm{
    font-size: 12px;
    padding-left: 10px;
    color: #002D4B !important;
    text-decoration: none;
    vertical-align: middle;
}

.link_sm:hover{
    color: #002D4B;
    text-decoration: none;
}

.media-heading{
    padding-bottom: 5px;
}

.widget-topdoctors{
    font-size: 8px;
    text-align: left;
    font-weight: bold;
    color: #002D4B;
}

.block-update-card-searcher {
    border: 1px #d8d8d8 solid;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    display: table;
}

.block-update-card-searcher .update-card-MDimentions {
    width: 80px;
    display: table-cell;
}


.block-update-card-searcher .update-card-body h4 {
    color: #737373;
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: table-cell;
}

.block-update-card-searcher .update-card-body h4 p{
    margin: 0px;
}

.card-body-social-searcher {
    padding-left: 5px;
    font-size: 12px;
}

.media-body {
    width: 100%;
    height: 100%;
}

.padding_xm{
    padding: 10px;
    box-sizing: border-box;
    font-size: 26px;
}

@media (min-width: 768px){
    .container {
        width: 100%;
    }
}
.star_icons {
    color: #F8B133;
    white-space: nowrap;
}
.star_icons.small .fa, .star_icons.small .glyphicon{
    font-size: 10px;
}

.star_icons.little .fa, .star_icons.little .glyphicon{
    font-size: 12px;
}

.star_icons.medium .fa, .star_icons.medium .glyphicon{
    font-size: 20px;
    vertical-align: sub;
}

.star_icons.big .fa, .star_icons.big .glyphicon{
    font-size: 30px;
    vertical-align: middle;
}

.wigdet-less-three-reviews-advice {
    padding: 20px 15px 22px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.wigdet-less-three-reviews-advice img {
    max-width: 248px;
    width: 100%;
    max-height: 125px;
    height: 100%;
}

.widget-horizontal-comment {
    word-break: break-word;
    max-height: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 100%;
}

.widget-horizontal-comment > img {
    display: block;
}

.widget-review-verified {
    float: right;
    color: mediumseagreen;
}

.widget-reviews-container {
    border: 1px solid;
    margin-top:15px;
    border-width: thin;
}

.widget.iwgc_custom_css {
    border: 0px;
    box-shadow: none;
}

.widget.iwgc_custom_css .widget-review-verified {
    color: #5eaf5e;
}

.widget.iwgc_custom_css .widget-reviews-container {
    border: 1px solid #F0F0F0;
}

@media (max-width: 991px) {
    .widget.widget.iwgc_custom_css .star_icons {
        float: left;
    }

    .widget.widget.iwgc_custom_css .widget-reviews-title {
        text-align: left;
        display: flex;
        padding-left: 5px;
        gap: 4px;
    }
}