
.glyphicon-time, .glyphicon-calendar, .glyphicon-chevron-up, 
.glyphicon-chevron-down, .glyphicon-chevron-left, 
.glyphicon-chevron-right, .glyphicon-screenshot, 
.glyphicon-trash, .glyphicon-remove {
	color: #50b680;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #50b680;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #50b680;
}

.bootstrap-datetimepicker-widget .day.active.today{
	background-color: #50b680 !important;
}

.btn{
	background: none;	
}

.btn-primary{
	background-color: #50b680;
	border: none;
}

.btn-toggle {
	border-color: rgba(255, 255, 255, 0.55) !important;
	border-width: 1px;
	color: #ffffff !important;
}

.date-toggle .btn-toggle.active{
	background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.55) !important;
    color: #f2f2f2 !important;
    z-index: -1;
}
