.tco-content {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #5a5a5a;
}
.tco-content h1, .tco-content h2 {
  font-size: 18px;
}
.tco-content h1 {
  padding: 10px 15px;
}
.tco-content h2 {
  padding: 10px 15px;
}
.tco-content h3 {
  font-size: 14px;
  padding: 10px;
}
.tco-content table {
  margin-top: 30px;
}
.tco-content tr {
  text-align: right;
}
.tco-content td {
  padding: 3px 5px;
}
.tco-content p {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
.tco-content select {
  font-size: 11px;
}
.tco-content h2.results-header {
  margin: 0px;
  padding-left: 0px;
}
.tco-content .form-group {
  margin-bottom: 10px;
}
.tco-content .form-group label {
  text-align: left;
}
.tco-content .form-group.form-group-sm p,
.tco-content .form-group.form-group-sm label {
  padding-top: 10px !important;
}
.tco-content .form-group .radio label.col-md-12 {
  width: 100%;
  text-align: left;
}
.tco-content .nopadding {
  padding-top: 0px !important;
}
.tco-content .logo {
  padding-top: 15px;
}
.tco-content .btn-primary {
  color: #fff;
  background-color: #0046aa;
  border-color: #0046aa;
}
.tco-content .btn-primary.active,
.tco-content .btn-primary.focus,
.tco-content .btn-primary:active,
.tco-content .btn-primary:focus,
.tco-content .btn-primary:hover,
.tco-content .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0046aa;
  border-color: #0046aa;
}
.tco-content .bg-blue {
  color: white;
  background-color: #0046aa;
}
.tco-content tr.bg-blue {
  border-color: #0046aa;
}
.tco-content .grey {
  background-color: #5a5a5a;
  color: #fff;
}
.tco-content .error {
  color: #FF0000;
}
.tco-content .results {
  /*padding: 15px 0px 0px;*/
}
.tco-content .container {
  padding-bottom: 25px;
}
.tco-content .brand {
  margin: 5px 0px;
}
.tco-content .advanced-form {
  display: none;
}
.tco-content #chart {
  margin-top: 50px;
}
.tco-content #barchart {
  margin-top: 40px;
}
.tco-content .c3-line {
  stroke-width: 3px;
}
.tco-content .red {
  color: red;
}
.tco-content .green {
  color: green;
}
.tco-content .footer {
  color: #fff;
}
.tco-content .footer .beianhao {
  color: #88888a;
}
.tco-content .full-width {
  width: 100%;
  height: auto;
}
.tco-content .header .col-xs-7 {
  padding-right: 0 !important;
}
.tco-content .header h2 {
  font-size: 50px;
}
.tco-content .header.container {
  padding-bottom: 0;
}
.tco-content input[type=text] {
  text-align: right;
}
.tco-content #compare_block_luminaire .grey {
  padding-bottom: 10px;
}
.tco-content .help {
  width: 16px;
  cursor: pointer;
  color: #0046aa;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.tco-content .help.red {
  color: #df2a00;
}
.tco-content .container-xs-height {
  display: table;
  padding-right: 0px;
}
.tco-content .row-xs-height {
  display: table-row;
}
.tco-content .col-xs-height {
  display: table-cell;
  float: none;
}
.tco-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 30px 5px 5px !important;
  border: none;
  background: #fff url("../img/icon-arrow-down-16x16.png") no-repeat 95% center !important;
}
.tco-content select::-ms-expand {
  display: none;
}
.tco-content select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.tco-content .margintop {
  margin: 40px 20px 20px 20px;
}
.tco-content .marginbottom {
  margin-bottom: 40px;
}
.tco-content .textleft {
  text-align: left !important;
}
.tco-content .textright {
  text-align: right !important;
}
.tco-content .nopaddingtop {
  padding-top: 0px !important;
}
.tco-content #outcome-container .firstrow {
  border-top: 1px solid #ccc;
}
.tco-content #outcome-container .results {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.tco-content #outcome-container .odd {
  background-color: #eee;
}
.tco-content .c3-tooltip tr {
  display: block;
  border: none;
  margin-bottom: 70px;
}
.tco-content .c3-tooltip tr:not(:first-child) {
  margin-bottom: -48px;
}
.tco-content .c3-tooltip td {
  width: 120px;
}
.tco-content .btn-success {
  background: #5cb85c;
}
@media (max-width: 767px) {
  .tco-content .header h2 {
    font-size: 30px;
  }
  .tco-content .container-xs-height {
    display: block;
  }
  .tco-content .row-xs-height {
    display: block;
  }
  .tco-content .col-xs-height {
    display: block;
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tco-content .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
  .tco-content .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tco-content .row-sm-height {
    display: table-row;
  }
  .tco-content .col-sm-height {
    display: table-cell;
    float: none;
  }
  .tco-content .header h2 {
    font-size: 30px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .tco-content .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tco-content .row-md-height {
    display: table-row;
  }
  .tco-content .col-md-height {
    display: table-cell;
    float: none;
  }
  .tco-content .header h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .tco-content .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tco-content .row-lg-height {
    display: table-row;
  }
  .tco-content .col-lg-height {
    display: table-cell;
    float: none;
  }
}
.tco-content .col-top {
  vertical-align: top;
}
.tco-content .col-middle {
  vertical-align: middle;
}
.tco-content .col-bottom {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .tco-content .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
  }
}
.tco-content .footer-wrapper {
  background: #0046aa;
  color: #ffffff;
  border-bottom: 4px solid #5a5a5a;
}
.tco-content .footer {
  height: 75px;
}
.tco-content .footer p {
  text-align: left;
}
.tco-content .footer a {
  color: #ffffff;
  font-size: 15px;
}
.tco-content #block-block-1 {
  font-size: 13px;
  float: left;
  margin-right: 20px;
  padding: 25px 0;
  width: 100%;
}
.tco-content .social-menu ul {
  padding: 25px 0;
}
.tco-content .social-menu ul li {
  width: 18%;
  text-align: center;
  padding: 0;
}
.tco-content .social-menu ul a {
  font-size: 27px;
}
.tco-content .chosen-container-single .chosen-search input[type=text] {
  text-align: left;
  color: #5a5a5a;
}
.tco-content .titleBlock {
  background: #2cd5c4;
  background-image: url(/img/icon-tcotool.png);
  background-repeat: no-repeat;
  background-position: center 50px;
}
.tco-content .metaBlock {
  background: #0046aa;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 63px;
}
.tco-content .metaBlock h3 {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 13px;
  margin: 12px 0 5px 0;
  display: block;
  padding: 0 20px;
}
.tco-content .metaBlock h2 {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0 !important;
  color: #ffffff;
  display: block;
  padding: 0 20px;
}
.tco-content #compare_block_luminaire .chosen-container .chosen-drop {
  width: 220%;
}
.tco-content .chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 12px;
  font-size: 12px;
}
.tco-content h2.control-label,
.tco-content h2 {
  padding: 10px 15px !important;
  font-size: 18px !important;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  text-align: left;
}
.tco-content .tco-content h2.col-md-4 {
  float: left;
}

/*
  Added exceptions for d8
*/

.container-xs-height{
  padding-left:0;
}
.social-share__wrapper.is-open .social-share__list{
  margin-bottom: auto;
  margin-top: 1rem;
}
.node--view-mode-full{
  position: relative;
  z-index: 1;
}
