.bin_day_main_wrapper .form--block .integrated-component {
float: none;
}
.bin_day_main_wrapper .bincal_heading_wrapper {
border-color: #a282a7;
border-style: solid;
border-width: 1px 1px .75rem;
margin: 1.5rem 0 2rem;
padding: 1.8rem 2rem 2.5rem;
}
.bin_day_main_wrapper .list-group {
padding-left: 0;
margin-left: 0;
}
.bin_day_main_wrapper .list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.bin_day_main_wrapper .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.bin_day_main_wrapper .list-group-item p.list-heading {		
display: inline-block;		
font-size: 150%;		
font-weight: bold;		
}
.bin_day_main_wrapper .label-default {
background-color: #337ab7;
border-color: #2e6da4;
}
.bin_day_main_wrapper .label-primary {
background-color: #642f6c;
border-color: #521c57;
}
.bin_day_main_wrapper .label-success {
background-color: #5cb85c;
border-color: #4cae4c;
}
.bin_day_main_wrapper .label-warning {
background-color: #d9534f;
border-color: #d43f3a;
}
.bin_day_main_wrapper .label-warning {
background-color: #f0ad4e;
border-color: #eea236;
}
.bin_day_main_wrapper .label {
display: inline;
padding: .5em .6em .6em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
float: right;
}
.user-style--scheme-high-contrast .bin_day_main_wrapper .label {
	background-color: #000!important;
	color: #ff0!important;
	border: 1px solid #ff0!important;
}
.user-style--scheme-cream .bin_day_main_wrapper .label {
	background-color: #fff9d2!important;
	color: #010066!important;
	border: 1px solid #010066!important;
}
.user-style--scheme-blue .bin_day_main_wrapper .label {
	background-color: #9fcfff!important;
	color: #010066!important;
	border: 1px solid #010066!important;
}
.bin_day_main_wrapper .alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.bin_day_main_wrapper .list-group-item img {
vertical-align: middle;
display: inline-block;
margin-bottom: 0;
margin-right: .5rem;
}
