@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;
}
input[type="radio"] {   
    cursor: pointer;
}
.custom-input-group {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.custom-addon {
 width: 28%;
}
.phone-input{
	margin-bottom:8px;
}
.email-input{
	margin-bottom:8px;
}
.blink-unread-bg{
	color: #fff;
	/*padding: 10px;
	display: inline-block;
	border-radius: 5px;*/
	animation: blinkingunreadBackground 2s infinite;
}
@keyframes blinkingunreadBackground{
	0%		{ background-color: #39f764 ; border: 1px solid #39f764 }
	25%		{ background-color: #33d558 ; border: 1px solid #33d558 }
	75%		{ background-color: #28a745; border: 1px solid #28a745}
	/*50%		{ background-color: #ef0a1a;}
	75%		{ background-color: #254878;}
	100%	        { background-color: #04a1d5;}*/
}
.blink-unread-bg-li{
	color: #fff;
	/*margin: 6px 6px 0;
	padding: 10px;
	display: inline-block;
	border-radius: 5px;*/
	animation: blinkingunreadBackground_li 3s infinite;
}
@keyframes blinkingunreadBackground_li{
	/*0%		{ background-color: #39f764 ;  }*/
	50%		{ background-color: #91ffaa ;  }
	/*50%		{ background-color: #a7f9ba ; border: 1px solid #a7f9ba }
	50%		{ background-color: #ef0a1a;}
	75%		{ background-color: #254878;}
	100%	        { background-color: #04a1d5;}*/
}
.float{
	position:fixed;
	width:35px;
	height:35px;
	bottom:112px;
	right:33px;
	background-color:#43a4dc;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:16px !important;
	box-shadow: 2px 2px 3px #999;
	/*text-decoration: none;*/
	z-index:100;
}
.float:hover{
	background-color: #3182b0 !important;
	color: #ffffff !important;
}
.my-float{
	margin-top:9px;
}
.blink-bg{
	color: #fff;
	/*padding: 10px;
	display: inline-block;
	border-radius: 5px;*/
	animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground{
	/*0%		{ background-color: #39f764 ; border: 1px solid #39f764 }
	25%		{ background-color: #33d558 ; border: 1px solid #33d558 }
	75%		{ background-color: #28a745; border: 1px solid #28a745}*/
	0%		{ background-color: #39f764;}
	50%		{ background-color: #28a745;}
}
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}