#snippet--flashes {
    padding: 20px 20px 0;
}

.datagrid {
    margin-top: 8px;
    background: none;
}
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    margin-top: 8px;
    display: none;
}
.dropzone .dz-message {
    font-weight: 400;
    color: rgb(100, 108, 127);
    font-size: 20px;
}
h1 {
    margin-top: 0;
}

/* let's also make nittro flashes look like bootstrap alerts */

#flashes {
    z-index: 1100;
    margin-top: 1em;
}

.nittro-flash-global-holder {
    z-index: 1100;
}

.nittro-flash {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nittro-flash.nittro-flash-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.nittro-flash.nittro-flash-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.nittro-flash.nittro-flash-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.nittro-flash.nittro-flash-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

fieldset.actions {
    position: fixed;
    bottom: 40px;
}

form {
    padding-bottom: 50px;
}