﻿#ncp #page #content .content-wrapper input[type=text],
#ncp #page #content .content-wrapper input[type=number],
#ncp #page #content .content-wrapper input[type=tel],
#ncp #page #content .content-wrapper input[type=date],
#ncp #page #content .content-wrapper input[type=file],
#ncp #page #content .content-wrapper select,
#ncp #page #content .content-wrapper textarea.abb {
    font-family: 'ABBvoice', sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    color: #262626;
    padding: 3px 10px;
    margin: 5px 0;
    line-height: 32px;
    height: 37px;
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    outline: none;
    width: 100%;
}

#ncp #page #content .content-wrapper textarea.abb {
    height: initial;
    line-height: 18px;
    margin: 5px 0 0 0;
}

#ncp #page #content .content-wrapper input[type=file] {
    height: 46px;
}

#ncp #page #content .content-wrapper label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#ncp #page #content .content-wrapper input[type=text]:focus,
#ncp #page #content .content-wrapper input[type=number]:focus,
#ncp #page #content .content-wrapper input[type=tel]:focus,
#ncp #page #content .content-wrapper input[type=date]:focus,
#ncp #page #content .content-wrapper input[type=file]:focus,
#ncp #page #content .content-wrapper select:focus,
#ncp #page #content .content-wrapper textarea.abb:focus {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

#ncp #page #content .content-wrapper input[type=text]:hover,
#ncp #page #content .content-wrapper input[type=number]:hover,
#ncp #page #content .content-wrapper input[type=tel]:hover,
#ncp #page #content .content-wrapper input[type=date]:hover,
#ncp #page #content .content-wrapper input[type=file]:hover,
#ncp #page #content .content-wrapper select:hover,
#ncp #page #content .content-wrapper textarea.abb:hover {
    border-color: #6e6e6e;
}

#ncp #page #content .content-wrapper input[type=text]:disabled,
#ncp #page #content .content-wrapper input[type=number]:disabled,
#ncp #page #content .content-wrapper input[type=tel]:disabled,
#ncp #page #content .content-wrapper input[type=date]:disabled,
#ncp #page #content .content-wrapper input[type=file]:disabled,
#ncp #page #content .content-wrapper select:disabled,
#ncp #page #content .content-wrapper textarea.abb:disabled {
    background-color: #fafafa;
}

#ncp #page #content .content-wrapper input[type=text]:required,
#ncp #page #content .content-wrapper input[type=number]:required,
#ncp #page #content .content-wrapper input[type=tel]:required,
#ncp #page #content .content-wrapper input[type=date]:required,
#ncp #page #content .content-wrapper input[type=file]:required,
#ncp #page #content .content-wrapper .abb-select:required,
#ncp #page #content .content-wrapper .abb-select:required:hover,
#ncp #page #content .content-wrapper .abb-select:required:focus,
#ncp #page #content .content-wrapper select:required,
#ncp #page #content .content-wrapper textarea.abb:required {
    border-right-color: #ec1b24;
    border-right-width: 2px;
}

#ncp #page #content .content-wrapper input[type=text].valid + .spacer,
#ncp #page #content .content-wrapper input[type=number].valid + .spacer,
#ncp #page #content .content-wrapper input[type=tel].valid + .spacer,
#ncp #page #content .content-wrapper input[type=date].valid + .spacer,
#ncp #page #content .content-wrapper input[type=file].valid + .spacer,
#ncp #page #content .content-wrapper select.valid + .spacer,
#ncp #page #content .content-wrapper textarea.abb.valid + .spacer {
    display: block;
    height: 23px;
}

#ncp #page #content .content-wrapper button,
#ncp #page #content .content-wrapper a.button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .2s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    background-color: #ff000f;
    color: #fff;
    font-family: 'ABBvoice', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

    #ncp #page #content .content-wrapper button:hover:not([disabled]),
    #ncp #page #content .content-wrapper a.button:hover:not([disabled]) {
        background-color: #bb2924;
    }

    #ncp #page #content .content-wrapper button:focus,
    #ncp #page #content .content-wrapper a.button:focus {
        box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    }

    #ncp #page #content .content-wrapper button.icon-btn {
        background-color: #fff;
        color: #000;
        border: 1px solid transparent;
        padding: 0;
        min-width: 50px;
    }

        #ncp #page #content .content-wrapper button.icon-btn > .fa-download {
            vertical-align: text-top;
        }

        #ncp #page #content .content-wrapper button.icon-btn:hover {
            background-color: #fff;
            color: #000;
            border-color: #000;
        }

        #ncp #page #content .content-wrapper button.icon-btn:focus {
            box-shadow: none;
        }

        #ncp #page #content .content-wrapper button.icon-btn:active {
            background-color: #f5f5f5;
        }

#ncp #page #content .content-wrapper .abb-button:disabled {
    opacity: 0.4;
    cursor: default;
}

#ncp #page #content .content-wrapper .abb-button.secondary {
    background-color: #a9a9a9;
}

#ncp #page #content .content-wrapper .abb-button.secondary.dark {
    background-color: #696969;
}

    #ncp #page #content .content-wrapper .abb-button.secondary.dark:hover:not([disabled]) {
        background-color: #000000;
    }

    #ncp #page #content .content-wrapper .abb-button.secondary:hover:not([disabled]) {
        background-color: #919191;
    }

    #ncp #page #content .content-wrapper .abb-button.secondary.white {
        color: black;
        font-weight: 600;
        background-color: #fff;
        border: 2px solid #dbdbdb;
        box-shadow: none;
        transition: none;
    }
    
    #ncp #page #content .content-wrapper .abb-button.secondary.white:hover:not([disabled]) {
        background-color: #ebebeb;
    }

#ncp #page #content .content-wrapper .abb-button.rounded {
    border-radius: 24px !important;
}

#ncp #page #content .content-wrapper .abb-button.rounded:disabled {
    border-radius: 24px !important;
}

#ncp #page #content .content-wrapper ul.validation-errors,
#ncp #page #content .content-wrapper .validation-message {
    font-family: 'ABBvoice', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px !important;
    margin-bottom: 10px
}

#ncp #page #content .content-wrapper ul.validation-errors {
    margin-top: 20px;
}

#ncp #page #content .content-wrapper .validation-message {
    font-size: 16px;
    line-height: 16px;
}

#ncp #page #content .content-wrapper .radio-group {
    position: relative;
    font-size: 0;
}

    #ncp #page #content .content-wrapper .radio-group label {
        display: inline-block;
        width: initial;
        margin-left: 15px;
        cursor: pointer;
        user-select: none;
        font-size: 14px !important;
    }

        #ncp #page #content .content-wrapper .radio-group label input[type=radio],
        #ncp #page #content .content-wrapper .radio-group label span {
            cursor: pointer;
            user-select: none;
            line-height: 28px;
            vertical-align: middle;
        }

    #ncp #page #content .content-wrapper .radio-group label:nth-child(1) {
        margin-left: 0;
    }

#ncp #page #content .content-wrapper .abb-select {
    position: relative;
    display: block;
    color: #262626;
    border: 1px solid #a9a9a9;
    width: 100%;
    height: 37px;
    padding: 0 0 0 5px;
    margin: 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'ABBvoice', sans-serif;
    line-height: 32px;
    border-radius: 2px;
    background-image: none;
    background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
    -moz-appearance: textfield;
    z-index: 1;
}

    #ncp #page #content .content-wrapper .abb-select.highlight,
    #ncp #page #content .content-wrapper .abb-select.highlight:focus,
    #ncp #page #content .content-wrapper .abb-select.highlight:hover,
    #ncp #page #content .content-wrapper motion-input .component.highlight input {
        background-color: #fffadd;
    }

    #ncp #page #content .content-wrapper .abb-select:hover,
    #ncp #page #content .content-wrapper .abb-select:focus {
        background-color: #fff;
        background-image: none;
        background-position: 50% 50%;
        border-color: #6e6e6e;
    }

    #ncp #page #content .content-wrapper .abb-select:focus {
        outline: none;
        border-color: #555;
        -moz-box-shadow: 0px 0px 5px 0px #a9a9a9;
        -webkit-box-shadow: 0px 0px 5px 0px #a9a9a9;
        box-shadow: 0px 0px 5px 0px #a9a9a9;
    }

    #ncp #page #content .content-wrapper .abb-select:disabled {
        opacity: .5;
        cursor: default;
    }


#ncp #page #content .content-wrapper motion-input .component .control input[type=text]
#ncp #page #content .content-wrapper motion-input .component .control input[type=number] {
    margin-bottom: 0;
}