.navbar{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page_title{
  flex-grow: 1;
}

.options > li{
  float: left;
}

.options .btn-default{
  height: 36.5px;
  padding: 0 15px;
  color: #333;
	background-color: #e6e6e6;
	border-color: #d2d6de;
}

.options .btn-default:hover, .options .btn-default:focus{
	color: #333;
	background-color: #e6e6e6;
	border-color: #d2d6de;
}
.options .selectize-input{
  min-height: unset;
  font-size: 10pt;
}
.options .input-daterange input{
  font-size: 10pt;
}
.options .selectize-input.items.full.has-options.has-items{
	color: #333;
	background-color: #e6e6e6;
	border-color: #d2d6de;
}
.options .selectize-control.single .selectize-input::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
}

.dropdown{
  display: inline;
  margin-right: 0px;
}
#time_left{
  margin-left: 6px;
  border-radius: 3px 0 0 3px;
  border-right: none;
}

#time_right{
  margin-right: 6px;
  border-radius: 0 3px 3px 0;
  border-left: none;
}

#timerange{
  width: 228px;
}
#timerange input, #timerange .input-group-text{
  border-radius: 0;
	border-color: #d2d6de;
}
