﻿/* 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;
}

.overflow-visible {
    overflow: visible !important;
}

#grid tr td, #grid tr th {
    overflow: visible !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-stoppers {
    color: #fff;
    background-color: #74941c;
    border-color: #607a18;
}

.btn-stoppers:hover {
    color: #cccccc;
}

.btn-stoppers-secondary {
    color: #fff;
    background-color: #fe9727;
    border-color: #bd711e;
}

.btn-stoppers-secondary:hover {
    color: #cccccc;
}

.bg-branded {
    background-color: #74941c;
}

.bg-light-grey {
    background-color: #ededed;
}


.stoppers-colour {
    color: #74941c !important;
}

.stopper-colour:hover {
    color: #74941c !important;
}

.text-stoppersBranded {
    color: #74941c !important;
}

.list-section:hover {
   
    background-color: #cccccc !important;
}

.no-click {
    pointer-events: none;
}


.text-wrap-with-space {
    white-space: normal !important;
    line-height: normal !important;
}

.text-black {
    color: black !important;
}

.breakline-gray {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    height: 10px !important;
    color: #DFDFDF !important;
    background-color: #DFDFDF !important;
}

.filledArea {
    padding: 1rem;
    background-color: #6c757d;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}

.fixed-bottom-above-footer {
    position: fixed;
    right: 0;
    bottom: 12%;
    left: 0;
    z-index: 1030;
    pointer-events: none;
}

.pointer-event-all {
    pointer-events: all;
}


.white {
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.fill {
    min-height: 100%;
    height: 100%;
}

/* 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 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    flex: 0 0 50px; /*or just height:50px;*/
    margin-top: auto;
}
