﻿/* ReSharper disable DeclarationIsEmpty */
/* ReSharper disable DeclarationIsEmpty */

/*                                                                                     */
/*                                                                          */
/* general site styles and mojo/bootstrap base style overrides*/
/*       
*/

html {
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 1.0em; /*10px;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.42857143;
  color: #222000;
  background-color: #ffffff;
}

span.txterror {
}

.pagebody {
  background-color: #e7e7d3;
  background-image: url('/data/sites/1/skins/rx-resist/img/paper.png');
  background-repeat: repeat;
}

.site-logo {
  height: 75px !important;
  padding-top: 3px;
}

.blogSliderItem {
  padding-left: 20px;
  padding-right: 20px;
}

hr, hr.normal {
  margin: 0;
  border: 0;
  border-top: 1px solid #777777;
}

  hr.light {
    margin: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
  }

  hr.dark {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #777777;
  }

.outsetBox {
  display: inline-block;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  border-radius: 0.2rem;
  /*  background-color: rgba(0,0,0, 0.1);
  border: 1px solid rgba(0,0,0,0.1);*/
  backdrop-filter: blur(2px);
}

.insetBox {
  display: inline-block;
  border: 0;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  border-radius: 0.2rem;
}

input[type='checkbox'] {
  zoom: 1.1;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform: scale(1.1);
  transform-origin: 0 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: .75em;
  line-height: 1.5;
  border-radius: 4px;
}

.skiplink {
  display: none;
}

.tableSpacing {
  border-spacing: 5px !important;
}

  .tableSpacing td {
    padding: 5px;
  }

  .tableSpacing t {
    padding: 5px;
    font-size: smaller;
  }

.roundedCorners {
  border-radius: 0 !important;
  padding: 3px 3px 3px 3px;
}

.ui-dialog /* fix for jquery dialog conflict with mojo menu*/ {
  z-index: 2000 !important;
}

  .ui-dialog iframe /* fix for jquery dialog conflict with mojo menu*/ {
    width: 90%;
    max-width: 1000px;
    height: 100%;
  }

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.forceWrap {
  word-break: break-all !important;
}

.text-alert {
  color: #880000;
}

.text-info {
  color: #7e6212;
}

.text-notification {
  color: #31b0d5;
}

.green {
  color: #008800;
}

.darkGreen {
  color: #1c3329;
}

.noPaddingNoMargin {
  padding: 0 !important;
  margin: 0 !important;
}

.border-bottom {
  border-bottom: 2px solid #222000;
}

.border-bottom-dotted {
  border-bottom: 2px dotted #aaaaaa;
}

.border-top-thin {
  border-top: 1px solid #aaaaaa;
}

.border-top {
  border-top: 2px solid #222000;
}

.border-bottom-thin {
  border-bottom: 1px solid #aaaaaa;
}

.border-left-thin {
  border-left: 1px solid #aaaaaa;
}

.border-left {
  border-left: 2px solid #222000;
}

.border-right-thin {
  border-right: 1px solid #aaaaaa;
}

.border-right {
  border-right: 2px solid #222000;
}

.padding-left-5px {
  padding-left: 5px !important;
}

.padding-right-5px {
  padding-right: 5px !important;
}

.padding-top-5px {
  padding-top: 5px !important;
}

.padding-bottom-5px {
  padding-bottom: 5px !important;
}

.customHr {
  height: 2px;
  border-bottom: 2px solid #aa8418; /*Dark Yellow*/
  margin-top: 7px;
  margin-bottom: 7px;
}

.displayNone {
  display: none !important;
}

.validator-error, span.txterror, .has-error {
  color: #aa8418;
  font-weight: bold;
  font-size: 150%;
  margin: 0;
  padding: 0;
}

.redBackground {
  background-color: #1c3329;
  color: #e7e7e7;
  font-size: smaller;
}

  .redBackground a, .redBackground a:active, .redBackground a:link {
    color: #ffffff;
  }

    .redBackground a:hover {
      text-decoration: underline;
    }

.margin-top-5 {
  margin-top: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

.text-top {
  vertical-align: top;
}

.text-bottom {
  vertical-align: bottom !important;
}

.text-smaller {
  font-size: smaller;
}

.modulefooter {
}

.foot {
  margin-top: 15px;
  margin-left: 1em;
  margin-right: 1em;
}

.masterFooter {
  color: #222000;
  font-size: small;
}

  .masterFooter a {
    color: #5c677b;
  }

    .masterFooter a:hover {
      color: #5c677b;
      text-decoration: underline;
    }

  .masterFooter .copyright {
    color: #ffffff;
  }

.progressIndicator {
  color: #ffffff;
  font-weight: bold;
  background-color: transparent;
  vertical-align: middle;
  border: none;
  width: 100px;
  height: 55px;
  margin: auto;
  z-index: 999;
  opacity: 1.0;
}

.site-sub-title {
  font-size: 1.5em;
  display: inline-block;
  line-height: 100%;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
}

#site-menu {
  position: initial;
  border: none;
  background-color: transparent;
  z-index: initial;
}

.flex-grid-cell {
  background-color: rgba(28, 51, 41, 0.1)
}

/* Default Column Widths - 40/40/20 - border between columns + top and bottom.*/
.CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(1) {
  width: 84% !important;
  border-right: solid 1px rgba(47, 79, 79, 0.33);
  border-left: none;
  border-bottom: none;
  border-top: none;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(2) {
  width: 14% !important;
  /*border-top: solid 1px rgba(47, 79, 79, 0.33);*/
  /*border-bottom: solid 1px rgba(47, 79, 79, 0.33);*/
  /*border: solid 1px rgba(47, 79, 79, 0.33);*/
  border-bottom: none;
  border-top: none;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-label {
  text-align: right;
  width: 20% !important;
}

.CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) {
  display: table-cell;
  width: 20% !important;
  text-align: right;
}


@media (max-width:768px) {
  .dataPageTopPagerPanel {
    line-height: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width:4000px) {

  .site-sub-title {
    font-size: 1.1em;
    display: inline;
    margin: 0 -20px 0 20px;
    padding: 0 0 0 0;
  }

  #site-menu {
    position: absolute;
    z-index: 9999;
    border: 2px solid #61603B;
    background-color: #a68012;
    color: #E0AD19 !important;
    right: 6.9rem;
    width: auto;
    top: 76px;
    border-radius: 10px;
  }
}

@media (max-width: 769px) {
  #site-menu {
    position: absolute;
    z-index: 9999;
    border: 1px solid #61603B;
    background-color: #a68012;
    color: #E0AD19 !important;
    right: 53px;
    width: auto;
    top: 77px;
    border-radius: 4px;
  }
}

@media (min-width:3999px) {
  #site-menu {
    display: block;
    position: initial;
    z-index: initial;
    border: none;
    background-color: transparent;
  }
}

@media (max-width:320px) {
  .site-sub-title {
    font-size: .5em;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .site-sub-title {
    display: none;
  }

  .site-logo {
    display: inline;
    max-width: 100% !important;
  }

  #site-menu {
    position: absolute;
    z-index: 9999;
    border: 1px solid #222000;
    background-color: #777777;
    right: 50px;
    width: auto;
    top: 50px;
  }
}

/* Popup links and panels */
.popupLink, .popupLink:visited {
  text-decoration: none;
  color: #1c4364 !important;
  cursor: pointer;
  font-size: 100%;
}

  .popupLink:hover {
    color: #5c677b;
    text-decoration: underline;
    cursor: pointer;
  }

  .popupLink:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

.popupContainer {
  background-color: #ffffff;
  border: solid #222000 2px;
}

.popupWidth400 {
  max-width: 400px !important;
  width: 95% !important;
}

.popupWidth600 {
  max-width: 600px !important;
  width: 95% !important;
  margin: auto !important;
}

.popupWidth800 {
  max-width: 800px !important;
  width: 95% !important;
}

.popupHeader {
  width: 100%;
  background-color: #1c3329;
  /*background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(221,167,114,1) 20%, rgba(254,197,36,1) 100%) !important;*/
  border: solid 1px #222000;
  color: #e7e7e7;
  font-weight: bold;
  margin-left: 0px !important;
}

  .popupHeader a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
  }

.popupTitle {
  width: 100%;
  border-top: solid 2px #ffffff;
  background-color: #1c3329;
  color: #e7e7e7;
  text-align: center;
  font-weight: bold;
  padding: 10px 5px 5px 5px;
}

.popupData {
  background-color: #ffffff;
  color: #222000;
  padding: 10px 5px 5px 5px;
  max-height: 400px;
  overflow: auto;
}


/* Accordion styles */

.accordion {
  margin: 0;
}


.ui-accordion .ui-accordion-header {
  border-radius: .25rem !important;
}

.accordion.ui-state-active,
.accordion .ui-widget-content .ui-state-active,
.accordion .ui-widget-header .ui-state-active,
.accordion a.ui-button:active,
.accordion.ui-button:active,
.accordion .ui-button.ui-state-active:hover {
  border: none;
  background-color: #1c3329 !important;
  background-image: none !important;
  font-weight: normal;
  color: #cdba87;
}

.accordion .ui-accordion-header-active {
  /*    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    border: none;
*/
  /*background-color: #1c3329;*/
  /*background-color: rgba(159, 18, 31, 0.9);*/
  /*background-image: none !important;
    margin: 0px;
    border: none;*/
  color: #cdba87;
  /*font-weight: bold;*/
}

.accordionPane {
  overflow: hidden !important;
}

.accordionHeader {
}

/* Data page search panel styles */
.dataPageSearchPanel {
}


.dataPageSortPanel {
  text-align: right;
}

.dataEditPageTitle {
}

.dataPageExportPanel {
}

.dataPageAddItemPanel {
}

/*                  */
/* DataPager Styles */
/*                  */
.dataPageTopPagerPanel, .dataPageBottomPagerPanel {
  line-height: 100%;
  margin-bottom: 0.25rem;
}

.currentPageLink {
  color: #cdba87;
  /*outline: 1px dotted black;*/
  font-weight: bold;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  text-shadow: 1px 0 0 #222, 0 -1px 0 #222, 0 1px 0 #222, -1px 0 0 #222;
}

.pageLink {
  color: #01663a;
  font-weight: bold;
  text-decoration: none;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}

.pagerSpacer {
  display: block !important;
  clear: both;
  margin: 0;
  padding: 0;
  height: .15rem;
}

/*       END         */
/* DataPager Styles */
/*                  */

.dataPageListSizePanel {
  /*margin-bottom: .25em;*/
  text-align: right;
}

  .dataPageListSizePanel label, .dataPageListSizePanel select {
    text-align: right;
  }

.dataPageListItemName {
}

.dataPageListItemId {
  color: transparent; /* WW wants it hidden. This will let selecting show it if needed */
}

.dataPageListEditPanel {
}
/* Data pager styles */

.pagerRow {
  margin-top: 5px;
  padding-top: 5px;
}


.btn-pager-first {
}

.btn-pager-prev {
}

.btn-pager-next {
}

.btn-pager-last {
}

.btn-pager-info {
}

@media (max-width:768px) {

  .dataPageSortPanel {
    text-align: left !important;
    padding-bottom: 0.25rem;
  }

    .dataPageSortPanel label::after {
      content: "\A";
      white-space: pre;
    }

    .dataPageSortPanel select {
      text-align: left !important;
      display: inline;
      width: 100%;
      max-width: 15rem;
    }

  .dataPageSearchPanel {
    text-align: left;
  }

    .dataPageSearchPanel::before {
      content: "\A";
      white-space: pre;
    }

    .dataPageSearchPanel input[type="text"] {
      display: inline;
      text-align: left !important;
      width: 100%;
      max-width: 15rem;
    }

  .dataPageListSizePanel {
    text-align: left;
    margin-top: 15px;
  }

    .dataPageListSizePanel label, .dataPageListSizePanel select {
      text-align: left;
    }

    .dataPageListSizePanel select {
      max-width: 10em;
    }

  .dataPageExportPanel {
  }

  .dataPageTopPagerPanel {
    text-align: left !important;
  }

  .dataPageBottomPagerPanel {
    text-align: left !important;
  }
}

/*                                                                           */
/* WW database page styles. */
/*                                                                           */

/* This "naked" set of .itemTitle is used for admin/backend DB pages */
.itemTitle {
  background: #1c3329 !important;
  color: #ffffff !important;
  /*background: linear-gradient(90deg, #333333 0%, #860f1a 70%, #ed1b2e 100%);*/
  /*border: solid 1px #222000;*/
  font-weight: bold;
  font-size: medium;
}

  .itemTitle a {
    color: #ffffff !important;
    background-color: #cdba87;
    text-decoration: none;
    font-weight: bold;
  }

    .itemTitle a:hover {
      color: #e7e7e7 !important;
      text-decoration: underline;
      background-color: #1c3329;
      font-weight: bold;
    }

.itemTitleBlue {
  color: #ffffff;
  background-color: #415074;
}

  .itemTitleBlue a {
    color: #ffffff !important;
    background-color: #415074;
    text-decoration: none;
  }

    .itemTitleBlue a:hover {
      color: #ffffff !important;
      text-decoration: underline;
      background-color: #415074;
    }

.itemTitleRed {
  color: #ffffff;
  background-color: #8f3f0f;
}

  .itemTitleRed a {
    color: #ffffff !important;
    background-color: #8f3f0f;
    text-decoration: none;
  }

    .itemTitleRed a:hover {
      color: #ffffff !important;
      text-decoration: underline;
      background-color: #8f3f0f;
    }


/* Override flex grid styles for list pages on desktop to use tables*/
/* Default layout for "list" pages - 40/40/20 split */
div[id^="ItemId_"] .flex-table {
  display: table;
  width: 100%;
}

  div[id^="ItemId_"] .flex-table .flex-row {
    display: table-row;
    min-height: 1.0em;
  }

    div[id^="ItemId_"] .flex-table .flex-row .flex-cell {
      padding: 0px;
      box-sizing: border-box;
    }

    div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell,
    div[id^="ItemId_"] .flex-table .flex-row .flex-cell {
      display: table-cell;
      vertical-align: top;
      min-width: .25em;
    }

      div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-label {
        text-align: right;
        width: 50%;
      }

      /* Default Column Widths - 40/40/20 - border between columns + top and bottom.*/
      div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(1) {
        width: 40% !important;
        border: solid 1px rgba(47, 79, 79, 0.33);
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
      }

      div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(2) {
        width: 40% !important;
        border-top: solid 1px rgba(47, 79, 79, 0.33);
        border-bottom: solid 1px rgba(47, 79, 79, 0.33);
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
      }

      div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(3) {
        width: 20% !important;
        border: solid 1px rgba(47, 79, 79, 0.33);
        padding-left: 10px !important;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
      }

      /* "Field" definitions for list pages. Each field is in a 1x2 table. 50/50, no borders. */
      div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table {
        display: table;
        width: 100%;
      }

        div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row {
          display: table-row;
          width: 100%;
        }

          div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) {
            display: table-cell;
            width: 50% !important;
            text-align: right;
          }

          div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(2) {
            display: table-cell;
            width: 50%;
          }


    /* No bottom border on row. Handy for formatting using a new row but without the horizontal grid line */
    div[id^="ItemId_"] .flex-table .flex-row.no-bottom-border .flex-grid-cell:nth-child(1) {
      width: 40% !important;
      border-top: solid 1px rgba(47, 79, 79, 0.33);
      border-left: solid 1px rgba(47, 79, 79, 0.33);
      border-right: solid 1px rgba(47, 79, 79, 0.33);
      border-bottom: none;
      padding-bottom: 5px;
    }

    div[id^="ItemId_"] .flex-table .flex-row.no-bottom-border .flex-grid-cell:nth-child(2) {
      width: 40% !important;
      border-top: solid 1px rgba(47, 79, 79, 0.33);
      border-bottom: none;
      padding-bottom: 5px;
    }

    div[id^="ItemId_"] .flex-table .flex-row.no-bottom-border .flex-grid-cell:nth-child(3) {
      width: 20% !important;
      border-top: solid 1px rgba(47, 79, 79, 0.33);
      border-left: solid 1px rgba(47, 79, 79, 0.33);
      border-right: solid 1px rgba(47, 79, 79, 0.33);
      border-bottom: none;
      padding-left: 10px !important;
      padding-bottom: 5px;
    }

    /* No top border on row. Handy for formatting using a new row but without the horizontal grid line */
    div[id^="ItemId_"] .flex-table .flex-row.no-top-border .flex-grid-cell:nth-child(1) {
      width: 40% !important;
      border-top: none;
      border-left: solid 1px rgba(47, 79, 79, 0.33);
      border-right: solid 1px rgba(47, 79, 79, 0.33);
      border-bottom: solid 1px rgba(47, 79, 79, 0.33);
      padding-top: 5px;
    }

    div[id^="ItemId_"] .flex-table .flex-row.no-top-border .flex-grid-cell:nth-child(2) {
      width: 40% !important;
      border-top: none;
      border-bottom: solid 1px rgba(47, 79, 79, 0.33);
      padding-top: 5px;
    }

    div[id^="ItemId_"] .flex-table .flex-row.no-top-border .flex-grid-cell:nth-child(3) {
      width: 20% !important;
      border-top: none;
      border-left: solid 1px rgba(47, 79, 79, 0.33);
      border-right: solid 1px rgba(47, 79, 79, 0.33);
      border-bottom: solid 1px rgba(47, 79, 79, 0.33);
      padding-left: 10px !important;
      padding-top: 5px;
    }

/* Use basic flexgrid styles for mobile */
@media (max-width: 768px) {
  /* Default Column Widths - 40/40/20 - border between columns + top and bottom.*/
  div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(1) {
    width: 40% !important;
    border: solid 1px rgba(47, 79, 79, 0.33);
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(2) {
    width: 40% !important;
    border-top: solid 1px rgba(47, 79, 79, 0.33);
    border-bottom: solid 1px rgba(47, 79, 79, 0.33);
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(3) {
    width: 20% !important;
    border: solid 1px rgba(47, 79, 79, 0.33);
    padding-left: 10px !important;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .flex-grid-cell {
    border: none;
  }

  div[id^="ItemId_"] .flex-table {
    display: block !important;
  }

    div[id^="ItemId_"] .flex-table .flex-row {
      display: block !important;
    }

      div[id^="ItemId_"] .flex-table .flex-row .flex-cell {
        padding: 0px;
        box-sizing: border-box;
        text-align: left !important;
      }

      div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell,
      div[id^="ItemId_"] .flex-table .flex-row .flex-cell {
        display: block !important;
      }

        div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(1),
        div[id^="ItemId_"] .flex-table .flex-row .flex-cell:nth-child(1) {
          width: 100% !important;
          border: none !important;
        }

        div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(2),
        div[id^="ItemId_"] .flex-table .flex-row .flex-cell:nth-child(2) {
          width: 100% !important;
          border: none !important;
          padding-bottom: 0.5em;
        }


        div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(3),
        div[id^="ItemId_"] .flex-table .flex-row .flex-cell:nth-child(3) {
          width: 100% !important;
          border: none !important;
          padding-bottom: 5px;
        }

        div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table {
          display: table;
          width: 100%;
        }

          div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row {
            display: table-row;
            width: 100%;
          }

            div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) {
              display: table-cell;
              width: 100% !important;
              text-align: left !important;
            }

              /* Data Label */
              div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) label {
                padding: 0;
              }

            /* Data */
            div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(2) {
              display: table-cell;
              width: 100%;
            }

  .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row {
    display: table-row;
    width: 100%;
  }

    /* Data Label 
    .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) label {
      padding: 0;
    }*/

    .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) {
      display: table-cell;
      width: 100% !important;
      text-align: left !important;
    }

  .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(1),
  .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-cell:nth-child(1) {
    width: 100% !important;
    border: none !important;
  }

  .CoinTyp_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell:nth-child(2),
  .CoinTyp_List div[id^="ItemId_"] .flex-table .flex-row .flex-cell:nth-child(2) {
    width: 100% !important;
    border: none !important;
  }

  .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-label {
    text-align: right;
    width: 100% !important;
  }

  .CoinType_List div[id^="ItemId_"] .flex-table .flex-row .flex-grid-cell .flex-table .flex-row .flex-cell:nth-child(1) {
    display: table-cell;
    width: 100% !important;
    text-align: right;
  }
}

/*                                                                           */
/* END - Generated list pages. Override  flexgrid styles for desktop to use tables */
/*  
*/

/*                                                                           */
/* Width control */
/*                                                                           */
.input-fullwidth .form-control {
  width: 100% !important;
}

.input-wide .form-control {
  width: 300px !important;
}

.input-medium .form-control {
  width: 15em;
}

.input-narrow .form-control {
  width: 5em;
}

.input-date .form-control {
  width: 7em;
}

.input-zippostal .form-control {
  width: 10em;
}

.input-tel .form-control {
  width: 15em;
}

.input-number .form-control {
  width: 10em;
}

.form-control {
  box-shadow: 4px 4px 4px #aaaaaa !important;
}

.min-width-100px .form-control {
  min-width: 100px !important;
}

.min-width-150px .form-control {
  min-width: 150px !important;
}

.min-width-200px .form-control {
  min-width: 200px !important;
}

.min-width-250px .form-control {
  min-width: 250px !important;
}

@media (min-width:768px) {
  .form-control, input[type=text].forminput, select.forminput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .input-wide .form-control {
    width: 300px !important;
  }

  .input-medium .form-control {
    width: 15em;
  }

  .input-narrow .form-control {
    width: 5em;
  }

  .input-date .form-control {
    width: 7em;
  }

  .input-zippostal .form-control {
    width: 10em;
  }

  .input-tel .form-control {
    width: 15em;
  }

  .input-number .form-control {
    width: 10em;
  }
}


/*                                                                           */
/* END - Width control */
/*                                                                           */

/*                                */
/* Custom file upload button.     */
/* Works to different degrees on  */
/* different browsers.            */
/*                                */
input[type='file'] {
  font-size: 80% !important;
}

/*                                                                          */
/* Drag & Drop file upload */
/*                                                                          */
#UIItemPicture .upload-area {
  height: 75px;
  border: 2px solid lightgray;
  border-radius: 3px;
  margin-top: .25em;
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: x-small;
  font-weight: bold;
  width: 100%;
  color: darkslategray;
  overflow: hidden;
}

  #UIItemPicture .upload-area:hover {
    cursor: pointer;
  }

#UIItemPicture .file {
  font-size: small;
  max-width: 50px !important;
}

#UIItemPicture .upload-area-messages {
  font-size: x-small;
  font-weight: bold;
}

.uploadProgress {
  background-color: transparent;
}

  .uploadProgress img {
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 45%;
    background-color: transparent;
    border: none !important;
  }


@media (max-width:768px) {
  #UIItemPicture .upload-area {
    height: 75px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin-top: .25em;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: x-small;
    font-weight: bold;
    width: 100%;
    color: darkslategray;
    overflow: hidden;
  }

    #UIItemPicture .upload-area:hover {
      cursor: pointer;
    }

  #UIItemPicture .file {
    font-size: small;
    max-width: 50px !important;
  }

  #UIItemPicture .upload-area-messages {
    font-size: x-small;
    font-weight: bold;
  }
}
/*                                                                          */
/* END - Drag & Drop file upload */
/*                                                                          */


/*                                        */
/* Styles for specific fields, pages etc. */
/*                                        */

.itemEdit {
}

.itemPrimaryKey {
}

.valueLabel {
}

.libraryTreeView {
}

  .libraryTreeView.treeView {
    width: 30%;
    float: left;
    border-right: 1px solid #777777;
    padding-right: 10px;
    /*max-height: 1024px;
    overflow-y: auto;
    overflow-x: auto;*/
  }

  .libraryTreeView.fileView {
    width: 68%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    /*max-height: 1024px;
    overflow-y: auto;
    overflow-x: hidden;*/
  }

  .libraryTreeView.left {
    width: 30%;
    float: left;
    border-right: 1px solid #777777;
    padding-right: 10px;
  }

  .libraryTreeView.right {
    width: 68%;
    float: left;
    padding-left: 10px;
  }

  .libraryTreeView.header {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 5px;
  }

  .libraryTreeView #divFileInfo {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dotted #222000;
  }

  .libraryTreeView .noFilesMessage {
    color: #222000;
    font-size: 1.0em;
  }

#label_Comments, #label_Notes {
}

/*#field_Comments, #field_Notes {
  display: inline-block;
  width: 95%;
  height: 10em;
  overflow: auto;
  border: solid 1px #777777;
  padding: 0 3px 0 3px;
  margin-top: 5px;
}*/


.desktopView {
  display: inline;
}

.mobileView {
  display: none;
}


/* vertical whitespace to line up fields   */
/* in different columns on specific pages. */

/* single field height "line" vertical whitespace */
.whitespaceBreak {
  padding-top: 23px !important;
}

/* double field height "line" vertical whitespace */
.whitespaceBreakX2 {
  padding-top: 46px !important;
}

.outsetBox.row {
  margin-left: 0;
  margin-right: 0;
}


@media (min-width:991px) {
  .boxRow {
    margin-left: -3px;
    margin-right: -3px;
  }

  .outsetBox.row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* remomve all vertical whitespace on mobile */
@media (max-width:768px) {
  .desktopView {
    display: none;
  }

  .mobileView {
    display: block;
  }

  .whitespaceBreak {
    padding-top: 0 !important;
  }

  .whitespaceBreakX2 {
    padding-top: 0 !important;
  }

  .outsetBox {
    width: 100%;
  }

    .outsetBox.row {
      margin-left: 0;
    }

  .boxRow {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.headerRow, .rowTitle {
  font-size: 80%;
}



@media (max-width:768px) {

  div[id^="ItemId_"] .flex-table .flex-row.fullWidth {
    width: 100% !important;
  }

    div[id^="ItemId_"] .flex-table .flex-row.fullWidth .flex-grid-cell:nth-child(1) {
      width: 100% !important;
      padding-bottom: 5px;
      border-left: solid 1px rgba(47, 79, 79, 0.33);
      border-right: solid 1px rgba(47, 79, 79, 0.33);
      border-bottom: none;
    }

    div[id^="ItemId_"] .flex-table .flex-row.fullWidth .flex-grid-cell:nth-child(2) {
      width: 0 !important;
      border: none !important;
      padding-bottom: 5px;
    }

    div[id^="ItemId_"] .flex-table .flex-row.fullWidth .flex-grid-cell:nth-child(3) {
      width: 0 !important;
      border: none !important;
      padding-left: 10px !important;
      padding-bottom: 5px;
    }
}

.itemEdit .box-table table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 80%;
}

.itemEdit .box-table td, .itemEdit .box-table th {
  padding: 3px;
  font-size: 80%;
}

#UIItemPicture img {
  border: solid 1px #777777;
  padding: 1px 1px 1px 1px;
}
/*                                                                          */
/* Hidden list and edit fields */
/*                                                                          */
#UIListItem_Id, #UIMListItem_Id,
#UIItem_Id {
  display: none !important;
  /*                                                                          */
  /* END - Hidden list and edit fields */
  /*                                                                          */
}

.dialogpage {
  background-color: #777777;
}

.htmlScrollBox {
  width: 100%;
  max-height: 100px !important;
  overflow: auto;
}

/*overrides jquery-ui*/
.ui-accordion .ui-accordion-content {
  background-color: #01a35d;
  background-color: rgba(1, 163, 93, 0.01);
  padding: 0;
}

/*.autocomplete_completionListElement {
  margin: 0px !important;
  background-color: inherit;
  color: windowtext;
  border: buttonshadow;
  border-width: 1px;
  border-style: solid;
  cursor:default;
  overflow: auto;
  height: 200px;
  text-align: left;
  list-style-type: none;
}

.autocomplete_listItem {
  background-color: window;
  color: windowtext;
  padding: 1px;
}

.autocomplete_highlightedListItem {
  background-color: #ffff99;
  color: black;
  padding: 1px;
}*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }

    .autocomplete-items div:hover {
      /*when hovering an item:*/
      background-color: #e9e9e9;
    }

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.btn {
  box-shadow: 4px 4px 4px #aaaaaa !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
}

.btn-default, select {
  color: #B5B35C;
  background-color: #3b3a1e;
  border-color: #B5B35C;
  box-shadow: 4px 4px 4px rgba(181, 179, 92, 0.49) !important;
  outline: none;
}

  .btn-default:visited, btn-default:checked {
    color: #61603B;
    background-color: #a68012;
    border-color: #61603B;
    box-shadow: 4px 4px 4px rgba(166, 128, 18, 0.51) !important;
  }

/*  .btn-default:hover, .btn-default.active:hover {
    color: #3b3a1e;
    background-color: #B5B35C;
    border-color: #3b3a1e;
    box-shadow: 4px 4px 4px rgba(181, 179, 92, 0.49) !important;
  }
*/
  .btn-default.focus, btn-default.active.focus, .btn-default:active {
    color: #ff00ff !important;
  }


.btn-info {
  color: #ffffff;
  background-color: #516c7d;
  border-color: #aaa;
  box-shadow: 4px 4px 4px rgba(188, 187, 169, 0.50) !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  user-select: none;
  border-radius: 4px;
}

  .btn-info:hover, .btn-info.focus, .btn-info:focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, btn-info.active, .btn-info:active {
    color: #516c7d;
    background-color: #bcbba9;
    border-color: #aaa;
    box-shadow: 4px 4px 4px rgba(81, 108, 125, 0.49) !important;
    border-radius: 4px;
  }

  .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, .poll [id*=_btnCopyToNewPoll][disabled]:focus, .poll [id*=_btnCopyToNewPoll][disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    color: #fff;
    background-color: #777;
    border-color: #aaa;
  }

  .btn-info .badge {
    color: #1c3329;
    background-color: #fff;
  }

.btn-warning, [id*=_btnGridCancel], [id*=_grdHistory][id*=_btnRestoreToEditor] {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #985f0d;
}

  .btn-warning.focus, .btn-warning:focus, [id*=_btnGridCancel]:focus, [id*=_grdHistory][id*=_btnRestoreToEditor]:focus {
    color: #fff;
    background-color: #985f0d;
    border-color: #ec971f;
  }

  .btn-warning:hover, [id*=_btnGridCancel]:hover, [id*=_grdHistory][id*=_btnRestoreToEditor]:hover {
    color: #fff;
    background-color: #985f0d;
    border-color: #ec971f;
  }

  .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning, [id*=_btnGridCancel]:active, [id*=_grdHistory][id*=_btnRestoreToEditor]:active {
    color: #fff;
    background-color: #985f0d;
    border-color: #ec971f;
  }

    .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover, [id*=_btnGridCancel]:active:focus, [id*=_btnGridCancel]:active:hover, [id*=_grdHistory][id*=_btnRestoreToEditor]:active:focus, [id*=_grdHistory][id*=_btnRestoreToEditor]:active:hover {
      color: #fff;
      background-color: #985f0d;
      border-color: #ec971f;
    }

  .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning, [id*=_btnGridCancel]:active, [id*=_grdHistory][id*=_btnRestoreToEditor]:active {
    background-image: none;
  }

  .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, [id*=_btnGridCancel][disabled]:focus, [id*=_btnGridCancel][disabled]:hover, [id*=_grdHistory][id*=_btnRestoreToEditor][disabled]:focus, [id*=_grdHistory][id*=_btnRestoreToEditor][disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    color: #fff;
    background-color: #777;
    border-color: #aaa;
  }

  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
  }

.btn-danger, .poll [id*=_btnRemoveCurrent], [id*=_btnGridDelete], [id*=_grdHistory][id*=_btnDelete] {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

  .btn-danger.focus, .btn-danger:focus, .poll [id*=_btnRemoveCurrent]:focus, [id*=_btnGridDelete]:focus, [id*=_grdHistory][id*=_btnDelete]:focus {
    color: #fff;
    background-color: #ff3d36;
    border-color: #c9302c;
  }

  .btn-danger:hover, .poll [id*=_btnRemoveCurrent]:hover, [id*=_btnGridDelete]:hover, [id*=_grdHistory][id*=_btnDelete]:hover {
    color: #fff;
    background-color: #ff3d36;
    border-color: #c9302c;
  }

  .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger, .poll [id*=_btnRemoveCurrent]:active, [id*=_btnGridDelete]:active, [id*=_grdHistory][id*=_btnDelete]:active {
    color: #fff;
    background-color: #ff3d36;
    border-color: #c9302c;
  }

    .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover, .poll [id*=_btnRemoveCurrent]:active:focus, .poll [id*=_btnRemoveCurrent]:active:hover, [id*=_btnGridDelete]:active:focus, [id*=_btnGridDelete]:active:hover, [id*=_grdHistory][id*=_btnDelete]:active:focus, [id*=_grdHistory][id*=_btnDelete]:active:hover {
      color: #fff;
      background-color: #ff3d36;
      border-color: #c9302c;
    }

  .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger, .poll [id*=_btnRemoveCurrent]:active, [id*=_btnGridDelete]:active, [id*=_grdHistory][id*=_btnDelete]:active {
    background-image: none;
  }

  .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, .poll [id*=_btnRemoveCurrent][disabled]:focus, .poll [id*=_btnRemoveCurrent][disabled]:hover, [id*=_btnGridDelete][disabled]:focus, [id*=_btnGridDelete][disabled]:hover, [id*=_grdHistory][id*=_btnDelete][disabled]:focus, [id*=_grdHistory][id*=_btnDelete][disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    color: #fff;
    background-color: #777;
    border-color: #aaa;
  }

.adminmenu ul.simplelist > li:has(a.adminEndSection) {
  /*flex-basis: fit-content !important;*/
  /*flex-grow: 7;*/
  /*flex: 0 0 calc(100%);*/
  /*width: 100%;*/
}

.page-header {
  border: none;
  margin: 0 0 .5rem 0;
  padding: 0;
}

li:has(a.adminEndSection)::after {
}

li:has(a.adminEndSection) {
  /*display: contents !important*/
}

.adminmenu ul.simplelist > li a.adminCoins {
  color: #396f53;
}

  .adminmenu ul.simplelist > li a.adminCoins:hover {
    color: #fff;
    background-color: #2d4e3d;
  }

.adminmenu ul.simplelist > li a.adminSupportingData {
  color: #001f78;
}

  .adminmenu ul.simplelist > li a.adminSupportingData:hover {
    background-color: #001f78;
    color: #fff;
  }

.adminWarning {
  color: #880000;
}

.externalImage {
  max-width: 120px;
  max-height: 120px;
  border: 1px solid #777;
  margin-bottom: 0.5rem;
}

.externalImageContainer:hover {
  opacity: 0.3;
}

.showMoreOrLess {
}

.show-more {
  color: #242f71;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 0.5rem;
}

.show-more-height {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 1px #777777;
  border-radius: .25rem;
  padding: 0.25rem;
}

.no-scroll-x {
  overflow-y: hidden;
}

.flex {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
}

.checkbox-list td {
  padding: 0.75rem;
}

.table-as-inline table {
  display: table;
}

.table-as-inline tr {
  display: inline-block;
  margin-bottom: 0.5rem !important;
}

.table-as-inline td label {
  padding-right: 0.25rem;
}

.table-as-inline td input {
  display: inline;
}

.lastPagerButton:after {
  content: "\A";
  white-space: pre;
}


/*
@media (min-width:768px) {
  .searchFilter td {
    padding-right: 0.5rem;
  }
}

@media (min-width:992px) {
  .searchFilter td {
    padding-right: 1.5rem;
  }
}

@media (min-width:1200px) {
  .searchFilter td {
    padding-right: 2.0rem;
  }
}
*/


.ui-widget-content a.ui-tabs-anchor:hover {
  color: #ffffff;
}

/*.ui-widget-content a.ui-tabs-anchor:active{
  color: #ffffff;
}*/

.denominationFilter td label {
  padding-left: 0.5rem;
}

.x {
  color: #B5B35C
}
.blogitemtitle {
  color: #985f0d;
}