
.padding_file{
	padding: 0px 15px !important;
}
.button_file{
    margin: 4px 4px !important;
    position: absolute;
    height: 42px;
    font-size: 15px;
    line-height: 43px;
    background-color: #003887;
    border-radius: 3px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    padding: 0px 5px;
    text-align: center;
    color: #FFF;
    width: 190px;
    margin-right: 20px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Secular One', sans-serif;
}	
.button_file:hover{
	background-color: #115f86;
}

.upload_file:active .button_file{
	transform:translateY(2px);
	border-bottom:0;
}

div.upload_file{
    position: relative;
    background-color: #f3f3f3;
    border-radius: 3px;
    width: 100%;
    min-height: 50px;
    cursor: pointer;
}
/* div.upload_file.dragging{
	height:150px;
	border: 2px dashed #000;
} */

div.upload_file:after{
	content: 'Sleep uw bestand hier!';
    position: Absolute;
    min-height: 0px;
    max-height: 0px;
    overflow: hidden;
    width: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    color: #116086;
    font-size: 16px;
    border: dashed 2px transparent;
    background-color: transparent;
    z-index: 8;
    border-radius: 6px;
    box-sizing: border-box;
    transition: background-color .4s ease, min-height .4s ease,max-height .4s ease, border .4s ease;
}
div.upload_file.dragging:after{
    min-height: 80px;
    max-height: 80px;
    border-color: #116086;
    background-color: rgba(220, 235, 244, 0.84);
}
div.upload_file input{
	z-index: 9;
}
div.upload_file.dragging input{
	height: 80px;
}
div.upload_file:hover div.button,
div.upload_file div.button:hover{
	/* background-color:#880510; */
	/* border-color:#880510; */
}
div.upload_file:hover div.button span,
div.upload_file div.button:hover span{
	cursor:pointer;	
}

div.upload_file img.loadgif{
	position:absolute;
	right:5px;
	top:5px;
	height:34px;
	display:none;
}

div.upload_file_name{
	position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: right;
    text-align: right;
    padding-left: 200px;
    padding-right: 15px;
    margin-bottom: -23px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
}
div.upload_file_name img{
	margin-bottom:10px;
}


input.file {
    position: absolute;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 136%;
}

div.image_load_vak{
	position:relative;
	width:50%;
	min-width:300px;
	min-height:0px;
	float:left;
	margin-right:50%;
	box-sizing:border-box;
	padding:10px 0;
}

div.image_loading_info{
    float: left;
    width: 529px;
    height: 30px;
    line-height: 24px;
    font-size: 16px;
    padding: 5px;
    border-radius: 3px;
    text-align: left;
    box-sizing: border-box;
    background-color: #f3f3f3;
    margin: 4px 4px 0 0;	
}
div.image_load_vak div.image_loading img.close{
	display:none;
}
div.image_load_vak div.image_loading{
	float: left;
    width: 220px;
    height: 40px;
    padding: 5px;
    border-radius: 3px;
    text-align: left;
    box-sizing: border-box;
    background-color: #f3f3f3;
    margin: 4px 4px 0 0;
}
div.image_load_vak div.image_loading.red img.loadgif{
	display:none;
}
div.image_load_vak div.image_loading.red span{
	direction: inherit !important;
}
div.image_load_vak div.image_loading.red img.close{
    display: block;
    cursor: pointer;
    width: 17px;
    margin-top: 9px;
    margin-left: 18px;
    float: right;
}

div.image_load_vak div.image_loading img.image{
	float:left;
	height:100%;
	width:auto;	
	margin-right: 10px;
}
div.image_load_vak div.image_loading  span{
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 30px;
    height: 100%;
    text-align: right;
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}
div.image_load_vak div.image_loading  img.loadgif{
	float:right;
	height:100%;
	width:auto;
	margin-left:10px;
}
a.button.file, a.button.aantal {
    margin-left: 10px;
}
i.fileIcon {
    font-size: 27px;
    margin-right: 10px;
}
table.gegevensView tr > td:first-of-type {
    font-weight: bold;
}
table.gegevensView tr td {
    padding: 9px 5px;
}
font.fileSize{
	color:#b7b7b7;
	font-weight:bold;
	font-size:12px;
}
@media (max-width: 767px){
	div.button_file{
		right:0;
		left:0;
		width: initial !Important;
	}
	
}