/** Information boxes **/

/*
.errorbox {
    background: #ffa4b1 url(./../../../images/theme/noticebox/error.png) 1% 60% no-repeat;
    border: 1px solid #f18191;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.4);
}

.noticebox {
    background: #a4b3ff url(./../../../images/theme/noticebox/hint.png) 1% 60% no-repeat;
    border: 1px solid #6c7dd8;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.4);
}

.goodbox {
    background: #8dbd4d url(./../../../images/theme/noticebox/success.png) 1% 60% no-repeat;
    border: 1px solid #6b9d28;
    box-shadow: 0 0 5px rgba(50, 50, 50, 0.4);
}

.errorbox, .noticebox, .goodbox {
    display: block;
    padding: 7px 7px 7px 60px;
    font-size: 110%;
    font-weight: bolder;
    margin: 5px 0;
    min-height: 23px;
    line-height: 28px;
}

*/

.errorbox {
    color: #f0dedf;
    /*border: 1px solid #83121d; */
    background: #9d2833 url('./../../../images/webicons/cssicons/bad.png') 5px 50% no-repeat;
    padding: 7px 5px 7px 35px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

.goodbox {
    color: #e8f0de;
    /*border: solid 1px #538312;*/
    background: #6b9d28 url('./../../../images/webicons/cssicons/good.png') 5px 50% no-repeat;
    padding: 7px 5px 7px 35px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

.noticebox {
    color: #deeaf0;
    background: #28789d url('./../../../images/webicons/cssicons/notice.png') 5px 50% no-repeat;
    padding: 7px 5px 7px 35px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

/** table under chart **/
.linechart {width:100%}
.linechart td, .linechart th {
    padding: 7px;
    font-size: 12px;
}

.linechart th {
    background: #AAAAFF;
}

.linechart th.light {
    background: #DDDDFF;
}

.linechart td.date {
    width: 95px;
    text-align: left;
}

.linechart td.data {
    text-align: center;
}

.linechart td.tdata {
    width: 3px;
    text-align: center;
    padding: 0;
}

.linechart tr.high td {
    background: #EEF;
}


/** Form elements *
input[type=text], input[type=password] {
    background: #FFF;
    border: 1px solid #abadb3;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
*/

/** Standard elements **/
strong {
    font-weight: bolder;
}

/** List elements **/
ul.standard {
    list-style-type: disc;
    display: block;
    margin-left: 40px;
}
ul.standard li {
    display: list-item;
}

label.label { display: block; font-weight: bold; padding-top: 10px; margin: 4px 0 10px 0; font-size: 14px; }
label.smlabel { display: block; font-weight: bold; padding-top: 5px; margin: 5px 0 5px 0; font-size: 13px; }

p.forminfo { font-size: 12px; margin: 0px 0 4px 0; color: #555555; text-align: left; }
p.smforminfo { font-size: 12px; margin: 8px 0 10px 0; color: #555555; text-align: left; }

p.centreforminfo { font-size: 12px; margin: 0; font-weight: bold; color: #ffffff; padding: 5px 0; text-align: center; background-color: #057197; }

form fieldset.fieldnew { margin: 0; padding: 0 20px 10px 20px; border: 1px solid #057197; box-shadow: 0px 5px 10px #CCC; }
form fieldset.fieldnew:last-of-type {
    margin-bottom: 10px;
}

form fieldset.none { margin: 0; padding: 0; border: 0; }

div.fieldtitle { background: #057197; padding: 6px 6px 6px 20px; font-weight: bold; font-size: 14px; color: #FFF; margin-top: 7px; }
form select.multi { border: 1px solid #CCC; width: 99%; font-size: 14px; vertical-align: middle; }
form select.multi option { padding: 5px; vertical-align: middle; }
form select.multi optgroup { margin: 5px; padding-bottom: 5px; }
form select.multi optgroup option { padding-left: 20px; }
form select.multi optgroup option:first-child { margin-top: 10px; }

fieldset.fieldnew .chosen-container, fieldset.none .chosen-container {
    font-size: 14px;
}

fieldset.fieldnew .chosen-container-single .chosen-single, fieldset.none .chosen-container-single .chosen-single {
    padding-top: 4px;
    padding-bottom: 4px;
}

fieldset.fieldnew .chosen-container-single .chosen-single div, fieldset.none .chosen-container-single .chosen-single div {
    top: 4px
}

#report_dialog p:first-child {
    font-size: 14px;
    text-align: center;
}

input.box {
    border: 1px solid #AAA;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 5px 5px 5px;
    font-size: 14px;
    margin: 0;
    border-radius: 3px;
}

textarea.box {
    border: 1px solid #AAA;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 5px 5px 5px;
    font-size: 14px;
    margin: 0;
    border-radius: 3px;
}

div.form_half { width: 460px; float: left;}
div.form_half input.box { width: 437px; }
div.form_half select.multi { width: 450px; }

.filterbarholder input[type='checkbox'] {
    vertical-align: middle;
}

.filterbarholder .datepicker, .filterbarholder .input {
    font-size: 13px;
    vertical-align: middle;
    margin: 0;
    padding: 0 3px;

    height: 20px;

    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);

    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
}

.filterbarholder .datepicker {
    background: #FFF;
}

.filterbarholder .datepicker.thin {
    width: 75px;
    text-align: center;
}

.filterbarholder a.chzn-button {
}

.chzn-box {
    vertical-align: middle;
    line-height: 20px;
    margin: 3px auto;
    padding: 2px 7px;
    min-height: 18px;
    background-color: #FFFFFF;
    color: rgb(68, 68, 68);
    text-decoration: none;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);

    position: relative;
}



.chzn-box span.close_button {
    height: 100%;
    width: 25px;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    top: 0;
    right: 0;
    border-left: 1px solid #AAAAAA;
    background: #CCC;
    color: #EAEAEA;
    border-radius: 0 3px 3px 0;
}

.chzn-box span.group_name {
    height: 100%;
    width: 20%;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    top:0;
    left: 0;
    background: #858585;
    color: #FFF;
    border-radius: 3px 0 0 3px;
    padding: 0px 3px 0 3px;
}

.chzn-box a {
    height: 100%;
    width: 25px;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
    top: 0;
    right: 0;
    background: #9d2833;
    color: #F0DEDF;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
}

.chzn-box a:hover {
    background: #801821;
}

.chzn-box a:active {
    color: #C08C90;
}

.chzn-button {
    font-size: 13px;
    vertical-align: middle;
    line-height: 16px;
    margin: 0;
    padding: 2px 7px;
    min-height: 16px;
    background-color: #FFFFFF;
    color: rgb(68, 68, 68);
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaaaaa;
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);

    cursor: pointer;
    display: inline-block;
}

.chzn-button img {
    vertical-align: text-bottom;
    padding-right: 3px;
}

.chzn-button:hover {
    border: 1px solid #999;
}

.chzn-button:active {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chzn-button.on {
    background-image: url('./../../../images/webicons/16p/tick.png');
    background-repeat: no-repeat;
    background-position: 8px 50%;
    padding-left: 35px;
}

.chzn-button.off {
    background-image: url('./../../../images/webicons/16p/cross.png');
    background-repeat: no-repeat;
    background-position: 8px 50%;
    padding-left: 35px;
}

/* Pop up notification */
.pop_up_container {
    position: fixed;
    top: 25px;
    width: 100%;
}

.pop_up_container .good_message {
    margin: 0 auto;
    width: 250px;
    padding: 10px 20px;
    font-size: 16px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    background: #f3f9f4;
    border: 1px solid #91c89c;
    border-radius: 3px;
    text-align: center;
}

/** Comparison box **/
.control_box .chzn-box {
    width: 70%;
}

.control_box .chzn-box.nodata {
    color: #CCC;
}

.control_box .chosen-container {
    font-size: 14px;
}

.control_box #comparison_control {
    width: 70%;
    margin: 0 auto 10px auto;

}

.control_box .chzn {
    width: 80%
}

.control_box .chosen-container-single .chosen-single {
    padding: 2px 7px;

}

.control_box #add_site_button {
    width: 10%;
    padding: 6px 0px;
    margin-left: 7px;
}

p.warning {
	padding: 5px 0;
	font-weight: bold;
	color: #FF0000;
}

.graph_tooltip {
    background: #e6eaea;
    display: inline-block;
    padding: 10px;
    border: black;
    border-style: double;
    position: absolute;
    z-index: 10;
    margin-left: 75px;
    margin-top: 25px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    font: 9pt Arial, Verdana, sans-serif;
    fill: black;
    text-align: center;
}

/*** add this section for energy scaling page **/
.scaling-circuit-select {
    width: 300px;
    height: 21px;
}

.scaling-time-hour-input {
    margin-left: 20px;
    width: 50px;
    height: 21px;
}

.scaling-time-minute-input {
    width: 50px;
    height: 21px;
}

.scaling-label {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 15px 0 5px 0;
    font-size: 13px;
}

.scaling-confirmation {
    width: 350px;
    border-bottom: ;
}

.scaling-confirmation tr {
    height: 25px;
}

.scaling-confirmation th {
    text-align: left;
    font-weight: bold;
    width: 100px;
    padding-left: 10px;
}

.scaling-confirmation td {
    text-align: left;
}

/*** THIS IS FROM THE BRANCH **/
