/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-des-2015, 18:21:22
    Author     : lolo
*/

/* Custom progress bar */
#ngProgress-container{
    top: 73px !important;
}

/* Dropzone border */
.dropzone-file-area {
    border: 2px dashed #028AF4 !important;
    background: #fff !important;
    padding: 20px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.dropzone.dz-drag-hover{
    border-style:solid !important;
}

.dropzone .dz-preview .dz-error-message {
    top: 150px!important;
}