/*

** extra small **
@media only screen
and (max-width:768px){
}

** small **
@media only screen
and (min-width:768px)
and (max-width:992px){
}

** medium **
@media only screen
and (min-width:992px)
and (max-width:1200px){
}

** large **
@media only screen
and (min-width:1200px){
}

*/
body{
	background-color:#e0e0e0;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	background-image:url('background4.png');
	background-position:top left;

}
h1{
	color:#fff;
	font-weight:bold;
	font-family: 'Lato', sans-serif!important;
	margin-bottom:20px;
	text-shadow:0 .05rem .1rem rgba(2, 59, 116, 0.5);
}
h2{
	font-size:24px;
	margin-top:5px;
	margin-bottom:20px;
}
p{
	font-size:18px;
	line-height:28px;
	margin-bottom:10px;
	text-shadow:0 .05rem .1rem rgba(2, 59, 116, 0.5);
	color:#fff;
}
ul{
	margin:0px;
	padding:0px;
	text-align:left;
	overflow-y:scroll;
	height:154px;
	-webkit-overflow-scrolling: touch
}
li{
	list-style-type:none;
	padding-top:10px;
	padding-bottom:10px;
}
li.wborder{
	border-bottom:1px solid #dfdfdf;
}
#splash{
	margin-top:80px;
}
#close{
	color:#aaa;
}
#close:hover{
	color:#000;
}
#tolist{
	color:#000;
	display:block;
	margin-top:10px;
	text-decoration:underline;
	cursor:pointer;
}
#filelist{
	border-radius:6px;
	background-color:#fff;
	padding:10px;
	height:260px;
	display:none;
	margin-bottom:40px;
	text-align:left;
}
#uploadform-container{
	border-radius:6px;
	background-color:#fff;
	padding:20px;
	margin-bottom:40px;
	text-align:left;
	display:none;
	/*font-family:Arial;*/
}
#uploaded-file-list{
	margin-top:10px;
	border:1px solid #ccc;
	padding:10px;
	display:none;
}
#uploadlist{
	height:100px;
}
#uploadlist li{
	padding-top:5px;
	padding-bottom:5px;
}
.upload-filelist-item-name{
	float:left;
	width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.upload-filelist-item-remove{
	float:right;
	margin-right:20px;
}

.input-error{
	margin-top:5px;
	margin-bottom:15px;
	font-weight:normal;
	color:#c90505;
	display:block;
}
.input-error-hide{
	margin-top:0px;
	margin-bottom:15px;
	font-weight:normal;
	color:#c90505;
	display:block;
	line-height:0px;
}
#txtErrorUpload{
	display:none;
	margin-bottom:5px;
	margin-top:14px;
	margin-left:10px;
}
#txtMailTo{
	width:75%;
	display:inline-block;
	border-right: 0px;
	border-radius: 4px 0px 0px 4px;
}
#txtMailToDomain{
	width:25%;
	display:inline-block;
	border-radius: 0px 4px 4px 0px;
}
#txtBericht{
	width:100%;
	height:100px;
	overflow-y:scroll;
	resize:none;
	margin-bottom:15px;
}
#btnSubmit{
	font-size:14px;
	background-color: #00adef;
	border-color: #00adef;
	margin-top: 5px;
}
#btnSubmit:hover{
	background-color:#005983;
}
.browse{
	height:auto;
	padding:6px;
}
.hidden-upload{
	border:none;
	height:0px;
	padding:0px;
	margin:0px;
	visibility: hidden;
}
.btn{
	margin-top:20px;
	font-size:18px;
	font-weight:bold;
	background-color:#005983;
	border-color:#005983;
}
.btn:hover{
	border-color:#003b59;
	background-color:#003b59;
}

.container-fluid{
	text-align:center;
}

@media only screen
and (min-width:1200px)
and (max-width:1600px){
	.upload-filelist-item-name{
		width:280px;
	}
}

@media only screen
and (min-width:992px)
and (max-width:1200px){
	.upload-filelist-item-name{
		width:400px;
	}
}
@media only screen
and (min-width:768px)
and (max-width:992px){
	body{
		background-image:url('background4.png')!important;
		background-position:top left;
	}
	#splash{
		margin-top:0px;
	}
	.upload-filelist-item-name{
		width:375px;
	}
}
@media only screen
and (max-width:768px){
	body{
		background-image:url('background4-xs.png')!important;
		background-position:top;
	}
	p{
		font-size:16px;
	}
	#uploadlist li{
		font-size:12px;
	}
	#splash{
		margin-top:0px;
	}
	#txtMailTo{
		width:65%;
	}
	#txtMailToDomain{
		width:35%;
	}
	.upload-filelist-item-name{
		width:200px;
	}
}
