﻿

@font-face {
    /*font-family: 'AutoZoneCond-Heavy';
    src: url('../webfonts/AutoZoneCond-Heavy.woff2') format('woff2'),
        url('../webfonts/AutoZoneCond-Heavy.woff') format('woff'),
        url('../webfonts/AutoZoneCond-Heavy.ttf') format('truetype');*/
}

.gradientnav {
    background: #007bff;
    background: -moz-linear-gradient(left, black 29%, black 29%, #d52b1e 80%);
    background: -webkit-linear-gradient(left, black 29%,black 29%,#d52b1e 80%);
    background: linear-gradient(to right, black 29%,black 29%,#d52b1e 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007bff', endColorstr='#d52b1e',GradientType=1 );
}



/*Logo Responsive*/
@media only screen and (max-width: 991px) {
    .LogoResponsive {
        float: left;
        max-width: 233px !important;
    }
}

@media only screen and (min-width: 992px) {
    .LogoResponsive {
        float: right;
        max-width: 233px !important;
    }
}

    /*Mobile ResetSelection*/
    @media only screen and (max-width: 419px) {

        .resetSel {
            margin-top: 10px;
        }
    }

    /*Deskop Reset Selection*/
    @media only screen and (min-width: 420px) {
        .resetSel {
            float: right;
        }
    }

    /*Large Screen*/
    @media only screen and (min-width: 768px) {
        /*.nav_wizard > li:not(:last-child) > a:after {
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 20px solid #eeeeee;
        position: absolute;
        content: "";
        top: 0;
        right: -20px;
        z-index: 2;
    }*/

        .nav-wizard > li:not(:last-child) > a:after {
            width: 0px;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #cccccc;
            position: absolute;
            content: "";
            top: 0;
            right: -20px;
            z-index: 2;
        }

        .nav-wizard > li:not(:last-child) > a {
            margin-right: 6px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .nav-wizard > li:not(:first-child) > a:before {
            width: 0px;
            height: 0px;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #ffffff;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }
    }

    /*Mobile*/
    @media only screen and (max-width: 768px) {

        .nav-wizard > li:not(:last-child) > a {
            /*margin-right: 1px;*/
            width: 98%;
        }

        .nav-wizard > li > a {
            margin-top: 5px;
        }
    }

    @media only screen and (max-width: 372px) {

        .nav-wizard > li:not(:last-child) > a {
            /*margin-right: 1px;*/
            width: 100%;
        }

        .nav-wizard > li > a {
            margin-top: 5px;
        }
    }



    /*.nav-wizard > li:not(:last-child) > a:after {
        width: 0px;
        height: 0px;
        border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 20px solid #eeeeee;
        position: absolute;
        content: "";
        top: 0;
        right: -20px;
        z-index: 2;
    }*/

    .nav-wizard > li {
        float: left;
    }

        .nav-wizard > li > a {
            position: relative;
            background-color: #cccccc;
            color: white;
        }

            .nav-wizard > li > a .badge {
                margin-left: 3px;
                color: #cccccc;
                background-color: #428bca;
            }

        .nav-wizard > li:not(:first-child) > a {
            padding-left: 34px;
        }






        .nav-wizard > li:first-child > a {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .nav-wizard > li:last-child > a {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .nav-wizard > li.done:hover > a,
        .nav-wizard > li:hover > a {
            background-color: #d5d5d5;
        }

            .nav-wizard > li.done:hover > a:before,
            .nav-wizard > li:hover > a:before {
                border-right-color: #d5d5d5;
            }

            .nav-wizard > li.done:hover > a:after,
            .nav-wizard > li:hover > a:after {
                border-left-color: #d5d5d5;
            }

        .nav-wizard > li.done > a {
            background-color: red;
        }

            .nav-wizard > li.done > a:before {
                border-right-color: #e2e2e2;
            }

            .nav-wizard > li.done > a:after {
                border-left-color: #e2e2e2;
            }

/*Bredcrum active color*/
        .nav-wizard > li.active > a,
        .nav-wizard > li.active > a:hover,
        .nav-wizard > li.active > a:focus {
            color: white;
            font-family: Helvetica Neue, Arial, Sans-serif;
            background-color: rgb(40,66,146) !important;
            text-shadow: 0px 1px 2px #747474;
        }

        /*Breadcum arrow*/
            .nav-wizard > li.active > a:after {
                border-left-color: rgb(40,66,146) !important;
            }

            .nav-wizard > li.active > a .badge {
                color: #428bca;
                background-color: #ffffff;
            }


/*Done Steps*/
.donesteps {
    background-color: #2c3542 !important;
    border-color: red !important;
}

    .donesteps:after {
        border-left: 20px solid #2c3542 !important;
    }

        .nav-wizard > li.disabled > a {
            color: white;
        }

            .nav-wizard > li.disabled > a:hover,
            .nav-wizard > li.disabled > a:focus {
                color: white;
                text-decoration: none;
                background-color: #cccccc;
                cursor: default;
            }

            .nav-wizard > li.disabled > a:before {
                border-right-color: #cccccc;
            }

            .nav-wizard > li.disabled > a:after {
                border-left-color: #cccccc;
            }

    .nav-wizard.nav-justified > li {
        float: none;
    }

        .nav-wizard.nav-justified > li > a {
            padding: 10px 15px;
        }

    @media (max-width: 768px) {
        .nav-wizard.nav-justified > li > a {
            border-radius: 4px;
            margin-right: 0;
        }

            .nav-wizard.nav-justified > li > a:before,
            .nav-wizard.nav-justified > li > a:after {
                border: none !important;
            }
    }

    
    .imgselection {
        border-color: transparent;
        border-width: 2px;
        border-radius: 10px;
        border-style: solid;
    }

        .imgselection:hover {
            border-color: rgb(209,153,107);
            border-width: 2px;
            border-radius: 10px;
            border-style: solid;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(255,210,29,1);
            -moz-box-shadow: 0px 0px 6px 0px rgba(255,210,29,1);
            box-shadow: 0px 0px 6px 0px rgba(255,210,29,1);
            border: 1px solid #c96;
            transition: -webkit-box-shadow 500ms ease-in-out !important;
            transition: -moz-box-shadow 500ms ease-in-out !important;
            transition: box-shadow 500ms ease-in-out !important;
            transition: border 500ms ease-in-out !important;
        }

    .imgselectionmade {
        border-color: red;
        border-width: 2px;
        border-radius: 10px;
        border-style: solid;
    }

    button:disabled {
        cursor: not-allowed;
        pointer-events: all !important;
    }

    .arrowright {
        font-size: 15px;
        animation-duration: 2s;
        animation-name: arrowrightanimation;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }

    /*.arrowright:hover{
    color:red;
    font-size:30px;
}*/

    @keyframes arrowrightanimation {
        0% {
            font-size: 15px;
            color: red;
        }

        25% {
            font-size: 16px;
            color: red;
        }

        50% {
            font-size: 17px;
            color: orange;
        }

        75% {
            font-size: 18px;
            color: yellow;
        }

        100% {
            font-size: 20px;
            color: orange;
        }
        /*from {
        font-size: 15px;
        color:black;
    }

    to {
        font-size: 20px;
        color: cornflowerblue;
    }*/
    }

.NextButton {
    background-color: #ff9c07;
    border-color: #ff9c07;
}
