﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-overflow-style: -ms-autohiding-scrollbar; /* disable scrollbar */
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}


/* FILE UPLOAD DEMO  
----------------------------------------------------------*/

.inputfile {
    /* try to hide */
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

.labelAddImage {
    /* mooie knop van maken */
    border: solid;
    border-radius: 8px;
    border-width: 0px 2px 2px 0px; /* create shadow effect */
    border-color: #3a75ac;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: 700;
    color: #ffffff;
    background-color: #58adff;
    display: inline-block;
    cursor: pointer;
    width: 128px;
    height: 115px;
    margin: 2px 2px;
    text-align: center;
    text-transform: uppercase;
}

    .labelAddImage:after {
        content: "";
        display: block;
        background: url('../Images/addfoto_32px.png') no-repeat;
        margin: 20px 46px;
        width: 32px;
        height: 32px;
        float: left;
    }

    .labelAddImage:hover {
        background-color: #3a75ac;
    }
