/*B2B-Angular v0.6.2*/
.b2b-audio {
  width: auto;
  margin: 10px auto;
  height: 35px; }
  .b2b-audio .controls-wrapper {
    display: inline-block;
    font-size: 25px;
    cursor: pointer; }
    .b2b-audio .controls-wrapper i {
      font-size: 25px;
      margin-right: 0px;
      color: #444; }
      .b2b-audio .controls-wrapper i:hover {
        color: #0574AC; }
  .b2b-audio .seek-bar-container-wrapper {
    display: inline-block;
    outline: 0;
    min-width: 180px;
    margin-right: 10px;
    margin-left: 10px;
    height: 14px;
    padding-top: 5px; }
    .b2b-audio .seek-bar-container-wrapper .timing-container {
      padding-top: 13px;
      color: #333;
      font-size: 12px; }
      .b2b-audio .seek-bar-container-wrapper .timing-container .timing-container-left {
        float: left;
        line-height: 100%; }
      .b2b-audio .seek-bar-container-wrapper .timing-container .timing-container-right {
        float: right;
        line-height: 100%; }
      .b2b-audio .seek-bar-container-wrapper .timing-container .timing-container-spacer {
        clear: both; }
  .b2b-audio .seek-bar-tooltip {
    text-align: center;
    min-width: 76px; }

.b2b-audio-popover {
  width: 22px; }
  .b2b-audio-popover .volume-popover {
    height: 100px !important;
    width: 6px !important;
    margin: 7px auto; }
  .b2b-audio-popover .min-label {
    margin-top: 5px; }

.b2b-audio-native {
  width: auto;
  height: auto; }
.b2b-top-btn {
  height: 36px;
  width: 36px;
  border-radius: 7px; }

.b2b-top-btn > i {
  position: absolute;
  top: 13px;
  left: 9px;
  width: 11px;
  height: 18px; }
.b2b-boardstrip {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #9d9d9d;
  position: relative;
  padding-top: 15px; }
  .b2b-boardstrip .boardstrip-reel {
    margin-bottom: 15px; }
  .b2b-boardstrip .boardstrip-item--add {
    border: 1px dashed #ccc;
    background: #fff;
    color: #0574ac;
    width: 140px;
    height: 80px;
    font-size: 14px;
    font-family: "Omnes-ATT-W02";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 29px;
    top: 15px; }
    .b2b-boardstrip .boardstrip-item--add:hover, .b2b-boardstrip .boardstrip-item--add:focus {
      border: 2px solid #007A3E;
      cursor: pointer; }
    .b2b-boardstrip .boardstrip-item--add i {
      font-size: 14px;
      margin-left: auto;
      margin-right: auto;
      text-align: initial; }
    .b2b-boardstrip .boardstrip-item--add .centered {
      margin-left: auto;
      margin-right: auto;
      margin-top: 27px;
      margin-bottom: 35px;
      display: block; }
  .b2b-boardstrip .board-viewport {
    float: left;
    margin-left: 210px;
    max-height: 95px;
    position: relative;
    height: 95px;
    overflow: hidden;
    width: 0px; }
    .b2b-boardstrip .board-viewport .boardstrip-container {
      width: 0px;
      margin-left: 0;
      left: 0px;
      position: absolute;
      list-style: none;
      -webkit-transition: left 1000ms;
      transition: left 1000ms; }
    .b2b-boardstrip .board-viewport .board-item {
      width: 140px;
      height: 80px;
      border: 1px solid #ccc;
      margin: 0 15px 15px 0;
      background-color: #fff;
      border-radius: 3px;
      float: left;
      overflow: hidden; }
      .b2b-boardstrip .board-viewport .board-item:hover, .b2b-boardstrip .board-viewport .board-item:focus {
        border: 2px solid #007A3E;
        background-color: white;
        cursor: pointer; }
      .b2b-boardstrip .board-viewport .board-item .board-img {
        width: 61px;
        height: 40px;
        margin: 0 auto; }
        .b2b-boardstrip .board-viewport .board-item .board-img img {
          max-width: 100%; }
      .b2b-boardstrip .board-viewport .board-item .title {
        text-align: center;
        line-height: 16px;
        color: #666;
        font-size: 14px;
        font-family: "Omnes-ATT-W02";
        padding: 10px 0; }
      .b2b-boardstrip .board-viewport .board-item.selected {
        background-color: white;
        border: 2px solid #0574ac; }
      .b2b-boardstrip .board-viewport .board-item .board-caret {
        cursor: default;
        outline: 0;
        position: absolute;
        bottom: 7px; }
        .b2b-boardstrip .board-viewport .board-item .board-caret .board-caret-indicator {
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #999;
          width: 0px;
          height: 0px;
          position: absolute;
          left: 61px;
          bottom: -7px; }
        .b2b-boardstrip .board-viewport .board-item .board-caret .board-caret-arrow-up {
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #fff transparent;
          left: 61px;
          position: absolute; }
  .b2b-boardstrip .arrow {
    font-size: 14px;
    cursor: pointer;
    color: #0574ac; }
    .b2b-boardstrip .arrow:hover {
      color: #0574ac; }
    .b2b-boardstrip .arrow.disabled {
      color: #767676 !important;
      cursor: not-allowed; }
  .b2b-boardstrip .prev-items {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .b2b-boardstrip .next-items {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: auto;
    margin-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .b2b-boardstrip .centered {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
.b2b-coachmark-label {
  z-index: 1060;
  opacity: 1;
  cursor: not-allowed;
  position: relative; }

.b2b-coachmark-highlight {
  border: 1px solid #d3d3d3;
  cursor: default;
  z-index: 1045;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: absolute; }

.b2b-coachmark-highlight-mask {
  z-index: 1100;
  opacity: .1; }

.b2b-coachmark-container {
  border: 1px solid #cccccc;
  width: 316px;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
  color: #333;
  line-height: 20px;
  position: absolute;
  top: 50px;
  left: -97px;
  display: block;
  background-color: #ffffff;
  z-index: 1050;
  opacity: 1; }
  .b2b-coachmark-container i.b2b-coachmark-caret {
    position: absolute;
    top: -12px;
    left: 47%;
    opacity: 1;
    z-index: 1050; }
  .b2b-coachmark-container i.b2b-coachmark-caret:before {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #d3d3d3;
    position: absolute;
    top: -1px; }
  .b2b-coachmark-container i.b2b-coachmark-caret:after {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute; }
  .b2b-coachmark-container .b2b-coachmark-header {
    position: relative;
    height: 47px;
    overflow: hidden; }
    .b2b-coachmark-container .b2b-coachmark-header .corner-button {
      box-shadow: 0 -24px 0 0 #f2f2f2 inset;
      height: 69px;
      position: absolute;
      right: -33px;
      top: -38px;
      transform: rotate(45deg);
      width: 69px; }
  .b2b-coachmark-container .b2b-coachmark-countlabel {
    font-size: 12px;
    font-family: "Omnes-ATT-W02";
    color: #333333;
    margin-left: 20px;
    margin-top: 20px; }
  .b2b-coachmark-container .b2b-coachmark-content {
    padding: 0px 20px 20px 20px;
    float: left; }
    .b2b-coachmark-container .b2b-coachmark-content .icon-misc-dimmer {
      font-size: 32px;
      float: left;
      margin-right: 10px;
      width: 32px; }
    .b2b-coachmark-container .b2b-coachmark-content .offscreen-text {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    .b2b-coachmark-container .b2b-coachmark-content .b2b-coachmark-content-header {
      font-size: 16px;
      color: #333333;
      line-height: 18px;
      float: left;
      width: 220px; }
    .b2b-coachmark-container .b2b-coachmark-content .b2b-coachmark-description {
      font-size: 14px;
      line-height: 18px;
      color: #333333;
      width: 100%;
      float: left;
      margin-top: 15px; }
    .b2b-coachmark-container .b2b-coachmark-content .b2b-coachmark-btn-group {
      margin-top: 20px;
      float: left;
      text-align: right;
      width: 100%; }
      .b2b-coachmark-container .b2b-coachmark-content .b2b-coachmark-btn-group .b2b-coachmark-link {
        font-family: "Omnes-ATT-W02-Medium";
        font-size: 15px;
        color: #0574ac;
        line-height: 18px;
        margin-right: 20px; }
      .b2b-coachmark-container .b2b-coachmark-content .b2b-coachmark-btn-group button {
        font-size: 15px;
        margin: 0px; }
.b2b-dragdrop {
  border: 1px dashed #bbb;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  color: #bbb;
  position: relative; }

.b2b-dragdrop-over {
  background: #0091d9;
  color: #006496; }
  .b2b-dragdrop-over:after {
    content: "Drop the file";
    color: #fff;
    width: 80px;
    height: 20px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.b2b-file-container {
  position: relative;
  overflow: hidden;
  display: inline-table;
  font-weight: 400; }
  .b2b-file-container [type=file] {
    position: absolute;
    cursor: inherit;
    display: block;
    font-size: 0;
    opacity: 0;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    -ms-filter: "alpha(Opacity=0)"; }

.b2b-upload-link {
  color: #0568ae; }
.b2b-flyout {
  position: relative;
  display: inline-block;
  cursor: default; }

.b2b-flyout-icon {
  cursor: pointer; }
  .b2b-flyout-icon:focus {
    outline: thin dotted #666;
    outline-offset: -1px; }

.b2b-flyout .b2b-flyout-container {
  border: 1px solid #d3d3d3;
  width: 300px;
  padding: 20px;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.25);
  color: #333;
  line-height: 20px;
  position: absolute;
  top: 35px;
  opacity: 0;
  z-index: 1010;
  display: none; }
  .b2b-flyout .b2b-flyout-container.open-flyout {
    opacity: 1;
    display: block; }

.b2b-flyout i.b2b-flyout-caret {
  position: absolute;
  top: -8px;
  left: 50%;
  opacity: 0;
  z-index: 1011;
  display: none; }
  .b2b-flyout i.b2b-flyout-caret.open-flyout {
    opacity: 1;
    display: block; }
  .b2b-flyout i.b2b-flyout-caret:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d3d3d3;
    position: absolute;
    top: -1px; }
  .b2b-flyout i.b2b-flyout-caret:after {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute; }

.b2b-flyout .b2b-flyout-container.b2b-flyout-left i.b2b-flyout-caret {
  left: 16px !important; }

.b2b-flyout .b2b-flyout-container.b2b-flyout-right i.b2b-flyout-caret {
  left: inherit !important;
  right: 30px !important; }

.b2b-flyout .b2b-flyout-container.b2b-flyout-above {
  box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, 0.25); }
  .b2b-flyout .b2b-flyout-container.b2b-flyout-above i.b2b-flyout-caret {
    top: auto;
    bottom: 0px; }
    .b2b-flyout .b2b-flyout-container.b2b-flyout-above i.b2b-flyout-caret:before {
      top: auto;
      bottom: -9px;
      border-top: 8px solid #d3d3d3;
      border-bottom: none; }
    .b2b-flyout .b2b-flyout-container.b2b-flyout-above i.b2b-flyout-caret:after {
      border-top: 8px solid #fff;
      border-bottom: none; }

.b2b-flyout .b2b-flyout-container.b2b-flyout-centerLeft i.b2b-flyout-caret {
  left: inherit !important;
  right: -7px !important;
  top: 8px;
  transform: rotate(90deg); }

.b2b-flyout .b2b-flyout-container.b2b-flyout-centerRight i.b2b-flyout-caret {
  left: -8px !important;
  top: 296px;
  transform: rotate(-90deg); }

.b2b-flyout .buttons-group {
  margin-top: 20px; }
  .b2b-flyout .buttons-group .cta-button-group {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0 0; }
    .b2b-flyout .buttons-group .cta-button-group button {
      margin-bottom: 0; }

.b2b-flyout .heading {
  font-size: 20px;
  margin-bottom: 10px; }

.b2b-flyout .body-text {
  font-size: 14px;
  margin-bottom: 30px; }
.b2b-footer-wrapper {
  width: 100%;
  background-color: #222; }

.b2b-footer-container {
  width: 980px;
  margin: 0 auto;
  padding-top: 15px; }
  .b2b-footer-container .footer-columns {
    display: inline-block;
    text-align: left;
    vertical-align: top; }
    .b2b-footer-container .footer-columns.three-column, .b2b-footer-container .footer-columns.four-column, .b2b-footer-container .footer-columns.five-column {
      padding-top: 30px; }
    .b2b-footer-container .footer-columns.three-column {
      width: 33.3%;
      padding-left: 75px; }
    .b2b-footer-container .footer-columns.four-column {
      width: 25%;
      padding-left: 75px; }
    .b2b-footer-container .footer-columns.five-column {
      width: 20%; }
    .b2b-footer-container .footer-columns .b2b-footer-header {
      color: #009fdb;
      font-size: 18px;
      font-style: normal;
      font-family: "Omnes-ATT-W02-Medium";
      line-height: 23.9px;
      margin: 0; }
    .b2b-footer-container .footer-columns li {
      padding: 7.5px 0; }
    .b2b-footer-container .footer-columns ul li:first-child {
      padding-top: 15px; }
    .b2b-footer-container .footer-columns li a {
      color: #fff;
      font-size: 16px;
      font-family: "Omnes-ATT-W02"; }
  .b2b-footer-container .footer-nav-content {
    padding-bottom: 10px; }
    .b2b-footer-container .footer-nav-content li {
      display: inline;
      font-size: 14px;
      color: #fff;
      vertical-align: middle; }
      .b2b-footer-container .footer-nav-content li a {
        color: #fff;
        font-size: 14px;
        vertical-align: middle;
        margin-right: 5px;
        font-family: "Omnes-ATT-W02"; }

.b2b-footer-wrapper .b2b-footer-container hr {
  background: #d2d2d2;
  margin-top: 50px; }

.b2b-footer-wrapper .divider-bottom-footer {
  padding: 45px 0 50px 0; }

.b2b-footer-wrapper .footerLogo {
  margin: 10px 0 0 0px;
  vertical-align: top; }
  .b2b-footer-wrapper .footerLogo div {
    display: inline-block; }
  .b2b-footer-wrapper .footerLogo .icon-att-globe {
    font-size: 40px; }
  .b2b-footer-wrapper .footerLogo .logo-title {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    font-size: 26px;
    margin-top: 0px; }

.b2b-footer-wrapper .copyright-text {
  color: #fff;
  font-size: 11px;
  text-align: left;
  font-family: "Omnes-ATT-W02"; }
  .b2b-footer-wrapper .copyright-text a {
    color: #fff;
    text-decoration: underline;
    display: inline-block; }
    .b2b-footer-wrapper .copyright-text a:hover {
      text-decoration: none; }

@media (max-width: 768px) {
  .b2b-footer-wrapper {
    padding: 0 15px; }
  .b2b-footer-container {
    width: 100%; }
    .b2b-footer-container .footer-columns.three-column, .b2b-footer-container .footer-columns.four-column, .b2b-footer-container .footer-columns.five-column {
      width: 50%; }
  .b2b-footer-wrapper .divider-bottom-footer {
    padding-top: 15px; }
    .b2b-footer-wrapper .divider-bottom-footer .footer-links {
      width: 100%; }
  .b2b-footer-wrapper .footerLogo {
    margin: 30px 0 0 0; }
    .b2b-footer-wrapper .footerLogo .footer-logo {
      margin: 0;
      padding-left: 10px; } }
.b2b-header-tabs {
  background-color: #222;
  width: 100%;
  position: relative;
  height: 45px; }
  .b2b-header-tabs .icon-att-globe {
    color: #0568ae; }
  .b2b-header-tabs .header__items {
    width: 980px;
    margin: 0 auto;
    display: block;
    list-style: none;
    padding: 6px 0px 0px 0px;
    border-spacing: 30px 0; }
  .b2b-header-tabs .header__item {
    display: inline-block;
    text-align: left;
    width: auto;
    font-size: 16px;
    font-family: "Omnes-ATT-W02";
    cursor: pointer;
    padding: 5px 15px;
    color: #fff; }
    .b2b-header-tabs .header__item.b2b-headermenu {
      padding: 0; }
      .b2b-header-tabs .header__item.b2b-headermenu:last-child {
        background: none; }
      .b2b-header-tabs .header__item.b2b-headermenu a.menu__item {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 5px 15px; }
    .b2b-header-tabs .header__item.active {
      background-color: #fff;
      border-radius: 2px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .b2b-header-tabs .header__item.active a.menu__item {
        color: #0578ae; }
  .b2b-header-tabs li:focus {
    outline: 2px solid #0578ae; }
  .b2b-header-tabs .header__item .header-secondary-wrapper, .b2b-header-tabs .header__item .header-tertiary-wrapper {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 42px;
    border-bottom: solid 1px #ccc;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 111; }
  .b2b-header-tabs .header-secondary, .b2b-header-tabs .header-tertiary {
    background-color: #fff;
    width: 980px;
    margin: 0 auto; }
  .b2b-header-tabs .header__item.active .header-secondary-wrapper {
    display: block; }
  .b2b-header-tabs .header-secondary .header-subitem {
    display: inline-block;
    width: auto;
    margin: 0 15px; }
    .b2b-header-tabs .header-secondary .header-subitem.active .header-tertiary-wrapper {
      display: block; }
    .b2b-header-tabs .header-secondary .header-subitem a.menu__item {
      display: inline-block;
      padding: 15px 0;
      color: #333; }
      .b2b-header-tabs .header-secondary .header-subitem a.menu__item:hover, .b2b-header-tabs .header-secondary .header-subitem a.menu__item:focus {
        color: #0578ae; }

/** Secondary Menu **/
.b2b-labelhide {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

/** Tertiary Level Menu **/
.b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret {
  position: absolute;
  z-index: 111;
  top: 25px; }
  .b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:after, .b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:before {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    transition: left .2s ease-out; }
  .b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:after {
    border-bottom: 8px solid #fff;
    top: 10px; }
  .b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:before {
    border-bottom: 8px solid #ccc;
    top: 9px; }

.b2b-header-tabs .header-secondary .header-subitem.active .header-tertiary {
  border-top: solid 1px #ccc; }

.b2b-header-tabs .header-tertiary:after {
  content: '';
  clear: both;
  display: block; }

.b2b-header-tabs .header-tertiary li {
  display: inline-block;
  padding: 0;
  float: left; }
  .b2b-header-tabs .header-tertiary li a {
    color: #333;
    display: block;
    padding: 10px 15px; }
  .b2b-header-tabs .header-tertiary li label {
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #857B7B;
    padding: 15px 0 0 15px; }

.b2b-header-tabs .header__item.skip {
  padding: 0;
  display: inline-block;
  cursor: default !important; }
  .b2b-header-tabs .header__item.skip a {
    color: transparent;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none; }
    .b2b-header-tabs .header__item.skip a:focus {
      color: #fff;
      outline: 2px solid #0578ae; }

.b2b-header-tabs .selectWrap {
  min-width: 150px; }
  .b2b-header-tabs .selectWrap button.awd-select {
    height: 30px;
    line-height: 31px;
    font-size: 1rem;
    display: inline-block; }
  .b2b-header-tabs .selectWrap .awd-select-list {
    background-color: #fff;
    color: #333;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); }

@media (max-width: 768px) {
  .b2b-header-tabs {
    padding: 0 15px; }
    .b2b-header-tabs .header__items, .b2b-header-tabs .header-secondary, .b2b-header-tabs .header-tertiary {
      width: 100%; }
    .b2b-header-tabs .header__item {
      padding: 5px 0; }
    .b2b-header-tabs .globe-text {
      display: none; }
    .b2b-header-tabs .header__item.b2b-headermenu a.menu__item {
      padding: 5px 7px 9px 7px; }
    .b2b-header-tabs .header__item .header-tertiary-wrapper {
      top: 30px; }
    .b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret {
      top: 14px; }
    .b2b-header-tabs .header__item .header-secondary-wrapper {
      top: 45px; }
    .b2b-header-tabs .header__item.profile {
      padding-left: 15px;
      float: none; } }

/************* Header - Start *************/
.b2b-header-tabs {
  background-color: #222;
  width: 100%;
  position: relative;
  height: 45px; }

.b2b-header-tabs .icon-primary-att-globe {
  color: #0568ae;
  font-size: 34px;
  bottom: 1px; }

/*
 *TODO: delete below .icon-att-globel will not be used 
 *instead the one above, icon-primary-att-globe not available here
 */
.b2b-header-tabs .icon-att-globe {
  color: #0568ae;
  font-size: 34px; }

.b2b-header-tabs .globe-text {
  margin-left: 20px;
  font-size: 2rem; }

.b2b-header-tabs .header__items {
  width: 980px;
  margin: 0 auto;
  display: block;
  list-style: none;
  border-spacing: 30px 0;
  padding: 3px 0px 0px 0px; }

.b2b-header-tabs .header__item {
  display: inline-block;
  text-align: left;
  width: auto;
  font-size: 14px;
  font-family: "Omnes-ATT-W02";
  cursor: pointer;
  padding: 0 15px 4px 15px;
  /*margin-top:-3px;*/
  color: #fff; }

.b2b-header-tabs .header__item.b2b-headermenu {
  padding: 0; }

.b2b-header-tabs .header__item.b2b-headermenu a.menu__item {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 15px 12px 15px;
  font-size: 16px; }

.b2b-header-tabs .header__item.active {
  background-color: #fff;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.b2b-header-tabs .header__item.active a.menu__item {
  color: #0578ae; }

.b2b-header-tabs li:focus {
  outline: 2px solid #0578ae; }

/** profile pop Over **/
.b2b-header-tabs .header__item.profile {
  position: relative;
  float: right; }

/** Secondary Menu **/
.b2b-header-tabs .header__item .header-secondary-wrapper, .b2b-header-tabs .header__item .header-tertiary-wrapper {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 42px;
  border-bottom: solid 1px #ccc;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  display: none;
  z-index: 111; }

.b2b-header-tabs .header-secondary, .b2b-header-tabs .header-tertiary {
  background-color: #fff;
  width: 980px;
  margin: 0 auto; }

.b2b-header-tabs .header__item.active .header-secondary-wrapper,
.b2b-header-tabs .header-secondary .header-subitem.active .header-tertiary-wrapper {
  display: block; }

.b2b-header-tabs .header-secondary .header-subitem {
  display: inline-block;
  width: auto;
  margin: 0 15px; }

.b2b-header-tabs .header-secondary .header-subitem a.menu__item {
  display: inline-block;
  padding: 15px 0;
  color: #333;
  font-size: 14px; }

.b2b-header-tabs .header-secondary .header-subitem a.menu__item:hover, .b2b-header-tabs .header-secondary .header-subitem a.menu__item:focus {
  color: #0578ae; }

.b2b-label-hide {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

/** Tertiary Level Menu **/
.b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:after,
.b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:before {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  -webkit-transition: left .2s ease-out;
  -moz-transition: left .2s ease-out;
  transition: left .2s ease-out; }

.b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret {
  position: absolute;
  z-index: 111;
  top: 25px; }

.b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:after {
  border-bottom: 8px solid #fff;
  top: 10px; }

.b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret:before {
  border-bottom: 8px solid #ccc;
  top: 9px; }

/** Tertiary Level Menu **/
.b2b-header-tabs .header-secondary .header-subitem.active .header-tertiary {
  border-top: solid 1px #ccc; }

.b2b-header-tabs .header-tertiary:after {
  content: '';
  clear: both;
  display: block; }

.b2b-header-tabs .header-tertiary li {
  display: inline-block;
  padding: 0;
  float: left; }

.b2b-header-tabs .header-tertiary li a {
  color: #333;
  display: block;
  padding: 7px 15px;
  max-width: 228px; }

.b2b-header-tabs .header-tertiary li label {
  text-align: left;
  display: block;
  font-size: 14px !important;
  font-weight: bold;
  color: #857B7B;
  padding: 15px 0 0 15px; }

/** Quarternary Level Menu **/
.b2b-header-tabs .header-quarternary {
  width: 100%;
  float: left; }

.b2b-header-tabs .header-quarternary li {
  padding-left: 15px;
  font-family: "Omnes-ATT-W02";
  display: none; }

.b2b-header-tabs .header-quarternary li.active {
  display: block; }

.b2b-header-tabs .header-quarternary li a {
  color: #666666;
  font-size: 14px;
  padding: 0px 10px 10px 10px; }

/** Skip Navigation**/
.b2b-header-tabs .header__item.skip {
  padding: 0;
  display: inline-block;
  cursor: default !important; }

.b2b-header-tabs .header__item.skip a {
  color: transparent;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none; }

.b2b-header-tabs .header__item.skip a:focus {
  color: #fff;
  outline: 2px solid #0578ae; }

/** Dropdown css inside Header ****/
.b2b-header-tabs .selectWrap {
  min-width: 150px; }

.b2b-header-tabs .selectWrap button.awd-select, .b2b-header-tabs .selectWrap input.awd-select {
  height: 36px;
  line-height: 31px;
  font-size: 1rem;
  display: inline-block; }

.b2b-header-tabs .selectWrap .awd-select-list {
  background-color: #fff;
  color: #333;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); }

/*
 * responsive header media queries
 */
@media screen and (max-width: 1100px) {
  .b2b-header-tabs .globe-text {
    display: none; }
  .b2b-header-tabs .header__item.profile {
    padding-left: 15px;
    float: none; }
  .b2b-header-tabs .header__items {
    padding-top: 0px; } }

@media screen and (max-width: 950px) {
  .header__item.profile {
    top: 20px; }
  .b2b-header-tabs {
    height: 90px; }
  .selectWrap {
    bottom: 15px; }
  .b2b-header-tabs .header__items {
    padding-top: 25px; }
  .b2b-header-tabs .header__item .header-secondary-wrapper, .b2b-header-tabs .header__item .header-tertiary-wrapper {
    top: 80px; }
  .b2b-header-tabs .header-secondary .header-subitem.active i.menuCaret {
    top: 35px; }
  .b2b-header-tabs .header__item.b2b-headermenu a.menu__item {
    padding-bottom: 30px; }
  .b2b-header-tabs .header-secondary .header-subitem.active .header-tertiary {
    margin-top: -28px; } }

/*************** Header - END ******************/
.hp-container {
  display: block;
  max-width: 408px; }
  .hp-container i:focus {
    outline: thin dotted #666; }
  .hp-container .icon-misc-pen {
    cursor: pointer; }
  .hp-container .icon-misc-trash {
    cursor: pointer; }

.hp-selected {
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 16px; }
  .hp-selected .selected-days {
    padding-bottom: 16px; }
    .hp-selected .selected-days .day {
      padding-top: 10px;
      float: left; }

.hp-checkbox {
  padding-top: 20px;
  margin: 16px auto 0 auto; }
  .hp-checkbox label {
    position: relative;
    width: 20px;
    margin-right: 34px; }
    .hp-checkbox label span {
      position: absolute;
      top: -20px;
      left: 0px;
      margin-left: 0px; }

.hp-dropdowns {
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }

.hp-buttons {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox; }

.hp-dropdowns .radio-buttons {
  margin-top: 30px; }
  .hp-dropdowns .radio-buttons .radio {
    margin-right: 15px; }
.b2b-list-box-item {
  white-space: nowrap;
  margin: 1px;
  border: 1px solid transparent;
  outline: none;
  visibility: inherit;
  display: inherit;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  padding: 5px 0 5px;
  padding-left: 15px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  .b2b-list-box-item:focus {
    border: 2px solid #5e8cb3;
    background-color: #cfdde9; }
.monthselector thead tr th {
  min-width: 46px; }

.monthselector thead tr:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 52px;
  height: 1px;
  width: 85%;
  border-bottom: 1px solid #ccc; }

.monthselector tbody tr:last-child {
  height: 50px; }

.monthselector td.day {
  margin: 1px 4px !important;
  width: 64px !important; }

.monthselector .datepicker-switch {
  width: 195px !important; }

.monthselector .show-date {
  width: 30px !important; }

.monthselector button.faux-input {
  width: 100%; }
  .monthselector button.faux-input:focus {
    border: 1px solid #0574ac; }
  .monthselector button.faux-input:disabled {
    cursor: not-allowed; }

.monthselector .cta-button-group {
  padding: 0 20px; }
  .monthselector .cta-button-group a {
    margin-right: 20px; }

.monthselector .day.active .show-date:after, .monthselector .day:focus .show-date:after, .monthselector .due-date.disabled .show-date:after {
  height: 30px;
  left: 9px !important;
  top: 0;
  width: 42px !important; }

.monthselector .disabled.day:focus .show-date:after {
  border: none; }
.b2b-ml-nav {
  padding: 0 10px 0 10px;
  width: 320px; }

.b2b-ml-nav ul {
  list-style: none;
  list-style-type: none; }

.b2b-ml-nav a {
  display: block;
  padding: 0 0 5px 30px;
  line-height: 22px;
  margin-left: -10px;
  color: #333;
  font-size: 1.4rem; }

.b2b-ml-nav a:focus {
  outline-offset: 1px; }

.b2b-ml-nav li:focus {
  outline: none; }

.b2b-ml-nav li:focus > a {
  outline: thin dotted #666;
  outline-offset: 1px; }

.b2b-ml-nav ul li {
  border-left: 1px solid #ccc; }

.b2b-ml-nav ul ul {
  padding: 0 0 0 20px; }

.b2b-ml-nav ul > li {
  position: relative;
  line-height: 18px; }

.b2b-ml-nav a > span {
  background-color: #FFF;
  display: inline;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -11px;
  top: 0; }

.b2b-ml-nav a > span > i {
  font-size: 20px; }

.b2b-ml-nav a:only-child {
  color: #0574ac; }

.b2b-ml-nav a:only-child > span {
  left: -6px;
  border-radius: 50%;
  line-height: 7px;
  top: 5px; }

.b2b-ml-nav a:only-child > span > i {
  background-color: inherit;
  background: #fff;
  font-size: 10px; }

.b2b-ml-nav ul li:first-child > a:only-child > span {
  left: -6px;
  border-radius: 50%;
  line-height: 12px;
  top: 0px; }

.b2b-ml-nav li a + ul {
  display: none; }

.b2b-ml-nav li a.active + ul {
  display: block; }

/*to overide ng-doc inline property for library demo - TODO: Move to docs.css*/
.b2b-ml-nav a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:before, a [class*=" icon-"]:before {
  display: inline-block; }
.b2b-alerts-messages {
  background-color: #fff;
  border-radius: 8px;
  height: auto; }
  .b2b-alerts-messages h3 {
    color: #333 !important;
    font-family: "Omnes-ATT-W02-Medium";
    margin-bottom: 0 !important; }
  .b2b-alerts-messages h4 {
    color: #333 !important;
    font-family: "Omnes-ATT-W02-Medium";
    margin-bottom: 0 !important; }
  .b2b-alerts-messages .alert-info {
    background-color: #0574ac;
    border: 0; }
  .b2b-alerts-messages .alert-error {
    background-color: #cf2a2a;
    border: 0; }
  .b2b-alerts-messages .alert-success {
    background-color: #1b7e28;
    border: 0; }
  .b2b-alerts-messages div:nth-child(2) {
    padding: 0 0 15px 10px;
    vertical-align: baseline; }
  .b2b-alerts-messages .close:before {
    color: #767676; }
  .b2b-alerts-messages p {
    font-size: 14px;
    color: #333;
    font-family: "Omnes-ATT-W02"; }
    .b2b-alerts-messages p a {
      color: #333; }
  .b2b-alerts-messages .btn-small {
    margin-bottom: 0px; }

.b2b-alerts-success {
  border: 1px solid #1b7e28; }

.b2b-alerts-error {
  border: 1px solid #cf2a2a; }

.b2b-alerts-info {
  border: 1px solid #0574ac; }
.b2b-breadcrumb-css-override > li {
  margin-right: 24px; }

.b2b-breadcrumb-css-override li > * {
  float: left !important; }

.b2b-css-override ul.nav-tabs {
  margin-bottom: 0; }

.b2b-css-override div.tab-content {
  margin-top: 0;
  border-top: none; }

.b2b-css-override .tab-content .prettyprint, .b2b-css-override .usage .prettyprint {
  max-height: 500px;
  overflow-y: auto; }

.b2b-top-nav-buttons-css-override {
  margin-bottom: 0;
  margin-top: 2px; }

.b2b-auto-width {
  width: auto !important; }

.b2b-toggle-header-active {
  color: #0568ae; }

.b2b-toggle-header-inactive {
  color: #333333; }

.b2b-toggle-header-icon {
  cursor: pointer; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.icon-circle:before {
  background-image: url("data:image/svg+xml,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ccircle%20fill%3D%22transparent%22%20stroke%3D%22%23666%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2216%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  top: 0;
  z-index: 1; }

.ds2-no-colors .icon-circle:before {
  background-image: none;
  content: "\e902"; }

i:focus {
  outline: thin dotted #666; }
.b2b-p-col-md-12 {
  width: 50%; }
  .b2b-p-col-md-12 input {
    margin-left: 20px; }

.b2b-pager__item {
  border-radius: 0;
  cursor: default;
  display: inline-block;
  margin: 5px;
  min-width: 23px;
  height: 23px;
  vertical-align: baseline; }

.b2b-pager__item--noclick {
  pointer-events: none !important;
  cursor: default !important; }

.b2b-pager {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto; }
  .b2b-pager a:hover {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
  .b2b-pager a:focus {
    text-decoration: none;
    color: #333333;
    cursor: pointer; }
  .b2b-pager a .icon-right:before {
    display: inline-block; }
  .b2b-pager a .icon-left:before {
    display: inline-block; }
  .b2b-pager .disabled i {
    pointer-events: none;
    cursor: default;
    color: #c4c4c4; }

.b2b-pager__item--input {
  color: #067ab4;
  max-height: 32px;
  max-width: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-left: 10px; }

.row.section-row {
  margin-bottom: 20px; }

.b2b-pager__item--active {
  border-bottom: 2px solid #0574ac;
  border-radius: 0;
  color: #333333; }

.row.section-row.ddh-page {
  display: block; }

a.b2b-pager__item--next:focus {
  text-decoration: none;
  border: 0; }

a.b2b-pager__item--next-disabled {
  outline: 0; }

a.b2b-pager__item--next-disabled > [class^="icon-"] {
  color: #cccccc;
  cursor: not-allowed;
  outline: 0; }

a.b2b-pager__item--prev:focus {
  text-decoration: none;
  border: 0; }

a.b2b-pager__item--prev-disabled {
  outline: 0; }

a.b2b-pager__item--prev-disabled > [class^="icon-"] {
  color: #cccccc;
  cursor: not-allowed; }

.b2b-pager__item--next {
  margin: 5px;
  padding: 1.5px 6px 1.5px 6px; }

.b2b-pager__item--prev {
  margin: 5px;
  padding: 1.5px 6px 1.5px 6px; }

.fieldLabel {
  color: #666666; }
  .fieldLabel input {
    color: #666666; }
  .fieldLabel .btn-arrow {
    top: 0;
    left: 10px; }

.b2b-pSelect {
  float: right;
  width: 150px; }

.b2b-numericResult {
  margin-bottom: 20px;
  font-size: 1.6rem;
  margin-top: 20px; }

.b2b-mobile-view > .b2b-pager__item {
  margin: 5px 10px;
  min-width: 23px;
  height: 34px;
  vertical-align: middle;
  line-height: 34px; }

.b2b-fade1 {
  opacity: 0.4; }

.b2b-fade2 {
  opacity: 0.6; }

.b2b-fadesl {
  opacity: 0.6; }

h4#b2b-pagination-truncated {
  margin-top: 50px; }

h4#b2b-pagination-large-count {
  margin-top: 50px; }

.b2b-page-heading {
  background: white none repeat scroll 0 0;
  margin-bottom: -12px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.b2b-numericResult:focus {
  outline: 1px dotted #0574ac; }

.b2b-page-heading-group {
  color: #ef6f00;
  font-family: "Omnes-ATT-W02-Medium"; }

.b2b-pager > div > span.fieldLabel {
  margin-left: 18px; }
.b2b-pane-selector-wrapper {
  width: 100%;
  display: block;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }
  .b2b-pane-selector-wrapper .side-nav {
    width: 20%;
    display: inline-block;
    float: left; }
  .b2b-pane-selector-wrapper .pane-container {
    width: 80%;
    vertical-align: top;
    margin: 0;
    padding-top: 30px;
    border-left: solid 1px #ccc;
    font-family: "Omnes-ATT-W02";
    display: none; }
    .b2b-pane-selector-wrapper .pane-container.active {
      display: inline-block; }
    .b2b-pane-selector-wrapper .pane-container .pane-container-top {
      padding-left: 15px; }
    .b2b-pane-selector-wrapper .pane-container .panes {
      display: -webkit-flex;
      display: flex;
      border-top: solid 1px #ccc;
      margin-top: 30px; }
      .b2b-pane-selector-wrapper .pane-container .panes div.pane-block {
        height: inherit;
        overflow-y: auto;
        border-right: solid 1px #ccc;
        position: relative;
        flex: 1;
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */ }
        .b2b-pane-selector-wrapper .pane-container .panes div.pane-block:focus {
          outline: dotted 1px #333333; }
    .b2b-pane-selector-wrapper .pane-container .search-block {
      position: relative;
      float: right; }
      .b2b-pane-selector-wrapper .pane-container .search-block input[type="search"]:focus {
        padding-right: 40px; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block .form-row p {
      margin-top: 15px; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block div {
      border-bottom: solid 1px #ccc; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block .form-row {
      display: block;
      padding: 19px 14px 19px 14px;
      margin-top: 0px;
      border: dotted 1px transparent;
      border-bottom: solid 1px #ccc; }
      .b2b-pane-selector-wrapper .pane-container .panes div.pane-block .form-row:focus {
        border: dotted 1px #333333 !important; }
      .b2b-pane-selector-wrapper .pane-container .panes div.pane-block .form-row:last-child {
        border-bottom: none; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block > .no-content {
      text-align: center;
      border-bottom: none;
      display: block;
      position: absolute;
      top: 45%;
      left: 0;
      right: 0; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block div:last-child {
      border-bottom: none; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block .form-row span.margin-chk {
      margin: 15px 15px 0px 15px;
      float: left; }
    .b2b-pane-selector-wrapper .pane-container .panes div.pane-block .form-row .checkbox-selectall {
      margin: 0px 0 0 24px !important; }
  .b2b-pane-selector-wrapper .side-nav li {
    font-family: "Omnes-ATT-W02-Medium";
    border: none;
    border-top: solid 1px #ccc;
    display: block;
    width: auto !important; }
    .b2b-pane-selector-wrapper .side-nav li.active {
      background-color: #f6f6f6;
      position: inherit !important; }
      .b2b-pane-selector-wrapper .side-nav li.active > a {
        font-size: 16px;
        color: #333;
        text-decoration: none;
        border: none;
        background-color: transparent;
        padding: 20px 15px;
        display: block;
        height: auto;
        border-left: 4px solid #0574ac; }
    .b2b-pane-selector-wrapper .side-nav li > a {
      font-size: 16px;
      color: #333;
      text-decoration: none;
      border: none;
      background-color: transparent;
      padding: 20px 15px;
      display: block;
      height: auto; }
    .b2b-pane-selector-wrapper .side-nav li > a:focus {
      border-right: dotted 1px #333333; }
    .b2b-pane-selector-wrapper .side-nav li:first-child {
      border-top: none;
      margin-left: none !important; }
input.b2b-phone-mask-input {
  padding-right: 15px; }
  input.b2b-phone-mask-input:hover, input.b2b-phone-mask-input:focus {
    padding-right: 15px; }

/************************** Start - Should be removed after the styling in global is fixed *******************/
input::-ms-clear {
  display: none; }

/************************** End - Should be removed after the styling in global is fixed *******************/
@media (max-width: 767px) {
  input::-ms-clear {
    display: block; } }
.b2b-profile-block-container {
  min-height: 200px;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 1px 1px  #ccc;
  display: inline-table;
  margin: 15px 15px; }

.b2b-profile-block-details p, .b2b-profile-block-details div {
  padding: 2px 7px;
  font-size: 1.4rem; }

.b2b-profile-block-details .radio-label, .b2b-profile-block-details a {
  font-size: 1.4rem; }

.b2b-profile-block-details p label, .b2b-profile-block-details p span {
  padding-left: 10px; }

.b2b-profile-block-footer {
  margin-bottom: 12px;
  margin-top: 5px;
  height: 35px; }

.b2b-profile-block-details p {
  word-wrap: break-word;
  height: 61px; }
  .b2b-profile-block-details p:first-child {
    margin-top: 10px; }
  .b2b-profile-block-details p:after {
    content: ' ';
    display: block;
    border: 0.2px solid #ccc;
    margin-top: 12px; }

.b2b-profile-block-details .radio {
  margin-left: 15px;
  height: 30px; }

.b2b-approval-icon {
  color: #1b7e28;
  float: right;
  position: relative;
  left: 10px; }
  .b2b-approval-icon i {
    color: #1b7e28;
    float: right; }

.b2b-profile-link {
  float: right;
  position: relative;
  left: -4px; }

a.link-profile {
  position: relative;
  left: -5px;
  float: right;
  margin-bottom: 16px; }

.b2b-profile-block-radio {
  position: relative;
  top: -5px; }
.b2b-profile-card {
  min-width: 229px;
  min-height: 354px;
  margin: 10px;
  border: solid 1px #CCC;
  font-family: "Omnes-ATT-W02";
  display: inline-block;
  vertical-align: top; }
  .b2b-profile-card .top-block {
    padding: 15px 20px;
    background-color: #e4e4e4;
    max-height: 153px; }
  .b2b-profile-card .bottom-block {
    padding: 15px 20px 15px 20px;
    background-color: #fff; }
  .b2b-profile-card .profile-image {
    background: #e4e4e4;
    margin-bottom: 15px;
    text-align: center; }
    .b2b-profile-card .profile-image .default-img {
      display: inline-block;
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
      border: 6px solid #fff;
      border-radius: 99em;
      -webkit-border-radius: 99em;
      -moz-border-radius: 99em;
      /* background-color: #eee; */ }

.profile-image img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border: 6px solid #fff;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  /* background-color: #eee; */ }

.b2b-profile-card .profile-image .default-img {
  font-family: "Omnes-ATT-W02";
  color: #333;
  background-color: #fff;
  font-size: 32px;
  line-height: 22px;
  padding: 5px;
  padding-top: 13px;
  width: 60px;
  height: 60px;
  text-transform: uppercase; }

.b2b-profile-card .profile-image .name {
  font-family: "Omnes-ATT-W02-Medium";
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
  text-transform: capitalize; }

.b2b-profile-card .profile-image .status-icon {
  border-radius: 10px;
  border: 1px solid #fff;
  margin: 0 3px 0 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle; }

.b2b-profile-card .profile-image .status {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin: 0 15px 0 0;
  color: #444; }

.b2b-profile-card .status .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 30px 6px 0px 20px;
  text-align: center;
  background-color: #444; }

.b2b-profile-card .profile-image .status-green {
  background-color: #0c0; }

.b2b-profile-card .profile-image .status-red {
  background-color: red; }

.b2b-profile-card .profile-image .status-blue {
  background-color: #00f; }

.b2b-profile-card .profile-image .status-yellow {
  background-color: #ff0; }

.b2b-profile-card .profile-image .status .status-badge {
  margin-left: 5px;
  border: dotted 1px #444;
  background-color: transparent;
  font-weight: 400;
  color: #444;
  height: 17px;
  padding: 0 5px;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px; }

.b2b-profile-card .profile-details {
  background: #fff; }
  .b2b-profile-card .profile-details label {
    display: block;
    cursor: text;
    font-family: "Omnes-ATT-W02-Medium";
    font-weight: bolder;
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0; }
  .b2b-profile-card .profile-details div {
    margin: 0;
    font-size: 14px;
    color: #333;
    padding-bottom: 6.5px; }

.b2b-profile-card .b2b-add-user {
  background: white;
  border-style: dotted;
  font-size: 16px;
  color: #333;
  position: relative; }
  .b2b-profile-card .b2b-add-user i {
    font-size: 30px;
    padding-bottom: 15px; }

.b2b-profile-card .atcenter {
  cursor: pointer;
  margin-top: 60%;
  vertical-align: middle;
  text-align: center; }

.b2b-profile-card .tooltip {
  cursor: pointer; }
  .b2b-profile-card .tooltip .helpertext {
    position: relative;
    color: white; }

.b2b-profile-card .tooltip-wrapper {
  position: relative; }

/* Overrides for tooltip absolute positioning */
@media (min-width: 1025px) {
  .b2b-profile-card .tooltip-size-control {
    width: 100% !important; } }
.b2b-seek-bar-container {
  position: relative; }
  .b2b-seek-bar-container div {
    position: absolute; }
  .b2b-seek-bar-container .b2b-seek-bar-track-container {
    width: 100%; }
  .b2b-seek-bar-container .b2b-seek-bar-track {
    width: 100%;
    height: 6px;
    background-color: #cccccc;
    border-radius: 10px; }
  .b2b-seek-bar-container .b2b-seek-bar-track-fill {
    width: 100%;
    height: 6px;
    background-color: #cccccc;
    border-radius: 10px;
    width: 0;
    background-color: #157BB2;
    transition: width 0s linear; }

.seek-bar-container .seek-bar-knob-container {
  transition: left 0s linear; }

.b2b-seek-bar-container .b2b-seek-bar-knob {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  top: -4px;
  left: -8px;
  border: 1px solid #cccccc;
  background: white;
  cursor: pointer; }

.b2b-seek-bar-container .b2b-seek-bar-knob:focus {
  outline: thin dotted #666; }

.b2b-seek-bar-container.vertical {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px; }
  .b2b-seek-bar-container.vertical .b2b-seek-bar-track-container {
    position: relative;
    height: 100%; }
  .b2b-seek-bar-container.vertical .b2b-seek-bar-track {
    position: absolute;
    height: 100%; }
  .b2b-seek-bar-container.vertical .b2b-seek-bar-track-fill {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%; }
  .b2b-seek-bar-container.vertical .b2b-seek-bar-knob-container {
    transition: bottom .01s linear;
    position: relative;
    bottom: 0; }
  .b2b-seek-bar-container.vertical .b2b-seek-bar-knob {
    position: absolute;
    border-radius: 10px;
    top: -7px;
    left: -4px; }
.b2b-slider-container {
  position: relative; }
  .b2b-slider-container.slider-disabled {
    cursor: not-allowed !important; }
  .b2b-slider-container div {
    position: absolute; }
  .b2b-slider-container .slider-track-container {
    width: 100%;
    cursor: pointer; }
  .b2b-slider-container .slider-track {
    width: 100%;
    height: 6px;
    background-color: #cccccc;
    border-radius: 10px; }
  .b2b-slider-container .slider-track-fill {
    width: 100%;
    height: 6px;
    background-color: #cccccc;
    border-radius: 10px;
    width: 0;
    background-color: #157BB2;
    transition: width 0s linear; }
  .b2b-slider-container .slider-knob-container {
    transition: left 0s linear; }
    .b2b-slider-container .slider-knob-container.slider-knob-hidden {
      display: none !important; }
  .b2b-slider-container .slider-knob {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    top: -4px;
    left: -8px;
    border: 1px solid #cccccc;
    background: white;
    cursor: pointer; }
    .b2b-slider-container .slider-knob:focus {
      outline: thin dotted #666; }

.b2b-slider-endpoints-container {
  margin-top: 13px;
  color: #333;
  font-size: 12px; }
  .b2b-slider-endpoints-container .b2b-slider-endpoints-left {
    float: left;
    line-height: 100%; }
  .b2b-slider-endpoints-container .b2b-slider-endpoints-right {
    float: right;
    line-height: 100%; }
  .b2b-slider-endpoints-container::after {
    clear: both;
    content: "";
    display: block; }

.b2b-slider-container.vertical {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 10px; }
  .b2b-slider-container.vertical .slider-track-container {
    position: relative;
    height: 100%; }
  .b2b-slider-container.vertical .slider-track {
    position: absolute;
    height: 100%; }
  .b2b-slider-container.vertical .slider-track-fill {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%; }
  .b2b-slider-container.vertical .slider-knob-container {
    transition: bottom 0s linear;
    position: relative;
    bottom: 0; }
    .b2b-slider-container.vertical .slider-knob-container.slider-knob-hidden {
      display: none !important; }
  .b2b-slider-container.vertical .slider-knob {
    position: absolute;
    border-radius: 10px;
    top: -7px;
    left: -4px; }
.b2b-status-tracker > .btn-arrow:nth-of-type(1) {
  margin-right: 10px; }

.b2b-status-tracker > .btn-arrow:nth-of-type(2) {
  margin-left: 20px; }

.b2b-status-tracker > .btn-arrow {
  height: 20px;
  margin-top: 25px;
  overflow: visible; }
  .b2b-status-tracker > .btn-arrow > .btn-secondary > .icon-left {
    margin-right: 5px;
    color: #0574ac; }
  .b2b-status-tracker > .btn-arrow > .btn-secondary > .icon-right {
    color: #0574ac; }

.b2b-status-tracker > .b2b-status-tracker-step {
  padding: 0;
  position: relative; }

.b2b-status-tracker-step {
  margin-left: 5px; }

.b2b-status-tracker > .b2b-status-tracker-step .b2b-status-tracker-heading {
  font-family: "Omnes-ATT-W02";
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px; }

.b2b-status-tracker > .b2b-status-tracker-step.complete > .b2b-status-tracker-heading {
  font-family: "Omnes-ATT-W02-Medium";
  color: #1b7e28; }

.b2b-status-tracker > .b2b-status-tracker-step.complete > .progress > .progress-bar {
  width: 100%;
  background-color: #1b7e28; }

.b2b-status-tracker > .b2b-status-tracker-step.complete > .b2b-status-tracker-estimate {
  font-family: "Omnes-ATT-W02-Medium";
  color: #333333; }
  .b2b-status-tracker > .b2b-status-tracker-step.complete > .b2b-status-tracker-estimate > .icon-controls-approval {
    color: #1b7e28; }

.b2b-status-tracker > .b2b-status-tracker-step.current > .b2b-status-tracker-heading {
  font-family: "Omnes-ATT-W02-Medium";
  color: #333333; }

.b2b-status-tracker > .b2b-status-tracker-step.current > .progress > .progress-bar {
  width: 100%;
  background-color: #333333; }

.b2b-status-tracker > .b2b-status-tracker-step.current > .b2b-status-tracker-estimate > .icon-misc-time {
  color: #333333; }

.b2b-status-tracker > .b2b-status-tracker-step > .progress {
  position: relative;
  border-radius: 1.5px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #c5c5c5; }
  .b2b-status-tracker > .b2b-status-tracker-step > .progress > .progress-bar {
    width: 0;
    height: 3px; }

.b2b-status-tracker > .b2b-status-tracker-step > .b2b-status-tracker-estimate {
  font-family: "Omnes-ATT-W02";
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px; }
  .b2b-status-tracker > .b2b-status-tracker-step > .b2b-status-tracker-estimate > .icon-misc-time {
    color: #767676; }

.b2b-status-tracker > .b2b-status-tracker-step > .b2b-status-tracker-description {
  font-family: "Omnes-ATT-W02";
  font-size: 12px;
  color: #767676;
  padding-right: 15px; }
.b2b-step-tracker {
  height: auto;
  padding: 0px 0px 0px 0px; }
  .b2b-step-tracker .btn.btn-left {
    margin-right: 10px; }
  .b2b-step-tracker .btn.btn-right {
    margin-left: 5px; }
  .b2b-step-tracker .b2b-left-arrow {
    float: left;
    margin-top: -5px; }
  .b2b-step-tracker .b2b-right-arrow {
    float: right;
    margin-top: -5px; }
  .b2b-step-tracker .b2b-steps {
    display: flex;
    height: 5px;
    margin-top: 30px;
    position: relative; }
    .b2b-step-tracker .b2b-steps li {
      color: #767676;
      flex: 1;
      margin-right: 5px;
      background-color: #767676;
      outline: 1px solid transparent;
      height: 3px; }
      .b2b-step-tracker .b2b-steps li.b2b-step-done {
        background-color: #1b7e28;
        color: #007a3e;
        height: 3px; }
      .b2b-step-tracker .b2b-steps li.b2b-step-on {
        background-color: #333333;
        color: #333333;
        height: 3px;
        font-family: "Omnes-ATT-W02-Medium"; }
      .b2b-step-tracker .b2b-steps li .b2b-step-text {
        bottom: 29px;
        display: inline-block;
        font-size: 14px;
        margin-top: 0;
        position: relative;
        white-space: nowrap; }
      .b2b-step-tracker .b2b-steps li .b2b-step-text[data-large-text]:before {
        content: attr(data-large-text) " "; }
    .b2b-step-tracker .b2b-steps li:first-child {
      border-radius: 2px 0 0 2px; }
    .b2b-step-tracker .b2b-steps li:last-child {
      margin-right: 0;
      border-radius: 0 2px 2px 0; }

@media (max-width: 1024px) {
  .b2b-step-tracker {
    padding: 25px 0; }
    .b2b-step-tracker .b2b-steps {
      margin-top: 0; }
      .b2b-step-tracker .b2b-steps li .b2b-step-text {
        display: none; }
      .b2b-step-tracker .b2b-steps li .b2b-step-text[data-sm-text]:before {
        content: attr(data-sm-text) " ";
        color: #333333; }
      .b2b-step-tracker .b2b-steps li.b2b-step-on .b2b-step-text {
        bottom: 6px;
        display: block;
        font-size: 10px;
        left: 0;
        line-height: 1;
        margin-top: 10px;
        position: absolute;
        top: 4px; } }
.b2b-table-message {
  font-family: "Omnes-ATT-W02"; }
  .b2b-table-message .b2b-magnify-glass {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20enable-background%3D%22new%200%200%2036%2036%22%3E%3Cpath%20d%3D%22M27.847%208.26c-1.805-1.803-4.202-2.795-6.751-2.795-2.548%200-4.945.993-6.749%202.796-1.803%201.803-2.796%204.2-2.796%206.75%200%201.879.543%203.681%201.576%205.242l-7.059%207.059c-.357.356-.554.831-.554%201.336-.001.505.196.98.554%201.337.357.356.832.552%201.336.552.503%200%20.977-.196%201.336-.553l7.047-7.048c1.576%201.062%203.402%201.622%205.309%201.622%202.55%200%204.948-.993%206.751-2.796%201.803-1.804%202.796-4.201%202.796-6.751%200-2.549-.993-4.947-2.796-6.751zm-6.761.96c3.186%200%205.778%202.592%205.778%205.778%200%203.186-2.592%205.778-5.778%205.778-3.186%200-5.778-2.592-5.778-5.778%200-3.185%202.592-5.778%205.778-5.778z%22%20fill%3D%22%23767676%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 50px; }
  .b2b-table-message .b2b-alert {
    font-size: 50px; }
  .b2b-table-message .b2b-loading-dots {
    font-size: 50px;
    margin-bottom: 20px; }
  .b2b-table-message .b2b-message {
    text-align: center;
    padding-bottom: 45px;
    padding-top: 40px;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    padding-bottom: 45px;
    border-color: #d2d2d2;
    width: 100%;
    min-height: 220px; }
  .b2b-table-message .b2b-error-title {
    font-family: "Omnes-ATT-W02";
    color: #444444;
    line-height: 26px;
    margin-top: 10px; }
  .b2b-table-message .b2b-message-title {
    color: #444;
    font-family: "Omnes-ATT-W02"; }
.b2b-table-scrollbar {
  border: 1px solid;
  width: 651px; }
  .b2b-table-scrollbar .b2b-table-inner-container {
    width: 650px;
    padding-left: 150px;
    overflow-x: scroll; }
  .b2b-table-scrollbar th:first-child {
    background-color: #FFFFFF; }
  .b2b-table-scrollbar td:first-child {
    background-color: #FFFFFF;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-top: -0.5px; }
  .b2b-table-scrollbar tr th:nth-child(2), .b2b-table-scrollbar tr td:nth-child(2) {
    border-left: none; }

@-moz-document url-prefix() {
  .b2b-table-scrollbar td:first-child {
    border-top: none; } }

.b2b-scrollbar-arrow-left {
  float: left;
  margin: 10px; }

.b2b-scrollbar-arrow-right {
  float: right;
  clear: right;
  margin: 10px; }
  .b2b-scrollbar-arrow-right.btn-arrow .btn {
    margin-right: 0; }

.b2b-table-scrollbar ::-webkit-scrollbar {
  height: 10px; }

.b2b-table-scrollbar ::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 5px; }
.b2b-tags {
  background-color: #f2f2f2;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin: 3px 5px 3px 0;
  padding: 2px 15px;
  border-radius: 6px;
  border: 1px solid #c9c9c9;
  display: inline-block; }
  .b2b-tags .tags__item {
    font-size: 14px;
    vertical-align: baseline;
    zoom: 1;
    color: #333; }
    .b2b-tags .tags__item i {
      color: #0574ac;
      font-size: 14px;
      font-weight: bold;
      margin-left: 10px; }
      .b2b-tags .tags__item i:hover {
        cursor: pointer; }
    .b2b-tags .tags__item i:focus {
      outline: thin dotted #666; }
    .b2b-tags .tags__item:last-child {
      margin-right: 0; }
    .b2b-tags .tags__item:hover {
      text-decoration: none; }
    .b2b-tags .tags__item:focus {
      outline: 1px dotted #666; }
.b2b-tree {
  padding: 0 10px 0 10px;
  width: 320px; }
  .b2b-tree ul {
    list-style: none;
    list-style-type: none; }
  .b2b-tree a {
    display: block;
    padding: 0 0 5px 30px;
    line-height: 22px;
    margin-left: -10px;
    font-size: 1.4rem;
    outline-offset: -1px; }
  .b2b-tree li:focus {
    outline: none; }
    .b2b-tree li:focus > a {
      outline: thin dotted #666;
      outline-offset: -1px; }
  .b2b-tree ul li {
    border-left: 1px solid #ccc; }
    .b2b-tree ul li.bg > a {
      color: #333;
      background-image: url("../style/images/treebg.png"); }
  .b2b-tree ul ul {
    padding: 0 0 0 20px; }
  .b2b-tree ul > li {
    position: relative;
    line-height: 18px; }
  .b2b-tree a > span {
    background-color: #FFF;
    display: inline;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -11px;
    top: 0;
    line-height: 14px;
    width: 11px; }
    .b2b-tree a > span > i {
      font-size: 20px; }
  .b2b-tree a:only-child {
    color: #0574ac; }
    .b2b-tree a:only-child > span {
      left: -11px;
      border-radius: 50%;
      line-height: 7px;
      top: 0; }
      .b2b-tree a:only-child > span > i {
        background-color: inherit;
        background: #fff; }
  .b2b-tree a > span > i.icon-circle {
    background-color: inherit;
    background: #fff;
    font-size: 10px; }
  .b2b-tree ul li:first-child > a:only-child > span {
    left: -11px;
    border-radius: 50%;
    line-height: 12px; }
  .b2b-tree ul li:last-child > a:only-child > span {
    height: 27px;
    background-color: #fff; }
  .b2b-tree li a + ul {
    height: 0;
    overflow: hidden; }
  .b2b-tree li a.active + ul {
    height: auto; }
  .b2b-tree li a.grp {
    font-family: "Omnes-ATT-W02-Italic"; }
    .b2b-tree li a.grp.active {
      color: #333; }
  .b2b-tree span.end {
    left: -6px !important;
    top: 5px !important; }
  .b2b-tree span.first-link {
    width: 3px !important;
    height: 15px !important;
    top: 0px !important;
    left: -2px !important;
    background: #fff; }
.b2b-tree-checkbox {
  padding: 0 10px 0 10px;
  width: 320px; }
  .b2b-tree-checkbox ul {
    list-style: none;
    list-style-type: none; }
  .b2b-tree-checkbox a {
    display: block;
    padding: 0 0 5px 30px;
    line-height: 22px;
    margin-left: -10px;
    font-size: 14px;
    outline-offset: -1px; }
  .b2b-tree-checkbox li:focus {
    outline: none; }
    .b2b-tree-checkbox li:focus > a {
      outline: thin dotted #666;
      outline-offset: -1px; }
  .b2b-tree-checkbox ul li {
    border-left: 1px solid #ccc; }
  .b2b-tree-checkbox ul ul {
    padding: 0 0 0 20px; }
  .b2b-tree-checkbox ul > li {
    position: relative;
    line-height: 18px; }
  .b2b-tree-checkbox a > span.nodeIcon {
    background-color: #FFF;
    display: inline;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -11px;
    top: 0;
    line-height: 14px;
    width: 11px; }
    .b2b-tree-checkbox a > span.nodeIcon > i {
      font-size: 20px; }
  .b2b-tree-checkbox a:only-child {
    color: #0574ac; }
    .b2b-tree-checkbox a:only-child > span.nodeIcon {
      left: -11px;
      border-radius: 50%;
      line-height: 7px;
      top: 0; }
      .b2b-tree-checkbox a:only-child > span.nodeIcon > i {
        background-color: inherit;
        background: #fff; }
  .b2b-tree-checkbox a > span.nodeIcon > i.icon-circle {
    background-color: inherit;
    background: #fff;
    font-size: 10px;
    margin-top: 10px; }
  .b2b-tree-checkbox ul li:first-child > a:only-child > span {
    left: -11px;
    border-radius: 50%;
    line-height: 12px;
    top: 0px; }
  .b2b-tree-checkbox ul li:last-child > a:only-child > span {
    height: 34px;
    background-color: #fff; }
  .b2b-tree-checkbox li a + ul {
    height: 0;
    overflow: hidden; }
  .b2b-tree-checkbox li a.active + ul {
    height: auto; }
  .b2b-tree-checkbox li a.grp {
    font-family: "Omnes-ATT-W02-Italic"; }
  .b2b-tree-checkbox span.end {
    left: -6px !important; }
  .b2b-tree-checkbox .checkbox {
    margin-bottom: 0px;
    margin-top: 2px;
    font-size: 14px; }
  .b2b-tree-checkbox span.first-link {
    width: 3px !important;
    height: 15px !important;
    top: 0px !important;
    left: -2px !important;
    background: #fff; }
/* This contains global, reusable variables for the library */
.b2b-widget-window {
  width: 147px;
  right: 5px;
  top: 60px;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1000; }
  .b2b-widget-window li {
    margin: 15px; }

.b2b-widget-container {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  position: relative; }
  .b2b-widget-container .b2b-widget-header {
    font-family: "Omnes-ATT-W02";
    color: #333;
    height: 55px;
    padding-left: 15px;
    padding-top: 19px; }
    .b2b-widget-container .b2b-widget-header .header {
      font-size: 18px; }
  .b2b-widget-container .b2b-widget-header-icons {
    font-size: 16px;
    color: #0574ac; }

.b2b-widget-header-icons button {
  border: none;
  background: transparent;
  color: #0574ac; }
  .b2b-widget-header-icons button:focus {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #0574ac; }
  .b2b-widget-header-icons button:first-child {
    margin-right: 0px; }

.b2b-widget-container .b2b-widget-content {
  height: 325px;
  margin: 0;
  padding: 20px;
  position: relative;
  border-top: 1px solid #ccc; }

.b2b-widget-content .form-row:first-child {
  margin-top: 0; }

.b2b-widget-header-icons button.icon-controls-gear:focus, .b2b-widget-header-icons button.icon-close:focus {
  outline: thin dotted #666; }

.b2b-widget-header .icon-close:before {
  content: '-';
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none; }

.b2b-widget-window .arrow_box {
  background: #fff;
  border: 1px solid #ccc; }

.b2b-widget-window.arrow_box:after, .b2b-widget-window.arrow_box:before {
  bottom: 100%;
  left: 75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.b2b-widget-window.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: 1px; }

.b2b-widget-window.arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: 0px; }
/********************* Utility CSS Starts **********************/
.offscreen-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/********************* Utility CSS Ends **********************/
/* Flyout inputs color is not aligned */
textarea, input {
  color: #333; }
.b2b-config-section-container {
  height: auto;
  min-height: 330px;
  width: 815px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-table;
  border-radius: 6px; }

.b2b-config-section-first-div {
  border-right: 1px solid #ccc;
  height: auto;
  min-height: 330px; }

.b2b-config-section-icon-font {
  font-size: 50px;
  height: 31px;
  line-height: 31px; }

.b2b-config-section-padding {
  padding: 20px 20px 15px 15px;
  height: auto; }

.b2b-config-sec-flyout {
  position: relative;
  left: 10px;
  float: right;
  color: #0574ac;
  font-size: 16px;
  font-family: "Omnes-ATT-W02"; }

.b2b-config-sec-divider {
  border-bottom: 1px solid #ccc; }

.b2b-confi-sec-span-border {
  border-right: 1px solid;
  height: auto; }

.b2b-config-sec-speed-div {
  text-align: center;
  margin-top: 20px; }

.b2b-config-sec-label-font {
  font-size: 16px; }

.b2b-config-sec-expander-main {
  padding: 0 5px 0px 15px; }

.b2b-config-sec-expander-body .b2b-config-vlan-padding {
  padding: 5px 15px 10px 0px; }

.b2b-conif-sec-row-height {
  height: 110px; }

.b2b-config-sec-expander-body {
  font-size: 14px; }
  .b2b-config-sec-expander-body .b2b-config-vlan-data {
    font-family: "Omnes-ATT-W02-Medium";
    padding-left: 15px; }

.b2b-config-sec-expander-body-first-div {
  border-top: 1px solid #ccc; }

.b2b-config-sec-expander-body .tooltip {
  position: static;
  opacity: 1; }

.b2b-config-section-container .row > [class*="span"] {
  margin-right: 0px; }

.b2b-config-vlan-icons {
  font-size: 16px;
  float: right;
  margin-right: 0px; }

.b2b-config-section-container .span6 {
  width: 50%; }

.b2b-config-sec-data-link-style {
  position: relative;
  left: 95%;
  top: 30px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #ccc;
  color: #666666; }

.b2b-config-sec-text-align {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: "Omnes-ATT-W02-Medium";
  font-size: 14px;
  color: #333333; }

.b2b-config-port-text-align {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: "Omnes-ATT-W02-Medium";
  font-size: 14px;
  color: #333333; }

.b2b-config-port-text-label {
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center; }

.b2b-confi-sec-last-div p {
  font-size: 14px;
  padding: 10px 15px 0 15px; }

.b2b-confi-sec-router-label {
  font-family: "Omnes-ATT-W02-Medium";
  font-size: 16px;
  color: #333333;
  float: left;
  width: 100%;
  margin-bottom: 7px; }

.b2b-config-vlan-label {
  font-family: "Omnes-ATT-W02-Medium";
  font-size: 14px;
  color: #333333;
  margin-top: 1px;
  margin-bottom: 9px; }

.b2b-config-vlan-info {
  font-family: "Omnes-ATT-W02";
  font-size: 14px;
  color: #333333;
  margin-bottom: 1px; }
  .b2b-config-vlan-info .icon-misc-pen {
    padding-left: 7px; }

.b2b-confi-sec-model-label {
  font-family: "Omnes-ATT-W02";
  font-size: 14px;
  color: #333333; }

.b2b-confi-sec-router-info {
  float: left;
  width: 62%; }

.b2b-config-sec-speed-sec {
  border-right: 1px solid #ccc; }

.b2b-config-sec-speed-label {
  font-family: "Omnes-ATT-W02";
  font-size: 20px;
  color: #333333;
  text-align: center; }
  .b2b-config-sec-speed-label i {
    margin-left: 15px;
    font-size: 16px; }

.b2b-config-sec-yellow-flag-div {
  width: 1.6%;
  background-color: #ffb18c; }

.b2b-config-sec-expander-icons {
  margin-top: 6px; }
  .b2b-config-sec-expander-icons .icon-misc-trash {
    margin-right: 10px; }

.b2b-config-sec-yellow-flag .b2b-config-sec-expander-icons {
  left: 40px; }

.b2b-config-sec-expander-body-icons .icon-misc-pen {
  position: relative;
  left: 18px; }
.b2b-directory-listing .listBox {
  height: 310px;
  width: 450px;
  padding-left: 1px;
  padding-right: 1px;
  font-family: "Omnes-ATT-W02"; }

.b2b-directory-listing .listBox:focus {
  outline: thin dotted #666; }

.b2b-directory-listing .b2b-directory-listing-list {
  font-family: "Omnes-ATT-W02";
  color: #5a5a5a;
  overflow-x: hidden;
  position: relative;
  height: 300px;
  border: 1px solid #333;
  border-radius: 6px;
  margin-bottom: 10px; }

.b2b-directory-listing .b2b-directory-listing-item {
  margin: 1px;
  border: 1px solid transparent;
  outline: none;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 15px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  word-wrap: break-word; }
  .b2b-directory-listing .b2b-directory-listing-item:focus {
    border: 1px #3399FF solid; }

.b2b-directory-listing .b2b-directory-listing-item-selected {
  color: #fff;
  background-color: #3399FF; }

.b2b-directory-listing input[type="text"] {
  padding-right: 30px; }
  .b2b-directory-listing input[type="text"]:focus, .b2b-directory-listing input[type="text"]:hover {
    padding-right: 30px; }

.b2b-directory-listing .row .btns {
  margin-right: 90px;
  margin-left: -115px;
  margin-top: 100px; }

.b2b-directory-listing .btn-right {
  margin-bottom: 15px !important; }
  .b2b-directory-listing .btn-right:after {
    content: "  \27A1"; }

.b2b-directory-listing .btn-left {
  margin-top: 10px !important; }

.b2b-directory-listing .btn-remove {
  margin-right: auto !important;
  margin-bottom: 15px; }

.b2b-directory-listing .btn-remove-all {
  margin-top: 0;
  margin-bottom: 61px !important;
  /* need to be removed */
  margin-right: auto !important; }

.b2b-directory-listing .btn-add-all {
  margin-top: 0;
  margin-bottom: 61px !important; }

.b2b-directory-listing .btn-left:before {
  content: "\2B05  "; }

.b2b-directory-listing .btn-search[class*="btn"] {
  right: 0.09rem; }

.b2b-directory-listing .btn {
  width: 130px; }

.b2b-directory-listing-disabled {
  cursor: not-allowed; }

.b2b-directory-listing-label-heading {
  margin-top: 24px;
  padding-bottom: 5px; }

.b2b-dl-list-box option {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 15px; }

.b2b-dl-modal-button-div {
  padding-top: 110px;
  text-align: center; }
.b2b-tmpl-notification-card {
  border-radius: 6px;
  height: auto;
  width: 420px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-header {
    padding-left: 30px;
    font-family: "Omnes-ATT-W02";
    color: #333333;
    font-size: 24px;
    margin-top: 2px;
    display: inline-block;
    min-height: 60px;
    position: relative; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-body {
    padding: 0 30px 20px;
    position: relative; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-header-title {
    margin-top: 10px; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-corner-button {
    box-shadow: 0 -50px 0 0 #f2f2f2 inset;
    height: 69px;
    position: absolute;
    border-color: #f2f2f2 #f2f2f2 transparent transparent;
    border-style: solid;
    border-width: 35px;
    height: 0;
    right: -295px;
    top: -4px;
    width: 69px;
    /*Old properties */
    box-shadow: none;
    transform: none; }
    .b2b-tmpl-notification-card .b2b-tmpl-card-corner-button .close {
      height: 48px;
      right: -40px;
      top: -40px;
      width: 48px;
      position: relative;
      /*Old properties */
      transform: none; }
      .b2b-tmpl-notification-card .b2b-tmpl-card-corner-button .close:before {
        color: #0568ae;
        display: block;
        font-size: 20px;
        height: auto;
        right: -4px;
        top: 4px;
        width: auto;
        /*Old properties */
        left: auto;
        height: auto;
        bottom: auto; }
      .b2b-tmpl-notification-card .b2b-tmpl-card-corner-button .close:focus {
        outline: 1px dotted black; }
  .b2b-tmpl-notification-card button.close {
    -webkit-appearance: none;
    moz-appearance: none;
    appearance: none; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-icon-cirlce {
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-outer-cirlce {
    background: #f0f5f5;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    vertical-align: middle; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-inner-cirlce {
    background: #fff;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    display: block;
    left: 4px;
    top: 4px;
    border: 1px solid #767676; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-row {
    padding-top: 10px; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-sub-header {
    margin-top: 0px; }
  .b2b-tmpl-notification-card .b2b-tmpl-favourite-view-item {
    background-color: #fff;
    margin-top: 25px;
    border-top: 1px solid #ccc; }
    .b2b-tmpl-notification-card .b2b-tmpl-favourite-view-item .cta-button-group {
      line-height: 40px;
      padding-top: 20px; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-edit-section .cta-button-group {
    line-height: 40px;
    padding-top: 15px; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-add-item-container {
    padding-top: 30px; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-link-active {
    pointer-events: none;
    cursor: default;
    color: #ccc; }
  .b2b-tmpl-notification-card .b2b-tmpl-card-cursor:hover {
    cursor: pointer; }
.b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-icon {
  text-align: center;
  margin-top: 91px; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-icon i {
    font-size: 99px;
    color: #1b7e28; }

.b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-heading {
  color: #333333;
  text-align: center;
  margin-top: 20px; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-heading h1 {
    font-size: 38px; }

.b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-sub-heading {
  color: #333333;
  text-align: center; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-sub-heading h5 {
    font-size: 18px; }

.b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-info {
  padding-left: 18%;
  font-size: 16px;
  margin-top: 20px; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-info ul {
    list-style-type: disc;
    list-style-position: inside; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-info li {
    padding-top: 5px; }

.b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-link-section {
  font-size: 15px;
  color: #0574ac;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 55px; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-link-section .b2b-tmpl-order-confirmation-link {
    margin-right: 8%; }
  .b2b-tmpl-order-confirmation .b2b-tmpl-order-confirmation-link-section a {
    cursor: pointer; }
.b2b-static-route-container {
  padding-left: 32px;
  display: inline-block; }

.b2b-static-route-label-heading {
  font-family: "Omnes-ATT-W02-Medium";
  font-size: 16px !important;
  color: #333333;
  font-style: normal;
  text-align: left; }

label.b2b-static-route-label-heading {
  margin-bottom: 12px;
  margin-top: 15px;
  display: block; }

#b2b-static-route-input {
  margin: 5px 0 5px; }

.b2b-static-route-list {
  margin-bottom: 30px;
  width: 216px;
  float: left;
  margin-right: 20px;
  max-height: 540px;
  overflow-y: auto; }
  .b2b-static-route-list .status-text {
    flex: 1;
    display: flex;
    align-items: center;
    outline: 0; }

.b2b-static-route-list-item {
  border: 1px #cccccc solid;
  font-family: "Omnes-ATT-W02";
  font-size: 14px;
  display: flex;
  cursor: pointer; }
  .b2b-static-route-list-item > .status-bar {
    padding: 20px 0 20px;
    background-color: #ea7400;
    border-radius: 0;
    width: 10px;
    display: inline-block;
    margin-right: 20px;
    height: 100%;
    float: left; }
    .b2b-static-route-list-item > .status-bar:after {
      content: '.';
      visibility: hidden; }
  .b2b-static-route-list-item > .status-bar-unedited {
    padding: 20px 0 20px;
    background-color: #ffb81c;
    border-radius: 0;
    width: 10px;
    display: inline-block;
    margin-right: 20px;
    height: 100%;
    float: left;
    background-color: transparent; }
    .b2b-static-route-list-item > .status-bar-unedited:after {
      content: '.';
      visibility: hidden; }

.b2b-static-route-list-item:focus {
  outline: 1px dashed #00f; }

.b2b-static-route-list-item--selected {
  background: #f2f2f2; }

.b2b-static-route-content {
  display: inline-block; }
