@import url('global.css');
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


#nds {
    font-family: 'ABBvoice', sans-serif;
    font-weight: 200;
    font-size: 20px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 32px;
}

    #nds #page {
        width: 100%;
        z-index: 2;
        -moz-transition: margin-left .4s cubic-bezier(.4,0,.2,1) 0s;
        -o-transition: margin-left .4s cubic-bezier(.4,0,.2,1) 0s;
        -webkit-transition: margin-left .4s cubic-bezier(.4,0,.2,1) 0s;
        transition: margin-left .4s cubic-bezier(.4,0,.2,1) 0s;
        position: relative;
    }

        #nds #page.active {
            margin-left: 0;
        }

    #nds #content {
        padding: 0 0 75px 0;
        background: #fff;
        min-height: 600px;
        -moz-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
        -o-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
        -webkit-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
        transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
    }

        #nds #content .content-wrapper {
            margin: 0 auto;
            max-width: 1300px;
            min-width: 300px;
            position: relative;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 160px 20px 20px 20px;
        }

    #nds footer {
        position: relative;
        width: 100%;
        background-color: transparent;
        font-family: 'ABBvoice',sans-serif;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        min-height: 70px;
    }

        #nds footer .content-wrapper {
            background-color: #696969;
            padding: 40px 100px 10px 100px;
            margin: 0 auto;
            max-width: 1300px;
            min-width: 300px;
            position: relative;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #nds footer .footer-container {
            text-align: justify;
            -ms-text-justify: distribute-all-lines;
            text-justify: distribute-all-lines;
            padding: 0;
            margin-left: 0;
            -moz-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            -o-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            -webkit-transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
            transition: all .2s cubic-bezier(.4,0,.2,1) 0s;
        }

            #nds footer .footer-container:after {
                content: '';
                width: 100%;
                display: inline-block;
                font-size: 0;
                line-height: 0;
            }

            #nds footer .footer-container section {
                position: relative;
                max-width: 285px;
                text-decoration: none;
                color: #fff;
                vertical-align: top;
                display: inline-block;
                zoom: 1;
                text-align: left;
                margin: 20px 30px 20px 0;
            }

                #nds footer .footer-container section .footer-title {
                    font-size: 13px;
                    text-transform: uppercase;
                    font-weight: 600;
                    color: #fff;
                    text-align: left;
                }

                #nds footer .footer-container section ul {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                    #nds footer .footer-container section ul li .p-text {
                        color: #d2d2d2;
                    }

                    #nds footer .footer-container section ul li a {
                        color: #fff;
                        border-bottom: 1px solid #9f9f9f;
                        text-decoration: none;
                    }

                        #nds footer .footer-container section ul li a:hover {
                            border-bottom-color: #fff;
                        }

        #nds footer .copyright {
            position: relative;
            border-top: 1px solid #d2d2d2;
            text-align: left;
            font-size: 14px;
            padding-top: 20px;
            color: #fff;
        }

            #nds footer .copyright span a {
                color: #fff;
                border-bottom: 1px solid #9f9f9f;
                text-decoration: none;
            }

                #nds footer .copyright span a:hover {
                    border-bottom-color: #fff;
                }

            #nds footer .copyright .p-text {
                color: #d2d2d2;
            }

        #nds footer .content-wrapper .copyright .media-icons {
            position: absolute;
            top: 0;
            right: 0;
        }

            #nds footer .content-wrapper .copyright .media-icons .icon-wrapper {
                width: 48px;
                padding: 20px 10px;
                display: inline-block;
            }

                #nds footer .content-wrapper .copyright .media-icons .icon-wrapper a {
                    border: none;
                    text-decoration: none;
                    color: #fff;
                }

                    #nds footer .content-wrapper .copyright .media-icons .icon-wrapper a img {
                        width: 100%;
                        border: none;
                    }

    #nds #page #content .card-container {
        position: relative;
        padding: 20px 25px;
        border-radius: 4px;
        border: 1px solid #e1e1e1;
        background-color: #ffffff;
        box-shadow: 0 3px 11px 0 rgb(0 0 0 / 6%);
    }

        #nds #page #content .card-container.search {
            padding: 40px 40px 42px 40px;
        }

    #nds #page #content .search-container:after {
        content: '';
        position: relative;
        width: 100%;
        display: block;
        clear: both;
    }

    #nds #page #content .search-container .rz-autocomplete {
        float: left;
    }

    #nds #page #content .search-container button {
        float: right;
    }

    #nds #page #content .search-container .rz-autocomplete {
        width: calc(100% - 135px);
    }

    #nds #page #content button,
    #nds #page #content 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;
    }

        #nds #page #content button:hover,
        #nds #page #content a.button:hover {
            background-color: #bb2924;
        }

        #nds #page #content button:focus,
        #nds #page #content a.button:focus {
            box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
        }

    #nds #page #content .site-message {
        position: relative;
        border: 1px solid #d4d0cd;
        border-radius: 3px;
        margin: 15px 0;
        padding: 10px 25px 10px 45px;
        background-color: #f5f4f2;
        color: #36322f;
        min-height: 42px;
    }

        #nds #page #content .site-message.error {
            background-color: #fbdfde;
            color: #d30500;
            border-color: #d30500;
        }

        #nds #page #content .site-message.success {
            background-color: #ddf4e1;
            color: #00560C;
            border-color: #8CCA95;
        }

        #nds #page #content .site-message .icon {
            position: absolute;
            top: 5px;
            left: 16px;
            font-size: 18px;
        }

        #nds #page #content .site-message .text {
            position: relative;
            line-height: 20px;
            font-size: 18px;
        }

    #nds #page #content .legal {
        margin-top: 50px;
        font-family: 'ABBvoice',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #262626;
        text-align: justify;
        hyphens: none;
    }

        #nds #page #content .legal a {
            color: #ff000f;
            text-decoration: none;
        }

            #nds #page #content .legal a:hover {
                text-decoration: underline;
            }



@media all and (max-width: 480px) {
    #nds #content .content-wrapper {
        padding: 120px 20px 20px 20px;
    }

    #nds footer .content-wrapper {
        padding: 15px 15px 30px 20px !important;
    }

    #nds footer .footer-container {
        display: block;
        text-align: initial;
    }

        #nds footer .footer-container section {
            max-width: 100%;
            display: block;
            text-align: center;
            margin-bottom: 40px;
            line-height: 28px;
        }

            #nds footer .footer-container section:last-child {
                margin-bottom: 0;
            }

            #nds footer .footer-container section .p-text {
                line-height: 23px;
            }

            #nds footer .footer-container section .footer-title {
                text-align: center;
            }

    #nds #page #content .search-container button,
    #nds #page #content .search-container .rz-autocomplete {
        width: 100%;
    }

    #nds #page #content .search-container button {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1125px) {
    #nds footer .content-wrapper {
        padding: 15px 30px 15px 40px;
    }

        #nds footer .content-wrapper .copyright .media-icons {
            position: relative;
            top: initial;
            right: initial;
        }
}

@media all and (max-width: 1000px) {
    #nds #content .content-wrapper motion-slider .slider-container .minMaxValues .uom-value {
        display: none;
    }
}

@media all and (max-width: 900px) {
    #nds #content .content-wrapper motion-slider .slider-container .minMaxValues .uom-value {
        display: initial;
    }
}

@media all and (max-width: 350px) {
    #nds #content .content-wrapper motion-slider .slider-container .minMaxValues .uom-value {
        display: none;
    }
}