@CHARSET "ISO-8859-1";
@import "https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic";


/* table.vgroup>tbody>tr:FIRST-CHILD>td>table.formItem{ */
	
/* } */
/* .form-layout-item:FIRST-CHILD{ */

/* } */
input[type="radio"].formItemInput{
	margin: 4px 5px 6px 5px;
	
}

img.ListSelectClearButton{
	cursor: pointer;
}
.actionGroup{
	position: relative;
}
.actionGroup-arrow{
	width:16px;
	height: 16px;
	opacity: 0.9;
}
.actionGroup-actionButton{
	background: none;
	width: 100%;
	border:none;
	margin: none;
	margin-top: 0px;
	height: 24px;
	font-size: 14px;
	color:#333;
	text-align: left;
	padding-left: 10px;
	border-radius:5px;
	border-bottom: 1px solid #ddd;
}
.actionGroup-actionButton:LAST-CHILD{
	border-bottom: none;
}
.actionGroup-actionButton:HOVER{
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000)); 
	color: #eee;
	
}
.actionGroup-dropDownDiv{
	position: absolute;
	border: 1px solid #999;
	box-shadow: -5px 5px 15px rgba(50,50,50,0.5);
	border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0)); 
	padding: 5px;
}

.multiSelect-item{
	padding:3px;
/* 	font-size: 11px; */
	width:100%;
	cursor: pointer;
}
.multiSelect-item td{
	padding: 3px;
	font-size: 9pt;
}
.multiSelect-item input{
	margin-top:0px;
	margin: 0px 0px 0px 0px !important;
}

.multiSelect-item:HOVER{
	background: #2378CD;
	background: -webkit-linear-gradient(top, #38d 0%, #16b);
	background: -moz-linear-gradient(top, #38d 0%, #16b);
	background: -ms-linear-gradient(top, #38d 0%, #16b);
	background: linear-gradient(top, #38d 0%, #16b);
	-webkit-box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	-moz-box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	-ms-box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	text-shadow: 0 1px 0 rgba(025, 084, 167, 1),0 0 0 rgba(255, 255, 255, 0);
	color:white;
	
}
.multiSelect-div{
	position: absolute;
	display: none;
	height: 200px;
	background: #fff;
	border: 1px solid gray;
	padding: 5px;
	overflow: auto;
}
table.formStatusBarDiv{
	height:25px;
/* 	background-color: #eeeef3; */
/*  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e0e0e0)); */
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
	
	border: 1px solid #dddddd;
	border-bottom:none;
	color: #000055;
/* 	border-radius: 5px; */
	font-weight: bold;
/* 	font-size:10pt; */
	margin-right: 5px;
/* 	padding: 2px; */
/* 	margin-left:auto; */
/* 	margin-right:auto; */
	width: 98%;
	
}
button.gray{
	border-radius: 0px;
	border: 1px solid #bbb;
	background-color:#ddd;
	color: #444444;
	height: 25px;
	
}
button.gray:HOVER{
	border: 1px solid #555;
	background-color:#ccc;
}
button.gray:ACTIVE{
	background-color: #555;
	color:#fff;
	border: 1px solid #555;
}

button.green{
/* 	border-radius: 3px; */
	border: 1px solid #4cae4c;
	background-color:#5cb85c;
	color: #ffffff;
	height: 25px;
}
button.green:HOVER{
	background-color: #4cae4c;
	border: 1px solid green;
}
button.green:ACTIVE{
	background-color: #1c7e1c;
	border: 1px solid green;
}
button.blue{
/* 	border-radius: 3px; */
/* 	border: 1px solid #4085c0; */
/* 	background-color:#428bca; */
/* 	height: 25px; */
/* 	color: #ffffff; */
	color: #fff;
	
	border: 1px solid #16b;
	background: #2378CD;
	background: -webkit-linear-gradient(top, #38d 0%, #16b);
	background: -moz-linear-gradient(top, #38d 0%, #16b);
	background: -ms-linear-gradient(top, #38d 0%, #16b);
	background: linear-gradient(top, #38d 0%, #16b);
	-webkit-box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	-moz-box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	-ms-box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	box-shadow: 0 0 0 rgba(000, 000, 000, 0),inset 0 0 2px rgba(119, 170, 204, 1);
	text-shadow: 0 1px 0 rgba(025, 084, 167, 1),0 0 0 rgba(255, 255, 255, 0);
	font: 14px/ 1.3em "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	align-items: flex-start;
	text-align: center;
	box-sizing: border-box;
}
button.blue:HOVER{
	background-color: #4085c0;
	border: 1px solid blue;
}
button.blue:ACTIVE{
	background-color: #104590;
	border: 1px solid blue;
}
button.orange{
/* 	border-radius: 3px; */
	border: 1px solid #eea236;
	background-color:#f0ad4e;
	color: #ffffff;
	height: 25px;
}
button.orange:HOVER{
	background-color: #eea236;
	border: 1px solid orange;
}
button.orange:ACTIVE{
	background-color: #ae6206;
	border: 1px solid orange;
}

button.red{
/* 	border-radius: 3px; */
	border: 1px solid #d43f3a;
	background-color:#d9534f;
	color: #ffffff;
	height: 25px;
}
button.red:HOVER{
	background-color: #d43f3a;
	border: 1px solid maroon;
}
button.red:ACTIVE{
	background-color: #a40f0a;
	border: 1px solid maroon;
}
button.actionButton{
/* 	font-weight: normal; */
/* 	font-size: 10pt; */
	cursor:pointer;
	white-space:nowrap;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
span.radioSelectSpan{
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
/* 	font-size: 10pt; */
	cursor: pointer;
	vertical-align: bottom;

}
label.radioSelectSpan{
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
/* 	font-size: 10pt; */
	cursor: pointer;
	margin-bottom: 8px;
}

.formItemSelected{

}
button.FormItemButton{
	margin:0px;
	padding: 0px;
	height: 16px;
/* 	width: 60px; */
	cursor:pointer;
}
/* FORM ITEM **/
.formItemPromptText{
	position:absolute;
	left:5px;
	top:4px;
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
/* 	font-size: 10pt; */
	z-index: -1;
	height: 100%;
}

/* tr.formItemTr:FIRST-CHILD{ */
	
/* } */
/* tr.formItemTr:LAST-CHILD{ */
	
/* } */
tr.formItemTr{
	
}
table.formItem{

	table-layout: fixed;

}
td.formItemTd{

}
td.formItemLabelTd{
/* 	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e0e0e0)); */
	padding: 5px;
	padding-left: 7px;
	text-align:left;
	height: 30px;
	white-space: normal;
/* 	border-left: 1px solid #dddddd; */
/* 	border-right: 1px solid #dddddd; */
}

td.formItemLabelTdRequired{
/* 	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e0e0e0)); */
/* 	background-color: #eeeef3; */
	padding: 5px;
	padding-left: 7px;
	text-align:left;
	height: 30px;
	white-space: normal;
	
/* 	border-left: 1px solid #dddddd; */
/* 	border-right: 1px solid #dddddd; */
	
}
.formItemFunctionButton{
	cursor: pointer;
}

td.formItemLabelTdRequired label{
	white-space: normal;
}

form.formItem-form{
/* 	border-top:1px solid #ddd; */
	font-size: 9pt;
}
label.formItemLabel {
	padding-right: 5px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:left;
	cursor: pointer;
	white-space: normal;
	width: inherit;

}
table.formItem td {
	
/* 	padding-left: 3px; */
/* 	padding-right: 3px; */
	white-space: nowrap;
	
}
table.formItem tr {
	height: 25px;
}

table.formItem {
	border-collapse: collapse;
	border-spacing: 0px;
	
}


span.fileInputSpan{
/* 	font-size: 10pt; */
	width: 100%;
	text-align: left;
	padding-left: 5px;
}


input.timepickerInput{
	height: 20px;
	width:60px;
	text-indent: 4px;
}
input.formItemInput[type="checkbox"] {
	height: 15px;
	margin: 3px 5px 7px 5px;
	width: 15px;
	margin-left: 5px;
}
input.formItemInput {
	border: 1px solid rgba(255,255,255,0);
/* 	font-size: 10pt; */
	height: 100%;
	text-indent: 4px;
	padding-right: 3px;
	background: none;
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
/* 	background-color: #f8f8f8; */
}

input.formItemInput::-ms-clear {
    display: none;
}
textarea.formItemInput {
/* 	font-size: 10pt; */
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
   resize: none;
   background: none;
   overflow: auto;
   padding-inline-start: 6px;
}

textarea.textAreaForView {
/* 	font-size: 10pt; */
/* 	font-family: segoe ui,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif; */
    resize: none;
}
select.formItemInput {
	border: 0px solid #ffffff;
/* 	font-size: 10pt; */
	background: none;
	height: 24px;
	-webkit-appearance: none;
	-webkit-rtl-ordering: unset;
	text-indent: 10px;
/* 	background-color: #f8f8f8; */
}
td.EntryItemTd{
/* 	font-size: 10pt; */
	text-align: left;
	padding-left: 5px;
	font-weight:normal;
}

td.formItemInputTdFocused{

}
td.formItemInputTd{
/* 	border-right: 1px solid #dddddd; */
/* 	padding-right: 3px; */
	text-align: left;
	height: 30px;
}
button.ListSelectClearButton{
	width: 20px;
	height: 25px;
	font-weight: bolder;
	cursor: pointer;
	border:none;
	background: none;
	padding:none;
}
div.formItemDiv{
	padding: 5px;
/* 	font-size: 10pt; */
	
}