.right {
  float: right;
  display: inline;
}

.left {
  float: left;
  display: inline;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "___";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#calculator_content {
  background: #fff;
  margin: 0 auto;
  height: 91%;
  width: 95.5%;
  margin-top: 2%;
  border: 2px solid #666;
}
#calculator_content h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #6c9c31;
  text-align: center;
  width: 100%;
}

/*-----CALC VALUE----- */
.calc_value {
  margin: 0 auto;
  font-size: 11px;
}


.calc_value p, .calc_value input{
    margin-top: 5px;
}

.calc_value p {
  padding-left: 10px;
  font-size: 13px;
  margin: 0;
}
.calc_value input {
  width: 45px;
  text-align: right;
  padding: 1px;
  background: white;
  /*background:none; */
  border: none;
  margin: 0 10px 0 0;
  border: 1px solid #666;
}

.perVehicle {
  clear: both;
  font-size: 9px !important;
  color: #8d8d8d;
  margin-top: -5px;
}

input#typeCar, input#typeCar2 {
  width: 20px;
  margin-bottom: 10px;
}

.typeCar_wrap {
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 0px;
  position: relative;
  left: 13px;
}

.calcBtn {
  position: relative;
  right: 7px;
  top: 10px;
}
.calcBtn button {
  display: inline;
}

#article_text_1, #article_text_2 {
  height: 209px;
  background: url('/media/static_marketing/images/greenline.png') 50% 37% no-repeat
}

#results-nav {
  /*border-bottom: solid 1px #000;*/
  border-bottom: 1px solid #666;
  height: 35px;
}
#results-nav p {
  font-size: 10px;
  padding: 0px;
  margin: 5px 0px 0px 10px;
}

.results-tabs {
  float: right;
  width: 134px;
  position: relative;
  left: -159px;
  top: 14px;
}

ul#calc-tabs {
  margin: 0px;
  width: 300px;
  height: 20px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}


#content ul#calc-tabs li.has_anchor {
    padding: 0;
}

ul#calc-tabs li.has_anchor a {
  text-decoration: none;
  /*padding: 0 7px;*/
  background: #fff;
  color: #5e9917;
  height: 20px;
}


ul#calc-tabs li.has_anchor a, #content ul#calc-tabs li {
  padding: 0 22px;
}

#content ul#calc-tabs li {
  float: left;
  list-style-type: none;
  height: 20px;
  /*padding: 0 7px;*/
  margin: 0px;
  border: 1px solid #666;
  border-width: 1px 1px 0;
  text-align: center;
  color: #fff;
  background: #5e9917;
}

#content ul#calc-tabs li#btn_indiv {
    border-left: none;
}

ul#calc-tabs li a {
  display: block;
  /*padding: 0 7px;*/
  text-decoration: none;
}
ul#calc-tabs li a:hover {
  display: block;
}

.graph-bg {
  width: 146px;
  height: 53px;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  /*left:8px; */
}
.graph-bg h4 {
  width: 90%;
  margin: 0;
}

.graph_wrapper {
  position: relative;
  height: 80px;
}

#graph_1, #indiv_graph_1 {
  left: 65px;
}

#graph_2, #indiv_graph_2 {
  right: 65px;
}

.graph-left {
  width: 50px;
  display: none;
}
.graph-left ul {
  font-size: 10px;
  text-align: right;
}
.graph-left li {
  margin: 0 0 9px 0;
  line-height: 11px;
  position: relative;
  left: -39px;
  top: -7px;
}

#calculator_content ul.graphs_values {
  font-size: 10px;
  position: absolute;
  top: -20px;
}
#calculator_content ul.graphs_values li {
  margin: 0 !important;
  font-weight: bold;
}
#calculator_content ul.graphs_values li.graph_value_1 {
  position: absolute;
  margin: auto;
  text-align: center;
  width: 60px;
  left: -8px;
  top: 26px;
}
#calculator_content ul.graphs_values li.graph_value_2 {
  left: 38px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 60px;
  top: 12px;
}
#calculator_content ul.graphs_values li.graph_value_3 {
  left: 93px;
  margin: auto;
  position: absolute;
  text-align: center;
  width: 60px;
}
#calculator_content ul.graphs {
  list-style: none;
  position: relative;
  /*left:20px; */
  line-height: 0px;
  font-size: 9px;
  top: 48px;
}
#calculator_content ul.graphs li {
  margin: 0 !important;
  float: left;
  width: 35px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 0px;
  text-align: center;
}
#calculator_content ul.graphs_text li {
  float: left;
  width: 28px;
  top: 40px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 0px;
  text-align: center;
  font-size: 12px;
}
#calculator_content ul.graphs li p {
  position: relative;
  top: -5px;
  margin: 0px !important;
  /*left:-15px; */
  left: -35px;
  text-align: center;
  width: 55px;
}

#calculator_content ul.graphs li.indiv1, #calculator_content ul.graphs li.fleet1 { left: 0px; }
#calculator_content ul.graphs li.indiv2, #calculator_content ul.graphs li.fleet2 { left: 52px; }
#calculator_content ul.graphs li.indiv3, #calculator_content ul.graphs li.fleet3 { left: 102px; }

#calculator_content ul.graphs li.indiv1 { background: #94b8d6; }
#calculator_content ul.graphs li.indiv2 { background: #1e5e9b; }
#calculator_content ul.graphs li.indiv3 { background: #9ac1df; }
#calculator_content ul.graphs li.fleet1 { background: #bad896; }
#calculator_content ul.graphs li.fleet2 { background: #5e9917; }
#calculator_content ul.graphs li.fleet3 { background: #afcb8d; }

#calculator_content a.goback {margin-left: 26px; line-height: 28px;}

#calculator_content ul.graphs {
    width: 97px;
    left: 3px;
    border-bottom: 1px solid #999;
}

#calculator_content ul.graphs_text {
  margin: 0 !important;
  list-style: none;
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  top: 7px;
  font-weight: bold;
}
#calculator_content ul.graphs_text li.indiv1_text {
  left: -5px;
}
#calculator_content ul.graphs_text li.indiv2_text {
  left: 45px;
}
#calculator_content ul.graphs_text li.indiv3_text {
  left: 95px;
}

.change {
  text-align: center;
  font-size: 9px !important;
  font-weight: 700 !important;
  position: absolute;
  bottom: -20px;
  z-index: 3;
  width: 100%;
}
.change p {
  margin: 6px 0 0 !important;
}

/*--------BUTTON STYLES------- */
a.button {
  display: block;
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

button {
  display: block;
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  overflow: visible;
}

.hidden {
  display: none;
}

#thesliders {
    float: left;
    width: 65%;
    margin-top: 5px;
    margin-left: 30px;
}

div.buttons {
    position: absolute;
    top: 100px;
    right: 25px;
    z-index: 1;
}

div.buttons img {
    margin-left: 15px;
}

#calculator h1 {
    color: #6d6f72;
    text-align: center;
    margin: 10px 0 15px;
    font-size: 20px;
}

#calculator p.help_text {
    color: #117eb2;
    margin: 0 0 8px 10px;
    font-size: 13px;
}

#calculator .calc_value p.left {
  font-size: 10px;
  font-weight: bold;
  color: #777;
}


#calculator {
  background: #e6e7e1;
  /*display: none;*/
}
#calculator ul {
  list-style: none;
}

#calculator_wrapper {
  width: 530px;
  height: 250px;
  background: #e6e7e1;
  position: absolute;
  right: 31px;
  top: -20px;
}

body#front #content_text {
  padding-right: 580px;
  position: relative;
}

#gray-1homecontainer {
  background: url("/media/static_marketing/images/footer-cell-1.jpg") no-repeat;
  width: 218px;
  padding: 20px 12px 0 30px;
  height: 224px;
  display: block;
}

#gray-2homecontainer {
  background: url("/media/static_marketing/images/footer-cell-2.jpg") no-repeat;
  width: 210px;
  padding: 20px 20px 0 30px;
  height: 224px;
  display: block;
}
#gray-2homecontainer h3 {
  margin-left: 20px;
}

#gray-3homecontainer {
  background: url("/media/static_marketing/images/footer-cell-3.jpg") no-repeat;
  padding: 20px 220px 0 30px;
  width: 210px;
  height: 224px;
  display: block;
}
#gray-3homecontainer h3 {
  margin-left: 20px;
}

#content_text #thesliders a {
    background: #117eb2;
}

