@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/*@import "variables.less";*/
/* //////////////////////////////////// Font stacks */
/* //////////////////////////////////// Mixins */
.centered {
  margin: 0 auto;
}
.inline-children > * {
  display: inline;
}
.no-space {
  margin: 0;
  padding: 0;
  border: 0;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.no-text {
  font-size: 0;
  line-height: 0;
  text-indent: -999999px;
}
/*
.logo {
  background: url("logo.png") no-repeat;
  .image-2x("logo-2x.png", 100px, 25px);
}
.thing-that-uses-sprite{
	.png-sprite(filename-without-png);
	.image-2x("sprite-2x.png", spritewidth-px, spriteheight-px);
}
*/
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline {
  display: inline !important;
}
.margin-top-05 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-05 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-right-05 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-35 {
  margin-right: 35px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-left-05 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-35 {
  margin-left: 35px;
}
.margin-left-40 {
  margin-left: 40px;
}
.section-spacing-right {
  height: 100%;
  margin-right: 20px;
}
.section-spacing-left {
  height: 100%;
  margin-left: 20px;
}
.section-spacing-top {
  width: 100%;
  margin-top: 20px;
}
.section-spacing-bottom {
  width: 100%;
  margin-bottom: 20px;
}
.header-text,
.headerText {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
/*.clear {
    clear: both;
}*/
.clearfix,
.dl-horizontal dd {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.col-nopadding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*@XS:  320px;
@S: 480px;
@M: 720px;
@L: 980px;
@iPad: 1024px;
@XL: 1025px;
@XXL: 1199px;*/
/*@import "./../util.less";
@import "./../variables.less";*/
.etch-container .alert-message {
  *zoom: 1;
  background: url("../images/alert-message.png") 15px 11px no-repeat transparent;
  border: 1px solid #005095 !important;
  background-color: #E0E9F1;
  color: #005095;
  padding: 15px 60px;
  position: relative;
  margin-bottom: 20px;
}
.etch-container .alert-message:before,
.etch-container .alert-message:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.etch-container .alert-message:after {
  clear: both;
}
.etch-container .alert-message a {
  color: #005095;
  /*font-weight: bold;*/
}
.etch-container .alert-message a:hover {
  color: #005095;
}
.etch-container .success {
  *zoom: 1;
  background: url("../images/alert-success.png") 15px 11px no-repeat transparent;
  border: 1px solid #4F8A10 !important;
  background-color: #DFF2BF;
  color: #4F8A10;
  padding: 15px 60px;
  position: relative;
  margin-bottom: 20px;
}
.etch-container .success:before,
.etch-container .success:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.etch-container .success:after {
  clear: both;
}
.etch-container .success a {
  color: #4F8A10;
  /*font-weight: bold;*/
}
.etch-container .success a:hover {
  color: #4F8A10;
}
.etch-container .failure {
  *zoom: 1;
  background: url("../images/alert-failure.png") 15px 11px no-repeat transparent;
  border: 1px solid #A94464 !important;
  background-color: #F2DEDE;
  color: #A94464;
  padding: 15px 60px;
  position: relative;
  margin-bottom: 20px;
}
.etch-container .failure:before,
.etch-container .failure:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.etch-container .failure:after {
  clear: both;
}
.etch-container .failure a {
  color: #A94464;
  /*font-weight: bold;*/
}
.etch-container .failure a:hover {
  color: #A94464;
}
.etch-container .alert-message_icon {
  color: #EE7520;
  font-size: 20px;
  /* margin-right: 10px; */
  position: absolute;
  left: 15px;
  top: 14px;
}
.etch-container .alert-message_title {
  font-weight: bold;
}
.etch-container .dismiss-alert-message {
  background: none;
  border: 1px solid #005095;
  color: #005095;
  border-radius: 100px;
  padding: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.etch-container .dismiss-alert-message:hover {
  background: transparent;
}
.etch-container .body-container,
.etch-container .footer-container {
  min-width: 1366px;
}
.legacy.master {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  /* Company Logo and header - begin */
  /* Company Logo and header - end */
  /* NAVIGATION */
  /* Main menu items */
  /* Sub menu text */
  /* HELP PAGE */
  /* END OF HELP */
  /* OB10 Controls */
  /* END of Ob10 Controls */
  /*  Snippet Controls (Widgets on Dashboard) */
  /* End of Snippet Controls */
  /* ErrorMessage Box (info, success, error) */
  /*div.neutral, div.success, div.failure {
        border: 1px solid;
        margin: 10px 0;
        padding: 15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
        font-size: 14px;
    }*/
  /* End of ErrorMessage Box */
  /* TO BE REMOVED



    /*--------------------------------------------------------------------*/
  /* My Settings Menu */
  /*
    table.MenuLeft {
        margin-bottom: 10px;
    }

    div.MenuLeftHeading {
        font-size: @base-font-lh;
        padding: 0;
        width: 100%;
    }

    .MenuLeft img {
        display: none;
    }

    .MenuLeft table {
        width: 100%;
    }

    .MenuLeft table tr td a {
        color: Black;
        font-weight: 100;
        cursor: pointer;
    }

    .MenuLeft table tr td img {
        cursor: pointer;
    }

    .MenuLeft table tr td a:hover {
        color: #003274;
        text-decoration: none;
        border-bottom: 1px solid #0098D8;
    }

    .MenuLeft table tr td {
        padding: 0;
        width: 100%;
    }

    .MenuLeft .blurb {
        color: Black;
        text-decoration: none;
        padding: 2px 10px 0 25px;
    }

    .MenuLeft .hline {
        padding: 5px 5px 4px 5px;
    }

    .MenuLeft .normalline {
        padding: 0 10px 0 26px;
    }

    .MenuLeft .u {
        height:0;
        line-height: 0;
    }

    .MenuLeft .u > ul {
        margin: 5px 15px 2px 35px;
        line-height: 22px;
    }

    .MenuLeft table tr td .sm a, .MenuLeft table tr td .sm li {
        text-decoration: none;
    }

    .MenuLeft table tr td .sm a:hover {
        border-bottom: none;
        text-decoration: underline;
    }
    
    .MenuLeftSpacer {
        height: 80px;
        width: 100%;
    }

    .paddingdropdown {
        padding: 5px;
    }

    .MenuLeft ul {
        list-style-type: none;
    }
    
    .MenuLeft ul li {
        margin-top: 5px;
    }

    .MenuLeft table tr td .inactive {
        color: Gray;
    }*/
  /*--------------------------------------------------------------------*/
  /* My Settings Menu Center */
  /* Invoice/Transaction Purchase */
  /* Help & Support Menu */
  /*End Time Out*/
}
.legacy.master a.toprightmenu:link,
.legacy.master a.toprightmenu:visited,
.legacy.master a.toprightmenu:active {
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  /*font-size: 8pt;*/
  color: #0098D8;
  text-decoration: none;
  padding-right: 25px;
}
.legacy.master a.toprightmenu:hover {
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  text-decoration: underline;
}
.legacy.master #footer {
  background: url(../images/masterpage/footer_bg.png);
  width: 100%;
  float: right;
  margin: 0 0 10px 0;
  padding-bottom: 20px;
  text-align: right;
  vertical-align: middle;
  height: 70px;
}
.legacy.master #footer_inner {
  float: right;
  margin-top: 0;
  padding-right: 5px;
}
.legacy.master .section-spacing-right {
  height: 100%;
  margin-right: 20px;
}
.legacy.master .section-spacing-left {
  height: 100%;
  margin-left: 20px;
}
.legacy.master .section-spacing-top {
  width: 100%;
  margin-top: 20px;
}
.legacy.master .section-spacing-bottom {
  width: 100%;
  margin-bottom: 20px;
}
.legacy.master .MyModalPanel {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #E0E0E0 url('../Images/ajax/throbber.gif') center center no-repeat;
}
.legacy.master #overlay {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.legacy.master #overlay[id] {
  position: fixed;
}
.legacy.master div#content_wrap {
  margin: 0 auto;
  padding: 0;
  min-width: 1326px;
  max-width: 1366px;
  z-index: 1000;
}
.legacy.master .flank {
  background: url('../images/masterpage/bg_pattern.png');
  height: 100%;
  overflow: auto;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}
.legacy.master div#footer_wrap {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1200px;
  max-height: 100px;
}
.legacy.master div.header_logo {
  display: block;
  float: left;
  margin-top: 15px;
  margin-bottom: 5px;
  position: relative;
  margin-left: 20px;
}
.legacy.master .titleText {
  /*font-family: 'Roboto', 'Helvetica Neue', sans-serif;*/
  /*font-size: 17pt !important;*/
  font-size: 22px;
  color: #005095;
}
.legacy.master A.headerCompanyLink {
  color: #005095;
}
.legacy.master A.headerCompanyLink:link {
  text-decoration: none;
  color: #005095;
}
.legacy.master A.headerCompanyLink:visited {
  text-decoration: none;
  color: #005095;
}
.legacy.master A.headerCompanyLink:hover {
  text-decoration: none;
  color: #005095;
}
.legacy.master A.headerCompanyLink:active {
  text-decoration: none;
  color: #005095;
}
.legacy.master .logoTextRegular {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  /*font-family: 'Arial', sans-serif !important;*/
  /*font-size: 9pt;*/
  color: #3c3c3c;
}
.legacy.master A.headerLink {
  color: #005095;
}
.legacy.master A.headerLink:link {
  text-decoration: none;
  color: #3c3c3c;
}
.legacy.master A.headerLink:visited {
  text-decoration: none;
  color: #3c3c3c;
}
.legacy.master A.headerLink:hover {
  text-decoration: underline;
  color: #3c3c3c;
}
.legacy.master A.headerLink:active {
  text-decoration: none;
  color: #3c3c3c;
}
.legacy.master .logOut {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  /*font-family: 'Arial', sans-serif !important;*/
  /*font-size: 9pt;*/
  font-weight: bold;
  color: #005095 !important;
}
.legacy.master A.logOutLink {
  color: #005095;
}
.legacy.master A.logOutLink:link {
  text-decoration: none;
  color: #005095;
}
.legacy.master A.logOutLink:visited {
  text-decoration: none;
  color: #005095;
}
.legacy.master A.logOutLink:hover {
  text-decoration: underline;
  color: #005095;
}
.legacy.master A.logOutLink:active {
  text-decoration: none;
  color: #005095;
}
.legacy.master .userName {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  /*font-family: 'Arial', sans-serif !important;*/
  /*font-size: 9pt;*/
  font-weight: bold;
  color: #0098d8 !important;
}
.legacy.master A.userNameLink {
  color: #0098d8;
}
.legacy.master A.userNameLink:link {
  text-decoration: none;
  color: #0098d8;
}
.legacy.master A.userNameLink:visited {
  text-decoration: none;
  color: #0098d8;
}
.legacy.master A.userNameLink:hover {
  text-decoration: underline;
  color: #0098d8;
}
.legacy.master A.userNameLink:active {
  text-decoration: none;
  color: #0098d8;
}
.legacy.master div.menudiv {
  background-color: #005095;
  height: 30px;
  padding: 0;
  z-index: 1000;
  position: relative;
}
.legacy.master div.menutaper {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 56px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.legacy.master div.menudivleft {
  float: left;
}
.legacy.master div.menudivright {
  float: right;
}
.legacy.master div.headerlinkContainer {
  float: right;
}
.legacy.master div.headerlinkPadder {
  padding-top: 15px;
  padding-right: -5px;
}
.legacy.master div.headerlin30px {
  padding: 20px 15px 0 0;
}
.legacy.master div.topmenu_bluebar {
  background-color: #003274;
  height: 27px;
  margin-bottom: 0;
  margin-left: 50px;
}
.legacy.master div.clear {
  clear: both;
  height: 1px;
  margin-bottom: -1px;
  visibility: hidden;
}
.legacy.master div.masterContainer {
  margin-right: 0;
  clear: both;
}
.legacy.master .pageContainer {
  vertical-align: top;
  width: 100%;
}
.legacy.master .blankMaster {
  padding: 20px;
  min-width: 900px;
}
.legacy.master .menuContainer {
  padding-right: 60px;
  padding-bottom: 30px;
  vertical-align: top;
  width: 360px;
}
.legacy.master .contentContainer {
  padding: 0 30px 0 0;
  vertical-align: top;
}
.legacy.master .helpTextContainer {
  height: 100%;
  border-left: 0.5px Solid #e7e8e9;
  vertical-align: top;
  padding: 5px 0 0 10px;
  width: 150px;
}
.legacy.master .page-section-splitter {
  width: 20px;
}
.legacy.master .DateTextbox {
  width: 150px;
}
.legacy.master .clear {
  clear: both;
}
.legacy.master .mm {
  float: left;
  margin: 0;
  display: inline;
}
.legacy.master .mm li {
  float: left;
  display: inline;
  position: relative;
  cursor: default;
}
.legacy.master .mm li a,
.legacy.master .mm li a:link,
.legacy.master .mm li a:visited {
  float: left;
  /*font-size: 13px;*/
  color: White;
}
.legacy.master .pm .mm li .ddb ul.menudrop1 li a,
.legacy.master .pm .mm li .ddb ul.menudrop1 li a:link,
.legacy.master .pm .mm li .ddb ul.menudrop1 li a:visited {
  margin: 4px 10px 0 10px;
}
.legacy.master .pm .mm li .ddb ul.menudrop1 li .LinkDesc,
.legacy.master .pm .mm li .ddb ul.menudrop1 li .LinkDesc:link,
.legacy.master .pm .mm li .ddb ul.menudrop1 li .LinkDesc:visited {
  float: left;
  text-decoration: none;
  margin: 4px 10px 5px 10px;
  /*font-size: 12px;*/
  color: #7F7F7F;
  font-weight: normal;
}
.legacy.master .mm li:hover a,
.legacy.master .mm li:hover a:link,
.legacy.master .mm li:hover a:visited,
.legacy.master .mm li.active a,
.legacy.master .mm li.active a:link,
.legacy.master .mm li.active a:visited {
  background-color: #003274;
  color: white;
  text-decoration: none;
}
.legacy.master .mm li a.tmm {
  height: 30px;
  /*font-family: 'Roboto', 'Helvetica Neue', sans-serif;*/
  /*font-size: 10pt;*/
  color: #FFFFFF;
  padding: 4px 10px 0 10px;
}
.legacy.master .dd1 {
  position: absolute;
  z-index: 999;
  display: none;
  width: 280px;
  margin: 25px 0 0 0;
  left: 0;
  padding: 0;
}
.legacy.master .pm ul li .dd1 {
  margin-top: 28px;
  padding-top: 10px;
  background: #FFFFFF;
  border-left: 1px #002974 solid;
  border-right: 1px #002974 solid;
  border-bottom: 1px #002974 solid;
  z-index: 2000;
  position: absolute;
}
.legacy.master .pm ul li .dd1 ul.menudrop1 {
  width: 280px;
  margin: 0;
  float: left;
  cursor: default;
}
.legacy.master .pm ul li .dd1 ul.menudrop1 li {
  background-color: white;
  margin: 5px 0 7px 15px;
  display: inline;
  float: left;
  border-bottom: 1px dotted #ededed;
  /*font-size: 11px;*/
}
.legacy.master .pm .mm li:hover ul.menudrop1 a,
.legacy.master .pm .mm li:hover ul.menudrop1 a:link,
.legacy.master .pm .mm li:hover ul.menudrop1 a:visited {
  text-transform: none;
  margin: 0;
  background: none;
  display: inline;
  float: left;
  color: #003274;
  /* Item Text not highlighted */
  font-weight: bold;
  /*font-size: 13px;*/
}
.legacy.master .pm .mm li .ddb ul.menudrop1 li a.inactive {
  color: Grey;
}
.legacy.master .pm .mm li:hover ul li:hover a:hover,
.legacy.master .pm .mm li ul li:hover a:hover,
.legacy.master .pm .mm li:hover ul li:hover a {
  text-decoration: none;
  color: #003274;
  /*font-size: 13px;*/
  background: none;
  /* Background highlighting color */
}
.legacy.master div.pm li:hover .dd1,
.legacy.master div.pm li li:hover .dd1 {
  display: block;
}
.legacy.master div.box {
  background: #fff;
  border: 1px solid #0098d8;
  padding: 15px;
}
.legacy.master div.box-header h2 {
  border: 1px solid #0098d8;
  background-color: #0098d8;
  background-image: url('../Images/Masterpage/top_nav_new.jpg');
  padding: 4px 15px 10px;
  margin: -15px;
  width: 100%;
  border-left-width: 0;
  border-top-width: 0;
  color: #fff;
  /*font-size: 11px;*/
  height: 10px;
}
.legacy.master div.box-inner {
  margin-bottom: -14px;
  height: auto;
  margin: 17px -14px -14px 0;
}
.legacy.master div.box-content {
  margin: 7px 7px 15px 0;
  padding-top: 10px;
  text-align: justify;
}
.legacy.master table.tbHelpTopics {
  width: 98%;
  height: 500px;
  vertical-align: top;
}
.legacy.master td.tdHelpTopics {
  width: 300px;
}
.legacy.master div.boxWidthHelp {
  width: 260px;
}
.legacy.master form .RadInput .InvalidNumeric {
  border-color: #f33;
  background: none;
}
.legacy.master .snippetHeader {
  font-weight: bold;
  /*font-size: smaller;*/
}
.legacy.master .snippetText {
  /*font-size: Small;*/
  color: Black;
}
.legacy.master .snippetDate {
  /*font-size: XX-Small;*/
  color: Orange;
  text-decoration: none;
}
.legacy.master div.neutral {
  *zoom: 1;
  background: url("../images/alert-message.png") 15px 11px no-repeat transparent;
  border: 1px solid #005095 !important;
  background-color: #E0E9F1;
  color: #005095;
  padding: 15px 60px;
  position: relative;
  margin-bottom: 20px;
  /*color: #00529B;
        background-color: #BDE5F8;
        background-image: url('../images/masterpage/info.png');*/
}
.legacy.master div.neutral:before,
.legacy.master div.neutral:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.legacy.master div.neutral:after {
  clear: both;
}
.legacy.master div.neutral a {
  color: #005095;
  /*font-weight: bold;*/
}
.legacy.master div.neutral a:hover {
  color: #005095;
}
.legacy.master div.success {
  *zoom: 1;
  background: url("../images/alert-success.png") 15px 11px no-repeat transparent;
  border: 1px solid #4F8A10 !important;
  background-color: #DFF2BF;
  color: #4F8A10;
  padding: 15px 60px;
  position: relative;
  margin-bottom: 20px;
  /*color: #4F8A10;
        background-color: #DFF2BF;*/
  /*background-image: url('../images/masterpage/success.png');*/
}
.legacy.master div.success:before,
.legacy.master div.success:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.legacy.master div.success:after {
  clear: both;
}
.legacy.master div.success a {
  color: #4F8A10;
  /*font-weight: bold;*/
}
.legacy.master div.success a:hover {
  color: #4F8A10;
}
.legacy.master div.failure {
  *zoom: 1;
  background: url("../images/alert-failure.png") 15px 11px no-repeat transparent;
  border: 1px solid #A94464 !important;
  background-color: #F2DEDE;
  color: #A94464;
  padding: 15px 60px;
  position: relative;
  margin-bottom: 20px;
  /*color: #D8000C;
        background-color: #FFCFBB;
        background-image: url('../images/masterpage/error.png');
        border: 0 !important;*/
}
.legacy.master div.failure:before,
.legacy.master div.failure:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.legacy.master div.failure:after {
  clear: both;
}
.legacy.master div.failure a {
  color: #A94464;
  /*font-weight: bold;*/
}
.legacy.master div.failure a:hover {
  color: #A94464;
}
.legacy.master div.failure .lines {
  margin-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.legacy.master div.failure .errors {
  margin-left: 35px;
}
.legacy.master .MenuLeft table.MenuLeft {
  width: 100%;
  margin: 0 0 20px 0;
}
.legacy.master .MenuLeft .blurb {
  display: none;
}
.legacy.master .MenuLeft a {
  font-size: 16px !important;
  color: #005095;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
}
.legacy.master .MenuLeft a:hover {
  text-decoration: none;
}
.legacy.master .MenuLeft span.linkWrapper {
  display: inline-block;
  padding: 0 10px 0 6px;
}
.legacy.master .MenuLeft span.linkWrapper:hover {
  background-color: #eaeaea;
}
.legacy.master .MenuLeft span.linkWrapper.selected {
  background-color: #f9f9f9;
}
.legacy.master .MenuLeft span.linkWrapper.selected:hover a {
  cursor: default;
}
.legacy.master .MenuLeft td.normalline {
  padding: 2px 0 2px 22px;
}
.legacy.master .MenuLeft td.hasChild {
  padding: 2px 0;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
}
.legacy.master .MenuLeft td.hasChild .menu-ico {
  background: center center no-repeat;
  width: 22px;
  height: 26px;
  cursor: pointer;
  float: left;
}
.legacy.master .MenuLeft td.hasChild .menu-ico.expand {
  background-image: url('../../Content/images/arrow-expand_16x16.png');
}
.legacy.master .MenuLeft td.hasChild .menu-ico.expanded {
  background-image: url('../../Content/images/arrow-expanded_16x16.png');
}
.legacy.master .MenuLeft td.hasChild .menu-ico:hover {
  background-color: #eaeaea;
}
.legacy.master .MenuLeft td.hasChild span.linkWrapper {
  float: left;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.legacy.master .MenuLeft .u .sm a {
  font-size: 14px !important;
}
.legacy.master .MenuLeft .u {
  height: 0;
  line-height: 0;
}
.legacy.master .MenuLeft .u ul {
  line-height: 26px;
}
.legacy.master .MenuLeft .u ul li {
  margin-left: 30px;
}
.legacy.master .MenuLeft .MenuLeftHeading,
.legacy.master .MenuLeft .MenuLeftHeading > a {
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  color: inherit !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  font-size: 24px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  width: 100%;
  color: #1c3246;
}
.legacy.master .MenuLeft .MenuLeftHeading small,
.legacy.master .MenuLeft .MenuLeftHeading > a small,
.legacy.master .MenuLeft .MenuLeftHeading .small,
.legacy.master .MenuLeft .MenuLeftHeading > a .small {
  font-weight: normal !important;
  line-height: 1 !important;
  color: #777777 !important;
}
.legacy.master .MenuLeft .MenuLeftHeading small,
.legacy.master .MenuLeft .MenuLeftHeading > a small,
.legacy.master .MenuLeft .MenuLeftHeading .small,
.legacy.master .MenuLeft .MenuLeftHeading > a .small {
  font-size: 65% !important;
}
.legacy.master .MenuLeft .MenuLeftHeading a,
.legacy.master .MenuLeft .MenuLeftHeading > a a {
  margin: 0 !important;
}
.legacy.master .MenuLeft .MenuLeftHeading a:hover,
.legacy.master .MenuLeft .MenuLeftHeading > a a:hover {
  text-decoration: underline;
}
.legacy.master .MenuCenter {
  background-color: white;
  width: 100%;
}
.legacy.master .MenuCenter table {
  width: 100%;
  vertical-align: top;
}
.legacy.master .MenuCenter table tr td a {
  font-weight: bold;
  /*font-size: 10pt;*/
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  cursor: pointer;
}
.legacy.master .MenuCenter table tr td {
  padding: 2px 10px 0 15px;
  width: 100%;
}
.legacy.master .MenuCenter ul {
  list-style-type: none;
}
.legacy.master .MenuCenter ul li:Before {
  content: "- ";
  color: #0098d8;
}
.legacy.master .MenuCenter .ulPadding {
  Padding-Left: 30px;
}
.legacy.master .MenuCenterSpacer {
  Height: 15px;
}
.legacy.master .MenuCenter .blurb {
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  color: Black;
  text-decoration: none;
  /*font-size: 7.5pt;*/
  padding: 2px 10px 0 25px;
  /*font-weight: normal;*/
}
.legacy.master .MenuCenter ul li a.inactive {
  color: Grey;
}
.legacy.master div.InvoicePurchaseHeader {
  color: #818285;
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  /*font-size: 14pt;*/
}
.legacy.master .InvoicePurchaseAreaTitle {
  color: #000000;
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  /*font-size: 9pt;*/
  font-weight: normal;
  padding-left: 20px;
}
.legacy.master .InvoicePurchaseAreaDesc {
  color: #818285;
  /*font-family: 'Helvetica', 'Lucida Grande', 'Segoe UI', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';*/
  /*font-size: 9pt;*/
  margin-left: 5px;
}
.legacy.master .TimeoutPanel {
  text-align: center;
  border: solid 2px black;
  background-color: #FAF3E3;
}
.legacy.master .TimeoutBackground {
  background-color: #142452;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.legacy.master .RadGrid .rgWrap {
  padding: 1px;
  margin-left: 5px;
}
.legacy.master div.RadGrid_Default input[type=button] {
  height: 30px !important;
  line-height: 30px !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important;
}
.legacy.master .bannerRotator {
  min-height: 150px;
}
.legacy.master .bannerRotator img {
  width: 100%;
  height: 150px;
  display: none;
}
.legacy.master .bannerRotator img.clickable {
  cursor: pointer;
}
.legacy.master .inline-class {
  display: inline;
}
.legacy.master .tax-code {
  min-width: 180px;
}
.legacy.master .field-spacer {
  padding-bottom: 3px !important;
}
.legacy.master .tax-amount {
  min-width: 120px;
}
