html { margin-bottom: 65px }

.h5 {
    font-weight: bold
}

.container-fluid{
    scroll-behaviour:auto;
    box-sizing: content-box;
}
/* 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: normal;
    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;
}

.jersey{
    background-color: #578f30 !important;
    border-color:  #578f30 !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
    }
}
@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 ;}
}

.ui-menuitem.ui-widget.ui-corner-all:nth-last-child(2) {
     float: right !important;
 }
.ui-menuitem.ui-widget.ui-corner-all:last-child {
    float: right !important;
}
/* bottom menu colours*/
.navbar-inverse .ui-menuitem-link .ui-menuitem-text {
    color: #f0f0f0 !important;
}
.navbar-inverse .ui-menuitem-icon {
    color: #f0f0f0 !important;
}

.btn-primary .ui-menuitem-text {
    color: #f0f0f0 !important;
}

.btn-primary .ui-menuitem-icon {
    color: #f0f0f0 !important;
}

body .ui-tabmenu .ui-tabmenu-nav {
    overflow-x: hidden;
}
select.form-control{
    background-repeat: no-repeat;
    background-position: center right;
}
/* left hand project menu styles */
.proj-menu-icon{
    font-size: 1.3rem;
    vertical-align: baseline;
}
.proj-menu-icon-inactive{
    color: #cccccc !important;
}

.proj-menu-active{
    color: #ffffff !important;
}
.proj-menu-grid{
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}
.proj-menu-text{
    font-size:1.0rem !important;
}

.proj-menu-grid > .col-2 , .proj-menu-grid > .col-8{
    padding: 0.3rem !important;
}

/** Expand default menu width */
body .ui-menu .ui-menu-list .ui-menu-child {
    min-width: 12rem;
    width: auto;
}
