/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
.btn-primary, .btn-secondary, .btn-warning {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px; }
  .btn-primary:hover, .btn-secondary:hover, .btn-warning:hover {
    transform: scale(1); }

.btn-primary {
  background-color: #0F5074 !important;
  color: #fff !important; }

.btn-secondary {
  background-color: #EFA655 !important;
  color: #fff !important; }

.btn-warning {
  background-color: red !important;
  color: #fff !important; }

.button1 {
  display: inline-block;
  padding: 0.2em 1.45em;
  margin: 0.1em;
  border: 0.15em solid #CCCCCC;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Segoe UI','Roboto',sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #CCCCCC;
  text-align: center;
  position: relative; }
  .button1:hover {
    border-color: #7a7a7a; }
  .button1:active {
    background-color: #999999; }

@media all and (max-width: 30em) {
  .button1 {
    display: block;
    margin: 0.4em auto; } }

.btn-danger {
  background: #E57373 !important;
  border-color: #E53935 !important;
  color: #FFFFFF !important; }
  .btn-danger:hover, .btn-danger:active {
    background: #eb6562 !important; }

.btn-action {
  background: #4B9FF7 !important;
  color: white !important;
  border-color: #3575b8 !important; }
  .btn-action:hover {
    background: #538fcd !important; }
  .btn-action:active {
    background: #538fcd !important; }

.btn-text {
  background: none;
  color: #0F5074;
  font-weight: bold;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: 'Segoe UI';
  font-weight: 600; }
  .btn-text:disabled {
    color: #BDBDBD;
    cursor: not-allowed; }

/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
.container--std {
  margin: 0 50px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto; }
  @media (max-width: 1550px) {
    .container--std {
      margin: 0 30px; } }
  @media (max-width: 1280px) {
    .container--std {
      margin: 0 15px; } }
  @media (max-width: 769px) {
    .container--std {
      margin: 0 5px; } }
  @media (max-width: 480px) {
    .container--std {
      margin: 0 0px; } }

.container--fill {
  margin: 0 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.container--fill .item-bot, .container--std .item-bot {
  grid-row: 2; }

.container--fill .item-fill, .container--std .item-fill {
  grid-column: 1 / 13; }

.container--fill .item-left, .container--std .item-left {
  grid-column: 1; }
  .container--fill .item-left-s, .container--std .item-left-s {
    grid-column: 1 / 4; }
  .container--fill .item-left-m, .container--std .item-left-m {
    grid-column: 1 / 6; }
  .container--fill .item-left-l, .container--std .item-left-l {
    grid-column: 1 / 9; }

.container--fill .item-right, .container--std .item-right {
  grid-column-end: 13; }
  .container--fill .item-right-s, .container--std .item-right-s {
    grid-column: 9 / 13; }
  .container--fill .item-right-m, .container--std .item-right-m {
    grid-column: 7 / 13; }
  .container--fill .item-right-l, .container--std .item-right-l {
    grid-column: 5 / 13; }

.container--fill .item-list, .container--std .item-list {
  grid-column: 1 / 12; }

.container--fill .item-end, .container--std .item-end {
  grid-column: 13; }
  @media (max-width: 1550px) {
    .container--fill .item-end, .container--std .item-end {
      width: 390px; } }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s; }
    input[type='checkbox']:after,
    input[type='radio']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
    input[type='checkbox']:checked,
    input[type='radio']:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2); }
    input[type='checkbox']:disabled,
    input[type='radio']:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9; }
      input[type='checkbox']:disabled:checked,
      input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border); }
      input[type='checkbox']:disabled + label,
      input[type='radio']:disabled + label {
        cursor: not-allowed; }
    input[type='checkbox']:hover:not(:checked):not(:disabled),
    input[type='radio']:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover); }
    input[type='checkbox']:focus,
    input[type='radio']:focus {
      box-shadow: 0 0 0 var(--focus); }
    input[type='checkbox']:not(.switch),
    input[type='radio']:not(.switch) {
      width: 21px; }
      input[type='checkbox']:not(.switch):after,
      input[type='radio']:not(.switch):after {
        opacity: var(--o, 0); }
      input[type='checkbox']:not(.switch):checked,
      input[type='radio']:not(.switch):checked {
        --o: 1; }
    input[type='checkbox'] + label,
    input[type='radio'] + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px; }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px; }
    input[type='checkbox']:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg)); }
    input[type='checkbox']:not(.switch):checked {
      --r: 43deg; }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px; }
    input[type='checkbox'].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0)); }
    input[type='checkbox'].switch:checked {
      --ab: var(--active-inner);
      --x: 17px; }
    input[type='checkbox'].switch:disabled:not(:checked):after {
      opacity: .6; }
  input[type='radio'] {
    border-radius: 50%; }
    input[type='radio']:after {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, 0.7)); }
    input[type='radio']:checked {
      --s: .5; } }

.search-container input[type=text] {
  border-radius: 1px;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  width: 100%;
  font-size: 1.4rem !important;
  min-height: 28px;
  padding: .6rem 1rem;
  background-color: #F7FAFC;
  color: #3c4257;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding-left: 30px; }

input[type=button],
input[type=submit], .tmp {
  display: inline-block;
  padding: .6rem 1.4rem;
  background: #468CE1;
  border: 0rem solid #FFFFFF;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Segoe UI', helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  input[type=button]:hover,
  input[type=submit]:hover, .tmp:hover {
    background-color: #307edd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
    @media all and (max-width: 30em) {
      input[type=button]:hover .button1,
      input[type=submit]:hover .button1, .tmp:hover .button1 {
        display: block;
        margin: 0.4em auto; } }
  input[type=button]:disabled,
  input[type=submit]:disabled, .tmp:disabled {
    cursor: not-allowed;
    background: #9e9e9e !important; }

ul {
  margin: 12px;
  padding: 0;
  list-style: none;
  width: 100%; }
  ul li {
    margin: 0px 0;
    /*position: relative;*/ }

html {
  box-sizing: border-box; }

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

.input-icon-wrap {
  display: flex;
  flex-direction: row;
  height: max-content;
  align-items: center; }

.input-icon {
  position: absolute;
  background: transparent; }

.input-with-icon {
  border: none;
  flex: 1; }

.input-icon, .input-with-icon {
  padding: 5px 15px;
  color: #666; }

.search-input-corner {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-right: 0px !important; }

.search-bottom-corner {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  margin-left: 0px !important;
  box-shadow: none !important; }

/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
.main-tmp {
  margin: 0px 50px; }

@media screen and (max-width: 1550px) {
  .main-tmp {
    margin: 0px 30px; } }

@media screen and (max-width: 1280px) {
  .main-tmp {
    margin: 0px 15px; } }

@media screen and (max-width: 992px) {
  .main-tmp {
    margin: 0px 0px; } }

@media screen and (max-width: 700px) {
  .main-content {
    padding: 10px 5px 0; } }

@media screen and (max-width: 900px) {
  .main-content {
    padding: 10px 15px 0; } }

@media screen and (max-width: 480px) {
  .main-content {
    padding: 2px 2px; } }

/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
.container--std {
  margin: 0 50px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto; }
  @media (max-width: 1550px) {
    .container--std {
      margin: 0 30px; } }
  @media (max-width: 1280px) {
    .container--std {
      margin: 0 15px; } }
  @media (max-width: 769px) {
    .container--std {
      margin: 0 5px; } }
  @media (max-width: 480px) {
    .container--std {
      margin: 0 0px; } }

.container--fill {
  margin: 0 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, minmax(0, 1fr)); }

.container--fill .item-bot, .container--std .item-bot {
  grid-row: 2; }

.container--fill .item-fill, .container--std .item-fill {
  grid-column: 1 / 13; }

.container--fill .item-left, .container--std .item-left {
  grid-column: 1; }
  .container--fill .item-left-s, .container--std .item-left-s {
    grid-column: 1 / 4; }
  .container--fill .item-left-m, .container--std .item-left-m {
    grid-column: 1 / 6; }
  .container--fill .item-left-l, .container--std .item-left-l {
    grid-column: 1 / 9; }

.container--fill .item-right, .container--std .item-right {
  grid-column-end: 13; }
  .container--fill .item-right-s, .container--std .item-right-s {
    grid-column: 9 / 13; }
  .container--fill .item-right-m, .container--std .item-right-m {
    grid-column: 7 / 13; }
  .container--fill .item-right-l, .container--std .item-right-l {
    grid-column: 5 / 13; }

.container--fill .item-list, .container--std .item-list {
  grid-column: 1 / 12; }

.container--fill .item-end, .container--std .item-end {
  grid-column: 13; }
  @media (max-width: 1550px) {
    .container--fill .item-end, .container--std .item-end {
      width: 390px; } }

/** { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

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

html {
  font-weight: normal;
  font-size: 62.5%;
  margin: 0;
  font-family: "Segoe UI", helvetica, arial, sans-serif;
  /*font-size: 10px;*/
  height: 100%;
  background: #EEEEEE;
  touch-action: manipulation; }

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  background-color: #EEEEEE; }

input {
  border: solid 1px white;
  margin: 1px 4px;
  min-height: 1.4rem;
  min-width: 1.4rem; }
  input:disabled {
    cursor: not-allowed; }

.flex-outer,
.flex-inner {
  list-style-type: none;
  padding: 0; }

.flex-outer {
  max-width: 800px;
  margin: 0 auto; }

.flex-outer li,
.flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.flex-inner {
  padding: 0 8px;
  justify-content: space-between; }

.flex-outer > li:not(:last-child) {
  margin-bottom: 0px; }

.flex-outer li label,
.flex-outer li p,
.flex-outer li span {
  /*  letter-spacing: .09em;*/ }

.flex-outer > li > label,
.flex-outer > li > span,
.flex-outer li p {
  flex: 1 0 120px;
  max-width: 220px; }

.flex-outer > li > label + *,
.flex-inner {
  flex: 1 0 220px; }

.flex-outer li p {
  margin: 0; }

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
  /*    padding: 15px;*/ }

.flex-outer li button {
  margin-left: auto;
  padding: 8px 16px;
  border: none;
  background: #333;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: .09em;
  border-radius: 2px; }

.flex-inner li {
  width: 100px; }

select {
  margin: 2px 4px; }

textarea {
  margin: 2px 4px; }

hr {
  margin: 10px 0;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

input[type="image"] {
  width: fit-content;
  height: fit-content; }

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  padding: 3px;
  font-size: 1.4rem !important;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  /*border-left: 3px solid $Blue200;*/
  border-radius: 1px;
  transition: border-color 0.3s ease-out; }
  input[type="color"]:required,
  input[type="date"]:required,
  input[type="datetime-local"]:required,
  input[type="email"]:required,
  input[type="month"]:required,
  input[type="number"]:required,
  input[type="password"]:required,
  input[type="range"]:required,
  input[type="search"]:required,
  input[type="tel"]:required,
  input[type="text"]:required,
  input[type="time"]:required,
  input[type="url"]:required,
  input[type="week"]:required,
  textarea:required,
  select:required {
    border-left-color: #2E7D32 !important; }
  input[type="color"]:invalid,
  input[type="date"]:invalid,
  input[type="datetime-local"]:invalid,
  input[type="email"]:invalid,
  input[type="month"]:invalid,
  input[type="number"]:invalid,
  input[type="password"]:invalid,
  input[type="range"]:invalid,
  input[type="search"]:invalid,
  input[type="tel"]:invalid,
  input[type="text"]:invalid,
  input[type="time"]:invalid,
  input[type="url"]:invalid,
  input[type="week"]:invalid,
  textarea:invalid,
  select:invalid {
    border-left-color: salmon !important; }
  input[type="color"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="email"]:disabled,
  input[type="month"]:disabled,
  input[type="number"]:disabled,
  input[type="password"]:disabled,
  input[type="range"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="text"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="week"]:disabled,
  textarea:disabled,
  select:disabled {
    border-color: #E0E0E0; }

fieldset {
  padding: 5px 10px;
  border: 2px solid #99C3D1;
  border-radius: 4px;
  width: 100%; }
  fieldset legend {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 4px 4px; }

option {
  border: solid 0px lightgray;
  font-size: 1.4rem; }

select {
  border: solid 1px lightgray;
  font-size: 1.4rem !important; }
  select:disabled {
    cursor: not-allowed; }

table {
  padding: 0px;
  margin: 0px;
  font-size: 1.3rem;
  border-collapse: collapse;
  border-spacing: 2px;
  /*    @media screen and (max-width: $Break3) {
        table-layout: fixed;
    }*/ }

.table-fill {
  width: 100%;
  margin-bottom: 6px; }

.table-header-nav {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .table-header-nav > div {
    display: flex; }
  .table-header-nav > * {
    margin: auto 0; }

span {
  font-size: 1.4rem; }

h4 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.5rem; }

th {
  background-color: #0F5074;
  color: White;
  text-align: left;
  font-size: 1.4rem;
  padding: 2px 6px;
  font-weight: 500; }

@media print {
  th {
    border: solid 1px black;
    background-color: White;
    color: Black;
    text-align: left;
    padding-left: 2px;
    font: bold; }
  tr th a {
    color: black !important; } }

.header--title {
  font-size: 1.6rem; }

.header--sub {
  font-size: 1.4rem; }

.sub-nav-lbl {
  list-style: none;
  padding: 0;
  font-size: 1.4rem; }

.breadcrumb__sub-nav-lbl {
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
  display: inline-flex;
  color: #9E9E9E; }
  .breadcrumb__sub-nav-lbl li {
    display: inline;
    list-style-type: none;
    margin-left: 0; }
  .breadcrumb__sub-nav-lbl li:before {
    content: "/";
    padding: 8px; }
  .breadcrumb__sub-nav-lbl li:first-child:before {
    content: "";
    padding: 0; }
  .breadcrumb__sub-nav-lbl li:last-child {
    color: #424242;
    font-weight: 600; }

.btn-bookmark {
  margin: auto; }
  .btn-bookmark i {
    color: #0F5074;
    padding: 5px;
    font-size: 18px;
    margin-right: 0; }
  .btn-bookmark input {
    cursor: pointer;
    position: absolute;
    border: none;
    background: none;
    color: #757575; }
    .btn-bookmark input:hover {
      background: none;
      color: #757575; }

.text-danger {
  color: #E57373;
  font-weight: normal; }

.gridview, .gridview__edit, .gridview__wrap, .gridview__shrink {
  font-size: 1.4rem;
  background: #FFFFFF;
  border: 0;
  table-layout: auto;
  white-space: normal; }
  .gridview .no-padding, .gridview__edit .no-padding, .gridview__wrap .no-padding, .gridview__shrink .no-padding {
    padding: 0;
    margin: 0; }
    .gridview .no-padding th, .gridview__edit .no-padding th, .gridview__wrap .no-padding th, .gridview__shrink .no-padding th, .gridview .no-padding td, .gridview__edit .no-padding td, .gridview__wrap .no-padding td, .gridview__shrink .no-padding td {
      padding: 0;
      margin: 0; }
  .gridview th, .gridview__edit th, .gridview__wrap th, .gridview__shrink th,
  .gridview td, .gridview__edit td, .gridview__wrap td, .gridview__shrink td {
    /* padding: 4px 8px;*/
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis; }
    @media (max-width: 1550px) {
      .gridview th, .gridview__edit th, .gridview__wrap th, .gridview__shrink th,
      .gridview td, .gridview__edit td, .gridview__wrap td, .gridview__shrink td {
        white-space: normal; } }
  .gridview th, .gridview__edit th, .gridview__wrap th, .gridview__shrink th {
    background: #0F5074;
    border: 1px solid #aaa;
    border-top: 1px solid #0F5074;
    border-bottom: 1px solid #0F5074;
    max-width: 200px; }
    .gridview th > a, .gridview__edit th > a, .gridview__wrap th > a, .gridview__shrink th > a {
      color: #FFFFFF; }
  .gridview td, .gridview__edit td, .gridview__wrap td, .gridview__shrink td {
    border: 1px solid #E0E0E0;
    max-width: 310px;
    padding: 0.5rem; }
  .gridview tr:nth-child(even), .gridview__edit tr:nth-child(even), .gridview__wrap tr:nth-child(even), .gridview__shrink tr:nth-child(even) {
    background: #EEEEEE; }
  .gridview tr:nth-child(odd), .gridview__edit tr:nth-child(odd), .gridview__wrap tr:nth-child(odd), .gridview__shrink tr:nth-child(odd) {
    background: #FFFFFF; }
  .gridview tr, .gridview__edit tr, .gridview__wrap tr, .gridview__shrink tr {
    border: 0; }
    .gridview tr:hover, .gridview__edit tr:hover, .gridview__wrap tr:hover, .gridview__shrink tr:hover {
      background: #CCE1E8; }
      .gridview tr:hover td, .gridview__edit tr:hover td, .gridview__wrap tr:hover td, .gridview__shrink tr:hover td {
        border-color: #B3D2DD; }
    .gridview tr td:last-child, .gridview__edit tr td:last-child, .gridview__wrap tr td:last-child, .gridview__shrink tr td:last-child {
      padding-right: 8px; }
  .gridview input[type="text"]:focus, .gridview__edit input[type="text"]:focus, .gridview__wrap input[type="text"]:focus, .gridview__shrink input[type="text"]:focus {
    outline: 1px solid #0F5074; }
  @media screen and (max-width: 992px) {
    .gridview, .gridview__edit, .gridview__wrap, .gridview__shrink {
      border-collapse: separate; }
      .gridview th, .gridview__edit th, .gridview__wrap th, .gridview__shrink th,
      .gridview td, .gridview__edit td, .gridview__wrap td, .gridview__shrink td {
        border-width: 1px; }
      .gridview th:first-child, .gridview__edit th:first-child, .gridview__wrap th:first-child, .gridview__shrink th:first-child,
      .gridview td:first-child, .gridview__edit td:first-child, .gridview__wrap td:first-child, .gridview__shrink td:first-child {
        left: 0;
        z-index: 1;
        border-collapse: separate; }
      .gridview td:first-child, .gridview__edit td:first-child, .gridview__wrap td:first-child, .gridview__shrink td:first-child {
        background: inherit !important; } }
  .gridview a, .gridview__edit a, .gridview__wrap a, .gridview__shrink a,
  .gridview a:visited, .gridview__edit a:visited, .gridview__wrap a:visited, .gridview__shrink a:visited {
    color: #616161; }

.gridview__edit select {
  padding: 2px; }
  .gridview__edit select:focus {
    outline: 1px solid #0F5074;
    padding: 1px; }

.gridview__edit tr:last-child,
.gridview__edit tr:last-child:hover {
  background: #FFFFFF;
  border-top: 2px solid #66A5BA; }
  .gridview__edit tr:last-child > td,
  .gridview__edit tr:last-child:hover > td {
    padding: 8px 2px;
    border-color: #E0E0E0; }

.gridview__edit td {
  padding: 8px 4px;
  max-width: none; }

.gridview__wrap td, .gridview__wrap th {
  white-space: normal;
  overflow: visible; }
  @media (max-width: 1550px) {
    .gridview__wrap td, .gridview__wrap th {
      /*  max-width: 100px;
            word-break: break-word;
            overflow: hidden;*/ } }

.gridview__shrink {
  border-collapse: collapse !important; }
  .gridview__shrink td, .gridview__shrink th {
    max-width: 310px;
    padding: 4px 2px; }

.gridview-lower-padding td {
  padding: 0.3rem; }

.gridview-salary-pdf {
  border-collapse: unset !important;
  font-size: 12.288px; }

.gridview-salary-pdf th {
  background-color: #FFFFFF;
  color: #000000;
  border-collapse: unset !important;
  border-left: solid 0px black;
  border-right: solid 0px black;
  border-top: solid 1px black;
  border-top: solid 1px black;
  background-image: none;
  padding-left: 2px; }

.gridview-salary-pdf td {
  border: none !important;
  background: #FFFFFF !important; }

.gridview-salary-pdf tr {
  background: #FFFFFF !important; }

.checkbox > input {
  margin-right: 4px;
  vertical-align: middle; }

.checkbox > label {
  vertical-align: middle;
  padding-right: 4px; }

.radiobuttonlist td {
  padding-right: 2rem; }
  .radiobuttonlist td > input {
    vertical-align: middle; }
  .radiobuttonlist td > label {
    vertical-align: middle; }

.textbox {
  border: 1px solid #B3D2DD; }

.textbox-date {
  width: 73px;
  padding: 3px !important; }

.scrollable-container {
  height: 100%;
  width: 100%;
  overflow: auto;
  border: 0; }

.overflowXAuto {
  overflow-x: auto; }

.overflowVis {
  overflow: visible; }

.super-overflow-container div {
  width: auto; }
  @media screen and (max-width: 992px) {
    .super-overflow-container div {
      width: 100%;
      overflow-x: auto; } }

.search-panel {
  display: flex;
  flex-direction: row; }
  .search-panel span,
  .search-panel input[type="submit"] {
    margin: 2px 6px; }
  @media screen and (max-width: 768px) {
    .search-panel {
      width: 100%;
      flex-direction: column; }
      .search-panel > div {
        margin: auto;
        margin-left: 0;
        padding: 4px; } }

.tree-view {
  width: 400px; }
  @media screen and (max-width: 420px) {
    .tree-view {
      width: 350px; } }

.CreatorLink {
  color: White; }

.HeaderRightAlign {
  text-align: right; }

.TableFooter {
  background-color: #0F5074;
  color: White;
  text-align: center;
  padding: 2px 6px; }

@media print {
  .TableFooter {
    border: solid 1px black;
    background-color: White;
    color: Black;
    text-align: left;
    padding-left: 2px;
    font: bold; } }

.TableFrontPageCenter {
  margin-left: 15%;
  margin-right: 15%;
  text-align: justify; }

.login-container {
  background: #EEEEEE;
  display: flex; }

.login-card {
  margin: auto; }

.HelpPanelHeader {
  padding: 3px;
  display: flex;
  margin-bottom: 8px;
  color: #0F5074; }
  .HelpPanelHeader * {
    margin: auto 0;
    padding-right: 3px; }
  .HelpPanelHeader a {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Segoe UI";
    color: #0F5074;
    text-decoration: none; }

.main-content {
  display: flex;
  flex-direction: column; }

.card-medium {
  width: 450px; }

.card-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-flow: row wrap; }

.sub-content, .sub-content-min {
  background: #FFFFFF;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.07), 0px -7px 12px rgba(0, 0, 0, 0.07);
  padding: 12px;
  border-radius: 4px;
  margin: 1rem;
  height: max-content; }
  @media screen and (max-width: 480px) {
    .sub-content, .sub-content-min {
      margin: 0; } }

.sub-content-min {
  width: min-content; }

.sub-card {
  padding: 7px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  background: #F5F5F5; }

.card-header {
  width: 100%; }

.card-seperator {
  padding: 6px; }

.sticky-container {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  border-top: 1px solid #E0E0E0; }

.sticky-bottom-item {
  position: sticky;
  bottom: 0px;
  padding: 5px 0;
  display: flex; }

.load-logo-container {
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background-color: rgba(100, 100, 100, 0.4); }

.load-logo {
  background-color: #0F5074;
  padding: 10px;
  border-radius: 12px;
  display: grid;
  margin: auto;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  grid-template: auto auto auto auto / auto auto auto; }
  .load-logo > div {
    transform-style: preserve-3d;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 4px;
    animation: rotate-dot 3s infinite ease-in-out; }
  .load-logo > div:nth-child(1n) {
    animation-delay: 0s; }
  .load-logo > div:nth-child(2n) {
    animation-delay: 0.1s; }
  .load-logo > div:nth-child(3n) {
    animation-delay: 0.2s; }
  .load-logo > div:nth-child(4n) {
    animation-delay: 0.2s; }
  .load-logo > div:nth-child(5n) {
    animation-delay: 0.3s; }
  .load-logo > div:nth-child(6n) {
    animation-delay: 0.4s; }
  .load-logo > div:nth-child(7n) {
    animation-delay: 0.3s; }
  .load-logo > div:nth-child(8n) {
    animation-delay: 0.4s; }
  .load-logo > div:nth-child(9n) {
    animation-delay: 0.5s; }
  .load-logo > div:nth-child(10n) {
    animation-delay: 0.4s; }
  .load-logo > div:nth-child(11n) {
    animation-delay: 0.5s; }
  .load-logo > div:nth-child(12n) {
    animation-delay: 0.6s; }
  .load-logo .dot {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    backface-visibility: hidden;
    position: absolute; }
  .load-logo .dot-back {
    transform: rotateX(180deg); }
  .load-logo .orange {
    background-color: #EFA655; }
  .load-logo .white {
    background-color: #FFFFFF; }

@-webkit-keyframes rotate-dot {
  0% {
    transform: rotateX(0deg); }
  10% {
    transform: rotateX(180deg); }
  50% {
    transform: rotateX(180deg); }
  60% {
    transform: rotateX(360deg); }
  100% {
    transform: rotateX(360deg); } }

.inputs-vertical {
  padding: 12px 0;
  display: flex; }
  .inputs-vertical > div {
    margin: auto 0;
    display: flex;
    padding: 0 10px; }
    .inputs-vertical > div > * {
      margin: auto;
      padding-right: 8px; }
    .inputs-vertical > div > span {
      padding-bottom: 3px; }

.pager-container {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  position: sticky;
  bottom: 0; }
  .pager-container .pager {
    position: sticky;
    bottom: 0;
    grid-column: 2 / 3;
    display: grid;
    grid-template-columns: 1fr repeat(4, 0.5fr) 1fr; }
    .pager-container .pager .page-btn {
      display: flex;
      margin: auto;
      margin-top: 3px; }
    .pager-container .pager .back {
      grid-column: 2; }
    .pager-container .pager .info {
      grid-column: 3 / 5;
      display: flex;
      margin: auto;
      width: 180px;
      justify-content: space-around; }
      .pager-container .pager .info div {
        display: flex;
        align-items: center; }
      .pager-container .pager .info span {
        padding-bottom: 4px; }
    .pager-container .pager .frwd {
      grid-column: 5; }
  .pager-container .per-page {
    grid-column: 3;
    margin: auto;
    margin-right: 20px; }
    .pager-container .per-page input {
      width: 44px; }

.container__header {
  display: flex;
  font-size: 2rem;
  margin-bottom: 2rem;
  flex-direction: column; }
  .container__header > span {
    font-size: 2rem; }
  @media screen and (max-width: 768px) {
    .container__header {
      margin-left: 1rem; } }

.container__sub--header {
  display: flex;
  font-size: 1.6rem; }

.stick-bot {
  position: sticky;
  bottom: 0; }

.stick-top {
  position: sticky;
  top: 0; }

.TabHeader {
  padding: 5px;
  font-weight: bold;
  font-size: 1rem;
  color: #36424a; }

.TabSelected {
  padding: 5px;
  font-weight: bold;
  color: White; }

.TabTables {
  font-weight: normal;
  color: Black; }

.BlackAndWhiteHeaderLine {
  font-family: helvetica, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  table-layout: auto; }
  .BlackAndWhiteHeaderLine tr td {
    font-size: 0.9em;
    line-height: 1.2; }
  .BlackAndWhiteHeaderLine tr th span {
    font-size: 1.0em;
    color: black;
    line-height: 0.8; }

.BlackAndWhiteHeaderLine th {
  border-left: solid 0px black;
  border-right: solid 0px black;
  border-top: solid 1px black;
  border-top: solid 1px black;
  background-color: White;
  background-image: none;
  color: Black;
  padding-left: 2px;
  font: bold; }

.invoiceHeaderRight {
  border-left: solid 0px black;
  border-right: solid 0px black;
  border-top: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: right;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px; }

.invoiceHeaderLeft {
  border-left: solid 0px black;
  border-right: solid 0px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: left;
  padding-left: 4px;
  padding-top: 5px;
  padding-bottom: 5px; }

.invoiceClaimHeaderRight {
  border-left: solid 0px black;
  border-right: solid 0px black;
  border-top: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: right;
  padding-right: 4px; }

.invoiceClaimHeaderLeft {
  border-left: solid 0px black;
  border-right: solid 0px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: left;
  padding-left: 4px; }

.invoicePrint {
  font-size: 1rem; }

.invoicePrintMiddle {
  font-size: 1.4rem; }

.salaryPayslipPrint {
  font-size: 1rem; }

.salaryPayslipPrintMiddle {
  font-size: 1.4rem; }

.salaryPayslipPrintBottom {
  font-size: 1rem; }

.activeStatus {
  background-image: url(imgs/print.png); }

.inactiveStatus {
  background-image: url(imgs/key.png); }

.undefinedStatus {
  background-image: url(imgs/money.png); }

.selectedSystrem {
  background-image: url(imgs/selectedTab.png); }

.printImage {
  visibility: visible;
  border: none;
  cursor: pointer; }

@media print {
  .printImage {
    visibility: hidden; }
  .exclamationText {
    visibility: hidden; }
  .overflowXAuto {
    overflow-x: unset; }
  .main-tmp {
    margin-right: 0px !important;
    margin-left: 0px !important; }
  .headlineHeader {
    padding: 0px !important; }
  /*@page {
        margin-top: 0;
        margin-bottom: 0;
    }*/ }

.break {
  page-break-after: auto; }

.popupMenu {
  position: absolute;
  /*visibility:hidden;*/
  background-color: #f5f7f8;
  display: none; }

.popupMenuOnTop {
  position: absolute;
  visibility: hidden;
  background-color: #f5f7f8;
  z-index: 1002; }

.modalPopup {
  position: absolute;
  padding: 20px 30px;
  background-color: White;
  vertical-align: middle;
  text-align: center;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  width: fit-content;
  overflow-x: auto; }
  .modalPopup:hover {
    overflow-x: unset; }
  .modalPopup input,
  .modalPopup select {
    margin: 5px 0; }
  .modalPopup__header {
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 1rem; }

.customerSearch-modalPopup {
  max-height: 400px; }

.ct-point {
  stroke-width: 15px;
  cursor: pointer; }

#FIBStooltip {
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px; }

.updateProgresModalPopup {
  position: absolute;
  width: 200px;
  padding: 10px;
  background-color: White;
  border-style: solid;
  border-color: Black;
  border-width: 1px;
  vertical-align: middle;
  text-align: center;
  z-index: 1015; }

.fixedModalBackground {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  text-align: center;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3); }

.fixedModalBackgroundLowerZIndex {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3); }

.fixedBlancModalBackground {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3); }

.exclamationText {
  position: absolute;
  z-index: 1001; }

.noShow {
  display: none; }

.show {
  display: block; }

.container {
  position: relative;
  height: 260px;
  width: 220px; }

.navigation {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000; }

.nav-header {
  background: #0F5074;
  position: relative;
  z-index: 15;
  border-bottom: 0px solid #EFA655;
  box-shadow: 0 4px 4px -4px gray;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
  grid-template-columns: 40% auto 40%;
  grid-template-rows: auto auto; }
  .nav-header__main {
    display: flex;
    color: #FFFFFF;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.75);
    background-color: #0f5074;
    padding-top: 24px;
    padding-bottom: 24px; }
    @media screen and (max-width: 795px) {
      .nav-header__main {
        padding: 18px; } }
    .nav-header__main--logo {
      display: flex;
      justify-content: flex-start;
      flex: 1;
      flex-direction: row;
      font-size: 2rem;
      height: 36px;
      font-weight: 600; }
      .nav-header__main--logo img {
        max-height: 32px;
        max-width: 260px;
        margin: auto 0; }
    .nav-header__main--date {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.6rem; }
      .nav-header__main--date > span {
        display: flex;
        margin: auto; }
    .nav-header__main--user {
      flex-direction: row;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
      display: flex;
      flex: 1;
      align-items: center;
      justify-content: flex-end; }
      .nav-header__main--user > span {
        padding-left: 20px; }
      .nav-header__main--user .user-dropdown {
        z-index: 200; }
        .nav-header__main--user .user-dropdown > div {
          font-size: 1.6rem; }
        .nav-header__main--user .user-dropdown span {
          padding-bottom: 1px;
          font-weight: 600;
          padding-bottom: 4px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
          .nav-header__main--user .user-dropdown span:hover {
            border-bottom: 2px solid #FFFFFF;
            padding-bottom: 2px; }
        .nav-header__main--user .user-dropdown > ul {
          position: absolute;
          right: 45px;
          display: none;
          background: #FFFFFF;
          margin: 0;
          padding: 0;
          list-style-type: none;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.12);
          font-size: 14px;
          text-shadow: none;
          width: 240px; }
          .nav-header__main--user .user-dropdown > ul div {
            padding: 8px;
            width: auto; }
          .nav-header__main--user .user-dropdown > ul i {
            color: #EFA655; }
        .nav-header__main--user .user-dropdown li {
          border-bottom: 1px solid #BDBDBD;
          display: flex; }
          .nav-header__main--user .user-dropdown li:hover {
            background: #EEEEEE; }
        .nav-header__main--user .user-dropdown a {
          width: 100%;
          color: #232631;
          text-decoration: none; }
      .nav-header__main--user .user-dropdown:hover ul {
        display: flex;
        flex-direction: column; }
    .nav-header__main--company {
      visibility: hidden;
      display: none;
      background-color: #CCE1E8; }
  .nav-header__wrapper {
    font-size: 1.4rem;
    background-color: white;
    color: #67758d; }
    .nav-header__wrapper > div {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 795px) {
        .nav-header__wrapper > div {
          padding: 8px 18px; } }

.fa-bookmark::before {
  font-size: 1.6rem;
  color: #EFA655; }

.nav-dropdown-container {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 992px) {
    .nav-dropdown-container .nav-dropdown {
      /* margin: 4px 0 0 0;
            padding: 0px 10px; */ }
      .nav-dropdown-container .nav-dropdown:hover {
        background-color: #CCE1E8; }
    .nav-dropdown-container h3 {
      font-size: 13px; } }
  .nav-dropdown-container > div {
    display: flex; }
  @media screen and (max-width: 795px) {
    .nav-dropdown-container > div {
      flex-flow: row wrap;
      display: flex;
      visibility: hidden;
      opacity: 0;
      clear: both;
      max-height: 0;
      transition: max-height 0.2s ease-out, visibility 0.2s ease-out, opacity 0.1s ease-out; }
    .nav-dropdown-container .nav-dropdown {
      padding: 10px;
      width: 40%;
      text-align: center; } }
  .nav-dropdown-container .nav-btn {
    display: none; }
    @media screen and (max-width: 795px) {
      .nav-dropdown-container .nav-btn:checked ~ div {
        visibility: visible;
        max-height: fit-content;
        opacity: 1;
        transition: max-height 0.2s ease-out, visibility 0.2s ease-out, opacity 0.2s ease-in; }
        .nav-dropdown-container .nav-btn:checked ~ div h3 {
          font-size: initial; }
      .nav-dropdown-container .nav-btn:checked ~ .nav-btn-lbl .nav-icon {
        background: transparent; }
        .nav-dropdown-container .nav-btn:checked ~ .nav-btn-lbl .nav-icon::before {
          transform: rotate(45deg); }
        .nav-dropdown-container .nav-btn:checked ~ .nav-btn-lbl .nav-icon::after {
          transform: rotate(-45deg); }
      .nav-dropdown-container .nav-btn:checked ~ .nav-btn-lbl:not(.steps) .nav-icon::before, .nav-dropdown-container .nav-btn:checked ~ .nav-btn-lbl:not(.steps) .nav-icon::after {
        top: 0; } }
  .nav-dropdown-container .nav-btn-lbl {
    cursor: pointer;
    display: inline-block;
    padding: 28px 0px;
    position: relative;
    user-select: none;
    width: 18px; }
    @media screen and (min-width: 795px) {
      .nav-dropdown-container .nav-btn-lbl {
        display: none;
        padding: 12px; } }
    @media screen and (max-width: 795px) {
      .nav-dropdown-container .nav-btn-lbl {
        padding: 12px; } }
  .nav-dropdown-container .nav-icon {
    background: #EFA655;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px; }
    .nav-dropdown-container .nav-icon::before, .nav-dropdown-container .nav-icon::after {
      background: #EFA655;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      transition: all 0.2s ease-out;
      width: 100%; }
    .nav-dropdown-container .nav-icon::before {
      top: 5px; }
    .nav-dropdown-container .nav-icon::after {
      top: -5px; }

.nav-dropdown {
  margin: 0;
  cursor: pointer;
  /*   text-shadow: $TextShadow1;*/ }
  .nav-dropdown:hover {
    background-color: #CCE1E8; }
  .nav-dropdown:first-of-type {
    margin-left: 0; }
  .nav-dropdown:last-of-type li::after {
    display: none; }
  .nav-dropdown a {
    text-decoration: none;
    color: #FFFFFF; }
  .nav-dropdown h3 {
    margin: 0 0 6px;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.8); }
  .nav-dropdown:hover h3 {
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 2px; }
  .nav-dropdown:hover .nav-dropdown-content {
    display: flex; }
  .nav-dropdown:hover .nav-shade {
    display: flex; }

.nav-dropdown-content {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  z-index: 3;
  flex-flow: row wrap;
  padding: 1.6rem;
  border-bottom: 6px solid #EFA655;
  cursor: default;
  border-top: 1px solid #B3D2DD;
  margin-right: 50px; }

.sub-menu-list {
  margin: 10px 20px;
  max-width: 160px; }
  .sub-menu-list h4 {
    font-size: 16px;
    color: #0F5074;
    margin-bottom: 14px;
    padding: 0;
    font-weight: 600; }
  .sub-menu-list a,
  .sub-menu-list a:visited {
    color: #212121;
    text-decoration: none; }
  .sub-menu-list h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    cursor: pointer; }
  .sub-menu-list > ul {
    padding: 0;
    margin: 0;
    clear: both; }
    .sub-menu-list > ul > li {
      list-style: disc; }
      .sub-menu-list > ul > li::marker {
        color: #EFA655;
        display: inline-block; }
      .sub-menu-list > ul > li > div {
        padding: 4px;
        margin: 0; }
        .sub-menu-list > ul > li > div:hover {
          border-radius: 4px;
          background: #F5F5F5; }
          .sub-menu-list > ul > li > div:hover h5 {
            text-decoration: underline; }

.nav-shade {
  display: none;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #616161;
  position: fixed;
  top: 96px;
  opacity: 0.7;
  z-index: -1; }
  .nav-shade:hover {
    display: none !important; }

.notif-container {
  display: flex;
  margin: auto 10px; }
  .notif-container a {
    margin: auto;
    background-color: #44a2db;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    display: flex; }
    .notif-container a div {
      margin: auto;
      color: #FFFFFF;
      font-weight: 700; }

.breadcrumb {
  display: flex;
  justify-content: space-between;
  padding: 0;
  background-color: transparent; }
  .breadcrumb .breadcrumb-container h4 {
    color: #757575;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600; }
  .breadcrumb h3 {
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    font-size: 14px; }
  .breadcrumb__container {
    display: inline-flex; }
    .breadcrumb__container--bookmark {
      margin: auto 0; }
  .breadcrumb .breadcrumb-container {
    display: flex;
    flex-direction: row;
    margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .breadcrumb .breadcrumb-container {
      display: none; }
    .breadcrumb .HelpPanelHeader {
      display: none; } }
  .breadcrumb > div:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*

        @media screen and (max-width: $Break3) {
            width: 46%;
        }
        */ }
  .breadcrumb img {
    margin: auto 0; }
  @media screen and (max-width: 795px) {
    .breadcrumb {
      padding: 10px 5px 0; }
      .breadcrumb > div:last-child {
        width: auto; }
      .breadcrumb .breadcrumb-container {
        flex-direction: column; }
        .breadcrumb .breadcrumb-container h3 {
          font-size: 1.4rem; }
        .breadcrumb .breadcrumb-container h4 {
          font-size: 1rem;
          border-right: none; }
        .breadcrumb .breadcrumb-container img {
          display: none; } }

.shortcut-container {
  width: auto;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  transition: all 0.1s ease-out;
  display: flex;
  margin: auto 0; }
  @media screen and (max-width: 795px) {
    .shortcut-container {
      right: 18px;
      padding: 0; } }
  .shortcut-container h4 {
    margin: 0;
    padding: 0 10px;
    color: #0F5074; }
  .shortcut-container ul {
    display: flex;
    margin: 0;
    padding-top: 12px;
    position: absolute;
    flex-direction: column;
    border-radius: 3px;
    flex-wrap: nowrap;
    max-height: 30px;
    max-width: 100px;
    right: 10px; }
    .shortcut-container ul > li {
      display: none;
      background: white;
      border: 1px solid #EEEEEE; }
      .shortcut-container ul > li:hover {
        background: #E0E0E0; }
      .shortcut-container ul > li > a {
        color: #0F5074;
        display: block;
        padding: 3px 5px;
        margin: 1px 0;
        text-decoration: none; }
      .shortcut-container ul > li > input[type="submit"] {
        padding: 3px 5px;
        margin: 1px 0;
        width: 100%; }
  .shortcut-container:hover ul {
    display: block;
    max-height: 300px;
    max-width: 200px;
    opacity: 1;
    transition: all 0.1s ease-out; }
    .shortcut-container:hover ul li {
      display: block; }

.notify-card {
  background: #d9edf7;
  border-radius: 10px;
  border: 1px solid #bce8f1;
  display: flex;
  padding: 6px;
  margin: 6px 0;
  justify-content: space-between;
  left: 0;
  z-index: 10;
  color: #31708f;
  grid-column: 1 / 13;
  overflow-wrap: anywhere; }
  .notify-card img {
    padding: 0 2px; }
  .notify-card button {
    border: none;
    display: flex;
    padding: 6px;
    margin: 2px 0;
    justify-content: space-between;
    left: 0;
    z-index: 10;
    color: #31708f;
    grid-column: 1 / 5; }
    .notify-card button img {
      padding: 0 2px; }
    .notify-card button button {
      border: none;
      display: flex;
      flex: 1;
      font-weight: 900;
      font-size: 1.4rem;
      background-color: transparent;
      align-content: center;
      justify-content: center;
      padding: 10px;
      color: #31708f;
      border-radius: 5px; }
      .notify-card button button:hover {
        color: black !important;
        cursor: pointer; }
  .notify-card .notify-danger.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 46rem;
    height: 4.5rem;
    margin-top: -2.25rem;
    margin-left: -23rem;
    font-size: 1.25rem; }
    .notify-card .notify-danger.popup i {
      padding-top: 0.25rem; }
    .notify-card .notify-danger.popup p {
      font-size: 1.5rem;
      padding-top: 0.5rem; }

.notify-danger {
  background: #ffe7e9;
  border-color: #FFCDD2;
  color: #B71C1C;
  border-left: 4px solid #FFCDD2; }
  .notify-danger button:hover {
    background-color: #EF9A9A; }

.notify-info {
  background: #deebf0;
  border-color: #CCE1E8;
  color: #00698C;
  border-left: 4px solid #CCE1E8; }
  .notify-info button:hover {
    background-color: #B3D2DD; }

.notify-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-out, left 0.6s ease-in, visibility 0s linear 1s;
  display: none; }

.popup.notify-hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  display: flex; }

.acc-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px; }
  .acc-search > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .acc-search > div:first-child {
      padding-left: 0; }
    .acc-search > div:last-child {
      padding-right: 0; }
    .acc-search > div > div {
      display: flex;
      justify-content: space-between;
      padding: 2px 8px; }
      .acc-search > div > div > * {
        margin: auto;
        padding: 2px 4px; }

.invoice-button-list {
  display: flex;
  flex-flow: row wrap;
  margin: auto 0; }
  .invoice-button-list li {
    margin: auto;
    display: flex; }
    .invoice-button-list li a {
      margin: auto;
      color: #0F5074;
      font-weight: 600;
      font-size: 1.4rem;
      display: flex; }
      .invoice-button-list li a img,
      .invoice-button-list li a input {
        margin: auto 4px; }

.invoicecreate-list > div {
  margin-bottom: 10px; }

.invoice-info {
  margin: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 120px;
  font-size: 1.4rem; }
  .invoice-info > div {
    display: flex;
    flex-direction: column; }
    .invoice-info > div > div {
      display: flex;
      justify-content: space-between; }
  .invoice-info .ipt {
    display: flex; }
    .invoice-info .ipt > input[type="image"] {
      margin: auto; }
  .invoice-info .important {
    font-weight: 600; }
  .invoice-info .comment {
    flex-direction: column; }
    .invoice-info .comment span:last-of-type {
      border: 1px solid #E0E0E0; }

@media only screen and (max-width: 1500px) {
  .invoice-info {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px; } }

@media only screen and (max-width: 844px) {
  .invoice-info {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px; } }

@media only screen and (max-width: 685px) {
  .invoice-info {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px; } }

.grid-reg-field {
  display: flex;
  flex-direction: column; }
  .grid-reg-field > div {
    display: flex;
    flex-direction: row; }
    .grid-reg-field > div > * {
      margin: auto;
      padding: 2px 4px; }
    .grid-reg-field > div > div:last-child {
      display: flex; }
      .grid-reg-field > div > div:last-child input {
        margin: auto;
        padding: 4px; }
        .grid-reg-field > div > div:last-child input:focus {
          outline: 1px solid #0F5074;
          padding: 2px; }

.grid-reg-btns {
  display: flex; }
  .grid-reg-btns > input {
    margin: auto;
    padding: 4px; }
    .grid-reg-btns > input:focus {
      outline: 1px solid #0F5074;
      padding: 2px; }

.bank-transaction__inputs {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-top: 10px; }
  .bank-transaction__inputs > div {
    margin: auto 0; }
  .bank-transaction__inputs .input-container {
    display: flex;
    flex-direction: row; }
    .bank-transaction__inputs .input-container > div {
      margin: auto 10px; }
    @media (max-width: 768px) {
      .bank-transaction__inputs .input-container {
        flex-direction: column; } }

.bank-transaction__grid th {
  border-right: 0;
  border-left: 0; }

/* Ajax Tab BEGIN */
.ajax__tab_header {
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0;
  border-bottom: 1px solid #BDBDBD; }
  .ajax__tab_header > span {
    padding: 4px 6px;
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    background: #F5F5F5;
    margin: 0px 2px;
    text-decoration: none;
    cursor: pointer;
    color: #424242; }
    .ajax__tab_header > span:first-child {
      margin-left: 0 !important; }
    .ajax__tab_header > span:last-child {
      margin-right: 0 !important; }
    .ajax__tab_header > span:hover {
      background: #e8e8e8;
      color: white; }
    .ajax__tab_header > span a {
      font-weight: bold;
      color: #000000;
      text-decoration: none;
      cursor: pointer; }
  .ajax__tab_header > span.ajax__tab_active {
    background: #0F5074;
    border-color: #80B4C6;
    color: white; }
    .ajax__tab_header > span.ajax__tab_active a {
      font-weight: bold;
      color: white;
      text-decoration: none;
      cursor: none; }
    .ajax__tab_header > span.ajax__tab_active:hover {
      background: #0F5074;
      border-color: #4D96AF;
      color: white;
      cursor: pointer; }

/* Ajax Tab END */
/* TEST ROUNDED CORNERS BEGIN */
div#nifty {
  margin: 0 10%;
  background-image: url(imgs/tableHeaderBlueGradient.png);
  border: 0px; }

b.rtop,
b.rbottom {
  display: block;
  background: #fff; }

b.rtop b,
b.rbottom b {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #6287b1; }

b.r1 {
  margin: 0 5px; }

b.r2 {
  margin: 0 3px; }

b.r3 {
  margin: 0 2px; }

b.rtop b.r4,
b.rbottom b.r4 {
  margin: 0 1px;
  height: 2px; }

/* TEST ROUNDED CORNERS END */
/* TEST NEW TABS */
.tabWrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0;
  border-bottom: 1px solid #BDBDBD;
  font-size: 1.3rem; }
  .tabWrapper a {
    padding: 8px 10px;
    border-bottom: 0;
    background: white;
    text-decoration: none;
    cursor: pointer;
    color: #212121; }
    .tabWrapper a:hover {
      background: #66A5BA;
      border-color: #4D96AF; }
    .tabWrapper a:hover {
      background: #66A5BA;
      border-color: #4D96AF; }
    .tabWrapper a:visited {
      text-decoration: none; }
  .tabWrapper a.tabSelected {
    background: #0F5074;
    color: #FFFFFF;
    border-color: #80B4C6; }
    .tabWrapper a.tabSelected:hover,
    .tabWrapper a.tabSelected:hover span {
      border-color: #4D96AF;
      background: #66A5BA; }
  .tabWrapper a[disabled] {
    cursor: not-allowed;
    background: #E0E0E0;
    color: #757575;
    border-color: #BDBDBD; }

a.tabSelected,
a.tabNormal {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #eee;
  margin-right: 6px; }
  a.tabSelected *:last-child,
  a.tabNormal *:last-child {
    margin-right: 0px; }

a[disabled] {
  color: Gray;
  text-decoration: none; }

.vertical-align-row > * {
  vertical-align: middle; }

/* TEST NEW TABS END */
/* Grid Fixed Header BEGIN */
/* Panel surrounding grid */
.GridPanelFixedHeader {
  margin: 0 auto;
  float: left; }

/* Grid Style IE */
.GridFixedHeader {
  width: 98%; }

/* Grid Style other browsers */
.Grid100Width {
  width: 100%; }

/* HeaderStyle */
.FixedHeader {
  overflow: auto;
  position: absolute;
  line-height: 18px;
  width: 100%;
  margin-top: -2px;
  margin-left: -1px; }

/* Grid Fixed Header END */
.sub-header {
  font-style: italic;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top-color: lightgray;
  border-top-style: solid;
  border-top-width: 1px;
  text-decoration-color: lightgray;
  text-decoration: underline; }

div#fixedfooter {
  padding-left: 5px;
  padding-top: 2px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: White;
  background-color: #0F5074; }
  @media screen and (max-width: 768px) {
    div#fixedfooter {
      display: none; } }

.checkbox-list {
  padding: 0;
  margin: 0; }
  .checkbox-list > li {
    display: flex;
    padding: 2px 0;
    width: 250px; }
    .checkbox-list > li span {
      margin: auto;
      margin-left: 0; }
      .checkbox-list > li span:last-of-type {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .checkbox-list > li span:first-child {
        margin-right: 6px; }
    .checkbox-list > li div {
      min-width: 90px;
      display: flex;
      padding: 0 4px; }
      .checkbox-list > li div > img {
        margin: auto;
        margin-left: 0; }

.data-card {
  display: flex;
  flex-direction: column; }
  .data-card > div {
    font-size: 1.4rem;
    padding: 2px 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row; }
    .data-card > div > div span {
      font-size: 1.4rem; }
    .data-card > div > * {
      margin: auto 0; }
  .data-card select,
  .data-card textarea,
  .data-card input[type="text"]:not(.textbox-date) {
    display: flex;
    flex: 1; }
  .data-card .text-btn-row {
    display: flex; }
    .data-card .text-btn-row input[type="text"] {
      flex: 1 0 auto; }
    .data-card .text-btn-row input[type="image"] {
      margin: auto; }
  .data-card .date-btn-row {
    display: flex;
    flex: 1; }
    .data-card .date-btn-row > input {
      margin: auto 4px; }
    .data-card .date-btn-row > input[type="text"] {
      width: 80px; }
  .data-card__short {
    justify-content: flex-start !important; }
    .data-card__short > div:first-child {
      margin-right: 40px; }
  .data-card .bank-info input[type="text"]:first-of-type {
    width: 50px; }
  .data-card .bank-info input[type="text"]:nth-of-type(2) {
    width: 40px; }
  .data-card .bank-info input[type="text"]:nth-of-type(3) {
    width: 60px; }

.data-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .data-card-grid > div {
    font-size: 1.4rem;
    padding: 2px 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row; }
    .data-card-grid > div > div span {
      font-size: 1.4rem; }
    .data-card-grid > div > * {
      margin: auto 0; }
  .data-card-grid select,
  .data-card-grid textarea,
  .data-card-grid input[type="text"]:not(.textbox-date) {
    display: flex;
    flex: 1; }
  .data-card-grid .text-btn-row {
    display: flex; }
    .data-card-grid .text-btn-row input[type="text"] {
      flex: 1 0 auto; }
    .data-card-grid .text-btn-row input[type="image"] {
      margin: auto; }

@media screen and (max-width: 510px) {
  .data-card-grid {
    grid-template-columns: 1fr; } }

.thin-card {
  display: flex;
  flex-direction: column !important;
  background-color: #CCE1E8;
  width: 200px;
  border-radius: 5px; }
  .thin-card > div {
    margin: 2px 0;
    display: flex;
    justify-content: space-between; }
  .thin-card__date {
    display: flex; }
    .thin-card__date > * {
      margin: auto 0; }
    .thin-card__date > input[type="text"] {
      width: 80px !important;
      margin-right: 5px; }
  .thin-card__check {
    display: flex; }
    .thin-card__check img {
      margin: auto;
      padding-right: 3px; }

.card-med {
  max-width: 500px; }

.daterange-container {
  width: 206px;
  display: flex;
  flex-flow: row nowrap; }
  .daterange-container > * {
    margin: auto 2px; }

.invoice-entry {
  display: flex;
  font-size: 1.3rem; }
  .invoice-entry .entry-item {
    display: flex;
    margin: 5px; }
    .invoice-entry .entry-item > div {
      display: flex;
      flex-direction: column; }
      .invoice-entry .entry-item > div > div:last-child {
        display: flex; }
        .invoice-entry .entry-item > div > div:last-child img {
          margin: auto; }

.invoice-entry-submit {
  display: flex;
  justify-content: flex-end;
  padding: 5px; }

.acc-container {
  display: flex;
  width: min-content; }

.transaction-entry {
  font-size: 1.4rem; }
  .transaction-entry td {
    padding: 2px 4px;
    vertical-align: middle; }
    .transaction-entry td:first-of-type > span {
      white-space: nowrap; }
  .transaction-entry .btn-cell {
    display: inline-flex;
    flex-direction: row; }
  .transaction-entry .fill > input {
    width: 100%; }
  .transaction-entry .dep {
    display: flex;
    width: 500px; }
    .transaction-entry .dep > * {
      margin: auto; }

.folder-tree {
  background: #CCE1E8; }
  .folder-tree a {
    color: #000000;
    font-size: 1.1em;
    font-weight: 500; }

.product-attribute-card {
  width: 450px; }
  @media (min-width: 1880px) {
    .product-attribute-card {
      width: auto; } }
  .product-attribute-card > div:first-child {
    margin-bottom: 15px; }
  .product-attribute-card h3,
  .product-attribute-card h4 {
    margin: 0; }

.attribute-container {
  width: 100%;
  margin-bottom: 20px; }
  .attribute-container td {
    padding-top: 4px; }
    .attribute-container td .center-btn {
      display: flex; }
      .attribute-container td .center-btn > * {
        margin: auto; }
  .attribute-container tr:not(:last-child) {
    border-bottom: 1px solid #9E9E9E; }
  .attribute-container .attribute-values {
    display: flex;
    flex-flow: row wrap;
    padding: 4px;
    margin: 0; }
    .attribute-container .attribute-values li {
      margin: 0 2px;
      display: flex; }
    .attribute-container .attribute-values .button {
      padding: 1px 6px; }
  .attribute-container .atr-btn-container {
    width: 100px;
    margin: 10px; }
    .attribute-container .atr-btn-container input[type="text"],
    .attribute-container .atr-btn-container input[type="submit"] {
      width: 100%; }
  .attribute-container .atr-lit-name-container {
    width: 30%;
    border-right: black dotted 1px;
    padding-left: 0.5rem; }
    .attribute-container .atr-lit-name-container div {
      display: flex; }
    .attribute-container .atr-lit-name-container input[type="submit"] {
      border: none;
      background: url("../../imgs/close.png");
      background-position: center;
      background-repeat: no-repeat; }
  .attribute-container .atr-list-value-container {
    width: 50%; }
    .attribute-container .atr-list-value-container ul {
      flex-direction: column; }
    .attribute-container .atr-list-value-container li {
      padding-bottom: .25rem;
      border-bottom: black dotted 1px; }
      .attribute-container .atr-list-value-container li:last-child {
        border-bottom: 0; }
        .attribute-container .atr-list-value-container li:last-child .FIBStooltip {
          margin: auto; }
      .attribute-container .atr-list-value-container li:nth-last-child(2) {
        border-bottom: 0; }
    .attribute-container .atr-list-value-container input[type="submit"] {
      margin: auto;
      border: none;
      background: url("../../imgs/close.png");
      background-position: center;
      background-repeat: no-repeat; }
  .attribute-container .atr-btn-edit-container {
    width: 20%;
    border-left: black dotted 1px;
    text-align: center;
    padding: 1rem; }
    .attribute-container .atr-btn-edit-container > div {
      display: flex;
      justify-content: center;
      flex-direction: row; }
      .attribute-container .atr-btn-edit-container > div:first-child {
        width: 80%;
        margin: 0 10%; }
    .attribute-container .atr-btn-edit-container .FIBStooltip {
      margin: auto;
      display: block;
      font-size: x-large;
      padding: 0rem 0.5rem; }
  .attribute-container .error {
    border: 1px solid red; }

.attribute-edit {
  margin: 20px 0 25px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.12); }
  .attribute-edit input[type="text"] {
    margin-right: 6px; }

.attribute-add {
  margin-bottom: 20px; }
  .attribute-add > div {
    display: flex;
    flex-direction: column; }
    .attribute-add > div > div {
      width: 300px;
      display: flex;
      justify-content: space-between;
      padding: 4px 2px; }
      .attribute-add > div > div > *:first-child {
        margin: auto; }
  .attribute-add > div:last-child {
    flex-direction: row;
    justify-content: flex-end;
    margin: 7px 0; }
    .attribute-add > div:last-child > input {
      margin-right: 5px; }
  .attribute-add .attribute-new {
    display: flex;
    justify-content: flex-end; }

.attribute-variants {
  margin: 15px 0 20px;
  overflow-x: auto; }
  .attribute-variants > table {
    width: 100%; }
  .attribute-variants tr:nth-child(odd) {
    background: #FFFFFF; }
  .attribute-variants tr:nth-child(even) {
    background: #EEEEEE; }
  .attribute-variants td {
    border: 1px solid #E0E0E0; }
    .attribute-variants td input[type=text] {
      height: 32px;
      border: none;
      background: inherit !important;
      padding-left: 8px; }
    .attribute-variants td select {
      height: 30px;
      border: none !important;
      background: inherit !important; }
    .attribute-variants td input[type="number"] {
      height: 32px;
      padding: 0 2px;
      background: inherit !important; }
  .attribute-variants .del-btn-field {
    display: flex; }
    .attribute-variants .del-btn-field > * {
      margin: auto; }
  .attribute-variants input[type="submit"] {
    display: none;
    border: none;
    margin: auto;
    background: url("../../imgs/close.png");
    background-position: center;
    background-repeat: no-repeat; }
  .attribute-variants tr:hover select {
    border: 1px solid #B3D2DD !important;
    background: #FFFFFF !important;
    padding: 0 2px; }
  .attribute-variants tr:hover input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #B3D2DD !important;
    padding: 2px 7px; }
  .attribute-variants tr:hover input[type="number"] {
    background: #FFFFFF;
    border: 1px solid #B3D2DD !important; }
  .attribute-variants tr:focus-within input[type="submit"] {
    display: block; }
  .attribute-variants tr:focus-within td:first-child input[type="text"] {
    width: 120px !important; }
  .attribute-variants td:focus-within input[type="number"],
  .attribute-variants td:focus-within input[type="text"],
  .attribute-variants td:focus-within select {
    background: #FFFFFF; }
  .attribute-variants .error {
    border: 0.125rem solid red !important; }

.attribute-variant-new {
  margin: 15px 10px 20px;
  padding: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.12);
  width: 330px;
  display: flex;
  flex-direction: column;
  border-radius: 5px; }
  .attribute-variant-new > div {
    display: flex;
    justify-content: space-between;
    padding: 2px 6px; }
    .attribute-variant-new > div > select {
      width: 189px; }

.bulk-container {
  padding: 1rem;
  width: 45rem;
  font-size: medium; }
  .bulk-container div {
    margin-bottom: 2rem; }
  .bulk-container .bulk-header .mb-1 {
    margin-bottom: 1rem; }
  .bulk-container .bulk-header .FIBStooltip {
    margin: auto 0.5rem !important; }
  .bulk-container .bulk-parent div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem; }
  .bulk-container .bulk-btns {
    margin-bottom: 0rem; }
  .bulk-container .error {
    border: 1px solid red; }

.attribute-variant-buttons {
  display: flex;
  justify-content: space-between; }

.taxprocessing_accrow_cell {
  padding-left: 1.5rem; }

.taxprocessing_accrow_first {
  padding-left: 1.5rem; }

.taxprocessing_accrow_last {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem; }

.taxprocessing_accrow_only {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem; }

.import-dropdown-container {
  display: flex;
  margin: 0.3rem 0;
  padding: 0.5rem;
  width: 200px; }
  .import-dropdown-container > * {
    margin: auto;
    margin-left: 0; }
  .import-dropdown-container > select {
    width: 40px;
    font-weight: bold; }

.import-preview-table tr:nth-child(even) {
  background-color: #b1ceea; }

.import-preview-row-edit {
  display: flex;
  padding: 0.2rem;
  justify-content: space-between; }

.import-preview-encoding-dropdown-container {
  margin: 0.5rem 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column; }

.import-preview-encoding-dropdown {
  border: solid 1px lightgray;
  margin: 0.3rem 0;
  width: 240px; }

.import-preview-file-upload {
  border: solid 1px lightgray;
  width: 237px; }

.file-upload {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px dashed lightgray;
  border-radius: 6px;
  -moz-border-radius: 6px;
  cursor: pointer;
  -webkit-border-radius: 6px; }

.file-upload:hover {
  background-color: aliceblue; }

.import-preview-file-upload-container {
  margin: 0.3rem 0;
  padding: 0.5rem; }

.import-preview-checkbox-container {
  margin: 0.3rem 0;
  padding: 0.5rem;
  display: inline-flex; }

.import-preview-checkbox-container > * {
  margin: auto;
  padding-right: 0.5rem; }

.import-preview-buttons-container {
  margin: 0.3rem 0;
  padding: 0.5rem;
  display: inline-flex; }

.import-preview-buttons-container > * {
  margin: auto;
  margin-right: 1rem; }

.import-rb-column-count {
  display: flex;
  width: 125px; }

.import-rb-column-count-icon {
  margin: auto; }

.import-button-container {
  display: flex;
  padding: 10px; }
  .import-button-container > * {
    margin: auto 15px auto 0; }

.import-file-info {
  display: flex;
  flex-direction: column;
  margin: 0.3rem 0;
  padding: 0.5rem;
  font-weight: bold; }
  .import-file-info > div:first-child {
    display: flex;
    flex-direction: row; }
    .import-file-info > div:first-child > img {
      margin-left: 5px;
      height: 16px;
      width: 16px; }

.webstore-banner {
  max-width: 900px;
  padding: 0 10px;
  padding-top: 1px; }

.webstore-field-container {
  display: flex; }

.webstore-passwordpeek {
  width: 22px;
  height: 22px;
  border: 1px solid #b1ceea;
  border-left: none; }

.webstore-header {
  width: 100%;
  height: 15px; }
  .webstore-header input {
    border: none;
    background: none;
    margin-bottom: -1px; }

.webstore-config {
  display: flex; }

.webstore-list-container {
  width: auto;
  padding: 0 3rem 0 0;
  border-right: 1px solid lightblue;
  display: flex;
  flex-direction: column; }

.webstore-list {
  padding-left: 0;
  overflow-y: auto; }

.webstore-list-buttons {
  margin: 1em 0 2em;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr; }
  .webstore-list-buttons > a {
    text-decoration: none;
    padding: 6px;
    margin: 3px;
    border: 1px solid lightblue;
    border-radius: 10px;
    background-color: aliceblue;
    width: 140px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap; }
    .webstore-list-buttons > a > input[type="image "] {
      margin: auto; }
    .webstore-list-buttons > a > div {
      color: #000000;
      font-size: 1.5rem;
      font-weight: bold;
      display: flex; }
      .webstore-list-buttons > a > div > img {
        margin: auto; }
      .webstore-list-buttons > a > div > div {
        margin: auto auto auto 0.3em; }

@media only screen and (max-width: 1100px) {
  .webstore-list-buttons {
    grid-template-columns: 1fr 1fr; } }

.webstore-list-item {
  font-size: 13px;
  height: auto;
  min-height: 42px;
  display: flex;
  border: 1px solid lightblue;
  background-color: royalblue;
  border-radius: 10px;
  margin-bottom: 10px; }
  .webstore-list-item > div {
    margin: auto;
    padding: 6px;
    color: white;
    word-break: break-word; }

.webstore-settings-container {
  padding: 0 2rem;
  min-width: 600px;
  width: auto;
  display: flex;
  flex-flow: column nowrap;
  border-right: 1px solid lightblue; }

.webstore-settings-section {
  margin: 10px 30px; }
  .webstore-settings-section > h4 {
    margin-bottom: 5px; }
  .webstore-settings-section > div {
    display: flex;
    justify-content: space-between;
    padding: 3px 0; }
    .webstore-settings-section > div > input[type="text"] {
      width: 286px; }
  .webstore-settings-section > select {
    height: 234px;
    margin: 8px auto 16px; }

@media only screen and (max-width: 1770px) and (min-width: 1490px) {
  .webstore-settings-section > div > input[type="text"] {
    width: 230px; } }

.webstore-settings-section > div > input[type="submit"]:hover {
  background-color: #99C3D1;
  color: #fff; }

.webstore-settings-section > div > input[type="submit"]:focus {
  background-color: #79b9e1;
  color: #fff;
  outline: none; }

.webstore-settings-section > div > select {
  width: 200px; }

.webstore-change-user {
  margin: 10px 30px; }

.webstore-change-user > div {
  display: flex;
  margin: 6px 0;
  justify-content: space-between; }

.webstore-change-user input {
  width: 200px; }

.webstore-input-info > * {
  width: 450px; }

.webstore-input-info > *:last-child {
  max-width: 450px; }

.webstore-input-info > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.webstore-input-info > div:first-child > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 3px; }

.webstore-input-info p {
  font-style: italic;
  font-family: sans-serif;
  color: #666;
  padding-left: 30px; }

.webstore-input-info input[type="color"],
.webstore-input-info input[type="date"],
.webstore-input-info input[type="datetime-local"],
.webstore-input-info input[type="email"],
.webstore-input-info input[type="month"],
.webstore-input-info input[type="number"],
.webstore-input-info input[type="password"],
.webstore-input-info input[type="range"],
.webstore-input-info input[type="search"],
.webstore-input-info input[type="tel"],
.webstore-input-info input[type="text"],
.webstore-input-info input[type="time"],
.webstore-input-info input[type="url"],
.webstore-input-info input[type="week"] {
  width: 286px; }

@media only screen and (max-width: 1300px) {
  .webstore-input-info input[type="color"],
  .webstore-input-info input[type="date"],
  .webstore-input-info input[type="datetime-local"],
  .webstore-input-info input[type="email"],
  .webstore-input-info input[type="month"],
  .webstore-input-info input[type="number"],
  .webstore-input-info input[type="password"],
  .webstore-input-info input[type="range"],
  .webstore-input-info input[type="search"],
  .webstore-input-info input[type="tel"],
  .webstore-input-info input[type="text"],
  .webstore-input-info input[type="time"],
  .webstore-input-info input[type="url"],
  .webstore-input-info input[type="week"] {
    width: 220px; } }

.webstore-input-info input[type="submit"]:hover {
  background-color: deepskyblue;
  color: #fff; }

.webstore-input-info select {
  width: 200px; }

.webstore-input-info h4 {
  margin: 14px 0 4px; }

.webstore-input-info-narrow ~ * {
  width: 60%; }

.webstore-input-info input[type="checkbox"] {
  width: 15px;
  height: 15px; }

.webstore-search-container {
  padding: 0 2rem;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  min-width: 400px; }
  .webstore-search-container .webstore-change-connection-keys {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .webstore-search-container .webstore-change-connection-keys > * {
      margin: 4px 0;
      display: flex;
      justify-content: space-between; }
  .webstore-search-container .webstore-settings-section {
    margin-left: 0;
    margin-right: 0; }
  .webstore-search-container > div:last-child {
    display: flex;
    margin: 20px 0;
    width: 100%;
    justify-content: space-between; }

@media only screen and (max-width: 1600px) {
  .webstore-search-container {
    min-width: 270px; }
  .webstore-search-container > div:last-child input:first-child {
    margin-right: 1rem; }
  .webstore-settings-section > div > input[type="text"] {
    max-width: 200px; } }

@media only screen and (max-width: 1300px) {
  .webstore-search-container {
    padding-left: 0; } }

.webstore-search-container > div {
  width: 100%; }

.webstore-button-selected {
  border-width: 3px; }

.webstore-overview-button {
  margin-bottom: 1rem;
  width: 100%; }

.webstore-overview-button > input[type="submit"] {
  width: 100%; }

.webstore-overview-button-active > input[type="submit"] {
  background-color: #4CAF50 !important;
  color: #fff !important; }

.webstore-overview-button > input[type="submit"]:focus {
  background-color: #79b9e1;
  color: #fff;
  outline: none; }

.webstore-overview-options {
  margin-top: 40px;
  min-width: 150px;
  padding: 0 2rem 0 1rem;
  display: flex;
  flex-direction: column;
  min-height: 160px; }

.webstore-overview-container {
  padding: 0 0 0 3rem;
  width: 100%; }

.webstore-overview-topbar {
  display: flex;
  justify-content: flex-start;
  width: 54%;
  max-width: 580px;
  margin: 1rem 0; }

.webstore-overview-topbar > * {
  margin: auto;
  margin-left: 0;
  width: 100%; }

.webstore-overview-productlist {
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #bbb;
  box-shadow: 0px 12px 12px 1px #bbb; }

.webstore-overview-productlist * {
  word-break: break-word; }

.webstore-listview-productname {
  display: flex;
  justify-content: space-between; }

.webstore-listview-productname > div:last-child {
  padding: 0 16px;
  font-weight: bold;
  color: #777;
  min-width: 90px; }

.webstore-overview-variantlist {
  height: auto;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  display: none; }

.webstore-product-listitem {
  background: #f6fcff;
  border-bottom: 1px solid gray;
  border-top: 3px solid #bbb;
  display: flex;
  justify-content: space-between; }

.webstore-product-listitem:hover {
  background: #e6ecef !important; }

.webstore-product-listitem > * {
  margin: 0;
  width: 25%;
  text-align: center;
  padding: 0;
  height: 32px;
  background: none;
  border: none; }

.webstore-product-listitem > div {
  height: auto;
  padding: 8px 0; }

.webstore-product-listitem > input[type="checkbox"] {
  width: 16px;
  margin: 0 12px; }

.webstore-product-listitem > *:nth-child(2) {
  width: 30%; }

.webstore-product-listitem > *:nth-child(n + 5):nth-child(-n + 6) {
  width: 10%; }

.webstore-product-listitem > *:nth-child(-n + 4) {
  text-align: left; }

.webstore-product-listitem > *:focus {
  outline: none; }

.webstore-product-listitem > *::-moz-focus-inner {
  border: 0; }

.webstore-variant-listitem {
  background: #f6fcff;
  border-bottom: 1px solid gray;
  display: flex;
  justify-content: space-between;
  padding-left: 40px; }
  .webstore-variant-listitem:hover {
    background: #e6ecef !important; }
  .webstore-variant-listitem > * {
    margin: 0;
    width: 25%;
    text-align: center;
    padding: 8px 0;
    background: none;
    border: none; }
    .webstore-variant-listitem > *:first-child {
      width: 30%; }
    .webstore-variant-listitem > *:nth-child(n + 4):nth-child(-n + 5) {
      width: 10%; }
    .webstore-variant-listitem > *:nth-child(-n + 3) {
      text-align: left; }
    .webstore-variant-listitem > *:focus {
      outline: none; }

.webstore-product-listheader {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  margin-top: 12px;
  margin-right: 17px; }
  .webstore-product-listheader > * {
    margin: 0;
    width: 25%;
    text-align: center; }
  .webstore-product-listheader > input[type="checkbox"] {
    height: 16px;
    width: 16px;
    margin: 0 12px; }
  .webstore-product-listheader > *:nth-child(2) {
    width: 30%; }
  .webstore-product-listheader > *:nth-child(n + 5):nth-child(-n + 6) {
    width: 10%; }
  .webstore-product-listheader > *:nth-child(-n + 4) {
    text-align: left; }

.webstore-import-buttons {
  display: flex;
  flex-flow: row nowrap;
  margin: 40px;
  margin-left: auto;
  max-width: 460px; }
  .webstore-import-buttons > div {
    margin-left: 40px; }

.webstore-sync-buttons {
  display: flex;
  margin: 40px auto;
  margin-right: 0;
  min-width: 460px; }
  .webstore-sync-buttons > div {
    margin-left: 40px; }

@media only screen and (max-width: 1300px) {
  .webstore-sync-buttons {
    margin: 40px 0; }
  .webstore-sync-buttons > div {
    margin-left: 0 4px; } }

.no-topborder {
  border-top: none; }

.webstore-comparison-row {
  display: flex;
  background: #f6fcff;
  border-bottom: 1px solid gray;
  border-top: 6px solid #bbb;
  padding-left: 7px; }
  .webstore-comparison-row + details {
    background: #f6fcff; }
  .webstore-comparison-row:hover,
  .webstore-comparison-row + details:hover {
    background: #e6ecef !important; }
  .webstore-comparison-row > div {
    margin-right: auto;
    width: 34%; }
    .webstore-comparison-row > div:last-of-type {
      margin-right: 0; }
  .webstore-comparison-row input {
    width: 16px;
    height: 16px;
    margin: 5px;
    margin-left: 0; }

.webstore-comparison-row-unsynced {
  background: #fdcdcd !important; }

.webstore-comparison-cell {
  padding: 2px 0; }
  .webstore-comparison-cell > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 5px; }
    .webstore-comparison-cell > div:not(:last-child) {
      border-bottom: 1px solid #bbb;
      height: 15px; }

.webstore-comparison-container {
  width: 100%; }
  .webstore-comparison-container:last-child {
    margin-bottom: 40px; }

.webstore-container-wide {
  width: 100%; }

.webstore-comparison-summary {
  outline: none;
  padding: 16px 0;
  font-weight: bold; }
  .webstore-comparison-summary > * {
    margin: 0; }

.webstore-comparison-headers {
  display: flex;
  margin-right: 17px; }
  .webstore-comparison-headers input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 7px; }
  .webstore-comparison-headers h4 {
    margin: 0; }
    .webstore-comparison-headers h4:first-of-type {
      margin-right: 47%; }
  .webstore-comparison-headers > div:nth-child(2) {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-left: 34.3%; }

.webstore-comparison-headers-sync {
  display: flex;
  justify-content: flex-start;
  padding-left: 33.2%;
  width: 100%; }
  .webstore-comparison-headers-sync h4 {
    margin: 0; }
    .webstore-comparison-headers-sync h4:first-of-type {
      margin-right: 28.9%; }

.webstore-sync-red {
  background: #fdcdcd; }

.webstore-sync-icon {
  height: 16px;
  width: 16px;
  margin-bottom: -3px; }

.webstore-sync-selection input {
  margin: 0 5px 3px 0; }

.webstore-sync-selection td {
  display: flex; }

.webstore-button-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 0 40px 50px; }
  .webstore-button-container h3 {
    margin-top: 0; }
  .webstore-button-container h4 {
    margin: 0; }
  .webstore-button-container table {
    margin-top: 30px; }

@media only screen and (max-width: 1300px) {
  .webstore-button-container {
    flex-flow: row wrap;
    margin: 0 0 50px; } }

.webstore-radio-container {
  display: flex;
  flex-direction: column;
  width: 230px; }
  .webstore-radio-container > div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .webstore-radio-container > div:first-child {
      justify-content: flex-end; }
      .webstore-radio-container > div:first-child > :first-child {
        padding-right: 8px; }

.webstore-radio-group {
  display: flex;
  justify-content: space-around;
  width: 110px; }

.webstore-overview-filter {
  display: flex;
  width: 25%;
  align-items: center;
  margin: 30px 0; }

.webstore-details-unsync > summary {
  padding: 10px 30px; }

.webstore-details-unsync > div {
  padding-left: 30px; }

.webstore-variant-summary {
  padding: 10px 10px;
  outline: none;
  border-bottom: 1px solid gray; }

.webstore-overview-filter div,
.webstore-overview-filter input[type="submit"] {
  min-height: 22px !important;
  width: 150px;
  margin: 0 !important; }

.webstore-overview-filter > input[type="text"] {
  height: 16px;
  margin-right: 12px; }

.webstore-info-float-bottom {
  margin-top: auto;
  margin-bottom: 20px; }

.webstore-warning-wrapper {
  display: flex; }
  .webstore-warning-wrapper > img {
    margin: auto 0; }
  .webstore-warning-wrapper > h4 {
    margin-left: 10px; }

.invoice-confirm-dialog-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  text-align: center;
  overflow: hidden;
  background-image: url(imgs/ModalBackground.png); }

.invoice-button-ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.invoice-confirm-dialog-background {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  text-align: center;
  overflow: hidden;
  background-image: url(imgs/ModalBackground.png); }

.projection-container {
  display: flex;
  max-height: 400px; }
  .projection-container > div:first-child {
    overflow: auto;
    border: 1px solid #b1ceea;
    margin-bottom: 20px; }
  .projection-container > div:last-child {
    margin: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .projection-container > div:last-child > div:last-child {
      margin: 20px auto; }
  .projection-container tr {
    height: 16px; }
  .projection-container table tr:nth-child(2n + 1) {
    background: #b1ceea; }
  .projection-container td > * {
    display: flex;
    flex-direction: row; }
  .projection-container td:first-child > div > * {
    margin: 0 auto; }
  .projection-container td:nth-child(2) > div {
    width: 200px;
    display: flex;
    padding: 1px 0 1px 12px; }
  .projection-container td:nth-child(3) > div {
    padding-right: 12px; }
  .projection-container td:nth-child(3) > div > * {
    margin: auto 0;
    padding-left: 12px; }
  .projection-container input[type="image"] {
    margin: auto; }

.projection-container-search {
  margin: auto;
  padding: 10px;
  background: #e2f1ff;
  width: 400px;
  height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid #b1ceea; }
  .projection-container-search select {
    margin: 12px 0;
    width: 100%;
    height: 200px; }
  .projection-container-search > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto 0; }
    .projection-container-search > div:nth-child(2) > * {
      margin: auto 0; }
  .projection-container-search > div:nth-child(3) {
    margin: auto 0; }
  .projection-container-search > div:last-child {
    margin: auto 0 0 auto; }
  .projection-container-search input[type="text"] {
    width: 170px; }

.dropbtn {
  background-color: #ddd;
  color: #555;
  padding: 7px;
  font-size: 1.4rem;
  border: none;
  display: flex;
  border-radius: 4px; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin: auto 0px; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding: 10px;
  margin: auto;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2; }
  .dropdown-content > div {
    background-color: white;
    padding: 4px; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #aaa; }

.product-group-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 75px; }

.product-group-item-left-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 75px; }

@media (max-width: 1550px) {
  .flex-container {
    margin: 0 40px; } }

@media (max-width: 1280px) {
  .flex-container {
    margin: 0 20px; } }

@media (max-width: 480px) {
  .flex-container {
    margin: 0 0px; }
  .product-group-container {
    margin: 0 0px; }
  .sub-edit {
    width: 100%;
    margin-top: 10px; } }

.white {
  color: white; }

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

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

.headlineHeader {
  background-color: #0f5074;
  color: white;
  padding: 8px;
  font-weight: 500; }

.sal-payment-date-container {
  display: grid;
  grid-template-columns: 300px 300px;
  margin-bottom: 1rem; }

@media screen and (max-width: 769px) {
  .sal-payment-date-container {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 500px) {
  .sal-payment-date-container {
    grid-template-columns: 1fr; } }

.sal-payment-container {
  display: grid;
  grid-template-columns: repeat(3, 200px); }

@media screen and (max-width: 769px) {
  .sal-payment-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 500px) {
  .sal-payment-container {
    display: grid;
    grid-template-columns: 1fr; } }

.transaction-container {
  display: grid;
  grid-template-columns: repeat(2, 200px) 250px 200px;
  min-height: 0;
  min-width: 0; }
  .transaction-container > div {
    overflow: hidden;
    min-width: 0; }

.transaction-sub-container {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr; }

@media screen and (max-width: 900px) {
  .transaction-container {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 2fr; } }

@media screen and (max-width: 760px) {
  .transaction-container {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 560px) {
  .transaction-container {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
    grid-gap: 0.5rem; }
  .transaction-sub-container {
    display: flex; } }

.main-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.balance-sheet-container-one {
  display: grid;
  grid-template-columns: 20% 1fr; }
  .balance-sheet-container-one > div > input {
    margin: 1px 4px; }

@media screen and (max-width: 769px) {
  .balance-sheet-container-one {
    display: grid;
    grid-template-columns: 1fr; } }

@media screen and (min-width: 490px) {
  .fit-content-no-mobile {
    width: fit-content; } }

.sale-query-container {
  display: grid;
  grid-template-columns: 200px 200px 240px 240px; }

@media screen and (max-width: 899px) {
  .sale-query-container {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem; } }

@media screen and (max-width: 500px) {
  .sale-query-container {
    grid-template-columns: 1fr;
    grid-gap: 1rem; } }

@media screen and (max-width: 1012px) {
  .product-div {
    display: flex;
    flex-wrap: wrap; }
  .stick-top {
    position: relative; }
  .container--fill .item-end, .container--std .item-end {
    width: fit-content; } }

.location-group-container {
  display: grid;
  grid-template-columns: 70% 30%; }

.location-group-edit {
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 990px) {
  .location-group-container {
    display: grid;
    grid-template-columns: 1fr; }
  .location-group-edit {
    display: flex;
    justify-content: flex-start; } }

.stock-query-container {
  display: grid;
  grid-template-columns: 200px 200px 240px 240px; }

@media screen and (max-width: 990px) {
  .stock-query-container {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2rem; } }

@media screen and (max-width: 644px) {
  .stock-query-container {
    grid-template-columns: 1fr;
    grid-gap: 1rem; } }

.pr-query-container {
  display: grid;
  grid-template-columns: 200px 200px 1fr; }

@media screen and (max-width: 653px) {
  .pr-query-container {
    display: grid;
    grid-template-columns: 1fr; } }

.project-container {
  display: grid;
  grid-template-columns: auto auto; }

@media screen and (max-width: 769px) {
  .project-container {
    grid-template-columns: 1fr;
    margin-bottom: 2rem; } }

.content {
  flex: 1 0 auto; }

.footer {
  flex-shrink: 0; }

.saldo-grid-container {
  display: grid;
  grid-template-columns: auto auto 1fr; }
  .saldo-grid-container > div {
    display: flex; }

@media screen and (max-width: 580px) {
  .saldo-grid-container {
    grid-template-columns: auto 1fr; }
  .saldo-grid-container :first-child {
    grid-column: 1 / -1; } }

@media screen and (max-width: 455px) {
  .saldo-grid-container {
    grid-template-columns: auto; } }

.date-popup {
  width: 100px;
  height: 100px; }

.query-result-container {
  display: grid;
  grid-template-columns: 250px 250px 250px auto;
  padding-left: 10px; }

@media screen and (max-width: 890px) {
  .query-result-container {
    display: grid;
    grid-template-columns: 250px 250px 250px; } }

@media screen and (max-width: 720px) {
  .query-result-container {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 425px) {
  .query-result-container {
    display: grid;
    grid-template-columns: 1fr; } }

.query-result-row-container {
  display: flex;
  flex-direction: row; }

.query-result-column-container {
  display: flex;
  flex-direction: column;
  flex: 1; }

.subscription-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.table-span-08 {
  line-height: 1.2; }
  .table-span-08 tr td span {
    font-size: 0.8em; }

.table-span-10 tr td span {
  font-size: 0.9em; }

.table-td-09 tr td {
  font-size: 0.9em; }

#_gvTransactionQueryResult > tbody > tr:last-child {
  background: #0F5074;
  color: white; }
  @media print {
    #_gvTransactionQueryResult > tbody > tr:last-child {
      background: white;
      color: black !important; } }

.sal-payee-container {
  display: grid;
  grid-template-columns: 150px auto; }

@media screen and (max-width: 435px) {
  .sal-payee-container {
    display: grid;
    grid-template-columns: 1fr; } }

.grayscale-img img {
  filter: grayscale(1); }

.nav-btn-margin a {
  margin: 0px 5px; }

.button-ok {
  width: 100%;
  justify-content: center;
  display: flex; }

.icon-label {
  display: flex;
  justify-content: start !important; }
  .icon-label .FIBStooltip {
    margin-left: 6px; }

.text-box-limiter {
  min-width: 4rem;
  max-width: 30rem;
  min-height: 4rem;
  max-height: 20rem; }

.text-box-limiter-large {
  min-width: 4rem;
  max-width: 40rem;
  min-height: 4rem;
  max-height: 40rem; }

label {
  font-size: 1.4rem; }

.margin-y-auto {
  margin: auto 0 !important; }

.invoice-print-padding-left {
  padding-left: 5px; }

.product-group-qr-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.product-group-qr-panel > div:nth-child(8n+1),
.product-group-qr-panel > div:nth-child(8n+2),
.product-group-qr-panel > div:nth-child(8n+3),
.product-group-qr-panel > div:nth-child(8n+4) {
  background: #b1ceea; }

#tester {
  display: grid;
  grid-template-columns: 1fr, 1fr, 1fr; }

.small-font {
  font-size: 1.2rem; }

.display-block {
  display: block !important; }

.display-flex {
  display: flex !important; }

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

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

.chart {
  /** we do not have 50% to account for the margin*/ }

.dougnut-chart {
  width: 20%; }

.sub-content-chart {
  background: #FFFFFF;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.07), 0px -7px 12px rgba(0, 0, 0, 0.07);
  padding: 12px;
  border-radius: 4px;
  margin: 0.5%;
  height: max-content; }

@media screen and (max-width: 773px) {
  .mobile-width {
    width: 100%;
    margin: 10px 0 10px 0; } }

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

.vertical-center {
  margin-top: auto;
  margin-bottom: auto; }

.info-card {
  width: 300px;
  height: 100px;
  align-items: center; }

.work-status-card {
  width: 140px;
  height: 50px;
  align-items: center;
  text-align: center; }

.grid-container-2-col {
  display: grid;
  grid-template-columns: 50% 50%; }

@media screen and (max-width: 1250px) {
  .chart {
    min-height: 300px; }
  .dougnut-chart {
    width: 30%; }
  .sub-content-chart {
    background: #FFFFFF;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.07), 0px -7px 12px rgba(0, 0, 0, 0.07);
    padding: 12px;
    border-radius: 4px;
    margin: 0.5%;
    height: max-content;
    width: 99%; }
  .grid-container-2-col {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 5px;
    padding-top: 5px; } }

.prop-container {
  margin: 10px;
  padding: 2rem;
  width: 500px; }
  .prop-container .field {
    margin: 2px 0;
    padding: 2px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: auto; }
    .prop-container .field > label {
      margin: 0; }
    .prop-container .field-text > span {
      margin: auto 0; }
    .prop-container .field-text > input[type=text] {
      width: 200px; }
    .prop-container .field-fill {
      width: 100%; }
  .prop-container .rev {
    flex-direction: row-reverse; }
  .prop-container h2 {
    margin: 4px 0; }

/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
.main-tmp {
  margin: 0px 50px; }

@media screen and (max-width: 1550px) {
  .main-tmp {
    margin: 0px 30px; } }

@media screen and (max-width: 1280px) {
  .main-tmp {
    margin: 0px 15px; } }

@media screen and (max-width: 992px) {
  .main-tmp {
    margin: 0px 0px; } }

@media screen and (max-width: 700px) {
  .main-content {
    padding: 10px 5px 0; } }

@media screen and (max-width: 900px) {
  .main-content {
    padding: 10px 15px 0; } }

@media screen and (max-width: 480px) {
  .main-content {
    padding: 2px 2px; } }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s; }
    input[type='checkbox']:after,
    input[type='radio']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
    input[type='checkbox']:checked,
    input[type='radio']:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2); }
    input[type='checkbox']:disabled,
    input[type='radio']:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: .9; }
      input[type='checkbox']:disabled:checked,
      input[type='radio']:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border); }
      input[type='checkbox']:disabled + label,
      input[type='radio']:disabled + label {
        cursor: not-allowed; }
    input[type='checkbox']:hover:not(:checked):not(:disabled),
    input[type='radio']:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover); }
    input[type='checkbox']:focus,
    input[type='radio']:focus {
      box-shadow: 0 0 0 var(--focus); }
    input[type='checkbox']:not(.switch),
    input[type='radio']:not(.switch) {
      width: 21px; }
      input[type='checkbox']:not(.switch):after,
      input[type='radio']:not(.switch):after {
        opacity: var(--o, 0); }
      input[type='checkbox']:not(.switch):checked,
      input[type='radio']:not(.switch):checked {
        --o: 1; }
    input[type='checkbox'] + label,
    input[type='radio'] + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px; }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px; }
    input[type='checkbox']:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg)); }
    input[type='checkbox']:not(.switch):checked {
      --r: 43deg; }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px; }
    input[type='checkbox'].switch:after {
      left: 2px;
      top: 2px;
      border-radius: 50%;
      width: 15px;
      height: 15px;
      background: var(--ab, var(--border));
      transform: translateX(var(--x, 0)); }
    input[type='checkbox'].switch:checked {
      --ab: var(--active-inner);
      --x: 17px; }
    input[type='checkbox'].switch:disabled:not(:checked):after {
      opacity: .6; }
  input[type='radio'] {
    border-radius: 50%; }
    input[type='radio']:after {
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: var(--active-inner);
      opacity: 0;
      transform: scale(var(--s, 0.7)); }
    input[type='radio']:checked {
      --s: .5; } }

.search-container input[type=text] {
  border-radius: 1px;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  width: 100%;
  font-size: 1.4rem !important;
  min-height: 28px;
  padding: .6rem 1rem;
  background-color: #F7FAFC;
  color: #3c4257;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  padding-left: 30px; }

input[type=button],
input[type=submit], .tmp {
  display: inline-block;
  padding: .6rem 1.4rem;
  background: #468CE1;
  border: 0rem solid #FFFFFF;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Segoe UI', helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  input[type=button]:hover,
  input[type=submit]:hover, .tmp:hover {
    background-color: #307edd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
    @media all and (max-width: 30em) {
      input[type=button]:hover .button1,
      input[type=submit]:hover .button1, .tmp:hover .button1 {
        display: block;
        margin: 0.4em auto; } }
  input[type=button]:disabled,
  input[type=submit]:disabled, .tmp:disabled {
    cursor: not-allowed;
    background: #9e9e9e !important; }

ul {
  margin: 12px;
  padding: 0;
  list-style: none;
  width: 100%; }
  ul li {
    margin: 0px 0;
    /*position: relative;*/ }

html {
  box-sizing: border-box; }

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

.input-icon-wrap {
  display: flex;
  flex-direction: row;
  height: max-content;
  align-items: center; }

.input-icon {
  position: absolute;
  background: transparent; }

.input-with-icon {
  border: none;
  flex: 1; }

.input-icon, .input-with-icon {
  padding: 5px 15px;
  color: #666; }

.search-input-corner {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-right: 0px !important; }

.search-bottom-corner {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  margin-left: 0px !important;
  box-shadow: none !important; }

/*$AccentBlue: #15619B;*/
/*$Blue900: #0D47A1;
$Blue800: #1565C0;
$Blue700: #1976D2;
$Blue600: #1E88E5;
$Blue500: #2196F3;
$Blue400: #42A5F5;
$Blue300: #64B5F6;
$Blue200: #90CAF9;
$Blue100: #BBDEFB;
$Blue50: #E3F2FD;*/
/*Blue Bash shades*/
/*Alt Blue shades*/
/*$Blue900: #15619B;
$Blue800: #2C71A5;
$Blue700: #4481AF;
$Blue600: #5B90B9;
$Blue500: #73A0C3;
$Blue400: #8AB0CD;
$Blue300: #A1C0D7;
$Blue200: #B9D0E1;
$Blue100: #D0DFEB;
$Blue50: #E8EFF5;*/
.btn-primary, .btn-secondary, .btn-warning {
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px; }
  .btn-primary:hover, .btn-secondary:hover, .btn-warning:hover {
    transform: scale(1); }

.btn-primary {
  background-color: #0F5074 !important;
  color: #fff !important; }

.btn-secondary {
  background-color: #EFA655 !important;
  color: #fff !important; }

.btn-warning {
  background-color: red !important;
  color: #fff !important; }

.button1 {
  display: inline-block;
  padding: 0.2em 1.45em;
  margin: 0.1em;
  border: 0.15em solid #CCCCCC;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Segoe UI','Roboto',sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #CCCCCC;
  text-align: center;
  position: relative; }
  .button1:hover {
    border-color: #7a7a7a; }
  .button1:active {
    background-color: #999999; }

@media all and (max-width: 30em) {
  .button1 {
    display: block;
    margin: 0.4em auto; } }

.btn-danger {
  background: #E57373 !important;
  border-color: #E53935 !important;
  color: #FFFFFF !important; }
  .btn-danger:hover, .btn-danger:active {
    background: #eb6562 !important; }

.btn-action {
  background: #4B9FF7 !important;
  color: white !important;
  border-color: #3575b8 !important; }
  .btn-action:hover {
    background: #538fcd !important; }
  .btn-action:active {
    background: #538fcd !important; }

.btn-text {
  background: none;
  color: #0F5074;
  font-weight: bold;
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: 'Segoe UI';
  font-weight: 600; }
  .btn-text:disabled {
    color: #BDBDBD;
    cursor: not-allowed; }
