
.form-field ~ .form-field {
    margin-top: 25px;
}

.form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-field input[type="checkbox"] + label {
    margin: 0 0 0 10px;
}

.form-field.required > label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

.form-field p {
    color: #bebebe;
    font-size: 11px;
}

.form-field input[type="number"], .form-field input.datepicker {
    width: 150px;
}

.form-field input.partialcreditcardinputfield {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
    background-size: 14px;
    padding-left: 28px;
}

[dir="rtl"] .form-field input.partialcreditcardinputfield {
    padding-left: 0;
    padding-right: 28px;
    background-position: right 10px top 10px;
}

.form-field .nesty-input {
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
}

.form-field .nesty-input:focus {
    outline: none;
    border: 1px solid #999;
}

#upload-error {
    display: none;
    margin-top: 10px; }
.notification {
    border: 1px solid;
    display: table;
    font-family: sans-serif;
    font-size: 12px;
    padding: 13px 15px;
    transition: height .2s;
    width: 100%;
    color: #555; }
.notification a {
    color: #158ec2; }
/* Error */
.notification-error {
    background: #ffeded;
    border-color: #f7cbcb; }
.notification-error .notification-icon::before {
    border-color: #f7cbcb;
    content: "!";
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold; }
/* Inline notifications */
.notification-inline {
    border-radius: 4px;
    font-weight: 100;
    line-height: 14px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
[dir="rtl"] .notification-inline {
    text-align: right; }
.notification-inline[aria-hidden="true"] {
    display: none; }
.notification-inline.notification-error::before {
    border-radius: 50%;
    border: 1px solid #e03b30;
    color: #e03b30;
    content: "!";
    display: inline-block;
    font-family: sans-serif;
    font-size: 8px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    margin: -2px 5px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 12px; }
[dir="rtl"] .notification-inline.notification-error::before {
    margin: 0 0 0 5px; }
.notification-inline.notification-error {
    background-color: #f4dfde;
    border: 1px solid #e03b30;
    color: #e03b30; }
.notification-inline.notification-large {
    padding: 13px 15px;
    margin-bottom: 25px; }
.upload-pool {
    margin: 0;
    overflow: hidden;
    padding: 0; }

/* Alert / Lock */
.notification-alert, .notification-lock {
    color: #ad5e18;
    background: #fff8ed;
    border-color: #fcdba9; }
.notification-alert .notification-icon::before,
.notification-lock .notification-icon::before {
    border-color: #ede5a1; }
.notification-alert .notification-icon::before {
    content: "\2139";
    font-size: 10px; }

.upload-item {
    border-radius: 3px;
    clear: left;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 50%; }
.upload-item[aria-busy="true"] .upload-remove {
    display: none; }
.upload-item[aria-busy="true"] .upload-link {
    color: #666; }
.upload-item[aria-busy="true"] .upload-progress {
    visibility: visible; }
.upload-item::after {
    content: "";
    display: block; }
.upload-item:hover {
    background: #f2f2f2; }
.upload-item + .upload-item {
    margin-top: 5px; }
.upload-item > a, .upload-item span {
    position: relative;
    z-index: 1; }
.upload-item .upload-link {
    color: #333;
    display: inline-block;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
.upload-item .upload-link::before {
    color: #888;
    content: "\1F4CE";
    font-family: "entypo";
    margin-right: 5px; }
.upload-item .upload-link:hover {
    text-decoration: none; }
.upload-item .upload-remove {
    color: #888;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: 0 5px 0 15px; }
.upload-item .upload-remove:hover::before {
    color: #222; }
.upload-item .upload-remove::before {
    content: "\D7";
    font-family: "entypo"; }
.upload-item .upload-path {
    display: none !important; }
.upload-item .upload-progress {
    background-color: #0072ef;
    height: 2px;
    transition: width .5s linear;
    visibility: hidden;
    width: 5%; }
.upload-item-screencast .upload-progress {
    width: 100%; }
#upload-error {
    display: none;
    margin-top: 10px; }
html[dir="rtl"] .upload-item {
    clear: right;
    float: right; }
html[dir="rtl"] .upload-item .upload-link {
    margin-left: auto;
    margin-right: 20px; }
html[dir="rtl"] .upload-item .upload-link::before {
    left: auto;
    right: -20px;
    margin-right: auto;
    margin-left: 5px; }
html[dir="rtl"] .upload-item .upload-remove {
    float: left;
    margin-left: auto;
    margin-right: 15px; }

.upload-dropzone {
    border: 1px solid #ddd;
    width: 90%;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-align: center; }
.upload-dropzone input[type="file"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 250px;
    height: 100%; }
.upload-dropzone span {
    color: #d1d1d1;
    color: #999;
    display: inline-block;
    line-height: 24px;
    padding: 10px; }
.upload-dropzone span a {
    color: #158ec2; }
.upload-dropzone span::before {
    content: "\1F4CE";
    font-family: "entypo";
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle; }
.upload-dropzone a {
    text-decoration: none;
    font-size: 13px; }
.upload-dropzone a:hover {
    text-decoration: underline; }
.upload-dropzone[data-hover="true"] {
    background-color: #f9f9f9;
    background-color: rgba(0, 0, 0, .02); }
.upload-dropzone[data-hc-focus="true"] {
    border-color: #999; }
html[dir="rtl"] .upload-dropzone input[type="file"] {
    right: auto;
    left: 0; }
html[dir="rtl"] .upload-dropzone span::before {
    margin-right: auto;
    margin-left: 5px; }

