

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

/* Custom styles starts here */

html,
body {
  height: 100%;
  font-family: Arial;
  color: #40496b;
  font: 14px;
  /* The html and body elements cannot have any padding or margin. */
}

a {
  color: #72c0d6;
}

sup {
  top: -.2em;
}

div#banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 30px;
}

div.content {
  min-height: calc(100vh - 100px);
}

div#banner #heading {
  text-align: center;
  padding-top: 30px;
}

div#banner #heading #subheading {
  font-size: 22px;
  text-shadow: 2px 2px 5px #FFF;
  color: #2d753d;
}



div#banner div#search-form {
  text-align: center;
  background: #FFF;
  min-height: 60px;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 20px;
}

div#banner #search-form .input-group{
  float:left;
  padding: 2px;
}

div#feature-group {
  margin-top: 50px;
  font-size: 14px;
}

div#feature-group .feature {
  text-align: center;
  padding-bottom: 40px;
}


div#feature-group .feature img{
  line-height: 100px;
}

h1 {
  font-size: 28px;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px #FFF;
  color: #2d753d;
}

h2 {
  font-size: 20px;
}

div.mbs-vertical .cover.text,
div.result div.mbs-result span.benefit,
h2.mbs-itemnum {
  font-size: 24px;
  font-weight: bold;
}

div.row.account {
  margin: 30px 0;
}

input[type=text],
input[type=password] {
  border-radius: 4px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}


.input-group{
  margin: 10px 0;
}

#search .input-group {
  margin:0;
}

.btn-default {
  text-shadow: none;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  float:right; 
  background: #419b4f; 
  color: #fff02a; 
  width:100%;
}

div.result {
  color: #7c7578;
}

div.clear {
  clear:both;
}

div.ad {
  padding: 30px 0;
}

div.results div.ads div.ad {
  text-align:center;
}

div.result {
  border: 2px solid #c7d4dd; 
  padding: 10px 10px 0 10px;
  margin-bottom: 5px;
  min-height: 100px;
  background: #FFF;
}

div.result div.mbs-result,
div.result div.mbs-derivation {
  background: url("/img/result-divider.png");
  background-repeat: no-repeat;
  height: 100%;

}

div.result .mbs-description {
  color: #7c7578;
  text-align: justify;
  margin-top: 20px;
}

div.result div.mbs-info .mbs-itemnum {
  color: #5b7489;
}


div.result div.mbs-derivation div.mbs-formula > div {
  float:left;
  max-width: 90px;
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

div.result div.mbs-derivation div.mbs-formula > div.derived {
  max-width: 150px;
}

div.result div.mbs-derivation div.mbs-formula div.operation {
  color: #ee7a4e;
  font-size: 16px;
  font-weight: bold;
}

div.result div.mbs-derivation div.mbs-formula{
  float: right;
}

div.result div.mbs-derivation div.mbs-textformula{
  color: #7c7578;
  font-style:italic;
  font-size: 12px;
  text-align: justify;
  margin-top: 20px;
}

div.result div.mbs-derivation div.mbs-formula span.amount {
  font-size: 18px;
  font-weight: bold;
}



div.result div.mbs-result {
  text-align: center;
  padding-top: 20px;
}

div.result div.mbs-result span.remarks {
  color: #d3d3d3;
}

div.results div.result-header div.title {
  float:left;
  padding-left: 10px;
}

div.results div.result-header div.download {
  float:right;
  padding-right: 10px;
}

div.results div.result-header div.download a{
  color: #FFF;
}

div.result-header i.glyphicon-download-alt{
  color: #31b4a2;
}

div.results div.result-header {
  margin-bottom: 3px; 
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}



div.results div.result-header,
div#footer {
  background: #419b4f;
  padding: 10px 0px;
  color: #fff02a;
}

div#footer #copyright{
  float: left;
}

div#footer #terms a{
  color: #fff02a;
  float:right;
}

div#footer #social{
  float: right;
  height: 28px;
}

div#footer #social img{
  height: 24px;
}

div.mbs-vertical-container {
  padding: 20px 4px;
  
}

div.mbs-vertical-container > div {
  background-color: transparent;
}

div.mbs-vertical-container.focus > div {
  background-color: #FFF;
}

div.mbs-vertical {
  background:#FFF;
  padding: 10px; 
  height: 100%; 
  border-radius: 5px;
}

div.mbs-vertical.heading{
  padding: 0 5px;
  border-radius: 0;
  background: transparent;
  font-weight: bold;
}

div.mbs-vertical.heading .cover-range,
div.mbs-vertical .cover-range{
  height: 50px; 
}

div.mbs-vertical.heading .cover,
div.mbs-vertical .cover{
  height: 50px; 
}

div.mbs-vertical .unknowns.text,
div.mbs-vertical .description.text{
  font-size: 12px;
}

div.mbs-vertical.heading .providers,
div.mbs-vertical .providers{
  height: 250px; 
}

div.mbs-vertical .providers a{
  color: #40496b;
  text-decoration: none;
}

div.mbs-vertical > div{
  padding: 10px 0;
  line-height: 24px;
}

div.container.results {
  background: linear-gradient(#FFF, #c3e3d7);
}

div.compare {
  background: linear-gradient(#f3f3f3, #FFF); 
  padding: 10px 10px 0 10px; 
  margin-bottom: 10px
}

div.compare div.navigate {
  height:50px;
  margin-top:35px;
}

div.compare div.navigate i{
  font-size: 40px;
}

div.carousel-item {
  width: 20%;
  float:left;
}

div.compare .navigate-left i {
  float:right;
}

.hidden{
  display: none;
}

#toggle-providers {
  font-size:11px;
  cursor:pointer;
  text-decoration:underline;
}

div#error-404 .title{
  text-align:center;
}

div#error-404 img {
  width: 100%;
}

div#error-404 img {
  width: 100%;
}

div#error-404 .details {
  padding-top: 30px;
}

div#error-404 .details a {
  margin: 20px 0;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  background-color: #72c0d6;
  border: none;
  border-radius: 10px;
}

.pagination>li>a, 
.pagination>li>span {
  border: none;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  border-radius: 10px;
}

 div.compare .ahsa-providers {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

 div.compare .ahsa-providers .tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: #c3e3d7;
  color: #40496b;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  font-size: 11px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

div.compare .ahsa-providers:hover .tooltiptext {
  visibility: visible;
}


div.icon-container {
  text-align: left;
}





@media (max-width: 992px) {

  div.result {
    height: auto;
  }

  .desktop-only{
    display: none;
  }

  div.result div.mbs-result span.benefit {
    font-size: 28px;
  }
}


@media (max-width: 768px) {
  h1 {
    font-size: 22px;
  }

  div#banner #heading #subheading {
    font-size: 18px;
  }

  div.result div.mbs-derivation div.mbs-formula {
    float:left;
  }

  div.result div.mbs-derivation div.mbs-textformula {
    display: none;
  }

  div.result div.mbs-derivation div.mbs-result {
    width: 80px;
  }

  div.result div.mbs-result,
  div.result div.mbs-derivation {
    background: none;
  }

  div.carousel-left {
    width: 30%;
    float:left;
  }

  div.carousel {
    width: 55%;
    float:left;
  }

  div.carousel > div{
    width: 100%;
  }

  div.carousel-right {
    width: 15%;
    float:right;
  }

  .remove-mbs {
    display:none;
  }

  div.icon-container {
    text-align: center;
  }

  img.announce-icon {
    width: 60px;
  }

  div#footer #terms,
  div#footer #copyright{
    width: 100%;
    text-align: center;
    float:none;
  }

  div#footer #terms a {
    float:none;
  }

}

@media (max-width: 350px) {
  div.results div.ads div.ad {
      padding: 0;
  }

  div.carousel-left {
    width: 10%;
  }

  div.carousel-right {
    width: 10%;
  }

  div.carousel {
    width: 70%;
    padding: 0;
  }

  div.compare div.navigate i {
    font-size: 18px;
  }

  div.compare div.mbs-vertical.heading {
    display:none;
  }
}





