/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */


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.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 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 in Chrome and Safari on macOS.
 */

[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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
h1,
h2,
h3,
p {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #e0e0e0;
}

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

input::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
canvas {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 0px) {
  .container {
    max-width: 0px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow-tmou {
  background-color: #ffec01;
}

.bg-blue-tmou {
  background-color: #031f35;
}

.bg-black-tmou {
  background-color: #01020c;
}

.bg-success-tmou {
  background-color: #8CDA4C;
}

.bg-danger-tmou {
  background-color: #C8A48C;
}

.hover\:bg-gray-100:hover {
  background-color: #f5f5f5;
}

.hover\:bg-purple-100:hover {
  background-color: #faf5ff;
}

.hover\:bg-yellow-tmou:hover {
  background-color: #ffec01;
}

.bg-top {
  background-position: top;
}

.bg-cover {
  background-size: cover;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #000;
}

.border-gray-800 {
  border-color: #424242;
}

.border-yellow-tmou {
  border-color: #ffec01;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-gray-500:hover {
  border-color: #9e9e9e;
}

.rounded-sm {
  border-radius: 0.25rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.content-center {
  align-content: center;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-12 {
  height: 3rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.leading-normal {
  line-height: 1.5;
}

.m-0 {
  margin: 0;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.right-0 {
  right: 0;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.fill-current {
  fill: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-400 {
  color: #bdbdbd;
}

.text-gray-500 {
  color: #9e9e9e;
}

.text-gray-700 {
  color: #616161;
}

.text-gray-800 {
  color: #424242;
}

.text-gray-900 {
  color: #212121;
}

.text-yellow-tmou {
  color: #ffec01;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-gray-200:hover {
  color: #eeeeee;
}

.hover\:text-gray-900:hover {
  color: #212121;
}

.hover\:text-red-500:hover {
  color: #f56565;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.italic {
  font-style: italic;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-56 {
  width: 14rem;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

.z-20 {
  z-index: 20;
}

@media (min-width: 0px) {

  .no\:bg-yellow-tmou {
    background-color: #ffec01;
  }

  .no\:border-black {
    border-color: #000;
  }
}

@media (min-width: 640px) {

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }
}

@media (min-width: 768px) {

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:w-1\/4 {
    width: 25%;
  }
}

@media (min-width: 900px) {

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:rounded-sm {
    border-radius: 0.25rem;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:static {
    position: static;
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-full {
    width: 100%;
  }
}

@media (min-width: 1100px) {

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 0px) {
  .container {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 640px) {
  .container {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .container {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 900px) {
  .container {
    min-width: 0;
  }
}

html {
  font-family: 'LatoWeb', sans-serif;
}

b,
strong,
.font-bold {
  font-family: 'LatoWebBold', sans-serif;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown-content li {
  display: block;
}

.dropdown-content li:hover {
}

.dropdown:hover .dropdown-content {
  display: block;
}

.corner-frame {
  display: inline-block;
  position: relative;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.corner-frame:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: -25px;
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.corner-frame:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: -25px;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

p {
  text-align: justify;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

h1 {
  font-size: 1.875rem;
  font-weight: 700;
  overflow-wrap: normal;
  word-break: normal;
  margin-bottom: 1rem
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  margin-top: 1rem
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-top: 1rem
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
  font-style: italic
}

pre {
  font-size: 0.75rem
}

a:hover {
  /*TODO: */
}

/* Bootstrap bridge */

.form-group {
  margin-bottom: 1rem
}

.form-group .col-form-label {
  margin-bottom: 0.25rem
}

.form-group.required label:after,
span.required-footnote {
  content: " *";
  color: #fc8181
}

.form-control {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-radius: 0.25rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #616161;
  line-height: 1.25;
  background-color: #fff
}

.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5)
}

.form-control[disabled] {
  background-color: #eeeeee
}

.form-control.is-invalid {
  border-color: #fc8181
}

select.form-control {
  background: transparent url('../images/caret-down.svg') no-repeat 60px center;
  background-position-x: right;
  background-size: 25px;
  font-size: 100%;
}

textarea {
  font-size: 100%;
}

.form-check-input {
  margin-right: 0.5rem;
  line-height: 1.25
}

.form-check-label {
}

.invalid-feedback {
  color: #fc8181;
  font-size: 0.875rem
}

.text-muted {
  color: #bdbdbd
}

legend {
  font-size: 1.25rem;
  padding-top: 1.5rem;
  margin-bottom: 0.5rem
}

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 0.25rem
}

.btn-primary {
  background-color: #ffec01;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(180, 180, 180, 0.5);
  background-color: #ffec01;
  outline: 0
}

.btn-danger {
  background-color: #C8A48C
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(180, 180, 180, 0.5);
  background-color: #C8A48C;
  outline: 0
}

.btn-secondary {
  color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(180, 180, 180, 0.5);
  background-color: #FCF9F0;
  outline: 0
}

.alert {
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem
}

.alert-danger,
.badge-danger {
  background-color: #C8A48C
}

.alert-info,
.badge-default,
.badge-info {
  background-color: #FCF9F0
}

.alert-warning,
.badge-warning {
  background-color: #ffec01
}

.alert-success,
.badge-success {
  background-color: #8CDA4C
}

.dropdown-menu {
  position: absolute;
  background-color: #fff;
  margin: 0.5rem;
  border-width: 1px;
  display: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.badge {
  border-radius: 0.25rem;
  padding: 0.25rem
}

/* Datagrid */

.datagrid {
  padding: 0 !important
}

.datagrid .table-sm {
  font-size: 0.875rem;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff
}

.datagrid td,
.datagrid th {
  border-width: 1px;
  padding: 0.25rem
}

.datagrid tr:nth-of-type(odd) {
  background-color: #f5f5f5
}

.datagrid table thead tr.row-group-actions th {
  background-color: #f5f5f5
}

.datagrid .col-per-page select {
  width: 100% !important;
  background-color: #fff !important;
  padding: 0.5rem !important
}

/* Make links underlined in page content (white blocks) */

.page-content a {
  text-decoration: underline
}

.page-content a:hover {
  color: #9e9e9e
}

.page-content ul {
  list-style-type: disc;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.page-content ol {
  list-style-type: decimal;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.page-content li {
  margin-left: 1.5rem
}

.page-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem
}

/* Extra utils class */

.bg-black-60\% {
  background: rgba(0,0,0, 0.6);
}

/* Fix scaling images*/

.fixed-size {
  max-width: none;
}

/* Fix Tracy bar */

#tracy-debug-bar img {
  display: inline-block;
}

.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax-layer-base {
  transform: translateZ(0);
}

.parallax-layer-middle {
  transform: translateZ(-1px) scale(2);
}

.parallax-layer-back {
  transform: translateZ(-2px) translateY(-30vh) scale(3);
}
