/* --- COMMON --- */
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-size: 10pt;
	font-family: helvetica, arial, ubuntu, sans-serif;
	color: #1e1e1e;
}
div {
	float: left;
}
#mane {
	width: 100%;
}
a {
	color: #1e1e1e;
}

/* --- END COMMON --- */

/* --- LOGIN --- */
#login_logo {
	width: 351px;
	height: 397px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 0 5px #3e3e3e;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: center top;
}
.login_clear {
	margin-top: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}
.login_field {
	width: 90%;
	text-align: center;
	margin-bottom: 1%;
	margin-left: 5%;
}
.login_field_field {
	width: 90%;
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.7);
}
.login_button {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.login_button_button {
	width: 60%;
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.login_button_button:hover {
	box-shadow: 0 0 3px #9e9e9e;
	font-weight: bold;
	cursor: pointer;
}
/* --- LOGIN END --- */
/* --- MAIN TABLE --- */
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-width: 960px;
	position: fixed;
	left: 0;
	top: 0;
	height: 50px;
	background-color: white;
	background: linear-gradient(to top, #f1f1f1, #fff);
	z-index: 1;
}
#tableHeader {
	float: left;
	width: 100%;
	min-width: 960px;
	position: fixed;
	left: 0;
	height: 40px;
	top: 50px;
	background-color: #f1f1f1;	
	/*box-shadow: 0 1px 3px #1e1e1e;*/
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.28) 0px 4px 8px 0px;
}
#clear {
	float: left;
	width: 100%;
	height: 90px;
}
#homeLink {
	width: 15%;
	text-align: center;
}
#homeLink img {
	height: 34px;
}
#regionChoose {
	width: 25%
}
#regionselect {
	width: 90%;
	padding-left: 10%;
	height: 34px;
	border: 0;
	background-color: #919191;
	color: #fff;
}
#searchdiv {
	width: 20%;
}
#search {
	width: 100%;
	padding: 0;
	height: 30px;
	border: 2px solid #00AEEF;
}
#headerRight {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
}
#addLink, #exitLink, #updLink {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-end;
	width: 33%;
	height: 34px;
	
	font-size: 14pt;
}
#addLink a, #exitLink a, #updLink a, .tableHeaderItem a {
	color: #1e1e1e;
	text-decoration: none;
	font-weight: bold;
}
#addLink a:hover, #exitLink a:hover, #updLink a:hover, .tableHeaderItem a:hover {
	color: #1e1e1e;
	text-decoration: none;
	text-shadow: 0 0 10px #B5B5B5;
}
#exitLink {

}
#header div, .listRows {
	float: left;
}
#tableHeader, #tableBody, #mainTable, .listRows {
	width: 100%;
	min-width: 960px;
}
#mainTable {
	    border-collapse: collapse; 
}
#tableBody {
	list-style: none;
	margin: 0;
	padding: 0;
}
.listRows {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.tableHeaderItem, .tableItem {
	float: left;
	width: 15%;
	padding: 10px 0.75%;
	text-align: center;
	font-size: 10pt;
}
.tableRow {
	border-bottom: 1px solid #f1f1f1;
}
.tableHeaderItem:hover {
	cursor: pointer;
	text-decoration: underline;
}
.secondLine {
	background-color: #f1f1f1;		
}
.firstItem:hover {
	cursor: pointer;
	text-decoration: underline;
}
.fullinfo {
	box-sizing: padding-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	position: fixed;
	width: 40%;
	min-width: 600px;
	height: 70%;
	padding: 5%;
	top: 5%;
	left: 25%;
	border-radius: 3px;
	background-color: white;
	/*background-image: url('../files/pp.png');
	background-position: bottom left;
	background-repeat: repeat-x;*/
	
	z-index: 2;
}
.idNumber {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20pt;
	font-weight: bold;
	color: #ccc;
	
}
.fieldLine {
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #ccc;
}
.fiendLabel {
	text-align: right;
	width: 38%;
	font-weight: bold;
}
.fieldContent {
	width: 58%;
	
	/*border-bottom: 1px solid #00AEEF;*/
}
.fieldContent input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #00AEEF;
}
.fullInfoButton {
	width: auto;
	padding: 10px;
	border-radius: 3px;
	color: white;
}
.Del {
	
	background-color: #cc0000;
}
.Del:hover {
	box-shadow: 0 0 5px #cc0000;
	cursor: pointer;
}
.Redact {
	background-color: #FF8500;
}
.Print {
	background-color: #FF8599;
}
.Print:hover {
	box-shadow: 0 0 5px #FF8599;
}
.Redact:hover {
	box-shadow: 0 0 5px #FF8500;
}
#fullinfoBackground {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
}
/* --- END MAIN TABLE --- */
/* --- ADD FORM --- */
.mainForm {
	width: 70%;
	padding: 10px 5%;
	margin: 0 10%;
	margin-bottom: 30px;
	border: 2px solid #c1c1c1;
	border-radius: 3px;
}
.addFormRow {
	width: 100%;
	margin: 10px 0;
}
.addFormRowLabelBlock {
	width: 30%;
	text-align: right;
	margin-right: 5%;
	float: left;
}
.addFormRowInputBlock {
	width: 65%;
	float: left;
}
.addFormRowInput {
	width: 50%;
}
.addFormSubmit {
	padding: 10px;
	background-color: #00AEEF;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 14pt;
	
}
.addFormSubmit:hover {
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.28) 0px 4px 8px 0px;
}
/* --- END ADD FORM --- */
