body {
	font-family: "Open Sans", Arial, sans-serif;
}

a { text-decoration: none; }
a:link { color: #000099; }
a:visited { color: #000099; }
a:active { color: #000099; }
a:hover { color: #e10000; }

input, button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	border-style:solid;
	border-width:0.5px;
	border-color:#ccc;
	background-color:#f8f8f8;
	color:#000;
	margin:1px;
}

input[type='checkbox'] {
	-webkit-appearance: auto;
}


.panelHidden {
    visibility: hidden;
    height:0;
}

.panelVisible {
    visibility: visible;
    height:auto;
}


form {
	margin:0;
	padding:0;
}



.right {
	text-align: right;
}

.center {
	text-align: center;
}

.pageHeading {
	text-align: center;
	font-size: 22px;
	color: #CCC;
}

.panel {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 4px;
	width: 100%;
	height: auto;
	clear: both;
	text-align: left;
}

.panel.inner {
	width: 98%;
	width: calc(100% - 10px);
}


.fieldTable {
	width: 100%;
}

.field {
	width: 100%;
	font-size:14px;
	line-height: 28px;
	display:inline-block;
}


.fieldInlineValue {
	clear: both;
	color:#000;
}

.fieldEnd {
	clear: both;
}


.fieldTitle {
	float: left;
	width: 17%;

	color:#888;
}

td.fieldTitle {
	float: none;
	width: auto;
}
.fieldText {
	float:left;
}
td.fieldText {
	float: none;
}

.fieldValue {
	float:left;
	display:inline-block;
}
td.fieldValue {
	float: none;
	width: auto;
	display:table-cell;
}

.fieldValue input {
	width:99%;
}

.fieldValue.medium input {
	max-width:200px;
}

.fieldValue textarea {
	width:99%;
}

.fieldError {
	color:red;
	display:inline-block;
}

.fieldSubmit {
	float:right;
	text-align: right;
	white-space: nowrap;
}

.fieldSubmitLeft {
	float:left;
	text-align: left;
}

.fieldSubmitCenter {
	text-align: center;
}


.fieldHeading {
	color:#888;
	text-align:center;
	font-size: 18px;
}

.fieldHeadingLeft {
}


.fieldMenu {
	text-decoration:none;
	white-space: nowrap;
	vertical-align: top;

	width:100%;
	display:inline-block;
	margin: 0 3px 0 0;
}

.fieldMenuItem {
	cursor: pointer;
	background-color:#eee;
	margin:1px;
	padding:3px;
	width:100%;
	text-align:left;
	border: 1px solid #ddd;
	font-size:18px;
}

.fieldMenuItem:hover {
	background-color:#cef;
}


.cols1 {
}

.cols2 {
	clear: both;
}

.cols4 {
	float: left;
	width: 50%;
}

.cols1 .fieldTitle {
	float: none;
	width: 100%;
}

.cols1 .fieldValue {
	width: 100%;
}

.cols2 .fieldValue.fill {
	width:83%;
}

.cols2.wide .fieldTitle {
	width: 35%;
}
.cols2.wide .fieldValue {
	width:65%;
}

.cols2 .half {
	width:50%;
}

.cols2 .half input {
	width:auto;
}

.cols4 .fieldTitle {
	float:left;
	width: 34%;
}

.currency {
	text-align: right;
	display:inline-block;
}
td.currency {
	display:table-cell;
}

.enterCurrency {
}

.enterCurrency input {
	text-align: right;
	max-width:120px;
}



.date {
	text-align:left;
/*	float:left; */
	display:inline-block;
}

.date input {
	width:99%;
	max-width:120px;
}

.dateInput {
	max-width:120px;
}

.number input {
	text-align:right;
	width:80px;
}


.placeholder {
	color:lightGray;
}

.appMenuContainer {
	display:inline-block;
	vertical-align: top;
}

.appContent {
	display:inline-block;
	text-align: left;
	width: 600px;
	max-width: 600px;
}

.full {
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.appMenu {
	text-decoration:none;
	white-space: nowrap;
	vertical-align: top;

	display:inline-block;
	margin: 0 3px 0 0;
}

.appMenuGroup {
	color:gray;
}


.appMenuItem {
	background-color:#eee;
	margin:1px;
}

.appMenuItemContent {
	padding:12px;
	font-size:18px;
	width:100%;
	text-align:left;
	border: 1px solid #ddd;
}

.appMenuItemContent:hover {
	background-color:#cef;
}

@media only screen and (max-width : 790px) {
	.appContent {
		float: none;
		width: 95%;
	}

	.appMenu {
		float: none;
	}

	.appMenuItem {
		float: left;
	}

	.appMenuItemContent {
		padding:2px;
		font-size:16px;
	}

	.cols4 {
		float: none;
		width: 100%;
	}

	.cols4 .fieldTitle {
		width: 17%;
	}
}

@media only screen and (max-width : 400px) {
	.fieldTitle {
		width: 100%;
		clear: both;
	}

	.cols4 .fieldTitle {
		width: 100%;
	}

	.fieldValue {
		width: 100%;
		clear: both;
	}
}

.menuItem a:link { color: #444; }
.menuItem a:visited { color: #444; }
.menuItem a:active { color: #444; }
.menuItem a:hover { color: #444; }

.error {
	color:red;
}

.alert {
	color:red;
}

.warning {
	color:orange;
}

.actionMessage {
	font-size: 16px;
	color:green;
}

.required {
	color:red;
}

.available {
	color: #4c4;
}

.notConfirmed {
	color: orange;
}


