body {
    background: #009C68;
}

.page-header {
    display: none;
}

#wrapper, #navbar, .navbar-header, #create-link,
.pagination > .active > a {
    background: #00643D;
}

div#wrapper {
    background-color: #009C68;
}

div.navbar-brand a.navbar-brand, div.navbar-brand a.navbar-brand:hover {
    font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;
    color: #009C68;
}

div.navbar-brand {
    position: relative;
}

div.navbar-brand a {
    position: absolute;
    top: 50%;
    margin-top: 45px;
}

div.navbar-brand img {
    position: absolute;
    margin-top: 20px;
    height: 100px;
}

div#navbar {
    background-image: url('https://storage.googleapis.com/riders-beta-static/Group2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #00643D;
    height: 150px;
}

nav.navbar-fixed-top {
    border-bottom: 0px;
}

.sidebar-collapse .nav > li > a {
    margin-left: 20px;
    font-size: 1.2em;
}

.sidebar-collapse ul.nav > li {
    background-position: 15px;
    /* margin-left: 35px; */
    padding-left: 30px;
}

.sidebar-collapse ul.nav > li.selected, .sidebar-collapse ul.nav > li.selected > a {
    background-color: #00643D;
}

.sidebar-collapse ul.nav > li {
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-size: 1.2em;
}

.navbar-side div ul li#nav-item-Players {
    background-image: url('https://storage.googleapis.com/riders-beta-static/Contacts.png');
}

.navbar-side div ul li#nav-item-Evaluations {
    background-image: url('https://storage.googleapis.com/riders-beta-static/Evaluation.png');
    background-size: 1.0em; /* This image is a little bigger than the others */
}

.navbar-side div ul li#nav-item-Scouts {
    background-image: url('https://storage.googleapis.com/riders-beta-static/Scouts.png');
}

.navbar-side div ul li#nav-item-Reports {
    background-image: url('https://storage.googleapis.com/riders-beta-static/Reports.png');
}

.navbar-side div ul li#nav-item-Documentation {
    background-image: url('https://storage.googleapis.com/riders-beta-static/Documents.png');
}

.navbar-side div ul li#nav-item-Depth\ Chart {
    background-image: url('https://storage.googleapis.com/riders-beta-static/depth_chart_icon.png');
}

.navbar-side div ul li#nav-item-Admins {
    background-image: url('https://storage.googleapis.com/riders-beta-static/admin_icon.png');
}

.navbar-side div ul li#nav-item-Duplicates {
    background-image: url('https://storage.googleapis.com/riders-beta-static/duplicates.png');
}

div.navbar-footer {
    width: 100%;
    height: 10px;
    clear: both;
    position: absolute;
    bottom: 0;
    background-color: #009C68;
}

body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.login-screen-box {
    margin: 0 auto;
    float: none;
}

.login-screen-box p.submit {
    text-align: right;
}

form p input#username, form p input#password {
    width: 100%;
}

input.btn-default, a#create-link {
    border-radius: 0px;
    color: white;
    background: #00643D;
}

.btn-submit, .btn-submit:hover, .btn-submit:active, .btn-submit:focus,
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-default[disabled], .btn-default[disabled]:hover {
    border-radius: 0px;
    background: #00643D;
}

.form-control:focus, .pagination > .active > a {
    border-color:  #00643D;
}

.pagination > li > a, #form-panel .cancel-button, #form-update-panel .cancel-button {
    color: #00643D;
}

.btn-submit, .btn-submit:hover, .btn-submit:active, .btn-submit:focus,
.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus
{
    color: white;
}

.btn-export {
    display: inline !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
}

form p label {
    color: #00643D;
}

.form-control {
    float: none !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px;
    border: 1px solid #00643D;
    min-width: 200px;
}

input.form-control, button.form-control, select.form-control, textarea.form-control {

}

input.date {
    min-width: unset;
    display: inline-block;
    width: auto;
}

#object_list thead tr {
    background-color: #00643D;
    color: #ffffff;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-navbar .navbar-brand {
    height: unset;
}

.table-striped tr:nth-of-type(odd) {
    background-color: #009C68;
    color: white;
}

.table-striped tr:nth-of-type(even) {
    background-color: white;
    color: unset;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #009C68;
    color: unset;
}

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: white;
    color: unset;
}

tr.striped-row:nth-child(even) > td {
    background-color: white !important;
    color:unset !important;
}

div.sub-form {
    margin-top: 10px;
    border-top: 2px solid grey;
}

/* Add partially transparent background images */
.panel {
    background-color: transparent;
    webkit-box-shadow: none;
    box-shadow: none;
}

div#page-wrapper {
    background-image: url('https://storage.googleapis.com/riders-beta-static/MainBackground.png');
    background-repeat: no-repeat;
}

/* This is overriding the one in our custom-styles.css:125 */
.panel-default > .panel-heading {
    background-color: transparent;
}

.fa-chevron-down {
    color: white;
}

.fa-chevron-up {
    color: white;
}

h1 {
    color: #333333;
}

h2 {
    font-size: 1.2em;
    color:#00643D;
    font-weight:bold;
    margin-bottom:15px;
}

.panel-body .row:nth-child(n+2)  {
    margin-top:25px;
}

#form-panel input[type="file"], #form-update-panel input[type="file"] {
    padding-top: 5px;
}
