@charset "UTF-8";
section, h1,
h2,
h3,
h4 {
  *zoom: 1; }
  section:before, h1:before,
  h2:before,
  h3:before,
  h4:before, section:after, h1:after,
  h2:after,
  h3:after,
  h4:after {
    content: " ";
    display: table; }
  section:after, h1:after,
  h2:after,
  h3:after,
  h4:after {
    clear: both; }

@font-face {
  font-family: "SimpleSansLight";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/SimpleSansLight.woff"); }

@font-face {
  font-family: "SimpleSansMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/SimpleSansMedium.woff"); }

@font-face {
  font-family: "SimpleSans";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/SimpleSans.woff"); }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none;
  background: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none; }

.main-content {
  background: white;
  padding: 20px;
  padding-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-weight: normal !important;
  font-size: 12px; }
  .main-content:focus {
    border: 3px solid #94bff9;
    border-radius: 10px; }

.stow-away {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: -1000; }

a.hide-away {
  display: block;
  overflow: hidden;
  position: absolute;
  margin: 0;
  padding: 7px;
  height: auto;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0; }

a.hide-away:focus {
  opacity: 1;
  color: white;
  border: 3px solid white;
  border-radius: 10px;
  text-decoration: none;
  outline: none !important; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.fa {
  font-family: 'FontAwesome';
  font-style: normal; }

.fa-stack {
  margin-top: -5px; }

sup {
  font-size: 65%;
  vertical-align: super;
  line-height: 0; }

section {
  margin-top: 60px; }
  section:first-child {
    margin-top: 40px; }

.container {
  margin: 0 auto;
  width: 100% !important; }
  .container:focus {
    border: 3px solid #94bff9;
    border-radius: 10px; }

@media (min-width: 768px) {
  .container {
    width: 750px !important; } }

@media (min-width: 992px) {
  .container {
    width: 970px !important; } }

@media (min-width: 1200px) {
  .container {
    width: 960px !important; } }

[class*='column-'] {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px; }

@media only screen and (min-width: 30em) {
  [class*='column-'] {
    padding: 0;
    padding-right: 15px; }
  [class*='column-'].omega {
    padding: 0;
    padding-right: 0; }
  .column-1 {
    width: 8.3333333333%; }
  .column-2 {
    width: 16.6666666667%; }
  .column-3 {
    width: 25%; }
  .column-4 {
    width: 33.3333333333%; }
  .column-5 {
    width: 41.6666666667%; }
  .column-6 {
    width: 50%; }
  .column-7 {
    width: 58.3333333333%; }
  .column-8 {
    width: 66.6666666667%; }
  .column-9 {
    width: 75%; }
  .column-10 {
    width: 83.3333333333%; }
  .column-11 {
    width: 91.6666666667%; }
  .column-12 {
    width: 100%; } }

.small {
  font-size: 1.0em !important; }

.super-small {
  font-size: 50% !important; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.align-left {
  text-align: left !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.v-align-middle {
  vertical-align: middle; }

.v-align-top {
  vertical-align: top; }

.v-align-bottom {
  vertical-align: bottom; }

/* TYPE */
h1 {
  font: 30px/35px Helvetica, Arial, sans-serif;
  color: #004164;
  margin: 0 0 14px; }

.box {
  border: 1px solid #ccc;
  margin-bottom: 15px; }
  .box:last-child {
    margin-bottom: 0; }
  .box h3 {
    font-weight: bold;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    line-height: 22px; }
    .box h3:focus {
      border: 3px solid #94bff9;
      border-radius: 0px; }
  .box i {
    float: right;
    padding: 4px 10px;
    opacity: .8; }
    .box i:hover {
      cursor: pointer;
      opacity: 1; }
  .box.box-orange h3 {
    background-color: #f03d00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f03d00), to(#a82b00));
    background-image: -webkit-linear-gradient(top, #f03d00, #a82b00);
    background-image: -moz-linear-gradient(top, #f03d00, #a82b00);
    background-image: -ms-linear-gradient(top, #f03d00, #a82b00);
    background-image: -o-linear-gradient(top, #f03d00, #a82b00);
    background-image: linear-gradient(top, #f03d00, #a82b00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#f03d00', end-colourStr='#a82b00'); }
  .box.box-blue h3 {
    background-color: #0068a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0068a0), to(#004164));
    background-image: -webkit-linear-gradient(top, #0068a0, #004164);
    background-image: -moz-linear-gradient(top, #0068a0, #004164);
    background-image: -ms-linear-gradient(top, #0068a0, #004164);
    background-image: -o-linear-gradient(top, #0068a0, #004164);
    background-image: linear-gradient(top, #0068a0, #004164);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#0068a0', end-colourStr='#004164'); }
  .box.box-grey h3 {
    background-color: #7b7b7b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7b7b), to(#C0C0C0));
    background-image: -webkit-linear-gradient(top, #7b7b7b, #C0C0C0);
    background-image: -moz-linear-gradient(top, #7b7b7b, #C0C0C0);
    background-image: -ms-linear-gradient(top, #7b7b7b, #C0C0C0);
    background-image: -o-linear-gradient(top, #7b7b7b, #C0C0C0);
    background-image: linear-gradient(top, #7b7b7b, #C0C0C0);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#7b7b7b', end-colourStr='#C0C0C0'); }
  .box .box-content {
    padding: 10px;
    overflow: auto; }
    .box .box-content img {
      width: 100%; }
    .box .box-content.yellow {
      background: #ffff9a; }

strong,
.bold {
  font-weight: bold; }

.italic {
  font-style: oblique; }

.red {
  color: #ec1c24; }

.orange {
  color: #f03d00; }

.green {
  color: green; }

.gray {
  color: #8a8683; }

a.link {
  color: #1b6c87; }
  a.link:hover {
    color: #175168;
    cursor: pointer; }

a.link-line, button.link-line {
  color: #1b6c87;
  text-decoration: underline; }
  a.link-line:hover, a.link-line:focus, button.link-line:hover, button.link-line:focus {
    color: #175168;
    cursor: pointer;
    border: 3px solid #94bff9;
    border-radius: 10px;
    text-decoration: none;
    outline: none !important; }

button.link-line {
  font-size: 13px;
  padding-right: 6px;
  background: none;
  border: 0; }

table.table {
  border: 1px solid #ccc;
  width: 100%; }
  table.table td,
  table.table th {
    padding: 5px; }
  table.table th {
    border-bottom: 1px solid #ccc;
    text-align: right; }

ul.infolist {
  margin-left: 20px; }

ul.infolist li {
  list-style: none;
  list-style-image: url("img/information_icon.png");
  margin-top: 7px; }

ul.infolist li:first-child {
  margin-top: 0; }

table.account-summary {
  color: #595959;
  border-collapse: collapse;
  width: 100%; }

table.account-summary h4 {
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  font-size: 1em; }

table.account-summary tr {
  text-align: left; }

table.account-summary th {
  text-align: left;
  color: #595959 !important; }

table.account-summary td {
  padding: 3px 2px 3px 3px; }

table.account-summary th.line {
  padding: 4px 2px 4px 4px;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA; }

.background-grey {
  background-color: #CACACA; }

.left-border {
  border-left: 1px solid #CACACA; }

.right-border {
  border-right: 1px solid #CACACA; }

.bottom-border {
  border-bottom: 1px solid #CACACA; }

.information-icon-small {
  background: url("img/information_icon.png") no-repeat scroll 0 1px #FFFFFF;
  display: block;
  float: left;
  height: 14px;
  padding-left: 4px;
  width: 13px; }

.information-icon-bullet:before {
  content: ' \25CF';
  font-size: 14px;
  color: #0A5580; }

ul.list {
  margin-left: 20px; }
  ul.list li {
    list-style: disc;
    margin-top: 7px; }
    ul.list li:first-child {
      margin-top: 0; }

ol.list {
  margin-left: 20px; }
  ol.list li {
    list-style: decimal;
    margin-top: 7px; }
    ol.list li:first-child {
      margin-top: 0; }

.button {
  display: inline-block;
  text-align: center;
  background-color: #004164;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004164), to(#0068a0));
  background-image: -webkit-linear-gradient(top, #004164, #0068a0);
  background-image: -moz-linear-gradient(top, #004164, #0068a0);
  background-image: -ms-linear-gradient(top, #004164, #0068a0);
  background-image: -o-linear-gradient(top, #004164, #0068a0);
  background-image: linear-gradient(top, #004164, #0068a0);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#004164', end-colourStr='#0068a0');
  font-weight: bold;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 10px;
  color: white !important;
  min-width: 50px;
  max-width: 400px; }
  .button i {
    margin-left: 5px; }
  .button:hover {
    background: #0068a0;
    cursor: pointer;
    color: white !important; }
  .button.disabled, .button.disabled:hover {
    background: #004164;
    opacity: .4;
    cursor: default; }
  .button.gray {
    background: #999; }
    .button.gray:hover {
      background: #aaa; }
  .button.red {
    background: indianred; }
    .button.red:hover {
      background: crimson; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0; }

.page-box {
  border: 1px solid #cacaca; }
  .page-box .page-heading {
    padding: 6px 10px;
    background: url("img/portletTitleBar-blue.jpg"); }
    .page-box .page-heading h1 {
      font-size: 1.1em;
      padding: 0;
      margin: 0;
      color: #fff;
      font-weight: bold;
      line-height: 1em; }
  .page-box .page-content {
    margin: 0;
    padding: 10px 20px;
    min-height: 200px; }
  .page-box .section-heading {
    font-size: 1.2em;
    font-weight: bold; }
  .page-box .page-section {
    margin: 10px 0; }
  .page-box .section-content {
    border: 1px solid #cacaca;
    margin: 10px 0;
    padding: 10px 0 0 0; }

.data-loader {
  text-align: center;
  margin: 0px auto;
  color: lightslategrey; }

footer.page-footer {
  color: #555555;
  margin: 30px 0 5px b;
    margin-font-size: 13px;
    margin-font-weight: bold; }
  footer.page-footer > div {
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    position: relative; }
    footer.page-footer > div.first {
      vertical-align: top;
      margin-top: 7px;
      padding: 0 40px 0 0;
      vertical-align: top;
      margin-top: 7px; }
      footer.page-footer > div.first:after {
        display: block;
        content: "";
        position: absolute;
        background: url("img/phone.gif") no-repeat;
        right: 0;
        height: 22px;
        top: -6px;
        width: 26px; }
    footer.page-footer > div:not(.no-divider):after {
      display: block;
      content: "";
      height: 18px;
      width: 2px;
      background: #808080;
      position: absolute;
      right: 0px;
      top: 6px; }

.visible-label {
  float: left;
  width: 40%;
  font-size: 16px !important;
  padding: 15px 0px; }

.widget-btn {
  border: 0;
  background: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-left: 10px; }

.flex-display {
  display: flex; }

button.menuitem {
  color: #1b6c87 !important;
  background-color: #FFFFFF !important;
  outline: 0;
  text-decoration: none;
  border: none; }

button.menuitem:hover {
  color: #FFFFFF !important;
  background-color: #757575 !important; }

.btn-primary:hover, .btn-primary:focus {
  border: 2px solid #a9a9a9 !important; }

.language-dropdown {
  display: inline-block;
  padding: 3px;
  border: solid #3a3a3a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 250%;
  top: 40%;
  z-index: 2; }

html, body {
  font-family: Arial, Helvetica, sans-serif;
  background: #004164;
  color: #424242;
  line-height: 140%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  margin: 0 auto;
  min-width: 320px;
  overflow-x: hidden; }
  body.noscroll {
    overflow-y: hidden; }

.main-content-signin, #enroll-breadcrumb {
  background: white;
  overflow: auto; }

.main-content-signin {
  padding-bottom: 45px; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.fa-stack {
  margin-top: -5px; }

section {
  margin-top: 60px; }
  section:first-child {
    margin-top: 40px; }

.container-signin {
  padding: 0 15px;
  margin: 0 auto;
  width: 100% !important; }

@media (min-width: 768px) {
  .container-signin {
    width: 750px !important; } }

@media (min-width: 992px) {
  .container-signin {
    width: 970px !important; } }

@media (min-width: 1200px) {
  .container-signin {
    width: 1170px !important; } }

[class*='column-'] {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px; }

@media only screen and (min-width: 30em) {
  [class*='column-'] {
    padding: 1em; }
  .column-1 {
    width: 8.3333333333%; }
  .column-2 {
    width: 16.6666666667%; }
  .column-3 {
    width: 25%; }
  .column-4 {
    width: 33.3333333333%; }
  .column-5 {
    width: 41.6666666667%; }
  .column-6 {
    width: 50%; }
  .column-7 {
    width: 58.3333333333%; }
  .column-8 {
    width: 66.6666666667%; }
  .column-9 {
    width: 75%; }
  .column-10 {
    width: 83.3333333333%; }
  .column-11 {
    width: 91.6666666667%; }
  .column-12 {
    width: 100%; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

ul.list li {
  list-style-type: disc; }

.small {
  font-size: 80% !important; }

.super-small {
  font-size: 50% !important; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.align-left {
  text-align: left !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix {
  overflow: auto;
  clear: both; }

.margin-top {
  margin-top: 40px; }

.margin-bottom {
  margin-bottom: 40px; }

/* TYPE */
h1 {
  font: 45px/50px Arial, Helvetica, sans-serif;
  color: #004164;
  margin: 0 0 14px; }

h2 {
  font: 37px/43px Arial, Helvetica, sans-serif;
  color: #004164;
  margin: 0 0 14px; }

h3 {
  font: 30px/35px Arial, Helvetica, sans-serif;
  color: #004164;
  margin: 0 0 14px; }

h4 {
  font: 22px/26px Arial, Helvetica, sans-serif;
  color: #004164;
  margin: 0 0 14px; }

.subhead {
  font: 20px/29px Arial, Helvetica, sans-serif; }

strong {
  font-weight: bold; }

.red {
  color: #ec1c24; }

.orange {
  color: #f03d00; }

.gray {
  color: #8a8683; }

a.link {
  color: #1b6c87; }
  a.link:hover {
    color: #175168;
    cursor: pointer; }
  a.link.red {
    color: indianred; }
    a.link.red:hover {
      color: crimson; }

a.link-blue {
  color: #1b6c87;
  font-weight: bold; }
  a.link-blue:hover {
    color: #175168;
    cursor: pointer; }

a.signin-link {
  color: #1b6c87; }
  a.signin-link:hover {
    color: #175168;
    cursor: pointer; }

.signin-button {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background: #0071EB;
  font-weight: normal;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10pt 20pt;
  color: white !important;
  min-width: 180px;
  max-width: 400px; }
  .signin-button.small {
    padding: 5pt 10pt;
    min-width: 100px; }
  .signin-button:focus {
    border: 3px solid #0071EB;
    border-radius: 0px;
    text-decoration: none;
    outline: none !important;
    border-width: 1px;
    border-style: solid; }
  .signin-button:hover {
    background: #0069d9;
    border: 1px solid #0062cc !important;
    cursor: pointer;
    color: white !important; }
  .signin-button.disabled {
    background: #ccc;
    cursor: default; }
  .signin-button.gray {
    background: #999; }
    .signin-button.gray:hover {
      background: #aaa; }
  .signin-button.red {
    background: indianred; }
    .signin-button.red:hover {
      background: crimson; }
  .signin-button.blue {
    background: #1b6c87; }
    .signin-button.blue:hover {
      background: #175168; }
  .signin-button.dark-blue {
    background: transparent !important;
    color: #0071EB !important;
    border: 1px solid #0071EB !important; }
  .signin-button.outline {
    background: white;
    color: #f03d00 !important;
    border: 2px solid #f03d00; }
    .signin-button.outline:hover {
      color: #fc7243 !important;
      border-color: #fc7243;
      cursor: pointer;
      background: white; }
    .signin-button.outline.disabled {
      color: #ccc !important;
      border-color: #ccc;
      cursor: default; }
    .signin-button.outline.gray {
      color: #999 !important;
      border-color: #999; }
      .signin-button.outline.gray:hover {
        color: #aaa !important;
        background: #aaa; }
    .signin-button.outline.red {
      color: indianred !important;
      border-color: indianred; }
      .signin-button.outline.red:hover {
        color: crimson !important;
        border-color: crimson; }
    .signin-button.outline.blue {
      border-color: #1b6c87;
      color: #1b6c87 !important; }
      .signin-button.outline.blue:hover {
        border-color: #175168;
        color: #175168 !important; }
    .signin-button.outline.dark-blue {
      border-color: #004164;
      color: #004164 !important; }
      .signin-button.outline.dark-blue:hover {
        border-color: #00567c;
        color: #00567c !important; }
  .signin-button.icon {
    min-width: 36px;
    padding: 6pt;
    margin: 5px;
    background: none; }
    .signin-button.icon:hover {
      background: #eee !important; }
    .signin-button.icon.blue {
      color: #1b6c87 !important; }
    .signin-button.icon.red {
      color: indianred !important; }
    .signin-button.icon.gray {
      color: #999 !important; }
    .signin-button.icon.green {
      color: #43B02A !important; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0; }

.section-box {
  margin: 0 0 20px 0;
  padding: 5px 20px;
  border: 1px solid #cccccc;
  border-radius: 10px; }

.btn-info {
  background-color: #007DB3 !important;
  border-color: #006F9E !important; }

.btn-danger {
  background-color: #D4403A !important;
  border-color: #B42C27 !important; }

.btn-success {
  background-color: #3C8637 !important;
  border-color: #377B37 !important; }

.uib-month .btn-info span.text-info, .uib-month .btn-info span.text-info {
  color: #fff !important; }

#signin-header {
  background: white;
  position: relative; }
  #signin-header nav {
    height: 80px;
    max-width: 976px;
    margin: 0 auto;
    padding: 0 !important; }
    #signin-header nav.container {
      min-width: 0 !important; }
    #signin-header nav #main-menu {
      float: right;
      margin-right: 10px; }
      #signin-header nav #main-menu li {
        display: block;
        float: left; }
        #signin-header nav #main-menu li a {
          display: block;
          font: 15px/15px Arial, Helvetica, sans-serif;
          height: 15px;
          -moz-transition: color 300ms;
          -o-transition: color 300ms;
          -webkit-transition: color 300ms;
          transition: color 300ms;
          color: #004165;
          padding: 23px 11px 32px 11px;
          border-left: 1px solid #FFF;
          border-right: 1px solid #FFF;
          border-top: 4px solid white; }
          #signin-header nav #main-menu li a:hover {
            color: #1b6c87;
            cursor: pointer; }
          #signin-header nav #main-menu li a.current, #signin-header nav #main-menu li a.current:hover {
            border-top-color: #f03d00;
            color: #f03d00;
            cursor: default; }

footer {
  color: #ffffff;
  clear: both;
  background: #004164;
  padding-bottom: 10px; }
  footer .footer-top .container {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0;
    overflow: auto; }
    footer .footer-top .container .footer-menu {
      overflow: auto;
      float: left; }
      footer .footer-top .container .footer-menu li {
        float: left;
        display: block; }
        footer .footer-top .container .footer-menu li a {
          display: block;
          color: #ffffff;
          font: 15px/15px Arial, Helvetica, sans-serif;
          padding: 23px 15px 18px 15px; }
          footer .footer-top .container .footer-menu li a:focus {
            color: white;
            opacity: 1;
            border: 3px solid white;
            border-radius: 10px;
            text-decoration: none;
            outline: none !important; }
  footer .footer-bottom {
    padding-top: 36px; }
    footer .footer-bottom .copyright p {
      font: 11px/11px Arial,Helvetica,sans-serif;
      margin-bottom: 20px; }
      footer .footer-bottom .copyright p:first-child {
        margin-bottom: 10px; }

.custom-header {
  background: #004164 !important;
  padding-top: 15px;
  color: white; }
  .custom-header .welcome-info .popover-content {
    color: #000000; }
  .custom-header #left-container {
    overflow: auto;
    width: 77%;
    height: 80px;
    float: left;
    text-align: left; }
  .custom-header #left-image {
    max-width: 100%;
    max-height: 65px; }
  .custom-header #right-container {
    width: 23%;
    float: right;
    text-align: right; }
  .custom-header #right-image {
    max-width: 100%; }
  .custom-header #header-top {
    margin-bottom: 5px; }
    .custom-header #header-top .float-right a {
      color: white;
      opacity: .85;
      cursor: pointer; }
      .custom-header #header-top .float-right a:hover, .custom-header #header-top .float-right a:focus {
        opacity: 1;
        border: 3px solid white;
        border-radius: 10px;
        text-decoration: none;
        outline: none !important; }
    .custom-header #header-top .float-right span {
      margin: 0 10px; }
  .custom-header #header-banner {
    background: white;
    padding: 10px;
    height: 80px; }
  .custom-header #nav {
    margin: 10px auto;
    height: 25px;
    padding-bottom: 40px; }

#enroll-breadcrumb {
  box-sizing: content-box;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 1003;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); }
  #enroll-breadcrumb .breadcrumb-inner.container {
    min-width: 0 !important; }
  #enroll-breadcrumb .breadcrumb-inner ul {
    display: block; }
  #enroll-breadcrumb .breadcrumb-inner .current, #enroll-breadcrumb .breadcrumb-inner .current:hover {
    color: #f03d00; }
  #enroll-breadcrumb .breadcrumb-inner li {
    display: inline-block; }
    #enroll-breadcrumb .breadcrumb-inner li a, #enroll-breadcrumb .breadcrumb-inner li a:hover {
      background: url("../manage/img/arrow.svg") no-repeat right center;
      height: 44px;
      color: #424242;
      cursor: default;
      display: inline-block;
      padding-right: 30px;
      padding-left: 20px;
      font: 14px/44px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif; }
      #enroll-breadcrumb .breadcrumb-inner li a.link, #enroll-breadcrumb .breadcrumb-inner li a:hover.link {
        color: #1b6c87; }
        #enroll-breadcrumb .breadcrumb-inner li a.link:hover, #enroll-breadcrumb .breadcrumb-inner li a:hover.link:hover {
          color: #175168;
          cursor: pointer; }
    #enroll-breadcrumb .breadcrumb-inner li:last-child a {
      background: none; }
    #enroll-breadcrumb .breadcrumb-inner li:first-child a {
      padding-left: 0; }
  #enroll-breadcrumb .breadcrumb-inner hr {
    border: 0;
    height: 1px;
    margin: 0 -30px !important;
    background-image: linear-gradient(to right, transparent, #ddd, #ddd, #ddd, #ddd, #ddd, transparent); }
  #enroll-breadcrumb .breadcrumb-inner #sub-breadcrumb {
    padding: 0 10px;
    margin: 0 -10px;
    font: 14px/44px "SimpleSansMedium", Arial, sans-serif, Arial, sans-serif; }
    #enroll-breadcrumb .breadcrumb-inner #sub-breadcrumb .gray {
      color: #aaa !important; }
    #enroll-breadcrumb .breadcrumb-inner #sub-breadcrumb i {
      margin: 0 10px; }
  #enroll-breadcrumb.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 1004; }
  #enroll-breadcrumb .breadcrumb-mobile {
    display: none; }

#mobile-menu-toggle {
  display: none; }

@media (max-width: 800px) {
  #logo {
    margin-left: 15px; } }

/*! ================================================
* Fancyfy Fields: fancyfy-fields.scss v1.0.0
* =============================================== */
/* variables */
/* calculated from variables */
.fancy-field {
  display: block;
  overflow: auto;
  z-index: 1;
  height: 50px;
  background: white;
  border: 2px solid #ccc;
  overflow: hidden;
  box-sizing: border-box; }

.fancy-field.focused {
  border-color: #1b6c87; }

.fancy-field.required::before {
  content: "*";
  color: crimson;
  float: right;
  font-weight: bold;
  margin-bottom: -25px;
  font-size: 20pt; }

.fancy-field span {
  display: block;
  position: relative;
  z-index: -1;
  height: 50px;
  margin: 0 0 0 10px;
  color: #aaa;
  font-size: 15px;
  line-height: 50px; }

.fancy-field.active {
  padding-top: 7px; }

.fancy-field.active.required::before {
  margin-top: -7px; }

.fancy-field.active span {
  font-family: "SimpleSansMedium", Arial, sans-serif;
  position: static;
  font-size: 13px;
  height: 17px;
  line-height: 17px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.fancy-field input, .fancy-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  box-sizing: border-box;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 1;
  background: none;
  width: 100%;
  line-height: 17px !important;
  height: 50px;
  font-size: 15px;
  padding: 0 10px;
  margin-top: -50px; }

.fancy-field input:focus, .fancy-field select:focus {
  outline: none !important;
  border: none !important; }

.fancy-field input:-moz-focusring, .fancy-field select:-moz-focusring {
  /* remove firefox dotted border thing */
  color: transparent;
  text-shadow: 0 0 0 #000; }

.fancy-field input.hasvalue, .fancy-field select.hasvalue {
  margin-top: 0;
  height: 18px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.fancy-field input[type=number]::-webkit-inner-spin-button,
.fancy-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.fancy-field select {
  opacity: .45; }

.fancy-field select.hasvalue {
  opacity: 1;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.fancy-field.error {
  border-color: #dc3545;
  color: #dc3545; }

.input-mask-toggle {
  color: #aaa;
  float: right;
  margin-top: -46px;
  margin-right: 4px;
  padding: 10px 13px; }

.input-mask-toggle:hover {
  color: #888;
  cursor: pointer; }

.input-mask-toggle.unmasked {
  color: #cd343f; }

.input-mask-toggle.unmasked:hover {
  color: #cd0a0a; }

form {
  max-width: 400px; }
  form.userPref-form {
    max-width: 500px;
    margin: 0 auto; }

.form-error-detail {
  color: #f03d00;
  font-size: 13px;
  margin-bottom: 8px; }

.form-element {
  clear: both;
  overflow: auto;
  margin-bottom: 8px; }
  .form-element a:hover {
    cursor: pointer; }
  .form-element a:focus {
    border: 3px solid #94bff9;
    border-radius: 2px;
    text-decoration: none;
    outline: none !important; }

textarea.fancy-field-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  box-sizing: border-box;
  outline: none !important;
  box-shadow: none !important;
  z-index: 1;
  background: none;
  width: 100%;
  font-size: 15px;
  border: 2px solid #ccc;
  padding: 10px;
  resize: none !important; }

textarea.fancy-field-textarea:focus {
  border-color: #1b6c87; }

.location-equipment {
  border: 2px solid #ddd;
  background: #f6f6f6; }

.location-details .location-label {
  margin: 0;
  padding: 15px 15px 0; }

.custom-input {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 25px; }

.custom-input input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-input input:checked ~ .custom-input-anchor {
  background: #1e90ff;
  border-color: #1e90ff; }

.custom-input input:disabled ~ .custom-input-anchor {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.custom-input input:checked ~ .custom-input-anchor:after {
  display: block; }

.custom-input .custom-input-anchor {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: white;
  border: 2px solid #ccc;
  border-radius: 3px; }

.custom-input .custom-input-anchor:after {
  content: '';
  position: absolute;
  display: none; }

.custom-input-radiocheckbox .custom-input-anchor:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.custom-input-radiocheckbox input:disabled ~ .custom-input-anchor:after {
  border-color: #7b7b7b; }

/* DROPDOWN NAVIGATION */
/* LEVEL 1 */
ul.header-menu {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1001; }

ul.header-menu li {
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: bolder;
  float: left; }

ul.header-menu li a {
  display: block;
  text-decoration: none;
  z-index: 1004;
  display: block;
  padding: 4px 8px;
  color: rgba(255, 255, 255, 0.8); }
  ul.header-menu li a:focus {
    color: white;
    border: 3px solid white;
    border-radius: 10px;
    text-decoration: none;
    outline: none !important; }

ul.header-menu li a:hover {
  color: white;
  cursor: pointer;
  position: relative; }

ul.header-menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  /*margin-top: 11px;    Ask Judit why hover makes drop-down disappear*/ }

ul.header-menu li:hover ul.sub-menu {
  display: block;
  /* Display the dropdown */ }

ul.header-menu li ul.sub-menu li {
  display: block;
  font-weight: normal;
  background: rgba(0, 65, 101, 0.85);
  float: none;
  font-weight: bold; }
  ul.header-menu li ul.sub-menu li:first-child {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  ul.header-menu li ul.sub-menu li:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  ul.header-menu li ul.sub-menu li:only-child {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
  ul.header-menu li ul.sub-menu li a {
    border-right: none;
    display: inline-block;
    padding: 8px;
    width: max-content;
    min-width: 200px; }
  ul.header-menu li ul.sub-menu li:hover, ul.header-menu li ul.sub-menu li.hover {
    background: rgba(210, 210, 210, 0.85); }
    ul.header-menu li ul.sub-menu li:hover a, ul.header-menu li ul.sub-menu li.hover a {
      color: #004165; }

.header-navbar {
  margin-bottom: 0; }
  .header-navbar .navbar-collapse {
    padding-left: 0; }
  .header-navbar .navbar-collapse.collapse {
    display: block !important; }
  .header-navbar .navbar-nav > li, .header-navbar .navbar-nav {
    float: left !important; }
  .header-navbar .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important; }
  .header-navbar .navbar-right {
    float: right !important; }
  .header-navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 65, 101, 0.85); }
  @media (max-width: 768px) {
    .header-navbar .navbar-collapse {
      padding-left: 15px; } }
  .header-navbar ul li {
    font-weight: bolder; }
    .header-navbar ul li.open > a, .header-navbar ul li.open > a:hover, .header-navbar ul li.open > a:focus {
      background-color: inherit; }
    .header-navbar ul li.active a {
      color: white; }
    .header-navbar ul li a {
      color: rgba(255, 255, 255, 0.8);
      background-color: inherit;
      text-decoration: none;
      padding: 4px 8px;
      font-size: 15px; }
      .header-navbar ul li a:focus {
        border: 3px solid white;
        border-radius: 10px;
        text-decoration: none;
        outline: none !important; }
      .header-navbar ul li a:hover, .header-navbar ul li a:focus {
        color: white;
        background-color: inherit; }
  .header-navbar ul .dropdown-menu {
    background-color: rgba(0, 65, 101, 0.85);
    padding-top: 0;
    padding-bottom: 0; }
    .header-navbar ul .dropdown-menu li:first-child {
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
    .header-navbar ul .dropdown-menu li:last-child {
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      -ms-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px; }
    .header-navbar ul .dropdown-menu li:only-child {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px; }
    .header-navbar ul .dropdown-menu li a {
      background-color: inherit;
      color: rgba(255, 255, 255, 0.8);
      padding: 8px;
      font-weight: bold; }
      .header-navbar ul .dropdown-menu li a:focus, .header-navbar ul .dropdown-menu li a:hover {
        border: none;
        border-radius: 0;
        color: #004165;
        background-color: rgba(210, 210, 210, 0.85); }

/*landing*/
#landing .landing-button {
  display: block;
  width: 250px;
  text-align: center;
  background-color: #004164;
  border: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 10px;
  color: white !important;
  min-width: 50px;
  max-width: 400px; }
  #landing .landing-button:hover {
    color: red !important; }

#landing .landing-enroll {
  display: block;
  width: 150px;
  text-align: center;
  background: #f03d00;
  border: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 10px;
  color: white !important; }
  #landing .landing-enroll:hover {
    color: dimgray !important; }

/* hero */
#branding-signin {
  overflow: auto;
  float: left;
  padding: 0 20px; }
  #branding-signin div {
    float: left;
    padding: 20px 20px 20px 0; }
    #branding-signin div p {
      color: #124967;
      font-size: .8em;
      font-style: italic; }
      #branding-signin div p.big {
        font-size: 1.5em;
        font-style: normal; }

#hero-image {
  height: 210px;
  width: 100%;
  background: url(./img/img_login.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.main-content-signin form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }

.main-content-signin .signin {
  display: block;
  height: 50px;
  background: white;
  border: 2px solid #ccc;
  box-sizing: border-box;
  font-size: 15px;
  padding: 0 10px;
  color: #424242;
  width: 100%;
  max-width: 320px;
  margin: 20px auto; }
  .main-content-signin .signin:focus {
    border-color: #1b6c87; }

/* Absolute Center Spinner */
#overlay {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none; }

/* Transparent Overlay */
#overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
#overlay:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

#overlay:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/*form*/
form {
  margin: 10px 0;
  width: 100%; }
  form .form-element {
    margin-bottom: 5px; }
    form .form-element.horizontal label, form .form-element.horizontal input, form .form-element.horizontal select {
      display: inline-block; }
    form .form-element.horizontal label {
      min-width: 60px; }
    form .form-element.vertical label, form .form-element.vertical input, form .form-element.vertical select {
      display: block;
      width: 100%;
      max-width: 300px; }
    form .form-element input, form .form-element select {
      -webkit-appearance: none;
      -moz-appearance: none;
      box-sizing: border-box;
      outline: none !important;
      border: 2px solid #ccc;
      box-shadow: none !important;
      z-index: 1;
      padding: 3px;
      background: none; }
      form .form-element input:focus, form .form-element select:focus {
        outline: none !important;
        border: 2px solid #1b6c87; }
      form .form-element input:-moz-focusring, form .form-element select:-moz-focusring {
        /* remove firefox dotted border thing */
        color: transparent;
        text-shadow: 0 0 0 #000; }
      form .form-element input.disabled, form .form-element input.disabled:focus, form .form-element select.disabled, form .form-element select.disabled:focus {
        background-color: #eee;
        color: #666; }
    form .form-element input[type=number]::-webkit-inner-spin-button,
    form .form-element input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
  form .error-signin input, form .error-signin select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    outline: none !important;
    border: 2px solid red !important;
    box-shadow: none !important;
    z-index: 1;
    padding: 3px;
    background: none; }
    form .error-signin input:focus, form .error-signin select:focus {
      outline: none !important;
      border: 2px solid red; }
  form .auth-error {
    color: red;
    max-width: 340px;
    font-size: 14px;
    margin: -15px 0 20px 0; }
  form .auth-info {
    font-size: 14px;
    margin: -10px 0 20px 0;
    max-width: 250px;
    text-align: left; }
    form .auth-info li {
      list-style-type: disc; }
    form .auth-info ul {
      margin-left: 1.25em; }

/*end form*/
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.cps-tabs {
  display: inline-block;
  margin-bottom: 0px; }

.cps-tab-active {
  width: 100px;
  padding-left: 10px;
  background: #ECF6FF;
  border: 1px solid #aaa;
  float: left;
  cursor: pointer; }

#cps-tab-sales:focus, #cps-tab-expenses:focus {
  background: #efefef; }

.cps-tab-inactive, .cps-tab-inactive:focus {
  width: 100px;
  padding-left: 10px;
  background: white;
  border: 1px solid #aaa;
  float: left;
  cursor: pointer; }

.outline-on-focus:focus {
  outline: 1.5px dotted #1D7AB8 !important; }

button:focus, select:focus, input:focus, table:focus {
  outline: 1.5px dotted #1D7AB8 !important;
  box-shadow: none !important; }

.cps-tab-noborder {
  width: 100px;
  padding-left: 10px;
  border: none;
  float: left; }

.cps-tab-noborder-small {
  width: 20px;
  padding-left: 10px;
  border: none;
  float: left; }

.cps-tab-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #004164;
  font-size: 12px; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.cps-error-hide {
  color: red;
  visibility: hidden; }

.cps-error-show {
  color: red;
  visibility: visible; }

.box-content input.form-control {
  font-size: 12px; }

::-webkit-input-placeholder, select::-webkit-input-placeholder {
  /* Edge */
  color: #757575; }

::-moz-placeholder, select::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575; }

:-ms-input-placeholder, select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757575; }

::placeholder, select::placeholder {
  color: #757575; }

.googleBarChartData {
  position: relative;
  margin: -30px auto 15px; }
  .googleBarChartData table {
    width: 90%;
    margin: 0 auto; }
    .googleBarChartData table tr td {
      padding: 5px 0 0 20px;
      position: relative; }
      .googleBarChartData table tr td span.legendColor {
        position: absolute;
        top: 9px;
        left: 0;
        width: 18px;
        height: 11px; }

.uib-datepicker-popup .btn.disabled, .uib-datepicker-popup .btn[disabled], .uib-datepicker-popup .btn.disabled:hover, .uib-datepicker-popup .btn[disabled]:hover {
  background-color: #eeeeee; }

.uib-datepicker-popup .text-info {
  font-weight: bold; }

#statement {
  font-family: "BTWebFont", Arial, sans-serif; }
  #statement .statement-header {
    color: #000;
    padding: 10px 0;
    display: inline-block;
    width: 100%; }
  #statement input:hover, #statement input:focus, #statement select:hover, #statement select:focus {
    background-color: #fafafa;
    border-color: #8c8c8c; }
  #statement .error {
    color: red; }
  #statement footer {
    color: #000; }
  #statement .btn:not(.btn-primary) {
    color: #1b6c87; }
  #statement .modal {
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
    overflow: auto; }
  #statement .panel-body {
    padding: 10px 20px 20px; }
  #statement .alert {
    background: #eee;
    border: 1px solid #1b6c87;
    border-radius: 1px;
    font-size: 13px;
    margin: 1em 0;
    padding: 1.5em; }
    #statement .alert .fa {
      background: #eee;
      color: #1b6c87;
      margin-right: 0.25em; }
    #statement .alert.error {
      background-color: #ffdcdc;
      border-color: #f00;
      color: #f00; }
      #statement .alert.error .fa {
        background-color: #ffdcdc;
        color: #f00; }
  #statement a {
    outline: 0;
    color: #1b6c87;
    text-decoration: none; }
    #statement a:hover, #statement a:focus {
      color: #EBEBEB; }
    #statement a:visited {
      color: #1b6c87; }
  #statement ul.pagination a {
    color: #000000; }
    #statement ul.pagination a:hover, #statement ul.pagination a:focus {
      color: #FFFFFF; }
    #statement ul.pagination a:visited {
      color: #000000; }
  #statement ul.pagination :not(li.active) a:hover, #statement ul.pagination :not(li.active) a:focus {
    background-color: #757575; }
    #statement ul.pagination :not(li.active) a:hover span, #statement ul.pagination :not(li.active) a:focus span {
      color: #FFFFFF; }
  #statement ul.pagination li.active a:hover, #statement ul.pagination li.active a:focus {
    border: 1.5px dashed #FFFFFF; }
  #statement .section-box {
    margin: 0 0 20px 0;
    padding: 5px 20px;
    border: 1px solid #cccccc;
    border-radius: 10px; }
  #statement h1 {
    font-family: "BTWebFont", Arial, sans-serif;
    font-size: 2em;
    line-height: 1em;
    margin: 0;
    padding: 0; }
  #statement h2 {
    font-size: 1.25em;
    line-height: 1.65em;
    font-weight: normal; }
  #statement uib-accordion .panel-heading {
    padding: 0; }
  #statement uib-accordion .panel-open {
    background: #FFFFFF; }
    #statement uib-accordion .panel-open .panel-body {
      background-color: #FFFFFF;
      color: #000000; }
    #statement uib-accordion .panel-open a.accordion-toggle {
      background-color: #696969;
      color: #EBEBEB; }
  #statement uib-accordion .accordion-toggle {
    display: block;
    padding: 7px 10px; }
  #statement uib-accordion h4.panel-title {
    font-size: 1.25em; }
    #statement uib-accordion h4.panel-title > a:hover, #statement uib-accordion h4.panel-title > a:focus {
      background-color: #696969;
      color: #EBEBEB; }
  #statement uib-accordion .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
  #statement uib-accordion .panel-group {
    padding: 5px 0;
    margin: 0 0 10px 0; }
  #statement uib-accordion .accrdn-heading {
    margin-left: 5px; }
  #statement uib-accordion .panel .header-icon {
    font-size: 0.75em;
    vertical-align: top; }
  #statement uib-accordion .panel.panel-open .header-icon:before {
    content: "\e252"; }
  #statement uib-accordion .panel-default > .panel-heading {
    color: #333;
    background: none; }
  #statement .doc-list li {
    display: block;
    width: 150px;
    float: left; }
    #statement .doc-list li a {
      margin: 0 20px 0 0;
      border-bottom: 1px solid #d7d7d7;
      padding: 5px 5px 0;
      display: block;
      line-height: 31px; }
      #statement .doc-list li a:hover, #statement .doc-list li a:focus {
        background-color: #696969;
        color: #EBEBEB; }
    #statement .doc-list li .fa.fa-file-pdf-o {
      margin: 0 5px 0 0; }
  #statement .export.dropdown-menu {
    min-width: 86px; }
  #statement footer {
    color: #555555;
    margin: 30px 0 5px b;
      margin-font-size: 13px;
      margin-font-weight: bold; }
    #statement footer > div {
      font-size: 12px;
      padding: 0 10px;
      display: inline-block;
      position: relative; }
      #statement footer > div.first {
        vertical-align: top;
        margin-top: 7px;
        padding: 0 40px 0 0;
        vertical-align: top;
        margin-top: 7px; }
        #statement footer > div.first:after {
          display: block;
          content: "";
          position: absolute;
          background: url("./img/phone.gif") no-repeat;
          right: 0;
          height: 22px;
          top: -6px;
          width: 26px; }
      #statement footer > div:not(.no-divider):after {
        display: block;
        content: "";
        height: 18px;
        width: 2px;
        background: #808080;
        position: absolute;
        right: 0px;
        top: 6px; }
  #statement .modal-content {
    border: 1px solid #bbb;
    border-radius: 1px;
    padding: 10px 20px; }
    #statement .modal-content .btn-close {
      padding: 1px 5px; }
    #statement .modal-content .modal-header {
      background: none;
      color: #000;
      padding: 0 0 10px 0;
      border-bottom: 0px none; }
    #statement .modal-content h3 {
      color: #000;
      font-weight: bold;
      font-size: 130%; }
      #statement .modal-content h3.search-heading {
        margin-bottom: 5px; }
    #statement .modal-content h4 {
      padding: 6px 10px;
      font-size: 1.25em;
      font-weight: normal;
      background: #eee;
      display: inline-block; }
    #statement .modal-content .modal-body {
      background: #eee;
      color: #333;
      margin-bottom: 10px; }
      #statement .modal-content .modal-body form {
        margin: 0; }
        #statement .modal-content .modal-body form .form-heading {
          font-size: 1.5em;
          margin-bottom: 10px; }
        #statement .modal-content .modal-body form .form-sub-heading {
          font-size: 1.25em;
          font-weight: bold;
          margin: 0 0 10px 0; }
        #statement .modal-content .modal-body form label {
          font-weight: bold;
          display: block; }
        #statement .modal-content .modal-body form input,
        #statement .modal-content .modal-body form select {
          font-size: 1em;
          width: 100%;
          border-radius: 0px;
          margin: 3px 0 7px;
          border: 1px solid #e1e1e1;
          background: #ffffff;
          padding: 4px 6px; }
          #statement .modal-content .modal-body form input:focus,
          #statement .modal-content .modal-body form select:focus {
            background-color: #fafafa;
            border-color: #8c8c8c; }
  #statement .btn-panel {
    margin: 20px 0 0 0; }
    #statement .btn-panel.search-button-panel {
      margin-top: 10px; }
    #statement .btn-panel .btn {
      border: 1px solid #e1e1e1;
      padding: 4px 6px; }
  @media (min-width: 992px) {
    #statement .modal-lg {
      width: 100%; } }
  @media (min-width: 768px) {
    #statement .modal-dialog {
      width: 100%; } }
  #statement .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #statement .icon-pdf {
    background: url("./img/pdf_icon-sm.png") no-repeat 0 -3px;
    margin: 4px 5px 0 0;
    height: 28px;
    width: 21px;
    line-height: 32px;
    display: block;
    float: left;
    clear: right; }
  #statement .result-container {
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #e1e1e1; }
  @media (min-width: 768px) {
    #statement .modal-dialog {
      margin: 5px auto; } }
  #statement .ajax-loader {
    background: url(./img/ajax-loader.gif) no-repeat;
    height: 55px;
    width: 55px;
    margin: 20px auto; }
  #statement .highlight-table {
    width: 100%;
    margin: 5px 0 15px 0; }
    #statement .highlight-table th,
    #statement .highlight-table td {
      border: 1px solid #c5c5c5;
      vertical-align: middle;
      padding: 7px 10px; }
    #statement .highlight-table thead th {
      text-align: center;
      font-weight: bold;
      background-color: #eee; }
    #statement .highlight-table .total-highlighted {
      background-color: #eee; }
    #statement .highlight-table .currency-field {
      /* color: #00a9e0; */
      text-align: right; }
      #statement .highlight-table .currency-field.total {
        font-weight: bold; }
    #statement .highlight-table .no-border-right {
      border-right: 0 none; }
    #statement .highlight-table .no-border-left {
      border-left: 0 none; }
    #statement .highlight-table .show-details-cell {
      text-align: right;
      padding: 10px; }
    #statement .highlight-table .fa-info-circle {
      color: #1b6c87;
      font-size: 1em;
      cursor: pointer; }
    #statement .highlight-table .disabled {
      background-color: #f7f4f5 !important; }
  #statement .popover-content {
    padding: 5px 10px;
    font-family: "BTWebFont", Arial, sans-serif;
    font-size: 0.75em; }
  #statement .merchant-content {
    display: inline-block; }
  #statement .dropdown-menu.custom-dropdown {
    max-height: 150px;
    overflow-y: auto;
    right: 0;
    left: auto; }
  #statement .dropdown-menu.custom {
    display: block;
    font-size: 12px;
    width: 300px;
    right: 0;
    left: initial;
    padding: 15px 15px 0;
    background-color: #f5f3f3; }
    #statement .dropdown-menu.custom label {
      font-weight: bold; }
    #statement .dropdown-menu.custom .line-item {
      margin-bottom: 15px; }
    #statement .dropdown-menu.custom select {
      color: #1b6c87;
      padding: 5px;
      border-radius: 3px;
      border: 1px solid #d7d7d7;
      font-size: 12px;
      margin-top: 10px; }
      #statement .dropdown-menu.custom select.error-field {
        border-color: red;
        color: red; }
    #statement .dropdown-menu.custom .btn {
      font-size: 12px; }
  #statement #btn-append-to-single-button1.active {
    background-color: #f5f3f3; }
  #statement .printLoader {
    font-size: 1em; }
  #statement .link-button {
    color: #1b6c87;
    background: none;
    border: 0 none;
    padding: 0;
    margin: 0; }
    #statement .link-button:focus, #statement .link-button:hover {
      text-decoration: underline;
      color: #EBEBEB; }

.merchant-lookup-modal .modal-content {
  border: 1px solid #bbb;
  border-radius: 1px;
  padding: 10px 20px; }

.merchant-lookup-modal .btn-close {
  padding: 1px 5px; }

.merchant-lookup-modal .modal-header {
  background: none;
  color: #000;
  padding: 0 0 10px 0;
  border-bottom: 0px none; }

.merchant-lookup-modal h3 {
  color: #000;
  font-weight: bold;
  font-size: 130%; }
  .merchant-lookup-modal h3.search-heading {
    margin-bottom: 5px; }

.merchant-lookup-modal h4 {
  padding: 6px 10px;
  font-size: 1.25em;
  font-weight: normal;
  background: #eee;
  display: inline-block; }

.merchant-lookup-modal .modal-body {
  background: #eee;
  color: #333;
  margin-bottom: 10px; }
  .merchant-lookup-modal .modal-body form {
    margin: 0; }
    .merchant-lookup-modal .modal-body form .form-heading {
      font-size: 1.5em;
      margin-bottom: 10px; }
    .merchant-lookup-modal .modal-body form .form-sub-heading {
      font-size: 1.25em;
      font-weight: bold;
      margin: 0 0 10px 0; }
    .merchant-lookup-modal .modal-body form label {
      font-weight: bold;
      display: block; }
    .merchant-lookup-modal .modal-body form input,
    .merchant-lookup-modal .modal-body form select {
      font-size: 1em;
      width: 100%;
      border-radius: 0px;
      margin: 3px 0 7px;
      border: 1px solid #e1e1e1;
      background: #ffffff;
      padding: 4px 6px; }

.merchant-lookup-modal .searchResults {
  border: 0px;
  width: 100%;
  border-spacing: 0px;
  table-layout: auto;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1; }
  .merchant-lookup-modal .searchResults tbody tr:hover, .merchant-lookup-modal .searchResults tbody tr:focus {
    cursor: pointer; }
  .merchant-lookup-modal .searchResults tbody tr.selected {
    cursor: pointer; }
  .merchant-lookup-modal .searchResults th {
    font-weight: bold;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #eeeeee; }
  .merchant-lookup-modal .searchResults tr.selected td {
    background-color: #999;
    border-right: 1px solid #fff;
    color: #fff; }
  .merchant-lookup-modal .searchResults .result-list table tr td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background-color: #fff; }
  .merchant-lookup-modal .searchResults td,
  .merchant-lookup-modal .searchResults th {
    padding: 5px;
    border: 1px solid #e1e1e1;
    word-wrap: normal;
    text-align: left; }

.merchant-lookup-modal .btn-panel {
  margin: 20px 0 0 0; }
  .merchant-lookup-modal .btn-panel.search-button-panel {
    margin-top: 10px; }
  .merchant-lookup-modal .btn-panel .btn {
    border: 1px solid #e1e1e1;
    padding: 4px 6px; }

.merchant-lookup-modal .btn:not(.btn-primary) {
  color: #1b6c87; }

@media (min-width: 992px) {
  .merchant-lookup-modal .modal-lg {
    width: 100%; } }

@media (min-width: 768px) {
  .merchant-lookup-modal .modal-dialog {
    width: 100%; } }

.merchant-lookup-modal .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.merchant-lookup-modal .result-container {
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #e1e1e1; }

@media (min-width: 768px) {
  .merchant-lookup-modal .modal-dialog {
    margin: 5px auto; } }

.merchant-lookup-modal .modal-dialog {
  font-family: "BTWebFont", Arial, sans-serif; }

.merchant-lookup-modal .modal-content {
  padding: 10px 20px; }

.merchant-lookup-modal .alert {
  background: #eee;
  border: 1px solid #1b6c87;
  border-radius: 1px;
  font-size: 13px;
  margin: 1em 0;
  padding: 1.5em; }
  .merchant-lookup-modal .alert .fa {
    background: #eee;
    color: #1b6c87;
    margin-right: 0.25em; }
  .merchant-lookup-modal .alert.error {
    background-color: #ffdcdc;
    border-color: #f00;
    color: #f00; }
    .merchant-lookup-modal .alert.error .fa {
      background-color: #ffdcdc;
      color: #f00; }

#pagenav .disabled {
  color: #666 !important;
  cursor: not-allowed !important; }

#btn-append-to-single-button3:focus {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button3:focus a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button3:hover {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button3:hover a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button3:visited {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button3:visited a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button3:active {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button3:active a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button2:hover {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button2:hover a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button2:focus {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button2:focus a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button2:visited {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button2:visited a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button2:active {
  background-color: #757575 !important;
  color: #FFFFFF !important; }
  #btn-append-to-single-button2:active a {
    background-color: #757575 !important;
    color: #FFFFFF !important; }

#btn-append-to-single-button3, #btn-append-to-single-button2 {
  background-color: #FFFFFF !important;
  color: #1b6c87 !important; }
  #btn-append-to-single-button3 a, #btn-append-to-single-button2 a {
    background-color: #FFFFFF !important;
    color: #1b6c87 !important; }

#recap-dropdown-lists > li > a, #mlp-dropdown-lists > li > a, lookup-merchant {
  color: #1b6c87 !important;
  background-color: #FFFFFF !important; }

#recap-dropdown-lists > li > a:hover, #mlp-dropdown-lists > li > a:hover, lookup-merchant:hover {
  color: #FFFFFF !important;
  background-color: #757575 !important; }

#recap-dropdown-lists > li > a:focus, #mlp-dropdown-lists > li > a:focus, lookup-merchant:focus {
  color: #FFFFFF !important;
  background-color: #757575 !important; }

#recap-dropdown-lists > li > a:visited, #mlp-dropdown-lists > li > a:visited, lookup-merchant:visited {
  color: #FFFFFF !important;
  background-color: #757575 !important; }

#recap-dropdown-lists > li > a:active, #mlp-dropdown-lists > li > a:active, lookup-merchant:active {
  color: #FFFFFF !important;
  background-color: #757575 !important; }

#clovermini .cloverMiniConfirmFormHeader {
  font-weight: bold;
  font-color: #555;
  font-size: 1.1em; }

#clovermini .bt-marketing-div {
  font-family: "BTWebFont",Arial,sans-serif;
  color: #787F87;
  font-weight: lighter;
  font-size: 1.4em;
  padding: 20px; }

#clovermini .bt-marketing-page-top-section {
  width: 97.5%;
  border: 1px solid white; }

#clovermini .form-style-mini {
  max-width: 435px;
  padding: 2px 12px 0 20px; }

#clovermini .button-link-orange {
  padding: 10px 15px;
  background: #fb4f14;
  color: #FFF !important;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #d84412;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none !important; }

#clovermini .bt-marketing-page-top-section-left {
  width: 48%;
  float: left;
  border: 1px solid white;
  display: inline; }

#clovermini .bt-marketing-page-top-section-right {
  width: 51%;
  float: right;
  border: none;
  display: inline;
  padding-left: 25px; }

#clovermini .no-margin {
  margin: 0 !important; }

#clovermini .bt-marketing-page-bottom-section {
  width: 97.5%;
  padding: 10px 20px; }

#clovermini .font-normal {
  font-weight: lighter !important;
  font-size: 0.875em; }

#clovermini .font-normal {
  font-weight: lighter !important; }

#clovermini ul.marketing {
  margin-left: 1em; }

#clovermini .bt-mobile-page-top-section-left p a,
#clovermini ul.marketing li a {
  text-decoration: none; }

#clovermini .line-height-0 {
  line-height: 0; }

#clovermini .font-80-percent {
  font-size: 80% !important; }

#clovermini .font-120-percent {
  font-size: 120%; }

#clovermini .manage-header {
  margin: 40px 0 30px 0;
  font-size: 1.1em; }

#clovermini .font-weight-normal {
  font-weight: lighter !important; }

#clovermini .trade {
  font-size: 30px;
  vertical-align: text-top; }

#clovermini h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0; }

#clovermini h2 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 10px 0px 10px 0px;
  padding: 0px; }

#clovermini h2 {
  font-weight: bold; }

#clovermini h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold; }

#clovermini h4 {
  padding: 6px 10px;
  font-size: 1.25em;
  font-weight: normal;
  background: #eee;
  display: inline-block; }

#clovermini .bt-mobile-marketing-div p,
#clovermini .bt-marketing-div p {
  font-family: "BTWebFont",Arial,sans-serif;
  color: #787F87;
  font-weight: lighter;
  font-size: .85em;
  line-height: 125%; }

#clovermini p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

#clovermini h2 sup {
  font-size: 85%;
  vertical-align: sub; }

#clovermini ul.marketing li {
  font-size: .85em;
  line-height: 150%; }

#clovermini li {
  display: list-item important;
  text-align: -webkit-match-parent important; }

#clovermini .form-style-mini input[type=submit],
#clovermini .form-style-mini input[type=button] {
  border: none;
  padding: 8px 15px 8px 15px;
  background: #FF8500;
  color: #fff;
  box-shadow: 1px 1px 4px #DADADA;
  -moz-box-shadow: 1px 1px 4px #DADADA;
  -webkit-box-shadow: 1px 1px 4px #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

#clovermini .button-link-orange:hover,
#clovermini .button-link-orange:focus {
  text-decoration: underline !important; }

#clovermini .offscreenText {
  position: absolute;
  left: -999px;
  top: 0;
  font-size: 0; }

#clovermini .form-style-mini input.input-field,
#clovermini .form-style-mini .tel-number-field,
#clovermini .form-style-mini .textarea-field,
#clovermini .form-style-mini .select-field {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none; }

#clovermini .form-style-mini input.input-field,
#clovermini .select-field {
  width: 48%; }

#clovermini .form-style-mini label {
  display: block;
  margin: 0px 0px 18px 0px; }

#clovermini .form-style-mini label > span {
  width: 100px;
  float: left;
  padding-top: 8px;
  padding-right: 5px; }

#clovermini h3.font-style-h3 {
  font-size: .83em; }

#clovermini .alert {
  background: #eee;
  border: 1px solid #1b6c87;
  border-radius: 1px;
  font-size: 13px;
  margin: 1em 0;
  padding: 1.5em; }
  #clovermini .alert .fa {
    background: #eee;
    color: #1b6c87;
    margin-right: 0.25em; }
  #clovermini .alert.error {
    background-color: #ffdcdc;
    border-color: #f00;
    color: #f00; }
    #clovermini .alert.error .fa {
      background-color: #ffdcdc;
      color: #f00; }

.taxinfo-content {
  font-family: "SimpleSans", Arial, sans-serif;
  color: #424242;
  font-size: 14px;
  /*############# 720kb.datepicker override css #############*/
  /*############# Datepicker override css #############*/
  /*############# Datepicker override css #############*/
  /*##### Steps CSS #####*/
  /*.editTinStepHeader li::before, */
  /*.editTinStepHeader li::after, */
  /*.editTinStepHeader .current::before, */
  /*.editTinStepHeader .current::after, */
  /*##### Steps CSS #####*/
  /*Joy added*/
  /* end Joy added*/ }
  .taxinfo-content h1 {
    font-size: 30px;
    font-family: "SimpleSans", Arial, sans-serif; }
  .taxinfo-content a {
    color: #1b6c87 !important;
    text-decoration: none;
    outline: 0 !important; }
    .taxinfo-content a:visited {
      color: #1b6c87 !important; }
    .taxinfo-content a:hover {
      color: #008ebc !important; }
  .taxinfo-content .btn {
    color: #1b6c87; }
  .taxinfo-content .section-box {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 10px 0; }
  .taxinfo-content .merchant-content {
    float: right; }
  .taxinfo-content .home.dropdown {
    float: right;
    margin-bottom: 5px;
    padding-top: 5px; }
  .taxinfo-content ul.list-table-style {
    list-style: none;
    padding: 0;
    margin: 0; }
    .taxinfo-content ul.list-table-style li {
      padding: 5px 5px 0 0; }
  .taxinfo-content .nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .taxinfo-content .nav ul li {
      margin: 0;
      padding: 7px 7px 7px 0; }
      .taxinfo-content .nav ul li a {
        color: #1b6c87 !important; }
        .taxinfo-content .nav ul li a:visited {
          color: #1b6c87 !important; }
        .taxinfo-content .nav ul li a:hover {
          color: #008ebc !important; }
  .taxinfo-content .ui-button-icon-danger {
    background-image: url("./img/taxInfo/model/ui-icons_cd0a0a_256x240.png"); }
  .taxinfo-content input, .taxinfo-content select, .taxinfo-content textarea, .taxinfo-content .ui-widget input {
    font-size: 1em;
    border-radius: 0px;
    margin: 3px 5px 7px 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-family: "SimpleSans", Arial, sans-serif;
    padding: 7px 6px; }
  .taxinfo-content input[type=text], .taxinfo-content select, .taxinfo-content textarea {
    color: #333333; }
  .taxinfo-content #editTinBasics input[type=text] {
    width: 295px; }
  .taxinfo-content input[disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .taxinfo-content #editTinPopupWindowDialog input[type=radio] {
    margin: 4px 5px 4px 0; }
  .taxinfo-content ul.run-tax-report {
    list-style-type: none; }
    .taxinfo-content ul.run-tax-report li {
      padding: 6px 0 0 0; }
      .taxinfo-content ul.run-tax-report li a {
        font-size: .925em;
        line-height: 16px; }
  .taxinfo-content .advanced-tax p {
    margin-top: 10px; }
  .taxinfo-content .download-form {
    position: relative;
    min-height: 205px;
    min-height: 0px\9;
    /* IE 8 and below */ }
  .taxinfo-content .ui-widget {
    font-family: inherit; }
  .taxinfo-content .ui-icon {
    width: 16px;
    height: 12px;
    float: left;
    margin-right: .3em; }
  .taxinfo-content .ui-icon-alert {
    background-position: 0 -146px; }
  .taxinfo-content .ui-button-text-only .ui-button-text {
    padding: 0px; }
  .taxinfo-content .alert-dismissable .close, .taxinfo-content .alert-dismissible .close {
    top: 0px;
    right: 0px;
    font-size: 16px;
    font-weight: bold;
    opacity: 1; }
  .taxinfo-content .ui-state-message {
    border: 1px solid #1b6c87;
    background: #eeeeee;
    color: #333333;
    display: inline-block;
    width: 100%;
    padding: 10px 15px; }
    .taxinfo-content .ui-state-message .close, .taxinfo-content .ui-state-message .close:hover {
      color: #1b6c87 !important; }
    .taxinfo-content .ui-state-message ul {
      margin: 10px 0px 0px 17px;
      line-height: 1.3;
      list-style: none; }
  .taxinfo-content .ui-state-error {
    background: #fef1ec;
    margin: 10px 0px;
    padding: 10px 15px;
    border: 1px solid #cd0a0a; }
    .taxinfo-content .ui-state-error .close, .taxinfo-content .ui-state-error .close:hover {
      color: #cd0a0a !important; }
    .taxinfo-content .ui-state-error ul {
      margin: 10px 0px 0px 17px;
      line-height: 1.3;
      list-style: none; }
  .taxinfo-content .bullets {
    font-size: 8px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 4px; }
  .taxinfo-content .notice-text {
    color: #fe8603 !important; }
    .taxinfo-content .notice-text a {
      color: #fe8603 !important; }
  .taxinfo-content .msgIcon {
    width: 14px;
    height: 15px;
    float: left;
    margin: 0 5px 0 0; }
  .taxinfo-content .green-text {
    color: #1FCF03 !important; }
    .taxinfo-content .green-text a {
      color: #1FCF03 !important; }
  .taxinfo-content .border-bottom-1 {
    border-bottom: 1px solid #e1e1e1; }
  .taxinfo-content .tab-content {
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 15px; }
  .taxinfo-content .table-container {
    display: table;
    width: 100%;
    padding: 20px 8px 0px; }
    .taxinfo-content .table-container .table-row {
      display: table-row;
      background-color: #eeeeee;
      float: left;
      width: 100%;
      padding: 10px 10px 0; }
      .taxinfo-content .table-container .table-row .table-column {
        display: table-cell; }
      .taxinfo-content .table-container .table-row.collapse {
        display: none; }
        .taxinfo-content .table-container .table-row.collapse.in {
          display: table-row; }
    .taxinfo-content .table-container .separetor {
      background-color: #ffffff;
      border-top: 1px solid #cccccc; }
    .taxinfo-content .table-container .border-top {
      border-top: 1px solid #cccccc; }
    .taxinfo-content .table-container .border-left {
      border-left: 1px solid #cccccc; }
    .taxinfo-content .table-container .border-right {
      border-right: 1px solid #cccccc; }
    .taxinfo-content .table-container .padding-bottom {
      padding-bottom: 10px; }
  .taxinfo-content .accord-link span {
    background: url("./img/taxInfo/model/ui-icons_00a9e0_256x240.png") no-repeat;
    background-position: -64px -2px;
    width: 16px;
    height: 11px;
    display: inline-block; }
  .taxinfo-content .accord-link.active span {
    background-position: 1px -2px; }
  .taxinfo-content .section-title {
    line-height: 27px;
    font-size: 19px; }
  .taxinfo-content ._720kb-datepicker-calendar {
    display: none;
    position: static; }
  .taxinfo-content ._720kb-datepicker-calendar._720kb-datepicker-open {
    display: block; }
  .taxinfo-content .ui-datepicker select.ui-datepicker-month, .taxinfo-content .ui-datepicker select.ui-datepicker-year {
    width: auto;
    font-family: "SimpleSans", Arial, sans-serif;
    padding: 2px 4px;
    margin: 0px 2px; }
  .taxinfo-content .ui-datepicker td span, .taxinfo-content .ui-datepicker td a {
    display: block;
    padding: 0.4em 0.2em;
    text-align: center;
    text-decoration: none; }
  .taxinfo-content .pagination {
    margin: 0px; }
    .taxinfo-content .pagination .active a {
      color: #ffffff !important; }
    .taxinfo-content .pagination li.pagination-first a, .taxinfo-content .pagination li.pagination-prev a, .taxinfo-content .pagination li.pagination-next a, .taxinfo-content .pagination li.pagination-last a {
      font-size: 24px;
      line-height: 24px;
      padding: 2px 10px; }
    .taxinfo-content .pagination.location-pagination li a {
      background-color: #eeeeee;
      border: none; }
    .taxinfo-content .pagination.location-pagination li.pagination-first a, .taxinfo-content .pagination.location-pagination li.pagination-prev a, .taxinfo-content .pagination.location-pagination li.pagination-next a, .taxinfo-content .pagination.location-pagination li.pagination-last a {
      font-size: 24px;
      line-height: 24px;
      padding: 0px 10px; }
    .taxinfo-content .pagination.location-pagination li.pagination-first.disabled a, .taxinfo-content .pagination.location-pagination li.pagination-prev.disabled a, .taxinfo-content .pagination.location-pagination li.pagination-next.disabled a, .taxinfo-content .pagination.location-pagination li.pagination-last.disabled a {
      cursor: not-allowed; }
    .taxinfo-content .pagination.location-pagination li.disabled a {
      padding: 5px;
      cursor: text; }
    .taxinfo-content .pagination.tax-1099k-form-pagination li a {
      background-color: #ffffff;
      border: none; }
    .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-first a, .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-prev a, .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-next a, .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-last a {
      font-size: 24px;
      line-height: 24px;
      padding: 0px 10px; }
    .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-first.disabled a, .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-prev.disabled a, .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-next.disabled a, .taxinfo-content .pagination.tax-1099k-form-pagination li.pagination-last.disabled a {
      cursor: not-allowed; }
    .taxinfo-content .pagination.tax-1099k-form-pagination li.disabled a {
      padding: 5px;
      cursor: text; }
  .taxinfo-content .locationDBAName {
    margin: 5px 0 15px 0;
    font-size: .8em;
    color: #848484; }
  .taxinfo-content .table-container.upcoming-tax {
    padding: 0px; }
    .taxinfo-content .table-container.upcoming-tax .table-row {
      background-color: #ffffff;
      padding: 10px 0 0; }
    .taxinfo-content .table-container.upcoming-tax .table-column {
      padding-right: 10px; }
  .taxinfo-content .dropdownLabel {
    line-height: 26px; }
  .taxinfo-content ul.downLoadFormLinks {
    list-style-type: none;
    margin-left: 10px; }
  .taxinfo-content a.icon-pdf {
    background: url("./img/taxInfo/pdf_icon-sm.png") no-repeat top left;
    display: block;
    margin: 24px 0 0 0;
    height: auto;
    width: auto;
    line-height: 1;
    float: none;
    clear: none;
    padding: 5px 0 5px 22px; }
  .taxinfo-content .requestReprint {
    margin: 0px;
    position: absolute;
    bottom: 25px;
    right: 10px; }
  .taxinfo-content .popupDialog p {
    margin-top: 15px;
    line-height: 1.3; }
  .taxinfo-content .taxYearDropdwnLabel {
    line-height: 23px;
    float: left;
    margin-right: 10px; }
  .taxinfo-content .btnContainer {
    margin-top: 15px; }
  .taxinfo-content img.tooltip {
    height: 13px;
    vertical-align: top;
    cursor: help; }
  .taxinfo-content body .ui-tooltip {
    border: 1px solid #1b6c87;
    background: #ffffff;
    color: #333333;
    box-shadow: none; }
  .taxinfo-content .editTinStepHeader {
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    margin: 10px 0 20px; }
    .taxinfo-content .editTinStepHeader li {
      background: #e1e1e1;
      padding: 6px 0px;
      display: inline-block;
      width: 231px;
      text-decoration: none;
      position: relative;
      text-align: center;
      margin-left: 13px; }
      .taxinfo-content .editTinStepHeader li:first-child {
        margin-left: 15px; }
      .taxinfo-content .editTinStepHeader li:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-width: 1.5em 0 1.5em 1em;
        border-style: solid;
        border-color: #e1e1e1 #e1e1e1 #e1e1e1 transparent;
        left: -1em; }
      .taxinfo-content .editTinStepHeader li:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid #e1e1e1;
        right: -1em; }
    .taxinfo-content .editTinStepHeader .current {
      background: #1b6c87;
      color: #fff; }
    .taxinfo-content .editTinStepHeader .completed {
      color: #1b6c87; }
    .taxinfo-content .editTinStepHeader .current:before {
      border-color: #1b6c87 #1b6c87 #1b6c87 transparent; }
    .taxinfo-content .editTinStepHeader .current:after {
      border-left-color: #1b6c87; }
  .taxinfo-content .current-information {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    font-weight: bold; }
    .taxinfo-content .current-information span {
      font-weight: normal;
      padding-left: 7px;
      font-size: 1.09em; }
  .taxinfo-content .ui-selectmenu-menu.datepicker {
    max-height: none;
    overflow: hidden; }
  .taxinfo-content .closeMessage {
    position: absolute;
    right: 24px;
    top: 10px;
    margin-right: 0px;
    float: none;
    cursor: pointer; }
    .taxinfo-content .closeMessage.closeMessageTop {
      top: 10px; }
  .taxinfo-content .blue-text {
    color: #1b6c87; }
  .taxinfo-content table.tax-1099k-table {
    padding: 5px 7px !important;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 10px; }
    .taxinfo-content table.tax-1099k-table tr {
      background-color: #ffffff; }
      .taxinfo-content table.tax-1099k-table tr th {
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
        font-weight: bold;
        padding: 5px 3px;
        background-color: #1b6c87;
        color: #ffffff;
        font-size: 85%; }
      .taxinfo-content table.tax-1099k-table tr td {
        text-align: left;
        border-bottom: 1px solid #e1e1e1;
        padding: 4px 3px;
        font-size: 85%;
        cursor: pointer; }
      .taxinfo-content table.tax-1099k-table tr:hover {
        background-color: #eeeeee;
        color: #1b6c87; }
  .taxinfo-content .pagination-text {
    line-height: 24px; }
  .taxinfo-content .modal-dialog {
    width: 797px !important; }
  .taxinfo-content .modal-content {
    padding: 10px 20px; }
  .taxinfo-content .editTinPopupWindowDialog, .taxinfo-content .popupDialog {
    overflow: hidden; }
  .taxinfo-content .radio, .taxinfo-content .checkbox {
    display: inline-block; }
  .taxinfo-content .padding-top-none {
    padding-top: 0px !important; }
  .taxinfo-content .padding-right-none {
    padding-right: 0px !important; }
  .taxinfo-content .padding-bottom-none {
    padding-bottom: 0px !important; }
  .taxinfo-content .padding-left-none {
    padding-left: 0px !important; }
  .taxinfo-content .padding-top-5 {
    padding-top: 5px; }
  .taxinfo-content .padding-bottom-10 {
    padding-bottom: 10px; }
  .taxinfo-content .ui-state-tax {
    color: #cd0a0a;
    padding: 0 0 15px 0; }
  .taxinfo-content .table-row.locations {
    padding: 1em 25px; }
    .taxinfo-content .table-row.locations .ui-state-tax {
      margin-bottom: 5px; }
  .taxinfo-content .alert {
    background: #eee;
    border: 1px solid #1b6c87;
    border-radius: 1px;
    font-size: 13px;
    margin: 1em 0;
    padding: 1.5em; }
    .taxinfo-content .alert .fa {
      background: #eee;
      color: #1b6c87;
      margin-right: 0.25em; }
    .taxinfo-content .alert.error {
      background-color: #ffdcdc;
      border-color: #f00;
      color: #f00; }
      .taxinfo-content .alert.error .fa {
        background-color: #ffdcdc;
        color: #f00; }

#businessrules {
  color: #424242;
  font-size: 14px;
  /*! ================================================
  * Fancyfy Fields: fancyfy-fields.scss v1.0.0
  * =============================================== */
  /* variables */
  /* calculated from variables */
  /* buttons */
  /* tables */
  /* table pagination */
  /* create rule */ }
  #businessrules h1 {
    font-size: 30px; }
  #businessrules .fancy-field {
    display: block;
    overflow: auto;
    z-index: 1;
    height: 50px;
    background: white;
    border: 1px solid #ccc;
    overflow: hidden;
    box-sizing: border-box; }
  #businessrules .fancy-field.focused {
    border-color: #1b6c87; }
  #businessrules .fancy-field.required::before {
    content: "*";
    color: crimson;
    float: right;
    font-weight: bold;
    margin-bottom: -25px; }
  #businessrules .fancy-field span {
    display: block;
    position: relative;
    z-index: -1;
    height: 50px;
    margin: 0 0 0 10px;
    color: #aaa;
    font-size: 15px;
    line-height: 50px; }
  #businessrules .fancy-field.active {
    padding-top: 7px; }
  #businessrules .fancy-field.active.required::before {
    margin-top: -7px; }
  #businessrules .fancy-field.active span {
    font-family: "SimpleSansMedium", Arial, sans-serif;
    position: static;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #businessrules .fancy-field input, #businessrules .fancy-field select {
    font-family: "SimpleSansMedium", Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    box-sizing: border-box;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 1;
    background: none;
    width: 100%;
    line-height: 17px !important;
    height: 50px;
    font-size: 15px;
    padding: 0 10px; }
  #businessrules .fancy-field input:focus, #businessrules .fancy-field select:focus {
    outline: none !important;
    border: none !important; }
  #businessrules .fancy-field input:-moz-focusring, #businessrules .fancy-field select:-moz-focusring {
    /* remove firefox dotted border thing */
    color: transparent;
    text-shadow: 0 0 0 #000; }
  #businessrules .fancy-field input.hasvalue, #businessrules .fancy-field select.hasvalue {
    margin-top: 0;
    height: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #businessrules .fancy-field input[type=number]::-webkit-inner-spin-button, #businessrules .fancy-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  #businessrules .fancy-field select {
    opacity: .45; }
  #businessrules .fancy-field select.hasvalue {
    opacity: 1; }
  #businessrules .fancy-field.error {
    background: rgba(255, 0, 0, 0.1);
    border-color: red;
    color: red; }
  #businessrules hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0; }
  #businessrules .clearfix {
    overflow: auto;
    clear: both; }
  #businessrules p.warning, #businessrules p.info, #businessrules p.success {
    display: block;
    margin: 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid; }
  #businessrules p.warning {
    border-color: #cd343f;
    color: #cd343f;
    background-color: rgba(205, 92, 92, 0.1); }
  #businessrules p.info {
    border-color: darkorange;
    color: darkorange;
    background-color: rgba(255, 165, 0, 0.1); }
  #businessrules form {
    min-width: 320px; }
  #businessrules a, #businessrules a:hover, #businessrules a:visited {
    color: inherit;
    text-decoration: none; }
  #businessrules .button {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    background: #f03d00;
    font-family: "SimpleSans", Arial, sans-serif;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 10pt 20pt;
    color: white !important;
    min-width: 180px;
    max-width: 400px; }
  #businessrules .button.icon {
    min-width: 30px;
    padding: 4px;
    margin: 0 10px 0 0;
    background: none; }
  #businessrules .button.icon:hover {
    cursor: pointer;
    color: white !important;
    background: black !important; }
  #businessrules .button.icon.blue {
    color: #1b6c87 !important; }
  #businessrules .button.icon.blue:hover {
    background-color: #1b6c87 !important;
    color: white !important; }
  #businessrules .button.icon.red {
    color: indianred !important; }
  #businessrules .button.icon.red:hover {
    background-color: indianred !important;
    color: white !important; }
  #businessrules .button.icon.gray {
    color: #999 !important; }
  #businessrules .button.icon.gray:hover {
    background-color: #999 !important;
    color: white !important; }
  #businessrules .button.icon.green {
    color: #43B02A !important; }
  #businessrules .button.icon.green:hover {
    background-color: #43B02A !important;
    color: white !important; }
  #businessrules .table {
    width: 100%;
    text-align: left;
    margin: 20px 0;
    border-collapse: collapse;
    border: 1px solid #aaa; }
  #businessrules .table tr td, #businessrules .table tr th {
    border-bottom: 1px solid #ddd;
    padding: 9px;
    font-family: "SimpleSansLight", Arial, sans-serif;
    vertical-align: middle; }
  #businessrules .table tr:last-child td {
    border: 0; }
  #businessrules .table tr th {
    color: #004164;
    font-family: "SimpleSansMedium", Arial, sans-serif;
    background: #f3f3f3; }
  #businessrules .table-pagination {
    margin: 0 auto 30px; }
  #businessrules .table-pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    border-radius: 2px;
    color: #1b6c87; }
  #businessrules .table-pagination a:hover {
    cursor: pointer;
    background: #1b6c87;
    color: white; }
  #businessrules .table-pagination a.disabled, #businessrules .table-pagination a.disabled:hover {
    background: none;
    color: #aaa;
    cursor: default; }
  #businessrules .table-pagination a.current, #businessrules .table-pagination a.current:hover {
    background: #1b6c87;
    color: white;
    cursor: default; }
  #businessrules .table-pagination button {
    border: 0px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    color: #1b6c87; }
  #businessrules .table-pagination button.disabled {
    background: none;
    color: #aaa;
    cursor: default; }
  #businessrules .table-pagination button.current {
    background: #1b6c87;
    color: white;
    cursor: default; }
  #businessrules .table-pagination span {
    display: inline-block;
    width: 70px;
    height: 30px;
    background: white;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    color: #1b6c87; }
  #businessrules .level {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #businessrules .level > div {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #businessrules .level span, #businessrules .level div {
    padding: 0px;
    margin: 0px; }
  #businessrules .level input, #businessrules .level select {
    display: inline-block;
    box-sizing: border-box;
    outline: none !important;
    background: white;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    border: 2px solid #ccc;
    box-shadow: none !important;
    z-index: 1;
    font-size: 12px;
    min-width: 150px;
    margin-right: 5px; }
  #businessrules .level input:focus, #businessrules .level select:focus {
    outline: none !important;
    border-color: #1b6c87; }
  #businessrules .level input:-moz-focusring, #businessrules .level select:-moz-focusring {
    /* remove firefox dotted border thing */
    color: transparent;
    text-shadow: 0 0 0 #000; }
  #businessrules .level input.conjunction, #businessrules .level select.conjunction {
    min-width: 100px !important;
    background: #f7f7f7; }
  #businessrules .level input.existing-rule, #businessrules .level select.existing-rule {
    min-width: 360px !important; }
  #businessrules .level input.field, #businessrules .level select.field {
    min-width: 200px !important; }
  #businessrules .level .level-content {
    padding: 0 0 0 25px; }
  #businessrules .tree-node {
    background: #ffffff;
    color: #7c9eb2;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #businessrules .tree-node-content {
    margin: 7px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #businessrules ul {
    list-style: none; }
  #businessrules li {
    margin-left: 20px; }
  #businessrules .alert {
    background: #eee;
    border: 1px solid #1b6c87;
    border-radius: 1px;
    font-size: 13px;
    margin: 1em 0;
    padding: 1.5em; }
    #businessrules .alert .fa {
      background: #eee;
      color: #1b6c87;
      margin-right: 0.25em; }
    #businessrules .alert.error {
      background-color: #ffdcdc;
      border-color: #f00;
      color: #f00; }
      #businessrules .alert.error .fa {
        background-color: #ffdcdc;
        color: #f00; }

/*# sourceMappingURL=businessrules.css.map */
#contactUs {
  font-size: 1.115em; }
  #contactUs a.link {
    color: #1b6c87;
    font-weight: bold; }
  #contactUs .page-box .section-content.questions-section {
    min-height: 100px; }
  #contactUs .page-box .generalInfo p {
    padding: 0 10px 0;
    line-height: 2em; }
  #contactUs .page-box label {
    font-weight: bold;
    text-align: right;
    padding: 0; }
  #contactUs .page-box .field-value {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0; }
  #contactUs .page-box .para {
    padding: 0 10px 0;
    line-height: 2em; }
  #contactUs .page-box .para2 {
    padding: 10px 20px 20px; }
  #contactUs .page-box .req-field {
    padding: 0 0 10px 10px; }
  #contactUs .page-box .detail-box {
    background-color: #e1e2e3;
    margin-right: 30px;
    padding: 5px 10px;
    line-height: 1.75em;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
  #contactUs .page-box .page-button-panel {
    margin-bottom: 10px; }
    #contactUs .page-box .page-button-panel input {
      margin-left: 10px; }
  #contactUs .page-box select, #contactUs .page-box textarea {
    width: 100%; }
  #contactUs .page-box .letter-count {
    font-weight: normal; }
  #contactUs .page-box .text-danger {
    margin-bottom: 1em; }
  #contactUs .page-box .answer-trusted-as-html a {
    color: #1b6c87;
    font-weight: bold; }
  #contactUs .alert {
    background: #eee;
    border: 1px solid #1b6c87;
    border-radius: 1px;
    font-size: 13px;
    margin: 1em 0;
    padding: 1.5em; }
    #contactUs .alert .fa {
      background: #eee;
      color: #1b6c87;
      margin-right: 0.25em; }
    #contactUs .alert.error {
      background-color: #ffdcdc;
      border-color: #f00;
      color: #f00; }
      #contactUs .alert.error .fa {
        background-color: #ffdcdc;
        color: #f00; }

#alerts {
  font-size: 1.015em;
  font-family: "BTWebFont", Arial, sans-serif; }
  #alerts a.link {
    color: #1b6c87; }
  #alerts .data-loader {
    margin: 40px auto; }
  #alerts .alerts-form {
    max-width: 100% !important; }
  #alerts .inline {
    display: inline; }
  #alerts .icon-pdf {
    background: url("./img/pdf_icon-sm.png") no-repeat 0 -3px;
    margin: -3px 5px 0 0;
    height: 28px;
    width: 21px;
    line-height: 32px;
    display: block;
    float: left;
    clear: right; }
  #alerts .manage-header {
    margin: 10px 0;
    color: #616365;
    font-size: 1.34em; }
  #alerts .manage-para {
    margin: 0 0 20px; }
  #alerts .page-box .error-content .section-heading {
    color: red; }
  #alerts .page-box .error-content p {
    color: red;
    margin: 10px 10px 20px; }
  #alerts .page-box .section-heading {
    color: #616365;
    font-weight: normal; }
  #alerts .page-box input[type=email] {
    width: 300px;
    padding: 0 2px; }
  #alerts .page-box label {
    font-weight: bold;
    text-align: left;
    padding-left: 35px; }
  #alerts .page-box .field-value {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0; }
  #alerts .page-box .para {
    padding: 0 10px 0;
    line-height: 2em; }
  #alerts .page-box .para2 {
    padding: 10px 20px 20px; }
  #alerts .page-box .req-field {
    padding: 0 0 10px 10px; }
  #alerts .page-box .detail-box {
    background-color: #e1e2e3;
    margin-right: 30px;
    padding: 5px 10px;
    line-height: 1.75em;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
  #alerts .page-box .page-button-panel {
    margin-bottom: 10px; }
    #alerts .page-box .page-button-panel input {
      margin-left: 10px; }
  #alerts .page-box select, #alerts .page-box textarea {
    width: 100%; }
  #alerts .page-box .letter-count {
    font-weight: normal; }
  #alerts .page-box .section-content.padding {
    padding: 10px; }
  #alerts .page-box fieldset {
    padding: 10px; }
    #alerts .page-box fieldset label {
      font-weight: normal;
      text-align: left;
      line-height: 1.5em; }
  #alerts .header {
    background-color: #666;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #cbcbcb; }
  #alerts .col-content {
    padding: 5px 10px;
    border-right: 1px solid #cbcbcb; }
    #alerts .col-content label {
      margin-right: 10px;
      line-height: 1.5em;
      float: right; }
  #alerts .alert-option {
    overflow: auto;
    clear: both;
    margin: 0 0 10px;
    background-color: #e9e9e9;
    border: 1px solid #cbcbcb; }
    #alerts .alert-option .col {
      float: left;
      min-height: 120px; }
      #alerts .alert-option .col > .header {
        background-color: #666;
        padding: 5px 10px;
        color: #fff;
        font-weight: bold; }
      #alerts .alert-option .col .col-content {
        padding: 5px 10px; }
        #alerts .alert-option .col .col-content label {
          margin-right: 10px;
          line-height: 1.5em; }
    #alerts .alert-option .col1 {
      width: 40%; }
    #alerts .alert-option .col2 {
      width: 45%;
      border-left: 1px solid #cbcbcb;
      border-right: 1px solid #cbcbcb; }
    #alerts .alert-option .col3 {
      width: 15%; }
    #alerts .alert-option img {
      display: inline-block;
      vertical-align: top;
      margin-top: -1px; }
  #alerts footer.page-footer {
    margin-top: 20px; }
    #alerts footer.page-footer > div:not(.no-divider):after {
      height: 22px;
      top: 6px; }
  #alerts .device-notification-section {
    margin-top: 10px; }
  #alerts .device-notification-rowitem {
    line-height: 2em; }
    #alerts .device-notification-rowitem .item-name {
      padding-left: 38px; }
  #alerts .short-note-para {
    font-style: italic;
    font-size: 0.85em;
    margin-left: 17px;
    margin-bottom: 10px; }
  #alerts .device-notification-status {
    margin-top: 60px; }
    #alerts .device-notification-status .item-status {
      line-height: 2em; }
      #alerts .device-notification-status .item-status img {
        margin-top: 4px; }
  #alerts input[type="radio"] {
    vertical-align: top; }
  #alerts .confirmation section {
    margin-top: 10px; }
  #alerts .confirmation p, #alerts .confirmation ul {
    margin: 10px 20px; }
  #alerts .error-field {
    color: #EB0000;
    border-color: #EB0000; }
  #alerts .error-massage {
    color: #EB0000; }
  #alerts .alert {
    background: #eee;
    border: 1px solid #1b6c87;
    border-radius: 1px;
    font-size: 13px;
    margin: 1em 0;
    padding: 1.5em; }
    #alerts .alert .fa {
      background: #eee;
      color: #1b6c87;
      margin-right: 0.25em; }
    #alerts .alert.error {
      background-color: #ffdcdc;
      border-color: #f00;
      color: #f00; }
      #alerts .alert.error .fa {
        background-color: #ffdcdc;
        color: #f00; }

.alert-popup button.btn-default {
  padding: 0 5px; }

.alert-popup .modal-header {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0; }

.alert-popup .btn-group-sm > .btn {
  padding: 0px 5px; }

.alert-popup .modal-title {
  font-size: 1.25em;
  font-weight: bold; }

.alert-popup p {
  margin: 0 0 10px; }

.alert-popup .alert-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px; }

.alert-popup img {
  width: 100%; }

#accountmnt .page-content {
  font-size: 14px;
  line-height: 1.5; }

#accountmnt .inline {
  display: inline; }

#accountmnt .text-big {
  font-size: 110%; }

#accountmnt .text-bigger {
  font-size: 120%; }

#accountmnt .pr-0 {
  padding-right: 0; }

#accountmnt form {
  margin: 0; }

#accountmnt input {
  margin-right: 0.5em; }
  #accountmnt input[disabled] {
    color: #ccc; }

#accountmnt label {
  font-weight: bold; }

#accountmnt a {
  color: blue;
  cursor: pointer; }

#accountmnt .btn, #accountmnt .purple-fill-bottom .btn {
  color: white;
  background-color: #2B547E;
  width: 10em;
  padding: 3px 0; }

#accountmnt .green {
  color: green; }

#accountmnt .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#accountmnt .padding-1 {
  padding: 1px; }

#accountmnt .child-spacing-10 > :not(:last-child) {
  margin-bottom: 10px; }

#accountmnt .child-spacing-10 > .spacing-0:not(:last-child) {
  margin-bottom: 0; }

#accountmnt div > .btn:not(:first-child) {
  margin-left: 2em; }

#accountmnt .vertical-align-2 {
  line-height: 2.5; }

#accountmnt .section-box, #accountmnt .purple-section-box {
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin: 10px 0 10px 0;
  padding: 1em; }
  #accountmnt .section-box > .col-md-12, #accountmnt .purple-section-box > .col-md-12 {
    padding-right: 1px;
    padding-left: 1px; }

#accountmnt .purple-section-box {
  background-color: lavender;
  padding: 1em; }

#accountmnt .purple-fill, #accountmnt div.purple-fill {
  background-color: lavender; }

#accountmnt div.purple-fill-all, #accountmnt div.purple-fill-all div, #accountmnt div.purple-fill-all span, #accountmnt div.purple-fill-all a, #accountmnt div.purple-fill-all label, #accountmnt div.purple-fill-all form {
  background-color: lavender; }

#accountmnt .purple-fill-bottom {
  background-color: lavender; }
  #accountmnt .purple-fill-bottom * {
    background-color: white; }

#accountmnt .white-fill, #accountmnt div.white-fill {
  background-color: white; }

#accountmnt .sidebar {
  padding-left: 0; }
  #accountmnt .sidebar .need {
    color: red;
    font-size: 110%;
    font-weight: bold;
    margin: 1em 0; }
  #accountmnt .sidebar a {
    display: block;
    color: blue;
    margin: 1em 0; }

#accountmnt .rollup-billing {
  height: 716px;
  overflow: hidden;
  transition: height 1s ease-in-out; }

#accountmnt .rollup-delivery {
  height: 498px;
  overflow: hidden;
  transition: height 1s ease-in-out; }

#accountmnt .rollup-billing.rollup0, #accountmnt .rollup-delivery.rollup0 {
  height: 0; }

#accountmnt .spin-animation-parent {
  perspective: 100px;
  width: 36px; }

#accountmnt .spin-animation-child {
  width: 36px; }

@keyframes spin {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(0deg); }
  75% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(360deg); } }

#accountmnt .alert {
  background: #eee;
  border: 1px solid #1b6c87;
  border-radius: 1px;
  font-size: 13px;
  margin: 1em 0;
  padding: 1.5em; }
  #accountmnt .alert .fa {
    background: #eee;
    color: #1b6c87;
    margin-right: 0.25em; }
  #accountmnt .alert.error {
    background-color: #ffdcdc;
    border-color: #f00;
    color: #f00; }
    #accountmnt .alert.error .fa {
      background-color: #ffdcdc;
      color: #f00; }

#merchant-search .ajax-loader, #nm-orders .ajax-loader, #orders .ajax-loader {
  background: url(./img/ajax-loader.gif) no-repeat;
  height: 55px;
  width: 55px;
  margin: 20px auto; }

#merchant-search .alert, #nm-orders .alert, #orders .alert {
  background: #eee;
  border: 1px solid #1b6c87;
  border-radius: 1px;
  font-size: 13px;
  margin: 1em 0;
  padding: 1.5em; }
  #merchant-search .alert .fa, #nm-orders .alert .fa, #orders .alert .fa {
    background: #eee;
    color: #1b6c87;
    margin-right: 0.25em; }
  #merchant-search .alert.error, #nm-orders .alert.error, #orders .alert.error {
    background-color: #ffdcdc;
    border-color: #f00;
    color: #f00; }
    #merchant-search .alert.error .fa, #nm-orders .alert.error .fa, #orders .alert.error .fa {
      background-color: #ffdcdc;
      color: #f00; }

#merchant-search .error, #nm-orders .error, #orders .error {
  color: red; }

#merchant-search .readable tr:nth-child(even), #nm-orders .readable tr:nth-child(even), #orders .readable tr:nth-child(even) {
  background: lightgray; }

#merchant-search table a, #nm-orders table a, #orders table a {
  text-decoration-line: underline; }

#newUserProfile .alert {
  background: #eee;
  border: 1px solid #1b6c87;
  border-radius: 1px;
  font-size: 13px;
  margin: 1em 0;
  padding: 1.5em; }
  #newUserProfile .alert .fa {
    background: #eee;
    color: #1b6c87;
    margin-right: 0.25em; }
  #newUserProfile .alert.error {
    background-color: #ffdcdc;
    border-color: #f00;
    color: #f00; }
    #newUserProfile .alert.error .fa {
      background-color: #ffdcdc;
      color: #f00; }

#newUserProfile input {
  border: none; }
  #newUserProfile input:focus {
    border: 2px solid #1b6c87;
    outline: initial; }

#security-question ::-webkit-input-placeholder, #basicInfo ::-webkit-input-placeholder, #email ::-webkit-input-placeholder, #phone ::-webkit-input-placeholder {
  opacity: 0.6 !important;
  filter: alpha(opacity=60);
  font-weight: normal !important; }

#security-question input:focus, #security-question select:focus, #basicInfo input:focus, #basicInfo select:focus, #email input:focus, #email select:focus, #phone input:focus, #phone select:focus {
  border: 2px solid #1b6c87 !important; }

#security-question input, #basicInfo input, #email input, #phone input {
  font-weight: normal !important;
  font-size: 16px !important;
  width: 500px;
  border: 2px solid #757575 !important;
  height: 55px;
  padding: 15px; }

#security-question select, #basicInfo select, #email select, #phone select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  background-color: white;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  width: 500px;
  border: 2px solid #757575 !important;
  height: 55px;
  padding: 15px; }
  #security-question select:invalid, #basicInfo select:invalid, #email select:invalid, #phone select:invalid {
    opacity: 0.5 !important;
    filter: alpha(opacity=50); }
  #security-question select [disabled], #basicInfo select [disabled], #email select [disabled], #phone select [disabled] {
    opacity: 0.5 !important;
    filter: alpha(opacity=50); }

#security-question .select-wrap::after, #basicInfo .select-wrap::after, #email .select-wrap::after, #phone .select-wrap::after {
  margin-left: -2em;
  font-size: 0.75em;
  pointer-events: none;
  content: '▼'; }

@media (max-width: 991px) {
  #security-question input, #security-question select, #basicInfo input, #basicInfo select, #email input, #email select, #phone input, #phone select {
    width: 100%; } }

.defaultTheme {
  border: 2px solid #444;
  background: #555;
  color: #fff;
  margin: 0;
  padding: 6px 12px;
  -moz-border-radius: 12px 12px 12px 0;
  -webkit-border-radius: 12px 12px 12px 0;
  -khtml-border-radius: 12px 12px 12px 0;
  border-radius: 12px 12px 12px 0;
  -moz-box-shadow: 2px 2px 5px #111;
  -webkit-box-shadow: 2px 2px 5px #111;
  box-shadow: 2px 2px 5px #111; }

.defaultTheme #aToolTipCloseBtn {
  display: block;
  width: 25px;
  background: url("./img/closeBtn.png") no-repeat;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: -20px;
  right: -30px;
  margin: 2px;
  padding: 4px; }

#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
  width: 350px; }

#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0; }

ul.resourcelist li {
  list-style: none;
  margin-top: 7px; }

ul.resourcelist li:first-child {
  margin-top: 0; }

.information-icon-small {
  background: url("./img/information_icon.png") no-repeat scroll 0 1px #FFFFFF;
  display: block;
  float: left;
  height: 14px;
  padding-left: 4px;
  width: 18px; }

#userProfile {
  font-size: 1.115em;
  /* Styles for User Preferences */ }
  #userProfile .page-content {
    overflow: hidden; }
  #userProfile #tab-bottom-border {
    float: left;
    width: 100.6%; }
  #userProfile #tabs {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    /* ie6 */
    width: 100%; }
  #userProfile html > body #tabs {
    margin: 10px 0 0 -5px;
    /* ie7+, ff */ }
  #userProfile .tab-active, #userProfile .tab-inactive {
    background-color: #fff;
    border: #dcdcdc 1px solid;
    border-bottom: #fff 1px solid;
    color: #555;
    float: left;
    font-size: 0.9em;
    margin: 0 5px 0 0;
    padding: 5px 10px; }
  #userProfile .tab-active a, #userProfile .tab-inactive a {
    text-decoration: none; }
  #userProfile .tab-inactive {
    background-color: #c7eafb;
    border: #cacaca 1px solid;
    border-bottom: #dcdcdc 1px solid; }
  #userProfile .tab-active .tab-first {
    margin-left: 0; }
  #userProfile .tab-inactive .tab-first {
    margin-left: -1px; }
  #userProfile .tab-content-pane {
    border: 1px solid #dedede;
    width: 99.4%;
    padding: 10px;
    border-radius: 0 10px 10px 10px; }
  #userProfile a.link {
    color: #1b6c87;
    font-weight: bold; }
  #userProfile .page-box {
    overflow: hidden; }
    #userProfile .page-box .section-content.questions-section {
      min-height: 100px; }
    #userProfile .page-box .generalInfo p {
      padding: 0 10px 0;
      line-height: 2em; }
    #userProfile .page-box label {
      font-weight: bold;
      text-align: right;
      padding: 0; }
    #userProfile .page-box .field-value {
      padding: 0 0 0 10px;
      margin: 0 0 10px 0; }
    #userProfile .page-box .text-input {
      width: 220px; }
    #userProfile .page-box .para {
      padding: 0 10px 0;
      line-height: 2em; }
    #userProfile .page-box .para2 {
      padding: 10px 20px 20px; }
    #userProfile .page-box .req-field {
      padding: 0 0 10px 10px; }
    #userProfile .page-box .detail-box {
      background-color: #e1e2e3;
      margin-right: 30px;
      padding: 5px 10px;
      line-height: 1.75em;
      border: 1px solid #ccc;
      margin-bottom: 10px; }
    #userProfile .page-box .page-button-panel {
      margin-bottom: 10px; }
      #userProfile .page-box .page-button-panel input {
        margin-left: 10px; }
    #userProfile .page-box select, #userProfile .page-box textarea {
      width: 220px; }
    #userProfile .page-box .letter-count {
      font-weight: normal; }
  #userProfile .nav > li > a {
    background: transparent;
    border: 0;
    padding: 0; }
  #userProfile .nav-tabs {
    border-bottom: 0; }
  #userProfile .uib-tab {
    background-color: #c7eafb;
    border: #cacaca 1px solid;
    border-bottom: #dcdcdc 1px solid;
    color: #555;
    float: left;
    font-size: 0.9em;
    margin: 0 5px 0 0;
    padding: 5px 10px; }
    #userProfile .uib-tab.active {
      background-color: #fff;
      border: #dcdcdc 1px solid;
      border-bottom: #fff 1px solid; }
  #userProfile .uib-tab a {
    text-decoration: none; }
  #userProfile .uib-tab.tab-first {
    margin-left: -1px; }
    #userProfile .uib-tab.tab-first.active {
      margin-left: 0; }
  #userProfile iframe {
    height: 100%;
    width: 100%; }
  #userProfile .mt-3 {
    margin-top: 1rem; }
  #userProfile .mb-3 {
    margin-bottom: 1rem; }
  #userProfile .mt-5 {
    margin-top: 3rem; }
  #userProfile .mb-5 {
    margin-bottom: 3rem; }
  #userProfile .pt-3 {
    padding-top: 1rem; }
  #userProfile .pb-3 {
    padding-bottom: 1rem; }
  #userProfile .p-5 {
    padding: 3rem; }
  #userProfile .px-5 {
    padding-left: 3rem;
    padding-right: 3rem; }
  #userProfile .pt-5 {
    padding-top: 3rem; }
  #userProfile .pb-5 {
    padding-bottom: 3rem; }
  #userProfile .yellow {
    background: #faffb7; }
  #userProfile .alert {
    background: #eee;
    border: 1px solid #1b6c87;
    border-radius: 1px;
    font-size: 13px;
    margin: 1em 0;
    padding: 1.5em; }
    #userProfile .alert .fa {
      background: #eee;
      color: #1b6c87;
      margin-right: 0.25em; }
    #userProfile .alert.error {
      background-color: #ffdcdc;
      border-color: #f00;
      color: #f00; }
      #userProfile .alert.error .fa {
        background-color: #ffdcdc;
        color: #f00; }

form label.visible-label {
  width: 37%;
  text-align: right;
  margin-right: 5px; }

/*# sourceMappingURL=main.css.map */