/** artrail.scss ****************************************************************** */
/*                                                                                  */
/* The following imports represent the full BS4 set suitable for a styleguide,      */
/* however not all of these are necessary for ARTrail's production system.          */
/* The ARTrail version of this file should only contain the required BS4 imports    */
/* and the overrides necessary to accomplish our design objectives.                 */
/*                                                                                  */
/* Inline and page-level styling is forbidden...all CSS should be based on BS4      */
/* identifiers with modifications to those definitions handled here.                */
/*                                                                                  */
/* Paritioning of this file is permitted if the management of ARTrail styling in a  */
/* single file becomes a problem.                                                   */
/*                                                                                  */
/********************************************************************************** */
/********************************************************************************** */
/*  define our BS4 variable overrides...                                            */
/********************************************************************************** */
/*!
 * Bootstrap Custom Variables   
 */
/* Then import functions and variables */
/* 
This file holds the ARTrail specific variable overrides used globally for various 
component sizing and appearance attributes. See the _ar_colors.scss
for ARTrail color tuning.
*/
/* $theme-colors: map-merge($colors, $theme-colors); */
/*
==================================
13. Forms
================================= */
/* Input Field */
/* Form Group */
/* Cards */
/* Typography */
/* Pagination */
/* Badges */
/*  Tooltip */
/*  Modal  */
/* Components */
/* Table  */
/* Alert */
/* Jqgrid Table */
/* 
This file holds the ARTrail specific variable overrides used globally all colors 
which override BootStrap defaults. See the _ar_variables.scss for ARTrail component size/appearance tuning.
*/
/*
1. Color system
2. Options
3. Spacing
4. Body
5. Links
6. Paragraphs
7. Grid breakpoints
8. Grid containers
9. Grid columns
10.Components  
11.Typography
12.Tables
13.Forms
14.Form validation
15.Navs
16.Navbar
17.Dropdowns
18.Pagination
19.Jumbotron
20.Cards
21.Tooltips
22.Popovers
23.Toasts
24.Badges
25.Modals
26.Alerts
27.Progress bars
28.List group
29.Image thumbnails
30.Figures
31.Breadcrumbs
32.Carousel
33.Spinners
34.Close
35.Code
36.Utilities
37.Printing  
*/
/* ==== ARTrail Font ==== */
/* ==== Color system ==== */
/* Header Section  */
/*
==================================
Forms
================================= */
/* ==== Normal Form ==== */
/* ==== Input Field ==== */
/*  Disabled Background Color   */
/* ==== Dropdown ==== */
/* ==== Buttons ==== */
/* ==== Cards ==== */
/* ==== Vertical Black Tab ==== */
/* === Pagination === */
/* === Tooltip === */
/* === Modal === */
/* === Components === */
/* === Table ===  */
/* === React Table Table === */
/* === Alert === */
/* === Jqgrid Table === */
/* Roles */
/* Consumer Portal */
/* === Tabs ===  */
/* ===  Date Picker ===  */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --artblue: #004996;
  --artlightblue: #2F6399;
  --black: #000;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 900; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

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; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 300; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-artblue {
  color: #fff;
  background-color: #004996;
  border-color: #004996; }
  .btn-artblue:hover {
    color: #fff;
    background-color: #003670;
    border-color: #003063; }
  .btn-artblue:focus, .btn-artblue.focus {
    color: #fff;
    background-color: #003670;
    border-color: #003063;
    box-shadow: 0 0 0 0.2rem rgba(38, 100, 166, 0.5); }
  .btn-artblue.disabled, .btn-artblue:disabled {
    color: #fff;
    background-color: #004996;
    border-color: #004996; }
  .btn-artblue:not(:disabled):not(.disabled):active, .btn-artblue:not(:disabled):not(.disabled).active,
  .show > .btn-artblue.dropdown-toggle {
    color: #fff;
    background-color: #003063;
    border-color: #002a56; }
    .btn-artblue:not(:disabled):not(.disabled):active:focus, .btn-artblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-artblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 100, 166, 0.5); }

.btn-artlightblue {
  color: #fff;
  background-color: #2F6399;
  border-color: #2F6399; }
  .btn-artlightblue:hover {
    color: #fff;
    background-color: #26507c;
    border-color: #234a72; }
  .btn-artlightblue:focus, .btn-artlightblue.focus {
    color: #fff;
    background-color: #26507c;
    border-color: #234a72;
    box-shadow: 0 0 0 0.2rem rgba(78, 122, 168, 0.5); }
  .btn-artlightblue.disabled, .btn-artlightblue:disabled {
    color: #fff;
    background-color: #2F6399;
    border-color: #2F6399; }
  .btn-artlightblue:not(:disabled):not(.disabled):active, .btn-artlightblue:not(:disabled):not(.disabled).active,
  .show > .btn-artlightblue.dropdown-toggle {
    color: #fff;
    background-color: #234a72;
    border-color: #204368; }
    .btn-artlightblue:not(:disabled):not(.disabled):active:focus, .btn-artlightblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-artlightblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(78, 122, 168, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-artblue {
  color: #004996;
  border-color: #004996; }
  .btn-outline-artblue:hover {
    color: #fff;
    background-color: #004996;
    border-color: #004996; }
  .btn-outline-artblue:focus, .btn-outline-artblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 73, 150, 0.5); }
  .btn-outline-artblue.disabled, .btn-outline-artblue:disabled {
    color: #004996;
    background-color: transparent; }
  .btn-outline-artblue:not(:disabled):not(.disabled):active, .btn-outline-artblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-artblue.dropdown-toggle {
    color: #fff;
    background-color: #004996;
    border-color: #004996; }
    .btn-outline-artblue:not(:disabled):not(.disabled):active:focus, .btn-outline-artblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-artblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 73, 150, 0.5); }

.btn-outline-artlightblue {
  color: #2F6399;
  border-color: #2F6399; }
  .btn-outline-artlightblue:hover {
    color: #fff;
    background-color: #2F6399;
    border-color: #2F6399; }
  .btn-outline-artlightblue:focus, .btn-outline-artlightblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(47, 99, 153, 0.5); }
  .btn-outline-artlightblue.disabled, .btn-outline-artlightblue:disabled {
    color: #2F6399;
    background-color: transparent; }
  .btn-outline-artlightblue:not(:disabled):not(.disabled):active, .btn-outline-artlightblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-artlightblue.dropdown-toggle {
    color: #fff;
    background-color: #2F6399;
    border-color: #2F6399; }
    .btn-outline-artlightblue:not(:disabled):not(.disabled):active:focus, .btn-outline-artlightblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-artlightblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(47, 99, 153, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    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,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    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,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    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,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 300;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

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

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #989898; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #989898; }
  .table tbody + tbody {
    border-top: 2px solid #989898; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #989898; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #989898; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-artblue,
.table-artblue > th,
.table-artblue > td {
  background-color: #b8cce2; }

.table-artblue th,
.table-artblue td,
.table-artblue thead th,
.table-artblue tbody + tbody {
  border-color: #7aa0c8; }

.table-hover .table-artblue:hover {
  background-color: #a6bfdb; }
  .table-hover .table-artblue:hover > td,
  .table-hover .table-artblue:hover > th {
    background-color: #a6bfdb; }

.table-artlightblue,
.table-artlightblue > th,
.table-artlightblue > td {
  background-color: #c5d3e2; }

.table-artlightblue th,
.table-artlightblue td,
.table-artlightblue thead th,
.table-artlightblue tbody + tbody {
  border-color: #93aeca; }

.table-hover .table-artlightblue:hover {
  background-color: #b4c6da; }
  .table-hover .table-artlightblue:hover > td,
  .table-hover .table-artlightblue:hover > th {
    background-color: #b4c6da; }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #989898; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #989898; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #989898; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #989898;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

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

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1.8rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-artblue {
  color: #fff;
  background-color: #004996;
  border-color: #004996; }
  .btn-artblue:hover {
    color: #fff;
    background-color: #003670;
    border-color: #003063; }
  .btn-artblue:focus, .btn-artblue.focus {
    color: #fff;
    background-color: #003670;
    border-color: #003063;
    box-shadow: 0 0 0 0.2rem rgba(38, 100, 166, 0.5); }
  .btn-artblue.disabled, .btn-artblue:disabled {
    color: #fff;
    background-color: #004996;
    border-color: #004996; }
  .btn-artblue:not(:disabled):not(.disabled):active, .btn-artblue:not(:disabled):not(.disabled).active,
  .show > .btn-artblue.dropdown-toggle {
    color: #fff;
    background-color: #003063;
    border-color: #002a56; }
    .btn-artblue:not(:disabled):not(.disabled):active:focus, .btn-artblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-artblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 100, 166, 0.5); }

.btn-artlightblue {
  color: #fff;
  background-color: #2F6399;
  border-color: #2F6399; }
  .btn-artlightblue:hover {
    color: #fff;
    background-color: #26507c;
    border-color: #234a72; }
  .btn-artlightblue:focus, .btn-artlightblue.focus {
    color: #fff;
    background-color: #26507c;
    border-color: #234a72;
    box-shadow: 0 0 0 0.2rem rgba(78, 122, 168, 0.5); }
  .btn-artlightblue.disabled, .btn-artlightblue:disabled {
    color: #fff;
    background-color: #2F6399;
    border-color: #2F6399; }
  .btn-artlightblue:not(:disabled):not(.disabled):active, .btn-artlightblue:not(:disabled):not(.disabled).active,
  .show > .btn-artlightblue.dropdown-toggle {
    color: #fff;
    background-color: #234a72;
    border-color: #204368; }
    .btn-artlightblue:not(:disabled):not(.disabled):active:focus, .btn-artlightblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-artlightblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(78, 122, 168, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-artblue {
  color: #004996;
  border-color: #004996; }
  .btn-outline-artblue:hover {
    color: #fff;
    background-color: #004996;
    border-color: #004996; }
  .btn-outline-artblue:focus, .btn-outline-artblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 73, 150, 0.5); }
  .btn-outline-artblue.disabled, .btn-outline-artblue:disabled {
    color: #004996;
    background-color: transparent; }
  .btn-outline-artblue:not(:disabled):not(.disabled):active, .btn-outline-artblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-artblue.dropdown-toggle {
    color: #fff;
    background-color: #004996;
    border-color: #004996; }
    .btn-outline-artblue:not(:disabled):not(.disabled):active:focus, .btn-outline-artblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-artblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 73, 150, 0.5); }

.btn-outline-artlightblue {
  color: #2F6399;
  border-color: #2F6399; }
  .btn-outline-artlightblue:hover {
    color: #fff;
    background-color: #2F6399;
    border-color: #2F6399; }
  .btn-outline-artlightblue:focus, .btn-outline-artlightblue.focus {
    box-shadow: 0 0 0 0.2rem rgba(47, 99, 153, 0.5); }
  .btn-outline-artlightblue.disabled, .btn-outline-artlightblue:disabled {
    color: #2F6399;
    background-color: transparent; }
  .btn-outline-artlightblue:not(:disabled):not(.disabled):active, .btn-outline-artlightblue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-artlightblue.dropdown-toggle {
    color: #fff;
    background-color: #2F6399;
    border-color: #2F6399; }
    .btn-outline-artlightblue:not(:disabled):not(.disabled):active:focus, .btn-outline-artlightblue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-artlightblue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(47, 99, 153, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    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,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    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,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    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,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 300;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #dddddd;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.21875rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.10938rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.10938rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.10938rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #dddddd;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.nav {
  display: flex;
  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-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    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.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #007bff;
  background-clip: border-box;
  border: 1px solid #007bff;
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.55rem; }

.card-subtitle {
  margin-top: -0.275rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.55rem 1.25rem;
  margin-bottom: 0;
  background-color: #dddddd;
  border-bottom: 1px solid #007bff; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.55rem 1.25rem;
  background-color: #dddddd;
  border-top: 1px solid #007bff; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.55rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #989898; }
  .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    border-color: #007bff; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.5em 0.8em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-artblue {
  color: #fff;
  background-color: #004996; }
  a.badge-artblue:hover, a.badge-artblue:focus {
    color: #fff;
    background-color: #003063; }
  a.badge-artblue:focus, a.badge-artblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 73, 150, 0.5); }

.badge-artlightblue {
  color: #fff;
  background-color: #2F6399; }
  a.badge-artlightblue:hover, a.badge-artlightblue:focus {
    color: #fff;
    background-color: #234a72; }
  a.badge-artlightblue:focus, a.badge-artlightblue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(47, 99, 153, 0.5); }

.badge-black {
  color: #fff;
  background-color: #000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-artblue {
  color: #00264e;
  background-color: #ccdbea;
  border-color: #b8cce2; }
  .alert-artblue hr {
    border-top-color: #a6bfdb; }
  .alert-artblue .alert-link {
    color: #000d1b; }

.alert-artlightblue {
  color: #183350;
  background-color: #d5e0eb;
  border-color: #c5d3e2; }
  .alert-artlightblue hr {
    border-top-color: #b4c6da; }
  .alert-artlightblue .alert-link {
    color: #0c1a29; }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-artblue {
  color: #00264e;
  background-color: #b8cce2; }
  .list-group-item-artblue.list-group-item-action:hover, .list-group-item-artblue.list-group-item-action:focus {
    color: #00264e;
    background-color: #a6bfdb; }
  .list-group-item-artblue.list-group-item-action.active {
    color: #fff;
    background-color: #00264e;
    border-color: #00264e; }

.list-group-item-artlightblue {
  color: #183350;
  background-color: #c5d3e2; }
  .list-group-item-artlightblue.list-group-item-action:hover, .list-group-item-artlightblue.list-group-item-action:focus {
    color: #183350;
    background-color: #b4c6da; }
  .list-group-item-artlightblue.list-group-item-action.active {
    color: #fff;
    background-color: #183350;
    border-color: #183350; }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px); }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 750px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 1rem 0.45rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0; }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5; }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-artblue {
  background-color: #004996 !important; }

a.bg-artblue:hover, a.bg-artblue:focus,
button.bg-artblue:hover,
button.bg-artblue:focus {
  background-color: #003063 !important; }

.bg-artlightblue {
  background-color: #2F6399 !important; }

a.bg-artlightblue:hover, a.bg-artlightblue:focus,
button.bg-artlightblue:hover,
button.bg-artlightblue:focus {
  background-color: #234a72 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #989898 !important; }

.border-top {
  border-top: 1px solid #989898 !important; }

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

.border-bottom {
  border-bottom: 1px solid #989898 !important; }

.border-left {
  border-left: 1px solid #989898 !important; }

.border-0, .card.border .bg-primary, .card.border .card, .card-body .jqg-first-row-header th, .card-body .jqg-first-row-header td, table tbody, .borderless td, .borderless th, .dataTables_wrapper .dataTables_filter input[type=search], .table-search, .ui-jqgrid .ui-jqgrid-pager td, .select2-container, .add-ico, .datepicker td, .datepicker th, .selectLabel .select2-container-multi .select2-choices, .select2-container-multi.select2-container-disabled .select2-choices, .ConsumerTabs .nav-item .nav-link, .nav-tabs.bg-primary a.active, .nav-tabs.bg-dark a.active, .nav-tabs.bg-light a.active, .nav-tabs.bg-white a.active, .vertical-arrowTabs .nav-tabs, #errorClose, #errorShowMore, .detailsList li.list-group-item, #trust-settlement .select2-container:not(.select2-4 *), #trust-settlement .ms-choice.disabled, #courtcreation img, #attorneyNew img, #consumerPortal #mail-mnu li a.active, #consumerPortal #mail-mnu li a:hover, #rate-setting #gbox_worklistQueryTable .select2-choice, #rate-setting .sort-List li, .filemanager .search input[type=search], .report-icon span.input-group-text, #actuaryReport #dateWiseGrid_filter input, #view-roles #gridDiv .ui-state-default.ui-jqgrid-hdiv {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-artblue {
  border-color: #004996 !important; }

.border-artlightblue {
  border-color: #2F6399 !important; }

.border-black {
  border-color: #000 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

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

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle, .ellipse-dropdown .btn.btn-success {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0, .card-btn-right input[type="search"], .card.border .card, .input-group-text, .custom-file-input, .custom-file-label, .custom-file-label::after, body .form-control, table .btn-sm, table .btn-group-sm > .btn, .dataTables_wrapper .dataTables_filter input[type=search], .table-search, .nav-tabs.bg-primary a.active, .nav-tabs.bg-dark a.active, .nav-tabs.bg-light a.active, .nav-tabs.bg-white a.active, #legal-charges .cardbtnR input[type="search"], #garnishee .nav-link {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

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

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

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

.align-items-start {
  align-items: flex-start !important; }

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

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

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto, .float-label-control ul.select-dropdown, .m-tab-l, .art-table .ar-table, .menu, .overview-alert .nav-tabs.bg-light ~ .tab-content, .vdr-record-textarea, .ReactTags__suggestions, #consumerPortal .content-edtble .cleditorMain iframe, #cbr-files #metro2AllFiles, #cancellation-report .report-activeHeight, #Tree3, #creditReport div#myTabContent-creditreport {
  overflow: auto !important; }

.overflow-hidden, #courtcreation .cropit-image-background-container, #attorneyNew .cropit-image-background-container, #CollectorScrCard .text-overflow, #consumerPortal .fileinput-button, #rate-setting .minimisedBox, .filemanager .data li, .filemanager .data li .name, #account-staging-view .onoffswitch-label {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute, .topbg-svg, .ellipse-dropdown, .card-btn-right, .card.border .card-header .left-icon, .card-body-outline h3.title, .float-label-control label, .float-label-control > span, .float-label-control > span:not(.select2-container), .float-label-control.input-group label, .float-label-control.input-group > span, .dataTables_processing, .dataTables_wrapper .dataTables_length, .dataTables_filter, .add-ico, #calendar .fc-toolbar .fc-right, #calendar .fc-toolbar .fc-right .fc-button-group .fc-prev-button, #calendar .fc-toolbar .fc-right .fc-button-group .fc-next-button, .widget-box.box-title h3, .vertical-arrowTabs .nav-tabs, .vertical-arrowTabs .nav-tabs li span, .vertical-arrowTabs .nav-tabs li a.active:before, .vertical-arrowTabs .nav-tabs li a.active:after, .containerLabel label, .charNum, .requiredField:after, .art-table .ar-resizer, .menu, .oRtxt:after, #consumer-profile .topBtns-grp, .overview-alert .nav-tabs.bg-light.border a.active:after, #consumber-profile-tab-container-tabpane-demographics .topBtns, .accountOverview .tab-content:after, .accountOverview .nav-tabs a.active:after, .argTab .nav-tabs.bg-light.border a.active:after, .arrow-btn, .ReactTags__suggestions, #clientProfileDiv #parentName .input-group-append, #courtcreation #large, #courtcreation #background, #courtcreation .cropit-image-background, #attorneyNew #large, #attorneyNew #background, #attorneyNew .cropit-image-background, #consumerPortal .fileinput-button input, #returnFile .btn-file input[type=file], #returnFile .input-group-text.consumerToggler, #rate-setting .sort-List li span, .filemanager .search, .filemanager .search:before, .filemanager .search:after, .filemanager .data li a, .filemanager .data li .name, .filemanager .data li .details, .downloadFile, .uploadFile, .report-icon span.input-group-text, #letter-staging .dropdown.vertical-ellipsisOuter ul.dropdown-menu, #letter-staging .close-tbl, #account-staging-view .onoffswitch-switch {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .ellipse-dropdown .btn.btn-success {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none, .card.border .nav-tabs .nav-link, .card.border .nav-tabs .nav-link:hover, body .form-control:focus, .float-label-control input:focus, .float-label-control.input-group input:focus, .ui-jqgrid .ui-pg-input, .nav-tabs.bg-primary .nav-link, .nav-tabs.bg-dark .nav-link, .nav-tabs.bg-light .nav-link, .nav-tabs.bg-white .nav-link, body .ReactTable .rt-thead.-header, body .ReactTable .rt-thead .rt-th, #courtcreation #countLink {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

.pl-0,
.px-0 {
  padding-left: 0 !important; }

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

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

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

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

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

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

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

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize, select, .float-label-control ul.select-dropdown li a {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 300 !important; }

.font-weight-bold, .card-body-outline h3.title, .float-label-control .form-control, .float-label-control.input-group .form-control, #complaint #spConsumerName, .collectScrCard .ui-widget-content tr td:first-child, #CollectorScrCard .emp-position h1, #CollectorScrCard .employee-section .media-heading {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: 900 !important; }

.font-italic {
  font-style: italic !important; }

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

.text-artblue {
  color: #004996 !important; }

a.text-artblue:hover, a.text-artblue:focus {
  color: #00244a !important; }

.text-artlightblue {
  color: #2F6399 !important; }

a.text-artlightblue:hover, a.text-artlightblue:focus {
  color: #1d3d5e !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #989898 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #989898; }
  .table .thead-dark th {
    color: inherit;
    border-color: #989898; } }

/** _ar_core.scss ***************************************************************** */
/*                                                                                  */
/* Core css settings which are global to ARTrail, must be imported                  */
/* to artrail(dark).scss                                                            */
/*                                                                                  */
/* Inline and page-level styling is forbidden...all CSS should be based on BS4      */
/* identifiers with modifications to those definitions handled here.                */
/*                                                                                  */
/********************************************************************************** */
/* --------------------------------------
   
1. Common Styles
2. Dropdown
3.1 Circle Drop down    
4. Navbar       
5. Modal    
6. Cards
	6.1 Tabs       
7. Buttons  
8. Container
9. Accordion
10. Forms       
11. List Group
12. Nav Pills
13. Pagination
14. Progress bar
15. Sections
16. Tables
	16.1 Simple Table
	16.2 Data Table
	16.3 Jqgrid Table
	16.4 React Table
17. plugins
18. Typography
19. Search
20. Preloader
21. Chat Application
22. Backgrounds
23. Tabs
24. Datetimepicker
25. Autocomplete
26. Validation
27. Email
28. Calendar
29. Responsive calendar
30. Classes
31. Alerts
32. Collapse
33. Themes
34. Icons
35. Badges
36. Grid
37. Images
38. Scrollspy
39. Tooltips
40. Custom Style
41. Mixins
 
--------------------------------------------------------*/
/*************************************************** 
   1. Common Styles   
***************************************************/
.disablehref {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

.max-height65 {
  max-height: 65vh;
  overflow: auto; }

/*************************************************** 
   1.1 Mixins
     
***************************************************/
body {
  font-size: 0.8125rem;
  font-family: "arial";
  color: #000; }

.hidden, .hide {
  display: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.is-valid.blue {
  border-color: #007bff; }

.mt-7 {
  margin-top: 5rem; }

.mt-9 {
  margin-top: 9rem; }

.mt-11 {
  margin-top: 11rem; }

.mt-15 {
  margin-top: 15rem; }

.mb-20 {
  margin-bottom: 20rem; }

.mrfix-5 {
  margin-right: 5rem; }

.pt-6 {
  padding-top: 6rem; }

.h-85 {
  height: 85%; }

.h-15 {
  height: 15%; }

.h-90 {
  height: 90%; }

.h-10 {
  height: 10%; }

.acontainer {
  width: 100%; }

.form-group {
  margin-bottom: 1.8rem; }

.custom-control {
  line-height: 24px; }

.custom-control label {
  margin-bottom: 0; }

.border {
  border: 1px solid #989898 !important; }

.border-top {
  border-top: 1px solid #989898 !important; }

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

.border-bottom {
  border-bottom: 1px solid #989898 !important; }

.border-left {
  border-left: 1px solid #989898 !important; }

.border-artblue {
  border-color: #004996 !important; }

.border-artlightblue {
  border-color: #2F6399 !important; }

.border-black {
  border-color: #000 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

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

.border-dark {
  border-color: #343a40 !important; }

.border-primary {
  border-color: #007bff !important;
  /* #007bff */ }

.border-secondary {
  border-color: #6c757d !important;
  /* #6c757d */ }

.border-success {
  border-color: #28a745 !important;
  /* #28a745 */ }

.border-info {
  border-color: #17a2b8 !important;
  /* #17a2b8 */ }

.border-warning {
  border-color: #ffc107 !important;
  /* #ffc107 */ }

.border-danger {
  border-color: #dc3545 !important;
  /* #dc3545 */ }

.border-light {
  border-color: --light !important;
  /* #f8f9fa */ }

.border-dark {
  border-color: --dark !important;
  /* #343a40 */ }

.border-white {
  border-color: --white !important;
  /* $white */ }

/* header Section */
.topbg-svg {
  top: 0;
  bottom: 0;
  width: 360px;
  background: #007bff;
  -webkit-transform: skewX(-46deg);
  transform: skewX(-46deg);
  left: -45px; }

/* **************************************************** 
   2. Dropdown
 *****************************************************/
/* 2.1 Circle Drop down */
.ellipse-dropdown:hover > .dropdown-menu {
  display: block;
  left: -150px;
  width: 250px;
  top: 95%; }

#clientProfileDiv .ellipse-dropdown:hover .dropdown-menu {
  left: -155px !important; }

.ellipse-dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

.dropdown-toggle::after {
  content: initial; }

.dropdown-item {
  font-size: 0.8125rem; }

.fixed-header .ellipse-dropdown.show .btn.btn-success {
  color: #fff !important;
  background-color: #d11e00 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.ellipse-dropdown {
  right: 15px;
  min-width: 100px;
  text-align: right; }
  .ellipse-dropdown .dropdown-item {
    color: #000; }
    .ellipse-dropdown .dropdown-item i {
      color: #000;
      margin-right: 10px;
      position: relative;
      top: 1px; }
  .ellipse-dropdown .dropdown-item.active, .ellipse-dropdown .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    text-shadow: none !important; }
  .ellipse-dropdown .dropdown-item:active i {
    color: #fff; }
  .ellipse-dropdown .dropdown-menu.show {
    /* display: block; */
    min-width: 225px;
    border: 1px solid #007bff;
    border-radius: 3px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .ellipse-dropdown .btn.btn-success {
    width: 38px;
    height: 38px;
    z-index: 1000;
    font-size: 20px !important;
    transition: all 0.3s ease 0s;
    margin: 0px;
    padding: 0px 0px 0px;
    border: none;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .ellipse-dropdown .fa-close {
    display: none; }
  .ellipse-dropdown.show .fa-close {
    display: block;
    position: relative;
    color: #fff; }
  .ellipse-dropdown .fa-ellipsis-v {
    display: block; }
  .ellipse-dropdown.show .fa-ellipsis-v {
    display: none;
    position: relative; }
  .ellipse-dropdown .dropdown-toggle::after {
    display: none; }
  .ellipse-dropdown.show .btn {
    background: #d11e00;
    font-size: 16px; }

/* **************************************************** 
   4. Navbar
 
 *************************************************** **/
.nav-tabs {
  border-bottom: 1px solid #989898 !important; }

#mainNav {
  padding: 0px;
  border-radius: 0;
  margin-bottom: 0;
  background-image: url(../img/pattern-bg-2e7d30f8ab3345b9187bbd3a112184f1.png);
  background: #fff; }

#myTab {
  background: #fff;
  padding: 0px;
  position: relative;
  z-index: 999;
  height: 39px;
  display: flex;
  margin-bottom: 0px;
  width: auto !important;
  left: 0px !important;
  margin-left: 0px !important;
  border-top: 1px solid #989898; }

.home-Tabicon li a {
  float: left;
  width: 50px;
  text-align: center;
  height: 38px;
  line-height: 48px;
  background: #fff !important;
  color: #fff !important; }

.home-Tabicon li.active a {
  margin: 0px;
  background-color: #fff !important;
  border: 1px solid #989898 !important;
  border-bottom: none !important;
  border-top: none !important;
  color: #fff !important; }

.home-Tabicon {
  list-style: none;
  margin: 0;
  padding: 0px;
  float: left;
  position: absolute;
  z-index: 9998;
  left: 0;
  border-top: 1px solid #989898 !important; }

.home-Tabicon li {
  float: left;
  line-height: 28px; }

.home-Tabicon li a img {
  width: 18px;
  height: 18px; }

#myTab li {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-table; }

#myTab li a {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 0px;
  height: 26px;
  line-height: 21px;
  text-align: left;
  font-size: 10pt;
  font-family: 'Nunito', sans-serif !important;
  min-width: 170px;
  float: left;
  display: flex;
  position: relative;
  padding: 2px 20px 2px 25px !important;
  margin: 6px 5px; }

#myTab li a:hover {
  box-shadow: 2px 3px 5px #dadada; }

#myTab li.active a {
  border: 1px solid #000;
  color: #fff !important;
  background-color: #91be5d !important;
  font-size: 12pt;
  font-family: 'Nunito', sans-serif !important;
  min-width: 170px; }

#myTab li.active a .fa {
  color: #fff !important;
  position: absolute;
  right: 5px;
  top: 4px; }

#myTab li a .fa.fa-refresh {
  position: absolute;
  left: 7px;
  top: 5px; }

#home-DeptTab {
  padding-left: 50px;
  background: #f7f7f7;
  position: relative; }

/* **************************************************** 
   5. Modal
 
 *************************************************** **/
.modal .ms-parent.form-control {
  background: #f5f5f5; }

.modal-header {
  border-bottom: 1px solid #989898; }

.modal-footer {
  border-top: 1px solid #989898; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8125rem;
  color: #000; }

.modal-content {
  border: none !important;
  background: #fff; }

/* End Modal content */
.modal.show .modal-dialog {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.7rem; }

.modal-dialog.modal-dialog-centered {
  background: transparent !important; }

.modal-dialog.modal-dialog-centered .modal-content {
  border: 10px solid rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 836px !important;
    margin: 1.75rem auto; } }

/* **************************************************** 
   6. Cards
 
  *************************************************** **/
.card-body {
  background: #fff;
  color: #000; }

body .card-btn-right input.form-control {
  height: 27px;
  border: none;
  margin-top: 2px; }

.card-btn-right {
  right: 6px;
  top: 1px; }
  .card-btn-right i {
    font-size: 0.8125rem;
    line-height: 14px; }
  .card-btn-right input[type="search"] {
    padding: 5px 10px;
    margin: 1px;
    border: none;
    height: 28px !important; }

.card.border.border-primary {
  border-color: #007bff !important; }

.card.border {
  background: white !important;
  margin-bottom: 1rem; }
  .card.border .card-header.bg-dark .card-title {
    color: #fff !important; }
  .card.border .card-header.bg-success .card-title {
    color: #fff !important; }
  .card.border .card-header.bg-info .card-title {
    color: #fff !important; }
  .card.border .card-header.bg-primary .card-title {
    color: #fff !important; }
  .card.border .card-header .card-subtitle {
    color: #1a344e !important; }
  .card.border .nav.nav-tabs .nav-item:first-child a.active {
    border-left: none;
    color: #00368e !important;
    background: #fff;
    border-color: #fff !important; }
  .card.border .card-header {
    padding: 0.55rem 1.25rem;
    background-color: #dddddd;
    border-bottom: none !important; }
    .card.border .card-header .left-icon {
      left: 0;
      padding: 0.55rem;
      top: 0;
      background: rgba(0, 0, 0, 0.15); }
  .card.border .bg-primary {
    background: linear-gradient(#3f7abb, #1a344e); }
  .card.border .card-title {
    margin-bottom: 0rem;
    padding-left: 1.5rem;
    font-family: "Arial Black";
    text-transform: uppercase;
    color: #1a344e !important;
    float: left;
    font-weight: 900;
    font-size: 0.8125rem;
    text-decoration: none;
    min-height: 14px; }
  .card.border .card {
    margin-bottom: 0rem; }
    .card.border .card .card-header {
      padding: 0rem;
      border-bottom: none; }
  .card.border .card-subtitle {
    color: #1a344e !important;
    font-size: 0.8125rem;
    margin-bottom: 0rem;
    float: left;
    padding: 0.55rem 1.25rem;
    background: linear-gradient(to bottom, #dadada, #fefefe);
    font-family: "arial";
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0rem;
    font-weight: 900; }
  .card.border a.active {
    border-top: 1px solid transparent;
    color: #343a40 !important; }
  .card.border .nav-tabs .nav-link, .card.border .nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 900;
    border-right: 1px solid #989898;
    border: none;
    color: #5a5a5a;
    border-radius: 0px; }
  .card.border .nav-tabs .nav-link.active, .card.border .nav-tabs .nav-item.show .nav-link {
    color: #00368e !important;
    background: #fff;
    border-color: #fff !important; }

.card-body.p-0 .border.border-primary {
  margin-left: 1px;
  border: none !important; }

.card-body-outline {
  padding: 20px;
  position: relative; }
  .card-body-outline h3.title {
    color: #000;
    font-size: 0.8125rem;
    float: left;
    background: #f5f5f5;
    top: -8px;
    padding: 0 10px;
    text-transform: uppercase;
    font-family: "Arial Black";
    left: 9px; }

/* **************************************************** 
   7. Buttons
 
 *************************************************** **/
.btn {
  display: inline-block;
  font-family: "arial";
  font-size: 0.8125rem;
  text-transform: capitalize;
  font-weight: 400;
  color: #212529;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.btn.btn-light {
  border: 1px solid #989898; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #007bff !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #0062cc !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #dc6502 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #9e1700 !important; }

.text-light {
  color: #f5f5f5 !important; }

a.text-light:hover, a.text-light:focus {
  color: gainsboro !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.bg-primary {
  background-color: #007bff; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #fd7e14 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #dc6502 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9e1700 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gainsboro !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0062cc !important;
  border-color: #0062cc !important; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc !important;
  border-color: #0062cc !important; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #545b62 !important;
  border-color: #545b62 !important; }

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62 !important;
  border-color: #545b62 !important; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #1e7e34 !important;
  border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34 !important;
  border-color: #1e7e34 !important; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #117a8b !important;
  border-color: #e6e6e6 !important; }

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b !important;
  border-color: #117a8b !important; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-warning {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14; }

.btn-warning:hover {
  color: #212529;
  background-color: #dc6502 !important;
  border-color: #dc6502 !important; }

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dc6502 !important;
  border-color: #dc6502 !important; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-danger {
  color: #fff;
  background-color: #d11e00;
  border-color: #d11e00; }

.btn-danger:hover {
  color: #fff;
  background-color: #9e1700 !important;
  border-color: #9e1700 !important; }

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d11e00;
  border-color: #d11e00; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9e1700 !important;
  border-color: #9e1700 !important; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.btn-light:hover {
  color: #212529;
  background-color: gainsboro !important;
  border-color: gainsboro !important; }

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: gainsboro !important;
  border-color: gainsboro !important; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #1d2124 !important;
  border-color: #1d2124 !important; }

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124 !important;
  border-color: #1d2124 !important; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997; }

.btn-teal:hover {
  color: #fff;
  background-color: #199d76 !important;
  border-color: #199d76 !important; }

.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997; }

.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76 !important;
  border-color: #199d76 !important; }

.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }

.btn-indigo:hover {
  color: #fff;
  background-color: #510bc4 !important;
  border-color: #510bc4 !important; }

.btn-indigo:focus, .btn-indigo.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }

.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4 !important;
  border-color: #510bc4 !important; }

.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1; }

.btn-purple:hover {
  color: #fff;
  background-color: #59339d !important;
  border-color: #59339d !important; }

.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1; }

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #59339d !important;
  border-color: #59339d !important; }

.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }

.btn-pink:hover {
  color: #fff;
  background-color: #d91a72 !important;
  border-color: #d91a72 !important; }

.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d91a72 !important;
  border-color: #d91a72 !important; }

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-orange {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14; }

.btn-orange:hover {
  color: #fff;
  background-color: #dc6502 !important;
  border-color: #dc6502 !important; }

.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #fd7e14;
  border-color: #fd7e14; }

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #dc6502 !important;
  border-color: #dc6502 !important; }

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-yellow {
  color: #fff;
  background-color: #FFC400;
  border-color: #FFC400; }

.btn-yellow:hover {
  color: #fff;
  background-color: #cc9d00 !important;
  border-color: #cc9d00 !important; }

.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #fff;
  background-color: #FFC400;
  border-color: #FFC400; }

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #cc9d00 !important;
  border-color: #cc9d00 !important; }

.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  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,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-warning {
  color: #fd7e14;
  border-color: #fd7e14; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fd7e14;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fd7e14;
  border-color: #fd7e14; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-danger {
  color: #d11e00;
  border-color: #d11e00; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d11e00;
  border-color: #d11e00; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d11e00;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d11e00;
  border-color: #d11e00; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-light {
  color: #6c757d;
  border-color: #989898; }

.btn-outline-light:hover {
  color: #6c757d;
  background-color: #e9ecef;
  border-color: #989898; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  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,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.btn-link {
  font-weight: 300;
  color: #007bff; }

.btn-link:hover {
  color: #0062cc !important;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none; }

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.bg-indigo {
  background-color: #6610f2 !important; }

.bg-pink {
  background-color: #e83e8c !important; }

.bg-purple {
  background-color: #6f42c1 !important; }

.bg-orange {
  background-color: #fd7e14 !important; }

.bg-yellow {
  background-color: #FFC400 !important; }

.bg-warning {
  background-color: #fd7e14 !important; }

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

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

.btn-danger:hover {
  background-color: #9e1700 !important; }

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

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

/* **************************************************** 
   8. Container
 
 *************************************************** **/
.fixed-header {
  padding-left: 0px;
  position: fixed;
  z-index: 1000;
  left: 0;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  padding: 10px;
  min-height: 60px;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .fixed-header .form-group {
    margin-bottom: 0; }
  .fixed-header .radio-Outer {
    margin-bottom: 0; }

/* **************************************************** 
   9. Accordion
 
 *************************************************** **/
/* **************************************************** 
   10. Forms
 
 *************************************************** **/
.pushLabelTop {
  top: -20px !important;
  background: none !important;
  padding: 0px !important;
  color: #989898 !important;
  font-size: 12px !important;
  font-weight: normal !important; }

body .dark-form .form-group.float-label-control .form-control {
  height: 34px;
  border: 1px solid #5a5f78;
  font-size: 0.8125rem;
  background-color: #3e425f !important;
  color: #fff !important; }

.checkbox-Outer, .radio-Outer {
  height: 34px;
  width: 100%;
  float: left;
  border: 1px solid #989898;
  padding: 0.375rem 0.75rem;
  margin-bottom: 1.8rem;
  background: #fff; }

textarea.form-control {
  height: auto !important; }

.input-group-text {
  color: #000 !important;
  border: 1px solid #989898 !important; }

.custom-file-label {
  height: 34px !important;
  background: #fff;
  color: #000 !important;
  border: 1px solid #989898; }

.custom-file-label::after {
  height: 32px !important;
  background: #dddddd;
  color: #000; }

.custom-control-label {
  color: #000 !important;
  font-weight: bold; }

.pushLablechkbox {
  top: -20px !important;
  background: none !important;
  padding: 0px !important;
  color: #989898 !important;
  position: absolute;
  font-size: 12px; }

body .form-control {
  height: 34px;
  border: 1px solid #989898;
  font-size: 0.8125rem;
  font-weight: bold;
  background-color: #fff !important;
  color: #000 !important; }
  body .form-control:hover {
    border: 1px solid #989898; }

.custom-file:hover .custom-file-label {
  border: 1px solid #989898; }

/* Float Label Form Style */
.float-label-control .select2-container {
  border: 1px solid #989898 !important;
  padding: 0px;
  margin-top: 0px;
  width: 100% !important;
  left: 0; }

/* Normal State */
body .form-group.float-label-control .form-control {
  background: #fff !important; }

body .input-group.float-label-control .form-control {
  background: #fff !important; }

/* Disable state */
body .float-label-control select.form-control[disabled] {
  background-color: #e9ecef !important; }

body .form-group.float-label-control .form-control[disabled], body .input-group.float-label-control .form-control[disabled] {
  background-color: #e9ecef !important; }

body .form-group.float-label-control .form-control[disabled] ~ .ms-parent.form-control {
  background-color: #e9ecef !important; }

body .checkbox-Outer.disabled, body .radio-Outer.disabled, body .form-group.float-label-control.disabled input {
  background-color: #e9ecef !important;
  cursor: not-allowed; }

.float-label-control, .float-label-control.input-group {
  position: relative; }

.float-label-control input::placeholder, .float-label-control.input-group input::placeholder {
  opacity: 0;
  transition: all .2s; }

.float-label-control input:placeholder-shown:not(:focus)::placeholder,
.float-label-control.input-group input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0; }

/*

.float-label-control .form-control:placeholder-shown:not(:focus) + *, 
.float-label-control.input-group .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: .9;
  padding-top: .4em;           
  color: $float-label-color;
  top: .25em;
  font-weight: 700;
}*/
.float-label-control.input-group .input-group-append {
  padding-top: 0 !important; }

.float-label-control.input-group .input-group-append .input-group-text {
  font-size: 0.8125rem;
  border: 1px solid #989898;
  background-color: #fff;
  color: #000 !important; }

.float-label-control input:placeholder-shown:focus + *, .float-label-control.input-group input:placeholder-shown:focus + * {
  color: #989898;
  padding: 0px 5px;
  z-index: 1000; }

.float-label-control.input-group label {
  z-index: 1000; }

.float-label-control label, .float-label-control > span, .float-label-control > span:not(.select2-container), .float-label-control.input-group label, .float-label-control.input-group > span {
  /* This section defines the floating label itself */
  left: 0.5em;
  top: -1.7em;
  cursor: text;
  padding: 0px 5px;
  padding-top: 0;
  color: #989898;
  opacity: 1;
  transition: all .1s;
  z-index: 99;
  font-size: 12px; }

.float-label-control .form-control, .float-label-control.input-group .form-control {
  font-size: inherit;
  border-radius: 0px; }

/* Hover State */
.float-label-control input:hover, .float-label-control.input-group input:hover, .float-label-control select:hover, .float-label-control textarea:hover {
  border: 1px solid #007bff; }

.float-label-control:hover label, .float-label-control.input-group:hover label {
  color: #007bff !important; }

.float-label-control.input-group:hover .input-group-text {
  background: #007bff !important;
  color: #fff !important;
  border: 1px solid #007bff !important; }

/*   .float-label-control:hover .form-control:placeholder-shown:not(:focus) + * {     top: -1em;    opacity: 1;     color: $input-border-color;     font-size: 12px;     }  */
.float-label-control:hover .form-control[disabled]:placeholder-shown:not(:focus) + * {
  top: .25em; }

.autoComplete.select2-container-disabled label {
  top: .25em; }

.float-label-control .select2-container-disabled ~ label {
  top: 0.6em; }

/* Focus State */
/* Disabled State */
.float-label-control input[disabled]:hover, .float-label-control.input-group input[disabled]:hover {
  border: 1px solid #989898; }

.float-label-control select.form-control[disabled]:hover {
  border: 1px solid #989898; }

.float-label-control select.form-control[disabled] ~ label, .float-label-control textarea.form-control[disabled] ~ label {
  background: none !important;
  top: -20px;
  color: #989898; }

.float-label-control textarea.form-control[disabled]:hover {
  border: 1px solid #989898; }

.float-label-control input[disabled] ~ label, .float-label-control.input-group input[disabled] ~ label,
.float-label-control input[readonly] ~ label, .float-label-control.input-group input[readonly] ~ label {
  background: none;
  cursor: not-allowed;
  top: -19px !important;
  font-size: 12px !important;
  padding-top: 0px !important;
  color: #989898; }

.float-label-control.input-group:hover input[disabled] ~ .input-group-append .input-group-text {
  background: #989898;
  color: #fff;
  border: 1px solid #989898; }

/* Input disabled Field with Value */
.float-label-control input[disabled][value] ~ label, .float-label-control input[value]:not[disabled] {
  background: none !important;
  top: -20px; }

.float-label-control input.select2-input[disabled]:hover {
  border: none !important; }

body .form-group.float-label-control .form-control.readonly[disabled] {
  background: none !important; }

body .checkbox-Outer.disabled.readonly {
  background: none !important; }

body .form-group.float-label-control .form-control.editableMode {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .form-group.float-label-control .form-control {
  box-shadow: none !important; }

body .checkbox-Outer.editableMode, body .radio-Outer.editableMode {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .input-group.float-label-control .form-control.editableMode {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .form-group.float-label-control .form-control.readonly[disabled] ~ .ms-parent.form-control {
  background: #fff !important; }

body .input-group.float-label-control .form-control.readonly[disabled] {
  background: #fff !important; }

body .checkbox-Outer.disabled.readonly, body .radio-Outer.disabled.readonly, body .form-group.float-label-control.disabled.readonly input {
  background: #fff !important; }

body .form-group.float-label-control .form-control.readonly[disabled] ~ .ms-parent.form-control.editableMode {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .form-group.float-label-control .form-control.editableMode ~ .ms-parent.form-control {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .form-group.float-label-control .select2-container.form-control.editableMode .select2-choice {
  background: lightyellow !important; }

.form-control.editableMode {
  background: lightyellow !important; }

/* **************************************************** 
	10.1 Multiple Select Dropdown Style
*************************************************** **/
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 33px;
  font-size: 13px;
  line-height: 32px !important;
  font-weight: 700; }

.float-label-control ul.select-dropdown {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100% !important;
  float: left;
  max-height: 300px !important;
  color: #212529;
  background-color: #fff;
  font-size: 0.8125rem;
  width: 100%; }

.float-label-control ul.select-dropdown li a {
  float: left;
  padding: 8px 15px;
  color: #212529;
  background-color: #fff;
  font-size: 0.8125rem;
  width: 100%; }

.float-label-control ul.select-dropdown li a:hover {
  font-weight: 900;
  background: #e9ecef;
  text-decoration: none; }

/* **************************************************** 
   11.  list-group-item
   
 ******************************************************/
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  color: #000; }

/* **************************************************** 
   13. Pagination
   
 ******************************************************/
.dataTables_info {
  float: left; }

.pagination {
  float: right; }

.pagination .page-link {
  color: #6c757d;
  text-decoration: none;
  transition: background-color .3s;
  padding: 8px 10px !important;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 1.25; }

.page-item.active .page-link {
  background: #007bff;
  color: #fff !important; }

.page-link:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.paginate_button a {
  padding: 8px 10px !important;
  color: #000; }

.paginate_button.active a {
  color: #fff;
  background: #007bff; }

.paginate_button {
  padding: 10px; }

div.dataTables_wrapper div.dataTables_paginate {
  padding: 13px; }

.paginate_button.current {
  background: #007bff !important;
  color: #fff; }

/* **************************************************** 
   14. Progress bar

 *************************************************** **/
/* **************************************************** 
	15. Sections 
	 
 *************************************************** **/
/* **************************************************** 
   16. Tables

 *************************************************** **/
/* -----------------------------------------
  	16.1 Simple Table
  --------------------------------------------*/
.table th,
.table td {
  padding: 5px; }

.card-body table th, .card-body table td {
  border: 1px solid #989898; }

.card-body .jqg-first-row-header th, .card-body .jqg-first-row-header td {
  padding: 0px !important; }

.card-body .ui-jqgrid .ui-userdata {
  height: 0 !important; }

.card-body .ui-jqgrid tr.jqgfirstrow td {
  border: none !important;
  padding: 0 !important; }

.show-entries {
  margin-right: 10px;
  line-height: 28px;
  color: #fff; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #989898; }

.table thead th {
  border: 1px solid #989898;
  white-space: nowrap;
  padding: 8px; }

table.table .thead-light th {
  border: 1px solid #989898;
  color: #000; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  background: inherit !important; }

table .btn-sm, table .btn-group-sm > .btn {
  padding: 0 7px;
  margin-right: 5px; }

table td, table th {
  border: 1px solid #989898;
  vertical-align: middle !important;
  font-size: 0.825rem; }

table .container-fluid, table .container-sm, table .container-md, table .container-lg, table .container-xl {
  padding: 1rem !important; }

.ui-state-hover td {
  background: #fffa90 !important;
  cursor: pointer; }

.popover-body {
  padding: 20px !important; }

/* -----------------------------------------
  	16.2 Data Table
  --------------------------------------------*/
.dataTable tr:hover td {
  background: #fffa90;
  cursor: pointer; }

table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.dataTables_processing {
  text-align: center !important;
  width: 100%;
  font-size: 0.8125rem; }

.dataTables_wrapper .dataTables_length {
  left: inherit;
  float: left;
  top: 4px;
  right: 200px;
  color: #fff; }

.dataTables_wrapper .row + .row {
  margin: 0; }
  .dataTables_wrapper .row + .row .col-sm-12 {
    padding: 0px; }

.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 8px 15px; }

.dataTables_filter {
  top: 2px;
  right: 4px; }

.dataTables_info {
  padding: 15px; }

.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  float: right;
  margin-bottom: 15px;
  margin-right: 15px; }

.dataTables_wrapper .dataTables_filter input[type=search] {
  top: 2px;
  height: 28px !important;
  right: 20px;
  font-size: 0.8125rem;
  border: none;
  padding: 0 5px; }

.dataTables_wrapper .dataTables_length select {
  margin: 0 10px;
  font-size: 12px;
  padding: 0px;
  height: 23px !important;
  border-radius: 0px; }

.dataTables_wrapper .row {
  width: 100%; }

.dataTables_wrapper .row:last-child .col-xs-6 {
  flex: 0 50%;
  padding-top: 10px; }

.dataTables_wrapper div.ColVis {
  float: right;
  margin-bottom: 0;
  position: relative;
  /* margin-top: -10px; */
  left: 17px;
  position: absolute;
  top: 50px; }

/* -----------------------------------------
  	16.3 Jqgrid Table  
  --------------------------------------------*/
table .ui-widget-content {
  background: transparent !important; }

.ui-jqgrid .ui-pager-control {
  padding-top: 8px; }

a.editIcon:hover {
  text-decoration: none; }

.ui-widget-content {
  border: 1px solid #989898 !important; }

.ui-jqgrid .ui-pg-table td {
  color: #000 !important; }

.ui-widget-content a:hover {
  text-decoration: underline; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #dddddd !important;
  /*  border: 1px solid $jqgrid-border-color !important; */
  border-bottom: 0px !important;
  border-top: 0px !important;
  color: #000 !important; }

.jqg-second-row-header {
  border: 1px solid #989898; }

.table-search {
  width: 205px;
  padding: 5px 10px;
  margin: 3px;
  font-size: 0.8125rem; }

.table-search input {
  border-radius: 0px;
  padding: 3px 10px;
  font-size: 0.8125rem;
  height: 28px; }

.ui-jqgrid tr.jqgrow td {
  padding: 0 5px 0 5px !important; }

.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0.2em .2em .2em 1.3em !important;
  position: relative;
  font-size: 18px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  font-weight: 900;
  text-transform: uppercase;
  background: #e9ecef;
  border-bottom: 1px solid #989898;
  color: #fff !important; }

.ui-widget {
  border: 1px solid #989898 !important;
  overflow: hidden; }

.ui-jqgrid .ui-jqgrid-htable {
  background: #dddddd; }

.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  background: #dddddd !important;
  border: 1px solid #989898;
  font-weight: 700;
  font-size: 14px;
  text-align: left; }

.ui-jqgrid .ui-userdata {
  height: 31px; }

a.floatingButton {
  float: right;
  margin: 6px 5px; }

.ui-jqgrid .ui-pg-selbox {
  font-size: .9em;
  line-height: 18px;
  display: block;
  height: 26px;
  margin: 0;
  width: 50px; }

.ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
  border-bottom: 1px solid #989898;
  border-left: 1px solid #989898;
  border-right: 1px solid #989898 !important;
  color: #000; }

.ui-jqgrid tr.footrow-ltr td {
  border-right: 1px solid #989898;
  border-top: none;
  border-bottom: 1px solid #989898; }

.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: hidden;
  position: relative;
  padding: 0px 5px !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 14px;
  line-height: 32px;
  height: 32px !important;
  text-align: left; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5 !important; }

.ui-jqgrid .ui-jqgrid-pager {
  background: #dddddd;
  border-top: 1px solid #989898 !important;
  height: 45px !important; }

.ui-jqgrid .ui-pg-input {
  height: 24px;
  font-size: 0.8125rem;
  text-align: center;
  border: 1px solid #989898 !important; }

.ui-jqgrid .ui-pg-table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 3px;
  color: #000;
  font-size: 0.8125rem;
  line-height: 26px;
  border: none; }

.ui-jqgrid .ui-jqgrid-bdiv {
  overflow: auto !important; }

.ui-jqgrid tr.jqgrow td {
  height: 25px !important; }

.ui-jqgrid .ui-pg-input {
  height: 24px !important; }

.card-body .ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
  border-bottom: 1px solid #989898;
  border-left: none;
  border-right: 1px solid #989898 !important;
  color: #000;
  background: #fff; }

.ui-state-highlight td {
  background: #dddddd; }

/* **************************************************** 
   17. plugins
  *************************************************** **/
.select2-dropdown {
  color: #000; }

span.select2-dropdown.select2-dropdown--above {
  min-width: 300px !important; }

.modal a.delete-link.btn-sm.btn-danger.deleteQuery, .modal .btn-group-sm > a.delete-link.btn-danger.deleteQuery.btn {
  color: #fff !important; }

/*..........Date Picker...........*/
.ui-datepicker-header.ui-widget-header {
  border: 1px solid #989898;
  background: #e9e9e9;
  color: #333; }

.ui-datepicker.ui-widget-content {
  background: #fff !important;
  color: #333 !important; }

.ui-datepicker.ui-widget-content a.ui-state-default {
  border-top: 1px solid #989898 !important;
  border-bottom: 1px solid #989898 !important; }

/*..........full-calendar...........*/
.fc-title {
  color: #fff; }

.fc-event-container {
  display: block  !important; }

.fc-event {
  background-color: black !important;
  border-color: black !important; }

.fc-scroller {
  overflow-y: auto !important; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 0px !important; }

.add-ico {
  right: 3px;
  top: 5px;
  font-weight: bold;
  color: #FFC400;
  font-size: 12px;
  padding: 5px 10px;
  min-width: auto !important;
  max-width: inherit;
  z-index: 1000;
  margin-right: 0px;
  background: none !important;
  text-decoration: underline; }
  .add-ico i {
    margin-right: 5px; }
  .add-ico:hover {
    color: #fff; }

#calendar {
  font-family: "arial"; }
  #calendar .fc-toolbar {
    float: left;
    width: 100%;
    height: 34px;
    background: #000;
    margin-bottom: 0px; }
  #calendar .fc-toolbar .fc-left, #calendar .fc-toolbar .fc-right {
    width: 100%;
    float: left; }
  #calendar .fc-toolbar .fc-left h2 {
    background: none;
    color: #fff;
    padding: 5px 0px;
    position: relative;
    top: 0px;
    width: auto;
    float: left;
    margin-left: 28px;
    font-size: 0.8125rem; }
  #calendar .fc-icon-left-single-arrow:after {
    content: "\f0d9";
    font-family: 'FontAwesome';
    font-size: 20px; }
  #calendar .fc-icon-right-single-arrow:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px; }
  #calendar .fc-toolbar .fc-right {
    z-index: 1000;
    font-size: 0.8125rem; }
    #calendar .fc-toolbar .fc-right .fc-today-button {
      margin: 3px;
      display: none; }
    #calendar .fc-toolbar .fc-right .fc-button-group {
      width: 180px;
      left: 0px;
      position: relative;
      float: left;
      display: block;
      height: 34px;
      margin: 0px auto; }
      #calendar .fc-toolbar .fc-right .fc-button-group .fc-button {
        background: none;
        color: #fff !important;
        font-size: 16px;
        border: none;
        top: 0px; }
      #calendar .fc-toolbar .fc-right .fc-button-group .fc-button:focus {
        outline: none; }
      #calendar .fc-toolbar .fc-right .fc-button-group .fc-prev-button {
        left: 0px; }
      #calendar .fc-toolbar .fc-right .fc-button-group .fc-next-button {
        right: -10px; }
  #calendar .fc-row {
    margin-right: 0px !important; }
  #calendar .fc-row .fc-content-skeleton td, #calendar .fc-row .fc-helper-skeleton td {
    border-color: #989898;
    padding: 0px;
    font-size: 12px;
    cursor: pointer; }

.fc-head .fc-row table thead tr th {
  background: none;
  color: #000;
  border: 1px solid #989898;
  font-weight: bold; }

.fc-body .fc-widget-content {
  padding: 0px 0px !important; }

.fc-body .fc-row {
  min-height: 44px !important; }

.fc-body .fc-day-number {
  font-size: 16px;
  float: left !important; }

.fc-body td.fc-state-highlight, .fc-body td.fc-today {
  background: #dddddd !important; }

.fc-body .fc-content-skeleton td.trial span.fc-day-number {
  color: #007bff; }

.fc-body .fc-content-skeleton td.hearing span.fc-day-number {
  color: #fd7e14; }

.fc-body .fc-content-skeleton td.reminder span.fc-day-number {
  color: #d11e00; }

.fc-body .fc-content-skeleton td.task span.fc-day-number {
  color: #28a745; }

.fc-event-container, .fc-more-cell {
  display: none; }

.widget-box.box-title {
  border: 1px solid #989898;
  padding-top: 30px; }
  .widget-box.box-title h3 {
    color: #000;
    font-size: 9.0pt;
    text-transform: uppercase;
    font-weight: 900;
    top: -28px;
    background: #f5f5f5;
    left: 20px;
    padding: 0px 5px; }

.exitjbox {
  margin-top: 10px; }

.jBox-Modal .jBox-content {
  background: #fff !important; }

/* select 2 plugin */
.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 33px;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 0 !important;
  border: none !important; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 0 !important;
  cursor: text;
  border: none !important; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn {
  padding: 0.4rem !important;
  font-size: 11px !important;
  line-height: 0.5 !important;
  border-radius: 0.2rem !important;
  height: auto !important; }

body .select2-container-multi.select2-container-disabled .select2-choices {
  background: #e9ecef !important; }

body .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #e9ecef !important;
  background-image: none;
  background-color: #e9ecef !important;
  box-shadow: none;
  color: #000 !important; }

body .select2-container-multi .select2-choices .select2-search-choice {
  background: #fff !important;
  color: #000 !important;
  border: none;
  box-shadow: none;
  font-weight: bold;
  padding-left: 5px;
  margin-top: 5px !important; }

body .select2-search-choice-close {
  display: none; }

body .select2-container-multi .select2-choices {
  border: none !important;
  background: none; }

/* ------- Data picker ------- */
.ui-datepicker {
  z-index: 9999 !important; }

.datepicker td, .datepicker th {
  padding: 5px 10px; }

body .ms-parent {
  width: 100%;
  border-radius: 0;
  padding: 0.375rem 0.75rem !important;
  height: calc(1.96875rem + 2px) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #989898; }

body .ms-choice {
  height: 27px;
  border: none !important;
  line-height: 27px;
  border-radius: 0;
  background: none;
  top: -4px;
  color: #000 !important; }

body .ms-choice:focus {
  outline: none; }

.ms-drop ul {
  padding-top: 20px !important;
  padding: 0; }

body .ms-drop ul > li label {
  position: relative;
  left: 0;
  color: #212529;
  position: relative !important;
  width: 100%; }

body .ms-drop ul > li:hover label {
  color: #fff;
  background: #007bff !important; }

body .ms-choice > span {
  font-weight: bold;
  top: 2px; }

.ms-drop {
  left: 0px; }

/* select.css  */
.select2-container {
  border: 1px solid #989898;
  border-radius: 0; }

body .form-group.float-label-control:hover .ms-drop ul > li label:hover {
  background: #007bff !important;
  color: #fff !important; }

body .form-group.float-label-control .ms-drop ul > li label {
  padding: 2px 10px;
  line-height: 31px;
  margin-bottom: 0px; }

body .form-group:hover .ms-drop ul > li label:hover {
  background: #007bff;
  color: #fff !important; }

body .form-group .ms-drop ul > li label {
  padding: 2px 10px;
  line-height: 31px;
  margin-bottom: 0px; }

.form-control.readonly ~ span.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection {
  background: #fff; }

.form-control.editableMode ~ span.select2.select2-container.select2-container--default .select2-selection {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* **************************************************** 
   18. Typography
 *************************************************** **/
/* **************************************************** 
   19. Search
 *************************************************** **/
/* **************************************************** 
  20. Preloader 
  
  *************************************************** **/
/* **************************************************** 
   21. Chat Application
 *************************************************** **/
/* **************************************************** 
   22. Backgrounds

 
 *************************************************** **/
/* **************************************************** 
   23. Tabs
 *************************************************** **/
.nav-link.disabled {
  opacity: 0.4;
  cursor: not-allowed; }

.card-header .nav-tabs {
  border-top: 1px solid #989898; }

body .nav-tabs.bg-light.border .nav-item {
  margin-bottom: -1px;
  border-right: 1px solid #989898 !important; }

.nav-tabs.bg-light.border a.active {
  height: 37px; }

/* Consumer Tabs */
.ConsumerTabs {
  background: #fff;
  padding: 10px 270px 10px 10px; }
  .ConsumerTabs .nav-item .nav-link {
    padding: 0;
    border: transparent;
    margin-right: 10px;
    border-radius: 0px;
    color: #343a40;
    margin: 3px 10px;
    text-transform: uppercase;
    font-weight: 700; }
    .ConsumerTabs .nav-item .nav-link:hover {
      color: #004a99 !important; }
    .ConsumerTabs .nav-item .nav-link span {
      border-bottom: 2px solid #989898;
      padding: 3px;
      font-size: 0.8125rem; }
      .ConsumerTabs .nav-item .nav-link span:hover {
        border-bottom: 2px solid #004a99 !important; }
    .ConsumerTabs .nav-item .nav-link.active {
      border-color: transparent;
      color: #004a99 !important;
      font-family: "Arial Black";
      font-weight: 900;
      background: none; }
      .ConsumerTabs .nav-item .nav-link.active span {
        border-bottom: none;
        color: #004a99 !important; }

.m-tab-l {
  max-width: 175px;
  min-width: 175px;
  padding: 0px;
  z-index: 1030;
  position: fixed;
  left: 0;
  top: 0px;
  height: 100%;
  padding-bottom: 100px;
  background: #263238;
  text-align: center; }
  .m-tab-l .nav-link {
    color: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    padding: 0.7rem; }
    .m-tab-l .nav-link span {
      display: block;
      font-size: 1em; }

.m-tab-r {
  margin-left: 10.938rem; }

.m-tab-r .tab-content > .tab-pane {
  padding: 10px; }

/* Mixins for Tabs */
/* Blue Tabs */
.nav-tabs.bg-primary {
  background: linear-gradient(to bottom, #337dcc 1%, #004a99 100%); }
  .nav-tabs.bg-primary .nav-item {
    border-right: 1px solid #007bff;
    margin-bottom: -1px; }
  .nav-tabs.bg-primary .nav-link {
    color: #fff !important;
    font-weight: 700;
    border: none;
    font-weight: 900 !important; }
  .nav-tabs.bg-primary a.active {
    color: #007bff !important;
    background: #fff;
    height: 37px; }
  .nav-tabs.bg-primary ~ .tab-content {
    padding: 20px;
    border-top: none !important; }

/* Black Tabs */
.nav-tabs.bg-dark .nav-item {
  border-right: 1px solid #000;
  margin-bottom: -1px; }

.nav-tabs.bg-dark .nav-link {
  color: #cccccc !important;
  font-weight: 700;
  border: none; }

.nav-tabs.bg-dark a.active {
  color: #000 !important;
  background: #fff;
  height: 37px; }

.nav-tabs.bg-dark ~ .tab-content {
  padding: 20px;
  border-top: none !important;
  background: #fff; }

/* Grey Tabs */
.nav-tabs.bg-light .nav-item {
  border-right: 1px solid #f5f5f5;
  margin-bottom: -1px; }

.nav-tabs.bg-light .nav-link {
  color: #767676 !important;
  font-weight: 700;
  border: none; }

.nav-tabs.bg-light a.active {
  color: #000 !important;
  background: #f5f5f5;
  height: 37px; }

.nav-tabs.bg-light ~ .tab-content {
  padding: 20px;
  border-top: none !important;
  background: #fff; }

/* white Tabs */
.nav-tabs.bg-white {
  background: linear-gradient(to bottom, white 1%, #cccccc 100%); }
  .nav-tabs.bg-white .nav-item {
    border-right: 1px solid #fff;
    margin-bottom: -1px; }
  .nav-tabs.bg-white .nav-link {
    color: gray !important;
    font-weight: 700;
    border: none; }
  .nav-tabs.bg-white a.active {
    color: #000 !important;
    background: #fff;
    height: 37px; }
  .nav-tabs.bg-white ~ .tab-content {
    padding: 20px;
    border-top: none !important;
    background: #fff; }

/* Vertical Tabs */
.vertical-arrowTabs .nav-tabs {
  margin-top: 0px;
  border-right: none;
  left: 0px;
  width: 35px;
  padding-top: 0px;
  float: left;
  left: -70px;
  top: 22px; }
  .vertical-arrowTabs .nav-tabs li {
    margin-top: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: auto;
    margin-bottom: 63px;
    float: none;
    margin-left: 36px; }
    .vertical-arrowTabs .nav-tabs li a {
      background-color: #e9ecef;
      text-align: center;
      padding: 5px 10px 5px 5px;
      margin: 0px 0;
      font-size: 0.8125rem;
      border: 1px solid #000 !important;
      color: #495057 !important;
      font-weight: bold;
      font-family: "arial";
      min-width: 108px;
      position: relative;
      bottom: 35px;
      left: 2px;
      text-decoration: underline;
      border-radius: 10px 10px 0 0 !important; }
    .vertical-arrowTabs .nav-tabs li span {
      cursor: pointer;
      right: 4px;
      top: 9px;
      color: #d11e00;
      font-size: 10px;
      margin-right: 0px !important;
      margin-top: -35px; }
    .vertical-arrowTabs .nav-tabs li a.active {
      background: #000;
      color: #fff;
      text-align: center;
      /* left: -7px; */
      position: relative;
      bottom: 36px; }
  .vertical-arrowTabs .nav-tabs li a.active:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 54px solid transparent;
    border-top: 17px solid #000;
    right: 0px;
    top: 29px;
    z-index: 0; }
  .vertical-arrowTabs .nav-tabs li a.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 56px solid transparent;
    border-top: 17px solid #000;
    right: 53px;
    top: 29px;
    z-index: 0; }

/* **************************************************** 
  24. Datetimepicker
 *************************************************** **/
/* **************************************************** 
   25. Autocomplete
 *************************************************** **/
body .autoComplete.select2-container-disabled {
  background-color: #e9ecef; }

.awhite {
  margin: 0;
  padding: 0;
  display: block;
  top: 0px;
  left: 0px;
  text-align: left;
  position: absolute; }
  .awhite table {
    display: none;
    font-family: "arial";
    color: #6c757d;
    font-size: 12px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
    .awhite table th {
      padding: 10px 10px;
      text-align: center;
      font-weight: bold; }
    .awhite table tr:first-child th:first-child {
      -moz-border-radius-topleft: 8px;
      -webkit-border-top-left-radius: 8px;
      border-top-left-radius: 8px; }
    .awhite table tr:first-child th:last-child {
      -moz-border-radius-topright: 8px;
      -webkit-border-top-right-radius: 8px;
      border-top-right-radius: 8px; }
    .awhite table td {
      padding: 5px;
      border: 0px; }
    .awhite table tr:last-child td:nth-child(2) {
      -moz-border-radius-bottomleft: 8px;
      -webkit-border-bottom-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .awhite table tr:last-child td:last-child {
      -moz-border-radius-bottomright: 8px;
      -webkit-border-bottom-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .awhite table tr:hover {
      background: #f5f5f5; }
  .awhite .selected td {
    padding-bottom: 8px;
    color: #fff;
    background-color: #007bff; }
  .awhite div {
    position: absolute; }
  .awhite table caption {
    display: none;
    caption-side: bottom;
    padding: 10px;
    font-size: 12px; }

/* **************************************************** 
   26. Validation
 *************************************************** **/
/* **************************************************** 
   27. Email
 *************************************************** **/
/* **************************************************** 
  28. Calendar
 *************************************************** **/
/* **************************************************** 
  29. Responsive calendar
 *************************************************** **/
/* **************************************************** 
   30. Classes
 *************************************************** **/
/* **************************************************** 
   31. Alerts
 *************************************************** **/
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem; }
  .alert .fa-close {
    top: -5px;
    color: rgba(0, 0, 0, 0.55); }
  .alert i.fa {
    margin-right: 15px;
    font-size: 16px; }

.alert-dismissible .close {
  right: -15px !important; }

/* **************************************************** 
 
 32. Collapse
 
 ******************************************************/
/* **************************************************** 
   33. Themes
   
 *************************************************** **/
html, body {
  background: #e9ecef;
  color: #000 !important; }

.close {
  color: #d11e00 !important;
  text-shadow: none !important; }

/* **************************************************** 
   34. Icons
  *************************************************** **/
/* **************************************************** 
  35. Badges
 *************************************************** **/
/* **************************************************** 
   36. Grid
 *************************************************** **/
/* **************************************************** 
  37. Images
 *************************************************** **/
/* **************************************************** 
   38. Scrollspy
 *************************************************** **/
/* **************************************************** 
	39. Tooltips 
 *************************************************** **/
.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 0.45rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 0.875rem; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #000; }

/* **************************************************** 
	40. Custom Styles 
 *************************************************** **/
.viewrole-Section {
  background: #dddddd;
  padding-top: 35px !important; }

#view-roles .card.border .card.border {
  border: none !important; }

#TabScrollspy .nav.nav-pills.flex-column {
  margin-bottom: 100px; }

.ui-widget.ui-widget-content {
  z-index: 999 !important; }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  z-index: 999999 !important;
  max-height: 350px;
  overflow-y: auto; }

.form-group.selectLabel:hover .ms-parent {
  border: 1px solid #007bff; }

.search-txt-box[disabled] ~ label {
  background: none !important; }

.search-txt-box ~ label {
  background: none !important; }

#tblCompliment_filter {
  top: -31px; }

#UnitDataDiv {
  padding-top: 10px; }
  #UnitDataDiv button.ColVis_Button {
    margin: 5px 2px; }

.radio-Outer:hover {
  border: 1px solid #007bff;
  /* color: $blue; */ }

.select2-container:hover {
  border: 1px solid #007bff; }

.select2-container {
  padding: 0px;
  height: 35px; }

.select2-container-multi .select2-choices {
  min-height: 32px !important;
  border: none !important; }

.lgl-collectsmry {
  max-width: 304px; }

#calendaradd input, #calendaradd textarea {
  background: #f5f5f5; }

.date-fix .containerLabel input {
  background: #f5f5f5; }

.date-fix .containerLabel label {
  font-size: 12px;
  color: #6c757d; }

.editClaim {
  padding-right: 10px;
  cursor: pointer; }

#documentGridDiv {
  margin-bottom: 100px; }

#hacsPreviewOuter iframe {
  width: 100%;
  height: 420px; }

#errorClose, #errorShowMore {
  font-size: 12px;
  padding: 5px 10px;
  background: #fff;
  cursor: pointer; }

.okClass {
  float: left;
  margin-right: 15px; }

.okClass .fa {
  margin-right: 10px; }

.cancelClass {
  color: #d11e00; }

.cancelClass .fa {
  margin-right: 10px; }

.custom-control {
  margin-right: 20px; }

.containerLabel label {
  top: -8px;
  background: #fff;
  left: 10px;
  padding: 0 5px; }

.inner-headerSmall {
  color: #007bff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }

.card-btn-right#masterHeading {
  line-height: 24px;
  color: #fff;
  padding-right: 10px; }

.push-left190 {
  padding-left: 11.875rem; }

.charNum {
  top: -18px;
  right: 25px;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding: 0 10px;
  line-height: 18px; }

.ms-container {
  width: 100%;
  margin-bottom: 15px; }

.addChrg {
  margin-right: 10px; }

.disablehref, input:disabled, a:disbaled {
  cursor: not-allowed;
  pointer-events: none; }

.requiredField {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0px; }
  .requiredField:after {
    content: '*';
    color: #000;
    font-size: 18px;
    right: 0px;
    top: -6px;
    z-index: 1000; }

.custom-date-picker {
  height: 33px;
  padding: 5px 10px;
  font-size: 0.8125rem;
  height: 32px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #989898;
  outline: none; }

.react-datepicker-popper {
  z-index: 1000 !important;
  left: -40px !important; }

.react-datepicker__input-container {
  width: 100%; }

.removeFormcontrol .form-control {
  padding: 3px;
  height: 28px;
  font-size: 0.8125rem; }

.removeFormcontrol .form-group {
  margin-bottom: 0px; }

.demog-button-secondary {
  margin-bottom: 15px; }

/* List View */
.detailsList {
  padding: 0 20px; }
  .detailsList .list-group {
    padding-top: 10px; }
  .detailsList li strong {
    float: right;
    color: #000;
    font-weight: 100; }
  .detailsList li.list-group-item {
    padding: 0px;
    margin-bottom: 10px;
    color: #212529;
    text-transform: capitalize; }
    .detailsList li.list-group-item label {
      width: 50%;
      text-align: right;
      margin-bottom: 0; }

.date-picker-wrapper {
  z-index: 9999 !important; }

.date-picker-wrapper .month-wrapper {
  width: 429px !important;
  min-width: 429px !important;
  max-width: 428px !important; }

.ms-choice {
  border: none; }

.requiredField:after {
  color: #d11e00; }

.viewcursor {
  color: #007bff !important;
  cursor: pointer; }

a.editIcon:hover {
  text-decoration: none !important; }

tr.footrow td {
  padding: 5px !important;
  background: #e9ecef; }

body .form-group.float-label-control:hover .ms-drop ul > li label {
  color: #000 !important; }

/*
.editDisable tr td:first-child {
    	opacity: 0.5;
	    cursor: not-allowed;
	    pointer-events: none;
	} */
.daterangepicker td {
  border: 1px solid #989898 !important; }

.court .dynatree-icon:before {
  content: "\f19c";
  font-family: FontAwesome; }

body .form-group.float-label-control .form-control.readonly[disabled] {
  background: #fff !important; }

body .checkbox-Outer.disabled.readonly {
  background: #fff !important; }

body .form-group.float-label-control .form-control.editableMode {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .form-group.float-label-control .form-control {
  box-shadow: none !important; }

body .checkbox-Outer.editableMode {
  background: lightyellow !important;
  border: 1px solid #abab00;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

body .form-group.float-label-control .form-control.readonly[disabled]:hover {
  cursor: not-allowed;
  border: 1px solid #007bff; }

body .form-group.float-label-control .form-control.editableMode:hover {
  border: 1px solid #007bff; }

body .input-group.float-label-control:hover .form-control {
  border: 1px solid #007bff !important; }

body .select2-container-multi.select2-container-disabled.readonly .select2-choices {
  background: none !important; }

body .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: none !important;
  border: none !important; }

body .select2-container .select2-choice {
  height: 32px !important;
  border-radius: 0px !important;
  border: none !important; }

body .select2-container.select2-container-disabled.readonly .select2-choice {
  background: #fff !important;
  line-height: 32px;
  cursor: not-allowed; }

body .select2-container-multi.editableMode .select2-choices .select2-search-choice {
  background: none !important; }

.checkbox-bg.editableMode {
  background: lightyellow; }

/* ================================================
			Screen Resolution - maximum height 422
=================================================== */
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }
  .cbp-spmenu-left, .cbp-spmenu-push-toleft {
    left: -190px; }
  .cbp-spmenu-right {
    right: -190px; }
  .cbp-spmenu-push-toright {
    left: 190px; } }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto; } }

/* --------------------------------------

=========================================
# EXCLUSIVE LICENSE
# THE INFORMATION AND COMPUTER SOURCE CODE CONTAINED WITHIN THIS PROGRAM SCRIPT IS
# THE EXCLUSIVE PROPERTY OF HAWES TECHNOLOGIES, LLC. USE MUST BE AUTHORIZED UNDER WRITTEN
# LICENSE OBTAINED FROM HAWES TECHNOLOGIES, LLC. USE AT YOUR OWN RISK. NO WARRANTY EITHER
# EXPRESSED OR IMPLIED.
# 
# UNAUTHORIZED USE, ALTERATION, COPYING, OR REDISTRIBUTION IS STRICTLY PROHIBITED.
# 
#  @copyright Copyright (c) 2017 Hawes Technologies, LLC.

=========================================        
   
1. React Table	
2. ART Custom Table
3. Select Column Styles  
4. Tabs       
5. Forms  
6. Command Section
7. Modal  
8. Buttons
9. Custom Style
10. React Table 
11. Data Point View
12. Tree Tables
13. Summary
14. DemogRemarkForms
15. Demog
16. Payments
17. Grid Table
18. New addition waiting for Santhosh to be back

*/
/* --------------------------------------
	1. React Table
 --------------------------------------------*/
body .ReactTable {
  border: 1px solid #989898; }
  body .ReactTable .rt-thead.-header {
    overflow-y: scroll;
    overflow-x: hidden; }
  body .ReactTable .rt-th,
  body .ReactTable .rt-td {
    white-space: pre-line !important; }
  body .ReactTable .rt-tbody .rt-tr-group {
    border-bottom: solid 1px #989898; }
  body .ReactTable .rt-thead .rt-th {
    background: #e9ecef;
    padding: 7px 8px;
    border-right: 1px solid #989898;
    border-bottom: 1px solid #989898;
    font-size: 14px;
    font-weight: 700; }
  body .ReactTable .rt-tbody .rt-td {
    border-right: 1px solid #989898; }
  body .ReactTable .rt-tbody {
    overflow-y: scroll; }
  body .ReactTable .rt-thead .rt-th.-sort-asc,
  body .ReactTable .rt-thead .rt-td.-sort-asc {
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6) !important; }
  body .ReactTable .rt-thead .rt-th.-sort-desc,
  body .ReactTable .rt-thead .rt-td.-sort-desc {
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6) !important; }
  body .ReactTable .rt-tr:hover .rt-td {
    background: #e9ecef; }
  body .ReactTable .-pagination {
    background: #e9ecef;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #989898; }
    body .ReactTable .-pagination input {
      border: 1px solid #989898; }
    body .ReactTable .-pagination input,
    body .ReactTable .-pagination select {
      border: 1px solid #989898;
      background: #fff;
      padding: 5px 7px;
      font-size: inherit;
      border-radius: 0;
      font-weight: normal;
      outline: none; }
    body .ReactTable .-pagination .-btn {
      border-radius: 0;
      background: none; }

body .ReactTable .rt-table {
  border: 1px solid #989898 !important; }

body .expandActive .btn-light {
  background: #fff; }

/* -----------------------------------------
 	2. ART Custom Table  
 --------------------------------------------*/
.art-table {
  position: relative;
  border: 1px solid #989898;
  background: #fff; }
  .art-table .ar-table {
    width: 100%; }
    .art-table .ar-table .ar-tr .ar-th {
      border-top: none;
      font-size: 14px;
      font-weight: 700; }
    .art-table .ar-table .ar-tbody-group {
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: stretch;
      align-items: stretch;
      border-bottom: solid 1px rgba(0, 0, 0, 0.05); }
    .art-table .ar-table .ar-th-independent {
      -webkit-justify-content: start;
      justify-content: start;
      padding-left: 60px;
      text-transform: capitalize;
      background: #ececec;
      color: #000;
      padding: 8px;
      padding-left: 35px;
      font-weight: 700;
      border-top: 1px solid #989898; }
    .art-table .ar-table .ar-th {
      font-weight: bold; }
    .art-table .ar-table .ar-th-group {
      background: #c3e6cb !important; }
    .art-table .ar-table .ar-th-group:hover {
      background: #a3e4b2 !important; }
    .art-table .ar-table .ar-tr.ar-th-independent:hover {
      background: #ececec !important; }
  .art-table .ar-thead {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #e9ecef;
    overflow-y: scroll; }
  .art-table .ar-tr {
    text-align: center;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    user-select: none; }
  .art-table .ar-resizable-header {
    overflow: visible; }
    .art-table .ar-resizable-header:last-child {
      overflow: hidden;
      border-right: 0; }
  .art-table .pointed {
    cursor: pointer; }
  .art-table .ar-th,
  .art-table .ar-td {
    line-height: normal;
    position: relative;
    -webkit-flex: 1 0;
    flex: 1 0;
    text-overflow: ellipsis;
    padding: 8px 5px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #989898;
    border-left: 1px solid #989898; }
  .art-table .ar-resizer {
    display: inline-block;
    width: 36px;
    top: 0;
    bottom: 0;
    right: -18px;
    cursor: col-resize;
    z-index: 1000; }
  .art-table .ar-th .rt-th-data {
    overflow: wrap;
    text-overflow: ellipsis; }
  .art-table .ar-thead .ar-th-data {
    overflow: hidden;
    text-overflow: ellipsis; }
  .art-table .ar-tbody {
    -webkit-flex: 99999 1 auto;
    flex: 99999 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .art-table .desc {
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); }
  .art-table .asc {
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); }
  .art-table .ar-minimize {
    border: 1px solid white;
    margin: 1px 15px;
    padding: 0px;
    cursor: pointer;
    font-size: 18px;
    height: 20px;
    width: 22px;
    line-height: 21px; }
  .art-table .ar-tbody-group .ar-tr:hover {
    background: lightgray; }
  .art-table .ar-minimize {
    border: 1px solid #989898 !important;
    margin: 1px 8px;
    padding: 0 8px;
    cursor: pointer; }

/* =========================================
 	3. Select Column Styles
========================================= */
.selectColumn {
  max-height: 600px;
  overflow: hidden scroll;
  border: 1px solid #e9ecef;
  padding: 10px;
  max-height: 500px !important; }
  .selectColumn .box-minus-icon {
    border: 1px solid #000;
    margin: 0px;
    padding: 3px;
    color: #000;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    line-height: 11px; }
  .selectColumn .list-group-item:hover {
    cursor: pointer;
    background: #dddddd; }

.data-point-icon {
  float: right;
  border-radius: 15px;
  border: 1px solid #000;
  cursor: pointer; }

.custom-date-picker[disabled] {
  background: #e9ecef !important; }

.accountModal {
  max-width: 1198px !important; }

.greyButtonGrp .btn-light {
  background: #e9ecef;
  cursor: default; }

.greyButtonGrp .btn-outline-light {
  color: #989898;
  border: 1px solid #989898;
  border-bottom: none; }

.menu {
  top: 34px;
  width: 100%;
  z-index: 999;
  max-height: 306px; }

.oRtxt:after {
  content: "(or)";
  right: -9px;
  top: 9px;
  color: #6c757d;
  font-size: 11px; }

#consumer-profile .topBtns-grp {
  top: -45px;
  right: 0px; }

.nav-tabs.bg-primary a.active:hover {
  background: linear-gradient(to bottom, #dadada, #fefefe);
  cursor: default;
  color: #004a99 !important; }

.nav-tabs.bg-light.border a {
  text-align: center; }

.nav-tabs.bg-white.border .nav-link.active:hover {
  background: #fff;
  cursor: default; }

#overlay-example {
  left: 70px !important;
  min-width: 250px;
  margin-bottom: 50px !important;
  min-height: 200px; }

#overlay-example p {
  margin-bottom: 0px !important; }

/* =========================================
  	4. Summary Screens 
========================================= */
.consumer-info-title {
  float: left;
  width: 48px !important;
  text-align: right; }

.summary-details {
  padding-right: 0;
  max-width: 250px; }

.w-100.float-left {
  line-height: 22px; }

.consumer-info-title strong {
  color: #aaa;
  min-width: 25px;
  font-weight: normal;
  width: 100%;
  padding-right: 10px; }

.overview-alert a {
  min-width: 105px; }

.overview-alert .nav-tabs.bg-light ~ .tab-content {
  border-bottom: 8px solid #d11e00 !important; }

.overview-alert table td:last-child {
  border-right: none; }

.overview-alert table td:first-child {
  border-left: none;
  text-transform: capitalize;
  width: 105px; }

.overview-alert .nav-tabs.bg-light.border {
  border-bottom: none !important; }

.overview-alert .nav-tabs.bg-light.border a.active:after {
  content: " ";
  top: -1px;
  width: 100%;
  background: #d11e00;
  height: 1px;
  width: 100%;
  z-index: 999;
  left: 0; }

.overview-alert .nav-tabs.bg-light.border a.active {
  color: #d11e00; }

.overview-alert .nav-tabs.bg-light ~ .tab-content {
  max-height: 182px; }

.overview-alert .nav-tabs.bg-light.border .nav-item {
  position: relative; }

.overview-alerts tr:last-child td {
  border-bottom: none; }

.overview-thead th {
  border-top: none; }

.overview-card {
  border: none;
  border-radius: 0; }

.overview-table tr.overview-thead th {
  border-top: none; }

#overview-row .nav-tabs.bg-light.border a.active {
  color: #007bff !important;
  position: relative; }

#overview-row .nav-tabs li a.active {
  color: #007bff;
  border-top: 1px solid #007bff !important;
  position: relative;
  top: -1px; }

.argTab table {
  margin-bottom: 0px;
  border: 1px solid #989898; }

.argTab .tab-content {
  padding: 0px !important; }

.arrangement-table td {
  text-align: right; }

.overview-table {
  margin-bottom: 0px;
  border-top: none;
  border-right: none;
  border-left: none; }
  .overview-table td:first-child,
  .overview-table th:first-child {
    border-left: none; }
  .overview-table td:last-child,
  .overview-table th:last-child {
    border-right: none; }

.popover-body {
  font-size: 0.8125rem;
  line-height: 26px;
  font-family: "arial";
  color: #000; }

.searchBox {
  max-width: 250px;
  top: 13px; }

#event-log-tabs-tabpane-History .nav-tabs {
  border: none !important;
  background: none !important; }
  #event-log-tabs-tabpane-History .nav-tabs .nav-item {
    border-top: 1px solid #989898; }
  #event-log-tabs-tabpane-History .nav-tabs .nav-link {
    min-width: 100px;
    text-align: center;
    border-radius: 0; }

/* =========================================
  5. Demographic Screen
========================================= */
#consumber-profile-tab-container-tabpane-demographics .topBtns {
  top: 7px;
  right: 0px; }

.aka-fix {
  right: -15px;
  width: auto;
  cursor: pointer; }

#consumber-profile-tab-container-tabpane-demographics #demoGraphicSec .card {
  border-radius: 0px;
  border-right: none !important;
  margin-bottom: 0px;
  border-bottom: none !important;
  border-left: none !important;
  border-top: none !important; }

#demoGraphicSec .legalAssetTabs .nav-tabs,
#demoGraphicSec .legalAssetTabs .tab-content {
  border-left: none !important;
  border-right: none !important; }

.overview-table tr:last-child td {
  border-bottom: none; }

.accountOverview .tab-content:after {
  content: " ";
  width: 100.4%;
  bottom: -8px;
  height: 8px;
  background: #007bff;
  left: -1px; }

.accountOverview .nav-tabs a.active:after {
  content: " ";
  top: -1px;
  width: 100%;
  background: #007bff;
  height: 1px;
  width: 100%;
  z-index: 999;
  left: 0; }

#card-eventLog-summary .card {
  border: none; }

.newInfo strong {
  color: #adb5bd;
  font-weight: normal; }

.consumer-profile-tab-nav {
  border-left: none !important; }

.argTab .nav-tabs {
  position: relative; }

.argTab .nav-tabs.bg-light.border .nav-link {
  position: relative;
  border-radius: 0;
  height: 35px; }

.argTab .nav-tabs.bg-light.border a.active:after {
  content: " ";
  top: -1px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #000; }

.paymentTable .rt-tbody .rt-td:nth-of-type(2),
.paymentTable .rt-tbody .rt-td:nth-of-type(4) {
  text-align: right; }

.altCntTble tr:first-child td {
  border-top: none; }

.altCntTble tr td:first-child {
  border-left: none; }

.altCntTble tr td:last-child {
  border-right: none; }

#demoGraphicSec .card-title {
  padding-left: 0px; }

.legalAssetTabs .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 900 !important; }

.arrangement-table td:first-child,
.arrangement-table th:first-child {
  border-left: none; }

#demoGraphicSec .card-btn-right {
  top: 7px;
  cursor: pointer; }

.overview-alerts table tr:first-child td:first-child {
  border-top: 1px solid #989898 !important; }

.altCntTble {
  min-width: 375px; }

.react-datepicker-wrapper {
  width: 100%; }

.inner-tableForm {
  padding: 15px 10px 0px; }

.inner-tableForm .form-group {
  margin-bottom: 1rem !important; }

.inner-tableForm .form-control {
  height: 34px;
  padding: 0 10px; }

.blueTable th {
  border: 1px solid #007bff; }

.arrangement-table.blueTable .table-success th {
  border: 1px solid #28a745 !important; }

.arrangement-table.blueTable .table-success th:first-child {
  border-left: none !important; }

#consumber-profile-tab-content .consumer-profile-tab-nav {
  border-top: none !important; }

.greyBg-200.fixes {
  padding: 17px 16px;
  margin: 0px 0px 15px; }

.greyBg-200 {
  background: #e9ecef; }

.custom-date-picker {
  height: 33px;
  padding: 5px 10px;
  font-size: 0.8125rem;
  height: 34px;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid #6c757d;
  outline: none;
  width: 100%;
  font-weight: 700;
  color: #343a40; }

.greyButtonGrp .btn {
  border-radius: 0;
  min-width: 100px;
  font-weight: 700;
  border-bottom: none;
  box-shadow: none; }

.greyButtonGrp .btn:hover,
.greyButtonGrp .btn:focus,
.greyButtonGrp .btn:active {
  border-color: #989898 !important; }

.settingBtn {
  margin-top: -5px;
  margin-right: 15px;
  float: right; }

.menu {
  background: #f5f5f5;
  padding: 0px;
  border-left: 1px solid #989898;
  border-right: 1px solid #989898; }

.menu .item {
  padding: 7px;
  border-bottom: 1px solid #989898; }

input.input-dirty,
select.input-dirty {
  border: #FFC400 1px solid; }

.item.item-highlighted {
  color: #fff;
  background: #007bff;
  cursor: pointer; }

.arrow-btn {
  color: #000;
  top: 5px;
  float: right;
  right: 11px;
  background: #fff;
  border-radius: 3px !important;
  height: 20px;
  line-height: 18px; }

.arrow-btn:focus {
  outline: none;
  box-shadow: none; }

.arrow-btn svg {
  outline: none;
  box-shadow: none; }

.searchBox .form-group {
  margin-bottom: 0; }

.empName .form-group {
  margin-bottom: 0px; }

.internationalCheckbox.col-lg-6 .form-check:first-child {
  margin-bottom: 19px; }

.internationalCheckbox.col-lg-6 .greyBg-200 .form-check:first-child {
  margin-bottom: 0; }

.internationalCheckbox.col-lg-6 .greyBg-200 {
  margin-top: 0px !important;
  margin-bottom: 25px; }

.arrangement-table .table-success tr {
  border-top: 2px solid #989898 !important; }

.vendor-first-row {
  font-weight: bold; }

.vendor-first-row button {
  font-weight: bold;
  /* color:black */ }

table.table-history {
  margin-top: 3px; }

.comment-error-message {
  padding: 5px;
  margin: 1px 0;
  background: #ff806b;
  color: #d11e00;
  border-bottom: 2px solid #d11e00;
  width: 100%; }

.vdr-record-textarea {
  height: 305px;
  resize: none;
  width: 850px;
  display: inline-block;
  font-size: 12px !important;
  font-family: "arial";
  border: none; }

#app {
  padding: 40px; }

mark,
.mark {
  padding: 0 !important; }

.topLabelfix {
  position: relative !important;
  top: -41px !important;
  left: 9px !important; }

.ReactTags__tags {
  position: relative; }

.ReactTags__suggestions {
  z-index: 999;
  background: #fff;
  border: 1px solid #989898; }

.ReactTags__suggestions ul {
  padding: 0px;
  margin: 0px; }

.tag-wrapper.ReactTags__tag {
  margin-bottom: 5px !important; }

.ReactTags__tagInput {
  border-radius: 0;
  /* display: inline-block; */
  margin-top: 10px; }

.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  height: 34px;
  margin: 0;
  font-size: 12px;
  width: 100%;
  border: 1px solid #989898;
  padding: 0 4px; }

.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #dddddd;
  background: #989898;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  margin: 5px;
  cursor: move;
  border-radius: 2px; }

.ReactTags__selected a.ReactTags__remove {
  color: #6c757d;
  margin-left: 5px;
  cursor: pointer; }

.ReactTags__suggestions {
  max-height: 300px; }
  .ReactTags__suggestions ul {
    list-style-type: none;
    box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.2);
    background: #fff; }
  .ReactTags__suggestions li {
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    margin: 0; }
  .ReactTags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600; }
  .ReactTags__suggestions li span {
    letter-spacing: 0px !important; }
  .ReactTags__suggestions ul li.ReactTags__activeSuggestion {
    background: #1a88ff;
    cursor: pointer; }

#consumer-profile .badge-danger {
  background-color: #d11e00 !important; }

#consumer-profile .text-danger {
  color: #d11e00 !important; }

/* -----------------------------------------
 	3. Media Queries
 --------------------------------------------*/
@media (max-height: 768px) {
  #consumber-profile-tab-container-tabpane-payments .ReactTable.pay-top-table .rt-tbody {
    overflow-y: scroll;
    max-height: 13vmax !important;
    overflow-x: hidden; }
  #consumber-profile-tab-container-tabpane-inventory .art-table .ar-tbody {
    overflow-x: hidden;
    max-height: 13vmax !important; } }

@media (max-height: 800px) {
  #consumber-profile-tab-container-tabpane-payments .ReactTable.pay-top-table .rt-tbody {
    overflow-y: scroll;
    max-height: 15vmax !important;
    overflow-x: hidden; }
  #consumber-profile-tab-container-tabpane-inventory .art-table .ar-tbody {
    overflow-x: hidden;
    max-height: 15vmax !important; } }

@media (min-height: 801px) {
  #consumber-profile-tab-container-tabpane-payments .ReactTable.pay-top-table .rt-tbody {
    overflow-y: scroll;
    max-height: 22vmax !important;
    overflow-x: hidden; }
  #consumber-profile-tab-container-tabpane-inventory .art-table .ar-tbody {
    max-height: 22vmax !important;
    overflow-y: scroll; } }

@media (min-height: 901px) {
  #consumber-profile-tab-container-tabpane-payments .ReactTable.pay-top-table .rt-tbody {
    overflow-y: scroll;
    max-height: 23vmax;
    overflow-x: hidden; }
  #consumber-profile-tab-container-tabpane-inventory .art-table .ar-tbody {
    max-height: 23vmax; } }

@media (max-width: 768px) {
  .summary-details {
    padding-right: 0;
    /* max-width: 250px; */
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }
  #consumer-profile .consumer-profile-tab-item, #consumer-profile .account-banner-widget-container-active.nav-item {
    width: 50%; }
  #consumer-profile .consumer-profile-tab-nav li a {
    border-bottom: 1px solid #989898 !important;
    cursor: pointer; } }

/* --------------------------------------
=========================================
# EXCLUSIVE LICENSE
# THE INFORMATION AND COMPUTER SOURCE CODE CONTAINED WITHIN THIS PROGRAM SCRIPT IS
# THE EXCLUSIVE PROPERTY OF HAWES TECHNOLOGIES, LLC. USE MUST BE AUTHORIZED UNDER WRITTEN
# LICENSE OBTAINED FROM HAWES TECHNOLOGIES, LLC. USE AT YOUR OWN RISK. NO WARRANTY EITHER
# EXPRESSED OR IMPLIED.
# 
# UNAUTHORIZED USE, ALTERATION, COPYING, OR REDISTRIBUTION IS STRICTLY PROHIBITED.
# 
#  @copyright Copyright (c) 2017 Hawes Technologies, LLC.
=========================================        
  
1.  Screens   
 
	1.1  Daily Posting
	1.2  Client Profile
	1.3  Legal Charges 
	1.4  Court Creation
	1.5  Legal Action
	1.6  Garnishee
	1.7  Trust Settlement Report
	1.8  Account Not resolved
	1.9
	1.10 Attorney Library       
	
	2.0  Legal Charges
	2.1  Court Creation  
	2.2  Legal Action
	2.3   Garnishee
	2.4 New Dispute    
	2.5 New Complaint
	2.6 Voiztrail Interface
	2.7 Collector Score Board
	2.8 Legal Screen
	2.9 Pre-Legal Screen
	2.10 Rule setup
	
	3.0 Dispute By Direct Dispute
	3.1 All Accounts
	3.2 Consumer
	3.3 Complaint by Complaint Type
	3.4 Account Staging Screen
	3.5 Roles Screen
	3.6 Consumer Portal 
	3.7 Rate Setting 
	3.8 Cash Balancing 
	3.9 Consumer Master
	3.10
	
	
	4.0 CBR Files1 
	4.1 CBR Global
	4.2 WORKLIST
	
 
--------------------------------------------------------*/
/* --------- 1.1 Daily Posting ---------- */
#dailyPosting .ui-timepicker-standard {
  z-index: 1030 !important; }

/* --------- 1.2 Client Profile ---------- */
#clientProfileDiv .ui-jqgrid span.ui-jqgrid-title {
  color: #333; }

#clientProfileDiv .ui-widget-header span.ui-jqgrid-title {
  color: #333;
  font-weight: 900;
  font-size: 13px; }

#clientProfileDiv #t_editAuditGrid {
  display: none; }

#clientProfileDiv .autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

#clientProfileDiv .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px; }

#clientProfileDiv .suggestionBox.form-control {
  box-shadow: none; }

#clientProfileDiv .awhite table .selected td {
  background: #007bff; }

#clientProfileDiv .autocomplete-suggestions strong {
  font-weight: bold;
  color: #000; }

#clientProfileDiv .customWizard {
  position: absolute;
  right: 0;
  padding-left: 190px;
  height: 1px; }

#clientProfileDiv ul#ullist li {
  float: left;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd; }

#clientProfileDiv ul#ullist li:hover {
  background: #007bff; }

#clientProfileDiv .clearClient {
  color: red; }

#clientProfileDiv .awhite table {
  width: 100% !important;
  display: none; }

#clientProfileDiv .awhite table td {
  white-space: nowrap; }

#clientProfileDiv #interest1 li {
  background: #fff !important;
  border: none !important; }

#clientProfileDiv #parentName .input-group-append {
  right: 0;
  height: 35px; }

#clientProfileDiv .wizard1 {
  float: left; }

#clientProfileDiv .wizard2 {
  float: right; }

#clientProfileDiv .wizard1 .btn {
  margin-right: 10px; }

#clientProfileDiv .wizard2 .btn {
  margin-right: 10px; }

#clientProfileDiv .awhite table {
  width: 100% !important; }

#clientProfileDiv .awhite table td {
  white-space: nowrap; }

#clientProfileDiv .acontainer {
  position: relative; }

#clientProfileDiv .awhite table td, #clientProfileDiv .awhite table th {
  background: #fff; }

#clientProfileDiv #cmbRestrictedPaymentsDiv .ms-choice.disabled {
  background: none; }

#clientProfileDiv input#cmbRestrictedPayments-styled {
  display: none; }

#clientProfileDiv table.lst-edi-section strong {
  font-weight: 700; }

#clientProfileDiv .awhite {
  left: 0px !important;
  overflow: auto;
  width: 850px; }

#clientProfileDiv #cmbInvoiceReportTemplate .acontainer {
  width: 100%; }

#clientProfileDiv #cmbInvoiceReportTemplate label {
  left: 8px; }

#clientProfileDiv #cmbCancellationReportTemplate .acontainer {
  width: 100%; }

#clientProfileDiv #cmbCancellationReportTemplate label {
  left: 8px; }

/* --------- 1.3 Legal Charges ---------- */
#legal-charges .cardbtnR input[type="search"] {
  border-radius: 0px;
  height: 29px;
  height: 28px; }

#legal-charges .radioOpt {
  font-size: 18px; }

/* --------- 1.7 Trust Settlement Report ---------- */
#trust-settlement .hideColumn, #trust-settlement .monthDiv, #trust-settlement .yearDiv {
  display: none; }

#trust-settlement input#cmbCorporate-styled, #trust-settlement input#cmbFacility-styled {
  display: none; }

#trust-settlement .select2-container:not(.select2-4 *) {
  padding: 0; }

#trust-settlement .ms-choice.disabled {
  background-color: transparent;
  background-image: none;
  cursor: default; }

#trust-settlement .ms-choice > span {
  left: 0; }

/* --------- 1.4 Court Creation ---------- */
#courtcreation .cropit-image-preview {
  background-color: #f5f5f5;
  background-size: cover;
  border: 5px solid #dddddd;
  border-radius: 3px;
  margin-top: 7px;
  width: 200px;
  height: 70px;
  cursor: move; }

#courtcreation .cropit-image-background {
  opacity: .2;
  cursor: auto; }

#courtcreation .cropit-image-zoom-input {
  margin-top: 10%;
  cursor: pointer; }

#courtcreation .image-size-label {
  margin-top: 10px; }

#courtcreation #thumbnail img {
  cursor: pointer; }

#courtcreation #large {
  display: none;
  background: #fff;
  padding: 5px;
  z-index: 1000;
  min-height: 200px;
  min-width: 200px;
  color: #007bff; }

#courtcreation #background {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }

#courtcreation .cropit-image-background-container {
  /*  height: 72px;
    left: -15px;
    @extend .overflow-hidden;
    @extend .position-absolute;
    top: 0;
    width: 242px;
    z-index: 0; */
  left: -5px;
  top: -0px;
  width: 210px;
  height: 68px; }

#courtcreation .cropit-image-background {
  height: 38.32px;
  left: 10px;
  top: 28.84px;
  width: 190px; }

#courtcreation .cropit-image-preview {
  height: 100px;
  width: 212px; }

#courtcreation #addnewService {
  margin-top: 5px; }

#courtcreation .context-menu-item, #courtcreation .context-menu-icon::before {
  color: #000 !important; }

#courtcreation .dynatree-node.group {
  margin-bottom: 0 !important; }

#courtcreation .group > .dynatree-icon:before {
  content: "\f114";
  font-family: FontAwesome; }

#courtcreation .dynatree-expanded.group > .dynatree-icon:before {
  content: "\f115" !important;
  font-family: FontAwesome; }

#courtcreation .court .dynatree-icon:before {
  content: "\f19c";
  font-family: FontAwesome; }

#courtcreation .dynatree-icon {
  background-image: none !important; }

#courtcreation .additionalCharge, #courtcreation .removalCharge {
  font: normal normal normal 14px/1 FontAwesome !important; }

#courtcreation .TabLeft {
  max-width: 250px;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: #f7f7f7;
  overflow: auto;
  border-right: 1px solid #afafaf; }

#courtcreation .TabRight {
  padding-left: 270px;
  width: 100%;
  padding-right: 15px; }

#courtcreation .select2 {
  margin-top: 5px !important; }

#courtcreation .context-menu-item, #courtcreation .context-menu-icon::before {
  color: black !important; }

#courtcreation .chosen-rtl .chosen-drop {
  left: -9000px; }

#courtcreation #editNode {
  height: 25px !important;
  padding: 0 12px 4px 8px !important; }

#courtcreation .dynatree-node.group {
  margin-bottom: 0 !important; }

#courtcreation .group > .dynatree-icon:before {
  content: "\f114";
  font-family: FontAwesome; }

#courtcreation .dynatree-expanded.group > .dynatree-icon:before {
  content: "\f115" !important;
  font-family: FontAwesome; }

#courtcreation .court .dynatree-icon:before {
  content: "\f19c";
  font-family: FontAwesome; }

#courtcreation .dynatree-icon {
  background-image: none !important; }

#courtcreation .suggestionBox {
  height: 30px !important;
  margin-top: 0 !important; }

/* --------- 1.5 Legal Action ---------- */
#legal-action .cardbtnR {
  top: 6px; }

#legal-action .TabLeft {
  max-width: 250px;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: #f7f7f7;
  overflow: auto;
  border-right: 1px solid #afafaf;
  padding: 5px; }

#legal-action .TabRight {
  margin-left: 270px;
  width: 100%;
  padding-right: 15px; }

#legal-action .select2 {
  margin-top: 19px !important; }

#legal-action #legal-action #Tree3 {
  padding: 0px !important; }

#legal-action .ref-btn {
  line-height: 18px !important;
  margin: 0 0 0 10px; }

#legal-action ul.dynatree-container {
  border: none !important;
  padding: 10px !important; }

#legal-action button.ms-choice.disabled {
  background: none; }

#legal-action .fixed-header {
  z-index: 999; }

#legal-action .hideNde {
  display: none !important; }

/* --------- 1.6 Garnishee ---------- */
#garnishee .Attorney-editCell .card-body {
  padding-top: 31px; }
  #garnishee .Attorney-editCell .card-body .form-group {
    margin-bottom: 1.5rem; }

#garnishee #honors div {
  float: left;
  margin-left: 15px;
  margin-bottom: 10px; }

#garnishee #honors input[type="checkbox"] {
  margin-right: 10px !important;
  position: relative;
  top: 2px; }

#garnishee #honors.editableMode {
  background: lightyellow; }

/* --------- 1.10 Attorney Library	 ---------- */
#attorneyNew .select-colm-link {
  position: relative;
  top: -2px; }

#attorneyNew a#addnewAttorney {
  position: relative;
  top: -2px; }

#attorneyNew a.select-colm-link img {
  width: 32px; }

#attorneyNew .cropit-image-preview {
  background-color: #f5f5f5;
  background-size: cover;
  border: 5px solid #dddddd;
  border-radius: 3px;
  margin-top: 7px;
  width: 200px;
  height: 70px;
  cursor: move; }

#attorneyNew .cropit-image-background {
  opacity: .2;
  cursor: auto; }

#attorneyNew .cropit-image-zoom-input {
  margin-top: 10%;
  cursor: pointer; }

#attorneyNew .image-size-label {
  margin-top: 10px; }

#attorneyNew #thumbnail img {
  cursor: pointer; }

#attorneyNew #large {
  display: none;
  background: #fff;
  padding: 5px;
  z-index: 1000;
  min-height: 200px;
  min-width: 200px;
  color: #007bff; }

#attorneyNew #background {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1; }

#attorneyNew .cropit-image-background-container {
  /*  height: 72px;
    left: -15px;  
    @extend .position-absolute;
    top: 0;
    width: 242px;
    z-index: 0; */
  left: -5px;
  top: -0px;
  width: 210px;
  height: 68px; }

#attorneyNew .cropit-image-background {
  height: 32px;
  left: 10px;
  top: 28.84px;
  width: 190px; }

#attorneyNew .cropit-image-preview {
  height: 100px;
  width: 212px; }

#attorneyNew .select2-container-multi .select2-choices .select2-search-choice {
  position: relative;
  top: -2px; }

/* --------- 1.15 New Dispute ---------- */
#dispute .clearleftrightspaces legend {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px; }

#dispute .clearfix.well {
  padding: 20px; }

#dispute td .form-group.float-label-control {
  margin-bottom: 25px; }

/* --------- 1.16 New Complaint ---------- */
#complaint .clearleftrightspaces {
  margin-top: 10px; }

#complaint #spConsumerName {
  font-size: 14px;
  margin: 8px 10px; }

#complaint .ms-drop ul {
  padding: 0px;
  margin: 5px 0px; }

#complaint .ms-drop ul li {
  float: left;
  width: 97%; }

#complaint .ms-drop ul li label {
  top: 0; }

#complaint .clearleftrightspaces legend {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px; }

#complaint .form-group {
  position: relative; }

#complaint .selectLabel label {
  left: 10px; }

/* --------- 1.17 Voiztrail Interface  ---------- */
#voiztrail-interface .ms-choice > span {
  left: -2px; }

/* --------- 1.18 Collector Score Board  ---------- */
.collectScrCard .media-right img {
  cursor: pointer;
  width: 30px;
  float: right;
  margin: 5px 20px 0px 0px; }

.collectScrCard #CollectorScrCard .emp_img {
  width: 150px; }

.collectScrCard .ui-widget-content tr td:first-child {
  /*border:none !important;*/
  color: #007bff; }

#CollectorScrCard .card-body .ui-jqgrid .ui-jqgrid-htable th div {
  font-size: 12px !important; }

#CollectorScrCard .employee-section {
  float: left;
  width: 100%; }

#CollectorScrCard .emloyee_profile {
  float: left; }

#CollectorScrCard .emp_img {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 4px solid #fff; }

#CollectorScrCard .emp-position {
  text-align: center; }
  #CollectorScrCard .emp-position h1 {
    margin: 10px 0px 0px;
    font-size: 20px;
    color: #007bff;
    text-align: center; }
  #CollectorScrCard .emp-position p {
    margin-bottom: 0;
    color: #495057;
    font-size: 11px; }

#CollectorScrCard .text-overflow {
  max-height: 36px;
  text-overflow: ellipsis; }

#CollectorScrCard .emp-position1 ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#CollectorScrCard .emp-position1 label {
  min-width: 100px;
  margin-bottom: 5px; }

#CollectorScrCard .emp-position1 a {
  color: #007bff; }

#CollectorScrCard .employee-section .modal-body {
  padding-left: 30px; }

#CollectorScrCard .emp-position1 ul li {
  margin-bottom: 5px; }
  #CollectorScrCard .emp-position1 ul li a {
    margin-right: 7px; }
    #CollectorScrCard .emp-position1 ul li a img {
      width: 18px; }

#CollectorScrCard .employee-section .media-right {
  min-width: 500px; }

#CollectorScrCard .emp-info ul {
  list-style: none; }
  #CollectorScrCard .emp-info ul li {
    font-size: 0.8125rem; }
    #CollectorScrCard .emp-info ul li label {
      min-width: 150px; }

#CollectorScrCard .employee-section .media-left {
  min-width: 175px;
  text-align: center;
  padding: 0 25px 0px 15px; }

#CollectorScrCard .employee-section .media-heading {
  margin-top: 10px; }

#CollectorScrCard .media-right .emp-info {
  margin-top: 12px; }
  #CollectorScrCard .media-right .emp-info span {
    color: #989898; }

#CollectorScrCard .ui-th-ltr {
  border-left: 0 none;
  border-left: 0px solid #989898;
  border: 1px solid #989898;
  border-top: none !important;
  font-size: 0.8125rem !important; }

#CollectorScrCard .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-left: 0 none;
  border-left: 0px solid #989898;
  border: 1px solid #989898;
  border-top: none !important;
  font-size: 0.8125rem !important; }

#CollectorScrCard .ui-jqgrid tr.jqgrow td {
  padding: 2px 5px !important;
  border-right: 1px solid #989898;
  font-size: 0.8125rem !important; }

#CollectorScrCard .ui-jqgrid .ui-jqgrid-htable {
  border: 1px solid #989898; }

#CollectorScrCard .card-body .card-body .ui-jqgrid tr.jqgrow:last-child td {
  border-bottom: 1px solid #989898 !important; }

#CollectorScrCard .ui-jqgrid-btable tr td:first-child {
  color: #007bff !important; }

#CollectorScrCard #TabScrollspy .nav-pills {
  height: 100%; }

/* ------	1.21 Rule setup   --------  */
#rule-setup .addicon {
  position: relative;
  top: 5px;
  line-height: 19px;
  padding-top: 3px;
  font-family: FontAwesome; }

#rule-setup .parentPrimAddr-Div {
  margin-bottom: 10px; }

#rule-setup .parentPrimAddr-Div .minicon {
  top: 5px;
  position: relative;
  line-height: 19px;
  padding-top: 3px;
  margin-left: 5px;
  font-family: FontAwesome; }

#parentPrimAddr, #parentPrimAddr1 {
  list-style-type: none;
  padding: 10px;
  border: 1px dashed #989898; }

.maninput, .hintlbl {
  /* border-left: 2px solid #cc0000 !important; */ }
  .maninput .visibleContent, .hintlbl .visibleContent {
    display: block;
    margin-left: 17%;
    margin-top: 1%; }

/* ------	1.22  Dispute By Direct Dispute   --------  */
#disputbydd #accdisputebydirectdispute_wrapper {
  display: inherit; }

#disputbydd #accdisputebydirectdispute_wrapper .dataTable > thead > tr > th {
  text-align: center;
  width: 50px !important; }

#disputbydd #accdisputebydirectdispute_wrapper .dataTable > thead > tr > th:first-child {
  width: 150px !important; }

#disputbydd #accdisputebydirectdispute_wrapper .table > tbody > tr > td {
  text-align: center; }

#disputbydd #accdisputebydirectdispute_wrapper .table > tbody > tr > td:first-child {
  text-align: left; }

#disputbydd .dataTables_info {
  padding: 5px 15px; }

/* ----------------------------------------------------- 
			1.24 Consumer
------------------------------------------------------ */
#consumerMainDiv .cardbtnR {
  top: 5px; }

#consumerMainDiv .conSearchData tr td {
  padding: 10px 10px 0;
  font-size: 0.8125rem;
  min-width: 150px;
  border: none; }

#consumerMainDiv .conData label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

#consumerMainDiv .search-txt-box ~ label {
  background: #fff !important;
  z-index: 9999; }

/* ----------------------------------------------------- 
			1.25 Complaint by Complaint Type
------------------------------------------------------ */
#acccomplaintbycomplainttype_wrapper .dataTable > thead > tr > th {
  text-align: center;
  width: 50px !important; }
  #acccomplaintbycomplainttype_wrapper .dataTable > thead > tr > th:first-child {
    width: 150px !important; }

#acccomplaintbycomplainttype_wrapper .table > tbody > tr > td {
  text-align: center; }
  #acccomplaintbycomplainttype_wrapper .table > tbody > tr > td:first-child {
    text-align: left; }

/* ----------------------------------------------------- 
			1.26 Account Staging Screen
------------------------------------------------------ */
#account-staging-view {
  /* =============================================
				6.4 SWITCHES STYLE
================================================ */ }
  #account-staging-view .switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute; }
  #account-staging-view .switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative; }
  #account-staging-view .switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s; }
  #account-staging-view .switchToggle input:checked + label, #account-staging-view .switchToggle input:checked + input + label {
    background: #28a745; }
  #account-staging-view .switchToggle input + label:before, #account-staging-view .switchToggle input + input + label:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 36px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff; }
  #account-staging-view .switchToggle input:checked + label:before, #account-staging-view .switchToggle input:checked + input + label:before {
    content: 'ON';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff; }
  #account-staging-view .switchToggle input:checked + label:after, #account-staging-view .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%); }
  #account-staging-view .switchToggle label:active:after {
    width: 60px; }
  #account-staging-view .nav-tabs.bg-light ~ .tab-content {
    background: #fff; }
  #account-staging-view .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
    width: 41px;
    height: 25px !important;
    position: relative;
    left: -5px;
    top: 4px; }
  #account-staging-view .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed.sgexpanded span {
    background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
    width: 41px;
    height: 25px !important;
    position: relative;
    left: -5px;
    top: 4px; }
  #account-staging-view .ui-icon-circlesmall-minus {
    background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
    width: 25px;
    height: 25px !important;
    position: relative;
    left: 5px;
    top: 5px; }
  #account-staging-view .ui-icon-circlesmall-plus {
    background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
    width: 25px;
    height: 25px !important;
    position: relative;
    left: 5px;
    top: 5px; }
  #account-staging-view .account-reprocess.disabled, #account-staging-view .account-remove.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed; }
  #account-staging-view .onoffswitch-inner:before {
    content: "File&Client" !important; }
  #account-staging-view .exceptionMessage {
    width: 175px;
    display: inline-block;
    color: red;
    text-decoration: underline;
    line-height: 13px;
    cursor: pointer; }
  #account-staging-view .error {
    color: #d11e00; }
  #account-staging-view .topfilterCancel {
    display: none;
    float: right; }
  #account-staging-view .dollar-txt {
    display: inline;
    margin-right: 4px; }
  #account-staging-view #loadAllAccountClient tr td b {
    font-weight: 700;
    line-height: 31px;
    color: #002b58; }
  #account-staging-view .acc-tabouter {
    position: relative;
    border-left: 1px solid #989898; }
  #account-staging-view .loadByBatch:hover {
    text-decoration: underline !important;
    display: inline-block;
    color: #007bff; }
  #account-staging-view .dril-dwnArrow {
    color: #007bff;
    text-align: center;
    font-family: Arial,Arial;
    font-size: 17.0pt;
    font-style: normal;
    font-weight: 700;
    cursor: pointer; }
  #account-staging-view table.table.custm-acctab tr td {
    vertical-align: top !important;
    border-left: 1px solid #989898 !important; }
  #account-staging-view .account-innertable tr.jqgrow td {
    white-space: inherit;
    padding: 0px !important; }
  #account-staging-view .top-accountSec .input-group-addon {
    border-radius: 0px; }
  #account-staging-view .top-accountSec {
    width: 100%;
    float: left; }
  #account-staging-view .topfilterSec {
    margin-top: 8px; }
  #account-staging-view .topfilterCancel .fa {
    font-size: 38px;
    line-height: 29px;
    margin-right: 22px;
    color: #ccc; }
  #account-staging-view .topfilterCancel .bRed {
    float: right; }
  #account-staging-view .topfilterCancel {
    display: none;
    float: right; }
  #account-staging-view .topfilterCancel .fa:hover {
    color: #333; }
  #account-staging-view .topfilterCancel a {
    text-decoration: none; }
  #account-staging-view .account-outerDiv .ui-jqgrid .ui-jqgrid-pager {
    border-bottom: 5px solid #9c9c9c !important; }
  #account-staging-view .account-innertab .tab-pane {
    min-height: 150px; }
  #account-staging-view .dril-dwnArrow.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    color: #ccc; }
  #account-staging-view .account-reprocess.disabled, #account-staging-view .account-remove.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed; }
  #account-staging-view .ui-jqgrid-disablePointerEvents {
    pointer-events: none; }
  #account-staging-view .ui-jqgrid-disablePointerEvent td:first-child {
    pointer-events: none; }
  #account-staging-view #dup-status table.table.dup-table tr td {
    background: #fff;
    overflow: inherit; }
  #account-staging-view #dup-status table.table.dup-table tr td.grey-bg {
    background: #f3f3f3; }
  #account-staging-view #raw-file table.table.raw-fileTble tr td {
    background: #fff;
    vertical-align: top !important;
    width: 350px; }
  #account-staging-view #raw-file table.table.raw-fileTble tr td.grey-bg {
    background: #f3f3f3; }
  #account-staging-view #raw-file table.table.raw-fileTble tr td.grey-bg .acc-widget-inner h4 {
    text-align: left;
    position: absolute;
    top: -24px;
    color: #ccc;
    font-weight: 900;
    font-size: 13px;
    background: #fff;
    margin: 10px;
    padding: 5px 10px;
    border: 1px solid #ddd; }
  #account-staging-view .top-tleHeader {
    text-align: left;
    position: absolute;
    top: -18px;
    color: #ccc;
    font-weight: 900;
    font-size: 13px;
    background: #fff;
    margin: 10px;
    padding: 0 10px; }
  #account-staging-view .acc-widget-inner h4 {
    text-align: left;
    position: absolute;
    top: -18px;
    color: #989898;
    font-weight: 900;
    font-size: 13px;
    background: #fff;
    margin: 10px;
    padding: 0 10px;
    min-width: 209px; }
  #account-staging-view .account-innertable .ui-state-highlight td {
    background: #fff !important; }
  #account-staging-view .account-innertab {
    background: #fff; }
  #account-staging-view table.table.custm-acctab td {
    background: #fff; }

/* ----------------------------------------------------- 
			3.5 Roles Screen
------------------------------------------------------ */
.role-userlist {
  height: 50%;
  overflow: auto;
  display: block; }

#role-ref .minimisedBox {
  width: 100%;
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  opacity: 0.5;
  pointer-events: none; }

#view-roles-manage {
  padding-top: 5rem !important; }

.role-userlist ul {
  padding-bottom: 100px !important; }

#roles-Tab {
  background: #fff; }

.roleLi, .userListLi {
  padding-bottom: 100px !important;
  display: inline-block; }

#role-ref ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.roleTabLeft {
  background: #fff; }

.userrole-Right {
  background: #fff; }

.role-permissionSec {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  padding-bottom: 200px !important; }

.userrole-Left .nav-tabs.bg-primary a.active {
  color: #333 !important;
  background: linear-gradient(to bottom, #d7d7d7, white); }

.rolelist-Details {
  color: #333 !important; }

.showFlag {
  display: none; }

#treeDemo ul li {
  padding-left: 20px;
  padding-top: 5px; }

p.add-Nlink {
  margin-bottom: 0;
  float: right;
  color: #007bff !important; }

a.add-Nlink {
  color: #007bff !important; }

.ztree li span {
  color: #000; }

.ztree * {
  font-family: 'arial' !important; }

.roleAssign {
  float: right;
  position: relative;
  margin: 0 10px;
  top: 3px; }

.userAnch {
  color: #007bff !important;
  cursor: pointer; }

.roleTabLeft li, ul.userListLi li {
  border-bottom: 1px solid #989898;
  float: left;
  width: 100%; }

.roleLi li a:hover, ul.userListLi li a:hover {
  background: #f7f7f7 !important;
  color: #000 !important; }

.roleLi li.active a, ul.userListLi li.active a {
  background: #f7f7f7 !important;
  color: #333 !important; }

.roleLi li a, ul.userListLi li a {
  position: relative;
  padding: 0.5rem 2rem;
  float: left;
  width: 100%;
  background: #fff !important;
  color: #333 !important;
  cursor: pointer; }

.roleLi li a:before, ul.userListLi li a:before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7c7c7;
  position: absolute;
  left: 14px;
  top: 14px; }

.roleLi li.active a:before, ul.userListLi li.active a:before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17a2b8;
  position: absolute;
  left: 14px;
  top: 14px; }

.userRole-details {
  background: #fff;
  float: left;
  width: 100%;
  height: 100%; }

.user-header h3 {
  color: #000;
  font-size: 13px;
  margin-bottom: 0rem;
  font-family: "Arial Black", Arial;
  text-transform: uppercase;
  margin-top: 0rem;
  font-weight: 900;
  padding: 12px 15px;
  background-image: linear-gradient(to bottom, #dadada, #fefefe); }

.userList, .sublist {
  float: left;
  width: 100%; }

.userList li, .sublist li {
  float: left;
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #989898; }

.userAnch:hover {
  text-decoration: underline !important; }

.deleteUser {
  float: right;
  color: red !important;
  padding-right: 15px;
  cursor: pointer; }

.deleteUser:hover {
  text-decoration: underline !important; }

.userList .userAnch {
  padding-left: 12px; }

.showUnAssignedRole {
  float: right;
  font-size: 20px;
  color: #007bff; }

.role-attr {
  margin-top: 10px; }

ul.sublist .unAssigned {
  background: #cce5ff; }

.payorAddress label {
  width: 100%; }

.roleTabLeft {
  max-width: 250px;
  width: 100%;
  float: left;
  display: inline-block; }

.not-assigned {
  float: right;
  font-style: italic;
  padding-right: 10px;
  margin-bottom: 0px; }

/* ----------------------------------------------------- 
			3.6 Consumer Portal
------------------------------------------------------ */
#consumerPortal .amcharts-chart-div a {
  display: none !important; }

#consumerPortal #timingTbl .input-group {
  margin-bottom: 10px; }

#consumerPortal #timingTbl tr input {
  margin-bottom: 10px; }

#timingTbl a {
  margin-left: 10px;
  color: red; }

#consumerPortal a.to-address-cls {
  cursor: pointer;
  color: #007bff; }

#consumerPortal a.to-address-cls:hover {
  text-decoration: underline !important; }

#consumerPortal .table.feedback-tbl {
  margin-top: 10px;
  height: auto; }

#consumerPortal .read-from {
  margin-bottom: 15px; }

#consumerPortal #chartdiv {
  width: 100% !important;
  height: 389px;
  font-size: 11px;
  position: relative;
  margin-left: 0; }

#consumerPortal #showFeedbackMessage .alert-light {
  background: #f5f5f5;
  border: 1px solid #e9ecef !important; }

#consumerPortal #showFeedbackMessage .font-weight-bold, #consumerPortal #showFeedbackMessage .card-body-outline h3.title, .card-body-outline #consumerPortal #showFeedbackMessage h3.title, #consumerPortal #showFeedbackMessage .float-label-control .form-control, .float-label-control #consumerPortal #showFeedbackMessage .form-control, #consumerPortal #showFeedbackMessage #complaint #spConsumerName, #complaint #consumerPortal #showFeedbackMessage #spConsumerName, #consumerPortal #showFeedbackMessage .collectScrCard .ui-widget-content tr td:first-child, .collectScrCard .ui-widget-content tr #consumerPortal #showFeedbackMessage td:first-child, #consumerPortal #showFeedbackMessage #CollectorScrCard .emp-position h1, #CollectorScrCard .emp-position #consumerPortal #showFeedbackMessage h1, #consumerPortal #showFeedbackMessage #CollectorScrCard .employee-section .media-heading, #CollectorScrCard .employee-section #consumerPortal #showFeedbackMessage .media-heading {
  color: #000;
  font-size: 12px !important; }

#consumerPortal .modal .cleditorMain iframe {
  width: 100% !important;
  height: 195px !important; }

#consumerPortal .content-edtble .cleditorMain iframe {
  width: 100% !important;
  height: 75% !important;
  min-height: 50px !important; }

#consumerPortal .cleditorToolbar {
  height: 54px !important;
  background: #fff;
  border-bottom: 1px solid #dddddd; }

#consumerPortal .content-edtble .cleditorMain {
  height: 180px !important;
  width: 100% !important; }

#consumerPortal .cleditorMain {
  background: #fff; }

#consumerPortal .ui-jqgrid .ui-userdata {
  display: none; }

#consumerPortal .lg-side .inbox-body {
  padding-bottom: 5px; }

#consumerPortal #mail-mnu li a {
  text-transform: capitalize;
  border-right: none;
  border-bottom: 1px solid #989898; }

#consumerPortal #mail-mnu li a.active, #consumerPortal #mail-mnu li a:hover {
  background: #007bff;
  color: #fff !important; }

#consumerPortal #mail-mnu li a:hover i {
  color: #fff !important; }

#consumerPortal .mail-box {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  width: 100%; }

#consumerPortal .mail-box aside {
  display: table-cell;
  float: none;
  height: 100%;
  padding: 0;
  vertical-align: top; }

#consumerPortal .mail-box .sm-side {
  background: none repeat scroll 0 0 #e9ecef;
  border-radius: 4px 0 0 4px;
  width: 200px;
  border-right: 1px solid #989898; }

#consumerPortal .mail-box .lg-side {
  border-radius: 0 4px 4px 0;
  width: 75%; }

#consumerPortal .mail-box .sm-side .user-head {
  background: none repeat scroll 0 0 #17a2b8;
  border-radius: 4px 0 0;
  color: #fff;
  min-height: 80px;
  padding: 10px; }

#consumerPortal .user-head .inbox-avatar {
  float: left;
  width: 65px; }

#consumerPortal .user-head .inbox-avatar img {
  border-radius: 4px; }

#consumerPortal .user-head .user-name {
  display: inline-block;
  margin: 0 0 0 10px; }

#consumerPortal .user-head .user-name h5 {
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 15px; }

#consumerPortal .user-head .user-name h5 a {
  color: #fff; }

#consumerPortal .user-head .user-name span a {
  color: #17a2b8;
  font-size: 12px; }

#consumerPortal a.mail-dropdown {
  background: none repeat scroll 0 0 #17a2b8;
  border-radius: 2px;
  color: #17a2b8;
  font-size: 10px;
  margin-top: 20px;
  padding: 3px 5px; }

#consumerPortal .inbox-body {
  padding: 20px; }

#consumerPortal .btn-compose {
  background: none repeat scroll 0 0 #d11e00;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  width: 100%; }

#consumerPortal .btn-compose:hover {
  background: none repeat scroll 0 0 #d11e00;
  color: #fff; }

#consumerPortal ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%; }

#consumerPortal .inbox-divider {
  border-bottom: none !important; }

#consumerPortal ul.inbox-nav li {
  display: inline-block;
  line-height: 36px;
  width: 100%; }

#consumerPortal ul.inbox-nav li a {
  color: #000;
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
  font-weight: 700; }

#consumerPortal ul.inbox-nav li a:hover, #consumerPortal ul.inbox-nav li.active a, #consumerPortal ul.inbox-nav li a:focus {
  background: #007bff;
  color: #fff !important; }

#consumerPortal ul.inbox-nav li a.active i {
  color: #fff; }

#consumerPortal ul.inbox-nav li a i {
  color: #000;
  font-size: 16px;
  padding-right: 15px; }

#consumerPortal ul.inbox-nav li a span.label {
  margin-top: 13px; }

#consumerPortal ul.labels-info li h4 {
  color: #6c757d;
  font-size: 0.8125rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  text-transform: uppercase; }

#consumerPortal ul.labels-info li {
  margin: 0; }

#consumerPortal ul.labels-info li a {
  border-radius: 0;
  color: #6c757d; }

#consumerPortal ul.labels-info li a:hover, #consumerPortal ul.labels-info li a:focus {
  background: none repeat scroll 0 0 #dddddd;
  color: #6c757d; }

#consumerPortal ul.labels-info li a i {
  padding-right: 10px; }

#consumerPortal .nav.nav-pills.nav-stacked.labels-info p {
  color: #adb5bd;
  font-size: 11px;
  margin-bottom: 0;
  padding: 0 22px; }

#consumerPortal .inbox-head {
  background: none repeat scroll 0 0 #adb5bd;
  border-radius: 0 4px 0 0;
  color: #fff;
  min-height: 80px;
  padding: 20px; }

#consumerPortal .inbox-head h3 {
  display: inline-block;
  font-weight: 300;
  margin: 0;
  padding-top: 6px; }

#consumerPortal .inbox-head .sr-input {
  border: medium none;
  border-radius: 4px 0 0 4px;
  color: #dddddd;
  float: left;
  height: 40px;
  padding: 0 10px; }

#consumerPortal .inbox-head .sr-btn {
  background: none repeat scroll 0 0 #20c997;
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  height: 40px;
  padding: 0 20px; }

#consumerPortal .table-inbox {
  border: 1px solid #989898;
  margin-bottom: 0; }

#consumerPortal .table-inbox tr td {
  padding: 8px !important; }

#consumerPortal .table-inbox tr td:hover {
  cursor: pointer; }

#consumerPortal .inbox-small-cells {
  text-align: center; }

#consumerPortal .table-inbox tr td .fa-star.inbox-started, #consumerPortal .table-inbox tr td .fa-star:hover {
  color: #fd7e14; }

#consumerPortal .table-inbox tr td .fa-star {
  color: #dddddd; }

#consumerPortal .table-inbox tr.unread td {
  background: none repeat scroll 0 0 #f5f5f5;
  font-weight: 600; }

#consumerPortal ul.inbox-pagination {
  float: right; }

#consumerPortal ul.inbox-pagination li {
  float: left; }

#consumerPortal .mail-option {
  display: inline-block;
  margin-bottom: 0px;
  width: 100%; }

#consumerPortal .mail-option .chk-all, #consumerPortal .mail-option .btn-group {
  margin-right: 5px; }

#consumerPortal .mail-option .chk-all, #consumerPortal .mail-option .btn-group a.btn {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #989898;
  border-radius: 3px !important;
  color: #000;
  display: inline-block;
  padding: 5px 10px; }

#consumerPortal .inbox-pagination a.np-btn {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #e9ecef;
  border-radius: 3px !important;
  color: #e9ecef;
  display: inline-block;
  padding: 5px 15px; }

#consumerPortal .mail-option .chk-all input[type="checkbox"] {
  margin-top: 0;
  position: relative;
  top: 5px; }

#consumerPortal .mail-option .btn-group a.all {
  border: medium none;
  padding: 0;
  height: 22px;
  line-height: 26px; }

#consumerPortal .inbox-pagination a.np-btn {
  margin-left: 5px; }

#consumerPortal .inbox-pagination li span {
  display: inline-block;
  margin-right: 5px;
  margin-top: 7px; }

#consumerPortal .fileinput-button {
  background: none repeat scroll 0 0 #e9ecef;
  border: 1px solid #989898; }

#consumerPortal .inbox-body .modal .modal-body input, #consumerPortal .inbox-body .modal .modal-body textarea {
  border: 1px solid #989898; }

#consumerPortal .btn-send, #consumerPortal .btn-send:hover {
  background: none repeat scroll 0 0 #17a2b8;
  color: #fff; }

#consumerPortal .btn-send:hover {
  background: none repeat scroll 0 0 #17a2b8; }

#consumerPortal .heading-inbox h4 {
  border-bottom: 1px solid #dddddd;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 10px; }

#consumerPortal .sender-info {
  margin-bottom: 20px; }

#consumerPortal #mail-mnu li a .badge {
  float: right; }

#consumerPortal .sender-info img {
  height: 30px;
  width: 30px; }

#consumerPortal .sender-dropdown {
  background: none repeat scroll 0 0 #e9ecef;
  color: #6c757d;
  font-size: 10px;
  padding: 0 3px; }

#consumerPortal .view-mail a {
  color: #d11e00; }

#consumerPortal .attachment-mail {
  margin-top: 30px; }

#consumerPortal .attachment-mail ul {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%; }

#consumerPortal .attachment-mail ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 150px; }

#consumerPortal .attachment-mail ul li img {
  width: 100%; }

#consumerPortal .attachment-mail ul li span {
  float: right; }

#consumerPortal .attachment-mail .file-name {
  float: left; }

#consumerPortal .attachment-mail .links {
  display: inline-block;
  width: 100%; }

#consumerPortal .fileinput-button {
  float: left;
  margin-right: 4px;
  position: relative; }

#consumerPortal .fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4); }

#consumerPortal .fileupload-buttonbar .btn, #consumerPortal .fileupload-buttonbar .toggle {
  margin-bottom: 5px; }

#consumerPortal .files .progress {
  width: 200px; }

#consumerPortal .fileupload-processing .fileupload-loading {
  display: block; }

#consumerPortal * html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0; }

#consumerPortal * + html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px; }

.small-header {
  font-size: 0.8125rem !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px; }

#cbr-files #thirtyDayGridPager_center table td {
  display: inline-flex; }

#cbr-files #metro2AllFiles {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #989898;
  list-style: outside none none;
  margin: 15px 0 0;
  max-height: 250px;
  padding: 20px;
  width: 400px; }

#cbr-files #metro2AllFiles li {
  cursor: pointer;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  text-decoration: underline; }

#cbr-files #metro2AllFiles li:hover {
  color: #0073e6; }

#returnFile .btn-file input[type=file] {
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

#returnFile .customUploader {
  height: 20%;
  line-height: 8;
  text-align: center;
  width: 100%; }

#returnFile span.consumerToggler {
  cursor: pointer; }

#returnFile .input-group-text.consumerToggler {
  z-index: 999;
  top: 0px;
  height: 34px; }

#returnFile .input-group-text.consumerToggler.scanFile {
  position: relative;
  top: 0px;
  height: 34px; }

#returnFile .searchBar.consumerToggler {
  padding-left: 145px !important;
  z-index: 99; }

#returnFile .letterDetails label {
  margin-bottom: 0px;
  font-weight: 700;
  padding: 3px; }

#returnFile .letterDetails td:first-child {
  background: #dddddd; }

#returnFile .letterDetails label {
  margin-bottom: 0px; }

/* ----------------------------------------------------- 
			3.7 Rate Setting
------------------------------------------------------ */
body #rate-setting table#worklistQueryTable .form-control {
  height: 25px; }

body #rate-setting table#worklistQueryTable .select2-container {
  padding: 0px;
  height: 23px;
  margin: 4px 5px !important; }

#rate-setting .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 700; }

#rate-setting .new-wf-filterName .select2-container--default .select2-selection--single {
  outline: none;
  height: 33px; }

body #rate-setting table#worklistQueryTable .select2-container .select2-selection--single {
  height: 17px; }

body #rate-setting table#worklistQueryTable .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 19px; }

body #rate-setting table#worklistQueryTable .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px; }

#rate-setting .priorityOrder {
  display: none; }

#rate-setting #gbox_worklistQueryTable .select2-choice {
  display: inline-block !important;
  width: calc(100% - 25px);
  height: 23px; }

#rate-setting #gbox_worklistQueryTable .select2-choice {
  display: inline-block !important;
  width: calc(100% - 25px); }

#rate-setting .minimisedBox {
  width: 100%;
  float: left;
  height: 80px;
  position: relative;
  opacity: 0.5;
  pointer-events: none; }

#rate-setting #overs table {
  margin-left: 240px !important;
  margin-right: 240px !important; }

#rate-setting .hideInterest {
  display: none; }

#rate-setting .sort-List {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%; }

#rate-setting #acontainer1 #suggesstion1 {
  width: 100% !important; }

#rate-setting #acontainer1 .awhite {
  right: 0px !important;
  left: 250px !important; }

#rate-setting .sort-List {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60%; }

#rate-setting .sort-List li {
  margin: 0;
  padding: 0px;
  /* padding-left: 0; */
  font-size: 1.4em;
  /* height: 65px; */
  float: left;
  margin-bottom: 0px;
  background: none; }

#rate-setting .sort-List li span {
  margin-left: -1.3em; }

#rate-setting .sort-List li .form-group {
  margin-bottom: 0 !important; }

#rate-setting .sort-List li {
  margin: 0;
  padding: 0px;
  /* padding-left: 0; */
  font-size: 1.4em;
  /* height: 65px; */
  float: left;
  margin-bottom: 0px;
  background: none; }

#rate-setting .sort-List li span {
  margin-left: -1.3em; }

#rate-setting .sort-List li .form-group {
  margin-bottom: 0 !important; }

#rate-setting #cloneClientInfo .suggestionBox {
  width: 100% !important; }

#rate-setting #suggesstion5 {
  width: 100% !important; }

/* ----------------------------------------------------- 
			3.7 Rule setup
------------------------------------------------------ */
#rule-setup .requiredField:after {
  right: -6px;
  top: -4px; }

#rule-setup .requiredField {
  margin-right: 25px; }

#rule-setup .disablehref {
  opacity: 0.7; }

#rule-setup #grdView tr td:first-child, #rule-setup #grdView tr th:first-child {
  width: 100px; }

/* ----------------------------------------------------- 
			4.0 CBR Files
------------------------------------------------------ */
/*-------------------------
	File manager
-------------------------*/
/*-------------------------
	Breadcrumps
-------------------------*/
.filemanager .breadcrumbs {
  color: #fff;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px; }

.filemanager .breadcrumbs a:link, .breadcrumbs a:visited {
  color: #fff;
  text-decoration: none; }

.filemanager .breadcrumbs a:hover {
  text-decoration: underline; }

.filemanager .breadcrumbs .arrow {
  color: #6c757d;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px; }

/*-------------------------
	Search box
-------------------------*/
.filemanager .search {
  padding-right: 30px;
  cursor: pointer;
  right: 0;
  font-size: 17px;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px; }

.filemanager .search:before {
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  height: 11px;
  margin-top: 17px;
  right: 8px;
  width: 10px; }

.filemanager .search:after {
  content: '';
  width: 3px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  top: 23px;
  right: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.filemanager .search input[type=search] {
  border-radius: 2px;
  color: #495057;
  background-color: #fff;
  width: 250px;
  height: 44px;
  margin-left: -215px;
  padding-left: 20px;
  text-decoration-color: #495057;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  display: none;
  outline: none;
  padding-right: 10px;
  -webkit-appearance: none; }

/*-------------------------
		Icons
-------------------------*/
.icon {
  font-size: 23px; }

.icon.folder {
  display: inline-block;
  margin: 1em;
  background-color: transparent;
  overflow: hidden; }

.icon.folder:before {
  content: '';
  float: left;
  background-color: #7ba1ad;
  width: 1.5em;
  height: 0.45em;
  margin-left: 0.07em;
  margin-bottom: -0.07em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-shadow: 1.25em 0.25em 0 0em #7ba1ad; }

.icon.folder:after {
  content: '';
  float: left;
  clear: left;
  background-color: #a0d4e4;
  width: 3em;
  height: 2.25em;
  border-radius: 0.1em; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #495057; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #495057;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #495057;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #495057; }

/*-------------------------
	Content area
-------------------------*/
.filemanager .data {
  z-index: -3; }

.filemanager .data.animated {
  -webkit-animation: showSlowlyElement 700ms;
  /* Chrome, Safari, Opera */
  animation: showSlowlyElement 700ms;
  /* Standard syntax */ }

.filemanager .data li {
  border-radius: 3px;
  width: 500px;
  height: 100px;
  list-style-type: none;
  margin: 10px;
  display: inline-block;
  position: relative;
  padding: 0.3em;
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s background-color; }

.filemanager .data li:hover {
  background-color: #337dcc; }

.filemanager .data li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.filemanager .data li .name {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  width: 300px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  top: 20px; }

.filemanager .data li .details {
  color: #e9ecef;
  font-size: 0.8125rem;
  font-weight: 400;
  width: 55px;
  height: 10px;
  top: 64px;
  white-space: nowrap;
  display: inline-block; }

.icon.file {
  width: 2.5em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  margin: 0.9em 1.2em 0.8em 1.3em;
  position: relative;
  overflow: hidden;
  box-shadow: 1.74em -2.1em 0 0 #adb5bd inset; }

.icon.file:after {
  content: '';
  position: absolute;
  z-index: -1;
  border-width: 0;
  border-bottom: 2.6em solid #e9ecef;
  border-right: 2.22em solid transparent;
  top: -34.5px;
  right: -4px; }

.filemanager .data li:hover .name {
  color: #fff; }

/*----------------------------
	4.1 CBR Global
-----------------------------*/
#deleterecordModal .modal-dialog {
  max-width: 800px !important; }

/*----------------------------
	The Header Icons
-----------------------------*/
.headerFilter {
  display: none; }

#navbarCollapse .navbar-nav li:first-child label, #navbarCollapse .navbar-nav li:last-child label {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.headerFilter + label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #989898);
  background-repeat: repeat-x;
  border: 1px solid #989898;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.files span:hover {
  text-decoration: none; }

.files span {
  color: #fff;
  font-size: 20px; }

.downloadFile, .uploadFile {
  bottom: 5%;
  float: right; }

.downloadFile {
  right: 0; }

.uploadFile {
  right: 10%; }

.headerFilter:checked + label {
  background-image: none;
  outline: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #dddddd; }

#cancellation-report .report-activeHeight {
  min-height: 100%;
  padding-top: 155px; }

#cancellation-report .float-label-control .select2-container {
  margin-top: 19px; }

.report-icon span.input-group-text {
  top: 0;
  right: 0;
  border-left: 1px solid #989898;
  border-radius: 0;
  height: 32px; }

#requestClient .daterangepicker .calendar-table th {
  border: 1px solid #989898; }

#requestClient span.placeholder {
  display: none; }

#requestClient .requestClient-ui-icon {
  width: 25px !important;
  height: 25px !important;
  position: relative;
  top: 3px; }

#requestClient .ui-jqgrid .ui-jqgrid-htable th div {
  overflow: hidden;
  position: relative;
  white-space: inherit !important;
  height: inherit !important;
  line-height: 18px; }

#requestClient .card-body .ui-jqgrid tr.ui-row-ltr td {
  white-space: inherit !important; }

#requestClient .ui-jqgrid .ui-jqgrid-htable th {
  height: inherit !important;
  white-space: inherit !important; }

#requestClient #viewCTDocFrame iframe {
  width: 100% !important; }

#requestClient .ui-icon-circlesmall-minus {
  background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: 1px;
  top: 2px; }

#requestClient .ui-icon-circlesmall-plus {
  background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: 1px;
  top: 2px; }

#requestClient .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed.sgexpanded span {
  background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: -5px;
  top: 2px; }

#requestClient .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed.sgcollapsed span {
  background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: -5px;
  top: 2px; }

#requestClient .tablediv {
  padding: 15px 35px !important; }

#requestClient .ui-jqgrid tr.jqgroup td {
  padding: 10px 15px; }

#requestClient .ui-jqgrid tr.jqgroup td input[type="checkbox"] {
  position: relative;
  top: 3px; }

#requestClient #v-pills-tab {
  margin-bottom: 150px; }

#requestClient .date-picker-wrapper {
  z-index: 999999999 !important; }

#requestClient .badgeCount .badge {
  margin: 2px 10px;
  font-size: 15px;
  padding: 5px 10px; }

#requestClient span.badgeCount {
  position: relative;
  top: -7px;
  margin: 0 10px;
  color: #fff;
  height: 18px;
  float: left; }

#requestClient span.clientId {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold; }

#requestClient .selectAllSubGrids {
  margin-left: 5px; }

#requestClient .excelHacs {
  color: #1bb220; }

#requestClient .clientIndication {
  margin-left: 50px !important; }

#requestClient .ms-drop {
  z-index: 9999999 !important; }

#requestClient .subgrid-cell .ui-icon {
  display: none; }

#requestClient .fa-Y:before {
  font-family: "arial";
  /* your font family here! */
  font-weight: 700;
  content: 'Y'; }

#requestClient .excelHacs {
  color: #28a745; }

#requestClient .clientIndication {
  margin-left: 50px !important; }

#requestClient .clientId {
  font-family: "arial";
  position: relative;
  top: 3px;
  font-weight: 700 !important; }

#requestClient .tablediv .card.border.border-primary {
  margin-bottom: 0rem;
  border: 1px solid #989898 !important; }

#requestClient .ui-jqgrid .ui-jqgrid-pager {
  width: 100% !important; }

#Tree3 {
  width: 100%;
  height: 100%;
  border: 1px solid #989898;
  padding: 5px 10px;
  background-color: #fff; }

/* Sales Commission Report */
#salescommission-report .hiddenCell {
  display: none; }

#salescommission-report .showsDiv {
  display: none; }

#salescommission-report .monthDiv, #salescommission-report .yearDiv {
  display: none; }

#salescommission-report .show-tbl {
  display: block !important; }

#creditReport #exceptionCodeDiv {
  padding-bottom: 100px; }

#creditReport #segmentsModal tr td {
  padding: 5px; }

#creditReport #segmentsModal tr td:first-child {
  width: 258px !important; }

#creditReport #creditReport .ui-jqgrid-htable th div {
  font-weight: 700 !important; }

#creditReport div#myTabContent-creditreport {
  max-height: 350px; }

#creditReport .eLinkCollector {
  pointer-events: 'auto'; }

/* Actuary  Report */
#actuaryReport .float-label-control .select2-container {
  margin-top: 19px; }

#actuaryReport table.dataTable {
  margin-top: 25px !important; }

#actuaryReport .card-btn-right {
  right: 185px !important;
  top: 3px; }

#actuaryReport .btn-sm, #actuaryReport .btn-group-sm > .btn, #actuaryReport .btn-group-sm > .btn {
  padding: 0.3rem !important;
  font-size: 11px !important;
  line-height: 0.5 !important;
  border-radius: 0.2rem !important;
  height: 24px !important; }

#activityReport .filterBoxFix {
  right: 185px !important;
  top: 3px !important; }

#activityReport table.dataTable {
  margin-top: 25px !important;
  width: 100% !important; }

#activityReport .filterBoxFix a {
  margin-right: 5px; }

#activityReport .float-label-control .select2-container {
  padding: 0px;
  margin-top: 19px;
  width: 100% !important; }

#activityReport .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 33px;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 0 !important;
  border: none !important; }

#activityReport .select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 0 !important;
  cursor: text;
  border: none !important; }

#activityReport .ms-choice {
  border: none !important; }

#activityReport .btn-sm, #activityReport .btn-group-sm > .btn, #activityReport .btn-group-sm > .btn {
  padding: 0.3rem !important;
  font-size: 11px !important;
  line-height: 0.5 !important;
  border-radius: 0.2rem !important;
  height: 24px !important; }

#activityReport .card-btn-right i {
  line-height: 14px; }

#canGrid .dateFix {
  padding-right: 25px !important; }

/*----------------------------
	 Letter Staging
-----------------------------*/
#letter-staging .letterFilter, #letter-staging .cancelledLetter {
  display: none; }

#letter-staging .progress-subTbl {
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 22%; }

#letter-staging .exp_remark {
  white-space: pre-wrap;
  word-wrap: break-word; }

#letter-staging .chk-textCenter {
  float: none;
  display: inline !important; }

#letter-staging .acontainer {
  position: relative; }

#letter-staging table.dataTable {
  width: 100% !important; }

#letter-staging .awhite .selected td {
  color: #fff !important;
  background-color: #007bff !important; }

#letter-staging #tbTransactionDetails_paginate {
  text-align: right; }

#letter-staging .hidden {
  display: none; }

#letter-staging .shown {
  display: table; }

#letter-staging #allocationDetailTable label {
  width: 100%;
  padding-right: 5px;
  text-align: right; }

#letter-staging .dataTables_length label {
  white-space: nowrap; }

#letter-staging .autocomplete-suggestion {
  background: #fff none repeat scroll 0 0;
  padding: 0 5px; }

#letter-staging .remarks {
  animation: blinker 1s linear infinite; }

#letter-staging .widget-box.table-grid .widget-content.widget-tble .table-responsive .ui-jqgrid {
  width: initial !important; }

#letter-staging #divrowed1 {
  width: 100%;
  float: left; }

#letter-staging .table-grid .widget-content .grey-table.payment-typetbl.table-responsive th {
  padding: 0px !important;
  background: #dddddd; }

#letter-staging .table-grid .widget-content .grey-table tr td {
  border: 1px solid #000 !important; }

#letter-staging .duplicateRow td {
  background-color: #ffedb3 !important; }

#letter-staging table.ui-jqgrid-ftable tr td {
  background-color: #989898 !important;
  padding: 6px !important; }

#letter-staging .cheque-outer tr td:first-child:hover {
  background: #fff !important; }

#letter-staging .fa-chevron-down, #letter-staging .fa-chevron-right {
  float: left;
  padding-top: 2px; }

#letter-staging .grey-box .form-inline .form-control.file-width {
  display: inline-block;
  width: 305px;
  border: 1px solid #e9ecef;
  height: 33px;
  margin-right: 0;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

#letter-staging .collapse-Div {
  display: inline-flex; }

#letter-staging .collapse-Div .fa {
  font-size: 21px;
  margin-right: 10px; }

#letter-staging .dropdown.vertical-ellipsisOuter ul.dropdown-menu {
  top: 35px;
  left: -189px;
  width: 200px;
  padding: 0px; }

#letter-staging .dropdown.vertical-ellipsisOuter ul.dropdown-menu li a {
  padding: 10px 20px;
  font-size: 0.8125rem;
  white-space: inherit; }

#letter-staging .LetterSubTblOuter {
  padding: 20px 15px; }

#letter-staging .close-tbl {
  margin: 5px;
  right: -3px;
  top: 0px; }

#letter-staging .payment-staging-tble .table-grid .widget-content .grey-table .LeterReq-subTbl tr td:first-child {
  text-align: left; }

#letter-staging .LetterSubTblOuter {
  position: relative;
  float: left;
  width: 100%; }

#letter-staging .notmatch {
  color: #d11e00; }

#letter-staging input.error {
  border: 1px solid #d11e00 !important; }

#letter-staging .acontainer .error ~ input {
  border: 1px solid #d11e00; }

#letter-staging .acontainer input {
  width: 140px; }

#letter-staging .collapse-Div select {
  width: 140px; }

#letter-staging .excludeAutoAllocation {
  background-color: yellow; }

#letter-staging #allocationtable > thead > tr > th {
  text-align: center;
  font-weight: 700; }

#letter-staging .innerPaymentDetails > thead > tr > th {
  text-align: center;
  font-weight: 700; }

#letter-staging .innerPaymentDetails tr td {
  padding: 2px 5px !important;
  vertical-align: middle !important;
  border-right: 1px solid #dddddd;
  background: #f5f5f5; }

#letter-staging .innerPaymentDetails tr td input {
  max-width: 90px;
  float: right;
  text-align: right; }

#letter-staging .parentValidate {
  max-width: 90px;
  float: right;
  text-align: right; }

#letter-staging .tdedit {
  text-align: center; }

#letter-staging .tdedit div {
  display: inline-flex;
  text-align: center; }

#letter-staging .tdedit div span {
  font-size: 18px;
  margin-right: 5px; }

#letter-staging #PaymentHistoryDiv .ui-jqgrid-htable {
  margin-left: 10px; }

#letter-staging .linkConsumer {
  text-decoration: underline;
  cursor: pointer; }

#letter-staging .SplPayInstructionBg {
  background: #e83e8c; }

#letter-staging .acc-widget-inner {
  float: left;
  padding: 20px 0;
  position: relative;
  text-align: left;
  width: 100%; }

#letter-staging .acc-widget-inner h4 {
  text-align: left; }

#letter-staging .acc-widget-inner label {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 10px; }

#letter-staging .viewcursor {
  text-decoration: unset !important; }

#letter-staging .activeRow {
  display: table-row !important; }

#letter-staging .activeRow td {
  display: none !important; }

#letter-staging .activeRow td:first-child {
  display: table-cell !important; }

#letter-staging .letterFilterRow {
  padding: 10px; }

#letter-staging .ms-drop {
  left: 0; }

#letter-staging .ui-jqgrid .ui-jqgrid-htable th {
  padding: 0px !important;
  height: 0px !important;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 32px; }

#letter-staging .ms-drop ul {
  padding: 0px; }

#letter-staging .ms-drop ul > li {
  padding: 0px 10px; }

#letter-staging .ui-jqgrid .ui-jqgrid-htable th {
  padding: 0px !important;
  height: 0px !important; }

#letter-staging tbody#tbTransactionCountBody td {
  text-align: right; }

/*----------------------------
	Account Staging
-----------------------------*/
#account-staging-view #CronGenMainDiv {
  float: left;
  position: relative;
  width: 100%; }

#account-staging-view .details-tab-ul li a {
  font-size: 12px !important;
  font-weight: 700; }

#account-staging-view .onoffswitch {
  position: relative;
  width: 120px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

#account-staging-view .red-txt {
  color: #d11e00 !important; }

#account-staging-view .onoffswitch-checkbox {
  display: none; }

#account-staging-view .onoffswitch-label {
  display: block;
  cursor: pointer;
  border: 2px solid #989898;
  border-radius: 20px;
  margin: 0px; }

#account-staging-view .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

#account-staging-view .onoffswitch-inner:before,
#account-staging-view .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  font-family: "arial";
  font-weight: 700;
  box-sizing: border-box; }

#account-staging-view .loadByBatch {
  cursor: pointer; }

#account-staging-view .onoffswitch-inner:before {
  content: "Client";
  background-color: #28a745;
  color: #fff;
  text-align: center; }

#account-staging-view .onoffswitch-inner:after {
  content: "File";
  background-color: #989898;
  color: #495057;
  text-align: center; }

#account-staging-view .onoffswitch-switch {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #989898;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  bottom: 0;
  display: block;
  height: 28px;
  top: 0;
  transition: all 0.3s ease-in 0s;
  width: 18px; }

#account-staging-view .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

#account-staging-view .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

#account-staging-view .jqgroup .fa {
  font-size: 20px;
  padding: 0 10px; }

/*----------------------------
	User Screen
-----------------------------*/
#view-roles .fixed-header {
  z-index: 999999; }

#view-roles .nav-link.disabled.active {
  opacity: 1; }

#pwdpolicy .nav-link.disabled.active {
  opacity: 1; }

/*----------------------------
 Password Policy Screen 
-----------------------------*/
a.pwdEditIcon.text-success:hover {
  text-decoration: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #989898; }

/*----------------------------
	Account History Report
-----------------------------*/
.accountHistoryRep .container-fluid.heightFix, .accountHistoryRep .heightFix.container-sm, .accountHistoryRep .heightFix.container-md, .accountHistoryRep .heightFix.container-lg, .accountHistoryRep .heightFix.container-xl {
  min-height: 650px; }

.accountHistoryRep .ms-drop ul {
  padding-top: 18px !important;
  padding: 0; }

fieldset.border.accHistoryRec {
  margin: 10px;
  background: #fff;
  padding: 15px 10px; }

#tblAHReportDetails .col-lg-4 span {
  font-weight: bold; }

/*----------------------------
	Return File
-----------------------------*/
span.input-group-text.consumerToggler.search-txt {
  top: 5px !important; }

#paymentReversal .date-picker-wrapper {
  z-index: 9999 !important; }

#paymentReversal .card-btn-right.gridData {
  display: flex; }

#paymentReversal #gridGroupinfHeader select {
  height: 28px;
  border: none; }

#paymentReversal #reverseSelectedPayments {
  min-width: 106px;
  height: 24px !important;
  border-radius: 0px !important; }

#paymentReversal input#srchRelatAll {
  margin-right: 10px; }

#paymentReversal #changeRevGroup {
  margin-right: 10px;
  position: relative;
  top: 1px; }

#paymentReversal #gridGroupinfHeader label {
  min-width: 59px;
  line-height: 28px; }

#paymentReversal .ui-icon-circlesmall-minus {
  background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: 1px;
  top: 2px; }

#paymentReversal .ui-icon-circlesmall-plus {
  background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: 1px;
  top: 2px; }

.notification-tbl.card-btn-right ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.notification-tbl.card-btn-right ul li {
  margin-right: 15px;
  margin-top: 8px; }

#groGraphic #txtStatusCode {
  text-transform: uppercase; }

#groGraphic .bg-blue-light {
  background-color: #e5f2ff !important; }

#groGraphic .bg-green-light {
  background-color: #deffe5  !important; }

#groGraphic .float-label-control .select2-container {
  top: 0px; }

#groGraphic .float-label-control .select2-container {
  position: relative !important;
  height: auto;
  min-height: 35px !important; }

body#cbrGlobal .ms-drop ul {
  padding-top: 19px !important;
  padding: 0; }

#consumerLinkStage #approveGrid tr.jqgrow td {
  white-space: initial !important; }

#consumerLinkStage i.fa.fa-exclamation-triangle {
  position: relative;
  top: 2px;
  margin-right: 5px; }

body#lookup .sysEditDropdwn2 {
  display: none; }

body#lookup body#lookup .card-btn-right input.form-control {
  height: 26px;
  border: 1px solid #989898;
  margin-top: 2px;
  max-width: 150px; }

/*----------------------------
	WORK LIST
-----------------------------*/
#worklist #worklistOuter .ui-jqgrid-htable th div {
  color: #000 !important; }

#worklist .select-colm-link {
  top: 5px; }

#worklist .ms-container {
  width: 100%;
  margin: 0px auto; }

#worklist #worklistConfigs {
  width: 78%;
  float: left;
  height: 30px;
  padding: 4px;
  border-radius: 0px;
  margin: 5px;
  border: none; }

#worklist .ui-th-column, #worklist .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  white-space: inherit !important; }

#worklist #colchooser_worklistQueueGrid {
  width: 570px !important;
  height: 345px !important;
  padding: 0px !important;
  z-index: 999; }

#worklist .ms-container .ms-list {
  height: 315px;
  border: 1px solid #989898; }

#worklist .ms-container .ms-selection li.ms-elem-selection {
  padding: 5px 10px; }

#worklist .multiselect {
  width: 550px !important;
  height: 300px !important; }

#worklist ul.submenu.unlock {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left; }

#worklist ul#accordion {
  float: left;
  width: 100%; }

#worklist .submenu {
  display: none;
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0; }

#worklist .ms-container .ms-selection li.ms-hover {
  background-color: #007bff !important; }

#worklist .ms-container .ms-list li {
  border-bottom: 1px solid #adadad;
  font-size: 13px; }

#worklist .custom-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px; }

/* Account Not Resolved */
#accountNotResolved .dataTables_wrapper .dataTables_length {
  right: 75px !important;
  top: -49px;
  display: flex;
  width: 127px;
  display: flex; }

#accountNotResolved div#accnotresolved_wrapper .col-md-6 {
  float: 100;
  flex: 0 0 100%;
  max-width: 100%; }

#accountNotResolved .dataTables_wrapper .dataTables_length select {
  width: 60px;
  padding: 0 10px; }

#accountNotResolved .dataTables_wrapper .dataTables_length label {
  display: flex; }

#accountNotResolved #accnotresolved_wrapper table {
  width: 100% !important; }

#accountNotResolved #accnotresolved_wrapper {
  overflow: auto; }

/* Top 10 Client  Disputes */
#topTenClientDispute table.dataTable {
  margin-top: 0px !important; }

#topTenClientDispute .datepicker {
  top: 63px !important; }

/* dispute by direct dispute  */
#accdisputebydirectdispute {
  width: 100% !important; }
  #accdisputebydirectdispute tr td {
    text-align: right !important; }
  #accdisputebydirectdispute tr td:first-child {
    text-align: left !important; }
  #accdisputebydirectdispute th {
    text-align: center; }
  #accdisputebydirectdispute th:nth-of-type(1) {
    width: 120px !important;
    min-width: 140px !important; }
  #accdisputebydirectdispute .dataTables_wrapper .dataTables_length {
    right: 103px !important;
    top: 5px;
    display: flex;
    width: 127px;
    display: flex;
    z-index: 99; }
  #accdisputebydirectdispute #accdisputebydirectdispute_wrapper {
    overflow: auto; }
  #accdisputebydirectdispute div#accnotresolved_wrapper .col-md-6 {
    float: 100;
    flex: 0 0 100%;
    max-width: 100%; }
  #accdisputebydirectdispute .dataTables_wrapper .dataTables_length select {
    width: 60px;
    padding: 0 10px; }
  #accdisputebydirectdispute .dataTables_wrapper .dataTables_length label {
    display: flex; }

/* Escalated Account Tracker */
#escalatedAccTracker #accdisputebyclient_length {
  display: none; }

#escalatedAccTracker .daterangepicker .calendar-table thead tr:first-child th {
  background: #fff;
  border: none; }

#escalatedAccTracker .daterangepicker .calendar-table th {
  background: #ddd;
  text-transform: uppercase;
  border: 1px solid #989898; }

#escalatedAccTracker .daterangepicker .ranges li:hover {
  background-color: #007bff;
  color: #fff; }

#escalatedAccTracker .daterangepicker .ranges li.active {
  background-color: #007bff !important; }

#escalatedAccTracker .daterangepicker td.active, #escalatedAccTracker .daterangepicker td.active:hover {
  background-color: #007bff !important;
  border-radius: 0px !important;
  color: #fff !important; }

#collector-dispute #accountcountbycollector_wrapper {
  overflow: auto; }

#collector-dispute #accountcountbycollector tr td {
  text-align: right !important; }

#collector-dispute #accountcountbycollector tr td:first-child {
  text-align: left !important; }

#collector-dispute #accountcountbycollector {
  width: 100% !important; }

#collector-dispute #accountcountbycollector th {
  text-align: center; }

#collector-dispute #accountcountbycollector th:nth-of-type(2) {
  width: 80px !important; }

#collector-dispute #accountcountbycollector th:nth-of-type(1) {
  width: 120px !important;
  min-width: 140px !important; }

#collector-dispute .dataTables_wrapper .dataTables_length {
  right: 103px !important;
  top: 5px;
  display: flex;
  width: 127px;
  display: flex;
  z-index: 99; }

#collector-dispute div#accnotresolved_wrapper .col-md-6 {
  float: 100;
  flex: 0 0 100%;
  max-width: 100%; }

#collector-dispute .dataTables_wrapper .dataTables_length select {
  width: 60px;
  padding: 0 10px; }

#collector-dispute .dataTables_wrapper .dataTables_length label {
  display: flex; }

/* Compalint by complaint type */
#complaintbytype div#acccomplaintbycomplainttype_wrapper {
  overflow: auto; }

#complaintbytype #acccomplaintbycomplainttype tr td {
  text-align: right !important; }

#complaintbytype #acccomplaintbycomplainttype tr td:first-child {
  text-align: left !important; }

#complaintbytype div#acccomplaintbycomplainttype_wrapper .col-sm-12.col-md-6 {
  flex: 0 0 100%;
  max-width: 100%; }

#complaintbytype #acccomplaintbycomplainttype {
  width: 100% !important; }

#complaintbytype .max-height50 {
  overflow: auto;
  max-height: 50vh; }

#complaintbytype .dataTables_wrapper .dataTables_length {
  right: 103px !important;
  top: -48px;
  display: flex;
  width: 127px;
  display: flex;
  z-index: 99; }

#complaintbytype div#accnotresolved_wrapper .col-md-6 {
  float: 100;
  flex: 0 0 100%;
  max-width: 100%; }

#complaintbytype .dataTables_wrapper .dataTables_length select {
  width: 60px;
  padding: 0 10px; }

#complaintbytype .dataTables_wrapper .dataTables_length label {
  display: flex; }

#letter-staging .exp_remark {
  white-space: pre-wrap;
  word-wrap: break-word; }

#letter-staging .dril-dwnArrow {
  color: #167BBF;
  text-align: center;
  /* text-decoration: underline; */
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  line-height: 24px; }

#letter-staging .acontainer {
  position: relative; }

#letter-staging table.dataTable {
  width: 100% !important; }

#letter-staging .awhite .selected td {
  color: #fff !important;
  background-color: #0097cf !important; }

#letter-staging #tbTransactionDetails_paginate {
  text-align: right; }

#letter-staging .hidden {
  display: none; }

#letter-staging .shown {
  display: table; }

#letter-staging #allocationDetailTable label {
  width: 100%;
  padding-right: 5px;
  text-align: right; }

#letter-staging .dataTables_length label {
  white-space: nowrap; }

#letter-staging .autocomplete-suggestion {
  background: #fff none repeat scroll 0 0;
  padding: 0 5px; }

#letter-staging .remarks {
  animation: blinker 1s linear infinite; }

#letter-staging .widget-box.table-grid .widget-content.widget-tble .table-responsive .ui-jqgrid {
  width: initial !important; }

#letter-staging #divrowed1 {
  width: 100%;
  float: left; }

#letter-staging .table-grid .widget-content .grey-table.payment-typetbl.table-responsive th {
  padding: 0px !important;
  background: #d4d4d4; }

#letter-staging .table-grid .widget-content .grey-table tr td {
  border: 1px solid #000 !important; }

#letter-staging .duplicateRow td {
  background-color: #fdca2e !important; }

#letter-staging table.ui-jqgrid-ftable tr td {
  background-color: #ccc !important;
  padding: 6px !important; }

#letter-staging .cheque-outer tr td:first-child:hover {
  background: #fff !important; }

#letter-staging .fa-chevron-down, #letter-staging .fa-chevron-right {
  float: left;
  padding-top: 2px; }

#letter-staging .grey-box .form-inline .form-control.file-width {
  display: inline-block;
  width: 305px;
  border: 1px solid #afafaf;
  height: 33px;
  margin-right: 0;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

#letter-staging .collapse-Div {
  display: inline-flex; }

#letter-staging .collapse-Div .fa {
  font-size: 21px;
  margin-right: 10px; }

#letter-staging .ui-jqgrid-bdiv {
  overflow-x: hidden !important; }

#letter-staging .dropdown.vertical-ellipsisOuter ul.dropdown-menu {
  position: absolute;
  top: 35px;
  left: -189px;
  width: 200px;
  padding: 0px; }

#letter-staging .dropdown.vertical-ellipsisOuter ul.dropdown-menu li a {
  padding: 10px 20px;
  font-size: 13px;
  white-space: inherit; }

#letter-staging .LetterSubTblOuter {
  padding: 20px 15px; }

#letter-staging .close-tbl {
  margin: 5px;
  position: absolute;
  right: -3px;
  top: 0px; }

#letter-staging .payment-staging-tble .table-grid .widget-content .grey-table .LeterReq-subTbl tr td:first-child {
  text-align: left; }

#letter-staging .LetterSubTblOuter {
  position: relative;
  float: left;
  width: 100%; }

#letter-staging .notmatch {
  color: red; }

#letter-staging input.error {
  border: 1px solid red !important; }

#letter-staging .acontainer .error ~ input {
  border: 1px solid red; }

#letter-staging .acontainer input {
  width: 140px; }

#letter-staging .collapse-Div select {
  width: 140px; }

#letter-staging .excludeAutoAllocation {
  background-color: yellow; }

#letter-staging .parentValidate {
  max-width: 90px;
  float: right;
  text-align: right; }

#letter-staging #PaymentHistoryDiv .ui-jqgrid-htable {
  margin-left: 10px; }

#letter-staging .linkConsumer {
  text-decoration: underline;
  cursor: pointer; }

#letter-staging table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: none !important; }

#letter-staging .SplPayInstructionBg {
  background: #f9c5ca; }

#letter-staging .acc-widget-inner {
  float: left;
  padding: 20px 0;
  position: relative;
  text-align: left;
  width: 100%; }

#letter-staging .acc-widget-inner h4 {
  text-align: left; }

#letter-staging .acc-widget-inner label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px; }

#letter-staging .viewcursor {
  text-decoration: unset !important; }

#letter-staging .activeRow {
  display: table-row !important; }

#letter-staging .activeRow td {
  display: none !important; }

#letter-staging .activeRow td:first-child {
  display: table-cell !important; }

#letter-staging .letterFilterRow {
  padding: 10px; }

#letter-staging .letterFilter {
  display: none; }

#letter-staging .cancelledLetter {
  display: none; }

#letter-staging .progress-subTbl {
  padding-left: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 22%; }

#letter-staging .subtable tr td {
  width: 33.33%; }

#letter-staging .subtable .text-left {
  word-break: break-all !important; }

#letter-staging .wrk-serchtble {
  width: 400px; }

/* Login Screen */
#login #divComakerSearch .suggestionBox {
  float: left;
  margin-right: 5%; }

#login #divComakerSearch .btn-success {
  margin-top: 10px; }

#login {
  width: 100%;
  min-height: 100vh;
  padding: 0px;
  margin: 0px auto; }

#login .login-outer {
  max-width: 680px; }

#login .img-holder .bg {
  opacity: 1; }

#login .img-holder {
  background-color: #0071ea;
  max-height: 100%;
  overflow: hidden; }

#login .float-label-control label {
  font-size: 13px;
  color: #333; }

#login .img-holder .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/img1.jpg); */
  background: url(../../assets/img/img3.png);
  background-size: cover;
  background-position: center;
  z-index: 0; }

#login .form-group.float-label-control .form-control {
  box-shadow: none !important;
  font-size: 16px !important; }

#login canvas {
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

#login .logPanel, #login .passReset, #login .forgotPas {
  padding: 25px;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100%;
  position: relative; }

#login .form-group {
  margin-bottom: 2.5rem !important; }

#login .login-form {
  background: #ffffff;
  min-width: 350px; }

#login .form-control {
  height: 54px !important;
  border-radius: 5px !important; }

#login img.responsive {
  max-width: 100%;
  z-index: 999;
  position: relative;
  margin-left: 50px; }

#login #login-form-section {
  margin-top: 50px; }

#login .sign-in-btn {
  height: 52px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

#login h1.wel-txt {
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  margin-left: 30px; }

#login .carousel-inner {
  overflow: inherit; }

#login .carousel-caption h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold; }

#login div#demo {
  position: fixed;
  bottom: 40px !important;
  width: 50%;
  left: 0px; }

#login .carousel-control-prev, .carousel-control-next {
  display: none; }

#login .slide-outer {
  margin-top: 150px; }

#login .copyright {
  z-index: 99;
  position: fixed;
  right: 10px;
  bottom: 10px; }

#login span.version-txt {
  margin-top: 3px;
  width: 100%;
  float: left;
  font-size: 11px;
  color: #6c757d; }

#login .round-tringle-square-animation {
  position: relative;
  width: auto;
  height: 100%;
  z-index: 0;
  bottom: 70%; }

#login .round-tringle-square-animation .bg_circle1 {
  width: 20px;
  height: 20px;
  border: 3px solid #fe8f8f;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear; }

#login .round-tringle-square-animation .bg_circle4 {
  width: 12px;
  height: 12px;
  opacity: 0.7;
  background: #fe8f8f;
  border-radius: 50%;
  position: absolute;
  top: 8%;
  right: 12%;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear; }

#login .round-tringle-square-animation .bg_circle2 {
  width: 7px;
  height: 7px;
  background: #d5eeff;
  border-radius: 50%;
  position: absolute;
  top: calc(36% - 16px);
  left: 25%;
  -webkit-animation: animationFramesTwo 13s infinite linear;
  animation: animationFramesTwo 13s infinite linear; }

#login .round-tringle-square-animation .bg_circle3 {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fe8f8f;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear; }

#login .round-tringle-square-animation .cross {
  background: #fecf8b;
  height: 15px;
  position: relative;
  left: 50px;
  width: 2px;
  top: 15%;
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear; }

#login .round-tringle-square-animation .cross:after {
  background: #fecf8b;
  content: "";
  height: 2px;
  left: -6px;
  position: absolute;
  top: 7px;
  width: 15px;
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear; }

#login .round-tringle-square-animation .cross1 {
  background: #fecf8b;
  height: 15px;
  position: relative;
  left: 83%;
  width: 2px;
  bottom: -40%;
  -webkit-animation: rotatedTwo 20s infinite linear;
  animation: rotatedTwo 20s infinite linear; }

#login .round-tringle-square-animation .cross1:after {
  background: #fecf8b;
  content: "";
  height: 2px;
  left: -6px;
  position: absolute;
  top: 7px;
  width: 15px;
  -webkit-animation: rotatedTwo 20s infinite linear;
  animation: rotatedTwo 20s infinite linear; }

#login .round-tringle-square-animation .cross2 {
  background: #fecf8b;
  height: 15px;
  position: relative;
  left: 17%;
  width: 2px;
  bottom: -70%;
  -webkit-animation: rotatedTwo1 20s infinite linear;
  animation: rotatedTwo1 20s infinite linear; }

#login .round-tringle-square-animation .cross2:after {
  background: #fecf8b;
  content: "";
  height: 2px;
  left: -6px;
  position: absolute;
  top: 7px;
  width: 15px;
  -webkit-animation: rotatedTwo1 20s infinite linear;
  animation: rotatedTwo1 20s infinite linear; }

#login .round-tringle-square-animation .square1 {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  position: absolute;
  right: 95%;
  top: 28%;
  -webkit-animation: animationFramesTwo 15s infinite linear;
  animation: animationFramesTwo 15s infinite linear; }

#login .round-tringle-square-animation .square2 {
  width: 8px;
  height: 8px;
  border: 1px solid white;
  position: absolute;
  right: 0;
  left: 70%;
  top: 30%;
  -webkit-animation: animationFramesTwo 15s infinite linear;
  animation: animationFramesTwo 15s infinite linear; }

#login .round-tringle-square-animation .square {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  position: absolute;
  right: 0;
  left: 90%;
  top: 70%;
  -webkit-animation: animationFramesTwo 15s infinite linear;
  animation: animationFramesTwo 15s infinite linear; }

#login .svg_img2 {
  position: absolute;
  left: -340px;
  top: 15px;
  opacity: 0.5;
  -webkit-animation: rotatedTwo 15s alternate infinite linear;
  animation: rotatedTwo 15s alternate infinite linear; }

#login .svg_img2:before {
  position: absolute;
  top: 50%;
  left: calc(75% + 4px);
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #fd99ac;
  border-radius: 50%; }

#login .svg_img1 {
  position: absolute;
  right: -356px;
  top: 140px;
  opacity: 0.5;
  -webkit-animation: rotatedTwo 15s alternate infinite linear;
  animation: rotatedTwo 15s alternate infinite linear; }

#login .svg_img1:before {
  position: absolute;
  top: 50%;
  left: calc(20% + 4px);
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #fecf8b;
  border-radius: 50%; }

#login .creative-demo-section .creative-demo-content .couting h2 {
  margin-bottom: 20px;
  color: #2c91fb;
  font-weight: 800;
  letter-spacing: 1.2px;
  display: inline-block;
  padding-left: 25px; }

#login .round_circle1_bg_sky .couting {
  position: relative;
  display: inline-block; }

#login .round_circle1_bg_sky .couting:before {
  width: 35px;
  height: 35px;
  content: "";
  border: 6px solid #feb64d;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 4%;
  -webkit-box-shadow: -8px 5px 25px #c5a370;
  box-shadow: -8px 5px 25px #c5a370;
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite; }

#login .round_circle1_bg_sky .couting h2 {
  position: relative; }

#login .round_circle1_bg_sky .couting h2:before {
  width: 50px;
  height: 50px;
  content: "";
  border: 10px solid #fb6280;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -50px;
  -webkit-box-shadow: -8px 5px 25px #ce8c99;
  box-shadow: -8px 5px 25px #ce8c99;
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite; }

#login .round_circle1_bg_sky .couting h2:after {
  width: 30px;
  height: 30px;
  content: "";
  border: 6px solid #38b3f3;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: -30px;
  -webkit-box-shadow: -8px 5px 25px #6da6e4;
  box-shadow: -8px 5px 25px #6da6e4;
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite; }

#login .creative-demo-content h1 {
  color: #fb6280;
  font-weight: 700;
  font-size: 50px;
  margin: 0; }

#login .creative-demo-content .couting {
  position: relative;
  display: inline-block; }

#login .creative-demo-content .couting:before {
  width: 35px;
  height: 35px;
  content: "";
  border: 6px solid #feb64d;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 4%;
  -webkit-box-shadow: -8px 5px 10px #ffebce;
  box-shadow: -8px 5px 10px #ffebce;
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite; }

#login .creative-demo-content h2 {
  position: relative; }

#login .creative-demo-content h2:before {
  width: 50px;
  height: 50px;
  content: "";
  border: 10px solid #fb6280;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -50px;
  -webkit-box-shadow: -8px 5px 10px #fbdde3;
  box-shadow: -8px 5px 10px #fbdde3;
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite; }

#login .creative-demo-content h2:after {
  width: 30px;
  height: 30px;
  content: "";
  border: 6px solid #2b8ff4;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: -30px;
  -webkit-box-shadow: -8px 5px 10px #d8e9fb;
  box-shadow: -8px 5px 10px #d8e9fb;
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite; }

@media (max-width: 768px) {
  #login .img-holder {
    display: none; }
  #login .form-control {
    height: 36px !important; }
  #login .sign-in-btn {
    height: 40px; } }

@media (max-width: 998px) {
  #login h1.wel-txt {
    font-size: 18px; }
  .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%; }
  #login .carousel-caption h3 {
    font-size: 16px; } }

@media (max-width: 1600px) {
  #login img.responsive {
    max-width: 75%; } }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(141px, -1px) rotate(36deg) scale(0.9);
    transform: translate(141px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(251px, 140px) rotate(72deg) scale(1);
    transform: translate(251px, 140px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(141px, 250px) rotate(108deg) scale(1.2);
    transform: translate(141px, 250px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 100px) rotate(144deg) scale(1.1);
    transform: translate(-40px, 100px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }

@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotatedTwo1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes rotatedTwo1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

#trsutProcess .ms-parent.form-control {
  width: 100% !important; }

#trsutProcess .alert p {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center; }

#trsutProcess .card-label {
  width: 135px;
  margin-bottom: 0px;
  padding-top: 7px;
  margin-right: 10px; }

#printAll {
  min-width: 65px;
  padding: 0.25rem 0.5rem !important;
  height: 22px !important;
  margin-top: 5px;
  margin-right: 5px;
  border: none; }

#addTransaction {
  min-width: 132px; }

#corpReport {
  margin-left: 10px; }

#trsutProcess .datepicker-dropdown {
  top: 60px !important; }

#trsutProcess .ui-jqgrid .ui-jqgrid-htable th {
  white-space: inherit !important;
  height: inherit !important; }

#trsutProcess .ui-jqgrid .ui-jqgrid-htable th div {
  white-space: inherit !important;
  height: inherit !important;
  line-height: 18px !important;
  text-align: center;
  padding: 5px !important; }

input#srchRelatAll2 {
  max-width: 200px; }

#trsutProcess .FilterCheckDiv .ms-parent {
  min-width: 186px;
  margin: 0px 5px;
  height: 32px !important; }

#trsutProcess .ui-icon-circlesmall-minus {
  background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: 1px;
  top: 2px; }

#trsutProcess .ui-icon-circlesmall-plus {
  background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: 1px;
  top: 2px; }

#trsutProcess .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed.sgexpanded span {
  background: url(../../../images/circle-minus-e040e22c961669d13a1d73bc692a97a4.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: -5px;
  top: 2px; }

#trsutProcess .ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed.sgcollapsed span {
  background: url(../../../images/circle-plus-3b04e088056bcadb632e15be372d4c42.png) !important;
  width: 25px;
  height: 25px !important;
  position: relative;
  left: -5px;
  top: 2px; }

/*----------------------------
	Media Queries
-----------------------------*/
@media (max-width: 1024px) {
  #bsaHolder, footer {
    display: none; } }

@media (max-width: 1380px) {
  table.rolelist-Details th, table.rolelist-Details td {
    padding: 2px 5px !important; } }

@media (max-width: 767px) {
  .files .btn span {
    display: none; }
  .files .preview * {
    width: 40px; }
  .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word; }
  .files .progress {
    width: 20px; }
  .files .delete {
    width: 60px; } }
