/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1f3c88;
  --indigo: #6610f2;
  --purple: #7971ea;
  --pink: #e83e8c;
  --red: #f23a2e;
  --orange: #fd7e14;
  --yellow: #eec60a;
  --green: #7cbd1e;
  --teal: #20c997;
  --cyan: #53cde2;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1f3c88;
  --secondary: #6c757d;
  --success: #7cbd1e;
  --info: #53cde2;
  --warning: #eec60a;
  --danger: #f23a2e;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

footer, nav {
  display: block; }

body {
  margin: 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ul ul {
  margin-bottom: 0; }

strong {
  font-weight: bolder; }

a {
  color: #1f3c88;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #11214a;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

table {

  border-collapse: collapse; }



th {

  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input {

  margin: 0;

  font-family: inherit;

  font-size: inherit;

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

  fieldset {

  min-width: 0;

  padding: 0;

  margin: 0;

  border: 0; }



legend {

  display: block;

  width: 100%;

  max-width: 100%;

  padding: 0;

  margin-bottom: .5rem;

  font-size: 1.5rem;

  line-height: inherit;

  color: inherit;

  white-space: normal; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

h3 {

  margin-top: 0;

  margin-bottom: 0.5rem; }

h3 {

  margin-bottom: 0.5rem;

  font-family: inherit;

  font-weight: 500;

  line-height: 1.2;

  color: inherit; }



h3 {

  font-size: 1.75rem; }


h1, .h2, .h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-4, .col-8, .col-md-2, .col-md-3, .col-md-4, .col-md-8, .col-md-10, .col-md-12, .col-lg-4, .col-lg-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

  @media (min-width: 576px) {

  .col-sm-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;

    max-width: 16.66667%; }

  .col-sm-4 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;

    max-width: 33.33333%; } }


@media (min-width: 768px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
    .col-md-3 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;

    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .col-md-6 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.table {

  width: 100%;

  margin-bottom: 1rem;

  background-color: transparent; }

  .table th {

    padding: 0.75rem;

    vertical-align: top;

    border-top: 1px solid #dee2e6; }

  .table thead th {

    vertical-align: bottom;

    border-bottom: 2px solid #dee2e6; }



.table .thead-dark th {

  color: #fff;

  background-color: #212529;

  border-color: #32383e; }

  .table-bordered {

  border: 1px solid #dee2e6; }

  .table-bordered th {

    border: 1px solid #dee2e6; }

  .table-bordered thead th {

    border-bottom-width: 2px; }



.table .thead-light th {

  color: #495057;

  background-color: #e9ecef;

  border-color: #dee2e6; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5075d7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

  select.form-control[size] {

  height: auto; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

  .form-control-lg {

  height: calc(2.875rem + 2px);

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  line-height: 1.5;

  border-radius: 0.3rem; }



.form-group {

  margin-bottom: 1rem; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.25); }
  .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn-primary {

  color: #fff;

  background-color: #1f3c88;

  border-color: #1f3c88; }

  .btn-primary:hover {

    color: #fff;

    background-color: #182e69;

    border-color: #162a5e; }

  .btn-primary:focus {

    -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.5);

    box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.5); }

  .btn-primary:disabled {

    color: #fff;

    background-color: #1f3c88;

    border-color: #1f3c88; }

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #162a5e;
    border-color: #132554; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.5); }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #212529;
  background-color: #7cbd1e;
  border-color: #7cbd1e; }
  .btn-success:hover {
    color: #fff;
    background-color: #669c19;
    border-color: #5f9117; }
  .btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 189, 30, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(124, 189, 30, 0.5); }
  .btn-success:disabled {
    color: #212529;
    background-color: #7cbd1e;
    border-color: #7cbd1e; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #5f9117;
    border-color: #588615; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 189, 30, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(124, 189, 30, 0.5); }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #27c0db;
    border-color: #23b8d2; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 205, 226, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(83, 205, 226, 0.5); }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd9d08;
    border-color: #b19307; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 198, 10, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(238, 198, 10, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #f23a2e;
  border-color: #f23a2e; }
  .btn-danger:hover {
    color: #fff;
    background-color: #eb1c0f;
    border-color: #df1b0e; }
  .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 58, 46, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(242, 58, 46, 0.5); }
  .btn-danger:disabled {
    color: #fff;
    background-color: #f23a2e;
    border-color: #f23a2e; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #df1b0e;
    border-color: #d3190d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 58, 46, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(242, 58, 46, 0.5); }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1f3c88;
    border-color: #1f3c88; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.5); }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #7cbd1e;
    border-color: #7cbd1e; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(124, 189, 30, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(124, 189, 30, 0.5); }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #53cde2;
    border-color: #53cde2; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 205, 226, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(83, 205, 226, 0.5); }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #eec60a;
    border-color: #eec60a; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 198, 10, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(238, 198, 10, 0.5); }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f23a2e;
    border-color: #f23a2e; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 58, 46, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(242, 58, 46, 0.5); }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

  .fade {

  -webkit-transition: opacity 0.15s linear;

  -o-transition: opacity 0.15s linear;

  transition: opacity 0.15s linear; }

  @media screen and (prefers-reduced-motion: reduce) {

    .fade {

      -webkit-transition: none;

      -o-transition: none;

      transition: none; } }

  .fade:not(.show) {

    opacity: 0; }



.dropdown {

  position: relative; }

.btn-block {
  display: block;
  width: 100%; }

input[type="submit"].btn-block {
  width: 100%; }

.input-group {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: stretch;

  -ms-flex-align: stretch;

  align-items: stretch;

  width: 100%; }

  .input-group > .form-control {

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    width: 1%;

    margin-bottom: 0; }

  .input-group > .form-control:focus {

    z-index: 3; }

  .input-group > .form-control:not(:first-child) {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0; }
  .input-group > .form-control:not(:last-child) {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0; }


.input-group-prepend {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  margin-right: -1px;  }
  
.input-group-append {

  margin-left: -1px; }


.input-group-text {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0.375rem 0.75rem;

  margin-bottom: 0;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  text-align: center;

  white-space: nowrap;

  background-color: #e9ecef;

  border: 1px solid #ced4da;

  border-radius: 0.25rem; }



.input-group > .input-group-append >.input-group-prepend > .input-group-text {

  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

  .card {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: border-box;

  border: 1px solid rgba(0, 0, 0, 0.125);

  border-radius: 0.25rem; }



.card-body {

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  padding: 1.25rem; }

.dropdown {
  position: relative; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }
  
nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none; }
  .nav-link {

  display: block;

  padding: 0.5rem 1rem; }

  .nav-link:hover, .nav-link:focus {

    text-decoration: none; }



.nav-tabs {

  border-bottom: 1px solid #dee2e6; }

  .nav-tabs .nav-item {

    margin-bottom: -1px; }

  .nav-tabs .nav-link {

    border: 1px solid transparent;

    border-top-left-radius: 0.25rem;

    border-top-right-radius: 0.25rem; }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {

      border-color: #e9ecef #e9ecef #dee2e6; }

  .nav-tabs .nav-link.active {

    color: #495057;

    background-color: #fff;

    border-color: #dee2e6 #dee2e6 #fff; }



.tab-content > .tab-pane {

  display: none; }



.tab-content > .active {

  display: block; }

.alert {

  position: relative;

  padding: 0.75rem 1.25rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  border-radius: 0.25rem; }



.alert-danger {

  color: #7e1e18;

  background-color: #fcd8d5;

  border-color: #fbc8c4; }
.pagination {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-left: 0;

  list-style: none;

  border-radius: 0.25rem; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) { }
  .border {

  border: 1px solid #dee2e6 !important; }

  .border-left-0 {

  border-left: 0 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-white {
  background-color: #fff !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.rounded-0 {
  border-radius: 0 !important; }

.d-none {
  display: none !important; }

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-block {

    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-block {
    display: block !important; } }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

@supports ((position: -webkit-sticky) or (position: sticky)) { }
.ml-3 {

  margin-left: 1rem !important; }

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

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

  .w-auto {

  width: auto !important; }



.mr-2 {

  margin-right: 0.5rem !important; }



.mb-2 {

  margin-bottom: 0.5rem !important; }



.mb-4 {

  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mb-3 {

  margin-bottom: 1rem !important; }



.mb-4 {

  margin-bottom: 1.5rem !important; }


.mb-5 {
  margin-bottom: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important; }

.py-1 {
  padding-bottom: 0.25rem !important; }

.px-1 {
  padding-left: 0.25rem !important; }

  .px-2 {

  padding-right: 0.5rem !important; }



.px-2 {

  padding-left: 0.5rem !important; }



.p-3 {

  padding: 1rem !important; }

.py-3 {
  padding-top: 1rem !important; }

.px-3 {
  padding-right: 1rem !important; }

.py-3 {
  padding-bottom: 1rem !important; }

.px-3 {
  padding-left: 1rem !important; }

.pt-5 {
  padding-top: 3rem !important; }
.p-4 {

  padding: 1.5rem !important; }



.py-4 {

  padding-top: 1.5rem !important; }



.py-4 {

  padding-bottom: 1.5rem !important; }

.pt-5 {

padding-top: 3rem !important; }
.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0 !important; } }

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

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

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important; } }

.font-weight-bold {
  font-weight: 700 !important; }

.text-white {
  color: #fff !important; }

.text-success {
  color: #7cbd1e !important; }

.text-danger {
  color: #f23a2e !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  thead {

    display: table-header-group; }

  tr {

    page-break-inside: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .table {

    border-collapse: collapse !important; }

    .table th {

      background-color: #fff !important; }

  .table-bordered th {

    border: 1px solid #dee2e6 !important; } }
h3 {

    orphans: 3;

    widows: 3; }

  h3 {

    page-break-after: avoid; }
    .table {

    border-collapse: collapse !important; }

    .table th {

      background-color: #fff !important; }

  .table .thead-dark th {

    color: inherit;

    border-color: #dee2e6; } 