<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.allcp-form, .allcp-form * {
    box-sizing: border-box;
}

.allcp-form {
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.231;
}

    .allcp-form .section {
    }

    .allcp-form .gui-input, .allcp-form .gui-textarea, .allcp-form .select &gt; select, .allcp-form input[type="button"], .allcp-form input[type="submit"], .allcp-form input[type="search"], .allcp-form .select-multiple select {
        -moz-appearance: none;
        border-radius: 3px;
    }

    .allcp-form .radio, .allcp-form .button, .allcp-form .checkbox, .allcp-form .select .arrow, .allcp-form .switch &gt; label, .allcp-form .ui-slider .ui-slider-handle {
        -moz-user-select: none;
    }

    .allcp-form label, .allcp-form input, .allcp-form button, .allcp-form select, .allcp-form textarea {
        color: #626262;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        outline: medium none;
    }

    .allcp-form .radio, .allcp-form .button, .allcp-form .tooltip, .allcp-form .checkbox, .allcp-form .gui-input, .allcp-form .input-footer, .allcp-form .notification, .allcp-form .gui-textarea, .allcp-form .select &gt; select, .allcp-form .select-multiple select {
        outline: medium none;
        transition: all 0.5s ease-in-out 0s;
    }

    .allcp-form .input-link, .allcp-form .panel-heading, .allcp-form .section-divider span, .allcp-form .select &gt; select, .allcp-form .select-multiple select {
        transition: all 0.2s ease-in-out 0s;
    }

    .allcp-form .spacer {
        border-top: 1px solid #eee;
        display: block;
        height: 0;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .allcp-form .theme-link {
        color: #67d3e0;
        text-decoration: none;
    }

        .allcp-form .theme-link:hover {
            text-decoration: underline;
        }

    .allcp-form .section-divider {
        border-top: 1px solid #ddd;
        height: 0;
        margin-bottom: 30px;
        margin-top: 20px;
        text-align: center;
    }

        .allcp-form .section-divider span {
            background: #e9e9e9 none repeat scroll 0 0;
            color: #999;
            display: inline-block;
            font-size: 15px;
            padding: 0 17px;
            position: relative;
            top: -11px;
        }

    .allcp-form.panel .section-divider span, .allcp-form .panel .section-divider span, .allcp-form.tab-content .section-divider span, .allcp-form .tab-content .section-divider span {
        background: #fff none repeat scroll 0 0;
    }

    .allcp-form.bg-light .section-divider span, .allcp-form .bg-light .section-divider span {
        background: #fafafa none repeat scroll 0 0;
    }

    .allcp-form.bg-light.light .section-divider span, .allcp-form .bg-light.light .section-divider span {
        background: #fefefe none repeat scroll 0 0;
    }

    .allcp-form.bg-light.dark .section-divider span, .allcp-form .bg-light.dark .section-divider span {
        background: #f2f2f2 none repeat scroll 0 0;
    }

    .allcp-form.well .section-divider span, .allcp-form .well .section-divider span {
        background: #f5f5f5 none repeat scroll 0 0;
    }

    .allcp-form .switch, .allcp-form .option, .allcp-form .field-label {
        font-size: 14px;
    }

        .allcp-form .field-label[class*="col-"] {
            line-height: 42px;
        }

    .allcp-form .field-align {
        line-height: 42px;
    }

    .allcp-form .radio, .allcp-form .option, .allcp-form .checkbox {
        cursor: pointer;
    }

    .allcp-form .field {
        display: block;
        position: relative;
    }

    .allcp-form .field-icon i {
        color: #67d3e0;
        position: relative;
    }

    .allcp-form .field-icon.text-primary i {
        color: #67d3e0;
    }

    .allcp-form .field-icon.text-alert i {
        color: #ffbc0b;
    }

    .allcp-form .field-icon.text-warning i {
        color: #ff7022;
    }

    .allcp-form .field-icon.text-success i {
        color: #c3d62d;
    }

    .allcp-form .field-icon.text-info i {
        color: #4fd8b0;
    }

    .allcp-form .field-icon.text-dark i {
        color: #2a2f43;
    }

    .allcp-form .field-icon.text-system i {
        color: #5a5386;
    }

    .allcp-form .field-icon.text-danger i {
        color: #f5393d;
    }

    .allcp-form .field-label {
        display: block;
        margin-bottom: 7px;
    }

        .allcp-form .field-label em {
            color: #e74c3c;
            display: inline-block;
            font-size: 14px;
            font-style: normal;
            margin-left: 4px;
            position: relative;
            top: 3px;
        }

    .allcp-form .gui-input, .allcp-form .gui-textarea {
        padding: 10px;
    }

    .allcp-form .select, .allcp-form .gui-input, .allcp-form .gui-textarea, .allcp-form .select &gt; select, .allcp-form .select-multiple select {
        border: 1px solid #ddd;
        color: #626262;
        display: inline-block;
        height: 42px;
        outline: medium none;
        position: relative;
        vertical-align: top;
        width: 100%;
    }

        .allcp-form .select option {
            background: #fff none repeat scroll 0 0;
        }

        .allcp-form select[disabled], .allcp-form .select &gt; select[disabled] {
            color: #aaa !important;
        }

    .allcp-form .gui-textarea {
        height: 96px;
        line-height: 19px;
        max-width: 100%;
        overflow: auto;
        resize: none;
    }

    .allcp-form .select {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        z-index: 10;
    }

        .allcp-form .select &gt; select {
            -moz-appearance: none;
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ddd;
            color: #626262;
            display: block;
            margin: 0;
            outline: medium none;
            padding: 9px 10px;
            text-indent: 0.01px;
            text-overflow: "";
            z-index: 10;
        }

        .allcp-form .select::before, .allcp-form .select::after {
            background: #fff none repeat scroll 0 0;
        }

        .allcp-form .select .arrow {
            color: #9f9f9f;
            height: 24px;
            pointer-events: none;
            position: absolute;
            right: -10px;
            top: 8px;
            width: 28px;
            z-index: 100;
        }

            .allcp-form .select .arrow::after, .allcp-form .select .arrow::before {
                content: "";
                font: 12px "Consolas",monospace;
                left: 5px;
                pointer-events: none;
                position: absolute;
            }

            .allcp-form .select .arrow::before {
                bottom: 4px;
                content: "▼";
            }

        .allcp-form .select .double::after {
            content: "▲";
            top: -1px;
        }

        .allcp-form .select .double::before {
            bottom: -1px;
            content: "▼";
        }

    .allcp-form .select-multiple select {
        height: 123px;
        padding: 10px;
        width: 100%;
    }

    .allcp-form .file {
        display: block;
        width: 100%;
    }

        .allcp-form .file .gui-file {
            bottom: 0;
            cursor: pointer;
            height: 100%;
            opacity: 0;
            padding: 8px 10px;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 11;
        }

        .allcp-form .file .button {
            border-radius: 3px;
            float: none;
            height: 34px;
            line-height: 34px;
            padding: 0 16px;
            position: absolute;
            right: 4px;
            top: 4px;
            z-index: 10;
        }

        .allcp-form .file.append-button .button {
            left: 4px;
            right: auto;
        }

        .allcp-form .file.append-button &gt; input.gui-input {
            padding-left: 125px;
            padding-right: 40px;
            text-align: right;
        }

        .allcp-form .file.append-button &gt; label.field-icon {
            left: auto;
            right: 4px;
        }

        .allcp-form .gui-input:hover, .allcp-form .gui-textarea:hover, .allcp-form .select &gt; select:hover, .allcp-form .select-multiple select:hover, .allcp-form .gui-input:hover ~ .input-footer, .allcp-form .file .gui-file:hover + .gui-input, .allcp-form .gui-textarea:hover ~ .input-footer {
            border-color: #888;
        }

    .allcp-form .gui-input:focus, .allcp-form .gui-textarea:focus, .allcp-form .select &gt; select:focus, .allcp-form .select-multiple select:focus {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #999;
        color: #3c3c3c;
        outline: medium none;
    }

    .allcp-form .select &gt; select:focus {
        z-index: 10;
    }

    .allcp-form .gui-textarea:focus {
        height: 120px;
    }

    .allcp-form .select &gt; select:focus {
        z-index: 10;
    }

    .allcp-form .gui-input:focus ~ .field-icon i, .allcp-form .gui-textarea:focus ~ .field-icon i {
        color: #999;
    }

    .allcp-form .select-multiple select:focus, .allcp-form .gui-input:focus ~ .input-footer, .allcp-form .gui-textarea:focus ~ .input-footer, .allcp-form .file .gui-file:focus + .gui-input {
        border-color: #999;
    }

    .allcp-form .select &gt; select:focus + .arrow {
        color: #999;
    }

    .allcp-form .option {
        display: inline-block;
        padding-right: 15px;
        position: relative;
        vertical-align: middle;
    }

        .allcp-form .option &gt; input {
            height: inherit;
            left: 0;
            opacity: 0;
            position: absolute;
            width: inherit;
        }

    .allcp-form .checkbox, .allcp-form .radio {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #b9bbc5;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        height: 21px;
        margin-right: 5px;
        position: relative;
        top: 4px;
        width: 21px;
    }

        .allcp-form .checkbox::before, .allcp-form .radio::before {
            content: "";
            display: none;
        }

    .allcp-form input:checked + .checkbox::before, .allcp-form input:checked + .radio::before {
        display: block;
    }

    .allcp-form .checkbox::before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #aaaaaa;
        border-image: none;
        border-style: solid;
        border-width: 0 0 2px 2px;
        height: 3px;
        left: 5px;
        position: absolute;
        top: 5px;
        transform: rotate(-45deg);
        width: 6px;
    }

    .allcp-form input:checked + .checkbox, .allcp-form input:checked + .radio {
        border: 2px solid #aaaaaa;
    }

    .allcp-form .radio {
        border-radius: 20px;
    }

        .allcp-form .radio::before {
            background: #aaa none repeat scroll 0 0;
            border-radius: 10px;
            height: 7px;
            margin: 5px;
            width: 7px;
        }

    .allcp-form input:hover:not([disabled]) + .checkbox, .allcp-form input:hover:not([disabled]) + .radio {
        border-color: #aaa;
    }

    .allcp-form input:focus + .checkbox, .allcp-form input:focus + .radio {
        border-color: #aaa;
    }

        .allcp-form input:focus + .radio::before {
            background: #aaa none repeat scroll 0 0;
        }

        .allcp-form input:focus + .checkbox::before {
            border-color: #aaa;
        }

    .allcp-form .switch {
        cursor: pointer;
        display: inline-block;
        height: 26px;
        margin-bottom: 5px;
        padding-right: 10px;
        position: relative;
    }

        .allcp-form .switch &gt; label {
            background: transparent none repeat scroll 0 0;
            border: 2px solid #b9bbc5;
            border-radius: 3px;
            color: #b9bbc5;
            cursor: pointer;
            display: inline-block;
            font-family: Helvetica,Arial,sans-serif;
            font-size: 10px;
            font-weight: bold;
            height: 25px;
            line-height: 20px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.3s ease-out 0s;
            width: 58px;
        }

            .allcp-form .switch &gt; label + span {
                display: inline-block;
                padding-left: 5px;
                position: relative;
                top: -7px;
            }

            .allcp-form .switch &gt; label::before {
                content: attr(data-off);
                position: absolute;
                right: 3px;
                top: 1px;
                width: 33px;
            }

            .allcp-form .switch &gt; label::after {
                background: #b9bbc5 none repeat scroll 0 0;
                border-radius: 2px;
                content: "";
                display: block;
                height: 17px;
                margin: 2px;
                width: 17px;
            }

        .allcp-form .switch &gt; input {
            height: inherit;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: inherit;
        }

            .allcp-form .switch &gt; input:focus {
                outline: medium none;
            }

            .allcp-form .switch &gt; input:checked + label {
                background: transparent none repeat scroll 0 0;
                border-color: #aaa;
                color: #aaa;
                padding-left: 33px;
            }

                .allcp-form .switch &gt; input:checked + label::before {
                    content: attr(data-on);
                    left: 1px;
                    top: 1px;
                }

                .allcp-form .switch &gt; input:checked + label::after {
                    background: #aaa none repeat scroll 0 0;
                    height: 17px;
                    margin: 2px;
                    width: 17px;
                }

            .allcp-form .switch &gt; input:checked:focus + label {
                background: transparent none repeat scroll 0 0;
                border-color: #aaa;
            }

    .allcp-form .switch-round &gt; label {
        border-radius: 13px;
    }

        .allcp-form .switch-round &gt; label + span {
            top: -2px;
        }

        .allcp-form .switch-round &gt; label::before {
            width: 33px;
        }

        .allcp-form .switch-round &gt; label::after {
            border-radius: 13px;
            color: #b9bbc5;
            content: "•";
            font: 20px/20px Times,serif;
            width: 17px;
        }

    .allcp-form .switch-round &gt; input:checked + label {
        padding-left: 33px;
    }

        .allcp-form .switch-round &gt; input:checked + label::after {
            color: #aaa;
        }

    .allcp-form .switch-custom &gt; label {
        border-color: #fa9a9c;
        color: #fa9a9c;
    }

        .allcp-form .switch-custom &gt; label::after {
            background: #fa9a9c none repeat scroll 0 0;
        }

    .allcp-form .switch-custom &gt; input:hover + label, .allcp-form .switch-custom &gt; input:focus + label {
        border-color: #f42a2f;
        color: #f42a2f;
    }

        .allcp-form .switch-custom &gt; input:hover + label::after, .allcp-form .switch-custom &gt; input:focus + label::after {
            background: #f42a2f none repeat scroll 0 0;
        }

    .allcp-form .switch-custom &gt; input:checked + label {
        border-color: #c3d62d;
        color: #c3d62d;
    }

        .allcp-form .switch-custom &gt; input:checked + label::after {
            background: #c3d62d none repeat scroll 0 0;
        }

    .allcp-form .switch-custom &gt; input:checked:hover + label, .allcp-form .switch-custom &gt; input:checked:focus + label {
        border-color: #8b991e;
        color: #8b991e;
    }

        .allcp-form .switch-custom &gt; input:checked:hover + label::after, .allcp-form .switch-custom &gt; input:checked:focus + label::after {
            background: #8b991e none repeat scroll 0 0;
        }

    .allcp-form .button[disabled], .allcp-form .state-disabled .button, .allcp-form input[disabled] + .radio, .allcp-form input[disabled] + .checkbox, .allcp-form .switch &gt; input[disabled] + label {
        cursor: default;
        opacity: 0.5;
    }

    .allcp-form .gui-input[disabled], .allcp-form .gui-textarea[disabled], .allcp-form .select &gt; select[disabled], .allcp-form .select-multiple select[disabled], .allcp-form .gui-input[disabled] ~ .input-footer, .allcp-form .file .gui-file[disabled] + .gui-input, .allcp-form .file .gui-file[disabled]:hover + .gui-input, .allcp-form .gui-textarea[disabled] ~ .input-footer {
        background-color: #f4f6f6;
        border-color: #d5dbdb !important;
        color: #d5dbdb;
        cursor: default;
        opacity: 0.7;
    }

        .allcp-form input[disabled] ~ .field-icon i, .allcp-form textarea[disabled] ~ .field-icon i, .allcp-form .select &gt; select[disabled] + .arrow {
            opacity: 0.4;
        }

    .allcp-form .input-footer {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 0;
        color: #999;
        display: block;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        line-height: 16px;
        margin-top: -1px;
        padding: 10px;
        position: relative;
    }

    .allcp-form .append-icon, .allcp-form .prepend-icon {
        display: inline-block;
        left: 0;
        position: relative;
        top: 0;
        vertical-align: top;
        width: 100%;
    }

        .allcp-form .append-icon .field-icon, .allcp-form .prepend-icon .field-icon {
            color: inherit;
            height: 42px;
            line-height: 42px;
            pointer-events: none;
            position: absolute;
            text-align: center;
            top: 0;
            transition: all 0.5s ease-out 0s;
            width: 42px;
            z-index: 4;
        }

            .allcp-form .append-icon .field-icon i, .allcp-form .prepend-icon .field-icon i {
                font-size: 14px;
                position: relative;
            }

        .allcp-form .prepend-icon .field-icon {
            left: 0;
        }

        .allcp-form .append-icon .field-icon {
            right: 0;
        }

        .allcp-form .prepend-icon &gt; input, .allcp-form .prepend-icon &gt; textarea {
            padding-left: 36px;
        }

        .allcp-form .append-icon &gt; input, .allcp-form .append-icon &gt; textarea {
            padding-left: 10px;
            padding-right: 36px;
        }

        .allcp-form .append-icon &gt; textarea {
            padding-right: 36px;
        }

@media (max-width: 359px) {
    .allcp-form .prepend-icon &gt; .field-icon {
        display: none;
    }

    .allcp-form .prepend-icon &gt; input, .allcp-form .prepend-icon &gt; textarea {
        padding: 0 18px;
        text-align: center;
    }
}

.allcp-form .tooltip {
    background: #666 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: margin 0.6s ease 0s, opacity 0.6s ease 0s;
    width: 184px;
    z-index: -1;
}

    .allcp-form .tooltip &gt; em {
        display: block;
        font-style: normal;
        padding: 12px;
        position: static;
    }

    .allcp-form .tooltip::after {
        content: "";
        position: absolute;
    }

.allcp-form .gui-input:focus + .tooltip, .allcp-form .gui-textarea:focus + .tooltip {
    opacity: 1;
    z-index: 999;
}

.allcp-form .tip-left {
    margin-right: -20px;
    top: 1px;
}

    .allcp-form .tip-left::after {
        border-bottom: 8px solid transparent;
        border-left: 8px solid #666;
        border-top: 8px solid transparent;
        left: 100%;
        top: 12px;
    }

.allcp-form .gui-input:focus + .tip-left, .allcp-form .gui-textarea:focus + .tip-left {
    left: auto;
    margin-right: 5px;
    right: 100%;
}

.allcp-form .tip-right {
    margin-left: -20px;
    top: 1px;
}

    .allcp-form .tip-right::after {
        border-bottom: 8px solid transparent;
        border-right: 8px solid #666;
        border-top: 8px solid transparent;
        right: 100%;
        top: 12px;
    }

.allcp-form .gui-input:focus + .tip-right, .allcp-form .gui-textarea:focus + .tip-right {
    left: 100%;
    margin-left: 5px;
}

.allcp-form .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px;
}

    .allcp-form .tip-right-top::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #666;
        right: 12px;
        top: 100%;
    }

.allcp-form .gui-input:focus + .tip-right-top, .allcp-form .gui-textarea:focus + .tip-right-top {
    left: auto;
    margin-bottom: 10px;
    right: 0;
}

.allcp-form .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px;
}

    .allcp-form .tip-left-top::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #666;
        left: 12px;
        top: 100%;
    }

.allcp-form .gui-input:focus + .tip-left-top, .allcp-form .gui-textarea:focus + .tip-left-top {
    left: 0;
    margin-bottom: 10px;
    right: auto;
}

.allcp-form .tip-right-bottom {
    margin-top: -20px;
    top: 100%;
}

    .allcp-form .tip-right-bottom::after {
        border-bottom: 8px solid #666;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        bottom: 100%;
        right: 12px;
    }

.allcp-form .gui-input:focus + .tip-right-bottom, .allcp-form .gui-textarea:focus + .tip-right-bottom {
    left: auto;
    margin-top: 10px;
    right: 0;
}

.allcp-form .tip-left-bottom {
    margin-top: -20px;
    top: 100%;
}

    .allcp-form .tip-left-bottom::after {
        border-bottom: 8px solid #666;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        bottom: 100%;
        left: 12px;
    }

.allcp-form .gui-input:focus + .tip-left-bottom, .allcp-form .gui-textarea:focus + .tip-left-bottom {
    left: 0;
    margin-top: 10px;
    right: auto;
}

.allcp-form .state-error .gui-input, .allcp-form .state-error .gui-textarea, .allcp-form .state-error.select &gt; select, .allcp-form .state-error.select-multiple &gt; select, .allcp-form .state-error input:hover + .checkbox, .allcp-form .state-error input:hover + .radio, .allcp-form .state-error input:focus + .checkbox, .allcp-form .state-error input:focus + .radio, .allcp-form .state-error .checkbox, .allcp-form .state-error .radio {
    background: #fee9ea none repeat scroll 0 0;
    border-color: #de888a;
}

    .allcp-form .state-error .gui-input:focus, .allcp-form .state-error .gui-textarea:focus, .allcp-form .state-error.select &gt; select:focus, .allcp-form .state-error.select-multiple &gt; select:focus {
        box-shadow: 0 0 3px #de888a inset;
    }

    .allcp-form .state-error .gui-input ~ .field-icon i, .allcp-form .state-error .gui-textarea ~ .field-icon i {
        color: #de888a;
    }

.allcp-form .state-error.select .arrow {
    color: #de888a;
}

.allcp-form .state-error.select &gt; select:focus + .arrow {
    color: #de888a;
}

.allcp-form .state-error .gui-input ~ .input-footer, .allcp-form .state-error.file .gui-file:hover + .gui-input, .allcp-form .state-error .gui-textarea ~ .input-footer {
    border-color: #de888a;
}

.allcp-form .state-error + em {
    color: #de888a;
    display: block !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    font-style: normal;
    line-height: normal;
    margin-top: 6px;
    padding: 0 3px;
}

.allcp-form .state-success .gui-input, .allcp-form .state-success .gui-textarea, .allcp-form .state-success.select &gt; select, .allcp-form .state-success.select-multiple &gt; select, .allcp-form .state-success input:hover + .checkbox, .allcp-form .state-success input:hover + .radio, .allcp-form .state-success input:focus + .checkbox, .allcp-form .state-success input:focus + .radio, .allcp-form .state-success .checkbox, .allcp-form .state-success .radio {
    background: #f0fee9 none repeat scroll 0 0;
    border-color: #a5d491;
}

    .allcp-form .state-success .gui-input:focus, .allcp-form .state-success .gui-textarea:focus, .allcp-form .state-success.select &gt; select:focus, .allcp-form .state-success.select-multiple &gt; select:focus {
        box-shadow: 0 0 3px #a5d491 inset;
    }

    .allcp-form .state-success .gui-input ~ .field-icon i, .allcp-form .state-success .gui-textarea ~ .field-icon i {
        color: #a5d491;
    }

.allcp-form .state-success.select .arrow {
    color: #a5d491;
}

.allcp-form .state-success.select &gt; select:focus + .arrow {
    color: #a5d491;
}

.allcp-form .state-success .gui-input ~ .input-footer, .allcp-form .state-success.file .gui-file:hover + .gui-input, .allcp-form .state-success .gui-textarea ~ .input-footer {
    border-color: #a5d491;
}

.allcp-form .smart-widget, .allcp-form .append-picker-icon, .allcp-form .prepend-picker-icon {
    display: block;
    position: relative;
}

    .allcp-form .smart-widget .field input, .allcp-form .append-picker-icon input, .allcp-form .prepend-picker-icon input {
        width: 100%;
    }

    .allcp-form .sm-left input, .allcp-form .prepend-picker-icon input {
        border-radius: 0 3px 3px 0;
    }

    .allcp-form .sm-right input, .allcp-form .append-picker-icon input {
        border-radius: 3px 0 0 3px;
    }

    .allcp-form .append-picker-icon button, .allcp-form .prepend-picker-icon button, .allcp-form .smart-widget .button {
        background: #f5f5f5 none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #626262;
        cursor: pointer;
        height: 42px;
        line-height: 40px;
        position: absolute;
        top: 0;
    }

        .allcp-form .prepend-picker-icon button:disabled {
            background-color: #f4f6f6 !important;
            border-color: #d5dbdb !important;
        }

    .allcp-form .sm-right .button, .allcp-form .append-picker-icon button {
        border-left: 0 none;
        border-radius: 0 3px 3px 0;
    }

    .allcp-form .sm-left .button, .allcp-form .prepend-picker-icon button {
        border-radius: 3px 0 0 3px;
        border-right: 0 none;
    }

    .allcp-form .sm-left .button, .allcp-form .prepend-picker-icon button {
        left: 0;
    }

    .allcp-form .sm-right .button, .allcp-form .append-picker-icon button {
        right: 0;
    }

.allcp-form .sml-50, .allcp-form .prepend-picker-icon {
    padding-left: 50px;
}

    .allcp-form .sml-50 .button, .allcp-form .prepend-picker-icon button {
        width: 50px;
    }

.allcp-form .sml-80 {
    padding-left: 80px;
}

    .allcp-form .sml-80 .button {
        width: 80px;
    }

.allcp-form .sml-120 {
    padding-left: 120px;
}

    .allcp-form .sml-120 .button {
        width: 120px;
    }

.allcp-form .sml-160 {
    padding-left: 160px;
}

    .allcp-form .sml-160 .button {
        width: 160px;
    }

.allcp-form .smr-50, .allcp-form .append-picker-icon {
    padding-right: 50px;
}

    .allcp-form .smr-50 .button, .allcp-form .append-picker-icon button {
        width: 50px;
    }

.allcp-form .smr-80 {
    padding-right: 80px;
}

    .allcp-form .smr-80 .button {
        width: 80px;
    }

.allcp-form .smr-120 {
    padding-right: 120px;
}

    .allcp-form .smr-120 .button {
        width: 120px;
    }

.allcp-form .smr-140 {
    padding-right: 140px;
}

    .allcp-form .smr-140 .button {
        width: 140px;
    }

.allcp-form .smr-160 {
    padding-right: 160px;
}

    .allcp-form .smr-160 .button {
        width: 160px;
    }

.allcp-form .rating {
    overflow: hidden;
}

    .allcp-form .rating.block {
        display: block;
        margin: 10px 0;
    }

    .allcp-form .rating label {
        color: #ccc;
    }

        .allcp-form .rating label i {
            color: inherit;
            font-size: 17px;
            text-align: center;
        }

        .allcp-form .rating label span {
            font: 22px/22px Times,serif;
        }

.allcp-form .rating-star {
    margin-left: 4px;
}

.allcp-form .rating-input {
    left: -9999px;
    position: absolute;
    top: auto;
}

    .allcp-form .rating:hover .rating-star:hover, .allcp-form .rating:hover .rating-star:hover ~ .rating-star, .allcp-form .rating-input:checked ~ .rating-star {
        color: #666;
    }

.allcp-form .rating-star, .allcp-form .rating:hover .rating-star {
    color: #ccc;
    cursor: pointer;
    display: block;
    float: right;
    width: 18px;
}

.allcp-form .button {
    background: #dbdbdb none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #243140;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    vertical-align: top;
}

    .allcp-form .button:hover {
        background: #eee none repeat scroll 0 0;
        color: #243140;
    }

    .allcp-form .button:active {
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        color: #1d2938;
    }

.allcp-form a.button, .allcp-form span.button, .allcp-form label.button {
    line-height: 42px;
    text-decoration: none;
}

.allcp-form .button i {
    font-size: 14px;
}

.allcp-form .button-list .button {
    margin-bottom: 5px;
}

.allcp-form .btn-primary {
    background-color: #4fd8b0;
}

    .allcp-form .btn-primary:hover, .allcp-form .btn-primary:focus {
        background-color: #4fd8b0;
    }

    .allcp-form .btn-primary:active {
        background-color: #4fd8b0;
    }

    .allcp-form .btn-primary, .allcp-form .btn-primary:hover, .allcp-form .btn-primary:focus, .allcp-form .btn-primary:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .button-left, .allcp-form .button-right {
    position: relative;
    z-index: 9;
}

    .allcp-form .button-left::before, .allcp-form .button-right::before {
        background-color: inherit;
        border: medium none;
        content: "";
        height: 32px;
        position: absolute;
        top: 5px;
        width: 32px;
        z-index: -1;
    }

.allcp-form .button-left {
    border-left-width: 0;
    border-radius: 0 3px 3px 0;
    margin-left: 20px;
    padding: 0 18px 0 7px;
}

    .allcp-form .button-left::before {
        border-radius: 2px 5px 0;
        left: -15px;
        transform: rotate(-45deg);
    }

.allcp-form .button-right {
    border-radius: 3px 0 0 3px;
    border-right-width: 0;
    margin-right: 20px;
    padding: 0 7px 0 18px;
}

    .allcp-form .button-right::before {
        border-radius: 5px 2px 5px 0;
        right: -15px;
        transform: rotate(45deg);
    }

.allcp-form .pushed {
    box-shadow: 0 -0.3em 0 rgba(0, 0, 0, 0.2) inset;
    position: relative;
}

    .allcp-form .pushed:active {
        box-shadow: 0 -0.15em 0 rgba(0, 0, 0, 0.2) inset;
        top: 2px;
    }

    .allcp-form .pushed.button-left::before {
        box-shadow: 0.35em 0 0 rgba(0, 0, 0, 0.2) inset;
    }

    .allcp-form .pushed.button-left:active::before {
        box-shadow: 0.2em 0 0 rgba(0, 0, 0, 0.2) inset;
    }

    .allcp-form .pushed.button-right::before {
        box-shadow: -0.35em 0 0 rgba(0, 0, 0, 0.2) inset;
    }

    .allcp-form .pushed.button-right:active::before {
        box-shadow: -0.2em 0 0 rgba(0, 0, 0, 0.2) inset;
    }

.allcp-form .form-footer .button {
    margin-bottom: 5px;
    margin-right: 10px;
}

.allcp-form .align-right .button {
    margin-left: 10px;
    margin-right: 0;
}

.allcp-form .twitter, .allcp-form .twitter:hover, .allcp-form .twitter:focus, .allcp-form .facebook, .allcp-form .facebook:hover, .allcp-form .facebook:focus, .allcp-form .googleplus, .allcp-form .googleplus:hover, .allcp-form .googleplus:focus {
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}

.allcp-form .facebook {
    background-color: #3b5998;
}

.allcp-form .twitter {
    background-color: #00acee;
}

.allcp-form .googleplus {
    background-color: #dd4b39;
}

.allcp-form .facebook:hover, .allcp-form .facebook:focus {
    background-color: #25385f;
}

.allcp-form .twitter:hover, .allcp-form .twitter:focus {
    background-color: #00749f;
}

.allcp-form .googleplus:hover, .allcp-form .googleplus:focus {
    background-color: #8d2418;
}

.allcp-form .span-left {
    padding-left: 56px;
    text-align: left;
}

.allcp-form .btn-social {
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

    .allcp-form .btn-social i {
        font-size: 22px;
        font-weight: normal;
        position: relative;
        top: 3px;
    }

    .allcp-form .btn-social span {
        border-radius: 3px 0 0 3px;
        display: inline-block;
        left: 0;
        position: absolute;
        text-align: center;
        width: 45px;
    }

.allcp-form .twitter span {
    background-color: #009ad5;
}

.allcp-form .facebook span {
    background-color: #31497d;
}

.allcp-form .googleplus span {
    background-color: #c03121;
}

.allcp-form .allcp-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .allcp-form .allcp-list li {
        margin-bottom: 20px;
    }

@-moz-document url-prefix("") {
    .allcp-form .select::before {
        background: #f5f5f5 none repeat scroll 0 0;
        bottom: 1px;
        content: "";
        pointer-events: none;
        position: absolute;
        right: 1px;
        top: 1px;
        transition: none 0s ease 0s;
        width: 36px;
        z-index: 99;
    }

    .allcp-form .select &gt; select:focus, .allcp-form .select &gt; select:hover, .allcp-form .select:hover select, .allcp-form .select:hover::before {
        background: #fff none repeat scroll 0 0;
        box-shadow: none;
        transition: none 0s ease 0s;
    }

    .allcp-form .select .arrow {
        z-index: 100;
    }

    .allcp-form .state-error.select &gt; select:focus, .allcp-form .state-error.select &gt; select:hover, .allcp-form .state-error.select:hover select, .allcp-form .state-error.select:hover::before, .allcp-form .state-error.select::before {
        background: #fee9ea none repeat scroll 0 0;
    }

    .allcp-form .state-success.select &gt; select:focus, .allcp-form .state-success.select &gt; select:hover, .allcp-form .state-success.select:hover select, .allcp-form .state-success.select:hover::before, .allcp-form .state-success.select::before {
        background: #f0fee9 none repeat scroll 0 0;
    }
}

@media not all, not all {
    .allcp-form .select .arrow::after, .allcp-form .select .arrow::before {
        display: block;
    }
}

@media not all {
    .allcp-form .option, .allcp-form .rating, .allcp-form .switch, .allcp-form .captcode {
    }

    .allcp-form .switch {
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .allcp-form .option {
        margin-right: 15px;
    }
}

@media (max-width: 600px) {
    .allcp-form .section row {
        margin: 0;
    }

        .allcp-form .section row .colm {
            float: none;
            padding: 0;
            width: 100%;
        }

    .allcp-form .bdl {
        border-left: 0 none;
    }

    .allcp-form .border-right {
        border-right: 0 none;
    }

    .allcp-form .align-right {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .allcp-form .select &gt; select {
        padding-right: 30px;
    }
}

.allcp-form.theme-primary .gui-input, .allcp-form.theme-primary .select &gt; select, .allcp-form.theme-primary .select-multiple select {
    outline: 1px solid transparent;
    transition: outline-color 0.5s ease 0s;
}

    .allcp-form.theme-primary .gui-input:focus, .allcp-form.theme-primary .select &gt; select:focus, .allcp-form.theme-primary .select-multiple select:focus {
        outline-color: #67d3e0;
    }

.stepper-wrap {
    display: block;
    font: 11px "Arial",sans-serif;
    position: relative;
}

    .stepper-wrap input {
        padding-right: 20px;
        text-align: right;
    }

.stepper-btn-wrap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0 padding-box;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: -34px;
    top: 0;
    width: 34px;
}

    .stepper-btn-wrap a {
        background: #f5f5f5 none repeat scroll 0 0;
        box-sizing: border-box;
        color: #666;
        cursor: default;
        display: block;
        height: 50%;
        line-height: 100%;
        overflow: hidden;
        text-align: center;
        text-decoration: none;
        text-indent: -9999px;
        text-shadow: 1px 1px 0 #fff;
    }

        .stepper-btn-wrap a:hover {
            background: #f9f9f9 none repeat scroll 0 0;
        }

.stepper-btn-up::before, .stepper-btn-dwn::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9f9f9f rgba(255, 255, 255, 0);
    border-image: none;
    border-style: dashed;
    border-width: 4px;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 32%;
    width: 0;
    z-index: 1;
}

.stepper-btn-up::before {
    border-bottom-style: solid;
    border-top: medium none;
}

.stepper-btn-dwn::before {
    border-bottom: medium none;
    border-top-style: solid;
    margin-top: 10px;
}

.ui-datepicker-calendar &gt; thead th {
    color: #9b9ead;
    font: 400 14px/30px "Lato";
    padding-top: 10px;
    text-transform: uppercase;
}

.ui-datepicker {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #666;
    display: none;
    margin-top: 8px;
    padding: 20px 30px 5px;
    position: relative;
    text-align: center;
    z-index: 1025 !important;
}

    .ui-datepicker a {
        color: #404040;
        text-align: center;
    }

    .ui-datepicker .ui-state-disabled span {
        color: #dbdbdb;
    }

    .ui-datepicker .ui-datepicker-header {
        background: #fff none repeat scroll 0 0;
        border-bottom: 0 none;
        border-radius: 3px;
        color: #9b9ead;
        font: 600 14px/27px "Open Sans";
        padding: 5px 10px;
        position: relative;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-year, .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
            color: #2a2f43;
            font: 600 20px/27px "Lato";
        }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        color: #666;
        cursor: pointer;
        display: block;
        font-size: 12px;
        height: 34px;
        position: absolute;
        text-decoration: none;
        width: 34px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0;
    }

    .ui-datepicker .ui-datepicker-title {
        color: #9b9ead !important;
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            background-color: #eee;
            border-color: #ccc;
            font-size: 1em;
            margin: 1px 0;
            padding: 1px 5px;
        }

            .ui-datepicker .ui-datepicker-title select option {
                background: #fff none repeat scroll 0 0;
            }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 52%;
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: 0.9em;
        margin: 0 0 15px;
        width: 100%;
    }

    .ui-datepicker th {
        border: 0 none;
        font-weight: bold;
        padding: 0.5em 0.3em;
        text-align: center;
    }

    .ui-datepicker td {
        border: 0 none;
        padding: 2px 5px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            border-radius: 3px;
            color: #aaa;
            display: block;
            padding: 0.35em 0.25em;
            text-align: center;
            text-decoration: none;
        }

            .ui-datepicker td span:hover, .ui-datepicker td a:hover {
                background: #f5f5f5 none repeat scroll 0 0;
            }

    .ui-datepicker .ui-state-disabled span:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    .ui-datepicker-today a, .ui-datepicker-today a:hover, .ui-datepicker .ui-state-active, .ui-datepicker .ui-state-highlight {
        background: #ccc none repeat scroll 0 0 !important;
        color: #fff;
        font-weight: 600;
    }

    .ui-datepicker .ui-state-active {
        background: #888 none repeat scroll 0 0 !important;
    }

@media (max-width: 479px) {
    .ui-datepicker .ui-datepicker-header .ui-datepicker-year, .ui-datepicker .ui-datepicker-header .ui-datepicker-month {
        font: 600 12px/16px "Lato";
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.75em;
    }

    .ui-datepicker-calendar &gt; thead th {
        font-size: 11px;
    }
}

.ui-datepicker-buttonpane {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 0 none;
    padding: 20px;
}

    .ui-datepicker-buttonpane button {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #67d3e0 none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #26abbb;
        border-image: none;
        border-radius: 3px;
        border-style: none none solid;
        border-width: 0 0 3px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Open Sans";
        font-size: 11px;
        font-weight: bold;
        height: 28px;
        line-height: normal;
        margin-right: 10px;
        overflow: visible;
        padding: 5px 28px;
        position: relative;
        text-align: center;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
        vertical-align: middle;
    }

        .ui-datepicker-buttonpane button:hover {
            background: #26abbb none repeat scroll 0 0;
            color: #fff;
        }

        .ui-datepicker-buttonpane button:active {
            background: #26abbb none repeat scroll 0 0;
            color: #fff;
        }

.ui-monthpicker .ui-datepicker-header {
    margin-bottom: 3px;
}

.ui-datepicker-inline {
    width: 100%;
}

.ui-datepicker-inline, .ui-timepicker-inline, .ui-datetimepicker-inline {
    box-shadow: none;
    margin: 0 auto;
}

.hasMonthpicker .ui-datepicker td {
    padding: 10px 8px;
    width: 25%;
}

@media (max-width: 479px) {
    .hasMonthpicker .ui-datepicker td {
        padding: 10px 5px;
    }
}

.cal-widget .ui-datepicker {
    margin-top: 0;
    width: 100%;
}

    .cal-widget .ui-datepicker::before {
        display: none;
    }

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto 0.4em;
        width: 95%;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.333%;
}

    .ui-datepicker-multi-3 .ui-datepicker-group + .ui-datepicker-group {
        border-left: 1px solid #e5eaee;
    }

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

.ui-timepicker-div {
    font-family: "Open Sans";
}

    .ui-timepicker-div .ui-widget-header {
        background: #fff none repeat scroll 0 0;
        border-bottom: 0 none;
        border-radius: 3px;
        color: #a9acbd;
        font: 600 14px/27px "Open Sans";
        padding: 5px 10px;
        position: relative;
    }

    .ui-timepicker-div dl {
        margin: 0;
        padding: 25px 0 5px;
        text-align: left;
    }

        .ui-timepicker-div dl dt {
            clear: left;
            float: left;
            padding: 0 0 0 5px;
        }

        .ui-timepicker-div dl dd {
            margin: 0 10px 20px 40%;
            text-align: right;
        }

        .ui-timepicker-div dl .ui_tpicker_hour {
            margin-bottom: 38px;
        }

        .ui-timepicker-div dl .ui_tpicker_hour_label {
            margin-bottom: 20px;
        }

        .ui-timepicker-div dl .ui_tpicker_hour, .ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second, .ui-timepicker-div dl .ui_tpicker_millisec {
            background: #e5e5e5 none repeat scroll 0 0;
            position: relative;
            top: 10px;
        }

    .ui-timepicker-div td {
        font-size: 90%;
    }

.ui-tpicker-grid-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        padding: 0 5px 0 0;
        text-align: right;
    }

        .ui-timepicker-rtl dl dt {
            clear: right;
            float: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

.ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form .slider-countbox {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #5a5386;
    font-weight: bold;
    margin-bottom: 5px;
}

.slider-wrapper, .sliderv-wrapper {
    background: #e5e5e5 none repeat scroll 0 0;
    position: relative;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #e5eaee !important;
        border-radius: 20px;
        cursor: default;
        height: 17px;
        margin-top: -3px;
        outline: medium none;
        position: absolute;
        width: 17px;
        z-index: 2;
    }

        .ui-slider .ui-slider-handle::before {
            background-color: #ccc;
            border-radius: 10px;
            content: "";
            height: 7px;
            left: 3px;
            position: absolute;
            top: 3px;
            width: 7px;
            z-index: 2;
        }

    .ui-slider .ui-slider-range {
        background-color: #aaa;
        background-position: 0 0;
        border: 0 none;
        display: block;
        font-size: 0.7em;
        position: absolute;
        z-index: 1;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 2px;
}

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -0.6em;
        top: -0.3em;
    }

    .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical, .sliderv-wrapper {
    height: 100px;
    width: 0.5em;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.45em;
        margin-bottom: -0.6em;
        margin-left: 0;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.slider-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #f6931f !important;
}

.slider-group .sliderv-wrapper {
    float: left;
    height: 150px;
    margin: 15px;
}

.ui-slider .ui-state-active {
    cursor: grabbing;
}

.ui-slider .ui-slider-range {
    background-image: linear-gradient(to right bottom, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
    background-size: 16px 16px;
}

.slider-tip {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font: 10pt Tahoma,Arial,sans-serif;
    padding: 10px;
    position: absolute;
    text-align: center;
}

.slider-wrapper .slider-tip {
    left: -15px;
    top: -50px;
}

    .slider-wrapper .slider-tip::after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #333333;
        content: "";
        left: 35%;
        position: absolute;
        top: 98%;
    }

.sliderv-wrapper .slider-tip {
    left: 30px;
    top: -12px;
}

    .sliderv-wrapper .slider-tip::after {
        border-bottom: 8px solid transparent;
        border-right: 8px solid #333333;
        border-top: 8px solid transparent;
        content: "";
        position: absolute;
        right: 98%;
        top: 30%;
    }

.sp-container {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999994;
}

    .sp-container.sp-left {
        left: auto !important;
        right: 0 !important;
        top: 50px !important;
    }

    .sp-container.sp-flat {
        position: relative;
    }

.sp-top {
    display: inline-block;
    position: relative;
    width: 100%;
}

.sp-top-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sp-color {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 20%;
    top: 0;
}

.sp-hue {
    bottom: 0;
    height: 100%;
    left: 84%;
    position: absolute;
    right: 0;
    top: 0;
}

.sp-clear-enabled .sp-hue {
    height: 77.5%;
    top: 33px;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat, .sp-val {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    background: white none repeat scroll 0 0;
    border: 1px solid black;
    bottom: -4px;
    cursor: pointer;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    top: -4px;
    width: 6px;
}

.sp-alpha {
    bottom: -14px;
    display: none;
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
}

.sp-alpha-inner {
    border: 1px solid #333;
}

.sp-clear {
    display: none;
}

    .sp-clear.sp-clear-display {
        background-position: center center;
    }

.sp-clear-enabled .sp-clear {
    bottom: 0;
    display: block;
    height: 28px;
    left: 84%;
    position: absolute;
    right: 0;
    top: 0;
}

.sp-dd, .sp-clear, .sp-alpha, .sp-slider, .sp-dragger, .sp-preview, .sp-alpha-handle, .sp-container, .sp-replacer, .sp-container.sp-dragging .sp-input, .sp-container button {
    -moz-user-select: none;
}

    .sp-container.sp-input-disabled .sp-input-container {
        display: none;
    }

    .sp-container.sp-buttons-disabled .sp-button-container {
        display: none;
    }

.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}

.sp-sat {
    background-image: linear-gradient(to right, #ffffff, rgba(204, 154, 129, 0));
}

.sp-val {
    background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0));
}

.sp-hue {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%) repeat scroll 0 0;
}

.sp-1 {
    height: 17%;
}

.sp-2 {
    height: 16%;
}

.sp-3 {
    height: 17%;
}

.sp-4 {
    height: 17%;
}

.sp-5 {
    height: 16%;
}

.sp-6 {
    height: 17%;
}

.sp-hidden {
    display: none !important;
}

.sp-cf::before, .sp-cf::after {
    content: "";
    display: table;
}

.sp-cf::after {
    clear: both;
}

.sp-cf {
}

.sp-dragger {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.sp-slider {
    background: white none repeat scroll 0 0;
    border: 1px solid #000;
    cursor: pointer;
    height: 3px;
    left: -1px;
    opacity: 0.8;
    position: absolute;
    right: -1px;
    top: 0;
}

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    box-sizing: border-box;
    font: 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
}

.sp-top {
    margin-bottom: 3px;
}

.sp-color, .sp-hue, .sp-clear {
    border: 1px solid #666;
}

.sp-input-container {
    float: right;
    margin-bottom: 4px;
    width: 100px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    background: transparent none repeat scroll 0 0;
    border: 1px inset;
    border-radius: 3px;
    color: #222;
    font-size: 12px !important;
    margin: 0;
    padding: 4px 5px;
    width: 100%;
}

    .sp-input:focus {
        border: 1px solid orange;
    }

    .sp-input.sp-validation-error {
        background: #fdd none repeat scroll 0 0;
        border: 1px solid red;
    }

.sp-picker-container, .sp-palette-container {
    float: left;
    margin-bottom: -290px;
    min-height: 300px;
    padding: 10px 15px 300px;
    position: relative;
}

.sp-picker-container {
    background-color: #f1f1f1;
    border-left: 1px solid #ddd;
    width: 172px;
}

.sp-palette-container {
    background-color: #f1f1f1;
    border-right: 1px solid transparent;
    padding: 5px;
}

.sp-palette .sp-thumb-el {
    border: 2px solid transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin: 3px;
    position: relative;
    width: 24px;
}

    .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
        border-color: orange;
    }

.sp-thumb-el {
    position: relative;
}

.sp-initial {
    border: 1px solid #333;
    float: left;
}

    .sp-initial span {
        border: medium none;
        display: block;
        float: left;
        height: 25px;
        margin: 0;
        width: 30px;
    }

    .sp-initial .sp-clear-display {
        background-position: center center;
    }

.sp-button-container {
    float: right;
}

.sp-replacer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    vertical-align: middle;
}

    .sp-replacer:hover, .sp-replacer.sp-active {
        border-color: #ccc;
        color: #111;
    }

    .sp-replacer.sp-disabled {
        border-color: #ddd;
        color: #aaa;
        cursor: default;
    }

.sp-dd {
    color: #9f9f9f;
    float: left;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 2px 0;
    position: relative;
    top: 6px;
}

.sp-preview {
    border: 1px solid #222;
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 6px;
    position: relative;
    width: 25px;
    z-index: 0;
}

.sp-palette {
    max-width: 220px;
}

    .sp-palette .sp-thumb-el {
        border: 1px solid #d0d0d0;
        height: 16px;
        margin: 2px 1px;
        width: 16px;
    }

.sp-container {
    border-radius: 3px;
    padding-bottom: 0;
}

    .sp-container button {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #67d3e0;
        border-color: -moz-use-text-color -moz-use-text-color #26abbb;
        border-image: none;
        border-radius: 3px;
        border-style: none none solid;
        border-width: 0 0 3px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        height: 28px;
        line-height: 1;
        padding: 7px 15px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .sp-container button:hover {
            background-color: #26abbb;
        }

        .sp-container button:active {
            background-color: #26abbb;
        }

.sp-cancel {
    color: #aaa !important;
    font-size: 11px;
    line-height: 28px;
    margin: 0 7px 0 0;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
}

    .sp-cancel:hover {
        color: #666 !important;
        text-decoration: none;
    }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
    position: relative;
}

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=");
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=");
}

.sp-clear-display {
    background-image: url("data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==");
    background-position: center center;
    background-repeat: no-repeat;
}

.sfcolor {
    padding-right: 63px;
}

    .sfcolor .gui-input {
        border-radius: 3px 0 0 3px;
    }

        .sfcolor .gui-input + .sp-replacer {
            border-radius: 0 3px 3px 0;
            box-sizing: border-box;
            width: 63px;
        }

@media (max-width: 479px) {
    .sp-container button {
        font-size: 10px;
        padding: 7px 10px;
    }

    .sp-input {
        font-size: 9px !important;
    }
}

.sp-preview {
    border-color: #fff;
}

.sp-picker-container {
    background-color: #fff;
    margin-bottom: -300px;
}

.sp-button-container {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 35px;
    padding: 6px;
    text-align: right;
}

.sp-palette-disabled .sp-button-container {
    margin-top: 5px;
}

.sp-dragger {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    height: 10px;
    width: 10px;
}

.sp-color, .sp-hue, .sp-clear {
    border-color: #bbb;
}

.sp-input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
}

.sp-slider {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 0 none;
    height: 6px;
    opacity: 1;
}

.sp-palette-button-container {
    display: none;
}

.sp-palette .sp-thumb-el {
    border-color: #fff;
    height: 18px;
    margin: 2px;
    width: 18px;
}

    .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
        border-color: #fff;
    }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: none;
}

    .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner::after {
        color: #fff;
        content: "";
        font-family: "FontAwesome";
        font-size: 12px;
        left: 2px;
        position: absolute;
        top: 2px;
        transform: rotate(-10deg);
    }

.inline-cp + .sp-container {
    box-shadow: none;
    width: 100%;
}

    .inline-cp + .sp-container &gt; .sp-picker-container {
        width: 70%;
    }

    .inline-cp + .sp-container &gt; .sp-palette-container {
        width: 30%;
    }

        .inline-cp + .sp-container &gt; .sp-palette-container .sp-palette .sp-thumb-el {
            height: 22px;
            margin: 3px;
            width: 22px;
        }

        .inline-cp + .sp-container &gt; .sp-palette-container .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner::after {
            font-size: 13px;
            left: 3px;
            top: 3px;
        }

@media (max-width: 479px) {
    .inline-cp + .sp-container &gt; .sp-palette-container .sp-palette .sp-thumb-el {
        margin: 4px 3px 5px;
    }
}

.allcp-form .map-container {
    border: 1px solid #cfcfcf;
    padding: 7px;
}

.allcp-form #map_canvas {
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.allcp-form .block {
    display: block;
}

.wizard {
    background-color: #fff;
}

    .wizard .steps {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #e8e8e8 #e8e8e8 -moz-use-text-color;
        border-image: none;
        border-radius: 3px 3px 0 0;
        border-style: solid solid none;
        border-width: 1px 1px 0;
        padding: 20px 15px 10px;
        text-align: center;
    }

        .wizard .steps ul, .wizard .steps li {
            list-style: outside none none;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }

        .wizard .steps li {
            display: inline-block;
            margin-right: 10px;
        }

            .wizard .steps li.last {
                margin-right: 0;
            }

            .wizard .steps li.disabled a {
                cursor: not-allowed;
            }

            .wizard .steps li a {
                background-color: #80dae5;
                color: #fff;
                display: inline-block;
                font-size: 15px;
                padding: 12px 18px;
                text-align: center;
                text-decoration: none;
            }

            .wizard .steps li.current a {
                background-color: #67d3e0;
            }

            .wizard .steps li.disabled a {
                background-color: #bbbbbb !important;
            }

            .wizard .steps li.current a:focus {
                outline-color: transparent;
            }

            .wizard .steps li a .current-info, .wizard .steps li a .number {
                display: none;
            }

    .wizard .content {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #ffffff;
        border-color: -moz-use-text-color #e8e8e8 #e8e8e8;
        border-image: none;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

        .wizard .content + .actions {
            border-top: 0 none;
        }

    .wizard .wizard-section-title {
        display: none;
    }

    .wizard .wizard-section.body {
        padding: 15px;
    }

    .wizard .actions {
        background-color: #f8f8f8;
        border: 1px solid #e8e8e8;
        border-radius: 0 0 3px 3px;
        padding: 10px 15px;
    }

        .wizard .actions ul {
            float: right;
            list-style: outside none none;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }

        .wizard .actions li {
            display: inline-block;
            margin-left: 10px;
        }

            .wizard .actions li a {
                background-color: #67d3e0;
                color: #fff;
                display: inline-block;
                padding: 9px 18px;
                text-decoration: none;
            }

            .wizard .actions li.disabled a {
                background-color: #bbb !important;
                cursor: not-allowed;
            }

    .wizard.steps-hide-icons .steps .fa, .wizard.steps-hide-icons .steps .glyphicon, .wizard.steps-hide-icons .steps .glyphicon {
        display: none !important;
    }

    .wizard.steps-show-icons .steps .fa, .wizard.steps-show-icons .steps .glyphicon, .wizard.steps-show-icons .steps .glyphicon {
        display: inline-block !important;
    }

    .wizard.steps-left .steps {
        text-align: left;
    }

    .wizard.steps-right .steps {
        text-align: right;
    }

    .wizard.steps-justified .steps {
        position: relative;
        width: 100%;
    }

        .wizard.steps-justified .steps li {
            display: table-cell;
            float: none;
            position: relative;
            width: 1%;
        }

            .wizard.steps-justified .steps li a {
                display: block;
            }

    .wizard.steps-tabs .steps {
        background-color: #eee;
        border-bottom: 1px solid #e8e8e8;
        border-color: transparent transparent #e8e8e8;
        height: 55px;
        padding: 0;
        position: relative;
    }

        .wizard.steps-tabs .steps li {
            margin: 0;
        }

            .wizard.steps-tabs .steps li a {
                padding: 18px 23px;
            }

    .wizard.steps-bg .steps {
        background-color: #f8f8f8;
        border-bottom: 1px solid #e8e8e8;
        padding: 15px;
        position: relative;
    }

    .wizard.steps-bg.steps-tabs .steps {
        border-color: #e8e8e8;
        padding: 0;
    }

    .wizard.steps-bg .content, .wizard.steps-tabs .content, .wizard.steps-justified .content {
        padding-top: 10px;
    }

.allcp-form .panel {
    background-color: #ffffff;
}

.allcp-form .panel-heading {
    background: transparent;
    border-radius: 0;
    border: 0;
    color: #999;
    height: auto;
    overflow: hidden;
    position: relative;
}

.allcp-form .heading-border::before {
    background-color: #9999a3;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.allcp-form .heading-border .panel-heading {
    padding: 30px 22px 17px;
}

.allcp-form .heading-border .panel-title {
    color: #999;
}

.allcp-form .panel-title {
    background: transparent none repeat scroll 0 0;
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .allcp-form .panel-title i {
        border-width: 0;
        font-size: 26px;
        margin-right: 15px;
        position: relative;
        top: 0;
    }

.allcp-form .panel-body {
    border: 0 none;
    padding: 25px 0;
}

.allcp-form .panel-footer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    padding: 12px 13px;
}

.allcp-form .progress-section {
    display: none;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: linear-gradient(to right bottom, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
    background-size: 18px 18px;
}

.allcp-form .radio, .allcp-form .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    top: 1px;
    vertical-align: bottom;
}

    .allcp-form .checkbox::after, .allcp-form .checkbox::before {
        box-sizing: content-box;
        margin: 0;
        padding: 0;
    }

.allcp-form .bg-alert {
    background-color: #ffbc0b;
}

    .allcp-form .bg-alert.light {
        background-color: #ac92ec;
    }

    .allcp-form .bg-alert.lighter {
        background-color: #c0b0ea;
    }

    .allcp-form .bg-alert.dark {
        background-color: #815fd5;
    }

    .allcp-form .bg-alert.darker {
        background-color: #6c44ce;
    }

.allcp-form .panel-alert &gt; .panel-heading {
    border-top-color: #ac92ec;
}

    .allcp-form .panel-alert &gt; .panel-heading::before {
        background-color: #ffbc0b;
    }

.allcp-form .panel-alert.heading-border::before, .allcp-form .panel-alert .heading-border::before {
    background-color: #ffbc0b;
}

.allcp-form .option-alert input:hover + .checkbox, .allcp-form .option-alert input:hover + .radio {
    border-color: #ac92ec;
}

.allcp-form .option-alert input:checked + .checkbox, .allcp-form .option-alert input:focus + .checkbox, .allcp-form .option-alert input:checked + .radio, .allcp-form .option-alert input:focus + .radio {
    border-color: #ffbc0b;
}

    .allcp-form .option-alert input:checked + .radio::before, .allcp-form .option-alert input:focus + .radio::before {
        background: #ffbc0b none repeat scroll 0 0;
    }

    .allcp-form .option-alert input:checked + .checkbox::before, .allcp-form .option-alert input:focus + .checkbox::before {
        border-color: #ffbc0b;
    }

.allcp-form .btn-alert {
    background-color: #ffbc0b;
}

    .allcp-form .btn-alert:hover, .allcp-form .btn-alert:focus {
        background-color: #ac92ec;
        border-color: #ac92ec;
    }

    .allcp-form .btn-alert:active {
        background-color: #815fd5;
    }

    .allcp-form .btn-alert, .allcp-form .btn-alert:hover, .allcp-form .btn-alert:focus, .allcp-form .btn-alert:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-alert &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #ffbc0b;
    color: #ffbc0b;
}

    .allcp-form .switch-alert &gt; input:checked + label::after {
        background: #ffbc0b none repeat scroll 0 0;
        color: #ffbc0b;
    }

.allcp-form .switch-alert &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #ffbc0b;
}

.allcp-form .slider-wrapper.slider-alert .ui-slider .ui-slider-range {
    background-color: #ffbc0b;
}

.allcp-form .slider-wrapper.slider-alert .ui-slider .ui-slider-handle {
    border-color: #ffbc0b;
}

    .allcp-form .slider-wrapper.slider-alert .ui-slider .ui-slider-handle::before {
        background-color: #ffbc0b;
    }

.allcp-form.theme-alert .tagline span {
    color: #ffbc0b;
}

.allcp-form.theme-alert .theme-link {
    color: #ffbc0b;
}

.allcp-form.theme-alert .section-divider span {
    color: #ffbc0b;
}

.allcp-form.theme-alert .gui-input:hover, .allcp-form.theme-alert .gui-textarea:hover, .allcp-form.theme-alert .select &gt; select:hover, .allcp-form.theme-alert .select-multiple select:hover, .allcp-form.theme-alert .gui-input:hover ~ .input-footer, .allcp-form.theme-alert .file .gui-file:hover + .gui-input, .allcp-form.theme-alert .gui-textarea:hover ~ .input-footer {
    border-color: #ac92ec;
}

.allcp-form.theme-alert .gui-input:focus, .allcp-form.theme-alert .gui-textarea:focus, .allcp-form.theme-alert .select &gt; select:focus, .allcp-form.theme-alert .select-multiple select:focus {
    border-color: #ac92ec;
    color: #3c3c3c;
}

.allcp-form.theme-alert .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-alert .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-alert .gui-input:focus ~ .field-icon i, .allcp-form.theme-alert .gui-textarea:focus ~ .field-icon i {
    color: #ffbc0b;
}

.allcp-form.theme-alert .select-multiple select:focus, .allcp-form.theme-alert .gui-input:focus ~ .input-footer, .allcp-form.theme-alert .gui-textarea:focus ~ .input-footer, .allcp-form.theme-alert .file .gui-file:focus + .gui-input {
    border-color: #ac92ec;
}

.allcp-form.theme-alert .select &gt; select:focus + .arrow {
    color: #ffbc0b;
}

.allcp-form.theme-alert .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-alert .ui-datepicker .ui-datepicker-next, .allcp-form.theme-alert .ui-datepicker .ui-datepicker-title {
    color: #ffbc0b;
}

.allcp-form.theme-alert .ui-datepicker-today a, .allcp-form.theme-alert .ui-datepicker-calendar a:hover, .allcp-form.theme-alert .ui-datepicker-today a:hover, .allcp-form.theme-alert .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #ffbc0b !important;
}

.allcp-form.theme-alert .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #ffbc0b !important;
}

.allcp-form.theme-alert .rating:hover .rating-star:hover, .allcp-form.theme-alert .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-alert .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-alert .rating-star, .allcp-form.theme-alert .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-alert .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-alert .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #ffbc0b;
}

    .allcp-form.theme-alert .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #ffbc0b;
    }

.allcp-form.theme-alert .wizard .steps li a, .allcp-form.theme-alert .wizard .actions li a {
    background-color: #ffbc0b;
}

.allcp-form.theme-alert .wizard .steps li.current a {
    background-color: #815fd5;
}

.allcp-form .bg-danger {
    background-color: #f5393d;
}

    .allcp-form .bg-danger.light {
        background-color: #fc6e51;
    }

    .allcp-form .bg-danger.lighter {
        background-color: #f08c7c;
    }

    .allcp-form .bg-danger.dark {
        background-color: #e63c21;
    }

    .allcp-form .bg-danger.darker {
        background-color: #cd3117;
    }

.allcp-form .panel-danger &gt; .panel-heading {
    border-top-color: #fc6e51;
}

    .allcp-form .panel-danger &gt; .panel-heading::before {
        background-color: #f5393d;
    }

.allcp-form .panel-danger.heading-border::before, .allcp-form .panel-danger .heading-border::before {
    background-color: #f5393d;
}

.allcp-form .option-danger input:hover + .checkbox, .allcp-form .option-danger input:hover + .radio {
    border-color: #fc6e51;
}

.allcp-form .option-danger input:checked + .checkbox, .allcp-form .option-danger input:focus + .checkbox, .allcp-form .option-danger input:checked + .radio, .allcp-form .option-danger input:focus + .radio {
    border-color: #f5393d;
}

    .allcp-form .option-danger input:checked + .radio::before, .allcp-form .option-danger input:focus + .radio::before {
        background: #f5393d none repeat scroll 0 0;
    }

    .allcp-form .option-danger input:checked + .checkbox::before, .allcp-form .option-danger input:focus + .checkbox::before {
        border-color: #f5393d;
    }

.allcp-form .btn-danger {
    background-color: #f5393d;
}

    .allcp-form .btn-danger:hover, .allcp-form .btn-danger:focus {
        background-color: #fc6e51;
        border-color: #fc6e51;
    }

    .allcp-form .btn-danger:active {
        background-color: #e63c21;
    }

    .allcp-form .btn-danger, .allcp-form .btn-danger:hover, .allcp-form .btn-danger:focus, .allcp-form .btn-danger:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-danger &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #f5393d;
    color: #f5393d;
}

    .allcp-form .switch-danger &gt; input:checked + label::after {
        background: #f5393d none repeat scroll 0 0;
        color: #f5393d;
    }

.allcp-form .switch-danger &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #f5393d;
}

.allcp-form .slider-wrapper.slider-danger .ui-slider .ui-slider-range {
    background-color: #f5393d;
}

.allcp-form .slider-wrapper.slider-danger .ui-slider .ui-slider-handle {
    border-color: #f5393d;
}

    .allcp-form .slider-wrapper.slider-danger .ui-slider .ui-slider-handle::before {
        background-color: #f5393d;
    }

.allcp-form.theme-danger .tagline span {
    color: #f5393d;
}

.allcp-form.theme-danger .theme-link {
    color: #f5393d;
}

.allcp-form.theme-danger .section-divider span {
    color: #f5393d;
}

.allcp-form.theme-danger .gui-input:hover, .allcp-form.theme-danger .gui-textarea:hover, .allcp-form.theme-danger .select &gt; select:hover, .allcp-form.theme-danger .select-multiple select:hover, .allcp-form.theme-danger .gui-input:hover ~ .input-footer, .allcp-form.theme-danger .file .gui-file:hover + .gui-input, .allcp-form.theme-danger .gui-textarea:hover ~ .input-footer {
    border-color: #fc6e51;
}

.allcp-form.theme-danger .gui-input:focus, .allcp-form.theme-danger .gui-textarea:focus, .allcp-form.theme-danger .select &gt; select:focus, .allcp-form.theme-danger .select-multiple select:focus {
    border-color: #fc6e51;
    color: #3c3c3c;
}

.allcp-form.theme-danger .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-danger .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-danger .gui-input:focus ~ .field-icon i, .allcp-form.theme-danger .gui-textarea:focus ~ .field-icon i {
    color: #f5393d;
}

.allcp-form.theme-danger .select-multiple select:focus, .allcp-form.theme-danger .gui-input:focus ~ .input-footer, .allcp-form.theme-danger .gui-textarea:focus ~ .input-footer, .allcp-form.theme-danger .file .gui-file:focus + .gui-input {
    border-color: #fc6e51;
}

.allcp-form.theme-danger .select &gt; select:focus + .arrow {
    color: #f5393d;
}

.allcp-form.theme-danger .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-danger .ui-datepicker .ui-datepicker-next, .allcp-form.theme-danger .ui-datepicker .ui-datepicker-title {
    color: #f5393d;
}

.allcp-form.theme-danger .ui-datepicker-today a, .allcp-form.theme-danger .ui-datepicker-calendar a:hover, .allcp-form.theme-danger .ui-datepicker-today a:hover, .allcp-form.theme-danger .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #f5393d !important;
}

.allcp-form.theme-danger .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #f5393d !important;
}

.allcp-form.theme-danger .rating:hover .rating-star:hover, .allcp-form.theme-danger .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-danger .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-danger .rating-star, .allcp-form.theme-danger .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-danger .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-danger .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #f5393d;
}

    .allcp-form.theme-danger .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #f5393d;
    }

.allcp-form.theme-danger .wizard .steps li a, .allcp-form.theme-danger .wizard .actions li a {
    background-color: #f5393d;
}

.allcp-form.theme-danger .wizard .steps li.current a {
    background-color: #e63c21;
}

.allcp-form .bg-dark {
    background-color: #2a2f43;
}

    .allcp-form .bg-dark.light {
        background-color: #424759;
    }

    .allcp-form .bg-dark.lighter {
        background-color: #51566c;
    }

    .allcp-form .bg-dark.dark {
        background-color: #222636;
    }

    .allcp-form .bg-dark.darker {
        background-color: #1e2028;
    }

.allcp-form .panel-dark &gt; .panel-heading {
    border-top-color: #424759;
}

    .allcp-form .panel-dark &gt; .panel-heading::before {
        background-color: #2a2f43;
    }

.allcp-form .panel-dark.heading-border::before, .allcp-form .panel-dark .heading-border::before {
    background-color: #2a2f43;
}

.allcp-form .option-dark input:hover + .checkbox, .allcp-form .option-dark input:hover + .radio {
    border-color: #424759;
}

.allcp-form .option-dark input:checked + .checkbox, .allcp-form .option-dark input:focus + .checkbox, .allcp-form .option-dark input:checked + .radio, .allcp-form .option-dark input:focus + .radio {
    border-color: #2a2f43;
}

    .allcp-form .option-dark input:checked + .radio::before, .allcp-form .option-dark input:focus + .radio::before {
        background: #2a2f43 none repeat scroll 0 0;
    }

    .allcp-form .option-dark input:checked + .checkbox::before, .allcp-form .option-dark input:focus + .checkbox::before {
        border-color: #2a2f43;
    }

.allcp-form .btn-dark {
    background-color: #2a2f43;
}

    .allcp-form .btn-dark:hover, .allcp-form .btn-dark:focus {
        background-color: #424759;
        border-color: #424759;
    }

    .allcp-form .btn-dark:active {
        background-color: #222636;
    }

    .allcp-form .btn-dark, .allcp-form .btn-dark:hover, .allcp-form .btn-dark:focus, .allcp-form .btn-dark:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-dark &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #2a2f43;
    color: #2a2f43;
}

    .allcp-form .switch-dark &gt; input:checked + label::after {
        background: #2a2f43 none repeat scroll 0 0;
        color: #2a2f43;
    }

.allcp-form .switch-dark &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #2a2f43;
}

.allcp-form .slider-wrapper.slider-dark .ui-slider .ui-slider-range {
    background-color: #2a2f43;
}

.allcp-form .slider-wrapper.slider-dark .ui-slider .ui-slider-handle {
    border-color: #2a2f43;
}

    .allcp-form .slider-wrapper.slider-dark .ui-slider .ui-slider-handle::before {
        background-color: #2a2f43;
    }

.allcp-form.theme-dark .tagline span {
    color: #2a2f43;
}

.allcp-form.theme-dark .theme-link {
    color: #2a2f43;
}

.allcp-form.theme-dark .section-divider span {
    color: #2a2f43;
}

.allcp-form.theme-dark .gui-input:hover, .allcp-form.theme-dark .gui-textarea:hover, .allcp-form.theme-dark .select &gt; select:hover, .allcp-form.theme-dark .select-multiple select:hover, .allcp-form.theme-dark .gui-input:hover ~ .input-footer, .allcp-form.theme-dark .file .gui-file:hover + .gui-input, .allcp-form.theme-dark .gui-textarea:hover ~ .input-footer {
    border-color: #424759;
}

.allcp-form.theme-dark .gui-input:focus, .allcp-form.theme-dark .gui-textarea:focus, .allcp-form.theme-dark .select &gt; select:focus, .allcp-form.theme-dark .select-multiple select:focus {
    border-color: #424759;
    color: #3c3c3c;
}

.allcp-form.theme-dark .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-dark .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-dark .gui-input:focus ~ .field-icon i, .allcp-form.theme-dark .gui-textarea:focus ~ .field-icon i {
    color: #2a2f43;
}

.allcp-form.theme-dark .select-multiple select:focus, .allcp-form.theme-dark .gui-input:focus ~ .input-footer, .allcp-form.theme-dark .gui-textarea:focus ~ .input-footer, .allcp-form.theme-dark .file .gui-file:focus + .gui-input {
    border-color: #424759;
}

.allcp-form.theme-dark .select &gt; select:focus + .arrow {
    color: #2a2f43;
}

.allcp-form.theme-dark .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-dark .ui-datepicker .ui-datepicker-next, .allcp-form.theme-dark .ui-datepicker .ui-datepicker-title {
    color: #2a2f43;
}

.allcp-form.theme-dark .ui-datepicker-today a, .allcp-form.theme-dark .ui-datepicker-calendar a:hover, .allcp-form.theme-dark .ui-datepicker-today a:hover, .allcp-form.theme-dark .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #2a2f43 !important;
}

.allcp-form.theme-dark .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #2a2f43 !important;
}

.allcp-form.theme-dark .rating:hover .rating-star:hover, .allcp-form.theme-dark .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-dark .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-dark .rating-star, .allcp-form.theme-dark .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-dark .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-dark .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #2a2f43;
}

    .allcp-form.theme-dark .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #2a2f43;
    }

.allcp-form.theme-dark .wizard .steps li a, .allcp-form.theme-dark .wizard .actions li a {
    background-color: #2a2f43;
}

.allcp-form.theme-dark .wizard .steps li.current a {
    background-color: #222636;
}

.allcp-form .bg-info {
    background-color: #4fd8b0;
}

    .allcp-form .bg-info.light {
        background-color: #4fc1e9;
    }

    .allcp-form .bg-info.lighter {
        background-color: #74c6e5;
    }

    .allcp-form .bg-info.dark {
        background-color: #27a0cc;
    }

    .allcp-form .bg-info.darker {
        background-color: #2189b0;
    }

.allcp-form .panel-info &gt; .panel-heading {
    border-top-color: #4fc1e9;
}

    .allcp-form .panel-info &gt; .panel-heading::before {
        background-color: #4fd8b0;
    }

.allcp-form .panel-info.heading-border::before, .allcp-form .panel-info .heading-border::before {
    background-color: #4fd8b0;
}

.allcp-form .option-info input:hover + .checkbox, .allcp-form .option-info input:hover + .radio {
    border-color: #4fc1e9;
}

.allcp-form .option-info input:checked + .checkbox, .allcp-form .option-info input:focus + .checkbox, .allcp-form .option-info input:checked + .radio, .allcp-form .option-info input:focus + .radio {
    border-color: #4fd8b0;
}

    .allcp-form .option-info input:checked + .radio::before, .allcp-form .option-info input:focus + .radio::before {
        background: #4fd8b0 none repeat scroll 0 0;
    }

    .allcp-form .option-info input:checked + .checkbox::before, .allcp-form .option-info input:focus + .checkbox::before {
        border-color: #4fd8b0;
    }

.allcp-form .btn-info {
    background-color: #4fd8b0;
}

    .allcp-form .btn-info:hover, .allcp-form .btn-info:focus {
        background-color: #4fc1e9;
        border-color: #4fc1e9;
    }

    .allcp-form .btn-info:active {
        background-color: #27a0cc;
    }

    .allcp-form .btn-info, .allcp-form .btn-info:hover, .allcp-form .btn-info:focus, .allcp-form .btn-info:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-info &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #4fd8b0;
    color: #4fd8b0;
}

    .allcp-form .switch-info &gt; input:checked + label::after {
        background: #4fd8b0 none repeat scroll 0 0;
        color: #4fd8b0;
    }

.allcp-form .switch-info &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #4fd8b0;
}

.allcp-form .slider-wrapper.slider-info .ui-slider .ui-slider-range {
    background-color: #4fd8b0;
}

.allcp-form .slider-wrapper.slider-info .ui-slider .ui-slider-handle {
    border-color: #4fd8b0;
}

    .allcp-form .slider-wrapper.slider-info .ui-slider .ui-slider-handle::before {
        background-color: #4fd8b0;
    }

.allcp-form.theme-info .tagline span {
    color: #4fd8b0;
}

.allcp-form.theme-info .theme-link {
    color: #4fd8b0;
}

.allcp-form.theme-info .section-divider span {
    color: #4fd8b0;
}

.allcp-form.theme-info .gui-input:hover, .allcp-form.theme-info .gui-textarea:hover, .allcp-form.theme-info .select &gt; select:hover, .allcp-form.theme-info .select-multiple select:hover, .allcp-form.theme-info .gui-input:hover ~ .input-footer, .allcp-form.theme-info .file .gui-file:hover + .gui-input, .allcp-form.theme-info .gui-textarea:hover ~ .input-footer {
    border-color: #4fc1e9;
}

.allcp-form.theme-info .gui-input:focus, .allcp-form.theme-info .gui-textarea:focus, .allcp-form.theme-info .select &gt; select:focus, .allcp-form.theme-info .select-multiple select:focus {
    border-color: #4fc1e9;
    color: #3c3c3c;
}

.allcp-form.theme-info .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-info .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-info .gui-input:focus ~ .field-icon i, .allcp-form.theme-info .gui-textarea:focus ~ .field-icon i {
    color: #4fd8b0;
}

.allcp-form.theme-info .select-multiple select:focus, .allcp-form.theme-info .gui-input:focus ~ .input-footer, .allcp-form.theme-info .gui-textarea:focus ~ .input-footer, .allcp-form.theme-info .file .gui-file:focus + .gui-input {
    border-color: #4fc1e9;
}

.allcp-form.theme-info .select &gt; select:focus + .arrow {
    color: #4fd8b0;
}

.allcp-form.theme-info .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-info .ui-datepicker .ui-datepicker-next, .allcp-form.theme-info .ui-datepicker .ui-datepicker-title {
    color: #4fd8b0;
}

.allcp-form.theme-info .ui-datepicker-today a, .allcp-form.theme-info .ui-datepicker-calendar a:hover, .allcp-form.theme-info .ui-datepicker-today a:hover, .allcp-form.theme-info .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #4fd8b0 !important;
}

.allcp-form.theme-info .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #4fd8b0 !important;
}

.allcp-form.theme-info .rating:hover .rating-star:hover, .allcp-form.theme-info .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-info .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-info .rating-star, .allcp-form.theme-info .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-info .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-info .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #4fd8b0;
}

    .allcp-form.theme-info .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #4fd8b0;
    }

.allcp-form.theme-info .wizard .steps li a, .allcp-form.theme-info .wizard .actions li a {
    background-color: #4fd8b0;
}

.allcp-form.theme-info .wizard .steps li.current a {
    background-color: #27a0cc;
}

.allcp-form .bg-primary {
    background-color: #67d3e0;
}

    .allcp-form .bg-primary.light {
        background-color: #4ea5e0;
    }

    .allcp-form .bg-primary.lighter {
        background-color: #83aee7;
    }

    .allcp-form .bg-primary.dark {
        background-color: #2489cc;
    }

    .allcp-form .bg-primary.darker {
        background-color: #2567bd;
    }

.allcp-form .panel-primary &gt; .panel-heading {
    border-top-color: #4ea5e0;
}

    .allcp-form .panel-primary &gt; .panel-heading::before {
        background-color: #67d3e0;
    }

.allcp-form .panel-primary.heading-border::before, .allcp-form .panel-primary .heading-border::before {
    background-color: #67d3e0;
}

.allcp-form .option-primary input:hover + .checkbox, .allcp-form .option-primary input:hover + .radio {
    border-color: #4ea5e0;
}

.allcp-form .option-primary input:checked + .checkbox, .allcp-form .option-primary input:focus + .checkbox, .allcp-form .option-primary input:checked + .radio, .allcp-form .option-primary input:focus + .radio {
    border-color: #67d3e0;
}

    .allcp-form .option-primary input:checked + .radio::before, .allcp-form .option-primary input:focus + .radio::before {
        background: #67d3e0 none repeat scroll 0 0;
    }

    .allcp-form .option-primary input:checked + .checkbox::before, .allcp-form .option-primary input:focus + .checkbox::before {
        border-color: #67d3e0;
    }

.allcp-form .btn-primary {
    background-color: #67d3e0;
}

    .allcp-form .btn-primary:hover, .allcp-form .btn-primary:focus {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
    }

    .allcp-form .btn-primary:active {
        background-color: #2489cc;
    }

    .allcp-form .btn-primary, .allcp-form .btn-primary:hover, .allcp-form .btn-primary:focus, .allcp-form .btn-primary:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-primary &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #67d3e0;
    color: #67d3e0;
}

    .allcp-form .switch-primary &gt; input:checked + label::after {
        background: #67d3e0 none repeat scroll 0 0;
        color: #67d3e0;
    }

.allcp-form .switch-primary &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #67d3e0;
}

.allcp-form .slider-wrapper.slider-primary .ui-slider .ui-slider-range {
    background-color: #67d3e0;
}

.allcp-form .slider-wrapper.slider-primary .ui-slider .ui-slider-handle {
    border-color: #67d3e0;
}

    .allcp-form .slider-wrapper.slider-primary .ui-slider .ui-slider-handle::before {
        background-color: #67d3e0;
    }

.allcp-form.theme-primary .tagline span {
    color: #67d3e0;
}

.allcp-form.theme-primary .theme-link {
    color: #67d3e0;
}

.allcp-form.theme-primary .section-divider span {
    color: #67d3e0;
}

.allcp-form.theme-primary .gui-input:hover, .allcp-form.theme-primary .gui-textarea:hover, .allcp-form.theme-primary .select &gt; select:hover, .allcp-form.theme-primary .select-multiple select:hover, .allcp-form.theme-primary .gui-input:hover ~ .input-footer, .allcp-form.theme-primary .file .gui-file:hover + .gui-input, .allcp-form.theme-primary .gui-textarea:hover ~ .input-footer {
    border-color: #67d3e0;
}

.allcp-form.theme-primary .gui-input:focus, .allcp-form.theme-primary .gui-textarea:focus, .allcp-form.theme-primary .select &gt; select:focus, .allcp-form.theme-primary .select-multiple select:focus {
    border-color: #67d3e0;
    color: #3c3c3c;
}

.allcp-form.theme-primary .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-primary .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-primary .gui-input:focus ~ .field-icon i, .allcp-form.theme-primary .gui-textarea:focus ~ .field-icon i {
    color: #67d3e0;
}

.allcp-form.theme-primary .select-multiple select:focus, .allcp-form.theme-primary .gui-input:focus ~ .input-footer, .allcp-form.theme-primary .gui-textarea:focus ~ .input-footer, .allcp-form.theme-primary .file .gui-file:focus + .gui-input {
    border-color: #67d3e0;
}

.allcp-form.theme-primary .select &gt; select:focus + .arrow {
    color: #67d3e0;
}

.allcp-form.theme-primary .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-primary .ui-datepicker .ui-datepicker-next, .allcp-form.theme-primary .ui-datepicker .ui-datepicker-title {
    color: #67d3e0;
}

.allcp-form.theme-primary .ui-datepicker-today a, .allcp-form.theme-primary .ui-datepicker-calendar a:hover, .allcp-form.theme-primary .ui-datepicker-today a:hover, .allcp-form.theme-primary .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #67d3e0 !important;
}

.allcp-form.theme-primary .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #67d3e0 !important;
}

.allcp-form.theme-primary .rating:hover .rating-star:hover, .allcp-form.theme-primary .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-primary .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-primary .rating-star, .allcp-form.theme-primary .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-primary .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-primary .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #67d3e0;
}

    .allcp-form.theme-primary .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #67d3e0;
    }

.allcp-form.theme-primary .wizard .steps li a, .allcp-form.theme-primary .wizard .actions li a {
    background-color: #67d3e0;
}

.allcp-form.theme-primary .wizard .steps li.current a {
    background-color: #2489cc;
}

.allcp-form .bg-success {
    background-color: #c3d62d;
}

    .allcp-form .bg-success.light {
        background-color: #87d37c;
    }

    .allcp-form .bg-success.lighter {
        background-color: #9edc95;
    }

    .allcp-form .bg-success.dark {
        background-color: #58c249;
    }

    .allcp-form .bg-success.darker {
        background-color: #49ae3b;
    }

.allcp-form .panel-success &gt; .panel-heading {
    border-top-color: #87d37c;
}

    .allcp-form .panel-success &gt; .panel-heading::before {
        background-color: #c3d62d;
    }

.allcp-form .panel-success.heading-border::before, .allcp-form .panel-success .heading-border::before {
    background-color: #c3d62d;
}

.allcp-form .option-success input:hover + .checkbox, .allcp-form .option-success input:hover + .radio {
    border-color: #87d37c;
}

.allcp-form .option-success input:checked + .checkbox, .allcp-form .option-success input:focus + .checkbox, .allcp-form .option-success input:checked + .radio, .allcp-form .option-success input:focus + .radio {
    border-color: #c3d62d;
}

    .allcp-form .option-success input:checked + .radio::before, .allcp-form .option-success input:focus + .radio::before {
        background: #c3d62d none repeat scroll 0 0;
    }

    .allcp-form .option-success input:checked + .checkbox::before, .allcp-form .option-success input:focus + .checkbox::before {
        border-color: #c3d62d;
    }

.allcp-form .btn-success {
    background-color: #c3d62d;
}

    .allcp-form .btn-success:hover, .allcp-form .btn-success:focus {
        background-color: #87d37c;
        border-color: #87d37c;
    }

    .allcp-form .btn-success:active {
        background-color: #58c249;
    }

    .allcp-form .btn-success, .allcp-form .btn-success:hover, .allcp-form .btn-success:focus, .allcp-form .btn-success:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-success &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #c3d62d;
    color: #c3d62d;
}

    .allcp-form .switch-success &gt; input:checked + label::after {
        background: #c3d62d none repeat scroll 0 0;
        color: #c3d62d;
    }

.allcp-form .switch-success &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #c3d62d;
}

.allcp-form .slider-wrapper.slider-success .ui-slider .ui-slider-range {
    background-color: #c3d62d;
}

.allcp-form .slider-wrapper.slider-success .ui-slider .ui-slider-handle {
    border-color: #c3d62d;
}

    .allcp-form .slider-wrapper.slider-success .ui-slider .ui-slider-handle::before {
        background-color: #c3d62d;
    }

.allcp-form.theme-success .tagline span {
    color: #c3d62d;
}

.allcp-form.theme-success .theme-link {
    color: #c3d62d;
}

.allcp-form.theme-success .section-divider span {
    color: #c3d62d;
}

.allcp-form.theme-success .gui-input:hover, .allcp-form.theme-success .gui-textarea:hover, .allcp-form.theme-success .select &gt; select:hover, .allcp-form.theme-success .select-multiple select:hover, .allcp-form.theme-success .gui-input:hover ~ .input-footer, .allcp-form.theme-success .file .gui-file:hover + .gui-input, .allcp-form.theme-success .gui-textarea:hover ~ .input-footer {
    border-color: #87d37c;
}

.allcp-form.theme-success .gui-input:focus, .allcp-form.theme-success .gui-textarea:focus, .allcp-form.theme-success .select &gt; select:focus, .allcp-form.theme-success .select-multiple select:focus {
    border-color: #87d37c;
    color: #3c3c3c;
}

.allcp-form.theme-success .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-success .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-success .gui-input:focus ~ .field-icon i, .allcp-form.theme-success .gui-textarea:focus ~ .field-icon i {
    color: #c3d62d;
}

.allcp-form.theme-success .select-multiple select:focus, .allcp-form.theme-success .gui-input:focus ~ .input-footer, .allcp-form.theme-success .gui-textarea:focus ~ .input-footer, .allcp-form.theme-success .file .gui-file:focus + .gui-input {
    border-color: #87d37c;
}

.allcp-form.theme-success .select &gt; select:focus + .arrow {
    color: #c3d62d;
}

.allcp-form.theme-success .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-success .ui-datepicker .ui-datepicker-next, .allcp-form.theme-success .ui-datepicker .ui-datepicker-title {
    color: #c3d62d;
}

.allcp-form.theme-success .ui-datepicker-today a, .allcp-form.theme-success .ui-datepicker-calendar a:hover, .allcp-form.theme-success .ui-datepicker-today a:hover, .allcp-form.theme-success .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #c3d62d !important;
}

.allcp-form.theme-success .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #c3d62d !important;
}

.allcp-form.theme-success .rating:hover .rating-star:hover, .allcp-form.theme-success .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-success .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-success .rating-star, .allcp-form.theme-success .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-success .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-success .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #c3d62d;
}

    .allcp-form.theme-success .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #c3d62d;
    }

.allcp-form.theme-success .wizard .steps li a, .allcp-form.theme-success .wizard .actions li a {
    background-color: #c3d62d;
}

.allcp-form.theme-success .wizard .steps li.current a {
    background-color: #58c249;
}

.allcp-form .bg-system {
    background-color: #5a5386;
}

    .allcp-form .bg-system.light {
        background-color: #48cfad;
    }

    .allcp-form .bg-system.lighter {
        background-color: #65d2b7;
    }

    .allcp-form .bg-system.dark {
        background-color: #2fa285;
    }

    .allcp-form .bg-system.darker {
        background-color: #288770;
    }

.allcp-form .panel-system &gt; .panel-heading {
    border-top-color: #48cfad;
}

    .allcp-form .panel-system &gt; .panel-heading::before {
        background-color: #5a5386;
    }

.allcp-form .panel-system.heading-border::before, .allcp-form .panel-system .heading-border::before {
    background-color: #5a5386;
}

.allcp-form .option-system input:hover + .checkbox, .allcp-form .option-system input:hover + .radio {
    border-color: #48cfad;
}

.allcp-form .option-system input:checked + .checkbox, .allcp-form .option-system input:focus + .checkbox, .allcp-form .option-system input:checked + .radio, .allcp-form .option-system input:focus + .radio {
    border-color: #5a5386;
}

    .allcp-form .option-system input:checked + .radio::before, .allcp-form .option-system input:focus + .radio::before {
        background: #5a5386 none repeat scroll 0 0;
    }

    .allcp-form .option-system input:checked + .checkbox::before, .allcp-form .option-system input:focus + .checkbox::before {
        border-color: #5a5386;
    }

.allcp-form .btn-system {
    background-color: #5a5386;
}

    .allcp-form .btn-system:hover, .allcp-form .btn-system:focus {
        background-color: #48cfad;
        border-color: #48cfad;
    }

    .allcp-form .btn-system:active {
        background-color: #2fa285;
    }

    .allcp-form .btn-system, .allcp-form .btn-system:hover, .allcp-form .btn-system:focus, .allcp-form .btn-system:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-system &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #5a5386;
    color: #5a5386;
}

    .allcp-form .switch-system &gt; input:checked + label::after {
        background: #5a5386 none repeat scroll 0 0;
        color: #5a5386;
    }

.allcp-form .switch-system &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #5a5386;
}

.allcp-form .slider-wrapper.slider-system .ui-slider .ui-slider-range {
    background-color: #5a5386;
}

.allcp-form .slider-wrapper.slider-system .ui-slider .ui-slider-handle {
    border-color: #5a5386;
}

    .allcp-form .slider-wrapper.slider-system .ui-slider .ui-slider-handle::before {
        background-color: #5a5386;
    }

.allcp-form.theme-system .tagline span {
    color: #5a5386;
}

.allcp-form.theme-system .theme-link {
    color: #5a5386;
}

.allcp-form.theme-system .section-divider span {
    color: #5a5386;
}

.allcp-form.theme-system .gui-input:hover, .allcp-form.theme-system .gui-textarea:hover, .allcp-form.theme-system .select &gt; select:hover, .allcp-form.theme-system .select-multiple select:hover, .allcp-form.theme-system .gui-input:hover ~ .input-footer, .allcp-form.theme-system .file .gui-file:hover + .gui-input, .allcp-form.theme-system .gui-textarea:hover ~ .input-footer {
    border-color: #48cfad;
}

.allcp-form.theme-system .gui-input:focus, .allcp-form.theme-system .gui-textarea:focus, .allcp-form.theme-system .select &gt; select:focus, .allcp-form.theme-system .select-multiple select:focus {
    border-color: #48cfad;
    color: #3c3c3c;
}

.allcp-form.theme-system .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-system .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-system .gui-input:focus ~ .field-icon i, .allcp-form.theme-system .gui-textarea:focus ~ .field-icon i {
    color: #5a5386;
}

.allcp-form.theme-system .select-multiple select:focus, .allcp-form.theme-system .gui-input:focus ~ .input-footer, .allcp-form.theme-system .gui-textarea:focus ~ .input-footer, .allcp-form.theme-system .file .gui-file:focus + .gui-input {
    border-color: #48cfad;
}

.allcp-form.theme-system .select &gt; select:focus + .arrow {
    color: #5a5386;
}

.allcp-form.theme-system .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-system .ui-datepicker .ui-datepicker-next, .allcp-form.theme-system .ui-datepicker .ui-datepicker-title {
    color: #5a5386;
}

.allcp-form.theme-system .ui-datepicker-today a, .allcp-form.theme-system .ui-datepicker-calendar a:hover, .allcp-form.theme-system .ui-datepicker-today a:hover, .allcp-form.theme-system .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #5a5386 !important;
}

.allcp-form.theme-system .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #5a5386 !important;
}

.allcp-form.theme-system .rating:hover .rating-star:hover, .allcp-form.theme-system .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-system .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-system .rating-star, .allcp-form.theme-system .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-system .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-system .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #5a5386;
}

    .allcp-form.theme-system .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #5a5386;
    }

.allcp-form.theme-system .wizard .steps li a, .allcp-form.theme-system .wizard .actions li a {
    background-color: #5a5386;
}

.allcp-form.theme-system .wizard .steps li.current a {
    background-color: #2fa285;
}

.allcp-form .bg-warning {
    background-color: #ff7022;
}

    .allcp-form .bg-warning.light {
        background-color: #ffce54;
    }

    .allcp-form .bg-warning.lighter {
        background-color: #f9d283;
    }

    .allcp-form .bg-warning.dark {
        background-color: #f4af22;
    }

    .allcp-form .bg-warning.darker {
        background-color: #d9950a;
    }

.allcp-form .panel-warning &gt; .panel-heading {
    border-top-color: #ffce54;
}

    .allcp-form .panel-warning &gt; .panel-heading::before {
        background-color: #ff7022;
    }

.allcp-form .panel-warning.heading-border::before, .allcp-form .panel-warning .heading-border::before {
    background-color: #ff7022;
}

.allcp-form .option-warning input:hover + .checkbox, .allcp-form .option-warning input:hover + .radio {
    border-color: #ffce54;
}

.allcp-form .option-warning input:checked + .checkbox, .allcp-form .option-warning input:focus + .checkbox, .allcp-form .option-warning input:checked + .radio, .allcp-form .option-warning input:focus + .radio {
    border-color: #ff7022;
}

    .allcp-form .option-warning input:checked + .radio::before, .allcp-form .option-warning input:focus + .radio::before {
        background: #ff7022 none repeat scroll 0 0;
    }

    .allcp-form .option-warning input:checked + .checkbox::before, .allcp-form .option-warning input:focus + .checkbox::before {
        border-color: #ff7022;
    }

.allcp-form .btn-warning {
    background-color: #ff7022;
}

    .allcp-form .btn-warning:hover, .allcp-form .btn-warning:focus {
        background-color: #ffce54;
        border-color: #ffce54;
    }

    .allcp-form .btn-warning:active {
        background-color: #f4af22;
    }

    .allcp-form .btn-warning, .allcp-form .btn-warning:hover, .allcp-form .btn-warning:focus, .allcp-form .btn-warning:active {
        color: #fff;
        text-shadow: 0 1px rgba(0, 0, 0, 0.08);
    }

.allcp-form .switch-warning &gt; input:checked + label {
    background: transparent none repeat scroll 0 0;
    border-color: #ff7022;
    color: #ff7022;
}

    .allcp-form .switch-warning &gt; input:checked + label::after {
        background: #ff7022 none repeat scroll 0 0;
        color: #ff7022;
    }

.allcp-form .switch-warning &gt; input:checked:focus + label {
    background: #fff none repeat scroll 0 0;
    border-color: #ff7022;
}

.allcp-form .slider-wrapper.slider-warning .ui-slider .ui-slider-range {
    background-color: #ff7022;
}

.allcp-form .slider-wrapper.slider-warning .ui-slider .ui-slider-handle {
    border-color: #ff7022;
}

    .allcp-form .slider-wrapper.slider-warning .ui-slider .ui-slider-handle::before {
        background-color: #ff7022;
    }

.allcp-form.theme-warning .tagline span {
    color: #ff7022;
}

.allcp-form.theme-warning .theme-link {
    color: #ff7022;
}

.allcp-form.theme-warning .section-divider span {
    color: #ff7022;
}

.allcp-form.theme-warning .gui-input:hover, .allcp-form.theme-warning .gui-textarea:hover, .allcp-form.theme-warning .select &gt; select:hover, .allcp-form.theme-warning .select-multiple select:hover, .allcp-form.theme-warning .gui-input:hover ~ .input-footer, .allcp-form.theme-warning .file .gui-file:hover + .gui-input, .allcp-form.theme-warning .gui-textarea:hover ~ .input-footer {
    border-color: #ffce54;
}

.allcp-form.theme-warning .gui-input:focus, .allcp-form.theme-warning .gui-textarea:focus, .allcp-form.theme-warning .select &gt; select:focus, .allcp-form.theme-warning .select-multiple select:focus {
    border-color: #ffce54;
    color: #3c3c3c;
}

.allcp-form.theme-warning .gui-textarea:focus {
    height: 120px;
}

.allcp-form.theme-warning .select &gt; select:focus {
    z-index: 10;
}

.allcp-form.theme-warning .gui-input:focus ~ .field-icon i, .allcp-form.theme-warning .gui-textarea:focus ~ .field-icon i {
    color: #ff7022;
}

.allcp-form.theme-warning .select-multiple select:focus, .allcp-form.theme-warning .gui-input:focus ~ .input-footer, .allcp-form.theme-warning .gui-textarea:focus ~ .input-footer, .allcp-form.theme-warning .file .gui-file:focus + .gui-input {
    border-color: #ffce54;
}

.allcp-form.theme-warning .select &gt; select:focus + .arrow {
    color: #ff7022;
}

.allcp-form.theme-warning .ui-datepicker .ui-datepicker-prev, .allcp-form.theme-warning .ui-datepicker .ui-datepicker-next, .allcp-form.theme-warning .ui-datepicker .ui-datepicker-title {
    color: #ff7022;
}

.allcp-form.theme-warning .ui-datepicker-today a, .allcp-form.theme-warning .ui-datepicker-calendar a:hover, .allcp-form.theme-warning .ui-datepicker-today a:hover, .allcp-form.theme-warning .ui-datepicker .ui-state-highlight {
    background-color: #ffffff !important;
    color: #ff7022 !important;
}

.allcp-form.theme-warning .ui-datepicker .ui-state-active {
    background-color: #ffffff !important;
    color: #ff7022 !important;
}

.allcp-form.theme-warning .rating:hover .rating-star:hover, .allcp-form.theme-warning .rating:hover .rating-star:hover ~ .rating-star, .allcp-form.theme-warning .rating-input:checked ~ .rating-star {
    color: #67d3e0;
}

.allcp-form.theme-warning .rating-star, .allcp-form.theme-warning .rating:hover .rating-star {
    color: #b9bbc5;
}

.allcp-form.theme-warning .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.allcp-form.theme-warning .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle {
    border-color: #ff7022;
}

    .allcp-form.theme-warning .ui-datepicker .ui-timepicker-div .ui-slider .ui-slider-handle::before {
        background-color: #ff7022;
    }

.allcp-form.theme-warning .wizard .steps li a, .allcp-form.theme-warning .wizard .actions li a {
    background-color: #ff7022;
}

.allcp-form.theme-warning .wizard .steps li.current a {
    background-color: #f4af22;
}

#login input {
    margin-bottom: 10px !important;
}

.alert-green {
    background: #559d1f;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    display: block;
}
/* CSS Document */


input.controls {
    padding: 10px 15px;
    right: 10px !important;
    left: auto !important;
    top: 10px !important;
}</pre></body></html>