/*
 * Author: Daniel Huang
 * Description: Style sheet for EM Battery Calculator
 * Domain Path: www.energymatters.com.au
 * Theme Name: EM Battery Calculator
 * Version 0.1
 */



/**********************
 * battery calculator *
 **********************/

 .headerContainer h4 {
  color: #8cc63f;
 }

 .batteryBottom h3 {
    margin-top: 10px;
    color: #8cc63f;
	font-weight: bold;
 }

 .headerContainer h6 {
    line-height: 1.3em;
    text-align: justify;
 }
 
 .disclaimer{
	 font-size: 12px;
	 text-align: left;
	 font-weight: normal;
	 float: left;
     width: 100%;
     margin-top: 20px;
 }
 
 .headerContainer input, .headerContainer select{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
 
 .batteryCalculator{
	text-align: center;
 }
 
 .batteryCalculator label{
 	font-size: 16px;
	font-weight: bold;
 }
 
 input.solarInstalled{
 	height: 15px;
 	box-shadow: none;
 	-webkit-box-shadow: none;
	position: absolute;
	margin: -10px 0 0 40px;
 }
 
 .billImpactLine {
	 margin-top: 20px;
	 margin-bottom: 20px;
 }

 /*.image-box.batteryBottom {
  overflow-y: scroll;
 }*/
 
 .batteryBottom{
	 text-align:center;
 }

 .boxLeft {
  padding-top: 50px;
 }

 .boxRight {
  padding-top: 30px;
 } 
 
 .verticalLine {
  border-right: 1px solid #666;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 50%;
  height: 50px;
 }

 .calculateButton, .quoteButton {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 0 auto;
    border-radius:10px;
    width:150px;
    left:0px;
    right:0px;
	cursor: pointer;
	background-color: #8cc63f;
 }
 
 .alignLeft {
  text-align: left;
  margin-bottom: 15px;
  float: left;
  width: 100%;
 }
 
 .charts{
	 margin-bottom:20px;
	 float: left;
	 width: 100%;
 }

 .alignRight {
  text-align: right;
  width: 10%;
 }

 .alignLeft label {
  margin-top: 20px !important;
 }
 
 .alignCenter{
  float: left;
  width: 100%;
 }

 .resultsRow {
  background: white;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
 }

 .table-bordered {
  background-color: white;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
 }
 
 .table-bordered thead {
	background-color: #8cc63f;
    color: #fff;
 }
 
 .batterySwap {
  font-size: 8em;
 }

 .hiddenDivs, .loadingRow {
  display: none;
 }

 .table-bordered {
  font-size: 14px;
 }

 .tableData {
    text-align: right;
 }

 .table-bordered>thead>tr>th {
  font-weight: bold;
  text-align: center;
 }
 
 .table-bordered>thead>tr>th>span{
	 text-transform: none;
 }

 .tableHeader {
  text-align: center;
  font-size: 16px;
  border-bottom: none;
 }
 
 .subTableHeader{
	 text-transform: none;
	 font-size: 16px;
 }

 .totalTableRow {
  background-color: #8cc63f;
  font-weight: bold;
 }

 .totalTableRow span {
  font-weight: normal;
 }

.loadingRow {
    position: absolute;
    z-index: 1;
    margin-top: 50px;
    left: 0;
	right: 0;
}

.getQuoteSection{
	float:left;
	width:100%;
	margin-top: 50px
}

.getQuoteSection h6 {
    color: #666;
    line-height: 1.3em;
    text-align: center;
 }

.billImpactLine h6 {
	color: #FFF;
    line-height: 1.3em;
    text-align: center;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	float: left;
}

.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.3333%}

.form-control {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.calculateButton h4, .quoteButton h4{
    text-transform: uppercase;
    font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
	min-width: 100px;
}

@media screen and (max-width: 700px) {
    .col-xs-4, .col-xs-8 {
        width: 100%;
    }
}

/* Custom smoke css */
.smoke-base {
  z-index: 1050 !important;
}

.smoke {
  font-family: roboto;
}

.dialog-buttons button {
  font-family: roboto;
}

.dialog-prompt input {
  font-family: roboto;
}

.smoke-base .dialog {
  border-radius: 5px;
}

.smoke-base .dialog-inner span, .smoke-base .dialog-inner i {
  font-weight: bold;
  color: #8cc63f;
  font-size: 22px;
}

.smoke-base .dialog-inner .messageText span {
  font-weight: bold;
  color: #8cc63f;
  font-size: 16px;
}

.smokeSuccess .dialog-inner {
  padding: 15px;
  text-align: center;
  color: #3c763d;
}

.smokeSuccess .dialog {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.smokeError .dialog-inner {
  padding: 15px;
  text-align: center;
  color: #a94442;
}


.smokeError .dialog {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.smokeWarning .dialog-inner {
  padding: 15px;
  text-align: center;
  font-size: 16px;
}

.smokeWarning .dialog {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
}