* {
	padding: 0;
	margin: 0;
	font-family : Helvetica, Verdana, Arial, Calibri,  Tahoma;
}

html {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

input, select {
	font-size: 10pt;
}

ol {
    padding-left: 20px;
    text-align: left;
}

li {
	padding: 5px;
}

.remove {
	display:none;
}


.infodev {
	display:none;
	position: relative;			
	right: 0px;
	top: 0px;
}
.infodev input {
	cursor: pointer;
	margin: 2px;
	float: left;
	border-radius: 4px;
	padding: 2px;
	font-size: 8pt;
	
}


.dev {
	float: left; 
	display:none;
	background-color: #CCF;
	font-size: 9pt;
	font-family: Courier New;
	padding: 4px;
}

.devbtn {
	background-color: #CCF !important;
	border: 1px solid #44A !important;
}

.dev input {
	float: left; 
	width: 200px;
	padding: 5px;
	background-color: #CCF;
	border: 1px solid #44A;
}

#body {
	background-color: #E8E8E8;
	font-size: 10pt;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 7px;
}

.darken {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(150,150,150,0.8) ;
	display:none;
}



h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 2px;
	border-bottom: 1px solid #888;
}

h3 {
	background-color: #E72120; /* #555; */
	font-size: 13pt;
	color: #FFF;
	padding: 3px;
	font-weight: normal;
	cursor: pointer;
}

p {
	margin: 5px;
}

.description {
	font-size: 9pt;
	color: #777;
}


/*   					LOGIN   				*/

span.error {
	color: #A00;
	font-weight: bold;
	font-size: 11pt;
}

#loginForm {
	position: absolute;
	left: 20%;
	top: 4%;
	max-width: 350px;
	border: 1px solid #777;
	box-shadow: 10px 10px 5px #888;	
	overflow: auto;
	background-color: #FFF;
	padding: 30px;
	z-index: 5;
}

#userPane  div {
	float: left;
	border: 1px solid #777;
	margin: 5px;
	box-shadow: 6px 6px 4px #888;	
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
}

#userPane  div img {
	height: 128px;
}


/*   					CONTROLS   				*/


div.control {
	float: left;
	width: 98%;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	// overflow: auto;
	padding: 2px;
}

div.control .ctrl {
	float: right;
	font-size: 12pt;
	border: 1px solid #999;
	box-shadow: 3px 3px 2px #CCC;	
	width: 60%;
}

div.control .ctrl_nl { /* no label */
	float: right;
	font-size: 12pt;
	border: 1px solid #999;
	box-shadow: 3px 3px 2px #CCC;	
	width: 97%;
}

div.control .readonly {
	border: 0px !important;
	font-weight: bold;
}


div.control label.ctrllbl {
	color: #222;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 35%;
	padding-right: 2%;
}

.label {
	color: #222;
	font-weight: bold;
	font-size: 10pt;
	padding: 5px;
}


.button {
	padding: 2px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 13.5pt;
	cursor: pointer;
	color: #111;
	float: right;
	margin-top: 10px;
	border: 1px solid #777;
	border-radius: 1px;
	background-color: #CCC;
	box-shadow: 3px 3px 2px #ccc;		
}

.button:hover {
	color: #000;
	background-color: #FFF;
}

.activeButton {
	padding: 4px;
	font-size: 14.5pt;
	cursor: pointer;
	background-color: #C22;
	color: #FFF;
	border: 1px solid #777;
	border-radius: 3px;
	box-shadow: 3px 3px 2px #ccc;		
	text-align: center;
}

.activeButton:hover {
	background-color: #F00;
	box-shadow: 5px 5px 3px #888;		
}


#form0 {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: auto;
}



.formPage {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid #777;
	box-shadow: 10px 10px 5px #333;	
	background-color: #FFF;
}

.formHead {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 45px;
	background-color: #E72120; /* #555; */
}

.formHeadControls {
	float: right;
}

.formHeadControls input {
	float: right;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	
}

.formContent {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 100%;
	bottom: 0px;
	overflow: auto;
}

.formBody {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-color: #FFF;	
}

.subForm {
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-color: #FFF;	
}

.formHead input {
	margin: 3px;
	margin-right: 8px;
	padding: 6px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #FFF;
	border: 1px solid #777;
	box-shadow: 3px 3px 2px #555;	
	font-family: Tahoma;
	cursor: pointer;
	color: #777;
	//font-weight: bold;
	font-size: 19px;
	min-width: 38px;
}

.formHead input:hover {
	box-shadow: 3px 3px 2px #222;	
	color: #000;
}

.formTitle {
	position: absolute;
	left: 28px;
	right: 180px;
	top:0px;
	bottom:0px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
    padding-left: 20px;	
	text-shadow: 1px 1px #000;	
}

.formTitle img {
	float: left;
	margin-right: 15px;
}


/* 						 MENU					*/

#menu  {
	float: left;
	width: 100%;
	background-color: #EEE;
	padding-bottom: 10px;
}

#menu div:hover {
	border: 1px solid #F00;
}

div.containerBlock div {
	cursor: pointer;
	font-size: 8pt;
	float: left; 
	width: 150px; 
	margin: 5px; 
	border: 1px solid #CCC;
	overflow: auto;	
	border-radius: 2px;
}
div.containerBlock div span.description {
	display:none;
	font-size: 7pt !important;
}

#menu div  {
	position: relative;
	cursor: pointer;
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #AAA;
	background-color: #FFF;
	border-radius: 1px;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
}

#menu div span {
    margin-top: 10px;
    font-size: 9.5pt;
    float: left;
    width: 100%;
}

#menu div .grp {
	width: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 3px;
	font-size: 7pt;
	margin: 2px;
	padding: 0px !important;
}

.grp {
	color: #888;
	background-color: #FFA;
	float: right;
	padding: 2px;
	border: 1px solid #AAA;
	border-radius: 3px;
	font-size: 7pt;
	margin: 1px;
}

#activeBlock {
	float: left;
	width: 100%;
	background-color: #DDD;
	border-top: 1px solid #777;
	border-bottom: 1px solid #AAA;
	min-height: 50px;
}


/* 						GRID					*/
.grid {
	width: 100%;
}
.grid th.gridlabel {
	color: #222;
	font-weight: bold;
	text-align: left;
}

.grid th {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	cursor: pointer;
	background-color: #EEE;
	font-size: 12pt;
	font-weight: normal;
	padding: 4px;
}
.grid td {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11pt;
}

.grid td.description {
	font-size: 9pt;
}

.grid .searchCriteria input {
	width: 100%;
}
.grid td.open {
	cursor: pointer;		
}
.grid td.open:hover {
	background-color: #AAA;
}


/*			form		*/
.modified {
	background-color: #FDD !important;	
	border: 1px solid #F44 !important;
	box-shadow: 3px 3px 2px #FDD !important;	
}

.c2 { /* text area */
	overflow: auto;
}

.c4 { /* check */
	height: 30px;
	box-shadow: 0px 0px 0px #000 !important;
}
.c6 { /* code */
	height: 20px;
	font-family: courier;
	box-shadow: 0px 0px 0px #000 !important;
	font-weight: bold;
}

.c7 {
	font-family: courier;
	font-size: 9.5pt !important;
	height: 100px;
	overflow: auto;
}	

.c8 {
	font-family: courier;
	font-size: 13pt;
	text-align: right;
	font-weight: bold;
}	


.c9 {
	font-size: 15pt;
	box-shadow: 0px 0px 0px #000 !important;	
	border: 0px !important;			
}
.c9 input, .c9 select {
	font-size: 12pt;
	height: 21px;
	box-shadow: 3px 3px 2px #CCC;	
	border: 1px solid #999;
	text-align: center;
}
.c9 .button {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin: 0px;
	font-size: 9pt;
	margin-right: 2px;
}



.c10 table {
	width: 100%;
	font-size: 11pt;
	text-align: left;
}
.c10 table tr td {
	padding: 6px;
}

.c11 {
	cursor: pointer;
	font-size: 12pt;
	color: #222;
	
}
span.c11 {
	font-weight: bold;			
	box-shadow: 0px 0px 0px #000 !important;	
	border: 0px !important;			
}

.c12 {
	margin-top: 0px;
}
.c12_active {
	background-color: #E72120;
	color: #FFF;
	font-weight: bold;
}
.c14 {
	border: 0px !important;			
	border-bottom: 1px solid #AAA !important;			
	// padding-left: 5px;
	// background-color: #EEE;
	box-shadow: 0px 0px 0px #000 !important;	
	font-weight: normal;
	font-size: 11pt !important;
	text-align: left !important;
}
div.c15 {
	border: 1px solid 000 !important;			
	border-bottom: 1px solid #AAA !important;			
	// padding-left: 5px;
	// background-color: #EEE;
	box-shadow: 5px 5px 5px #777 !important;	
	font-weight: normal;
	width: 90%;
	height: 300px;
}

.emptylabel {
	color: #AAA;
}

.c2001 {
	border: 0px !important;			
	box-shadow: 0px 0px 0px #000 !important;
	font-size: 11pt !important;
}

.c2002 div.du {
	float: left;
	border: 1px solid #777;
	width: 130px;
	height: 30px;
	margin: 2px;
	border-radius: 1px;
	font-size: 9pt;
	padding: 4px;
	cursor: pointer;
}

.c2002 div.dunew {
	background-color: #F00;
	color: #FFF;
	font-size: 12pt !important;
}
	
.c1000 { /* grid */
	height: 200px;
	overflow: auto;
}
	
.c1001 { /* section */
	height: 17px;
	font-size: 10pt !important;
	box-shadow: 0px 0px 0px #000 !important;	
	font-weight: bold;
	border: 0px !important;
	text-align: left;
	border-bottom: 2px solid #E72120 !important;	
	cursor: pointer;
	user-select: none;
}
.c1001_block_hidden {
	display:none;
}
.c1001_block {
	box-shadow: 3px 3px 2px #AAA;	
	padding-right: 5px;
	margin-top: 0px;
	float: left;
	//border-left: 1px solid #AAA;
	//border-bottom: 1px solid #AAA;
	background-color: #EEE;
	width: 100%;
}

.c1002 {
	box-shadow: 0px 0px 0px #000 !important;	
	border: 0px !important;
}
.c1002 input {
	float: right;
	text-align: center;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #777;
	box-shadow: 3px 3px 2px #555;	
	font-size: 13pt;
	cursor: pointer;
}
.c1002 iframe {
	display: none;
	border: 0px;
	width: 100%;
	height: 300px;
}


td.number {
	text-align: right;
	font-family: courier;
	font-weight: bold;
}

.form {
	right: 5px;
	width: 95%;
	top: 5px;
	float: left;
	padding: 5px;
	margin: 5px;
}

.showHideGrid:hover {
	color: #F00;
}

.shgSelected {
	background-color: #FFF !important;
}

.showHideGrid {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	float: left;
	width: 130px;
	padding: 5px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	border-bottom: 0px;
	background-color: #DDD;
	margin-left: 30px;
}



/* 		welcome			*/
#blockArea {
	padding: 10px;
}

#activeBlockTitle {
	padding: 2px;
	font-size: 14pt;
	background-color: #FFF;
	border-bottom: 1px solid #E72120; /* #555; */
	color: #000;
}

.baBlock {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%; 
	float: left;
}

.msg {
	font-size: 9.5pt;
	width: 100%;
}

.msg .new {
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.msg .read {
	color: #888;
	cursor: pointer;
}

.msg img {
	width: 32px;
}

.msg .head {
	background-color: #EEE;
}
.msg td, .msg th {
	padding: 4px;
	border-right: 1px solid #BBB;
}

.ou {
	cursor: pointer;
	float: left;
	width: 100px;
	height: 80px;
	border: 1px solid #AAA;
	background-color: #FFF;
	border-radius: 1px;
	margin: 5px;
	text-align: center;
}
.ou span {
	font-size: 8pt;
}

.ou img {
	margin: 5px;
	height: 50px;
}

