html, body {
	margin: 0;
	padding: 0;
}
a img{
	border: 0px;
}
a{
	color: #1368B3;
	text-decoration: none;
}
a:hover{
	color: #EE204A;
}
.warning{
    color: red;
    font-weight: bold;
}
.online {
    color: red;
}
#mainPart{
	width: 95%;
	margin: 0 auto;
}
#content{
	padding: 15px;
}
h1{
	width: 100%;
	text-align: center;
	letter-spacing: 0.15em;
	padding: 10px 0;
	margin: 0;
	border: solid black;
	border-width: 0 0 1px 0;
}
h1 span{
    font-weight: normal;
    font-size: 0.9em;
}
h2{
	width: 100%;
	letter-spacing: 0.10em;
	padding: 10px 0 0 0;
	margin: 0;
	border: dashed black;
	border-width: 0 0 1px 0;
}
ul.mainMenu{
	width: 100%;
	text-align: center;
}
ul.mainMenu li{
	list-style: none;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 10px 0;
}
div.icon{
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	padding: 0 2px;
}
span.icon{
	height: 16px;
	width: 16px;
	cursor: pointer;
	padding: 0 2px;
}

.addDocument{
	background: url('../images/addDocument.png') no-repeat top left;
}
.delete{
	background: url('../images/delete.png') no-repeat top left;
}
.accessRight {
	background: url('../images/locked.png') no-repeat top left;
}
.modify {
	background: url('../images/write.png') no-repeat top left;
}
[data-kode] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
