﻿
.mainContent {
	background-color:rgba(168, 175, 160, 0.09);
	border-top:2px solid #D2D2D2;
}

.mainContent {
	padding-top:15px;
}


.mainLogo {
	margin-top:25px;
}

.mainNavigation {
	margin-top:30px;
}

.rightSidebar{
	border-left:2px dashed #F3EFEF;
}

.mainContainer {
	/* border-right:2px solid black; */
	/* min-height:1000px; */
}

.vcenter {
    display: flex;
    align-items: center;
}

.main-menu {
	height:100px;
}

#map {
	border: 2px solid #6B6A6A;
}

#mapwindow {
	height:500px;
	margin-bottom:15px;
}

.adp-directions{
	width:100%;
}


/* Prices table */
.pricesTable {
	width: 100% !important;
}

.pricesTable td:nth-child(11),.pricesTable td:nth-child(12) {
	min-width:40px;
}

.pricesTable td:nth-child(5) {
	max-width:35px;
	font-size: 10pt;
}

.pricesTable td:nth-child(7) {
    max-width: 50px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
	word-wrap: break-word
}

.averageCounters{
	width:100%;
	text-align:center;
	font-size:small;
	font-weight:bold;
	border:0;
}

/* Addresses table */
.addressesTable {
	width: 100% !important;
}


#subheader,#prefooter{width:100%;border-top:2px solid #7F1D0E;border-bottom:2px solid #B52913;text-align:center;font-size:11px;padding:5px;color:#fff;background:rgb(197,41,20);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(197,41,20)),color-stop(24%,rgb(197,41,20)),color-stop(76%,rgb(153,35,15)),color-stop(100%,rgb(151,35,15)));background:linear-gradient(to bottom,rgb(197,41,20) 0%,rgb(197,41,20) 24%,rgb(153,35,15) 76%,rgb(151,35,15) 100%)}
.lt-ie10 #subheader,.lt-ie10 #prefooter{background:#97230F repeat-x}

#footer{clear:both;margin:0;padding:15px 8px 8px 8px;color:#5b5b5b;background-color:#191718;line-height:2em;text-align:center;font-size:.8em}
#footer a{font-size:1em;font-weight:normal;color:#5b5b5b}
#footer a:hover,#footer a:active{text-decoration:underline;font-weight:normal;color:#5b5b5b}

/* Table */


.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 10px;
  text-align: center;
  font-size: 1.2em;
  background:none;
  background-color: #ffffff;
}


.blender {

font-size:8pt !important;
width:100px;
padding:0 !important;

}

table {
	vertical-align:middle;
	text-align:center;
}

table tr.row {
	text-align:center;
}

table th {
	text-align:center;
}

table th{
	font-weight:normal;
	color:#fff;
	padding:2px;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(197,41,20)),color-stop(24%,rgb(197,41,20)),color-stop(76%,rgb(153,35,15)),color-stop(100%,rgb(151,35,15)));
	background:linear-gradient(to bottom,rgb(197,41,20) 0%,rgb(197,41,20) 24%,rgb(153,35,15) 76%,rgb(151,35,15) 100%)
}

table th a{
	color:#fff
}

table th a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer
}

table thead {
	background-color:red;
}

.dataTables_wrapper .dataTables_filter {
	text-align:center;
	float: none;
}

.dataTables_wrapper .dataTables_length {
    float: none;
	text-align: center;
}

.bannedUser {
	background-color: red !important;
}

.dataTables_wrapper .dataTables_paginate {
	float:none;
	text-align: center;
}

.headerContainer {
	background-color:#222;
}

.navbar-inverse {
	background: none;
	border:none;
}


/*	Additional	*/
.blockquote{padding:5px 10px 5px 15px}
.pricetable{font-size:medium;width:1000px}
.pricetable thead{margin:5px;text-align:center}
.pricespread{background-color:#E64A00 !important}
.pricespread15{background-color:#EEDA4F !important}
.averagetable{font-size:medium;text-align:center;font-weight:bold;margin-bottom:10px}
.hidden{display:none}
.left{text-align:left}
.center{text-align:center}
.right{text-align:right}
.valign{vertical-align:middle}
.valign-top{vertical-align:top}
.valign-bottom{vertical-align:bottom}
.wrapper-left{display:inline;float:left;padding-right:10px;border-style:none}
.wrapper-right{display:inline;float:right;padding-left:10px;border-style:none}


/*	gradients */
.bg_gradient_red{padding:2px;border:2px solid #a04210;color:#fff;background:rgb(197,41,20);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(197,41,20)),color-stop(24%,rgb(197,41,20)),color-stop(76%,rgb(153,35,15)),color-stop(100%,rgb(151,35,15)));background:linear-gradient(to bottom,rgb(197,41,20) 0%,rgb(197,41,20) 24%,rgb(153,35,15) 76%,rgb(151,35,15) 100%)}
.lt-ie10 .bg_gradient_red{background:#97230F 0 -400px repeat-x}
.bg_gradient_green{padding:2px;border:2px solid #3c654b;color:#fff;background:rgb(88,134,104);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(88,134,104)),color-stop(22%,rgb(88,134,104)),color-stop(78%,rgb(24,58,37)),color-stop(80%,rgb(23,56,35)),color-stop(100%,rgb(23,56,35)));background:linear-gradient(to bottom,rgb(88,134,104) 0%,rgb(88,134,104) 22%,rgb(24,58,37) 78%,rgb(23,56,35) 80%,rgb(23,56,35) 100%)}
.lt-ie10 .bg_gradient_green{background:#588668 0 -300px repeat-x;}
.bg_gradient_yellow{border:2px solid #eecc1e;color:#000;padding:2px;background:rgb(254,224,60);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(254,224,60)),color-stop(24%,rgb(253,223,59)),color-stop(78%,rgb(219,185,3)),color-stop(100%,rgb(218,184,2))) !important;background:linear-gradient(to bottom,rgb(254,224,60) 0%,rgb(253,223,59) 24%,rgb(219,185,3) 78%,rgb(218,184,2) 100%) !important}
.lt-ie10 .bg_gradient_yellow{background:#DAB802 0 -200px repeat-x;}
.bg_gradient_gray{padding:2px;border:2px solid #79896c;color:#fff;background:rgb(134,150,121);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(134,150,121)),color-stop(22%,rgb(134,150,121)),color-stop(80%,rgb(104,120,91)),color-stop(100%,rgb(104,120,91)));background:linear-gradient(to bottom,rgb(134,150,121) 0%,rgb(134,150,121) 22%,rgb(104,120,91) 80%,rgb(104,120,91) 100%)}
.lt-ie10 .bg_gradient_gray{background:#869679 0 -100px repeat-x;}
td.bg_gradient_green,td.bg_gradient_yellow,td.bg_gradient_gray{padding:5px}

/*	price icons	*/
.blenderpump,.comments,.contacts,.note,.star,.quotes{display:block;margin:0 auto;vertical-align:middle;background:transparent url('../img/sprite_tabs_buttons_plus2.png') 0 0 repeat-x}
.blenderpump{width:31px;height:35px;background-position:-619px -78px}
.comments{width:22px;height:21px;background-position:-571px -54px}
.contacts{width:16px;height:32px;background-position:-600px -43px}
.note{width:31px;height:28px;background-position:-619px -47px}
.star{width:17px;height:15px;background-position:-530px -59px;float:left}
.quotes{width:47px;height:34px;background-position:-483px -40px;margin:10px 0 0 5px}


.modalPopupTransparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter:alpha(opacity=75);opacity:.75;background:#000;position:absolute;z-index:8008;top:0;left:0}
.modalBusyClose{margin:0 auto;width:140px;z-index:8010;display:none;background:#000 url('/images/444/gradient.png') repeat-x;text-align:center;border:2px solid #fff;color:#fff;border:2px solid #fff;border-radius:8px 8px 8px 8px;background-clip:padding-box;box-shadow:3px 3px 10px #000}
.modalBusyClose a{color:#fff !important;text-decoration:none}
#modalWindow .features{margin:0}

/*	jGrowl	*/
.stop-dk,div.jGrowl-notification .stop{height:32px;width:32px;background:url('/images/webgraphics/standarddialogicons_dark.png') right top no-repeat}
.check-dk,div.jGrowl-notification .check{height:32px;width:32px;background:url('/images/webgraphics/standarddialogicons_dark.png') right -160px no-repeat}
div.jGrowl-notification .warning{height:32px;width:32px;background:url('/images/webgraphics/standarddialogicons_dark.png') left -40px no-repeat}
div.jGrowl-notification .info{height:32px;width:32px;background:url('/images/webgraphics/standarddialogicons_dark.png') left -80px no-repeat}
div.jGrowl-notification .quest{height:32px;width:32px;background:url('/images/webgraphics/standarddialogicons_dark.png') left -119px no-repeat}
div.jGrowl a,div.jGrowl a:visited,div.jGrowl a:hover,div.jGrowl a:active{color:#fff;text-decoration:underline}

div.jGrowl{padding:10px;z-index:9999;color:#fff;font-size:12px}
body>div.jGrowl{position:fixed}
body>div.jGrowl.top-left{left:0;top:0}
body>div.jGrowl.top-right{right:0;top:0}
body>div.jGrowl.bottom-left{left:0;bottom:0}
body>div.jGrowl.bottom-right{right:0;bottom:0}
body>div.jGrowl.center{top:0;width:50%;left:25%}

div.center div.jGrowl-notification,div.center div.jGrowl-closer{margin-left:auto;margin-right:auto}
div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{background-color:#000;border:2px solid #fff;-ms-filter:"alpha(opacity=85)";filter:alpha(opacity=85);opacity:.85;zoom:1;width:235px;padding:10px;margin-top:5px;margin-bottom:5px;font-family:Tahoma,sans-serif;font-size:1em;text-align:left;display:none;border-radius:10px;background-clip:padding-box}
div.jGrowl div.jGrowl-notification{min-height:40px;box-shadow:3px 3px 10px #222}
div.jGrowl div.jGrowl-notification div.header{font-weight:700;font-size:.85em}
div.jGrowl div.jGrowl-notification div.close{z-index:99;float:right;margin-left:3px;font-weight:700;font-size:1em;cursor:pointer;color:#555}
div.jGrowl div.jGrowl-notification div.close:hover{background-color:#333;color:#fff;border:1px solid #333}
div.jGrowl div.jGrowl-closer{padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center;box-shadow:3px 3px 10px #222}
div.jGrowl-notification a,div.jGrowl-notification a:visited,div.jGrowl-notification a:hover,div.jGrowl-notification a:active{color:#fd0}

div.jGrowl ol,div.jGrowl ul{margin:0 5px 0 25px;padding-top:5px;padding-left:0}
div.jGrowl li{margin-bottom:5px}

/*	jQuery alerts	*/
#popup_container{font-family:Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:12px;min-width:300px;max-width:600px;background:#FFF;border:solid 3px #999;color:#000;border-radius:10px;background-clip:padding-box;box-shadow:5px 5px 15px #000}
#popup_title{font-size:14px;font-weight:bold;text-align:center;line-height:1.75em;color:#666;background:#CCC url('/images/alerts/title.png') 0 0 repeat-x;cursor:default;padding:0;margin:0;border-radius:7px 7px 0 0;background-clip:padding-box}
#popup_content{background:url('/images/alerts/info.png') 16px 16px no-repeat;padding:1em 1.75em;margin:0}
#popup_icon{height:32px;width:32px;float:left;margin:15px 5px 0 15px;padding:0}
.pi_alert,.pi_confirm,.pi_prompt{background:url('/images/alerts/alerts.png') 0 0 no-repeat}
.pi_alert{background-position:0 0;border:0}
.pi_confirm{background-position:0 -64px}
.pi_prompt{background-position:0 -32px}
#popup_message{padding:1em 0 1em 48px}
#popup_panel{text-align:center;margin:1em 0 0 4em}
#popup_table{margin:0 auto}
#popup_prompt{margin:.5em 0}
/*	jQuery alerts	*/
#popup_container{background:#fff;border:solid 3px #000;color:#000;border-color:#000}
#popup_title,.aaDialogFRMCaption{color:#fff;background:linear-gradient(to bottom,rgb(86,132,102) 0%,rgb(24,58,37) 71%,rgb(23,56,35) 74%,rgb(23,56,35) 100%)}
.lt-ie10 #popup_title,.lt-ie10 .aaDialogFRMCaption{background:#588668 0 -310px repeat-x}
#popup_container h2,#popup_container h3,#popup_container h4{color:#840000;font-weight:bold}

.disclamer {
font-size:8pt;
}

#table1 {
	
}

#table1 td {
	vertical-align: middle;
}

#table1 td:nth-child(8),#table1 th:nth-child(8) {
	max-width:70px;
}

/* Navigation */
.navbar-inverse ul li:hover:after{
	border-bottom: 4px solid white;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color:black;
}

/* Chosen jQuery Plugin */


.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
	/*
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	*/
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #337ab7;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("../img/chosen/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("../img/chosen/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 43px;
  overflow: hidden;
  line-height: 43px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("../img/chosen/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("../img/chosen/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("../img/chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
	#background-position-y: 10px;
    border: 1px solid #ccc;
	
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
	
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("../img/chosen/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("../img/chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*# sourceMappingURL=bootstrap-chosen.css.map */


/* Notifications */

.notification {
	color: #FFFFFF;
	line-height: 15px;
	padding:2px;
	font-size:10pt;
	position: absolute;
	top:-6px;
}

.right_top {
	right:5px;
}

.left_top {
	right:35px;
}


.red_background {
	background-color: red;
}

.green_background {
	background-color:#31B131;
}

.yelloNotification {
	height:18pt;
	background-color:#eccc2f;
}

/* Fuel Type Buttons */

/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */

.fuel-type {
	margin-bottom:15px;
}

.fuel-button {
  font: 12px/20px 'Lucida Grande', Verdana, sans-serif;
  color: #404040;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  min-width: 96px;
  line-height: 46px;
  padding: 0 24px;
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #b09509;
  background-color: #f4d42b;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #e0be0c #c8aa0a #c8aa0a;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04)); }
  .fuel-button:before {
    content: '';
    position: absolute;
    top: -25%;
    bottom: -25%;
    left: -20%;
    right: -20%;
    border-radius: 50%;
    background: transparent;
    -webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5); }
  .fuel-button:hover {
    background-color: #f9d412; }
  .fuel-button:active {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 -1px #b09509;
    background: #f3cf13;
    border-color: #988108 #b09509 #e0be0c;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
    background-image: -webkit-linear-gradient(top, #d2b20b, #f5d943);
    background-image: -moz-linear-gradient(top, #d2b20b, #f5d943);
    background-image: -o-linear-gradient(top, #d2b20b, #f5d943);
    background-image: linear-gradient(to bottom, #d2b20b, #f5d943); }
    .fuel-button:active:before {
      top: -50%;
      bottom: -125%;
      left: -15%;
      right: -15%;
      -webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2); }

.button-yellow {
  color: #000000 !important;
  text-shadow: 0 1px #b09509;
  background-color: #f4d42b;
  border-color: #e0be0c #c8aa0a #c8aa0a;
}
.button-yellow:hover {
  background-color: #f9d412;
}
.button-yellow:active {
  text-shadow: 0 -1px #b09509;
  background: #f3cf13;
  border-color: #988108 #b09509 #e0be0c;
  background-image: -webkit-linear-gradient(top, #d2b20b, #f5d943);
  background-image: -moz-linear-gradient(top, #d2b20b, #f5d943);
  background-image: -o-linear-gradient(top, #d2b20b, #f5d943);
  background-image: linear-gradient(to bottom, #d2b20b, #f5d943); 
}

.button-red {
  color: #ffffff !important;
  text-shadow: 0 1px black;
  background-color: #660000;
  border-color: #330000 #1a0000 #1a0000; 
}
.button-red:hover {
  background-color: #520000; 
}
.button-red:active {
  text-shadow: 0 -1px black;
  background: #4d0000;
  border-color: black black #330000;
  background-image: -webkit-linear-gradient(top, #240000, maroon);
  background-image: -moz-linear-gradient(top, #240000, maroon);
  background-image: -o-linear-gradient(top, #240000, maroon);
  background-image: linear-gradient(to bottom, #240000, maroon); 
}
  
  .padding-15 {
	  padding: 15px;
  }
.addressSearchButtons { 
	padding-top: 15px; 
  }
  
  @media (min-width: 992px) {
	  .addressSearchButtons { padding-top: 0; display:inline; }
  }
  
 /*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

.boxOverHeder {
	font-weight : bold;
	width : 200px;
	font-family : arial;
	border : 2px solid #000;
	border-width : 2px 2px 0 2px;
	border-radius : 10px 10px 0 0;
	moz-border-radius : 10px 10px 0 0;
	web-kit-border-top-left-radius : 10px;
	web-kit-border-top-right-radius : 10px;
	padding : 6px;
	fontSize : 12;
	color : #ffffff;
	background : #173823 left -310px repeat-x;
	filter : alpha(opacity=95);
	opacity : 0.95;
}