.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    position: relative;
}

.file-wrapper .button {
    background: rgba(227, 227, 356, 0.82);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px dashed;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 18px;
}

.file-wrapper .button:hover, .file-wrapper:hover {
    background: rgba(227, 227, 356, 0.52);
    border-color: rgba(146, 168, 205, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 168, 205, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 168, 205, 0.6);;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 168, 205, 0.6);
}

.file-wrapper input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -moz-opacity: 0.5;
    width: 115px;
    opacity: 0;

}
