select,
textarea,
textarea.form-control,
input[type="text"]:not(.qty),
input[type="tel"].form-control,
input[type="email"].form-control,
input[type="file"].form-control,
.uneditable-input {
    width: 100% !important;
}

input[type="file"].form-control
{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
    border-color: #255279 !important;
}

linkwhite a:link, a:visited {
    color: #fff !important;
}

linkwhite a:hover {
    color: #c5ddf1 !important;
}

linkwhite a:active {
    color: #fff !important;
}