
/* ** POWER CALCULATOR ** */
.power-calculator-page, .cms-solar-calculator{position:relative; font-size:16px; text-align:justify;}
.power-calculator-page p,
.power-calculator-page ol li,
.power-calculator-page div,
.power-calculator-page td,
.power-calculator-page span{
    line-height:2em;
}
.power-calculator-page h2,.power-calculator-page h3
.cms-solar-calculator h2, .cms-solar-calculator h3{
	margin:0;
	line-height:2.5em;
	font-weight:bold;
	color:#006;
}
.power-calculator-page h2,
.cms-solar-calculator h2{
	font-size:24px;
}
.power-calculator-page h3,
.cms-solar-calculator h3{
	font-size:17px;
}
.power-calculator-page .pw-calc-tab{
    margin:20px auto;
    width:100%;
    display: table;
}
.cms-solar-calculator .col-main,
.cms-solar-calculator .col-main input,
.cms-solar-calculator .col-main p,
.cms-solar-calculator .col-main select
{
	font-size:16px  !important;
	color:#111
}
.power-calculator-page .pw-calc-tab tr td {
    border: none;
    border-bottom: 1px solid #d0d0d0;
}
.power-calculator-page .pw-calc-tab tr:first-child td {
    background:#333;
    color:#fff
}
.acc-content .pw-calc-tab{
    margin:20px auto;
    width:90%;
    display: table;
}
.acc-content .pw-calc-tab tr:first-child td {
    background:#bbb;
    color:#333
}
.power-calculator-page iframe {
    margin: 0 auto;
    display: block;
}
.power-calculator-page .calculator-image{
	background-image: url('/assets/themes/mygenerator/img/icono/calculation.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center left;
	width:26%;
	height: 260px;
	display:inline-block;
	vertical-align:middle;
	margin:0 4% 0 0;
	padding:0
}
.power-calculator-page .calculator-divided-text,
.cms-solar-calculator .calculator-divided-text{
	width:69%;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0
}
.power-calculator-page .icon,
.cms-solar-calculator .icon{
	width:26px;
	height: 26px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.power-calculator-page .ic-info,
.cms-solar-calculator .ic-info{
	background-image: url('/assets/themes/mygenerator/img/icono/information.svg');    
}
.acc-container label{
    background: #333;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(48,48,48, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
    margin: 0 -1px;
}
.acc-container label:hover {
    background: #333;
}
.acc-container label:hover::after, .acc-container input:checked + label:hover::after, 
.acc-container label:after{
    background-image: url(/assets/themes/mygenerator/img/icono/down_arrow.svg);
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.acc-container label:after{
    background-image: url(/assets/themes/mygenerator/img/icono/down_arrow.svg);
}
.acc-container label:hover::after{
    background-image: url(/assets/themes/mygenerator/img/icono/up_arrow.svg);
}

.acc-container input:checked + label::after{
    background-image: url(/assets/themes/mygenerator/img/icono/up_arrow.svg);
}

.acc-container input:checked + label:hover::after{
    background-image: url(/assets/themes/mygenerator/img/icono/down_arrow.svg);
}
table.pw-calc-tab tr td button.btn_conv {
    background-color: #7ec778;
    border: 2px solid #7ec778;
    width: 200px;
    display: block;
    position:relative;
    margin: 0 auto;
}
table.pw-calc-tab tr td button.btn_conv:hover {
    background-color: #5cc111;
    /* border: 2px solid #5cc111; */
    color:#fff;
}
table.pw-calc-tab tr td button.btn_conv:after {
	background-image: url('/assets/themes/mygenerator/img/icono/calculate_icon.svg');
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    right: 13px;
    top: 4px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
table.pw-calc-tab tr td input {
    width: calc(100% - 10px);
	line-height: 38px;
}
.power-reference-table .pw-calc-tab tr td:nth-child(2) {
    width: 60%;
}
#kwtow tr td:nth-child(2) {
  width: auto;
}
#kwtow tr td:nth-child(3){
  width: 200px;  
}
.cms-page-view .main-container .std ul.products-grid li {
    background: none;
    padding-left: 1%;
    text-align: center;
}

table.pw-calc-tab tr td input.result {
  border: none;
  background: transparent;
}
table.pw-calc-tab tr th, table.pw-calc-tab tr td.head-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 5px;
}
table.solar-tab {
  max-width: 900px;
  display: table;
  width: 90%;
}
button#addFields {
  padding: 12px 20px;
  color: #404040;
  background: #fd0;
  border: none;
  margin: 10px auto;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
button#addFields:hover {
  color:#006;
  text-decoration: underline
}
.footnote {
    margin: 60px 0 0;
    padding: 0 30px;
}
a.remove {
  color: #333 !important;
  /*color: #fff !important;*/
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 6px;
  /*background: #e8373c;*/
  font-size: 10px;
  line-height: 19px;
  text-transform: uppercase;
}
/*a.remove:hover {
  background: #006;
  text-decoration: none
}*/
table#dailyConsumption tr td:first-child {
    background: 
    #fff;
    border: none;
    min-width: 24px;
    vertical-align: middle;
}

table.info-table{
  max-width: 900px;
  display: table;
  width: 90%;
  margin: 0 auto;
}
table.info-table th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  padding:15px 5px;
  background: #333;
  color: #fff;
  border:1px solid #333;
  border-bottom: 5px solid #ddd;
  height: 55px;
}
table.info-table td {
  border:1px solid #ddd;
  padding:15px 5px;
  text-align: center;
}
table.info-table tr:nth-child(2n) {
  background:#eee
}
table#solarCalculation {
    margin-bottom: 25px;
}
img.solar-top-image{
    display: inline-block; 
    width: 260px; 
    vertical-align: top;
}
.qa-section {
    width: 90%;
    margin: 60px auto 20px;
}
table#toah tr td {
    line-height: 36px;
}
#autonomy-info {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
table.pw-calc-tab > thead > tr{
    background:#fff !important;
}
table.pw-calc-tab > tbody > tr:nth-child(2n+1) {
    background: #f5f5f5;
}
@media only screen and (max-width:480px) {
    table.pw-calc-tab,
    table.info-table{
        width: 100% !important;
        display:block !important;
    }
    table.pw-calc-tab tbody,
    table.pw-calc-tab tr,
    table.info-table tr,
    table.info-table tbody{
        display:block;
        width:100%;
    }
    table.pw-calc-tab tr th{
        font-size: 14px;
    }
    table.pw-calc-tab tr td{
        line-height:35px;
        min-height: 39px;
    }
    table.info-table tr td{
        height: 100px !important;
    }
    table.pw-calc-tab tr th,
    table.pw-calc-tab tr td,
    table.info-table tr th,
    table.info-table tr td {
        display: inline-block;
        width: 19%;
        padding:10px 1% !important;
        min-width: 0;
        margin:0;
        box-sizing: border-box;
    }     
    table#dailyConsumption tr th,
    table#dailyConsumption tr td{
        width: 23.1%;
    }
    table#dailyConsumption tr th:first-of-type,
    table#dailyConsumption tr td:first-of-type{
        width:auto;
        min-width: 26px;
    }
    table#dailypower tr th,
    table#dailypower tr td,
    table#tab-autonomy tr th,
    table#tab-autonomy tr td,
    table#totaldailytab tr th,
    table#totaldailytab tr td{
        width: 49.8%;
        line-height: 16px;
    }
    table#dailypower tr td{
        height: 120px;
    }
    table#dailypower tr td:first-of-type{
        line-break: 70px
    }
    table#toah tr th,
    table#toah tr td,
    table.info-table tr th,
    table.info-table tr td    {
        width: 32.5%;
        font-size: 15px;
    }
    .cms-solar-calculator table.info-table tr th:nth-child(2), .cms-solar-calculator table.info-table tr td:nth-child(2){
    	width: 32.5%;
    }
    .cms-solar-calculator table.info-table tr th:nth-child(3), .cms-solar-calculator table.info-table tr td:nth-child(3){
    	width: 34.8%;
    }
    .cms-solar-calculator table.info-table tr th{
    	height: 61px;
    	font-size: 15px;
    }
    .power-calculator-page .pw-calc-tab tr td{
        height: 90px;
    }
    .power-calculator-page .pw-calc-tab tr:first-child td{
        line-height: 16px;
        height:35px
    }
    table.pw-calc-tab tr td button.btn_conv{
        width:auto;
        float: none;
        line-height: 2em;
    }
    table.pw-calc-tab tr td button.btn_conv::after {
        background:none
    }
    table#kwtow tr td{
        width: 14.5%;
    }
    table#kwtow tr:nth-of-type(2) td{
        height: 100px;
    }
    table#kwtow tr:nth-of-type(2) td span{
        line-height: 13px !important;
        margin-top:5px
    }
    .power-calculator-page .acc-container label{
        font-size: 13px;
        height: 47px;
        line-height: 16px;
        padding-right: 35px;
    }
    .power-calculator-page .calculator-image,img.solar-top-image{
        display: block;
        width:70%;
        margin:0 auto 20px
    }
    .calculator-divided-text{
        display: block !important;
        width:100% !important;
    }
    .cms-power-calculator .pw-calc-tab tr td, .cms-power-calculator .pw-calc-tab tr td:last-child{
        width:30%;
        line-height: 1.3em;
    }
    .acc-container input:checked ~ div.acc-content.cs1{
        height:840px
    }
    .acc-container input:checked ~ div.acc-content.cs2{
        height:1200px
    }
    .acc-container input:checked ~ div.acc-content.cs3{
        height:1450px
    }
	
	.cms-solar-calculator span.pc-right-title {
	  line-height: 48px;
	}
	.cms-solar-calculator .col-right.sidebar.grid4-1 .pc-right-box:nth-child(4) span.pc-right-title{	  
	  line-height: inherit;
	}
    .qa-section {
        width: 100%;
    }
	.cms-solar-calculator .col-main,
	.cms-solar-calculator .col-main input,
	.cms-solar-calculator .col-main p,
	.cms-solar-calculator .col-main select
	{
		font-size:16px  !important;
	}
	.cms-solar-calculator .col-main select.input.select{
		width:100%
	}
}

table.calc-table-style {
    display: inline-block;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden
}

.calc-style {
    text-align: center;
    margin-top: 15px!important;
    margin-bottom: 15px!important
}

table.calc-table-style caption,
table.calc-table-style tr th {
    padding: 8px 3px;
    background-color: #333;
    color: #fff;
    font-size: 14px
}

table.calc-table-style tr td {
    padding: 8px 10px;
    background: #f5f5f5
}

table.calc-table-style tr td input[type=text] {
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #ddd
}

table.calc-table-style tr td input[type=text]:focus {
    border: 1px solid #aaa
}

table.calc-table-style tr td input[type=button],
table.calc-table-style tr td input[type=reset] {
    padding: 6px 7px;
    background-color: #333;
    border: 2px solid #ddd;
    color: #fff;
    cursor: pointer;
    transition: all .4s
}

table.calc-table-style tr td input[type=button]:hover,
table.calc-table-style tr td input[type=reset]:hover {
    background-color: #ddd;
    border: 2px solid #333;
    color: #333
}

.tailnote {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    min-width: 237px;
    padding-left: 15px;
    vertical-align: middle;
}

.power-calculator-page span.calc-label-left {
    display: inline-block;
    width: 10%;
    min-width: 75px;
    vertical-align: top;
    font-weight: 700
}

.power-calculator-page span.calc-label-right {
    display: inline-block;
    width: 89%;
    min-width: 240px;
    vertical-align: top
}

.power-calculator-page h2 {
    font-size: 17px;
    margin-top: 20px
}

table.pw-calc-tab {
    display: inline-block;
    margin: 20px 30px 0;
    width: auto
}

table.pw-calc-tab tr td {
    padding: 5px 15px;
    border: 1px solid #d0d0d0;
    text-align: center;
    vertical-align: top;
    /* min-width: 60px; */
    font-size: .9em;
}

table.pw-calc-tab tr td.head {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #D0D0D0
}

table.pw-calc-tab tr td input {
    border: 1px solid #308BF9;
    padding: 0 5px;
    line-height: 30px;
    background: #DCECFF;
    text-align: center
}

table.pw-calc-tab tr td input.res {
    border: 1px solid #ddd;
    background: #fff
}

table.pw-calc-tab tr td button.calc_btn {
    padding: 0px 7px;
    color: #FFF;
    cursor: pointer;
    transition: all .4s ease .1
}

table.pw-calc-tab tr td button.btn_add:hover {
    background-color: transparent;
    color: #333
}

table.pw-calc-tab tr td button.btn_add {
    background-color: #333;
    border: 2px solid #333;
    float: left
}
input.calc-result {
    border: 0;
    padding: 0 8px;
    background: 0 0;
    font-size: 16px;
    text-align: right;
    width: 94px
}

.calc-result-label {
    display: inline-block;
    width: 100%;
    max-width: 380px
}

p.pw-calc-tab-caption {
    text-align: center;
    font-style: italic;
    color: red
}

p.pw-calc-tab-caption span.nts {
    width: 100px;
    display: inline-block
}

span.lgn {
    display: block;
    font-size: 10px;
    color: #666;
    font-style: italic
}

.acc-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.acc-container label{
	font-family: Open Sans, Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 38px;
	cursor: pointer;
	color: #333;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 24px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.acc-container label:hover{
	background: #fff;
}
.acc-container input:checked + label,
.acc-container input:checked + label:hover{
	background: #333;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(48,48,48, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
	margin: 0 -1px;
}
.acc-container label:hover:after,
.acc-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.acc-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.acc-container input{
	display: none;
}
.acc-container div.acc-content{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.acc-container div.acc-content p{
	color: #333;
	padding: 20px;
}
.acc-container input:checked ~ div.acc-content{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.acc-container input:checked ~ div.acc-content.acc-small{
	height: 140px;
}
.acc-container input:checked ~ div.acc-content.acc-medium{
	height: 180px;
}
.acc-container input:checked ~ div.acc-content.acc-large{
	height: 230px;
}
.acc-container input:checked ~ div.acc-content.cs1{
	height: 2400px;
}
.acc-container input:checked ~ div.acc-content.cs2{
	height: 620px;
}
.acc-container input:checked ~ div.acc-content.cs3{
	height: 840px;
}

.acc-container label{
    background: #333;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(48,48,48, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
    margin: 0 -1px;
}
.acc-container label:hover {
    background: #333;
}
.acc-container label:hover::after, .acc-container input:checked + label:hover::after, 
.acc-container label:after{
    background-image: url(/assets/media/wysiwyg/icono/down_arrow.svg);
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.acc-container label:after{
    background-image: url(/assets/media/wysiwyg/icono/down_arrow.svg);
}
.acc-container label:hover::after{
    background-image: url(/assets/media/wysiwyg/icono/up_arrow.svg);
}

.acc-container input:checked + label::after{
    background-image: url(/assets/media/wysiwyg/icono/up_arrow.svg);
}

.acc-container input:checked + label:hover::after{
    background-image: url(/assets/media/wysiwyg/icono/down_arrow.svg);
}


.testimonial_video ul.slides {
    padding: 0;
}
.testimonial_video .video-popup .video_text,
.testimonial_video .video-popup h3 {
    padding:10px 15px 5px;
}
.testimonial_video .video-popup h3{
    margin-bottom:0;
    font-size:1.1em;
    color: #131238;
    font-weight: bold;
}
.testimonial_video .video-popup .video_text{
    color:#777
}

.testimonial_video_slide .flex-direction-nav li{
    list-style:none;
}
.testimonial_video_slide .flex-direction-nav a {
    z-index: 1;
    height: 60px;
    width: 60px;
    opacity:1;
    display: block;
    position:absolute;
    top: 30%;
    text-indent:-9999px
}
.testimonial_video_slide .flex-direction-nav a:hover {
    opacity:.6;
}

.testimonial_video_slide .flex-direction-nav .flex-next {
    background: url('https://www.mygenerator.com.au/assets/skin/frontend/ultimo/default/images/2017design/slideshow_arrows.png') no-repeat -135px -25px;
    right: -5%;
}

.testimonial_video_slide .flex-direction-nav .flex-prev {
    background: url('https://www.mygenerator.com.au/assets/skin/frontend/ultimo/default/images/2017design/slideshow_arrows.png') no-repeat -25px -25px;
    left:-5%;
}

.flexslider-testi {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
}

.flexslider-testi .slides > li {
    border: 1px solid #e4e4e4;
    text-align: center;
    min-height: 315px;
}

.testimonial-grid .video_image {
    width:100%;
    position: relative;
}
#mobile-delivery ul > p> a {
    color: #006;
}
.fancybox-overlay {
    z-index: 99999;
}
.fancybox-opened {
    z-index: 999991;
}
.poa .btn-info[disabled] {
    opacity: 1;
}
.poa button {background:#006;}
.poa button:hover {background:#010145;}
.label.label-myg {
    background: #006;
}

@media(max-width: 500px) {
    .power-calculator-page .pw-calc-tab {
        margin: 0 !important;
        width: 100% !important;
    }
    table#kwtow tr td{}
    table#kwtow tr td:nth-child(2){
        width: 27%;
    }
        table#kwtow tr td:nth-child(3){
        width: 41%;
    }
    table.pw-calc-tab.col-3 tr td {
        width: 32.5%;
        min-height: 52px !important;
    }
    table.pw-calc-tab.solar-tab {
        margin: 0;
        width: 100%!important;
    }
    table#solarCalculation tr td {
        width: 24.9%;
    }
    table.pw-calc-tab > thead {
        width: 100% !important;
        display: block;
    }
}