HTML,
BODY {
  background: #b1d0f0;
  color: #006;
  height: 100%;
  overflow: overlay;
  scroll-behavior: smooth;
}
H1,
H2,
H3,
H4,
H5,
H6,
STRONG {
  font-weight: bold;
}
EM {
  font-style: italic;
}
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #afb7ba;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a3a3a3;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  margin-bottom: 40px;
}

#header {
  position: fixed;
  z-index: 2;
  padding-top: 20px;
  background: #2577aa;
  width: 100%;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-duration: 0.7s;
  overflow: hidden;
}

#nprogress .bar {
  height: 4px;
  background: #303030c9;
  margin-top: -44px;
}

.expanded {
  height: 130px;
  padding-top: 10px;
  overflow: visible !important;
}

.collapsed {
  height: 65px !important;
  padding-top: 5px !important;
  overflow: hidden !important;
  box-shadow: 0px 6px 20px #00000026;
}

.collapsed .wrapper .clearfix ul,
.collapsed .wrapper #strapline {
  opacity: 0 !important;
  margin-top: -80px !important;
}

.expanded .wrapper .clearfix ul,
.collapsed .wrapper #strapline {
  opacity: 1;
  margin-top: 0;
}

.collapsed #strapline {
  margin-top: 24px !important;
}

.collapsed #logo {
  margin-top: 12px;
}

.collapsed ul {
  margin-top: 8px;
}

#body {
  clear: both;
  padding-top: 150px;
}
#primary .col1,
#primary .col2 {
  width: 350px;
}
#primary .col1 {
  float: left;
}
#primary .col2 {
  float: right;
}
.cols-2 #primary {
  float: left;
  width: 720px;
}
.cols-2 #secondary {
  float: right;
  width: 220px;
}
/* @end Sweet Alert styling */

.swal2-styled.swal2-confirm {
  background-color: #359bd8 !important;
}

.swal2-styled.swal2-confirm:focus {
  background-color: #0087bb7d !important;
}

/* @end Sweet Alert styling */

/* @group Header and top nav */
#logo {
  font-size: 184.8%; /* 24px */
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: 1s;
}
#logo A,
#strapline A {
  color: #fff;
  text-decoration: none;
  transition: 1s;
}
#strapline {
  color: #fff;
  font-size: 100%;
  transition: 0.9s;
}
#print-elements {
  display: none;
}
#nav {
  margin-top: 20px;
}
#nav UL {
  transition: 0.9s !important;
  float: left;
}
#nav LI {
  position: relative;
  float: left;
  margin-right: 2px;
}
.button-nav {
  display: inline-block;
  position: relative;
}
#nav A,
.button-nav LI A {
  display: block;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #7eb4d9;
  font-size: 100%;
  text-decoration: none;
  color: #006;
}
#nav .active A {
  background: #f6f9f9;
  font-weight: bold;
}
#nav .expandable > A {
  padding-right: 20px;
  background-image: url("../images/icon-arrow-down.41625a41a9b2.gif");
  background-position: 100% 0;
  background-repeat: no-repeat;
}
#nav .expanded > A {
  background-color: #b1d0f0;
  background-position: 100% -25px;
  cursor: default;
}
.button-nav.expandable > A {
  padding-right: 20px;
}
#nav A:hover,
#nav li.active a:hover,
.button-nav A:hover {
  text-decoration: none;
  background-color: #f6f9f9;
}

#nav LI UL,
.button-nav UL {
  display: none;
  position: absolute;
  left: -1px;
  z-index: 100;
  float: none;
  width: 220px;
  border-bottom: 1px solid #2577aa;
  -webkit-box-shadow: 0 2px 4px #2577aa;
  -moz-box-shadow: 0 2px 4px #2577aa;
  box-shadow: 0 2px 4px #2577aa;
}
#nav LI UL LI,
.button-nav LI {
  float: none;
  margin: 0;
  border-right: 1px solid #2577aa;
  border-left: 1px solid #2577aa;
}
#nav LI UL LI A,
#nav .active UL LI A,
.button-nav LI A {
  padding: 5px 10px;
  background: #b1d0f0;
  border-top: 1px solid #2577aa;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 92.4%;
  font-weight: normal;
}
#nav LI UL LI:first-child A,
.button-nav LI:first-child A {
  border: 0;
}
#nav LI UL LI H3,
.button-nav LI H3 {
  padding: 4px 10px;
  background: #bfd3ed;
  border-top: 1px solid #2577aa;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

#system-nav {
  position: absolute;
  right: 10px;
  top: 15px;
}
#system-nav LI {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #006;
  font-size: 92.4%;
  line-height: 0.8;
  color: #006;
}
#system-nav LI:first-child {
  border: 0;
}
#system-nav A,
#system-nav LI {
  color: #fff;
  text-decoration: none;
}
#system-nav A:hover {
  text-decoration: underline;
}
/* @end Header */

/* @group Dashboard (homepage) */
.dashboard .content {
  padding: 0;
  border: 0;
}
.dashboard .block {
  padding: 20px;
  border-color: #fff;
}
.block .block-title {
  padding: 10px;
}
.block H2 {
  margin-bottom: 5px;
  font-size: 107.8%;
  font-weight: bold;
}
.block h3 {
  font-size: 20px;
  font-family: "Proxima Nova Light", sans-serif;
  font-weight: 300;
}
.dashboard .block H2 {
  margin-bottom: 0;
}
.dashboard .block .caption {
  padding: 3px 10px;
  background: #caddfd;
}
.block .block-footer {
  padding: 10px;
}
.dashboard .block .datatable TH,
.dashboard .block .datatable TD {
  padding: 3px 10px;
}
.dashboard .datatable TH {
  border-bottom-color: #000;
  font-weight: normal;
}
.dashboard .block .datatable TH,
.dashboard .block .datatable .totalrow TD {
  background: transparent;
}
.dashboard #secondary .block-contents,
.dashboard #secondary .block-footer {
  font-size: 92.4%;
}
.dashboard #secondary .block-contents {
  padding: 0 10px;
}
.dashboard #secondary .block UL {
  padding-left: 15px;
}
.dashboard #secondary .block LI {
  list-style: disc;
  padding-left: 0;
}
.dashboard #secondary .block A {
  text-decoration: none;
}
.dashboard #secondary .block A:hover {
  text-decoration: underline;
}
.dashboard #bankcash-block .datatable th,
.dashboard #transactions-block .datatable th {
  table-layout: fixed;
  width: 218px;
  max-width: 218px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard #reports-block img {
  margin-left: 10px;
}

/* @end Dashboard */

.pagination > a:link {
  text-decoration: none;
  color: #000;
}

.pagination > a:hover {
  font-weight: bold;
}

.pagination > a.current {
  text-decoration: underline;
}

.header-right {
  float: right;
}

.selection-box-datatable .header-right .button {
  margin-top: 0;
}

.selection-box-datatable .datatable {
  width: 760px;
}

.selection-box-datatable {
  display: block;
}

.selection-box-datatable .with-selectionbox {
  float: left;
  width: 760px;
}

.selection-box-datatable .selection-wrapper {
  margin-left: 720px;
}

.selection-box-datatable .selection-box {
  display: block;
  float: right;
  min-height: 188px;
  max-height: 340px;
  overflow: auto;
  margin-bottom: 60px;
  padding: 3px 5px;
  width: 180px;
  background: white;
  color: #006;
  background: white;
  border: 1px solid #c8cbcf;
}

.selection-box #selected-items li {
  cursor: pointer;
  background: url("../images/icon-remove.47486f9a407d.gif") right no-repeat;
}

.async-reload.loading,
.async-reload.loading a {
  cursor: wait;
}

#manage-names .selection-box-datatable .button {
  margin-top: 5px;
  margin-left: 10px;
}

#cancel-txns .fullscreen-btn {
  margin-top: 10px;
}

#manage-names .contact-table,
#income_contacts_table .contact-table,
#cancel-txns .cancel-table {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 1s;
}

#income_contacts_table .selection-box,
#manage-names .contact-table .selection-box,
#cancel-txns .cancel-table .selection-box {
  width: 0px;
  opacity: 0;
  transition: 1s;
}

#manage-names .contact-table #contacts-table,
#manage-names .selection-box-datatable .with-selectionbox {
  width: 100% !important;
  transition: 1s;
}

/* @group Content */
#content-nav UL {
  float: left;
}
#content-nav LI {
  position: relative;
  top: 1px;
  float: left;
  margin-right: 2px;
}
#content-nav A {
  display: block;
  padding: 5px 10px;
  background: #b1d0f0;
  border: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  font-size: 100%;
  text-decoration: none;
  color: #006;
}
#content-nav .active A {
  border-bottom-color: #d6e3fe;
  background: #d6e3fe;
  font-weight: bold;
}
#content-nav A:hover {
  text-decoration: underline;
}
#content-nav A:active {
  padding-bottom: 6px;
  margin-top: 1px;
}
.content {
  padding: 15px 9px;
  background: #d6e3fe;
  border: 1px solid #fff;
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
}
.content A,
.content A:visited {
  color: #0000ee;
}
.content #filter {
  margin-left: 12px;
  margin-bottom: 5px;
}
/* @end Content */

/* @group Messages */
ul.messages {
  width: 100%;
  margin-bottom: 20px;

  background-color: #fff;
  border: 1px solid #cbc810;
  border-radius: 10px;
}
ul.messages li {
  padding: 0 40px;
  margin: 10px 0;
  position: relative;
}
ul.messages li ul li {
  list-style-type: disc;
  padding-left: 0;
  margin-left: 20px;
}
ul.messages li.info,
ul.messages li.success {
  background: url("../images/icon-info.335011f49169.gif") no-repeat 16px 2px;
}
ul.messages li.warning {
  background: url("../images/icon-warning.bb19187195b0.gif") no-repeat 15px 2px;
}
ul.messages li.error {
  background: url("../images/icon-error.8cbbfd0707f7.gif") no-repeat 16px 2px;
}
ul.messages li .icon-dismiss {
  position: absolute;
  top: 0;
  right: 7px;
  cursor: pointer;
}

ul.errorlist {
  margin-bottom: 1ex;
}
ul.errorlist li {
  color: #d33;
}

/* @end Messages */

/* @group Data tables */
.block .caption {
  margin-bottom: 10px;
}
TABLE.datatable {
  font-size: 100%;
  width: 100%;
  margin-bottom: 1em;
  border-radius: 10px;
}
.datatable TH,
.datatable TD {
  vertical-align: top;
}
.datatable TH {
  padding: 3px 5px;
  background: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: bold;
  color: #006;
  white-space: nowrap;
}
.datatable THEAD TH.select {
  width: 15px;
}
.datatable THEAD TH:first-child {
  border-top-left-radius: 10px;
}
.datatable THEAD TH:last-of-type {
  border-top-right-radius: 10px;
}
.datatable THEAD TH.sorting {
  background-image: none;
  cursor: pointer;
}
.datatable THEAD TH.sorting_asc,
.datatable THEAD TH.sorting_desc {
  padding-right: 20px;
  background-image: url("../images/icon-arrow-down.41625a41a9b2.gif");
  background-repeat: no-repeat;
  cursor: pointer;
}
.datatable THEAD TH.sorting_asc {
  background-position: 100% -27px;
}
.datatable THEAD TH.sorting_desc {
  background-position: 100% -2px;
}
.datatable TD {
  padding: 3px 5px;
  background: transparent;
  border-bottom: 1px solid #bbf;
  border-right: 1px solid #fff;
}
.datatable .totalrow TD,
.datatable .totalrow TH {
  background: #caddfd;
  font-weight: bold;
}
.datatable TR.alt TH,
.datatable TR.alt TD,
.datatable TR.odd TD {
  background: #fff;
}
.datatable TR.over TD,
.dashboard .datatable TR.over TH {
  background: #75c0ef !important;
}
.datatable TR.selected TD {
  background: #b1d0f0 !important;
}
.datatable tr.inactive th,
.datatable tr.inactive th a,
.datatable TR.inactive TD,
.datatable TR.inactive TD A {
  font-style: italic;
  color: #888;
  background-color: #e8e8e8;
}
.datatable A {
  text-decoration: none;
}
.datatable TR.over A,
.datatable A:hover {
  text-decoration: underline;
}
.amount,
.ralign {
  text-align: right;
  border-bottom: solid 1px #ddd;
}
.datatable .select,
.datatable .giftaid,
.datatable .status,
.datatable .taken {
  text-align: center;
}
.datatable .record-taken.success {
  background-color: #cfc;
  border-color: #55b947;
}
.datatable .record-taken.failure {
  background-color: #fdd;
  border-color: #ef4136;
}
.datatable .taken {
  width: 62px;
}
.datatable tr.sub-table td {
  background: #fff !important;
}

.datatable .sms-text {
  white-space: pre-line;
  max-width: 35em;
}

.dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_toggle_disabled {
  margin-left: 10px;
}
.dataTables_toggle_disabled label {
  margin-left: 5px;
}
.dataTables_wrapper .actions {
  float: left;
  position: relative;
  padding-top: 10px;
  width: 918px;
}
.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_active {
  margin-left: 8px;
  cursor: pointer;
  font-size: 110%;
}
.dataTables_paginate .first,
.dataTables_paginate .last {
  font-size: 120%;
}
.dataTables_paginate .first,
.dataTables_paginate .last,
.dataTables_paginate .previous,
.dataTables_paginate .next {
  font-weight: bold;
}
.dataTables_paginate .paginate_active {
  text-decoration: underline;
}
.dataTables_paginate .paginate_button_disabled {
  color: #999;
}
.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .dataTables_scroll,
.dataTables_wrapper .datatable.with-selectionbox {
  float: left;
  width: 650px;
}
.dataTables_wrapper .selected_items_wrapper {
  float: right;
  width: 250px;
  margin-top: -32px;
}
.dataTables_wrapper .selected_items_wrapper P {
  font-weight: bold;
  height: 25px;
  margin-top: 7px;
}
.dataTables_wrapper .selected_items_inner {
  background: #fff;
  border: 1px solid #006;
  min-height: 44px;
  overflow: auto;
}
.dataTables_wrapper .selected_items_inner ul li {
  margin: 3px 6px;
  background: url("../images/icon-remove.47486f9a407d.gif") right no-repeat;
  cursor: pointer;
}

/* @end Data tables */

/* @group Contact Consolidation */

ul.consolidation-summary {
  margin: 1em 0;
}

ul.consolidation-summary li {
  list-style-type: disc;
  margin-left: 3em;
}

/* @end Contact Consolidation */

/* @group Forms */
TEXTAREA.textfield,
INPUT.textfield,
INPUT.textfield.grid1,
.dataTables_filter input[type="text"] {
  padding: 3px 5px;
  width: 103px; /* totalling 115px = default width (grid1), allowing for 8 columns */
  margin-bottom: 2px;
  border: 1px solid #006;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff url("../images/input-gradient.55ed35cb17f3.png") top repeat-x;
  font-size: 100%;
  color: #006;
}
INPUT[type="file"] {
  width: 260px;
  margin-bottom: 2px;
  border: 1px solid #006;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff url("../images/input-gradient.55ed35cb17f3.png") top repeat-x;
}
INPUT[type="checkbox"] {
  border-radius: 3px;
}
TEXTAREA.textfield {
  height: 100px;
}
TEXTAREA.textfield:focus,
INPUT.textfield:focus,
SELECT:focus {
  background-color: #fdfdc6;
}
SELECT.warning-highlight {
  background-color: #fdc6c6;
}
.grid2 .textfield,
INPUT.textfield.grid2,
.dataTables_filter input[type="text"] {
  width: 218px;
}
.grid3 .textfield,
INPUT.textfield.grid3 {
  width: 333px;
}
.grid4 .textfield,
INPUT.textfield.grid4 {
  width: 448px;
}
.grid5 .textfield,
INPUT.textfield.grid5 {
  width: 563px;
}
.grid6 .textfield,
INPUT.textfield.grid6 {
  width: 563px;
}

/* 3 quarters the width of a normal "grid1" */
.grid075 .textfield,
INPUT.textfield.grid075 {
  width: 82px;
}

span.count {
  display: inline-block;
  margin-left: 1em;
}

.textfield.date {
  width: 88px;
  padding-right: 20px;
  background-image: url("../images/input-gradient.55ed35cb17f3.png"),
    url("../images/date.c6febd01f22a.png");
  background-position: 0 0, 99% 2px;
  background-repeat: repeat-x, no-repeat;
}
SELECT {
  width: 115px; /* default width (grid1), allowing for 8 columns */
  padding: 2px 1px;
  margin-top: 1px;
  margin-bottom: 2px;
  font-size: 100%;
  border: 1px solid #006;
  color: #006;
}
SELECT.wide {
  width: 160px;
}
.block {
  padding: 16px 30px;
  background-color: #fff;
  border: none;
  margin-bottom: 22px;
  border-radius: 10px;
  border: 1px solid #c8cbcf !important;
}
.block LEGEND {
  padding: 2px 5px;
  background: transparent;
  font-weight: bold;
  color: #006;
}
TABLE.formtable {
  position: relative;
  left: -10px;
}
.formtable TH,
.formtable TD {
  border-collapse: collapse;
  width: 115px; /* default width (grid1), allowing for 8 columns */
  padding: 2px 0;
  vertical-align: top;
  position: relative;
}
/* Cell grid widths; expand SELECTs to fill cells */
.formtable TH.grid1,
.formtable TD.grid1 {
  width: 145px;
}
.formtable .grid2,
.grid2 SELECT {
  width: 230px;
}
.grid2 .select2 {
  /* select2 tends to override width */
  width: 230px !important;
}
.formtable .grid3,
.grid3 SELECT {
  width: 345px;
}
.formtable .grid4,
.grid4 SELECT {
  width: 460px;
}
.formtable .grid5,
.grid5 SELECT {
  width: 575px;
}
.formtable .grid6 {
  width: 690px;
}
.formtable .grid7 {
  width: 805px;
}
.formtable .grid8,
.grid8 SELECT {
  width: 190px;
}
.formtable .grid9,
.grid9 SELECT {
  width: 200px;
}
.formtable LABEL,
.formtable .label {
  display: block;
  padding: 5px 10px;
  font-size: 100%;
  color: #006;
}
.formtable LABEL.inline {
  display: inline-block;
  padding: 5px 2px;
  vertical-align: middle;
}
.formtable LABEL INPUT,
INPUT[type="checkbox"],
INPUT[type="radio"] {
  margin: 0 5px 0 0;
}
.formtable td.actions {
  text-align: right;
  vertical-align: bottom;
}
.formtable .ralign:not(input):not(button) {
  border-bottom: none;
}
.textfield.number {
  text-align: right;
}
.textfield.with-default {
  color: #999;
}
.textfield.disabled,
.textfield[disabled] {
  background-color: #7474741a;
  border-color: #999;
}
SELECT.costcentre,
SELECT.bankaccount,
SELECT.import_filter {
  width: 340px;
  margin-right: 5px;
}
SELECT.bankaccount:disabled {
  background-color: transparent;
  border-color: #999;
  color: #999;
}
LABEL.import_filter {
  float: left;
  width: 150px;
}
INPUT.costcentre-code {
  position: relative;
  width: 50px !important;
  margin-left: -67px;
  margin-right: 5px;
}
/* To supplant costcentre-code */
input.textfield.costcentre_code,
input.textfield.bankaccount_code {
  width: 50px;
  margin-right: 5px;
}

.noindent INPUT.costcentre-code {
  margin-left: 0;
}
.costcentre-disable-filter {
  display: block;
  margin-top: 4px;
}
.costcentre-disable-filter label {
  display: inline;
  padding: 0 0 0 3px;
  vertical-align: middle;
}
.wysiwyg {
  width: 900px;
  background: none !important;
}
.wysiwyg iframe {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.wysiwyg ul.toolbar {
  padding: 3px 0 5px !important;
}

.actions.top {
  padding-bottom: 5px;
}

.actions-active {
  padding: 13px 0;
  position: sticky;
  bottom: 0;
  background-color: #f6f9f9;
  box-shadow: 0px -8px 20px -21px #000;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.05, 0.63, 0.98, 1.6);
}

/* @end Forms */

/* @group Buttons */
.button {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #006;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.33, rgb(229, 229, 229)),
    color-stop(0.66, rgb(255, 255, 255))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(229, 229, 229) 33%,
    rgb(255, 255, 255) 66%
  );
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
.content A.button {
  color: #006;
}
.content .button:hover {
  border-color: #00e;
  color: #00e;
}
.button-secondary {
  padding: 6px 9px;
  border-width: 1px;
  font-weight: normal;
}
.button.abandon {
  padding-left: 20px;
}
.button:active {
  top: 1px;
}
.button.rec {
  border-color: #063;
}
.button.pay {
  border-color: #c00;
}
.button.disabled:focus,
.button.disabled:hover,
.button.disabled:active,
.button.disabled {
  background-color: transparent !important;
  border-color: #999 !important;
  color: #999 !important;
  top: 0 !important;
}
.button-area {
  margin-bottom: 20px;
}
.bigbutton {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #006;
  font-size: 123.2%; /* 16px */
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
A.bigbutton.rec {
  border-color: #55b947;
  color: #3f8b34;
}
A.bigbutton.rec:hover {
  background-color: #cfc;
}
A.bigbutton.rec.active {
  background-color: #9f9;
}
A.bigbutton.pay {
  border-color: #ef4136;
  color: #a32c24;
}
A.bigbutton.pay:hover {
  background-color: #fdd;
}
A.bigbutton.pay.active {
  background-color: #f99;
}
.bigbutton:active {
  top: 1px;
}

/* @end Buttons*/
/* @group Icons */
.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  text-indent: 17px;
  overflow: hidden;
}
.icon:focus {
  outline: 0;
}
.icon-expand {
  right: 0;
  top: 5px;
  background: url("../images/icon-arrow-down.41625a41a9b2.gif");
  background-repeat: no-repeat;
  background-position: 3px -5px;
}
.expanded .icon-expand {
  background-position: 3px -30px;
}
.icon-abandon {
  left: 0;
  top: 5px;
  background: url("../images/icon-trash.7f7a5f77f388.gif");
  background-repeat: no-repeat;
  background-position: 5px 2px;
}
.icon-dismiss {
  background: url("../images/icon-remove.47486f9a407d.gif") no-repeat;
}
.icon-hint {
  background: url("../images/icon-info.335011f49169.gif") no-repeat 0 0;
  padding: 0 2px 10px 20px !important;
}
.icon-error {
  background: url("../images/icon-error.8cbbfd0707f7.gif") no-repeat 0 0;
  padding: 0 2px 10px 20px !important;
}
.icon-plus {
  left: 0;
  top: 5px;
  display: inline-block;
  width: 16px;
  position: relative;
  background: url("../images/icon-plus.cb3d71ad9c35.gif") no-repeat;
}
.icon-plus:hover {
  cursor: pointer;
}

.icon-button {
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  text-indent: 17px;
  overflow: hidden;
}
.icon-button-text {
  height: 16px;
}
.icon-button-plus {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  background: url("../images/icon-plus.cb3d71ad9c35.gif") no-repeat;
}
/* @end */

/* @group Footer */

#footer {
  margin-top: 20px;
  border-radius: 10px;
  margin: 50px 0px;
}
#footer-branding #sfm-logo {
  float: left;
  margin-bottom: 20px;
}
#footer-branding #pebble-logo {
  float: right;
  margin-bottom: 20px;
  padding-top: 5px;
}
#footer-nav {
  padding-top: 15px;
}
#footer-nav LI {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 92.4%;
  line-height: 0.8;
  color: #006;
}
#footer-nav LI:first-child {
  border: 0;
}
#footer-nav A {
  color: #006;
  text-decoration: none;
}

/* @end Footer */

/* @group jQuery UI additions and overrides */
HTML .ui-widget {
  border: 1px solid #2577aa;
  -webkit-box-shadow: 0 2px 4px #2577aa;
  -moz-box-shadow: 0 2px 4px #2577aa;
  box-shadow: 0 2px 4px #2577aa;
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 100%;
  color: #006;
}
HTML .ui-dialog {
  background-image: url(https://apps.mypebble.co.uk/static/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.8692e6efddf8.png);
}
HTML .ui-widget-header {
  background: #9ec6eb;
  border: 0;
  color: #006;
}
HTML .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.72e3d2f48869.png");
}
HTML .ui-state-hover {
  border-color: #9ec6eb;
  background: #d7e1ff;
  cursor: pointer;
}
HTML .ui-widget-content {
  color: #006;
  background-color: white;
}
HTML .ui-widget-content P {
  margin: 6px 0 12px 0;
}
HTML .ui-dialog-buttonpane {
  border: 0;
  background: #edf1fe;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
HTML .ui-widget.button,
HTML .ui-widget.button.ui-state-hover,
HTML .ui-widget.button.ui-state-hover.ui-state-focus {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #006;
  box-shadow: none;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.33, rgb(229, 229, 229)),
    color-stop(0.66, rgb(255, 255, 255))
  );
  background-image: -moz-linear-gradient(
    center bottom,
    rgb(229, 229, 229) 33%,
    rgb(255, 255, 255) 66%
  );
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}
HTML .content .ui-widget.button:hover,
HTML .ui-widget.button.ui-state-hover,
HTML .ui-widget.button.ui-state-hover.ui-state-focus {
  border-color: #00e;
  color: #00e;
  box-shadow: none;
}
HTML .ui-widget.button-secondary,
HTML .ui-widget.button-secondary.ui-state-hover,
HTML .ui-widget.button-secondary.ui-state-hover.ui-state-focus {
  padding: 6px 9px;
  border-width: 1px;
  font-weight: normal;
  box-shadow: none;
}
HTML .button .ui-button-text {
  padding: 0px;
}
HTML .ui-widget input,
HTML .ui-widget select,
HTML .ui-widget textarea,
HTML .ui-widget button {
  font-family: arial, helvetica, clean, sans-serif;
}
HTML .ui-widget button.abandon .icon-abandon {
  left: -20px;
  top: 1px;
}
HTML .ui-widget-header {
  font-weight: bold;
}
HTML .ui-corner-all {
  border-radius: 10px;
}
HTML .ui-dialog-titlebar-close {
  display: none;
}
/*HTML .ui-helper-clearfix {
  display: block;
}*/
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("images/ui-icons_222222_256x240.72e3d2f48869.png");
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url("images/ui-bg_glass_75_e6e6e6_1x400.f4254356c2a8.png") repeat-x scroll 50%
    50% #e6e6e6;
  font-weight: normal;
  color: #555;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  font-weight: normal;
  color: #212121;
  background: none repeat scroll 0% 0% #d7e1ff;
  border-color: #9ec6eb;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url("images/ui-bg_glass_55_fbf9ee_1x400.f8f4558e0b92.png") repeat-x scroll 50%
    50% #fbf9ee;
  color: #363636;
}
/* @end jQuery UI additions and overrides  */

/* @group Current Organisation Select */
FORM#current-organisation-select TABLE.formtable {
  margin-left: 2em;
}
FORM#current-organisation-select fieldset {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
FORM#current-organisation-select DIV.dataTables_filter input,
FORM#current-organisation-select DIV.dataTables_filter label {
  display: inline;
}
FORM#current-organisation-select DIV.dataTables_filter label {
  padding-left: 0;
}
/* @end Current Organisation Select */

/* @group Skiplinks and invisible elements
--------------------------------------*/

.hidden {
  display: none;
}
.hide {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#skiplinks UL {
  padding: 0;
  margin: 0;
  list-style: none;
}
#skiplinks LI {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
#skiplinks A {
  color: #fff !important;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 100%;
  z-index: 20000;
}
#skiplinks A:active,
#skiplinks A:focus {
  /* Only show skiplinks on focus */
  position: absolute;
  left: 0;
  overflow: visible;
  width: auto;
  height: auto;
  font-size: 1em;
  border: 0;
  margin: 0;
  padding: 6px;
  background: #f00 !important;
}
DIV.clearer {
  height: 1px;
  line-height: 1px;
  clear: both;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
} /*additional bit in lilly-ie56.css*/
/* End hide from IE Mac */

/* @end Skiplinks and invisible elements */

/* @group Hints */
.hint {
  margin-bottom: 10px;
}

/* @end Hints */

/*Advert*/
.advert {
  text-decoration: none;
  background-color: #fff;
}

.advert .block-contents p {
  width: 70%;
  font-size: 95%;
}

.advert .block-footer {
  padding-bottom: 5px;
}

.advert .button {
  margin: 15px 10px 0px 10px;
}

.advert img {
  float: right;
  margin-top: -10px;
}

.sff h2 {
  color: rgb(248, 166, 50);
  font-size: 120%;
}
.fm h2 {
  color: rgb(0, 174, 237);
  font-size: 120%;
}
/*End Adverts*/

/* Form elements from Offers */
.dim {
  color: #6666a3;
}
.heading {
  font-size: 110%;
}
.radio-block {
  padding: 5px;
  margin: 5px;
}
.radio-block .item .indent {
  margin-left: 25px;
}
.radio-block .radio-block {
  background: #d4d9e3;
  border-radius: 5px;
}
.radio-block .item {
  margin: 8px 0;
}
.big-check {
  margin-left: 30px;
  margin-bottom: 10px;
}
.big-check input {
  margin-left: -20px;
}

.modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  z-index: 99999999;
}
.group-item {
  padding: 5px;
  background: #f2f2f2;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.pull-right {
  float: right;
}
.pull-right:last-of-type {
  margin-right: 10px;
}
.modal-backdrop .modal-contents {
  background: #ecf2fd;
  max-height: 70%;
  width: 80%;
  max-width: 680px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  box-shadow: #000 0 0 8px;
  overflow-y: auto;
  border: 3px solid #b1d0f0;
}
.modal-backdrop .modal-contents h1 {
  margin: -15px;
  background: #586878;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.docicon {
  width: 48px;
  height: 48px;
}
.row {
  display: flex;
  align-items: center;
}
.row > * {
  float: left;
}
.row::after {
  clear: both;
}
.row .grid4 {
  width: 200px;
}
hr {
  border: 0px;
  border-top: 1px solid #b1d0f0;
  margin: 10px 0;
}
.name {
  max-width: 145px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.membership_id {
  max-width: 145px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.school_year,
.school_class,
.school_reg {
  width: auto;
  max-width: 105px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.groups {
  width: auto;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.groups:hover {
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
}
.till_group {
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.contact_type {
  width: 15px;
}
.scrollbox {
  max-height: 400px;
  overflow-y: scroll;
  margin-bottom: 15px;
}
.image-box {
  width: 100px;
  height: 100px;
  margin: 3px;
  background: #ccc;
  border: 2px solid #bbb;
  text-align: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.image-box img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
#images-hook {
  padding-left: 8px;
}
.imageList {
  display: flex;
  flex-wrap: wrap;
}
.imageList li {
  display: inline-block;
}
.image-container {
  position: relative;
  display: inline-block;
}
.image-container .button-delete {
  position: absolute;
  right: 0;
  top: 0px;
}
@keyframes cogspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.processing {
  padding: 20px;
  text-align: center;
  background: orange;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
}
.processing .picon {
  height: 48px;
  width: 48px;
}
.processing.done {
  background: #3d9970;
  color: #fff;
}
.processing .cogicon {
  height: 48px;
  width: 48px;
  animation: cogspin 10s linear infinite;
}
.thirds_row .form_data {
  width: 460px;
}
.thirds_row input {
  width: 80%;
}
.search_groups {
  border: 1px solid #006;
  width: 80%;
  padding: 5px;
  border-radius: 2px;
  margin-top: -5px;
  background: #eee;
  margin-bottom: 10px;
}
.searchbox {
  margin-top: 10px;
}
.helpbox:before {
  content: " ";
  background: url("/static/images/help.c3812c74bc52.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  visibility: visible;
  top: -2px;
  cursor: help;
}
.helpbox {
  visibility: hidden;
  position: absolute;
  background: #d6e3fe;
  padding: 4px;
  border: 1px solid #26ace2;
  margin-left: 24px;
  display: inline-block;
  max-width: 250px;
  z-index: 1;
}
.helpbox:hover {
  visibility: visible;
  z-index: 2;
}

.blocktabs li {
  display: inline-block;
  padding: 10px;
}
.blocktabs li.active {
  background: #d5e2fb;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.blocktabs li a {
  font-weight: bold;
  text-decoration: none;
}
.blocktab {
  background: #d5e2fb;
  padding: 10px;
}
.selection-hook {
  min-height: 120px;
  max-height: 280px;
  overflow: auto;
  padding: 3px 5px;
  background: white;
  border: 1px solid #006;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #006;
  background: white;
  margin: 5px;
}
/* End form elements from offers */

.beta-box {
  padding: 15px;
  border: 1px solid #2577aa;
  border-left-width: 15px;
  background: #ecf2fd;
  margin-bottom: 15px;
}

/* madcap flare */
.mcf-frame {
  background: #fff;
  position: absolute;
  right: 50px;
  top: 150px;
  bottom: 50px;
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translate(0, 25px);
  transition: all 0.4s linear;
}

.mcf-frame.in {
  opacity: 1;
  transform: none;
}

.paginationjs div ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

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

.emailfield {
  width: 200px !important;
}

.invalid-input {
  background-color: #ffdddd !important;
  border: 1px solid #b43030 !important;
}

.error-messages {
  background-color: #ffdddd !important;
  border: 1px solid #b43030 !important;
}

.contact-details-are-giftaid {
  width: 100%;
  margin-bottom: 10px;
}

.dismiss {
  width: 100%;
  height: 20px;
  text-align: right;
}

.dismiss span {
  margin-left: -15px;
  cursor: pointer;
}
/* New */
#checkboxes {
  float: right;
  padding-bottom: 10px;
}

#chart-div {
  border-radius: 15px;
  padding: 5px;
  width: 440px;
  height: 280px;
  overflow: hidden;
}

#chart-div .poweredby {
  display: flex;
  align-items: center;
  color: #000000bf;
  justify-content: center;
}

#customPrint {
  float: left;
  position: relative;
}

#export_csv {
  margin-left: 10px;
  position: relative;
  float: right;
}

#titles {
  width: 100px;
  direction: ltr;
  padding-left: 0;
}

#date_field {
  z-index: 50;
}

.block-support {
  margin-bottom: 25px;
  background-color: #fff;
  overflow: hidden;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #c8cbcf !important;
}

.block-support-inside {
  margin: auto;
  width: 75%;
}

.button.support-button {
  background-color: #1ea5dd !important;
  color: white !important;
  float: right;

  text-align: center;
  white-space: nowrap;

  padding: 6px 9px;
  border-width: 1px;
  font-weight: normal;
  font-size: 14px;
}

.clickable {
  cursor: pointer;
}

.gov_list {
  background-color: white;
  margin: 10 10 10 10;
  margin-top: 10px;
}
.gov_list .formtable {
  max-height: 168px;
  overflow: hidden;
  overflow-y: scroll;
}

/* Used on <legend> tags for screenreaders
Shamelessly 'borrowed' from
https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html */
.sr_only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  z-index: -1;
}

.email-style {
  font-family: arial, sans-serif;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}

.email-body {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 75%;
  border: 1px solid #dddddd;
}

.email-style td {
  text-align: left;
  padding: 12px;
  padding-left: 50px;
  border-bottom: 1px solid #dddddd;
}

.email-style-subject {
  color: #84797b;
}

.email-content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.preview-code {
  color: #000;
  pointer-events: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.selectall {
  float: right;
}

.contact_row {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #e2e2e2;
}

.qr-code-button {
  border: none;
  transition: 1s;
  margin: 0 20px;
}

.qr-code-button:hover {
  cursor: pointer;
  transform: scale(1.2);
}

#id_membership_number::-webkit-outer-spin-button,
#id_membership_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qr-code-selection img {
  cursor: pointer;
}

.qr-code-selection:hover img {
  box-shadow: 0px 0px 5px grey;
}

.catering-reports tbody tr td:not(:first-child) {
  text-align: right;
}

.catering-reports thead tr th:not(:first-child) {
  text-align: right;
}

.credit-report tbody tr td:nth-child(n + 3) {
  text-align: right;
}

.credit-report tbody tr td:nth-child(2),
.credit-report tbody tr th:nth-child(2) {
  width: 300px;
}

.validation_text {
  padding: 20px;
  font-size: 20px;
}

.validation_credit {
  font-size: 30px;
  font-weight: bold;
}

.credit-report summary thead tr th:first-child {
  width: 300px;
}

.name_sales_print tbody tr td:nth-last-child(-n + 3) {
  text-align: right;
}

#session_filter_text {
  margin-right: 35px;
}

#session_filter {
  float: right;
  position: absolute;
  top: 130px;
  right: 23px;
}

td.plus-column {
  vertical-align: middle !important;
  padding-left: 5px !important;
}

.header th {
  position: sticky;
  top: 0;
  background: #fff;
}

.lines td {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.split_sale tr:nth-child(4) {
  border-top: 2px solid #000;
}

.split_total tr:nth-child(3) {
  border-top: 2px solid #000;
  font-weight: bold;
}

.notification_overlap {
  position: absolute;
  z-index: 999;
  border-radius: 7px;
  width: 200px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  left: -90px;
  top: 45px;
  text-align: center;
  display: none;
  box-shadow: 4px 5px 20px 2px #0000004a;
}

.notification_overlap:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 70%;
  margin-left: -50px;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-top: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

#report_finished_notif_id {
  cursor: pointer;
}

.notification_overlap .button {
  margin-top: 10px;
}

.async_done {
  position: relative;
  margin-top: -7px;
}

select.pagination {
  width: 50px;
  float: right;
  color: #000;
}

p.pagination {
  color: #000;
  float: left;
  padding-right: 10px;
  margin-top: 7px;
}

.contact_select_error {
  padding: 5px;
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
  border-radius: 5px;
  margin: 5px;
}

.sales-payment-break {
  height: 3px;
  background-color: #a1a1a1;
  margin-bottom: 15px;
  border-top: none;
}

.pulse-css {
  width: 8px;
  height: 8px;
  border-radius: 25px;
  position: relative;
}
.pulse-css:before,
.pulse-css:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}
.pulse-css:after {
  animation-delay: 2s;
}
@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.success {
  background: #009b00;
}
.success:before,
.success:after {
  background-color: #009b00;
}

.error {
  background: #ff3131;
}
.error:before,
.error:after {
  background-color: #ff3131;
}

.pending {
  background: #949494;
}
.pending:before,
.pending:after {
  background-color: #949494;
}

.pupil-list,
.parent-list {
  width: 90%;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

.pupil-list {
  padding: 18px 24px 24px 24px;
}

.parent-list {
  padding: 10px;
}

.pupil-list:not(:last-of-type),
.parent-list:not(:last-of-type) {
  border-bottom: 1px solid #8ed6ff;
}

.pupil-list a,
.parent-list a {
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.5s;
}

.pupil-list a:hover,
.parent-list a:hover {
  color: #fff !important;
  background-color: #1b9bd8;
}

.dropdown-btn {
  border: none;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.rotate-icon {
  transform: rotate(180deg);
}

.allergens {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}

.allergens ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.allergens li {
  width: 225px;
}

.allergens label {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 7px 8px;
  height: 54px;
  border-radius: 10px;
  padding: 11px 9px;
  font-size: 15px;
  box-shadow: 3px 3px 5px 2px rgb(0 0 0 / 15%);
}

.allergens INPUT[type="checkbox"] {
  margin-right: 8px;
}

.tags #id_tags {
  margin: 10px;
  padding: 7px;
  height: 150px;
  min-height: 150px;
  width: 200px;
  border-radius: 5px;
}

.tags .selector-text {
  font-size: 10px;
  width: 200px;
  margin-left: 12px;
}

.tags {
  display: flex;
  margin-top: 10px;
}

.tags .select2 {
  width: 400px !important;
  margin: 0 8px;
}

.error-input {
  background-color: #ff4a4a9e !important;
  border: 1px solid red !important;
}

.error-input::placeholder {
  color: #fff;
}

.bin-button {
  border: none;
  background-color: transparent;
  transition: 1s;
}

.bin-button div {
  width: 35px;
  height: 35px;
  padding: 4px 4px 4px 4px;
  border-radius: 410px;
}
.bin-button:hover img {
  filter: brightness(0) invert(1);
}

.bin-button:hover div {
  background-color: #ff1111d9;
  transition: 1s;
  cursor: pointer;
}

.bin-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.allergens-report tr th:not(:first-child) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 51px;
  text-align: center;
}

.allergens-report tr td:not(:first-child) {
  text-align: center;
  color: #009bd5;
}

#credit {
  border-radius: 10px;
}

.cheque-info {
  background-color: #fff;
  width: 310px;
  padding: 10px 20px;
  height: 67px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #c8cbcf !important;
}

.cheque-total {
  display: flex;
  justify-content: space-between;
}

.image-wrapper {
  position: relative;
  width: min-content;
}

.image-wrapper:hover {
  transform: scale(1.1);
}

.image-wrapper span {
  position: absolute;
  top: -4px;
  right: -8px;
  background: red;
  padding: 3px;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resync-btn {
  width: 33px;
  margin: 0px 20px 0px 0px;
  padding: 6px 22px;
  transition: 1s !important;
  z-index: 1;
}
.resync-btn:hover {
  width: 20%;
}
.resync-btn img {
  margin: 0 !important;
  transition: 1s;
}
.resync-btn:hover img {
  margin-right: 5px !important;
  filter: brightness(0) invert(1);
}
.resync-btn p {
  overflow: hidden;
  white-space: nowrap;
}

.fullscreen {
  height: auto;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
}

.fullscreen .block {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 1000px;
  transition: 1s;
  min-width: 1000px;
}

.toggle {
  width: 95% !important;
}

.fullscreen-btn {
  background: none;
  position: absolute;
  height: 35px;
  border: 1px solid #c8cbcf !important;
  width: 35px;
  top: -25px;
  right: -13px;
  background-color: #fff;
  border-radius: 212px;
  padding: 9px 10px;
  outline: 0;
}

.fullscreen-btn:hover {
  background-color: #009bd5;
  transition: 1s;
  cursor: pointer;
}

.fullscreen-btn:hover img {
  filter: brightness(0) invert(1);
}

.block-custom-header {
  display: flex;
  background-color: #f6f9f9 !important;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: space-between;
  min-height: 30px;
  border: none !important;
}

.xporter-data {
  border-collapse: collapse;
  table-layout: fixed;
}
.xporter-data td {
  word-wrap: break-word;
}

.support-link-p {
  background: red;
  padding: 5px;
  color: white;
  width: 300px;
  border-radius: 10px;
}

.switch {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 26px !important;
  background: #b5b5b5;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-top: -23px !important;
}

.switch-label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switch:checked + .switch-label {
  background: #40a6e2;
}

.switch:checked + .switch-label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

td.strike {
  text-decoration: line-through;
}

tr.trac-not-exist td {
  background-color: #ffb1b1 !important;
  font-style: italic;
}

.group-select .select2-selection {
  width: 269%;
}

.whats-new-container {
  display: flex;
}

.whats-new {
  font-family: gitbook-content-font, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #464646;
  text-align: center;
  color: #464646;
}

.changelog-container {
  padding: 0px 45px;
  width: 80%;
}

.whats-new-item {
  margin: 30px 15px;
  border-radius: 15px;
  transition: 1s;
  background-color: #fff;
  padding: 15px 26px;
  min-height: 125px;
  border: 1px solid #c8cbcf !important;
}

.whats-new-item h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  color: #282828;
}

.whats-new-item h2,
.whats-new-item p {
  font-size: 16px;
  line-height: 1.5;
}

.whats-new-nav {
  line-height: 2;
  height: 300px;
  width: 215px;
  padding: 8px;
  overflow: scroll;
  border-radius: 15px;
  position: sticky;
  top: 10px;
  background-color: #fff;
  border: 1px solid #c8cbcf !important;
}

.sticky-header {
  position: sticky;
  background-color: #f6f9f9;
  top: 65px;
  padding-top: 10px;
  z-index: 1;
  box-shadow: 0px 8px 20px -21px #000;
}

.xporter-secret {
  width: 360px !important;
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 7px 0;
  justify-content: flex-start;
}

.xporter-secret button {
  border: none;
  padding: 5px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  background-color: transparent;
  margin: 0 5px;
  outline: none;
  transition: 1s;
}

.xporter-secret button:hover {
  cursor: pointer;
  color: #359bd8;
}

.admin-link {
  width: 20px;
  margin: 3px;
}

.admin-link:hover {
  cursor: pointer;
}

.search-group {
  width: 290px;
  display: flex;
  padding-left: 60px;
}

.search-group select {
  width: 100%;
}

.xporter-img {
  width: 155px;
  height: 132px;
  margin-right: 17px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  box-shadow: 6px 7px 20px 0px #00000012;
}

.info-icon {
  position: absolute;
  left: 67px;
  top: 9px;
  font-size: 19px !important;
}

.info-icon:hover {
  animation: shakeRotation 0.5s ease-in-out;
  cursor: pointer;
}

@keyframes shakeRotation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  color: #363636;
}

.grid-js {
  width: 100%;
  /* box-shadow: 0 10px 20px rgb(0 0 0 / 20%); */
}

.gridjs-wrapper {
  box-shadow: none !important;
}

.grid-js td,
.grid-js th {
  border: none !important;
  border-bottom: 1px solid #858585 !important;
}

.grid-js th {
  background-color: transparent !important;
  font-size: 14px;
  padding: 14px 12px !important;
  text-align: left !important;
  background-color: #eeeeee;
  color: #000 !important;
  font-weight: bold;
  width: auto;
}

td.gridjs-td {
  padding: 12px 10px !important;
}

th.gridjs-th-sort {
  padding: 18px 10px !important;
}

.gridjs-th-content {
  padding-top: 3px;
}

td.gridjs-td {
  padding: 12px 10px !important;
}

th.gridjs-th-sort {
  padding: 18px 10px !important;
}

.gridjs-th-content {
  padding-top: 3px;
}

td.gridjs-td {
  padding: 12px 10px !important;
}

th.gridjs-th-sort {
  padding: 18px 10px !important;
}

.gridjs-th-content {
  padding-top: 3px;
}

td.gridjs-td {
  padding: 12px 10px !important;
}

th.gridjs-th-sort {
  padding: 18px 10px !important;
}

.gridjs-th-content {
  padding-top: 3px;
}

.grid-js td {
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 11px 12px !important;
}

.grid-js tr:hover td {
  background-color: #efefef !important;
}

.gridjs-footer {
  padding: 12px 2px !important;
  box-shadow: none !important;
}

.gridjs-sort:not(.gridjs-sort-desc):not(.gridjs-sort-asc) {
  opacity: 0 !important;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0, 0.49, 0.4, 2.01);
  transform: translateY(8px);
}

.gridjs-th:hover .gridjs-sort {
  opacity: 0.9 !important;
  margin-top: 0 !important;
  transform: translateY(0);
}

.gridjs-resizable {
  background-color: #bbbbbb;
  height: 20px;
  border: 2px solid #fff;
  margin-top: 14px;
  transition: 1s;
  outline-offset: -1px;
  outline: 2px solid #fff;
}

.gridjs-resizable:hover {
  transform: scale(1.2);
  background-color: #359bd8 !important;
  border: 1px solid #fff;
}

.gridjs-th[data-column-id="mon"] div,
.gridjs-th[data-column-id="tue"] div,
.gridjs-th[data-column-id="wed"] div,
.gridjs-th[data-column-id="thu"] div,
.gridjs-th[data-column-id="fri"] div,
.gridjs-th[data-column-id="sat"] div,
.gridjs-th[data-column-id="sun"] div {
  margin-left: -2px !important;
}

.gridjs-th[data-column-id="mon"],
.gridjs-th[data-column-id="tue"],
.gridjs-th[data-column-id="wed"],
.gridjs-th[data-column-id="thu"],
.gridjs-th[data-column-id="fri"],
.gridjs-th[data-column-id="sat"],
.gridjs-th[data-column-id="sun"],
.gridjs-td[data-column-id="mon"],
.gridjs-td[data-column-id="tue"],
.gridjs-td[data-column-id="wed"],
.gridjs-td[data-column-id="thu"],
.gridjs-td[data-column-id="fri"],
.gridjs-td[data-column-id="sat"],
.gridjs-td[data-column-id="sun"] {
  text-align: center !important;
}

.gridjs-ellipsis {
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-right: none;
  outline: none;
  padding: 6px 14px 4px 14px;
  user-select: none;
}

.trac-pagination-container {
  width: 160px;
  position: absolute;
  bottom: 73px;
}

.trac-pagination {
  width: 56px;
  height: 26px;
}

.report-summary {
  margin-bottom: 15px;
}

.report-summary input {
  padding: 7px 11px;
  border-radius: 5px;
  width: 100%;
  font-size: 24px;
  font-family: "Proxima Nova Light", sans-serif;
  font-weight: 600;
  transition: 1s;
  border: 1px solid transparent;
}

.report-summary input:hover {
  cursor: text;
  border-color: #c8cbcf;
}

.report-summary .info {
  margin: 0px 12px;
  font-size: 0.9375rem;
  user-select: none;
  line-height: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.weekly-overview tr:last-of-type td {
  height: 45px;
  border-top: 2px solid #000;
  border-bottom: none;
}

th.gridjs-th.gridjs-th-sort {
  padding: 10px !important;
}

.grid-js .gridjs-checkbox::before {
  width: 6px !important;
  height: 11px !important;
  padding: 1px !important;
  top: 2px !important;
}

#selectAll {
  margin: 0;
}

#org_summary_txn_count img {
  width: 20px !important;
  margin-top: 2px;
}

.autoWidth {
  width: auto !important;
}

.connection-container {
  display: flex;
}

.connection {
  margin: 0 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  filter: grayscale(100%);
  transition: 1s;
  width: 30px;
  overflow: hidden;
}

.connection:hover {
  width: 70px;
  filter: none;
  cursor: pointer;
}

#dash_transactions tr th,
#dash_bank_cash tr th {
  padding: 3px;
  line-height: 30px !important;
  height: 1px;
}

.toggle-till {
  width: 1px;
  padding: 0 1px !important;
  white-space: nowrap;
  max-width: 1px;
  overflow: hidden;
  transition: 0.5s;
}
.toggle-till a {
  padding-left: 1px;
}

.till-toggle-active {
  max-width: 1px;
}

#till_group_toggle {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 26px;
  right: 200px;
  align-items: center;
}

#till_group_toggle input[type="checkbox"] {
  width: 0;
}

#till_group_toggle .switch-label {
  margin-top: -2px !important;
}

#till_group_toggle .switch-label {
  width: 40px;
  height: 22px !important;
}

#till_group_toggle .switch-label::after {
  width: 14px;
  height: 14px;
}

.dash-chart-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
}

.dash-chart-loader img {
  width: 30px !important;
  margin: 3px;
  margin-top: 3px;
  margin-left: 5px;
}

th.gridjs-th.gridjs-th-sort {
  padding: 10px !important;
}

.grid-js .gridjs-checkbox::before {
  width: 6px !important;
  height: 11px !important;
  padding: 1px !important;
  top: 2px !important;
}

#selectAll {
  margin: 0;
}

#org_summary_txn_count img {
  width: 20px !important;
  margin-top: 2px;
}

.autoWidth {
  width: auto !important;
}

.connection-container {
  display: flex;
}

.connection {
  margin: 0 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  filter: grayscale(100%);
  transition: 1s;
  width: 30px;
  overflow: hidden;
}

.connection:hover {
  width: 70px;
  filter: none;
  cursor: pointer;
}

#dash_transactions tr th,
#dash_bank_cash tr th {
  padding: 3px;
  line-height: 30px !important;
  height: 1px;
}

.toggle-till {
  width: 1px;
  padding: 0 1px !important;
  white-space: nowrap;
  max-width: 1px;
  overflow: hidden;
  transition: 1s;
}
.toggle-till a {
  padding-left: 1px;
}

.till-toggle-active {
  max-width: 1px;
}

#till_group_toggle {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 26px;
  right: 200px;
  align-items: center;
}

#till_group_toggle input[type="checkbox"] {
  width: 0;
}

#till_group_toggle .switch-label {
  margin-top: -2px !important;
}

#till_group_toggle .switch-label {
  width: 40px;
  height: 22px !important;
}

#till_group_toggle .switch-label::after {
  width: 14px;
  height: 14px;
}

.error-container {
  display: flex;
  height: 50vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.error-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  height: 410px;
  width: 90%;
  box-shadow: 4px 6px 8px 0px #00000045;
  justify-content: space-around;
  animation: 1s ease-out 0s 1 slideUp !important;
}

.error-wrapper img {
  width: 100%;
  padding-right: 30px;
}

.error-wrapper h1 {
  font-size: 160px;
  text-align: center;
  background: -webkit-linear-gradient(90deg, #0059bd 0%, #009ee1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Proxima Nova Light", sans-serif;
  font-weight: bold;
}

.error-wrapper p {
  text-align: center;
  font-size: 16px;
  max-width: 600px;
}
.error-wrapper a,
.error-wrapper a * {
  margin-top: 10px;
  text-decoration: none;
  font-size: 20px;
}

.error-wrapper col {
  min-width: 50%;
}

.error-wrapper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gridjs-thead [data-hide="true"] {
  display: none;
}

body.toggle-till-on .toggle-till {
  max-width: 270px;
}

.non-trac-pill {
  border: 1px #ff5151 solid;
  border-radius: 100px;
  padding: 4px 9px;
  width: 23px;
  display: inline-flex;
  height: 25px;
  color: #ff5151;
  background-color: #ff000014;
  margin: auto 0;
}

.gridjs-container {
  animation: slideUp 1s ease !important;
}

.account-history-filter {
  display: flex;
  width: 503px !important;
  margin-left: -154px;
}

.account-history-filter #id_bank_account_code {
  width: 106px;
}

.account-history-filter .select2-container {
  width: 363px !important;
}

#weekly-overview-toggle {
  width: 114px;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: 10px;
  border: 1px solid #c8cbcf !important;
  border-radius: 20px;
  transition: 0.7s;
  float: right;
}

#weekly-overview-toggle:hover {
  width: 180px;
}

#weekly-overview-toggle div {
  display: flex;
  width: 180px;
  padding: 7px;
  justify-content: center;
  align-items: center;
}

#weekly-overview-toggle div .switch-label {
  top: 12px;
}

input[type="checkbox"][disabled] {
  opacity: 0.5;
}

.trac-totals .gridjs-tbody tr:last-child {
  font-weight: bold;
}

.contact-type-label label {
  width: 100px !important;
}

.button-group {
  display: inline-block;
  margin-left: 10px;
}

.dropdown-btn-menu {
  position: relative;
  top: -140px;
}

.dropdown-btn-menu-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 2px;
  font-size: 16px;
  font-weight: normal;
  border: #1b9bd8 solid 1px;
  color: #1b9bd8;
  border-radius: 5px;
  background-color: white;
  animation: 0.5s ease-out 1 slideUp;
}

.dropdown-btn-menu-items * {
  padding: 10px;
  text-decoration: none;
  color: #359bd8 !important;
  border-radius: 5px;
  width: 93%;
  margin: 5px 5px 5px 5px;
  transition: 1s;
  text-align: center;
}

.dropdown-btn-menu-items *:hover {
  background-color: #1b9bd8;
  color: #fff !important;
}

.dropdown-btn-menu.show {
  display: block;
  z-index: 100;
}

button.icon-btn,
a.icon-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-block;
}

button.icon-btn img,
a.icon-btn img {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

button.icon-btn img:hover,
a.icon-btn img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}
