.display-1 {
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 1.25rem;
  }
}

.display-2 {
  color: #578196;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media (max-width: 767.98px) {
  .display-2 {
    font-size: 1.125rem;
  }
}

.display-3 {
  color: #578196;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media (max-width: 767.98px) {
  .display-3 {
    font-size: 1.25rem;
  }
}

.display-4 {
  color: #578196;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media (max-width: 767.98px) {
  .display-4 {
    font-size: 1rem;
  }
}

.lead {
  color: #777781;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 2.25rem;
  }
}

.small-text {
  color: #000000;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}

.bg-f7f7f7 {
  background-color: #f7f7f7;
}

.bg-f0f0f0 {
  background-color: #f0f0f0;
}

.positive-difference-text {
  color: green;
}

.negative-difference-text {
  color: red;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  color: #495057;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #1a80b6;
}

.content {
  padding: 64px 64px 0 64px;
  margin-left: auto;
  width: 100%;
  transition: width 0.35s ease;
}
.content.decrease {
  width: calc(100% - 240px);
}

.content .section {
  padding: 2.5rem;
}
@media (max-width: 767.98px) {
  .content .section {
    padding: 1.5rem;
  }
}

.group {
  display: inline-flex;
  flex-wrap: wrap;
}
.group > * {
  margin-right: 1.25rem;
  margin-bottom: 1rem;
}

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

.flex-1 {
  flex: 1;
}

.border-bottom {
  border-bottom: 2px solid #dee2e6 !important;
}

.mt-16 {
  margin-top: 16px;
}

i {
  color: #517e97;
  font-size: 14px;
  max-width: 14px;
}

a {
  cursor: pointer;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: 5px;
}

.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  vertical-align: middle;
  border-right: 5px solid #578196;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -2px;
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: none;
}
.backdrop.show {
  display: block;
}

.styleguide .styleguide-sidebar {
  border-right: 1px solid #dee2e6;
  padding: 0;
}
.styleguide .styleguide-sidebar > div {
  position: fixed;
  width: 25%;
  height: 100%;
}
.styleguide .styleguide-sidebar .thorium {
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 0;
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  border-bottom: 1px solid #dee2e6;
}
.styleguide .styleguide-sidebar .sidebar {
  background: transparent;
  max-width: initial;
  min-width: initial;
  width: auto;
  padding: 1rem 27px 1rem 1rem;
  overflow-y: auto;
  height: calc(100% - 65px);
}
.styleguide .styleguide-sidebar .sidebar .nav-link {
  color: #000000;
  font-size: 1rem !important;
}
.styleguide .styleguide-sidebar .sidebar .nav-link.active {
  background: transparent;
  color: #2e8abb;
}
.styleguide .section {
  padding-top: 10px;
}
.styleguide .section-title {
  margin-bottom: 10px;
}
.styleguide .showroom {
  padding: 1.5rem;
  margin: 1rem 0 0;
  border: 0.2rem solid #f8f9fa;
}
.styleguide .highlight {
  background-color: #f8f9fa;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.styleguide .highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
}
.styleguide .highlight pre code {
  font-size: inherit;
  color: #212529;
}
.styleguide pre {
  font-family: "Courier New";
  display: block;
  color: #212529;
}
.styleguide .nt {
  color: #2f6f9f;
}
.styleguide .na {
  color: #4f9fcf;
}
.styleguide .s {
  color: #d44950;
}

.navbar {
  background-color: #1a80b6;
  padding: 0;
  user-select: none;
  box-shadow: none;
  position: fixed;
  z-index: 1002;
  width: 100%;
}

.navbar .nav-link, .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .navbar .nav-link, .navbar .navbar-nav .nav-link {
    text-align: center;
  }
}

.navbar-nav .active > .nav-link {
  color: white;
}
.navbar-nav .active > .nav-link:focus {
  color: white;
}
.navbar-nav .active > .nav-link:hover {
  color: white;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: white;
  transition: all 0.1s ease-in-out;
}

.navbar-expand-lg .navbar .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
  padding: 1.25rem;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .nav-item.last {
    padding-bottom: 1rem;
  }
}
.navbar-brand {
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-brand i {
  font-size: 30px;
  color: white;
  max-width: 30px;
}

.navbar-toggler {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.navbar-toggler-icon {
  width: auto;
  height: auto;
  color: white;
  font-size: 20px;
  max-width: 20px;
}

.sidebar, .helper {
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  z-index: 1001;
}
.sidebar i, .helper i {
  font-size: 20px;
  max-width: 20px;
  width: 100%;
}
.sidebar a.item-icon-link, .helper a.item-icon-link {
  margin-top: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

.sidebar .main {
  width: 64px;
  background: #517e97;
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.sidebar .main i {
  color: white;
}
.sidebar .main a.item-icon-link:hover {
  background: #1a80b6;
}
.sidebar .main .dropdown-menu {
  transition: none;
}
.sidebar .main .dropdown-menu.show, .sidebar .main .open > .dropdown-menu {
  margin-left: 6px;
  margin-bottom: -36px;
}
.sidebar .main .dropdown-menu .dropdown-item {
  min-height: 2rem;
  padding: 0.6rem 1rem;
  font-size: 14px;
}

.sidebar .extendable {
  width: 240px;
  background: #f4f5f7;
  padding: 16px;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
}
.sidebar .extendable.expand {
  transform: translateX(0);
  overflow-y: scroll;
}

.sidebar .nav-link, .helper .nav-link {
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.6875rem 1rem 0.6875rem 1rem;
  cursor: pointer;
  text-transform: initial;
  margin-top: 4px;
}
.sidebar .nav-link i, .helper .nav-link i {
  margin-right: 1rem;
  transform: translateY(2px);
}
.sidebar .nav-link:focus, .helper .nav-link:focus {
  color: #1a80b6;
  background-color: rgba(9, 30, 66, 0.04);
}
.sidebar .nav-link:focus i, .helper .nav-link:focus i {
  color: #1a80b6;
}
.sidebar .nav-link:hover, .helper .nav-link:hover {
  color: #1a80b6;
  background-color: rgba(9, 30, 66, 0.04);
}
.sidebar .nav-link:hover i, .helper .nav-link:hover i {
  color: #1a80b6;
}

.sidebar .nav-link {
  color: #517e97;
}

.helper .nav-link {
  color: #828181;
}

.sidebar .nav-link.active, .helper .nav-link.active {
  color: #1a80b6;
  background-color: rgba(9, 30, 66, 0.1);
}
.sidebar .nav-link.active i, .helper .nav-link.active i {
  color: #1a80b6;
}
.sidebar .nav-link.active:focus, .helper .nav-link.active:focus {
  color: #1a80b6;
  background-color: rgba(9, 30, 66, 0.1);
}
.sidebar .nav-link.active:focus i, .helper .nav-link.active:focus i {
  color: #1a80b6;
}
.sidebar .nav-link.active:hover, .helper .nav-link.active:hover {
  color: #1a80b6;
  background-color: rgba(9, 30, 66, 0.04);
}
.sidebar .nav-link.active:hover i, .helper .nav-link.active:hover i {
  color: #1a80b6;
}

.sidebar .card-body {
  padding: 0.75rem 0 0 0;
  background: white;
}

.helper {
  width: 240px;
  display: flex;
  background: #f4f5f7;
  padding: 16px 0;
  right: 0;
  transform: translateX(176px);
  transition: transform 0.25s ease;
}
.helper i {
  color: #828181;
  margin-left: 8px !important;
  margin-right: 20px !important;
}
.helper a.item-icon-link {
  padding-left: 39px;
}
.helper a.item-icon-link:hover {
  opacity: 0.7;
}
.helper a.item-icon-link.compress-icon {
  display: none;
}
.helper a.item-icon-link.expand-icon {
  display: flex;
}
.helper.expand {
  transform: translateX(0);
}
.helper.expand a.item-icon-link.compress-icon {
  display: flex;
}
.helper.expand a.item-icon-link.expand-icon {
  display: none;
}

.btn {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1;
  min-width: 120px;
  padding: 0.6875rem 0.875rem;
  opacity: 1;
  height: 42px;
  text-transform: capitalize;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.btn-primary {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
}

.btn.btn-primary:hover {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.btn.btn-primary:focus {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
}

.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active, .show > .btn.btn-primary.dropdown-toggle {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
}

.btn.btn-raised.btn-primary {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
}

.btn.btn-raised.btn-primary:hover {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.btn.btn-raised.btn-primary:focus {
  color: #ffffff;
  border: 1px solid #2e8abb;
  background-color: #2e8abb;
}

.btn.btn-secondary {
  background-color: transparent;
  color: #2e8abb;
  border: 1px solid #2e8abb;
}

.btn.btn-secondary:hover {
  color: #2e8abb;
  border: 1px solid #2e8abb;
  background-color: transparent;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.btn.btn-secondary:focus {
  background-color: transparent;
  color: #2e8abb;
  border: 1px solid #2e8abb;
}

.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .show > .btn.btn-secondary.dropdown-toggle {
  background-color: transparent;
  color: #2e8abb;
  border: 1px solid #2e8abb;
}

.btn.btn-alt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
}
.btn.btn-alt i {
  color: #2e8abb;
  margin-left: 10px;
  font-size: 18px;
}

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

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

.btn-icon {
  padding: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  display: inline-block;
}

.form-control:focus {
  background-image: linear-gradient(0deg, #2e8abb 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}

.is-focused [class^=bmd-label] {
  color: #2e8abb;
}

.is-focused [class^=bmd-label-static] {
  color: #2e8abb;
}

.is-focused [class*=bmd-label-static] {
  color: #2e8abb;
}

.has-success [class*=" bmd-label"], .has-success [class^=bmd-label] {
  color: #2e8abb;
}

.has-success.is-focused .bmd-label-placeholder, .has-success .is-focused .bmd-label-placeholder, .has-success.is-focused [class*=" bmd-label"], .has-success .is-focused [class*=" bmd-label"], .has-success.is-focused [class^=bmd-label], .has-success .is-focused [class^=bmd-label] {
  color: #2e8abb;
}

.bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder {
  top: 2.3rem;
}

[class*=" bmd-label"], [class^=bmd-label] {
  color: rgba(0, 0, 0, 0.6);
}

label.col-form-label {
  padding-top: initial;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #495057;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  width: auto;
}
.checkbox + label:before {
  content: "";
  margin-top: -2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #2e8abb;
  background-color: transparent;
}
.checkbox:hover + label:before {
  background: #2e8abb;
}
.checkbox:checked + label:before {
  background: #2e8abb;
}
.checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.search {
  position: relative;
  width: 100%;
}
.search:after {
  content: "";
  background: url("../icons/search-grey.png");
  background-size: cover;
  position: absolute;
  height: 18px;
  width: 24px;
  right: 0.25rem;
  top: 36px;
}

.table {
  margin-top: 1.5rem;
}

.table td, .table th {
  border-top: 0;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: visible;
}

.table thead th {
  border-bottom: 1px solid #bdbdc7;
  color: #2e8abb;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.875;
  padding: 0 0.75rem 0 0;
}

.table tbody td {
  color: #2e8abb;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  padding: 0.25rem 1.5rem 0.25rem 0;
  vertical-align: middle;
}
.table tbody td .btn-icon:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.table tfoot td, th {
  color: #2e8abb;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  padding: 0.25rem 1.5rem 0.25rem 0;
  vertical-align: middle;
}
.table tfoot td .btn-icon:hover, th .btn-icon:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.table tfoot tr:first-child td {
  border-top: 1px solid #bdbdc7;
}

.table tbody td a {
  color: #2e8abb;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  padding: 0.25rem 1.5rem 0.25rem 0;
  vertical-align: middle;
}
.table tbody td a .btn-icon:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.table tbody tr:first-child td {
  padding-top: 1rem;
}

.table tbody tr td:last-child {
  padding-right: 0.75rem;
}

.table-bordered-top tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

table tr.collapse {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #bdbdc7;
}

table tr.collapsing {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #bdbdc7;
}

table tr.clickable {
  cursor: pointer;
}

table tr.clickable:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.table-horizontal tbody tr td:first-child {
  font-weight: 400;
}

table.table-horizontal tbody tr:hover td {
  font-weight: 400;
}

@-webkit-keyframes icon-down-animate {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes icon-down-animate {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
table tr.clickable td.icon-down-animate {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

table tr.clickable.collapsed:not(.collapsing):hover .icon-down-animate .icon-animate {
  -webkit-animation-name: icon-down-animate;
  animation-name: icon-down-animate;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.upload-widget {
  display: flex;
  flex-wrap: wrap;
}

.upload-widget .dz-message {
  width: 100%;
  height: 30vw;
  min-height: initial;
  background: #e5e5e5;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  margin: 1.75rem 2.5rem;
}
@media (max-width: 767.98px) {
  .upload-widget .dz-message {
    margin: 1.75rem 1.5rem;
  }
}
.upload-widget .dz-message img {
  max-width: 130px;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .upload-widget .dz-message img {
    display: none;
  }
}
.upload-widget .dz-message span {
  display: block;
  color: #ffffff;
  font-family: "Roboto";
}
.upload-widget .dz-message span:first-of-type {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
  font-weight: 300;
  font-size: 4.1875rem;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .upload-widget .dz-message span:first-of-type {
    margin-top: 0;
    font-size: 2.375rem;
    line-height: 1;
  }
}
@media (max-width: 575.98px) {
  .upload-widget .dz-message span:first-of-type {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.upload-widget .dz-message span:last-of-type {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .upload-widget .dz-message span:last-of-type {
    font-size: 1rem;
    line-height: 1;
  }
}

span[data-dz-name] {
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  width: 30%;
  min-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 1rem;
}

.file-details {
  order: 1;
  flex: 1 1 auto;
  padding: 0.6875rem 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .file-details {
    padding: 0.8rem 1.5rem;
  }
}
.file-details:hover {
  background: #eeeeee;
  transition: all 0.2s ease-in-out;
}
.file-details span {
  padding-right: 0.5rem;
}
.file-details i {
  font-size: 18px;
  margin-left: 10px;
}

div[data-dz-no-file] {
  padding-left: 2.5rem;
}
@media (max-width: 767.98px) {
  div[data-dz-no-file] {
    padding-left: 1.5rem;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}
@media (max-width: 575.98px) {
  .header {
    display: block;
  }
}
.header a {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  color: #578196;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header a {
    font-size: 0.875rem;
  }
}
@media (max-width: 575.98px) {
  .header a {
    position: static;
    margin-bottom: 0.5rem;
  }
}
.header span {
  color: #578196;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header span {
    font-size: 1.125rem;
  }
}

.accordion {
  width: 100%;
}

.card {
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 0.5rem;
  background-color: transparent;
}

.card .card-header {
  border: 0;
  background-color: #517e97;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  min-height: 42px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.card .card-header.active {
  background: #2e8abb;
}
.card .card-header.active .btn {
  background: #2e8abb;
}
.card .card-header .card-header-title {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.6875rem 1rem 0.6875rem 1rem;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
}
.card .card-header .card-header-title.arrow {
  padding-left: 2.5rem;
}
.card .card-header .card-header-title.arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 1rem;
}
.card .card-header .card-header-title.arrow.collapsed:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
  position: absolute;
  left: 1rem;
}
.card .card-header .card-header-remove {
  padding-right: 1rem;
  padding-top: 1px;
}
.card .card-header .card-header-remove i {
  color: #ffffff;
}

.chat-widget p {
  margin-bottom: 0;
}
.chat-widget div.chat {
  padding: 0 1.5rem 1.5rem;
}
.chat-widget div.chat:nth-child(odd) {
  background: #f0f0f0;
}
.chat-widget div.chat:nth-child(even) {
  background: #e9e9e9;
}
.chat-widget .msg {
  display: flex;
  padding-top: 1.25rem;
  margin-left: 20%;
}
@media (max-width: 1366px) {
  .chat-widget .msg {
    display: block;
    padding-top: 1rem;
    padding-left: 0;
  }
}
.chat-widget .msg > div:first-child {
  width: 20%;
  padding-right: 1.25rem;
}
@media (max-width: 1366px) {
  .chat-widget .msg > div:first-child {
    width: 100%;
  }
}
.chat-widget .msg > div:last-child {
  width: calc(100% - 20);
}
@media (max-width: 1366px) {
  .chat-widget .msg > div:last-child {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .chat-widget .msg {
    margin-left: 0;
  }
}
.chat-widget .msg:first-child {
  margin-left: 0;
}
.chat-widget .sender {
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  word-break: break-all;
  margin-bottom: 0.75rem;
}
.chat-widget .subject {
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  word-break: break-all;
  margin-bottom: 0.25rem;
}
.chat-widget .body {
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4444444444;
  word-break: break-all;
}
.chat-widget .msg-ctrl {
  padding-top: 0.25rem;
}
.chat-widget .msg-ctrl a {
  opacity: 0.5;
  color: #3d5f7c;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 2rem;
}
.chat-widget .msg-ctrl a:hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.chat-widget .msg-ctrl a i {
  margin-left: 3px;
}

.notification {
  background: #fc854b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  color: #ffffff;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2222222222;
  display: flex;
  justify-content: center;
  padding: 0.5rem 2rem;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .notification {
    padding: 0.5rem 1rem;
  }
}
.notification span {
  padding-right: 2rem;
}
.notification span a {
  color: white;
  text-decoration: underline;
}
.notification i {
  color: white;
}

.dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.5);
  user-select: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #f4f5f7;
}

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

.table-dropdown ul {
  display: none;
}

.table-dropdown-trigger {
  background-color: #517e97;
  padding: 0.6rem;
  display: inline-flex;
  width: 48px;
}
.table-dropdown-trigger i {
  color: white;
}

.table-dropdown-menu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0.25rem 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.table-dropdown-menu li {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.table-dropdown-menu li a {
  display: block;
  width: 48px;
  padding: 0.6rem 1rem;
}
.table-dropdown-menu li a:hover {
  background-color: #f8f9fa;
}

@media (min-width: 768px) {
  .table-dropdown-menu {
    padding: 0.5rem 0;
  }

  .dropdown-menu .dropdown-item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
div#projects-table_wrapper {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

div#report-content table th {
  color: black;
}

img.img-grayscale {
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.2s ease-in-out;
}

img.img-grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

div#report-content i {
  color: black;
  word-wrap: normal;
  max-width: 100%;
}

div#report-content img {
  margin: auto;
}

div#report-content .report-center-text {
  margin: auto;
}

img.img-grayscale-brightness-0 {
  filter: gray;
  -webkit-filter: grayscale(1) brightness(20%);
  -webkit-transition: all 0.2s ease-in-out;
}

img.img-grayscale-brightness-0:hover {
  filter: none;
  -webkit-filter: grayscale(0) brightness(1);
}

.video-sidebar-scrollable {
  overflow-y: scroll;
  height: 75% !important;
}

.page-link {
  color: #2e8abb;
}

.page-item.active .page-link {
  background-color: #2e8abb;
  border-color: #2e8abb;
}

.modal-content .modal-footer {
  padding: 24px 24px 24px 24px;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #2e8abb;
  }
  100% {
    stroke: #2e8abb;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.spinner-white {
  animation: rotator-white 1.4s linear infinite;
}

@keyframes rotator-white {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path-white {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash-white 1.4s ease-in-out infinite, colors-white 5.6s ease-in-out infinite;
}

@keyframes colors-white {
  0% {
    stroke: #fafafa;
  }
  100% {
    stroke: #fafafa;
  }
}
@keyframes dash-white {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
fieldset div.legend-container legend {
  width: auto;
  font-size: 1rem;
}

fieldset:focus-within div.legend-container legend {
  color: #2e8abb !important;
}

fieldset:focus-within div.legend-container hr {
  color: #2e8abb;
  background-color: #2e8abb;
}

a {
  color: #2e8abb;
}

.card.card-shadowless {
  box-shadow: none !important;
}

.card .card-tags {
  padding: 0 1.25rem 0 1.25rem;
  color: #517e97;
  font-size: 14px;
}

.card .card-tags a {
  color: #517e97;
}

.card .card-tags a i {
  margin-right: 0.15rem !important;
}

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