.padding-md h1 {font-size: 24px;border-bottom: 1px solid #eeeeee;padding: 0 20px 20px 10px;margin: 0 -20px 20px -20px;}
.grid-view {padding: 0;}
.panel-divider {padding: 10px 15px; border-bottom: 1px solid #f1f5fc; border-top: 1px solid #f1f5fc;}
.panel-body .panel-divider {margin: 0 -15px 15px -15px;}
.form-group.buttons {border-top: 1px solid #F1F5FC;padding:15px 15px 0 15px;margin:15px -15px 0 -15px;}
.panel-title .btn-primary {color: #fff;}
.panel-title .btn-primary.pull-right {margin-top: -2px;}
.grid-view .button-column {width: 70px; min-width: 70px;}

body input[type="checkbox"], body input[type="radio"] {
	opacity:1;
    margin-right: 20px;
}

body div.datepicker {
    z-index:1050;
}



body .table > tbody td.weekend {
    background-color: #808080;
}

body .table > tbody td.green {
    background-color: green;
    color: white;
}

body .table > tbody td.yellow {
    background-color: #ffff00;
}

body .table > tbody td.red {
    background-color: red;
    color:black;
}

body .table.best-ship-results > tbody td.result {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

body .table.best-ship-results > tbody td.alt-result {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	background-color: #666;
	color: white;
}
body #top-nav.skin-1 .brand {
    background: none repeat scroll 0 0 #DFDFDF;
}

#top-nav.skin-1 {
    background: none repeat scroll 0 0 #DFDFDF;
    border-bottom-color: #DFDFDF;
}

#top-nav.skin-1 .nav-notification > li > a {
    color: #000;
}
