.navbar-default {
    background-color: #2e6da4;
}
.nav>li>a {
    color: white;
}
.nav>li>a:hover {
    background-color: darkblue;
}
.nav>li>a:focus {
    background-color: darkblue;
}
body {
    background-color: #2e6da4;
}
#page-wrapper {
    background-color: #deebff;
}
.sidebar ul li a.active {
    background-color: transparent;
}
.nav-pills>li>a {
    color: black;
}
.nav-pills>li>a:hover {
    background-color: lightskyblue;
}
a.list-group-item:hover {
    background-color: #2e6da4;
    color: white;
}
a.list-group-item {
    border: 2px solid;
}
a.sub-call {
    background-color: #f8f8f8;
    color: black;
    margin-left: 20px;
}
.call-panel-body, .call-panel {
    margin: 0;
    padding: 0;
}
.score-num {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.chosen-score {
    outline: 7px solid #5bc0de;
}
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
textarea {
    max-width: 100%;
}
.even-odd-parent {
    border: 2px solid;
    border-color: #000000;
}
.odd {
    background-color: #f8f8f8;
}

.even, .even:focus {
    background-color: #deebff;
}

.cert-css {
    background-color: #98FB98;
}

.evenold:focus {
    background-color: #deebff !important;
    color: black !important;
}

.coach-row-dropdown {
    margin-left: 10px;
    margin-right: 10px;
    border-top: 0;
    padding: 5px;
    padding-bottom: 30px;
    border: 2px solid black;
    border-top: 0;
}
.chosen-each-call-row {
    border: 3px solid black;
}
.score-step {
    border: 1px solid darkblue;
    padding: 10px;
}
.label-info {
    font-size: 1.2em;
}
.cal-heading {
    font-size: 1.5em;
    border-bottom: 2px solid black;
    text-align: center;
}
.cal-day-td {
    width: 14.2%;
}
.cal-day-tr {
    min-height: 120px;
}
.cal-day {
    min-height: 120px;
    border: 1px solid black;
}
.cal-day-number {
    float: right;
    padding: 0px 2px
}
.hidden-scheduled-calls {
    display: none;
}
#chartelementid svg {width:100%;}

.panel-title {
    float: right;
}
.navbar-brand {
    color: white !important;
}
.graph-markings {
    position: relative;
}
.graph-num {
    font-size: .8em;
    position: absolute;
    margin-right: -1em;
}
.twentyfive {
    right: 75%;
}
.fifty {
    right: 50%;
}
.seventyfive {
    right: 25%;
}
.hundred {
    right: 0;
}
#id_description {
    height: 6em;
}
.navbar-brand {
    padding: 0;
}
.snap-audio {
    position: fixed;
    top: 0px;
    z-index: 1001;
    border: 2px solid #2e6da4;
    background-color: black;
}
.navbar-static-top {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+36,2e6da4+100 */
    background-color: #ffffff;

    /*border-bottom: 2px solid #2e6da4;*/
}
.nb-top-links > li > a {
    color: #2e6da4;
    border-radius: 50%;
}
.nb-top-links > li > a:hover {
    background-color: #2e6da4;
    color: white;
}
.day-avail {
    border-color: blue;
    border-width: 4px;
}

.bootstrap-switch-container {
    width: 165px !important;
}

.page-wrapper-printer {
    margin-left: 0 !important;
    background-color: #FFFFFF !important;
}
.red_percent {
    background-color: #ff0000 !important;
}
.yellow_percent {
    background-color: #ffdd00 !important;
}
.green_percent {
    background-color: #88ff00 !important;
}