@charset "utf-8";

/* CSS Document */

#pagewrap{
    width:1024px;
    margin:0px auto;
    clear:both;
    background: #FFF;
}
 
#thelogin .validation-advice {
    color:#fff203;
    float:left;     
    width:100%;
} 
.validation-advice {
    color:#c11428;
    float:left;     
    width:100%;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}
/*------------------------------------------------------
Fonts
------------------------------------------------------*/
/*@font-face {/* This declaration targets Internet Explorer 
    font-family: 'NissanProBold';
    src: url('../fonts/nissanag-bold-webfont.eot');
    src: url('../fonts/nissanag-bold-webfont.eot') format('embedded-opentype'),
         url('../fonts/nissanag-bold-webfont.woff') format('woff'),
         url('../fonts/nissanag-bold-webfont.ttf') format('truetype'),
         url('../fonts/nissanag-bold-webfont.svg#NissanProBold') format('svg');
}
@font-face {
    font-family: 'NissanProRegular';
    src: url('../fonts/nissanag-regular-webfont.eot');
    src: url('../fonts/nissanag-regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/nissanag-regular-webfont.woff') format('woff'),
         url('../fonts/nissanag-regular-webfont.ttf') format('truetype'),
         url('../fonts/nissanag-regular-webfont.svg#NissanProRegular') format('svg');
}
@font-face {
    font-family: 'NissanProRegularCondensed';
    src: url('../fonts/nissanproregcnd-webfont.eot');
    src: url('../fonts/nissanproregcnd-webfont.eot') format('embedded-opentype'),
         url('../fonts/nissanproregcnd-webfont.woff') format('woff'),
         url('../fonts/nissanproregcnd-webfont.ttf') format('truetype'),
         url('../fonts/nissanproregcnd-webfont.svg#NissanProRegularCondensed') format('svg');
}
*/


@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'abbeyroad';
    src: url('../fonts/abberoad.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'abbeyroad';
    src: url(//:) format('no404'), url('../fonts/abberoad.woff') format('woff'), url('../fonts/abberoad.ttf') format('truetype'), url('../fonts/abberoad.svg#abbeyroad') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'digital-7';
    src: url('../fonts/digital-7.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'digital-7';
    src: url(//:) format('no404'), url('../fonts/digital-7.woff') format('woff'), url('../fonts/digital-7.ttf') format('truetype'), url('../fonts/digital-7.svg#digital-7') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Generic Code for all pages*/
.nisred{
    color: #C11428;
}
.nisgrey{
    color: #343434;
}
.grey2{
    color: #4c4c4c;
}
.grey3{
    color: #666;
}
.grey4{
    color: #bababa;
}
.grey5{
    color: #c1c1c1;
}
.grey6{
    color: #eee;
}
.white{
    color: #fff;
}
input[type="button"], input[type="submit"]{
    cursor:pointer;
}
.bold{
    font-weight:bold;
}
.black{
    color:#343434 !important;
}
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
.textleft{
    text-align: left;
}
.textcenter{
    text-align: center!important;
}
.textright{
    text-align: right;
}
.margin30{
    margin: 30px!important;
}
.margintop10{
    margin-top: 10px;
    
}
.margintop20{
    margin-top: 20px;
    
}
.marginleft10{
    margin-left: 10px;
}
.marginright10{
    margin-right: 10px;
}
.marginbottom10{
    margin-bottom: 10px;
}
.gutter10{
    padding: 10px;
}
.gutter20{
    padding: 20px;
}
.gutter30{
    padding: 30px;
}
.gutter90{
    padding: 30px 90px 30px 90px;
}
.noguttertop{
    padding: 0px 20px 20px 20px;
}
.nopaddingall{
    padding: 0 !important;
}
.line{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    height: 2px;
    margin: 10px 0 10px 0;
}
.cf:before, .cf:after{
    content: "";
    display: table;
}
cf:after{clear: both;}
/*------------------------------------------------------
Main
------------------------------------------------------*/

#niscontainer{
    background: #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
}
.border{
    border: 2px solid #343434;
}
.whitegap{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 10px;
    position: relative;
    top: 0px;
    width: 100%;
}
.whitebg{
    background: #FFF !important;
}
.redbg{
    background: #C11428!important;
}
/*------------------------------------------------------
Header
------------------------------------------------------*/
#nisheader{
    background:#000 url(../images/nheader_bk.jpg) center top no-repeat;
    height: 425px;
    position: relative;
}
#nis_subheader{
    background:#000 url(../images/nheader_bk2.jpg) center top no-repeat;
    height: 200px;
}
#logo{
    float: left;
    background: url(../images/nissan_logo.png) left top no-repeat;
    height: 145px;
    width: 175px;
    position: relative;
    top: 30px;
}
#logo a{
    display: block;
    height: 145px;
    width: 175px;
}
#logo_text{
    text-align: center;
    color: white;
    font: 28px Arial, Helvetica, sans-serif;
    position: relative;
    top: 150px;
    left: -90px;
}
#thelogin{
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.panel{
    background: none no-repeat scroll 0 0 #C11428;
    clear: right;
    color: #FFFFFF;
    float: right;
    padding: 10px;
    width: 220px;
    border-radius: 0;
    margin-bottom: 0!important;
}
.panel ul{
    list-style: none;
}
.panel input#login-email, .panel input#login-password {
    width: 200px;
    color: #343434;
}
#header-table {
    background: none repeat scroll 0 0 #CCCCCC;
    margin-bottom: 0 !important;
    z-index: 2;
    font-weight: bolder;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 7px 10px 7px 10px;
}
.alert-warning {
    background-color: #FCF8E3;
    border-color: #c1c1c1;
    color: #C11428;
    font-weight: bold;
}
#nismenu{
    list-style: none;
    color: #FFF;
    float: left;
    position: absolute;
    top: 365px;
    left: 10px;
}
#nismenu li{
    color: #FFF;
    float: left;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    *display: inline;
    height: 60px;
    width: 247px;
    zoom: 1;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    border: 3px solid white;
    border-bottom: none !important;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#nismenu li a{
    width: 245px;
    text-align: center;
    color: #FFF;
    float: left;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding-top: 10px;
    text-decoration: none;
    font-weight: bold;
}
#nismenu li a small{
    font:12px Arial, Helvetica, sans-serif;
}
#nismenu li:hover, nismenu li:focus{
    background: #C11428;
    -webkit-box-shadow:inset 0 0 15px 0 #343434;
    box-shadow:inset 0 0 15px 0 #343434;
}
#nismenu li:hover #redline, #nismenu li:hover #redline, #nismenu li.active #redline{
    background: #C11428;
    left: -10px;
    position: absolute;
    top: 58px;
    width: 1024px;
    height: 3px;
}

.active{
    background: #C11428!important;
    -webkit-box-shadow:inset 0 0 15px 0 #343434;
    box-shadow:inset 0 0 15px 0 #343434;
}

.left_col {
    background: #C11428;
    color: #FFFFFF;
    float: left;
    padding: 15px;
    width: 300px;
}
.left_col ul li {
    margin-bottom: 10px;
}
.right_col {
    background: #FFF;
    float: right;
    width: 724px;
    padding: 20px;
}
.title_heading {
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    font:26px Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}
.left_col h4 {
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 10px;
}

#helpbox_btn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #343434;
    border-radius: 3px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    z-index: 10;
}
#helpbox_btn h4{
    color: #343434;
}
.botborder {
    border-bottom: 2px solid #343434;
    width: 500px;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.line{
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #343434;
    margin-bottom: 20px;
    height: 2px;
}
.stepscert li {
    color: #343434;
    font: bold 15px Arial,Verdana,Helvetica,sans-serif;
    list-style-type: decimal;
    margin: 10px 0 0 18px;
    line-height: 24px;
}
.stepscert li p {
    color: #4c4c4c;
    font: 12px Verdana,Helvetica,sans-serif;
}


.btn_normal{
    padding: 0 10px 0 10px;
    min-width: 75px;
    height: 25px;
    color: #FFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.btn_lrg{
    display: block;
    height: 50px;
    min-width: 75px;
    padding: 2px 10px 2px 10px;
    color: #FFF;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
   
}

.red_btn.red_btn{
    color: #FFF;
    text-decoration: none;
    background: #c11428; /* Old browsers */
    background: -moz-linear-gradient(top,  #c11428 0%, #870e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c11428), color-stop(100%,#870e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c11428 0%,#870e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c11428 0%,#870e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c11428 0%,#870e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c11428 0%,#870e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c11428', endColorstr='#870e0e',GradientType=0 ); /* IE6-9 */


}
.red_btn:hover, .red_btn:focus{
    color: #FFF;
    background: #870e0e; /* Old browsers */
    background: -moz-linear-gradient(top,  #870e0e 0%, #c11428 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#870e0e), color-stop(100%,#c11428)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #870e0e 0%,#c11428 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #870e0e 0%,#c11428 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #870e0e 0%,#c11428 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #870e0e 0%,#c11428 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870e0e', endColorstr='#c11428',GradientType=0 ); /* IE6-9 */
}

.inactive_btn{
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #bababa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#bababa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
}
.inactive_btn:hover, .inactive_btn:focus{
    background: #bababa; /* Old browsers */
    background: -moz-linear-gradient(top,  #bababa 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bababa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bababa 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bababa 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bababa 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.btn_normal.disabled, .btn_normal[disabled], fieldset[disabled] .btn_normal, .btn_lrg.disabled, .btn_lrg[disabled], fieldset[disabled] .btn_lrg {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
#enrollbtn{
    line-height: 18px;
    width: 150px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.cert_btn{
    position:absolute;
    left:50%;
    top:215px;
    margin-left:433px;
    height: 56px;
    width: 135px;
    border: 0;
    outline: 0;
    padding-bottom: 5px; 
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
    background: url('../images/cert_btn.png');
}
button.cert_btn:hover{
    background: url('../images/cert_btn.png');
}
#opted_form{
    width: 100%;
}
#opted_form tbody tr td input{
    margin-right: 10px;
    vertical-align: top;
}
#opted_form tbody tr td{
    vertical-align: top;
}
.input_sml{
    width: 100px;
}
.input_md1{
    width: 150px;
}
.input_md{
    width: 220px;
}
.input_lrg{
    width: 430px;
}
.input_ful{
    width: 100%;
}
select{
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    background-color: #fff;
}
table.form{
    width: 100%;
    border-collapse: initial;
    border-spacing: 15px;
}
.hid{
    display: none;
}
.red {
    color: #C71444;
}
.block {
    display: block;
}
.disablebox{
    background: #eee;
    border: 1px solid #e3e3e3;
}
.legal_content p {
    margin: 1em 0;
}
.bg-header{
    background: #dbdbdb;
    color: #343434;
    box-shadow: 0 0 1px 2px rgba(111, 111, 111, 0.3) inset;
}
.greybar{
    padding: 5px 10px 5px 10px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #bababa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bababa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#bababa 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#bababa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bababa',GradientType=0 ); /* IE6-9 */
}
#certified-table tbody tr td{
    vertical-align: middle;
}
#certified-table  tbody tr{ 
    background: #FFFFFF;
}
/*  Define the background color for all the ODD background rows  */
#certified-table  tbody tr:nth-child(odd){ 
    background: #FFFFFF;
}
/*  Define the background color for all the EVEN background rows  */
#certified-table  tbody tr:nth-child(even){
    background: #E4E4E4;
}
/*table tr:hover{ 
    background: #C11428;
    color: #FFF;
}*/
table.color thead tr{ 
    background: #c1c1c1;
}
table.color tbody tr{ 
    background: #FFFFFF;
}
/*  Define the background color for all the ODD background rows  */
table.color  tbody tr:nth-child(odd){ 
    background: #FFFFFF;
}
/*  Define the background color for all the EVEN background rows  */
table.color  tbody tr:nth-child(even){
    background: #E4E4E4;
}
table.color tbody tr:hover{ 
    background: #C11428;
    color: #FFF;
}
.tablewrapper{
    max-height: 300px;
    overflow-y: scroll;
}
.header_result thead tr{ 
    background: #c1c1c1;
}
#filter{
    margin-bottom: 10px;
}
#find-vendor-form ul li{
    list-style: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 15px;
}
#register_btns{
    text-align: center;
    list-style: none;
    color: white;
    margin: 0 auto;
}
#register_btns li{
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    *display: inline;
    background: #343434;
    height: 60px;
    width: 247px;
    zoom: 1;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    border: 3px solid white;
    border-bottom: none !important;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#register_btns li a{
    color: white;
    float: left;
    width: 245px;
    font-family: 'abbeyroad';
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    text-decoration: none;
}
#register_btns li a small{
    font-family: 'verdana';
    font-size: 12px;
}
#register_btns li:hover, #register_btns li:focus{
    background: #C11428!important;
    -webkit-box-shadow:inset 0 0 15px 0 #343434;
    box-shadow:inset 0 0 15px 0 #343434;
}

/*------------------------------------------------------
Modal
------------------------------------------------------*/
.modal-dialog{
    width: 750px;
}
#myModal .modal-body {
    padding:0px; 
}

#myModal .modal-body .filter {
    background:none repeat scroll 0 0 #E5E5E5;
}

#myModal .modal-body ul, #create ul, #loginAccountCreation ul { 
    width:100%; 
    overflow: hidden; 
    list-style: none; 
}

#myModal .modal-body ul li, #create ul li { 
    float:left;
    padding:0; 
    margin-right: 10px;
}
.modal-header {
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 3px 3px 0 0;
}
.modal-title{
    color: white;
}
.close{
    color: #FFF;
    opacity: 1;
    text-shadow: none;
    position: relative;
    top: 5px;
}
.close:hover, .close:focus{
    color: #FFF;
}
/*modal-body{
    background: #dbdbdb;
    box-shadow: 0 0 1px 1px rgba(111, 111, 111, 0.3) inset;
}*/
.inset_body{
    background: #dbdbdb;
    box-shadow: 0 0 1px 1px rgba(111, 111, 111, 0.3) inset;
}
.clear { clear:both;}

.gutter { padding:10px; }

.btn-inverse { background:#111111;color:white; }

.btn-inverse:hover { background: #555555;color:white; }

.nomarginall { margin:0px; }
#departmentID { width:85px; }

#loginAccountCreation .modal-dialog {
    width:400px;
}
#loginfrm .filter {
    padding:10px 20px;
}

#loginfrm .filter input[type=text], #loginfrm .filter input[type=password] {
    width:100%;
}

#loginfrm .action {
    margin-top:10px;
}
/*#myModal .modal-dialog,#myAccountCreation .modal-dialog {*/
    /*width:700px;*/
/*}*/
#myAccountCreation .modal-dialog {
    width:530px;
}
#fixhead{
    position: fixed;
    margin: 0 auto;
    width: 100%;
    z-index: 20;
    background:#000;
    -webkit-box-shadow: 0 2px 3px 0 #000000;
box-shadow: 0 2px 3px 0 #000000;
}
.topfixed{
    position: relative;
    top: 30px;
   
}
#topnav {
    height:30px;
    overflow:hidden;
    width: 1024px;
    color:#FFF;
    line-height:30px;
    margin:0 auto;
    
}
#topnav ul{
    list-style: none;
    text-align: right;
    font-size:90%;
}
#topnav ul li {
    color:#c1c1c1;
    display: inline;
}
#topnav ul li a {
    color:#c1c1c1;
}
#topnav ul li a.active {
    color:#FFF;
    text-decoration: underline;
    background: #000000 !important;
}
#topnav ul li a:hover {
    color: inherit;
}
#topnav ul li.divider {
    color:#CCC;
}
#navigation {
    overflow:hidden;
    background:#000;
    line-height:30px;
    margin:0px;
    height:auto;
    
}
#navigation ul {
    text-align: left;
}

#navigation ul li {
    height: 35px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float:left;
    margin-right: 4px;
    border: 2px solid white;
    border-bottom: none !important;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#navigation ul li a {
    color:#FFF;
    padding: 10px 20px;
    font: bold 13px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
#navigation ul li:hover, #navigation ul li:focus {
    background: #C11428;
    -webkit-box-shadow:inset 0 0 15px 0 #343434;
    box-shadow:inset 0 0 15px 0 #343434
}
#navigation ul li:hover #redline, #navigation ul li:focus #redline, #navigation ul li.active #redline{
    background: #C11428;
    left: 0px;
    position: absolute;
    top: 235px;
    width: 1024px;
    height: 3px;
}

/*------------------------------------------------------
Sub-Navigation
------------------------------------------------------*/
#subNavBar{
    float: left;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    cursor: pointer;
    display: inline;
    width: 1140px;
}
#subNavBar li{
    float: left;

}
#subNavBar li a{
    padding: 8px 10px 15px;
    color: #343434;
    line-height: 1.5em;
    text-decoration: none;
    font-family: 'abbeyroad';
    font-size: 11pt;
    text-align: center;
    margin-left: 0px;
    background: url(../images/sub_btn.png) left top no-repeat;
    height: 30px;
    width: 170px;
    padding: 3px 0 0 3px;
    overflow: hidden;
    display: block;
    border: 0px solid #C1c1c1;

    /*Rounded Corners
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/

    /*Gradient
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
    
    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
/*.arrow-right{
    background: url(../images/subtriangle_btn.png) left top no-repeat;
    position: relative;
    top: -30px;
    left: 179px;
    height: 30px;
    width: 14px;
}

.arrow-right:hover, .arrow-right.selected{
    top: -30px;
    left: 180px;
}*/
#subNavBar li a:hover, #subNavBar li a.selected{
    position: relative;
    width: 255px;
    height: 40px;
    background: url(../images/sub_btnhover.png) left top no-repeat;
    color: #FFF;
    margin-left: -180px;
    z-index: 100;
}
.noguttertop{
    padding: 0px 20px 20px 20px;
}
#subNavBar li a.step2, #subNavBar li a.step3, #subNavBar li a.step4, #subNavBar li a.step5, #subNavBar li a.step6, #subNavBar li a.step7{
    margin-left: -16px;
}
#subNavBar li a.step2:hover, #subNavBar li a.step3:hover, #subNavBar li a.step4:hover, #subNavBar li a.step5:hover, #subNavBar li a.step6:hover, #subNavBar li a.step7:hover{
    margin-left: -105px;
    position: relative;
    z-index: 20;
}

#subNavBar li a.step1{
    position: relative;
    z-index: 6;
}
#subNavBar li a.step2{
    position: relative;
    z-index: 5;
}

#subNavBar li a.step3{
    position: relative;
    z-index: 4;
}
#subNavBar li a.step4{
    position: relative;
    z-index: 3;
}
#subNavBar li a.step5{
    position: relative;
    z-index: 2;
}
#subNavBar li a.step6{
    position: relative;
    z-index: 1;
}
#subNavBar li a.step7{
    position: relative;
    z-index: 0;
}

#rightcolumn p{
    margin: 1em 0;
}
#objectivelist li{
    margin-bottom: 5px;
    margin-left: 295px;
}
.marginright30{
    margin-right: 30px;
}
.nomarginleft{
    margin-left: 0!important;
}
.nomarginright{
    margin-right: 0!important;
}


#assessment, .assessment{
    padding: 0px;
}
#assessment thead tr th, .assessment thead tr th{
    line-height: 30px;
    color: #FFF;
    font-family: abbeyroad;
    font-size: 20px;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 3px 3px 0;
    border-radius: 3px 3px 0;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#assessment thead tr td, .assessment thead tr td{
    border: 1px solid #c1c1c1;
    background: #CCC;
    padding: 5px 5px 5px 10px
}
#assessment thead tr td.red{ 
    color: #C71444;
}
#assessment tbody tr td, .assessment tbody tr td, .assessment tfoot tr td{
    border: 1px solid #CCC;
    padding: 5px 5px 5px 10px;
    vertical-align: top;
}
.assessment tfoot tr td{
    border-top: 2px solid #333;
}
#assessment thead tr, .assessment thead tr{ 
    background: #c1c1c1;
}
#assessment tbody tr, .assessment tbody tr{
    background: #FFFFFF;
}
/*  Define the background color for all the ODD background rows  */
#assessment tbody tr:nth-child(odd), .assessment tbody tr:nth-child(odd){ 
    background: #FFFFFF;
}
/*  Define the background color for all the EVEN background rows */
#assessment tbody tr:nth-child(even), .assessment tbody tr:nth-child(even){
    background: #E4E4E4;
}
#assessment_header thead tr th, .assessment thead tr th{
    text-align: center;
    line-height: 35px;
    color: #FFF;
    font-family: abbeyroad;
    font-size: 20px;
    height: 35px;
    padding-left: 15px;
    -webkit-border-radius: 0 0 0;
    border-radius: 0 0 0;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*#additionalinfo tr{
    background: none;
}

#additionalinfo tbody tr td{
    border: none;
    padding: 0 7px 5px 0;
}
#additionalinfo tbody tr td textarea{
    resize: none;
}*/

#additionalinfo{
    margin-bottom: 5px;
}
#additionalinfo li{
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 9px;
    vertical-align: top;
}
#additionalinfo li input{
    width: 100px;
}
#additionalinfo li textarea{
    width: 430px;
    resize: none;
}
.tablehead{
    background: #CCC;
    border: 1px solid #999;
}
/*span { 
    display:block;
    word-wrap:break-word;
}*/

#viewReport{
    height: auto;
    vertical-align: middle;
    line-height: 18px;
}
#ui-datepicker-div{
    z-index: 100!important;
}

.topmarup30 {
    margin-top: -30px;
}
.topmarup36 {
    margin-top: -36px;
}
.borderwhite{
    border: 3px solid #FFF;
}
/*------------------------------------------------------
Business Profile
------------------------------------------------------*/

        

/*.section3 li {
	width:100%;
	float:left;
} 
.section2 {
	width:25%;
}*/


#basic ul {
    overflow: hidden;
    list-style: none;
}
#basic ul li{
    float:left;
    padding:0 15px 0 0;
}

#basic ul li select {
    width: 120px;
}

#basic ul li input.field.email {
    width:200px;
}
#basic ul li input.field.web {
    width:275px;
}
/*#basic input[type=text].field {
    width:100%;
}*/
.noborder {
    border:none !important;
}
#shop_info li{
    list-style: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#fancybox-close{
    right: -50px;
}
#calendar{
    border: 1px solid #ccc;
    width: 100%;
}
#calendar tr th{
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-family: abbeyroad;
    font-size: 20px;
    height: 30px;
    padding-left: 15px;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#calendar tbody tr td{
    border: 1px solid #ccc;
    height: 65px;
    padding: 5px 10px 10px 10px;
    text-align: right;
    font-size: 22px;
}

#calendar tbody tr{ 
    background: #FFFFFF;
}
/*  Define the background color for all the ODD background rows  */
#calendar tbody tr:nth-child(odd){ 
    background: #FFFFFF;
}
/*  Define the background color for all the EVEN background rows  */
#calendar tbody tr:nth-child(even){
    background: #E4E4E4;
}
.daytitle td{
    text-align: center!important;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px!important;
    height: 35px!important;
}
.coupontooltip {
    max-height: 300px;
    overflow-y: scroll;
    margin-top: -30px;
    margin-left: 5px;
    padding: 0px;
    position: absolute;
    z-index: 1000;
    width:auto;
    -webkit-box-shadow: 0 0 7px 0 #343434;
    box-shadow: 0 0 7px 0 #343434;
    border: 5px solid #4c4c4c;
}
#calender_popup{
    text-align: center;
    color: #343434;
}
#calender_popup thead tr td{
    border: 1px solid #c1c1c1;
    background: #CCC;
    height: 35px!important;
    text-align: center;
    color: #343434;
    vertical-align: middle;
    font-size: 12px;
}
#calender_popup tbody tr td{
    height: 35px!important;
    font-weight: normal!important;
    vertical-align: middle;
    font-size: 12px;
}
.scorelink{
    color: #fff;
    text-decoration: none;
}
.scorecard_bg{
    padding: 7px;
}
.scorecard_container{
    width: 100%;
    margin: 0 auto;
}
.scorecard{
    padding: 10px;
}
.scorecard td{
    height: 100px;
    vertical-align: middle;
    border-right: 2px solid #ccc;
}
.noborderright{
    border-right: none!important;
}
.scoretitle{
    color: #555;
    text-decoration: none;
    font-size: 20pt;
    margin-right: 10px;
    line-height: 38px;
}
.mainscore{
    background: #e23;
    border: medium none;
    color: #FFFFFF;
    border-radius: 8px;
    border: solid 3px #fff;
    font-family: 'digital-7', Arial, Helvetica, sans-serif;
    font-size: 18pt;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 0 20px #512 inset;
}
.subtitle{
    color: #555;
    text-decoration: none;
    font-weight: bold;
}
.subscore{
    background: #777;
    border: medium none;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    font-family: digital-7, abbeyroad;
    font-size: 16pt;
    padding: 5px 15px 5px 15px;
}
#bestpractice tbody tr td{
    border: solid 0px #555;
    padding: 10px;
}
#bestpractice{
    border-spacing:5px;
}
.scorehead{
    border-bottom: solid 2px #999;
}
.scoreboard{
    background: #ddd;
    border: solid 2px #fff;
    padding: 0 3px 0 3px;
    border-radius: 10px;
}
.scorebottom{
    border-bottom: 2px solid #ccc!important;
}
.maintitle{
    height: 50px;
}

/*------------------------------------------------------
Pro Forma
------------------------------------------------------*/
.ui-jqgrid, .ui-jqgrid *{
    -wenkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

h1.th{
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-family: abbeyroad;
    font-size: 20px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #4c4c4c 25%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#4c4c4c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#4c4c4c 25%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#4c4c4c 25%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.forma-hold{
    width: 76%;
    margin: 0 auto;
}

.btn-group .btn:active, .btn-group .btn:hover, .btn-group .btn:focus{
    background: #abf;
}
.formaTable{
    width:100%;
    table-layout: fixed;
    -webkit-transition: transform 0.3s;
            transition: transform 0.3s;
}
.formaTable tr td:nth-of-type(1){
    width: 200px;
}
.formaTable tr td, .uniformTable tr td{
    vertical-align: middle !important;
    font-size: 14px;
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 1em;
}

.table-togg{
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.1);
}

.expander{
    display: block;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #9af;
    padding-left: 20px;
}
.expander:hover{
    text-decoration: underline;
}
.expander:before, .expander:after{
    position: absolute;
    content: "";
    top: 1px;
    left: 1px;
    background: #9af;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.790, 0, 0.915, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.790, -0.600, 0.915, 1.510);
            transition: transform 0.5s cubic-bezier(0.790, -0.600, 0.915, 1.510);
}
.expander:before{
    left: 7px;
    height: 15px;
    width: 3px;
}
.expander:after{
    top: 7px;
    height: 3px;
    width: 15px;
}
input[type=checkbox]:checked + .expander:before{
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
input[type=checkbox]:checked + .expander:after{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.suggestion{
    background: transparent url(../../authenticated/images/suggestions.png) no-repeat center;
    padding: 5px;
    border: 0;
    height: 40px;
    width: 40px;
    outline: none;
}
.suggestion:hover, .suggestion:active, .suggestion:focus{
    background: transparent url(../../authenticated/images/suggestions.png) no-repeat center;
}

/*------------------------------------------------------
footer
------------------------------------------------------*/

#footer_container{
    clear: both;
    margin: 0 auto;
    background: #C1C1C1;
    height: 80px;
    padding: 10px;
}
#footer{
    margin-top:10px;
    width: 100%;
}
#footer tr td{
    vertical-align: top;
}
#footer p{
    font-size: 100%;
}


.ui-jqgrid .jqZebra td {
    background-color: #F0F0F0;
}

.flashMessage {
    border: 1px solid #E01B4C;
    background-color: #E6A5B5;
    padding: 3px 7px;
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.error{
    color: red;
    font-style: italic;
    font-size: 11.5px;
}
.message{
    color: green;
    font-style: italic;
    font-size: 11.5px;
}
.popupBtnFindDealersMap{
    background: #999;
    border: solid 1px #888;
}
.popupBtnFindDealersMap:hover{
    background: #bbb;
}
.no-margin {
    margin: 0;
}
@media print{
    a[href]:after{
        content: "";
    }
    
    #busdevnav, #navigation, #logo, #fixhead, table#assessment td:nth-last-child(-n+2){
        display: none;
    }

    #nis_subheader{
        height: auto;
    }

    #logo_text{
        top: 0;
    }

    table#assessment tr{
        page-break-after: auto;
        page-break-inside: avoid;
    }
    table { page-break-inside:auto }
}

#navigation ul li.btn-mode{
    border-radius: 15px;
    border: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 0 10px 0 5px;
    background: #C71444;
    color: #000;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.45em;
    white-space: nowrap;
    -webkit-transition: width 0.3s cubic-bezier(0.2, 1.5, 0.8, 0.9);
    transition: width 0.3s cubic-bezier(0.2, 1.5, 0.8, 0.9);
}
#navigation ul li.btn-mode i{
    display: inline-block;
    width: 20px;
    margin-right: 5px;
}
#navigation ul li.btn-mode a{
    padding: 0;
    font: inherit;
    color: #000;
}
#navigation ul li.btn-mode:hover{
    width: 6.5em;
    box-shadow: none;
}

.ui-datepicker select{
    height: initial;
    color: #000;
    padding: initial;
}

.logout-contain-sp{
    text-align:right;
}

button.btn-danger {
    cursor: pointer;
}

h4.brand {
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.tel-prim-ds {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: white;
}

.ds-p-text{
    margin-bottom: 10px;
}

.style-of-button{
    color:black;
    font-size: 12px!important;
}

th {
    font-size: 13px;
    padding: 3px!important;
}

button#confSubmBtn {
    font-weight: 600!important;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    border: none;
}

form#change-pass-frm {
    font-size: 14px;
}

button#gen_confirm {
    font-weight: 600!important;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    border: none;
}

.inset_body.gutter20 {
    margin-top: -20px;
}

h5.margin-bottom.nisgrey {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.search-ds-shops{
    display:inline-flex;
}

input.input_md {
    margin-right: 20px;
}

.input_city_ds{
    margin-right: 20px;
}

select#state {
    height: 28px;
}

h5.nisgrey {
    font-size: 15px;
    font-weight: 600;
}

input#newPassBtn {
    color: black;
}

#header-table {
    background: none repeat scroll 0 0 #CCCCCC;
    margin-bottom: 0 !important;
    z-index: 2;
    font-weight: bolder;
}

#result-table {
    font-size: 12px;
}

#result-table thead {
    background: none repeat scroll 0 0 #CCCCCC;
    position: sticky;
    top: -1px;
}

#certified-table td, #certified-table th{
    padding:3px;
}

.each_dl_sp_input{
    font-weight:400;
    color:black;
}