
body{
	font: 11px  Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #f0f0f5;
	padding: 0;
	margin: 0;
	color: #43676B;
}

#wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
}


/*table header*/
table,
table th, 
table tr, 
table td {
	padding: 5px;
	margin: 0px 4px;
	text-align: center;
}
th {
	font-size:12px;
}

td {
	/*border-bottom: #D0D0D0 solid thin;
	border-left: none;
	border-right: none;*/
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

td a {
	text-decoration: none;
	color: #43676B;
	font-weight: bold;
}

td a:hover {
	color: #a3a3c2;
}

#btn2 a{
	text-decoration: none;
	color: #43676B;
	font-weight: bold;
}

#btn2 a:hover {
	color: #a3a3c2;
}

#box tr {

}

form{
	margin: 20px 0;
}

#top-wrapper{
	width: 100%;
	background-color: #29293d;
	padding: 10px;
	position: fixed;
	z-index: 10;
}

#top-wrapper h8 {
	color: #fff;
	margin: 20px 20px;
}

#menu{
	font-size: 12px;
	font-weight: bold;
	margin: 40px 0;
    padding: 0;
    width: 11%;
    min-width: 150px;
    background-color: #F5F5F5;
    position: fixed;
    height: 100%;
    overflow: auto;
}

ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
}

li a {
    display: block;
    color: #33334d;
    padding: 8px 16px;
    text-decoration: none;
}

li a.active {
    background-color: #4CAF50;
    color: white;
}

li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

h1{
	font-size:22px;
	margin:4px 0 7px 0px;
	padding:7px 0 7px 0;
}

h2,
h3{
	margin:15px 0 7px 0;
	padding:4px;
}

h2{
	font-size:18px;
}

h2 span{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	color: #1f1f2e;
	padding:8px;
	margin-top: 25px;
	margin-bottom: 25px
}

h3{
	font-size:16px;
}

.tbl td{
	border:1px solid #CCC;
}

input, textarea, select {
	color: #47476b;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-top:8px;
	padding:5px;
	width:auto;
}
select {
	cursor:pointer;
}

.delete{
	color: #e60000;
}

.delete:hover{
	color: #ff8080;
}

.input{
	font-family:inherit;
	font-size:inherit;
	padding:5px;
	color: #14141f;
}

#loggedin{
	position:absolute;
	top: -10px;
	right: 30px;
	text-align:right; 
	padding:20px; 
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#loggedin a{
	color: #fff;
	text-decoration: none;
	cursor: hand;
}

#loggedin a:hover{
	color: #BEBEBE;
	text-decoration: none;
	cursor: hand;
}


br.clear{
	clear:both;
	visibility:hidden;
	height:0;
	padding:0;
	margin:0;
	line-height:0;
}

.box{
	padding:5px;
	margin:5px;
	background: rgba(255, 255, 255, 0.5);
}

.templates .selected{
	border:3px solid #CCCCCC !important;
}

.templates .template{
	border:3px solid #FFFFFF;
	float:left; width:100px; 
	height:120px; 
	margin:5px; text-align:center;
	background-color:#EFEFEF;
	cursor:pointer;
}


#nadstavenia{
	text-align: left;
}

#btn{
	color: #fff;
	background: #47476b;
	border: 0px;
	border-radius: 5px;
	padding: 10px 20px;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#btn:hover{
	background: #b3b3cc;
}

#login-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 40%;
	top: 25%;
}

#selection{
	min-width: 880px;
	width: 80%;
	position: relative;
	left: 12%;
	top: 5%;
	padding: 10px;

}