@charset "utf-8";

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*end reset*/

body{
    background: #fff;
    font:12px Verdana, Helvetica, sans-serif;
    color: #4c4c4c;

    /* --- RERENDER PAGE --- */
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}
#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{
    color: #2d96cd;
}
a:hover, a:focus{
    color: #0000FF;
}

@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;
}

/*------------------------------------------------------
Main
------------------------------------------------------*/
#main{
    width:937px;
    height:90%;
    margin:0 auto;
    padding:20px 0px;
}
#main a{
    color:#005da4;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header-wrapper{
    width:100%;
    height:253px;
    

}
#header{
    width:960px;
    height:253px;
    margin: 0px auto;
    position:relative;
}


/*Generic Code for all pages*/
.nisred{
    color: #0000FF;
}
.nisgrey{
    color: #343434;
}
.grey2{
    color: #4c4c4c;
}
.grey3{
    color: #666;
}
.grey4{
    color: #bababa;
}
.grey5{
    color: #c1c1c1;
}
.grey6{
    color: #eee;
}
.white{
    color: #fff;
}
h1{
    font:28px Verdana, Helvetica, sans-serif;
    background:url(../images/grey.jpg);
    color:#FFF;
    margin-bottom:10px;
    display:inline-block;
    padding:3px;
    
}
h2{
    background:url(../images/chryLogo.png);
    width:221px;
    height:38px;
    position:absolute;
    top:5px;
    left:205px;
    color:transparent;
    text-indent: -9999px;
}
h3{
    color:#FFF;
    font-size:18px;
    background:url(../images/ribbon.jpg);
    width:849px;
    height:29px;
    padding:13px 0px 0px 52px;
    margin:0px 0px 20px -55px;
    display:block;
    font-family:NissanProBold, Arial,Helvetica,Verdana,sans-serif;
    font-size:22px;
    
}
h4{
    font:26px Arial, Verdana, Helvetica, sans-serif;
    color:#343434;
    font-weight: bold;
}
h5{
    font:18px Arial, Verdana, Helvetica, sans-serif;
    color:#bbb;
     font-weight: bold;
}
h6{
    font:15px Arial, Verdana, Helvetica, sans-serif;
    color:#343434;
     font-weight: bold;
}
hr{
    height:4px;
    background:#424141;
    border:0px;
}
input[type="button"], input[type="submit"]{
    cursor:pointer;
}
p{
    font-size:12px;
    margin: 1em 0;
}
.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{
    *zoom: 1;
}
.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: #0000FF!important;
}
/*------------------------------------------------------
Header
------------------------------------------------------*/
#nisheader{
    background:#000 url(../images/nheader_bk.jpg) center top no-repeat;
    height: 425px;
    position: relative;
}
#nis_subheader{
    background:#000 url(../images/fheader_bk.jpg) center top no-repeat;
    height: 200px;
}
#logo{
    float: left;
    background: url(../images/ford_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 #0000FF;
    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: #0000FF;
    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: #0000FF;
    -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: #0000FF;
    left: -10px;
    position: absolute;
    top: 58px;
    width: 1024px;
    height: 3px;
}

.left_col {
    background: #0000FF;
    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;
   
}
.blk_btn, .red_btn{
    color: #FFF;
    text-decoration: none;
    background: rgb(33,67,94); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(33,67,94,1) 0%, rgba(19,50,70,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,67,94,1)), color-stop(100%,rgba(19,50,70,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(33,67,94,1) 0%,rgba(19,50,70,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(33,67,94,1) 0%,rgba(19,50,70,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(33,67,94,1) 0%,rgba(19,50,70,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(33,67,94,1) 0%,rgba(19,50,70,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21435e', endColorstr='#133246',GradientType=0 ); /* IE6-9 */
}
.blk_btn:hover, .blk_btn:focus, .red_btn:hover, .red_btn:focus, .blk_btn.active{
    color: #FFF;
    background: rgb(84,183,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(84,183,232,1) 0%, rgba(49,161,219,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,183,232,1)), color-stop(100%,rgba(49,161,219,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(84,183,232,1) 0%,rgba(49,161,219,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(84,183,232,1) 0%,rgba(49,161,219,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(84,183,232,1) 0%,rgba(49,161,219,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(84,183,232,1) 0%,rgba(49,161,219,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b7e8', endColorstr='#31a1db',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_blue.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_header {
    letter-spacing:-1px;
    border-radius:10px 10px 0px 0px;
    text-align:center;
    color:#fff;
    font:30px abbeyroad;
    padding:7px;
    text-transform:UPPERCASE;
    
    background: #0d71bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #0d71bd 0%, #013f6e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d71bd), color-stop(100%,#013f6e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0d71bd 0%,#013f6e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0d71bd 0%,#013f6e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0d71bd 0%,#013f6e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0d71bd 0%,#013f6e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d71bd', endColorstr='#013f6e',GradientType=0 ); /* IE6-9 */
}
.legal_content {
    background-color:#D1D1D1;
    padding:20px;
}
.legal_content p {
    margin:1em 0em;
}
.legal_content p b {
    font-size:13px;
}
.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: #0000FF;
    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: #0000FF;
    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: #0000FF!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;
}
.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:#b3b3b3;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
}
.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:#fff;
    display: inline;
}
#topnav ul li a {
    color:#fff;
}
#topnav ul li a.active {
    color:#2d96cd;
    text-decoration: none;
    border-bottom: 2px solid #2d96cd;
    padding-bottom: 3px;   
}
#topnav ul li a:hover {
    /*color: inherit;*/
    color: #2d96cd;
    text-decoration: none;
/*    border-bottom: 2px solid #2d96cd;
    padding-bottom: 3px;*/
}
#topnav ul li.divider {
    color:#CCC;
}
#navigation {
    overflow:hidden;
    background:#dbdbdb;
    line-height:30px;
    margin:0px;
    height:auto;
    
}
#navigation ul {
    text-align: left;
    margin-left: 12px;
}

#navigation ul li {
    height: 30px;
    -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;
    background: #888;
}

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

/*------------------------------------------------------
Sub-Navigation
------------------------------------------------------*/
.sub-nav{
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.sub-nav td{
    position: relative;
    width: 4em;
    background: #bbb;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
            transition: all 0.3s;
}
.sub-nav td a{
    display: block;
    width: 100%;
    height: 30px;
    padding: 0.2em 0 0 1.4em;
    line-height: 1.5em;
    text-decoration: none;
    font-family: 'abbeyroad';
    font-size: 11pt;
    text-align: center;
    white-space: nowrap;
    color: #343434;
    overflow: hidden;
}
.sub-nav td:not(:last-child):after, .sub-nav td:before{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 18px;
    border-left-color: #bbb;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
            transition: all 0.3s;
    z-index: 5;
}
.sub-nav td:before{
    top: 100%;
    right: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top-width: 0px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-left-color: transparent;
    border-top-color: #bbb;
}
.sub-nav.sub-nav td:hover, .sub-nav.sub-nav td.selected{
    width: 9em;
    background: #2d96cd;
}
.sub-nav td:not(:last-child):hover:after, .sub-nav td.selected:not(:last-child):after{border-left-color: #2d96cd}
.sub-nav td:hover:before, .sub-nav td.selected:before{
    border-top-width: 10px;
    border-top-color: #2d96cd;
}
.sub-nav td:hover a, .sub-nav td.selected a{
    color: #fff;
}
.sub-nav td.stripe{background: #aaa}
.sub-nav td.stripe:after{border-left-color: #aaa}


#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{
    padding: 0px;
}
#assessment thead tr th{
    line-height: 30px;
    color: #FFF;
    font-family: abbeyroad;
    font-size: 20px;
    height: 30px;
    padding-left: 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{
    border: 1px solid #c1c1c1;
    background: #CCC;
    padding: 5px 5px 5px 10px
}
#assessment thead tr td.red{ 
    color: #003478;
}
#assessment tbody tr td{
    border: 1px solid #CCC;
    padding: 5px 5px 5px 10px;
    vertical-align: top;
}
#assessment thead tr{ 
    background: #c1c1c1;
}
#assessment tbody tr{ 
    background: #FFFFFF;
}
/*  Define the background color for all the ODD background rows  */
#assessment  tbody tr:nth-child(odd){ 
    background: #FFFFFF;
}
/*  Define the background color for all the EVEN background rows */
#assessment  tbody tr:nth-child(even){
    background: #E4E4E4;
}
#assessment_header 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;
}
#shop_info td{
    vertical-align: top;
}

#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;
    background: #ddd;
    border-radius: 10px;
}
.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: #b0423f;
    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: 5px 2.5px;
}
#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;
}

/*------------------------------------------------------
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;
}

#navigation ul li.btn-mode{
    border-radius: 15px;
    border: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 0 10px 0 5px;
    background: #2d96cd;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.45em;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 4px 7px rgba(0,0,0,0.2);
    -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);
    overflow: hidden;
}
#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: #ff;
}
#navigation ul li.btn-mode:hover{
    width: 6.5em;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 4px 7px rgba(0,0,0,0.2);
}

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

.btn, .btn-gray, .btn-blue{
    display: inline-block;
    padding: 0.6em 1.5em;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 3px rgba(0,0,0,.5),0 5px 4px rgba(0,0,0,.2);
}
.btn:hover, .btn-gray:hover, .btn-blue:hover{
    text-decoration: none;
    color: #fff;
}
.btn-gray{background: #999}
.btn-gray:hover{background: #bbb}
.btn-blue{background: #0D47A1}
.btn-blue:hover{background: #15b}


.kpi-nav{
    background: #005da2;
    padding: 0.5em;
    height: 37px;
}

.kpi-nav .nav-but{
    float: left;
    padding: 0.3em 1em;
    margin-right: 2em;
    color: #fff;
    background: #2d96cd;
    border-radius: 5px;
    border-bottom: 3px solid #1075a5;
}
.kpi-nav .nav-but:hover, .kpi-nav .nav-but.selected{
    background: #333;
    border-bottom: none;
    border-top: 3px solid #000;
}

.de-anchor{
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}
.de-anchor:hover{
    color: inherit;
    text-decoration: inherit;
}


/*      glass       */
.glass-container{
    background: #333;
    margin: 0 -15px;
    padding: 10px;
}
.glass-container *, .glass-container *:before, .glass-container *:after{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.glass{
    position: relative;
    min-height: 100%;
    border: solid 1px #777;
    border: solid 1px rgba(255,255,255,0.1);
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 1em 0.5em;
    box-shadow: 0 0 20px rgba(0,0,0,0.2) inset, 0 5px 3px -3px rgba(0,0,0,0.2), 0 6px 2px -2px rgba(0,0,0,0.3), 0 0 0 600px rgba(0,0,0,0.04) inset;
    background: #eee;
    background: -webkit-linear-gradient(-20deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.7) 15%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0.1) 55%,rgba(255,255,255,0.7) 79%,rgba(255,255,255,0.7) 84%,rgba(255,255,255,0.1) 100%);
    background:    -moz-linear-gradient(-20deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.7) 15%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0.1) 55%,rgba(255,255,255,0.7) 79%,rgba(255,255,255,0.7) 84%,rgba(255,255,255,0.1) 100%);
    background:     -ms-linear-gradient(-20deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.7) 15%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0.1) 55%,rgba(255,255,255,0.7) 79%,rgba(255,255,255,0.7) 84%,rgba(255,255,255,0.1) 100%);
    background:      -o-linear-gradient(-20deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.7) 15%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0.1) 55%,rgba(255,255,255,0.7) 79%,rgba(255,255,255,0.7) 84%,rgba(255,255,255,0.1) 100%);
    background:         linear-gradient(160deg, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 15%,rgba(255,255,255,0.7) 15%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.1) 51%,rgba(255,255,255,0.1) 55%,rgba(255,255,255,0.7) 79%,rgba(255,255,255,0.7) 84%,rgba(255,255,255,0.1) 100%);
}
/*.glass:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/blur.jpg);
    background-attachment: fixed;
    background-position: top center;
    opacity: 0.25;
    z-index: 1;
}*/
.glass .z-5{
    position: relative;
    z-index: 5;
}
.glass>table{
    width: auto;
    border-collapse: collapse;
    table-layout: fixed;
}
.glass table.zebra{
    width: calc(100% + 1em);
    margin: 0 -0.5em;
    -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
}
.glass table.zebra tr:nth-child(even){background: rgba(255,255,255,0.05)}
.glass table.zebra tr td:first-child{padding-left: 7px}
.glass table.zebra tr td:last-child{padding-right: 7px}

.bolt, .bolt:before, .bolt-b, .bolt-b:before{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 99.5%;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAABJUlEQVR4AVXQvWqDUBQH8ELnbIG27mk3W7qlkwS6ZMkThCyGkgdoCITQMcHC5QoOMVQEFUER8RMV8wB5A18gW0K2zKf3Xq6FCgcO5/6u5683/Lm1bXsYRZFdVdWxrutjlmW2ZVlDevaHlM1mZJpm43keEAxpmkIcx4ARat76/VGLOz+7XeQ4DlBI3gR5nrMLGGMQRTGihkIhDMNzEASQJAmQ1ayKogDXdUGSpDM1FPZ0Xb+oqgokJ1tZliXFrJdl+UINgyTHYTwew3w+B4QQ+L7P8H6/h29FObRQeLi7X89ms9NyuYTFYgGaprU5T++DwZqvZkH7T73H7cd02mCEr4ZhXL9Wq+b1+WVLz5jhn97lgwmpT14TPuv++5f8lsDz9HjfadEvUjSes8zYVJEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 10px;
    z-index: 4;
}
.bolt:before, .bolt-b:before{
    content: "";
    position: absolute;
    top: 0;
    left: initial;
    right: 2px;
    width: 10px;
}
.bolt-b{
    top: initial;
    bottom: 0;
}

.side-buttons-r, .side-buttons-l{
    position: fixed;
    top: 10em;
    left: 50%;
    margin-left: 550px;

}
.side-buttons-l{
    right: 50%;
    left: auto;
    margin-right: 550px;
    margin-left: 0;
}
.side-buttons-r .side-button,
.side-buttons-l .side-button{
    display: block;
    /height: 60px;
    max-width: 5em;
    min-width: 60px;
    border-width: 1px 1px 1px 7px;
    border-style: solid;
    border-color: #aaa #aaa #aaa #005da2;
    border-radius: 5px 2px 2px 5px;
    font-size: 2.8em;
    background: #def;
    text-align: center;
    *max-width: 3em;
}
.side-buttons-l .side-button{
    border-width: 1px 7px 1px 1px;
    border-style: solid;
    border-color: #aaa #005da2 #aaa #aaa;
    border-radius: 2px 5px 5px 2px;
}
.side-button:not(:first-child){
    border-top-width: 0;
}
.side-button p{
    font-size: 0.35em;
    padding: 0 0.5em;
    margin: 0;
}
.side-buttons-l .expanded,
.side-buttons-r .expanded{
    /width: 100px;
    padding-bottom: 0.5em;
    text-align: left;
    background: #def;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #aaa;
}

.side-buttons-l ul{
    text-align: left;
    padding-left: 2em;
    padding-right: 0.4em;
    font-size: 0.25em;
}
.side-buttons-l ul li{
    padding-bottom: 1em;
}
.no-margin {
    margin: 0;
}
@media print{
    #fixhead, #navigation, .sub-nav, .side-buttons-r, .view-tab, .search-table, button[type=submit], .filter-key, .gauge-overview td[rowspan], #footer td:nth-child(2), #footer td:nth-child(3){
        display: none;
    }
    .glass, .primary-display.primary-display{
        background: transparent;
        box-shadow: none;
    }
    .topfixed{
        top: 0;
    }

    .side-buttons-l{
        position: initial;
        margin-right: 0;
    }
    .side-buttons-l .side-button{
        max-width: initial;
        border-left: none;
        border-right: none;
    }
    .filter-cell{
        display: inline-block;
        padding: 0 0.5em 0 0.5em;
    }
    #footer_container{
        height: 0;
    }

    .gauge-overview>tbody>tr>td>table, .primary-display, .secondary-display{
        border: solid 2px #555;
    }
    .left-label{
        background: transparent !important;
    }

    .primary-display, .secondary-display, .change-table{
        color: #000 !important;
    }
}

