﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

select {
    height: 46px;
    width: 100%;
    border-radius: 5px;
    color: #272727;
    border: 1px solid #bdbdbd;
    padding: 9px 16px;
}

.sheldue .sheldue-item .btn-white:hover {
    color: #fff;
    background-color: fuchsia;
    border-color: fuchsia;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*
    Marketing pages
    ***********************************************
*/

.mkt-container{
    margin-top: 30px !important;
    margin-bottom: 25px !important;
}

.mkt-article-container{
    margin-top: 25px !important;
    text-align: left !important;
}

.mkt-title {
    color: #8699d5 !important;
    font-weight: bold;
    text-align: left; 
    margin-bottom: 15px;
}

.ad-container {
    margin-top: 50px !important;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 15px 25px;
    margin-left: 20px;
}

.ad-container > img {
    margin-bottom: 10px;
}

.ad-container > p{
    text-align: left !important;
}

.ad-link {
    color: fuchsia;
}

/********************INTERNAL**********************/

/* Logo light color: #5bb4df */
/* Logo dark color: #8699d5 */

.heart-red {
    background-image: url("/images/heart-red.png");
    background-size: cover;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: transparent;
    background-color: white;
}
.heart-red-min {
    width: 24px;
    height: 24px;
    background-color: transparent;
    position: absolute;
    margin-top: 2px !important;
    margin-left: 2px;
}

.heart-white {
    background-image: url("/images/heart-white.png");
    background-size: cover;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: transparent;
    background-color: white;
}

.badge-container-parent {
    position: relative;
}

.badge-container {
    position: absolute;
    top: 0px;
    margin-top: 4px;
}

.badge {
    width: 20px;
    height: 15px;
}

.conventional-badge {
    background-color: blue;
}

.alternative-badge {
    background-color: green;
}

.review-container {
    margin-left: 10px;
    color: #868686;
}

.review-container-detail {
    margin-left: 0px;
}

.basic-link{
    color: blue !important;
    cursor: pointer !important;
}

.img-thumbnail {
    border: 0px;
    max-height: 100px;
}

.img-thumbnail-container {
    padding-bottom:15px;
    padding-top:15px;
    text-align:center;
}

.btn-secundary {
    color: #fff;
    background-color: fuchsia;
    border-color: fuchsia;
    border-radius: 25px;
}

    .btn-secundary:hover {
        border-color: #fff;
        color: #fff;
    }

.btn-outline-secundary {
    color: fuchsia;
    background-color: #fff;
    border-color: fuchsia;
    border-radius: 25px;
}

.rd-navbar-minimal.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-menu-wrap {
    background: #5bb4df;
}

.bg-primary {
    background-color: #5bb4df;
}

.sheldue .sheldue-item-body {
    background: #5bb4df;
}

.spacer-xs {
    height: 0px;
}

.star-aligment {
    text-align: right !important;
}

.review-count{
    padding-left:0px;
}

.row-extension {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .row-extension:nth-child(even) {
        background-color: #f2f2f2;
    }

.resp-tabs-list{
    text-align:center !important;
}

.hospital-logo {
    max-height: 200px;
}

.detail-about{
    text-align:justify;
}

.responsive-tabs[data-type="horizontal"] .resp-tabs-list, .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    max-width: 100% !important;
}

.responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li, .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li{
    font-size: 14px;
}

.btn-request-appointment {
    background-color: #868686;
    border-color: #868686;
    color: #fff;
}

    .btn-request-appointment:hover{
        color:#fff;
    }
    .btn-request-appointment:focus {
        color: #fff;
    }

/*Small laptops*/
@media only screen and (max-width: 1199px) {
    .rd-navbar-panel {
        background: #fff !important;
        box-shadow: 0 1px 10px 0 #5bb4df !important;
    }

    .rd-navbar-toggle > span, .rd-navbar-toggle > span:before, .rd-navbar-toggle > span:after {
        background: #5bb4df !important;
    }
    .rd-navbar-brand {
        top:15px !important;
    }
    .btn-xs {
        padding: 7px 10px;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .ad-container {
        margin-left: 0px;
    }
}

/*Tablets*/
@media only screen and (max-width: 768px){
    
    .section-slider-custom {
        padding: 80px 0 100px;
    }

    .btn-xs {
        font-size: 10px;
        line-height: 12px;
    }

    .star-aligment {
        text-align: left !important;
        line-height:0;
    }
    .review-count {
        padding-left: 15px;
        margin-bottom: 10px !important;
    }
    .review-container {
        margin-left: 0px;
    }
    .spacer-sm{
        height:15px;
    }
    .service .service-desc {
        top: 0px !important;
        background: #5bb4df !important;
    }
    .detail-about{
        padding-left:35px !important;
    }

}

/*Cellphones*/
@media only screen and (max-width: 426px) {
    h4{
        font-size: 20px;
    }
    .row-extension {
        display: block !important;
        align-items: normal;
    }
    hr {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .review-container {
        margin-left: 0px;
    }
    .spacer-xs{
        height: 10px;
    }
    .heart-red-min{
        margin-top:5px !important;
    }
    .swiper-container-horizontal > .swiper-pagination {
        bottom: 10px;
    }
}
/*Small celphones*/
@media only screen and (max-width: 320px) {
    .btn-xs {
        font-size: 8px;
        line-height: 12px;
    }
}

.remove-all-styles {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}