@font-face {
  font-family: 'PP Pangram Sans';
  src: url('./font/PPPangramSans-Bold.eot');
  src: url('./font/PPPangramSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('./font/PPPangramSans-Bold.woff2') format('woff2'),
      url('./font/PPPangramSans-Bold.woff') format('woff'),
      url('./font/PPPangramSans-Bold.ttf') format('truetype'),
      url('./font/PPPangramSans-Bold.svg#PPPangramSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
}

@font-face {
  font-family: 'PP Pangram Sans';
  src: url('./font/PPPangramSans-Regular.eot');
  src: url('./font/PPPangramSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('./font/PPPangramSans-Regular.woff2') format('woff2'),
      url('./font/PPPangramSans-Regular.woff') format('woff'),
      url('./font/PPPangramSans-Regular.ttf') format('truetype'),
      url('./font/PPPangramSans-Regular.svg#PPPangramSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
}

@font-face {
  font-family: 'PP Right Grotesk Tall';
  src: url('./font/PPRightGrotesk-TallMedium.eot');
  src: url('./font/PPRightGrotesk-TallMedium.eot?#iefix') format('embedded-opentype'),
      url('./font/PPRightGrotesk-TallMedium.woff2') format('woff2'),
      url('./font/PPRightGrotesk-TallMedium.woff') format('woff'),
      url('./font/PPRightGrotesk-TallMedium.ttf') format('truetype'),
      url('./font/PPRightGrotesk-TallMedium.svg#PPRightGrotesk-TallMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
}

:root :where(body),
body {
	background-color: #f8fafb;
  color:var(--theme-color);
	font-weight: 400;
	font-size: 1em;
	font-family: "PP Pangram Sans";
	/* font-smooth: always; */
	outline: transparent;
	line-height: normal;
  margin: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color:var(--theme-color);
}

h1, h2, h3, h4, h5 {
  font-family: 'PP Right Grotesk Tall';
  font-weight:500;
  line-height:0.8em;
  color:var(--theme-color);
}

h1 {
  font-size: 3em;
  color: var(--theme-color);
  margin:10px 0;
}

.introTitle {
  margin:0;
  padding:14px 20px;
  display:flex;
  justify-content: space-between;
  border-bottom:solid 1px #CCC;
  align-items:center;
  background:#FFF;
}

.introTitle h1 {
  font-family: "PP Pangram Sans";
  font-size: 1.4em;
  font-weight: 600;
  color:var(--theme-color);
}

h2 {
  font-size: 3.4em;
}

h3 {
  font-size: 2.6em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.6em;
}

h1 span {
  color: var(--theme-red);
}

h1.font, 
h2.font, 
h3.font, 
h4.font, 
h5.font {
  font-family: 'PP Pangram Sans';
  font-weight:bold;
}

h1.font { font-size: 1.8em;  }
h2.font { font-size: 1.6em; }
h3.font { font-size: 1.4em; }
h4.font { font-size: 1.2em; }
h5.font { font-size: 1em; }

div {
  display: block;
}

img {
  /* width:100%;
  max-width:100%; */
  height:auto;
}

.d-none {
  display: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select,
input,
textarea,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.5rem;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table input,
table select,
table textarea,
table .form-control {
  font-size:1em;
}

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

input[type=number] {
  appearance:none;
  -moz-appearance:textfield;
}

textarea {
  margin-bottom: 5px;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 6px;
}

.sidebar_wrapper { 
  width:100%;
  flex-basis:100%;
  display:flex;
  flex-wrap: nowrap;
}
.sidebar_wrapper #content { 
  width:100%;
  flex-basis:100%;
  overflow: hidden;
  min-height:70vh;
}
.text-start, .text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end, .text-right {
  text-align: right;
}

.wrap button.blank,
.introTitle button.blank {
  background: none;
  border: none;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary,
.btn.btn-inactive,
.wrap button:not(.blank),
.wrap a.button:not(.blank),
.introTitle button:not(.blank),
.introTitle a.button:not(.blank) {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 6px;
  color: #FFF;
  background-color: var(--theme-red);
  border-color: var(--theme-red);
}

.btn.btn-primary svg,
.btn.btn-primary svg path,
.btn.btn-secondary svg,
.btn.btn-secondary svg path {
  fill:#FFF;
}

.btn-outline-primary {
  background-color:transparent!important;
  color:var(--theme-red)!important;
}
.btn-outline-secondary {
  background-color:transparent!important;
  color:#333!important;
  border-color:#333;
}
.btn-outline-secondary:hover {
  background-color:#333!important;
  color:#FFF!important;
}
.btn.btn-sm,
.btn.btn-sm.btn-primary,
.btn.btn-sm.btn-secondary,
.wrap button.btn-sm,
.wrap button.btn.btn-sm.btn-secondary { 
  font-size:0.9em;
  padding:2px 10px;
}

.btn.btn-sm svg,
.btn.btn-sm.btn-secondary svg,
.wrap button.btn.btn-sm.btn-secondary svg { 
  fill:#FFF;
  width:10px;
  height:10px;
}
.form-control.disabled {
  background-color: #EEE!important;
}
.btn-disabled {
  background-color: #CCC!important;
  border-color: #CCC!important;
}

.introTitle button.disabled,
.introTitle a.button.disabled,
.wrap button.disabled,
.wrap a.button.disabled {
  background-color: #CCC;
  border-color: #CCC;
}

.btn.btn-inactive,
.btn.btn-secondary,
button.btn.btn-secondary,
.btn.btn-primary:hover {
  background: #000;
  border-color: #000;
}
.btn.btn-inactive {
  background: #DDD;
  border-color: #DDD;
}

.btn.btn-secondary:hover {
  background: #212529;
  border-color: #333;
}

.btn.btn-primary.bordered {
  background-color: transparent;
  color: var(--theme-red);
}

.btn.btn-primary.bordered:hover {
  color: #000;
}

.btn.btn-secondary.bordered {
  background-color: transparent;
  color: #000;
}

.btn.btn-inactive.bordered {
  background-color: transparent;
  color: #CCC;
}

.btn.btn-secondary.bordered:hover {
  color: var(--theme-red);
}

.container.object-user {
  max-width:760px;
  width:100%;
  margin:0 auto;
}

.introTitle a.button.black:not(.blank),
.wrap button.black:not(.blank),
.wrap a.button.black:not(.blank) {
  background: #000;
  border-color: #000;
}

.introTitle a.button:hover,
.introTitle a.button:focus,
.wrap a.button:hover,
.wrap a.button:focus,
.introTitle a.button:hover,
.introTitle a.button:focus {
  background-color: #000;
  border-color: #000;
}

.wrap a.button.bordered:not(.blank),
.introTitle a.button.bordered:not(.blank) {
  background: transparent;
  color: var(--theme-red);
}

.wrap a.button.bordered:not(.blank):hover,
.wrap a.button.bordered:not(.blank):focus,
.introTitle a.button.bordered:not(.blank):hover,
.introTitle a.button.bordered:not(.blank):focus {
  color: #000;
}

.wrap a.button.bordered.black:not(.blank),
.introTitle a.button.bordered.black:not(.blank) {
  color: #000;
}

.wrap a.button.black:not(.blank):hover,
.wrap a.button.black:not(.blank):focus,
.introTitle a.button.black:not(.blank):hover,
.introTitle a.button.black:not(.blank):focus {
  background-color: #333;
  border-color: #333;
  color: #FFF;
}

label { 
  font-size:0.8em; 
  text-transform:uppercase; 
}

.wrap form label {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  flex-basis:100%;
}

.wrap form label.mw-100 {
  max-width: 100%;
}

.universalEdit .formRow {
  margin-left:auto;
  margin-right:auto;
  max-width:860px;
}

.formRow {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: wrap;
}

.formRow label {
  margin-bottom:6px;
  color:#333;
  font-size:0.85em;
}

.formCol {
  max-width: 50%;
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}

.wrap,
.flex_column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.login_container {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.mt-1, .mt-10 {
  margin-top: 10px;
}

.mt-2, .mt-20 {
  margin-top: 20px;
}

.mb-1px {
  margin-bottom:1px;
}
.mb-2px {
  margin-bottom:2px;
}

.mb-1, .mb-10 {
  margin-bottom: 10px;
}

.mb-2, .mb-20 {
  margin-bottom: 10px;
}

.ml-2px {
  margin-left:2px;
}
.ml-3px {
  margin-left:3px;
}
.ml-4px {
  margin-left:4px;
}
.ml-5px {
  margin-left:5px;
}

.ms-1, .ms-10, .ml-1, .ml-10 {
  margin-left: 10px;
}

.me-1, .me-10, .mr-1, .mr-10 {
  margin-right: 10px;
}

.w-100p { width:100%; }
.w-95p { width:95%; }
.w-90p { width:90%; }
.w-85p { width:85%; }
.w-80p { width:80%; }
.w-75p { width:75%; }
.w-70p { width:70%; }
.w-65p { width:65%; }
.w-60p { width:60%!important; }
.w-55p { width:55%!important; }
.w-50p { width:50%!important; }
.w-45p { width:45%!important; }
.w-40p { width:40%!important; }
.w-35p { width:35%!important; }
.w-30p { width:30%!important; }
.w-25p { width:25%!important; }
.w-20p { width:20%!important; }
.w-15p { width:15%!important; }
.w-10p { width:10%!important; }
.w-5p { width:5%!important; }

.w-100 {
  width: 100%;
  box-sizing: border-box;
}

.w-50 {
  width: 50%;
  box-sizing: border-box;
}

.align-items-end {
  align-items: end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

svg.logo {
  max-width: 100px;
}

header svg {
  max-width:161px;
  margin:0;
}
header svg path {
  fill: var(--theme-color);
}

main.login_page .container {
  margin-top:0;
  padding-top:0;
  padding-bottom:0;
}

main.login_page header.main-header,
main.login_page footer.main-footer {
  display:none;
}

table.no-border,
table.no-border tbody, 
table.no-border td, 
table.no-border tfoot, 
table.no-border th, 
table.no-border thead, 
table.no-border tr,
table > :not(caption) > *,
table > :not(caption) > * > * {
  border:0;
}

table, 
table.bordered {
  background:#FFF;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  color: #212529;
  margin-top: 1rem;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%
}

tbody, td, tfoot, th, thead, tr,
table.bordered tbody, table.bordered td, table.bordered tfoot, table.bordered th, table.bordered thead, table.bordered tr {
  border: 0 solid;
  border-color: inherit
}
th {
  font-weight:500;
  text-transform: uppercase;
}

table > thead,
table.bordered > thead {
  vertical-align: bottom
}

table > :not(caption) > *,
table.bordered > :not(caption) > * {
  border-right: 1px solid #dee2e6
}

th,
table.bordered th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

table > :not(caption) > * > *,
table.bordered > :not(caption) > * > * {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  padding: .5rem;
  vertical-align: middle
}

table.p-25 > :not(caption) > * > * {
  padding: .25rem;
}

table ul {
  padding-left: 20px
}

.display-flex {
  display: flex;
}

.display-flex p {
  margin: 0;
  display: flex;
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.border-bottom {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: solid 1px #CCC;
}

.border {
  border: solid 1px #CCC;
}

.rounded {
  border-radius: 10px;
}

.h-100 {
  height: 100%;
}

.p-0 {
  padding: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-1, .pt-10 {
  padding-top: 10px;
}

.pt-2, .pt-20 {
  padding-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-28 {
  padding-bottom: 28px;
}

.p-5, .p-50 {
  padding: 50px;
}

.p-4, .p-40 {
  padding: 40px;
}

.p-3, .p-30 {
  padding: 30px;
}

.p-2, .p-20 {
  padding: 20px;
}

.p-1, .p-10 {
  padding: 10px;
}

.m-0 {
  margin: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ms-auto, .ml-auto {
  margin-left: auto;
}

.mt-2,
.mt-20 {
  margin-top: 20px;
}

.mt-28 {
  margin-top: 20px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex.gap-10 {
  gap:10px;
}

.d-flex.no-wrap {
  flex-wrap: nowrap;
}

.d-flex.flex-direction-column {
  flex-direction: column;
}

.w-25 {
  width:25%;
  flex-basis:25%;
}

.w-33 {
  width:33.3334%;
  flex-basis:33.3334%;
}

.d-inline-block {
  display: inline-block;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10px;
}

.row .col,
.row .col-1, .row .col-2, .row .col-3, .row .col-4,
.row .col-5, .row .col-6, .row .col-7, .row .col-8,
.row .col-9, .row .col-10, .row .col-11, .row .col-12 {
  padding: 10px;
  box-sizing: border-box;
}
.row .col {
  flex-basis: 0;
  flex-grow: 1;
}
.row .col-1 { width: 8.333333334%; flex-basis: 8.333333334%; }
.row .col-2 { width: 20%; flex-basis: 20%; }
.row .col-3 { width: 25%; flex-basis: 25%; }
.row .col-4 { width: 33.33334%; flex-basis: 33.33334%; }
.row .col-5 { width: 40%; flex-basis: 40%; }
.row .col-6 { width: 50%; flex-basis: 50%; }
.row .col-7 { width: 60%; flex-basis: 60%; }
.row .col-8 { width: 66.66664%; flex-basis: 66.66664%; }
.row .col-9 { width: 75%; flex-basis: 75%; }
.row .col-10 { width: 80%; flex-basis: 80%; }
.row .col-11 { width: 90%; flex-basis: 90%; }
.row .col-12 { width: 100%; flex-basis: 100%; }

.row .inner {
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  height:100%;
  min-height: 180px;
  border: solid 1px #CCC;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.row .inner h3 {
  margin-top: 0;
  margin-bottom:20px;
}

.row .inner h3.pl-1 {
  padding-left:10px;
}
.row .inner h3.pl-2 {
  padding-left:20px;
}
.row .inner h3.pl-3 {
  padding-left:30px;
}

.row .inner h3.mb-0 {
  margin-bottom:0;
}

.row .inner p {
  margin-top: 0;
}

h3 a {
  color: var(--theme-color);
}

.w-auto {
  width: auto;
}

.w-200 {
  width: 200px;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

.w-500 {
  width: 500px;
}

.w-600 {
  width: 600px;
}

.w-660 {
  width: 660px;
}

.w-70 {
  width: 70px;
}
.w-80 {
  width: 80px;
}
.w-90 {
  width: 90px;
}

.w-110 {
  width: 110px;
}

.w-120 {
  max-width:120px; 
  width:120px; 
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

.w-500 {
  width: 500px;
}

.w-600 {
  width: 600px;
}

.w-660 {
  width: 660px;
}

.w-860 {
  width: 860px;
}

.w-1200 {
  width: 1200px;
}

.w-1240 {
  width: 1240px;
}

.mw-100 {
  max-width: 100px;
}

.mw-110 {
  max-width: 110px;
}

.mw-150 {
  max-width: 150px;
}

.mw-200 {
  max-width: 200px;
}

.mw-300 {
  max-width: 300px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-600 {
  max-width: 600px;
}

.mw-660 {
  max-width: 660px;
}

.mw-760 {
  max-width:760px;
  width:100%;
  margin:0 auto;
}

.mw-860 {
  max-width: 860px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1240 {
  max-width: 1240px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-05 {
  margin-top: 5px;
}

.mb-05 {
  margin-bottom: 5px;
}

.ml-05, .ms-05 {
  margin-left: 5px;
}

.mr-05, .me-05 {
  margin-right: 5px;
}

.mx-05 {
  margin-left: 5px;
  margin-right: 5px;
}
.mt-05 {
  margin-top:5px;
}
.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}

.mt-0 {
  margin-top: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-5 {
  margin-left: 50px;
  margin-right: 50px;
}


.pt-05 {
  padding-top: 5px;
}

.pb-05 {
  padding-bottom: 5px;
}

.pl-05, .ps-05 {
  padding-left: 5px;
}

.pr-05, .pe-05 {
  padding-right: 5px;
}

.px-05 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.border-top {
  border-top: solid 1px #CCC;
}

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

main.login_page {
  max-width: unset;
  align-items: center;
}

main.login_page h1 {
  text-align: center;
}

main.login_page p {
  color: #FFF;
}

main.login_page svg {
  margin: 0 auto 20px;
}

main.login_page svg path {
  fill: #062E4B;
}

main.login_page .container.wrap {
  display: flex;
  justify-content: center;
  min-height:100vh;
}

main.login_page button.blank {
  color: #062E4B;
}

main.login_page label {
  color: #062E4B;
  margin-top: 20px;
  text-align: left;
}

input:disabled {
  background: #EEE;
  color: #999;
}

input.checkbox {
  position: relative;
  display: flex;
  margin: 0;
  width: 1px;
  height: 1px;
  padding: 0px 16px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #FFF;
}

.checkButton {
  padding: 0 0 10px 36px;
  display: flex;
  position: relative;
  color:#000;
  text-decoration:none;
}

.checkButton:before,
input.checkbox:before {
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  height: 14px;
  width: 28px;
  border: 2px solid #bbb;
  background: #bbb;
  border-radius: 13rem;
  box-sizing: content-box;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.checkButton:after,
input.checkbox:after {
  display: block;
  position: relative;
  position: absolute;
  background: #FFF;
  content: " ";
  width: 14px;
  height: 14px;
  top: 2px;
  left: 3px;
  border-radius: 13rem;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.checkButton.checked:before,
input.checkbox.checked:before {
  background-color: var(--theme-red);
  border-color: var(--theme-red);
}

.checkButton.checked:after,
input.checkbox.checked:after {
  left: 15px;
}

.gta-r_item {
  padding: 10px;
  width: 25%;
  flex-basis: 25%;
}

.gta-r_item .item {
  border-radius: 10px;
  border: solid 1px #EEE;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gta-r_item .item h3 {
  margin: 0 0 10px;
  flex-grow: 1;
}

.tab-links {
  list-style-type: none;
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
}

.tab-links .tab-btn {
  border-radius: 20px;
  padding: 8px 16px;
  border: solid 2px #000;
  color: #000;
  margin: 0 5px;
  display: block;
}

.tab-links li {
  display: block;
}

.tab-links .tab-btn.active {
  background: #000;
  color: #FFF;
}

.overflow-hidden {
  overflow: hidden;
}

.list-none {
  list-style-type: none;
}

ul.data-list {
  list-style-type:none;
  margin:0;
  padding:0;
}
ul.data-list li {
  border-top:solid 1px #CCC;
  padding:14px;
}
ul.data-list li:first-child {
  border-top:0;
  padding-top:0;
}

ul.btns {
  list-style-type: none;
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.btns li {
  margin: 0 4px 4px 0;
}

.searchForm {
  max-width: 480px;
  margin: 0 auto;
}

.searchForm form {
  display: flex;
  align-items: center;
}

.searchForm label {
  margin: 0;
}

.row .picked .border {
  border: solid 1px var(--theme-red);
}

.img_wrap {
  position: relative;
  z-index: 10;
}

.z-100, .z-200, .z-300, .z-500, .z-1000 {
  position: relative;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.z-300 {
  z-index: 300;
}

.z-500 {
  z-index: 500;
}

.z-1000 {
  z-index: 1000;
}

.picking-item {
  position: relative;
}

.picking-item a.cover {
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.picking-item a.cover span {
  display: none;
}

.status_unmatched, .status_matched,
.status_neworder, .status_quote,
.status_urgent, .status_low, .status_attention,
.status_updated, .status_incomplete, .status_backorder,
.status_ready,
/* READY TO PICK */
.status_signoff,
.status_packed,
.status_unpacked,
.status_complete,
.status_test {
  color: #FFF;
  text-align: center;
}

span.status {
  border-radius:4px;
  padding:4px;
  color:#FFF;
  display:inline-block;
  width:100%;
  text-align:center;
  font-size:0.9em;
  text-transform: uppercase;
  line-height:normal;
  background:#222;
}

.status_unmatched {
  background-color: var(--theme-red);
}

.status_matched {
  background-color: #02c470;
}

.status_neworder {
  background: #9cccf0;
}

.status_quote {
  background-color: #8602c4;
}

.status_attention, .status_updated {
  background-color: #FFFF00;
  color: #000;
}
span.status.status-failed,
.status_urgent, 
.status_incomplete {
  background-color: var(--theme-red);
}
span.status.status-ARCHIVED,
span.status.status-pending {
  background-color:#CCC;
}

.status_test {
  background-color: #333;
}

.status_backorder {
  background-color: #ff0099;
}

.status_signoff {
  background-color: #070a67;
}

.status_low, .status_ready {
  background-color: #026bc4;
}

.status_complete {
  background-color: #02c470;
}

.status_unpacked {
  background-color: #FF7E00;
}
span.status.status-LIVE,
span.status.status-completed,
.status_packed {
  background-color: #01a097;
}

.status_test {
  background: #a68246;
}

.picked,
.not-picked {
  width: 100%;
  height: 30px;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;

}

.picked {
  background: rgba(255, 255, 255, 0.6);
}

.not-picked {
  background: transparent;
}

.picked span,
.not-picked span {
  width: 100%;
  display:block;
  background: var(--theme-red);
  color: #FFF;
  text-align: center;
  font-size: 1em;
  padding: 5px 0 6px;
  font-weight: bold;
  text-transform:uppercase;
}

.picked span {
  background: #333;
}

.box {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.pills {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pill {
  display: inline-block;
  background: #222;
  color: #FFF;
  border: solid 1px #222;
  border-radius: 14px;
  padding: 3px 8px;
  margin: 2.5px;
  font-size:0.85em;
  text-transform:uppercase;
}

h1 .pill,
h2 .pill,
h3 .pill,
h4 .pill,
h5 .pill {
  font-size: 0.6em;
  text-transform: uppercase;
  margin-left:10px;
}

.ah_tile_wrap .row_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}


.ah_tile_wrap .intro h3, 
.ah_tile_wrap .row_wrap .intro h3, 
.ah_tile_wrap .intro p, 
.ah_tile_wrap .row_wrap .intro p {
  margin: 10px 0 0;
  text-transform: uppercase;
}

.ah_tile_wrap .row_wrap .item_wrap {
  flex: 0 0 auto;
  width: 25%;
  padding: 6px;
  box-sizing: border-box;
}

.ah_tile_wrap .row_wrap .item_wrap .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: 100%;
  padding: 4px 4px 20px;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.ah_tile_wrap .row_wrap .item_wrap .item .incImg {
  width: 100%;
  display: block;
  flex-grow: 1;
}

.ah_tile_wrap .row_wrap .item_wrap .item figure {
  background-color: #FFF;
  position: relative;
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
}

.ah_tile_wrap .row_wrap .item_wrap .item figure img {
  width: 100%;
  display: block;
  padding: 0;
  height:auto;
}

.ah_tile_wrap .row_wrap .item_wrap .item figure .product_brands {
  position: absolute;
  top: 6px;
  right: 6px;
  left: auto;
  width: auto;
  height: auto;
  display: block;
  z-index: 100;
}

.ah_tile_wrap .row_wrap .item_wrap .item figure .product_brands img {
  margin: 0 0 0 auto;
  max-height: 40px;
  max-width: 80px;
  padding-bottom: 0;
}

.ah_tile_wrap .row_wrap .item_wrap .colours_available {
  display: flex;
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 6px;
}

.ah_tile_wrap .row_wrap .item_wrap .colours_available .color {
  border: solid 1px #d1d3d4;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  margin-right: 4px;
  background: #FFF;
}

.ah_tile_wrap .row_wrap .item_wrap .colours_available .color span {
  display: block;
  margin: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.ah_tile_wrap .row_wrap .item_wrap .colours_available .color span + span {
  background: transparent;
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0;
  z-index: 90;
  border-radius: 50%;
  overflow: hidden;
}

.ah_tile_wrap .row_wrap .item_wrap .colours_available .color span + span:before {
  display: inline-block;
  position: relative;
  content: " ";
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border-top: 6px solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0;
  border-top-color: inherit;
}

.ah_tile_wrap .row_wrap .item_wrap .item form {
  padding: 20px 20px 0;
}

.ah_tile_wrap .row_wrap .item_wrap .item p {
  padding:0 20px;
  margin-bottom:0;
}

.ah_tile_wrap .row_wrap .item_wrap .item h3 {
  font-family: 'PP Pangram Sans';
  font-size: 1.1em;
  font-weight: 600;
  flex-grow: 3;
  margin: 0;
  padding: 20px 20px 10px;
  line-height: normal;
}

.ah_tile_wrap .row_wrap .item_wrap .item h3 a {
  padding-bottom: 0;
}

.ah_tile_wrap .row_wrap .item_wrap .item h4 {
  font-weight: 400;
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 2px;
}

.ah_tile_wrap .row_wrap .item_wrap .item .price_poa, 
.ah_tile_wrap .row_wrap .item_wrap .item .reprice, 
.ah_tile_wrap .row_wrap .item_wrap .item .price, 
.ah_tile_wrap .row_wrap .item_wrap .item .sku {
  margin: 0;
  padding: 0 20px;
  font-size: 0.85em;
  padding-top: 5px;
}

.ah_tile_wrap .row_wrap .item_wrap .item:last-child {
  padding-bottom: 15px;
}

.ah_tile_wrap .hide {
  display: none!important;
}

.ah_tile_wrap .row_wrap .item_wrap .item {
  background-color: #3e688e;
  background-color: #E6EEF4;
}

.ah_tile_wrap .row_wrap .item_wrap.alfaholics .item {
  background-color: #054142;
}

.ah_tile_wrap .row_wrap .item_wrap.alfaholics-r .item {
  background-color: var(--theme-color);
}

.ah_tile_wrap .row_wrap .item_wrap.item_wrap_3 {
  width: 25%;
}

.ah_tile_wrap .row_wrap .item_wrap.item_wrap_4 {
  width: 33.3334%;
}

.ah_tile_wrap .row_wrap .item_wrap.item_wrap_6 {
  width: 50%;
}

.ah_tile_wrap .row_wrap .item_wrap.item_wrap_8 {
  width: 66.6667%;
}

.ah_tile_wrap .row_wrap .item_wrap.item_wrap_9 {
  width: 75%;
}

.ah_tile_wrap .row_wrap .item_wrap.item_wrap_12 {
  width: 100%;
}

.wrap .splide .splide__arrows .splide__arrow {
  border: none;
  background: transparent;
  padding: 0;
  line-height: normal;
  font-size: 0.85em;
}

.wrap .splide .splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}

.sidebar-menu {
  padding:10px 5px;
  border-right:solid 1px #CCC;
  height:100%;
  position: relative;
}
.sidebar-menu .menu_show_hide {
  position: relative;
  position: absolute;
  top:0;
  z-index:9999;
  width:36px;
  height:36px;
  display: block;
  margin:0;
  padding:6px;
  box-sizing: border-box;
}
.sidebar-menu li .menu_show_hide { 
  left:0;
}
.sidebar-menu li li .menu_show_hide { 
  left:20px;
}
.sidebar-menu li li li .menu_show_hide { 
  left:40px;
}
.sidebar-menu li li li li .menu_show_hide { 
  left:60px;
}
.sidebar-menu .menu_show_hide svg {
  margin:0;
}
.sidebar-menu .menu_show_hide.open svg {
  transform: rotate(90deg);
}
.sidebar-menu .menu_show_hide.selected {
  background:transparent;
}
.sidebar-menu .menu_show_hide.selected svg {
  fill:#FFF;
}
.sidebar-menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
  position: relative;
}
.sidebar-menu ul li {
  font-size:0.95em;
  position: relative;
}
.sidebar-menu li a {
  display:flex;
  border-radius:3px;
  width:100%;
  padding:6px 0 6px 26px;
  margin:0;
  align-items: center;
}
.sidebar-menu li a {
  padding-left:26px;
}
.sidebar-menu li li a {
  padding-left:46px;
}
.sidebar-menu li li li a {
  padding-left:66px;
}
.sidebar-menu li li li li a {
  padding-left:86px;
}
.sidebar-menu li li li li li a {
  padding-left:106px;
}
.sidebar-menu li a {
  text-decoration: none;
}
.sidebar-menu li a svg {
  margin-right:6px;
}
.sidebar-menu li a.selected {
  background-color: #007cba;
  color:#FFF;
}
.sidebar-menu li a.selected svg {
  fill:#FFF;
}
.column .add_block_wrap {
  margin-top:0!important;
}
.group .add_block,
.column .add_block {
  border-radius:3px;
  background:transparent!important;
  background-color:transparent!important;
  color:#000!important;
  border:solid 1px #CCC;
  font-size:2em;
  display:block;
  text-align:center;
  width:100%;
  padding:1px 10px;
}

.settings_bar .selectList .selected svg,
.settings_bar .selectList .selected svg path,
.settings_bar .selectList .selected .svg-wrap svg,
.settings_bar .selectList .selected .svg-wrap path {
  fill:#FFF;
}

div.heading.heading-h1 { font-size:3em; }
div.heading.heading-h2 { font-size:2.6em; }
div.heading.heading-h3 { font-size:2.2em; }
div.heading.heading-h4 { font-size:1.8em; }
div.heading.heading-h5 { font-size:1.4em; }

.form-wrap .terms-box {
  border:solid 1px #CCC;
  padding:0 20px 20px;
  height:300px;
  overflow-y:scroll;
  width:100%;
  border-radius:10px;
}

.form-wrap .terms-box h3,
.form-wrap .terms-box h4 {
  margin:20px 0;
}

hr, 
.form-wrap .terms-box hr {
  margin:30px 0;
  border: 0;
  border-top: 1px solid #CCC;
}

.toggle_status {
  display:block;
  width:36px;
  height:20px;
  position: relative;
  background:#FFF;
  padding:0;
  border-radius:21px;
  box-sizing: border-box;
}
.toggle_status.active {
background-color:#01a097;
}
.toggle_status.inactive {
  background-color:#C00;
}
.toggle_status:before {
  content: ' ';
  display:block;
  background-color:#FFF;
  position: relative;
  position: absolute;
  padding:0;
  width:14px;
  height:14px;
  border-radius:14px;
  top:3px;
}

.toggle_status.active:before {
  right:3px;
}

.toggle_status.inactive:before {
  left:3px;
}

.data-table {
  border-radius:6px;
  border:solid 1px #EEE;
  margin-bottom:20px;
}
.data-table .data-table-row-th,
.data-table .data-table-row-search {
  border-bottom:solid 1px #EEE;
  padding:4px;
  width:100%;
}
.data-table .data-table-row-search form {
  max-width: 260px;
  margin-left: auto;
  margin-right:0;
  display: flex;
  flex-direction: row;
}

.data-table .data-table-row-search form input {
  padding:6px;
  font-size:0.9em;
  line-height:normal;
}
.data-table .data-table-row-td.footer-row form button,
.data-table .data-table-row-search form button {
  padding:2px 8px;
  line-height:normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-table .data-table-row-td.footer-row form button svg,
.data-table .data-table-row-search form button svg {
  width:20px;
  height:20px;
  fill:#000;
}
.data-table .data-table-row-th select {
  padding:6px;
  font-size:1em;
  line-height:normal;
  background-position-x: 98%;
  background-position-y: 0px;
}
.data-table .data-table-row-th,
.data-table .data-table-row-td {
  border-bottom:solid 1px #EEE;
  display: flex;
  flex-direction: row;
  font-size:0.9em;
}
.data-table .data-table-row-th:has(.justify-content-center),
.data-table .data-table-row-td:has(.justify-content-center) {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  text-align: center;
}
.data-table .data-table-row-td.child-field {
  background-color:#EEE;
  border-bottom:solid 1px #FFF;
}
.data-table .data-table-row-td:last-child {
  border-bottom:0;
}
.data-table .data-table-row-th div,
.data-table .data-table-row-td div {
  width:100%;
  flex-basis: auto;
  padding:6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap:2px 0;
  min-width: 0px;
  flex-wrap: wrap;
  overflow: hidden;
}
.data-table .data-table-row-th div.justify-content-center ,
.data-table .data-table-row-td div.justify-content-center {
  justify-content:center;
}

.data-table .data-table-row-th .column-id,
.data-table .data-table-row-td .column-id,
.data-table .data-table-row-th div.mw-70,
.data-table .data-table-row-td div.mw-70 {
  max-width:70px;
}
.data-table .data-table-row-th div.column-contact,
.data-table .data-table-row-th div.column-company,
.data-table .data-table-row-td div.column-contact,
.data-table .data-table-row-td div.column-company {
  max-width:220px;
}
.data-table .data-table-row-th div.justify-content-end,
.data-table .data-table-row-td div.justify-content-end {
  justify-content: end;
}
.data-table .data-table-row-th .column-type,
.data-table .data-table-row-td .column-type {
  max-width:100px;
}
.data-table .data-table-row-th div.w-140,
.data-table .data-table-row-td div.w-140 {
  min-width:140px;
}
.data-table .data-table-row-th div.mw-200,
.data-table .data-table-row-td div.mw-200 {
  max-width:200px;
}
.data-table .data-table-row-th div input,
.data-table .data-table-row-th div select {
  margin:0;
  padding: 6px;
  font-size: 0.9em;
  line-height: normal;
}

.data-table .data-table-row-td div.d-flex.no-wrap {
  flex-wrap: nowrap;
}

.data-table .data-table-row-th {
  color:#333;
  font-weight: 200;
  font-size:0.8em;
}
.data-table .data-table-row-td {
  color:#333;
  font-weight: 200;
}
.data-table .data-table-row-td div ul {
  padding:0 0 0 12px;
}
.data-table .data-table-row-td div ul.dynamicRecords {
  padding:0;
  margin:0;
  font-size:0.85em;
  display:block;
}
.data-table .data-table-row-td div ul.dynamicRecords li {
  padding:0;
  margin:0;
  width:100%;
  display:block;
}
.data-table .data-table-row-td div ul.dynamicRecords li span {
  display:block;
  width:100%;
}
.data-table .data-table-row-td div ul.tags {
  padding:0;
}
.data-table .data-table-row-td h3 {
  margin:10px 0;
}
.data-table .data-table-row-td .mw-100 {
  max-width:100%;
}

/* CARDS */
.card-inner {
  border-radius:6px;
  border:solid 1px #CCC;
  margin:0.5%;
  padding:10px;
  height:100%;
}
.data-table.data-cards {
  display: flex;
  flex-wrap: wrap;
}
.data-table.data-cards .card {
  display: flex;
  flex-direction: row;
  flex-basis: 25%;
  width: 25%;
  overflow: hidden;
  border-bottom:solid 1px #EEE;
  margin-bottom:0;
}
.data-table.data-cards .card div {
  width: 100%;
  display: block;
  padding:10px;
  border-right:solid 1px #EEE;
}
.data-table.data-cards .card div h3 {
  width:100%;
  flex-grow:1;
  display:flex;
}
.data-table.data-cards .card div img {
  flex-grow:1;
  width:100%;
  max-width:100%;
}
.data-table.data-cards .card div div {
  border-right:0;
  padding:0;
}
.data-table.data-cards .data-table-row-td:last-child {
  border-top:solid 1px #EEE;
  width:100%;
}


.badge {
  position: relative;
  vertical-align: baseline;
  margin:2.5px;
  border-radius:10px;
  font-size:0.8em;
  line-height:0.9em;
  padding:6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#000;
  color:#FFF;
}
.badge.PDF {
  background-color:var(--theme-red);
  color:#FFF;
}
.badge.Image {
  background-color:var(--theme-color);
  color:#FFF;
}
.badge.Video {
  background-color:#000;
  color:#FFF;
}

.editor-inner-wrap div a {
  text-decoration: underline;
}

.tags {
  list-style-type:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap: wrap;
}
.tags li {
  position: relative;
  vertical-align: baseline;
  border:solid 1px #CCC;
  margin:2.5px 0;
  border-radius:6px;
  font-size:0.8em;
  line-height:0.9em;
  padding:6px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.tags li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
}
.tags li button {
  display:block;
  width:100%;
  color:#000;
  padding:5px 10px;
  margin:0;
  background:transparent;
  border:0;
}
.tags li button span {
  font-size:1.4em;
}
.data-table .data-table-row-th div.actions, 
.data-table .data-table-row-td div.actions {
  min-width:100px;
  width:120px;
}
.data-table .data-table-row-th div.column-number, 
.data-table .data-table-row-td div.column-number {
  max-width:100px;
}
.data-table .data-table-row-th div.column-checkbox, 
.data-table .data-table-row-td div.column-checkbox {
  max-width:160px;
}
.data-table .data-table-row-th div.column-title, 
.data-table .data-table-row-td div.column-title {
  min-width:220px;
}
.data-table .data-table-row-th div.column-tags, 
.data-table .data-table-row-td div.column-tags {
  min-width:500px;
}
.data-table .data-table-row-th div.column-record,
.data-table .data-table-row-td div.column-record {
  display: flex;
  flex-direction: row;
  width:30%;
  min-width:25%;
}
.data-table .data-table-row-th div.column-price,
.data-table .data-table-row-td div.column-price {
  width:110px;
  min-width:110px;
}
.data-table .data-table-row-th div.column-postcode,
.data-table .data-table-row-td div.column-postcode {
  width:80px;
  min-width:80px;
}
.data-table .data-table-row-th div.column-status,
.data-table .data-table-row-td div.column-status {
  width:100px;
  min-width:100px;
}
.data-table .data-table-row-th div.column-country,
.data-table .data-table-row-td div.column-country {
  width:30px;
  min-width:30px;
}
.data-table .data-table-row-th div.column-countryorigin,
.data-table .data-table-row-td div.column-countryorigin {
  width:160px;
  min-width:160px;
}
.data-table .data-table-row-td div.column-record div {
  width:100%;
  padding:0;
}
.data-table .data-table-row-th div.column-role,
.data-table .data-table-row-td div.column-role {
  max-width:140px;
}
.data-table .data-table-row-th div.column-status,
.data-table .data-table-row-td div.column-status,
.data-table .data-table-row-th div.column-created,
.data-table .data-table-row-td div.column-created {
  max-width:160px;
}
.data-table .data-table-row-th div.column-qty,
.data-table .data-table-row-th div.column-reorder,
.data-table .data-table-row-td div.column-qty,
.data-table .data-table-row-td div.column-reorder {
  max-width:100px;
}
.data-table .data-table-row-td div div {
  padding:0;
}
.data-table .data-table-row-td svg {
  max-width:86px;
  height:auto;
  max-height:36px;
}

.icon-wrap {
  display:flex;
  align-items: center;
  position: relative;
}
.icon-wrap a {
  display: block;
  display: flex;
  width:100%;
  align-items: center;
}
.icon-wrap.pr-1 {
  padding-right:10px;
}
.icon-wrap.pr-2 {
  padding-right:20px;
}
.icon-wrap p {
  margin:0;
}
.icon-wrap svg {
  width:38px;
  height:38px;
}
.icon-wrap-large svg {
  width:40px;
  height:40px;
}
.icon-wrap svg,
.icon-wrap-large svg {
  fill:var(--theme-color);
}

.float_save {
  position: relative;
  position: fixed;
  top:20px;
  right:20px;
}

@media(max-width: 1200px) {
  .ah_tile_wrap .row_wrap .item_wrap.item_wrap_3, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_4, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_6, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_8, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_9, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_12 {
      width:33.3334%;
      flex-basis: 33.3334%;
  }
}

@media screen and ( max-width: 860px ) {
  .ah_tile_wrap .row_wrap .item_wrap.item_wrap_3, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_4, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_6, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_8, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_9, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_12 {
      flex:0 0 auto;
      width: 50%;
  }
}

@media screen and ( max-width: 620px ) {
  .ah_tile_wrap .row_wrap .item_wrap.item_wrap_3, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_4, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_6, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_8, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_9, .ah_tile_wrap .row_wrap .item_wrap.item_wrap_12 {
      flex:0 0 auto;
      width: 100%;
  }
}

@media( max-width:600px ) {
  .row .col-1, .row .col-2, .row .col-3, .row .col-4,
  .row .col-5, .row .col-6, .row .col-7, .row .col-8,
  .row .col-9, .row .col-10, .row .col-11, .row .col-12 {
    width:100%;
    flex-basis:100%;
  }
  .row .inner {
    padding:10px 20px;
  }

  .d-flex.no-wrap form {
    margin:4px!important;
  }
  .container {
    padding:10px;
  }
  form.formRow { 
    flex-wrap: nowrap;
  }
}

@media print {
  .sidebar,
  footer.main-footer,
  .intro,
  .pagination,
  .footer-row,
  .data-table .data-table-row-th div.actions, 
  .data-table .data-table-row-td div.actions,
  .data-table .data-table-row-search,
  .data-table .data-table-row-th div.filter-menu { 
    display:none!important; 
  }
  .data-table .data-table-row-th div, 
  .data-table .data-table-row-td div {
    font-size:0.8em;
  }
  .container {
    padding:0;
    min-height: auto;
  }
}