@import "bootstrap.min.css";
@import "chosen.css";
@import "checkboxes.css";

body {
    background: url(../img/furley_bg.png);
}

h2, h3, h4 {
    color: #333;
}

a {
  color: #b54c3c;
}
a:hover {
  color: #222;
  text-decoration: none;
}

.left {
  float: left;
}
.right {
  float: right;
}

div.title_block {
}

div.title_block div {
    float: left;
}

div.title_block div img {
    margin-top: 5px;
}

textarea {
    width: 513px;
}

header {
    background-color: #b54c3c;
    box-shadow: 0px 1px 4px #999;
    margin: 0 0 30px 0;
    padding: 10px 0;
    overflow: hidden;
}

header h1 {
    color: #fff;
    margin: 0 15px 0 0;
    padding: 0;
    font-weight: 200; 
    float: left;  
}
header h1 a {
  color: #fff;
}

div.nav {
    margin: 0;
    float: right;
}

html, body, div#container { height: 100%; }

div.exclude_footer {
    min-height: 100%;
}

div#main {
    padding-bottom: 60px;
}  /* must be same height as the footer */

footer {
    position: relative;
    margin-top: -60px; /* negative value of footer height */ 
    height: 60px;
    background-color: transparent;
    color: #666;
    text-shadow: 0px 1px 0px white;
    /*box-shadow: 0px -1px 2px #333;*/
}

footer > div {
    padding: 10px 0px;
}

footer > div > div.link {
    padding-top: 9px;
}

footer > div > div.link a {
    color: #666;
    text-shadow: 0px 1px 0px white;
    margin-right: 20px;
}

div.summary h3 {
    margin: 0px;
    font-size: 12pt;
}

div.summary, form {
    background-color: #e8e8e5;
    color: #333;
    padding: 10px;
    margin: 10px 0px;
        
    border: solid thin #c9ccc4;
    border-radius: 3px;
}

fieldset {
    margin: 0em 1em;
}

fieldset + fieldset {
    margin-top: 10px;
}

div.horizontal fieldset {
    float: left;
    margin: 10px 1em;
    width: 250px;
}

div.horizontal fieldset select,
div.horizontal fieldset input[type=text] {
    width: 200px;
}

.submit.next {
    float: right;
}

label {
}

div.widget {
    float: left;
}

div.submit {
    font-size: 16px;
}

ul.errorlist {
    float: left;
    /*margin-top: -4px;*/
    margin-left: 0px;
    padding: 4px;
    background-color: #b54c3c;
    color: white;
    position: relative;
    border: solid thin #b54c3c;
    border-radius: 5px;
    opacity: 0.8;
    list-style: none;
}

ul.errorlist li {
    
}

/*ul.errorlist:before {
    content: "";
    border: solid 5px transparent;
    border-right-color: #b54c3c;
    position: absolute;
    left: -11px;
    top: 8px;
}*/

.connection_chooser {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px 0 0;
}
.connection_chooser li {
  float: left;
  display: block;
  background: #f3f3f3;
  border: 1px solid #c9ccc4;
  padding: 10px;
  margin: 0 10px 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 239px;
  line-height: 48px;
  font-size: 12pt;
  cursor: pointer;
}
.connection_chooser li:hover,
.connection_chooser li.active {
  margin: -1px 9px 9px -1px;
  border: 2px solid #b54c3c;
}
.connection_chooser li input[type=radio],
.connection_chooser li label {
  display: none;
}
.connection_chooser li img {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
}

.hero-unit {
  padding: 40px 60px;
  background: rgba(219,240,210,0.5);
}
.hero-unit h1 {
  margin-bottom: 10px;
}

.hero-unit.search-box {
  width: 345px; 
  float: left; 
  text-align: center;
  background: rgba(0,0,0,0.1);
}

.hero-unit.rate-box {
  width: 345px; 
  margin-right: 30px; 
  float: left; 
  text-align: center;
  background: rgba(220,160,140,0.35);
}

.hero-unit .btn-large {
  font-size: 20px;
  font-weight: normal;
  padding: 14px 24px;
  margin-right: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit .btn-large i {
  margin-top: 4px;
}

.btn.help {
  margin: 0 0 0 10px;
}

input.loading {
  background: url(../img/loading.gif) 5px 50% no-repeat #fff;
}

.star_rating {
  list-style-type: none;
  padding: 0;
  width: 120px;
  height: 24px;
  margin: 0 0 20px 0;
}
.star_rating li {
  float: left;
}
.star_rating li label {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  text-indent: -10000px;
  cursor: pointer;
  background: url(../img/stars.png) 0 0 no-repeat;
  position: relative;
}
.star_rating li label input {
  display: none;
}
.star_rating li:hover label,
.star_rating li.active label,
.star_rating li.hover label {
  background-position: 0 -24px;
}

.steps {
  list-style-type: none;
  padding: 5px 0 0 68px;
  margin: 0;
}

.btn.current {
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px 
  rgba(0, 0, 0, .15), 0 1px 2px 
  rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px 
  rgba(0, 0, 0, .15), 0 1px 2px 
  rgba(0, 0, 0, .05);
}

.result_set > div + div {
    margin-top: 0.25em;
    padding-top: 1em;
    border-top: thin solid #ccc;
}

.result_set {
    margin-top: 1em;
    width: 584px; 
}

.result_set ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.result_set ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.customer-rating,
.connection-rating {
  display: inline-block;
  line-height: 24px;
}
.star_display {
  width: 120px;
  height: 24px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.star_display span {
  display: block;
  float: left;
  height: 24px;
  text-indent: -10000px;
  background: url(../img/stars.png) 0 -24px;
}
.star_display span.off {
  background-position: 100% 0;
}

.rating {
    text-align: center;
    padding: 20px 0px;
    font-size: 14pt;
    border: thin solid #CCC;
}

.overall {
    background: rgba(220,160,140,0.35);
}

.local {
    background: rgba(219,240,210,0.5);
}

.rating.noborder {
    border: none
}

.name {
    padding: 5px 0px;
}

.result_name {
    font-size: 16pt;
}

.result_small {
    font-size: 8pt;
}

.summary.top {
    margin-top: 0px;
}

.ratings > div + div {
    border-top: thin solid #ccc;
    padding-top: 5px;
}

.messages {
    background-color: rgba(255, 255, 255, 0.8) !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.message {
    font-size: 12pt;
    color: #666;
}