/** Give us our branded navbar for Boostrap 3.x **/
@-webkit-keyframes cell-loading {
  0% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); }
  50% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0.8); }
  100% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); } }
@keyframes cell-loading {
  0% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); }
  50% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0.8); }
  100% {
    opacity: 0.3;
    background-color: rgba(99, 110, 114, 0); } }
.qima-tools-alert-banner {
  background-color: #fffb82;
  text-align: center;
  padding: 7px;
  position: relative; }

.navbar-default {
  border-radius: 0px;
  background-color: #e4002b;
  border-color: #fb1b46;
  background-image: none; }
  .navbar-default li, .navbar-default a {
    background-image: none !important; }
  .navbar-default .navbar-brand a {
    color: #f0f0f0; }
    .navbar-default .navbar-brand a:hover, .navbar-default .navbar-brand a:focus {
      color: #fdf7f7; }
  .navbar-default .navbar-text {
    color: #f0f0f0; }
  .navbar-default .navbar-nav .nav-affiliate-welcome {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid transparent; }
    .navbar-default .navbar-nav .nav-affiliate-welcome:hover span {
      text-decoration: none; }
  .navbar-default .navbar-nav > li > a {
    color: #f0f0f0; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fdf7f7;
      text-decoration: underline; }
  .navbar-default .navbar-nav > li > span {
    color: #f0f0f0; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fdf7f7;
    background-color: #fb1b46;
    text-decoration: underline; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fdf7f7;
    background-color: #fb1b46;
    text-decoration: underline; }
  .navbar-default .navbar-toggle {
    border-color: #fb1b46; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #fb1b46;
      text-decoration: underline; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #f0f0f0; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #f0f0f0; }
  .navbar-default .navbar-link {
    color: #f0f0f0; }
    .navbar-default .navbar-link:hover {
      color: #fdf7f7;
      text-decoration: underline; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f0f0f0; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fdf7f7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fdf7f7;
    background-color: #fb1b46; } }
.leads-tool-nav .navbar-collapse.collapse {
  display: block !important; }
.leads-tool-nav .navbar-nav > li, .leads-tool-nav .navbar-nav {
  float: left !important; }
.leads-tool-nav .navbar-nav.navbar-right:last-child {
  margin-right: -15px !important; }
.leads-tool-nav .navbar-right {
  float: right !important; }

/** Landing **/
a.btn.btn-wrap, .btn.btn-wrap {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
  height: 100%; }

.leads-tool-landing-quicklink-box {
  margin: 20px 15px;
  text-align: center; }
  .leads-tool-landing-quicklink-box img {
    width: 100%;
    height: auto; }

table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%; }

.bordered {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc; }

.bordered tr:hover {
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.bordered td, .bordered th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 3px;
  text-align: left; }

.bordered th {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.bordered td:first-child, .bordered th:first-child {
  border-left: none; }

.bordered th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

.bordered th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

.bordered th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.bordered tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

.bordered tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

.sasoField {
  display: none; }

.sales-leads-nav:hover {
  background-color: white !important;
  cursor: pointer; }

.dropdown-sales-leads {
  cursor: pointer; }

.rejectLeadsBtn {
  margin-left: 10px;
  width: 63px; }

#TB_window {
  width: 450px !important; }

.salesNav .open > a, .salesNav .open > a:hover, .salesNav .open > a:focus {
  border-color: none !important; }

.btn-group .dropdown-menu {
  min-width: 193px;
  max-height: calc(100vh - 100px);
  overflow: auto; }
  .btn-group .dropdown-menu .selected {
    background: rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1200px) {
  .rejectLeadsBtn {
    margin-top: 10px;
    margin-left: 0px; } }
@media screen and (max-width: 990px) {
  .numberFields {
    margin-top: 20px; } }
table.tablesorter thead tr .header {
  background-image: url("/images/bg.gif");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer; }

table.tablesorter thead tr .headerSortUp {
  background-image: url("/images/asc.gif"); }

table.tablesorter thead tr .headerSortDown {
  background-image: url("/images/desc.gif"); }

#payoutInfoError {
  display: none;
  background: #e74c3c;
  color: #FFFFFF; }
  #payoutInfoError.visible {
    display: block; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .parsley-errors-list li {
    padding: 4px; }

.parsley-errors-list.filled {
  margin: 2px 0 3px;
  opacity: 1; }

.affiliates-dashboard-cell {
  padding-right: 10px;
  padding-left: 10px; }

.affiliates-dashboard-cell-border {
  border-right: 1px solid #333333; }

.login-wrapper {
  position: relative;
  width: 100%; }
  .login-wrapper .login-container {
    max-width: 430px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    margin-top: 40vh;
    transform: translate3d(0, -50%, 0);
    -webkit-box-shadow: 0px 12px 37px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 12px 37px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 12px 37px -20px rgba(0, 0, 0, 0.75); }
    .login-wrapper .login-container .login-form-container {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      border-right: solid 1px #e6e6e6;
      border-left: solid 1px #e6e6e6;
      border-bottom: solid 1px #e6e6e6; }
    .login-wrapper .login-container .login-accent {
      display: block;
      background-color: #E4002B;
      height: 5px; }
    .login-wrapper .login-container .login-options {
      margin-top: 20px; }
    .login-wrapper .login-container .login-employee {
      color: #ff6582; }

.dashboard-image-container {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px; }

ul.copyable {
  list-style: none;
  padding-left: 0px; }
  ul.copyable li {
    border-radius: 5px;
    padding: 3px 6px;
    position: relative; }
    ul.copyable li:hover {
      background: #e6e6e6;
      cursor: pointer; }
    ul.copyable li a {
      display: block; }
      ul.copyable li a .code-block-hover {
        position: absolute;
        right: 6px;
        top: 50%;
        text-align: right;
        font-weight: bold;
        transform: translate3d(0, -50%, 0);
        color: #000000;
        opacity: 0;
        transition: opacity 230ms ease; }
        ul.copyable li a .code-block-hover.show {
          opacity: 0.4; }

.tabulator-cell {
  position: relative; }
  .tabulator-cell .code-block-hover {
    position: absolute;
    right: 6px;
    top: 50%;
    text-align: right;
    font-weight: bold;
    transform: translate3d(0, -50%, 0);
    color: #000000;
    opacity: 0;
    transition: opacity 230ms ease; }
    .tabulator-cell .code-block-hover.show {
      opacity: 0.4; }

.table-cell-loading-indicator {
  height: 20px;
  vertical-align: middle; }

.bootstrap-select .dropdown-menu li a span.text {
  padding: 5px; }
.bootstrap-select .dropdown-menu li:nth-child(odd) {
  background: whitesmoke; }
.bootstrap-select .dropdown-menu li.selected {
  background: #e0e0e0 !important; }
  .bootstrap-select .dropdown-menu li.selected a span.text {
    font-weight: bold; }
  .bootstrap-select .dropdown-menu li.selected:hover {
    background: #cccccc !important; }
.bootstrap-select .dropdown-menu .inner {
  width: 100%; }
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 10px !important; }

.affiliates-table-row-status-approved {
  background: #bfffd9; }

.affiliates-table-row-status-rejected {
  background: #f5bcbf; }

.tools-page-content {
  margin: 20px; }
  .tools-page-content .colored {
    background: #e8e8e8; }
  .tools-page-content.disabled {
    transition: opacity 230ms ease;
    opacity: 0.7;
    pointer-events: none; }
  .tools-page-content input[type="radio"] {
    box-shadow: none !important;
    height: auto !important;
    margin-right: 5px; }
  .tools-page-content .row.section {
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    .tools-page-content .row.section.disabled {
      transition: opacity 230ms ease;
      opacity: 0.7;
      pointer-events: none; }
    .tools-page-content .row.section .section-indicator {
      display: inline-block;
      vertical-align: middle; }
      .tools-page-content .row.section .section-indicator ion-icon {
        width: 20px;
        height: 20px; }
      .tools-page-content .row.section .section-indicator.section-indicator-default {
        color: #b2bec3; }
      .tools-page-content .row.section .section-indicator.section-indicator-loading {
        color: #636e72; }
      .tools-page-content .row.section .section-indicator.section-indicator-success {
        color: #00b894; }
      .tools-page-content .row.section .section-indicator.section-indicator-error {
        color: #d63031; }
    .tools-page-content .row.section .section-indicator-text {
      color: #b2bec3;
      font-weight: normal;
      font-size: 12px; }
      .tools-page-content .row.section .section-indicator-text.section-indicator-loading {
        color: #636e72; }
      .tools-page-content .row.section .section-indicator-text.section-indicator-success {
        color: #00b894; }
      .tools-page-content .row.section .section-indicator-text.section-indicator-error {
        color: #d63031; }
    .tools-page-content .row.section .section-subtext {
      font-size: 12px;
      color: #515151;
      margin-top: 5px;
      margin-bottom: 5px; }
  .tools-page-content .form-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end; }
    .tools-page-content .form-row .form-col {
      margin-right: 5px; }
      .tools-page-content .form-row .form-col:last-of-type {
        margin-right: 0px; }
      .tools-page-content .form-row .form-col input {
        height: 30px; }
      .tools-page-content .form-row .form-col .clearable-input input {
        height: 30px; }
      .tools-page-content .form-row .form-col .flatpickr-input {
        width: 100%; }

.tools-page-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.tools-page-footer .tools-page-footer-container {
  display: flex; }

.tools-page-footer .tools-page-footer-container .tools-page-footer-toolbar {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #FFFFFF;
  border-top: solid 1px #000000;
  width: 100%; }

.tools-page-footer .tools-page-footer-container .tools-page-footer-toolbar.start {
  justify-content: flex-start; }

.tools-page-footer .tools-page-footer-container .tools-page-footer-toolbar.end {
  justify-content: flex-end; }

.tools-page-header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  background-color: #fff2f4;
  padding: 13px;
  border-bottom: solid 1px #f9c3cd; }
  .tools-page-header .tools-page-header-title {
    min-width: 600px;
    max-width: 900px;
    align-self: center; }
    .tools-page-header .tools-page-header-title h2, .tools-page-header .tools-page-header-title a {
      font-size: 22px;
      color: #502c2c; }
    .tools-page-header .tools-page-header-title a:hover {
      color: #2f1a1a; }
    .tools-page-header .tools-page-header-title p {
      color: #ff6582;
      font-size: 14px;
      margin-bottom: 0px;
      margin-left: 2px; }
  .tools-page-header .tools-page-header-toolbar {
    width: 100%;
    text-align: right;
    align-self: center; }

.tools-page-header .tools-page-header-title .hoverDiv a {
  font-size: 12px !important; }

.affiliate-dash-highlight-table {
  width: auto;
  margin-top: 20px;
  margin-bottom: 25px;
  cursor: auto !important; }
  .affiliate-dash-highlight-table .affiliate-dash-highlight {
    position: relative;
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    cursor: auto !important; }
    .affiliate-dash-highlight-table .affiliate-dash-highlight .affiliate-dash-highlight-dottedline {
      position: absolute;
      right: 0px;
      top: 50%;
      height: 139px;
      width: 2px;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      cursor: auto !important; }
    .affiliate-dash-highlight-table .affiliate-dash-highlight .affiliate-dash-highlight-icon {
      height: 45px;
      width: auto;
      margin-bottom: 15px;
      cursor: auto !important; }
    .affiliate-dash-highlight-table .affiliate-dash-highlight .affiliate-dash-highlight-value {
      color: #27ae60;
      cursor: auto !important; }
      .affiliate-dash-highlight-table .affiliate-dash-highlight .affiliate-dash-highlight-value.value-negative {
        color: #e4002b; }
    .affiliate-dash-highlight-table .affiliate-dash-highlight .affiliate-dash-highlight-title {
      color: #333333;
      font-size: 14px;
      cursor: auto !important; }

.legend-using-field {
  transition: opacity 230ms ease;
  border: solid 2px #27ae60 !important;
  width: 100px;
  height: 25px;
  border-radius: 5px;
  display: inline-block; }

.legend-error-field {
  transition: opacity 230ms ease;
  border: solid 2px #E4002B !important;
  width: 100px;
  height: 25px;
  border-radius: 5px;
  display: inline-block; }

.using-field {
  transition: opacity 230ms ease;
  border: solid 2px #27ae60 !important; }

.not-using-field {
  opacity: 0.7; }

#btnPublish[disabled], #btnUnpublish[disabled] {
  pointer-events: none !important; }

.btn-save-delegates {
  margin-right: 10px; }

.multi-wrapper .selected-wrapper a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHaADAAQAAAABAAAAHQAAAADeexZRAAABNklEQVRIDe2WWw6CMBBFRxZDcFvEDbgKN4F8uCg1/LsOnAuFDMUyM/0w0dAE6GPuPR1aHkR7+fs7cCc6P4hefFx6okNOwtBBDx/4qR4hsOdgHFcvGPHQBX0PvxhaxB3cvom+mkWNFRwybFhfCw/pJ7pFNZ6pNeNc3Yz2GnjjZ1BcsRpZ42L/ZFsz1MaTxtrAlrHcpda1B8/0HAKMXczxcld23C5hEkp7JDqxIYdvFxMUFgnw5G4GQmCGIjiAn1yVGXacYWXJEB4oxXjRzyJTCYSw9LxAIDBBBTBeU3iguN5cKjQBxBpWDGsH5HhygYVuWQVw67HQxpduhpbV0BqnIr1G3vjVBHINcnXDBHj7X8Irzf0h/wSG3yqzuIOD8IvhBk4+MRh+01jyysDv/yMlZ7MP/ModeAOyriuYODBWlgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right center; }

.nav.nav-tabs-page li {
  line-height: 0; }
  .nav.nav-tabs-page li a {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    color: #555;
    display: flex;
    align-items: center;
    padding: 10px 10px; }
  .nav.nav-tabs-page li.active a {
    border-right: solid 1px #999999;
    border-left: solid 1px #999999;
    border-top: solid 2px #e4002b;
    color: #e4002b; }
  .nav.nav-tabs-page li.active:hover a {
    border-right: solid 1px #999999;
    border-left: solid 1px #999999;
    border-top: solid 2px #e4002b;
    background: #fff2f4;
    color: #e4002b; }
  .nav.nav-tabs-page li:hover a {
    background: #ddd;
    color: #999999;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd; }

.col-vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.table-header-wrapper {
  width: 100%;
  position: relative; }
  .table-header-wrapper .table-header-background {
    position: sticky;
    width: 100px;
    height: 100px;
    top: 0px;
    border-radius: 10px; }

.edit-indicator {
  display: none !important; }

.table-header-rotated {
  border-collapse: collapse;
  width: auto; }
  .table-header-rotated.no-sticky thead tr th {
    position: relative !important; }
  .table-header-rotated .waiting-approval {
    background: #fcf8e3; }
  .table-header-rotated thead tr th {
    position: sticky;
    top: 0; }
  .table-header-rotated thead tr th, .table-header-rotated tbody tr th {
    vertical-align: middle; }
  .table-header-rotated tbody tr:hover {
    background: #e6e6e6 !important; }
  .table-header-rotated tbody tr.disable-edit td:hover {
    box-shadow: none; }
  .table-header-rotated tbody tr.allow-edit th .edit-indicator {
    display: inline-block; }
  .table-header-rotated tbody tr th .edit-indicator {
    display: none; }
  .table-header-rotated tbody tr td {
    padding: 0px !important;
    vertical-align: middle; }
    .table-header-rotated tbody tr td:hover {
      box-shadow: inset 0px 0px 0px 1px #000000; }
    .table-header-rotated tbody tr td div {
      margin: 0px;
      height: 34px;
      display: block; }
      .table-header-rotated tbody tr td div div {
        display: flex;
        justify-content: center;
        align-items: center; }
  .table-header-rotated td {
    width: 30px;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc; }
    .table-header-rotated td img {
      margin-top: 7px;
      width: 20px;
      height: 20px; }
    .table-header-rotated td.cell-industry {
      background-color: #effff1; }
    .table-header-rotated td.cell-industry-food {
      background-color: #f9eeff; }
    .table-header-rotated td.cell-service {
      background-color: #eef8ff; }
  .table-header-rotated th.rotate {
    height: 277px;
    white-space: nowrap;
    z-index: 100; }
    .table-header-rotated th.rotate > div {
      transform: translate(29px, 123px) rotate(315deg);
      width: 30px; }
    .table-header-rotated th.rotate > div > span {
      background-color: #FFFFFF;
      border-bottom: 1px solid #ccc;
      padding: 15px 10px 0px 8px;
      border-radius: 10px; }
    .table-header-rotated th.rotate.cell-industry > div > span {
      background-color: #effff1; }
    .table-header-rotated th.rotate.cell-industry:nth-child(odd) > div > span {
      background-color: #d1ffd7; }
    .table-header-rotated th.rotate.cell-industry-food > div > span {
      background-color: #f9eeff; }
    .table-header-rotated th.rotate.cell-industry-food:nth-child(odd) > div > span {
      background-color: #efd0ff; }
    .table-header-rotated th.rotate.cell-service > div > span {
      background-color: #eef8ff; }
    .table-header-rotated th.rotate.cell-service:nth-child(odd) > div > span {
      background-color: #d0ecff; }
    .table-header-rotated th.rotate.industry {
      height: 120px; }
      .table-header-rotated th.rotate.industry > div {
        transform: translate(29px, 44px) rotate(315deg); }
    .table-header-rotated th.rotate.services {
      height: 220px; }
      .table-header-rotated th.rotate.services > div {
        transform: translate(29px, 100px) rotate(315deg); }
    .table-header-rotated th.rotate.country {
      height: 238px; }
      .table-header-rotated th.rotate.country > div {
        transform: translate(29px, 103px) rotate(315deg); }
  .table-header-rotated th.row-header {
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #ccc; }
    .table-header-rotated th.row-header div {
      margin: 0px;
      width: 100%;
      height: 24px; }
      .table-header-rotated th.row-header div div {
        width: 100%;
        vertical-align: middle;
        padding: 0px 8px;
        display: flex;
        justify-content: left;
        align-items: center; }
        .table-header-rotated th.row-header div div img {
          margin-top: 7px;
          width: 20px;
          height: 20px; }
        .table-header-rotated th.row-header div div input {
          margin: 0px; }

.approvals-container {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0px 0px 0px 10px; }
  .approvals-container .approvals-item-next {
    height: 0px;
    width: 0px;
    visibility: hidden;
    margin: 0px;
    padding: 0px; }
  .approvals-container .approvals-header {
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #ebebeb; }
    .approvals-container .approvals-header .approvals-change-request-history:hover {
      cursor: pointer; }
  .approvals-container .approvals-item {
    display: flex;
    margin-bottom: 10px;
    text-align: left; }
    .approvals-container .approvals-item .approvals-item-details {
      flex-grow: 1;
      text-align: left; }
      .approvals-container .approvals-item .approvals-item-details p {
        margin-bottom: 0px; }
      .approvals-container .approvals-item .approvals-item-details .approvals-item-updated, .approvals-container .approvals-item .approvals-item-details .approvals-item-history {
        font-size: 11px; }
    .approvals-container .approvals-item .approvals-item-cancel {
      display: flex;
      align-items: center; }
  .approvals-container table {
    height: 100%; }
    .approvals-container table thead tr td {
      position: sticky;
      top: 0;
      height: 292px;
      z-index: 90;
      background: #FFFFFF; }
      .approvals-container table thead tr td div:first-child {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end; }
    .approvals-container table tbody tr td {
      vertical-align: top; }
  .approvals-container.services {
    padding: 15px 0px 0px 10px; }
    .approvals-container.services table thead tr td {
      height: 128px; }
  .approvals-container.industry table thead tr td {
    height: 160px; }
  .approvals-container.country-interest table thead tr td {
    height: 250px; }
  .approvals-container.country table thead tr td {
    height: 134px; }

.countryInterest-label, .country-label, .industry-label, .service-label {
  display: flex;
  align-items: center; }
  .countryInterest-label img, .country-label img, .industry-label img, .service-label img {
    width: 20px;
    height: 20px; }
  .countryInterest-label.cell-loading, .country-label.cell-loading, .industry-label.cell-loading, .service-label.cell-loading {
    -webkit-animation: cell-loading 1s ease 0s infinite normal;
    animation: cell-loading 1s ease 0s infinite normal;
    pointer-events: none; }

.officer-requests-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .officer-requests-container .officer-request:first-child {
    margin-right: 5px; }
  .officer-requests-container .officer-request:nth-child(2) {
    margin-left: 5px; }

input.disabled {
  pointer-events: none; }

.btn.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  border: none; }
  .btn.btn-transparent:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: none; }
  .btn.btn-transparent:active {
    background-color: rgba(0, 0, 0, 0.3); }

.profile-name {
  display: flex !important;
  align-items: center !important; }

a.profile-tab {
  display: flex !important;
  align-items: center !important; }

.profile-notification-dot {
  display: inline-block;
  line-height: 0px;
  padding: 0px 5px 0px 0px !important; }
  .profile-notification-dot ion-icon {
    width: 19px;
    height: 19px;
    color: #f1c40f;
    border-radius: 50%; }

nav .profile-notification-dot:hover ion-icon {
  width: 19px;
  height: 19px;
  -webkit-box-shadow: 0px 0px 5px 3px #e7a61a;
  -moz-box-shadow: 0px 0px 5px 3px #e7a61a;
  box-shadow: 0px 0px 45x 23x #e7a61a;
  color: #f4d03f; }

.loading-screen {
  position: fixed;
  top: 80px;
  left: 0px;
  z-index: 1000;
  min-width: 100vw;
  height: calc(100vh - 80px);
  padding-top: calc(50vh - 80px);
  pointer-events: none; }
  .loading-screen .loading-text-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 24px;
    color: #FFFFFF;
    transform: translate3d(-50%, -50%, 0);
    margin-left: 50%; }

.change-requests-history-table .row-rejected {
  background-color: #ffcbd4; }
  .change-requests-history-table .row-rejected td {
    background-color: #ffcbd4; }
.change-requests-history-table .row-approved {
  background-color: #c8f3da; }
  .change-requests-history-table .row-approved td {
    background-color: #c8f3da; }

.tier-label {
  color: #323232;
  float: right;
  margin-right: 7px; }

.tab-content-top {
  position: relative; }
  .tab-content-top.disabled {
    pointer-events: none !important; }

.table-priority-cell-color td:nth-child(odd).cell-industry {
  background-color: #d1ffd7; }
.table-priority-cell-color td:nth-child(odd).cell-industry-food {
  background-color: #efd0ff; }
.table-priority-cell-color td:nth-child(odd).cell-service {
  background-color: #d0ecff; }

.prioritization-modal-by-country .tingle-modal-box {
  width: 90vw; }

.help-alert-box {
  position: absolute;
  z-index: 91;
  top: 0px;
  right: 0px;
  padding: 10px; }

.help-alert-box .alert {
  display: inline-block;
  padding: 10px;
  margin-left: 5px; }

.help-alert-box .alert.legend-industry {
  background-color: #d1ffd7; }

.help-alert-box .alert.legend-industry a {
  color: #3d6e43;
  font-weight: bold; }
  .help-alert-box .alert.legend-industry a:hover {
    text-decoration: none; }

.help-alert-box .alert.legend-service {
  background-color: #d0ecff; }

.help-alert-box .alert.legend-service a {
  color: #445d6e;
  font-weight: bold; }
  .help-alert-box .alert.legend-service a:hover {
    text-decoration: none; }

.help-alert-box .alert.legend-food-industry {
  background-color: #efd0ff; }

.help-alert-box .alert.legend-food-industry a {
  color: #ba37ff;
  font-weight: bold; }
  .help-alert-box .alert.legend-food-industry a:hover {
    text-decoration: none; }

.label-as-badge {
  border-radius: 1em; }
