﻿


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.menu-item {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}

.btn-primary {
  color: #fff;
  background-color: #3D6BAA;
  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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.text-min {
    max-width: 100px;
}

.text-medium {
    max-width: 250px;
}

.text-large {
    max-width: 500px;
}

.button-fixed-normal {
    width: 80px;
}

@media screen and (max-width: 600px)
{
    #accountIcon {
        visibility: hidden;
    }

    #accountText {
        visibility: visible;
    }

    #accountDropdown {
        text-align: left;
    }
}

@media screen and (min-width: 600px)
{
    #accountIcon {
        visibility: visible;
    }

    #accountText {
        visibility: hidden;
    }

    #accountDropdown {
        text-align: right;
    }
}

.backgroundFooter {
    background-color: rgb(33,35,38) !important;
}

.backgroundBlue {
    background-color: #3D6BAA !important;
}

.backgroundHeaderGrey {
    background-color: #7e7e80 !important;
}

.colorHeaderGrey {
    color: #7e7e80 !important;
}

.backgroundPageGrey {
    background-color: #D5D5D5 !important;
}

.colorTHBlue {
    color: #396EAC !important;
}

.colorTHGrey {
    color: #7e7e80 !important;
}

.colorPipelayerBlue {
    color: #1C3D92 !important;
}

.colorTextGrey {
    color: #7e7e80 !important;
}

.colorTextBlue {
    color: #3D6BAA !important;
}

.hidden {
    display: none;
}

.document-to-upload {
    background-color: gray;
    color: white;
    border-radius: 5px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.social-table a {
    color: white;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.social-table a:hover {
    color: black;
}

/* Mapbox */

.mapboxgl-ctrl-logo {
    display: none !important;
}

/* Button Groups */
.btn-divider {
    width: 2px;
    background-color: white;
    margin: 0;
}
