/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px !important;
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important;
  /*font-family: 'Open Sans', sans-serif !important;*/
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

section.title {}
section.title h1 {
    margin: 0 0 15px 4px;
    color: #428bca;
    font-weight: normal;
    font-size: 25px;
}
.section-container {
    padding: 15px 20px 15px 15px;
    min-height: 80px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(153,153,153,.50);  /*  box-shadow: 0 2px 4px 0 rgba(153,153,153,.75);  */
}
.section-container .section-content {
    margin-left: 10px;
}

/* Brand */
.navbar-brand, .navbar-inverse .navbar-brand {
    font-size: 14px;
    font-weight: bold;
    color: #777;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #555;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #555;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
  }
}

/* Sidebar Navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;

  margin:2px 18px;
  border-radius:6px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}
.nav-sidebar li a {
    padding: 8px 10px;
}

.sub-nav li {
    list-style: none;
}
.navbar-inverse {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ebebeb;
}
.nav-sidebar li {
            margin: 10px 0 8px 0;
        }
        .nav-sidebar li li {
            margin: 2px 0;
        }
        .nav-sidebar li a {
            margin: 0 0 0 0; padding: 3px 0 3px 20px;
            font-size: 14px;
            color: #555;
        }
        .nav-sidebar li ul {
            margin: 0; padding: 0;
        }
        .nav-sidebar li ul li a {
            font-size: 12px;
        }
        .nav-sidebar li.active {
            font-weight: bold;
        }
        .nav-sidebar > .active > a {
            padding: 3px 0 3px 18px;
            color: #555;
            background-color: #EEE !important;
            border-radius: 0;
            border-left: solid 2px red;
        }
        .nav-sidebar > .active > a:hover {
            padding: 3px 0 3px 18px;
            color: #555;
            background-color: #EEE !important;
            border-radius: 0;
            border-left: solid 2px #ebbf11;
        }
        .nav-sidebar > li > a:hover {
            padding: 3px 0 3px 18px;
            border-left: solid 2px #ebbf11;
        }
        .nav > li > a {
            border-radius: 0;
        }


/* Top-Right Navigation */



.label {
    font-size: 14px;
    font-weight: normal;
}


/*
 * Main content
 */

.navbar-brand {
    padding: 12px 15px 15px 15px;
}
.navbar-brand img {
    margin-top: -3px;
}

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
}

 h1, .h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


#notify {
    position: absolute;
    top: 9px;
    left: 318px;
    padding: 5px;
    background: #fcf8e3;
    border: solid 1px #faebcc;
    border-radius: 3px;
    display: none;
}

div.bulk-rr-upload-error {
    color: darkred;
    white-space: pre-wrap;
}