
.loaderBG{
	background-color:rgb(255, 211, 57);
}

.navbar{
	background-color:#FFAE1E;
}

.bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active{
	background-color: rgb(255, 211, 57)!important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
	background-image:none;
}

.btn-primary{
	background-color: rgb(255, 211, 57)!important;
	border-color:#FFAE1E!important;
}

.page-heading{
	background-color: rgb(255, 211, 57);
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after{
	background-color: #FFAE1E!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:#FFAE1E!important;
	border-color:#FFAE1E!important;
}

.form-control:hover, .form-control:focus, .cke_chrome:hover,.cke_chrome:focus, .fleetsList .btn:hover, .fleetsList .btn:focus{
	border-color:#FFAE1E!important;
}

em{
	color:#FFAE1E!important;
}

hr{
	border-top: 1px dotted #FFAE1E!important;
}

.btn-success{
	background-color:#5AB95A!important;
}

.btn-warning{
	background-color:#F0CF4E!important;
}

.btn-info{
	background-color:#59C2E1!important;
}

.btn-danger{
	background-color:#DD524E!important;
}

.text-success{
	background-color:#3C763D!important;
}

.text-danger{
	background-color:#A94442!important;
}

.text-warning{
	background-color:#8A6D3B!important;
}

.text-info{
	background-color:#31708F!important;
}

.navbar-default .navbar-toggle{
	background-color:#FFAE1E!important;
	color:#fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#fff!important;
	color:#FFAE1E!important;
	border-bottom:1px solid;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color:#FFAE1E!important;
	border-color:#FFAE1E!important;
}