﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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%;
    background-color: #222;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
}

/* Main Layout format.  */

.panel_top {
    background-color: #002448;
    border-bottom: 1px;
    border-color: #fff;
    border-bottom-style: solid
}

.panel_header {
    background-image: linear-gradient(rgb(0, 36, 72), rgb(31, 105, 178));
    border-bottom: 1px;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.panel_header_title {
    color: white;
    font-style: italic;
    text-align: center;
    font-size: xx-large;
}

.panel_middle {
    background-image: url(/img/canada_gardens.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 75vh;
    background-color: #222;
}

.panel_footer {
    background-color: #222;
}

.content_box {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    padding: 10px;
}

.login-label {
    margin-top: 0.4rem;
    font-size: 1.2rem;
}

.login-button {
    background-color: #002448;
}

.test {
    background-color: green;
}

.test2 {
    background-color: orange;
}

.test3 {
    background-color: yellow;
}

.LinkMenu {
    display: flex;
    justify-content: flex-end
}

.admin_button {
    /*width:200px;*/
    color: #008CBA;
}

.admin_dash {
    text-align: center;
    min-height: 15vh;
}

.control-button {
    color: #002448;
}

.hs-grey-f {
    color: #343232;
    padding-left: 15px;
}

.hs-blue {
    background-color: #002448;
    color: white;
}

.hs-blue-f {
    color: #002448;
}

.hs-yellow {
    color: #002448;
    background-color: #D3D800;
}

.hs-center {
    text-align:center;
}

.panel-custom {
    border: 1px solid #000000;
}

/* Disable editing PIN in
   the Control Users Page */ 
#PINtext {
    border-width:0px;
}

.user_button {
    color:white;
    background-color: #008CBA;
    
}

.site-control{
    border: #ced4da 1px solid;
    border-radius: .25rem;
    height:2.4rem;
}

.site-info {
    color: #3d3939;
    padding-left: 5px;
    margin-bottom: -15px;
}

.link_hes {
    color: #0A4B80;
}