﻿/* 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. */
body {
    padding-bottom: 20px;
    font-family: 'Candara', sans-serif !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.popup {
    display: none;
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: 5000;
}

    .popup .wrapper {
        position: relative;
        left: -50%;
        /*popup-styles*/
        background-color: #212121;
        padding: 10px;
        border: solid 2px #999999;
        border-radius: 10px;
    }

h1 {
    font-size: 36px;
    font-weight: 800;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

.card {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

a {
    color: lightgray;
    text-decoration: underline;
}

    a:hover {
        color: white;
        text-decoration: underline;
    }

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #565656;
}

.popover-body {
    background-color: #565656;
}

.dropdown-item {
    color: lightgray;
    text-decoration: none !important;
}

.nav-link {
    color: lightgray;
    text-decoration: none !important;
}

nav-link:hover {
    color: white;
    text-decoration: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.table-warning > td {
    background-color: #9e660d;
}

.table-success > td {
    background-color: #006b50;
}

.social-links > a {
    text-decoration: none;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

button.incoming-call {
    min-width: 250px;
}

.modal-open {
    padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

.card-primary {
    background: #375a7f;
}

.card-dark-button {
    cursor: pointer;
}

    .card-dark-button:hover {
        background: #3498DB;
    }

    .card-dark-button > .card-body > a {
        text-decoration: none !important;
    }

.card-incoming {
    margin-right: 20%;
    margin-bottom: 0;
}

.card-outgoing {
    margin-left: 20%;
    margin-bottom: 0;
    background: #565656;
}

.card-notes {    
    margin-bottom: 0;
    background: #936C00;
    border-radius: 0;
}

.card-fileupload {    
    margin-bottom: 0;
    background: #181818;    
}

.chat-message {
    margin-left: 15px;
    margin-bottom: 2em;
    width: 90%;
}

.card.bg-success {
    background-color: #006b50 !important;
}

.sb-outgoing:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid #565656;
    border-right: 15px solid transparent;
    border-top: 15px solid #565656;
    border-bottom: 15px solid transparent;
    right: -19px;
    top: 2px;
}

.sb-incoming:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid #303030;
    border-top: 15px solid #303030;
    border-bottom: 15px solid transparent;
    left: -19px;
    top: 2px;
}

.custom-file-input {
    cursor: pointer;
}

.image-container {
}

    .image-container img {
        width: 100%;
    }

.chat-container {
    display: flex;
    flex-direction: column-reverse;
    overflow: auto;
    height: 100%;
}

.body-content {
    padding-top: 75px;
}

.btn-notes {
    background-color: #936C00;
    border-color: #936C00;
}

.btn-notes:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #000
}

.tt-menu { /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
    color: black;
}

    .tt-suggestion.tt-cursor, .tt-suggestion:hover {
        color: #000;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }