/*
.NFI-wrapper {}
.NFI-button {}
.NFI-button:hover {}
.NFI-filename {}
.NFI-current {}
*/

/* Nice File Input */
.nice {
    border: solid #67C1A1 1px;
    background: #fff;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.nice .NFI-button {
    height: 40px;
    line-height: 40px;
    background: #67C1A1;
    color: #fff;
    width: 50%;
}
.nice .NFI-button:hover {
    background: #4c4c4c;
}
.nice .NFI-filename {
    display: block;
    width: 50%!important;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
}
.nice .NFI-filename:focus {
    border: none;
}
