html { margin-bottom: 65px }

.h5 {
    font-weight: bold
}  

.container-fluid{
    scroll-behaviour:auto;
}
/* MAP STYLES */
#mapid {
        width: 100%;
        height: 700px;
      }
#boundaryMap {
        width: 80%;
        height: 300px;
        position:relative;
        align-content: center;
      }
     
/* other styles */

.attrTable{
    font-weight: lighter;
    border-right-style: none !important;
    border-left-style: none !important;
    font-weight: lighter;
    font-style: italic;
}

.table-no-side-borders{    
    border-right-style: none !important;
    border-left-style: none !important;
}

.england{
    background-color: #553c7b !important; 
    border-color:  #553c7b !important;
    margin-bottom: 0.5em !important;
}

.scotland{
    background-color: #336699 !important;
    border-color:  #336699 !important;
    margin-bottom: 0.5em !important;
}

.n_ireland{
    background-color: #679dd3 !important;
    border-color:  #679dd3 !important;
    margin-bottom: 0.5em !important;
}

.wales{
    background-color: rgba(157, 12, 12, 0.83) !important;
    border-color:  rgba(157, 12, 12, 0.83) !important;
    margin-bottom: 0.5em !important;
}    
.bottom-border{
    border-bottom: dotted 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nopadding-sides{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.nopadding-right{
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.l-mand{
    font-weight:bold;
    color: #ffffff;
    background-color: #f0ad4e;
    padding:2px 4px;
    border-radius: 2px;
}

.s-mand{
    font-weight:bold;
    color: #ffffff;
    background-color: #67b168;
    padding: 2px 4px;
    border-radius: 2px;        
}

.bf-message-detail {
    padding:0px;
}

.maptiler-geocoder-results{
    z-index: 100000 !important;
}



.bborder {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-top: 10px;
}

#reason {
    width:100%  !important;     
}

.wrapper {
    display: flex;
    align-items: stretch;
}


@media (min-width: 768px) {


    #reason {
        width:100% !important

    }
    .grid td {
        display: block;
        float: left;
        width: 50%;
        white-space: nowrap;
        box-sizing: border-box;

    }
    .grid td:nth-child(2n+3) {
        clear: left;
    }

}
@media (max-width: 768px) {



    #reason {
        width:100% !important;
    }



}
.nav-list {
    margin-bottom: 20px;
/*    margin-left: -20px;
    margin-right: -21px;*/
}
.nav-list > li > a {
    padding-left: 20px;
    padding-right: 20px;
}
.nav-list > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #428bca;
    color: #fff;
}
.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.main .page-header {
    margin-top: 0;
}


div > .btn-group > button.multiselect {
    width:100%;
}
div > .btn-group > ul {
    width:100%;
}

/* Popup container */
.popup {
  position: relative;
  display: hidden;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: auto;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  border: solid 1px #ccc;
  padding: 8px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}



/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}