/* Mike - 13:37 / 08-10-2015 -- Aanpassing ivm verspringen checkbox door teveel padding */
@media (max-width: 767px) {
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .foto-form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }

    .ingevuldformHeaderFixed
    {
        width: 100%;
        position: fixed;
         z-index: 99;
    }

    .opmerkingen {
        height: 100px;
        width: 100%;
        resize: none;
    }

    .uploadform .imagewrapper,
    .downloadform .imagewrapper,
    .ingevuldform .imagewrapper {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .radio,
    .form-horizontal .checkbox,
    .form-horizontal .radio-inline,
    .form-horizontal .checkbox-inline {
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .foto-form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 35%;
    }

    .ingevuldformHeaderFixed
    {
        width: calc(100% - 200px);
        position: fixed;
        z-index: 99;
    }

    .opmerkingen {
        height: 200px;
        width: 35%;
        resize: none;
    }

    .uploadform .imagewrapper,
    .downloadform .imagewrapper,
    .ingevuldform .imagewrapper {
        width: 35%;
        margin-bottom: 10px;
    }
}

.uploadform ul,
.downloadform ul,
.ingevuldform ul {
    list-style: none;
    padding: 0;

}

.uploadform .uploadthumbnail,
.downloadform .downloadthumbnail,
.ingevuldform .ingevuldthumbnail
{
    width: calc(100% - 1px);
    margin-bottom: 5px;
}

.uploadform .progress {
    display: inline-block;
    width: calc(100% * 1);
    border: 1px solid #96ABBB;
    line-height: 15px;
    height: 25px;
}

.uploadform .progress div {
    font-size: smaller;
    text-align: center;
    background: #053C96;
    width: 0;
}

.wrapper-xs-custom {
    min-height: 50px;
    width: 100%;
}

.table-xs-h3 {
    font-size: 18px;
    padding: 10px 0 0 15px;
}

.colmaxed {
    width: 100% !important;
}

.bg-gsafbouw {
    background-color: #053C96;
    color: black;
}

p {
    color: #96ABBB;
    margin: 0;
}

.navbar-header > button {
    color: #EEEEEE;
}

@media (max-width: 321px) {
    body {
        font-size: 12px;
    }
}

.label-top-padding {
    padding-top: 7px;
}

.txtfield-no-resize {
    resize: none;
}
/* --EINDE AANPASSING-- */