.sublist_name {
  color: #999;
  font-style: italic;
  display: inline;
  font-size: 18px;
}
button,
.button {
  background-color: #37BCED;
}
button:hover,
.button:hover {
  background-color: #14a7dd;
}
button.success,
.button.success {
  background-color: #69BD54;
  border-color: #51a03e;
}
button.success:hover,
.button.success:hover {
  background-color: #51a03e;
}
body {
  font-family: Lato, sans-serif;
  height: auto;
  padding-bottom: 24px;
}
body.bottom-padding {
  padding-bottom: 168px;
}
@media only screen and (min-width: 40.063em) {
  body.bottom-padding {
    padding-bottom: 145px;
  }
}
body.listedit {
  padding-bottom: 115px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  table-layout: auto;
}
.row {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.full-width {
  width: 100%;
}
a.helpicon span {
  display: none;
}
a.helpicon:hover span {
  display: block;
  width: 200px;
  padding: 20px;
  color: #fff;
  background: #000;
  border: 1px dotted #cceecd;
  position: absolute;
  left: 450px;
  margin-right: 200px;
  z-index: 999;
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 0;
  border-radius: 20px;
  border-top-left-radius: 0;
}
a.md_edit_link {
  border: 1px solid green;
  text-decoration: none;
}
.dash-widgets {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  margin: 25px 0 0;
}
.dash-widgets__widget {
  display: block;
  height: 120px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.widget__clickable {
  background-color: #f5f5fa;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}
.widget__icon.fa {
  color: white;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: -20px;
  left: 20px;
}
.dash-widgets__widget--red .widget__icon {
  background-color: #eb4747;
}
.dash-widgets__widget--purple .widget__icon {
  background-color: #b447eb;
}
.dash-widgets__widget--blue .widget__icon {
  background-color: #4799eb;
  content: "\f277";
}
.dash-widgets__widget--green .widget__icon {
  background-color: #19e65e;
  content: "\f277";
}
.dash-widgets__widget--yellow .widget__icon {
  background-color: #e5e619;
  content: "\f277";
}
.widget__clickable:hover {
  color: white;
}
.dash-widgets__widget--red .widget__clickable:hover {
  background-color: #eb4747;
}
.dash-widgets__widget--purple .widget__clickable:hover {
  background-color: #b447eb;
}
.dash-widgets__widget--blue .widget__clickable:hover {
  background-color: #4799eb;
}
.dash-widgets__widget--green .widget__clickable:hover {
  background-color: #19e65e;
}
.dash-widgets__widget--yellow .widget__clickable:hover {
  background-color: #e5e619;
}
.widget__clickable:hover .widget__title {
  color: rgba(255, 255, 255, 0.7);
}
.widget__title {
  color: #88888c;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: .1em;
}
.widget__count {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-top: 0;
}
#topmenu {
  background: #000;
}
#login-box {
  /*width: 200px; */
}
#footer {
  background: #000 none repeat scroll 0 center;
  bottom: 0px;
  color: #fff;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
}
.dynatable-processing {
  background: #000;
  opacity: 0.6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dynatable-processing span {
  background: #FFF;
  border: solid 2px #57A957;
  color: #333;
  padding: 25px;
  font-size: 2em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.dynatable-processing span img {
  vertical-align: middle;
}
.dynatable-pagination-links {
  list-style-type: none;
}
.dynatable-pagination-links li {
  display: inline;
  margin-right: 10px;
}
.dynatable-per-page-select {
  width: 60px;
}
.filter input[disabled],
.filter select[disabled],
.filter button[disabled] {
  opacity: .2;
}
.dropdown-multiselect {
  position: relative;
  white-space: nowrap;
}
.dropdown-multiselect .reset {
  color: rgba(0, 0, 0, 0.75);
  display: none;
  font-size: 14px;
  position: absolute;
  right: 7px;
  top: 6px;
}
.dropdown-multiselect:hover .reset {
  display: block;
}
.dropdown-multiselect button {
  background-color: #fafafa;
  border: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.75);
  cursor: default;
  display: block;
  font-size: .875rem;
  height: 2.3125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: .5rem 1.5rem .5rem .5rem;
  text-align: left;
  width: 100%;
}
.dropdown-multiselect button:hover {
  background-color: #f3f3f3;
  border-color: #999;
}
.dropdown-multiselect button:focus,
.dropdown-multiselect button:active,
.dropdown-multiselect a:focus,
.dropdown-multiselect a:active {
  outline: none;
}
.dropdown-multiselect button:after {
  content: "\25be";
  font-size: .69rem;
  position: absolute;
  right: .5rem;
}
.dropdown-multiselect .divider {
  height: .5rem;
}
.dropdown-multiselect > ul {
  background-color: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 2.5rem;
  z-index: 999;
}
.dropdown-multiselect ul ul {
  border-top: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  max-height: 215px;
  overflow-y: scroll;
}
.dropdown-multiselect ul ul::-webkit-scrollbar {
  -webkit-appearance: none;
}
.dropdown-multiselect ul ul::-webkit-scrollbar:vertical {
  width: 11px;
}
.dropdown-multiselect ul ul::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #ddd;
}
.dropdown-multiselect .dropdown-header input {
  display: inline-block;
  margin-bottom: .25rem;
}
.dropdown-multiselect > ul {
  padding-top: .5rem;
}
.dropdown-multiselect li:not([role=presentation]) {
  background-color: #fafafa;
  font-size: 13px;
  padding: 0 .5rem;
}
.dropdown-multiselect li[role=presentation] label {
  font-size: 12px;
  padding: .33rem .5rem;
  padding-right: 3rem;
  position: relative;
}
.multiselect-sortable li[role=presentation] label::after {
  color: #ddd;
  content: "\f0c9";
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
  font-family: fontawesome;
  margin-top: 1px;
  position: absolute;
  right: 8px;
}
.multiselect-sortable li[role=presentation].ui-sortable-helper label:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.multiselect-sortable li[role=presentation] label:active::after {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.dropdown-multiselect li[role=presentation] label:hover {
  background-color: #eee;
}
.dropdown-multiselect li[role=presentation] input {
  margin: 0 3px 0 0;
}
.ui-sortable-placeholder {
  background-color: #ffd !important;
  outline: 1px dotted #aaa;
  height: 28px;
}
.fade {
  margin-top: 0;
  position: relative;
  transition: margin-top 0.1s, opacity 0.1s;
}
.fade.ng-hide {
  margin-top: -5%;
  opacity: 0;
  transition: margin-top 0.1s, opacity 0.1s;
}
.button.filter-advanced-options {
  margin: 0 0 24px 0;
}
.quickdate .quickdate-popup {
  border-color: #ccc;
}
.quickdate-calendar {
  margin: 0;
}
.breadcrumbs {
  margin-bottom: 2.5%;
}
.content {
  position: relative;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.25s;
  z-index: 9999;
}
.overlay.ng-hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}
.overlay-spinner {
  animation: spin 1s infinite linear;
  background-color: #fff;
  box-shadow: 0 0 0 5px #fff;
  border: 10px solid transparent;
  border-left-color: #37BCED;
  border-top-color: #69BD54;
  border-right-color: #E8513D;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-indent: -9999px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tables table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.tables .fixed-header {
  position: fixed;
  top: 0;
  margin-left: -1px;
  z-index: 1;
}
.tables .fixed-header tr:last-child {
  border-bottom: 1px solid #eef;
}
.tables table tr:nth-child(even) {
  background-color: transparent;
}
.tables table td {
  border-left: 1px dotted #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.tables table td.with-button-right {
  position: relative;
  padding-right: 20px;
}
.tables td,
.tables th {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cell-type-numeric {
  text-align: right;
}
.panel.login {
  margin-bottom: 100px;
}
.login .button:last-child {
  margin: 0;
}
.table-placeholder p {
  background-color: #f7f7f7;
  color: #ddd;
  font-size: 32px;
  line-height: 150px;
  text-align: center;
  text-shadow: 1px 1px #fff;
}
.tables {
  font-weight: 300;
}
tr.subtotal {
  background-color: #fbfbfe !important;
  font-weight: 400;
}
tr.subtotal td {
  border-bottom: 1px solid #eee;
}
tr.subtotal.expanded,
tr.subtotal.collapsed {
  cursor: pointer;
}
tr.subtotal.expanded td:first-child:before {
  content: "▾\a0";
}
tr.subtotal.collapsed td:first-child:before {
  content: "▸\a0";
}
tr.subtotal-fake {
  background-color: #fbfbfe !important;
  font-weight: 400;
}
tr.subtotal-fake td {
  border-bottom: 1px solid #eee;
}
tr.subtotal-fake td:first-child:before {
  color: transparent;
  content: "▸\a0";
}
tr.subsubtotal {
  font-weight: 500;
}
tr.total {
  background-color: #f5f5f5 !important;
  font-weight: 600;
}
tr td.hidden {
  display: none;
}
input,
select,
button,
.tabs .tab-title > a,
.top-bar-section ul li > a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato;
}
.aa-date-input {
  width: 100%;
}
input[type=datetime-local] {
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: none;
  transition: none;
}
input[type=datetime-local]::before {
  font-family: FontAwesome;
  margin-right: 8px;
}
input[type=datetime-local]:hover::not[disabled] {
  background-color: #f3f3f3;
  border-color: #999;
}
input[type=datetime-local]:focus {
  box-shadow: none;
  outline: default;
}
.quickview-actions {
  clear: both;
  float: left;
  width: 100%;
}
.quickview-actions label {
  float: left;
  margin-top: 14px;
}
.quickview-actions label input {
  margin: 0 4px 0 0;
  vertical-align: 1px;
}
.quickview-close {
  float: right;
  transition: opacity 0.3s, margin-left 0.3s;
}
.quickview-close.ng-hide {
  margin-left: -50px;
  opacity: 0;
}
.favourite-button {
  color: #f80;
  cursor: pointer;
  display: inline-block;
  margin: 9px 40px 0 7px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.favourite-button.loading {
  -webkit-animation-name: spin;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 50%;
}
.report-name {
  transition: opacity 0.25s, width 0.25s;
  white-space: nowrap;
}
.report-name.ng-hide {
  opacity: 0;
  overflow: hidden;
  width: 0;
}
h2.report_name {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 0 2px;
}
.editable:hover:not([contentEditable=true]) {
  background-color: #fafafa;
  cursor: pointer;
  outline: 1px dotted #ddd;
  position: relative;
}
.editable:hover:after {
  background-color: #eee;
  border: 1px dotted #ddd;
  bottom: -1px;
  content: "Edit";
  font-weight: normal;
  font-size: 16px;
  left: 0;
  line-height: 33.6px;
  padding: 0 8px;
  position: absolute;
  top: -1px;
  margin-left: 100%;
}
.editable[contentEditable=true] {
  background-color: #fafafa;
  color: #404040;
  font-size: 20px;
  line-height: 33.6px;
  outline: 1px solid #ccc;
  padding: 0 10px;
}
.editable[contentEditable=true]:after {
  content: none;
}
.editable[contentEditable=true]:hover {
  cursor: text;
}
.editable.saving {
  background: url(/img/icons/loading.gif) right 11px no-repeat;
  background-size: 16px 16px;
  padding-right: 24px;
}
.button-run {
  margin-left: 12px;
}
#quickview-button {
  margin-left: 12px;
}
#filter {
  margin-bottom: 24px;
}
body.campaigndetailedit {
  background-color: #fcfcfe;
}
.table-mock div {
  background: #f5f5fa;
  clear: both;
  height: 20px;
  margin-bottom: 15px;
}
.table-mock .expand-all {
  clear: none;
  float: left;
  height: 40px;
  margin-bottom: 20px;
  width: 100px;
}
.table-mock .columns-dropdown {
  clear: none;
  float: right;
  height: 40px;
  margin-bottom: 20px;
  width: 25%;
}
.table-mock .pagination-links {
  clear: none;
  float: left;
  height: 40px;
  margin-right: 40px;
  width: 200px;
}
.table-mock .pagination-info {
  clear: none;
  float: left;
  height: 40px;
  width: 200px;
}
.tabs {
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.tabs:before {
  border-bottom: 1px solid #dde;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 100vw;
  left: -2.5vw;
}
.tabs .tab-title a {
  background-color: transparent;
  border: 1px solid transparent;
  color: #aab;
}
.tabs .tab-title a [type=checkbox] {
  margin: 0 6px 0 0;
  vertical-align: 2px;
}
.tabs .tab-title a [type=checkbox]:checked + .title {
  color: #58c;
}
.tabs .tab-title a .spinner {
  animation: spin 1s infinite linear;
  border: 3px solid transparent;
  border-left-color: #37BCED;
  border-top-color: #69BD54;
  border-right-color: #E8513D;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  vertical-align: -1px;
  width: 16px;
}
.tabs .tab-title .error {
  color: #c33;
  font-size: 14px;
  margin-left: 8px;
}
.tabs .tab-title .warning {
  color: #fa3;
  font-size: 14px;
  margin-left: 8px;
}
.tabs .tab-title .info {
  color: #37bced;
  font-size: 14px;
  margin-left: 8px;
}
.tabs .tab-title.disabled a {
  color: #ddf;
  cursor: default;
  pointer-events: none;
}
.tabs .tab-title a:hover {
  background: #fff;
}
.tabs .tab-title.active a {
  background-color: #fff;
  border-color: #dde;
  border-bottom-color: #fff;
  color: #889;
  position: relative;
  top: 1px;
}
.tab-actions {
  list-style: none;
  float: right;
}
.tab-actions button {
  border-radius: 3px;
  margin: 10px 0 0;
}
.tab-actions button.success {
  text-transform: uppercase;
}
.tab-actions button.success i {
  margin-left: 4px;
}
.tabs-content {
  background-color: #fff;
  border-top: none;
  margin: 0;
  padding: 0 10px 10px;
}
.tabs-content:before {
  border-bottom: 1px solid #dde;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 100vw;
  left: -2.5vw;
}
.chart-buttons th {
  padding-top: 0;
}
.chart-buttons button {
  margin: 0;
  padding: 6px;
}
.chart-buttons i {
  font-family: FontAwesome;
  font-style: normal;
}
.animate-fade {
  transition: .4s linear all;
}
.animate-fade.ng-hide {
  opacity: 0;
}
.gc-chart-container {
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  left: 0;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
}
.gc-chart-container > div {
  background-color: #fff;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: right;
  padding: 16px;
  width: 672px;
  z-index: 99999;
}
.button-group.micro li {
  margin: 0;
}
.button-group.micro button {
  width: 24px;
}
.summary {
  margin-top: 0.9375rem;
}
.row .summary-options .column {
  margin-bottom: 30px;
}
.row .summary-options .column div {
  background-color: #f8f8ff;
  padding: 20px;
}
.summary-options label {
  display: inline-block;
  margin-right: 30px;
}
.summary-options input {
  margin: 0 4px 0 0;
}
.widget {
  background-color: #f8f8fc;
  display: table;
  margin-bottom: 1.875rem;
  padding: 0.9375rem;
  text-align: center;
  width: 100%;
}
.widget dl {
  margin: 0;
}
.widget .vertical-aligner {
  display: table-cell;
  vertical-align: middle;
}
.widget dt {
  margin: 0;
}
.widget dd:not(:last-child) {
  margin-bottom: 24px;
}
.widget dd.before {
  margin-bottom: 0;
}
.widget dd {
  color: #555;
  font-size: 32px;
  margin: 0;
}
.widget dd.neg {
  color: #c00;
}
.widget-vertical dd {
  font-size: 26px;
}
.widget-chart dl {
  margin-bottom: 0.9375rem;
}
.widget ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.widget li {
  float: left;
  width: 33.333%;
}
form ul,
form li {
  list-style: none;
  margin: 0;
  padding: 0;
}
form li {
  margin-bottom: 16px;
}
form li input[type] {
  margin-bottom: 0;
}
form label {
  font-size: 16px;
  margin-bottom: 6px;
}
form ul li label,
label.small {
  font-weight: 300;
  margin-bottom: 0;
}
form li li label {
  font-size: 14px;
}
form input[type=radio] {
  margin: 0 6px 10px 0;
  vertical-align: 1px;
}
.input-code {
  font-family: monospace;
  font-size: 13px;
  line-height: 18px;
}
ul[data-form-field-type=toggle] + label .fa {
  color: #ccc;
  cursor: pointer;
  margin-right: 4px;
}
ul[data-form-field-type=toggle] + label .fa-toggle-on {
  color: #3b99fc;
}
.fa-circle-thin {
  color: #ccc;
  margin-right: 4px;
}
.fa-dot-circle-o {
  color: #3b99fc;
  margin-right: 4px;
}
ul[data-form-field-type=status] {
  padding: 4px 0;
  overflow: hidden;
}
ul[data-form-field-type=status] li {
  float: left;
}
.form-field-status-0 {
  color: #888;
}
.form-field-status-1 {
  color: #b33;
}
.form-field-status-2 {
  color: #e93;
}
.form-field-status-3 {
  color: #3a3;
}
ul[data-form-field-type="status"] .fa-circle-thin {
  opacity: .25;
}
ul[data-form-field-type="status"] .fa-circle-thin:hover {
  opacity: .5;
}
ul[data-form-field-type="status"] .fa-circle-thin.form-field-status-0 {
  color: #888;
}
ul[data-form-field-type=checkbox] .fa {
  color: #ccc;
  margin-right: 5px;
}
ul[data-form-field-type=checkbox] .fa-check-square-o {
  color: #3b99fc;
  margin-right: 2px;
}
ul[data-form-field-type=checkbox] li {
  margin-bottom: 0;
}
ul[data-form-field-type=radio] li {
  margin-bottom: 0;
}
/*
 *   Multiselect field
 */
.multiselect {
  display: inline-block;
  font-family: Helvetica;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.multiselect button {
  background-color: #fafafa;
  border: 1px solid #ccc;
  color: #404040;
  cursor: default;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  padding: 8px 28px 8px 8px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.multiselect button:hover {
  background-color: #f3f3f3;
  border-color: #999;
}
.multiselect button::after {
  content: " \25BE";
  font-size: 10px;
  margin: 0 0px;
  position: absolute;
  right: 9px;
  top: 20%;
}
.multiselect .dropdown {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  display: none;
  left: -10px;
  list-style: none;
  margin: 0;
  min-width: 80%;
  position: absolute;
  top: 10px;
  z-index: 9999;
}
.multiselect input + .dropdown {
  padding-top: 41px;
}
.multiselect ul {
  max-height: 200px;
  margin: 0;
  overflow: scroll;
  padding: 5px 0;
}
.multiselect .filter + ul {
  padding: 42px 0 5px;
}
.multiselect ul li {
  margin-bottom: 0;
}
.multiselect .filter {
  background-color: #eee;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  margin: 0;
  padding: 8px 6px;
  position: absolute;
  outline: none;
  top: 0;
  width: 100%;
}
.multiselect ul label {
  cursor: default;
  display: block;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 6px;
  white-space: nowrap;
}
.multiselect ul label:hover {
  background-color: #49e;
  color: #fff;
}
.multiselect ul input {
  margin: 0 6px 0 0;
  vertical-align: 1px;
}
.multiselect .no-results {
  color: #aaa;
  font-style: italic;
  line-height: 20px;
  margin: 0 0 10px;
  text-align: center;
}
p.error {
  color: #c22 !important;
  font-size: 14px;
}
a[role=link-metadata-edit] {
  background-color: #bbb;
  border-radius: 7px;
  color: #fff;
  display: none;
  float: left;
  line-height: 14px;
  margin: 0 10px 0 0;
  font-size: 10px;
  padding: 0 4px;
  margin-top: 4px;
}
a[role=link-metadata-edit]:hover {
  background-color: #008cba;
}
.help-text {
  border: none;
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-left: 6px;
}
@media only screen and (min-width: 64.063em) {
  .help-text {
    right: -7px;
    position: absolute;
    top: 11px;
    z-index: 10;
  }
  .columns.form-label {
    text-align: right;
  }
}
.help-text:hover {
  border: none;
}
.form label {
  display: inline-block;
  margin-top: 6px;
}
.form > ul > li > label {
  display: inline-block;
  margin-bottom: 4px;
}
.form li {
  clear: both;
}
.form ul ul {
  clear: both;
  margin: 0;
}
.form > ul:last-child > li:last-child {
  margin-bottom: 0;
}
.form > ul:last-child > li:last-child button {
  margin-bottom: 0;
}
.ngdialog .form {
  margin-bottom: 0;
}
.form select,
.form input,
.form textarea {
  background-color: #fff;
  box-shadow: none;
  margin: 0;
}
.form input[readonly],
.form input[disabled] {
  background-color: #eee;
  color: #999;
}
.form select[readonly],
.form select[disabled],
.form select[readonly]:hover,
.form select[disabled]:hover {
  background-color: #eee;
  border-color: #cccccc;
  color: #999;
}
.form input[readonly]:focus {
  box-shadow: none;
}
@media only screen and (min-width: 40.063em) {
  /* medium */
  .form-container {
    border-right: 1px solid #f3f3f3;
  }
}
.buttons.sticky {
  background-color: #f8f8fa;
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 100;
}
.buttons.sticky .row {
  margin: 0 auto 24px;
  width: 95%;
}
.buttons.sticky .columns {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 40.063em) {
  /* medium+ */
  .buttons.sticky .columns:nth-child(2) {
    border-right: 1px solid #eee;
  }
}
.buttons.sticky h1 {
  font-size: 28px;
  line-height: 52px;
  margin: 0;
  opacity: 0;
}
.buttons.sticky .end div {
  float: right;
}
.buttons.sticky button,
.buttons.sticky .button {
  background-color: inherit;
  border: 1px solid #007095;
  border-radius: 2px;
  color: #007095;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  transition: all .2s;
}
.buttons.sticky .button.secondary {
  border-color: #667;
  color: #667;
}
.buttons.sticky .button.secondary:hover {
  background-color: #667;
  color: white;
}
.buttons.sticky button[disabled] {
  border-color: #dadada;
  color: #ccc;
}
.buttons.sticky button:not([disabled]):hover {
  background-color: #008cba;
  color: #fff;
}
.buttons.sticky .delete {
  border-color: #f04124;
  color: #f04124;
}
.buttons.sticky button.delete:hover {
  background-color: transparent;
  color: #f04124;
}
@media only screen and (max-width: 64em) {
  /* medium and smaller */
  .buttons.sticky button,
  .buttons.sticky .button {
    padding: 9px 16px 10px 16px;
  }
  .buttons.sticky h1 {
    font-size: 20px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 40em) {
  /* small only */
  .buttons.sticky .columns:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .buttons.sticky .columns:last-child {
    padding-top: 0;
  }
  .buttons.sticky h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: right;
  }
}
input {
  clear: both;
}
ul[data-form-field-type=toggle] + label.small {
  clear: both;
}
.ngdialog h1 {
  line-height: 1;
  margin-bottom: 2rem;
}
.sidebar .tabs::before {
  left: 0;
  width: 100%;
}
.sidebar .tabs-content {
  border: 1px solid #dde;
}
.sidebar .tabs-content::before {
  border: none;
  left: 0;
  width: 0;
}
.sidebar form {
  margin-bottom: 0;
}
.sidebar h2 {
  color: #666;
  font-size: 18px;
  line-height: 1em;
}
.sidebar p {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.alert_boxes {
  opacity: 0.9;
  right: 2rem;
  position: fixed;
  top: 4rem;
  z-index: 99;
}
.alert_boxes .alert-box {
  width: 300px;
  line-height: 1.4em;
}
table.dBug_array td.dBug_arrayKey {
  word-break: break-all;
}
/*
 * BI tables
 */
.bi-table th {
  font-size: 12px;
  padding: 7px 8px;
}
.bi-table td {
  font-size: 12px;
  padding: 2px 8px;
}
.bi-table a.bi-dummy {
  color: #667;
}
.table-width-auto {
  width: auto;
}
td [data-clipboard-text] {
  cursor: pointer;
  float: right;
  background-color: transparent;
  padding: .25rem .5rem;
  margin: 0;
}
td [data-clipboard-text].has-tip {
  border: none;
}
.table td.table-field-type-datetime {
  text-align: right;
}
.table td.table-field-type-truefalse {
  text-align: center;
}
.table td.success i {
  color: #293;
}
.table td.error i {
  color: #b32;
}
.table td.disabled i {
  color: #ccc;
}
.table td small {
  color: #999;
  font-size: 11px;
}
/********************
 * Scrollable table *
 ********************/
.table-scrollable-wrapper {
  position: relative;
}
.table-scrollable-inner-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  position: static;
  width: 100%;
}
.table-scrollable-inner-wrapper:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: " ";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: 0;
  transform: translateZ(0);
  transition: opacity .2s;
  width: 66px;
}
.table-scrollable-inner-wrapper:before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: " ";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateZ(0);
  transition: opacity .2s;
  width: 66px;
  z-index: 1;
}
.table-scrollable-inner-wrapper.scrollable-right:after,
.table-scrollable-inner-wrapper.scrollable-left:before {
  opacity: 1;
}
.table .display-priority-none {
  display: none;
}
.table .display-priority-high {
  display: table-cell;
}
@media only screen and (max-width: 40em) {
  .table .display-priority-desktop-laptop-tablet-mobile {
    display: none;
  }
}
@media only screen and (max-width: 60em) {
  .table .display-priority-desktop-laptop-tablet {
    display: none;
  }
}
@media only screen and (max-width: 80em) {
  .table .display-priority-desktop-laptop {
    display: none;
  }
}
@media only screen and (max-width: 100em) {
  .table .display-priority-desktop {
    display: none;
  }
}
.table .display-priority-force-show {
  display: table-cell;
}
.table .display-priority-force-hide {
  display: none;
}
.table .multiselect button {
  width: auto;
}
.table td {
  white-space: nowrap;
}
.table td {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}
button[onhold] {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
}
button[onhold]:focus {
  outline: none;
}
button[onhold] .fill {
  background-color: #f04124;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
button[onhold] .text {
  color: #fff;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.table-sortable .table-header th {
  cursor: pointer;
}
.table-sortable .table-header th:after {
  content: "\f15d";
  color: transparent;
  font-family: FontAwesome;
  margin-left: 6px;
}
.table-sortable .table-header th.sys:after,
.table-sortable .table-header th.num:after,
.table-sortable .table-header th.curr:after,
.table-sortable .table-header th.datetime:after {
  content: "\f162";
}
.table-sortable .table-header th:hover:after {
  color: #bbb;
}
.table-sortable th.sort:after {
  color: inherit;
}
.table-sortable th.sort-desc:after {
  content: "\f15e";
}
.table-sortable th.sort-desc.sys:after,
.table-sortable th.sort-desc.num:after,
.table-sortable th.sort-desc.curr:after,
.table-sortable th.sort-desc.datetime:after {
  content: "\f163";
}
.bi-table .table-filter {
  background: transparent;
}
.bi-table .table-filter th {
  padding: 0 14px 8px;
  position: relative;
}
.bi-table .table-filter input {
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  font-size: 15px;
  padding: 2px 2px;
  width: 100%;
  transition: all .2s;
}
.bi-table .table-filter input::placeholder {
  color: #bbb;
}
.bi-table .table-filter input.empty:not(:focus) {
  border: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-size: 11px;
  padding: 0px 2px 8px;
}
.bi-table .table-filter input.empty:not(:focus):hover::placeholder {
  color: #666;
}
.bi-table .table-filter input:not(.empty) {
  background-color: #f5f5f0;
}
.bi-table .table-filter input:focus {
  border-bottom-color: #37BCED;
  outline: none;
}
.bi-table .table-filter .fa-remove {
  color: #aaa;
  cursor: pointer;
  padding: 4px;
  position: absolute;
  right: 12px;
  top: 2px;
}
.bi-table .table-filter .fa-remove:hover {
  color: #444;
}
.table-pagination-page-selector {
  float: left;
  margin-right: 30px;
}
.table-pagination-page-selector .button {
  background-color: transparent;
  color: #666;
  font-size: 1em;
  line-height: 33px;
  padding: 0 10px;
}
.table-pagination-page-selector .button:focus {
  outline: none;
}
.table-pagination-page-selector .button:active {
  background-color: transparent;
}
.table-pagination-page-selector .button:hover {
  background-color: #f5f5f5;
}
.table-pagination-page-selector .button[disabled] {
  color: #999;
}
.table-pagination-page-selector .button[disabled]:hover {
  background-color: transparent;
}
.table-pagination-page-size-selector {
  float: left;
  margin-left: 30px;
}
.table-pagination-page-size-selector label {
  color: #777;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 33px;
  margin-right: 10px;
}
.table-pagination-page-size-selector select {
  height: 33px;
  line-height: 15px;
  width: 60px;
}
.chevron-pipe {
  font-size: 1.2em;
  vertical-align: -1px;
}
.table-pagination-info {
  color: #777;
  float: left;
  font-size: 12px;
  line-height: 33px;
  vertical-align: middle;
}
.textarea-with-button {
  margin-bottom: 1.2rem;
  position: relative;
}
.textarea-with-button textarea {
  margin: 0;
}
.textarea-with-button button {
  margin: 0;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
/***********************
 *  Copy to clipboard  *
 ***********************/
td {
  position: relative;
}
td:hover .actions {
  display: block;
}
td .actions {
  display: none;
  line-height: 20px;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 1px;
  text-align: center;
  top: 0;
}
td .actions li {
  display: inline-block;
  height: 100%;
  position: relative;
}
td .actions a {
  background-color: #eee;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
td .actions li:first-child a {
  border-radius: 3px 0 0 3px;
}
td .actions li:last-child a {
  border-radius: 0 3px 3px 0;
}
td .actions li:not(:first-child) a {
  border-left: 1px solid #ddd;
}
td .actions a:hover {
  background-color: #ddd;
}
td .actions a:hover i {
  color: #333 !important;
}
.button-clipboard span {
  background-color: #555;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 13px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  right: 26px;
  top: -2px;
}
.button-clipboard span:after {
  background-color: #555;
  content: "";
  height: 8px;
  position: absolute;
  right: -4px;
  top: 8px;
  width: 8px;
  transform: rotate(45deg);
}
/*******************
 *  RAW WPS table  *
 *******************/
table.c {
  table-layout: auto;
}
table.c td,
table.c th {
  max-width: none;
  overflow: none;
  text-overflow: none;
  white-space: normal;
}
/**********************
 *  Customer Services *
 **********************/
table.as-html thead tr th,
table.as-html thead tr td {
  background-color: #efdafa ;
}
.table td {
  background-color: #f7f0fa;
  overflow: auto;
  text-overflow: inherit;
  white-space: normal;
}
table.table-collapsible {
  background-image: repeating-linear-gradient(-45deg, #fdfdff 0, #fdfdff 5px, #f6f6ff 5px, #f6f6ff 10px);
  background-attachment: fixed;
  background-repeat: repeat;
  border: 1px #eef solid;
  table-layout: fixed;
  width: 100%;
}
table.table-collapsible tr.total,
table.table-collapsible td[data-toggle] {
  font-weight: 500;
}
table.table-collapsible td,
table.table-collapsible th {
  background: #fff;
  border: 1px #eef solid;
  color: #667;
}
table.table-collapsible td:not(:last-child),
table.table-collapsible th:not(:last-child) {
  border-right-color: #f8f8ff;
}
table.table-collapsible th {
  background: #fafaff !important;
  font-weight: 500;
}
.table-collapsible .fa {
  color: #778;
  font-size: 70%;
  vertical-align: 2px;
  width: 16px;
}
.table-collapsible [data-toggle] td:not(.empty) {
  cursor: pointer;
}
.table-collapsible [data-toggle] .bi-collapsible-table-branch:before {
  color: #778;
  content: "\f146";
  /* "\f0fe"; */
  display: inline-block;
  font-family: fontawesome;
  font-size: 70%;
  vertical-align: 1px;
  width: 14px;
}
.table-collapsible [data-toggle].toggle-collapsed .bi-collapsible-table-branch:before {
  content: "\f0fe";
}
.table-collapsible [data-toggle]:hover td:not(.empty) {
  background-color: #fafafd;
}
.table-collapsible .blank {
  color: #ccd;
  text-align: center;
}
.table-collapsible .num {
  text-align: right;
}
.table-collapsible .empty {
  background-color: transparent;
  border: none;
}
thead tr:not(:only-child) th {
  border-bottom: none;
}
tr.actions th {
  border-top: none;
  padding-top: 0;
}
tr.actions .bi-button-group {
  float: right;
}
.bi-button-group button {
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: content-box;
  color: #555;
  cursor: pointer;
  float: left;
  font-family: Helvetica Neue;
  font-size: 11px;
  margin: 0 0 0 2px;
  height: 1.75em;
  line-height: 1.75em;
  outline: none;
  padding: 0;
  width: 1.75em;
}
.bi-button-group button .fa {
  font-size: inherit;
  vertical-align: 0;
}
.bi-button-group button:active {
  background-color: #ccc;
  border-color: #aaa;
}
.bi-radio-group {
  margin-left: 2px;
  border-radius: 4px;
  float: left;
}
.bi-radio-group input {
  display: none;
}
.bi-radio-group label {
  background-color: #ddd;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: content-box;
  color: #555;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 1.75em;
  line-height: 1.75em;
  margin: 0 !important;
  text-align: center;
  width: 1.75em;
}
.bi-radio-group label:hover {
  background-color: #d2d2d2;
  border-color: #c2c2c2;
}
.bi-radio-group label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.bi-radio-group label:last-of-type {
  border-radius: 0 3px 3px 0;
  border-left: none;
  border-right: 1px solid #ccc;
}
.bi-radio-group input:checked + label {
  background: #39d;
  border: 1px solid #28c;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: normal;
}
.report-info {
  margin: 120px auto 48px;
  text-align: center;
  color: #37bced;
}
.report-info p {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 20px 20px 20px 52px;
  position: relative;
}
.report-info p::before {
  font-family: fontawesome;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 15px;
}
.report-info p::before {
  content: "\f05a";
}
.report-error {
  margin: 120px auto 48px;
  text-align: center;
  color: #c33;
}
.report-error p {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 20px 20px 20px 52px;
  position: relative;
}
.report-error p::before {
  font-family: fontawesome;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 15px;
}
.report-error p::before {
  content: "\f06a";
}
.report-warning {
  margin: 120px auto 48px;
  text-align: center;
  color: #fa3;
}
.report-warning p {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 20px 20px 20px 52px;
  position: relative;
}
.report-warning p::before {
  font-family: fontawesome;
  font-size: 24px;
  left: 20px;
  position: absolute;
  top: 15px;
}
.report-warning p::before {
  content: "\f071";
}
.report-warning button {
  display: block;
  margin: 18px 0 0 0;
}
.report-warning button .fa {
  margin-right: 6px;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.expand-all {
  margin: 0;
}
.expand-all button {
  margin-bottom: 0;
  margin-top: 8px;
}
.expand-all i {
  margin-right: 3px;
}
.text-editable.active {
  position: relative;
  z-index: 1000;
}
.text-editable button {
  margin: 0 0 0 10px;
}
.text-editable pre {
  font-size: 14px;
  line-height: normal;
  padding: 8px;
  white-space: pre-wrap;
}
.text-editable textarea {
  border: none;
  font-family: monospace;
  font-size: 14px;
}
.ng-hide-removing,
.ng-hide-adding {
  display: none;
}
.text-editable-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: opacity .25s linear;
}
.text-editable-overlay.ng-hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
}
.table-view-buttons {
  list-style: none;
  margin: 0;
}
.table-view-buttons li {
  margin-right: 10px;
}
.ngdialog button {
  margin-bottom: 0;
}
.ngdialog form {
  margin: 0;
}
.bi-tooltip[title] {
  overflow: visible;
  position: relative;
}
.bi-tooltip[title]::after {
  background-color: #444;
  border-radius: 4px;
  color: #ddd;
  content: attr(title);
  height: 21px;
  font-size: 13px;
  left: 50%;
  line-height: 21px;
  padding: 0 6px;
  position: absolute;
  top: -5px;
  transform: translate(-50%, -100%);
}
.bi-tooltip[title]::before {
  background-color: #444;
  content: "";
  position: absolute;
  height: 4px;
  left: 50%;
  width: 4px;
  top: -7px;
  transform: translateX(-50%) rotate(45deg);
}
/*************
 * CSV Field *
 *************/
form .csv.row:not(:last-child) {
  margin-bottom: .5rem;
}
form .csv.row .columns:not(:first-child) {
  padding-left: .25rem;
}
form .csv.row .columns:not(:last-child) {
  padding-right: .25rem;
}
form .csv.row .columns label {
  font-size: 13px;
  vertical-align: -5px;
}
form .csv.row .columns label input {
  margin-right: 4px;
}
.row.collapse.ng-scope .columns:not(:last-child) input,
.row.collapse.ng-scope .columns:not(:last-child) select {
  border-right: none;
}
.row.collapse.ng-scope:not(:last-child) input,
.row.collapse.ng-scope:not(:last-child) select {
  border-bottom: none;
}
.row.collapse.ng-scope input:not([disabled])[readonly] {
  background-color: white;
}
.csv input.ng-invalid {
  border-color: red;
}
.csv input.ng-invalid:focus {
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.67);
}
body.padding-bottom {
  padding-bottom: 8rem;
}
.form-fileupload {
  border: 1px solid #ccc;
  margin-top: 5px;
}
.form-fileupload a {
  font-size: 13px;
  padding: 0 8px;
}
.form-fileupload div {
  background-color: #fafafa;
  border-top: 1px solid #eee;
  padding: 0 8px 2px;
}
.form-fileupload span {
  color: #888;
  font-size: 11px;
  font-weight: 100;
}
.form-fileupload .delete {
  margin-top: 4px;
}
.form-fileupload label {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.form-fileupload label.delete {
  color: red;
  float: right;
}
.form-fileupload label input {
  margin-right: 1px;
  vertical-align: 1px;
}
input[type=file] {
  background-color: transparent;
  display: inline-block;
  width: auto;
}
select[readonly] {
  pointer-events: none;
}
.audit-log {
  margin-top: 28px;
}
.audit-log--item {
  padding-left: 20px;
  position: relative;
}
.audit-log--item:not(:last-child) {
  padding-bottom: 28px;
}
.audit-log--item:before {
  background-color: #3b99fc;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 7px;
  width: 1px;
}
.audit-log--item:last-child:before {
  width: 0;
}
.audit-log--item--title {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
}
.audit-log--item--title:before {
  background-color: #fff;
  border: 3px solid #3b99fc;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  content: "";
  height: 11px;
  left: -5px;
  position: absolute;
  top: 6px;
  width: 11px;
}
.audit-log--item--title:after {
  background-color: #ccc;
  content: "";
  height: 1px;
  left: 7px;
  position: absolute;
  top: 11px;
  width: 12px;
}
.audit-log--item {
  color: #aaa;
}
.audit-log--item ul {
  font-size: 13px;
  font-weight: 100;
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.audit-log--item strong {
  font-weight: 400;
}
.audit-log--item--field {
  color: #444;
  display: inline-block;
  min-width: 140px;
}
.audit-log--item--old {
  color: red;
  text-decoration: line-through;
}
.audit-log--item--new {
  color: green;
}
.sidebar .tabs .tab-title > a {
  font-size: .75rem;
  padding: .5rem 1.25rem;
}
.sidebar .audit-log {
  margin: .25rem 1rem 0;
}
.audit-log--entity-label {
  left: -10px;
  font-size: 14px;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}
.form-field-loading:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 5;
}
.form-field-loading:after {
  animation: spin-offset 1s linear infinite;
  font-family: FontAwesome;
  content: "\f1ce";
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@keyframes spin-offset {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.error.error--no-margin {
  margin-bottom: 0;
}
.custom-params-add {
  margin-top: .75rem;
  text-align: center;
}
.custom-params-add button.secondary {
  background-color: transparent;
  font-size: 13px;
  margin: 0;
  padding: 3px;
}
.custom-params-add button.secondary:hover,
.custom-params-add button.secondary:focus {
  background-color: transparent;
  color: #37BCED;
}
.button.custom-params-remove-button {
  background-color: transparent;
  font-size: 16px;
  height: 37px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.button.custom-params-remove-button:hover,
.button.custom-params-remove-button:focus {
  background-color: transparent;
  color: red;
}
.row.csv-headers {
  color: #999;
  font-size: 13px;
  line-height: 36px;
  margin-bottom: 0 !important;
  padding-top: 1px;
  text-align: right;
}
.row.csv-headers :first-child {
  text-align: left;
}
#cpa-params .default td:first-child:after {
  background-color: #eee;
  border-radius: 8px;
  color: #666;
  content: "DEFAULT";
  font-size: 10px;
  font-weight: 400;
  margin-left: 6px;
  padding: 1px 5px;
}
.table__checkbox[type=checkbox] {
  margin: 0;
}
.table--form {
  table-layout: fixed;
  width: auto;
}
.table--form input,
.table--form select {
  margin: 0;
  width: 140px;
}
blockquote.sql {
  margin: 0;
}
.inline-error {
  background: red;
}
.toast {
  background: white;
  border-radius: 5px;
  padding: 28px 56px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
  transition: all .4s;
}
.toast.toast--success {
  background-color: #69BD54;
  color: white;
}
.toast.ng-hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.5);
}
.toast p {
  margin: 0;
}
.form .ng-dirty.ng-invalid {
  border-color: #E8513D !important;
}
.table--form tr:nth-child(2) td {
  background-color: #f9f9f9;
}
.form-field-wrapper {
  min-height: 3.3125rem;
}
.form-field-wrapper label {
  margin-top: .5em;
}
.form-field-wrapper input {
  margin-right: 2px;
  vertical-align: 1px;
}
.cpa-bulk-edit h4 {
  margin: 2rem 0 1rem;
}
.cpa-bulk-edit button {
  margin-top: 2rem;
}
input.form__input--pin {
  background-color: white !important;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  width: 80px;
  vertical-align: -1px;
}
.table-body {
  display: table;
  position: relative;
}
.table-body__spinner {
  background-color: rgba(255, 255, 255, 0.25);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.bi-table--clean {
  border: none;
  border-spacing: 0;
}
.bi-table--clean thead {
  background: #fff;
}
.bi-table--clean th {
  border-bottom: 1px solid #e5e5e5;
  color: #888;
  font-weight: 400;
  padding: 16px;
  white-space: nowrap;
}
.bi-table--clean .table-header--with-filter th {
  padding-bottom: 6px;
}
.bi-table--clean td {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 16px;
  white-space: nowrap;
}
.toggle-buttons {
  display: flex;
}
.toggle-buttons input {
  display: none;
}
.toggle-buttons label {
  border: 1px solid #ddd;
  border-left: none;
  color: #666;
  margin: 0 !important;
  padding: 5px 12px;
}
.toggle-buttons label:nth-child(2) {
  border-left: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
}
.toggle-buttons label:last-child {
  border-radius: 0 3px 3px 0;
}
.toggle-buttons input:checked + label {
  color: #37bced;
  cursor: default;
}
.toggle-buttons input:not(:checked) + label:hover {
  color: #37bced;
}
.table-view__sublist-selector {
  float: left;
  margin-right: 30px;
}
.table-spinner-wrap {
  position: relative;
}
.table-spinner-wrap:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
.table-spinner-wrap:after {
  animation: spin 1s linear infinite;
  border: 5px solid #E8513D;
  border-left-color: #69BD54;
  border-right-color: #37BCED;
  border-bottom-color: transparent;
  border-radius: 50%;
  content: "";
  display: none;
  left: 50%;
  height: 80px;
  margin-left: -40px;
  position: absolute;
  top: 150px;
  width: 80px;
  z-index: 20;
}
.table-spinner-wrap.table-spinner-wrap--show:before,
.table-spinner-wrap.table-spinner-wrap--show:after {
  display: block;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table__no-results {
  color: #aaa;
  font-size: 42px;
  font-weight: 100;
  left: 0;
  padding: 84px 0;
  position: sticky;
  text-align: center;
}
.error-page {
  display: flex;
  height: 100vh;
}
.error-page div {
  margin: auto;
  padding: 16px;
  text-align: center;
}
.error-page .logo {
  font-size: 24px;
  margin-bottom: 6rem;
}
.error-page img {
  margin-bottom: 3rem;
  max-width: 420px;
  width: 80%;
}
.error-page h1 {
  line-height: 2rem;
  margin-bottom: 2rem;
}
.error-page p {
  color: #666;
  font-size: 18px;
  line-height: 1.5rem;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.grey {
  color: #ddd;
}
