/* CSS Document */
@charset "utf-8";
/*CSS Reset*/
* {
    margin: 0;
}

html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, 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;
}



.flex-container {
    display: flex;
    align-items: center;
}

.grid {
    display: grid;
    align-items: center;
    justify-items: end;
}
    .grid * {
        grid-column-start: 1;
        grid-row-start: 1;

    }



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;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #d90000;
        text-decoration: underline;
    }

.spacer {
    height: 10px;
    clear: both;
}

.spacer30px {
    height: 30px;
    clear: both;
}

.modalspacer {
    height: 10px;
    clear: both;
}

.homespacer {
    height: 120px;
    clear: both;
}

.left {
    float: left;
    padding-bottom: 2px;
    padding-left: 2px;
}

.right {
    float: right;
}
/*
.rightbtn {color:#000; font-weight:bold; float:right; background:#ccc; border:1px solid #7c7979;  border-radius:2px; -webkit-border-radius:2px;cursor:pointer;}
.rightbtn:hover {color:#fff; float:right; background:#e20a16; border:1px solid #999; cursor:pointer;} */

.line {
    background: #787878;
    min-height: 100%;
}

.clearfix {
    float: none;
    clear: both;
}
/*Layout*/
#wrapper {
    margin: 0 auto;
    width: 1003px;
    text-align: left;
}

/* Masthead (Header) */

#header {
    width: 1003px;
    height: 117px;
    margin: 0 auto;
    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/logoNew_sp.png) no-repeat 0 0;
    width: 280px;
    height: 79px;
    float: left;
    margin: 0 0 0px 3px;
}

.boxtollfree {
    float: left;
    margin: 10px 0 0 65px;
    background: url(../images/bg_header_tollfree.png) repeat-x 0 0;
    width: 26%;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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;
        }


.boxtollfree1 {
    float: left;
    margin: 30px 0 0 300px;
    background: url(../images/bg_header_tollfree.png) repeat-x 0 0;
    width: 24%;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    z-index: 999;
    position: absolute;
}

    .boxtollfree1 .icon_tollfreephone1 {
        background: url(../images/icon_tollfreephone.png) no-repeat 0px 0px;
        width: 60px;
        height: 53px;
        display: block;
        float: left;
        z-index: 9999;
    }

    .boxtollfree1 p {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        line-height: 22px;
    }

        .boxtollfree1 p span {
            color: #e20a16;
        }




.header_right {
    float: right;
    margin: 18px 2px 0 0px;
}

.welcome {
    float: right;
    margin: -10px 5px 0px 0px;
    font-size: 12px;
    color: #000000;
    padding: 0px 3px 0 2px;
    clear: both;
}

    .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;
    }

.loginbutwidth {
    width: 250px!important;
}

.searchPanel #input {
    background: #c0c9ca;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    float: left;
}

    .searchPanel #input input {
        background: none;
        border: none;
        width: 190px;
        height: 30px;
        padding: 0 5px 0 5px;
    }

.searchbutton {
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    background: #ff0000;
    display: table;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 0 0 1px;
}

    .searchbutton span {
        display: table-cell;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        vertical-align: middle;
    }

.searchPanel .searchbutton {
    float: left;
}

/* 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: 44px;
    -pie-background: linear-gradient(#a91b11, #df0b16);
}

    #menu ul {
        float: left;
        list-style-type: none;
        margin: 0px 0 0 15px;
        vertical-align: middle;
        padding: 0px;
        height: 41px;
    }

        #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;
}

#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: 5px;
    height: 20px;
}

    #menuspacer .breadcrumb {
        font-size: 12px;
        font-weight: bold;
        padding: 12px 0 7px 5px;
        color: #032659;
        border-bottom: 2px solid #e20a16;
    }

        #menuspacer .breadcrumb span {
            color: #e20a16;
            padding: 5px 5px 4px 5px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
        }


/*Content*/

#content_wrapper {
    margin: 0px auto;
    overflow: hidden;
    margin: 0 0 10px 0px;
}
.parametertitle {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 0px;
    margin: 0 0 0 120px;
    color: black;
}


#content {
    margin: 30px 0 0px 0px;
    font-size: 12px;
    border: 1px solid #7b7e7e;
    padding: 15px 10px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}


.subcontenttitle {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 0px;
    margin: 10px 0 10px 0;
}

.even_row {
    background-color: #fcfcfc;
}

.odd_row {
    background-color: #f5f5f5;
}

/*Success,warning and Error message css code start */
.info, .success, .warning, .error, .validation {
    /*float: left;*/
    border: 1px solid;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0px;
    padding: 2px 0px 0px 0px;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
}

.info, .success, .warning, .error, .validation, .divmessage {
    /*float: left;*/
    padding: 1px 0px 1px 0px;
}

    .info, .success, .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: 5px;
    -webkit-border-radius: 5px;
}

.success {
    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: 5px;
    -webkit-border-radius: 5px;
    /* 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: 5px;
    -webkit-border-radius: 5px;
    /*background-image: url('warning.png');*/
}

.error {
    display: grid;
    justify-items:center;
    grid-template-columns: 6% 94%;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items:normal;

    color: #D8000C;
    background-color: #f8a6a6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8a6a6), to(#ffffff));
    background: -moz-linear-gradient(top, #f8a6a6, #ffffff);
    background: -ms-linear-gradient(#f8a6a6, #ffffff);
    behavior: url(css/PIE.htc);
    -pie-background: linear-gradient(#f8a6a6, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background-image: url('error.png');*/
}
/*Success,warning and Error message css code end */

.error img{
    margin-top: 6px;
}



.astric {
    font-size: 11px;
    color: red;
    text-align: left;
    padding: 5px 0 10px 130px;
}

    .astric .astricbold {
        font-weight: bold;
    }

.lower_para .astric {
    font-size: 11px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 3px;
}



.user_Mngmt_buttons {
    margin: 12px 0 0 0px;
    text-align: center;
}
/* Registration Form style starts here */



.mandatory {
    font-size: 11px;
    float: right;
    margin-right: 10px;
}

.asteric {
    color: red;
}





span.icon-plus-sign {
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}


/* Footer after login */
#footer {
    width: 1003px; /* IE10 Consumer Preview */
    background: #ccc;
    margin: 0px auto;
    z-index: 0;
}

/* Footer generic pages */

#footergeneric {
    width: 1003px; /* IE10 Consumer Preview */
    background: #ccc;
    bottom: 0px;
    margin: 0px auto;
    z-index: 0;
}

.footerline1 {
    border-bottom: 1px solid #787878;
    height: 39px;
}

.footerline {
    float: left;
    background: #ccc;
    width: 100%;
    height: auto;
}

#footer p {
    font-size: 11px;
    float: right;
    padding: 0 3px 0 0px;
    clear: both;
}

#footergeneric p {
    font-size: 11px;
    float: right;
    padding: 0 3px 0 0px;
    clear: both;
}

#footer a:hover {
    color: #db051c;
}

#footergeneric a:hover {
    color: #db051c;
}

#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 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;
}


/* Sign in page style starts here */
.signincontainer {
    width: 600px;
    height: 500px;
    margin: 0px auto;
    padding: 20px;
    box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    -webkit-box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    -moz-box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    -o-box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.errorcontainer {
    width: 700px;
    min-height: 370px;
    margin: 0px auto;
    padding: 20px;
    box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    -webkit-box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    -moz-box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    -o-box-shadow: inset 0px 0px 20px -9px #ABABAB,9px 12px 13px -15px #8A8A8A;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.spacer20px {
    height: 20px;
    clear: both;
}

.headerborder {
    border-bottom: 2px solid #e20a16;
}

.customerror {
   border-bottom:1px dotted #e20a16;
   padding:0px 0 15px 0px;
}

.customerror h1 {
    font-size: 20px !important;
    font-weight: bold !important;
    padding:17px 0px 0px 60px !important;
}

.customerror span {
    width: 100% !important;
    margin: 0 0 0 0px !important;
    display: block !important;
    float: left !important;
    padding: 15px 0 0 0px !important;
    color: #1b1b1b !important;
    font-size: 13px !important;  
    line-height: 18px !important;
    font-weight:normal !important;
}
.expspan {
    width: 100% !important;
    margin: 0 0 0 0px !important;
    display: block !important;
    float: left !important;
    padding: 15px 0 0 0px !important;
    color: #1b1b1b !important;
    font-size: 13px !important;  
    line-height: 18px !important;
    font-weight:normal !important;
}

.errorimgleft img {
    float: left;
    display: inline-block;
    margin: 0 20px 0 0px;
}

.signincontainer h1 {
    font-size: 16px;
    font-weight: bold;
}

.signincontainer a {
    line-height: 10px;
    color: #00388c;
}

    .signincontainer a:hover {
        color: #E20A16;
    }

.signinform p {
    margin: 10px 0 0px 240px;
    float: left;
    font-size: 14px;
    display: inline-block;
    clear: both;
}

    .signinform p a {
        color: #CC0000;
        font-size: 12px;
        padding: 0 10px 0 40px;
    }

.signinform label {
    width: 0px;
    display: block;
    float: left;
    /*padding: 10px 0 0 0px;*/
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 146px 0 0px;
}

.signinform span {
    width: 100px;
    display: block;
    float: left;
    padding: 0px 0 0 0px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0 0 180px;
}

.signinform input[type="text"], input[type="password"] {
    /*max-width: 480px;*/
    height: 32px;
    background: #f5f5f5;
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    padding: 0 5px 0 5px;
    margin: 0px 120px 0 120px;
    /*display:block;*/
}

.signinform #txtPassword {
    padding:0 35px 0 5px
}

.signinform select {
    /*display:block;*/
    width: -webkit-fill-available;
    width: -moz-available;
    color: #000;
    height: 32px;
    padding: 3px;
    background: #f5f5f5;
    margin: 0px 120px 0 120px;
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
}

.txtboxwidth {
    /*width: 480px !important;*/
    /*width: 473.4px !important;*/
    width: -webkit-fill-available;
    width: -moz-available;
    color: black !important;
}

.txtboxwidthLogin {
    width: 180px !important;
    color: black !important;
    margin: 7px 0 0 280px!important;
}

.goback {
    float: right;
    margin: -15px -10px 0 0px;
    padding: 5px 0 0 0px;
}

    .goback img {
        margin: 0 0 0 5px;
    }

    .goback a span {
        padding: 20px 0 0 10px;
        color: #CC0000;
        font-weight: bold;
    }

.rempwd {
    /*display:inline-block*/
    /*float:*/ /*left*//*;*/
    align-content:center;
    margin: 10px 120px 0 120px;
    clear: both;
    font-size: 14px;
}

    .rempwd span {
        padding: 5px 0 0 0px;
    }

    .rempwd label {
        margin-top: -9px;
        font-size: 13px;
        color: black;
        padding: 0px;
        width: -webkit-fill-available;
        width: -moz-available;
        align-self: center;
        font-weight: normal;
        float: inline-end;
        text-align: center;
    }

        .rempwd label a {
            color: black;
            font-weight: bold;
        }

.signinform input[type="checkbox"] {
    /*float: left;*/
    height: 15px;
    width: 15px;
    padding: 0px 0 0 5px;
    margin: 0px 130px 0 0px;
    background: url(../images/closed-eye.png) no-repeat;

}

/*CustomCheckbox*/

.checkboxLabel label{
    cursor: pointer;
    display: flex;
}
.checkboxLabel input[type='checkbox']{
    cursor: pointer; 
    opacity: 0;
    display:none;
    position: absolute;
}

.checkboxLabel label::before {
    content: url(../images/closed-eye.png);
    transform: scale(.6);
    width: 1em;
    height: 1em;
    /*border: .05em solid black;*/
    border-radius: .15em;
    margin-right: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkboxLabel input[type='checkbox']:checked + label::before{
    content: url(../images/open-eye.png) ;
    transform:scale(.6);
    background-size: 10px 20px;
    /*background: blue;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*End*/

    input [type="submit"].inpbutton {
    float: left;
    width: 255px;
    background: #454545!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #1b211d;
    margin: 10px 0 0 250px;
    clear: both;
}

    input[type="submit"].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);
    }

.footersignin {
    width: 1003px; /* IE10 Consumer Preview */
    margin: 0px auto;
    z-index: 0;
}

    .footersignin p {
        font-size: 11px;
        text-align: center;
        padding: 0 3px 0 0px;
        clear: both;
    }

    .footersignin a{
        font-weight: bold;
        color:black;
    }

        .footersignin a:hover {
            color: #d90000;
        }
/* Sign in page style ends here */

/*.inpbuttonb2b {
    float: left;
    width: 257px!important;
    color: #fff;
    font-size: 12px;
    padding: 12px 17px 12px 17px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #1b211d;
    margin: 10px 0 0 280px;
    background-color: #454545;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize;
    clear: both;
}

    .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);
    }*/

.inpbuttonb2bLogin {
    color: #fff;
    font-size: 12px;
    padding: 10px 17px 9px 17px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #1b211d;
    background-color: #454545;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize;
    clear: both;
}

    .inpbuttonb2bLogin: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);
    }

.info, .success, .warning, .error, .validation {
    /*float: left;*/
    border: 1px solid;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0px;
    padding: 5px 0px 5px 0px;
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: middle;
    clear: both;
    /*margin-left: 0px !important;*/
}

.info, .success, .warning, .error, .validation, .divmessage {
    /*float: left;*/
    padding: 1px 0px 1px 0px!important;
}

    .info, .success, .warning, .error, .validation, .divmessage span {
        padding: 2px 0 0 0px!important;
        font-size: 12px;
        font-weight:bold;
    }
        /*New design for error/display msg ends*/


        .info, .success, .warning, .error, .validation img {
            margin: 5px 120px 5px 120px;
            width: -webkit-fill-available;
            width: -moz-available;
        }

.spantitle {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 3px 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(PIE.htc);
    -pie-background: linear-gradient(#bde5f8, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.success {
    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(PIE.htc);
    -pie-background: linear-gradient(#c9dfa3, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* 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(PIE.htc);
    -pie-background: linear-gradient(#eedb90, #ffffff);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*background-image: url('warning.png');*/
}


.genericformcontainer {
    margin: 0px auto;
}

#genericform {
    width: 750px;
    float: left;
}

    /* Nicely lines up the labels. */
    #genericform label {
        width: 385px;
        float: left;
        padding: 10px 0px 20px 0px;
        color: #272222;
        font-size: 12px;
        margin: 0px 0 0px 0px;
    }

    /* You could add a class to all the input boxes instead, if you like. That would be safer, and more backwards-compatible */

#emailsubtitle {
    font-size: 14px;
    margin-left:120px;
    margin-right: 120px;
}

#lblEmailHidden {
    font-weight: bold;
}
/*OTP Cells*/
.otpflex {
    display: flex;
    flex-direction: row;
    margin: 0 120px 0 120px;
    align-items: center;
}

.otpcell {
    height: 40px !important;
    width: 40px !important;
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    text-align: center !important;
    border-style: solid !important;
    border-color: black !important;
    border-radius: 5px !important;
    margin: auto !important;
    font-size: large !important;
    padding: 0 !important;
}




    #genericform input[type="password"], #genericform input[type="text"] {
        height: 28px;
        width: 200px;
        border: 1px solid #9b9b9b;
        padding: 0px 0 0 5px;
        margin: 5px 0 20px 0px;
        clear: inherit;
    }

    #genericform select {
        height: 28px;
        width: 207px;
        border: 1px solid #9b9b9b;
        padding: 0px 0 0 5px;
        margin: 0px 0 10px 0px;
        /*float: left;*/
    }


    #genericform .questionmark {
        font-size: 18px;
        padding: 5px 0 0 5px;
    }

    #genericform .helpimg1 {
        padding: 5px 0 0px;
        float: left;
    }

    #genericform .helpimg2 {
        padding: 60px 5PX 0 5PX;
    }

    #genericform img {
        padding: 3px 0 0 3px;
    }

.error span {
    margin-left: 2px !important;
    margin-top: 5px !important;
    width: 100%;
    color: #D8000C;
    font-size: 12px;
    font-weight: bold;
}
/*.error span, .spantitle,.left{
    display: grid;
}*/

.regbar1:before {
    content: "";
    position: absolute;
    overflow: visible;
    margin: 12px 0 0 -50px;
    z-index: -10!important;
    border: 20px solid transparent;
    border-right-color: #676767;
}

.b2bform_button {
    text-align: center;
    margin: 0px 0 0 0px;
}

.inpbuttonb2b {
    width: -webkit-fill-available;
    width: -moz-available;
    color: #fff !important;
    font-size: 12px !important;
    padding: 8px 15px 8px 15px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    cursor: pointer !important;
    border: 1px solid #1b211d !important;
    border-radius: 8px;
    margin: 10px 120px 0 120px !important;
    background-color: #454545 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset !important;
    text-transform: capitalize !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}
.inpbuttonb2bloginbutton {
    width: -webkit-fill-available;
    width: -moz-available;
    color: #fff !important;
    font-size: 12px !important;
    padding: 8px 15px 8px 15px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    cursor: pointer !important;
    border: 1px solid #1b211d !important;
    border-radius: 8px;
    margin: 10px 120px 0 120px !important;
    background-color: #454545 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset !important;
    text-transform: capitalize !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}
    .inpbuttonb2bloginbutton:hover {
        color: #f4d100;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7CFC00), to( #7CFC00));
        background: -moz-linear-gradient(top, #7CFC00, #7CFC00);
        background: -ms-linear-gradient(#7CFC00, #7CFC00);
        behavior: url(css/PIE.htc);
        -pie-background: linear-gradient(#7CFC00, #7CFC00);
    }
.otpGrid{
    display: grid;
    
}
#resendOtp.inpbuttonb2b, #resendOtp.inpbuttonb2bdisable {
    margin: 0 !important;
    width: 50%;
}

#unameReset {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    height:26px;
    width: 50%;
    text-align:center;
    align-content:center;
    
}
.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);
}

.inpbuttonb2bdisable {
    width: -webkit-fill-available;
    width: -moz-available;
    color: #4f4f4f;
    font-size: 12px !important;
    padding: 8px 15px 8px 15px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    cursor: not-allowed;
    border: 1px solid #1b211d !important;
    border-radius: 8px;
    margin: 10px 120px 0 120px !important;
    background-color: #ccc;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) inset;
    text-transform: capitalize !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}

    .inpbuttonb2bdisable:hover {
        color: #454545;
        background: #ccc;
    }
