
.btn-days { 
	color: #ffffff; 
	background-color: #4285F4; 
	border-color: #4285F4; 
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;	
} 
 
.btn-days:hover, 
.btn-days:focus, 
.btn-days:active, 
.btn-days.active, 
.open .dropdown-toggle.btn-days { 
  color: #ffffff; 
  background-color: #81ADF8; 
  border-color: #81ADF8; 
} 
 
.btn-days:active, 
.btn-days.active, 
.open .dropdown-toggle.btn-days { 
  background-image: none; 
} 
 
.btn-days.disabled, 
.btn-days[disabled], 
fieldset[disabled] .btn-days, 
.btn-days.disabled:hover, 
.btn-days[disabled]:hover, 
fieldset[disabled] .btn-days:hover, 
.btn-days.disabled:focus, 
.btn-days[disabled]:focus, 
fieldset[disabled] .btn-days:focus, 
.btn-days.disabled:active, 
.btn-days[disabled]:active, 
fieldset[disabled] .btn-days:active, 
.btn-days.disabled.active, 
.btn-days[disabled].active, 
fieldset[disabled] .btn-days.active { 
  background-color: #4285F4; 
  border-color: #4285F4; 
} 
 
.btn-days .badge { 
  color: #4285F4; 
  background-color: #ffffff; 
}

.modal-dialog{
	width:100%;
	max-width:860px;
	float:right;
	margin-right:8px;
}

@media (max-width: 1000px) {
	.modal-dialog{
		width:100%;
		max-width:860px;
		margin-right:0px;
		margin-left:0px;
	}
}

@media (max-width: 865px) {
	.btn-group, .btn-group-vertical{
		display:inline;		
	}
	
	.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group{
		margin-top:4px;
	}
}

.btn-group, .btn-group-vertical{
	display:initial;
}

.btn-group .btn{
	border-radius: 0 !important;
	margin-bottom:4px;
	margin-left:0 !important;
}