/* Dcrazed style */
.headline {
    /*margin: 20px 0 25px;*/
    text-align: center;
}

    .headline img {
        display: block;
        margin: 0 auto 20px;
    }

    .headline > h6 {
        display: inline-block;
        width: 20px;
        border-bottom: 3px solid #e33000;
        margin-bottom: -11px;
        padding: 0;
    }

    .headline h1 {
        display: inline-block;
        border-bottom: 1px solid #5b0c8b;
        line-height: 40px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 -3px;
        padding: 5px 12px; /*Old value:- padding: 0 12px; changes by Praful 21-sep-16*/
    }

        .headline h1 h6 {
            color: #e33000;
            padding: 0;
        }

h6 {
    color: #e33000;
}

h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 40px;
}
/* Dcrazed style ends */


/*
Author: DavieB
*/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0; /*background: url(http://subtlepatterns.com/patterns/scribble_light.png) #FFF;*/
    font-size: 62.5%; /*font-family: 'Open Sans' , sans-serif;*/
    font-family: Arial,helvetica,sans-serif;
}

img {
    max-width: 100%;
}

#wrap {
    width: 90%;
    margin: 20px auto;
    min-height: 685px;
}

.wrap {
    width: 90%;
    margin: 20px auto;
}

#accordian {
    width: 100%;
}

    #accordian .number {
        width: 50px;
        height: 50px;
        background: #fff;
        font-size: 36px;
        text-align: center;
        border-radius: 50%;
        float: left;
        color: #000;
        padding-top: 5px;
    }

    #accordian .step {
        width: 100%;
        height: 63px;
        background: #333 none repeat scroll 0 0; /*DYNAMIC MAIN CONTENT HEADER COLOR*/
        color: #FFF;
        /*border-bottom: 3px solid #008065;*/
        border-radius: 2px;
        float: left;
        font-size: 14px;
        padding: 5px 15px;
    }

    #accordian .title {
        float: left;
        width: 80%;
        height: 50px;
        margin-left: 1%;
        font-size: 1em;
        font-weight: 300;
    }

        #accordian .title h1 {
            font-size: 24px;
            font-weight: 400;
            margin-top: 10px;
        }

    #accordian .modify {
        float: left;
        width: 40px;
        height: 40px;
        color: #aaa;
        background: #FFF;
        text-align: center;
        font-size: 4em;
        border-radius: 50%;
        margin-top: 5px;
        padding-top: 0px;
        cursor: pointer;
    }

        #accordian .modify i {
            margin-top: 0px;
            display: block;
        }

    #accordian .content {
        padding: 75px 2em 2em;
        width: 100%;
        margin: 0 auto;
        background: #FFF;
        height: auto;
        display: block; /*float: left;*/
        border: solid 1px #333; /*DYNAMIC MAIN CONTENT BORDER COLOR*/
    }

        #accordian .content label {
            font-size: 1.3em;
        }

        #accordian .content input {
            padding: 10px 15px;
            border: 1px solid #ccc;
            border-radius: 3px;
            display: inline-block;
            font-size: 14px;
        }

        #accordian .content button {
            display: block;
            float: right;
            background: #80c0ff;
            width: 200px;
            border: 0;
            padding: 5px 15px;
            font-size: 1.6em;
            color: #FFF;
            border-bottom: 3px solid #4da7ff;
            border-radius: 2px;
            clear: both;
        }

        #accordian .content .continue {
            display: inline-block;
            float: none;
            width: 150px;
            border: 0;
            padding: 5px 15px;
            font-size: 16px;
            color: #FFF;
            border-bottom: 3px solid;
            border-radius: 2px;
            clear: both;
            text-align: center;
            text-decoration: none;
            margin-top: 15px;
            background: #333 none repeat scroll 0 0; /*DYNAMIC BUTTON COLOR*/
            border-color: -moz-use-text-color -moz-use-text-color #009900;
            cursor: pointer;
            border-style: inset;
        }

    #accordian #address label {
        width: 100px;
        display: inline-block;
    }

    #accordian .select {
        width: 100%;
        overflow: hidden;
        border: 1px solid #ccc;
        border-radius: 2px;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        display: inline-block;
    }

    #accordian .country_options label, #accordian .state_options label {
        background: #80c0ff;
        color: white;
        padding: 4px 6px;
        z-index: 2;
        text-transform: uppercase;
        top: 5px;
        right: 100%;
        width: 100%;
        margin-right: -100%;
        bottom: 8px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    #accordian .state_options select, #accordian .country_options select {
        background: transparent;
        display: inline-block;
        width: 100%;
        padding: 5px;
        font-size: 2em;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 40px;
    }

    #accordian #address label.state, #accordian #address label.country {
        display: block;
        float: left;
    }

    #accordian #address input[type="checkbox"] {
        width: 30px;
    }

    #accordian #address label.same, form.go-right input:focus + label.same {
        width: 300px;
        padding: 0 30px;
        margin-right: 0;
        top: 0;
        left: 30px;
        background: transparent;
        color: initial;
        text-transform: uppercase;
    }

    #accordian #shipping input[type="radio"] {
        width: 30px;
    }

    #accordian #shipping div {
        margin-top: 5px;
    }

    #accordian #shipping label {
        padding: 0;
    }

    #accordian #shipping .price {
        text-align: center;
        display: inline-block;
    }

    #accordian #payment #card_number {
        width: 100%;
    }

    #accordian .left, #accordian .right {
        width: 50%;
        float: left;
    }

    #accordian #payment label {
        display: inline-block;
    }

    #accordian #payment .expiry {
        margin-top: 5px;
    }

    #accordian #payment label.exp_date {
        margin-right: 0;
        background: #80c0ff;
        color: white;
        padding: 4px 6px;
        z-index: 2;
        text-transform: uppercase;
        right: 100%;
        width: 100%;
        margin-right: -100%;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        width: 70px;
        height: 40px;
        top: 5px;
    }

    #accordian #payment .month_select, #accordian #payment .year_select {
        width: 100px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 2px;
        display: inline-block;
    }

    #accordian #payment span.divider {
        font-size: 2em;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: -10px;
    }

    #accordian .month_select select, #accordian .year_select select {
        background: transparent;
        display: inline-block;
        width: 100%;
        padding: 5px;
        font-size: 2em;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 40px;
    }

    #accordian #payment .sec_num, #accordian #payment .expiry {
        display: block;
        float: left;
    }

    #accordian #payment .sec_num {
        margin-top: 5px;
    }

    #accordian .credit_card {
        padding: 3em 1em;
    }

    #accordian #payment .sec_num input {
    }

    #accordian .accepted {
        width: 100%;
        padding-right: 1em;
        padding-left: 1em;
        margin-top: 30px;
    }

        #accordian .accepted span {
            display: table-cell;
            padding: 3px;
        }

    #accordian .secured {
        margin-top: 5px;
        padding-left: 1em;
        padding-right: 1em;
    }

        #accordian .secured .lock {
            float: left;
            padding: 3px;
            width: 25%;
        }

        #accordian .secured .security {
            float: left;
            margin-right: 5px;
            font-style: italic;
            color: #aaa;
            width: 70%;
        }

    #accordian #ordered {
        padding-right: 1em;
    }

    #accordian #reviewed {
        padding-left: 1em;
    }

    #accordian .products {
        width: 100%;
        float: left;
        padding-bottom: 3px;
        border-bottom: 3px solid #aaa;
    }

        #accordian .products .product_image {
            width: 20%;
            float: left;
            margin-left: 10%;
        }

        #accordian .products .product_details {
            width: 70%;
            display: table;
            vertical-align: middle;
        }

            #accordian .products .product_details span {
                display: table-cell;
                vertical-align: middle;
                margin-top: 30%;
                font-size: 1.5em;
                color: #aaa;
            }

    #accordian .totals {
        width: 100%;
        float: left;
        border-bottom: 3px solid #aaa;
    }

        #accordian .totals .subtitle {
            font-size: 2em;
            display: block;
            text-align: right;
            color: #aaa;
            width: 95%;
            margin-right: 5%;
        }

            #accordian .totals .subtitle .sub_price {
                font-style: italic;
                width: 100px;
            }

    #accordian .final {
        width: 100%;
        float: left;
        font-size: 2.2em;
        text-align: right;
        color: #888;
    }

        #accordian .final .title {
            width: 95%;
            margin-right: 5%;
            font-weight: bold;
        }

    #accordian #reviewed .title {
        width: 49%;
        font-size: 1.8em;
        float: left;
    }

    #accordian #reviewed .billing, #accordian #reviewed .shipping {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

        #accordian #reviewed .billing .address_reviewed, #accordian #reviewed .shipping .address_reviewed, #accordian #reviewed .payment .payment_reviewed {
            color: #aaa;
            font-size: 1.2em;
            height: 80px;
            width: 50%;
            float: left;
        }

            #accordian #reviewed .billing .address_reviewed span, #accordian #reviewed .shipping .address_reviewed span, #accordian #reviewed .payment .payment_reviewed span {
                display: block;
            }

    #accordian #reviewed #complete {
        float: left;
        width: 100%;
        padding-top: 5px;
        border-top: 1px dotted #aaa;
    }

    #accordian #reviewed .big_button {
        clear: both;
        display: block;
        width: 70%;
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 10px;
        color: #fff;
        font-size: 2em;
        text-decoration: none;
        background: #80c0ff;
        text-align: center;
        border-bottom: 3px solid #4da7ff;
        border-radius: 2px;
    }

    #accordian #reviewed #complete .sub {
        color: #aaa;
        display: block;
        text-align: center;
        margin-top: 15px;
        width: 80%;
        margin: 5px auto;
    }

form > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

form input, form textarea {
    width: 100%;
    max-width: 320px;
    border: 2px solid gray;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
}

    form input:valid, form textarea:valid {
        background: white;
    }

    form input:focus, form textarea:focus {
        border-color: #f06d06;
    }

        form input:focus + label, form textarea:focus + label {
            background: #80c0ff;
            color: white;
            font-size: 70%;
            padding: 1px 6px;
            z-index: 2;
            text-transform: uppercase;
        }

form label {
    transition: background 0.4s, color 0.4s, top 0.4s, bottom 0.4s, right 0.4s, left 0.4s;
    position: absolute;
    color: #999;
    padding: 7px 6px;
}

form textarea {
    display: block;
    resize: vertical;
}

form.go-right label {
    top: 2px;
    right: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: 2px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form.go-right input:focus + label, form.go-right textarea:focus + label {
    right: 0;
    margin-right: 0;
    width: 40%;
    padding-top: 5px;
}

#Footer {
    background: #fff none repeat scroll 0 0; /*min-width: 1000px;*/
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
}

#lbh-footer .links {
    min-height: 80px;
    background: #333 none repeat scroll 0 0; /*DYNAMIC FOOTER COLOR*/
    padding-bottom: 1em;
}

.divMain {
    max-width: 100%;
    width: 100%;
}
/*   Progress Status CSS Starts here */ .meter {
    height: 40px;
    position: relative;
    background: #ededed;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3);
    margin: 35px 0;
}

    .meter ol {
        margin: 0;
        padding: 0;
        display: block;
        height: 100%;
        width: 99%;
        border-radius: 10px;
        background-color: #ddd;
        position: relative;
        list-style: none;
    }

        .meter ol li {
            float: left;
            margin: 0;
            padding: 0;
            text-align: right;
            width: 25%;
            position: relative;
            border-radius: 10px;
            -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
            box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
        }

            .meter ol li span {
                right: -0.5em;
                display: block;
                text-align: center;
            }

            .meter ol li .step {
                top: -0.3em;
                padding-top: 2px;
                border: 3px solid #333;
                z-index: 99;
                font-size: 18px;
                color: #333;
                width: 32px;
                height: 32px;
                font-weight: 700;
                position: absolute;
                background-color: #fff;
                border-radius: 50%;
            }

            .meter ol li .stage {
                color: #ffffff;
                font-weight: 700;
                height: 100%;
                padding-top: 2px;
                font-size: 14px;
            }

            .meter ol li.active {
                height: 20px;
                background: #333; /*DYNAMIC <%= Session["StatusBar_Active_Text_BG"].ToString() %> COLOR*/
                -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
                -moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
                box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25); /*background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, #9E2754 12px, #9E2754 24px);*/
                -webkit-animation: progress 3s infinite linear;
                -moz-animation: progress 3s infinite linear;
                -ms-animation: progress 3s infinite linear;
                -o-animation: progress 3s infinite linear;
                animation: progress 3s infinite linear;
            }

                .meter ol li.active span.step {
                    color: #fff;
                    border: 3px solid #fff;
                    background-color: #333; /*DYNAMIC <%= Session["StatusBar_Active_No_BG"].ToString() %> COLOR*/
                    padding-top: 2px;
                }
/*   Progress Status CSS Ends here */
#lbh-mastTop #lbh-logo a {
    background: transparent url("../../Content/images/CouncilLogo.png") no-repeat scroll 0;
    display: inline-block;
    height: 75px; /* old value 60px; changes by Praful 21-sSep-16 */
    margin-left: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: 283px;
    float: left;
}

#lbh-header {
    background: #9C0234 none repeat scroll 0 0;
    min-height: 10px;
}

.clsheader {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222222;
}

.clsNormalText {
    font-size: 14px;
    color: #222222;
    margin-bottom: 10px;
}

    .clsNormalText p {
        margin: 10px 0;
    }

.clsSagePayLogo {
    display: inline-block;
    float: right;
    width: 130px;
}

.hide {
    display: none !important;
}

.textalignleft {
    text-align: left !important;
}

.textalignright {
    text-align: right !important;
}

.fontbold {
    font-weight: bold !important;
}

.clstblAmt, .clstdAmt, .clsthAmt {
    border: solid 1px; /*DYNAMIC BORDER COLOR THIRD STAGE*/
    font-size: 14px;
    border-collapse: collapse;
    padding: 10px;
}

@media (max-width:768px) {
    #accordian .left, #accordian .right {
        width: 100%;
        float: left;
    }

    .clsSagePayLogo {
        display: inline-block;
        float: left;
        width: 130px;
    }

    .clsMobileHide {
        display: none !important;
    }

    #accordian .title h1 {
        font-size: 21px;
    }

    .headline img {
        margin: 10px auto 20px;
    }

    #accordian .content .continue {
        display: inline-block;
        float: none;
        width: 100%;
        border: 0;
        padding: 5px 15px;
        font-size: 16px;
        color: #FFF;
        border-bottom: 3px solid;
        border-radius: 2px;
        clear: both;
        text-align: center;
        text-decoration: none;
        margin-top: 15px;
        background: #333 none repeat scroll 0 0; /*DYNAMIC BUTTON COLOR*/
        border-color: -moz-use-text-color -moz-use-text-color #009900;
        cursor: pointer;
        border-style: inset;
    }

    .divinputText {
        width: 100% !important;
    }

    .divlblText {
        width: 100% !important;
    }

    .DivChangeLanguage {
        width: 36% !important;
        text-align: center !important;
        line-height: initial !important;
        float: left !important;
    }
}

@media (max-width: 480px) {
    .DivChangeLanguage {
        width: 55% !important;
        text-align: left !important;
        line-height: inherit !important;
        float: left !important;
    }
}

.DivChangeLanguage {
    width: 73%;
    text-align: right;
    line-height: initial;
    float: left;
}

.ChangeLanguage {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    text-decoration: underline !important;
}

.redStar {
    color: #ff0000 !important;
}



/*css for menu in admin panel*/

ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 20px 134px;
        text-decoration: none;
        font-size: 20px;
    }

        li a:hover:not(.active) {
            background-color: #111;
        }

.active {
    background-color: #4CAF50;
}



/*css for loader*/


.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

    .ajax-loader img {
        position: relative;
        top: 40%;
        left: 43%;
    }



/*css for confirm box*/

.dialog-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999;
}

    .dialog-ovelay .dialog {
        width: 400px;
        margin: 100px auto 0;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
        border-radius: 3px;
        overflow: hidden;
    }

        .dialog-ovelay .dialog header {
            padding: 10px 8px;
            background-color: #f6f7f9;
            border-bottom: 1px solid #e5e5e5;
        }

            .dialog-ovelay .dialog header h3 {
                font-size: 14px;
                margin: 0;
                color: #555;
                display: inline-block;
            }

            .dialog-ovelay .dialog header .fa-close {
                float: right;
                color: #c4c5c7;
                cursor: pointer;
                transition: all .5s ease;
                padding: 0 2px;
                border-radius: 1px;
            }

                .dialog-ovelay .dialog header .fa-close:hover {
                    color: #b9b9b9;
                }

                .dialog-ovelay .dialog header .fa-close:active {
                    box-shadow: 0 0 5px #673AB7;
                    color: #a2a2a2;
                }

        .dialog-ovelay .dialog .dialog-msg {
            padding: 12px 10px;
        }

            .dialog-ovelay .dialog .dialog-msg p {
                margin: 0;
                font-size: 15px;
                color: #333;
            }

        .dialog-ovelay .dialog footer {
            border-top: 1px solid #e5e5e5;
            padding: 8px 10px;
        }

            .dialog-ovelay .dialog footer .controls {
                direction: rtl;
            }

                .dialog-ovelay .dialog footer .controls .button {
                    padding: 5px 15px;
                    border-radius: 3px;
                }

.button {
    cursor: pointer;
}

.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}

.button-danger {
    background-color: #f44336;
    border: 1px solid #d32f2f;
    color: #f5f5f5;
}

.link {
    padding: 5px 10px;
    cursor: pointer;
}

.footer-content {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding-top: 10px
}

    .footer-content a {
        color: #fff;
    }
