@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

.default .right-arrow {
  color: #039BE5; }
  .default .right-arrow:after {
    color: #039BE5; }

.default .gx-btn-primary {
  background-color: #039BE5;
  color: #fff; }
  .default .gx-btn-primary:hover, .default .gx-btn-primary:focus {
    background-color: #3849a2;
    color: #fff; }

.default .gx-btn-red {
  background-color: #F44336;
  color: #fff; }
  .default .gx-btn-red:hover, .default .gx-btn-red:focus {
    background-color: #f32c1e;
    color: #fff; }

.default .gx-btn-pink {
  background-color: #e91e63;
  color: #fff; }
  .default .gx-btn-pink:hover, .default .gx-btn-pink:focus {
    background-color: #d81558;
    color: #fff; }

.default .gx-btn-purple {
  background-color: #9C27B0;
  color: #fff; }
  .default .gx-btn-purple:hover, .default .gx-btn-purple:focus {
    background-color: #89229b;
    color: #fff; }

.default .gx-btn-deep-purple {
  background-color: #673ab7;
  color: #fff; }
  .default .gx-btn-deep-purple:hover, .default .gx-btn-deep-purple:focus {
    background-color: #5c34a4;
    color: #fff; }

.default .gx-btn-indigo {
  background-color: #039BE5;
  color: #fff; }
  .default .gx-btn-indigo:hover, .default .gx-btn-indigo:focus {
    background-color: #3849a2;
    color: #fff; }

.default .gx-btn-blue {
  background-color: #2196F3;
  color: #fff; }
  .default .gx-btn-blue:hover, .default .gx-btn-blue:focus {
    background-color: #0d8aee;
    color: #fff; }

.default .gx-btn-light-blue {
  background-color: #03a9f4;
  color: #fff; }
  .default .gx-btn-light-blue:hover, .default .gx-btn-light-blue:focus {
    background-color: #0398db;
    color: #fff; }

.default .gx-btn-cyan {
  background-color: #00bcd4;
  color: #fff; }
  .default .gx-btn-cyan:hover, .default .gx-btn-cyan:focus {
    background-color: #00a5bb;
    color: #fff; }

.default .gx-btn-teal {
  background-color: #009688;
  color: #fff; }
  .default .gx-btn-teal:hover, .default .gx-btn-teal:focus {
    background-color: #007d71;
    color: #fff; }

.default .gx-btn-green {
  background-color: #4CAF50;
  color: #fff; }
  .default .gx-btn-green:hover, .default .gx-btn-green:focus {
    background-color: #449d48;
    color: #fff; }

.default .gx-btn-light-green {
  background-color: #8bc34a;
  color: #fff; }
  .default .gx-btn-light-green:hover, .default .gx-btn-light-green:focus {
    background-color: #7eb73d;
    color: #fff; }

.default .gx-btn-lime {
  background-color: #cddc39;
  color: #fff; }
  .default .gx-btn-lime:hover, .default .gx-btn-lime:focus {
    background-color: #c6d626;
    color: #fff; }

.default .gx-btn-yellow {
  background-color: #ffeb3b;
  color: #fff; }
  .default .gx-btn-yellow:hover, .default .gx-btn-yellow:focus {
    background-color: #ffe822;
    color: #fff; }

.default .gx-btn-amber {
  background-color: #ffc107;
  color: #fff; }
  .default .gx-btn-amber:hover, .default .gx-btn-amber:focus {
    background-color: #edb100;
    color: #fff; }

.default .gx-btn-orange {
  background-color: #ff9800;
  color: #fff; }
  .default .gx-btn-orange:hover, .default .gx-btn-orange:focus {
    background-color: #e68900;
    color: #fff; }

.default .gx-btn-deep-orange {
  background-color: #ff5722;
  color: #fff; }
  .default .gx-btn-deep-orange:hover, .default .gx-btn-deep-orange:focus {
    background-color: #ff4409;
    color: #fff; }

.default .gx-btn-brown {
  background-color: #795548;
  color: #fff; }
  .default .gx-btn-brown:hover, .default .gx-btn-brown:focus {
    background-color: #694a3e;
    color: #fff; }

.default .gx-btn-blue-grey {
  background-color: #607d8b;
  color: #fff; }
  .default .gx-btn-blue-grey:hover, .default .gx-btn-blue-grey:focus {
    background-color: #566f7c;
    color: #fff; }

.default .gx-btn-grey {
  background-color: #9e9e9e;
  color: #fff; }
  .default .gx-btn-grey:hover, .default .gx-btn-grey:focus {
    background-color: #919191;
    color: #fff; }

.default .btn-primary {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-primary:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
  .default .btn-primary:focus, .default .btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }
  .default .btn-primary.disabled, .default .btn-primary:disabled {
    background-color: #9E9E9E;
    border-color: #9E9E9E; }
  .default .btn-primary:not([disabled]):not(.disabled):active, .default .btn-primary:not([disabled]):not(.disabled).active, .show > .default .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
    .default .btn-primary:not([disabled]):not(.disabled):active:focus, .default .btn-primary:not([disabled]):not(.disabled).active:focus, .show > .default .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }

.default .btn-secondary {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-secondary:hover {
    color: #fff;
    background-color: #3849a2;
    border-color: #3849a2; }
  .default .btn-secondary:focus, .default .btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }
  .default .btn-secondary.disabled, .default .btn-secondary:disabled {
    background-color: #039BE5;
    border-color: #039BE5; }
  .default .btn-secondary:not([disabled]):not(.disabled):active, .default .btn-secondary:not([disabled]):not(.disabled).active, .show > .default .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3849a2;
    border-color: #3849a2; }
    .default .btn-secondary:not([disabled]):not(.disabled):active:focus, .default .btn-secondary:not([disabled]):not(.disabled).active:focus, .show > .default .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }

.default .btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-success:hover {
    color: #fff;
    background-color: #409444;
    border-color: #3d8b40; }
  .default .btn-success:focus, .default .btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }
  .default .btn-success.disabled, .default .btn-success:disabled {
    background-color: #4caf50;
    border-color: #4caf50; }
  .default .btn-success:not([disabled]):not(.disabled):active, .default .btn-success:not([disabled]):not(.disabled).active, .show > .default .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39833c; }
    .default .btn-success:not([disabled]):not(.disabled):active:focus, .default .btn-success:not([disabled]):not(.disabled).active:focus, .show > .default .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }

.default .btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-info:hover {
    color: #fff;
    background-color: #009aae;
    border-color: #008fa1; }
  .default .btn-info:focus, .default .btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }
  .default .btn-info.disabled, .default .btn-info:disabled {
    background-color: #00bcd4;
    border-color: #00bcd4; }
  .default .btn-info:not([disabled]):not(.disabled):active, .default .btn-info:not([disabled]):not(.disabled).active, .show > .default .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #008fa1;
    border-color: #008394; }
    .default .btn-info:not([disabled]):not(.disabled):active:focus, .default .btn-info:not([disabled]):not(.disabled).active:focus, .show > .default .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }

.default .btn-warning {
  color: #212529;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-warning:hover {
    color: #fff;
    background-color: #d98100;
    border-color: #cc7a00; }
  .default .btn-warning:focus, .default .btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .default .btn-warning.disabled, .default .btn-warning:disabled {
    background-color: #ff9800;
    border-color: #ff9800; }
  .default .btn-warning:not([disabled]):not(.disabled):active, .default .btn-warning:not([disabled]):not(.disabled).active, .show > .default .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7200; }
    .default .btn-warning:not([disabled]):not(.disabled):active:focus, .default .btn-warning:not([disabled]):not(.disabled).active:focus, .show > .default .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.default .btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-danger:hover {
    color: #fff;
    background-color: #f22112;
    border-color: #ea1c0d; }
  .default .btn-danger:focus, .default .btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
  .default .btn-danger.disabled, .default .btn-danger:disabled {
    background-color: #f44336;
    border-color: #f44336; }
  .default .btn-danger:not([disabled]):not(.disabled):active, .default .btn-danger:not([disabled]):not(.disabled).active, .show > .default .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #de1b0c; }
    .default .btn-danger:not([disabled]):not(.disabled):active:focus, .default .btn-danger:not([disabled]):not(.disabled).active:focus, .show > .default .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.default .btn-light {
  color: #212529;
  background-color: #e8eaf6;
  border-color: #e8eaf6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-light:hover {
    color: #212529;
    background-color: #cdd1eb;
    border-color: #c3c9e8; }
  .default .btn-light:focus, .default .btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }
  .default .btn-light.disabled, .default .btn-light:disabled {
    background-color: #e8eaf6;
    border-color: #e8eaf6; }
  .default .btn-light:not([disabled]):not(.disabled):active, .default .btn-light:not([disabled]):not(.disabled).active, .show > .default .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #c3c9e8;
    border-color: #bac0e4; }
    .default .btn-light:not([disabled]):not(.disabled):active:focus, .default .btn-light:not([disabled]):not(.disabled).active:focus, .show > .default .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }

.default .btn-default {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default .btn-default:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .default .btn-default:focus, .default .btn-default.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .default .btn-default.disabled, .default .btn-default:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .default .btn-default:not([disabled]):not(.disabled):active, .default .btn-default:not([disabled]):not(.disabled).active, .show > .default .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .default .btn-default:not([disabled]):not(.disabled):active:focus, .default .btn-default:not([disabled]):not(.disabled).active:focus, .show > .default .btn-default.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.default a.btn-primary {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-primary:hover {
    color: #fff;
    background-color: #354499;
    border-color: #32408f; }
  .default a.btn-primary:focus, .default a.btn-primary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }
  .default a.btn-primary.disabled, .default a.btn-primary:disabled {
    background-color: #039BE5;
    border-color: #039BE5; }
  .default a.btn-primary:not([disabled]):not(.disabled):active, .default a.btn-primary:not([disabled]):not(.disabled).active, .show > .default a.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #32408f;
    border-color: #2f3c86; }
    .default a.btn-primary:not([disabled]):not(.disabled):active:focus, .default a.btn-primary:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }

.default a.btn-secondary {
  color: #fff;
  background-color: #039BE5;
  border-color: #039BE5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-secondary:hover {
    color: #fff;
    background-color: #3849a2;
    border-color: #3849a2; }
  .default a.btn-secondary:focus, .default a.btn-secondary.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }
  .default a.btn-secondary.disabled, .default a.btn-secondary:disabled {
    background-color: #039BE5;
    border-color: #039BE5; }
  .default a.btn-secondary:not([disabled]):not(.disabled):active, .default a.btn-secondary:not([disabled]):not(.disabled).active, .show > .default a.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c1134e;
    border-color: #b61249; }
    .default a.btn-secondary:not([disabled]):not(.disabled):active:focus, .default a.btn-secondary:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }

.default a.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-success:hover {
    color: #fff;
    background-color: #409444;
    border-color: #3d8b40; }
  .default a.btn-success:focus, .default a.btn-success.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }
  .default a.btn-success.disabled, .default a.btn-success:disabled {
    background-color: #4caf50;
    border-color: #4caf50; }
  .default a.btn-success:not([disabled]):not(.disabled):active, .default a.btn-success:not([disabled]):not(.disabled).active, .show > .default a.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39833c; }
    .default a.btn-success:not([disabled]):not(.disabled):active:focus, .default a.btn-success:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }

.default a.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-info:hover {
    color: #fff;
    background-color: #009aae;
    border-color: #008fa1; }
  .default a.btn-info:focus, .default a.btn-info.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }
  .default a.btn-info.disabled, .default a.btn-info:disabled {
    background-color: #00bcd4;
    border-color: #00bcd4; }
  .default a.btn-info:not([disabled]):not(.disabled):active, .default a.btn-info:not([disabled]):not(.disabled).active, .show > .default a.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #008fa1;
    border-color: #008394; }
    .default a.btn-info:not([disabled]):not(.disabled):active:focus, .default a.btn-info:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }

.default a.btn-warning {
  color: #212529;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-warning:hover {
    color: #fff;
    background-color: #d98100;
    border-color: #cc7a00; }
  .default a.btn-warning:focus, .default a.btn-warning.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .default a.btn-warning.disabled, .default a.btn-warning:disabled {
    background-color: #ff9800;
    border-color: #ff9800; }
  .default a.btn-warning:not([disabled]):not(.disabled):active, .default a.btn-warning:not([disabled]):not(.disabled).active, .show > .default a.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc7a00;
    border-color: #bf7200; }
    .default a.btn-warning:not([disabled]):not(.disabled):active:focus, .default a.btn-warning:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.default a.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-danger:hover {
    color: #fff;
    background-color: #f22112;
    border-color: #ea1c0d; }
  .default a.btn-danger:focus, .default a.btn-danger.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
  .default a.btn-danger.disabled, .default a.btn-danger:disabled {
    background-color: #f44336;
    border-color: #f44336; }
  .default a.btn-danger:not([disabled]):not(.disabled):active, .default a.btn-danger:not([disabled]):not(.disabled).active, .show > .default a.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #de1b0c; }
    .default a.btn-danger:not([disabled]):not(.disabled):active:focus, .default a.btn-danger:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.default a.btn-light {
  color: #212529;
  background-color: #e8eaf6;
  border-color: #e8eaf6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-light:hover {
    color: #212529;
    background-color: #cdd1eb;
    border-color: #c3c9e8; }
  .default a.btn-light:focus, .default a.btn-light.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }
  .default a.btn-light.disabled, .default a.btn-light:disabled {
    background-color: #e8eaf6;
    border-color: #e8eaf6; }
  .default a.btn-light:not([disabled]):not(.disabled):active, .default a.btn-light:not([disabled]):not(.disabled).active, .show > .default a.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #c3c9e8;
    border-color: #bac0e4; }
    .default a.btn-light:not([disabled]):not(.disabled):active:focus, .default a.btn-light:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }

.default a.btn-default {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .default a.btn-default:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .default a.btn-default:focus, .default a.btn-default.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .default a.btn-default.disabled, .default a.btn-default:disabled {
    background-color: #343a40;
    border-color: #343a40; }
  .default a.btn-default:not([disabled]):not(.disabled):active, .default a.btn-default:not([disabled]):not(.disabled).active, .show > .default a.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .default a.btn-default:not([disabled]):not(.disabled):active:focus, .default a.btn-default:not([disabled]):not(.disabled).active:focus, .show > .default a.btn-default.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.default .btn-outline-primary {
  color: #039BE5;
  background-color: transparent;
  background-image: none;
  border-color: #039BE5; }
  .default .btn-outline-primary:hover {
    color: #fff;
    background-color: #039BE5;
    border-color: #039BE5; }
  .default .btn-outline-primary:focus, .default .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }
  .default .btn-outline-primary.disabled, .default .btn-outline-primary:disabled {
    color: #039BE5;
    background-color: transparent; }
  .default .btn-outline-primary:not([disabled]):not(.disabled):active, .default .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .default .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #039BE5;
    border-color: #039BE5;
    box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }

.default .btn-outline-secondary {
  color: #E91E63;
  background-color: transparent;
  background-image: none;
  border-color: #E91E63; }
  .default .btn-outline-secondary:hover {
    color: #fff;
    background-color: #E91E63;
    border-color: #E91E63; }
  .default .btn-outline-secondary:focus, .default .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }
  .default .btn-outline-secondary.disabled, .default .btn-outline-secondary:disabled {
    color: #E91E63;
    background-color: transparent; }
  .default .btn-outline-secondary:not([disabled]):not(.disabled):active, .default .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .default .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #E91E63;
    border-color: #E91E63;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }

.default .btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  background-image: none;
  border-color: #4caf50; }
  .default .btn-outline-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .default .btn-outline-success:focus, .default .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }
  .default .btn-outline-success.disabled, .default .btn-outline-success:disabled {
    color: #4caf50;
    background-color: transparent; }
  .default .btn-outline-success:not([disabled]):not(.disabled):active, .default .btn-outline-success:not([disabled]):not(.disabled).active, .show > .default .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }

.default .btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  background-image: none;
  border-color: #00bcd4; }
  .default .btn-outline-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4; }
  .default .btn-outline-info:focus, .default .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }
  .default .btn-outline-info.disabled, .default .btn-outline-info:disabled {
    color: #00bcd4;
    background-color: transparent; }
  .default .btn-outline-info:not([disabled]):not(.disabled):active, .default .btn-outline-info:not([disabled]):not(.disabled).active, .show > .default .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #00bcd4;
    border-color: #00bcd4;
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }

.default .btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  background-image: none;
  border-color: #ff9800; }
  .default .btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9800;
    border-color: #ff9800; }
  .default .btn-outline-warning:focus, .default .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .default .btn-outline-warning.disabled, .default .btn-outline-warning:disabled {
    color: #ff9800;
    background-color: transparent; }
  .default .btn-outline-warning:not([disabled]):not(.disabled):active, .default .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .default .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.default .btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336; }
  .default .btn-outline-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336; }
  .default .btn-outline-danger:focus, .default .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
  .default .btn-outline-danger.disabled, .default .btn-outline-danger:disabled {
    color: #f44336;
    background-color: transparent; }
  .default .btn-outline-danger:not([disabled]):not(.disabled):active, .default .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .default .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #f44336;
    border-color: #f44336;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.default .btn-outline-light {
  color: #e8eaf6;
  background-color: transparent;
  background-image: none;
  border-color: #e8eaf6; }
  .default .btn-outline-light:hover {
    color: #212529;
    background-color: #e8eaf6;
    border-color: #e8eaf6; }
  .default .btn-outline-light:focus, .default .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }
  .default .btn-outline-light.disabled, .default .btn-outline-light:disabled {
    color: #e8eaf6;
    background-color: transparent; }
  .default .btn-outline-light:not([disabled]):not(.disabled):active, .default .btn-outline-light:not([disabled]):not(.disabled).active, .show > .default .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #e8eaf6;
    border-color: #e8eaf6;
    box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }

.default .btn-outline-default {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .default .btn-outline-default:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .default .btn-outline-default:focus, .default .btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .default .btn-outline-default.disabled, .default .btn-outline-default:disabled {
    color: #343a40;
    background-color: transparent; }
  .default .btn-outline-default:not([disabled]):not(.disabled):active, .default .btn-outline-default:not([disabled]):not(.disabled).active, .show > .default .btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.default a.btn-outline-primary {
  color: #039BE5;
  background-color: transparent;
  background-image: none;
  border-color: #039BE5; }
  .default a.btn-outline-primary:hover {
    color: #fff;
    background-color: #039BE5;
    border-color: #039BE5; }
  .default a.btn-outline-primary:focus, .default a.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }
  .default a.btn-outline-primary.disabled, .default a.btn-outline-primary:disabled {
    color: #039BE5;
    background-color: transparent; }
  .default a.btn-outline-primary:not([disabled]):not(.disabled):active, .default a.btn-outline-primary:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #039BE5;
    border-color: #039BE5;
    box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }

.default a.btn-outline-secondary {
  color: #E91E63;
  background-color: transparent;
  background-image: none;
  border-color: #E91E63; }
  .default a.btn-outline-secondary:hover {
    color: #fff;
    background-color: #E91E63;
    border-color: #E91E63; }
  .default a.btn-outline-secondary:focus, .default a.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }
  .default a.btn-outline-secondary.disabled, .default a.btn-outline-secondary:disabled {
    color: #E91E63;
    background-color: transparent; }
  .default a.btn-outline-secondary:not([disabled]):not(.disabled):active, .default a.btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #E91E63;
    border-color: #E91E63;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5); }

.default a.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  background-image: none;
  border-color: #4caf50; }
  .default a.btn-outline-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .default a.btn-outline-success:focus, .default a.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }
  .default a.btn-outline-success.disabled, .default a.btn-outline-success:disabled {
    color: #4caf50;
    background-color: transparent; }
  .default a.btn-outline-success:not([disabled]):not(.disabled):active, .default a.btn-outline-success:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }

.default a.btn-outline-info {
  color: #00bcd4;
  background-color: transparent;
  background-image: none;
  border-color: #00bcd4; }
  .default a.btn-outline-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4; }
  .default a.btn-outline-info:focus, .default a.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }
  .default a.btn-outline-info.disabled, .default a.btn-outline-info:disabled {
    color: #00bcd4;
    background-color: transparent; }
  .default a.btn-outline-info:not([disabled]):not(.disabled):active, .default a.btn-outline-info:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #00bcd4;
    border-color: #00bcd4;
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5); }

.default a.btn-outline-warning {
  color: #ff9800;
  background-color: transparent;
  background-image: none;
  border-color: #ff9800; }
  .default a.btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9800;
    border-color: #ff9800; }
  .default a.btn-outline-warning:focus, .default a.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }
  .default a.btn-outline-warning.disabled, .default a.btn-outline-warning:disabled {
    color: #ff9800;
    background-color: transparent; }
  .default a.btn-outline-warning:not([disabled]):not(.disabled):active, .default a.btn-outline-warning:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.5); }

.default a.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336; }
  .default a.btn-outline-danger:hover {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336; }
  .default a.btn-outline-danger:focus, .default a.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
  .default a.btn-outline-danger.disabled, .default a.btn-outline-danger:disabled {
    color: #f44336;
    background-color: transparent; }
  .default a.btn-outline-danger:not([disabled]):not(.disabled):active, .default a.btn-outline-danger:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #f44336;
    border-color: #f44336;
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.default a.btn-outline-light {
  color: #e8eaf6;
  background-color: transparent;
  background-image: none;
  border-color: #e8eaf6; }
  .default a.btn-outline-light:hover {
    color: #212529;
    background-color: #e8eaf6;
    border-color: #e8eaf6; }
  .default a.btn-outline-light:focus, .default a.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }
  .default a.btn-outline-light.disabled, .default a.btn-outline-light:disabled {
    color: #e8eaf6;
    background-color: transparent; }
  .default a.btn-outline-light:not([disabled]):not(.disabled):active, .default a.btn-outline-light:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #e8eaf6;
    border-color: #e8eaf6;
    box-shadow: 0 0 0 0.2rem rgba(232, 234, 246, 0.5); }

.default a.btn-outline-default {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .default a.btn-outline-default:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .default a.btn-outline-default:focus, .default a.btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .default a.btn-outline-default.disabled, .default a.btn-outline-default:disabled {
    color: #343a40;
    background-color: transparent; }
  .default a.btn-outline-default:not([disabled]):not(.disabled):active, .default a.btn-outline-default:not([disabled]):not(.disabled).active, .show > .default a.btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.default .btn-outline-primary,
.default a.btn-outline-primary {
  color: #039BE5;
  border-color: #039BE5; }
  .default .btn-outline-primary:focus, .default .btn-outline-primary:hover,
  .default a.btn-outline-primary:focus,
  .default a.btn-outline-primary:hover {
    color: #fff;
    border-color: #039BE5;
    background-color: #039BE5; }

.default a {
  color: #022873; }
  .default a:focus, .default a:hover {
    color: #1B3D81; }
.default a.text-primary {
  color: #022873 !important; }
  .default a.text-primary:focus, .default a.text-primary:hover {
    color: #1B3D81 !important; }
.default .text-primary {
  color: #022873 !important; }
.default .page-link {
  color: #022873; }
  .default .page-link:focus, .default .page-link:hover {
    color: #022873; }
.default .page-item.active .page-link {
  color: #fff;
  background-color: #022873;
  border-color: #022873; }
.default .bg-primary, .default .badge-primary {
  background-color: #022873 !important;
  color: #fff !important; }
.default .btn-primary, .default .gx-btn-primary, .default a.btn-primary, .default a.gx-btn-primary {
  background-color: #212121;
  border-color: #212121;
  color: #fff; }
  .default .btn-primary:hover, .default .btn-primary:focus, .default .btn-primary:not([disabled]):not(.disabled):active, .default .gx-btn-primary:hover, .default .gx-btn-primary:focus, .default .gx-btn-primary:not([disabled]):not(.disabled):active, .default a.btn-primary:hover, .default a.btn-primary:focus, .default a.btn-primary:not([disabled]):not(.disabled):active, .default a.gx-btn-primary:hover, .default a.gx-btn-primary:focus, .default a.gx-btn-primary:not([disabled]):not(.disabled):active {
    background-color: #424242;
    border-color: #424242;
    color: #fff; }
.default .bg-primary.lighten-4 {
  background-color: #c5cae9 !important; }
.default .bg-primary.lighten-3 {
  background-color: #9fa8da !important; }
.default .bg-primary.lighten-2 {
  background-color: #7986cb !important; }
.default .bg-primary.lighten-1 {
  background-color: #5c6bc0 !important; }
.default .bg-primary.defaulten-1 {
  background-color: #3949ab !important; }
.default .bg-primary.defaulten-2 {
  background-color: #303f9f !important; }
.default .bg-primary.defaulten-3 {
  background-color: #283593 !important; }
.default .bg-primary.defaulten-4 {
  background-color: #1a237e !important; }
.default .bg-primary.accent-1 {
  background-color: #8c9eff !important; }
.default .bg-primary.accent-2 {
  background-color: #536dfe !important; }
.default .bg-primary.accent-3 {
  background-color: #3d5afe !important; }
.default .bg-primary.accent-4 {
  background-color: #304ffe !important; }

.default a.text-secondary {
  color: #FF4081; }
  .default a.text-secondary:focus, .default a.text-secondary:hover {
    color: #ff0d5f !important; }
.default .text-secondary {
  color: #FF4081 !important; }
.default .bg-secondary, .default .badge-secondary {
  background-color: #FF4081 !important;
  color: #fff !important; }
.default .btn-secondary, .default .gx-btn-secondary, .default a.btn-secondary, .default a.gx-btn-secondary {
  background-color: #039BE5;
  border-color: #039BE5;
  color: #fff; }
  .default .btn-secondary:hover, .default .btn-secondary:focus, .default .btn-secondary:not([disabled]):not(.disabled):active, .default .gx-btn-secondary:hover, .default .gx-btn-secondary:focus, .default .gx-btn-secondary:not([disabled]):not(.disabled):active, .default a.btn-secondary:hover, .default a.btn-secondary:focus, .default a.btn-secondary:not([disabled]):not(.disabled):active, .default a.gx-btn-secondary:hover, .default a.gx-btn-secondary:focus, .default a.gx-btn-secondary:not([disabled]):not(.disabled):active {
    background-color: #3849a2;
    border-color: #3849a2;
    color: #fff; }

.default .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #212121; }

.default .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #039BE5; }

.default a.btn-link {
  color: #039BE5;
  background-color: transparent; }
  .default a.btn-link:hover {
    color: #3849a2;
    background-color: transparent;
    border-color: transparent; }
  .default a.btn-link:focus, .default a.btn-link.focus {
    border-color: transparent; }
  .default a.btn-link:disabled, .default a.btn-link.disabled {
    color: #868e96; }

.default .dropdown-more,
.default .dropdown-item,
.default a.badge-light,
.default a.btn-light {
  color: #212529; }
  .default .dropdown-more:hover, .default .dropdown-more:focus,
  .default .dropdown-item:hover,
  .default .dropdown-item:focus,
  .default a.badge-light:hover,
  .default a.badge-light:focus,
  .default a.btn-light:hover,
  .default a.btn-light:focus {
    color: #212529; }

.default a.gx-btn-default {
  background-color: #fff;
  color: #212529;
  border: 1px solid #dee2e6; }
  .default a.gx-btn-default:hover, .default a.gx-btn-default:focus {
    background-color: #f2f2f2;
    color: #212529; }

.default a.gx-flat-btn {
  background-color: transparent;
  color: #212529; }
  .default a.gx-flat-btn:hover, .default a.gx-flat-btn:focus, .default a.gx-flat-btn:active {
    background-color: #f5f5f5;
    color: #212529; }

.default a.gx-flat-btn.gx-btn-primary {
  background-color: transparent;
  color: #039BE5; }
  .default a.gx-flat-btn.gx-btn-primary:hover, .default a.gx-flat-btn.gx-btn-primary:focus {
    background-color: rgba(63, 81, 181, 0.12);
    color: #039BE5; }

.default .bg-primary a.gx-flat-btn.gx-btn-primary {
  background-color: transparent;
  color: #fff; }
  .default .bg-primary a.gx-flat-btn.gx-btn-primary:hover, .default .bg-primary a.gx-flat-btn.gx-btn-primary:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff; }

.default a.gx-flat-btn.gx-btn-secondary {
  background-color: transparent;
  color: #FF4081; }
  .default a.gx-flat-btn.gx-btn-secondary:hover, .default a.gx-flat-btn.gx-btn-secondary:focus {
    background-color: rgba(255, 64, 129, 0.12);
    color: #FF4081; }

.default .bg-secondary a.gx-flat-btn.gx-btn-secondary {
  background-color: transparent;
  color: #fff; }
  .default .bg-secondary a.gx-flat-btn.gx-btn-secondary:hover, .default .bg-secondary a.gx-flat-btn.gx-btn-secondary:focus {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff; }

.default .action-btn {
  color: rgba(0, 0, 0, 0.54); }
  .default .action-btn:hover, .default .action-btn:focus, .default .action-btn:active {
    color: rgba(0, 0, 0, 0.64); }

.default .gx-toolbar {
  background-color: #E0E0E0; }

.default .main-header .search-bar input {
  background-color: #4d5ec1; }
  .default .main-header .search-bar input:focus {
    background-color: #fff; }
@media screen and (max-width: 575px) {
  .default .main-header .search-dropdown input {
    background-color: #fff; } }

.default .messages-list ul li .user-name a {
  color: #039BE5; }

.default .color-theme-header {
  background-color: #039BE5; }

.default .side-nav {
  background-color: #fff;
  color: #868e96;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }
  .default .side-nav .user-profile {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2; }
  .default .side-nav .customizer {
    border-bottom: solid 1px #e6e7e9; }
  .default .side-nav .user-detail .user-name a {
    color: #039BE5; }
  .default .side-nav .user-detail .dropdown-menu a {
    color: #212529; }

.default ul.nav-menu li a {
  color: #868e96; }

.default ul.nav-menu .nav-header {
  color: #868e96; }

.default ul.nav-menu > li.selected > a,
.default ul.nav-menu > li.open > a,
.default ul.nav-menu > li > a:hover,
.default ul.nav-menu > li > a:focus {
  background-color: #fff;
  color: #022873; }

.default ul.nav-menu li.menu.open > a {
  border-color: #022873; }

.default ul.nav-menu li.menu > a:focus:before,
.default ul.nav-menu li.menu > a:hover:before {
  color: #022873; }

.default ul.nav-menu li ul {
  background-color: #fff; }

.default ul.nav-menu li.menu > a:before {
  color: #868e96; }

.default ul.nav-menu li.menu.selected > a:before,
.default ul.nav-menu li.menu.open > a:before,
.default ul.nav-menu li.menu > a:focus:before,
.default ul.nav-menu li.menu li > a:hover:before {
  color: #022873; }

.default ul.nav-menu li.menu .sub-menu li > a:before {
  color: #868e96; }

.default ul.nav-menu li.menu.open .sub-menu li.active > a {
  background-color: #fff;
  color: #022873; }

.default ul.nav-menu li.menu .sub-menu li > a:hover,
.default ul.nav-menu li.menu .sub-menu li > a:focus,
.default ul.nav-menu li.menu.open .sub-menu li.active > a:before,
.default ul.nav-menu li.menu .sub-menu li > a:focus:before,
.default ul.nav-menu li.menu .sub-menu li > a:hover:before {
  background-color: #fff;
  color: #022873; }

.default .module-nav li a.active {
  color: #022873; }

.default .fc-event,
.default .fc-event-dot {
  background-color: #039BE5; }

.default .chat-sidenav-header .tab-link .nav-link.active {
  color: #039BE5;
  border-color: #039BE5; }
.default .chat-item.flex-row-reverse .bubble {
  background-color: #039BE5; }
.default .chat-user-item.active, .default .chat-user-item:hover {
  background-color: #e4e7f6; }

.default .contact-list i {
  color: #039BE5; }

.default .Collapsible__trigger {
  background: #039BE5; }

.default .categories-list li a:focus, .default .categories-list li a:hover, .default .categories-list li.active a {
  color: #039BE5; }

.default .login-content .form-control:focus {
  border-color: #039BE5; }

.default .filter-with-bg-color ul li a {
  border-color: #039BE5; }
  .default .filter-with-bg-color ul li a:hover, .default .filter-with-bg-color ul li a:focus, .default .filter-with-bg-color ul li a.active {
    background-color: #039BE5; }

.default .profile-intro .icon {
  color: #039BE5; }

.default .social-link li.active a, .default .social-link li a:hover, .default .social-link li a:focus {
  color: #FF4081; }

.default .actions {
  color: #FF4081; }

.default .table-hover tbody tr:hover {
  background-color: rgba(63, 81, 181, 0.075); }

.default .border-primary {
  border-color: #039BE5 !important; }

.default .bootstrap-datetimepicker-widget table td span.active, .default .bootstrap-datetimepicker-widget table td.active, .default .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #039BE5; }

.default .noUi-connect {
  background: #039BE5 !important; }

.default .form-checkbox > input + .check {
  color: #039BE5; }
.default .checkbox-primary label::before {
  border-color: #039BE5; }
.default .checkbox-primary input[type="checkbox"]:checked + label::after {
  background-color: #039BE5; }
.default .radio-primary input[type="radio"]:checked + label::before {
  border-color: #039BE5; }
.default .radio-primary input[type="radio"]:checked + label::after {
  background-color: #039BE5; }

.default .gx-cart .cart-item:hover .icon-outline {
  color: #039BE5;
  border-color: #039BE5; }
.default .gx-cart .cart-action-btn .icon-outline {
  color: #039BE5; }
.default .gx-cart .cart-action-btn .icon-outline:hover {
  background-color: #039BE5;
  color: #fff; }

.default .is-focused:hover, .default .is-focused:focus {
  background-image: linear-gradient(#039BE5, #039BE5); }

/*Icons Styles*/
.default .icons-showcase > div:hover {
  background-color: #039BE5; }

/* Input Style */
.default .form-control:focus {
  border-color: #039BE5; }

.default .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #039BE5; }

/*Accordions Styles*/
.default .accordion-heading .accordion-toggle {
  color: #fff;
  background-color: #039BE5; }

.default .accordion-heading .accordion-toggle.collapsed {
  background-color: #fff;
  color: #212529; }

.default .wizard-navbar > ul li.completed a span.wz-number {
  background-color: #039BE5;
  color: #fff; }
.default .wizard-navbar > ul li a.active span.wz-number {
  background-color: #FF4081;
  color: #fff; }
.default .wizard-navbar > ul li a.active:before, .default .wizard-navbar > ul li a.active:after {
  background-color: #FF4081; }
.default .wizard-navbar > ul li.completed a:before, .default .wizard-navbar > ul li.completed a:after {
  background-color: #039BE5; }
.default .pager > li > a, .default .pager > li > span {
  color: #039BE5; }

.default .dropzone {
  border-color: #039BE5; }

.default .nav-pills .nav-link.active, .default .nav-pills .show > .nav-link {
  background-color: #039BE5; }

.default .bg-primary .nav-pills .nav-link.active, .default .bg-primary .nav-pills .show > .nav-link {
  background-color: #fff; }

.default .progress-bar {
  background-color: #039BE5; }

.default .swal-button {
  background-color: #022873;
  color: #fff; }
  .default .swal-button:hover, .default .swal-button:focus, .default .swal-button:active {
    background-color: #1B3D81; }
.default .swal-button.swal-button--cancel{
  background-color: #f44336;
}
.default .swal-button.swal-button--cancel:hover, .default .swal-button.swal-button--cancel:focus, .default .swal-button.swal-button--cancel:active {
  background-color: #ea1c0d; }

.default .bottom-navigation > li.active > a {
  color: #039BE5;
  padding-top: 6px; }

.select2-container--default .select2-selection--single {
  height: 34.8px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 3.4px;
  padding-bottom: 3.4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33.8px !important;
}

.form-control[type="file"] {
  padding: 3px 0.75rem;
}

.modal .modal-body{
  overflow: auto;
  max-height: calc(100vh - 200px);
}

.gx-menu-icon .menu-icon{
  background-color: #343a40;
}

.colorpicker {
  display: block !important;
  padding: 0.375rem 0.75rem !important;
}
