@import url(https://fonts.googleapis.com/css?family=Miriam+Libre);
/*!
 * Gutenberg
 *
 * MIT Fabien Sa
 * https://github.com/BafS/Gutenberg
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Miriam+Libre);
html {
  /* Change the default font family in all browsers (opinionated). */
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after,
p:first-letter,
div:first-letter,
blockquote:first-letter,
li:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff !important;
  color: #000 !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  text-rendering: optimizeLegibility;
}

p,
blockquote,
table,
ul,
ol,
dl {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Miriam Libre", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a, a:visited {
  color: #000;
  text-decoration: underline;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
}

thead {
  display: table-header-group;
}

table,
th,
td {
  border-bottom: 1px solid #000;
}

td,
th {
  padding: 8px;
  page-break-inside: avoid;
}

code,
pre,
kbd {
  border: 1px solid #bbb;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 85%;
}

code,
kbd {
  padding: 3px;
}

pre {
  margin-bottom: 1.5rem;
  padding: 10px 12px;
}
pre code,
pre kbd {
  border: 0;
}

::-webkit-input-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

blockquote {
  border: 0;
  border-left: 5px solid #bbb;
  margin-left: 1px;
  padding: 12px 1.5rem;
}
[dir=rtl] blockquote {
  border-left: 0;
  border-right: 5px solid #bbb;
  margin-left: 0;
  margin-right: 1px;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
}

img {
  border: 0;
  display: block;
  max-width: 100% !important;
  vertical-align: middle;
}

hr {
  border: 0;
  border-bottom: 2px solid #bbb;
  height: 0;
  margin: 2.25rem;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
  margin-bottom: 0.75rem;
}

abbr[title],
acronym[title] {
  border: 0;
  text-decoration: none;
}

table,
blockquote,
pre,
code,
figure,
li,
hr,
ul,
ol,
a,
tr {
  page-break-inside: avoid;
}

h2,
h3,
h4,
p,
a {
  orphans: 3;
  widows: 3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

h1 + p,
h2 + p,
h3 + p {
  page-break-before: avoid;
}

img {
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: avoid;
}

pre {
  white-space: pre-wrap !important;
  word-wrap: break-word;
}

body {
  padding-bottom: 1cm;
  padding-left: 1cm;
  padding-right: 1cm;
  padding-top: 1cm;
}

a[href^=http]:after, a[href^=ftp]:after {
  content: " (" attr(href) ")";
  font-size: 80%;
}
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
  display: none;
}

abbr[title]:after,
acronym[title]:after {
  content: " (" attr(title) ")";
}

.page-break,
.page-break-before {
  page-break-before: always;
}

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

.no-print {
  display: none;
}

a.no-reformat:after {
  content: "";
}

abbr[title].no-reformat:after,
acronym[title].no-reformat:after {
  content: "";
}

.no-reformat abbr:after,
.no-reformat acronym:after,
.no-reformat a:after {
  content: "";
}

body {
  font-family: "Miriam Libre", sans-serif !important;
}

.brand-primary {
  color: #541c1b;
}

.brand-dark-primary {
  background-color: #541c1b;
  color: white;
}

.brand-second {
  color: #48c596;
}

.brand-second-back {
  background-color: #48c596;
}

.partnertech {
  font-size: 2.5rem !important;
  color: #541c1b;
}

.partnertech_left {
  color: #4fab74;
}

.partnertech_right {
  color: #541c1b;
}

nav {
  background-color: #33053a;
  color: #48c596;
  /* banner replaced with nav-banner for bootstrap */
  /* use custom icon for hamburger and show always */
  /* use custom icon for hamburger and show always */
  /* lock to top, otherwise on hiding pushing other elements down */
}
nav .partnertech img {
  height: 50px;
}
nav .banner {
  position: absolute;
  font-size: 1.5rem;
  left: 45px !important;
}
@media only screen and (min-width : 601px) {
  nav .banner {
    font-size: 2.1rem;
    margin-top: 0px;
    left: 70px !important;
  }
}
nav .banner_left {
  color: white;
}
nav .banner_right {
  color: #48c596;
}
nav a.sidenav-trigger {
  display: block !important;
  width: 50px;
}
nav i.change_test {
  float: none;
}
nav a {
  color: #48c596;
}
nav .menu_trigger {
  color: white;
  position: absolute;
  left: 11px;
  top: 13px;
  cursor: pointer;
  transform: rotate(-90deg);
}
@media only screen and (min-width : 601px) {
  nav .menu_trigger {
    left: 30px;
    top: 25px;
  }
}
nav .sidenav-trigger {
  position: absolute !important;
  top: 0px;
  display: block !important;
  width: 50px;
  margin-top: 7px !important;
}
nav .sidenav-trigger img {
  margin-top: 1px !important;
  height: 40px !important;
  font-size: 1.8rem;
}
@media only screen and (min-width : 601px) {
  nav .sidenav-trigger img {
    height: 50px !important;
  }
}

#slide-out .background {
  height: 60px;
  margin-left: 20px;
  margin-top: 20px;
}
#slide-out .user-view {
  min-height: 30px;
}
#slide-out .menu-top {
  height: 64px;
  background-color: #33053a;
}
#slide-out .menu-top img {
  margin-top: 7px !important;
  margin-left: 14px;
  height: 40px !important;
  font-size: 1.8rem;
}
@media only screen and (min-width : 601px) {
  #slide-out .menu-top img {
    margin-top: 9px !important;
    height: 50px !important;
  }
}
#slide-out .menu-top li a .version {
  font-size: 0.8rem;
}

#mc_embed_signup label {
  color: #48c596;
}
#mc_embed_signup #mc_embed_signup_scroll {
  background-color: white;
  padding: 20px;
}

html * {
  font-family: "Titillium Web", sans-serif;
  -ms-overflow-style: scrollbar; /* stop IE putting scrollbar on top of content see http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that*/
}

html,
body {
  background: #33053a;
  /*background:$navbars-background-color;*/
  color: #33053a;
  background-color: #fefefe;
}

a {
  color: #33053a;
  text-decoration: none;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

label.required, span.required {
  color: #2c98f0 !important;
  font-weight: 700;
}

footer {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-top: 1px solid black;
}
@media only screen and (max-width : 600px) {
  footer {
    font-size: 0.9rem;
  }
  footer linklist {
    text-align: right;
  }
}
footer a.btn-sm {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 5px 0px 5px 5px;
}
footer .page-footer, footer .foot-wrap {
  background-color: #33053a !important;
}
footer .row {
  margin-bottom: 0px;
}
footer h5 {
  color: #afafaf;
}
footer p, footer a {
  color: #afafaf;
}
footer p :hover, footer a :hover {
  color: #c3c3c3;
}

.page-header {
  margin-top: 5px;
  margin-bottom: 10px;
}

.dtp-btn-ok {
  margin-left: 4px;
}

.no-click {
  pointer-events: none;
}

.version {
  font-size: 0.7rem;
  font-style: italic;
}

.color-background {
  background-color: #48c596;
  #background: linear-gradient(90deg, rgb(38, 166, 154) 10%, rgb(51, 145, 127) 90%);
}

.ready {
  border-color: #2c98f0;
}

.warning-text {
  color: #dd3655;
}

.text-warning {
  color: #e17903 !important;
}

.bigger {
  font-size: 1.2rem;
}

.smaller {
  font-size: 0.8rem;
}

.smaller_bottom {
  font-size: 0.8rem;
  padding-bottom: 2px;
}

.bolder {
  font-weight: 700;
}

.row.slim {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.col.slim {
  padding: 0px;
}

.card-reveal.slim {
  padding: 14px;
}

.altfont {
  font-family: "Miriam Libre", sans-serif !important;
}
.altfont h2 {
  font-family: "Miriam Libre", sans-serif !important;
}

.no-pad-left {
  padding-left: 0px !important;
}

.no-pad-right {
  padding-right: 0px !important;
}

.no-pad-top {
  padding-top: 0px !important;
}

.no-pad-bottom {
  padding-bottom: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.btn-primary {
  background-color: #48c596;
  border-color: #48c596;
  color: white;
}

.btn-outline-primary {
  color: #48c596;
  background-color: white;
  border-color: #48c596;
}

.link-primary {
  color: #48c596;
}

.btn_block {
  width: 100%;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-inactive {
  background-color: #607d8b;
}

.btn-group > .btn {
  -webkit-box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-group > .btn-inactive:hover {
  background-color: #728F9D;
}

.btn-group > .btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* rather than specify for each menu, take a chance that all right aligned material icons aremenus and should be black */
.card .activator {
  cursor: pointer;
}

.back1 {
  background-color: white !important;
}

.back2 {
  background-color: #91613D;
  color: white !important;
}

.editHover {
  background: #E8F3FF;
}

#loading_animation {
  padding-bottom: 3px;
}

.pony {
  width: 32px;
  position: absolute;
  -webkit-animation: Pony 25s linear infinite;
  -moz-animation: Pony 25s linear infinite;
  -ms-animation: Pony 25s linear infinite;
  -o-animation: Pony 25s linear infinite;
}

.pony_in_element {
  width: 32px;
  position: absolute;
  -webkit-animation: PonyEl 7s linear infinite;
  -moz-animation: PonyEl 7s linear infinite;
  -ms-animation: PonyEl 7s linear infinite;
  -o-animation: PonyEl 7s linear infinite;
}

@-webkit-keyframes Pony {
  0% {
    left: -300px;
    transform: rotateY(0deg);
  }
  49% {
    transform: rotateY(0deg);
  }
  50% {
    left: 100%;
    transform: rotateY(180deg);
  }
  99% {
    transform: rotateY(180deg);
  }
  100% {
    left: -300px;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes PonyEl {
  0% {
    left: 0px;
    transform: rotateY(0deg);
  }
  49% {
    transform: rotateY(0deg);
  }
  50% {
    left: 100%;
    transform: rotateY(180deg);
  }
  99% {
    transform: rotateY(180deg);
  }
  100% {
    left: 0px;
    transform: rotateY(0deg);
  }
}
#wrapper {
  min-height: 400px;
  margin-left: 0px;
}
@media only screen and (min-width : 601px) {
  #wrapper {
    margin-left: 35px;
  }
}
@media only screen and (min-width : 993px) {
  #wrapper {
    margin-left: 70px;
    max-width: 1024px;
    min-height: 600px;
  }
  #wrapper .full_width {
    margin-left: 5px;
    max-width: none !important;
  }
}
@media only screen and (min-width : 993px) {
  #wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#wrapper .full_width {
  margin-left: 5px;
  max-width: none !important;
}

#wrapper.full_width {
  margin: 5px;
  max-width: none !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important;
}

/* using svg fonts to avoid need for connection */
.offline {
  position: absolute;
  top: 20px;
  right: 10px;
  color: red;
  background-color: white;
}

.warning {
  background-color: #dd3655;
  color: white;
}

.bigbut {
  border: 2px solid #91613D !important;
}

.headbar {
  background-color: #271f1d;
  color: white !important;
}

.headbar img {
  height: 200px !important;
}

.headbar .form-group {
  margin-bottom: 0em !important;
}

h1 {
  font-size: 1.8rem;
  color: #33053a;
}
@media only screen and (min-width : 601px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 993px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.6rem;
  color: #33053a;
}
@media only screen and (min-width : 601px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width : 993px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #33053a;
  margin-top: 0px;
}
@media only screen and (min-width : 601px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 993px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #33053a;
  margin-top: 0px;
}
@media only screen and (min-width : 601px) {
  h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width : 993px) {
  h4 {
    font-size: 1.3rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #33053a;
  margin-top: 0px;
}
@media only screen and (min-width : 601px) {
  h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width : 993px) {
  h5 {
    font-size: 1.2rem;
  }
}

.plaintext {
  /* restore materialize margins for pages of text */
}
.plaintext h1 {
  margin: 2.8rem 0 1.68rem 0;
}
.plaintext h2 {
  margin: 2.3733333333rem 0 1.424rem 0;
}
.plaintext h3 {
  margin: 1.9466666667rem 0 1.168rem 0;
}
.plaintext h4 {
  margin: 1.52rem 0 0.912rem 0;
}

.event_banner {
  margin-left: 70px !important;
  font-size: 1.2rem;
}
@media only screen and (min-width : 601px) {
  .event_banner {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width : 993px) {
  .event_banner {
    font-size: 1.5rem;
  }
}

.calcbanner {
  min-width: 360px;
}

.disabled {
  opacity: 0.3 !important;
}

.enabled {
  opacity: 1 !important;
}

.label {
  font-size: 1.5em;
}
.label div {
  padding-top: 20px;
}

.error {
  color: #da6f38;
}

.danger {
  background-color: #da6f38 !important;
}

.success {
  color: #48c596;
}

.helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.helper-text.invalid {
  margin-left: 45px;
  color: #da6f38;
}

.errorlist li {
  padding: 10px;
  background-color: #eaad8e;
}

.card-img-top {
  width: 100%;
}

.biglogo {
  width: 100%;
}

/* banner replaced with nav-banner for bootstrap */
.nav-banner {
  color: white;
  font-size: 2rem;
}
@media (min-width: 575.98px) {
  .nav-banner .nav-banner {
    font-size: 2.1rem;
  }
}

#brand_name .banner_left {
  color: white !important;
}

#brand_name .banner_right {
  color: #48c596 !important;
}

#topnav .nav-link {
  color: #48c596;
  background-color: #33053a !important;
}

@media (max-width: 992px) {
  /* Increase font size for menu and dropdown items */
  #main_menu .nav-link,
  #main_menu .dropdown-item,
  .navbar-brand {
    font-size: 1.25rem;
    text-align: right;
  }
  #role_menu .nav-link,
  #role_menu .dropdown-item,
  .navbar-brand {
    font-size: 1.25rem; /* Increase font size for mobile */
  }
  /* Increase padding and add a horizontal line for menu items on mobile */
  #main_menu .nav-link, #main_menu .dropdown-item,
  #role_menu .nav-link, #role_menu .dropdown-item {
    padding: 10px 15px; /* Adjust padding for mobile */
    border-bottom: 1px solid rgba(204, 204, 204, 0.67); /* Add a thin horizontal line */
  }
  /* Remove bottom border for the last item - not working*/
}
.goto-url:hover, goto_pdf:hover {
  cursor: pointer !important;
}

#test_bar {
  cursor: pointer;
  padding-top: 5px;
  padding-left: 5px;
  background-color: #48c596;
  color: white;
  font-size: 1.3rem;
  min-height: 50px;
}
#test_bar a {
  color: white;
  font-size: 1.3rem;
}
#test_bar .currenttest {
  padding: 5px;
  border: 1px white;
}
@media only screen and (max-width : 600px) {
  #test_bar {
    height: 3rem;
  }
}
#test_bar .input-field {
  margin-top: 3px;
  margin-bottom: 5px;
}
#test_bar #search4test {
  height: 100%;
  width: calc(100% - 40px);
  font-size: 1.2rem;
  font-family: Roboto, sans-serif;
  border: 1px white;
  box-shadow: none;
  padding: 0px;
  background-color: #48c596;
  color: white;
}
#test_bar .dropdown-content li {
  background-color: #33053a;
  color: white;
}
#test_bar .dropdown-content li:hover, #test_bar .dropdown-content li.active {
  background-color: #33053a;
}
#test_bar .dropdown-content li > a, #test_bar .dropdown-content li > span {
  color: white;
}
#test_bar .dropdown-content li .highlight {
  color: #f9c735;
}
#test_bar label {
  top: 0;
  left: 0;
}
#test_bar label i {
  color: #33053a;
}
#test_bar label.active i {
  color: #33053a !important;
}

.flip {
  transform: rotate(270deg);
}

#index h1 {
  font-size: 2.5rem;
}
#index #strapline {
  margin: 30px 0px 30px 0px;
  font-size: 2.2rem;
}
@media only screen and (min-width : 601px) {
  #index #strapline {
    margin: 40px 20px 40px 20px;
    font-size: 4rem;
  }
}
#index #banner {
  /* still used? */
  padding: 10px 20px;
  background-color: #def4ea;
  color: #48c596;
}
@media only screen and (min-width : 601px) {
  #index #banner {
    padding: 30px;
  }
}
#index #banner .btn {
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 20px;
}
@media only screen and (min-width : 601px) {
  #index #banner .btn {
    font-size: 2rem;
  }
}
#index #banner p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
}
#index #choices .card-content {
  height: 200px;
  overflow: hidden;
}
#index #choices .card-action {
  height: 80px;
}
@media only screen and (min-width : 601px) {
  #index #choices .left {
    padding-left: 0px;
  }
}
@media only screen and (min-width : 601px) {
  #index #choices .right {
    padding-right: 0px;
  }
}
#index #signup_btn {
  border: solid 1px #33053a;
  width: 100%;
  color: #33053a;
  font-weight: 500;
}
#index #signup_btn:hover {
  background-color: #33053a;
  color: white;
}
#index #login_btn {
  border: solid 1px #48c596;
  width: 100%;
  color: #48c596;
  font-weight: 500;
}
#index #login_btn:hover {
  background-color: #48c596;
  color: white;
}

.dark_outline {
  border: solid 1px #33053a !important;
  color: #33053a !important;
}
.dark_outline:hover {
  background-color: #33053a !important;
  color: white !important;
}

@media only screen and (max-width : 600px) {
  .container {
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
  }
}

.bar {
  opacity: 0.6;
  color: white;
}

.ref {
  font-size: 2em;
  float: right;
}

.nosearch {
  -webkit-user-select: none;
}

.inline_radio {
  display: inline;
}
.inline_radio [type=radio]:not(:checked) + span,
.inline_radio [type=radio]:checked + span {
  padding-left: 22px;
}

#entry, #deductions, #totals {
  padding: 10px;
}

.title {
  font-size: 36px;
}

.page_title {
  margin-top: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page_title {
    margin-bottom: 2rem;
  }
}

.action_buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.current_class {
  width: 100%;
}

th {
  color: #7e7272;
}

table .odd {
  background-color: #e7e9e7;
}

table .even {
  background-color: #fbfbfb;
}

table .disabled {
  opacity: 0.5;
}

table a {
  color: #33053a;
  font-width: normal;
}

table.slim tr {
  padding: 3px;
}
table.slim td, table.slim th {
  padding: 5px 10px;
  font-size: 0.9em;
}

#dashboard .card-header {
  background-color: #c48e40;
}
#dashboard .card-body {
  background-color: #64195b;
}
#dashboard .dc-chart {
  height: 100px;
}
#dashboard h4 {
  color: #33053a;
  font-size: 1.2em;
}

.past {
  background-color: #f0f0f0;
}

.onnow {
  background-color: white;
}

.future {
  background-color: rgba(76, 5, 84, 0.11);
}

/*  handle deck */
.card-deck .col {
  padding-left: 3px;
  padding-right: 3px;
}
.card-deck .col .first {
  padding-left: 0;
}
.card-deck .col .last {
  padding-right: 0;
}
.card-deck .card {
  padding-left: 3px;
  padding-right: 3px;
  height: 100%;
}
.card-deck .card .card-content {
  padding: 8px;
}
.card-deck .card .card-action {
  text-align: center;
}
.card-deck .card .first {
  padding-left: 0;
}
.card-deck .card .last {
  padding-right: 0;
}

.card.cancelled {
  opacity: 0.8;
  border: 2px solid red;
}

.cancelled-bg {
  background-color: rgb(241, 160, 160);
}

#login {
  background: #48c596;
}

#registration .checkbox-text {
  font-size: 1.4rem;
  color: #33053a;
}
@media only screen and (max-width : 600px) {
  #registration .row {
    margin-bottom: 0px;
  }
  #registration .input-field {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  #registration .card-content {
    padding: 20px;
  }
}

.menucards .card-title {
  margin-top: 0px;
}

#add_images .row {
  margin-bottom: 0px;
}
#add_images .input-field {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* mobile only */
@media only screen and (max-width : 600px) {
  .strapline {
    font-size: 0.9rem;
    color: #c48e40;
  }
  .card {
    background-color: white;
    color: #33053a;
  }
}
#banner {
  /* still used? second #banner */
  padding: 30px;
  background-color: #def4ea;
  color: #48c596;
}
#banner .btn {
  color: white;
}
#banner p {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

#choices .card-content {
  height: 200px;
  overflow: hidden;
}
#choices .card-action {
  height: 80px;
}
@media only screen and (min-width : 601px) {
  #choices .left {
    padding-left: 0px;
  }
}
@media only screen and (min-width : 601px) {
  #choices .right {
    padding-right: 0px;
  }
}

@media only screen and (max-width : 600px) {
  .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.bar {
  opacity: 0.6;
  color: white;
}

.ref {
  font-size: 1.8rem;
  float: right;
}

#mainimg {
  height: 300px;
  background-image: url("/shared_static/images/mainimage_phone.png");
  background-size: cover;
  background-position: center right 12%;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 601px) {
  #mainimg {
    background-image: url("/shared_static/images/mainimage_desktop.png");
  }
}

.changetest {
  padding: 5px;
  height: 30px;
}

.test_search {
  padding: 3px 5px 5px 5px;
  height: 30px;
}

.coeff {
  border: none;
  border-radius: 12px;
  color: black;
  font-size: 9px !important;
  height: 16px;
  padding: 4px 3px 0 3px;
  text-align: center;
  width: 15px;
}
.coeff.coeff_2 {
  background-color: #ffffb2;
}
.coeff.coeff_3 {
  background-color: #fecc5c;
}
.coeff.coeff_4 {
  background-color: #fd8d3c;
}
.coeff.coeff_5 {
  background-color: #f03b20;
  color: white;
}
.coeff.coeff_6 {
  background-color: #bd0026;
  color: white;
}

#calculator {
  touch-action: manipulation;
}
#calculator .container {
  max-width: 1280px;
  width: 90%;
}
@media only screen and (max-width : 992px) {
  #calculator .container {
    width: 100%;
  }
}
@media only screen and (max-width : 600px) {
  #calculator {
    bottom: 0px;
  }
}
#calculator .btn:hover {
  background-color: #34a67b;
}
#calculator .col.s6 > .btn {
  width: 100%;
}
#calculator #help_1 img {
  margin-top: 20%;
  width: 100%;
}
#calculator #watch_video {
  background-color: #f6982d;
  width: 100%;
  overflow: visible;
  height: auto;
  line-height: 25px;
  padding-bottom: 5px;
}
#calculator .dividers {
  border-top: 1px solid #fefefe;
  padding-top: 20px;
  border-bottom: 1px solid #fefefe;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
#calculator .col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
#calculator svg {
  float: right;
}
#calculator #input_score_block {
  /* less often used score buttons */
}
#calculator #input_score_block #keypad {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}
@media only screen and (max-width : 600px) {
  #calculator #input_score_block {
    padding-left: 2px;
    padding-right: 10px;
  }
}
#calculator #input_score_block .row {
  margin: 0px;
  padding: 0px;
}
#calculator #input_score_block .left {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
#calculator #input_score_block .left.top {
  border-top: none;
}
#calculator #input_score_block .right {
  border-top: 2px solid white;
}
#calculator #input_score_block .right.top {
  border-top: none;
}
#calculator #input_score_block #top_line .row {
  margin-bottom: 5px;
}
#calculator #input_score_block .score_button, #calculator #input_score_block .add_int_score, #calculator #input_score_block .add_dec_score {
  color: #626262;
  background-color: #cdd7d7;
  display: inline;
  cursor: pointer;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
}
#calculator #input_score_block .score_button:hover, #calculator #input_score_block .add_int_score:hover, #calculator #input_score_block .add_dec_score:hover {
  background-color: #b5bfbf;
}
#calculator #input_score_block .thin div {
  font-size: 1.3rem;
  font-weight: normal;
  opacity: 0.8;
  /* force disabled to override opacity */
}
#calculator #input_score_block .thin div .disabled {
  opacity: 0.3;
}
#calculator #input_score_block #action_buttons {
  margin-top: 22px;
  background-color: #cdd7d7;
  box-shadow: none;
  border-radius: 10px;
  color: black;
  font-weight: normal;
  font-size: 1.4rem;
  height: 50px;
  cursor: pointer;
}
#calculator #input_score_block #action_buttons .middle p {
  text-align: center;
}
@media only screen and (max-width : 600px) {
  #calculator #input_score_block #action_buttons {
    font-size: 0.8rem !important;
  }
  #calculator #input_score_block #action_buttons i.small {
    font-size: 16px;
  }
}
#calculator #input_score_block #action_buttons:hover {
  background-color: #b5bfbf;
}
#calculator #input_score_block #action_buttons .enabled {
  height: calc(100% - 2px);
}
#calculator #input_score_block #action_buttons #settings p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#calculator #input_score_block #action_buttons #before_modal input:disabled {
  color: rgba(0, 0, 0, 0.76);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
#calculator #input_score_block .left {
  border-right: 2px solid white;
}
#calculator #input_score_block #speak, #calculator #input_score_block #back_button, #calculator #input_score_block .clear_button {
  height: 100%;
  border: 1px solid white;
  padding-top: 0.5rem;
  text-align: center;
}
#calculator #speak, #calculator #open_settings {
  background-color: #626262;
  color: white;
}
#calculator #back_button.btn, #calculator #back_button.col {
  background-color: #626262 !important;
}
#calculator .clear_button.btn, #calculator .clear_button.col {
  background-color: #626262 !important;
}
#calculator .minus_penalty, #calculator .minus_penalty_pct, #calculator .plus_penalty, #calculator .plus_penalty_pct {
  cursor: pointer;
  background-color: #cdd7d7;
  color: #626262;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 2px;
  font-size: 0.7rem;
}
@media only screen and (min-width : 601px) {
  #calculator .minus_penalty, #calculator .minus_penalty_pct, #calculator .plus_penalty, #calculator .plus_penalty_pct {
    font-size: 1rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#calculator .minus_penalty .material-icons, #calculator .minus_penalty_pct .material-icons, #calculator .plus_penalty .material-icons, #calculator .plus_penalty_pct .material-icons {
  margin: 0px;
  color: #626262;
}
#calculator .penalty_type_B a, #calculator .penalty_type_P a {
  width: 96%;
}
#calculator #summary_inner {
  font-size: 1.3rem;
  color: #2f906c;
  box-shadow: none;
  border: 1px solid #cdd7d7;
  border-radius: 5px;
  background-color: white;
  height: 100%;
  padding: 5px;
  margin: 0px;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner {
    font-size: 1.4rem;
    padding: 20px;
    line-height: 1.7;
  }
}
#calculator #summary_inner .row {
  margin: 5px 0px 0px 0px;
  padding-left: 0px;
  line-height: 1.2;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner .row {
    margin: 0px;
    line-height: 1.7;
  }
}
#calculator #summary_inner.two_rows_of_penalties .row {
  line-height: 1;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner.two_rows_of_penalties .row {
    margin: 0px;
    line-height: 1.3;
  }
}
#calculator #summary_inner .pct {
  font-size: 8.5vw;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner .pct {
    font-size: 3.5vw;
  }
}
#calculator #summary_inner .col {
  padding-left: 0px;
  padding-right: 5px;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner .col {
    padding-right: 0px;
  }
}
#calculator #summary_inner .col .right {
  padding-right: 0px;
}
#calculator #summary_inner .bottom {
  margin-top: 10px;
}
#calculator #summary_inner #summary_bar svg {
  float: right;
  padding-top: 3px;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner #summary_bar svg {
    padding-top: 10px;
  }
}
#calculator .card {
  margin: 10px;
  position: relative;
}
#calculator .card .row {
  padding-left: 10px;
}
#calculator .show_on_start {
  padding-top: 4px;
  padding-bottom: 4px;
}
#calculator .pct_score {
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  font-size: 2rem;
  font-weight: 700;
  color: #33053a;
  text-align: right;
  position: relative;
  z-index: 2;
}
#calculator .row {
  margin: 0px;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
#calculator .col {
  padding: 0px;
  background-color: transparent;
}
#calculator .tag {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
#calculator .bar, #calculator .card-content {
  position: absolute;
  top: 0px;
  left: 0px;
}
#calculator .current_test_description {
  font-size: 1rem;
  font-weight: 400;
}

#calculator.colorful #input_score_block .mark_0 {
  color: #626262 !important;
  background-color: #fff1f7 !important;
}
#calculator.colorful #input_score_block .mark_1 {
  color: #626262 !important;
  background-color: #ffedee !important;
}
#calculator.colorful #input_score_block .mark_2 {
  color: #626262 !important;
  background-color: #ffe9e5 !important;
}
#calculator.colorful #input_score_block .mark_3 {
  color: #626262 !important;
  background-color: #ffe6db !important;
}
#calculator.colorful #input_score_block .mark_35 {
  color: #626262 !important;
  background-color: #ffe6db !important;
}
#calculator.colorful #input_score_block .mark_4 {
  color: #626262 !important;
  background-color: #ffe2ae !important;
}
#calculator.colorful #input_score_block .mark_45 {
  color: #626262 !important;
  background-color: #ffd78a !important;
}
#calculator.colorful #input_score_block .mark_5 {
  color: #626262 !important;
  background-color: #f5d749 !important;
}
#calculator.colorful #input_score_block .mark_55 {
  color: #626262 !important;
  background-color: #dccd20 !important;
}
#calculator.colorful #input_score_block .mark_6 {
  color: white !important;
  background-color: #74ad23 !important;
}
#calculator.colorful #input_score_block .mark_65 {
  color: white !important;
  background-color: #5eb05f !important;
}
#calculator.colorful #input_score_block .mark_7 {
  color: white !important;
  background-color: #48b29a !important;
}
#calculator.colorful #input_score_block .mark_75 {
  color: white !important;
  background-color: #2499b9 !important;
}
#calculator.colorful #input_score_block .mark_8 {
  color: white !important;
  background-color: #007fd8 !important;
}
#calculator.colorful #input_score_block .mark_85 {
  color: white !important;
  background-color: #174ca7 !important;
}
#calculator.colorful #input_score_block .mark_9 {
  color: white !important;
  background-color: #3e339f !important;
}
#calculator.colorful #input_score_block .mark_95 {
  color: white !important;
  background-color: #361686 !important;
}
#calculator.colorful #input_score_block .mark_10 {
  color: white !important;
  background-color: #380052 !important;
}

#calculator.wave #input_score_block .waves-effect.waves-0 .waves-ripple {
  background-color: #fff1f7;
}
#calculator.wave #input_score_block .waves-effect.waves-1 .waves-ripple {
  background-color: #ffedee;
}
#calculator.wave #input_score_block .waves-effect.waves-2 .waves-ripple {
  background-color: #ffe9e5;
}
#calculator.wave #input_score_block .waves-effect.waves-3 .waves-ripple {
  background-color: #ffe6db;
}
#calculator.wave #input_score_block .waves-effect.waves-35 .waves-ripple {
  background-color: #ffe6db;
}
#calculator.wave #input_score_block .waves-effect.waves-4 .waves-ripple {
  background-color: #ffe2ae;
}
#calculator.wave #input_score_block .waves-effect.waves-45 .waves-ripple {
  background-color: #ffd78a;
}
#calculator.wave #input_score_block .waves-effect.waves-5 .waves-ripple {
  background-color: #f5d749;
}
#calculator.wave #input_score_block .waves-effect.waves-55 .waves-ripple {
  background-color: #dccd20;
}
#calculator.wave #input_score_block .waves-effect.waves-6 .waves-ripple {
  background-color: #74ad23;
}
#calculator.wave #input_score_block .waves-effect.waves-65 .waves-ripple {
  background-color: #5eb05f;
}
#calculator.wave #input_score_block .waves-effect.waves-7 .waves-ripple {
  background-color: #48b29a;
}
#calculator.wave #input_score_block .waves-effect.waves-75 .waves-ripple {
  background-color: #2499b9;
}
#calculator.wave #input_score_block .waves-effect.waves-8 .waves-ripple {
  background-color: #007fd8;
}
#calculator.wave #input_score_block .waves-effect.waves-85 .waves-ripple {
  background-color: #174ca7;
}
#calculator.wave #input_score_block .waves-effect.waves-9 .waves-ripple {
  background-color: #3e339f;
}
#calculator.wave #input_score_block .waves-effect.waves-95 .waves-ripple {
  background-color: #361686;
}
#calculator.wave #input_score_block .waves-effect.waves-10 .waves-ripple {
  background-color: #380052;
}

#output_block {
  font-size: 1.3rem;
  overflow: hidden;
}
@media only screen and (max-width : 600px) {
  #output_block {
    font-size: 1.1rem;
  }
}
#output_block #output_scores {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#output_block #output_scores .score .row {
  position: relative;
  z-index: 99;
}
#output_block #output_scores #scorelist {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* actually added to last non-collective */
}
#output_block #output_scores #scorelist .score_bar {
  position: absolute;
}
#output_block #output_scores #scorelist .card-title {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#output_block #output_scores #scorelist .minus {
  text-align: left;
  cursor: pointer;
  padding-left: 5px !important;
}
#output_block #output_scores #scorelist .plus {
  cursor: pointer;
  text-align: right;
  padding-right: 5px !important;
}
#output_block #output_scores #scorelist .collective {
  background-color: lightgrey;
}
#output_block #output_scores #scorelist .first_collective {
  border-bottom: 5px solid #626262 !important;
}
#output_block #output_scores #scorelist .page_end {
  border-bottom: 5px solid black !important;
}
#output_block #output_scores #scorelist .lineno {
  color: #7e7272;
  font-size: 0.8em;
  padding-top: 4px !important;
  position: relative;
  z-index: 2;
}
#output_block #output_scores #scorelist #rows_count {
  text-align: right;
  padding-right: 5px !important;
}
#output_block #output_scores #scorelist .linemark {
  text-align: center;
  color: black;
  padding-left: 5px !important;
  position: relative;
  z-index: 2;
}
#output_block #output_scores #scorelist .score {
  border-bottom: 1px solid white;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#output_block #output_scores #scorelist .score .col {
  padding: 0px;
}
#output_block #output_scores #scorelist .score .row {
  margin: 0px;
}
#output_block #output_scores #scorelist #rows_total {
  font-size: 14px;
  font-weight: 700;
  color: #434343;
}
#output_block #output_scores #scorelist .row_count {
  font-size: 14px;
  color: #434343;
}
#output_block #output_scores #scorelist .totals {
  margin-bottom: 0px;
}

.switch-label {
  font-size: 14px;
}

.tag {
  padding: 0px;
  margin: 0px;
  color: #33053a;
  font-size: 20px;
  font-weight: 700;
}

.btn-group input {
  visibility: hidden;
  width: 0px;
}
.btn-group label {
  cursor: pointer;
}

#current_test_details {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #7e7272;
}

.skinny {
  padding: 0;
}

.form-control {
  font-size: 18px;
  padding: 6px;
}

.form-group {
  padding-top: 0px;
  padding-bottom: 0px;
}

#entry, #deductions, #totals {
  padding: 10px;
}

.title {
  margin-top: 20px;
  font-size: 36px;
}

.current_class {
  width: 100%;
}

th {
  color: #7e7272;
}

table .odd {
  background-color: #e7e9e7;
}

table .even {
  background-color: #fbfbfb;
}

table .disabled {
  opacity: 0.5;
}

table a {
  color: #33053a;
  font-width: normal;
}

#history td {
  padding-top: 2px;
  padding-bottom: 2px;
}

#dashboard .card-header {
  background-color: #c48e40;
}
#dashboard .card-body {
  background-color: #64195b;
}
#dashboard .dc-chart {
  height: 100px;
}
#dashboard h4 {
  color: #33053a;
  font-size: 1.2em;
}

#login {
  background: #48c596;
}

/* mobile only */
@media only screen and (max-width : 600px) {
  .strapline {
    font-size: 0.9rem;
    color: #c48e40;
  }
  .card {
    background-color: white;
    color: #33053a;
  }
}
/* VIZ */
div.tooltip {
  position: absolute;
  text-align: center;
  width: 100px;
  height: 50px;
  padding: 2px;
  font: 12px sans-serif;
  background: #e7e7e7;
  border: 1px;
  border-radius: 8px;
  pointer-events: none;
}

.scoresheet_viz {
  position: relative;
}

.scoresheet_viz svg {
  display: block;
  margin: auto;
  font-color: #797979;
}
.scoresheet_viz svg .header {
  font-size: 0.9em;
}
.scoresheet_viz svg .subheader {
  font-size: 0.8em;
}
.scoresheet_viz svg .name, .scoresheet_viz svg .value {
  font-size: 0.7em;
}
.scoresheet_viz svg .top_label {
  font-size: 0.9em;
}

.scorer_gauge {
  position: relative;
  padding: 0;
  height: 170px;
}
.scorer_gauge svg {
  display: block;
  margin: auto;
}

#scored rect.bar {
  fill: #64195b !important;
}

.modal {
  max-height: 100%;
  overflow: visible;
}

#after_modal #totals {
  font-size: 1.4rem;
  line-height: 2rem;
}
#after_modal .label {
  font-size: 1.3rem;
  line-height: 2.4rem;
  opacity: 0.9;
}
#after_modal .tag {
  text-align: right;
}
#after_modal #totals .tag {
  font-size: 2.4rem !important;
  line-height: 2.4rem;
}
#after_modal .percent_row {
  margin-top: 4px;
  margin-bottom: 24px;
}
@media medium-and-up {
  #after_modal #totals {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  #after_modal .label {
    font-size: 2rem;
  }
}

/* login / signup s  */
/*https://codepen.io/davidelrizzo/pen/vEYvyv */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
  text-align: center;
}

.facebook:before {
  border-right: #364e92 1px solid;
  background: url("/shared_static/images/icon_facebook.png") 6px 6px no-repeat;
}

.facebook:hover,
.facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Whinie */
.whinnie {
  background-color: #620789;
  background-image: linear-gradient(#7E07AD, #620789);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #620789;
  text-align: center;
}

.whinnie:before {
  border-right: #620789 1px solid;
  background: url("/shared_static/images/whinnie.png") 6px 6px no-repeat;
}

.whinnie:hover,
.whinnie:focus {
  background-color: #620789;
  background-image: linear-gradient(#7E07AD, #620789);
}

.status_text_0 {
  color: #ffffff;
}

.status_text_1 {
  color: #ffffd9;
}

.status_text_2 {
  color: #f9fdcb;
}

.status_text_3 {
  color: #eef8bb;
}

.status_text_4 {
  color: #d1edb4;
}

.status_text_5 {
  color: #a0dab8;
}

.status_text_6 {
  color: #238bbb;
}

.status_text_7 {
  color: #225aa6;
}

.status_text_8 {
  color: #20378d;
}

.status_text_9 {
  color: #0c2060;
}

.status_border_0 {
  border: 4px solid #ffffff;
  border-radius: 5px;
}

.status_border_1 {
  border: 4px solid #ffffd9;
  border-radius: 5px;
}

.status_border_2 {
  border: 4px solid #f9fdcb;
  border-radius: 5px;
}

.status_border_3 {
  border: 4px solid #eef8bb;
  border-radius: 5px;
}

.status_border_4 {
  border: 4px solid #d1edb4;
  border-radius: 5px;
}

.status_border_5 {
  border: 4px solid #a0dab8;
  border-radius: 5px;
}

.status_border_6 {
  border: 4px solid #238bbb;
  border-radius: 5px;
}

.status_border_7 {
  border: 4px solid #225aa6;
  border-radius: 5px;
}

.status_border_8 {
  border: 4px solid #20378d;
  border-radius: 5px;
}

.status_border_9 {
  border: 4px solid #0c2060;
  border-radius: 5px;
}

.status_fill_0 {
  background-color: #ffffff;
  fill: #ffffff;
  color: #404040;
}

.status_fill_1 {
  background-color: #ffffd9;
  fill: #ffffd9;
  color: #404040;
}

.status_fill_2 {
  background-color: #f9fdcb;
  fill: #f9fdcb;
  color: #404040;
}

.status_fill_3 {
  background-color: #eef8bb;
  fill: #eef8bb;
  color: #404040;
}

.status_fill_4 {
  background-color: #d1edb4;
  fill: #d1edb4;
  color: #404040;
}

.status_fill_5 {
  background-color: #a0dab8;
  fill: #a0dab8;
  color: #404040;
}

.status_fill_6 {
  background-color: #238bbb;
  fill: #238bbb;
  color: white;
}

.status_fill_7 {
  background-color: #225aa6;
  fill: #225aa6;
  color: white;
}

.status_fill_8 {
  background-color: #20378d;
  fill: #20378d;
  color: white;
}

.status_fill_9 {
  background-color: #0c2060;
  fill: #0c2060;
  color: white;
}

.scoresheet_status_0 {
  text-color: rgba(128, 128, 128, 0.33);
}

.scoresheet_status_2 {
  text-color: rgba(128, 128, 128, 0.65);
}

.scoresheet_status_3 {
  text-color: rgba(80, 80, 80, 0.65);
}

.scoresheet_status_4 {
  text-color: rgba(80, 80, 80, 0.65);
}

.scoresheet_status_5 {
  color: rgba(59, 59, 59, 0.94);
}

.scoresheet_status_6 {
  color: #e17903 !important;
}

.scoresheet_status_7 {
  color: #225aa6;
}

.list-group .selected {
  background-color: #48c596;
  color: white;
}

/* for autocomplete in nav bar*/
.autocomplete {
  /* override materialize */
  position: relative;
  font-size: 14px;
  max-width: 400px;
}

.autocomplete ul,
.autocomplete li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.autocomplete .autocomplete-list {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background-color: #33053a;
  z-index: 100;
  color: #222;
  -webkit-overflow-scrolling: touch;
}

.autocomplete .autocomplete-group {
  position: relative;
  padding: 10px 0;
}

.autocomplete .autocomplete-group-header {
  position: absolute;
  top: 16px;
  left: 10px;
  font-weight: bold;
}

.autocomplete .autocomplete-item {
  cursor: pointer;
  padding: 6px 10px;
  float: none;
}

.autocomplete-group .autocomplete-item {
  padding-left: 100px;
  float: none;
}

.autocomplete .autocomplete-item.active,
.autocomplete .autocomplete-item:hover {
  background-color: #580561;
}

.autocomplete .autocomplete-item-last {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

@media screen and (max-height: 480px) and (max-width: 480px) {
  /* a blunt check for mobile screens: they need bigger hit targets */
  .autocomplete .autocomplete-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.autocomplete-list li {
  background-color: white;
  color: darkgrey;
}
.autocomplete-list li:hover, .autocomplete-list li.active {
  background-color: white;
}
.autocomplete-list li > a, .autocomplete-list li > span {
  color: darkgrey;
}
.autocomplete-list li strong {
  color: #f9c735;
}

nav .autocomplete-list li {
  background-color: #33053a;
  color: white;
}
nav .autocomplete-list li:hover, nav .autocomplete-list li.active {
  background-color: #33053a;
}
nav .autocomplete-list li > a, nav .autocomplete-list li > span {
  color: white;
}
nav .autocomplete-list li strong {
  color: #f9c735;
}

.only-print {
  display: none;
}

.topleft_logo {
  float: left;
  height: 50px;
}
@media only screen and (min-width : 601px) {
  .topleft_logo {
    height: 70px;
  }
}
@media only screen and (min-width : 993px) {
  .topleft_logo {
    height: 100px;
  }
}

.withdrawn {
  opacity: 0.6;
  text-decoration: line-through;
}

.hc {
  background-color: #eeeeee;
}

.update_judge_at_position {
  margin: 0px;
}

.drop_here {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 0.9rem;
  font-style: italic;
}
.drop_here :hover {
  color: #fff;
}

.ui-sortable-placeholder {
  border: 3px dashed #aaa;
  background: #ccc;
}

#modal_add_judge {
  height: 100%;
}

.rosette .tail_text {
  font-size: 1.75rem;
}

@-webkit-keyframes loading-line {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes loading-line {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.loading_line {
  -webkit-animation: loading-line 3s infinite ease-in-out;
  -o-animation: loading-line 3s infinite ease-in-out;
  -ms-animation: loading-line 3s infinite ease-in-out;
  -moz-animation: loading-line 3s infinite ease-in-out;
  animation: loading-line 3s infinite ease-in-out;
}

/* should be in custom build of bootstrap */
.accordion-button:not(.collapsed) {
  background-color: rgba(72, 197, 150, 0.4196078431);
}

@media (max-width: 700px) {
  .hide-on-med-and-down {
    display: none;
  }
}
#mobileSidebar {
  background-color: #33053a;
}
#mobileSidebar .nav-link {
  color: #48c596;
}
#mobileSidebar .offcanvas-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#mobileSidebar h4 {
  color: #48c596;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#mobileSidebar .dropdown-menu {
  position: relative;
}
#mobileSidebar .dropdown-menu, #mobileSidebar .dropdown-item {
  background-color: #33053a;
  padding-left: 1.5rem; /* indent dropdown items */
  border: none;
  box-shadow: none;
  color: #e9ecef;
}

/* Custom styles for the sidebar */
#sidebar {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  background-color: #33053a;
  color: #e9ecef;
  transition: left 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}
#sidebar.active {
  left: 0;
}
#sidebar h4 {
  color: #48c596;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#sidebar .sidebar-menu {
  padding: 10px;
}
#sidebar .sidebar-menu .nav-link {
  color: #e9ecef;
  padding-top: 2px;
  padding-bottom: 2px;
}
#sidebar .sidebar-menu .nav-link:hover {
  background-color: #d9dbdc;
  color: #48c596;
}
#sidebar .sidebar-menu .nav-item {
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#sidebar .sidebar-menu .nav-item .sub-items {
  padding-left: 20px;
}

#wrapper {
  margin-left: 0;
  transition: margin-left 0.3s ease;
}

#wrapper.shifted {
  margin-left: 250px;
}

#CookielawBanner {
  background-color: rgba(72, 197, 150, 0.4196078431);
  color: white;
  padding: 25px;
  margin-top: 25px;
}

#CookielawBanner a {
  color: white;
  text-decoration: underline;
}

#CookielawBanner a.btn {
  background-color: white;
  color: #48c596;
  text-decoration: none;
}

* {
  transition: none !important;
}

body {
  font-size: 11px;
}

.only-print {
  display: block;
}

.print-no-break {
  page-break-inside: avoid;
}

.print-break-ok {
  page-break-inside: auto;
}

.print_banner {
  height: 160px;
}

.print_logo {
  height: 150px;
  float: left;
}

.print_title {
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
}

.wrapper {
  clear: both;
}

/* try prevent bad page breaks */
table {
  page-break-inside: auto;
}

tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

thead {
  display: table-header-group;
}

tfoot {
  display: table-footer-group;
}

.col-print-1 {
  width: calc(1 * 8.33%);
  float: left;
}

.col-print-2 {
  width: calc(2 * 8.33%);
  float: left;
}

.col-print-3 {
  width: calc(3 * 8.33%);
  float: left;
}

.col-print-4 {
  width: calc(4 * 8.33%);
  float: left;
}

.col-print-5 {
  width: calc(5 * 8.33%);
  float: left;
}

.col-print-6 {
  width: calc(6 * 8.33%);
  float: left;
}

.col-print-7 {
  width: calc(7 * 8.33%);
  float: left;
}

.col-print-8 {
  width: calc(8 * 8.33%);
  float: left;
}

.col-print-9 {
  width: calc(9 * 8.33%);
  float: left;
}

.col-print-10 {
  width: calc(10 * 8.33%);
  float: left;
}

.col-print-11 {
  width: calc(11 * 8.33%);
  float: left;
}

.col-print-12 {
  width: calc(12 * 8.33%);
  float: left;
}

/*# sourceMappingURL=print.css.map */
