@charset "UTF-8";


body {
	height: calc(100% - 106px);
	margin: 0;
}
html { 
	height: 100%;
	margin: 0;
	overflow-x: hidden; /*auto; */
	overflow-y: auto;
}
html.NoYOverflow { 
	overflow-y: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
  *zoom: 1;
}

body {
	font-family: 'Outfit', sans-serif;
	font-size: 1vw;
	line-height: 1.35;
	color: #1d1d1b;
	background-color: #fff;
}
p {
	margin: 0;
	padding-bottom: 1em;
}
a {
	color: #1d1d1b;	
}
a:hover {
	color: #E2001A;
}
a[href^="tel"] { text-decoration: none !important; cursor: default !important; }

a.more, a.less {
	display: inline-block;
}
a.more {
	float: right;
}
a.less {
	float: left;
}
a.more:after {
	content: ' >';
}
a.less:before {
	content: '< ';
}

h1 {
	font-size: 1.2vw;
}
h2 {
	font-family: 'Outfit', sans-serif;
  font-size: 0.9vw;
  font-weight: bold;
  color: #1d1d1b;
  margin: 0px;
  padding: 0px;
}
h2.main {
	font-size: 1vw;
	padding: 1vw 0;
	color: #E2001A;	
}
h3 {
	font-family: 'Outfit', sans-serif;
	font-size: 2.3vw;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1vw;
  color: #1d1d1b;
}

span.nowrap {
	white-space: nowrap;
}

/*=======================================================================*/

.wrapper {
	position: relative;
  width: 97%;
	margin-left: auto;
	margin-right: auto;
}
.wrapper.main {
	margin-top: 80px;
	min-height: calc(100% - 30px);
}
.wrapper.head {
	position: absolute;
	left: 1.5%;
	right: 1.5%;
	top: 0;
  bottom: 0;
	margin-left: inherit;
	margin-right: inherit;
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #E2001A;
	z-index: 1000;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}
header.scrolled {
	height: 40px;
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.3);	
}
.footer {
	text-align: center;
}
.footer a {
	display: inline-block;
	margin: 0 0.75vw;
	color: #1d1d1b;
	font-size: 0.75vw;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer a:focus {
	outline: 0;
}
.footer .wrapper {
	padding: 5px 0 20px 0;
/*	border-top: 1px solid #ccc; */
}

#LogoHoval {
	position: relative;
	display: inline-block;
	float: left;
	margin-top: 10px;
	width: auto !important;
	height: 72%;
	z-index: 10000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled #LogoHoval {
	margin-top: 5px;
	height: 72%;
}
#LogoSECA {
	position: relative;
	display: inline-block;
	float: left;
	width: auto !important;
	height: 59%;
	margin-top: 9px;
  margin-left: 16px;
	z-index: 10000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled #LogoSECA {
	height: 59%;
	margin-top: 5px;
}

nav#nav {
	position: absolute;
	bottom: 0%;
	right: 0px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	font-size: 16px;
}
header.scrolled nav#nav {
	bottom: 0%;
	border-left-width: 25px;
}

.lngsel {
	float: right;
	display: inline-block;
	position: relative;
	width: 75px;
	height: 32px;
	margin-top: 19px;
	margin-left: 3vw;
	cursor: pointer;
	background-image: url(../../mod/seca/img/ico_earth0.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled .lngsel {
	margin-top: 11px;
	margin-left: 2vw;
	width: 46px;
	height: 19px;
}
.lngsel > span {
	display: inline-block;
	margin-top: 2px;
	padding: 2px 6px;
	float: right;
	color: #fff;
  cursor: default;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled .lngsel > span {
	font-size: 0.6vw;
	margin-top: 1px;
	padding: 2px 4px;
}
.lngsel.open > span {
  background-color: #000;
}
.lngsel ul {
	display: none;
	position: absolute;
	top: 28px;
  right: 0;
	width: 2vw;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #000;
  cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled .lngsel ul {
	top: 18px;
  right: 0;
	width: 1.25vw;
}
.lngsel.open ul {
	display: block;
}
.lngsel ul li {
	color: #fff;
	margin: 0;
	padding: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled .lngsel ul li {
	font-size: 0.6vw;
}

.lpan {
	width: 48%;
	float: left;
}
.rpan {
	width: 48%;
	float: right;	
}
.lpan .pad {
	padding: 25px 32px;
}
.rpan .pad {
	padding: 25px 50px;
}

span.nobr {
	white-space: nowrap;
}
span.uppercase {
	text-transform: uppercase;
}

/*==============================================================================================*/
nav.menu {
	display: inline-block;
	margin: 40px auto 0 auto;
}
ul.menu {
	padding: 0;
	margin: 0;
}
ul.menu > li {
	float: left;
	margin: 0 1vw;
}
ul.menu > li > a {
	color: #fff;
	text-decoration: none;
}
#IcoPrj,
#IcoExit,
#IcoUser {
	position: relative;
	float: right;
	margin-top: 19px;
	margin-left: 3vw;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled #IcoPrj,
header.scrolled #IcoExit,
header.scrolled #IcoUser {
	margin-top: 11px;
	margin-left: 2vw;
}

#IcoUser > span,
#IcoPrj > span {
	vertical-align: top;
	font-size: 1vw;
	margin-right: 0.7vw;
	margin-top: 4px;
	display: inline-block;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled #IcoUser > span,
header.scrolled #IcoPrj > span {
	font-size: 0.6vw;
	margin-right: 0.45vw;
	margin-top: 2px;
}

img.ico-prj,
img.ico-exit,
img.ico-user {
	width: 32px;
	height: auto !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header.scrolled img.ico-prj,
header.scrolled img.ico-exit,
header.scrolled img.ico-user {
    width: 19px;
}
.nav-title {
	color: #fff;
	display: inline-block;
	margin: 24px auto 0 auto;	
}

/*==============================================================================================*/
#logform-fields,
#regform-fields {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 2px solid #E2001A;
  margin: 0 auto;
  width: 30%;
  margin-top: 40px;
}
#logform-fields legend,
#regform-fields legend {
	color: #fff;
	background-color: #E2001A;
	width: calc(100% - 1vw + 2px);
	margin-left: -2px;
	padding-left: calc(1vw + 2px);
	text-align: left;
	line-height: 2vw;
}
#logform-fields > div,
#regform-fields > div {
	padding: 1vw;
	padding-bottom: 0.2vw;
}
#logform-fields .reg-row,
#regform-fields .reg-row {
	margin-bottom: 1vw;
}
#regform-fields .reg-row.chkbox {
	margin-bottom: 0.25vw;
}
#regform-fields .reg-row.spacer {
	height: 1px;
	margin-bottom: 0.6vw;
}
#logform-fields span.errmsg {
	color: #E2001A;
	font-weight: bold;
}
.reg-row > div > input {
	width: 80%;
	width: calc(50% - 0.4vw);
  padding: 0.2vw;
}
#logform-fields.pwr p {
	padding-bottom: 0;
}
#log_submit,
#log_pwres,
#pwr_sub,
#reg_submit {
	width: calc(50% + 0.2vw);
}
.reg-row > span.msg {
	display: none;
}
#reg_terms,
#reg_moreinfo {
	margin-right: 0.5vw;	
}
#logform-fields .reg-row .link {
	width: 50%;
	margin-top: 1vw;
	text-align: center;
	font-size: 0.7vw;
}
.updtMsg {
	text-align: center;
	color: #E2001A;
}

/*==============================================================================================*/
#usrdatform {
	font-size: 0.75vw;
}
#usrdatform span.msg {
	display: none;
}
#usrdatform .col1 {
	width: 25%;
	float: left;
}
#usrdatform .col2 {
	width: 25%;
	float: left;
}
#usrdatform .col3 {
	width: 25%;
	float: left;
}
#usrdatform .col4 {
	width: 25%;
	float: right;
	height: 8.2vw;
	position: relative;
}
.usrdat-row {
	margin-bottom: 0.25vw;
	padding-bottom: 0.25vw;
}
.usrdat-lbl {
	display: inline-block;
	width: 8vw;
	text-align: right;
}
label > sup {
	display: inline-block;
	top: 0;
	margin-right: 0.2vw;
	font-size: 100%;
}
#usrdatform input,
#usrdatform select {
	width: 12vw;
	border: 0;
  border-bottom: 1px solid #aaa;
  background-color: #eee;
  margin-left: 0.5vw;
  box-sizing: border-box;
  padding-left: 0.2vw;
}
#usrdatform select {
	padding-left: 0;
}
#usrdat_gender {
	width: 5vw !important;
}
input.warn {
	border: 1px solid #E2001A !important;
}
label.warn {
	color: #E2001A;
}

/*==============================================================================================*/
#prjinpform {
	font-size: 0.75vw;
}
#prjinpform span.msg {
	display: none;
}
#prjinpform .col1 {
	width: 40%;
	float: left;
	position: relative;
  left: -0.5vw;
}
#prjinpform .col2 {
	width: 15%;
	float: left;
	padding-top: 1.4vw;
}
#prjinpform .col3 {
	width: 33%;
	float: left;
	padding-top: 1.4vw;
}
#prjinpform .col4 {
	width: 12%;
	float: right;
	height: 12vw;
	position: relative;
}
h2.prj-title {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	bottom: -6px;
	padding: 0;
	font-size: 1vw;
	font-weight: bold;
	color: #444;
}
.prjrow {
	margin-bottom: 1vw;
	padding-bottom: 0.5vw;
	border-bottom: 1px solid #ccc;
}
.prjrow.first {
	padding-top: 1vw;
	border-top: 1px solid #ccc;
}
.prjrow.rlast {
	border: 0;	
}
.prjrow-sub.r1st {
	padding-bottom: 0.25vw;
}
.prjrow-sub.r2nd,
.prjrow-sub.r3rd {
	padding-left: 2vw;
}
.prj-item {
	font-size: 0.75vw;
	float: left;
	padding-right: 2vw;
}
.prj-item.bold {
	font-weight: bold;
}
.prj-cmd {
	display: inline-block;
	font-size: 0.75vw;
	float: right;
	padding-left: 2vw;
}
.prj-cmd.left {
	float: left;
	padding-right: 2vw;
	padding-left: 0;
}
.prj-cmd.left.charts {
	margin: 0.2vw 0 0 1vw;
}
.prj-cmd.center {
	float: none;
	display: inline-block;
	margin: 0 auto;
	padding: 0 1vw;
}
.prj-cmd.date {
	font-size: 0.55vw;
	font-style: italic;
	color: #ccc;
}
.prj-cmd.bottom {
  position: absolute;
  bottom: 1.2vw;
  right: 0;
}
.prj-cmd.top {
  position: absolute;
  top: 1vw;
  right: 0;
}
.prj-cmd.save {
	background-color: #E2001A;
	color: #fff;
	font-size: 1vw;
	padding: 0.25vw 0.75vw;
}
.prj-cmd > a {
	display: inline-block;
	cursor: pointer;
}
.prj-cmd > a > span.lbl {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}
.prj-cmd > a.dis {
	cursor: default !important;
}
.prj-cmd > a.dis:hover {
	color: inherit;
}
.prj-cmd > a.dis > span {
	opacity: 0.3;
}
.prj-cmd.save a {
	color: #fff;
}
.icoPrjSetup,
.icoPrjCharts,
.icoPrjResult,
.icoPrjDelete,
.icoPrjSave,
.icoPrjList {
	display: inline-block;
	position: relative;
	width: 1vw;
	height: 1vw;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.35vw;
  vertical-align: baseline;
}
.icoPrjSave {
	margin-left: 0.5vw;	
}
.icoPrjSetup {
	background-image: url(../../mod/seca/img/ico_edit1.png);
	bottom: -1px;
}
.icoPrjCharts {
	background-image: url(../../mod/seca/img/ico_chart1.png);	
	bottom: -1px;
}
.icoPrjResult {
	background-image: url(../../mod/seca/img/ico_result3.png);	
	bottom: -2px;
}
.icoPrjDelete {
	background-image: url(../../mod/seca/img/ico_delete1.png);
	bottom: -2px;
}
.icoPrjList {
	background-image: url(../../mod/seca/img/ico_back3.png);	
	bottom: -5px;
}
.icoPrjSave {
	background-image: url(../../mod/seca/img/ico_save2w.png);	
	bottom: -2px;
}
.prjinp-row {
	margin-bottom: 1vw;
}
.prjinp-row.map,
.prjinp-row.price {
	padding-top: 1vw;
	margin-bottom: 0;
}
.prjinp-head h2 {
	display: inline-block;
	float: left;
}
.prjinp-head h2 span {
  display: inline-block;
  padding-left: 1vw;
  color: #333;
  font-size: 0.75vw;
  font-weight: normal;
}
#prjinpform input,
#prjinpform textarea,
#prjinpform select {
	box-sizing: border-box;
}
#prjinp_name,
#prjinp_comment {
  width: 90%;
  border: 0;
  border-bottom: 1px solid #aaa;
  background-color: #eee;
  padding: 0.5vw;
}
#prjinp_comment {
	font-size: 0.7vw;
	line-height: 1.35;
}
#prjinp_HeatLoad,
#prjinp_ExhAirTemp,
#prjinp_SupAirTemp,
#prjinp_prcElectr,
#prjinp_prcWater {
	width: 4.2vw;
	border: 0;
  border-bottom: 1px solid #aaa;
  background-color: #eee;
  margin-left: 0.5vw;
}
#prjinp_prcElectr,
#prjinp_prcWater {
	padding-left: 0.2vw;
}
#prjinp_HeatLoad {
	width: 5.2vw;
}
#prjinp_Units {
	width: 4.2vw;;
	border: 0;
	margin-left: 0.8vw;
}
#prjinp_stName,
#prjinp_stID {
	border: 0; 
	margin-left: 0.6vw;
}
.prjinp-lbl1 {
	display: block;
	padding-left: 0.5vw;
  padding-bottom: 0.25vw;
}
.prjinp-lbl2 {
	display: inline-block;
	width: 11.5vw;
	text-align: right;
}
.prjinp-lbl3 {
	display: inline-block;
	width: 6vw;
	text-align: right;
}
#showMap,
#locationButton {
	margin-left: 0.8vw;
	margin-top: 0.4vw;
	border: 0;
	background-color: #333;
	color: #fff;
	padding: 0.2vw 0.5vw;
	font-size: 0.5vw;
}
#locationButton {
	background-color: #333;
  color: #fff;
  font-size: 0.5vw;
}
#StationsMap {
	position: relative;
	display: none;
	border: none;
	width: calc(100% + 0.5vw);
	height: 500px;
  background-image: url(../../mod/seca/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center 20%;
  margin-top: 0.5vw;
  left: -0.5vw;
}
#StationsMap.loaded {
  background-image: none;
}
.charts-head {
	text-align: center;
}

/*==============================================================================================*/
.results h2 {
  font-size: 1.8vw;	
  font-weight: bold;
}
.results h3 {
  font-size: 1.25vw;
  font-weight: bold;
  margin: 0;
  padding: 1vw 0;
}
.results h4 {
  font-size: 1vw;	
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.results span.small {
	font-size: 0.75vw;
}
.res-head {
	padding-top: 0.7vw;
  font-weight: bold;
}
.res-head h2 {
  display: inline-block;
  float: left;
  font-size: 1.8vw;
  margin-top: 0;
  padding-top: 0;
}
.res-row.spacer {
	height: 1vw;
}
.res-row .lbl {
	float: left;
	width: 25vw;
}
.res-row .val {
	float: left;
	width: 30vw;	
}
.res-row .inf {
	float: left;
	width: 30vw;
	display: none;
}
.res-row .lbl2 {
	float: left;
	width: 19vw;
}
.res-row .val2 {
	float: left;
	width: 20vw;	
}
.res-row .val3 {
	float: left;
	width: 15vw;	
}
.res-pan .panL {
	float: left;
	width: 44vw;
}
.res-pan .panR {
	float: left;
	width: 50vw;
}
.res-row.mark .lbl, .res-row.mark .lbl2,
.res-row.mark .val, .res-row.mark .val2,
.res-row.mark .inf {
	color: red;
}
.res-row.mark2 .lbl, .res-row.mark2 .lbl2,
.res-row.mark2 .val, .res-row.mark2 .val2,
.res-row.mark2 .inf {
	color: orange;
}
#tableHourlyValues {
	position: relative; 
	width: 100%;
	line-height: 1.2;
	margin-bottom: 3vw;
}
#tableHourlyValues > div:nth-child(odd) > div {
	background-color: #eee;
}
#tableHourlyValues div > div {
	box-sizing: border-box;
	float: left;
	width: 5vw;
	text-align: right;
	border-right: 1px solid #ccc;
	padding: 0.1vw 0.3vw;
	overflow: hidden;
}
#tableHourlyValues div > div:first-child {
	border-left: 1px solid #ccc;
	width: 110px;
	white-space: nowrap;
}
#tableHourlyValues div > div:nth-child(1) {	width: 5vw; }
#tableHourlyValues div > div:nth-child(2) {	width: 5vw; }
#tableHourlyValues div > div:nth-child(3) {	width: 7vw; }
#tableHourlyValues div > div:nth-child(4) {	width: 7vw; }
#tableHourlyValues div > div:nth-child(5) {	width: 7vw; }
#tableHourlyValues div > div:nth-child(6) {	width: 10vw; }
#tableHourlyValues div > div:nth-child(7) {	width: 9vw; }

#tableHourlyValues > div.head-month {
	position: sticky;
	top: 0;
	background-color: #fff;
}
#tableHourlyValues > div.head-month > div {
	box-sizing: border-box;
	height: 4.8vw;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0.4vw;
	padding-bottom: 0.4vw;	
	background-color: #eee;
	text-align: center;
}
#tableHourlyValues > div.head-pad > div:first-child {
	border-left: 1px solid #fff;
}
#tableHourlyValues div:nth-child(2) > div {
	padding-top: 0.5vw;
}
#tableHourlyValues div.total > div {
	background-color: #ffe;
	padding-top: 0.4vw;
	padding-bottom: 0.3vw;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.results {
	font-size: 1.5vw;
}
.results span.small {
	font-size: 1vw;
}
.res-head h2 {
	font-size: 2.5vw;
}
.results h3 {
	font-size: 1.8vw;
}
.results h4 {
	font-size: 1.5vw;
}
.res-row .lbl {
	width: 44vw;
}
.res-row .val {
	width: 50vw;
}
.panL .res-row .lbl,
.panR .res-row .lbl {
	width: 27vw;
}
#tableHourlyValues div > div:nth-child(1) {	width: 7vw; }
#tableHourlyValues div > div:nth-child(2) {	width: 10vw; }
#tableHourlyValues div > div:nth-child(3) {	width: 10vw; }
#tableHourlyValues div > div:nth-child(4) {	width: 14vw; }
#tableHourlyValues div > div:nth-child(5) {	width: 10vw; }
#tableHourlyValues div > div:nth-child(6) {	width: 23vw; }
#tableHourlyValues div > div:nth-child(7) {	width: 13vw; }

/*==============================================================================================*/
.updateMsg {
	padding: 1vw 0;
	text-align: center;
	color: #E2001A;
}


/*==============================================================================================*/
@media print {
	header {
    height: 40px;
	}
	#LogoHoval {
    margin-top: 7px;
	}
	.wrapper.main {
	  margin-top: 60px;
	}
	#IcoPrj, #IcoExit, #IcoUser, #lngsel {
    display: none;
	}
	.prj-cmd {
		display: none;
	}	
	.jqx-chart-title-text,
	.jqx-chart-legend-text {
/*	  display: none; */
	}
	.res-row.chart {
		overflow: hidden;
	}
	#svgChart1 {
		position: relative;
    top: -1vw;
	}
	#tableHourlyValues > div.noprint {
		display: none;
	}
	#tableHourlyValues > div.head-month {
    position: relative;
    top: inherit;
	}
	.pagebreakafter {
		page-break-after: always;
	}
	.pagebreakbefore {
		page-break-before: always;
		margin-top: 50px !important;
	}

}

