﻿/* 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: #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;
    background-color: #F7F7F7;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.user-menu a {
    display: inline-block;
    line-height: 59px;
    font-size: 1em;
    font-weight: bold;
}

    .user-menu a.selected {
        border-bottom: solid 4px #0A286F;
    }

.companies-container a {
    display: block;
    padding: 15px;
    border: solid 1px #0A286F;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: darkgray;
}

    .companies-container a.active {
        border: solid 1px #0A286F;
    }

    .companies-container a:hover {
        text-decoration: none;
    }
.companies-container .org-logo {
    max-height: 170px;
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
    .count-circle {
        display: inline-block;
        position: absolute;
        text-align: center;
        top: -10px;
        right: -10px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        background-color: #28a745;
        border: 1px solid #28a745;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    

.message-container .message-thread {
    max-width: 1000px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    /*background-color: ghostwhite;*/
    border-radius: 5px;
}

    .message-container .message-thread .form-group {
        margin-top: 15px;
        padding-top: 15px;
        border-top: solid 2px #f5f5f5;
    }

    .message-container .message-thread .message-timestamp {
        text-align: center;
        font-size: 10px;
    }

    .message-container .message-thread p {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        max-width: 355px;
        word-wrap: break-word;
        white-space: pre;
        margin-bottom: 12px;
        line-height: 24px;
        position: relative;
        padding: 10px 20px;
        border-radius: 25px;
    }

        .message-container .message-thread p:before,
        .message-container .message-thread p:after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 25px;
        }


        .message-container .message-thread p.from-me {
            color: white;
            background: #0B93F6;
            align-self: flex-end;
        }

            .message-container .message-thread p.from-me:before {
                right: -7px;
                width: 20px;
                background-color: #0B93F6;
                border-bottom-left-radius: 16px 14px;
            }

            .message-container .message-thread p.from-me:after {
                right: -16px;
                width: 16px;
                background-color: white;
                border-bottom-left-radius: 10px;
            }

        .message-container .message-thread p.from-them {
            background: #E5E5EA;
            color: black;
            align-self: flex-start;
        }

            .message-container .message-thread p.from-them:before {
                left: -7px;
                width: 20px;
                background-color: #E5E5EA;
                border-bottom-right-radius: 16px 14px;
            }

            .message-container .message-thread p.from-them:after {
                left: -26px;
                width: 26px;
                background-color: white;
                border-bottom-right-radius: 10px;
            }

.default-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    fill: #000000;
    color: #000000;
    background-color: #0A286F00;
    border-style: solid;
    border-width: 1.3px 1.3px 1.3px 1.3px;
    border-color: #000000;
    border-radius: 27px 27px 27px 27px;
    padding: 15px 40px 15px 40px;
}

    .default-button:hover,
    .default-button:focus {
        color: #F7F7F7;
        background-color: #0A286F;
        border-color: #0A286F;
        text-decoration: none;
    }

.user-menu {
    height: 80px;
}

    .user-menu .user-info {
        background-color: #F7F7F7;
    }

.shared-folder {
    font-size: 1.2em;
    font-weight: bold;
}

    .shared-folder .file {
        font-weight: normal;
        font-size: 1em;
    }
