﻿/* 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: #01ABAA;
}

    a:hover {
        color: #005555;
    }

.btn-primary:hover {
    color: #fff;
    background-color: #01ABAA;
    border-color: #005555;
}

.btn-active {
    color: #fff;
    background-color: #01ABAA;
    border-color: #005555;
}

.event-m{
    margin:2%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 */
}

.img-lg {
    width: 110px;
    height: 110px;
}

.headTitle {
    color: #01ABAA;
    cursor :context-menu;
}

    .headTitle:hover {
        color: #005555;
    }

.doctor-title {
    color: #01ABAA;
}

.enhanced-hr {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .enhanced-hr > h1 {
        position: relative;
        display: inline-block;
    }

        .enhanced-hr > h1:before,
        .enhanced-hr > h1:after {
            content: "";
            position: absolute;
            top: 58%;
            width: 9999px;
            height: 1px;
            background: #000;
        }

        .enhanced-hr > h1:before {
            right: 100%;
            margin-right: 15px;
        }

        .enhanced-hr > h1:after {
            left: 100%;
            margin-left: 15px;
        }

.hr-dot {
    height: 6px;
    width: 6px;
    margin: 0 8px;
    background-color: #ffffff;
    border-radius: 100px;
    background-color: #231f20;
}

.enhanced-hr-2 > h1:before,
.enhanced-hr-2 > h1:after {
    background: #005555;
}

.enhanced-hr-3 > h1:before,
.enhanced-hr-3 > h1:after {
    background: #c7c7c7;
}

