﻿/* 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: #cdb49e ;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 72, 72,0.5) !important;
}
.btn-primary {
    color: #fff;
    background-color: #cdb49e ;
    border-color: #cdb49e ;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #cdb49e ;
    border-color: #cdb49e ;
}

/* 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(4rem); /* 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;
}

.page-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
        position: relative;
        top: 5px;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        top: -7px;
    }

        .nav-item .submenu .second-level {
            left: 100%;
        }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

#homepage-contact-us {
    padding-top: 200px;
    padding-bottom: 160px;
}

.btn-flat {
    border: none;
    border-radius: 0;
    min-width: 120px;
}

h2, .color-primary {
    color: #cdb49e ;
}

#homepage-WhatWeDo h4 {
    background-color: #fff;
    position: relative;
    border-bottom: 4px solid #f0f0f0;
}

.colored-hr {
    color: #04b8ac;
    background: #04b8ac;
    margin-left: 30px;
    margin-right: auto;
    width: 40%;
}
.breadcrumb-wrapper-mask {
    background: rgba(0,0,0,0.5);
    height: 400px;
    top: 0px;
    position: absolute;
    width: 100%;
}

.what-wedo-card .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}
.what-wedo-card .overlay:hover {
   opacity:1;
}
.overlay .btn-outlined.btn-primary, .overlay .btn-outlined.btn-primary:hover, .overlay .btn-outlined.btn-primary:active {
    background-color: #fff;
    border-color: #fff;
}
.overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}
.preview:hover {
    color: #cdb49e  !important;
}
.what-wedo-card h4:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.what-wedo-card:hover h4{
    border-bottom: 4px solid #00b29e;
}
