/*************************************************
* HTML/BODY
*************************************************/
html{
	font-family: Helvetica;
	min-height: 100%;
}

body{
	margin: 0px;
	color: #444;
	text-align: left;
	overflow-y: scroll;
}

header{
	background-color: #0342A8;
	color: white;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 23px;
}

a, a:visited{
	color:#21759B;
}

/*************************************************
* NAVIGATION
*************************************************/
nav{
	height: 90px;
	background-color: white;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	display: flex;
	width: 1028px;
	margin: 50px auto 0px auto;
}

nav .nav-div{
	width: 100%;
	margin: 0 auto;
	height: 100%;
	display: flex;
}

nav .nav-div-small{
	display: none;
}

nav .nav-img-logo{
	height: 70px;
	margin-right: 50px;
	margin-top: 10px;
}

nav .nav-list{
	margin: 0px;
	padding: 0px;
}

nav .nav-list li{
	list-style-type: none;
	vertical-align: middle;
	line-height: 90px;
	padding-right: 40px;
	padding-left: 40px;
	display: inline-block;
	cursor: pointer;
}

nav .nav-list li:hover{
	background-color: #EEEEEE;
}

nav .nav-item-current li div{
	display:inline;
    border-bottom: 2px solid black;
}

nav .nav-item{
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

nav .logout{
	float: right;	
	vertical-align: middle;
	line-height: 90px;
}

/*************************************************
* CONTENT-WRAP
*************************************************/
.content-wrap{
	background-image: url('../images/background.png'), linear-gradient(#0342A8, #2565ce);
	background-size: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*************************************************
* MAIN-CONTAINER
*************************************************/
.main-container{
	width: 1028px;
	background-color: white;
	box-shadow: 0px 2px 6px rgba(100,100,100, 0.3);
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;
	min-height: calc(100vh - 355px);
}

.main-container h1{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: normal;
}

.main-container a{
	color:#21759B;
}

/*************************************************
* FOOTER
*************************************************/
footer{
	background-color: #EFEFEF;
	line-height: 40px;
	font-size: 12px;
	vertical-align: middle;
	color: #911414;
	bottom:0px;
	width: 100%;
	border-top: 1px solid #BBBBBB;
}

footer .div-footer{
	font-size: 12px;
	text-align: center;
	width: 100%;
}

/*************************************************
* CONTROLS
*************************************************/
input{
	width: 250px;
	height: 33px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
	padding-left: 10px;
}

input[type="submit"], button{
	width: 262px;
	background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
	cursor: pointer;
	height: 35px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
}

/*************************************************
* LOGIN
*************************************************/
#tbl-login, #tbl-login td{
	border: none;
	text-transform: none;
}

#tbl-login td{
	height: 50px;
}

.col-login-label{
	width: 200px;
}

#tbl-login tr:nth-child(odd){
	background-color: white;
}




.tbl-files {
	border-spacing: 0px;
	border-bottom: 1px solid #AAA;
	padding-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.tbl-files tr{
	line-height: 35px;
	cursor: pointer;
}

.tbl-files tr:hover{
	background-color: #DDDDDD;
}

.tbl-files tr.tbl-login-row-header:hover{
	background-color: white;
	cursor: default;
}

.tbl-files tr.tbl-login-row-header{
	border: none;
}

.tbl-files td:first-child {
	border-left: 1px solid #AAA;
}

.tbl-files td:last-child {
	border-right: 1px solid #AAA;
}

.tbl-files td{
	border-top: 1px solid #AAA;
}

.img-file-image{
	height:25px;
	padding-left: 10px;
	vertical-align: middle;
}

#tbNewFolder{
	margin-left: 30px;
}

.home-icon:hover {
    background: url('../images/home_black.png') no-repeat;
		background-size: 16px;
}

.home-icon{
	display: inline-block;
	height: 20px;
	width: 16px;
	background: url('../images/home.png') no-repeat;
	background-size: 16px;
	vertical-align: middle;
}

.navigation-folder-row{
	font-size: 16px;
	margin-top: 20px;
}

.navigation-folder:hover{
	color: black;
}



.site-container{
	width: 47%;
	min-width: 700px;
	background-color: white;
	box-shadow: 0px 2px 6px rgba(100,100,100, 0.3);
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
}

.title-container{
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #1E73BE;
	font-weight: bold;
	margin-bottom: 20px;
}

.title-container-abmelden button{
	height: 30px;
}

.title-container-abmelden{
	float:right;
	text-align:right;
	top:0px;
}

.title-image-container{
	height: 200px;
	margin-bottom: 20px;
}

.title-image-container img{
	width: 90%;
	height: 100%;
}

.menu-container-1{
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px;
}

.menu-list-1{
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	width:100%;
	line-height: 40px;
	padding-left: 0px;
	margin: 0px;
}

.menu-list-1 li{
	text-decoration: none;
	display: inline-block;
}

.menu-item-current{
	color: black;
	padding-right: 80px;
	text-transform: uppercase;
	text-decoration:none;
}

.menu-item{
	padding-right: 80px;
	text-transform: uppercase;
	text-decoration:none;
	color: #888888;
}

.menu-list-1 li a:hover{
	color: #555555;
}

.footer-container{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	vertical-align: middle;
}

.color-red{
	color: #B40404;
}

button{
	width: 150px;
	background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
	cursor: pointer;
	height: 35px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
}

input{
	width: 250px;
	height: 33px;
	color: #555555;
	border-radius: 4px;
	border: 1px solid #AAA;
	padding-left: 10px;
}

.div-container-info-message{
	color: blue;
}

.div-container-warning-message{
	color: red;
}

.div-container-error-message{
	color: red;
}
