﻿@charset "UTF-8";
@-moz-keyframes load_spin {
  from {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -moz-transform: rotateZ(720deg);
    -ms-transform: rotateZ(720deg);
    -o-transform: rotateZ(720deg);
    -webkit-transform: rotateZ(720deg);
    transform: rotateZ(720deg); } }

@-webkit-keyframes load_spin {
  from {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -moz-transform: rotateZ(720deg);
    -ms-transform: rotateZ(720deg);
    -o-transform: rotateZ(720deg);
    -webkit-transform: rotateZ(720deg);
    transform: rotateZ(720deg); } }

@keyframes load_spin {
  from {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -moz-transform: rotateZ(720deg);
    -ms-transform: rotateZ(720deg);
    -o-transform: rotateZ(720deg);
    -webkit-transform: rotateZ(720deg);
    transform: rotateZ(720deg); } }

/**
Global Styles
**/
html, body {
  background: #fff !important; }

html, body, form {
  margin: 0;
  width: 100%;
  height: 100%; }

body {
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  overflow-x: hidden !important; }

.primary__button_color {
  background: #32344f !important; }

.section__heading, .outer-fieldset-container .outer-fieldset fieldset h2, .outer-fieldset-container .outer-fieldset-companyDetails fieldset h2, #gasPriceBook {
  color: #3e3e3e;
  background: none;
  margin: 0.693em 0 !important;
  font-weight: 600 !important; }

.outer-fieldset-container .outer-fieldset fieldset, .outer-fieldset-container .outer-fieldset-companyDetails fieldset {
  padding: 70px 15px 0 !important;
  border-radius: 8px !important; }

.global__box-shadow, .embedded-report-container .embedded-report.er-header, .settingsHeading h1, .fullscreen-matrix li, .newSiteHeading, .modal-dialog-new.newSiteHeading .modal-dialog-new-content, div#lookup-modal h1, #sales-records #edit-panel.show, #suspense-detail #edit-panel.show, #commissionstracker-records #edit-panel.show, #commissions-earned-wrapper #agent-comm-profile-panel, #commissions-earned-wrapper #add-panel, #commissions-earned-wrapper #out-panel, .customDialogStyle .ui-dialog-content, .customDialogStyle .ui-widget-content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2.5px 20px 0px; }

.embedded-report-container .embedded-report.er-header {
  color: #3e3e3e !important;
  background: none !important;
  font-weight: 600 !important; }

.settingsHeading h1 {
  color: #3e3e3e !important;
  background: none !important;
  font-weight: 600 !important; }

#lookup-table-gas, #lookup-table-elec, #lookup-table-company {
  font-size: 15px; }
  #lookup-table-gas thead tr td, #lookup-table-elec thead tr td, #lookup-table-company thead tr td {
    background-color: #32344f; }

.home_page_heading__text {
  background: none  !important;
  color: #3e3e3e !important;
  font-weight: 600 !important;
  border-radius: 8px !important; }

.fullscreen-matrix li {
  border: 1px solid #ccc !important; }

.version {
  color: #000;
  font-size: 10pt;
  padding: 3px 3px 70px 20px; }

html::-webkit-scrollbar {
  height: 10px;
  width: 10px; }

html::-webkit-scrollbar-track {
  background: #bbb; }

html::-webkit-scrollbar-thumb {
  background: #888; }

html::-webkit-scrollbar-thumb:hover {
  background: #444; }

html, body, form {
  background: white;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  width: 100%;
  height: 100%; }

.textContainer {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 33px;
  color: white;
  height: 60px;
  flex-wrap: wrap; }

.buttoncontainer {
  position: relative;
  align-items: center;
  margin-right: 10px;
  flex-wrap: wrap; }

#MainForm::-webkit-scrollbar, #form1::-webkit-scrollbar {
  height: 10px;
  width: 10px; }

#MainForm::-webkit-scrollbar-track, #form1::-webkit-scrollbar-track {
  background: #bbb; }

#MainForm::-webkit-scrollbar-thumb, #form1::-webkit-scrollbar-thumb {
  background: #888; }

#MainForm::-webkit-scrollbar-thumb:hover, #form1::-webkit-scrollbar-thumb:hover {
  background: #444; }

table {
  font-size: 12px; }

.labelModal .ui-dialog-titlebar {
  background-color: #1e1f30;
  border: 0;
  color: #fff; }

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

.topBtnContainer {
  width: 100%;
  position: fixed;
  right: 0; }

.brokerAdminLeftSection {
  padding: 50px 20px 24px; }
  .brokerAdminLeftSection .file-explorer-item {
    box-shadow: none !important; }

.brokerAdminRightSection {
  padding: 50px 20px 37px; }

.newSiteHeading {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ccc; }
  .newSiteHeading h1 {
    color: #fff;
    background: #32344f;
    font-weight: 600 !important; }

.modal-dialog-new {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 !important;
  z-index: 1000; }
  .modal-dialog-new .modal-dialog-new-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 310px;
    width: 600px;
    margin: 10% auto;
    background: #fff;
    border: 2px solid #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .modal-dialog-new .modal-dialog-new-content h1 {
      cursor: auto;
      font-size: 24px; }
    .modal-dialog-new .modal-dialog-new-content iframe {
      overflow: auto; }
    .modal-dialog-new .modal-dialog-new-content.loading {
      cursor: wait;
      opacity: 0.8;
      background-color: #cccccc; }
      .modal-dialog-new .modal-dialog-new-content.loading iframe {
        display: none; }
  .modal-dialog-new.newSiteHeading .modal-dialog-new-content {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ccc; }
    .modal-dialog-new.newSiteHeading .modal-dialog-new-content h1 {
      color: #fff;
      background: #32344f;
      font-weight: 600 !important; }

div.modal-dialogue {
  bottom: 0;
  height: 360px;
  left: 0;
  margin: auto;
  max-height: 70%;
  max-width: 90%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 550px;
  z-index: 7;
  animation: 0.3s ease-out fade_in;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  div.modal-dialogue h1 {
    cursor: auto;
    font-size: 24px; }
  div.modal-dialogue iframe {
    height: calc(100% - 48px);
    overflow: auto; }
  div.modal-dialogue.loading {
    cursor: wait;
    opacity: 0.8;
    background-color: #cccccc; }
    div.modal-dialogue.loading iframe {
      display: none; }

div#lookup-modal {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  z-index: 1001;
  background-color: #cccccc;
  background-color: #fff; }
  div#lookup-modal h1 {
    color: #3e3e3e;
    background: none;
    font-weight: 600 !important;
    font-size: 30px; }
  div#lookup-modal #lookup {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between; }
    div#lookup-modal #lookup button {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-weight: 500;
      margin: 10px auto;
      outline: none;
      padding: 10px 20px;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
      div#lookup-modal #lookup button:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    div#lookup-modal #lookup #lookup-controls, div#lookup-modal #lookup #lookup-filter-container {
      background: #fff;
      margin: 10px;
      max-width: 90%;
      max-width: calc(100% - 60px);
      padding: 20px;
      width: 860px; }
    div#lookup-modal #lookup #lookup-controls {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
      div#lookup-modal #lookup #lookup-controls label {
        color: #000;
        display: inline-block;
        flex-grow: 1;
        font-size: 12px;
        font-weight: 700;
        margin: 10px;
        max-width: 25%;
        min-width: 200px;
        position: relative; }
        div#lookup-modal #lookup #lookup-controls label input, div#lookup-modal #lookup #lookup-controls label select {
          background: none;
          border: none;
          border-bottom: 1px solid #ccc;
          display: block;
          font-size: 16px;
          font-weight: 500;
          height: 23px;
          margin: 5px 0 16px;
          outline: none;
          padding: 0 0 7px;
          resize: none;
          width: 90%;
          font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
          div#lookup-modal #lookup #lookup-controls label input:focus, div#lookup-modal #lookup #lookup-controls label select:focus {
            border-bottom-color: #000; }
        div#lookup-modal #lookup #lookup-controls label select {
          height: auto;
          min-height: 30px; }
      div#lookup-modal #lookup #lookup-controls > div {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center; }
        div#lookup-modal #lookup #lookup-controls > div label {
          display: inline-block;
          margin: 0;
          width: 200px; }
        div#lookup-modal #lookup #lookup-controls > div button {
          display: inline-block;
          padding-left: 0;
          padding-right: 0;
          width: 200px; }
      div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old) {
        display: none; }
        div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old) + label {
          height: 28px;
          padding-left: 3px; }
        div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old) + label:before {
          background: rgba(0, 0, 0, 0.38);
          border: 1px solid transparent;
          border-radius: 10px;
          content: "";
          cursor: pointer;
          display: inline-block;
          height: 11px;
          margin-right: 12px;
          left: 3px;
          position: relative;
          vertical-align: middle;
          width: 24px;
          -moz-transition: 0.15s ease all;
          -o-transition: 0.15s ease all;
          -webkit-transition: 0.15s ease all;
          transition: 0.15s ease all; }
          div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old) + label:before::selection {
            background: none; }
        div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old) + label:after {
          background: #fff;
          border-radius: 100%;
          box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.8);
          content: "";
          display: inline-block;
          height: 17px;
          left: 3px;
          position: absolute;
          top: 2px;
          width: 17px;
          -moz-transition: 0.15s ease all;
          -o-transition: 0.15s ease all;
          -webkit-transition: 0.15s ease all;
          transition: 0.15s ease all; }
        div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old):checked + label:before {
          background: #F28E29; }
        div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old):checked + label:after {
          background: #fff;
          box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.8);
          left: 17px; }
        div#lookup-modal #lookup #lookup-controls input[type=checkbox]:not(old):focus + label {
          box-shadow: 0 1px 3px transparent; }
    div#lookup-modal #lookup .lookup-utility-toggle {
      background: #bbb;
      color: #fff;
      display: inline-block;
      font-size: 18px;
      padding: 10px 20px; }
      div#lookup-modal #lookup .lookup-utility-toggle.active {
        background: #F28E29; }
    div#lookup-modal #lookup .lookup-table {
      background: #fff;
      border-collapse: collapse;
      display: block;
      max-width: 90%;
      max-width: calc(100% - 20px);
      max-height: 0;
      min-height: 0;
      overflow: auto;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
      div#lookup-modal #lookup .lookup-table::-webkit-scrollbar {
        height: 10px;
        width: 10px; }
      div#lookup-modal #lookup .lookup-table::-webkit-scrollbar-track {
        background: #bbb; }
      div#lookup-modal #lookup .lookup-table::-webkit-scrollbar-thumb {
        background: #888; }
      div#lookup-modal #lookup .lookup-table::-webkit-scrollbar-thumb:hover {
        background: #444; }
      div#lookup-modal #lookup .lookup-table.show {
        max-height: 100vh;
        min-height: 50%; }
        div#lookup-modal #lookup .lookup-table.show caption {
          display: block; }
      div#lookup-modal #lookup .lookup-table.hide {
        display: none; }
      div#lookup-modal #lookup .lookup-table caption {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap; }
      div#lookup-modal #lookup .lookup-table thead {
        background: #707070;
        color: #fff; }
      div#lookup-modal #lookup .lookup-table tbody {
        cursor: pointer; }
        div#lookup-modal #lookup .lookup-table tbody tr {
          opacity: 0.8; }
          div#lookup-modal #lookup .lookup-table tbody tr:nth-child(even) {
            background: #eee; }
          div#lookup-modal #lookup .lookup-table tbody tr:hover {
            background: #f0f1f6;
            opacity: 1; }
          div#lookup-modal #lookup .lookup-table tbody tr.selected {
            background: #4d5277;
            color: #fff;
            opacity: 1; }
        div#lookup-modal #lookup .lookup-table tbody td {
          white-space: nowrap;
          font-weight: 600; }
        div#lookup-modal #lookup .lookup-table tbody label {
          display: none;
          font-weight: 700;
          margin-right: 10px; }
      @media (max-width: 1300px) {
        div#lookup-modal #lookup .lookup-table thead {
          display: none; }
        div#lookup-modal #lookup .lookup-table tbody {
          display: block;
          width: 100%; }
          div#lookup-modal #lookup .lookup-table tbody tr {
            display: flex;
            flex-flow: row wrap;
            padding: 20px 0;
            width: 100%; }
          div#lookup-modal #lookup .lookup-table tbody td {
            display: inline-block;
            flex-grow: 1;
            margin: 3px;
            text-align: left;
            white-space: normal; }
          div#lookup-modal #lookup .lookup-table tbody label {
            display: block; }
            div#lookup-modal #lookup .lookup-table tbody label:after {
              content: ":"; } }
      div#lookup-modal #lookup .lookup-table td {
        padding: 10px; }
    div#lookup-modal #lookup #lookup-filter-container {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      div#lookup-modal #lookup #lookup-filter-container.hide {
        height: 0;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0; }
      div#lookup-modal #lookup #lookup-filter-container #lookup-filter {
        justify-content: center;
        display: flex;
        flex-flow: row wrap; }
        div#lookup-modal #lookup #lookup-filter-container #lookup-filter label {
          cursor: pointer; }
        div#lookup-modal #lookup #lookup-filter-container #lookup-filter label:not(old) {
          background: #707070;
          color: #000;
          display: inline-block;
          flex-grow: 1;
          margin: 1px;
          opacity: 0.5;
          padding: 10px;
          text-align: center;
          -moz-transition: 0.15s ease all;
          -o-transition: 0.15s ease all;
          -webkit-transition: 0.15s ease all;
          transition: 0.15s ease all; }
        div#lookup-modal #lookup #lookup-filter-container #lookup-filter input:not(old) {
          display: none; }
          div#lookup-modal #lookup #lookup-filter-container #lookup-filter input:not(old):checked + label {
            background: #32344f;
            color: #fff;
            opacity: 1; }

h1 {
  background: #707070;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: 100;
  height: 1.5em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap; }
  h1 img {
    vertical-align: middle; }

.close-button {
  background: none;
  border: none;
  box-shadow: none;
  color: #e0e0e0;
  font-size: 30px;
  height: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 1.5em;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  width: 1.5em; }
  .close-button:hover {
    background: none;
    box-shadow: none;
    color: #d66; }
  .close-button:focus, .close-button:active {
    outline: none; }

.upper-buttons-v2Settings {
  position: relative;
  z-index: 999;
  margin-right: 49px !important; }

.upper-buttons:not(.editing) .edit-mode-control, .upper-buttons-no-bar:not(.editing) .edit-mode-control {
  display: none; }

.upper-buttons.editing :not(.edit-mode-control), .upper-buttons-no-bar.editing :not(.edit-mode-control) {
  display: none; }

.upper-buttons.editing .edit-mode-control, .upper-buttons-no-bar.editing .edit-mode-control {
  display: inline-block; }

.upper-buttons.upper-buttons, .upper-buttons-no-bar.upper-buttons {
  display: flex;
  justify-content: right; }

.upper-buttons input[type=submit], .upper-buttons button, .upper-buttons-no-bar input[type=submit], .upper-buttons-no-bar button {
  background: #F28E29;
  background-position: 15px center;
  background-repeat: no-repeat;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  height: 42px;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  font-weight: normal;
  padding: 0 15px 0 45px;
  margin: 3px;
  margin-top: 9px;
  margin-right: 11px;
  vertical-align: top;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
  .upper-buttons input[type=submit]:hover, .upper-buttons button:hover, .upper-buttons-no-bar input[type=submit]:hover, .upper-buttons-no-bar button:hover {
    background-color: #db750d;
    box-shadow: none;
    color: #fff; }
  .upper-buttons input[type=submit]:disabled, .upper-buttons button:disabled, .upper-buttons-no-bar input[type=submit]:disabled, .upper-buttons-no-bar button:disabled {
    background-color: #f5a759;
    box-shadow: none;
    color: #fff;
    opacity: 0.5;
    cursor: default !important; }

.import-upper-buttons {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1; }
  .import-upper-buttons input[type=submit], .import-upper-buttons button, .import-upper-buttons select {
    background-color: #707070;
    background-position: 15px center;
    background-repeat: no-repeat;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 45px;
    padding: 0 15px 0 62px;
    margin: 0;
    vertical-align: top;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
    .import-upper-buttons input[type=submit]:hover, .import-upper-buttons button:hover, .import-upper-buttons select:hover {
      background-color: #575757;
      box-shadow: none;
      color: #fff; }
    @media (max-width: 1300px) {
      .import-upper-buttons input[type=submit], .import-upper-buttons button, .import-upper-buttons select {
        padding: 0 10px 0 34px;
        background-position: 3px center; } }

p {
  font-size: 18px;
  padding: 1em;
  margin: 0; }

iframe {
  border: none;
  display: block;
  height: 100%;
  width: 100%; }
  iframe::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  iframe::-webkit-scrollbar-track {
    background: #bbb; }
  iframe::-webkit-scrollbar-thumb {
    background: #888; }
  iframe::-webkit-scrollbar-thumb:hover {
    background: #444; }

#toggle-hero-and-header-button {
  background: #32344F;
  border: none;
  display: none;
  height: 22px;
  line-height: 22px;
  right: 0;
  margin: 3px;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 22px;
  z-index: 8; }
  @media (max-width: 1300px) {
    #toggle-hero-and-header-button {
      display: block; } }
  #toggle-hero-and-header-button:before {
    background: #fff;
    box-shadow: #fff 0 -4px;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    bottom: 4px;
    width: 100%;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  #toggle-hero-and-header-button:after {
    background: #fff;
    bottom: 22px;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    width: 100%;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  #toggle-hero-and-header-button.x-state:before {
    box-shadow: transparent 0 0;
    transform: rotate(-45deg); }
  #toggle-hero-and-header-button.x-state:after {
    bottom: 26px;
    transform: rotate(45deg); }
  #toggle-hero-and-header-button:focus {
    background: #46496e;
    outline: none; }

#hero {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #000;
  display: block;
  flex-flow: row wrap;
  flex-shrink: 0;
  margin: 0;
  min-height: 44px;
  width: 100%;
  z-index: 7; }
  #hero div {
    border-left: 1px solid #ccc;
    margin: 0 1px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px; }
    #hero div:before {
      color: #000; }
    #hero div.button {
      color: #000;
      cursor: pointer;
      opacity: 0.7;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #hero div.button:hover {
        opacity: 1; }
  #hero #loginButtonDiv, #hero #logoutButtonDiv {
    padding: 0; }
  @media (max-width: 1300px) {
    #hero {
      display: flex;
      justify-content: center;
      padding-bottom: 3px; }
      #hero.x-hidden {
        display: none; }
      #hero div, #hero > img {
        background: #fff;
        border: none;
        margin: 3px; } }
  #hero div.right {
    background: none;
    border-left: none;
    display: flex;
    flex-flow: row wrap;
    float: right;
    height: auto;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #hero a {
    color: #000;
    opacity: 0.7;
    text-decoration: none;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    #hero a:hover {
      opacity: 1; }
  #hero img {
    max-height: 44px;
    margin: 0 7px 0 15px;
    vertical-align: middle; }
  #hero #main-logo {
    filter: unset;
    float: left;
    height: 44px; }
  #hero button, #hero input[type=submit] {
    background: none;
    border: 1px dotted transparent;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 44px;
    opacity: 0.7;
    padding: 0 8px;
    text-decoration: none;
    vertical-align: top;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    #hero button:hover, #hero input[type=submit]:hover {
      opacity: 1; }
    #hero button:focus, #hero input[type=submit]:focus {
      border: 1px dotted #fff;
      outline: none; }
    #hero button span, #hero input[type=submit] span {
      vertical-align: top; }
  #hero #deselectSite {
    display: inline-block; }
    #hero #deselectSite img {
      margin-right: 0; }
  #hero #loginId {
    max-width: 355px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap; }
  #hero #siteDetails {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #hero #siteId {
    color: #000;
    font-size: 12px;
    margin-right: 10px; }
  #hero #siteStatus {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    #hero #siteStatus:before {
      color: #000;
      content: "Status: "; }
  #hero #siteOwner {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    #hero #siteOwner:before {
      color: #000;
      content: "Assigned To: "; }

#lookupData {
  background: black;
  border-radius: 0 0 3px 3px;
  cursor: auto;
  display: none;
  list-style: none;
  margin: 0;
  opacity: 0.8;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 7; }
  #lookupData .label {
    color: #888; }

#lookupApply:after {
  content: " ▼";
  display: inline-block;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }

#lookupApply:hover:after {
  -moz-transform: rotateZ(60deg);
  -ms-transform: rotateZ(60deg);
  -o-transform: rotateZ(60deg);
  -webkit-transform: rotateZ(60deg);
  transform: rotateZ(60deg); }

#lookupApply:hover #lookupData {
  display: block; }

#mainForm {
  display: flex;
  flex-flow: column; }

#content {
  display: flex;
  flex-flow: row;
  flex-grow: 2;
  overflow: hidden;
  position: relative; }

.show-quicklinks-button {
  background: #4d5277;
  border: none;
  cursor: pointer;
  height: 42px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 42px;
  z-index: 5; }

.show-menu-button {
  background: #4d5277;
  border: none;
  cursor: pointer;
  height: 36px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 5;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  .show-menu-button span {
    margin: 0 auto; }
  .show-menu-button span, .show-menu-button span:before, .show-menu-button span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    transform-origin: left;
    width: 16px;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  .show-menu-button span:before {
    bottom: 5px; }
  .show-menu-button span:after {
    top: 3px; }
  .show-menu-button.hide span:before {
    bottom: 0; }
  .show-menu-button.hide span:after {
    top: -2px; }
  .show-menu-button:focus {
    outline: none; }

#show-sidebar-button {
  left: 0; }
  #show-sidebar-button span, #show-sidebar-button span:before, #show-sidebar-button span:after {
    border-radius: 2px;
    height: 16px;
    width: 2px; }
  #show-sidebar-button span {
    background: transparent;
    border: 2px solid #fff;
    border-bottom: none;
    border-radius: 12px;
    height: 12px;
    width: 12px; }
  #show-sidebar-button span:before {
    bottom: -4px;
    right: -2px;
    transform: rotate(-45deg) scaleY(0.6); }
  #show-sidebar-button span:after {
    top: -13px;
    left: 8px;
    transform: rotate(45deg) scaleY(0.6); }
  #show-sidebar-button.hide span {
    background: #fff;
    border: 0 solid transparent;
    border-radius: 0;
    height: 16px;
    width: 2px;
    transform: rotate(90deg); }
  #show-sidebar-button.hide span:before {
    bottom: -5px;
    right: 3px; }
  #show-sidebar-button.hide span:after {
    left: 3px;
    top: -12px; }

#supplierguide {
  background: #e2e2e2;
  margin-right: 52px; }

.gridGasBanner {
  background: #F28E29 !important; }

.gridElectricityBanner {
  background: #0AA0EB !important; }

.currentSupplyHeader {
  background: #fff !important;
  color: #F28E29 !important; }

.gasSelected {
  color: #F28E29 !important;
  border-bottom: 3px solid #F28E29 !important; }

.electricitySelected {
  color: #0AA0EB !important;
  border-bottom: 3px solid #0AA0EB !important; }

.gasBtn, .electricityBtn {
  display: inline-block;
  color: #707070;
  font-weight: bold;
  border-bottom: 2px solid #707070;
  font-size: 16px;
  margin: 10px 5px;
  width: calc(50% - 13px);
  text-align: center; }
  .gasBtn span, .electricityBtn span {
    padding-bottom: 8px;
    display: inline-block; }

.gasBtn:hover :active {
  cursor: pointer; }

.electricityBtn:hover :active {
  cursor: pointer; }

#show-filters-button, #show-details-button, .show-details-button {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #show-filters-button span, #show-details-button span, .show-details-button span {
    color: #fff; }
  #show-filters-button span:before, #show-filters-button span:after, #show-details-button span:before, #show-details-button span:after, .show-details-button span:before, .show-details-button span:after {
    color: #fff; }

.upliftIcon {
  display: inline-block;
  margin-left: 16px; }

.customQuoteHeading {
  background: #32344f !important;
  font-weight: 600 !important; }

#show-filters-button {
  right: 0;
  background-color: #F28E29 !important; }
  #show-filters-button span {
    transform: rotate(90deg);
    transform-origin: center; }
  #show-filters-button span:before, #show-filters-button span:after {
    content: "●";
    font-size: 10px;
    line-height: 0;
    transform-origin: right; }
  #show-filters-button span:before {
    text-indent: 7px;
    text-shadow: -7px 5px 0 #fff; }
  #show-filters-button span:after {
    text-indent: 2px; }
  #show-filters-button.hide span {
    transform: rotate(0deg); }
  #show-filters-button.hide span:before, #show-filters-button.hide span:after {
    color: transparent; }
  #show-filters-button.hide span:before {
    text-indent: -8px;
    text-shadow: 0 5px 0 transparent;
    transform: rotate(45deg) scaleX(0.6); }
  #show-filters-button.hide span:after {
    text-indent: 8px;
    transform: rotate(-45deg) scaleX(0.6); }

#show-details-button, .show-details-button {
  left: 0;
  background-color: #707070; }
  #show-details-button span, .show-details-button span {
    transform: translateX(4px) scaleX(0.8); }
  #show-details-button span:before, #show-details-button span:after, .show-details-button span:before, .show-details-button span:after {
    content: "●";
    font-size: 10px;
    line-height: 0;
    text-indent: -28px;
    transform-origin: left; }
  #show-details-button span:before, .show-details-button span:before {
    text-shadow: 0 5px 0 #fff; }
  #show-details-button.hide span, .show-details-button.hide span {
    transform: translateX(0) scaleX(1); }
  #show-details-button.hide span:before, #show-details-button.hide span:after, .show-details-button.hide span:before, .show-details-button.hide span:after {
    color: transparent; }
  #show-details-button.hide span:before, .show-details-button.hide span:before {
    text-indent: -8px;
    text-shadow: 0 5px 0 transparent;
    transform: rotate(45deg) scaleX(0.6); }
  #show-details-button.hide span:after, .show-details-button.hide span:after {
    text-indent: 8px;
    transform: rotate(-45deg) scaleX(0.6); }

.quotingShowDetails {
  background-color: #F28E29 !important; }

#export {
  position: relative;
  text-align: center; }

#filters-panel, #details-panel {
  background-color: #eeeeee;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  #filters-panel.hide, #details-panel.hide {
    width: 0; }

#filters-panel {
  width: 255px; }

#details-panel {
  width: 290px; }

#sidebar-quicklinks-container {
  border: none;
  margin: 0;
  padding: 5px;
  position: relative; }
  #sidebar-quicklinks-container .top-button {
    background: #4d5277;
    color: #fff;
    flex-shrink: 0;
    font-weight: normal;
    border: 1px solid white;
    border-radius: 5px;
    margin: 8px auto;
    padding: 6px 0 6px 6px;
    width: 90%; }
    #sidebar-quicklinks-container .top-button:hover {
      background-color: #616796; }
    #sidebar-quicklinks-container .top-button.top-button-tweak {
      margin: 0 auto 8px auto;
      padding: 6px 0;
      text-align: center; }
  #sidebar-quicklinks-container .quicklinks-button {
    background: #ccc !important;
    pointer-events: none !important;
    padding: 0 15px;
    display: block;
    border-radius: 20px;
    background: #F28E29;
    font-weight: 500;
    color: #fff;
    outline: none;
    width: auto;
    border: 0;
    cursor: pointer;
    height: 36px;
    margin: 12px auto;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    padding: 6px 36px;
    width: 90%;
    margin: 0;
    text-align: center; }
    #sidebar-quicklinks-container .quicklinks-button:not(:disabled):hover {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
      background-color: #f5a759; }
    #sidebar-quicklinks-container .quicklinks-button:disabled:hover {
      box-shadow: none;
      cursor: not-allowed; }
  #sidebar-quicklinks-container .input-full-width {
    float: left;
    width: 100%;
    margin: 0 0 0 16px;
    background: #4d5277 no-repeat 10px center; }
  #sidebar-quicklinks-container .input-half-width {
    float: left;
    margin: 0;
    width: 42%; }
  #sidebar-quicklinks-container .input-half-width.left {
    clear: left;
    background: #4d5277 no-repeat 10px center;
    margin: 0 0 0 16px; }
  #sidebar-quicklinks-container .input-half-width.right {
    float: right;
    margin-right: 1px;
    background: #4d5277 no-repeat 10px center; }
  #sidebar-quicklinks-container .account-search-container {
    margin: 8px 12px 8px 12px;
    padding-right: 5px; }
    #sidebar-quicklinks-container .account-search-container input[type=text] {
      border-radius: 5px;
      background-color: white;
      width: 100%; }
    #sidebar-quicklinks-container .account-search-container .ui-autocomplete-input {
      background: white url("/images/icon_search.svg") right no-repeat;
      padding-right: 5px;
      color: #999;
      height: 10px; }

#sidebar {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.26);
  display: flex;
  flex-flow: column;
  flex-basis: 300px;
  flex-shrink: 0;
  font-size: 12px;
  list-style: none;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding-left: 0;
  z-index: 4;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  #sidebar.hide {
    flex-basis: 0; }
  #sidebar .sidebar-filter {
    display: none; }
  #sidebar h1 {
    background-color: #4d5277;
    flex-shrink: 0;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    padding-left: 46px;
    text-align: left; }
  #sidebar .quicklinks-collapse button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 36px;
    text-align: left;
    width: 100%;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
  #sidebar #sidebar-quicklinks-collapse {
    float: right;
    margin-right: 20px; }
  #sidebar button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 36px;
    text-align: left;
    width: 100%;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    #sidebar button:focus {
      outline: none; }
    #sidebar button:hover {
      background-color: #eee; }
  #sidebar #sidebar-search {
    background: #4d5277 no-repeat 10px center; }
  #sidebar #sidebar-quicklinks-container {
    background: #4d5277; }
    #sidebar #sidebar-quicklinks-container .quicklinks-header {
      font-weight: 600;
      color: white;
      font-size: 16px;
      margin: 6px 0 6px 0;
      padding: 6px 0 6px 6px;
      vertical-align: middle;
      display: flex;
      text-transform: uppercase; }
  #sidebar #sidebar-sites {
    flex-grow: 1;
    overflow-y: auto; }
    #sidebar #sidebar-sites::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #sidebar #sidebar-sites::-webkit-scrollbar-track {
      background: #bbb; }
    #sidebar #sidebar-sites::-webkit-scrollbar-thumb {
      background: #888; }
    #sidebar #sidebar-sites::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #sidebar #sidebar-sites > li > button {
      background-color: #eee;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      padding: 15px 36px 15px 20px;
      position: relative; }
      #sidebar #sidebar-sites > li > button:after {
        color: rgba(0, 0, 0, 0.38);
        content: "▼";
        position: absolute;
        right: 10px;
        transform: rotate(90deg);
        -moz-transition: 0.3s ease-in-out all;
        -o-transition: 0.3s ease-in-out all;
        -webkit-transition: 0.3s ease-in-out all;
        transition: 0.3s ease-in-out all; }
      #sidebar #sidebar-sites > li > button:hover {
        background-color: #fff; }
      #sidebar #sidebar-sites > li > button.sidebar-visible:after {
        transform: rotate(0deg); }
    #sidebar #sidebar-sites > li ul button {
      border-left: 3px solid transparent; }
      #sidebar #sidebar-sites > li ul button:hover {
        border-left-color: #000; }
    #sidebar #sidebar-sites ul {
      border-left: 1px solid #ddd;
      height: 0;
      margin-left: 18px;
      overflow: hidden;
      list-style: none;
      padding-left: 6px;
      transform: translateX(-5px);
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
    #sidebar #sidebar-sites .sidebar-visible {
      height: auto;
      transform: translateX(0); }
    #sidebar #sidebar-sites > li > ul {
      margin-left: 0; }
    #sidebar #sidebar-sites .filter-close-button {
      width: auto; }
    #sidebar #sidebar-sites .sidebar-group > button {
      background: url("/images/sidebarGroup.png") no-repeat 10px center; }
    #sidebar #sidebar-sites .sidebar-group.sidebar-group-company-name > button {
      background-image: url("/images/sidebarCompany.svg"); }
    #sidebar #sidebar-sites .sidebar-site {
      cursor: pointer; }
      #sidebar #sidebar-sites .sidebar-site > button {
        background: url("/images/sidebarSite.svg") no-repeat 10px center;
        font-weight: normal; }
    #sidebar #sidebar-sites a.add-site-button {
      display: inline-block;
      vertical-align: middle;
      padding-left: 1em;
      cursor: pointer; }
      #sidebar #sidebar-sites a.add-site-button img {
        -webkit-mask: url(/images/icon_add_white.svg) center no-repeat;
        background: #F28E29;
        width: 15px;
        height: 15px;
        vertical-align: top;
        padding: 1px; }
      #sidebar #sidebar-sites a.add-site-button span {
        vertical-align: top;
        color: #F28E29;
        padding-left: 0.75em; }
      #sidebar #sidebar-sites a.add-site-button:hover {
        text-decoration: underline;
        text-decoration-color: #F28E29; }
    #sidebar #sidebar-sites .sidebar-user {
      cursor: pointer; }
      #sidebar #sidebar-sites .sidebar-user > button {
        background: url("/images/sidebarUser.svg") no-repeat 10px center;
        font-weight: normal; }
    #sidebar #sidebar-sites .loading {
      position: relative; }
    #sidebar #sidebar-sites .loading:after {
      background: transparent;
      border: 2px solid transparent;
      border-radius: 100%;
      border-top: 2px solid #707070;
      content: "";
      display: inline-block;
      height: 12px;
      position: absolute;
      right: 5px;
      top: 5px;
      width: 12px;
      z-index: 2;
      -moz-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
      -o-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
      -webkit-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
      animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite; }

.new-loading {
  position: relative; }

.new-loading:after {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 100%;
  border-top: 2px solid #707070;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 12px;
  z-index: 2;
  -moz-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
  -o-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
  -webkit-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
  animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite; }

.loading-indicator-white:after {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 100%;
  border-top: 5px solid #fff;
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  margin: auto;
  -moz-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
  -o-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
  -webkit-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
  animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite; }

.inplace-loading-indicator-dark {
  display: inline-block; }
  .inplace-loading-indicator-dark:after {
    z-index: 2;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 100%;
    border-top: 5px solid #eee;
    content: "";
    display: inline-block;
    height: 2em;
    width: 2em;
    margin: auto;
    -moz-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
    -o-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
    -webkit-animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite;
    animation: load_spin 1s cubic-bezier(0.5, 0.9, 0.5, 0.1) infinite; }

#tabArea {
  display: flex;
  flex-flow: column;
  flex-grow: 1; }

#tabs {
  background: #fff;
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.26);
  color: #000;
  min-height: 42px;
  padding-left: 0;
  z-index: 2;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  @media (max-width: 1300px) {
    #tabs.x-hidden {
      display: none; } }

#sidebar.hide + #tabArea #tabs {
  padding-left: 36px; }

#tabTarget {
  background-color: #cccccc;
  overflow: auto;
  position: relative; }
  #tabTarget::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  #tabTarget::-webkit-scrollbar-track {
    background: #bbb; }
  #tabTarget::-webkit-scrollbar-thumb {
    background: #888; }
  #tabTarget::-webkit-scrollbar-thumb:hover {
    background: #444; }
  #tabTarget iframe {
    height: 100%;
    position: absolute; }

#loginPrompt {
  background-color: #cccccc;
  display: flex;
  text-align: center;
  width: 100%; }
  #loginPrompt p {
    align-self: center;
    font-size: 24px;
    margin: auto; }

#headerNav {
  background: #32344F;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  clear: both;
  width: 100%;
  margin: 0;
  padding-left: 0;
  z-index: 6; }
  @media (max-width: 1300px) {
    #headerNav.x-hidden {
      display: none; } }
  #headerNav img {
    height: 16px;
    margin-right: 6px;
    width: 16px; }
  #headerNav img, #headerNav span {
    vertical-align: bottom; }
  #headerNav ul {
    margin: 0;
    padding-left: 0;
    z-index: 2; }
  #headerNav li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    position: relative;
    vertical-align: bottom; }
    #headerNav li.has-submenu > button:after {
      color: #fff;
      content: " ▾"; }
    #headerNav li.has-submenu > button.limited-button:after {
      color: #999; }
    #headerNav li ul {
      background: white;
      box-shadow: rgba(0, 0, 0, 0.4) 0 0 50px;
      display: inline-block;
      max-height: 50vh;
      opacity: 0;
      overflow: auto;
      padding: 0;
      position: absolute;
      top: 38px;
      left: 0;
      visibility: hidden;
      transition: 0.2s ease all; }
      #headerNav li ul::-webkit-scrollbar {
        height: 10px;
        width: 10px; }
      #headerNav li ul::-webkit-scrollbar-track {
        background: #bbb; }
      #headerNav li ul::-webkit-scrollbar-thumb {
        background: #888; }
      #headerNav li ul::-webkit-scrollbar-thumb:hover {
        background: #444; }
      #headerNav li ul li {
        clear: left;
        float: left;
        width: 100%; }
        #headerNav li ul li button {
          background-color: #FFF;
          color: #000;
          height: 48px;
          padding-right: 30px;
          text-align: left;
          white-space: nowrap;
          width: 100%; }
    #headerNav li.submenu-visible > button {
      background: #F28E29; }
    #headerNav li.submenu-visible ul {
      opacity: 1;
      visibility: visible; }
    #headerNav li button:hover {
      background: #F28E29;
      outline: none; }
    #headerNav li button:focus {
      outline: none; }
  #headerNav button {
    background: #32344F;
    color: #fff;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    padding: 11px 14px; }
    #headerNav button:hover {
      background: #F28E29; }
  #headerNav .limited-button {
    background: #32344F;
    color: #999;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    padding: 11px 14px; }
  #headerNav #toggle-header-nav-button {
    display: none; }
  @media (max-width: 650px) {
    #headerNav > li > button span {
      display: none; }
    #headerNav > li > button img {
      margin: 0; }
    #headerNav.expanded > li > button span {
      display: inline; }
    #headerNav.expanded > li > button img {
      margin-right: 6px; }
    #headerNav #toggle-header-nav-button {
      display: inline-block; }
      #headerNav #toggle-header-nav-button span {
        display: inline; }
    #headerNav .has-submenu {
      position: static; }
    #headerNav .submenu {
      margin-top: 39px;
      right: 0;
      top: auto; } }

.newSiteHeader {
  width: 100%; }

#tabs li img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 15px;
  height: 15px; }

.splitter {
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }

.noteField {
  height: 1em;
  overflow: hidden; }

.pointerCursor {
  cursor: pointer; }

.filter-pane label, .filter-pane input, .filter-pane select {
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 5px 10px 0;
  padding: 0 5px; }

.filter-pane input, .filter-pane select, .filter-pane button {
  border: 1px solid #ccc; }

.filter-pane {
  background: #fff;
  font-size: 16px; }
  .filter-pane button, .filter-pane input[type=submit] {
    background: #eee;
    border: none;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px;
    color: #444;
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    line-height: 1;
    margin: 5px 10px 0;
    outline: none;
    padding: 5px 10px;
    width: auto;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
  .filter-pane button:hover, .filter-pane input[type=submit]:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px; }
  .filter-pane button:active, .filter-pane input[type=submit]:active {
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px; }

.new-site-modal fieldset, .email-quotes-modal fieldset {
  border: none;
  margin-top: 0;
  padding-top: 30px; }

.login-modal fieldset, .account-modal fieldset {
  border: none;
  margin-top: 0;
  padding-top: 15px; }

.delete-site-modal, .delete-note-modal, .delete-document-modal, .delete-modal {
  padding-top: 15px; }

.renewals {
  border-collapse: collapse;
  font-size: 18px;
  margin: 0 auto;
  text-align: center; }
  .renewals th, .renewals td {
    border: 1px solid #ddd;
    padding: 0.7em; }

.progress-table {
  background: #eee;
  border-collapse: collapse;
  float: left;
  width: 100%;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  .progress-table th {
    background: #32344F;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0; }
  .progress-table td {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: center; }
    .progress-table td::selection {
      background: none; }
  .progress-table .main-row {
    border-left: 5px solid transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    .progress-table .main-row:nth-child(even) {
      background: #fff; }
    .progress-table .main-row:hover {
      background: #cde; }
    .progress-table .main-row.disabled {
      background: #999;
      opacity: 0.2; }
    .progress-table .main-row.priority-1 {
      border-left: 5px solid #333333; }
    .progress-table .main-row.priority-2 {
      border-left: 5px solid #1a1a1a; }
    .progress-table .main-row.priority-3 {
      border-left: 5px solid #000; }
    .progress-table .main-row.dependent {
      background-color: #fdd;
      opacity: 1; }
      .progress-table .main-row.dependent td:last-child {
        background-image: url("/images/dependency_done.png");
        background-position: right center;
        background-repeat: no-repeat; }
  .progress-table input[type=checkbox]:not(old) {
    display: none; }
    .progress-table input[type=checkbox]:not(old) + label {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 100%;
      box-shadow: rgba(0, 0, 0, 0.3) 0 2px 2px;
      cursor: pointer;
      display: block;
      height: 20px;
      margin-left: 5px;
      width: 20px;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      .progress-table input[type=checkbox]:not(old) + label::selection {
        background: none; }
    .progress-table input[type=checkbox]:not(old):checked + label {
      background: #fff url(/images/tick.png) center no-repeat; }
  .progress-table select {
    width: calc(100% - 20px);
    display: block;
    box-sizing: border-box;
    left: 10px;
    position: relative; }

#admin-progress-table .data-callback {
  margin-left: 40px !important; }

#admin-progress-table .input-checkbox {
  float: left;
  margin-right: 24px;
  padding: 2px 0px 0px;
  width: auto; }

#admin-progress-table .input-checkbox, #admin-progress-table .checkbox-list td {
  float: left;
  margin-right: 24px;
  padding: 12px 0 16px;
  width: auto; }

#admin-progress-table .input-checkbox::selection, #admin-progress-table .checkbox-list td::selection {
  background: none; }

#admin-progress-table .input-checkbox[data-lookup-inject], #admin-progress-table .checkbox-list td[data-lookup-inject] {
  padding-right: 40px; }

#admin-progress-table .input-checkbox label, #admin-progress-table .checkbox-list td label {
  cursor: pointer;
  margin-bottom: 0;
  width: auto; }
  #admin-progress-table .input-checkbox label::selection, #admin-progress-table .checkbox-list td label::selection {
    background: none; }

#admin-progress-table .input-checkbox input, #admin-progress-table .checkbox-list td input {
  float: left;
  height: 24px;
  margin-right: 12px;
  outline: 1px solid transparent;
  width: 24px;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  #admin-progress-table .input-checkbox input:focus, #admin-progress-table .checkbox-list td input:focus {
    outline: 1px solid #000; }

#admin-progress-table .input-checkbox input:not(old), #admin-progress-table .checkbox-list td input:not(old) {
  position: absolute;
  opacity: 0; }
  #admin-progress-table .input-checkbox input:not(old) + label, #admin-progress-table .checkbox-list td input:not(old) + label {
    height: 28px;
    padding-left: 3px;
    position: relative; }
  #admin-progress-table .input-checkbox input:not(old) + label:before, #admin-progress-table .checkbox-list td input:not(old) + label:before {
    background: rgba(0, 0, 0, 0.38);
    border: 1px solid transparent;
    border-radius: 10px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 11px;
    margin-right: 12px;
    left: 3px;
    position: absolute;
    vertical-align: middle;
    width: 24px;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    #admin-progress-table .input-checkbox input:not(old) + label:before::selection, #admin-progress-table .checkbox-list td input:not(old) + label:before::selection {
      background: none; }
  #admin-progress-table .input-checkbox input:not(old) + label:after, #admin-progress-table .checkbox-list td input:not(old) + label:after {
    background: #fafafa;
    border-radius: 100%;
    box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.8);
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    width: 17px;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
  #admin-progress-table .input-checkbox input:not(old) + label:before, #admin-progress-table .checkbox-list td input:not(old) + label:before {
    background: #F28E29; }
  #admin-progress-table .input-checkbox input:not(old) + label:after, #admin-progress-table .checkbox-list td input:not(old) + label:after {
    background: #fff;
    box-shadow: 0 0.5px 3px rgba(0, 0, 0, 0.8);
    left: 17px; }
  #admin-progress-table .input-checkbox input:not(old):disabled + label:before, #admin-progress-table .checkbox-list td input:not(old):disabled + label:before {
    background: rgba(0, 0, 0, 0.38); }
  #admin-progress-table .input-checkbox input:not(old):disabled + label:after, #admin-progress-table .checkbox-list td input:not(old):disabled + label:after {
    background: #fafafa;
    left: 0px; }
  #admin-progress-table .input-checkbox input:not(old):focus + label, #admin-progress-table .checkbox-list td input:not(old):focus + label {
    box-shadow: 0 1px 3px transparent; }

#progress-step-toggle + label:before {
  top: 5px; }

#progress-step-toggle + label:after {
  top: 3px; }

.sortable-list {
  border-collapse: collapse;
  float: left;
  margin: 0;
  padding: 0; }
  .sortable-list button {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat; }
  .sortable-list button:focus {
    background-color: #ddd;
    outline: none; }
  .sortable-list thead tr {
    background: #ddd; }
    .sortable-list thead tr th {
      font-size: 20px;
      font-weight: 400;
      text-align: left;
      text-indent: 10px; }
  .sortable-list tr {
    background: #fff;
    height: 35px;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    .sortable-list tr .handle {
      background: url("/images/handle.png") no-repeat center;
      cursor: move;
      float: left;
      font-size: 17px;
      line-height: 35px;
      padding: 0 10px; }
    .sortable-list tr .edit-dependencies, .sortable-list tr .delete-action {
      border: none;
      cursor: pointer;
      float: left;
      height: 35px;
      width: 35px;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      .sortable-list tr .edit-dependencies:hover, .sortable-list tr .delete-action:hover {
        opacity: 1; }
    .sortable-list tr .edit-dependencies {
      background-image: url(/images/dependencies.png);
      border: none;
      cursor: pointer;
      font-size: 8px;
      font-weight: bold;
      opacity: 0.8;
      text-align: center;
      text-indent: 11px; }
    .sortable-list tr .archive-action {
      opacity: 0.5; }
    .sortable-list tr .delete-action {
      background-image: url(/images/dependency_delete.png);
      opacity: 0.5; }
  .sortable-list td {
    padding: 0; }
  .sortable-list .selecting-dependencies {
    background: #fec; }
    .sortable-list .selecting-dependencies input, .sortable-list .selecting-dependencies select {
      background: #fec; }
    .sortable-list .selecting-dependencies .edit-dependencies {
      background-image: url(/images/dependency_done.png);
      color: transparent; }
  .sortable-list input, .sortable-list select {
    background: #eee;
    border: none;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 35px;
    padding-top: 0px;
    padding-left: 10px;
    resize: none;
    vertical-align: top;
    margin: 0px;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
    .sortable-list input:focus, .sortable-list select:focus {
      background: #ddd;
      border: none;
      outline: none; }
  .sortable-list .action-name {
    min-width: 300px; }
  .sortable-list input[type=checkbox] {
    height: 18px;
    margin: 5px;
    width: 18px; }
    .sortable-list input[type=checkbox]:focus {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sortable-list select {
    margin-right: 10px; }
  .sortable-list select.team-filter-list {
    width: calc(100% - 20px);
    display: block;
    box-sizing: border-box;
    left: 10px;
    position: relative;
    background: #fff;
    height: auto;
    margin-bottom: 10px; }
  .sortable-list input.modified, .sortable-list select.modified {
    color: #000; }

.quick-filter {
  border-bottom: 1px solid #eee;
  padding: 10px 15px; }
  .quick-filter label {
    display: inline-block;
    vertical-align: middle;
    width: 20%; }
  .quick-filter input {
    display: inline-block;
    width: 70%; }
  .quick-filter button {
    background: none;
    border: none;
    box-shadow: none;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 0;
    width: 5%; }
    .quick-filter button:focus {
      color: #000; }
    .quick-filter button:hover {
      box-shadow: none;
      color: #d66; }

.reminder-counter {
  background: #d66;
  border-radius: 100%;
  color: white;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 32px; }

.hidden {
  display: none !important; }

#grdgeneral td {
  cursor: pointer; }

.loading-indicator {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: 0.3s ease height; }
  .loading-indicator:after {
    background: #000;
    content: "";
    height: 5px;
    position: absolute;
    width: 20%;
    -moz-animation: load_bar_indeterminate 1s ease-in-out infinite;
    -o-animation: load_bar_indeterminate 1s ease-in-out infinite;
    -webkit-animation: load_bar_indeterminate 1s ease-in-out infinite;
    animation: load_bar_indeterminate 1s ease-in-out infinite; }
  .loading-indicator.hide {
    height: 0; }

span.igtab_THHolder {
  padding: 5px 5px 0 5px; }

.igtab_THTabSel, .igtab_THTailSel, .igtab_THCenterSel, .igspl_VSplitBarHover, .igspl_HSplitBarHover {
  background: #4d5277 !important;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }

.igtab_THTab {
  background: #999;
  border-radius: 15px 15px 0 0;
  margin-right: 5px !important; }

.igdm_MenuItemHorizontalRootActive, .igdm_MenuItemHorizontalRootHover {
  background: #7e84ac !important;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }

.ui-menu .ui-menu-item {
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  background: #fff;
  font-size: 12px; }
  .ui-menu .ui-menu-item.ui-state-focus {
    background: #4d5277;
    border-top: 1px solid transparent;
    color: white;
    font-weight: normal; }

html .igdt_Control {
  overflow: hidden !important; }

html .ui-datepicker {
  border-radius: 0;
  font-size: 16px;
  z-index: 2000 !important; }
  html .ui-datepicker .ui-datepicker-prev, html .ui-datepicker .ui-datepicker-next {
    border: none;
    cursor: pointer;
    font-size: 12px;
    height: auto;
    width: auto;
    opacity: 0.5;
    top: 13px;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    html .ui-datepicker .ui-datepicker-prev.ui-state-hover, html .ui-datepicker .ui-datepicker-next.ui-state-hover {
      background: none;
      border: none;
      opacity: 1; }
  html .ui-datepicker .ui-datepicker-prev {
    left: 9px; }
  html .ui-datepicker .ui-datepicker-next {
    right: 9px; }
  html .ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: 9px; }
  html .ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 9px; }
  html .ui-datepicker span.ui-icon {
    color: black;
    height: auto;
    position: static;
    margin: 0;
    text-indent: 0;
    width: auto; }
  html .ui-datepicker .ui-widget-header {
    background: #fff !important;
    border: 1px solid black; }
  html .ui-datepicker .ui-datepicker-title select {
    background: #eee;
    display: inline;
    margin-right: 3px; }

.ui-widget-header {
  background: #32344F;
  border: 1px solid black;
  color: #fff !important; }

html .jsgrid-grid-body {
  overflow: hidden; }

.crm-alert {
  background: #4d5277;
  bottom: 0;
  box-sizing: border-box;
  color: #444;
  font-size: 16px;
  overflow-y: auto;
  padding: 0 20px 0;
  position: fixed;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  width: 610px;
  z-index: 110; }
  .crm-alert::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  .crm-alert::-webkit-scrollbar-track {
    background: #bbb; }
  .crm-alert::-webkit-scrollbar-thumb {
    background: #888; }
  .crm-alert::-webkit-scrollbar-thumb:hover {
    background: #444; }
  .crm-alert.hiding {
    display: none; }
  .crm-alert > div {
    background: #fff;
    border-radius: 2px;
    margin: 20px 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  .crm-alert .close-button {
    cursor: pointer; }
  .crm-alert .button-container {
    text-align: right; }
    .crm-alert .button-container .choice-button {
      background: none;
      border: none;
      color: #000;
      cursor: pointer;
      display: inline-block;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 10px 10px 0 0;
      opacity: 0.8;
      width: auto;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      .crm-alert .button-container .choice-button:hover {
        opacity: 1; }
  .crm-alert h2 {
    font-weight: 100; }
  .crm-alert p {
    padding: 0; }
  .crm-alert #clear-all-crm-alerts {
    background: #F28E29;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    .crm-alert #clear-all-crm-alerts:hover {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  .crm-alert div ~ #clear-all-crm-alerts {
    font-size: 16px;
    margin: 0 42px 15px 0;
    padding: 5px 10px; }

@keyframes alert-jingle {
  from {
    transform: rotate(0); }
  25% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); }
  to {
    transform: rotate(0); } }

#toggle-crm-alerts {
  background: #9395ba;
  border: none;
  cursor: pointer;
  bottom: 15px;
  height: 31px;
  right: 19px;
  opacity: 0.7;
  position: absolute;
  width: 31px;
  z-index: 9;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }
  #toggle-crm-alerts:hover {
    opacity: 1; }
  #toggle-crm-alerts:focus {
    outline: none;
    opacity: 1; }
  #toggle-crm-alerts.hiding {
    display: none; }
  #toggle-crm-alerts span {
    background: #32344F;
    border-radius: 9px 9px 0 0;
    display: block;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 15px;
    animation: 1s ease-in 1s infinite both alert-jingle;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    #toggle-crm-alerts span:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 12px solid #000;
      bottom: 0;
      content: "";
      display: block;
      height: 0;
      left: -2.6px;
      position: absolute;
      width: 0;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
    #toggle-crm-alerts span:after {
      background: #32344F;
      border-radius: 0 0 100% 100%;
      content: "";
      display: block;
      height: 3px;
      left: 4px;
      position: absolute;
      top: 17px;
      width: 7px;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
  #toggle-crm-alerts.arrow {
    background: #F28E29; }
    #toggle-crm-alerts.arrow span {
      left: 16px;
      height: 0;
      top: 20px;
      transform: rotate(180deg);
      width: 0;
      animation: none; }
      #toggle-crm-alerts.arrow span:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid #fff;
        bottom: 0;
        height: 8px;
        left: -5px;
        width: 2px; }
      #toggle-crm-alerts.arrow span:after {
        background: #fff;
        border-radius: 0;
        height: 16px;
        left: -1px;
        top: 0;
        width: 4px; }

.emailContainer h1 {
  color: #3e3e3e;
  background: none;
  font-weight: 600 !important; }

.info-message {
  background-color: #fef9c5;
  font-size: 20px;
  line-height: 50px;
  padding-left: 20px; }

.home-tiles {
  background-color: #cccccc;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 15px;
  position: relative;
  width: 100%; }
  .home-tiles.expanded {
    padding-top: 30px; }
    .home-tiles.expanded .tile:not(.expanded) {
      height: auto;
      min-height: 0;
      padding: 2px; }
      .home-tiles.expanded .tile:not(.expanded) > div {
        max-height: 0;
        overflow: hidden; }
    @media (min-width: 800px) {
      .home-tiles.expanded {
        display: block; }
        .home-tiles.expanded .tile:not(.expanded) {
          clear: both;
          float: right;
          max-width: 100%;
          width: 250px; } }
  .home-tiles .tile {
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    float: left;
    flex-basis: 400px;
    height: 100%;
    min-height: 250px;
    padding: 15px; }
    .home-tiles .tile.expanded {
      height: calc(100% - (2*15px)) !important;
      position: static;
      left: 15px;
      top: 15px;
      width: 100%;
      z-index: 3; }
      @media (min-width: 800px) {
        .home-tiles .tile.expanded {
          position: absolute;
          width: calc(100% - 250px - (2*15px)); } }
    .home-tiles .tile > h1 {
      cursor: move;
      font-size: 24px;
      padding: 0 46px 0 10px;
      position: relative;
      text-overflow: ellipsis; }
    .home-tiles .tile > div {
      background: #fff;
      height: 100%;
      max-height: 100vh;
      overflow: auto;
      width: 100%;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      .home-tiles .tile > div canvas {
        max-height: 100%;
        max-width: 100%; }
  .home-tiles .expando {
    border: none;
    background: #707070;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .home-tiles .expando img {
      vertical-align: baseline; }

.fullscreen-matrix {
  background-color: #cccccc;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 20px;
  position: relative;
  width: 100%; }
  .fullscreen-matrix.no-stripes {
    background-image: none !important;
    background-color: transparent;
    padding: 20px;
    max-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*bottom: 0px;*/
    right: 0px; }
    .fullscreen-matrix.no-stripes > li {
      max-width: 100%;
      min-width: 0px;
      max-height: 50%;
      /*min-height: 0px;*/ }
    .fullscreen-matrix.no-stripes > li.expanded {
      max-height: 100%; }
  .fullscreen-matrix.no-stripes.editing > li > div {
    overflow: hidden; }
  .fullscreen-matrix.no-stripes.editing > li.editing > div {
    overflow: auto; }
  .fullscreen-matrix.loading > li {
    opacity: 0;
    transform: scale(0.95); }
  .fullscreen-matrix.expanded {
    display: block; }
    .fullscreen-matrix.expanded > li {
      clear: right;
      float: right;
      height: 51px !important;
      min-height: 36px;
      padding-bottom: 0;
      width: 250px; }
      .fullscreen-matrix.expanded > li > div {
        display: none; }
  .fullscreen-matrix > li {
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    float: left;
    flex-basis: 33%;
    min-height: 50%;
    padding: 15px;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    .fullscreen-matrix > li.expanded {
      clear: none;
      float: none;
      height: calc(100% - 30px) !important;
      opacity: 1;
      padding: 15px;
      position: fixed;
      min-width: 250px;
      width: calc(100% - 45px - 250px);
      z-index: 2; }
      .fullscreen-matrix > li.expanded > div {
        display: block; }
    .fullscreen-matrix > li > h1 {
      cursor: move;
      position: relative;
      text-overflow: ellipsis;
      background: #707070;
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      margin: 0;
      left: 0;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 100%;
      border-radius: 5px 5px 0px 0px; }
    .fullscreen-matrix > li > div {
      background: #fff;
      height: 100%;
      overflow: auto;
      width: 100%; }
  .fullscreen-matrix .expando {
    border: none;
    background: #707070;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .fullscreen-matrix .expando img {
      vertical-align: baseline; }
  .fullscreen-matrix .proportion-graph {
    height: 50px;
    margin: 50px auto 0;
    position: relative;
    transform-origin: left;
    animation: 2s ease-out fold_in;
    width: 90%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .fullscreen-matrix .proportion-graph .segment {
      display: inline-block;
      float: left;
      height: 50px;
      line-height: 50px;
      margin: 0;
      opacity: 0.6;
      padding: 0;
      text-align: center; }
      .fullscreen-matrix .proportion-graph .segment .label {
        background: #707070;
        color: #fff;
        display: none;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 60px;
        white-space: nowrap;
        width: auto;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
      .fullscreen-matrix .proportion-graph .segment:hover {
        opacity: 1; }
        .fullscreen-matrix .proportion-graph .segment:hover:before {
          background: #707070;
          content: "";
          display: block;
          height: 50px;
          position: absolute;
          top: 50px;
          width: 2px; }
        .fullscreen-matrix .proportion-graph .segment:hover .label {
          display: block;
          opacity: 1; }
  .fullscreen-matrix .bar-graph {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative; }
    .fullscreen-matrix .bar-graph .selector {
      background: #707070;
      border: none;
      color: #fff;
      font-size: 18px;
      height: 38px;
      padding: 0 10px;
      position: absolute;
      right: 0;
      top: 0; }
    .fullscreen-matrix .bar-graph .graph {
      height: 100%;
      width: 100%; }
  .fullscreen-matrix .data-table {
    background: #4d5277;
    border-collapse: collapse;
    color: #fff;
    margin: 70px auto; }
    .fullscreen-matrix .data-table tbody tr:nth-child(odd) {
      background: #b0b6d0; }
    .fullscreen-matrix .data-table .indicator {
      border: 2px solid #fff;
      border-radius: 100%;
      content: "";
      display: inline-block;
      height: 10px;
      left: 5px;
      opacity: 0.6;
      position: absolute;
      top: 13.5px;
      width: 10px; }
    .fullscreen-matrix .data-table th, .fullscreen-matrix .data-table td {
      padding: 10px 30px;
      position: relative;
      text-align: center; }

/* Invoice Import */
.invoiceImportContainer {
  padding-top: 45px; }
  .invoiceImportContainer select {
    padding-left: 15px; }

/* Invoice Import - End */
/* Invoice Suspense */
.importSuspenseContainer {
  padding-top: 45px; }

/* Invoice Suspense - End */
/* Invoice Imports */
.invoiceImportUploader {
  padding: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
  height: 100%; }

#QuickPaymentForm #top-bar {
  padding: 10px 20px 1px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #QuickPaymentForm #top-bar label {
    display: inline-block;
    height: auto;
    margin-right: 20px; }
  #QuickPaymentForm #top-bar #year {
    width: 5em; }
  #QuickPaymentForm #top-bar #paymentsDue {
    margin-top: 7px; }

#QuickPaymentForm #table-container {
  overflow: auto; }
  #QuickPaymentForm #table-container::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  #QuickPaymentForm #table-container::-webkit-scrollbar-track {
    background: #bbb; }
  #QuickPaymentForm #table-container::-webkit-scrollbar-thumb {
    background: #888; }
  #QuickPaymentForm #table-container::-webkit-scrollbar-thumb:hover {
    background: #444; }
  #QuickPaymentForm #table-container #data-table {
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    #QuickPaymentForm #table-container #data-table tbody tr:hover {
      background: #fec; }
    #QuickPaymentForm #table-container #data-table th button {
      border: none;
      box-shadow: none;
      display: inline-block;
      margin: 0; }
    #QuickPaymentForm #table-container #data-table input, #QuickPaymentForm #table-container #data-table select {
      background: #fff; }
    #QuickPaymentForm #table-container #data-table th input {
      padding: 15px 2px; }
    #QuickPaymentForm #table-container #data-table tfoot button, #QuickPaymentForm #table-container #data-table tfoot input {
      display: inline-block;
      margin: 0 5px; }

#QuickPaymentForm #side-form {
  background: #fff;
  box-sizing: border-box;
  float: right;
  padding: 20px;
  width: 20%;
  width: calc(400px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #QuickPaymentForm #side-form table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    #QuickPaymentForm #side-form table tr {
      border: 1px solid rgba(0, 0, 0, 0.12);
      font-size: 12px; }
      #QuickPaymentForm #side-form table tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.16); }
    #QuickPaymentForm #side-form table td {
      padding: 5px 10px; }
      #QuickPaymentForm #side-form table td:first-child {
        color: #000;
        font-weight: bold;
        text-align: right;
        width: 150px; }
  #QuickPaymentForm #side-form input, #QuickPaymentForm #side-form textarea {
    margin-bottom: 10px;
    width: 100%; }
  #QuickPaymentForm #side-form textarea {
    height: 4em; }

table.grid-table tr th, table.grid-table tr th .filter-button, table.grid-table tr th .apply-button, table.grid-table tr th .clear-filter-button {
  background: #32344F; }

table.grid-table tfoot button {
  background: #F28E29; }

.pricebook {
  border-collapse: collapse; }
  .pricebook tr td:nth-child(odd) {
    background-color: #f2fcfc; }
  .pricebook tr th:nth-child(even) {
    background-color: #f2fcfc; }
  .pricebook tr td:nth-of-type(1) {
    background-color: #ffffff; }
  .pricebook tr td:nth-of-type(7) {
    background-color: #ffffff; }
  .pricebook th, .pricebook td {
    text-align: center;
    vertical-align: middle;
    border-spacing: 0px; }
  .pricebook th {
    border-bottom: 1px solid #607D8B; }

.login-modal {
  height: 270px !important; }

.login-modal, .standard-modal {
  background: #fff; }
  .login-modal label, .login-modal input, .login-modal .submit-button, .standard-modal label, .standard-modal input, .standard-modal .submit-button {
    display: block;
    margin: 0 auto;
    width: 80%;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
  .login-modal label, .standard-modal label {
    color: #000;
    margin-top: 20px; }
  .login-modal input, .standard-modal input {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin-top: 5px;
    padding: 5px; }
    .login-modal input:focus, .standard-modal input:focus {
      border-bottom-color: #000;
      outline: none; }
  .login-modal .submit-button, .standard-modal .submit-button {
    background: #F28E29;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    margin-top: 35px;
    padding: 10px;
    width: fit-content;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    .login-modal .submit-button:hover, .login-modal .submit-button:focus, .standard-modal .submit-button:hover, .standard-modal .submit-button:focus {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  .login-modal p.small, .standard-modal p.small {
    font-size: 16px; }

.password-reset-modal {
  max-width: 450px;
  padding-bottom: 10px;
  height: 360px; }
  .password-reset-modal p {
    text-align: center; }

html .ui-autocomplete {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }
  html .ui-autocomplete::-webkit-scrollbar {
    height: 10px;
    width: 10px; }
  html .ui-autocomplete::-webkit-scrollbar-track {
    background: #bbb; }
  html .ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888; }
  html .ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #444; }

#sales-records {
  display: flex;
  flex-flow: row; }
  #sales-records #records-table-container {
    overflow: auto; }
    #sales-records #records-table-container::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #sales-records #records-table-container::-webkit-scrollbar-track {
      background: #bbb; }
    #sales-records #records-table-container::-webkit-scrollbar-thumb {
      background: #888; }
    #sales-records #records-table-container::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #sales-records #records-table-container table {
      font-size: 12px; }
      #sales-records #records-table-container table.grid-table tbody tr:hover {
        background: #fec; }
      #sales-records #records-table-container table.grid-table tbody tr.editing {
        background: #b0b6d0;
        color: #fff; }
      #sales-records #records-table-container table.grid-table tbody tr td {
        cursor: cell; }
  #sales-records #edit-panel {
    display: none;
    padding: 20px;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    #sales-records #edit-panel.show {
      display: block;
      background-color: white;
      border: 1px solid #ccc; }
    #sales-records #edit-panel label {
      color: #000;
      display: block;
      margin-top: 10px;
      text-align: right;
      width: 400px; }
      #sales-records #edit-panel label input, #sales-records #edit-panel label select {
        border: none;
        text-align: center;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #sales-records #edit-panel label input:focus, #sales-records #edit-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #sales-records #edit-panel label input:disabled, #sales-records #edit-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #sales-records #edit-panel button {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      margin: 0.5rem 5% 0;
      padding: 10px 20px;
      width: 40%;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #sales-records #edit-panel button.cancel {
        background: #F28E29;
        color: #fff; }
      #sales-records #edit-panel button:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    #sales-records #edit-panel #change-schedule-button {
      width: auto;
      margin-top: 2rem;
      margin-bottom: 1rem; }

.tblScheduleSelection {
  font-size: 12px !important;
  border-collapse: collapse;
  width: auto; }
  .tblScheduleSelection .selected {
    background-color: #0D6EFF; }
  .tblScheduleSelection tr {
    background-color: #fff; }
  .tblScheduleSelection th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #32344F;
    color: #fff;
    white-space: nowrap; }
  .tblScheduleSelection td, .tblScheduleSelection th {
    border: 1px solid #ddd;
    padding: 8px;
    white-space: nowrap; }
  .tblScheduleSelection tr:hover {
    background: #fec;
    cursor: pointer; }
  .tblScheduleSelection tbody td input[type=text]:read-only {
    background: #999;
    opacity: 0.3; }
  .tblScheduleSelection tbody td div input[type=checkbox] {
    float: right; }

#suspense-detail {
  display: flex;
  flex-flow: row; }
  #suspense-detail #records-table-container {
    overflow: auto; }
    #suspense-detail #records-table-container::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #suspense-detail #records-table-container::-webkit-scrollbar-track {
      background: #bbb; }
    #suspense-detail #records-table-container::-webkit-scrollbar-thumb {
      background: #888; }
    #suspense-detail #records-table-container::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #suspense-detail #records-table-container table {
      font-size: 12px; }
      #suspense-detail #records-table-container table.grid-table tbody tr:hover {
        background: #fec; }
      #suspense-detail #records-table-container table.grid-table tbody tr.editing {
        background: #b0b6d0;
        color: #fff; }
      #suspense-detail #records-table-container table.grid-table tbody tr td {
        cursor: cell; }
  #suspense-detail #edit-panel {
    display: none;
    padding: 20px;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    #suspense-detail #edit-panel.show {
      display: block;
      background-color: white;
      border: 1px solid #ccc; }
    #suspense-detail #edit-panel label {
      color: #000;
      display: block;
      margin-top: 10px;
      text-align: right;
      width: 350px; }
      #suspense-detail #edit-panel label input, #suspense-detail #edit-panel label select {
        border: none;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #suspense-detail #edit-panel label input:focus, #suspense-detail #edit-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #suspense-detail #edit-panel label input:disabled, #suspense-detail #edit-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #suspense-detail #edit-panel button {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      margin: 38px 5% 0;
      padding: 10px 20px;
      width: 30%;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #suspense-detail #edit-panel button.cancel {
        background: #ddd;
        color: #000; }
      #suspense-detail #edit-panel button:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

#commissionstracker-records {
  display: flex;
  flex-flow: row; }
  #commissionstracker-records #records-table-container {
    overflow: auto; }
    #commissionstracker-records #records-table-container::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #commissionstracker-records #records-table-container::-webkit-scrollbar-track {
      background: #bbb; }
    #commissionstracker-records #records-table-container::-webkit-scrollbar-thumb {
      background: #888; }
    #commissionstracker-records #records-table-container::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #commissionstracker-records #records-table-container table {
      font-size: 12px; }
      #commissionstracker-records #records-table-container table.grid-table tbody tr:hover {
        background: #fec; }
      #commissionstracker-records #records-table-container table.grid-table tbody tr.editing {
        background: #b0b6d0;
        color: #fff; }
      #commissionstracker-records #records-table-container table.grid-table tbody tr td {
        cursor: cell; }
  #commissionstracker-records #edit-panel {
    display: none;
    padding: 20px;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    #commissionstracker-records #edit-panel.show {
      display: block;
      background-color: white;
      border: 1px solid #ccc; }
    #commissionstracker-records #edit-panel label {
      color: #000;
      display: block;
      margin-top: 10px;
      text-align: left;
      width: 300px;
      float: left; }
      #commissionstracker-records #edit-panel label input, #commissionstracker-records #edit-panel label select {
        border: none;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        text-align: left;
        float: right;
        width: 100%;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #commissionstracker-records #edit-panel label input:focus, #commissionstracker-records #edit-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #commissionstracker-records #edit-panel label input:disabled, #commissionstracker-records #edit-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #commissionstracker-records #edit-panel button {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      margin: 38px 5% 0;
      padding: 10px 20px;
      width: 40%;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all;
      float: left; }
      #commissionstracker-records #edit-panel button.cancel {
        /*background: #ddd;*/
        /*color: #000;*/
        float: right; }
      #commissionstracker-records #edit-panel button:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

#bespoke-rates-dialogue {
  background: #fff;
  bottom: 0;
  height: 350px;
  padding: 20px;
  position: fixed;
  right: 0;
  width: 200px; }
  #bespoke-rates-dialogue #bespoke-close {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px; }
    #bespoke-rates-dialogue #bespoke-close:hover {
      text-decoration: underline; }
  #bespoke-rates-dialogue label {
    color: #000;
    display: inline-block;
    margin: 0;
    margin-right: 5%;
    padding: 0;
    text-align: center;
    width: 30%; }
    #bespoke-rates-dialogue label input, #bespoke-rates-dialogue label select {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%; }
  #bespoke-rates-dialogue #bespoke-add {
    display: inline-block;
    width: 30%; }
  #bespoke-rates-dialogue #bespoke-values {
    color: #fff;
    height: 200px;
    list-style: none;
    overflow: auto;
    padding: 0;
    text-align: center; }
    #bespoke-rates-dialogue #bespoke-values::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #bespoke-rates-dialogue #bespoke-values::-webkit-scrollbar-track {
      background: #bbb; }
    #bespoke-rates-dialogue #bespoke-values::-webkit-scrollbar-thumb {
      background: #888; }
    #bespoke-rates-dialogue #bespoke-values::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #bespoke-rates-dialogue #bespoke-values li {
      padding: 5px; }
    #bespoke-rates-dialogue #bespoke-values li:nth-child(even) {
      background: #4d5277; }
    #bespoke-rates-dialogue #bespoke-values li:nth-child(odd) {
      background: #393d58; }
  #bespoke-rates-dialogue #bespoke-status {
    margin: 0;
    padding: 0;
    text-align: center; }

#report-banner {
  background: #707070;
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.26);
  color: #fff;
  min-height: 42px;
  padding-left: 0;
  z-index: 2; }
  #report-banner h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0.7em;
    padding-top: 1em; }
  #report-banner p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 0; }

#report-controls {
  cursor: default;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #report-controls button, #report-controls a {
    background: #F28E29;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 10px 5px;
    outline: none;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
    #report-controls button.confirm-modify, #report-controls a.confirm-modify {
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      #report-controls button.confirm-modify.no-selection, #report-controls a.confirm-modify.no-selection {
        cursor: not-allowed;
        opacity: 0.6;
        pointer-events: none;
        /*display: none;*/ }
      #report-controls button.confirm-modify span, #report-controls a.confirm-modify span {
        color: #ddd;
        font-size: 10px; }
    #report-controls button:hover, #report-controls a:hover {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    #report-controls button span, #report-controls a span {
      display: inline-block;
      height: 100%;
      line-height: 100%; }
    #report-controls button img, #report-controls a img {
      height: 16px;
      margin-right: 10px;
      width: 16px;
      vertical-align: middle; }
  #report-controls label {
    font-size: 13px; }
  #report-controls input, #report-controls select {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
  #report-controls input, #report-controls #quickFilterColumn {
    width: 100px; }
  #report-controls #rowsPerPage {
    text-align: center;
    width: 30px; }
  #report-controls .spacer {
    display: inline-block;
    padding-left: 10px; }
    #report-controls .spacer:after {
      background-image: linear-gradient(transparent, #666, transparent);
      border-radius: 3px;
      content: "";
      display: inline-block;
      height: 40px;
      margin-left: 5px;
      vertical-align: middle;
      width: 1px; }
  #report-controls fieldset {
    display: inline-block;
    border: none;
    padding: 0; }

#edit-note {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 400px;
  z-index: 2; }
  #edit-note textarea {
    height: 400px;
    margin: 10px auto;
    width: 90%; }
  #edit-note button {
    display: block;
    margin: 0 auto; }

#report-container, .report-container {
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  #report-container #grid-container, .report-container #grid-container {
    overflow: auto; }
    #report-container #grid-container::-webkit-scrollbar, .report-container #grid-container::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #report-container #grid-container::-webkit-scrollbar-track, .report-container #grid-container::-webkit-scrollbar-track {
      background: #bbb; }
    #report-container #grid-container::-webkit-scrollbar-thumb, .report-container #grid-container::-webkit-scrollbar-thumb {
      background: #888; }
    #report-container #grid-container::-webkit-scrollbar-thumb:hover, .report-container #grid-container::-webkit-scrollbar-thumb:hover {
      background: #444; }
  #report-container .edit-note-button, .report-container .edit-note-button {
    font-size: 10px; }

#reportGrid, .reportGrid {
  font-size: 12px; }
  #reportGrid tbody tr td, .reportGrid tbody tr td {
    cursor: pointer; }
  #reportGrid tbody tr:hover, .reportGrid tbody tr:hover {
    background: #fec; }

body.ud-background, body.ud-background form, body.ud-background #table-container {
  background-color: #fff; }

body.ud-background #report-controls {
  background-color: white; }

#report-allocation {
  height: 100%;
  background-color: #eeeeee; }
  #report-allocation .report-allocation-page {
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #fff; }
  #report-allocation label {
    color: #000;
    display: block;
    margin: 20px auto;
    max-width: 1000px;
    min-width: 150px;
    width: 95%; }
    #report-allocation label select {
      background: none;
      border: none;
      border-bottom: 1px solid #000;
      display: block;
      font-size: 18px;
      padding: 10px;
      width: 100%;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
      #report-allocation label select:focus {
        background: #fff;
        outline: none; }
  #report-allocation #allocation-lists {
    justify-content: space-around;
    display: flex;
    flex-flow: row wrap; }
    #report-allocation #allocation-lists ul {
      background: #393d58;
      box-sizing: border-box;
      list-style: none;
      margin: 10px 0;
      max-width: 500px;
      min-width: 150px;
      width: 45%;
      padding: 0;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
      #report-allocation #allocation-lists ul:before {
        color: #fff;
        content: "Allocated";
        display: block;
        font-size: 24px;
        font-weight: 100;
        padding: 15px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
      #report-allocation #allocation-lists ul li {
        background: #4d5277;
        color: #fff;
        cursor: pointer;
        border-bottom: 1px solid black;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        position: relative;
        white-space: nowrap;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        -moz-transition: 0.15s ease all;
        -o-transition: 0.15s ease all;
        -webkit-transition: 0.15s ease all;
        transition: 0.15s ease all; }
        #report-allocation #allocation-lists ul li:hover {
          background: #616796; }
        #report-allocation #allocation-lists ul li:before {
          content: "";
          display: inline-block;
          height: 16px;
          margin: 5px 10px 8px 0;
          vertical-align: middle;
          width: 16px; }
        #report-allocation #allocation-lists ul li::selection {
          background: none; }
        #report-allocation #allocation-lists ul li.user {
          color: #ffb; }
          #report-allocation #allocation-lists ul li.user:before {
            background-image: url("/images/user.png"); }
        #report-allocation #allocation-lists ul li.team {
          color: #bbf; }
          #report-allocation #allocation-lists ul li.team:before {
            background-image: url("/images/team.png"); }
        #report-allocation #allocation-lists ul li.role {
          color: #fbb; }
          #report-allocation #allocation-lists ul li.role:before {
            background-image: url("/images/role.png"); }
        #report-allocation #allocation-lists ul li.all {
          color: #bfb; }
          #report-allocation #allocation-lists ul li.all:before {
            background-image: url("/images/all.png"); }
        #report-allocation #allocation-lists ul li .export-toggle {
          cursor: default;
          float: right;
          height: 100%;
          margin: 0;
          min-width: 0;
          opacity: 0.7;
          vertical-align: middle;
          width: auto; }
          #report-allocation #allocation-lists ul li .export-toggle:before {
            background-image: url("/images/excel.png");
            content: "";
            display: inline-block;
            float: right;
            height: 16px;
            margin: 5px 10px 0 0;
            width: 16px; }
          #report-allocation #allocation-lists ul li .export-toggle:hover {
            opacity: 1; }
          #report-allocation #allocation-lists ul li .export-toggle input {
            height: 22px;
            width: 22px; }
        #report-allocation #allocation-lists ul li .allocate-toggle {
          cursor: default;
          float: right;
          height: 100%;
          margin: 0;
          min-width: 0;
          opacity: 0.7;
          vertical-align: middle;
          width: auto; }
          #report-allocation #allocation-lists ul li .allocate-toggle:before {
            background-image: url("/images/siteAllocation.png");
            background-repeat: no-repeat;
            content: "";
            display: inline-block;
            float: right;
            height: 16px;
            margin: 5px 10px 0 0;
            width: 20px; }
          #report-allocation #allocation-lists ul li .allocate-toggle:hover {
            opacity: 1; }
          #report-allocation #allocation-lists ul li .allocate-toggle input {
            height: 22px;
            width: 22px; }
      #report-allocation #allocation-lists ul#unselected-list {
        background: #666; }
        #report-allocation #allocation-lists ul#unselected-list:before {
          content: "Unallocated"; }
        #report-allocation #allocation-lists ul#unselected-list:after {
          content: none; }
        #report-allocation #allocation-lists ul#unselected-list li {
          background: #777;
          border-bottom: 1px solid #666; }
          #report-allocation #allocation-lists ul#unselected-list li:hover {
            background: #888; }

@-moz-keyframes fade_in {
  from {
    opacity: 0;
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  to {
    opacity: 1; } }

@-webkit-keyframes fade_in {
  from {
    opacity: 0;
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  to {
    opacity: 1; } }

@keyframes fade_in {
  from {
    opacity: 0;
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  to {
    opacity: 1; } }

@-moz-keyframes fold_in {
  from {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes fold_in {
  from {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes fold_in {
  from {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  to {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-moz-keyframes load_bar_indeterminate {
  from {
    left: -20%; }
  to {
    left: 100%; } }

@-webkit-keyframes load_bar_indeterminate {
  from {
    left: -20%; }
  to {
    left: 100%; } }

@keyframes load_bar_indeterminate {
  from {
    left: -20%; }
  to {
    left: 100%; } }

@-moz-keyframes load_spin_icon {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes load_spin_icon {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes load_spin_icon {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  to {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

#comms-modal {
  background: #fff; }

#comms-modal label, #comms-modal input, #comms-modal select {
  display: block;
  margin: 0 auto;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }

#comms-modal label {
  color: #000;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px; }

#comms-modal input, #comms-modal select {
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  margin-top: 5px;
  padding: 5px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 90%; }

.larger-modal-dialog {
  height: 540px !important;
  max-height: 70% !important; }

.larger-modal-dialog-findsite {
  height: 580px !important;
  max-height: 90% !important; }

#comms-buttons button,
#generalbutton button {
  background: #F28E29;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  margin: 10px auto;
  outline: none;
  padding: 10px 20px;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }

/*#comms-buttons, #generalbutton {
    text-align: center;
    margin-top: 10px;
}*/
#comms-buttons button:hover, #generalbutton button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

#comms-modal {
  padding-left: 20px !important;
  max-height: 70% !important;
  height: 420px !important; }

.site-search-container {
  float: right;
  padding-right: 10px;
  padding-top: 10px; }

.newLoginModal__BottomLinks {
  text-align: center;
  margin-top: 15px; }

.forgottenPassword a,
.registerLink a,
.loginSupport a {
  text-decoration: none;
  color: #1a1a1a; }
  .forgottenPassword a:hover,
  .registerLink a:hover,
  .loginSupport a:hover {
    color: #000; }

/* Password Reset */
.passwordResetBody {
  height: 100%;
  background-color: #cccccc; }

.resetPasswordContainer {
  width: 515px;
  margin: 100px auto;
  background: #4d5277;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative; }

.passWordInfo {
  color: #f2f2f2;
  margin-bottom: 20px; }

.resetPasswordContainer input[type="password"] {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 5px;
  box-sizing: border-box; }

.resetPasswordContainer input[type="submit"] {
  background: #4d5277;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  cursor: pointer;
  margin: 0 auto;
  display: block; }

#changePasswordLoadingIndicator {
  width: calc(100% - 40px); }

.passwordReset__formError {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  color: #FF0000;
  margin-bottom: 15px; }
  .passwordReset__formError ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px; }

/* Password Reset - End */
/* Help Videos */
#udGroup-modal {
  z-index: 500000;
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#report-modal {
  z-index: 500000;
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden; }

.modelClose {
  z-index: 10000;
  text-decoration: none;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 4px 10px;
  font-weight: bold;
  background: #32344F;
  color: #fff;
  border-radius: 15px; }

/* Help Videos - End */
.centre {
  text-align: center; }

div.newPasswordPopup {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  transition: unset;
  margin: unset;
  animation: none;
  padding-bottom: 15px; }

/* Upload Logo */
.logoUpload {
  overflow-y: scroll; }
  .logoUpload p {
    font-size: 16px; }

.logoUpload__container {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding: 15px; }

.logoUpload__inner {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 8px 10px;
  padding: 10px; }

.logoUpload__currentLogos {
  display: flex;
  padding: 0 1em; }

.logoUpload__currentLogosHalves {
  padding: 0 30px; }

.logoUpload__container p {
  margin: 0; }

.logoUpload__uploadArea {
  padding-left: 1em;
  padding-right: 1em; }
  .logoUpload__uploadArea .loadingSpinner {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 20px; }

.logoUpload__uploadBox {
  border: 1px dashed #aaa;
  border-radius: 10px;
  cursor: pointer;
  margin: 20px 0;
  padding: 60px 50px 30px;
  text-align: center;
  -moz-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  .logoUpload__uploadBox:hover {
    background: #eee; }
    .logoUpload__uploadBox:hover div span {
      bottom: 0; }
  .logoUpload__uploadBox div {
    border: 2px solid #000;
    border-top: none;
    display: block;
    height: 10px;
    margin: 0 auto;
    position: relative;
    width: 20px; }
    .logoUpload__uploadBox div span {
      bottom: -6px;
      font-size: 36px;
      left: 1.5px;
      position: absolute;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }

.logoUpload__uploadButton {
  background: #F28E29;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  padding: 10px;
  cursor: pointer;
  -moz-transition: 0.15s ease all;
  -o-transition: 0.15s ease all;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all; }

/* Upload Logo - End */
/* Help Videos */
#udGroup-modal {
  z-index: 500000;
  opacity: 0.8;
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.modelClose {
  z-index: 10000;
  text-decoration: none;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 4px 10px;
  font-weight: bold;
  background: #32344F;
  color: #fff;
  border-radius: 15px; }

/* Help Videos - End */
.progress-filter-button, .progress-apply-button, .progress-clear-filter-button {
  background: #F28E29;
  border: none;
  color: #e0e0e0;
  cursor: pointer;
  position: relative;
  float: right;
  top: 10px;
  right: 5px; }

.progress-filter-button {
  height: 1.2em;
  top: 0.2em;
  width: 1.1em;
  width: calc(10px + 1.1em);
  margin-top: 3px; }

.progress-filter-button:before {
  border: 0.1em solid #e0e0e0;
  border-radius: 1em;
  content: "";
  font-size: 1.5em;
  height: 0.5em;
  left: 0.2em;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0.5em; }

.progress-filter-button:after {
  border-radius: 0.1em;
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.2em;
  bottom: -0.2em;
  border-width: 0;
  background: #e0e0e0;
  width: 0.2em;
  height: 0.6em;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.admin-progress-filter-button {
  top: 0.4em; }

.admin-progress-filter-button:before {
  border: 0.1em solid #000000; }

.admin-progress-filter-button:after {
  background: #000; }

.progress-apply-button {
  font-size: 10px;
  height: 2em;
  padding: 0 10px 0 0;
  top: 0.5em; }

.progress-apply-button:before {
  background: #e0e0e0;
  content: "";
  display: inline-block;
  height: 0.6em;
  left: 0.7em;
  position: relative;
  top: 0;
  width: 0.2em;
  transform-origin: bottom right;
  transform: rotate(-45deg); }

.progress-apply-button:after {
  background: #e0e0e0;
  content: "";
  display: inline-block;
  height: 0.2em;
  left: 0.7em;
  position: relative;
  top: 0;
  width: 1em;
  transform-origin: bottom left;
  transform: rotate(-45deg); }

.admin-progress-apply-button {
  top: 0.6em; }

.admin-progress-apply-button:before {
  background: #000; }

.admin-progress-apply-button:after {
  background: #000; }

.progress-clear-filter-button {
  font-size: 10px;
  height: 16px;
  padding: 0;
  vertical-align: top;
  top: 0.4em;
  width: 2.5em; }

.progress-clear-filter-button:before {
  border-top: .6em solid transparent;
  border-right: .6em solid #e0e0e0;
  border-bottom: .6em solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.2em;
  top: 0; }

.progress-clear-filter-button:after {
  background: #e0e0e0;
  border-radius: 0 3px 3px 0;
  color: #666;
  content: "✖";
  display: inline-block;
  height: 1.2em;
  line-height: 1.2em;
  position: absolute;
  left: 0.8em;
  top: 0;
  width: 1.2em; }

.admin-progress-clear-filter-button {
  top: 1em; }

.admin-progress-clear-filter-button:before {
  border-right: .6em solid #999; }

.admin-progress-clear-filter-button:after {
  background: #999;
  color: #666; }

.progress-filter-preview {
  font-style: italic;
  font-size: 0.8em; }

.admin-progress-filter-preview {
  line-height: 30px; }

.commission-profile-table {
  border-collapse: collapse;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  overflow: visible;
  position: relative;
  table-layout: fixed;
  text-align: left;
  width: auto; }

.pricebook {
  border-collapse: collapse; }
  .pricebook tr td:nth-child(odd) {
    background-color: #f2fcfc; }
  .pricebook tr th:nth-child(even) {
    background-color: #f2fcfc; }
  .pricebook tr td:nth-of-type(1) {
    background-color: #ffffff; }
  .pricebook tr td:nth-of-type(7) {
    background-color: #ffffff; }
  .pricebook th, .pricebook td {
    text-align: center;
    vertical-align: middle;
    border-spacing: 0px; }
  .pricebook th {
    border-bottom: 1px solid #607D8B; }

.dashboard-tabular-data {
  border-collapse: collapse;
  margin-top: 20px;
  width: 95%; }
  .dashboard-tabular-data th, .dashboard-tabular-data td {
    text-align: center;
    vertical-align: middle;
    border-spacing: 0px; }
  .dashboard-tabular-data td:nth-child(1) {
    border-left: 1px solid #000; }
  .dashboard-tabular-data th {
    border-bottom: 1px solid #000;
    background-color: #4d5277;
    border-right: 1px solid #000;
    border-top: 1px solid #000; }
    .dashboard-tabular-data th:nth-child(1) {
      border-left: 1px solid #000; }
  .dashboard-tabular-data tbody tr {
    cursor: pointer; }
    .dashboard-tabular-data tbody tr:hover {
      background-color: #ebebeb; }
    .dashboard-tabular-data tbody tr:nth-child(even) {
      background-color: lightgrey; }
      .dashboard-tabular-data tbody tr:nth-child(even):hover {
        background-color: #bfbfbf; }
  .dashboard-tabular-data td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }

.commission-profile-table {
  border-collapse: collapse;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  overflow: visible;
  position: relative;
  table-layout: fixed;
  text-align: left;
  width: auto; }

.pricebook {
  border-collapse: collapse; }
  .pricebook tr td:nth-child(odd) {
    background-color: #f2fcfc; }
  .pricebook tr th:nth-child(even) {
    background-color: #f2fcfc; }
  .pricebook tr td:nth-of-type(1) {
    background-color: #ffffff; }
  .pricebook tr td:nth-of-type(7) {
    background-color: #ffffff; }
  .pricebook th, .pricebook td {
    text-align: center;
    vertical-align: middle;
    border-spacing: 0px; }
  .pricebook th {
    border-bottom: 1px solid #607D8B; }

.dashboard-tabular-data {
  border-collapse: collapse;
  margin-top: 20px;
  width: 95%; }
  .dashboard-tabular-data th, .dashboard-tabular-data td {
    text-align: center;
    vertical-align: middle;
    border-spacing: 0px; }
  .dashboard-tabular-data td:nth-child(1) {
    border-left: 1px solid #000; }
  .dashboard-tabular-data th {
    border-bottom: 1px solid #000;
    background-color: #32344F;
    border-right: 1px solid #000;
    border-top: 1px solid #000; }
    .dashboard-tabular-data th:nth-child(1) {
      border-left: 1px solid #000; }
  .dashboard-tabular-data tbody tr {
    cursor: pointer; }
    .dashboard-tabular-data tbody tr:hover {
      background-color: #ebebeb; }
    .dashboard-tabular-data tbody tr:nth-child(even) {
      background-color: lightgrey; }
      .dashboard-tabular-data tbody tr:nth-child(even):hover {
        background-color: #bfbfbf; }
  .dashboard-tabular-data td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }

.commsParamConfig__container {
  background-color: #cccccc;
  box-sizing: border-box;
  height: 100%;
  padding: 15px; }

.commsParamConfig__inner {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 8px 10px;
  padding: 10px; }
  .commsParamConfig__inner .flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
  .commsParamConfig__inner .flex-container > div {
    margin: 5px;
    text-align: center; }
  .commsParamConfig__inner .select internal-list-box {
    vertical-align: bottom; }
  .commsParamConfig__inner .section11 {
    display: inline-block; }
  .commsParamConfig__inner .section11 {
    display: none; }
  .commsParamConfig__inner .section2 {
    display: none; }
  .commsParamConfig__inner .section21 {
    display: none; }
  .commsParamConfig__inner .input-readonly {
    background-color: lightgrey;
    color: black; }
  .commsParamConfig__inner table tr td {
    vertical-align: top;
    padding: 8px 2px 2px 2px; }
  .commsParamConfig__inner .error {
    color: #FF0000; }

#commsdefaultstructure-detail {
  font-size: 12px !important;
  display: flex;
  flex-flow: row;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto; }
  #commsdefaultstructure-detail #records-table-container {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    #commsdefaultstructure-detail #records-table-container::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #commsdefaultstructure-detail #records-table-container::-webkit-scrollbar-track {
      background: #bbb; }
    #commsdefaultstructure-detail #records-table-container::-webkit-scrollbar-thumb {
      background: #888; }
    #commsdefaultstructure-detail #records-table-container::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #commsdefaultstructure-detail #records-table-container table {
      background-color: #fff;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      #commsdefaultstructure-detail #records-table-container table::-webkit-scrollbar {
        height: 10px;
        width: 10px; }
      #commsdefaultstructure-detail #records-table-container table::-webkit-scrollbar-track {
        background: #bbb; }
      #commsdefaultstructure-detail #records-table-container table::-webkit-scrollbar-thumb {
        background: #888; }
      #commsdefaultstructure-detail #records-table-container table::-webkit-scrollbar-thumb:hover {
        background: #444; }
      #commsdefaultstructure-detail #records-table-container table.grid-table tbody tr:hover {
        background: #fec; }
      #commsdefaultstructure-detail #records-table-container table.grid-table tbody tr.editing {
        background: #4d5277;
        color: #fff; }
      #commsdefaultstructure-detail #records-table-container table.grid-table tbody tr td {
        cursor: cell; }
  #commsdefaultstructure-detail #edit-panel {
    flex-basis: 0;
    flex-grow: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    z-index: 1; }
    #commsdefaultstructure-detail #edit-panel.expanded {
      padding: 60px 25px 20px;
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 0;
      background-color: white; }
    #commsdefaultstructure-detail #edit-panel .close-button {
      color: #fff;
      cursor: default;
      z-index: 1; }
      #commsdefaultstructure-detail #edit-panel .close-button:hover {
        color: #d66; }
    #commsdefaultstructure-detail #edit-panel label {
      color: #000;
      display: block;
      text-align: left; }
      #commsdefaultstructure-detail #edit-panel label input, #commsdefaultstructure-detail #edit-panel label select {
        border: none;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #commsdefaultstructure-detail #edit-panel label input:focus, #commsdefaultstructure-detail #edit-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #commsdefaultstructure-detail #edit-panel label input:disabled, #commsdefaultstructure-detail #edit-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #commsdefaultstructure-detail #edit-panel form {
      background-color: white; }
    #commsdefaultstructure-detail #edit-panel #btnSave {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      padding: 10px 20px;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #commsdefaultstructure-detail #edit-panel #btnSave.cancel {
        background: #F28E29 !important;
        color: #000; }
      #commsdefaultstructure-detail #edit-panel #btnSave:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    #commsdefaultstructure-detail #edit-panel #btnCancel {
      float: right;
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      /*margin: 38px 5% 0;*/
      padding: 10px 20px;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #commsdefaultstructure-detail #edit-panel #btnCancel.cancel {
        background: #F28E29;
        color: #000; }
      #commsdefaultstructure-detail #edit-panel #btnCancel:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

.header-grid {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: -10px;
  z-index: 2;
  border-bottom: 1px solid #ccc;
  height: 60px;
  width: 100%; }

#commissions-earned-wrapper {
  display: flex;
  flex-flow: row;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto; }
  #commissions-earned-wrapper #records-table-container {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    -moz-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    -webkit-transition: 0.15s ease all;
    transition: 0.15s ease all; }
    #commissions-earned-wrapper #records-table-container::-webkit-scrollbar {
      height: 10px;
      width: 10px; }
    #commissions-earned-wrapper #records-table-container::-webkit-scrollbar-track {
      background: #bbb; }
    #commissions-earned-wrapper #records-table-container::-webkit-scrollbar-thumb {
      background: #888; }
    #commissions-earned-wrapper #records-table-container::-webkit-scrollbar-thumb:hover {
      background: #444; }
    #commissions-earned-wrapper #records-table-container table {
      background-color: #cccccc;
      -moz-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      #commissions-earned-wrapper #records-table-container table::-webkit-scrollbar {
        height: 10px;
        width: 10px; }
      #commissions-earned-wrapper #records-table-container table::-webkit-scrollbar-track {
        background: #bbb; }
      #commissions-earned-wrapper #records-table-container table::-webkit-scrollbar-thumb {
        background: #888; }
      #commissions-earned-wrapper #records-table-container table::-webkit-scrollbar-thumb:hover {
        background: #444; }
      #commissions-earned-wrapper #records-table-container table.grid-table tbody tr:hover {
        background: #fec; }
      #commissions-earned-wrapper #records-table-container table.grid-table tbody tr.editing {
        background: #4d5277;
        color: #fff; }
      #commissions-earned-wrapper #records-table-container table.grid-table tbody tr td {
        cursor: cell; }
  #commissions-earned-wrapper #agent-comm-profile-panel {
    flex-basis: 0;
    flex-grow: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc; }
    #commissions-earned-wrapper #agent-comm-profile-panel.expanded {
      padding: 60px 25px 20px;
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 0;
      background-color: white; }
    #commissions-earned-wrapper #agent-comm-profile-panel .close-button {
      color: #fff;
      cursor: default;
      z-index: 1; }
      #commissions-earned-wrapper #agent-comm-profile-panel .close-button:hover {
        color: #d66; }
    #commissions-earned-wrapper #agent-comm-profile-panel label {
      color: #000;
      display: block;
      text-align: left; }
      #commissions-earned-wrapper #agent-comm-profile-panel label input, #commissions-earned-wrapper #agent-comm-profile-panel label select {
        border: none;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #commissions-earned-wrapper #agent-comm-profile-panel label input:focus, #commissions-earned-wrapper #agent-comm-profile-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #commissions-earned-wrapper #agent-comm-profile-panel label input:disabled, #commissions-earned-wrapper #agent-comm-profile-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #commissions-earned-wrapper #agent-comm-profile-panel form {
      background-color: white; }
    #commissions-earned-wrapper #agent-comm-profile-panel #btnSave, #commissions-earned-wrapper #agent-comm-profile-panel #btnCancel {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      margin: 38px 5% 0;
      padding: 10px 20px;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #commissions-earned-wrapper #agent-comm-profile-panel #btnSave.cancel, #commissions-earned-wrapper #agent-comm-profile-panel #btnCancel.cancel {
        background: #F28E29;
        color: #fff; }
      #commissions-earned-wrapper #agent-comm-profile-panel #btnSave:hover, #commissions-earned-wrapper #agent-comm-profile-panel #btnCancel:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #commissions-earned-wrapper #add-panel {
    flex-basis: 0;
    flex-grow: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc; }
    #commissions-earned-wrapper #add-panel.expanded {
      padding: 60px 25px 20px;
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 0;
      background-color: white; }
    #commissions-earned-wrapper #add-panel .close-button {
      color: #fff;
      cursor: default;
      z-index: 1; }
      #commissions-earned-wrapper #add-panel .close-button:hover {
        color: #d66; }
    #commissions-earned-wrapper #add-panel label {
      color: #000;
      display: block;
      text-align: left; }
      #commissions-earned-wrapper #add-panel label input, #commissions-earned-wrapper #add-panel label select {
        border: none;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #commissions-earned-wrapper #add-panel label input:focus, #commissions-earned-wrapper #add-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #commissions-earned-wrapper #add-panel label input:disabled, #commissions-earned-wrapper #add-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #commissions-earned-wrapper #add-panel form {
      background-color: white; }
    #commissions-earned-wrapper #add-panel #btnSave, #commissions-earned-wrapper #add-panel #btnCancel {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      margin: 38px 5% 0;
      padding: 10px 20px;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      #commissions-earned-wrapper #add-panel #btnSave.cancel, #commissions-earned-wrapper #add-panel #btnCancel.cancel {
        background: #F28E29;
        color: #fff; }
      #commissions-earned-wrapper #add-panel #btnSave:hover, #commissions-earned-wrapper #add-panel #btnCancel:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #commissions-earned-wrapper #out-panel {
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    flex-basis: 0;
    flex-grow: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc;
    padding: 20px;
    display: none;
    margin-top: 47px; }
    #commissions-earned-wrapper #out-panel.expanded {
      border: 1px solid #ccc;
      padding: 20px;
      flex-basis: 0;
      flex-grow: 1;
      flex-shrink: 0;
      background-color: white;
      display: block; }
    #commissions-earned-wrapper #out-panel label {
      color: #000;
      display: block;
      margin-top: 10px;
      text-align: left;
      width: 300px;
      float: left; }
      #commissions-earned-wrapper #out-panel label input, #commissions-earned-wrapper #out-panel label select {
        border: none;
        border-bottom: 1px solid #bbb;
        margin-left: 20px;
        padding: 5px 0;
        text-align: left;
        float: right;
        width: 100%;
        font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif; }
        #commissions-earned-wrapper #out-panel label input:focus, #commissions-earned-wrapper #out-panel label select:focus {
          border-bottom-color: #000;
          outline: none; }
        #commissions-earned-wrapper #out-panel label input:disabled, #commissions-earned-wrapper #out-panel label select:disabled {
          cursor: not-allowed;
          text-align: center; }
    #commissions-earned-wrapper #out-panel button {
      background: #F28E29;
      border: none;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      margin: 38px 5% 0;
      padding: 10px 20px;
      width: 40%;
      font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all;
      float: left; }
      #commissions-earned-wrapper #out-panel button.cancel {
        /*background: #ddd;*/
        /*color: #000;*/
        float: right; }
      #commissions-earned-wrapper #out-panel button:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

#referrerEditWarning {
  clear: both; }

#referrerEditWarning p, #referrerEditWarning li {
  font-size: 12px;
  color: #FF0000; }

.set-selector {
  justify-content: space-around;
  display: flex;
  flex-flow: row wrap; }
  .set-selector ul:nth-child(1) {
    background-color: lightgray;
    color: black; }
    .set-selector ul:nth-child(1) div {
      color: #000; }
  .set-selector ul li {
    background: white;
    color: #000;
    border: 1px solid white;
    border-bottom: 1px solid #e6e6e6; }
    .set-selector ul li:hover {
      background: #e6e6e6; }
  .set-selector ul {
    background: #393d58;
    box-sizing: border-box;
    list-style: none;
    margin: 10px 0;
    max-width: 500px;
    min-width: 150px;
    width: 45%;
    padding: 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .set-selector ul div {
      color: #fff;
      text-align: center;
      padding: 10px 0px; }
    .set-selector ul:before {
      color: #fff;
      display: block;
      font-size: 24px;
      font-weight: 100;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .set-selector ul#unselected-list {
      background: #666; }
      .set-selector ul#unselected-list:before {
        content: "Not allowed"; }
      .set-selector ul#unselected-list:after {
        content: none; }
      .set-selector ul#unselected-list li {
        background: #777;
        border-bottom: 1px solid #666; }
        .set-selector ul#unselected-list li:hover {
          background: #888; }

.user-selector {
  justify-content: space-around;
  display: flex;
  flex-flow: row wrap; }
  .user-selector ul:nth-child(1) {
    background-color: lightgray;
    color: black; }
    .user-selector ul:nth-child(1) > div {
      color: #000; }
    .user-selector ul:nth-child(1) li {
      background: white;
      color: #000;
      border: 1px solid white; }
      .user-selector ul:nth-child(1) li:hover {
        background: #e6e6e6; }
  .user-selector ul {
    background: #393d58;
    box-sizing: border-box;
    list-style: none;
    margin: 10px 0;
    max-width: 500px;
    min-width: 150px;
    width: 45%;
    padding: 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .user-selector ul div {
      color: #fff;
      text-align: center;
      padding: 10px 0px; }
    .user-selector ul:before {
      color: #fff;
      display: block;
      font-size: 24px;
      font-weight: 100;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
    .user-selector ul li {
      background: #4d5277;
      color: #fff;
      cursor: pointer;
      border-bottom: 1px solid #000;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 10px;
      position: relative;
      white-space: nowrap;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
      -moz-transition: 0.15s ease all;
      -o-transition: 0.15s ease all;
      -webkit-transition: 0.15s ease all;
      transition: 0.15s ease all; }
      .user-selector ul li:hover {
        background: #616796; }
      .user-selector ul li:before {
        content: "";
        display: inline-block;
        height: 16px;
        margin: 5px 10px 8px 0;
        vertical-align: middle;
        width: 16px; }
      .user-selector ul li .subBrokerName {
        clear: both;
        display: block;
        font-size: 10px;
        color: #98afba;
        padding: 0px 0px 0px; }
      .user-selector ul li::selection {
        background: none; }
      .user-selector ul li span {
        float: left; }
      .user-selector ul li {
        color: #ffb; }
        .user-selector ul li:before {
          background-image: url("/images/user.png");
          float: left; }
      .user-selector ul li.team {
        color: #bbf; }
        .user-selector ul li.team:before {
          background-image: url("/images/team.png"); }
      .user-selector ul li.role {
        color: #fbb; }
        .user-selector ul li.role:before {
          background-image: url("/images/role.png"); }
      .user-selector ul li.all {
        color: #bfb; }
        .user-selector ul li.all:before {
          background-image: url("/images/all.png"); }
      .user-selector ul li .export-toggle {
        cursor: default;
        float: right;
        height: 100%;
        margin: 0;
        min-width: 0;
        opacity: 0.7;
        vertical-align: middle;
        width: auto; }
        .user-selector ul li .export-toggle:before {
          background-image: url("/images/excel.png");
          content: "";
          display: inline-block;
          float: right;
          height: 16px;
          margin: 5px 10px 0 0;
          width: 16px; }
        .user-selector ul li .export-toggle:hover {
          opacity: 1; }
        .user-selector ul li .export-toggle input {
          height: 22px;
          width: 22px; }
    .user-selector ul#unselected-list {
      background: #666; }
      .user-selector ul#unselected-list:before {
        content: "Not allowed"; }
      .user-selector ul#unselected-list:after {
        content: none; }
      .user-selector ul#unselected-list li {
        background: #777;
        border-bottom: 1px solid #666; }
        .user-selector ul#unselected-list li:hover {
          background: #888; }

.sub-broker-user-list {
  max-height: 500px;
  overflow: auto;
  padding-bottom: 10px; }

div.teamPricing.export-all {
  background-color: #4d5277;
  padding: 10px;
  color: white;
  width: 100%;
  text-align: center;
  margin: 0px; }
  div.teamPricing.export-all span {
    vertical-align: baseline; }

#teamSelector select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: white;
  color: #000;
  border: 0px;
  padding-right: 20px;
  background-image: url("/images/icons/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right; }
  #teamSelector select:focus {
    outline: none; }

.meterStatus {
  visibility: hidden;
  padding-bottom: 15px; }
  .meterStatus span {
    font-size: 12px;
    font-weight: bold; }

.meter-reading-buttons-above {
  background-color: #707070; }
  .meter-reading-buttons-above button {
    background-repeat: no-repeat;
    display: inline;
    margin-left: 15px;
    background-color: #707070;
    background-position: 25px right;
    padding: 0 15px 0 40px; }

.meter-reading-button-below1 button {
  float: left;
  display: inline; }

.meter-reading-button-below2 button {
  float: right;
  color: #F28E29;
  background-color: #FFF;
  border: 1px solid #F28E29;
  border-radius: 5px; }

#grid-container {
  background-color: #cccccc; }

.ud-modal p {
  font-size: 12px;
  padding: unset; }

.ud-modal table {
  font-size: 12px; }

.ud-modal table.grid-table tbody tr td select, .ud-modal table.grid-table tbody tr td input {
  width: 100%; }

.ud-modal table.grid-table tbody tr:hover {
  background: #fec; }

.ud-modal table.grid-table .edit-row td {
  background: #fff;
  padding: 0; }

.ud-modal table.grid-table .edit-row input, .ud-modal table.grid-table .edit-row select {
  background: transparent;
  border: none;
  box-sizing: content-box;
  color: #1a1a1a;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  height: 18px;
  padding: 2px; }

.ud-modal table.grid-table .edit-row input:disabled, .ud-modal table.grid-table .edit-row select:disabled {
  background: #aaa;
  color: #fff; }

.ud-modal table td button {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0 5px;
  font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  height: unset;
  border: none;
  line-height: 1em;
  display: inline; }
  .ud-modal table td button:hover {
    box-shadow: none; }

.ud-modal table td input, .ud-modal table td select {
  margin: 0px; }

.ud-modal table td select {
  max-height: 10px; }
  .ud-modal table td select option {
    max-height: 10px; }

.stripes {
  background-color: #fff; }

.vue-errors-container input.invalid {
  border-color: #FF0000;
  background: transparent; }

.vue-errors-container .invalid + span {
  font-size: 12px;
  color: #FF0000;
  padding-bottom: 10px;
  display: inline-block; }

.vue-errors-container .outer-fieldset-container-no-stripes fieldset {
  border-radius: 0px; }

.default-tooltip {
  background: #fff;
  font-size: 12px;
  border: 1px solid #767676;
  border-radius: 0px;
  box-shadow: none; }

.upper-buttons-v2 {
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin-right: 11px; }
  .upper-buttons-v2 button {
    font-size: 12px !important;
    display: inline;
    background: #F28E29;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-position: 15px center;
    background-repeat: no-repeat;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    height: 42px;
    display: inline-block;
    font-weight: normal;
    font-weight: bold;
    padding: 0 15px 0 45px;
    vertical-align: top;
    -moz-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    margin: 3px; }
    .upper-buttons-v2 button:hover {
      background-color: #db750d;
      box-shadow: none;
      color: #fff; }
    .upper-buttons-v2 button:disabled {
      background-color: #f5a759;
      box-shadow: none;
      color: #fff;
      opacity: 0.5;
      cursor: default !important; }
  .upper-buttons-v2.editing :not(.edit-mode-control) {
    display: none; }
  .upper-buttons-v2:not(.editing) .edit-mode-control, .upper-buttons-v2 .upper-buttons-no-bar:not(.editing) .edit-mode-control {
    display: none; }

.customQuote {
  background: #fff !important;
  color: #F28E29 !important;
  border: 2px solid #F28E29 !important; }

.siteDetailsHeading {
  background: #32344F;
  font-weight: 600; }

.quotingBtn {
  border-radius: 50% !important;
  padding: 0 11px !important;
  width: 48px !important;
  height: 46px !important; }
  .quotingBtn img {
    width: 24px !important; }

.icon-greyed {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #999;
  -webkit-mask-size: cover; }

.icon-logOut {
  -webkit-mask: url(/images/Icons/logOut.svg); }

.icon-rawSearch {
  -webkit-mask: url(/images/Icons/rawSearch.svg); }

.icon-administrate {
  -webkit-mask: url(/images/Icons/administrate.svg); }

.icon-ProgressAdmin {
  -webkit-mask: url(/images/Icons/ProgressAdmin.svg); }

.icon-HomeNew {
  -webkit-mask: url(/images/Icons/HomeNew.svg); }

.icon-CommissionsParameterConfigurationNew {
  -webkit-mask: url(/images/Icons/CommissionsParameterConfigurationNew.svg); }

.icon-Account, .icon-icon_commission-parameters {
  -webkit-mask: url(/images/Icons/Account.svg); }

.icon-QuotingSettings {
  -webkit-mask: url(/images/Icons/QuotingSettings.svg); }

.icon-SupplierProductSettings {
  -webkit-mask: url(/images/Icons/SupplierProductSettings.svg); }

.icon-details {
  -webkit-mask: url(/images/Icons/details.svg); }

.icon-TPIAddress {
  -webkit-mask: url(/images/Icons/TPIAddress.svg); }

.icon-SupplierContacts {
  -webkit-mask: url(/images/Icons/SupplierContacts.svg); }

.icon-sidebarCompany {
  -webkit-mask: url(/images/Icons/sidebarCompany.svg); }

.icon-sidebarSite {
  -webkit-mask: url(/images/Icons/SiteDetailsPage.svg); }

.icon-Quoting {
  -webkit-mask: url(/images/Icons/quoting.svg); }

.icon-CustomQuote {
  -webkit-mask: url(/images/Icons/CustomQuote.svg); }

.icon-CustomGroupQuote {
  -webkit-mask: url(/images/Icons/CustomGroupQuote.svg); }

.icon-ConnectedApiSiteSubmissions {
  -webkit-mask: url(/images/Icons/ConnectedApiSiteSubmissions.svg); }

.icon-Documents {
  -webkit-mask: url(/images/Icons/documents.svg); }

.icon-Emails {
  -webkit-mask: url(/images/Icons/emails.svg); }

.icon-Templates {
  -webkit-mask: url(/images/Icons/templates.svg); }

.icon-Notes {
  -webkit-mask: url(/images/Icons/notes.svg); }

.icon-Reminders {
  -webkit-mask: url(/images/Icons/reminders.svg); }

.icon-Progress {
  -webkit-mask: url(/images/Icons/progress.svg); }

.icon-commission {
  -webkit-mask: url(/images/Icons/commission.svg); }

.icon-supplierCommission {
  -webkit-mask: url(/images/Icons/supplierCommission.svg); }

.icon-SupplierCommissionSettings {
  -webkit-mask: url(/images/Icons/SupplierCommissionSettings.svg); }

.icon-SupplierPayments {
  -webkit-mask: url(/images/Icons/supplierPayments.svg); }

.icon-InvoicePayments {
  -webkit-mask: url(/images/Icons/invoicePayments.svg); }

.icon-QuickPayments {
  -webkit-mask: url(/images/Icons/quickPayments.svg); }

.icon-SalesRecords {
  -webkit-mask: url(/images/Icons/salesRecords.svg); }

.icon-SupplierCommissionSettings {
  -webkit-mask: url(/images/Icons/supplierCommission.svg); }

.icon-InvoiceImport {
  -webkit-mask: url(/images/Icons/invoiceImport.svg); }

.icon-InvoiceSuspense {
  -webkit-mask: url(/images/Icons/InvoiceSuspense.svg); }

.icon-Payments {
  -webkit-mask: url(/images/Icons/supplierCommission.svg); }

.icon-ACNEditableReport {
  -webkit-mask: url(/images/Icons/ACNEditableReport.svg); }

.icon-Reports {
  -webkit-mask: url(/images/Icons/reports.svg); }

.icon-ReportAllocation {
  -webkit-mask: url(/images/Icons/ReportAllocation.svg); }

.icon-icon_bulk-action {
  -webkit-mask: url(/images/Icons/icon_bulk-action.svg); }

.icon-TeamSettings {
  -webkit-mask: url(/images/Icons/teamSettings.svg); }

.icon-CommissionProfileDefinition {
  -webkit-mask: url(/images/Icons/CommissionProfileDefinition.svg); }

.icon-AdminSettings, .icon-adminsettings, .icon-BrokerSettings {
  -webkit-mask: url(/images/Icons/adminSettings.svg); }

.icon-SubBrokers {
  -webkit-mask: url(/images/Icons/SubBrokers.svg); }

.icon-dashboardSettings {
  -webkit-mask: url(/images/Icons/dashboardSettings.svg); }

.icon-UploadLogo {
  -webkit-mask: url(/images/Icons/UploadLogo.svg); }

.icon-MeterDetails {
  -webkit-mask: url(/images/Icons/MeterDetails.svg); }

.icon-GroupQuoting {
  -webkit-mask: url(/images/Icons/GroupQuoting.svg); }

.icon-progressGas {
  -webkit-mask: url(/images/Icons/progressGas.svg); }

.icon-progressElec {
  -webkit-mask: url(/images/Icons/progressElec.svg); }

.icon-CommissionAllocated {
  -webkit-mask: url(/images/Icons/CommissionAllocated.svg); }

.icon-CommissionsEarned {
  -webkit-mask: url(/images/Icons/CommissionsEarned.svg); }

.icon-CommissionsTracker {
  -webkit-mask: url(/images/Icons/CommissionsTracker.svg); }

.icon-CommissionsStructureNew {
  -webkit-mask: url(/images/Icons/CommissionsStructureNew.svg); }

.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: white;
  -webkit-mask-size: cover; }

.iconDark {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: black;
  -webkit-mask-size: cover; }

.iconSub {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: black;
  -webkit-mask-size: cover; }

.icon:hover,
.icon:focus :active {
  background: black; }

.customDialogStyle {
  padding: 0 !important;
  border: 0 !important; }
  .customDialogStyle .ui-dialog-titlebar-close {
    background-color: #F28E29 !important;
    background: #F28E29; }
  .customDialogStyle .ui-icon-closethick {
    background-image: url(/images/Icons/close.svg) !important;
    background-position: 0 !important; }
  .customDialogStyle .ui-dialog-content, .customDialogStyle .ui-widget-content {
    background-color: #fff !important;
    padding: 1.5em 1em !important;
    border: 1px solid #ccc !important; }
  .customDialogStyle .ui-dialog-title {
    font-size: 24px;
    text-align: center; }
  .customDialogStyle .ui-widget-header {
    background: #32344F !important;
    border: 0;
    color: #fff;
    font-weight: normal;
    padding: 5px 0; }
  .customDialogStyle div.ui-corner-all, .customDialogStyle div.ui-corner-bottom, .customDialogStyle div.ui-corner-right, .customDialogStyle div.ui-corner-br {
    border-bottom-right-radius: 0px !important; }
  .customDialogStyle div.ui-corner-all, .customDialogStyle div.ui-corner-bottom, .customDialogStyle div.ui-corner-left, .customDialogStyle div.ui-corner-bl {
    border-bottom-left-radius: 0px !important; }
  .customDialogStyle.uppercase-title .ui-dialog-title {
    text-transform: uppercase; }
  .customDialogStyle.w-100 .ui-dialog-title {
    width: 100% !important; }

.side-bar {
  overflow: hidden;
  transition: 0.3s ease-in-out all;
  position: relative;
  bottom: 0; }
  .side-bar .main-content {
    transition: 0.3s ease-in-out all;
    background-color: #fff;
    overflow: hidden;
    height: 100%; }
  .side-bar.left .main-content {
    width: unset; }
  .side-bar.right .main-content {
    transform: translateX(0); }
  .side-bar h1 {
    background-color: #32344F;
    font-size: 24px;
    position: relative; }
  .side-bar.hide {
    width: 36px !important; }
    .side-bar.hide.left .main-content {
      transform: translateX(-100%); }
    .side-bar.hide.right .main-content {
      transform: translateX(100%); }
    .side-bar.hide button.toggle {
      transform: rotate(-180deg);
      background-color: #F28E29; }
  .side-bar button.toggle {
    border: none;
    cursor: pointer;
    height: 36px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 5;
    background-color: #32344F;
    border-radius: unset; }
    .side-bar button.toggle span, .side-bar button.toggle span:before, .side-bar button.toggle span:after {
      width: 16px;
      width: 2px;
      content: "";
      display: block;
      position: relative;
      transform-origin: left;
      height: 16px;
      background-color: #fff;
      transition: 0.3s ease-in-out all;
      margin: 0 auto;
      border: 0 solid transparent;
      border-radius: 0; }
    .side-bar button.toggle span {
      transform: rotate(90deg); }
  .side-bar.left button.toggle {
    left: 0; }
    .side-bar.left button.toggle span:before {
      bottom: -5px;
      right: 3px;
      transform: rotate(-45deg) scaleY(0.6);
      content: ""; }
    .side-bar.left button.toggle span:after {
      left: 3px;
      top: -12px;
      transform: rotate(45deg) scaleY(0.6);
      content: ""; }
  .side-bar.right button.toggle {
    right: 0; }
    .side-bar.right button.toggle span:before {
      bottom: 5px;
      right: -3px;
      transform: rotate(-45deg) scaleY(0.6);
      content: ""; }
    .side-bar.right button.toggle span:after {
      right: 3px;
      bottom: 22px;
      transform: rotate(45deg) scaleY(0.6);
      content: ""; }

.command-bar-white-bg {
  background-color: #fff !important; }
  .command-bar-white-bg .buttonPanel {
    padding: 5px; }
    .command-bar-white-bg .buttonPanel .command-bar-button:nth-of-type(1) {
      background-color: #32344f; }
  .command-bar-white-bg .right-content {
    color: #3e3e3e !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 25px !important; }

.command-bar-v2 {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #707070;
  z-index: 100; }
  .command-bar-v2 .right-content {
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 1em; }
  .command-bar-v2 button.command-bar-button {
    padding-left: 3.5em; }

.connected-message-warning {
  /*color: red;*/ }

.ui-widget-overlay {
  background: #000 !important;
  -ms-opacity: 0.6;
  opacity: 0.6; }

.showMessage-jQuery.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
  z-index: 10000; }

.showMessage-jQuery.message {
  margin: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20000;
  background: white;
  padding: 1em 2em;
  color: green;
  border: 1px solid;
  border-radius: 1em; }
  .showMessage-jQuery.message span {
    padding-left: 0.5em; }
  .showMessage-jQuery.message img {
    vertical-align: middle; }

.checkbox-container {
  display: flex; }
  .checkbox-container input {
    margin: 0;
    margin-right: 1em;
    margin-top: 0.25em;
    width: 16px; }

.newSiteContainer {
  display: flex; }
  .newSiteContainer fieldset {
    margin: 0 !important;
    padding-top: 14px;
    box-shadow: none; }

.importInvoiceBtnContainer button {
  font-weight: normal; }

@media only screen and (max-width: 1600px) {
  #commissions-earned-table {
    margin-top: 30px !important; } }

@media only screen and (max-width: 1500px) {
  .buttoncontainer {
    width: 100%;
    justify-content: center; }
  #header {
    justify-content: center; }
  .textContainer {
    width: 100%;
    justify-content: center;
    height: 41px !important; }
  #import-invoice-table {
    margin-top: 70px !important; } }

@media only screen and (max-width: 850px) {
  #import-invoice-table {
    margin-top: 117px !important; } }

@media only screen and (max-width: 800px) {
  .textContainer {
    transform: scale(0.8); }
  #commissions-earned-table {
    margin-top: 77px !important; } }

#sidebar .multi-search-container {
  font-size: 13px;
  margin: 0 12px; }
  #sidebar .multi-search-container .ms-header {
    margin: 6px;
    color: white;
    font-weight: 400;
    text-transform: uppercase; }
  #sidebar .multi-search-container .ms-select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #666;
    outline: none; }
  #sidebar .multi-search-container .ms-input-group {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 6px 0;
    align-items: stretch; }
    #sidebar .multi-search-container .ms-input-group > :not(:first-child) {
      margin-left: -1px;
      border-top-left-radius: 0 !important;
      border-bottom-left-radius: 0 !important; }
    #sidebar .multi-search-container .ms-input-group > :not(:last-child) {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    #sidebar .multi-search-container .ms-input-group .ms-input {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      min-width: 0;
      padding: 10px 14px;
      color: #666;
      outline: none;
      border-radius: 5px;
      border-style: solid;
      border-width: 1px; }
    #sidebar .multi-search-container .ms-input-group .ms-button {
      position: relative;
      height: 39px;
      width: 39px;
      padding: 8px;
      background-color: #ddd;
      z-index: 2;
      border-color: #767676;
      border-radius: 5px;
      border-style: solid;
      border-width: 1px; }
      #sidebar .multi-search-container .ms-input-group .ms-button:hover {
        background-color: #eee; }
  #sidebar .multi-search-container .multi-search-results-container {
    width: 100%;
    max-height: 150px;
    margin-bottom: 12px;
    background-color: white;
    overflow-y: auto; }
    #sidebar .multi-search-container .multi-search-results-container .multi-search-results {
      width: calc(100% - 10px);
      margin: 5px;
      table-layout: fixed;
      border-collapse: collapse;
      cursor: pointer;
      font-size: 11px; }
      #sidebar .multi-search-container .multi-search-results-container .multi-search-results .multi-search-results-header {
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        text-transform: uppercase; }
      #sidebar .multi-search-container .multi-search-results-container .multi-search-results .multi-search-results-row:hover {
        background-color: #fec !important; }
      #sidebar .multi-search-container .multi-search-results-container .multi-search-results .multi-search-results-row:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05); }
      #sidebar .multi-search-container .multi-search-results-container .multi-search-results .multi-search-results-row td {
        padding: 2px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    #sidebar .multi-search-container .multi-search-results-container .multi-search-not-found {
      padding: 5px; }

.tooltipster-sidetip .tooltipster-box {
  background: ivory !important;
  border: 1px solid black !important; }
  .tooltipster-sidetip .tooltipster-box .tooltipster-content {
    color: black !important;
    font-size: 12px !important; }
