.sq-form-addbutton {
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #fff;
    background-color: #1b325f;
    border-color: #1b325f;
}
.sq-form-addbutton:hover {
    color: #1b325f;
    background-color: transparent;
    border-color: #1b325f;
}


.sq-form-removebutton {
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #fff;
    background-color: #c92b2b;
    border-color: #c92b2b;
}
.sq-form-removebutton:hover {
    color: #c92b2b;
    background-color: transparent;
    border-color: #c92b2b;
}


.sq-form-input-file-descr {
    color: #1b325f;
    background-color: #fff;
    font-weight: 700;
    line-height: 1;
}

.sq-form-input-file {
    float: none;
}

/* added to elements to clear their values based on desired events */
.sq-clear-value-on-command {
    background-color: transparent;
}

#filetype_error {
    padding-bottom: 10px;
}