/*
  SmartWizard 2.0 plugin
  jQuery Wizard control Plugin
  by Dipu

  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
body{
    font-size: 16px;
}
.swMain {
    position: relative;
    display: block;
    overflow: visible;
    float: left;
    width: 100%;
    background: #FFF;
    height: calc(100vh - 200px);
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0px solid #CCC;
        overflow: hidden;
        clear: right;
        height: 65vh !important;
    }

        .swMain .stepContainer div.content {
            display: block;
            float: left;
            margin: 0;
            padding: 5px;
            color: #5A5655;
            background-color: #FFFFFF;
            text-align: left;
            overflow: auto;
            z-index: 88;
            clear: both;
            height: calc(100vh - 300px) !important;
            border-left: none;
            width: 98%;
            border: 1px solid #dedede;
            margin: 20px 0px 30px 0px;
            border-left: none;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: right;
        padding: 0;
        color: #5A5655;
        height: 40px;
        text-align: center;
        overflow: auto;
        z-index: 88;
    }

    .swMain div.actionBar {
        font-size: 0.875em;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: 5px;
        color: #005DAC;
        clear: both;
        text-align: left;
        z-index: 88;
        font-size: 22px;
        text-shadow: none;
    }

    .swMain ul.anchor {
        position: relative;
        display: block;
        float: left;
        list-style: none;
        padding: 0px;
        margin: 5px 10px 0 0;
        border: 0px solid #CCCCCC;
        background: transparent; /*#EEEEEE */
        display: none;
    }

        .swMain ul.anchor li {
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
            padding-top: 3px;
            padding-bottom: 3px;
            border: 0px solid #E0E0E0;
            float: left;
            clear: both;
            background: #005dac;
            color: white;
        }
            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 0;
                /*width: 230px;*/
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                z-index: 99;
                background-color: #005dac;
                color: white;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 5px;
                    padding-top: 0;
                }

.stepDescProgress {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    padding: 5px;
}

.swMain ul.anchor li a .stepDesc {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    padding: 5px;
    background-color: #005dac;
    color: white;
}

.swMain ul.anchor li a.selected {
    background-color: #005dac;
    color: white;
    */ border: 1px solid #3695e5;
    cursor: text;
}

    .swMain ul.anchor li a.selected:hover {
        color: #F8F8F8;
        background-color: #0c68b5;
    }

.swMain ul.anchor li a.done {
    position: relative;
    color: #FFF;
    background: #005dac;
    border: 1px solid #8abfed;
    z-index: 99;
    cursor: text !important;
}

.swMain ul.anchor li a.donehover:hover {
    color: #fff;
    background: #0c68b5;
    border: 1px solid #5A5655;
    cursor: pointer !important;
}

.swMain ul.anchor li a.disabled {
    color: #CCCCCC;
    background: #F8F8F8;
    border: 1px solid #CCC;
    cursor: text;
}

    .swMain ul.anchor li a.disabled:hover {
        color: #CCCCCC;
        background: #F8F8F8;
    }

.swMain ul.anchor li a.error {
    color: #6c6c6c !important;
    background: #f08f75 !important;
    border: 1px solid #fb3500 !important;
}

    .swMain ul.anchor li a.error:hover {
        color: #000 !important;
    }

.swMain .buttonNext, .swMain .buttonFinish {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ff9900;
    white-space: nowrap;
    border-width: 0;
    padding: 7px 14px;
    font-size: 0.875em;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-shadow: none;
    color: #fff;
    text-shadow: none;
    background-color: #1761a8;
    border-radius: 5px !important;
    text-decoration: none;
    font-weight: bold;
}

.swMain .buttonPrevious {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #005dac !important;
    white-space: nowrap;
    border-width: 0;
    padding: 7px 14px;
    font-size: 0.875em;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-shadow: none;
    color: #000 !important;
    text-shadow: none;
    background-color: #fff !important;
    border-radius: 5px !important;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
}

.swMain .buttonFinish {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-width: 0;
    padding: 7px 14px;
    font-size: 0.875em;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-shadow: none;
    color: white;
    text-shadow: none;
    background-color: #1761a8;
    font-weight: bold;
}

.swMain .buttonDisabled {
    color: #333 !important;
    background-color: #CCCCCC !important;
    cursor: text;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent !important;
    white-space: nowrap;
    border-width: 0;
    padding: 7px 14px;
    font-size: 0.875em;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-shadow: none;
    color: white;
    text-shadow: none;
    font-weight: bold;
}

/* Form Styles */

.txtBox {
    border: 1px solid #CCCCCC;
    color: #5A5655;
    padding: 2px;
    width: 430px;
}

    .txtBox:focus {
        border: 1px solid #EA8511;
    }

.swMain .loader {
    position: relative;
    display: none;
    float: left;
    margin: 2px 0 0 2px;
    padding: 8px 10px 8px 40px;
    border: 1px solid #FFD700;
    color: #5A5655;
    background: #FFF url(../images/301.gif) no-repeat 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 998;
}

.swMain .msgBox {
    position: relative;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    padding: 5px;
    border: 1px solid #FFD700;
    background-color: #FFFFDD;
    color: #5A5655;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 999;
    width: 100%;
}

    .swMain .msgBox .content {
        padding: 0px;
        float: left;
    }

    .swMain .msgBox .close {
        border: 1px solid #CCC;
        border-radius: 3px;
        color: #CCC;
        display: block;
        float: right;
        margin: 0 0 0 5px;
        outline-style: none;
        padding: 0 2px 0 2px;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

        .swMain .msgBox .close:hover {
            color: #EA8511;
            border: 1px solid #EA8511;
        }

.WizardDiv {
    margin: 10px auto;
    display: flex;
    flex-direction: row;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.ProgressBarDivParent {
    float: left;
    width: 300px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 20px;
}
.ProgressBarDiv {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

    .ProgressBarDiv li {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

.ProgressBarCircle {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.ProgressBar {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    height: calc(100vh - 300px);
    overflow: auto;
}

    .ProgressBar span {
        float: left;
        line-height: normal;
        text-align: left;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }

.ProgressBarCircle span {
    float: left;
    padding: 5px;
    background: #989898;
    width: 25px;
    height: 25px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.ProgressBarCircle .ProgressSaperator {
    background-position: center center;
    width: 80px;
    height: 15px;
    padding: 0px;
    margin-top: 10px;
    border-radius: 0px !important;
    background-image: url('../../Images/arrow.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
}

.ProgressBarCircle .ProgressDone .stepSpan {
    color: #fff;
    background-color: #1476a1;
    font-size: 20px;
}

.ProgressBarCircle .ProgressHighlight .stepSpan {
    color: #fff;
    font-size: 20px;
    background-color: #063549 !important;
}

.ProgressBarCircle .selectable :hover {
    background-color: #2dbfff !important;
    cursor: pointer;
}

.ProgressBarCaptionDiv {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    left: -37px;
    display: none;
}

    .ProgressBarCaptionDiv ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .ProgressBarCaptionDiv li {
        float: left;
        width: 115px;
        text-align: center;
        display: block;
        white-space: normal;
        color: #0b4c82;
    }

.ProgressBar {
    /*centering*/
    display: inline-block;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
    border: 1px solid #dedede;
    background: #f2f2f2;
    padding: 10px 15px;
}

    .ProgressBar .ProgressDone {
        color: #005dac;
    }

        .ProgressBar .ProgressDone:before {
            color: #fff !important;
            background-color: #005dac;
        }

    .ProgressBar .ProgressHighlight {
        background: none;
    }

        .ProgressBar .ProgressHighlight:before {
            background: #005dac;
            color: #FFFFFF !important;
        }

        .ProgressBar .ProgressHighlight .stepSpan {
            color: #005dac;
            background-color: #f2f2f2;
        }

        .ProgressBar .ProgressHighlight:nth-child(2n+1).HideStepByRule {
            background: red;
        }

       .ProgressBar .stepSpan {
		color: #333;
		justify-content: center;
		flex-flow: column;
		display: flex;
		min-height: 50px;
        background-color: #f2f2f2;
	}

    .ProgressBar .selectable:hover {
        background-color: #2dbfff !important;
        cursor: pointer;
    }

        .ProgressBar .selectable:hover:after {
            background-color: #2dbfff !important;
            cursor: pointer;
        }

    .ProgressBar li {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 0.875em;
        height: 65px !important;
        padding-left: 50px !important;
        color: #333;
        /*need more margin on the left of links to accomodate the numbers*/
        padding: 0 10px 0 60px;
        position: relative;
    }
        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/

        .ProgressBar li:last-child {
            border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
        }

            /*adding the arrows for the breadcrumbs using rotated pseudo elements*/

            /*we dont need an arrow after the last link*/
            .ProgressBar li:last-child:after {
                content: none;
            }
        /*we will use the :before element to show numbers*/
        .ProgressBar li:before {
            content: counter(flag);
            counter-increment: flag;
            /*some styles now*/
            border-radius: 100%;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            background: #333333;
            font-weight: bold;
            margin-left: -25px;
            width: 35px !important;
            height: 35px !important;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff !important;
            z-index: 9;
            box-sizing: border-box;
        }

.Bold {
    font-weight: bold;
}

.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #ccc;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #9EEB62;
    }


.actionBar {
    display: flex!important;    
}
.actionBar a {
    
    display: block;
}

.ProgressBar li:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 45px;
    background: #828282;
    left: 22px;
    top: 50%;
}