
/* -------------------------------------Fonts-----------------------------------*/


h1 {
    font-size: 16px;
    font-weight: bold;
}

.blink {
    -webkit-animation: flash 2s ease infinite;
    -moz-animation: flash 2s ease infinite;
    -ms-animation: flash 2s ease infinite;
    -o-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite;
}

.leaptime {
    font-size: 16px;
    font-weight: bold;
}



/* -------------------------------------Body-----------------------------------*/
#bodyContainer {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    #bodyContainer {
        margin-top: 0;
    }
}

.nopadding {
    padding: 0;
}

.applicationLogo {
    background-image: url(~/Content/Images/eTrans_220px_byEurotracs.png);
    height: 50px;
    width: 220px;
    position: absolute;
    top: 5px;
    left: 5px;
}

@media print {
    a[href]:after {
        content: none !important; /*don't print mailto and href */
    }
}

.checkboxAndLabel {
    list-style: none;
    margin: 8px 0 0;
}

    .checkboxAndLabel > input[type="checkbox"] {
        vertical-align: top;
    }

    .checkboxAndLabel > label {
        position: relative;
        top: 3px;
        padding-left: 5px;
        width: 90%;
        height: auto;
        margin-top: 5px;
    }

    .checkboxAndLabel > label > span {
        white-space: break-spaces;
        display: block;
        line-height: 14px;
    }


/* -------------------------------------Boxed-----------------------------------*/
.box-container.center {
    text-align: center;
}

    .box-container.center .row {
        display: inline-block;
        width: 85%;
    }

.box {
    text-align: left;
    border: 1px solid gray;
    padding: 15px;
    margin: 10px 0 10px 0;
}

@media screen and (max-width: 980px) {
    .box-container center {
        text-align: left;
    }

    .box {
        border: 0;
        text-align: left;
        width: 100%;
        padding: 15px;
        margin: 10px 0 10px 0;
    }
}



/* -------------------------------------OrderPricing-----------------------------------*/

.generalConditionsUrl {
    font-weight: bold;
    padding: 5px 0 30px 0;
    text-align: center;
}

.headertitle {
    background-color: #DDDDDD !important;
    border-bottom: solid 1px #DDDDDD !important;
    line-height: 25px;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

/* TRAJECTSTEPS */
#ulTraject {
    margin-top: 20px;
    margin-left: -38px;
}

    #ulTraject li {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
    }

.listTrajectItemStyle .row {
    padding-bottom: 3px;
}

.listTrajectItemStyle-header {
    width: 100%;
    text-align: left;
    background-color: #e0e0e0;
    border-bottom: solid 1px #e0e0e0 !important;
    padding: 2px 0 2px 10px;
    margin: 10px -10px;
}

    .listTrajectItemStyle-header span {
        color: black;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 10px;
        font-size: 14px;
    }


/* VEHICLETYPEPRICING*************************************************/
.tblVehicletypepricing-row img {
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 80px;
}

.tblVehicletypepricing-row .tblVehicletypepricing-row span {
    padding-left: 5px;
}

.tblVehicletypepricing-row table {
    width: 100%;
    table-layout: fixed;
}

.tblVehicletypepricing-extrareceipts {
    margin: 15px 0;
}

#tblVehicletypepricing th {
    padding: 0;
}

#tblVehicletypepricing td {
    padding: 0;
}


/* Image*/
.tblVehicletypepricing-row td table tr td:first-child:not(.vehicletypepricingSpecsFirstCol) {
    width: 150px;
}

#tblVehicletypepricing thead tr th:first-child {
    width: 150px;
}


@media screen and (max-width: 768px) {
    .tblVehicletypepricing-row td table tr td:first-child:not(.vehicletypepricingSpecsFirstCol) {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .tblVehicletypepricing-row td table tr td:nth-child(2):not(.vehicletypepricingSpecsSecondCol) {
        width: 150px;
    }

    #tblVehicletypepricing thead tr th:first-child {
        width: 0;
        height: 0;
        opacity: 0;
    }

    #tblVehicletypepricing thead tr th:nth-child(2) {
        width: 150px;
    }
}

/* specs */
.vehicletypepricingSpecs {
    margin: 5px 5px 5px 0;
    text-align: left;
    width: 100%;
}

    .vehicletypepricingSpecs tr td:first-child {
        width: 20px;
    }

    .vehicletypepricingSpecs tr td span {
        font-size: 10px;
    }

    .vehicletypepricingSpecs tr td:first-child span {
        font-weight: bold;
    }

    .vehicletypepricingSpecs tr td:nth-child(2) {
        border-right: 1px solid darkgray;
        width: 50px;
    }

    .vehicletypepricingSpecs tr td:last-child {
        padding-left: 2px;
    }

/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}

/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}



/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}



/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}



/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}



/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}



/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


@media (max-width: 768px) {
}



/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow: visible;
    width: 100%;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0 solid #CCC;
        clear: both;
        height: 100%;
        width: 100%;
        /*border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;*/
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 5px;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            background-color: white;
            height: 100%;
            text-align: left;
            overflow: visible;
            z-index: 88;
            width: 100%;
            clear: both;
            overflow-x: hidden;
            overflow-y: scroll;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        padding: 0;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
    }

    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        border: 1px solid #E0E0E0;
        padding: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #5A5655;
        background-color: #E0E0E0;
        clear: both;
        text-align: left;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .swMain ul.anchor {
        list-style: georgian;
        padding: 0;
        margin: 10px 0;
        border: 0 solid #CCCCCC;
        display: table;
        table-layout: fixed;
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

        .swMain ul.anchor li {
            margin: 0;
            display: table-cell;
            padding: 0 3px;
            border: 0 solid #E0E0E0;
        }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 5px 0 0 0;
                padding: 3px;
                height: 40px;
                width: 100%;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                z-index: 99;
            }

                .swMain ul.anchor li a .stepNumber {
                    position: relative;
                    float: left;
                    width: 30px;
                    text-align: center;
                    padding: 0 5px 5px;
                    font-size: 26px;
                    font-weight: bold;
                }

                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 5px 5px 20px 5px;
                    font-weight: bold;
                    font-size: 14px;
                }

                .swMain ul.anchor li a.selected {
                    color: #F8F8F8;
                    background: #5A5655; /* EA8511 */
                    border: 1px solid #5A5655;
                    cursor: default;
                }

                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        background: #FD4836;
                    }

                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #FFF;
                    background: #8CC63F;
                    border: 1px solid #8CC63F;
                    z-index: 99;
                }

                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #8CC63F;
                        border: 1px solid #5A5655;
                    }

                .swMain ul.anchor li a.disabled {
                    color: #CCCCCC;
                    background: #F8F8F8;
                    border: 1px solid #CCC;
                    cursor: not-allowed;
                }

                    .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 {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
    }

    .swMain .buttonDisabled {
        /*color: #F8F8F8 !important;
        background-color: #CCCCCC !important;
        border: 1px solid #CCCCCC !important;
        cursor: text;*/
        display: none !important;
    }

    .swMain .buttonPrevious {
        display: block;
        float: right;
        margin: 5px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        display: block;
        float: right;
        margin: 5px 10px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font: bold 13px Verdana, Arial, Helvetica, sans-serif;
        width: 100px;
        color: #FFF;
        outline-style: none;
        background-color: #5A5655;
        border: 1px solid #5A5655;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }


.login {
    border: 1px solid darkgrey;
    background-color: white;
    border-radius: 6px;
}

.login .row-header {
    background-color: #5cbb56;
    height: 124px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.login .row-header-child {
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 134px;
    width: 400px;
    top: 0;
    left: 0;
}

.login .row-footer {
    background-color: #5cbb56;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .row-header img {
    visibility: hidden;
}

.login-label {
    margin-left: 24px;
}

.login .radio {
    margin-left: 24px;
}

.login .btn {
    margin-left: 24px;
}

.loginContainer .validation-summary-errors {
    font-weight: bold;
    color: #a51f13;
    margin-top: 25px;
}

@media screen and (max-width: 992px) {
    .login-label {
        margin-left: 0;
    }

    .login .radio {
        margin-left: 0;
    }

    .login .btn {
        margin-left: 0;
    }
}