﻿/* CSS Document */
@charset "utf-8";
/*CSS Reset*/
* {
    margin: 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding:10px;
}

.center_div {
    align-items: center;
    display: flex;
    height: 35px; 
}

.center_label {
    order: 2;
    /*margin: 0 auto;*/
}

html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ol, li, dl, dt, dd, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Arial,verdana,sans-serif;
}

html, body {
    height: 100%;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code {
    font-style: normal;
    font-weight: normal;
}

fieldset, img {
    border: 0;
}

.center {
    text-align: center;
}

filedset, img {
    border: 0 none;
    margin: 0.2em;
    vertical-align: middle;
}

:focus {
    outline: none;
}



ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

q:before, q:after {
    content: '';
}

.searchright {
    float: right;
}
/*Base Styles related to generci page, content and form styles*/
body {
    font-family: Arial,verdana,sans-serif;
    background-color: #f4f4f4;
    color: #1b1b1b;
    -webkit-font-smoothing: antialiased;
}

input, img, div {
    margin: 0;
    padding: 0;
}

    input[type="text"] {
        border: 1px solid #818181;
        height: 25px;
        padding: 0 0 0 5px;
    }

select {
    /*height: 25px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #737373;*/
}

a {
    text-decoration: none;
}

    a:hover {
        color: #d90000;
        text-decoration: underline;
    }

.spacer {
    height: 10px;
    clear: both;
}

.spacer30px {
    height: 30px;
    clear: both;
}

.modalspacer {
    height: 0px;
    clear: both;
}

.homespacer {
    height: 120px;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

span.icon-plus-sign {
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}

.line {
    background: #787878;
    min-height: 100%;
}

.clearfix {
    float: none;
    clear: both;
}

/*main Layout start*/
#wrapper {
    margin: 0px auto;
    width: 95%;
    text-align: left;
    min-height: 80%;
}
/*main Layout end*/
/* Masthead (Header) start */

#header {
    width: 100%;
    height: 117px;
    margin: 0 auto;
    background: #ffffff url(../images/bg_header.png) repeat-x top left;
    border: 0px solid #ccc;
}

#headernav {
    font-size: 12px;
    text-align: right;
    padding: 10px 0 0 0px;
}

    #headernav ul li {
        list-style-type: none;
        display: inline;
        padding: 10px 0 0 5px;
    }

        #headernav ul li a {
            text-decoration: none;
            color: #1b1b1b;
        }

            #headernav ul li a:hover {
                text-decoration: none;
                color: #d90000;
                padding: 0 0 3px 0px;
                border-bottom: solid 3px #d90000;
            }

.small {
    font-size: 11px;
}

.medium {
    font-size: 12px;
}

.large {
    font-size: 14px;
}

.strip {
    color: #535353;
}

.logo {
    background: url(../images/logo_sp.png) no-repeat 0 0;
    width: 280px;
    height: 79px;
    float: left;
    margin: 10px 10px 10px 3px;
}

.boxtollfree {
    float: left;
    margin: 10px 0 0 40px;
    background: url(../images/bg_header_tollfree.png) repeat-x 0 0;
    width: 26%;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 2px 2px 2px #e5e5e5;
}

    .boxtollfree .icon_tollfreephone {
        background: url(../images/icon_tollfreephone.png) no-repeat 0px 0px;
        width: 60px;
        height: 53px;
        display: block;
        float: inherit;
    }

    .boxtollfree p {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        line-height: 22px;
    }

        .boxtollfree p span {
            color: #e20a16;
        }


.header_right {
    float: right;
    margin-right: 0px;
    margin-top: -35px;
    /* width:200px;*/
}

.welcome {
    float: right;
    margin: 30px 5px 0px 0px;
    font-size: 12px;
    color: #000000;
    padding: 0px 3px 0 2px;
}

    .welcome p {
        padding: 0px 10px 0 0px;
        float: left;
    }

    .welcome span a {
        color: #155e97;
        font-weight: bold;
    }

        .welcome span a img {
            border: none;
        }

    .welcome .logout_icon {
        background: url(../images/icon_logout.png) no-repeat 0px 0px;
        width: 20px;
        height: 20px;
        display: block;
        padding: 0 12px 5px 30px;
        vertical-align: middle;
        float: right;
    }

    .welcome .logout_icon {
        color: #CC0000 !important;
        font-size: 12px !important;
        padding: -2px 0 0 14px !important;
        text-decoration: none !important;
        font-weight: bold !important;
        cursor: pointer !important;
        border: 0px !important;
        margin: 0px !important;
    }

        .welcome .logout_icon:hover {
            background-position: 0px 0px;
            background-color: none !important;
            background-image: url('../images/icon_logout.png') !important;
            background-repeat: no-repeat !important;
            background-attachment: scroll !important;
        }

        .welcome .logout_icon:hover {
            color: #CC0000 !important;
        }

.loginbutwidth {
    width: 250px !important;
}

#header select {
    margin: 10px 0 0 0px;
    width: 250px;
    height: 25px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #737373;
}




/* Masthead (Header) end */

/* Menu bar CSS*/
#menu {
    font-size: 12px;
    font-weight: bold;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a91b11), to(#df0b16));
    background: -moz-linear-gradient(top, #a91b11, #df0b16);
    background: -ms-linear-gradient(#a91b11, #df0b16);
    background: -o-linear-gradient(top, #a91b11, #df0b16);
    background: -webkit-linear-gradient(top, #a91b11, #df0b16); /* Chrome10+,Safari5.1+ */
    margin: 10px 0 0 0px;
    /*border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;*/
    -moz-border-radius: 5px 5px 5px 5px;
    /*behavior: url(css/PIE.htc);*/
    height: 43px;
    /*-pie-background: linear-gradient(#a91b11, #df0b16);*/
    background-color: #a91b11;
    width: 100%;
}

    #menu ul {
        /*float: left;*/
        list-style-type: none;
        margin: -10px 0 0 0px;
        vertical-align: middle;
        padding: 0px;
        height: 40px;
    }

        #menu ul ul {
            /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4e56), to(#040505)); 
background: -moz-linear-gradient(top, #4e4e56, #040505);*/
            background: #cc0000;
            filter: none;
            border-radius: 3px;
            /*behavior: url(css/PIE.htc);*/
            position: relative;
        }

        #menu ul li {
            /*border-right:1px solid #696969;*/
            vertical-align: middle;
        }

            #menu ul li a {
                padding-bottom: 0;
                padding-top: 14px;
                -webkit-transition: all 0.2s linear; /* Chrome 1-25, Safari 3.2+ */
                -moz-transition: all 0.2s linear; /* Firefox 4-15 */
                -o-transition: all 0.2s linear; /* Opera 10.50–12.00 */
                transition: all 0.2s linear; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
            }

                #menu ul li a span img {
                    margin-top: 0.2em;
                    margin-right: 0.5em;
                }

        #menu ul #last_child {
            border: none;
        }

.menuhover ul a:hover {
    background: url("../images/up_arrow.png") center top no-repeat;
}

/* Menu bar CSS*/

/* Breadcrumb CSS start*/
#menuspacer {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#f4f4f4));
    background: -moz-linear-gradient(top, #cecece, #f4f4f4);
    background: -ms-linear-gradient(#cecece, #f4f4f4);
    background: -o-linear-gradient(top, #cecece, #f4f4f4);
    background: -webkit-linear-gradient(top, #cecece, #f4f4f4); /* Chrome10+,Safari5.1+ */
    margin: 10px 0 0 0px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    behavior: url(css/PIE.htc);
    margin: 1px 0 0 0px;
    border-radius: 3px;
    height: 20px;
    width: 100%;
}

    #menuspacer .breadcrumb {
        font-size: 12px;
        font-weight: bold;
        padding: 12px 0 7px 5px;
        color: #032659;
        border-bottom: 2px solid #e20a16;
        /*width: 100%;*/
    }

        #menuspacer .breadcrumb span {
            color: #e20a16;
            padding: 5px 5px 4px 5px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
        }

/* Breadcrumb CSS end*/

/*Content*/

#content_wrapper {
    margin: 0px auto;
    min-height: 100% !important;
    margin: 0 0 10px 0px;
    /*float: left;*/
    width: 100%;
}

#content {
    margin: 30px 0 0px 0px;
    font-size: 12px;
    border: 1px solid rgba(196, 196, 196, 0.32);
    /*padding: 15px 10px;*/
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    height: 100%;
    float: left;
    width: 100%;
}

/* Slide show CSS starts here*/
#carousel {
    width: 800px;
    height: 297px;
    border-radius: 3px;
    margin: 0px auto;
}

#slides {
    display: none;
    overflow: visible;
}

.slidesjs-navigation {
    margin: 30px 0px 0 0px;
    z-index: 999;
    position: absolute;
    padding: 0px 0 5px 0px;
    width: 650px;
    height: 25px;
    border-top: 1px solid #fff;
    background: #ccc;
    opacity: 0.8;
}

.slidesjs-previous {
    margin: 0px auto;
    margin: 0 0 0 600px;
    border: 0px solid #000;
}

.slidesjs-next {
    margin: 0 0px 0 15px;
    font-size: 27px;
}

.slidesjs-navigation a:link, a:visited {
    color: #333;
}

.slidesjs-navigation a:hover, a:active {
    color: #9e2020;
    text-decoration: none;
}

.navbar {
    overflow: hidden;
}
/* Slide show CSS ends here*/

.subcontenttitle {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 0px;
    /*float: left;*/
}

.orderclaimtitle {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 0px;
    text-align: center;
}

.b2bfacilitates {
    /*border: 1px solid #ccc;
    background: rgba(204, 204, 204, 0.49);
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;*/
    padding: 10px;
}

    .b2bfacilitates p {
        color: #032659;
        font-weight: bold;
        padding: 10px 0px 5px 5px;
    }

    .b2bfacilitates img {
        margin: -140px 0 0 0px;
        display: inline-block;
        float: right;
    }

.b2bfacilitatelist ul {
    padding: 10px 0 0 0px;
}

.b2bfacilitatelist li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.55em 0 0.55em 0.65em;
    display: inline-block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.2em;
    margin: 10px 0 0px 0px;
    position: relative;
}



.radiospacing {
    margin: 0 10px 0 2px;
    vertical-align: -webkit-baseline-top;
}

.labelspacerorder {
    padding: 0 0 0 40px;
}

.labelspacerclaim {
    padding: 20px 35px 0 0px;
}

.dottedline {
    width: 100% !important;
    border-bottom: 1px dashed #868080;
    margin: 10px 0 10px 0px;
}

.dottedlineshadow {
    background: url(../images/up_arrow.png) no-repeat center;
    width: 100%;
    border: 1px solid #858585;
    margin: 10px 0 10px 0px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}


.dropdownwidth {
    width: 200px;
}

.claimdetails {
    width: auto;
    clear: both;
}

.claimleft {
    width: 400px;
    float: left;
}

.claimright {
    width: 300px;
    float: left;
}

.claimdetails .claimleft label {
    display: inline-block;
    width: 150px;
}

.claimdetails input[type="text"] {
    margin: 0 0 15px 30px;
    width: 150px;
}

.claimdetails select {
    width: 200px;
    height: 100px;
    clear: both;
}


.claimdetails .formright {
    width: 300px;
    height: 90px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 1px rgba(2, 2, 2, .2);
    -moz-box-shadow: inset 0px 1px 1px rgba(2, 2, 2, .2);
    box-shadow: inset 0px 1px 1px rgba(2, 2, 2, .2);
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #e6e6e6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

    .claimdetails .formright ul li {
        display: block;
        width: auto;
        margin: 0 0px 0 0px;
        vertical-align: top;
        padding: 10px 10px 5px 5px !important;
        color: #ce1014;
        font-size: 12px;
        text-align: left;
    }

        .claimdetails .formright ul li input label {
            float: left !important;
            padding: 0px;
        }

    .claimdetails .formright input[type="checkbox"] {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0 5px 0 0px;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }

.statement_form {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    float: left;
    margin: 0;
    padding: 5px;
    width: 99%;
}

    .statement_form p {
        font-weight: bold;
        padding: 0 0 5px 0px;
    }

    .statement_form label {
        display: inline-block;
        float: left;
        padding: 5px 20PX 0 0px;
    }

    .statement_form input[type="radio"] {
        margin: 0 0 0 20px;
    }

    .statement_form input[type="file"] {
        margin: 0 0 0 0px;
        float: left;
        background-color: #454545;
        border: 1px solid #1B211D;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) inset;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 4px;
        text-decoration: none;
        text-transform: capitalize;
        width: auto;
    }

    .statement_form #basic-modal {
        margin: 0 0 0 10px;
        float: left;
    }

.statementdropdown {
    width: 200px;
    margin: 0 0 0 20px;
}

.pagetitlebg {
    background: #E9E9E9;
    padding: 7px 0 7px 5px;
    /*width:99%;*/
    border: 1px solid #ccc;
    -moz-border-radius: 3px 3px 0 0px;
    -webkit-border-radius: 3px 3px 0 0px;
    border-radius: 3px 3px 0 0px;
    /*box-shadow: 0 2px 1px rgba(180, 180, 180, 0.5) inset;*/
}

.reportbuttonmargin {
    display: inline-block;
    /*margin: -9px 0 0 10px !important;*/
}

.reporticonmargin {
    display: inline-block;
    margin: 0px 20px 0 20px !important;
}

.report_form label {
    display: inline-block;
    width: 100px;
}

.report_form input[type="text"] {
    margin: 10px 50px 5px 35px;
    width: 150px;
}

.report_form select {
    margin: 10px 50px 5px 35px;
    width: 155px;
}

.highlight {
    background-color: #ffa;
}



.even_row {
    background-color: #fcfcfc;
}

.odd_row {
    background-color: #f5f5f5;
}


/*Success,warning and Error message css code start */
.info, .success, .done, .warning, .error, .validation {
    float: left;
    border: 1px solid;
    width: 95%;
    height: auto;
    margin: 10px 0 10px 0px;
    padding: 2px 10px 0px 5px;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
}

.info, .success, .done, .warning, .error, .validation, .divmessage {
    float: left;
    padding: 1px 5px 1px 0px;
}

    .info, .success, .done, .warning, .error, .validation, .divmessage span {
        display: block;
        padding: 2px 0 0 0px;
    }

.info {
    color: #00529B;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bde5f8), to(#ffffff));
    background: -moz-linear-gradient(top, #bde5f8, #ffffff);
    background: -ms-linear-gradient(#bde5f8, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#bde5f8, #ffffff);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.success, .done {
    color: #4F8A10;
    background-color: #c9dfa3;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c9dfa3), to(#ffffff));
    background: -moz-linear-gradient(top, #c9dfa3, #ffffff);
    background: -ms-linear-gradient(#c9dfa3, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#c9dfa3, #ffffff);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /* background-image:url('success.png');*/
}

.warning {
    color: #9F6000;
    background-color: #eedb90;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eedb90), to(#ffffff));
    background: -moz-linear-gradient(top, #eedb90, #ffffff);
    background: -ms-linear-gradient(#eedb90, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#eedb90, #ffffff);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /*background-image: url('warning.png');*/
}


/*Success,warning and Error message css code start */
.info, .success, .done, .warning, .error, .validation {
    float: left;
    border: 1px solid;
    width: 95%;
    height: auto;
    margin: 10px 0 10px 0px;
    padding: 2px 10px 0px 5px;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
}

.info, .success, .done, .warning, .error, .validation, .divmessage {
    float: left;
    padding: 1px 5px 1px 0px;
}

    .info, .success, .done, .warning, .error, .validation, .divmessage span {
        display: block;
        padding: 2px 0 0 0px;
    }
.error {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .15rem;
    color: #a91b11;
    background-color: rgba(169, 27, 17, 0.21);
    /*border-color: #a91b11;*/
    background: url(../images/icon_error.png) no-repeat left center;
    /*background-image: url('../images/icon_error.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;*/
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0rem;
    border: 1px solid transparent;
    font-size: 12px;
    /* border-radius: .25rem;

    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;

   */
}

.leftNav {
    width: 23%;
    float: left;
    border: 0px solid #c4c4c4;
    border-radius: 3px;
    behavior: url(css/PIE.htc);
    height: auto;
    clear: both;
}

.rightContent {
    width: 76%;
    float: right;
    padding: 0 1px 2px 0;
    margin: -5px 0 0 0px;
    height: auto;
}

.title_header {
    border-bottom: 4px solid #e20a16;
    width: 100%;
}

    .title_header h3 {
        color: #000 !important;
        font-weight: bold;
        font-size: 14px;
        padding: 0px 0 0 2px;
        background:;
    }

.leftNav ul {
    padding: 6px 2px;
}

    .leftNav ul li {
        padding: 6px 2px;
    }

    .leftNav ul label {
        font-weight: bold;
        color: #000000;
        font-size: 12px;
    }

.order_table {
    border: 1px solid #C4C4C4;
    border-radius: 3px 3px 3px 3px;
    margin: 10px 0 0 0px;
    width: 100%;
    font-size: 12px;
}

/* Added class rebate_invoice_table by Funi 2025.08.01 */
.rebate_invoice_table {
    border: 1px solid #C4C4C4;
    border-radius: 3px 3px 3px 3px;
    margin: 10px 0 0 0px;
    width: 100%;
    font-size: 12px;
}

.invoice_table {
    margin: 10px 0 0 0px;
    width: 100%;
    font-size: 12px;
}
.table_align {
    float: left !important;
    margin: 0px 0 0 0px !important;
}

.gridStatementWidth {
    width: 930px !important;
}

.order_table th {
    height: 25px;
    border: 1px solid #c4c4c4;
    color: #444444; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 50%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d1d1d1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );*/ /*IE6-9*/
    background: url("../images/bg.png") repeat-x;
    font-size: 12px;
    /*filter: none;*/
    font-weight: bold;
    padding: 5px 5px;
}

.order_table th {
    font-size: 13px;
    padding: 5px 5px;
    border: 1px solid #c4c4c4;
}

.order_table td {
    padding: 5px 5px;
    border: 1px solid #c4c4c4;
}

.order_table input[type="checkbox"] {
    margin: 5px 5px 0 5px;
}

.order_table select {
    width: 75px;
    margin: 0px 0px 0 3px;
}

/* Added class rebate_invoice_table by Funi 2025.08.01 */
.rebate_invoice_table th {

    height: 25px;
    border: 1px solid #c4c4c4;
    color: #444444; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 50%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d1d1d1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* IE10+ */
    background: url("../images/bg.png") repeat-x;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
}

.rebate_invoice_table th {
    font-size: 13px;
    padding: 5px 5px;
    border: 1px solid #c4c4c4;
}

.rebate_invoice_table td {
    padding: 5px 5px;
    border: 1px solid #c4c4c4;
}

.rebate_invoice_table input[type="checkbox"] {
    margin: 5px 5px 0 5px;
}

.rebate_invoice_table select {
    width: 75px;
    margin: 0px 0px 0 3px;
}

.rebate_invoice_table input[type="text"], input[type="numeric"] {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 90%;
}




.claimprintcontainer {
    clear: both;
}

    .claimprintcontainer.formleft {
        float: left;
        clear: both;
    }

    .claimprintcontainer label {
        width: 200px;
        height: 25px;
        display: inline-block;
        float: left;
        text-align: left;
        padding: 10px 0 0 0px;
        color: #1b1b1b;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 0 5px 2px;
        border: 1px solid #ccc;
        background: #E7E7E7;
    }

    .claimprintcontainer span {
        width: 260px;
        height: 25px;
        display: inline-block;
        float: left;
        padding: 10px 0 0 0px;
        text-align: left;
        color: #1b1b1b;
        font-size: 12px;
        font-weight: normal;
        padding: 10px 0 5px 2px;
        border: 1px solid #ccc;
    }

    .claimprintcontainer div {
        font-weight: bold;
        display: block;
        text-align: center;
    }

    .claimprintcontainer p {
        display: block;
        TEXT-ALIGN: right;
        font-weight: normal;
        color: #032659;
        padding: 0 2px 0 0px;
    }


.orderprintcontainer {
    clear: both;
}

    .orderprintcontainer.formleft {
        float: left;
        clear: both;
    }

    .orderprintcontainer label {
        width: 500px;
        height: 25px;
        display: block;
        float: left;
        text-align: left;
        padding: 10px 0 0 0px;
        color: #1b1b1b;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 0 5px 2px;
        border: 1px solid #ccc;
        background: #E7E7E7;
    }

    .orderprintcontainer span {
        width: 430px;
        height: 25px;
        display: block;
        float: left;
        padding: 10px 0 0 0px;
        text-align: left;
        color: #1b1b1b;
        font-size: 12px;
        font-weight: normal;
        padding: 10px 0 5px 2px;
        border: 1px solid #ccc;
    }

    .orderprintcontainer div {
        font-weight: bold;
        display: block;
        text-align: center;
    }

    .orderprintcontainer p {
        display: block;
        TEXT-ALIGN: right;
        font-weight: normal;
        color: #032659;
        padding: 0 2px 0 0px;
    }

.claimprint_table {
    border: 1px solid #C4C4C4;
    border-radius: 3px 3px 3px 3px;
    margin: 10px 0 0 0px;
    width: 100%;
    font-size: 12px;
}

    .claimprint_table th {
        height: 25px;
        border: 1px solid #c4c4c4;
        color: #444444; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 50%, #f6f6f6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d1d1d1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 50%,#f6f6f6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px;
    }

    .claimprint_table th {
        padding: 3px 3px;
        border: 1px solid #c4c4c4;
    }

    .claimprint_table td {
        padding: 3px 3px;
        border: 1px solid #c4c4c4;
    }


/* Pagination style starts here */



ul.srpagination {
    margin: 4px 0;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    font: 12px 'Tahoma';
    list-style-type: none;
}

    ul.srpagination li {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 5px;
    }

        ul.srpagination li:first-child {
            margin-left: 0px;
        }

        ul.srpagination li a {
            color: black;
            display: block;
            text-decoration: none;
            padding: 7px 10px 7px 10px;
        }

            ul.srpagination li a img {
                border: none;
            }
/*A */

ul.srpaginationA li a {
    color: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*01 */
ul.srpaginationA01 li a {
    color: #474747;
    border: solid 1px #B6B6B6;
    padding: 6px 9px 6px 9px;
    background: #E6E6E6;
    background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
}

    ul.srpaginationA01 li a:hover,
    ul.srpaginationA01 li a.current {
        background: #FFFFFF;
        color: #e20a16;
    }

    ul.srpaginationA01 li a.current {
        font-weight: bold;
    }

.paginationcontainer .paginationprevious {
    float: left;
}

.paginationcontainer .paginationnext {
    float: right;
    clear: both;
    /*margin: -27px 0 0 0px;*/
}
/*
.paginationcontainer .paginationlast {
    float: right;
    clear: both;
    margin: -28px 60px 0 0px;
}*/

.paginationcontainer {
    padding: 5px 0 10px 0px;
    float: left;
    width: 99%;
}

.paginationcenter {
    width: 68%;
    text-align: center;
    margin: 10px 0 0 0;
    float: left;
}

    .paginationcenter ul li {
        display: inline;
    }

        .paginationcenter ul li a {
            text-decoration: none;
        }

.pagination_left {
    float: left;
    /*width: 16%;*/
}

.pagination_right {
    float: right;
    /*right: 5px;*/
    /*width: 13%;*/
}

.page_align {
    width: 14% !important;
}

.next_align {
    margin-left: 10px !important;
}
/* Pagination style ends here */






/* Footer after login */
#footer {
    width: 100%; /* IE10 Consumer Preview */
    background: -ms-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%); /* Mozilla Firefox */
    background: -moz-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);
    /* Opera */
    background: -o-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%); /* Webkit (Safari/Chrome 10) */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D4D4D4), color-stop(1, #F4F4F4));
    /* IE 9+ */
    -pie-background: linear-gradient(#D4D4D4, #F4F4F4);
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);
    behavior: url(css/PIE.htc);
    /* W3C Markup, IE10 Release Preview */
    background: linear-gradient(to bottom, #D4D4D4 0%, #F4F4F4 100%);
    bottom: 0px;
    margin: 0px auto;
    margin-top: -230px;
    /*height: 130px;*/
    height: 100%;
    clear: both;
    z-index: 0;
}

/* Footer generic pages */

#footergeneric {
    width: 100%; /* IE10 Consumer Preview */
    /*Remove this comments  for Gradient footer effect*/
    /*background: -ms-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/ /* Mozilla Firefox */
    /*background: -moz-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/
    /* Opera */
    /*background: -o-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/ /* Webkit (Safari/Chrome 10) */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D4D4D4), color-stop(1, #F4F4F4));*/
    /* IE 9+ */
    /*-pie-background: linear-gradient(#D4D4D4, #F4F4F4);*/
    /* Webkit (Chrome 11+) */
    /*background: -webkit-linear-gradient(top, #D4D4D4 0%, #F4F4F4 100%);*/
    /*behavior: url(css/PIE.htc);*/
    /* W3C Markup, IE10 Release Preview */
    /*background: linear-gradient(to bottom, #D4D4D4 0%, #F4F4F4 100%);*/
    /*Gradient ends here*/
    background-color: rgb(198, 198, 198);
    bottom: 0px;
    margin: 0px auto;
    height: 80px;
    clear: both;
    z-index: 0;
}


.footerline {
    /*border-bottom: 1px solid #787878;*/
    height: auto;
}

#footer p {
    font-size: 11px;
    float: right;
    padding: 0 3px 0 0px;
    clear: both;
}

#footergeneric p {
    font-size: 11px;
    text-align: center;
    padding: 10px 3px 0 0px;
}

#footer a:hover {
    color: #db051c;
}

#footergeneric a:hover {
    color: #db051c;
}

/*Vasanth*/

/*#footerMenu > li {
    float: left;
    margin: 8px 0 0 0px;
    z-index: 0;
}

#footerMenu li a {
    color: #393939;
    font-size: 11px;
    line-height: 28px;
    padding: 10px 80px 0 0px;
    text-decoration: none;
    font-weight: bold;
    clear: both;
}

#footerMenu ul a {
    font-weight: normal;
    position: relative;
    padding: 0px;
    z-index: 999;
    padding: 10px 5px 10px 20px;
    font-weight: normal;
}*/

#footerMenu > li {
    float: left;
    margin: 8px 0 0 0px;
}

#footerMenu li a {
    color: #333333;
    font-size: 12px;
    line-height: 28px;
    padding: 10px 8px 0 20px;
    text-decoration: none;
    font-weight: bold;
    clear: both;
}

#footerMenu ul a {
    font-weight: normal;
    position: relative;
    padding: 0px;
    z-index: 999;
    padding: 10px 5px 10px 20px;
    font-weight: normal;
    z-index: 2;
}

#footer ul {
    display: inline;
}

#footer {
    width: 100%; /* IE10 Consumer Preview */
    bottom: 0px;
    margin: 5px auto;
    clear: both;
    z-index: 1;
}

/* Footer generic pages */

#footergeneric {
    width: 100%; /* IE10 Consumer Preview */
    background: #c6c6c6; /* Mozilla Firefox */
    bottom: 0px;
    margin: 0px auto;
    height: 80px;
    clear: both;
}

.footerline {
    float: left;
    width: 100%;
    height: auto;
}


#footer p {
    font-size: 12px;
    float: right;
    padding: 0px 3px 3px 0px;
    clear: both;
}

    #footer p a {
        color: #CC0000;
        clear: both;
    }

#footergeneric p a {
    color: #CC0000;
    clear: both;
}

#footergeneric p {
    font-size: 12px;
    float: right;
    padding: 40px 3px 0 0px;
    clear: both;
}

#footer a:hover {
    color: #A71228;
}

#footergeneric a:hover {
    color: #A71228;
}

#footerMenu > li {
    float: left;
    margin: 8px 0 0 0px;
}

/*Vasanth*/


/* SimpleModal Basic Modal Dialog start */

#basic-modal-content {
    display: none;
    position: fixed;
    z-index: 1002;
    /* height: 18px; */
    width: 400px;
    /*left: 397.5px;
    top: 448.5px;*/
}

#basic-modal-fail-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

.loading-bg {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
}
/* Container */
#simplemodal-container {
    height: 120px;
    width: 400px;
    color: #bbb;
    background-color: #fcfcfc;
    border: 4px solid #444;
    padding: 12px;
    height: auto;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

    #simplemodal-container p {
        font-size: 12px;
        color: #447492;
        font-weight: bold;
        text-align: center;
    }

    #simplemodal-container a.modalCloseImg {
        background: url(../images/x.png) no-repeat;
        width: 25px;
        height: 29px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: -15px;
        right: -16px;
        cursor: pointer;
    }

    #simplemodal-container h3 {
        color: #84b8d9;
        font-size: 12px;
    }

/* SimpleModal Basic Modal Dialog end */



/* Nicely lines up the labels. */

#modalformcontainer label {
    display: block;
    width: 300px;
    float: left;
    padding: 15px 0px 20px 0px;
    color: #ce1014;
    font-size: 12px;
    clear: both;
}

#modalformcontainer input[type="text"] {
    float: left;
    width: 250px;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 0px 0 0 5px;
    margin: 7px 0 0px 0px;
}

#modalformcontainer input[type="file"] {
    float: left;
    width: 250px;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 5px 0 0 5px;
    margin: 7px 0 0px 0px;
}

#modalformcontainer select {
    float: left;
    width: 260px;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 0px 0 0 5px;
    margin: 7px 0 0px 0px;
}

#modalformcontainer span {
    float: left;
    width: 260px;
    font-size: 12px;
    padding: 0px 0 0 5px;
    margin: 7px 0 0px 0px;
}

.modaltextarea {
    float: left;
    width: 250px;
    height: 100px;
    border: 1px solid #9b9b9b;
    padding: 3px 3px 3px 5px;
    margin: 7px 0 0 0px;
}


/* You could add a class to all the input boxes instead, if you like. That would be safer, and more backwards-compatible */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print*/

.tabberlive .tabbertabhide {
    display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
    margin: 12px 0 0 0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
    padding: 15px 0 0 5px;
    margin: 15px 0 0 0px;
    font-size: 0;
    border: 0px solid #ccc;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    background: none;
    border-radius: 5px 5px 0 0px;
    -webkit-border-radius: 5px 5px 0 0px;
    -moz-border-radius: 5px 5px 0 0px;
    height: 35px;
}

    ul.tabbernav li {
        display: inline-block;
        margin: 11px 5px 0 -5px; /*no distance between tabs*/
        background: none;
    }

        ul.tabbernav li a {
            font-size: 12px;
            text-decoration: none;
            position: relative;
            margin: 0px 10px 0 0px;
            padding: 8px 12px;
            color: #fff;
            outline: none;
            background: #909b9c;
            border: 0px solid #9b9b9b;
            font-weight: bold;
            border-radius: 5px 5px 0 0px;
            -webkit-border-radius: 5px 5px 0 0px;
            -moz-border-radius: 5px 5px 0 0px;
        }



        ul.tabbernav li.selected a, ul.tabbernav li.selected a:hover {
            top: 0px;
            padding: 8px 12px;
            background: #e20a16;
            font-size: 12px;
            font-weight: bold;
            color: #f4d100;
            border-radius: 5px 5px 0 0px;
            -webkit-border-radius: 5px 5px 0 0px;
            -moz-border-radius: 5px 5px 0 0px;
        }

        ul.tabbernav li a:hover {
            color: #f4d100;
            background: #e20a16;
        }

        ul.tabbernav li.selected a:hover {
            text-decoration: none;
            color: #f4d100;
            background: #e20a16;
        }


        ul.tabbernav li.tabberactive a {
            background-color: #e20a16;
            border-bottom: 1px solid #fff;
        }

            ul.tabbernav li.tabberactive a:hover {
                background: #e20a16;
                font-size: 12px;
                font-weight: bold;
                color: #f4d100;
                border-radius: 5px 5px 0 0px;
                -webkit-border-radius: 5px 5px 0 0px;
            }

.tabberlive .tabbertab h2 {
    display: none;
}

.tabberlive .tabbertab h3 {
    display: none;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    font-size: 12px;
    border: 1px solid #7b7e7e;
    padding: 15px 10px;
    margin: 0 0 0 0px;
    border-radius: 0px 3px 3px 3px;
    -webkit-border-radius: 0px 3px 3px 3px;
    -moz-border-radius: 0px 3px 3px 3px;
    height: auto;
    overflow: auto;
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabbertab #formcontainer label {
    display: block;
    width: 200px;
    float: left;
    padding: 15px 0px 20px 0px;
    color: #ce1014;
    font-size: 12px;
    clear: both;
}


.tabbertab #formcontainer input[type="text"],
input[type="password"], input[type="email"] {
    float: left;
    height: 28px;
    border: 1px solid #9b9b9b;
    padding: 0px 0 0 5px;
    margin: 7px 0 0 0px;
}


/* Registration form error message dialog box style starts here */

.registrationerror img {
    margin: 0px 0px 0px 5px;
}

.registrationerror {
    font-size: 14px;
    color: #00529B;
    margin: 0px 0 7px 0px;
    padding: 0 0 5px 0px;
    background: #FAF0CC;
    box-shadow: 0 0 5px #b3b3b3;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .registrationerror .regiserrortopbg {
        background: none;
        border-bottom: 4px solid #e20a16;
        padding: 0px 0 5px 0px;
        ;
        margin: 0px;
    }

    .registrationerror span {
        font-weight: bold;
        font-size: 12px;
    }

    .registrationerror ul li {
        font-size: 12px;
        padding: 0 0 0 55px;
        list-style: inside;
        line-height: 22px;
        color: #d60d15;
        clear: both;
    }

.inputerrorhighlight {
    box-shadow: 0 0 5px #FC7777;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}


.regbar {
    width: 1020px;
    display: block;
    margin: 0 0 0 -30px;
    z-index: 0 !important;
    position: absolute;
    -moz-border-radius: 0px 0 0 3px;
    -webkit-border-radius: 0px 0 0 3px;
    border-radius: 0px 0 0 3px;
    border-left: 1px solid #9a9a9a;
    background: rgba(142,142,142,1);
    background: -moz-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,142,142,1)), color-stop(14%, rgba(206,206,206,1)), color-stop(96%, rgba(221,221,221,1)), color-stop(100%, rgba(206,206,206,1)));
    background: -webkit-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -o-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    background: linear-gradient(to bottom, rgba(142,142,142,1) 0%, rgba(206,206,206,1) 14%, rgba(221,221,221,1) 96%, rgba(206,206,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#cecece', GradientType=0 );
    box-shadow: 0 2px 10px rgba(0,0,0,0.3) inset;
}

.regbar1:before {
    content: "";
    position: absolute;
    overflow: visible;
    margin: 20px 0 0 -50px;
    z-index: -10 !important;
    border: 20px solid transparent;
    border-right-color: #676767;
}



.inpbuttonb2b {
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 12px 17px 12px 17px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #1b211d;
    margin: 0px 0 0 -2px;
    background-color: #454545;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize;
    -webkit-appearance: none;
}

    .inpbuttonb2b:hover {
        color: #f4d100;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a91b11), to(#df0b16));
        background: -moz-linear-gradient(top, #a91b11, #df0b16);
        background: -ms-linear-gradient(#a91b11, #df0b16);
        behavior: url(css/PIE.htc);
        -pie-background: linear-gradient(#a91b11, #df0b16);
        -webkit-appearance: none;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.inpbuttonb2bdisable {
    width: auto;
    color: #4f4f4f;
    font-size: 12px;
    padding: 12px 17px 12px 17px;
    text-decoration: none;
    font-weight: bold;
    cursor: not-allowed;
    border: 1px solid #1b211d;
    margin: 0px 0 0 -2px;
    background-color: #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize;
    -webkit-appearance: none;
}

    .inpbuttonb2bdisable:hover {
        color: #454545;
        background: #ccc;
        -webkit-appearance: none;
    }

.b2b_button {
    text-align: center;
    margin: 0px 0 5PX 0px;
}



input[type="submit"].inpbuttondisable {
    /*background: #dedede;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #6e6e6e;
    font-size: 12px;
    padding: 7px 7px;
    text-decoration: none;
    font-weight: bold;
    cursor: not-allowed;
    border: 1px solid #6e6e6e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) none;
    margin: 0px 0 0 5px;
    margin-bottom: 10px !important;*/
    background-color: #ccc;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input[type="button"].inpbuttondisable {
    /*background: #dedede;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #6e6e6e;
    font-size: 12px;
    padding: 7px 7px;
    text-decoration: none;
    font-weight: bold;
    cursor: not-allowed;
    border: 1px solid #6e6e6e;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) none;
    margin: 0px 0 0 5px;
    margin-bottom: 10px !important;*/
    background-color: #ccc;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.inpbuttondisable:hover {
    color: #454545;
    background: #ccc;
    cursor: not-allowed;
}


input[type="submit"].inpbutton {
    /*background-color: #454545;
    border: 1px solid #1B211D;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 7px 7px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;*/
    background-color: #454545;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.iframe {
    width:100%;
    height:100%;
}
input[type="button"].inpbutton {
    background-color: #454545;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*background-color: #454545;
    border: 1px solid #1B211D;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 7px 7px;
    text-decoration: none;
    text-transform: capitalize;
    width: auto;*/
}

input[type="button"].inpbuttonmargin {
    background-color: #454545;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 0px 8px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.inpbutton:hover {
    color: #f4d100;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a91b11), to(#df0b16));
    background: -moz-linear-gradient(top, #a91b11, #df0b16);
    background: -ms-linear-gradient(#a91b11, #df0b16);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#a91b11, #df0b16);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a91b11', endColorstr='#df0b16', GradientType=0 );
}


/* controls style starts here*/
.order_date, .order_listbox, .order_text, .order_select {
    /*padding: 0px 10px 0px 5px;
    margin-top: -5px;
    float: left;
    width: 31%;*/
}

.order_radio {
    padding: 0px 10px 0px 5px;
    float: left;
    /*width: 45%;*/
}

.label_style {
    min-width: 100px !important;
    max-width: 150px;
    /*display: inline-block !important;*/
    padding: 3px 10px 0px 5px !important;
}

/*.datepicker {
    width: 150px;
    margin-left: 0px !important;
}*/

.select_style {
    /*width: 157px !important;
    margin: 0px 0px 5px 0px !important;*/
}

.textbox {
    width: 150px !important;
    margin: 0px !important;
}
.textboxLarge {
    width: 350px !important;
    margin: 0px !important;
}


.spanspacing {
    margin: 0 0px 0 2px;
    vertical-align: baseline;
}

.title {
    font-weight: bold;
    padding: 0 0 5px 0px;
}

.radio_style {
    margin: 0px 0px 0px 10px;
}

::-webkit-input-placeholder { /* Edge */
    color: #ccc;
    font-style: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    font-style: normal;
}

.autocompleteinputtextbox::-webkit-input-placeholder {
    color: #777777;
    font-size: 12px;
    font-style: normal;
}


.listbox {
    width: 250px;
    height: 100px;
    float: left;
    /*margin: 10px 10px 10px 10px;*/
    border: 1px solid #efebeb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow-y: scroll;
    padding: 0px 0px 0px 20px;
}

    .listbox li {
        padding: 5px 0px 5px 0px;
    }

    .listbox label {
        padding: 0px 0px 0px 2px;
        float: right;
    }



.order_content {
    width: 100%;
    /*float: left;
    margin: 0px 0px 10px -5px;*/
    /*display: grid;*/
    /*grid-template-areas: 'header header header header header' 'menu main main main main' 'menu footer footer footer footer';*/
    /*grid-gap: 5px;
    background-color: transparent;
    padding: 5px;*/
}


/* controls style ends here */

.order_downloadSpan {
    width: 430px;
    height: 25px;
    display: block;
    float: left;
    padding: 10px 0 0 0px;
    text-align: left;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 5px 2px;
    border: 1px solid #ccc;
}

.order_downloadLabel {
    width: 500px;
    height: 25px;
    display: block;
    float: left;
    text-align: left;
    padding: 10px 0 0 0px;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 5px 2px;
    border: 1px solid #ccc;
    background: #E7E7E7;
}

/* Registration form error message dialog box style starts here */

.registrationerror img {
    margin: 0px 0px 0px 5px;
}

.registrationerror {
    font-size: 14px;
    color: #00529B;
    margin: 0px 0 7px 0px;
    padding: 0 0 5px 0px;
    background: #FAF0CC;
    box-shadow: 0 0 5px #b3b3b3;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .registrationerror .regiserrortopbg {
        background: none;
        border-bottom: 4px solid #CC0000;
        padding: 0px 0 5px 0px;
        margin: 0px;
    }

    .registrationerror span {
        font-weight: bold;
        font-size: 12px;
    }

    .registrationerror ul li {
        font-size: 12px;
        padding: 0 0 0 55px;
        list-style: inside;
        line-height: 22px;
        color: #d60d15;
        clear: both;
    }

.info, .success, .done, .warning, .error, .validation {
    float: left;
    border: 1px solid;
    /*width: 95%;*/
    height: auto;
    /*margin: 10px 0 10px 0px;*/
    /*padding: 5px 5px 5px 10px;*/
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    clear: both;
    margin-left: 5px !important;
}

    .info, .success, .done, .warning, .error, .validation span {
        float: left;
    }

    .info, .success, .done, .warning, .error, .validation .divmessage {
        float: left;
        /*padding: 5px 5px 0 0px;*/
    }
    /*New design for error/display msg ends*/


    .info, .success, .done, .warning, .error, .validation img {
        /*margin: 5px 2px 5px 0px;*/
    }

.divmessage span {
    padding: 2px 0px 0px !important;
    font-size: 12px;
    display: block;
}

.divmessage {
    padding: 1px 5px 1px 0px;
    float: left;
}

/*Removes Clear Field Icon from the Input TextBox*/
.autocompleteinputtextbox::-ms-clear {
    display: none;
}

.handpointer {
    cursor: pointer;
    text-decoration: none !important;
}

.handpointermouseover {
    text-decoration: none !important;
    cursor: pointer;
    color: #1b1b1b !important;
}

/* used by statement capture page */
.validation-summary-errors {
    color: red;
}

#noscriptContent {
    margin: 30px 0 0px 0px;
    font-weight: bolder;
    padding: 15px 10px;
    float: left;
    width: 980px;
    text-align: center;
}



.order_form {
    /*border: 1px solid #CCCCCC;*/
    border-radius: 3px;
    float: left;
    margin: 0;
    padding: 5px;
    width: 99%;
}

    .order_form p {
        font-weight: bold;
        padding: 0 0 5px 0px;
    }

    .order_form label {
        /*display: inline-block;*/
    }

    .order_form input[type="radio"] {
        margin: 0px 0px 0px 50px;
    }

    .order_form input[type="text"] {
        /*margin: 0 0 0 35px;*/
        width: 154px;
    }

    .order_form ul {
        /*margin:  0px 0px 0px 50px;*/
        width: 350px;
    }

.order_form_table label {
    margin: 0 10px 0 0px;
}

.order_form_table input[type="text"], select {
    margin: 0 10px 0 0px;
}


/* padding: 5px 10px 0px 5px !important; */


/*.grid-container label {
        display: inline-block;
    }*/

/** {
    box-sizing: border-box;
}*/

.grid-container {
    display: flex;
    /*
    grid-template-areas: 'header header header header ' 'menu main main main' 'menu footer footer footer';
    grid-gap: 5px;
    background-color: transparent;*/
    /*padding: 5px;*/
}

    .grid-container > div {
        flex: 5%;
        padding: 5px;
        /*height: auto;*/ /* Should be removed. Only for demonstration */
    }

.grid-container-10 {
    column-count: 10;
    column-gap: 10px;
}

    .grid-container-10 > div {
        display: inline-grid;
    }

.grid-container-8 {
    column-count: 8;
    column-gap: 20px;
    overflow: hidden;
}

/*.grid-container-8 >div {
  column-span: all;
}*/

grid-container-6 {
     display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 100px 100px 100px 100px 100px;
  grid-template-columns: 100px 100px 100px 100px 100px 100px;
     /*display: -ms-grid;
  display: grid;*/
  /*-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;*/
    /*-webkit-column-count: 6;
    -moz-column-count: 6;
    	-o-column-count:6;
    column-count: 6;

    column-gap: 20px;
    -moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
    overflow: hidden;*/
}

.grid-container-6 > div {
     -ms-grid-column: 6;
  grid-column: 6;
  max-width: 300px;
    /*display: inline-grid;
    padding: 2px;*/
    /*overflow: hidden;*/
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto 10fr;
  grid-template-columns: 200px auto 10fr;
}

.cell {
  -ms-grid-column: 2;
  grid-column: 2;
  max-width: 300px;
}


.grid-container-6 > input[type="text"] {
    display: inline-grid;
    width: 100%;
    overflow: hidden;
}

grid-container-4 {
    column-count: 4;
    column-gap: 20px;
    overflow: hidden;
}

.grid-container-4 > div {
    display: inline-grid;
}

.grid-container-lookup {
    width: 200px;
    /*border: 1px solid #2d2d2d;*/
    display: grid;
    justify-content: center;
}

.grid-container > div {
    /*background: transparent;
    padding: 12px;
    display: inline-block;*/
}




order_content input[type="text"] {
    min-width: 200px;
    width: auto;
}

input[type="text"], textarea {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

table .select, select_style, select {
    min-width: 100px;
    max-width: 150px;
    width: auto;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: left;
}

table input.label[type="text"] {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 50px;
    width: auto;
}

table input[type="text"], input[type="numeric"] {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 50px;
    width: 100px;
}

.order_table input[type="text"], input[type="numeric"] {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 90%;
}

.invoice_table input[type="text"], input[type="numeric"] {
    padding: 4px;
    width: 95%;
}

.invoice_table td {
    padding: 5px 5px;
    min-width: 150px;
}

.invoice_table select {
    width: 75px;
    margin: 0px 0px 0 3px;
}

.ui-accordion-header.ui-state-active {
    background-color: #a91b11;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa /*{borderColorActive}*/;
    background: #a91b11 /*{bgColorActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
    font-weight: normal /*{fwDefault}*/;
    color: #212121 /*{fcActive}*/;
}

.invalid {
    color: #ff0000;
    border-color: #ff0000;
}

.required::before {
    content: " *";
    color: red;
}
