:root {
    --accent: #005ac5;
    --accentInv: #ff8800;
    --error: #ff0000;
    --success: #00cc00;
    --navbar-height: 36px;
    --nav-color:#dddddd;
    --nav-bg:#35363a;

}
html, body{
 height:100%;
 overflow:hidden
}

body {
  font-size: .875rem;
  background: var(--nav-bg);
}

main {
  background:#f5f5f5;
  min-height: 100%;

 }

.container-fluid.full{
    height: calc(100% - var(--navbar-height) );
}

.row.full{
    height: 100%;
    overflow-y:auto
}

nav.navbar {
    background: -webkit-linear-gradient(top, var(--nav-bg), #222);
    z-index:1000;
}


.navbar-brand {
    height: 72px;
    background-image: url(/static/img/club_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: relative
}


button:focus {
  outline:none
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-size:20px
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: var(--nav-color)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: 0;
    padding-right: .25rem;
    color: #6c757d;
    content: ">";
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: var(--navbar-height) 0 0; /* Height of navbar */
  border-right:4px solid black;
  background: var(--nav-bg);
  font-size:1rem;
    background: -webkit-linear-gradient(top, #222, #222, #202020 );
}

.sidebar li:hover a span, .sidebar li:hover a i {
  color:#f5f5f5;
}

.sidebar li a i{
  margin:0 5px;
}


.sidebar .copyright {
  color:#444;
  font-size:11px;
  padding:20px;
  position:absolute;
  bottom:0
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - var(--navbar-height) );
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar li.nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  background: -webkit-linear-gradient(top, #252525, #202020);
}

.sidebar li.nav-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.30);
}

.sidebar li.nav-item:last-child {
    border-bottom: 0;
}

.sidebar .nav-link {
  color: var(--nav-color);
}

.sidebar .nav-link.active {
  color: var(--accent);
}

.sidebar .nav-link.disabled {
  color: var(--accent);
}

.sidebar li.nav-item.disabled a.nav-link span, 
.sidebar li.nav-item.disabled a.nav-link i {
  color:#666; 
}

.sidebar li.nav-item.disabled:hover a.nav-link span, 
.sidebar li.nav-item.disabled:hover a.nav-link i {
  color:#c01010;
  
}
.sidebar li.disabled:hover .nav-link a span, .sidebar li.nav-link.disabled:hover a i {

}



.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */



.navbar .navbar-toggler {
  font-size:0.8rem;
  top: .25rem;
  right: 0;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}





.breadcrumb {
    font-weight: 500;
    text-transform: none;
    flex-wrap: wrap;
    padding: .8rem 1rem .8rem 0;
    margin-bottom: 0;
    background-color: transparent;
    color:var(--nav-color);
    font-size:1rem;
}

.breadcrumb a{
    color:var(--nav-color);
    text-decoration: none
 }


.sidebar-sticky input.form-control {
    margin:0 20px 20px ;
    width:calc(100% - 40px);
}



.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    color:var(--nav-color);

}


@media (max-width: 767.98px) {
  .sidebar {
    top: 1rem;
  }
  .navbar-brand {
    height: 36px;
  }
  
  .breadcrumb {
    font-weight: normal;
    font-size:0.8rem;
    padding: .5rem;
  
  }

}



#gmap-wrapper {
  width:100%;
   height:100%;
}


#gmap {
    height: 100%;
    width: 100%;
    background: #333;
}

main.col-lg-10 {
  padding-left:0;
  padding-right:0
}


#status-bar {
  position:absolute;
  bottom:0;
  width:100%;
  z-index:1000;
}

#status-bar .row {
  padding-left: 15px;
  padding-right: 15px;
}

#cke_id_content, .django-ckeditor-widget {
  width:100%
}

.cookie-bar {
  font-size:1rem;
}

.cookie-bar h2 {
  margin-bottom:40px;
}



.cookie-bar-btns {
  width:100%;
  margin:10px 0;
  text-align:right;
}

