body {
	margin: 0;
}

div#container {
    display: none;
}

.header {
	font-size: 24px;
	width: 100%;
	height: 64px;
	background-image: url("../../../../front/images/header_logo.png");
	margin: 0;
	position: relative;
}

.header .logo_img {
	display: inline-block;
}

.header h1 {
	display: inline-block;
	font-size: 34px;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 400px;
}

.header img {
	margin-left: 1em;
}

.header .menu_button {
	position: absolute;
	right: 20px;
	top: 6px;
}

#menu_button {
	padding: 0.5em 1.5em;
	font-size: 16pt;
}

.tansen {
	position: relative;
}

.loading,
.loading * {
	cursor: wait;
}

.infobox,
.pcs-panel-info {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #ccc;
	border: outset 2px #f8f4e6;
	position: absolute;
	font-size: 20px;
}

.infobox .smallName {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.infobox table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.pcsinfo {
	position: absolute;
	top: 350px;
	font-size: 14pt;
	background-color: #eee;
	width: 280px;
}

.pcsinfo td span.value {
	margin-left: 0px;
	margin-right: 0px;
}

.pcs-panel-info {
	position: absolute;
	top: 650px;
	margin-left:60px;
	display: none;
	font-size: 18px;
	border: solid 1px #555555;
        background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
        background: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFBBBBBB);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFBBBBBB)";
}
.pcs-panel-info > table {
	margin: 0;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
	border: solid 1px #eeeeee;
}

.pcs-panel-info .value,
.pcs-panel-info .value.const,
.pcs-panel-info .unit {
	color: black;
}

.pcs1 {
	left: 16px;
}

.pcs2 {
	left: 326px;
}

.pcs3 {
	left: 636px;
}

.pcs4 {
	left: 946px;
}

#generation_info .title {
	text-align: left;
	font-size: 56%;
	margin: 0;
	padding: 0;
}

#generation_info .title > span {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	background-color: white;
	display: inline-block;
	width: 100px;
	text-align: center;
}

#generation_info .co2_ratio * {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}

#generation_info .co2_ratio td:nth-child(1) {
	text-align: right;
}

#generation_info .co2_ratio td:nth-child(1) * {
	font-size: 80%;
}

.vtitle {
	width: 1em;
	border: solid 1px gray;
	color: white;
}

.name,
.name-const {
	padding: 1px;
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
}

.pcsinfo .name,
.pcsinfo .name-const  {
	color: black;
	font-weight: bold;
}

.pcsinfo .unit {
	color: black;
}

/*.pcsinfo thead { */
  /* For WebKit (Safari, Google Chrome etc) */
/*  background: -webkit-gradient(linear, left top, left bottom, from(#bbf), to(#cfc)); */
  /* For Mozilla/Gecko (Firefox etc) */
/*  background: -moz-linear-gradient(top, #bbf, #cfc); */
  /* For Internet Explorer 5.5 - 7 */
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFBBBBFF, endColorstr=#FFCCFFCC); */
  /* For Internet Explorer 8 */
/*  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFBBBBFF, endColorstr=#FFCCFFCC)"; */
/*}*/

/*.pcsinfo tbody {
	background-color: #cfc;
}*/

.value.const {
	background-color: transparent;
	color: black;
}

.unit {
	color: black;
	padding: 1px;
}

.rightarea {
	position: absolute;
	top: 2px;
	right: 6px;
	width: 320px;
	padding: 2px;
}

.leftarea {
	position: absolute;
	bottom: 2px;
	left: 6px;
	width: 600px;
	padding: 2px;
}

.leftareacontent,
.rightareacontent {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #ccc;
	border: outset 2px #eee;
	padding: 0.5em;
}

.leftareacontent .header,
.rightareacontent .header {
	font-size: 110%;
	width: 100%;
	font-weight: bold;
	height: auto;
	background-color: transparent;
	background-image: none;
}

.leftareacontent .header .header_icon,
.rightareacontent .header .header_icon {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px black;
	background-color: white;
	padding: 0;
	font-size: 0.5em;
	margin: 0.5em;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
	cursor: pointer;
}

table.camera {
	width: 100%;
}

table.camera td {
	text-align: center;
	font-size: 70%;
}

.camera-area {
	width: 100%;
	height: 100%;
}

.camera-frame {
	width: 100%;
	height: 100%;
	background-color: white;
	border: solid 1px #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}


#download .area {
	margin: 1em 0.1em 0.1em 0.1em;
	padding: 1em 0.5em 0.5em 0.5em;
	border: solid 1px black;
	background-color: white;
	border: solid 1px #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

#download .area div {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	top: -0.75em;
	padding: 0 0.5em;
	background: -webkit-gradient(linear, left top, left bottom, from(#e2ecff), to(#a5c5ff));
	background: -moz-linear-gradient(top, #e2ecff, #a5c5ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE2ECFF, endColorstr=#FFA5C5FF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE2ECFF, endColorstr=#FFA5C5FF)";
	border: solid 1px #4a7ebb;
	font-weight: bold;
}

#download .area table {
	width: 100%;
}

#download td.title {
	width: 80px;
}

#download td.input {
	width: 360px;
}

#download tbody.alarm.status td {
	vertical-align: top;
}

.pcsdialog {
	display: none;
}

.pcsdialog .wraparea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: solid 3px #eee;
	/*background-color: #ccc;*/
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 6px;
}

.pcsdialog .name,
.pcsdialog .wraparea .name {
	font-weight: bold;
}

.pcsdialog .headerArea table tbody td:nth-child(2) {
	padding-left:20px;
	vertical-align: middle;
}

.pcsdialog .headerArea table tbody td:nth-child(3) {
	text-align: right;
	vertical-align: middle;
}

.pcsdialog table {
	width: 100%;
}

.small {
	font-size: 75%;
}

.alarm-container table {
	width: 100%;
}

.topalarm .alarm-container tbody tr td:nth-child(1),
.topalarm .alarm-container tbody tr td:nth-child(2),
.topalarm .alarm-container tbody tr td:nth-child(3) {
	text-align: center;	
}

#alarm .date.target {
	float: left;
}

#alarm .level {
	background-color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}

#alarm .table-container {
	overflow-y: scroll;
	width : 100%;
	height: 490px;
}

#alarm table {
	font-size: 9pt;
	border-collapse: collapse;
}

#alarm table tbody td.alert {
	color: orange;
}

#alarm table tbody td.warn {
	color: #cccc55;
}

#alarm table tbody td.failure {
	color: red;
}

#alarm table tbody td.status {
	color: #33aa33;
}

#alarm tbody tr td:nth-child(1),
#alarm tbody tr td:nth-child(2),
#alarm tbody tr td:nth-child(3),
#alarm tbody tr td:nth-child(5),
#alarm tbody tr td:nth-child(6) {
	text-align: center;	
}

.accume_graph .container,
.accume_graph .containerYearly {
	height: 90%;
	position: static;
	top: auto;
	left: auto;
}

.accume_graph .container.hide,
.accume_graph .containerYearly.hide {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.alarm_item_list {
	font-size: 8pt;
}

.alarm_item_list th {
	background-color: #dddddd;
}

.alarm_item_list td {
	background-color: #ffffff;
}

#menu button {
	width: 240px;
	height: 35px;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	margin: 0.2em;
	cursor: pointer;
}

#menu .user div,
#menu .user button {
/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#e2ecff), to(#a5c5ff));
/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #e2ecff, #a5c5ff);
/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE2ECFF, endColorstr=#FFA5C5FF);
/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE2ECFF, endColorstr=#FFA5C5FF)";
	border: solid 1px #4a7ebb;
}

#menu .admin div,
#menu .admin button {
/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee8f8), to(#cab7e8));
/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #eee8f8, #cab7e8);
/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEE8F8, endColorstr=#FFCAB7E8);
/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEE8F8, endColorstr=#FFCAB7E8)";
	border: solid 1px #7d60a0;
}

#menu td {
	vertical-align: top;
}

#menu .user, #menu .admin {
	margin: 0.5em 0.1em 0.1em 0.1em;
	padding: 1em 0.5em 0.5em 0.5em;
	border: solid 1px black;
	background-color: white;
	border: solid 1px #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

#menu .user div, #menu .admin div {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	top: -0.75em;
	padding: 0 0.5em;
}

#menu .user button#menu_camera {
	display: none;
}

.stringBoxPCSGroup {
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
}

.legend {
	display: inline-block;
	min-width: 3em;
}

td:nth-child(odd) .stringBoxPCSGroup {
	background-color: white;
}

td:nth-child(even) .stringBoxPCSGroup {
	background-color: #fff6f7;
}

.adjustDialog {
	display: none;
	font-size: 80%;
}

.stringUnit {
}

#stringBox {
	font-size: 90%;
}

#stringBox table.main {
	margin-left: auto;
	margin-right: auto;
}

#stringBox td.pcsGroupContainer {
	vertical-align: top;
}

#stringBox .name,
#stringBox .const-name {
	font-weight: bold;
	text-align: right;
	display: inline-block;
	width: 100%;
}

#stringBox .unit {
	font-weight: bold;
	text-align: left;
	display: inline-block;
	width: 100%;
}

#stringBox .stringBoxPCSInfo {
	padding: 10px;
	margin: 4px 1px 1px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #aaaaaa;
	position: relative;
	font-size: 90%;
}

#stringBox .pcsDataTitle {
	position: absolute;
	left: 1em;
	top: -0.75em;
	padding: 1px 4px;
}

#stringBox td:nth-child(odd) .pcsDataTitle {
	background-color: white;
}

#stringBox td:nth-child(even) .pcsDataTitle {
	background-color: #fff6f7;
}

.stringBoxDialog {
	display: none;
	font-size: 90%;
}

.stringBoxDialog .cbStatus,
.stringBoxDialog .spdStatus {
	width: 4em;
}

.stringBoxDialog .stringBoxDetailArea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #dddddd;
	background-color: white;
	width: 95%;
	margin: 7px;
	padding: 10px;
}

.stringBoxDialog .stringBoxDetailArea table {
	width: 100%;
}

.stringBoxDialog .stringBoxDetailArea td {
	white-space: nowrap;
}

div.sb_product {
	position:absolute;
	right:1em;
	bottom:1em;
	font-style:italic;
	font-size:80%;
}

div.sb_product.weidmuller:before {
	content: "Measured by  ";
}

div.sb_producti.weidmuller:after {
	content: "  Transclinic";
}

div.sb_product img{
	width: 84px;
	height: 12px;
}

#pcs_stop div.pcsStopMainField {
	border: 1px solid #8a8a8a;
	clear:both;
	padding:10px 13px;
	font-size:12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5);
	background: linear-gradient(to bottom, #ffffff, #e5e5e5);
}

#pcs_stop div.pcsStopStatusField {
	text-align: center;
	vertical-align: middle;
	font-size: 180%;
}

#pcs_stop div.pcsStopStatusField .pcsStopStatus {
	width: 120px;
	height: 20px;
	font-size: 24px;
}

#pcs_stop .pcsStopStatusTitle {
	display: inline-block;
	font-weight: bold;
}

#pcs_stop div.pcsStopExecField,
#pcs_stop div.pcsStartExecField {
	text-align: center;
	font-weight: bold;
}

#pcs_stop button.pcsStopExec,
#pcs_stop button.pcsStartExec {
	font-size: 200%;
}

#pcs_stop button.pcsStopExec:enabled {
	color: white;
	background-color: red;
}

#pcs_stop button.pcsStartExec:enabled {
	color: white;
	background-color: red;
}

#pcs_stop div.noticeField {
	color: red;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	margin: 6px 0 0 0;
}

#pcs_stop div.noticeField span {
	padding: 10px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ddd;
	display: inline-block;
	background-color: #ffffcc;
}

#pcs_stop-auth-dialog {
	display: none;
}

.mail_status {
	display: none;
	position: absolute;
	right: 0;
	top: -3px;
	background-color: #eedd88;
	padding: 1px 6px;
	margin: 0;
	border: solid 2px white;
	font-weight: normal;
	font-size: 11pt;
}

.mail_status.stopped {
	display: inline-block;
}

.pcs-panel-info.clickable {
	cursor: pointer;
}
.pcs-panel-info.clickable:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#ddddff), to(#bbbbff));
        background: -moz-linear-gradient(top, #ddddff, #bbbbff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFDDDDFF, endColorstr=#FFBBBBFF);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFDDDDFF, endColorstr=#FFBBBBFF)";
}
.pcs-panel-info.clickable.inClick {
	border: inset 2px #777777;
}
.pcs-panel-info.clickable.inClick > table {
	border-color: #aaaaaa;
}

