﻿:root {
    --main-color-1: rgba(43, 63, 84, 1);
    --main-color-2: rgba(61, 88, 118, 1);
    --main-color-1-seeThrough-5: rgba(43, 63, 84, .5);
    --main-color-1-seeThrough-1: rgba(43, 63, 84, .1);
    --main-color-1-border: rgba(35, 50, 67, 1);
    --main-color-1-border-seeThrough-1: rgba(35, 50, 67, .1);
    --main-color-1-border-seeThrough-5: rgba(35, 50, 67, .5);
    --main-color-1-light: rgba(171, 190, 211, 1);
    --main-color-1-light-seeThrough-5: rgba(171, 190, 211, .5);
    --main-color-1-light-seeThrough-1: rgba(171, 190, 211, .1);
    --main-color-1-light-border: rgba(138, 165, 193, 1);
}


html, body {
    background-color: white;
    background-color: #F7F7F7 !important;
    height: 100%;
    margin: 0;
}

.body {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1{
    font-size:2rem !important;
}

.content {
    flex: 1;
}


.CenterMe {
    vertical-align: middle !important;
    text-align: center;
}

.NoWidth{
    width:0px;
}
.top_nav .navbar-right{margin:0;}
.toggle{padding-top:0;}

.TopBanner {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 40%;
    font-size:16px;
}

.ContentCentered {
    max-width: 90vw;
    margin: auto;
    float: none;
}

.ColorMeRed{
    color:red !important;
}

.ColorMeBlue{
    color:blue !important;
}

.ColorMeGreen{
    color:green !important;
}

.HideMe{

}


.ReverableContainer {
    display: flex;
    flex-direction: row; /* Default: Divs side by side */
}
/* Media query for small screens */
@media (max-width: 600px) {
    .ReverableContainer {
        flex-direction: column-reverse; /* Swap the order */
    }
}
.ReverableContainerDiv {
    flex: 1; /* Equal width for both divs */
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
}

/* Media query for small screens */
@media (max-width: 600px) {
    .SetTitle-Sm {
        display:block !important;
    }
}

.SetTitle-Sm {
    display:none;
}
/* Media query for small screens */
@media (max-width: 600px) {
    .SetTitle-Lg {
        display: none !important;
        
    }
}

.SetTitle-Lg {
    display: block;
}



.SearchBar input[type=text] {
    padding: 6px;
    margin-top: 8px;
    margin-right: 16px;
    border: none;
    font-size: 17px;
    width:300px;
}

@media screen and (max-width: 600px) {
    .topnav a, .SearchBar input[type=text] {
        display: block;
        text-align: left;
        width: 92%;
        margin: auto;
        padding: 4px;
    }

    .SearchBar input[type=text] {
        border: 1px solid #ccc;
    }
}

.nav-tabs a {
    border-bottom: 0;
    background-color:white !important;
    border-radius: 6px 8px 6px 8px !important;
}

    .nav-tabs a.active {
        border: 1px solid var(--main-color-1-light) !important;
        border-bottom: 6px solid var(--main-color-1-light) !important;
        font-weight: 700 !important;
        margin-bottom: -6px !important;
        border-radius: 6px  !important;
    }


.CardDetailsTitle {
    position: relative;
    left: 20px;
    top: -20px;
    background: white;
    border: 3px solid darkseagreen;
    padding: 2px 6px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
}

.CircleMe { /*: after*/
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    line-height: 0.8em;
    border-radius: 50%;
    margin-left: 6px;
    padding: 0.13em 0.2em 0.09em 0.2em;
    color: inherit;
    border: 1px solid;
    text-decoration: none;
}

.HoverToDisplay {
    /*display: inline-block;*/
    position: relative;
    width: fit-content;
}

.HoverToDisplayMe {
    text-align:left;
    font-size:small;
    font-weight:normal;
    background-color: white;
    width: max-content;
    max-width: 400px;
    padding: .3rem;
    /*display: none;*/
    position: absolute;
    top: -0.3rem;
    left: 1.4rem;
    z-index: 50;
    visibility: hidden;
    border: 1px solid gray;
    line-height: 1.2rem;
    padding:1rem;
    border-radius:1rem;
}

.HoverToDisplay:hover .HoverToDisplayMe {
    /*display: inline-block;*/

    visibility: visible;
}

@media(max-width:800px) {
    .HoverToDisplayMe {
        max-width: 50vw;
    }
}

.ReportChunk {
    border: 1px solid gray;
    background-color: #F7F7F7;
    position: relative;
    border-radius: 10px;
    padding: 0;
    max-width: 20rem;
}

.ReportButton {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    border: 0;
    padding: 1.4rem
}

    .ReportButton:hover {
        background-color: #e6e6e6;
    }

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.form-label{
    font-weight:700;
    margin-bottom:0;
    font-size:.9rem;
}


.CenterBox {
    background: white;
    max-width: 50em;
    width: 100%;
    padding: 2rem;
    margin-top: auto !important;
    border-radius: 2rem;
    margin-bottom: auto !important;
    border: 1px solid var(--main-color-2);
    border-right: 1rem solid var(--main-color-2);
    border-left: 1rem solid var(--main-color-2);
}



.inlineControl {
    border: 1px solid var(--bs-border-color);
    margin: 0;
    border-radius: .5rem;

}

.inlineControl input {
    border-width: 0 0 0 1px;
    height: 3rem;
}

@media (max-width:576px){
    .inlineControl input {
        border-width: 0 0 0 0;
        height: 2rem;
    }


}

.fillRestOfFlexbox{
    flex-grow:1;
    padding-right:0;
}

.margin-tb-auto{
    margin-top:auto;
    margin-bottom:auto;
}









/* Dropdown Button */
.dropdownbtn {
    /*background-color: #04AA6D;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-opendownleft {
    right:0;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropdownbtn {
    /*background-color: #3e8e41;*/
}