/*
Oryx style

Dimensions:

toolbar:	30 height
menu:		40 height
tree:		300 width

Colors:

Gunnebo blue:	#0094d7
Green:			#00aca7
Dark blue:		#004583
Grey:			#b0a9a5
Orange:			#f27f1a

*/

/* Default properties */
html,body,form {
	height: 100%;
	width: 100%;
}

body.screen,body.screen form {
	overflow: hidden;
}

html,body,form,input,div,table,tbody,td,th,.ui-datatable thead th,.ui-datatable tfoot td,.ui-datatable tbody td {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

html,body,form,input,div,table,tbody,td,th,.ui-datatable thead th,.ui-datatable tfoot td,.ui-datatable tbody td {
	font-family: sans-serif, arial;
	font-size: 13px;
	font-weight: normal;
	background-image: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-datatable tbody td, .ui-datatable tfoot td, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-panelgrid td, .htmlTable td, .htmlTable th {
    color: #000;
}

.ui-datatable table, .ui-datatable thead th {
    padding: 3px 6px 2px 6px !important;
}

a:link,a:visited,a:active {
	color: #004583;
}

img {
	border: 0;
}

.htmlTable, .htmlTable td, .htmlTable th {
    border: solid 1px #C4C0C9;
    border-collapse: collapse !important;
    vertical-align: top;
    padding: 3px 6px 2px 6px;
}

/* Major areas */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 70px;
	background-image: url("../../images/blue/various/bend.gif");
	background-repeat: no-repeat;
	background-position: 278px 30px;
}

#printLogo {
	width: 300px;
	height: 70px;
	margin-left: 10px;
}

#logo td,#printLogo td {
	vertical-align: middle;
}

#logo .company,#printLogo .company {
	width: 140px;
	margin-left: 20px;
}

#logo .product,#printLogo .product {
	width: 100px;
	margin-right: 20px;
}

#toolbar {
	position: absolute;
	left: 300px;
	top: 0px;
	right: 0px;
	height: 25px;
	padding-top: 5px;
	text-align: right;
}

#toolbar a,#toolbar span {
	margin-right: 15px;
}

#menu {
	position: absolute;
	left: 300px;
	top: 30px;
	right: 0px;
	height: 32px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url("../../images/blue/various/menuLeftCorner.png");
	background-repeat: no-repeat;
}

#menu div {
	height: 22px;
	margin-right: 10px;
	padding: 10px 10px 0px 10px;
	display: inline-block;
}

#progress {
	position: absolute;
	right: 10px;
	top: 35px;
	height: 30px;
}

#progress div {
	background-color: #ffff00;
	color: #000000;
	height: 22px;
	padding: 8px 10px 0px 10px;
	font-weight: bold;
}

#searchArea {
	position: absolute;
	left: 0px;
	top: 70px;
	bottom: 0px;
	width: 300px;
	height: 45px;
	overflow: auto;
	border-top: 8px solid #ebecf0;
	border-bottom: 8px solid #c5ced8;
	background-color: #ebecf0;
}

#panel {
	position: absolute;
	left: 0px;
	top: 120px;
	bottom: 0px;
	width: 300px;
	overflow: auto;
	/*border-top: 8px solid #ebecf0;*/
	border-bottom: 8px solid #c5ced8;
}

#printHeader {
	margin: 20px;
}

#f\3A body {
	position: absolute;
	left: 300px;
	top: 70px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}

body.print {
	overflow: auto;
}

/* Hidden search area */
#searchArea.treeHidden {
	visibility: hidden;
}

/* Hidden tree */
#panel.treeHidden {
	visibility: hidden;
}

#f\3A body.treeHidden {
	left: 0px;
}

#treeToggler {
	position: absolute;
	top: 70px;
	left: 300px;
	bottom: 10px;
	width: 8px;
	cursor: col-resize;
	background-image: url("../../images/blue/various/treeHide.png");
	background-repeat: no-repeat;
	background-position: center;
}

#treeToggler.treeHidden {
	left: 0px;
	background-image: url("../../images/blue/various/treeShow.png");
}

/* Color scheme */
#logo {
	background-color: #004583;
}

#toolbar,#toolbar a {
	background-color: #004583;
	color: #ffffff;
}

#menu,#menu a {
	background-color: #e8ecf0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#menu div.selected,#menu div.selected a {
	background-color: #c5ced8;
	color: #000000;
}

#menu div.selected {
	background-image: url("../../images/blue/various/tabCornerSelected.png");
	background-repeat: no-repeat;
}

#panel,#panel a {
	background-color: #ebecf0;
	color: #000000;
}

#f\3A body {
	border: 8px solid #c5ced8;
}

/* Content Component */
#contentHeader {
	border-bottom: 1px solid #b0a9a5;
	padding-bottom: 10px;
}

#contentHeader,#f\3A contentFilter,#f\3A contentFilterPrint {
	margin: 10px 20px 0px 20px;
}

#f\3A contentBody {
	margin: 10px 0px 0px 20px;
	padding-bottom: 0px;
	padding-right: 8px;
	overflow: auto;
	position: absolute;
	top: 100px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#printBody #f\3A contentBody {
	overflow: visible;
	position: static;
	top: 0px;
}

.contentBodyDetailsExpanded,.contentBodyDetailsCollapsed {
	position: absolute;
	top: 80px;
	overflow: auto;
	right: 0;
	left: 0;
	bottom: 315px;
}

.contentBodyDetailsCollapsed {
	bottom: 34px;
}

.contentDetailsToolbarExpanded,.contentDetailsToolbarCollapsed {
	padding: 3px;
	height: 20px;
	border: 1px solid #B0A9A5;
	bottom: 279px;
	position: absolute;
	right: 20px;
	left: 20px;
	background: #F0F0F0;
}

.contentDetailsToolbarCollapsed {
	bottom: 10px;
}

.contentDetailsExpanded {
	height: 266px;
	bottom: 5px;
	position: absolute;
	right: 20px;
	left: 20px;
}

.contentDetailsCollapsed {
	visibility: hidden;
}

#detailsTitle {
	font-size: 15px;
	display: inline-block;
	margin-left: 4px;
}

.detailsControlsExpanded,.detailsControlsCollapsed {
	display: inline-block;
	float: right;
	background-image: url("../../images/blue/various/arrow-down.png");
	width: 16px;
	height: 16px;
}

.detailsControlsCollapsed {
	background-image: url("../../images/blue/various/arrow-up.png");
}

#contentTitle {
	white-space: nowrap;
	float: left;
	font-size: 18px;
	margin-right: 100px;
}

.contentButtonTd {
	width: 100%;
}

#f\3A contentButton {
	display: inline-block;
	padding-bottom: 2px;
	/*margin-left: 100px;*/
}

#f\3A contentExport {
	white-space: nowrap;
	float: right;
	padding-bottom: 2px;
	text-align: right;
}

#f\3A contentFilter,#f\3A contentFilterPrint {
	border: 1px solid #b0a9a5;
	background-color: #f0f0f0;
	padding: 4px;
}

#f\3A contentLink {
	margin: 10px 20px 0px 0px;
}

#f\3A contentLink a {
	margin-right: 10px;
}

#contentMessage {
	margin: -5px 0px 5px 0px;
}

.contentSubTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0px 8px 0px;
}

.contentSecondTitle {
	font-size: 18px;
	margin: 16px 0px 8px 0px;
	border-bottom: 1px solid #b0a9a5;
}

/* Messages */
#contentMessage table {
	border-spacing: 0px 5px;
	width: 500px;
}

/* Help */
.helpTitle {
	margin: 20px 20px 0px 20px;
	font-size: 18px;
}

.helpDescription {
	margin: 20px 20px 0px 20px;
	font-size: 14px;
}

.helpGroup {
	margin: 20px 20px 0px 20px;
	font-size: 14px;
	font-weight: bold;
}

.helpRow {
	margin: 5px 20px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}

.helpFooter {
	margin: 20px 20px 10px 20px;
	font-size: 14px;
}

.helpDownload {
	margin: 30px 20px 0px 20px;
	font-size: 18px;
}

/* Login Page */

#f\3A body.loginBody {
	left: 0px;
}

.loginBody .loginTable {
    width: 100%;
    height: 100%;
}

.loginBody .loginTableTd {
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 200px;
}

.loginBody .box {
	width: 360px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.loginBody .box table .tr1 td {
	padding-top: 40px;
	padding-bottom: 4px;
}

.loginBody .box table .td1 {
	padding-left: 25px;
}

.loginBody .box table .td2 input {
	margin-left: 10px;
	width: 200px;
}

.loginBody .box table .tr3 td {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
}

.loginBody .box table .tr3 input {
	padding: 2px 10px 2px 10px;
}

.loginBody .infoMessage, .loginBody .warningMessage, .loginBody .errorMessage {
	width: 350px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.loginBody .infoMessage {
	border: solid #88ac88 1px;
	background-color: #e0f4e0;
}

.loginBody .warningMessage {
	border: solid #cccc00 1px;
	background-color: #ffff33;
}

.loginBody .errorMessage {
	border: solid #d0a0a0 1px;
	background-color: #f8f0f0;
}

/*
	height: 30px;

*/

/* Home Page */
#f\3A body.homeBody {
	left: 0px;
}

.homeBody .box {
	width: 360px;
	height: auto;
	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
}

.homeBody .box table {
	margin: 10px;
	font-size: 14px;
}

.homeBody .box td {
	padding-top: 2px;
	font-size: 14px;
}

/* Install */
#f\3A body.installBody {
	left: 0px;
}

/* Menu Pages */
.menuTable td {
	width: 320px;
	padding: 0px 20px 0px 0px;
}

.menuTable .box {
	margin-bottom: 20px;
}

.menuTable .box .content {
	padding: 10px;
}

.menuTable .box .content div {
	padding-top: 2px;
}

/* Test Page */
#f\3A body.testBody {
	left: 0px;
}

.testBody .box {
	width: 360px;
	height: auto;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

.testBody .box .content {
	padding: 10px;
}

/* Box */
.box {
	border: #000000 1px solid;
}

.box .label {
	padding: 3px 6px 3px 6px;
	border-bottom: #000000 1px solid;
	color: #ffffff;
	background-color: #004583;
}

/* Button */
a.button {
	border: 1px solid #ffffff;
	padding: 2px 5px 5px 5px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-right: 4px;
	background-color: #eeeeee;
	outline: 1px solid #b0a9a5;
	margin-bottom: 3px;
	margin-left: 1px;
}

a.button img {
	position: relative;
	border: none;
	top: 2px;
	margin-right: 5px;
}

.textImage {
	vertical-align: top;
	margin-right: 5px;
}
/* Table */
.ui-datatable thead th, .ui-widget-header, .htmlTable thead th {
	font-weight: bold;
    background: none;
    background-color: #f0f0f0;
}



.ui-datatable tfoot td,.ui-datatable tfoot td input, .htmlTable tfoot td {
	vertical-align: middle;
	background-color: #e0e0e0;
}

.ui-datatable thead th,.ui-datatable tfoot td,.ui-datatable tbody td, .ui-panelgrid td, .htmlTable thead th, .htmlTable tbody td, .htmlTable td {
	padding: 3px 6px 2px 6px;
}

.tableRowSubTotal {
	background-color: #e0e0e0;
}

.tableRowTotal {
	background-color: #e0e0e0;
}

.tableCellError {
	color: red;
}

.tableCellOk {
	color: green;
}

.tableCellGood {
	background-color: #c6efcb;
}

.tableCellAcceptable {
	background-color: #ffec90;
}

.tableCellBad {
	background-color: #ffc7ce;
}

.tableCellAttention {
	background: #ffffcc;
}

.tableCellInner{
	border: 1px solid;
	border-color: #C4C0C9;
	text-align: center; 	
}

/* Buttons and links within tables */

 .ui-datatable-data a.button, .ui-panelgrid  a.button, .htmlTable a.button {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
    outline: 0px;
}

.ui-datatable thead th a, .ui-widget-header, .htmlTable thead th a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.ui-datatable thead th a.button img, .ui-widget-header a.button img, .htmlTable thead th a.button img {
	margin: 0px 0px 0px 5px;
}
.ui-panelgrid-even a.button, .ui-datatable-even a.button,.tableRowEven a.button, .ui-panelgrid-odd a.button,.ui-panelgrid-odd a.button {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	outline: none;
}


/* Form */
.formControlLabel {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
	font-weight: bold;
}

.formControlContent {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
}

.formControlContentNoRightPadding {
    vertical-align: top;
    padding: 2px 0px 2px 0px;
}

.formControlRequired, .formControlRequired .ui-picklist-list {
	background-color: #ffffcc;
}
table.formControlRequired {
	background-color: transparent;
}

td.formSectionTitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
}

.formSectionBreak {
	height: 10px;
}

td.textFormSectionBreak {
	height: 5px;
}

td.textFormLabel {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
}

td.textFormContent {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
}

/* Print */
#printHeader .formControlLabel,#f\3A printHeader2 .formControlLabel,#printBody .formControlLabel {
	font-weight: bold;
}

#printHeader .formControlContent,#f\3A printHeader2 .formControlContent,#printBody .formControlContent {
	padding-right: 30px;
}

#f\3A printHeader2 {
	margin-bottom: 20px;
}

/* Various */
.cassetteTotalError {
	border: solid #d0a0a0 1px;
	background-color: #f8f0f0;
	padding: 4px;
}

.cassetteSwapCheck {
	border: solid #000000 1px;
	width: 20px;
	height: 20px;
	margin: 4px 8px 4px 20px;
}

.checkboxDropdown {
	position: absolute;
	visibility: hidden;
	background-color: white;
	border: #333333 1px solid;
	padding: 10px;
	z-index: 1000;
}

.hidden {
	position: absolute;
	visibility: hidden;
}

.controlTransparent {
	border: none;
	background-color: transparent;
}

.contentLevel2,.contentLevel3 {
	background-color: #ffffcc;
}

.contentLevel1,.contentLevel4 {
	background-color: #ffc7ce;
}

.contentLocked {
	background-color: #ffc7ce;
	text-decoration: underline;
}

.firmwareJobStatesuccess {
	background-color: #e0f4e0;
}

.firmwareJobStatefailure,.firmwareJobStatecancelled {
	background-color: #ffc7ce;
}

.showAllRowsBox {
	border: solid #cccc00 1px;
	background-color: #ffffcc;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	width: 500px;
}

.linkShowAllRows1 {
	margin-left: 6px;
}

.linkShowAllRows2 {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 4px;
}

.selectedRow {
	background: #99ccff;
}

.tooltip {
	display: none;
	position: absolute;
	border: solid #cccc00 1px;
	background-color: #ffffcc;
	padding: 5px;
}

.tooltip div {
	margin-bottom: 5px;
	margin-left: 2px;
}

/* Modal progress windows */
.progressHidden {
	visibility: hidden;
}

.progressVisible {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #EEEEEE;
}

.progressIcon {
	width: 32px;
	height: 32px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

#f\3A wizardText {
	border: solid #88ac88 1px;
	background-color: #e0f4e0;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.dropDownTrigger {
	margin-left: 2px;
}

#f\3A conditionContent label {
	margin-right: 10px;
}

/* Organization overview page */
.currentOrganizationNode,.currentOrganizationNode1,.currentOrganizationNode2 {
	display: inline-block;
	height: 90px;
	width: 90px;
	padding: 5px;
	margin: 5px;
	border: solid white 1px;
	text-align: center;
	cursor: pointer;
}

.currentOrganizationNode1 {
	border: solid #3300FF 1px;
	background-color: #33CCFF;
}

.currentOrganizationNode2 {
	border: solid #3300FF 1px;
	background-color: #3399FF;
}

.operationalOverviewRow1 {
    background-color: #33CCFF;
}
.operationalOverviewRow2 {
    background-color: #3399FF;
}

.ui-datatable table {
	width: auto;
}

.ui-datatable table,.ui-datatable thead th,.ui-datatable tfoot td,.ui-datatable tbody td, .ui-panelgrid td {
	border: solid 1px #C4C0C9;
	border-collapse: collapse;
}

.ui-datatable tbody td {
	
}
.ui-datatable-even, .ui-panelgrid-even, .tableRowEven {
    background-color: #ffffff;
}


.ui-datatable-odd, .ui-panelgrid-odd, .tableRowOdd {
    background-color: #ebf4fb;
}

.whiteRow tbody tr {
    background-color: white;
}
.whiteRow {
    background-color: white;
}

#toggleCheckboxes {
	margin-left: 4px;
}

.tableExpandButton {
	margin-left: 5px;
	vertical-align: middle;
}

.ui-icon-calendar {
	background-image: url("../../images/blue/button/calendar.png") !important;
	background-position: center center !important;
	width: 16px;
	height: 16px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
}

.ui-datepicker-trigger.ui-button-icon-only .ui-button-text  {
	padding: 0.2em !important;
	-webkit-padding-after: 0px !important;
	width: 0px;
	height: 16px;
	border: medium blue;
	}
	
.ui-icon-calendar {
	border: 2px solid #D3D8DA;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.ui-button-icon-only {
	margin-top: 1px;
	margin-left: 2px;
	height: 16px;
	width: 16px;
}

.ui-picklist .ui-picklist-list {
    width: auto;
    min-width: 200px;
}

.ui-inputfield {
    padding: 2px;    
}

.ui-datatable-empty-message {
	display: none;
}

tbody td.tableSectionTitle {
    font-weight: bold;
    padding-top: 6px;
    background: white;
}

/* Terminal Page */

#terminalTable {
	padding-left: 2px;
}

#terminalTable .separator {
	width: 10px;
	height: 10px;
}

#terminalTable .input {
	width: 80px;
	height: 50px;
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	outline: 1px solid #b0a9a5;
	cursor: pointer;
}

#terminalTable .inputDigit {
	font-weight: bold;
}

#terminalTable .outputPending {
	background-color: #ffff00;
}

#terminalTable .outputOk {
	background-color: #00FF99;
}

#terminalTable .outputError {
	background-color: #FF3333;
}

#terminalTable #output46, #terminalTable #output47 {
	border-left: 2px black solid;
    border-right: 2px black solid;
	padding: 4px 4px 0px 4px;
	font-size: 16px;
	font-weight: bold;
}

#terminalTable #output46 {
    border-top: 2px black solid;
}

#terminalTable #output47 {
    border-bottom: 2px black solid;
	padding-bottom: 4px;	
}

#terminalTable #output1, #terminalTable #output2, #terminalTable #output3, #terminalTable #output4, #terminalTable #output101, #terminalTable #output102, #terminalTable #output103, #terminalTable #output104 {
	border-left: 1px black solid;
    border-right: 1px black solid;
	padding: 0px 4px 0px 4px;
	background-color: #c9e2e9;
}

#terminalTable #output1, #terminalTable #output101 {
    border-top: 1px black solid;
	padding-top: 4px;
}

#terminalTable #output4, #terminalTable #output104 {
    border-bottom: 1px black solid;
	padding-bottom: 4px;
}


/* p:watermark  */
::-webkit-input-placeholder {
   color: black;
}

:-moz-placeholder { /* Firefox 18- */
   color: black;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}

:-ms-input-placeholder {  
   color: black;  
}

.ui-watermark {
    color: black !important;
    font-weight: normal !important;
}

/* Messages */

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
	width: 500px;
	margin-bottom: 10px;
    margin-top: 2px;
	padding: 4px;
	font-family: sans-serif, arial;
    font-size: 13px;
    color:black;
}

.ui-messages-error {
	border: solid #d0a0a0 1px;
	background-color: #f8f0f0;
}

.ui-messages-warn {
	border: solid #cccc00 1px;
	background-color: #ffff33;
}

.ui-messages-info {
	border: solid #88ac88 1px;
	background-color: #e0f4e0;
}

.ui-messages-error-summary, .ui-messages-info-summary, .ui-messages-warn-summary  {
	font-weight: normal;
	margin: 0px;
	font-family: sans-serif, arial;
    font-size: 13px;
    color:black;
}

.ui-messages-error ul, .ui-messages-info ul , .ui-messages-warn ul {
	margin: 0px;
	padding: 0px;
}

.ui-messages-error-icon, .ui-messages-info-icon, .ui-messages-warn-icon {
    display: none;
}

.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#positionPicker {
    border: 1px solid #000000;
    height: 300px;
    width: 600px;
}

#statusMapContainer {
    border: 1px solid #000000;
    height: 99%;
}

.optimumDate a {
	color: #00ff00!important;
}

.orderDate a {
	color: #ff0000!important;
}

td.citRedStatus{
	white-space: pre;
    background-color: #ffc7ce;
} 

td.citYellowStatus{
	white-space: pre;
    background-color: #fbef84;
}

.tree-messages-error {
	width: 210px;
	margin-left: 20px;
	padding-left: 10px;
	font-family: sans-serif, arial;
    font-size: 13px;
    color:black;	
	border: solid #d0a0a0 1px;
	background-color: #f8f0f0;
	visibility: visible;
}

.tree-messages-error-hidden {
	visibility: hidden;
}
