/* ==================================================== */
/* Tracks4Africa overrides to the bootstrap CSS         */
/* ==================================================== */

html, body {
    height: 100%;
    width: 100%;
    padding-top: 25px;
}

#newmap {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: white;
}

.fill {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
}


/* ---------------------------------------------------- */
/* Navigation bar style overrides                       */
/* ---------------------------------------------------- */
nav > .container-fluid{
  background-color: #f2b536;
  background-color: white;
}
.site-navbar .navbar-nav > li > a {
  background-color: #f2b536;
  background-color: white;
  color: black;
  font-weight: bold;
}
.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > li > a:focus {
  color: darkgray;
  background-color: #1e92d7;
}
.site-navbar .navbar-nav > .active > a,
.site-navbar .navbar-nav > .active > a:hover,
.site-navbar .navbar-nav > .active > a:focus {
  color: darkgray;
  background-color: #2e72c7;
  background-image: none;
}
.site-navbar .navbar-link {
  background-color: #2e72c7;
}


/* ---------------------------------------------------- */
/* Main content styles                                  */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Page footer styles                                   */
/* ---------------------------------------------------- */
.book-footer {
    margin-top: 1em;
    padding: 2em 0;
    background-color: #1e92d7;
}
.book-footer > div > a,
.book-footer > div > a:hover,
.book-footer > div > a:focus,
.book-footer > div > a:visited {
    color: white;
}

/* ---------------------------------------------------- */
/* Miscellaneous                                        */
/* ---------------------------------------------------- */


/* ---------------------------------------------------- */
/* Loader gif                                           */
/* ---------------------------------------------------- */
div.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/static/images/page-loader.gif') 50% 50% no-repeat #fff;
    opacity: 0.7;
}
