@charset "utf-8";
/* CSS Document */

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
	height: 28px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
div.centre
{
  width: 98%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.costs_table
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
div.dt-buttons {
    float: right!important;
	padding-bottom: 3px!important;
    /*margin-left:10px;*/
}
.custom-combobox {
	position: relative;
	display: inline-block;
	width: 87%;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.btn-group {  
    white-space: nowrap!important; 
}
.btn-group .btn {  
    float: none!important;
    display: inline-block!important;
}
.btn .dropdown-toggle { 
    margin-left: -4px!important;
}
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 8rem;
  font-size:11.5px;
  font-weight: 750;
}