@import url('https://fonts.googleapis.com/css?family=Cuprum');

html { height: 100%; }
* html body { height: 100%; }
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    min-height: 100%;
    position: relative;
    /*
    background-repeat: repeat-x;
    background-image: url(../../../images/patterns/gradBgHighlight.gif);
    background-color: #c6c6bd;
    */
    background: #ececdb linear-gradient(to top, #ececdb 0%, #dbdbcb 80%) no-repeat scroll 0 0;
}


/* ==========  General styles ========== */

body > .wrapper {
    background: rgba(240, 240, 229, 0) linear-gradient(to bottom, rgba(240, 240, 229, 1) 0%, rgba(240, 240, 229, 0) 50%) no-repeat scroll 0 0;
    /* box-shadow: 0 -300px 15px 0 rgba(0, 0, 0, 0.05); */
}
.wrapper { width: 980px; margin: auto; }
.wrapperNotAuth { width: 746px; position: absolute; top: 50%; left: 50%; margin-left: -375px!important; margin-top: -105px!important; }
.img { border: 1px solid #d5d5d5; }
.footnote { font-size: 1em; font-style: italic;}


/* ==========  Typo  ========== */

h1, h2, h3, h4, h5, h6, ul.tabs li a, ul.nestedTabs li a, .leftNav ul li a, .stats ul li span, .userLink, .errorPage p, .ui-dialog .ui-dialog-title { font-family: 'Cuprum', sans-serif; font-weight: normal; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

blockquote { border : 1px solid #d5d5d5; width: 702px; margin-top: 40px; padding: 15px 10px; quotes: "\201C" "\201D"; background: #fafafa; text-align: center; font-style: italic; font-size: 12px; border-left: 4px solid #d5d5d5; }
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.red { color: #C53D3C; }
/*.red { color: #B55D5C; }*/
.green { color: #278F22; }
.blue { color: #4988D6; }
.teal { color: #30CAE5; }
.orange { color: #FF8000; }
.purple { color: #BE41F4; }

p { padding: 16px 0px 0px 0px; }

h1 + p, h2 + p { padding-top: 10px; }
h3 + p, h4 + p { padding-top: 8px; }
h5 + p, h6 + p { padding-top: 6px; }

.p12 { padding: 12px; }
.pt0 { padding-top: 0px; }
.pt10 { padding-top: 10px; }
.pt12 { padding-top: 12px; }
.pt20 { padding-top: 20px; }
.pt24 { padding-top: 24px; }
.pt30 { padding-top: 30px; }

div h5 span, td ul span, .widget .body ul span { font-size: 80%; }

.raquo { font-family: 'trebuchet ms',Verdana,Arial,Helvetica,sans-serif; font-size: 120%; }
.raquo:before { content: '» '; }

.legendLabel span { display: block; margin: 0 5px; }
.legendColorBox { padding-left: 10px; }

.textAlignRight { text-align: right; }
.textAlignLeft { text-align: left; }
.textAlignCenter { text-align: center; }

.fontNormal { font-weight: normal; }

@font-face {
    font-family: 'OfficinaSansBook';
    src: url('../../../fonts/officinasansitcbook-webfont.eot');
    src: url('../../../fonts/officinasansitcbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/officinasansitcbook-webfont.woff') format('woff'),
         url('../../../fonts/officinasansitcbook-webfont.ttf') format('truetype'),
         url('../../../fonts/officinasansitcbook-webfont.svg#webfont') format('svg');
}
.font-officinasansbook {
    font-family: 'OfficinaSansBook';
}

/* -- Headings -- */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #333333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}

/* ==========  Additional reset classes  ========== */

.mt40 { margin-top: 40px; }
.mt25 { margin-top: 0.25em; }
.mr10 { margin-right: 10px; }
.mr60 { margin-right: 60px; }
.ml10 { margin-left: 10px; }
.ml210 { margin-left: 210px; }
.nomargin { margin: 0!important; }
.nopadding { padding: 0!important; }
.noborder { border: none!important; }
.nobg { background: none!important; }
.floatleft { display: block; float: left; }
.floatright { display: block; float: right; }
.aligncenter { text-align: center; }
.fix { clear: both; }
/* .first { margin-top: 22px!important; } */ /* Removed this to fix the datatables footer toolbar receiving 22px of top margin. I don't think this effected anything else... */
.inactive { margin-top: 0px; color: #2B6893; }


/* ==========  Login page  ========== */
.loginPanel { margin-left: auto; margin-right: auto; margin-top: 20px; position: relative; width: 320px; background: #fafafa; border: 1px solid #999; border-top: 0; display: block; height: 258px; }
.loginLogo {  margin-left: auto; margin-right: auto; margin-top: 20px; position: relative; width: 190px; display: block; z-index:-1; text-align: center; }
.loginWrapper { margin: -106px 0 0 -160px; position: absolute; top: 50%; left: 50%; }
.loginPanel h5 { font-weight: normal; padding: 9px 12px 9px 35px; float: left; }
.loginPanel label { float: left; }

.loginPanel .errorMessage { clear: both; float: left; margin-left: 94px; color: #cc1133; }

.rememberMe { margin-left: 12px; float: left; }
.rememberMe input { margin-top: 8px; margin-left: 12px; float: left; }
.rememberMe label { padding: 4px 12px !important; width: auto; }
/* .loginInput { width: 200px; float: left; } */
.loginRow { height: 36px; border-top: 1px solid #e7e7e7; padding-top: 12px; padding-bottom: 12px; position: relative; }
.loginRow:first-child { border-top: none; }
.loginRow input[type=text], .loginRow input[type=password] { float: right; }
.loginRowSmall { height: 22px; border-top: 1px solid #e7e7e7; padding-top: 11px; padding-bottom: 9px; position: relative; }
.loginRowSmall span { color: grey; margin-left: 10px; }

div.loginPanel input[type=text], div.loginPanel textarea, div.loginPanel input[type=password] { background: #fff; width: 200px; margin-right: 14px; border: 1px solid #d5d5d5; padding: 5px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
div.loginPanel input[type=text]:hover, div.loginPanel input[type=password]:hover, div.loginPanel textarea:hover { background: #fcfcfc; border: 1px solid #d1d1d1; }
div.loginPanel input[type=text]:focus, div.loginPanel input[type=password]:focus, div.loginPanel textarea:focus { border: 1px solid #bbc1c9; background: #fff; }
div.loginPanel label { display: block; float:left; padding: 4px 12px; }

.submitButton { float: right; margin: 1px 14px 22px 14px; }

.backTo a:hover { background: #212121; }
.backTo span { padding: 8px 14px 8px 8px; display: block; float: left; }
.backTo img { margin: 13px 2px 11px 14px; float: left; display: block; }
.backTo a { float: left; color: #eeeeee; font-size: 11px; border-right: 1px solid #2F2F2F; border-left: 1px solid #2F2F2F; }


/* ==========  Register page  ========== */

.registerPanel { width: 320px; background: #fafafa; border: 1px solid #999; border-top: 0; display: block; }
.registerWrapper { margin: -106px 0 0 -160px; position: absolute; top: 50%; left: 50%; }
.registerLogo { position: fixed; width: 190px; height: 44px; display: block; top:80px; left: 50%; margin-left: -60px; }
.registerPanel h5 { font-weight: normal; padding: 9px 12px 9px 35px; float: left; }
.registerPanel label { float: left; }

.registerRow { height: 26px; border-top: 1px solid #e7e7e7; padding: 15px 0; position: relative; }
.registerRow:first-child { border-top: none; }
.registerRow input[type=text], .registerRow input[type=password] { float: right; }

div.registerPanel input[type=text], div.registerPanel textarea, div.registerPanel input[type=password] { background: #fff; width: 200px; margin-right: 14px; border: 1px solid #d5d5d5; padding: 5px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
div.registerPanel input[type=text]:hover, div.registerPanel input[type=password]:hover, div.registerPanel textarea:hover { background: #fcfcfc; border: 1px solid #d1d1d1; }
div.registerPanel input[type=text]:focus, div.registerPanel input[type=password]:focus, div.registerPanel textarea:focus { border: 1px solid #bbc1c9; background: #fff; }
div.registerPanel label { display: block; float:left; padding: 4px 12px; }

.backToBtn { float: left; margin: 1px 14px 22px 14px; }

/* ===== Button Group ===== */
.btn {
  display: inline-block;
  padding: 5px 10px 3px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: -1px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-image: -webkit-linear-gradient(top, white, #e0e0e0);
  background-image: -moz-linear-gradient(top, white, #e0e0e0);
  background-image: -ms-linear-gradient(top, white, #e0e0e0);
  background-image: -o-linear-gradient(top, white, #e0e0e0);
  background-image: linear-gradient(to bottom, white, #e0e0e0);
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0px rgba(10,10,10,0.6);
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  float: left;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* ==========  Buttons ========== */

input[type=submit], input[type=reset], input[type=button], button, .button { font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 5px 14px 5px 14px; cursor: pointer; font-family: Arial, Helvetica, sans-serif; line-height: 14px; }

.basicBtn {  background: url(../../../images/ui/basicBtn.png) repeat-x 0 0; border: 1px solid #d5d5d5; color: #525252; }
.basicBtn:hover { background-position: 0 -25px; border-color: #c9c9c9; }
.basicBtn:active { background-position: 0 -50px; }

.blueBtn { background: url(../../../images/ui/blueBtn.png) repeat-x 0 0; border: 1px solid #3581c1; color: #fff; }
.blueBtn:hover { background-position: 0 -25px; }
.blueBtn:active { background-position: 0 -50px; }

.redBtn { background: url(../../../images/ui/redBtn.png) repeat-x 0 0; border: 1px solid #9d342a; color: #fff; }
.redBtn:hover { background-position: 0 -25px; }
.redBtn:active { background-position: 0 -50px; }

.seaBtn { background: url(../../../images/ui/seaBtn.png) repeat-x 0 0; border: 1px solid #306873; color: #fff; }
.seaBtn:hover { background-position: 0 -25px; }
.seaBtn:active { background-position: 0 -50px; }

.blackBtn { background: url(../../../images/ui/blackBtn.png) repeat-x 0 0; border: 1px solid #353535; color: #fff; }
.blackBtn:hover { background-position: 0 -25px; }
.blackBtn:active { background-position: 0 -50px; }

.greyishBtn { background: url(../../../images/ui/greyishBtn.png) repeat-x 0 0; border: 1px solid #4f5a68; color: #fff; }
.greyishBtn:hover { background-position: 0 -25px; }
.greyishBtn:active { background-position: 0 -50px; }

.greenBtn { background: url(../../../images/ui/greenBtn.png) repeat-x 0 0; border: 1px solid #418d4f; color: #fff; }
.greenBtn:hover { background-position: 0 -25px; }
.greenBtn:active { background-position: 0 -50px; }

input.btnSmall { background: url(../../../images/ui/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe; }
input.greenBtnSmall { background-position: 0 -114px; border: 1px solid #218516;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}
input.greenBtnSmall:hover { background-position: 0 -133px; }
input.greenBtnSmall:active { background-position: 0 -152px; }
input.redBtnSmall { background-position: 0 -57px; border: 1px solid #9d382f;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}
input.redBtnSmall:hover { background-position: 0 -76px; }
input.redBtnSmall:active { background-position: 0 -95px; }

.btn14 { border: 1px solid #d5d5d5; background: url(../../../images/leftNavBg.png) repeat-x 0 0; padding: 6px 8px; display: inline-block; }
.btn14:hover { background: #f6f6f6; }
.btn14:active { background: #f1f1f1; }

.btn55 { background: #efefef url(../../../images/middlebg.png) repeat-x 0 0; border: 1px solid #d5d5d5; padding: 8px 6px 2px 6px; display: inline-block; }
.btn55:hover { background: #f6f6f6; }
.btn55:active { background: #f1f1f1; }
.btn55 span { display: block; padding: 5px 5px 0 5px; color: #595858; }

.btnIconLeft { border: 1px solid #d5d5d5; background: url(../../../images/leftNavBg.png) repeat-x 0 0; display: inline-block; color: #595858;  }
.btnIconLeft:hover { background: #f6f6f6; color: #B55D5C; }
.btnIconLeft:active { background: #f1f1f1; }
.btnIconLeft .icon { float: left; border-right: 1px solid #d5d5d5; padding: 8px; }
.btnIconLeft span { display: block; float: left; padding: 5px 10px; font-weight: bold; }

.headingGreyishBtn {
    background: url(../../../images/ui/greyishBtn.png) repeat-x 0 0; border: 1px solid #4f5a68; color: #fff;
    padding: 3px 10px !important;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}
.headingGreyishBtn:hover { background-position: 0 -25px; }
.headingGreyishBtn:active { background-position: 0 -50px; }

.widget .num-custom { float: right; display: inline-block; text-align: left; margin: 9px 12px 0 0; font-size: 11px; }
.widget .num-custom span { background: url(../../../images/ui/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe; cursor: pointer;}

/* ========== Pagination ========== */

.pagination { margin: auto; text-align: center; margin-top: 40px; }
.pages li.prev { margin-right: 15px; }
.pages li.next { margin-left: 15px; }
.pages li { display: inline; margin: 0 2px; }
.pages li a { height: 25px; padding: 4px 8px; text-decoration: none; color: #666666; font-weight: bold; background: url(../../../images/ui/pagination.png) repeat-x 0 0; border: 1px solid #d5d5d5; font-size: 11px; }
.pages li a:hover { background: #efefef; }
.pages li .active { background-position: 0 -26px; color: #fff; border-color: #687282; }
.pages li .active:hover { background: #687282; }


/* ==========  Numbers notifications  ========== */

.numberTop, .numberMiddle, .numberLeft {
    text-align: center;
    background: url(../../../images/numberRed.png) repeat-x;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -khtml-border-radius: 1em;
    border-radius: 1em;
    -moz-box-shadow: 1px 1px 2px 0px rgba(10,10,10,0.6);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(10,10,10,0.6);
    box-shadow: 1px 1px 2px 0px rgba(10,10,10,0.6);
    float: right;
    margin: 10px 15px 10px -5px;
    font-size: 11px;
    line-height: 14px;
}
.numberTop { margin: 10px 15px 10px -5px; padding: 1px 5px!important; }
.numberMiddle { margin: 0; position: absolute; top: -5px; right: -5px; font-size: 11px; }
.numberLeft { margin: 0; position: absolute; top: 12px; right: 8px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; float: none; background: url(../../../images/numberRed.png) repeat-x!important; padding: 1px 5px!important; }
.numberTop.subMenu { background: url(../../../images/numberGray.png) repeat-x; color: #494949; margin: 2px 0 0 10px; float: left; }


/* ===== Top navigation ===== */

#topNav {
    height: 36px;
    display: block;
}
.fixed {
    position: fixed;
    width: 100%;
    color: #eeeeee;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    /*
    -moz-box-shadow: 0px 0px 6px 6px rgba(15,15,15,0.65);
    -webkit-box-shadow: 0px 0px 6px 6px rgba(15,15,15,0.65);
    box-shadow: 0px 0px 6px 6px rgba(15,15,15,0.65);
    background-image: url(../../../images/darkBlueBgSublimity.png);
    background-repeat: repeat-x;
    */
    /* background: #1d1dae linear-gradient(to top, #000066 0%, #1d1dae 100%) repeat scroll 0 0; */
    background: #406424 linear-gradient(to top, #406424 0%, #7f9940 100%) repeat scroll 0 0;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
}

.welcome { float: left; }
.welcome img { float: left; margin: 8px 8px 8px 0 }
.welcome span { padding: 8px 5px; display: block; white-space: nowrap; float: left; font-size: 15px; }

.modeHeadingTag { float: right; position: relative; right: 142px;}
.modeHeadingTag a { float: right; margin: 6px 0px 0px 0; padding: 0px 5px 0px 5px; }

/*
.userNav { float: right; z-index: 6000; position: relative; font-size: 11px; }
.userNav .lastNav { width: 2px; height: 36px; background: url(../../../images/navSep.png) repeat-y; position: absolute; top: 0; right: 0; }
.userNav ul { margin-right: 2px; }
.userNav ul li { display: inline; float: left; position: relative; cursor: pointer; border-right: 1px solid #2f2f2f; }
.userNav ul li:first-child { border-left: 1px solid #2f2f2f; }
.userNav ul li a { color: #eeeeee; text-decoration: none; display: block; float: left; }
.userNav ul li:hover, .selected { background: #2c4b15 ; }
.userNav ul li span { display: block; padding: 8px 14px 8px 8px; float: left; }
.userNav ul li img { float: left; display: block; margin: 13px 2px 11px 14px; }
.userNav ul li ul { position: absolute; left: -1px; display: none; top: 35px; margin-top: 0px; background: #2f2f2f; padding: 0 1px 1px 1px; border: 1px solid #1d1d1d; z-index: 100; }
.userNav ul li ul li { display: block; float: none; border-top: 1px solid #2f2f2f; background: #212121; border-right: none; }
.userNav ul li ul li:first-child { border-left: none!important; }
.userNav ul li ul li a { width: 162px; padding: 6px 10px 6px 15px; font-size: 11px; text-transform: none; color: #a4a4a4; font-weight: normal; background: none; float: none; }
.userNav ul li ul li a:hover { background: none; font-weight: normal; color: #737373; }
.userNav ul li ul li:hover { background: #1d1d1d!important; }
*/

.userNav { float: right; z-index: 6000; position: relative; font-size: 11px; }
.userNav .lastNav { width: 2px; height: 36px; background: url(../../../images/navSep.png) repeat-y; position: absolute; top: 0; right: 0; }
.userNav > ul { margin-right: 2px; }
.userNav > ul > li { display: inline; float: left; position: relative; cursor: pointer; border-right: 1px solid #2f2f2f; }
.userNav > ul > li:first-child { border-left: 1px solid #2f2f2f; }
.userNav > ul > li:hover, .selected { background: #2c4b15; }
.userNav > ul > li > a { color: #eeeeee; text-decoration: none; display: block; float: left; }
.userNav > ul > li > span, .userNav > ul > li > a > span { display: block; font-size: 1.2em; padding: 8px 14px 8px 8px; float: left; }
.userNav > ul > li > img, .userNav > ul > li > a > img { float: left; display: block; margin: 13px 2px 11px 14px; }

.userNav > ul > li > ul { position: absolute; left: -1px; display: none; top: 35px; margin-top: 0px; margin-right: 2px; background: #2f2f2f; padding: 0 1px 1px 1px; border: 1px solid #1d1d1d; z-index: 100; }
.userNav > ul > li > ul > li { cursor: pointer; display: block; float: none; position: relative; border-top: 1px solid #2f2f2f; background: #212121; border-right: none; }
.userNav > ul > li > ul > li:first-child { border-left: none!important; }
.userNav > ul > li > ul > li:hover { background: #1d1d1d!important; }
.userNav > ul > li > ul > li > a { width: 162px; font-size: 1.2em; padding: 6px 10px 6px 15px; text-transform: none; color: #a4a4a4; text-decoration: none; display: table; font-weight: normal; background: none; float: none; }
.userNav > ul > li > ul > li > a:hover { background: none; font-size: 1.2em; font-weight: normal; color: #737373; }
.userNav > ul > li > ul > li > a > span { float: left; }

.userNav > ul > li > ul > li > ul { display: none; background: #2f2f2f; padding: 0 1px 1px 1px; margin-left: 15px; border: 1px solid #1d1d1d; z-index: 100; }
.userNav > ul > li > ul > li > ul > li { cursor: pointer; display: block; float: none; position: relative; border-top: 1px solid #2f2f2f; background: #212121; border-right: none; }
.userNav > ul > li > ul > li > ul > li:first-child { border-left: none!important; }
.userNav > ul > li > ul > li > ul > li:hover { background: #1d1d1d!important; }
.userNav > ul > li > ul > li > ul > li > a { font-size: 1.2em; padding: 6px 10px 6px 15px; text-transform: none; color: #a4a4a4; text-decoration: none; display: block; font-weight: normal; background: none; float: none; }
.userNav > ul > li > ul > li > ul > li > a:hover { background: none; font-size: 1.2em; font-weight: normal; color: #737373; }

.userNav > ul > li > .badge { background-color: #e06c5f; margin-left: 0; margin-right: 14px; margin-top: 8px; }
.userNav li > ul > li > a .badge { background-color: #999; font-size: 11px; }

.userNav-custom span { border: 1px solid #224778; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
.userNav-custom span:hover { background-position: 0 -19px; }
.userNav-custom span:active { background-position: 0 -38px; }
.userNav-custom ul { position: absolute; left: 278px; display: none; top: 29px; margin-top: 0px; background: #2f2f2f; padding: 0 1px 1px 1px; border: 1px solid #1d1d1d; z-index: 100; }
.userNav-custom ul li { display: block; float: none; border-top: 1px solid #2f2f2f; background: #212121; border-right: none; }
.userNav-custom ul li:first-child { border-left: none!important; }
.userNav-custom ul li a { display: inline-block; width: 100%; padding: 8px 0px 6px 15px !important; margin-right: 18px; font-size: 11px; text-transform: none; color: #a4a4a4 !important; font-weight: normal; background: none !important; float: none; }
.userNav-custom ul li a:hover { background: none; font-weight: normal; color: #737373; }
.userNav-custom ul li:hover { background: #1d1d1d!important; }
.userNav-custom ul li a img {
    padding-right: 8px;
    margin-bottom: -3px;
}
div.userNav-custom.replace_style {
    margin: 0 0 0 3px;
}
div.userNav-custom.replace_style span {
    margin: 0;
}
div.userNav-custom.replace_style ul {
    width: 180px !important;
    left: auto !important;
    top: auto !important;
}


/* ===== Header ===== */

#header {
    /* background: #f0f0e5 linear-gradient(to bottom, #e4e4d3 0%, #f0f0e5 100%) no-repeat scroll 0 0; */
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 -30px 30px 0 rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: flex;
    height: 128px;
    width: 100%;
}
.logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 190px;
}
.logo a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}
.logoSubHeading {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 40px;
}
.logoSubHeading .tagline {
    margin: auto 0 20px;
}
.logoSubHeading .tagline img {
    width: 220px;
}
.amlogo_leftnav {
    margin-top: 20px;
}
.middleNav {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    padding-right: 15px;
}
.middleNav ul {
    display: flex;
    margin-bottom: 25px;
    margin-top: auto;
}
.middleNav ul li { height: 55px;  text-align: center; display: block; float: left; margin-left: 25px; position: relative; }
.middleNav ul li:first-child {
    margin-left: 0;
}
.middleNav ul li a {
    display: block;
    border: 1px solid #d5d5d5;
    background: url(../../../images/middlebg2.png) repeat-x 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 8px;
    color: #595858;
    font-size: 12px;
    position: relative;
    /*
    -moz-box-shadow: 2px 2px 4px 1px rgba(10,10,10,0.6);
    -webkit-box-shadow: 2px 2px 4px 1px rgba(10,10,10,0.6);
    box-shadow: 2px 2px 4px 1px rgba(10,10,10,0.6);
    */
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.middleNav ul li a span { display: block; padding: 34px 10px 0 10px; }
.middleNav ul li.iMes a span { background: url(../../../images/icons/middlenav/dialog.png) no-repeat 50% 8px; }
.middleNav ul li.iStat a span { background: url(../../../images/icons/middlenav/graphRedFaded.png) no-repeat 50% 8px; }
.middleNav ul li.iStat a span:hover { background: url(../../../images/icons/middlenav/graphRed.png) no-repeat 50% 8px; }
.middleNav ul li.iUser a span { background: url(../../../images/icons/middlenav/usersRedBlueGreenFaded.png) no-repeat 50% 8px; }
.middleNav ul li.iUser a span:hover { background: url(../../../images/icons/middlenav/usersRedBlueGreen.png) no-repeat 50% 8px; }
.middleNav ul li.iFileClaim a span { background: url(../../../images/icons/middlenav/filesColorFaded.png) no-repeat 50% 8px; }
.middleNav ul li.iFileClaim a span:hover { background: url(../../../images/icons/middlenav/filesColor.png) no-repeat 50% 8px; }
.middleNav ul li.e2Value a span { background: url(../../../images/icons/middlenav/e2ValueFaded.png) no-repeat 50% 8px; }
.middleNav ul li.e2Value a span:hover { background: url(../../../images/icons/middlenav/e2Value.png) no-repeat 50% 8px; }
.middleNav ul li a:hover { background: #f6f6f6; }
.middleNav ul li a:active { background: #f1f1f1; }
.middleNav ul li.active a { background: url(../../../images/middlebg3.png) repeat-x 0 0; }


/* ===== Left navigation ===== */

.leftNav { width: 190px; margin-top: -1px; float: left; margin-right: 41px; margin-bottom: 80px; }
.leftNav .last { border-bottom: none; }

.leftNav ul li { position: relative; }
.leftNav ul li a { color: #494949; font-size: 15px; display: block; background: #efefef url(../../../images/leftNavBg.png) repeat-x 0 0; border: 1px solid #888888; margin-top: 1px; }
.leftNav ul li a.active {
    /* background: url(../../../images/darkBlueBgSublimity.png) repeat-x; color: #fff; border: 1px solid #3c4049; */
    background: #406424 linear-gradient(to top, #406424 0%, #7f9940 100%) repeat scroll 0 0;
    color: #fafafa;
}
.leftNav ul li a:hover {
    /* background: url(../../../images/darkBlueBgSublimity.png) repeat-x; color: #fff; border: 1px solid #3c4049; */
    background: #2c4b15 linear-gradient(to top, #2c4b15 0%, #406424 100%) repeat scroll 0 0;
    color: #fafafa;
}
.leftNav ul li a span { padding: 9px 0 9px 35px; display: block; }


/* Left navigation icons */

.leftNav ul li.contacts a span { background: url(../../../images/icons/dark/users.png) no-repeat 10px; }
.leftNav ul li.dash a span { background: url(../../../images/icons/dark/view.png) no-repeat 10px; }
.leftNav ul li.errors a span { background: url(../../../images/icons/dark/alert.png) no-repeat 10px; }
.leftNav ul li.files a span { background: url(../../../images/icons/dark/files.png) no-repeat 10px; }
.leftNav ul li.firetruck a span { background: url(../../../images/icons/dark/firetruck.png) no-repeat 10px; }
.leftNav ul li.frames a span { background: url(../../../images/icons/dark/frames.png) no-repeat 10px; }
.leftNav ul li.forms a span { background: url(../../../images/icons/dark/create.png) no-repeat 10px; }
.leftNav ul li.gallery a span { background: url(../../../images/icons/dark/preview.png) no-repeat 10px; }
.leftNav ul li.graphs a span { background: url(../../../images/icons/dark/monthcalendar.png) no-repeat 10px; }
.leftNav ul li.home a span { background: url(../../../images/icons/dark/home.png) no-repeat 10px; }
.leftNav ul li.list a span { background: url(../../../images/icons/dark/list.png) no-repeat 10px; }
.leftNav ul li.login a span { background: url(../../../images/icons/dark/notebook.png) no-repeat 10px; }
.leftNav ul li.doc a span { background: url(../../../images/icons/dark/doc.png) no-repeat 10px; }
.leftNav ul li.docs a span { background: url(../../../images/icons/dark/docs.png) no-repeat 10px; }
.leftNav ul li.pic a span { background: url(../../../images/icons/dark/blocks.png) no-repeat 10px; }
.leftNav ul li.reports a span { background: url(../../../images/icons/dark/stats.png) no-repeat 10px; }
.leftNav ul li.resources a span { background: url(../../../images/icons/dark/bookLarge.png) no-repeat 10px; }
.leftNav ul li.shield a span { background: url(../../../images/icons/dark/shield.png) no-repeat 10px; }
.leftNav ul li.sitemap a span { background: url(../../../images/icons/dark/globe.png) no-repeat 10px; }
.leftNav ul li.typo a span { background: url(../../../images/icons/dark/podium.png) no-repeat 10px; }
.leftNav ul li.tables a span { background: url(../../../images/icons/dark/presentation.png) no-repeat 10px; }
.leftNav ul li.vault a span { background: url(../../../images/icons/dark/vault.png) no-repeat 10px; }
.leftNav ul li.widgets a span { background: url(../../../images/icons/dark/full.png) no-repeat 10px; }



/* Left navigation subnav */

ul.sub { border: 1px solid #3c4049; border-top: none; background: url(../../../images/leftNavSub.png) repeat; }
ul.sub li { border-bottom: 1px dotted #d5d5d5; padding: 1px; }
ul.sub li a { background: #efefef url(../../../images/leftNavBg.png) repeat-x 0 0; border: none; font-family: Arial, Helvetica, sans-serif; color: #494949; font-size: 11px; padding: 8px 10px 8px 18px; }
ul.sub li a:hover, .sub li a:active { font-style: normal; border: none; color: #676767; background: url(../../../images/arrow.gif) no-repeat 8px 16px; }

ul.sub li ul { border: none; border-top: 1px solid #c9c9c9; }
ul.sub li ul li { padding-left: 10px; }


/* ===== Sub navigation ===== */

.subNav {
    float: left;
    margin-right: 1px;
    vertical-align: bottom;
    margin-top: 15px;
    margin-bottom: 17px;
}
.subNav ul li { text-align: center; display: block; float: left; margin-right: 25px; position: relative; }
.subNav ul li a {
    display: block;
    border: 1px solid #999999;
    background-image: url(../../../images/middlebg2.png);
    background-repeat: repeat-x;
    background-color: #fff;
    background-position: 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
     -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #595858;
    font-size: 12px;
    position: relative;
    -moz-box-shadow: 3px 3px 3px 0px rgba(10, 10, 10, 0.4);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(10, 10, 10, 0.4);
    box-shadow: 3px 3px 3px 0px rgba(10, 10, 10, 0.4);
}
/* button hover */
.subNav ul li a:hover, .subNav ul li a:active {    
    border: 1px solid #333333;
    -webkit-box-shadow: 0px 0px 0px #ededed;
    -moz-box-shadow: 0px 0px 0px #ededed;
    box-shadow: 0px 0px 0px #ededed;
    top: 3px;
    left: 3px;
}
/* active button state (after click, before new page load) */
.subNav ul li a:active {
    border: 1px solid #E51937;
}
/* active button state */
.subNav ul li a.active {
    border: 1px solid #333333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 3px;
    left: 3px;
}
.subNav ul li a span { display: block; padding: 4px 8px 2px 35px; }
.subNav ul li.iGoBack a span {
    background: url(../../../images/icons/dark/arrowLeft.png) no-repeat 12px;
}
.subNav ul li.iMoney2Color a span {
    background: url(../../../images/icons/dark/money2Color.png) no-repeat 12px;
}
.subNav ul li.iPoliciesColor a span {
    background: url(../../../images/icons/dark/docsColor.png) no-repeat 12px;
}
.subNav ul li.iClaimsColor a span {
    background: url(../../../images/icons/dark/filesColor.png) no-repeat 12px;
}
.subNav ul li.iUser a span {
    background: url(../../../images/icons/middlenav/usersRedBlueGreenFaded.png) no-repeat 12px;
}
.subNav ul li.iFileClaim a span {
    background: url(../../../images/icons/middlenav/filesColor.png) no-repeat 12px;
}
.subNav ul li.iInfoColor a span {
    background: url(../../../images/icons/dark/createColor.png) no-repeat 12px;
}
.subNav ul li a:hover {
    background: #f6f6f6;
}


/* ===== Statistics ===== */

.stats { margin-top: 22px; }
.stats ul {  }
.stats ul li { display: block; float: left; margin-left: 40px; vertical-align: middle; }
.stats ul li:first-child { margin: 0; }
.stats ul li span { color: #424242; font-size: 16px; display: block; vertical-align: middle; white-space: normal; float: left; }
.count { font-size: 26px; height: 40px; display: inline-block; float: left; line-height: 41px; padding: 0 10px; margin-right: 10px;}

.stats a.blue {
    background: url(../../../images/count/blue2.png) repeat-x 0 0;
    border: 1px solid #2e6590;
    color: #f7f7f7;
}
.stats a.blue:hover { background-position: 0 -41px; }
.stats a.blue:active { background-position: 0 -82px; }

.stats a.grey { background: #efefef url(../../../images/leftNavBg.png) repeat-x; border-top: 1px solid #aaaaaa; border: 1px solid #aaaaaa; color: #b55d5c; }
.stats a.grey:hover { background: #f6f6f6; }
.stats a.grey:active { background: #f1f1f1; }

.stats a.green { background: url(../../../images/count/green2.png) repeat-x; border: 1px solid #19710e; color: #f7f7f7; }
.stats a.green:hover { background-position: 0 -41px; }
.stats a.green:active { background-position: 0 -82px; }

.stats a.red { background: #efefef url(../../../images/count/red2.png) repeat-x; border: 1px solid #7b2f2f; color: #f7f7f7; }
.stats a.red:hover { background-position: 0 -41px; }
.stats a.red:active { background-position: 0 -82px; }


/* ===== Right side content ===== */

.fc-button-prev .fc-button-content { width: 10px; background: url(../../../images/leftArrow.png) no-repeat 15px 13px; }
.fc-button-next .fc-button-content { width: 10px; background: url(../../../images/rightArrow.png) no-repeat 15px 13px; }



/* ===== Right side content ===== */

.widget { /*width: 342px;*/ /*width: 100%;*/ margin-top: 2.2em; border: 1px solid #888888; display: block; background: #fafafa; clear: both; border-top: none; }
.widgetWindow { /*width: 342px;*/ /*width: 100%;*/ margin: 0; border: 1px solid #888888; display: block; background: #fafafa; clear: both; border-top: none; }
.head {
    background: #efefef url(../../../images/leftNavBg2.png) repeat-x;
    height: 38px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #aaa;
    position: relative;
}
.head.closed:hover, .head.opened:hover { background: #efefef url(../../../images/leftNavBg3.png) repeat-x; }
.smallHead {
    border-bottom: 1px solid #888888;
    position: relative;
}
.widget .head h5, .table h5 { font-weight: normal; padding: 9px 12px 9px 35px; float: left; }
.widget .body, .widgetWindow .body { padding: 12px 14px; line-height: 18px;}
.widget .normal h5, .accordion-close h5 { background: url(../../../images/aNormal.png) no-repeat 15px 15px; padding: 9px 12px 9px 32px!important }
.widget .normal h5.doubleIcon { padding: 9px 5px 9px 23px!important; }
.widget .inactive h5, .accordion-open h5 { background: url(../../../images/aInactive.png) no-repeat 12px 17px; padding: 9px 12px 9px 32px!important; }
.widget .inactive h5.doubleIcon, .accordion-open h5.doubleIcon { padding: 9px 5px 9px 23px!important; }

.widget .num { float: right; display: inline-block; text-align: center; margin: 9px 12px 0 0; font-size: 11px; }
.widget .num span { margin-right: 10px; }
.widget .num a { background: url(../../../images/ui/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe; }

.widget .num a.blueNum { background-position: 0 0; border: 1px solid #224778; }
.widget .num a.blueNum:hover { background-position: 0 -19px; }
.widget .num a.blueNum:active { background-position: 0 -38px; }

.widget span.greyNum {
    background: url(../../../images/ui/numDataBg.png) repeat-x; height: 19px; padding: 2px 5px; color: #fefefe;
    background-position: 0 0; border: 1px solid #606873;
    font-size: 11px;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
}
.widget span.greyNum:hover { background-position: 0 -19px; }
.widget span.greyNum:active { background-position: 0 -38px; }

.widget .num a.redNum { background-position: 0 -57px; border: 1px solid #9d382f; }
.widget .num a.redNum:hover { background-position: 0 -76px; }
.widget .num a.redNum:active { background-position: 0 -95px; }

.widget .num a.greyNum { background-position: 0 -171px; border: 1px solid #606873; }
.widget .num a.greyNum:hover { background-position: 0 -190px; }
.widget .num a.greyNum:active { background-position: 0 -209px; }

.widget .num div.greenNum span {
    background: url(../../../images/ui/numDataBg.png) repeat-x; color: #fefefe;
    background-position: 0 -114px;
    border: 1px solid #218516;
    font-size: 11px;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
}

.widget .num a.greenNum { background-position: 0 -114px; border: 1px solid #218516; }
.widget .num a.greenNum:hover, .widget .num div.greenNum span:hover { background-position: 0 -133px; }
.widget .num a.greenNum:active, .widget .num div.greenNum span:active { background-position: 0 -152px; }

.widget .loader { float: right; margin: 14px 12px 0 0; }

.userLink { font-size: 16px; padding-top: 3px; display: block; margin-left: 25px; white-space: nowrap; }
.userWidget { padding: 6px 12px 0 12px; display: block; float: left; }


/* ==========  Classes for collapsing  ========== */

.normal, .inactive { cursor: pointer; }
.normal, .accordion-close { border-bottom: none; }

.standalone { float: left; width: 300px; margin-left: 40px; }
.standalone:first-child { margin-left: 0; }



/* ===== Gallery ===== */

.pics { padding-bottom: 14px; width: 721px; margin: auto; }
.pics ul li { width: 102px; display: block; float: left; height: 102px; margin: 16px 0 0 14px; border: 1px solid #d5d5d5; position: relative; }
.pics ul li:hover { border-color: #bbc1c9; }
.pics .actions { background: #000; opacity: 0.8; position: absolute; bottom: 0; right: 0; display: none; }
.pics .actions a { color: #fff; font-size: 11px; display: block; padding: 3px 4px; float: left; }
.pics .actions a:first-child { padding-right: 0; }



/* ===== Tabs ===== */

ul.tabs, ul.nestedTabs {
    background: url(../../../images/leftNavBg2.png) repeat-x;
    height: 38px;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #888888;
}
ul.tabs.justified, ul.nestedTabs.justified {
    width: 100%;
}
ul.tabs li, ul.nestedTabs li {
    float: left;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    background: url(../../../images/tabsSepDark.png) repeat-y 100% 0;
    font-size: 15px;
}
ul.tabs.justified li, ul.nestedTabs.justified li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 1%;
}
ul.tabs li a, ul.nestedTabs li a { 
    text-decoration: none;
    display: block;
    padding: 0px 12px;
    position: relative;
    outline: none;
    color: #797979;
}
ul.tabs.justified li a, ul.nestedTabs.justified li a { text-align: center; padding: 0; }
ul.tabs li a:hover, ul.nestedTabs li a:hover { color: #424242; }
ul.tabs li.activeTab, ul.nestedTabs li.activeTab  { background-color: #fafafa; height: 39px; box-shadow: 1px -4px 5px 0 rgba(15, 15, 15, 0.2); }
ul.tabs li.activeTab a, ul.nestedTabs li.activeTab a { color: #424242; }

.tab_container { overflow: hidden; clear: both; float: left; width: 100%; }
.tab_content, .nested_tab_content { padding: 10px 12px; }
.tab_content.tab_table, .nested_tab_content.tab_table { position: relative; padding: 0; margin-top: 40px; }
.nested_tab_content.tab_table .num.new {
    float: left;
    position: absolute;
    top: -40px;
    left: 10px;
}

.tabsRight { position: relative; }
.tabsRight ul.tabs, .tabsRight ul.nestedTabs { float: right; background: url(../../../images/leftNavBg.png) repeat-x; height: 38px; border-bottom: 1px solid #aaaaaa; position: absolute; top: 0; right: 0; }
.tabsRight ul.tabs li, .tabsRight ul.nestedTabs li { background: url(../../../images/tabsSepR.png) repeat-y 0 0; }

.cnc {
    box-shadow: inset 1px 2px 1px 1px rgba(60,60,60,0.3);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    background: #C53D3C;
    max-width: 370px;
    max-height: 25px;
    color: #F8FEFE;
}
.tagmtop {
    margin-top:20px;
}
.tagged {
    margin-top: 0px;
}
.fixPos {
    margin-top: 60px;
}
.displayCancelled {
    box-shadow: 3px 3px 1px 1px rgba(15, 15, 15, 0.2);
    background: #ffd8d8;
    border-radius: 4px;
    margin-top: 15px;
    padding: 5px;
    float:right;
    line-height: 16px;
}
#showCnc {
    vertical-align: -10%;
}

/* ===== Widgets ===== */

.twoOne { width: 358px; }
.widget, .content .title, .count, .widget .num a, a.count1, .table, .breadCrumb, .earnings, .leftNav ul li a, .listData .cNote, .pages li a, .errorPage, .btn14, .btn55, .loginPanel, .customfile { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }

.widgets { clear: both; }
.widgets .left { float: left; width: 348px; }
.widgets .right { float: right; width: 348px; }

.content { float: left; width: 748px; margin-bottom: 80px; }
.content .title {
    /* background: url(../../../images/darkBlueBgSublimity.png) repeat-x; */
    background: #406424 linear-gradient(to top, #406424 0%, #7f9940 100%) repeat scroll 0 0;
    /* background: #7f9940 linear-gradient(to top, #7f9940 0%, #9ebb57 100%) repeat scroll 0 0; */
    height: 36px;
    width: 746px;
    border: 1px solid #3c4049;
    /*
    -moz-box-shadow: 0 1px 0 #333;
    -webkit-box-shadow: 0 1px 0 #333;
    box-shadow: 0 1px 0 #333;
    */
}
.content .title h5 { float: left; color: #fafafa; font-weight: normal; display: block; padding: 7px 15px; }

/* ===== Widget Modification ===== */
div.widget.removeBottomBorder { border-bottom: none; }

/* Support ticket and Latest orders */
.supTicket { background: url(../../../images/linesSep.png) 0 0 repeat-x; padding: 12px 12px 15px 12px; }
.supTicket .issueType { color: #515e70; clear: both; font-weight: bold; background: url(../../../images/dashed.png) repeat-x 0; }
.supTicket .issueType .issueInfo { float: left; display: block; background: #fafafa; padding-right: 5px; }
.supTicket .issueType .issueNum { float: right; display: block; background: #fafafa; padding-left: 5px; padding-right: 1px; }

.issueSummary { clear: both; margin-top: 10px; }
.issueSummary img { border: 1px solid #d5d5d5; }

.ticketInfo ul {  }
.ticketInfo ul li { width: 127px; margin-left: 12px; display: block; float: left; margin-bottom: 6px; }
.ticketInfo ul li.even { text-align: right; }
.ticketInfo ul li.data_header { width: 78px; }
.ticketInfo ul li.data_header_even { width: 176px; text-align: right;}
.ticketInfo { float: left; width: 278px; margin-top: -3px; margin-bottom: -11px; }


/* User */
.userSummary { background: url(../../../images/linesSep.png) 0 100% repeat-x; }
.userSummary ul {  }
.userSummary ul li { width: 127px; display: block; float: left; margin-bottom: 12px; margin-top: -1px; }
.userSummary ul li.even { text-align: right; }

.userSummary .infoLeft { width: 153px; float: left; }
.userSummary .infoLeft div, .userSummary .infoRight div { padding-top: 12px; }
.userSummary .infoLeft div:first-child, .userSummary .infoRight div:first-child { padding: 0; }

.userSummary .infoRight { width: 153px; float: right; text-align: right; }

.userAlt { padding: 0 12px; background: url(../../../images/leftNavBg.png) repeat-x; }
.userAlt img { float: left; display: block; margin: 4px 8px 0 0; }
.userEmail {  display: block; white-space: nowrap; }
.botRow span { float: left; display: block; margin-right: 10px; }

#eq span { height: 120px; float: left; margin-right: 30px; display: block; }

/* Search */
.searchWidget { position: relative; margin-top: 40px; }
.searchWidget input[type=text] { background: #fafafa; border: 1px solid #d5d5d5; padding: 10px; width: 288px; }
.searchWidget input[type=submit] { background: url(../../../images/searchBtn.png) no-repeat 0 0; position: absolute; top: 0; right: 1px; border: none; width: 36px; height: 36px; }

/* Website stats */
.webStatsLink { font-size: 16px; color: #B55D5C; font-weight: bold; }
.statPlus, .statMinus {   padding-left: 12px; font-size: 12px;  }
.statPlus { color: #549332; background: url(../../../images/topArrow.png) no-repeat 0 3px; }
.statMinus { color: #B55D5C; background: url(../../../images/botArrow.png) no-repeat 0 3px; }

/* Accordion */
.menu_body { display: none; padding: 12px 14px; }
.acc .head { margin-bottom: -1px; cursor: pointer; }
.acc .head h5 { padding: 9px 14px; }

/* ===== Flot ===== */

.chart, .autoUpdate, .bars { width: 700px; height: 200px; z-index: 90; margin: 10px 0 0 0; }



/* ===== Footer ===== */

#footer {
    clear: both; /*height: 36px;*/
    
    width: 100%;
    color: #eeeeee;
    margin-top: 44px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ddd;
    /*
    background: url(../../../images/darkBlueBgSublimity.png) repeat;
    box-shadow: 0px 0px 6px 6px rgba(15,15,15,0.65);
    */
    /* background: #1d1dae linear-gradient(to top, #000066 0%, #1d1dae 100%) repeat scroll 0 0; */
    background: #406424 linear-gradient(to top, #406424 0%, #7f9940 100%) repeat scroll 0 0;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.25);
}
#footer span {
    color: #eeeeee;
    padding: 9px 5px;
    display: inline-block;
    font-size: 11px;
}
#footer span a {
    color: #eeeeee;
}



/* ===== Table ===== */

table.tableStatic { width: 100% }

.tableStatic thead th {
    padding: 3px 0 2px 0;
    text-align: center;
    border-left: 1px solid #D5D5D5;
    background: #efefef url(../../../images/leftNavBg.png) repeat-x;
    /* background: -moz-linear-gradient(center top , #FAFAFA 0%, #EFEFEF 100%) repeat scroll 0 0 transparent; */
    border-bottom: 1px solid #D5D5D5;
    font-size: 11px;
    color: #676767;
}
.tableStatic thead th:first-child { border-left: none; }

.tableStatic thead tr:first-child th { font-size: 11px; color: #878787; }

.tableStatic tbody tr { border-top: 1px solid #e7e7e7; }
.tableStatic tbody tr:nth-child(even) { background-color:#f2f2f2; }

.tableStatic tbody td { border-left: 1px solid #e7e7e7; padding: 6px 12px; vertical-align: middle; }
.tableStatic tbody td:first-child { border-left: none; }
.tableStatic .cellHeader {
    font-weight: bold;
}
.tableStatic thead th.headerData {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}
.tableStaticSmallText tbody td {
    font-size: .98em;
    padding: 6px 8px;
}


/* ===== Commission Table ===== */

table.commissionTable { width: 100% }

.commissionTable thead th {
    padding: 3px 0 2px 0;
    text-align: center;
    border-left: 1px solid #D5D5D5;
    background: #efefef url(../../../images/leftNavBg.png) repeat-x;
    /* background: -moz-linear-gradient(center top , #FAFAFA 0%, #EFEFEF 100%) repeat scroll 0 0 transparent; */
    border-bottom: 1px solid #D5D5D5;
    font-size: 11px;
    color: #676767;
}
.commissionTable thead th:first-child { border-left: none; }

.commissionTable thead tr:first-child th { font-size: 11px; color: #878787; }

.commissionTable tbody tr { border-top: 1px solid #AAAAAA; }
.commissionTable tbody tr:nth-child(even) { background-color:#f2f2f2; }

.commissionTable tbody td { border-left: 1px solid #D5D5D5; padding: 6px 12px; vertical-align: middle; }
.commissionTable tbody td:first-child { border-left: none; }
.commissionTable .cellHeader {
    font-weight: bold;
}

.commissionTable thead th.headerData {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}

.dlCommissionsBtn {
    float:left;
    margin-right:0.1em;
}

/* ===== Datatables Header Modification ===== */
div.table h5.noIcon { padding-left: 10px; }
div.table.removeMarginTop { margin-top: 0px; }

/* ===== Datatables Inner Details ===== */
table.customerDetails { background-color: white; text-align: center; width: 650px; }
table.customerDetails tr th { text-align: left; font-weight: normal; padding: 5px 10px 3px 10px; }
table.customerPolicies { background-color: white; text-align: center; width: 650px; }
table.customerPolicies thead th { background-color: white; padding: 5px 10px 3px 10px; }

td.details { 
    box-shadow: inset 0px 0px 20px 0px rgba(60,60,60,0.4);
    border: none;
}
div.innerDetails span.tableTabbedHeading {
    display: inline-block;
    box-shadow: 1px 1px 1px 2px rgba(60,60,60,0.6);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    background: white;
}
div.innerDetails span.tableTabbedBody th {    
    border-bottom: 1px solid #e7e7e7;
    border-left: none;
    border-top: none;
    border-right: 1px solid #e7e7e7;
}
div.innerDetails span.tableTabbedBody th:last-child {    
    border-bottom: 1px solid #e7e7e7;
    border-left: none;
    border-top: none;
    border-right: none;
}
div.innerDetails span.tableTabbedBody tr {    
    border: none;
}
div.innerDetails span.tableTabbedBody td {    
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
div.innerDetails span.tableTabbedBody td:last-child {    
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #e7e7e7;
    border-right: none;
}
div.innerDetails span.tableTabbedBody {
    display: inline-block;
    background: white;
    box-shadow: 1px 1px 1px 2px rgba(60,60,60,0.6);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
    padding: 4px;
}


/* ===== Inner Commission Table ===== */

table.innerTable {
    width: 100%;
    border: 1px solid #AFAFAF;
    margin: 6px 0px 10px;
}

table.innerTable thead th {
    padding: 3px 0 2px 0;
    text-align: center;
    border-left: 1px solid #D0D0D0;
    background: #efefef url(../../../images/leftNavBg3.png) repeat-x;
    border-bottom: 1px solid #AFAFAF;
    font-size: 11px;
    color: #676767;
}
table.innerTable thead th:first-child { border-left: none; }

table.innerTable thead tr:first-child th { font-size: 11px; color: #878787; }

table.innerTable tbody tr { border-top: 1px solid #B9B9B9; }
.innerTable tbody tr:nth-child(odd) { background-color:#D8D8D8; }
.innerTable tbody tr:nth-child(even) { background-color:#E7E7E7; }

.innerTable tbody td { border-left: 1px solid #B9B9B9; padding: 6px 12px; vertical-align: middle; }
.innerTable tbody td:first-child { border-left: none; }
.innerTable .cellHeader {
    font-weight: bold;
}

.innerTable thead th.headerData {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}

.rowTrigger {
    cursor: pointer;
}
.rowTrigger + tr {
    background-color: #a2caca !important;
}
.rowTrigger + tr td {
    padding: 2px 10px !important;
}


/* ===== Div Table ===== */

.divTable {

    width: 746px;
}
.divTableHeader {
    width: 746px;
}
.divTableRow {
    width: 746px;
}
.hidden {
    display: none;
}
.divTableRow:nth-child(2n) {
    background-color: #F2F2F2;
}
.divHeaderCell {
    display: table-cell;
    color: #878787;
    font-size: 11px;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    border-left: 1px solid #D5D5D5;
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #EFEFEF 100%) repeat scroll 0 0 transparent;
}
.divHeaderCell:first-child {
    border-left: medium none;
}
.divTableCell {
    display: table-cell;
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #E7E7E7;
}
.divTableCell:first-child {
    border-left: medium none;
}

/* ===== Input Forms ===== */

.mainForm label { margin-right: 15px; display: block; float:left; padding: 4px 10px; }

.datepicker { width: 58px!important; cursor: pointer; }
.colorpick { width: 58px!important; float: left; cursor: pointer; }
.pick { width: 16px; height: 16px; float: left; background: url(../../../images/color.png) no-repeat 0; margin: 2px 5px; cursor: pointer; }
.colorP { position: relative; width: 58px; }

.multiple { width: 100%; padding: 5px; border: 1px solid #d5d5d5; }

.sliderSpecs label { padding: 0!important; font-size: 11px; line-height: 14px; }
.sliderSpecs input { float: left; width: auto!important; background: none!important; border: 0!important; font-weight: bold; color: #3a6fa5; padding: 0!important; }


.moreFields ul li { float: left; width: 42px; margin: 0 10px 0 0; }
.moreFields ul li input { width: 98%!important; }
.moreFields ul li.sep { padding: 3px 5px 3px 6px; display: block; margin: 0; width: auto; color: #d5d5d5; }
.moreFields ul li span { display: block; padding: 3px 12px; white-space: nowrap; }

.itemDisabled { color: #b7b7b7; }

.rowElem { clear: both; border-top: 1px solid #e7e7e7; padding: 10px 14px; position: relative; }
.rowElem:first-child { border-top: none; }

.formRight { float: right; width: 528px; margin: 12px 12px 12px 0px; }
.formBottom { /*width: 688px;*/ margin: 12px 12px 12px 0; }
.rowElem > label { padding: 15px 0; width: 130px; }
.rowElem .topLabel { padding: 5px 12px 12px 0; }

#valid input { position: relative; }


/* Inputs */
.jqTransformInputWrapper { float: left; }
.jqTransformInputWrapper > div { width: 550px; }

.mainForm input[type=text], .mainForm textarea, .mainForm input[type=password] { background: #fff; width: 100%; border: 1px solid #d5d5d5; padding: 5px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.mainForm input[type=text]:hover, .mainForm input[type=password]:hover, .mainForm textarea:hover { background: #fcfcfc; border: 1px solid #d1d1d1; }
.mainForm input[type=text]:focus, .mainForm input[type=password]:focus, .mainForm textarea:focus { border: 1px solid #bbc1c9; background: #fff; }

.submitForm { float: right; margin: 1px 14px 22px 14px; }

.jqTransformInputWrapper_hover input{ background: #f6f6f6; }
.jqTransformInputWrapper_focus input { background: #f6f6f6; border: 1px solid #cad1d4; }

.jqTransformSafari .jqTransformInputInner div { position: relative; overflow: hidden; margin:0px 8px; }
.jqTransformSafari .jqTransformInputInner div input { background: none; position: absolute; top: -10px; left: -2px; height: 42px; padding-left: 4px; }

.datatablePullUp { margin-top: 40px; margin-right: 10px; width: 200px; }
#loginTable_info { margin-top: 15px; }
#loginTable_length { margin-top: 13px; }
.tracking { height: 105px; }
.docForm label.lookup-label { width: 100%; padding: 7px; }
.pagination>li>a, .pagination>li>span { margin-left: 0px; }
.datatablePullUpLookup { margin: 5px 10px 0px 0px; width: 200px; }
.bumpDown { padding-top: 15px; }
.claimLogOuterWrapper { max-width: 1200px !important; }
.claimLogTableWrapper { margin: 10px 60px 60px 60px !important; }
.wrapperClaimLogUpper { margin: 20px 60px 0px 60px !important; }
.claimTableLength { padding-top: 10px; }
.claimTableAfterLength { padding-top: 12px; }
.claimLogiPadFix { min-height: 1px; width: 100%; }
.tracksave { margin-left: 10px; margin-top: 7px;}
.tracksave a { margin-left: 10px; }
.trackform { margin-bottom: 10px; }
.tracksub { margin-left: 10px; }
td { vertical-align: top; }
.lookupBtn { margin-top: -30px; }
.subPullRight { float:right; }
.subMLeft { padding-left: 10px; }
.errorheader { margin-top: 30px; }
.addLengthHere { margin-top: 5px; }
.afterLength { float: left; margin-top: -8px;margin-left: 5px;}
#addPrintButtonHere { float: right; margin-top: 10px; margin-bottom: 60px;}
#addProcHere #logTable_processing{ padding-top: 9px; }

/* Radios */
.jqTransformRadioWrapper {float: left;display:block; margin-top:5px;}
.jqTransformRadio { background: transparent url(../../../images/forms/radio.png) no-repeat 0 0; vertical-align: middle; height: 15px; width: 15px; display: block; }


/* Checkboxes */
span.jqTransformCheckboxWrapper{ display:block;float:left; margin-top:6px; }
a.jqTransformCheckbox { background: transparent url(../../../images/forms/checkbox.png) no-repeat 0 0px ; vertical-align: middle; height: 15px; width: 15px; display:block;/*display: -moz-inline-block;*/ }

a.jqTransformChecked { background-position: center bottom;} /* Checked - Used for both Radio and Checkbox */

/* Selects */
.jqTransformSelectWrapper { width: 42px; position:relative; height: 26px; background: url(../../../images/forms/select_left.png) no-repeat top left; float:left; min-width: 45px; }
.jqTransformSelectWrapper div span { font-size: 11px; float: none; position: absolute; white-space: nowrap; height: 26px; line-height: 26px; padding-left: 8px; overflow: hidden; cursor: pointer; }
.jqTransformSelectWrapper  a.jqTransformSelectOpen { position: absolute; right: -2px; width: 25px; height: 26px; background: url(../../../images/forms/select_right.png) no-repeat center center; top: 0; }
.jqTransformSelectWrapper ul { position: absolute; min-width: 45px; top: 27px; left: 0px; list-style: none; background-color: #FFF; border: solid 1px #CCC; display: none; margin: 0px; padding: 0px; height: 168px; overflow: auto; 	overflow-y: auto; z-index:10; }
.jqTransformSelectWrapper ul a { display: block; padding: 2px 8px; text-decoration: none; color:#333; background-color: #FFF; font-size: 11px; }
.jqTransformSelectWrapper ul li:first-child { margin-top: 0px; }
.jqTransformSelectWrapper ul a.selected { background: #EDEDED; color: #333; }
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover { background:#3582c4; color: #fff; }

.jqTransformHidden {display: none;} /* used to hide the original form elements */




/* ===== List styles ===== */

.list {  }
.list .legend { display: block; font-weight: bold; padding-bottom: 4px; }
.list ul li { padding: 0 0 0 15px; }

.plusBlue li { background: url(../../../images/icons/lists/plusBlue.png) no-repeat 0 7px; }
.plusRed li { background: url(../../../images/icons/lists/plusRed.png) no-repeat 0 7px; }
.plusGrey li { background: url(../../../images/icons/lists/plusGrey.png) no-repeat 0 7px; }
.plusGreen li { background: url(../../../images/icons/lists/plusGreen.png) no-repeat 0 7px; }

.tipBlue ul li { background: url(../../../images/icons/lists/tipBlue.png) no-repeat 0 6px; }
.tipRed ul li { background: url(../../../images/icons/lists/tipRed.png) no-repeat 0 6px; }
.tipGrey ul li { background: url(../../../images/icons/lists/tipGrey.png) no-repeat 0 6px; }
.tipGreen ul li { background: url(../../../images/icons/lists/tipGreen.png) no-repeat 0 6px; }

.arrowBlue ul li { background: url(../../../images/icons/lists/arrowBlue.png) no-repeat 1px 6px; }
.arrowRed ul li { background: url(../../../images/icons/lists/arrowRed.png) no-repeat 1px 6px; }
.arrowGrey ul li { background: url(../../../images/icons/lists/arrowGrey.png) no-repeat 1px 6px; }
.arrowGreen ul li { background: url(../../../images/icons/lists/arrowGreen.png) no-repeat 1px 6px; }

.arrow2Blue ul li { background: url(../../../images/icons/lists/arrow2Blue.png) no-repeat 1px 6px; }
.arrow2Red ul li { background: url(../../../images/icons/lists/arrow2Red.png) no-repeat 1px 6px; }
.arrow2Grey ul li { background: url(../../../images/icons/lists/arrow2Grey.png) no-repeat 1px 6px; }
.arrow2Green ul li { background: url(../../../images/icons/lists/arrow2Green.png) no-repeat 1px 6px; }

.listItems { list-style: square; color: #333333; }
.listItems a { color: #2B6893; }
.listItems a:hover { text-decoration: underline; }

.liMarginNoHeading { margin-left: 16px; }
.liMarginHeading { margin-left: 40px; margin-top: 6px; }



/* ===== Tooltip ===== */

.tipsy { padding: 4px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../../../images/tipsy.gif); }
.tipsy-inner { padding: 2px 8px 2px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }



/* ===== Notification messages ===== */

.nNote { cursor: pointer; clear: both; margin: 20px 0px 20px 0px; width: 100%; }
.nNote strong { margin-right: 5px; }
.nNote p { font-size: 11px; padding: 10px 25px 10px 54px; margin: 0px; color: #565656; }
.nMessage p { font-size: 11px; }
.nWarning { background: #ffe9ad url(../../../images/icons/notifications/error.png) no-repeat 15px center; border: 1px solid #eac572; color: #826200; }
.nSuccess { background: #effeb9 url(../../../images/icons/notifications/accept.png) no-repeat 15px center; border: 1px solid #c1d779; color: #3C5A01; }
.nFailure { background: #fccac1 url(../../../images/icons/notifications/exclamation.png) no-repeat 15px center; border: 1px solid #e18b7c; color: #AC260F; }
.nInformation { background: #d1e4f3 url(../../../images/icons/notifications/information.png) no-repeat 15px center; border: 1px solid #99c4ea; color: #235685; }
.nLightbulb { background: #FEF0CB url(../../../images/icons/notifications/lightbulb.png) no-repeat 15px center; border: 1px solid #D3A350; color: #835F21; }
.nMessages { background: #9DDFFF url(../../../images/icons/notifications/email.png) no-repeat 15px center; border: 1px solid #42B4FF; color: #835F21; }


/* ===== System Messages ===== */
.sys_msg{
    background-image: url("../../../images/icons/notifications/tick-circle.png");
    background-position: 0.68em 0.68em;
    background-repeat: no-repeat;
    padding: 0.4em 1em 0.5em 2.6em;
    margin-top: 1.6em;

    border-radius: 0.333em 0.333em 0.333em 0.333em;
    box-shadow: 2px 2px 4px 1px rgba(10,10,10,0.6);
    -moz-box-shadow: 2px 2px 4px 1px rgba(10,10,10,0.6);
    -webkit-box-shadow: 2px 2px 4px 1px rgba(10,10,10,0.6);
}

div.red {
    background-color: #FFBBBB;
    border: 1px solid #CC3300;
    color: #194A19;
}

div.grn{
    background-color: #BBFFBB;
    border: 1px solid #00CC33;
    color: #194A19;
}

.system_message span {
    font-style: italic;
    font-size: 0.8em;
}
.system_message p {
    padding: 0px;
    margin: 0px;
    line-height: 1.3em;
    font-size: 1.2em;
}
.system_message .system_message_close {
    cursor: pointer;
    float: right;
}
.sysMsgCol {
    min-width: 190px;
}

.security_alert_message {
    width: 100%;
    background-color: #EDD2D2;
    border-bottom: 1px solid #DAA2A1;
    color: #B94A48;
    font-size: 10pt;
    padding-top: 8px;
    padding-bottom: 8px;
}
.security_alert_message p {
    padding-left: 12px;
    padding-right: 12px;    
}
.security_alert_message div {
    max-width: 980px;
    margin: auto;
}



/* ===== Dynamic table headers ===== */

.table { margin-top: 2.2em; border: 1px solid #888; border-top: none; }
.headTitle { background: #efefef url(../../../images/leftNavBg.png) repeat-x; height: 37px; border-bottom: 1px solid #d5d5d5; }
.table-nom { margin-top: 0em; }



/* ===== Spinner ===== */

.ui-spinner { width: 10em; display: block; position: relative; overflow: hidden; border: 1px solid #D5D5D5; background: url(../../../images/forms/spinnerBg.png) repeat-x top left!important; height: 25px; padding: 0 6px; }
.ui-spinner-disabled { background: #F4F4F4; color: #CCC; }
.ui-spinner input.ui-spinner-box { border: none!important; background: none!important; padding: 6px 0; }
.ui-spinner-up, .ui-spinner-down { width: 18px; padding: 0; margin: 0; z-index: 100; position: absolute; right: 0; cursor: default; border: none; }
.ui-spinner-up { background: url(../../../images/forms/spinnerTop.png) no-repeat; height: 13px; top: 0; }
.ui-spinner-down { height: 12px; bottom: 0px; background: url(../../../images/forms/spinnerBottom.png) no-repeat; }
.ui-spinner-pressed {  }
.ui-spinner-list, .ui-spinner-listitem { margin: 0; padding: 0; font-size: 11px; }
.ui-spinner ul li, .ui-spinner-data { line-height: 25px; height: 25px; }



/* ===== Growl notifications ===== */

div.jGrowl { z-index: 9999; color: #fff; font-size: 12px; }
div.ie6.top-right {
    right: 				auto;
    bottom: 			auto;
    left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
    left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
    left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
    left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
    left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl { position: absolute; }
body > div.jGrowl { position: fixed; }
div.jGrowl.top-left { left: 0px; top: 0px; }
div.jGrowl.top-right { right: 0px; top: 36px; }
div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
div.jGrowl.center { top: 0px; width: 50%; left: 25%; }

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left: auto; margin-right: auto; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: black;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
}

div.jGrowl div.jGrowl-notification { min-height: 40px; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { margin: 10px; }
div.jGrowl div.jGrowl-notification div.jGrowl-header { font-weight: bold; font-size: .85em; }
div.jGrowl div.jGrowl-notification div.jGrowl-close { z-index: 99; float: right; font-weight: bold; font-size: 1em; cursor: pointer; }
div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size: .9em; font-weight: bold; text-align: center; }

/** Hide jGrowl when printing **/
@media print { div.jGrowl { display: none; } }



/* ===== Page scrolling ===== */

#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:21px; height:21px; border:none; text-indent:-999px; background:url(../../../images/ui.totop.png) no-repeat left top; }
#toTopHover { background:url(../../../images/ui.totop.png) no-repeat left -22px; width:21px; height:21px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }



/* ===== Contact list ===== */

.listNav { margin:0 0 10px; }

.ln-letters { overflow: hidden; width: 100%; margin-top: -1px; }
.ln-letters a { font-size: 11px; display: block; float: left; padding: 4px 8px; border: 1px solid #D5D5D5; border-right: none; text-decoration: none; background: #EFEFEF url(../../../images/leftNavBg.png) repeat-x; }

ul.listData { float: right; text-align: right; margin-top: -1px; font-size: 11px; }
ul.listData li { display: inline-block; padding: 0 6px 1px 6px!important; border: none!important; margin-left: 6px }
.listData .cNote { background: #FAFAFA; display: block; padding: 0 6px; border: 1px solid #D5D5D5; color: #878787; }

.ln-letters a.ln-last { padding: 4px 11px; }
.ln-letters a:first-child { border-left: none; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

#myList > li { padding: 8px 0 8px 12px; border-top: 1px solid #ebebeb; }
#myList > li:hover { background: #fff; }
#myList > li:first-child { padding-top: 8px; }



/* ===== PRE tag styles ===== */

.SRC_Wrap { height:auto; font-size:12px; }
.SRC_Title {  text-align:center; color:#555; border-bottom:2px solid #999; font-size:14px; font-family:Verdana, Geneva, sans-serif; padding:5px; font-weight:700; }
.SRC_Line { width:100%; background-color:#fafafa; min-height:28px; line-height: 28px; }
.SRC_Line:nth-child(even) { background-color:#f5f5f5; }
.SRC_NumBox { width:5%; float:left; }
.SRC_Num { font-family: Verdana, Geneva, sans-serif; font-size: 12px; text-align:right; color:#555; font-weight:500; padding-right:2px; width:100%; height:auto; min-height:28px; line-height:28px; }
.SRC_CodeContent { white-space: pre-wrap; border-left:1px solid #d5d5d5; font-size:12px; padding-left:6px; font-family:"Courier New", Courier, monospace; margin:0px; min-height:28px; line-height:28px; }
.SRC_NumContent { text-align:right; margin-right:4px; color:#555; }
.SRC_CodeBox { float:left; width:95%; }

.SC_blue { color: blue; }
.SC_grey { color: grey; }
.SC_navy { color: navy; }
.SC_green { color: green; }
.SC_orange { color: #930; }
.SC_red { color: #F00; }
.SC_teal { color: teal; }
.SC_gold { color: #FC0; }
.SC_pink { color: #ff68a4; }
.SC_bold { font-weight: 700; }



/* ===== Breadcrumbs NEW ===== */

.breadcrumbs { color: #ccc; margin-top: 8px; margin-left: 16px; display: inline-block; height: 21px; overflow: hidden; width: auto; }
.breadcrumbs a { color: #ccc; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span {  }



/* ===== Breadcrumbs ===== */

.module:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
* html .module { height: 1%; overflow: visible; }
* + html .module { min-height: 1%; }

.breadCrumb { margin-top: 6px; margin-left: 10px; display: block; height: 21px; overflow: hidden; width: auto; }
.breadCrumb ul { margin: 0; padding: 0; height: 21px; display: block; }
.breadCrumb ul li { color: #FFF; display: block; float: left; position: relative; height: 21px; overflow: hidden; line-height: 21px; margin: 0px 6px 0px 0; padding: 0px 12px 0px 2px; font-size: .9167em; background: url(../../../images/Chevron.gif) no-repeat 100% 0; }
.breadCrumb ul li div.chevronOverlay { position: absolute; right: 0; top: 0; z-index: 2; }
.breadCrumb ul li span { display: block; overflow: hidden; }
.breadCrumb ul li a { color: #bbb; display: block; position: relative; height: 21px; line-height: 21px; overflow: hidden; float: left; }
.breadCrumb ul li.firstB a { height: 16px !important; text-indent:-1000em; width:16px; padding: 0; margin-top: 2px; overflow: hidden; background:url(../../../images/IconHome.gif) no-repeat 0 0; }
.breadCrumb ul li.firstB a:hover { background-position: 0 -16px; }
.breadCrumb ul li.lastB { background: none; margin-right: 0; padding-right: 0; }

.chevronOverlay { display: none; background: url(../../../images/ChevronOverlay.png) no-repeat 100% 0; width: 13px; height: 20px; }



/* ===== Form validation ===== */

.inputContainer { position: relative; float: left; }
.formError { position: absolute; top: 300px; left: 300px; display: block; z-index: 5000; cursor: pointer; }
.ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; }

.formError .formErrorContent { background: #202020; position:relative; z-index:5001; color: #fff; width: 160px; font-size: 11px; border: 1px solid #000; padding: 4px 10px 4px 10px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.greenPopup .formErrorContent { background: #33be40; }
.blackPopup .formErrorContent { background: #393939; color: #FFF; }
.formError .formErrorArrow { width: 15px; margin: -2px 0 0 13px;  position:relative; z-index: 5006; }
.formError .formErrorArrowBottom { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0px 0 0 12px; top:2px; }
.formError .formErrorArrow div { font-size: 0px; height: 1px; background: #202020; margin: 0 auto; line-height: 0; font-size: 0; display: block; }
.formError .formErrorArrowBottom div {  box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div { background: #33be40; }
.blackPopup .formErrorArrow div { background: #393939; color: #FFF; }

.formError .formErrorArrow .line10 { width: 15px; border: none; }
.formError .formErrorArrow .line9 { width: 13px; border: none; }
.formError .formErrorArrow .line8 { width: 11px; }
.formError .formErrorArrow .line7 { width: 9px; }
.formError .formErrorArrow .line6 { width: 7px; }
.formError .formErrorArrow .line5 { width: 5px; }
.formError .formErrorArrow .line4 { width: 3px; }
.formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; }
.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }
.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }



/* ===== Color picker ===== */

.colorpicker { 	width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../../../images/colorPicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; }
.colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; }
.colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(../../../images/colorPicker/colorpicker_overlay.png); }
.colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(../../../images/colorPicker/colorpicker_select.gif); margin: -5px 0 0 -5px; }
.colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px;	height: 150px; cursor: n-resize; }
.colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(../../../images/colorPicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; }
.colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; }
.colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; }
.colorpicker input { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; height: 11px; }
.colorpicker_hex { position: absolute;  width: 72px; height: 22px; background: url(../../../images/colorPicker/colorpicker_hex.png) top; left: 212px; top: 142px; }
.colorpicker_hex input { right: 6px; }

.colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; }
.colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; }

.colorpicker_rgb_r { background-image: url(../../../images/colorPicker/colorpicker_rgb_r.png); top: 52px; left: 212px; }
.colorpicker_rgb_g { background-image: url(../../../images/colorPicker/colorpicker_rgb_g.png); top: 82px; left: 212px; }
.colorpicker_rgb_b { background-image: url(../../../images/colorPicker/colorpicker_rgb_b.png); top: 112px; left: 212px; }

.colorpicker_hsb_h { background-image: url(../../../images/colorPicker/colorpicker_hsb_h.png); top: 52px; left: 282px; }
.colorpicker_hsb_s { background-image: url(../../../images/colorPicker/colorpicker_hsb_s.png); top: 82px; left: 282px; }
.colorpicker_hsb_b { background-image: url(../../../images/colorPicker/colorpicker_hsb_b.png); top: 112px; left: 282px; }

.colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(../../../images/colorPicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; }
.colorpicker_focus { background-position: center; }
.colorpicker_hex.colorpicker_focus { background-position: bottom; }
.colorpicker_submit.colorpicker_focus { background-position: bottom; }
.colorpicker_slider { background-position: bottom; }

#colorSelector { position: relative; width: 36px; height: 36px; background: url(../../../images/colorPicker/select.png); }
#colorSelector div { position: absolute; top: 3px; left: 3px; width: 30px; height: 30px; background: url(../../../images/colorPicker/select.png) center; }
#colorSelector2 { position: absolute; top: 0; left: 0; width: 36px; height: 36px; background: url(../../../images/colorPicker/select2.png); }
#colorSelector2 div { position: absolute; top: 4px; left: 4px; width: 28px; height: 28px; background: url(../../../images/colorPicker/select2.png) center; }
#colorpickerHolder2 { top: 32px; left: 0; width: 356px; height: 0; overflow: hidden; position: absolute; }
#colorpickerHolder2 .colorpicker { background-image: url(../../../images/colorPicker/custom_background.png); position: absolute; bottom: 0; left: 0; }
#colorpickerHolder2 .colorpicker_hue div { background-image: url(../../../images/colorPicker/custom_indic.gif); }
#colorpickerHolder2 .colorpicker_hex { background-image: url(../../../images/colorPicker/custom_hex.png); }
#colorpickerHolder2 .colorpicker_rgb_r { background-image: url(../../../images/colorPicker/custom_rgb_r.png); }
#colorpickerHolder2 .colorpicker_rgb_g { background-image: url(../../../images/colorPicker/custom_rgb_g.png); }
#colorpickerHolder2 .colorpicker_rgb_b { background-image: url(../../../images/colorPicker/custom_rgb_b.png); }
#colorpickerHolder2 .colorpicker_hsb_s { background-image: url(../../../images/colorPicker/custom_hsb_s.png); display: none; }
#colorpickerHolder2 .colorpicker_hsb_h { background-image: url(../../../images/colorPicker/custom_hsb_h.png); display: none; }
#colorpickerHolder2 .colorpicker_hsb_b { background-image: url(../../../images/colorPicker/custom_hsb_b.png); display: none; }
#colorpickerHolder2 .colorpicker_submit { background-image: url(../../../images/colorPicker/custom_submit.png); }
#colorpickerHolder2 .colorpicker input { color: #778398; }
#customWidget { position: relative; height: 36px; }


#popup_container { min-width: 300px; max-width: 600px; background: url(../../../images/alertOpacityOverlay.png) repeat; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#popup_title { text-align: center; background: url(../../../images/leftNavBg.png) repeat-x; border-bottom: 1px solid #d5d5d5; cursor: default; padding: 9px 0 9px 0px; margin: 0em; height: 20px; }
#popup_content { background: #fafafa; padding: 1em 1.75em; margin: 0em; }
#popup_message { text-align: center; }
#popup_panel { text-align: center; margin: 1em 0em 0em 0em; }
#popup_message input[type=text] { background: #FCFCFC; border: 1px solid #D1D1D1; padding: 5px; width: 258px; }
#popup_prompt { margin: .5em 0em; }



/* ===== Error pages  ===== */

.errorPage { width: 370px; margin: 100px auto 80px auto; position: relative; }
.errorPage .errorTitle, .weAreOff { background: url(../../../images/linesSep.png) repeat-x 0 100%; width: 290px; padding-bottom: 15px; }
.weAreOff { width: 100% }
.errorPage h1 { color: #404040; font-size: 140px; margin: 80px 0; position: relative; padding-left: 10px; }
.errorPage h2 { font-size: 22px; font-weight: normal;  }
.errorPage h2 span { background: url(../../../images/sadEmo.png) no-repeat 0; padding-left: 26px; }
.errorPage .bubbles { position: absolute; background: url(../../../images/error.png) no-repeat 0 0; width: 138px; height: 133px; top: -10px; left: 225px; }
.errorPage p { width: 100%; padding: 13px 0; background: url(../../../images/linesSep.png) repeat-x 0 0; font-size: 20px; text-align: center; }
.backToDash { text-align: center; margin: 10px; }



/* ===== File uploader  ===== */

.plupload_button { font-size: 10px; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 12px; margin-top: 3px; }

.plupload_start { float: left; background: url(../../../images/ui/greenBtn.png) repeat-x 0 0; border: 1px solid #418d4f; }
.plupload_start span { background: url(../../../images/upload.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block;  }
.plupload_start:hover { background-position: 0 -25px; }
.plupload_start:active { background-position: 0 -50px; }

.plupload_disabled, a.plupload_disabled:hover { color: #a6a6a6; border: 1px solid #e9e9e9; background: url(../../../images/ui/uploadDisabled.png) repeat-x; cursor: default; }
.plupload_disabled span { padding: 5px 13px 6px 13px; }

.plupload_add { margin-right: 10px; background: url(../../../images/ui/greyishBtn.png) repeat-x 0 0; border: 1px solid #4F5A68; float: left; }
.plupload_add span { background: url(../../../images/add.png) no-repeat 10px; padding: 5px 13px 6px 26px; display: block; }
.plupload_add:hover { background-position: 0 -25px; }
.plupload_add:active { background-position: 0 -50px; }

.plupload_wrapper { font-size: 11px;; width: 100%; }

.plupload_container {  }
.plupload_container input { border: 1px solid #DDD; font-size: 11px; width: 98%; }

.plupload_filelist { margin: 0; padding: 0; list-style: none; }
.plupload_scroll .plupload_filelist { height: 185px; background: #fafafa; overflow-y: scroll; }
.plupload_filelist li { padding: 10px 12px; background: whiteSmoke; border-bottom: 1px solid #E7E7E7; }
.plupload_filelist li:hover { background: #fdfdfd; }

.plupload_filelist_header, .plupload_filelist_footer { background: #EFEFEF url(../../../images/leftNavBg.png) repeat-x; padding: 3px 12px; color: #878787; }
.plupload_filelist_header {	border-bottom: 1px solid #d5d5d5; }

.plupload_filelist_footer { border-top: 1px solid #D5D5D5; height: 31px; line-height: 30px; vertical-align: middle; }
.plupload_file_name { float: left; overflow: hidden; }
.plupload_file_status { color: #777; }
.plupload_file_status span {}
.plupload_file_size, .plupload_file_status, .plupload_progress { float: right; width: 80px; }
.plupload_file_size, .plupload_file_status, .plupload_file_action { text-align: right; }
.plupload_filelist .plupload_file_name { width: 205px; }
.plupload_file_action { float: right; width: 14px; margin-top: 3px; height: 14px; margin-left: 15px; }
.plupload_file_action * { display: none; width: 14px; height: 14px; }

li.plupload_uploading {  }
li.plupload_done { color: #AAA; }
li.plupload_delete a { background: url(../../../images/uploader/deleteFile.png) no-repeat 0; }
li.plupload_failed a { background: url(../../../images/uploader/error.png) no-repeat 0; cursor: default; }
li.plupload_done a { background: url(../../../images/uploader/uploaded.png) no-repeat 0; cursor: default; }

.plupload_progress, .plupload_upload_status { display: none; }
.plupload_progress_container { margin-top: 10px; border: 1px solid #CCC; background: #FFF; padding: 1px; }
.plupload_progress_bar { width: 0px; height: 7px; background: #CDEB8B; }
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { margin-right: 17px; }


/* Floats */

.plupload_clear,.plupload_clearer { clear: both; }
.plupload_clearer, .plupload_progress_bar { display: block; font-size: 0; line-height: 0; }

li.plupload_droptext { background: transparent; text-align: center; vertical-align: middle; border: 0; line-height: 165px; }


/* ===== Customer Inquiry Styles ===== */
#customerInquiryForm {
}

.showActivePoliciesOnly {
    font-weight: normal;
    font-style: italic;
    margin-left: 30px;    
}


/* ===== Bills Page Styles ===== */
.widget .detailsBody {
    margin-top: 15px;
}
.widget .billInfoHeaderTable, .widget .billInfoHeaderTableLast {
    display: inline; float: left;
}
.widget .billInfoHeaderTable td, .widget .billInfoHeaderTableLast td {
    padding-right: 10px;
}
.widget .billInfoHeaderTable {
    margin-right: 42px;
}
.widget .billPoliciesTable table {
    width: 100%;
}
.widget .billInfoHeaderTableCellStrong {
    font-weight: bold;
    font-size: 1.2em;
}
.widget .billPoliciesTable th {
    border: solid 1px black;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget .billPoliciesTable td {
    border: solid 1px black;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.widget .billPoliciesTable th {
    background-color: #91B8FF;
}
.widget .billPoliciesTable tr:nth-child(odd) { background-color:#E0E0E0; }
.widget .billPoliciesTable .totalsLine {
    font-weight: bold;
    background-color:#B6B6B6 !important;
}

/* ===== Bill History Style ===== */
.widget .billHistoryTable table {
    width: 100%;
}
.widget .billHistoryTable th, .widget .billHistoryTable td {
    border: solid 1px black;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.widget .billHistoryTable tr.lightHeader th {
    background-color: #E8E8E8;
}
.widget .billHistoryTable tr.darkHeader th {
    background-color: #82abfd;
}

/* ===== Claim Details Styles ===== */
.claimBody {
    background-color: #f2f2f2;
}
.claimBody * {
    font-family: 'Cuprum', sans-serif;
    font-size: 14px;
}
.claimBody table {
    width: 100%;
}
.claimBody table td {
    font-weight: normal;
    padding: 3px 10px 3px 16px;
}
.claimBody table td:first-child {
    width: 120px;
}
.claimBody table td span.indent {
    padding-left: 20px;
}
.claimBody table tr.darkTableRow {
    background-color: #e0e0e0;
}

/* =====  Document Section Styles: includes forms & bulletins  ===== */
.docCategoryHeading {
    font-weight: bold;
}
.bulletinDate {
    min-width: 4.5rem;
}

/* =====  Mortgage/Title Co. Bill Payment Section  ===== */
#titleCoCont {
    display: none;
    margin-left: 17px;
}
#titleCoNameCont {
    display: none;
    margin-left: 17px;
}
#titleCoName {
    width: 110px;
}

/* ===== Product Comparison Table ===== */

table.prodTable {
    width: 100%;
    border: 1px solid #AFAFAF;
    margin: 2.2em 0px 10px;
	background-color:#FFFFFF;
}

table.prodTable thead th {
    padding: 0;
    text-align: center;
    border-left: 1px solid #D0D0D0;
    background: url("../../../images/leftNavBg2.png") repeat-x scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #AFAFAF;
    font-size: 11px;
    color: #676767;
	vertical-align:middle;
	height:38px;
}
table.prodTable thead th:first-child { border-left: none; }

table.prodTable thead tr:first-child th { font-size: 11px; color: #878787; }

table.prodTable tbody tr { border-top: 1px solid #B9B9B9; }
.prodTable tbody tr:nth-child(odd) td { background-color:#E2E4FF; }
.prodTable tbody tr:nth-child(even) td { background-color:#FFFFFF; }

.prodTable tbody tr:nth-child(odd) td:first-child { background-color:#D3D6FF; }
.prodTable tbody tr:nth-child(even) td:first-child { background-color:#EAEBFF; }

.prodTable tbody td { border-left: 1px solid #B9B9B9; padding: 6px 12px; vertical-align: middle; }
.prodTable tbody td:first-child { border-left: none; }
.prodTable .cellHeader {
    font-weight: bold;
}

.prodTable thead th.headerData {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}

.prodTable a {
    color: #2B6893;
	text-decoration: none;
}

.prodTable a:hover {
	text-decoration: underline;
}

/* ===== At A Glance Table ===== */

table.glanceTable {
    width: 100%;
    border: 1px solid #AFAFAF;
    margin: 0 0px 0px;
}

table.glanceTable thead th {
    padding: 0;
    text-align: center;
    border-left: 1px solid #D0D0D0;
    background: url("../../../images/leftNavBg2.png") repeat-x scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #AFAFAF;
    font-size: 11px;
    color: #333333;
	vertical-align:middle;
	height:38px;
}
table.glanceTable thead th:first-child { border-left: none; }

table.glanceTable thead tr:first-child th { font-size: 11px; color: #878787; }

table.glanceTable tbody tr { border-top: 1px solid #B9B9B9; background-color:#FFFFFF; }

.glanceTable tbody td { border-left: 1px solid #B9B9B9; padding: 6px 12px; }
.glanceTable tbody td:first-child { border-left: none; }
.glanceTable .cellHeader {
    font-weight: bold;
}

.glanceTable thead th.headerData {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}

.glanceTable a {
    color: #2B6893;
	text-decoration: none;
}

.glanceTable a:hover {
	text-decoration: underline;
}


/* ===== FAQ list ===== */

ul.liLink li a { color: #2B6893; cursor: pointer; }
ul.liLink li a:hover { text-decoration: underline; }
a.minimize { color: #2B6893; cursor: pointer; }
a.minimize:hover { text-decoration: underline; }


/* ===== User Profile ===== */

.userProfileTableForm {
    width: 100%;
}
.userProfileTableForm td {
    padding: 4px;
}
.userProfileTableForm input {
    width: 100%;
}
.userProfileTableForm input.error {
    background-color: #FC0;
}
#changeUserProfileForm input[type=submit], #changePasswordForm input[type=submit] {
    width: 100%;
    -moz-box-shadow: 1px 1px 2px 0px rgba(10,10,10,0.6);
    -webkit-box-shadow: 1px 1px 2px 0px rgba(10,10,10,0.6);
    box-shadow: 1px 1px 2px 0px rgba(10,10,10,0.6);
}
#changeUserProfileMsg {
    margin-left: 4px;
}
#changeUserProfileMsg.error {
    color: red;
}
#changeUserPasswordMsg {
    margin-left: 4px;
}
#changeUserPasswordMsg.error {
    color: red;
}


/* ========== Animation Styles ==================*/
.animShiftRight6 {
    animation: animShiftRight 2s;
    -webkit-animation: animShiftRight 2s;
}
@keyframes animShiftRight
 {
    0%      {padding-left: 0px;}
    12.5%   {padding-left: 6px;}
    25%     {padding-left: 0px;}
    37.5%   {padding-left: 6px;}
    50%     {padding-left: 0px;}
    62.5%   {padding-left: 6px;}
    75%     {padding-left: 0px;}
    87.5%   {padding-left: 6px;}
    100%    {padding-left: 0px;}
 }

 @-webkit-keyframes animShiftRight /* Safari and Chrome */
 {
    0%      {padding-left: 0px;}
    12.5%   {padding-left: 6px;}
    25%     {padding-left: 0px;}
    37.5%   {padding-left: 6px;}
    50%     {padding-left: 0px;}
    62.5%   {padding-left: 6px;}
    75%     {padding-left: 0px;}
    87.5%   {padding-left: 6px;}
    100%    {padding-left: 0px;}
 }
 
.wrapperNotAuthInner { position: relative; margin-left: 60px; margin-right: 60px; margin-bottom: 20px; margin-top: 20px;}
.wrapperNotAuthOuterNarrow { max-width: 460px; margin: auto; }
.wrapperNotAuthOuterWide { max-width: 976px; margin: auto; }
.wrapperNotAuthTopSpacer { margin-top: 140px; }

/* system message text styling */
#systemTextBlock {
    white-space: pre-line;
}

#dialog-webrater form span.input-label {
    display: inline-block;
    width: 136px;
}
#dialog-webrater form select {
    display: inline-block;
}


/*  Document Management Form */
.docForm { position: relative; display: block; }
.docForm label { clear: both; float: left; padding: 4px 15px 0; width: 90px; }
.docForm label.required { font-weight: bold; }
.docForm label.required:before { position: absolute; margin-left: -8px; content:" * "; color: red; }
.docForm label.error { color: red; }
.docForm label.errorMsg { color: red; margin-left: 120px; padding-left: 0; width: auto; }
.docForm label.errorMsgSm { color: red; width: auto; }
.docForm input { box-shadow: none; }
.docForm input[type=text] { float: left; font-family: Arial,Helvetica,sans-serif; font-size: 12px; padding: 5px; background: none repeat scroll 0 0 #fff; border: 1px solid #d5d5d5; }
.docForm input[type=checkbox] { margin-top: 5px; }
.docForm input[name=cancel] { float: right; margin-top: 10px; }
.docForm input[name=save], .docForm input[name=search] { float: right; margin-top: 10px; margin-right: 20px; }
.docForm input[name=delete], .docForm input[name=new] { float: left; margin-top: 10px; }
.docForm select { float: left; font-family: Arial,Helvetica,sans-serif; font-size: 12px; padding: 3px 5px; background: none repeat scroll 0 0 #fff; border: 1px solid #d5d5d5; box-shadow: none; }
/* .docForm select option { padding: 3px; } /* Not Supported in all browsers */
.docForm hr { margin: 0 auto 10px; color: #EEEEEE; }
.docForm .readonly { color: #7f7f7f; }
.docForm input.error, .docForm select.error { border-color: #d65c4f; box-shadow: none; }

.docForm .formRow { margin-bottom: 10px; display: table; width: 100%; }
.docForm .formCategoryRow { display: block; margin-bottom: 10px; padding: 10px 10px 0; border: 1px solid #DDDDDD; border-radius: 4px; }
.docForm .formCategoryRow label { padding: 0 0 5px; width: auto; }
.docForm .formCategoryRow .formRow { margin-bottom: 0; }
.docForm .formCategory { float: left; padding: 0 10px; margin-bottom: 15px; margin-right: 10px; }
.docForm .formCategory.hidden { display: none; }
.docForm .formCategory select { clear: both; }
.docForm .categoryCheckList { height: 85px; clear: both; padding: 2px 5px 0; background: none repeat scroll 0 0 #fff; border: 1px solid #cccccc; overflow-y: auto; overflow-x: hidden; white-space: nowrap; }
.docForm .categoryCheckList > span { display: block; }
.docForm .categoryCheckList label { width: auto; padding: 0 15px 0 3px; float: none; vertical-align: text-bottom; }
.docForm .categoryCheckList input[type=checkbox] { clear: none; float: none; margin-top: 3px; }
.docForm .formColLeft { float: left; width: 500px; }
.docForm .formColRight { float: right; }
.docForm .checkOptions { float: left; width: 140px; padding: 5px 0 0 5px; }
.docForm .checkOptions label { width: auto; padding: 0 0 6px 3px; clear: none; float: left; }
.docForm .checkOptions input[type=checkbox] { margin-top: 2px; clear: both; float: left;}
.docForm .checkboxLabel { padding-top: 2px; }

.docForm .fileUpload { float: left; border:1px dashed lightgray; padding:5px; width: 550px; }
.docForm .fileLabel { margin-top: 5px; }
.docForm .fileSel { width: 545px; }
.docForm .fullName { width: 300px; }
.docForm .fileName, .docForm .newName { width: 400px; }
.docForm .displayName { width: 200px; }
.docForm .nameNum { width: 150px; }
.docForm .effDate { width: 80px; }
.docForm .expDate { width: 80px; }
.docForm .topMsg { padding-top: 0; padding-bottom: 10px; }

.errorSummary {
    background-color: #ffe4e4;
    border: 1px solid #fdb0b0;
    border-radius: 0.333em;
    box-shadow: 2px 2px 4px 0 rgba(10, 10, 10, 0.3);
    margin-top: 1.6em;
    padding: 10px 20px;
}
.errorSummary p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
.errorSummary ul { list-style: square inside none; margin-top: 5px; }

/*  Document List  */
.widget .body.docList { position: relative; padding-bottom: 0; }
.widget table.docList { position: relative; }
.widget .body.docList.pt0 { padding-top: 0; }
.widget .body.docList .docCategoryHeading { padding-top: 0; }
.widget .body.docList .listItems  { margin-bottom: 10px; }
.listItems span.languageHeader { color: #555; display: table; font-size: 11px; font-weight: bold; line-height: 13px; }
.listItems li+span.languageHeader { margin-top: 3px; }
.widget .docList .num.new { position: absolute; right: 0; top: -38px; }
.widget .docList .num.edit { margin: 0; float: none; }
.widget .docList a.waiting { color: green; }
.widget .docList a.expired { color: red; }
.widget .docList a.invisible { color: orange; }
.widget .docList a.active.fillable:after { content: "fillable"; margin-left: 10px; padding: 0 3px; background-color: #5192f3; border-radius: 5px; color: #fff; font-size: 10px; }
.widget .docList a.active.new:after { content: "new"; margin-left: 10px; padding: 0 3px; background-color: #42be5c; border-radius: 5px; color: #fff; font-size: 10px; }
.widget .docList a.active.docusign:after { content: "DocuSign"; margin-left: 10px; padding: 0 3px; background-color: #f0ad4e; border-radius: 5px; color: #fff; font-size: 10px; }
.docList .editBtn { position: absolute; left: -22px; top: 2px; }
.docList .editBtn a { display: block; height: 16px; width: 16px; background: url(../../../images/icons/dark/pencil.png) no-repeat; }
.docList .editBtn a:hover { background: url(../../../images/icons/dark/pencilColor.png) no-repeat; cursor: pointer; }
.docList ul.editIcon { list-style: none outside none; margin-top: 3px; }
.docList ul.editIcon li { position: relative; }
.docList .bottomMsg { padding-top: 0; padding-bottom: 10px; }
table.docList .editBtn { left: 3px; top: 10px; }
table.docList.dataTable .editBtn { left: 5px; top: 8px; }
table.docList .editIcon { position: relative; }
table.docList.dataTable td { position: relative; }
table.docList.tableStatic td.editIcon { width: 5px; }
table.docList .editIcon .editBtn { left: 7px; top: 10px; }

div.leftNav li.editDoc { display: flex; }
div.leftNav .editDoc > a { padding-left: 0px; }
div.leftNav .editDoc > span > a { display: block; height: 16px; width: 16px; }
div.leftNav .editDoc > span.pencilIcon { cursor: pointer; margin: auto 6px auto 4px; height: 16px; width: 16px; background: url(../../../images/icons/dark/pencil.png) no-repeat; }
div.leftNav .editDoc > span.pencilIcon:hover { background: url(../../../images/icons/dark/pencilColor.png) no-repeat; }


.DECfloater {
    display: block;
    background-color: rgba(35, 58, 110, 0.85);
    border: none;
    border-collapse: separate;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    box-shadow: 2px 2px 5px 5px rgba(10, 10, 10, 0.6);
    -moz-box-shadow: 2px 2px 5px 5px rgba(10, 10, 10, 0.6);
    -webkit-box-shadow: 2px 2px 5px 5px rgba(10, 10, 10, 0.6);
    padding: 10px 7px 7px;
    position: absolute;
    z-index: 50;
}
.DECfloater div {
    max-height: 200px;
    width: 172px;
    overflow-y: auto;
    overflow-x: hidden;
}
.DECfloater div table {
    background-color: white;
    width: 160px;
}
.DECfloater div table thead tr.titleheader th {
    background-color: #aaa;
    cursor: default;
}
.DECfloater div table thead tr th {
    text-align: center;
    border-bottom: solid 2px #aaa;
    border-right: solid 1px #aaa;
    padding: 3px 6px 3px 6px;
    cursor: default;
}
.DECfloater div table thead th td {
    text-align: center;
    padding: 3px 6px 3px 6px;
    border-left: 1px solid #aaa;
}
.DECfloater div table tbody tr td {
    text-align: center;
}
.closeDECHistoryBox {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 3px;
    z-index: 51;
}
#inquiry_filters label {
    padding-left: 4px;
    padding-right: 21px;
}