.linkbtn01 {
	color:#ffffff;
	text-align:center;
	background-color:#f0ad4e;
	border-color:#eea236;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari,Google Chrome */
	-moz-border-radius: 3px; /* Firefox */
}
.linkbtn01 a {
	color:#ffffff;
	padding:5px 10px;
	display:block;
	text-decoration: none;
}

.linkbtn01 a:hover {
	text-align:center;
	background-color:#ec971f;
	border-color:#d58512;
	border-radius: 3px;
	-webkit-border-radius: 3px; /* Safari,Google Chrome */
	-moz-border-radius: 3px; /* Firefox */
	display:block;
}
.onoffswitch {
    position: relative; width: 55px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 17px; padding: 0; line-height: 17px;
    font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #3450C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 14px; height:14px; margin: 3.5px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 32px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 2px;
}
.dr_status {
    font-size: 30px; font-size: 3.0rem;
    font-weight:bold;
    text-align: center;
    padding: 0.2em;
    border-radius: 0.2em;
}
.dr_status_success {
    background-color:#5cb85c;
    border-color:#4cae4c;
    color:#fff;
}
.dr_status_failure {
    background-color:#d9534f;
    border-color:#d43f3a;
    color:#fff;
}
.dr_status_running {
    background-color:#337ab7;
    border-color:#4cae4c;
    color:#fff;
}

.navbar {
	background-color:#004ea2;
    border-color:#004ea2;
}
.navbar-inverse .navbar-nav > .active > a{
	background-color:#004ea2;

}
.navbar-inverse .navbar-nav > li > a{
	color:#ffffff;

}
.navbar-inverse .navbar-brand{
	color:#ffffff;

}