﻿/* 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;
}

.nav-item button.nav-link {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #dee2e6 #fff;
}

.nav-item button.nav-link:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.first-tab:first-child {
    margin-left: 0;
    padding-left: 0;
}

.tab-pane {
    padding: 16px 16px;
}


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-link {
    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;
}

.text-nowrap {
    white-space: nowrap;
}

@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 */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    line-height: 1.5;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.31rem;
    padding-bottom: 0.31rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

img.navbar-brand {
    max-width: 100%;
    max-height: 50px;
}

li.focused {
    border-bottom: 5px solid orange;
}

li {
    padding-right: 5px;
    padding-left: 5px;
}

.hidden {
    display: none;
}

label {
    margin-bottom: 0px;
}

    label.required::after {
        content: " *";
        color: #dc3545;
    }

.orangeCop {
    color: orange;
}

.blueCop {
    color: #F0783B;
}

.largeTextArea {
    width: 100% !important;
    /*min-width: 100% !important;*/
    height: 400px !important;
}

#divSaveAlert {
    width: 600px;
    top: -120px;
    z-index: 3000;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    background-color: rgb(212, 237, 218);
    border-color: rgb(195, 230, 203);
    border-style: solid;
    border-width: 1px;
    color: rgb(21, 87, 36);
    border-radius: 3px;
    padding: 10px;
}

.clickable {
    cursor: pointer;
}

#headerNav {
    /*background-image: linear-gradient(white, #F0783B);
    color: #364968;*/
}

#comsLogo {
    margin-left: 43px;
    margin-right: 43px;
    margin-top: 28px;
    margin-bottom: 28px;
    max-height: 55px;
}

#comsBanner {
    max-height: 55px;
}

.aLang {
    color: white;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    font-size: 40px;
    font-family: "SairaCondensed-SemiBold" !important;
}

#divLangSwitcher {
    background-color: #F26222;
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    width: 110px;
    /*https://bennettfeely.com/clippy/*/
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    text-align: center;
    vertical-align: bottom;
    display: table;
}

.maxLength600 {
    max-width: 600px;
}

.divOptions {
    position: absolute;
    margin-top: -33px;
    margin-left: -150px;
    width: 220px;
    /*top: -20px;*/
}

    .divOptions .card-body {
        padding: 5px 10px 5px 10px;
    }

tr.active {
    background-color: #ccffcc !important;
}

/* Appointment Picker */

.appointment-grid .time-slot {
    border: 1px solid #BDBDBD;
    margin: 2px;
    width: 100%;
    color: black;
}

.appointment-grid input[type=radio] {
    display: none;
}

.appointment-grid .time-slot-not-available {
    pointer-events: none;
    background-color: #e9ecef;
}

.appointment-grid .time-slot-available {
    cursor: pointer;
    background-color: white;
}

.appointment-grid .time-slot input[type=radio] {
    display: none;
}

.appointment-grid .time-slot input[type=checkbox] {
    display: none;
}

.appointment-grid .time-slot-available:hover {
    border: 1px solid #3D5AFE;
}

.appointment-grid .time-slot-available:checked {
    background-color: #3D5AFE;
    color: #fff;
}

.ui-autocomplete {
    z-index: 1050;
}

.modal-full-height .modal-dialog {
    height: 94% !important;
}

.modal-full-height .modal-content {
    height: 100% !important;
}

.modal-full-height .modal-body {
    overflow-y: auto;
}

.signature-pad {
    border: 1px solid black;
}

.badRecord {
    background-color: #f8d7da !important;
}

.active > .dropdown-item, li:active > .dropdown-item {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.table-wrap {
    table-layout: fixed;
    width: 100%;
}

    .table-wrap tbody {
        word-break: break-word;
    }

.table-responsive table {
    width: 100% !important;
}

.summaryKey:after {
    content: ":"
}

.productTypeHelpLink:hover{
    cursor: help;
}

.in-process {
    position: absolute;
    top: 46%;
    left: 46%;
    width: 100px;
    height: 100px;
    z-index: 9999;
}

    .in-process.show {
        height: 100px;
        width: 100px;
    }

    .in-process:not(.show) {
    }

.spinner-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100vw;
    height: 0px;
    color: #f26222;
    background-color: #EEE;
    opacity: 0;
    
}

    .spinner-backdrop.show {
        height: 100vh;
        opacity: 0.4;
        transition: opacity 0.5s ease, height 0s ease;
    }

    .spinner-backdrop:not(.show) {
        transition: opacity 0.5s ease, height 0s ease 0.5s;
    }


