/*!  
 * SmartWizard v4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */


/* SmartWizard Theme: Arrows */

#pabdt .sw-theme-arrows {
    /*border: 1px solid #e5ecf6;*/
    margin-top: 20px;
    margin-bottom: 50px;
}
 #pabdt ul li, ol li{
 padding-top:0px;
 padding-bottom:0px;
 }

/*.sw-theme-arrows > .sw-container {
    min-height: 485px;
}*/

@media (max-width: 767px) {
    .sw-theme-arrows > .sw-container {
        min-height: 200px;
        height: auto !important;
    }
}

.sw-theme-arrows .step-content {
    margin: 0;
    text-align: left;
    /*padding: 15px;*/
    background-color: #fff;
    /*border: 1px solid #e5ecf6;*/
    /*border-width: 0px 1px;*/
}


#step-2, #step-3, #step-4, #step-5{
   padding: 15px;
   border: 1px solid #e5ecf6;
}

.sw-theme-arrows .sw-toolbar {
    /* padding-left: 0; */
    /* padding-right: 0; */
    margin-bottom: 0 !important;
    border: 1px solid #e5ecf6;
    background-color: #fafbfd;
    border-radius: 0;
    border-top: 0;
}

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

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

.sw-theme-arrows > .sw-toolbar-bottom .sw-btn-group {
    margin-right: 5px;
    float: right !important;
}

.sw-theme-arrows > .sw-toolbar-bottom .sw-btn-group-extra {
    margin-right: 5px;
}

.sw-theme-arrows > .sw-toolbar-bottom .sw-btn-group .btn {
    font-weight: 500;
    border-radius: 0;
}

.sw-theme-arrows > .sw-toolbar-bottom .sw-btn-group-extra .btn {
    font-weight: 500;
    border-radius: 0;
}


.sw-theme-arrows > ul.step-anchor {
    display: block;
    border: 1px solid #e5ecf6;
    padding: 0px;
    background: #fafbfd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    list-style: none;
    overflow: hidden;
    font-family: 'Raleway', sans-serif;
    border-bottom: 0;
    margin-left:0;
    font-size: 14px; 
    ;
}

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

.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: #515267;
    text-decoration: none;
    padding: 15px 0 15px 45px;
    position: relative;
    display: block;
    border: 0 !important;
    border-radius: 0;
    outline-style: none;
    background: #fafbfd;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.sw-theme-arrows > ul.step-anchor > li > a i{
    margin-right: 5px;
    font-size: 17px;
}

.sw-theme-arrows > ul.step-anchor > li > a small {
    font-weight: 500
}

.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 #fafbfd;
    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;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e5ecf6;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

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

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

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

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

.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: #79B0EC !important;
    color: #fff !important;
    background: #79B0EC !important;
}

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

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

.sw-theme-arrows > ul.step-anchor > li.done > a:after {
    border-left: 30px solid #45c203;
}

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

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


/* Responsive CSS */

@media screen and (max-width: 767px) {
    .sw-theme-arrows > ul.step-anchor {
        border: 0;
        background: #e5ecf6 !important;
    }
    .sw-theme-arrows > .nav-tabs > li {
        float: none !important;
        margin-bottom: 0;
    }
    .sw-theme-arrows > ul.step-anchor > li > a,
    .sw-theme-arrows > ul.step-anchor > li > a:hover {
        padding-left: 15px;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .sw-theme-arrows > ul.step-anchor > li > a:after,
    .sw-theme-arrows > ul.step-anchor > li > a:before {
        display: none;
    }
}


/* Loader Animation
Courtesy: http://bootsnipp.com/snippets/featured/loading-button-effect-no-js
*/

@-webkit-keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.sw-theme-arrows > ul.step-anchor > li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    z-index: 99;
    -webkit-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}