
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0px solid #CCC;
    overflow: visible;
    /*! float: left; */
    /*! width: 853px; */ /* */
    text-align: center;
    margin: 0 auto;
}


    .swMain .stepContainer {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        /*! padding-top: 7px; */
        border: 0px solid #CCC;
        overflow: hidden;
        overflow-y: visible;
        clear: right;
        height: 600px;
    }







    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: right;
        margin: 3px 0 0 0;
        /*border: 1px solid #CCC;*/
        padding: 0;
        color: #5A5655;
        /*background-color: #F8F8F8;*/
        height: 44px;
        width: 613px;
        float: right;
        text-align: right;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-right: 0px;
        margin-top: 3px;
        padding: 2px;
    }





    .swMain .stepContainer .StepTitle {
        display: block;
        position: relative;
        margin: 0;
        /*border: 1px solid #0095e5;*/
        padding: 6px;
        margin-bottom: 5px;
        /*! font: bold 16px Verdana, Arial, Helvetica, sans-serif; */
        font-size: 16px;
        font-weight: bold;
        color: #5A5655;
        /*background-color:#E0E0E0;*/
        clear: both;
        z-index: 88;
        /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;*/
        color: #2d2929;
        /*! background-color: #0095e5; */ /*! border-color: #d6e9c6; */
        /*background-image: url(../../img/header-mawared.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        height: 50px;
    }


    .swMain ul.anchor {
        position: relative;
        display: block;
        float: left;
        list-style: none;
        /*! padding: 10px; */
        margin: 5px 10px 0 0;
        border: 0px solid #CCCCCC;
        background-color: #fff; /*#EEEEEE */
    }


        .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;
        }


            /* Anchor Element Style */


            .swMain ul.anchor li a {
                display: block;
                position: relative;
                float: left;
                margin: 0;
                padding: 6px;
                height: 50px;
                width: 230px;
                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: right;
                    width: 30px;
                    text-align: center;
                    padding: 0px;
                    padding-top: 0;
                    font-weight: bold;
                    font-size: 26px;
                }


                .swMain ul.anchor li a .stepDesc {
                    position: relative;
                    display: block;
                    float: left;
                    text-align: right;
                    padding: 0px;
                    width: 70%;
                    /*font-weight: bold;*/
                    font-size: 20px;
                    font: normal 19px Cairo, Arial, Helvetica, sans-serif;
                    /*color: #fff;*/
                }


                    .swMain ul.anchor li a .stepDesc small {
                        font-size: 12px;
                        /*font: normal 12px Verdana, Arial, Helvetica, sans-serif;*/
                    }


                .swMain ul.anchor li a.selected {
                    color: #1a1919;
                    /*background: #EA8511;*/ /* EA8511 */
                    /*! background: #0095e5; */
                    /*! border: 1px solid #0095e5; */
                    /*! cursor: text; */
                    /*! -moz-box-shadow: 1px 5px 10px #888; */
                    /*! -webkit-box-shadow: 1px 5px 10px #888; */
                    /*! box-shadow: 1px 5px 10px #888; */
                    border-top-right-radius: 0px;
                    /*! background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); */
                    /*! box-shadow: 0px 1px 0px rgba(131, 131, 131, 0.5); */
                    /*! cursor: pointer; */
                    /*! border-bottom-left-radius: 0px; */
                    /*! background: linear-gradient(to bottom, #838383 0%, #838383 100%); */
                    /*! border-top-left-radius: 20px; */
                    /*! border-bottom-right-radius: 20px; */
                }


                    .swMain ul.anchor li a.selected:hover {
                        color: #F8F8F8;
                        /*background: #EA8511;*/
                    }





                .swMain ul.anchor li a.done {
                    position: relative;
                    color: #B9B6B6;
                    background-color: #e3e3e3;
                    border: 1px solid #c1c1c1;
                    z-index: 99;
                    font-size: 18px;
                    font-family: 'Cairo', sans-serif;
                }


                    .swMain ul.anchor li a.done:hover {
                        color: #5A5655;
                        background: #cbcbcb;
                        border: 1px solid #0095e5;
                    }


                .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 {
        /*display:block;*/
        float: right;
        margin: 0px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font-size: 13px;
        /*font: bold 13px Verdana, Arial, Helvetica, sans-serif;*/
        width: 100px;
        outline-style: none;
        color: #fff;
        border-top-right-radius: 20px;
        background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
        box-shadow: 0px 2px 0px rgba(145, 144, 144, 0.5);
        cursor: pointer;
        border-bottom-left-radius: 20px;
        /*! background: linear-gradient(to bottom, #21bd36 0%, #477d56 100%); */
        line-height: 25px;
        background: linear-gradient(to bottom, #8e8e8e 0%, #747679 100%);
        text-transform: uppercase;
    }

    .swMain .buttonNextAr {
        /*display:block;*/
        float: left;
        margin: 0px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        /*font: bold 13px Verdana, Arial, Helvetica, sans-serif;*/
        width: 100px;
        outline-style: none;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonDisabled {
        /*color:#F8F8F8  !important;


  background-color: #CCCCCC !important;


  border: 1px solid #CCCCCC  !important;*/
        cursor: text;
        display: none;
    }


    .swMain .buttonPrevious {
        /*display:block;*/
        float: right;
        margin: 0px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font-size: 13px;
        /*font: bold 13px Verdana, Arial, Helvetica, sans-serif;*/
        width: 100px;
        outline-style: none;
        color: #fff;
        background-color: #f0ad4e;
        /*! border-color: #eea236; */
        /*! -moz-border-radius: 5px; */
        /*! -webkit-border-radius: 5px; */
        /*! border-top-width: 1px; */
        /*! border-top-style: solid; */
        border-bottom-width: 1px;
        /*! border-bottom-style: solid; */
        border-top-right-radius: 20px;
        background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
        box-shadow: 0px 2px 0px rgba(145, 144, 144, 0.5);
        cursor: pointer;
        border-bottom-left-radius: 20px;
        background: linear-gradient(to bottom, #8e8e8e 0%, #747679 100%);
        line-height: 25px;
        text-transform: uppercase;
    }

    .swMain .buttonPreviousAr {
        /*display:block;*/
        float: left;
        margin: 0px 3px 0 3px;
        padding: 5px;
        text-decoration: none;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        /*font: bold 13px Verdana, Arial, Helvetica, sans-serif;*/
        width: 100px;
        outline-style: none;
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .swMain .buttonFinish {
        position: relative;
        width: auto;
        height: 35px;
        padding: 5px 15px 5px 15px;
        font: 500 13px/40px 'Cairo', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border-top-right-radius: 20px;
        /*! background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); */
        box-shadow: 0px 2px 0px rgba(145, 144, 144, 0.5);
        cursor: pointer;
        border-bottom-left-radius: 20px;
        background: linear-gradient(to bottom, #5f96c6 0%, #6da7f4 100%);
        line-height: 25px;
    }


.buttonFinish span {
    font-size: 12px;
    text-transform: none;
    color: #aaa;
}

.buttonFinish:before {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font: 20px/40px entypo;
    text-align: center;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}



.swMain .buttonFinishAr {
    /*display:block;*/
    float: left;
    margin: 0px 10px 0 3px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    /*font: bold 13px Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    font-weight: bold;
    width: 100px;
    color: #FFF;
    outline-style: none;
    background-color: #5A5655;
    border: 1px solid #5A5655;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



/* Form Styles */

.txtBox {
    border: 1px solid #CCCCCC;
    color: #5A5655;
    /*font:13px Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 13px;
    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;
    /*font: bold 13px Verdana, Arial, Helvetica, sans-serif; */
    font-size: 13px;
    font-weight: bold;
    color: #5A5655;
    background: #FFF url(../images/loader.gif) no-repeat 5px;
    -moz-border-radius: 5px;
    -webkit-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;
    /*font: normal 12px Verdana, Arial, Helvetica, sans-serif; */
    font-size: 12px;
    color: #5A5655;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 999;
    min-width: 200px;
}


    .swMain .msgBox .content {
        /*font: normal 12px Verdana,Arial,Helvetica,sans-serif;*/
        font-size: 12px;
        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;
        }
