﻿/* 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. */


@font-face {
    font-family: 'tawakdFont';
    src: url('/css/fonts/helveticaneuew23reg.eot') format('embedded-opentype'), url('/css/fonts/helveticaneuew23reg.ttf') format('truetype'), url('/css/fonts/helveticaneuew23reg.woff') format('woff');
}

@media print {
    .card {
        page-break-inside: avoid;
    }
}

h6, h5, h4, h3, h2, h1, p, html, body, div, span, strong, label, ul, ol, li, section, a {
    font-family: tawakdFont !important;
}

    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;
}

/* 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: -100px;
    width: 100%;
}

.select2-container {
    display: inline-block;
}

.card-header {
    font-weight: bold;
}

.specialty-info .select2 {
    min-width: 150px;
}

.text-space-pl {
    white-space: pre-line;
}



.mvc-grid {
    line-height: 1em !important;
}

.mvc-grid-excel-mode .sortable.filterable {
    padding-top: 0;
    padding-bottom: 0;
}

.export-to-excel-wrapper {
    z-index: 1;
    height: 0;
    top: 30px;
    right: 10px;
    position: relative;
}

.pre {
    white-space: pre;
}

th {
    white-space: nowrap;
}

.bg-orange {
    background-color: orange;
}

.bg-lightgray {
    background-color: lightgray;
}

.bg-yellow {
    background-color: lightyellow;
}

.bg-skyblue {
    background-color: skyblue;
}

.bg-lightgreen {
    background-color: lightgreen;
}

.bg-lightcoral {
    background-color: lightcoral;
}

th.Attachments {
    min-width: 220px;
}
/*
     offcanvas
 */
@media (max-width: 767.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0px;
        padding-top: 50px;
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .offcanvas-collapse.open {
            -webkit-transform: translateX(-1rem);
            transform: translateX(3rem); /* Account for horizontal padding on navbar */
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: var(--secondary);
}

    .nav-underline .nav-link:hover {
        color: var(--blue);
    }

.nav-underline .active {
    font-weight: 500;
    color: var(--gray-dark);
}

.navbar-toggler {
    z-index: 1;
}
