/*
//////////////////////////////////////////////////////////////
// STANDARD INPUT BUTTON WITH BACKGROUND IMAGE
//////////////////////////////////////////////////////////////
*/
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 "./../variables.less";*/
.etch-container .btn,
.etch-container a.btn--early-payment,
.etch-container input.btn--early-payment,
.etch-container button.btn--early-payment,
.etch-container .btn--early-payment > a,
.etch-container .btn--confirm,
.etch-container input.btn--confirm,
.etch-container .btn--negative,
.etch-container input.btn--negative,
.legacy.master input[type=button],
.legacy.master input[type=submit],
.legacy.master input[type=reset],
.legacy.master .k-upload-button,
.legacy.master .tnp-btn,
.legacy.master input.btnGrey[type=button],
.legacy.master input.btnGrey[type=submit],
.legacy.master input.btnGrey[type=reset],
.legacy.master input.btnLGrey[type=button],
.legacy.master input.btnLGrey[type=submit],
.legacy.master input.btnLGrey[type=reset],
.legacy.master input.btnDarkGrey,
.legacy.master input.btnSelect[type=button],
.legacy.master input.btnSelect[type=submit],
.legacy.master input.btnSelect[type=reset],
.legacy.master input.aspNetDisabled[type=button],
.legacy.master input.aspNetDisabled[type=submit],
.legacy.master input.aspNetDisabled[type=reset],
.legacy.master input.Negative[type=button],
.legacy.master input.Negative[type=submit],
.legacy.master input.Negative[type=reset],
.legacy.master .tnp-btn-negative {
  /*margin: 4px;*/
  text-transform: uppercase;
  text-decoration: none;
  height: auto;
  text-align: center;
  min-width: 170px;
  padding: 0 10px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /*height: 34px;*/
  line-height: 34px;
  float: none;
  background: #005095;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}
.etch-container .btn.margin-left {
  margin-left: 20px;
}
.etch-container .btn.margin-right {
  margin-right: 20px;
}
.etch-container .btn.auto {
  display: inline-block;
  width: auto;
  min-width: 50px;
}
.etch-container .btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.etch-container .btn:disabled {
  cursor: default;
}
.etch-container .btn-group {
  margin: 0 6px 0 0;
}
.etch-container .btn-group-right {
  margin: 0 0 0 6px;
}
.etch-container a.btn--early-payment,
.etch-container input.btn--early-payment,
.etch-container button.btn--early-payment,
.etch-container .btn--early-payment > a {
  background: #77b82a;
}
.etch-container a.btn--early-payment:disabled,
.etch-container input.btn--early-payment:disabled,
.etch-container button.btn--early-payment:disabled,
.etch-container .btn--early-payment > a:disabled {
  cursor: default;
}
.etch-container .btn-prompt {
  padding: 12px 8px 12px 8px;
  font-size: 15px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  max-width: 150px;
  min-width: 100px;
  margin: 3px;
  border-radius: 0 !important;
}
.etch-container .btn--confirm,
.etch-container input.btn--confirm {
  background: #77b82a;
  /*.btn-prompt;*/
}
.etch-container .btn--confirm:disabled,
.etch-container input.btn--confirm:disabled {
  cursor: default;
}
.etch-container .btn--negative,
.etch-container input.btn--negative {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.etch-container .btn--negative:disabled,
.etch-container input.btn--negative:disabled {
  cursor: default;
}
/*@import "./../variables.less";*/
.etch-container .content-box {
  display: block;
  margin: 0;
  padding: 0;
}
.etch-container .content-box .content-box_header {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  background-color: #3986c7;
  color: #ffffff;
}
.etch-container .content-box .content-box_body {
  font-size: 16px;
  line-height: 20px;
  color: #1c3246;
  margin: 0;
  padding: 15px 20px;
  background: #F0F0F0;
}
.etch-container .content-box .content-box_body.no-padding {
  padding: 0;
}
.etch-container .content-box .content-box_footer {
  font-size: 16px;
  line-height: 20px;
  color: #1c3246;
  margin: 0;
  padding: 15px 20px;
  background: #dcd1d1;
}
.etch-container .content-box.orange .content-box_header {
  background-color: #ee7520;
}
.etch-container .content-box.orange .content-box_body {
  background-color: #fa9e24;
  color: #ffffff;
}
.etch-container .content-box.orange .content-box_footer {
  background-color: #f48c05;
  color: #ffffff;
}
.etch-container .content-box.white .content-box_body {
  background-color: #ffffff;
  color: #575756;
}
.etch-container .content-box.white .content-box_footer {
  background-color: #ffffff;
  color: #575756;
}
.etch-container .content-box.gray .content-box_header {
  background-color: #8e9090;
}
.etch-container .content-box.gray .content-box_body {
  color: #575756;
}
.etch-container .content-box.gray .content-box_footer {
  color: #575756;
}
.etch-container .content-box.blue .content-box_body {
  background-color: #E0E9F1;
}
.etch-container .content-box.blue .content-box_footer {
  background-color: #c2d6e8;
}
.etch-container .content-box.gray2 .content-box_header {
  background-color: #9D9D9D;
}
.etch-container .content-box.gray2 .content-box_body {
  color: #575756;
  background-color: #F7F8F7;
}
.etch-container .content-box.gray2 .content-box_footer {
  color: #575756;
  background-color: #F7F8F7;
}
.legacy.master {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  /* BLUE BUTTON */
  /* THIS BLUE BUTTON STYLE IS AUTOMATICALLY APPLIED ACROSS ALL THE PAGES */
  /* GREY BUTTON */
  /* Light Blue BUTTON */
  /* Light Grey BUTTON */
  /* Small Light Gret BUTTON */
  /* SELECT */
  /*
//////////////////////////////////////////////////////////////
// TEXTBOX STYLE
//////////////////////////////////////////////////////////////
*/
  /*.inputNumber,
    input[type=text],
    input[type=password],
    textarea {
        font-family: @base-font;
        font-size: @base-font-size-small;
        color: @obsidian;
        border: 1px solid #7F9db9;
        padding: 5px;
    }*/
  /*input[type=password] {
        .input-size(30px, 4px, 4px, @base-font-size-small, @base-font-small-line-height, 0);
        border: 1px solid #ccc;
    }*/
  /*.NumericTextBox {
        height: 23px !important;
    }*/
  /*.riSingle,
    .RadInput,
    .RadInput_Default {
        .riTextBox,
        .riEnabled {
            font-family: @base-font !important;
            font-size: 14px !important;
            padding: 4px !important;
        }
    }*/
  /*
//////////////////////////////////////////////////////////////
// CHECKBOX STYLE
//////////////////////////////////////////////////////////////
*/
  /*input[type=checkbox] {
        margin-right: 3px;
    }

    .HighlightCheckbox input {
        padding: 0;
        margin: 0;
        outline: 1px solid red;
    }*/
  /*
//////////////////////////////////////////////////////////////
// RADIO STYLE
//////////////////////////////////////////////////////////////
*/
  /*input[type=radio] {
        margin-right: 3px;
    }

    .SpacingRBL {
        width: 100px;
        float: left;
    }*/
  /*
//////////////////////////////////////////////////////////////
// DROP DOWN LIST STYLE
//////////////////////////////////////////////////////////////
*/
  /*select {
        padding: 4px 2px 4px 4px;
        color: #003274;
        font-size: 10pt;
    }

    select[selected="selected"] {
        background-color: @white;
        outline-style: none;
        outline: 0 none;
    }*/
  /*
//////////////////////////////////////////////////////////////
// STANDARD LINK STYLE
//////////////////////////////////////////////////////////////
*/
  /*a:link,
    a:visited,
    a:active,
    a[disabled=disabled],
    a.smallLink:link,
    a.smallLink:visited,
    a.smallLink:active {
        color: @sky;
    }

    a.linkRed {
        color: Red;
    }


    a:link,
    a:visited,
    a:active,
    a[disabled=disabled],
    a.smallLink:link,
    a.smallLink:visited,
    a.smallLink:active,
    a.linkRed {
        font-family: @base-font;
        text-decoration: none;
    }

    a:hover,
    a.smallLink:hover {
        text-decoration: underline;
    }*/
  /*  END OF STANDARD CONTROLS */
  /*
//////////////////////////////////////////////////////////////
// CENTER OUT DIV ON PAGE
//////////////////////////////////////////////////////////////
*/
  /* TO REMOVE DOTTED LINE ON ANY LINKS WHEN ONCLICK */
  /* END REMOVE */
  /*
//////////////////////////////////////////////////////////////
// STANDARD BOX CONTAINER
//////////////////////////////////////////////////////////////
*/
  /* **************************** END OF STANDARD CONTAINERS  ***************** */
  /*
//////////////////////////////////////////////////////////////
// STANDARD RADLISTBOX SURROUND BORDER LINE
//////////////////////////////////////////////////////////////
*/
  /*
//////////////////////////////////////////////////////////////
// STANDARD STYLES
//////////////////////////////////////////////////////////////
*/
  /*table.layoutTable {
        border: 0;
        margin: 0;
        padding: 0;
        table-layout: fixed;
        width: 100%;
        vertical-align: top;

        tr, td {
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: top;
        }
    }*/
  /* formTable class */
  /*table.formTable {
        font-family: @base-font;
        font-size: @base-font-size-normal;
        color: @obsidian;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

    table.formTable .rowLabel > td {
        padding-right: 5px;
        padding-bottom: 1px;
        padding-top: 5px;
    }

    table.formTable > tbody > tr > td {
        padding-right: 5px;
        padding-bottom: 12px;
    }*/
  /* ******* END OF FORM TABLE *********/
  /* Puchase Invoice page */
  /* WIDGETS */
  /* END OF WIDGETS */
  /*  These below, I'd like to get rid of, as they're not tied to anything */
  /* Display 2 divBorder in a row END */
  /* Collapse/Expand Arrow Style */
  /* InvoiceItems */
  /* End of Invoice Items */
  /* Preview Invoice */
  /* Account Select Control */
  /*.accountSelect {
        padding-top: 10px;
        padding-bottom: 15px;
    }*/
  /*help and support page table of content*/
  /*help and support page table of content*/
  /* End of Account Select Control */
  /* Twitter */
  /* End Twitter */
  /* End of Account Select Control */
  /* ModalPopupExtender START */
  /* ModalPopupExtender END */
  /*Widget Padding*/
  /*END Widget Padding*/
  /*Widget Submitted Invoices*/
  /*END Widget Submitted Invoices*/
  /*Widget Recent Invoices*/
  /*END Widget Recent Invoices*/
  /*Welcome Widget*/
  /*END Welcome Widget*/
  /*Quick Links Widget*/
  /*END Quick Links Widget*/
  /* Workflow */
  /* End Workflow */
  /* DMZ/LandingPage.aspx helpbox */
  /* End DMZ/LandingPage.aspx helpbox */
  /*Chart Horizontal*/
  /*END Chart Horizontal*/
  /*Chart Vertical*/
  /*END Chart Vertical*/
  /* Invoice management page */
  /* End Invoice management page */
  /* Alerts and Messages Widget */
  /* END Alerts and Messages Widget */
  /* Find Invoice + Special News Widget */
  /* END Find Invoice + Special News Widget */
  /* Invoice Paid Widget */
  /* END Invoice Paid Widget */
  /* Need Support Help Widget */
  /* END Need Support Help Widget */
  /* Data Grid */
  /* END Data Grid */
  /* Ticketing */
  /* the style starts here */
  /* End of ticketing */
  /* Attachments */
  /* End of Attachments */
  /* Tiles */
  /* End of tiles */
  /* Creates a border around a label */
  /* Invoice Status Service Registration */
  /*.row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row:before,
    .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }*/
  /*.badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #777777;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #e7e7e7;
        border-radius: 10px;
    }*/
  /*
    //////////////////////////////////////////////////////////////
    // STANDARD TEXT STYLE
    //////////////////////////////////////////////////////////////
    */
  /* FOR HEADER TEXT ONLY */
  /*.formHeader,*/
  /*.formLabelSmall,*/
  /* Gray Only */
  /* LightBlue Only */
  /*.formHelp {
        color: @sea;
    }*/
}
.legacy.master input[type=button],
.legacy.master input[type=submit],
.legacy.master input[type=reset],
.legacy.master .k-upload-button,
.legacy.master .tnp-btn {
  background: #77b82a;
  /*.btn-prompt;*/
}
.legacy.master input[type=button]:disabled,
.legacy.master input[type=submit]:disabled,
.legacy.master input[type=reset]:disabled,
.legacy.master .k-upload-button:disabled,
.legacy.master .tnp-btn:disabled {
  cursor: default;
}
.legacy.master input.btnGrey[type=button],
.legacy.master input.btnGrey[type=submit],
.legacy.master input.btnGrey[type=reset] {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.legacy.master input.btnGrey[type=button]:disabled,
.legacy.master input.btnGrey[type=submit]:disabled,
.legacy.master input.btnGrey[type=reset]:disabled {
  cursor: default;
}
.legacy.master input.btnLBlue[type=button],
.legacy.master input.btnLBlue[type=submit],
.legacy.master input.btnLBlue[type=reset] {
  /*margin: 4px;*/
  text-transform: uppercase;
  text-decoration: none;
  height: auto;
  text-align: center;
  min-width: 170px;
  padding: 0 10px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /*height: 34px;*/
  line-height: 34px;
  float: none;
  background: #005095;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}
.legacy.master input.btnLBlue[type=button].margin-left,
.legacy.master input.btnLBlue[type=submit].margin-left,
.legacy.master input.btnLBlue[type=reset].margin-left {
  margin-left: 20px;
}
.legacy.master input.btnLBlue[type=button].margin-right,
.legacy.master input.btnLBlue[type=submit].margin-right,
.legacy.master input.btnLBlue[type=reset].margin-right {
  margin-right: 20px;
}
.legacy.master input.btnLBlue[type=button].auto,
.legacy.master input.btnLBlue[type=submit].auto,
.legacy.master input.btnLBlue[type=reset].auto {
  display: inline-block;
  width: auto;
  min-width: 50px;
}
.legacy.master input.btnLBlue[type=button]:hover,
.legacy.master input.btnLBlue[type=submit]:hover,
.legacy.master input.btnLBlue[type=reset]:hover {
  color: #ffffff;
  text-decoration: none;
}
.legacy.master input.btnLBlue[type=button]:disabled,
.legacy.master input.btnLBlue[type=submit]:disabled,
.legacy.master input.btnLBlue[type=reset]:disabled {
  cursor: default;
}
.legacy.master input.btnLGrey[type=button],
.legacy.master input.btnLGrey[type=submit],
.legacy.master input.btnLGrey[type=reset] {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.legacy.master input.btnLGrey[type=button]:disabled,
.legacy.master input.btnLGrey[type=submit]:disabled,
.legacy.master input.btnLGrey[type=reset]:disabled {
  cursor: default;
}
.legacy.master input.btnSmallGrey[type=button],
.legacy.master input.btnSmallGrey[type=submit],
.legacy.master input.btnSmallGrey[type=reset] {
  /*margin: 4px;*/
  text-transform: uppercase;
  text-decoration: none;
  height: auto;
  text-align: center;
  min-width: 170px;
  padding: 0 10px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /*height: 34px;*/
  line-height: 34px;
  float: none;
  background: #005095;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}
.legacy.master input.btnSmallGrey[type=button].margin-left,
.legacy.master input.btnSmallGrey[type=submit].margin-left,
.legacy.master input.btnSmallGrey[type=reset].margin-left {
  margin-left: 20px;
}
.legacy.master input.btnSmallGrey[type=button].margin-right,
.legacy.master input.btnSmallGrey[type=submit].margin-right,
.legacy.master input.btnSmallGrey[type=reset].margin-right {
  margin-right: 20px;
}
.legacy.master input.btnSmallGrey[type=button].auto,
.legacy.master input.btnSmallGrey[type=submit].auto,
.legacy.master input.btnSmallGrey[type=reset].auto {
  display: inline-block;
  width: auto;
  min-width: 50px;
}
.legacy.master input.btnSmallGrey[type=button]:hover,
.legacy.master input.btnSmallGrey[type=submit]:hover,
.legacy.master input.btnSmallGrey[type=reset]:hover {
  color: #ffffff;
  text-decoration: none;
}
.legacy.master input.btnSmallGrey[type=button]:disabled,
.legacy.master input.btnSmallGrey[type=submit]:disabled,
.legacy.master input.btnSmallGrey[type=reset]:disabled {
  cursor: default;
}
.legacy.master input.btnDarkGrey {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.legacy.master input.btnDarkGrey:disabled {
  cursor: default;
}
.legacy.master input.btnSelect[type=button],
.legacy.master input.btnSelect[type=submit],
.legacy.master input.btnSelect[type=reset] {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.legacy.master input.btnSelect[type=button]:disabled,
.legacy.master input.btnSelect[type=submit]:disabled,
.legacy.master input.btnSelect[type=reset]:disabled {
  cursor: default;
}
.legacy.master input.aspNetDisabled[type=button],
.legacy.master input.aspNetDisabled[type=submit],
.legacy.master input.aspNetDisabled[type=reset] {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.legacy.master input.aspNetDisabled[type=button]:disabled,
.legacy.master input.aspNetDisabled[type=submit]:disabled,
.legacy.master input.aspNetDisabled[type=reset]:disabled {
  cursor: default !important;
}
.legacy.master .inputNumber {
  text-align: right;
  padding: 4px !important;
}
.legacy.master #mp_mc_txtNoOfInvoices {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  padding: 4px 6px !important;
}
.legacy.master .width33 {
  width: 33.3%;
}
.legacy.master .width50 {
  width: 50%;
}
.legacy.master .width75 {
  width: 75%;
}
.legacy.master .width100 {
  width: 100%;
}
.legacy.master .divCenter {
  margin-left: auto;
  margin-right: auto;
}
.legacy.master .floatLeft {
  float: left;
}
.legacy.master .floatRight {
  float: right;
}
.legacy.master .clearboth {
  clear: both;
}
.legacy.master .paddingtop5px {
  padding-top: 10px;
}
.legacy.master .padSection {
  padding-top: 20px;
}
.legacy.master .paddingtop30px {
  padding-top: 30px;
}
.legacy.master *:focus {
  outline: none;
}
.legacy.master *::-moz-focus-inner {
  border: none;
}
.legacy.master .divHeader_Settings,
.legacy.master .divHeader_Grid,
.legacy.master .divHeader_Summary,
.legacy.master .divHeader_Summary_Radius,
.legacy.master .divHeader_Detail,
.legacy.master .divHeader,
.legacy.master .divHeader_Status,
.legacy.master .divHeader_Orange,
.legacy.master .divHeader_Blue,
.legacy.master .divHeader_Help,
.legacy.master .divHeader_HelpSupport,
.legacy.master .divHeaderEditWidgetList {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  background-color: #3986c7;
  color: #ffffff;
  text-align: left;
}
.legacy.master .divHeader_Orange {
  background-color: #ee7520;
}
.legacy.master .divHeader_HelpSupport {
  background-color: #8e9090;
}
.legacy.master .divContent_Help,
.legacy.master .divContent_Settings,
.legacy.master .divContent_Grid,
.legacy.master .divContent_Summary,
.legacy.master .divContent_Detail,
.legacy.master .divContent_Orange,
.legacy.master .divContent_White,
.legacy.master .divContent_Blue,
.legacy.master .divContent,
.legacy.master .divContent_Status,
.legacy.master .divContent_Transparent,
.legacy.master .divContent_Fluid,
.legacy.master .divContent_HelpSupport,
.legacy.master .divContent_Gray,
.legacy.master .divContent_Contrast,
.legacy.master .WindowContent {
  font-size: 16px;
  line-height: 20px;
  color: #1c3246;
  margin: 0;
  padding: 15px 20px;
  background: #F0F0F0;
  overflow: auto;
  color: #575756;
}
.legacy.master .divContent_Help.no-padding,
.legacy.master .divContent_Settings.no-padding,
.legacy.master .divContent_Grid.no-padding,
.legacy.master .divContent_Summary.no-padding,
.legacy.master .divContent_Detail.no-padding,
.legacy.master .divContent_Orange.no-padding,
.legacy.master .divContent_White.no-padding,
.legacy.master .divContent_Blue.no-padding,
.legacy.master .divContent.no-padding,
.legacy.master .divContent_Status.no-padding,
.legacy.master .divContent_Transparent.no-padding,
.legacy.master .divContent_Fluid.no-padding,
.legacy.master .divContent_HelpSupport.no-padding,
.legacy.master .divContent_Gray.no-padding,
.legacy.master .divContent_Contrast.no-padding,
.legacy.master .WindowContent.no-padding {
  padding: 0;
}
.legacy.master .divContent_Orange {
  background-color: #fa9e24;
  color: #ffffff;
}
.legacy.master .divContent_Blue,
.legacy.master .divContent_Summary {
  background-color: #E0E9F1;
}
.legacy.master .divContent_White,
.legacy.master .divContent_Help {
  background-color: #ffffff;
  color: #575756;
}
.legacy.master .divContent_Detail,
.legacy.master .divContent_Transparent,
.legacy.master .divContent_Grid {
  padding: 0;
}
.legacy.master .divContent_Contrast {
  background-color: #dcd1d1;
}
.legacy.master .divContent_Transparent {
  background-color: transparent;
}
.legacy.master .divContent_Fluid {
  padding-left: 5px;
  padding-right: 5px;
}
.legacy.master .divContent_HelpSupport {
  color: #575756;
  font-size: 14px;
  line-height: 18px;
}
.legacy.master .divContent_Gray {
  background-color: #dcd1d1;
}
.legacy.master .divContent_Settings tbody > tr > td > table {
  margin: 15px 0;
}
.legacy.master .divContent_Settings b {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.legacy.master .divContent_Settings a {
  font-size: 16px;
  line-height: 20px;
}
.legacy.master .divContent .divHeader {
  background-color: transparent;
  padding: 20px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #005095;
}
.legacy.master .divContent .divContent {
  padding: 15px 0;
}
.legacy.master .mpeWindow .divHeader.uomExtraPadding {
  padding-left: 50px;
}
.legacy.master .mpeWindow th.rgHeader {
  background-color: #dcd1d1 !important;
}
.legacy.master #helpcontainer ul,
.legacy.master #helpcontainer ol {
  margin-left: 20px;
  padding: 0;
}
.legacy.master div.RadListBox_Default .rlbGroup {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #CCCCCC;
}
.legacy.master .options > div > div {
  float: left;
  margin-right: 1em;
}
.legacy.master .options > div {
  clear: both;
  padding-top: 15px;
}
.legacy.master .fadeOutHelpPanel {
  visibility: hidden;
  position: absolute;
  float: left;
  padding: 10px 10px 0 0;
  z-index: 10000;
}
.legacy.master .divShadowIE {
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.legacy.master .divShadow {
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 5px 5px 5px -1px #000000;
  -webkit-box-shadow: 5px 5px 5px -1px #000000;
  box-shadow: 5px 5px 5px -1px #000000;
}
.legacy.master .PopUpCloseButton {
  background: url('../../Style/Images/PopUpClose.png') no-repeat scroll 0 0 transparent;
  height: 30px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 30px;
}
.legacy.master .GrayContentHeader {
  background-color: #E6E8FA;
  border: 1px solid #C0C0C0;
  font-weight: bold;
  padding: 10px 10px 3px 10px;
}
.legacy.master .InnerGrayContentHeader {
  display: table;
  padding-top: 4px;
  width: 100%;
}
.legacy.master .DivSpacing {
  margin-bottom: 10px;
}
.legacy.master .ColSpacer {
  padding: 0 20px;
}
.legacy.master .VerticalSpacing {
  width: 2%;
}
.legacy.master .overflow {
  overflow: auto;
}
.legacy.master .ContentPaddings {
  padding: 10px;
}
.legacy.master .ArrowStyle {
  margin-left: 7px;
}
.legacy.master .formLabelshippingfix {
  width: 30%;
}
.legacy.master .formFieldshippingfix {
  width: 70%;
}
.legacy.master .tabletdGap {
  width: 15px;
}
.legacy.master .HeaderItem {
  border-top-style: hidden;
  border-bottom: 1px Dotted Black;
}
.legacy.master .NormalItem {
  /*background-color: #c4c4c4;*/
}
.legacy.master .SpecialItem {
  background-color: #E0E9F1 !important;
}
.legacy.master .table-grid-row-alt.SpecialItem {
  background-color: #c2d6e8 !important;
}
.legacy.master .table-grid-col > .divContent {
  padding-left: 0;
  padding-right: 0;
}
.legacy.master .ErrorItem {
  border-top: 0;
  background-color: #f93f3f;
  /*#FFBABA;*/
  border-bottom: 1px Dotted Black;
}
.legacy.master .divShadowIEPI {
  background: #ffffff;
  /* For IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#D4D4D4');
}
.legacy.master .divShadowPI {
  /*border-radius: 5px 5px 5px 5px;*/
  -moz-box-shadow: 5px 5px 5px -1px #D4D4D4;
  -webkit-box-shadow: 5px 5px 5px -1px #D4D4D4;
  box-shadow: 7px 7px 7px -1px #D4D4D4;
  width: 100%;
  max-width: 1024px;
}
.legacy.master .ui-accordion .ui-accordion-header {
  color: #575756;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  margin-top: 20px;
}
.legacy.master .ui-accordion .ui-accordion-header-active,
.legacy.master .ui-accordion .ui-accordion-header.ui-state-hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.legacy.master .ui-accordion .ui-accordion-content.ui-widget-content {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}
.legacy.master .ui-multiselect-menu {
  font-size: 14px;
}
.legacy.master .ui-autocomplete-loading {
  background: white url('../../Style/Images/TreeView/ajax-loader.gif') right center no-repeat;
}
.legacy.master .HelpTableContent {
  vertical-align: top;
}
.legacy.master .twitter_update_list {
  font-size: 13px;
  line-height: 21px;
  list-style: none;
}
.legacy.master .twitter_update_list li {
  background: url('../../Style/images/twitter-divider.gif') bottom left repeat-x;
  padding-bottom: 7px;
  margin-bottom: 9px;
}
.legacy.master .twitter_update_list span,
.legacy.master #twitter_update_list span a {
  color: #ababab;
  text-decoration: none;
}
.legacy.master .twitter_update_list a {
  color: #6f7276;
}
.legacy.master .twitter_update_list a[style="font-size:85%"] {
  font-size: 1em !important;
}
.legacy.master .mpeBackground {
  background-color: Black;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  /* For IE8 and earlier */
  opacity: 0.75;
  /*For IE9, Firefox, Chrome, Opera, and Safari */
}
.legacy.master .mpeWindow {
  min-width: 500px;
  max-width: 900px;
  background: #ffffff;
  /*border-radius: 5px 5px 5px 5px;
        -moz-box-shadow: 5px 5px 5px -1px #000000;
        -webkit-box-shadow: 5px 5px 5px -1px #000000;
        box-shadow: 5px 5px 5px -1px #000000; */
  /* For IE 8 */
}
.legacy.master .mpeCloseButton {
  background: url('../../Style/Images/PopUpClose.png') no-repeat scroll 0 0 transparent;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -18px;
  width: 30px;
}
.legacy.master .WidgetPadding {
  padding: 10px;
}
.legacy.master .WidgetTitle {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  color: Gray;
}
.legacy.master .WidgetTitleGreen {
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  color: Green;
}
.legacy.master .SIRowHeader {
  background-color: #DBDBDB;
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
}
.legacy.master .SIRowContent {
  background-color: #E9F1F4;
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
}
.legacy.master .SIRowContent2 {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
}
.legacy.master .SubInvTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: Gray;
}
.legacy.master .RIRowHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
  color: #404040;
  font-weight: 600;
  height: 25px;
  text-decoration: none;
}
.legacy.master .FIRowHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
  font-weight: 600;
  color: #404040;
  height: 25px;
  text-decoration: none;
}
.legacy.master .FIRowFooter {
  background-color: #FFEDEE;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDEE), to(#ffffff));
}
.legacy.master .RIRowFooter {
  background-color: #E5EDFF;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E5EDFF), to(#ffffff));
}
.legacy.master .RI_TD_HEAD_UL {
  border-bottom: 1px solid #B7C0C7;
}
.legacy.master .RI_TD_CNT_UL {
  border-bottom: 1px solid #DDDDDD;
  text-decoration: none;
}
.legacy.master .RI_TD_FOOT_UL {
  border-top: 1px solid #B7C0C7;
  height: 5px;
}
.legacy.master .RIRowContent {
  background-color: White;
  font-family: 'Roboto', sans-serif;
  font-size: 8pt;
  height: 19px;
  text-decoration: none;
}
.legacy.master .RecInvTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 9pt;
  color: Gray;
}
.legacy.master .WelcomeTable {
  background-color: #EDEFE8;
  border: 1px solid #68BF69;
}
.legacy.master .WelcomeHeader {
  font-family: 'Roboto', sans-serif;
  background-color: #68BF69;
  font-size: 15px;
  color: White;
  font-weight: bold;
  height: 30px;
  padding-left: 10px;
}
.legacy.master .WelcomeContent {
  font-family: 'Roboto', sans-serif;
  padding-left: 10px;
}
.legacy.master .QuickLinksTable {
  border: 1px solid #0098d8;
}
.legacy.master .QuickLinksHeader {
  font-family: 'Roboto', sans-serif;
  background-color: #0098d8;
  font-size: 15px;
  color: White;
  font-weight: bold;
  height: 30px;
  padding-left: 10px;
}
.legacy.master .QuickLinksLinkBtn a:link {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.legacy.master .ImgLink a:link {
  color: White;
}
.legacy.master .divHeader_Workflow {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 10px 15px;
  background-color: #3986c7;
  color: #ffffff;
  text-align: left;
}
.legacy.master .divContent_Workflow {
  font-size: 16px;
  line-height: 20px;
  color: #1c3246;
  margin: 0;
  padding: 15px 20px;
  background: #F0F0F0;
  overflow: auto;
  color: #575756;
  background-color: #ffffff;
  border: 1px solid #3986c7;
  font-size: 14px;
  line-height: 18px;
}
.legacy.master .divContent_Workflow.no-padding {
  padding: 0;
}
.legacy.master .divContent_Workflow .divHeader {
  background-color: transparent;
  padding: 20px 0 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  color: #005095;
}
.legacy.master .divContent_Workflow .divContent {
  padding: 15px 0;
}
.legacy.master .EntityNameLabel {
  color: #005095;
}
.legacy.master .WorkflowStepHeader,
.legacy.master .WorkflowStepHeaderNSelected {
  font-size: 16px;
  line-height: 20px;
}
.legacy.master .WorkflowStepHeader {
  color: #005095;
}
.legacy.master .WorkflowSubHeader {
  font-size: 14px;
  line-height: 18px;
}
.legacy.master .WorkflowStepContent {
  font-size: 12px;
  line-height: 16px;
  color: #8e9090;
}
.legacy.master .WorkflowStepFooter {
  font-size: 14px;
  line-height: 18px;
}
.legacy.master .WorkflowImage {
  height: 35px;
  width: 45px;
}
.legacy.master .DMZLandingHelpBox {
  border: 0 solid green;
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 250px;
  width: 200px;
}
.legacy.master .DMZLandingFadeOutButton {
  border: 0 solid pink;
  position: relative;
  float: right;
  margin-top: -20px;
  margin-right: -410px;
}
.legacy.master a.DMZLandingEmailLink {
  font-size: 9pt;
  color: Blue;
  text-decoration: underline;
}
.legacy.master .ChartHTitle {
  padding-left: 10px;
  font-size: 8pt;
  font-weight: bold;
  color: Gray;
}
.legacy.master .ChartVTitle {
  padding-left: 10px;
  font-size: 8pt;
  font-weight: bold;
  color: Gray;
}
.legacy.master .tblInvMgmtDiag {
  background-color: #0098D8;
}
.legacy.master .InvMgmtDiagHeader {
  font-size: 30px;
  color: #ffffff;
  /*font-weight: bold;*/
}
.legacy.master .InvMgmtDiagContent {
  font-size: 12px;
  color: #ffffff;
}
.legacy.master .InvMgmtDiagHeaderCell {
  padding-top: 10px;
  padding-bottom: 5px;
}
.legacy.master .OrangeFont {
  color: #FFA100;
  font-weight: bold;
}
.legacy.master .WidgetHeading {
  color: White;
}
.legacy.master .BlueFont {
  color: #005095;
}
.legacy.master a.BlueFont,
.legacy.master a.BlueFont:hover {
  color: #005095;
}
.legacy.master .WhiteFont {
  color: white;
  font-weight: bold;
}
.legacy.master .InvoicePaidBgColor {
  background-color: #2AA7DF;
  padding-left: 10px;
  height: 120px;
  margin: 0 auto 15px auto;
  border: 0 solid #d7d7d7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.legacy.master .InvoicePaidBgColor2 {
  background-color: #2AA7DF;
  padding-left: 10px;
  width: 100%;
  height: 250px;
  margin: 0 auto 0 auto;
  border: 1px solid #d7d7d7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.legacy.master .help-link {
  font-size: 14px;
  line-height: 18px;
  padding-left: 20px;
  background: left center no-repeat;
}
.legacy.master .help-link-title {
  font-size: 14px;
  line-height: 18px;
  color: #005095;
}
.legacy.master .help-link.video {
  background-image: url(/Style/Images/Registration/video.png);
}
.legacy.master .help-link.info {
  background-image: url(/Style/Images/info.png);
}
.legacy.master .help-link.edit {
  background-image: url(/Style/Images/edit.png);
}
.legacy.master .help-link.supportpage {
  background-image: url(/Style/Images/help.png);
}
.legacy.master .WhiteFontSHB {
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.legacy.master .WhiteFontSH {
  color: white;
}
.legacy.master .NeedSupportHelpBgColor {
  background-color: #FFA100;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.legacy.master .DataGridStyle {
  border-style: hidden;
}
.legacy.master .pager {
  border-top: 1px Dotted Black;
  background-color: #F2F2F2;
}
.legacy.master .AlternatingItem {
  background-color: #F2F2F2;
}
.legacy.master .DataGridHeader {
  Border: 1px dotted;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}
.legacy.master .DataGridItem {
  border-style: none;
}
.legacy.master .DataGridItemFont {
  color: #868689;
}
.legacy.master .ticketID {
  font-size: 14pt;
  color: #0098D8;
}
.legacy.master .ticketStatus {
  font-size: 14pt;
  color: red;
}
.legacy.master .hrDotted {
  border: 1px dotted #7F7F7F;
}
.legacy.master .ticketLabel {
  font-size: 9pt;
  color: #002974;
}
.legacy.master .ticketLabel_lightGrey {
  font-size: 9pt;
  color: #939598;
}
.legacy.master .ticketLabel_DarkGrey {
  font-size: 9pt;
  color: #222222;
}
.legacy.master .ticketLabel_LightBlue {
  font-size: 9pt;
  color: #0098D8;
}
.legacy.master .ticketTimeStamp {
  font-size: 9pt;
  color: #939598;
}
.legacy.master .ticketSender {
  font-size: 9pt;
  color: #0098D8;
}
.legacy.master .ticketComment {
  font-size: 9pt;
  color: #414042;
}
.legacy.master a.tinvtooltip {
  color: #c00;
}
.legacy.master a.tinvtooltip span {
  display: none;
}
.legacy.master a.tinvtooltip:hover {
  border: 0;
  position: relative;
  z-index: 500;
  text-decoration: none;
}
.legacy.master a.tinvtooltip:hover span {
  display: block;
  position: absolute;
  top: 20px;
  left: -250px;
  padding: 5px;
  font-weight: normal;
  color: #000;
  border: 1px solid #888;
  background: #f8f8f8;
  width: 280px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.legacy.master a.tinvtooltip:hover span em {
  position: absolute;
  left: 250px;
  top: -6px;
  width: 11px;
  height: 6px;
  background: #ffffff url('../../Style/Images/tooltip_top.gif') 0 0;
  display: block;
  font-size: 1px;
}
.legacy.master a.AttachmentLinkSmall {
  color: #0098D8;
  text-decoration: underline;
}
.legacy.master a.AttachmentLinkSmall:hover {
  color: #003274;
}
.legacy.master .MessageCountTo99Image {
  position: relative;
  background: url('../../Style/Images/MessagesTo99.png');
}
.legacy.master .MessageCountValue {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
}
.legacy.master .wrap {
  /* force the div to properly contain the floated images: */
  position: relative;
  float: left;
  clear: none;
  overflow: hidden;
}
.legacy.master .wrap img {
  position: relative;
  z-index: 1;
}
.legacy.master .wrap .desc {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: -1;
  z-index: 2;
  text-align: right;
  vertical-align: bottom;
  color: #FFA100;
  font-weight: bold;
  font-size: 8pt;
}
.legacy.master .tileText {
  color: White;
}
.legacy.master .tileTable_Orange {
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  height: 80px;
  background-color: #F7941E;
}
.legacy.master .tileTable_Green {
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  height: 80px;
  background-color: #89B543;
}
.legacy.master .tileTable_Red {
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  height: 80px;
  background-color: #E31B23;
}
.legacy.master .tileTable_Blue {
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  height: 80px;
  background-color: #5091CD;
}
.legacy.master .tileTable_Purple {
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  height: 80px;
  background-color: #63619A;
}
.legacy.master .panel_with_padding {
  padding: 10px 18px;
  width: inherit;
}
.legacy.master .LogoExtInfo {
  font-family: 'Roboto', sans-serif;
  color: Gray;
  font-size: 8pt;
}
.legacy.master .legendDashboardConfig {
  color: #003274;
  padding-left: 7px;
  padding-right: 7px;
  font-weight: lighter;
  background-color: #ffffff;
  border: 1px solid #99CAC5;
  padding: 2px 5px;
}
.legacy.master .configureShadow {
  border-radius: 1px 1px 1px 1px;
  -moz-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.4);
  padding-top: 3px 2px 3px 7px;
  background-color: #EDF6F5;
  color: #707072;
  width: 100%;
  border: thin solid #C7E2DF;
}
.legacy.master .blockedLabel {
  font-weight: bold;
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
}
.legacy.master .support {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.legacy.master .support:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.legacy.master input.watermarked {
  font-size: 14px;
  color: #BCBEC0;
}
.legacy.master .WaterMark {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: Gray !important;
}
.legacy.master .pleaseWait {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11pt;
}
.legacy.master .staticTile {
  width: 110px;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 2px;
  height: 60px;
  background-color: #F58026;
  cursor: pointer;
}
.legacy.master .staticVideoTile {
  width: 110px;
  padding: 3px 2px 0 2px;
  height: 61px;
  background-color: #27AAE1;
  cursor: pointer;
  color: White;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 8pt;
}
.legacy.master .insert_keywords_within_this_tag {
  display: none;
}
.legacy.master .divDarkBlueBar {
  height: 20px;
  padding: 4px 0 0 8px;
  background: #003274;
}
.legacy.master .InvoiceStatusNavyHeader {
  color: #003274;
  font-weight: bold;
  font-size: 8pt;
}
.legacy.master .DLTable {
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
}
.legacy.master .DLTableHeader {
  font-weight: bold;
  font-size: 15pt;
}
.legacy.master .DLLeftTablePadding {
  padding-top: 10px;
  padding-left: 10px;
}
.legacy.master .DLRightTablePadding {
  padding-top: 10px;
  padding-right: 15px;
}
.legacy.master .mpeWindowDL {
  min-width: 500px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 5px 5px 5px -1px #000000;
  -webkit-box-shadow: 5px 5px 5px -1px #000000;
  box-shadow: 5px 5px 5px -1px #000000;
  /* For IE 8 */
}
.legacy.master .DownloadText {
  height: 16px;
}
.legacy.master .RoundedNonButton {
  background-color: #666666;
  height: 25px;
  width: 150px;
  border: 0 solid #666666;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}
.legacy.master .WelcomeHeaderBlue {
  color: #2AA7DF;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.legacy.master .WorkflowImageCircles {
  height: 26px;
  width: 26px;
}
.legacy.master .WorkflowStepHeaderCircles {
  color: #0098d8;
  font-weight: bold;
  font-size: 8pt;
}
.legacy.master .pageHeaderText {
  color: #063872;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.legacy.master .subPanelHeaderText {
  color: #063872;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.legacy.master .mainPanel {
  width: 800px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E9E9E9;
  background-color: #F6F6F6;
  padding: 15px;
}
.legacy.master .subPanel {
  background-color: #ECECEC;
  border: 2px solid #D0D0D0;
  width: 230px;
  height: 140px;
}
.legacy.master .mainPanelText {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10pt;
}
.legacy.master .subPanelText {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9pt;
}
.legacy.master .infoPanel {
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #CCCCCC;
  width: 185px;
  margin-left: 20px;
  padding: 8px;
}
.legacy.master .btnFAQ {
  background-image: url(../Images/Buttons/New/landing_faq.png);
  background-repeat: repeat-x;
  height: 40px;
  width: 205px;
  background-position: center;
  margin-left: 20px;
  margin-top: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9pt;
}
.legacy.master .infoTitle {
  font-family: "Times New Roman", Georgia, serif;
  color: #F66E02;
  font-style: italic;
  font-size: 14pt;
  font-weight: 300;
}
.legacy.master .infoCopy {
  font-family: "Times New Roman", Georgia, serif;
  color: #666666;
  font-style: normal;
  font-size: 10pt;
  font-weight: 300;
}
.legacy.master .btnResendBody {
  background-image: url(../Images/Buttons/New/btn_blue_bg.png);
  background-repeat: repeat-x;
  height: 24px;
  background-position: center;
}
.legacy.master .LogoutHeader {
  font-size: 17pt;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  color: #434343;
  padding-top: 80px;
}
.legacy.master .LogoutReminder {
  font-size: 12pt;
  font-family: 'Roboto', sans-serif;
  color: #434343;
  padding-top: 100px;
}
.legacy.master input.Secondary[type=button],
.legacy.master input.Secondary[type=submit],
.legacy.master input.Secondary[type=reset] {
  /*margin: 4px;*/
  text-transform: uppercase;
  text-decoration: none;
  height: auto;
  text-align: center;
  min-width: 170px;
  padding: 0 10px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /*height: 34px;*/
  line-height: 34px;
  float: none;
  background: #005095;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}
.legacy.master input.Secondary[type=button].margin-left,
.legacy.master input.Secondary[type=submit].margin-left,
.legacy.master input.Secondary[type=reset].margin-left {
  margin-left: 20px;
}
.legacy.master input.Secondary[type=button].margin-right,
.legacy.master input.Secondary[type=submit].margin-right,
.legacy.master input.Secondary[type=reset].margin-right {
  margin-right: 20px;
}
.legacy.master input.Secondary[type=button].auto,
.legacy.master input.Secondary[type=submit].auto,
.legacy.master input.Secondary[type=reset].auto {
  display: inline-block;
  width: auto;
  min-width: 50px;
}
.legacy.master input.Secondary[type=button]:hover,
.legacy.master input.Secondary[type=submit]:hover,
.legacy.master input.Secondary[type=reset]:hover {
  color: #ffffff;
  text-decoration: none;
}
.legacy.master input.Secondary[type=button]:disabled,
.legacy.master input.Secondary[type=submit]:disabled,
.legacy.master input.Secondary[type=reset]:disabled {
  cursor: default;
}
.legacy.master input.Negative[type=button],
.legacy.master input.Negative[type=submit],
.legacy.master input.Negative[type=reset],
.legacy.master .tnp-btn-negative {
  background-color: #575756 !important;
  /*.btn-prompt;*/
}
.legacy.master input.Negative[type=button]:disabled,
.legacy.master input.Negative[type=submit]:disabled,
.legacy.master input.Negative[type=reset]:disabled,
.legacy.master .tnp-btn-negative:disabled {
  cursor: default;
}
.legacy.master input.ImageButton[type=button],
.legacy.master input.ImageButton[type=submit],
.legacy.master input.ImageButton[type=reset] {
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  padding-left: 30px;
  background-position: 8px 8px;
}
.legacy.master .buttonText {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-left: 5px;
  padding-right: 5px;
}
.legacy.master .btnContinueBody {
  background-image: url(../Images/Buttons/New/btn_green_bg.png);
  background-repeat: repeat-x;
  height: 24px;
  background-position: center;
}
.legacy.master .btnGreyBody {
  background-image: url(../Images/Buttons/btn_grey_bg.png);
  background-repeat: repeat-x;
  height: 24px;
  background-position: center;
}
.legacy.master .btnGreyLeft {
  background-image: url(../Images/Buttons/btn_grey_left.png);
}
.legacy.master .btnGreyRight {
  background-image: url(../Images/Buttons/btn_grey_right.png);
}
.legacy.master .btnGreenLeft {
  background-image: url(../Images/Buttons/btn_green_left.png);
}
.legacy.master .btnGreenRight {
  background-image: url(../Images/Buttons/btn_green_right.png);
}
.legacy.master .btnLeft {
  height: 24px;
  width: 8px;
  background-position: left;
}
.legacy.master .ReadOnlyTextInput {
  background-color: #F0F0F0;
}
.legacy.master .btnRight {
  height: 24px;
  width: 8px;
  background-position: right;
}
.legacy.master .TNFLanding {
  background-image: url('../../Style/Images/TNF/TNF_outline.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.legacy.master .TNFHeading {
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 16pt;
}
.legacy.master a.TNFMainLink,
.legacy.master a.TNFMainLink :hover {
  font-size: 12pt;
  font-weight: normal;
  color: #76BD4B;
  text-decoration: none;
}
.legacy.master .show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}
.legacy.master .col-pad {
  padding-top: 10px;
  padding-bottom: 10px;
}
.legacy.master .RadListBox .rlbNoButtonText .rlbButtonText {
  font-size: 12px !important;
}
.legacy.master div.radio {
  margin: 0;
  padding: 0;
}
.legacy.master div.radio .ticketLabel td {
  padding-bottom: 0 !important;
}
.legacy.master div.radio > table {
  table-layout: auto;
  width: auto;
  margin: 0;
  padding: 0;
}
.legacy.master div.radio > table td {
  font-size: 16px;
  vertical-align: middle;
  padding: 0 20px 0 0;
}
.legacy.master div.radio > table td label,
.legacy.master div.radio > table td input[type=radio] {
  line-height: 22px;
  vertical-align: middle;
  height: 22px;
}
.legacy.master div.radio > table.validation-error {
  border: 1px solid red;
  display: inline-block;
  float: left;
}
.legacy.master div.radio .validation-error-tooltip {
  display: inline-block;
  float: left;
  height: 24px;
  line-height: 24px;
}
.legacy.master div.radio .validation-error-tooltip img {
  vertical-align: middle;
}
.legacy.master .attachment-type-section {
  margin-top: 5px;
}
.legacy.master .CorrectionInvoiceHeader {
  padding-bottom: 5px;
  font-weight: bold;
}
.legacy.master .NewItemHeader {
  color: #6aaa05;
}
.legacy.master .CorrectedItemHeader {
  color: #1b57a4;
}
.legacy.master .AdjustLabel {
  font-weight: bold;
}
.legacy.master .align-img-mid img {
  vertical-align: middle;
}
.legacy.master .row-table {
  display: table-row;
}
.legacy.master .DisabledText {
  color: #767676;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 11pt !important;
}
.legacy.master .onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legacy.master .onoffswitch-checkbox {
  display: none;
}
.legacy.master .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50px;
}
.legacy.master .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.legacy.master .onoffswitch-inner:before,
.legacy.master .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 19px;
  padding: 0;
  line-height: 19px;
  font-size: 10px;
  color: #ffffff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.legacy.master .onoffswitch-inner:before {
  content: "";
  padding-left: 5px;
  background-color: #609640;
  color: #ffffff;
}
.legacy.master .onoffswitch-inner:after {
  content: "";
  padding-right: 5px;
  background-color: #FF0000;
  color: #ffffff;
  text-align: right;
}
.legacy.master .onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.legacy.master .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.legacy.master .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.legacy.master .rowLabel-checkbox span {
  display: inline-block !important;
}
.legacy.master .password-validation span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  color: #808285;
}
.legacy.master .password-validation span label {
  display: inline;
}
.legacy.master span.checkbox {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
}
.legacy.master span.checkbox input[type=checkbox] {
  vertical-align: middle;
  line-height: 22px;
  height: 22px;
}
.legacy.master span.checkbox.inline {
  display: inline;
}
.legacy.master span.checkbox.inline input[type=checkbox] {
  display: inline;
  position: static;
}
.legacy.master span.checkbox.inline label {
  display: inline;
  margin-left: 10px !important;
}
.legacy.master .table-button-align-center {
  text-align: center;
  vertical-align: middle;
}
.legacy.master .rgMasterTable .btn-tnp-grid {
  height: auto !important;
  font-family: 'Roboto', sans-serif;
  font-size: 12px !important;
  text-align: center;
  vertical-align: text-bottom;
}
.legacy.master .tblInvoiceSummary tr td {
  text-align: right !important;
  padding: 4px;
}
.legacy.master .tblInvoiceSummary tr td span.formHeader {
  vertical-align: text-top;
}
.legacy.master table.formTable td.rowFakeInput .ruFakeInput.radPreventDecorate {
  width: 240px;
}
.legacy.master .pnlCurrencyAmount {
  width: 75%;
  padding-left: 15px;
}
.legacy.master .upgradeAccount.sendMethodCell {
  float: left;
  height: 56px;
  line-height: 56px;
  padding-left: 10px;
}
.legacy.master .upgradeAccount.altLabel {
  padding: 10px 40px 50px 20px;
  font-weight: bold;
}
.legacy.master .upgradeAccount.sendMethodDescription {
  float: right;
  padding-top: 10px;
}
.legacy.master .upgradeAccount.upgrade-account-link {
  height: 48px;
  background-color: #4c92cc;
  color: white;
  cursor: pointer;
}
.legacy.master .widgetResolveTime {
  font-size: 12px;
  line-height: 16px;
}
.legacy.master .widgetLabel {
  font-size: 9pt;
  color: #67747E;
}
.legacy.master .welcomeWidgetText {
  color: #67747E;
}
.legacy.master .HelpHeading,
.legacy.master .headerBackground {
  font-size: 22px;
  font-weight: normal;
  color: #1c3246;
}
.legacy.master div.rowLabel,
.legacy.master span.rowLabel {
  display: block;
  line-height: 22px;
  padding: 0 0 2px 0;
}
.legacy.master table.formTableInfo {
  table-layout: auto;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.legacy.master table.formTableInfo td.colShrink {
  white-space: nowrap;
  width: 0.01%;
}
.legacy.master table.formTableInfo td.colLabel {
  padding: 2px 20px 4px 0;
  color: #1c3246;
}
.legacy.master table.formTableInfo td.colInfo {
  padding: 2px 0 4px 0;
  color: #575756;
}
.legacy.master table.formTableInfo.margin-bottom {
  margin-bottom: 20px;
}
.legacy.master table.formTableInfo.margin-left {
  margin-left: 20px;
}
.legacy.master table.formTableInfo.margin-right {
  margin-right: 20px;
}
.legacy.master table.formTableInfo.margin-top {
  margin-top: 20px;
}
.legacy.master .formHeader {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #005095;
}
.legacy.master .inlineBlock {
  display: inline-block;
}
.legacy.master .formTable.cell-padding > tbody > tr > td,
.legacy.master .formTable.cell-padding > thead > th > td {
  padding-left: 5px;
  padding-right: 5px;
}
.legacy.master .formTable input,
.legacy.master .formTable textarea,
.legacy.master .formTable select {
  display: inline-block;
}
.legacy.master .formTable label {
  display: inline;
}
.legacy.master .formTable input[type="radio"],
.legacy.master .formTable input[type="checkbox"] {
  margin-left: 0;
  height: auto;
}
.legacy.master .formTable input[type="radio"] + label,
.legacy.master .formTable input[type="checkbox"] + label {
  margin-left: 20px;
}
.legacy.master .formTable .rowLabel > td {
  padding-bottom: 2px;
  line-height: 22px;
}
.legacy.master .formTable .rowLabel + tr td {
  padding-bottom: 15px;
}
.legacy.master .formSubHeading,
.legacy.master .formTable td,
.legacy.master .formHelp,
.legacy.master .formLabel,
.legacy.master .formLabelSmall,
.legacy.master .formLabelSmall label,
.legacy.master .helpText,
.legacy.master .footerText,
.legacy.master .widgetLabel,
.legacy.master .welcomeWidget {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color: #575756;
}
.legacy.master a.formLabel,
.legacy.master a.formLabelSmall {
  color: #3986c7;
  outline: 0;
  text-decoration: none;
}
.legacy.master .formSubHeading {
  color: #1c3246;
}
.legacy.master .footerText {
  font-size: 14px;
  color: #8e9090;
}
.legacy.master table td[align="right"] {
  text-align: right !important;
}
.legacy.master table td[align="center"] {
  text-align: center !important;
}
.legacy.master .invoiceStatusContainer table.category {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-top: 5px;
}
.legacy.master .invoiceStatusContainer td.categoryHeaderLeftBox {
  vertical-align: text-top;
  width: 30px;
}
.legacy.master .invoiceStatusContainer .categoryHeader {
  font-size: 16px;
  line-height: 20px;
  /*font-weight: 700;*/
  color: #005095;
}
.legacy.master .invoiceStatusContainer .categoryDescription {
  color: #8e9090;
}
.legacy.master .invoiceStatusContainer .subCategoryFilter {
  margin: 4px 0 6px 30px;
}
.legacy.master .invoiceStatusContainer ul.highlightedInvoiceStatuses {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.legacy.master .invoiceStatusContainer ul.highlightedInvoiceStatuses li {
  padding-left: 0;
  text-indent: 12px;
  margin-bottom: 6px;
}
.legacy.master .invoiceStatusContainer ul.highlightedInvoiceStatuses li:before {
  content: "• ";
  color: #B7102D;
}
.legacy.master .invoiceStatusContainer ul.highlightedInvoiceStatuses .statusHeader {
  font-size: 14px;
  line-height: 18px;
}
.legacy.master .invoiceStatusContainer ul.highlightedInvoiceStatuses .statusCategory {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #8e9090;
  text-indent: 0;
  padding-left: 22px;
}
.legacy.master .invoiceStatusContainer .invoice {
  background-color: #F0F0F0;
  border: 1px solid #3986c7;
  padding: 10px 20px;
  width: 1000px;
  z-index: 0;
  position: relative;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-summary {
  border: 1px solid #8e9090;
  border-left: 0;
  border-right: 0;
  padding: 4px 10px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-summary .invoice-summary-label {
  color: #1c3246;
  font-weight: 700;
  margin-right: 10px;
}
.legacy.master .invoiceStatusContainer .invoice .document-type label {
  vertical-align: middle;
  font-size: 30px;
  line-height: 36px;
  /*font-size: @base-font-size-large;*/
  /*font-weight: 700;*/
  color: #1c3246;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-number {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-paid-stamp {
  z-index: 1;
  position: absolute;
  top: 200px;
  left: 250px;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-label,
.legacy.master .invoiceStatusContainer .invoice .invoice-label label {
  font-size: 16px;
  line-height: 20px;
  color: #1c3246;
  font-weight: 700;
  display: block;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-attachments {
  background-color: #F0F0F0;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-attachments tr.row-item > td,
.legacy.master .invoiceStatusContainer .invoice .invoice-attachments tr.row-alt-item > td {
  background-color: #F0F0F0 !important;
}
.legacy.master .invoiceStatusContainer .invoice .invoice-attachments .no-records {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #575756;
}
.legacy.master .invoiceStatusContainer .invoice .section-splitter {
  border-top: 1px dashed #3986c7;
  padding-top: 20px;
  margin-top: 40px;
}
.legacy.master .helpUsefulInformation {
  margin-top: 80px;
}
.legacy.master .helpSupportContainer .videoHowTo h4 {
  display: block;
  text-align: center;
}
.legacy.master .helpSupportContainer .videoHowTo a {
  display: block;
  background-color: #27aae1;
  text-align: center;
  width: 120px;
  margin: auto;
  margin-top: 10px;
  padding: 20px 15px;
}
.ui-autocomplete {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
  font-size: 14px;
}
ul.isnextsteps {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.isnextsteps li {
  width: 1200px;
}
ul.isnextsteps li:before {
  content: "✓ ";
  color: #005095;
}
ul.issteptexts {
  list-style: none;
  padding-left: 60px;
  margin: 0;
}
ul.issteptexts li {
  padding-left: 60px;
}
ul.issteptexts li:before {
  content: "• ";
  color: #005095;
}
.noTextTransform {
  text-transform: none !important;
}
.boldFontWeight label {
  font-weight: bold !important;
}
