@charset "utf-8";
/* CSS Document */
.pull-left{
	float:left;
}
/*左窗格 */
/****** grouptree *******/
#sidebar {
	float: left;
	flex: 0 0 auto;
	width: 267px;
	min-height: 500px;
	border: 1px #D1BBA3 solid;
	border-radius: 8px;
	background: url(../../images/ec/bg_left_board.png) #FAFAFA no-repeat;
}

#sidebar h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.grouptreename {
	color: #905B17;
	font-size: 14px;
	font-weight: bold;
	width: 96%;
	display: block;
}

#grouptree {
	padding-top: 20px;
	border-radius: 8px;
	height: 90% !important;
	width: 95%;
	overflow: auto;
	margin: auto;
	background-color: transparent;
}

#drawer {
	width: 25px;
	height: 28px;
	position: absolute;
	margin-left: 243px;
	margin-top: 275px;
	background-color: #FCFCFE;
	z-index: 998 !important;
	border: 1px solid #d4ccb0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.border{
	border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
}

/* 右窗格 */
.infoContent {
	float: left;
	flex: 1 1 auto;
	width: 660px;
	min-height: 600px;
	padding-bottom: 10px;
}

.infoContent:after{
    display: block;
    content: "";
    clear: both;
}

.content:after{
    display: block;
    content: "";
    clear: both;
}

.clearfix {
	clear:both;
}
.infoContentBg {
	border: 1px solid #D4D4D4;
	border-radius: 6px;
	background-color: #ffffff;
}

/****** pagetitle *******/
#pagetitle {
	padding: 10px 10px;
}

#pagetitle td {
	vertical-align: middle;
	word-break: break-all;
}

#pagetitle hr {
	border-top: 1px dashed #D1D1D1;
	width: 99%;
}

.pagetitleicon {
	background: url(../../images/ec/icon_i.png) no-repeat center center;
	width: 56px;
	height: 56px
}

.pagetitlebutton {
	width: 56px;
	height: 56px;
	text-align: center;
	display: none;
}

.pagename {
	text-align: left;
	padding: 2px;
	color: #295999;
	font-weight: bold;
	font-size: 1.5em;
}

.pagename span {
	font-weight: bold;
}

.subpagetitle {
	text-align: left;
	padding: 2px;
	color: #707070;
	font-weight: bold;
	font-size: 1.1em;
}

/****** editToolber *******/
.editToolber {
	padding: 5px 15px 5px 5px
}

.tool-add {
	background-image: url(../../images/ec/but_add.png);
	background-repeat: no-repeat;
}

.tool-update {
	background-image: url(../../images/ec/but_edit.png);
	background-repeat: no-repeat;
}

.tool-delete {
	background-image: url(../../images/ec/but_delete.png);
	background-repeat: no-repeat;
}

.tool-copy {
	background-image: url(../../images/ec/icon_blue_copy.png);
	background-repeat: no-repeat;
}

.tool-option {
	padding: 3px 5px 3px 24px;
	cursor: pointer;
	height: 20px;
	color: #4B80AC;
	border: 1px solid inherit;
	text-decoration: underline;
}

.tool-option:HOVER {
	background-color: #FFF9BF;
	/* border: 1px solid #D1BCA1; */
}

.tool-option-disable {
	padding: 3px 5px 3px 24px;
	color: #CCC;
	cursor: default;
	height: 20px;
}
/*場域group editTool*/
.tool-addunit {
	background-image: url(../../images/ec/icon_blue_add_unit.png);
	background-repeat: no-repeat;
}

.tool-addbuild {
	background-image: url(../../images/ec/icon_blue_add_build.png);
	background-repeat: no-repeat;
}

.tool-deletegroup {
	background-image: url(../../images/ec/icon_delete_group.png);
	background-repeat: no-repeat;
}
/*帳號customer editTool*/
.tool-addcustomer {
	background-image: url(../../images/ec/icon_add_customer.png);
	background-repeat: no-repeat;
}

.tool-updatecustomer {
	background-image: url(../../images/ec/icon_update_customer.png);
	background-repeat: no-repeat;
}

.tool-updatecustomer-disable {
	background-image: url(../../images/ec/icon_update_customer_disable.png);
	background-repeat: no-repeat;
}

.tool-deletecustomer {
	background-image: url(../../images/ec/icon_delete_customer.png);
	background-repeat: no-repeat;
}

.tool-deletecustomer-disable {
	background-image: url(../../images/ec/icon_delete_customer_disable.png);
	background-repeat: no-repeat;
}
/*動態場域*/
.tool-uploadImage {
	background-image: url(../../images/ec/icon_add_customer.png);
	background-repeat: no-repeat;
}

.tool-addBlock {
	background-image: url(../../images/ec/icon_add_customer.png);
	background-repeat: no-repeat;
}

.tool-addDevice {
	background-image: url(../../images/ec/icon_add_customer.png);
	background-repeat: no-repeat;
}

#condition {
	margin: 10px 0px 0 10px;
	float: left;
	width: 635px;
	height: 525px;
}

/*其他公用*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: bold;
	color: #211FBD;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 15px;
}

.hr1 {
	background: url('../../images/ec/bg_line.png') no-repeat center center;
	background-size: 95% 10px;
	border-width: 0px;
	height:10px;
}

.hr2 {
	border-width: 0px;
	border-top: 1px dashed #D1D1D1;
	width: 95%;
}

/*置中、置左、置右*/
.alignright {
	text-align: right
}

.aligncenter {
	text-align: center
}

.alignleft {
	text-align: left
}

.text-message {
	text-align: left;
	color: #3281C4;
}

.readonly {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: transparent;
	font-weight: bold;
}

.link {
	text-decoration: underline;
	color: #1E6CCC !important;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.buttonStyle {
	color: #ffffff;
	background-color: #4f84b1;
	border-color: #4f84b1;
	margin: 1px;
	padding: 5px 10px;
	text-align: center;
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0;
}

.dialog-model-confirm {
	background: #fff url(../../images/default_icon/bg_confirm.png) bottom right no-repeat;
	background-size: contain;
	height: 120px;
	background-size: 150px;
}

.dialog-model-success {
	background: #fff url(../../images/default_icon/bg_success.png) bottom right no-repeat;
	background-size: contain;
	height: 120px;
	background-size: 150px;
}

.dialog-model-error {
	background: #fff url(../../images/default_icon/bg_error.png) bottom right no-repeat;
	background-size: contain;
	height: 120px;
	background-size: 150px;
}

.dialog-model-alert {
	background: #fff url(../../images/default_icon/bg_alert.png) bottom right no-repeat;
	background-size: contain;
	height: 120px;
	background-size: 150px;
}

.dialog-model-info {
	background: #fff url(../../images/default_icon/bg_alert.png) bottom right no-repeat;
	background-size: contain;
	height: 120px;
	background-size: 150px;
}

/*警告內容*/
.message {
	padding-left: 10px;
	color: #606060; /*#115592;*/
	line-height: 18px;
	font-size: 1.1em;
	word-wrap: break-word;
	word-break: break-all;
	margin-right: 115px;
}

/*警告圖示*/
.dialog-alert {
	width: 16px;
	height: 16px;
	background-image: url(../../styles/theme/1/images/ui-icons_cd0a0a_256x240.png);
	background-position: 0 -144px;
}

/*訊息圖示*/
.dialog-info {
	width: 16px;
	height: 16px;
	background-image: url(../../styles/theme/1/images/ui-icons_cd0a0a_256x240.png);
	background-position: -16px -144px;
}

/*確認圖示*/
.dialog-confirm {
	width: 16px;
	height: 16px;
	background-image: url(../../styles/theme/1/images/ui-icons_cd0a0a_256x240.png);
	background-position: -80px -144px;
}

/*成功圖示*/
.dialog-success {
	width: 16px;
	height: 16px;
	background-image: url(../../styles/theme/1/images/ui-icons_cd0a0a_256x240.png);
	background-position: -64px -144px;
}

/*錯誤圖示*/
.dialog-error {
	width: 16px;
	height: 16px;
	background-image: url(../../styles/theme/1/images/ui-icons_cd0a0a_256x240.png);
	background-position: -32px -128px;
}

/*訊息圖示*/
.qtip-yellow {
	background: #FFFBE8;
	border: 1px solid #EDB41F;
}

/*必填欄位*/
.required {
	font-size: medium;
	color: red;
	font-weight: bold;
}

/*表格單雙色*/
.alt {
	color: #000000;
	/*background-color:#EAF2D3;*/
	background-color: #d1eef3;
}

.alt2 {
	background-color: #d1eef3;
}

.underline {
	text-decoration: underline;
}

.mTop5 {
	margin-top: 5px;
}

.mTop5:hover {
	margin-top: 5px;
}

.mTop10 {
	margin-top: 10px;
}

.mTop10:hover {
	margin-top: 10px;
}

.pLeft5 {
	padding-left: 5px;
}

.pLeft:hover {
	padding-left: 5px;
}

.pLeft10 {
	padding-left: 10px;
}

.pLeft10:hover {
	padding-left: 10px;
}

/*管理頁面按鈕顯示*/
.imgSch {
	width: 80px;
	padding-left: 30px;
	background: url('../../images/ec/search.png') no-repeat 10% center;
	background-color: #4f84b1;
	background-size: 20px Auto;
}

.imgSch:hover {
	width: 80px;
	padding-left: 30px;
	color: #8E5b17;
	background-color: #ffdd57;
	border-color: #dcb913;
}

.imgAdd {
	width: 80px;
	padding-left: 20px;
	background: url('../../images/ec/icon_add_unit.png') no-repeat 15% center;
	background-color: #4f84b1;
}

.imgCounterAdd {
	width: 160px;
	padding-left: 20px;
	background: url('../../images/ec/icon_add_unit.png') no-repeat 15% center;
	background-color: #4f84b1;
}

.imgAdd:hover {
	width: 80px;
	padding-left: 20px;
	color: #8E5b17;
	background-color: #ffdd57;
	border-color: #dcb913;
}

.imgExp {
	width: 80px;
	/*margin-left:10px;*/
	padding-left: 30px;
	background: url('../../images/ec/exp_xls.png') no-repeat 10% center;
	background-color: #4f84b1;
	background-size: 20px Auto;
}

.imgExp:hover {
	width: 80px;
	/*margin-left:10px;*/
	padding-left: 30px;
	background-size: 20px Auto;
	color: #8E5b17;
	background-color: #ffdd57;
	border-color: #dcb913;
}

.imgPrt {
	width: 90px;
	margin-left: 10px;
	padding-left: 30px;
	background: url('../../images/ec/print.png') no-repeat 10% center;
	background-color: #4f84b1;
	background-size: 20px Auto;
}

.imgPrint {
	width: 80px;
	padding-left: 30px;
	background: url('../../images/ec/print.png') no-repeat 10% center;
	background-color: #4f84b1;
	background-size: 20px Auto;
}

.imgPrint:hover {
	width: 80px;
	padding-left: 30px;
	background-size: 20px Auto;
	color: #8E5b17;
	background-color: #ffdd57;
	border-color: #dcb913;
}

.imgPrt:hover {
	width: 90px;
	margin-left: 10px;
	padding-left: 30px;
	background-size: 20px Auto;
	color: #8E5b17;
	background-color: #ffdd57;
	border-color: #dcb913;
}
/* Prev */
.imgPrev {
	width: 120px;
	margin-left: 5px;
	padding-left: 30px;
	background: url('../../images/ec/back_button.png') no-repeat 5% center;
	background-color: #4f84b1;
	background-size: 25px Auto;
}

.imgPrev:hover {
	width: 120px;
	margin-left: 5px;
	padding-left: 30px;
	border-color: "#dcb913";
	background-color: #ffdd57;
	background-size: 25px Auto;
}
/* Next */
.imgNext {
	width: 120px;
	margin-left: 5px;
	padding-right: 30px;
	background: url('../../images/ec/forward_button.png') no-repeat 100% center;
	background-color: #4f84b1;
	background-size: 25px Auto;
}

.imgNext:hover {
	width: 120px;
	margin-left: 5px;
	padding-right: 30px;
	border-color: "#dcb913";
	background-color: #ffdd57;
	background-size: 25px Auto;
}

/*無設定單線圖提示資訊*/
.linediga_class {
	max-width: 300px;
	min-width: 0px;
}

/*斷線提示資訊*/
.offlineinfo_class {
	max-width: 1200px;
	min-width: 0px;
}

.offlineinfo {
	font-size: 14px;
	margin: 10px;
	line-height: 20px;
	color: #8E5b17;
}

.offlineinfo td {
	font-weight: bold;
}

/*管理頁面查無資料顯示*/
.noData {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #707070;
}

/*管理頁列表顯示*/
.lineh th, .lineh th a {
	line-height: 30px;
	background-color: #369ec3;
	color: #ffffff;
}

/*管理頁修改*/
.update {
	border: 2px #658FA7 solid;
}

.update th, .update th a {
	line-height: 30px;
	background-color: #f6f6f6;
	color: #44596c;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.update td {
	padding-left: 10px;
}

/*電價選擇按鈕*/
.ecPrice {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

/*管理頁共用搜尋*/
.condition {
	border: 0px solid #dcdcdc;
	margin: 15px 0px;
}

.condition th {
	text-align: right;
	padding: 0px 5px;
	line-height: 30px;
}

.condition td {
	padding: 5px;
}

.line {
	border-right: 1px solid #dcdcdc;
}

.dialogalert {
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	color: red;
}

/*電價選擇Dialog table*/
.powercompany {
	text-align: center;
}

.customprice {
	text-align: center;
}

.priceTable {
	width: 370px;
	border: 0px solid #dcdcdc;
	margin-top: 15px;
	margin-left: 50px;
	line-height: 35px;
	text-align: left;
}

.priceTable th {
	border-right: 0px solid #dcdcdc;
}

.priceTable td {
	border-right: 0px solid #dcdcdc;
}

/*用電統計重算*/
.input-restatics {
	border-collapse: separate; /*table 圓邊要加這個*/
	border: solid #ccc 1px;
	border-radius: 10px;
}

.input-restatics td {
	padding-left: 10px;
	line-height: 40px;
	color: #1F65A0;
	font-weight: bold;
}

/*OL相關*/
.helpbg {
	padding: 10px 10px;
	background-color: #FFFFFF;
	border-collapse: separate; /*table 圓邊要加這個*/
	border: solid 4px lightgrey;
	border-radius: 10px;
	font-size: 15px;
	min-height: 60px;
	/*width: 450px;*/
}

.helpbg .helptitle {
	color: #4d83b2;
	font-weight: bold;
}

#notification {
	width: 636px;
	font-size: 22px;
	text-align: left;
	margin: 0 auto;
	/*margin-top: 100px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #E7E7E7;*/
	color: #4a6683;
}

#notification th {
	text-align: right;
	vertical-align: middle;
	padding-right: 30px;
	line-height: 35px;
}

#notification td {
	font-weight: bold;
	margin: 0;
	padding: 3px;
	vertical-align: middle;
	line-height: 35px;
}

.instructions th {
	text-align: left !important;
	vertical-align: inherit !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
}

.instructions td {
	padding: 5px !important;
	line-height: 28px !important;
}

.instructions tr:not(:last-child) {
border-bottom: #DDD 1px solid;

}

/*負載明細table 開始*/
.meterInfo {
	border-collapse: 10;
	border: #5794b3 2px solid;
	margin: 10px 0px;
	line-height: 25px;
	width: 430px;
	/* 	min-width: 430px; */
	/*margin-left: 35px;*/
}

.meterInfo tr {
	font-size: 12px;
}

.info1 {
	border-right: #5794b3 1px solid;
	border-bottom: #5794b3 1px solid;
	background-color: #4CBED9;
	color: #FFFFFF;
}

.info1 td {
	padding-left: 5px;
	font-weight: bold;
}

.info2 {
	border-right: #5794b3 1px solid;
	border-bottom: #5794b3 1px solid;
	background-color: #92d9eb;
	color: #4e687f;
}

.info2 td {
	padding-left: 5px;
	font-weight: bold;
	vertical-align: middle;
}

.info3 {
	border-bottom: #5794b3 1px solid;
	color: #707070;
	background-color: #fff;
}

.info3 td {
	padding-left: 5px;
}

.info3 td input {
	margin-left: 5px;
}

.ct {
	font-weight: bold;
}

.info4 {
	width: 100%;
	border-bottom: #696561 1px solid;
	background-color: #d1eef2;
	color: #4e687f;
}

.info4 td {
	font-weight: bold;
}

.hh {
	height: 45px;
	font-size: 35px;
	vertical-align: middle;
	color: #000000;
}

#unit {
	padding-left: 5px;
	color: #4e687f;
	font-size: 20px;
}

.bb {
	font-size: 14px;
	font-weight: bold;
}

.info5 {
	background-color: #fff;
	color: #707070;
}

.info5 td {
	text-align: center;
	/* 	padding-left: 20px; */
}
/*負載明細table 結束*/

/*麵包削搜尋跟搜尋紀錄*/
div.breadcrumbs_icon {
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	margin: 4px 0px;
}

div.breadcrumbs_even {
	width: 118px !important;
	height: 25px;
	float: right;
	cursor: pointer;
	margin: 4px 11px;
	padding-left: 5px;
	/*background: #dcdcdc url('../../images/default_icon/alert_on.gif') no-repeat  2px;*/
	background-color: rgb(220, 220, 220); /*for ie*/
	border-radius: 3px;
}

div.breadcrumbs_even_new {
    position: absolute;
    right: 20%;
    top: 25%;
    float: right;
}

div#breadcrumbs_record {
	background-image: url('../../images/ec/icon_history.png');
}

div#breadcrumbs_record:hover {
	background-image: url('../../images/ec/icon_history_over.png');
}

div#breadcrumbs_searchFilter {
	background-image: url('../../images/ec/icon_search.png');
}

div#breadcrumbs_searchFilter:hover {
	background-image: url('../../images/ec/icon_search_over.png');
}

/*瀏覽器版本老舊提示視窗*/
div#browserLeft {
	float: left;
	width: 330px;
}

div#browserOLIcon {
	width: 203px;
	height: 224px;
	background-image: url('../../images/ec/ol_05.png');
	float: right;
}

div#browserVersionNoticeFied {
	text-align: center;
	font-size: small;
	width: 100%;
	height: 130px;
	float: left;
}

div.browserDownloadLink {
	text-align: center;
	width: 33%;
	height: auto;
	float: left;
}

div.browserName {
	position: relative;
	font-weight: bold;
}

.dataTable th, .dataTable td {
	word-wrap: break-word;
	word-break: normal;
}

div.message {
	word-wrap: break-word;
	word-break: normal;
}

.ui-jqgrid tr.jqgrow td {
	word-wrap: break-word;
	word-break: normal !important;
}

/* chart Table */
.dataChartTable {
	border-collapse: separate;
	text-align: center;
	table-layout: auto;
	margin: 0 auto;
	border-radius: 5px;
}

.dataChartTable td {
	font-weight: normal;
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	border-color: #5793B7;
}

.dataChartTable th {
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 0px;
	border-style: solid;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dataChartTable th a {
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.dataChartTable th, .dataChartTable th a {
	border-color: #5793B7;
	font-weight: bold;
}

.infoChartTitle {
	padding-top: 15px;
	color: #275E9F;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.mainDatachartTable {
	border-collapse: separate;
	border: 2px #FFAC55 solid;
	padding: 0px;
	border-radius: 5px;
}

.mainDatachartTable thead tr th {
	background-color: #FFFF00;
	font-size: 12px;
	text-align: center;
	border-width: 1px;
}

.mainDatachartTable tbody tr td {
	font-weight: normal;
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
}

.mainDatachartTable tbody tr th {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
}
/* chart Table */
.dataChartTable2 {
	border-collapse: separate; /*table 圓邊要加這個*/
	border: solid #ccc 1px;
	border-radius: 10px;
}

.dataChartTable2 td {
	font-weight: normal;
	padding: 0px;
	vertical-align: middle;
	border-color: #5793B7;
}

.dataChartTable2 th, .dataChartTable2 th a {
	border-color: #5793B7;
	font-weight: bold;
}

.dataChartTable2 th {
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.chartDiv {
	border-radius: 20px;
}

.color-gray{
	color: gray;
}