@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */



.dropzone{
    /*background: palegreen;*/
   /* width: 150px;
    height: 50px;*/
    line-height: 100px;
    text-align: center;
    font-weight: bold;
	/*border: 2px dashed #18a689;
    border-radius: 5px;
    background: white;*/
	background:#f3f3f4;
	border: 1px solid #e7eaec;
	border-radius:0;
	margin-left:15%;
	margin-right:15%;
}
.dropzone.in {
   /* width: 600px;
    height: 200px;*/
    line-height: 160px;
    font-size: larger;
}
.dropzone.hover {
    /*background: lawngreen;*/
	border: 2px solid #18a689;
   /* border-radius: 5px;*/
    background: #bae8df;	
	line-height: 160px;
	font-size: larger;	
}
.dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.select2,#selectElige{
	width:200px;
}
