
/* SmartWizard Theme: Arrows */
.sw-theme-arrows {
    border-radius: 5px;
}

    .sw-theme-arrows > .sw-container {
        min-height: 200px !important;
    }

    .sw-theme-arrows .step-content {
        padding: 0 10px;
        border: 0px solid #D4D4D4;
        background-color: #FFF;
        text-align: left;
    }

    .sw-theme-arrows .sw-toolbar {
        padding: 10px;
        margin-bottom: 0 !important;
    }

    .sw-theme-arrows > .sw-toolbar-top {
    }

    .sw-theme-arrows > .sw-toolbar-bottom {
    }

    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
    }

        .sw-theme-arrows > ul.step-anchor li + li:before {
            padding: 15px;
        }

        .sw-theme-arrows > ul.step-anchor > li {
        }

            .sw-theme-arrows > ul.step-anchor > li > a, .sw-theme-arrows > ul.step-anchor > li > a:hover {
                color: #000;
                text-decoration: none;
                padding: 8px 10px 8px 50px;
                position: relative;
                display: block;
                border: 0 !important;
                border-radius: 0;
                outline-style: none;
                background: #c6d8f0;
            }

                .sw-theme-arrows > ul.step-anchor > li > a:after {
                    content: " ";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 50px solid transparent;
                    border-bottom: 50px solid transparent;
                    border-left: 30px solid #c6d8f0;
                    position: absolute;
                    top: 50%;
                    margin-top: -51px;
                    left: 100%;
                    z-index: 2;
                }

            .sw-theme-arrows > ul.step-anchor > li:last-child > a:after {
                content: none;
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid #c6d8f0;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .sw-theme-arrows > ul.step-anchor > li > a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 50px solid #fff;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

            .sw-theme-arrows > ul.step-anchor > li:last-child > a:before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 0px solid #fff;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

            /*.sw-theme-arrows > ul.step-anchor > li > a #step5, .sw-theme-arrows > ul.step-anchor > li > a #step5:hover {
                    color: #000;
                    text-decoration: none;
                    padding: 3px 0 5px 45px;
                    position: relative;
                    display: block;
                    border: 0 !important;
                    border-radius: 0;
                    outline-style: none;
                    background: #c6d8f0;
                }*/

            .sw-theme-arrows > ul.step-anchor > li:first-child > a {
                padding-left: 16px; /*0px*/
            }

            .sw-theme-arrows > ul.step-anchor > li:last-child > a {
                padding-right: 30px; /*0px*/
            }

            .sw-theme-arrows > ul.step-anchor > li > a:hover {
                color: #000;
                text-decoration: none;
                outline-style: none;
                background: #c6d8f0 !important;
                border-color: #c6d8f0;
            }

                .sw-theme-arrows > ul.step-anchor > li > a:hover:after {
                    border-left-color: #c6d8f0;
                }

            .sw-theme-arrows > ul.step-anchor > li > a small {
                padding-left: 56px; /*25px*/
                padding-right: 49px; /*17px*/
            }

            .sw-theme-arrows > ul.step-anchor > li.clickable > a:hover {
                color: #4285F4 !important;
                background: #46b8da !important;
            }

            .sw-theme-arrows > ul.step-anchor > li.active > a {
                border-color: #e41937 !important;
                color: #fff !important;
                background: #e41937 !important;
            }

                .sw-theme-arrows > ul.step-anchor > li.active > a:after {
                    border-left: 30px solid #e41937 !important;
                }

            .sw-theme-arrows > ul.step-anchor > li.done > a {
                border-color: #00af50 !important; /*  #5cb85c */
                color: #fff !important;
                background: #00af50 !important;
            }

                .sw-theme-arrows > ul.step-anchor > li.done > a:after {
                    border-left: 30px solid #00af50; /* c3e6cb */
                }

            .sw-theme-arrows > ul.step-anchor > li.danger > a {
                border-color: #d9534f !important;
                color: #fff !important;
                background: #d9534f !important;
            }

                .sw-theme-arrows > ul.step-anchor > li.danger > a:after {
                    border-left: 30px solid #d9534f !important;
                }

            .sw-theme-arrows > ul.step-anchor > li.disabled > a, .sw-theme-arrows > ul.step-anchor > li.disabled > a:hover {
                color: #eee !important;
            }


/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {

    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

    .navbuttons {
        display: inline-block;
        overflow: auto !important;
        overflow-y: hidden !important;
        max-width: 100%;
        margin: 0 0 1em;
        white-space: nowrap;
        background: #AAA;
    }

        .navbuttons LI {
            display: inline-block;
            vertical-align: top;
        }
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {

    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

    .navbuttons {
        display: inline-block;
        overflow: auto !important;
        overflow-y: hidden !important;
        max-width: 100%;
        margin: 0 0 1em;
        white-space: nowrap;
        background: #AAA;
    }

        .navbuttons LI {
            display: inline-block;
            vertical-align: top;
        }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {

    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

    .navbuttons {
        display: inline-block;
        overflow: auto !important;
        overflow-y: hidden !important;
        max-width: 100%;
        margin: 0 0 1em;
        white-space: nowrap;
        background: #AAA;
    }

        .navbuttons LI {
            display: inline-block;
            vertical-align: top;
        }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {

    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

    .navbuttons {
        display: inline-block;
        overflow: auto !important;
        overflow-y: hidden !important;
        max-width: 100%;
        margin: 0 0 1em;
        white-space: nowrap;
        background: #AAA;
    }

        .navbuttons LI {
            display: inline-block;
            vertical-align: top;
        }
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {

    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 0px;
        background: #fff;
        border-radius: 0;
        border-top-right-radius: 5px;
        list-style: none;
        overflow: hidden;
        width: 100%;
    }

    .navbuttons {
        display: inline-block;
        overflow: auto !important;
        overflow-y: hidden !important;
        max-width: 100%;
        margin: 0 0 1em;
        white-space: nowrap;
        background: #AAA;
    }

        .navbuttons LI {
            display: inline-block;
            vertical-align: top;
        }
}


/* Loader Custom Style */
.sw-theme-arrows::before {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #5cb85c;
}
