body {
  background-color: #fafafa;
}
.bg-light {
  background-color: transparent !important;
}
.btn {
  font-weight: 600;
}
body:not(.align-items-center) footer > div {
  width: 100%;
}
main nav.d-lg-block {
  visibility: hidden;
}
.app-header {
  flex: 0 0 70px;
  background-color: #263340;
}
.app-header .navbar-brand {
  width: 80px;
  padding: 20px 15px;
}
.app-header .navbar-brand img {
  width: 50px;
}
@media (max-width:991.98px) {
  .app-header .navbar-brand {
    margin-left: -135px;
    top: 3px;
  }
}
.app-header.navbar-color .navbar-toggler {
  color: #fff;
  border: 0;
}
.app-header .navbar-toggler {
  display: none;
}
@media (max-width:991.98px) {
  .app-header .navbar-toggler {
    display: block;
  }
}
.help-block {
  opacity: 0.5;
}
.table {
  border: 0;
}
.table.bg-white {
  background: transparent !important;
}
.table th {
  background-color: transparent;
  border: 0;
}
.table td:first-child {
  border-left: 1px solid rgba(0, 40, 100, 0.12);
}
.table td:last-child {
  border-right: 1px solid rgba(0, 40, 100, 0.12);
}
.table tr:last-child td {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.table#crudTable tfoot {
  display: none;
}
table.table-hover tbody tr:hover {
  background-color: rgba(100, 100, 130, 0.1);
}
.bulk-button.disabled {
  visibility: hidden;
}
#datatable_button_stack {
  visibility: hidden;
}
a,
a.btn-link {
  color: #467fcf;
}
a:hover,
a.btn-link:hover {
  color: #3471c8;
}
.btn-primary,
.btn-success,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.page-item.active .page-link {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}
.btn-primary:hover,
.btn-success:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.page-item.active .page-link:hover {
  color: #fff;
  background-color: #3471c8;
  border-color: #2f66b3;
}
.page-item .page-link:hover {
  color: #467fcf;
  background-color: transparent;
}
.btn-primary:focus,
.btn-success:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.btn-primary.focus,
.dataTables_wrapper .dataTables_paginate .focus.paginate_button.current {
  box-shadow: 0 0 0 2px #295a9f;
}
.btn-primary.disabled,
.btn-success.disabled,
.dataTables_wrapper .dataTables_paginate .disabled.paginate_button.current,
.btn-primary:disabled,
.btn-success:disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:disabled {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #244f8b;
  border-color: #1f4377;
}
.btn-secondary,
.btn-default {
  background-color: #f1ecec;
  border-color: #f1ecec;
}
.btn-secondary:hover,
.btn-default:hover {
  background-color: #e6dddd;
  border-color: #e2d7d7;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):active {
  background-color: #d7c9c9;
  border-color: #d1c0c0;
}
.btn-secondary:focus,
.btn-default:focus {
  box-shadow: 0 0 0 2px #dbcfcf;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.form-control {
  color: #283e74;
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus {
  border-color: #2f66b3;
  box-shadow: none;
}
.sidebar.sidebar-pills {
  padding-left: 0;
}
@media (min-width:991.98px) {
  .sidebar.sidebar-pills {
    margin-left: 0 !important;
  }
}
@media (max-width:991.98px) {
  .sidebar.sidebar-pills .sidebar-nav,
  .sidebar.sidebar-pills .sidebar-nav ul.nav {
    width: 225px;
  }
}
@media (max-width:991.98px) {
  .sidebar.sidebar-pills.bg-light {
    background-color: #fff !important;
    padding-right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
.sidebar.sidebar-pills .nav-dropdown.open {
  background-color: transparent;
  border-radius: 0;
}
.sidebar.sidebar-pills .nav-dropdown .nav-link {
  border-left: 5px solid transparent;
}
.sidebar.sidebar-pills .nav-link {
  border-left: 5px solid transparent;
  border-radius: 0;
}
.sidebar.sidebar-pills .nav-link .nav-icon {
  max-width: 20px;
  color: #1b2a4e !important;
}
.sidebar.sidebar-pills .nav-link .nav-icon img {
  max-height: 15px;
  max-width: 20px;
}
.sidebar.sidebar-pills .nav-link:hover,
.sidebar.sidebar-pills .nav-link.active {
  color: #1b2a4e !important;
  background-color: #f1ecec;
  border-left-color: #9ec400;
}
.sidebar.sidebar-pills .nav-link:hover .nav-icon,
.sidebar.sidebar-pills .nav-link.active .nav-icon {
  color: #1b2a4e !important;
}
.pace .pace-progress {
  background: #9ec400;
}
.table-striped tbody tr:nth-of-type(2n) {
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #1b2a4e;
}
[data-fluidbook-quote-status="1"] {
  color: #a00;
}
.btn-link .la {
  position: relative;
  top: 4px;
  left: -4px;
  font-size: 180%;
}
.app-body {
  overflow-x: visible;
}
#crudTable {
  box-shadow: none;
  position: relative;
}
#crudTable thead tr {
  background-color: #fafafa;
}
#crudTable.has-hidden-columns .btn-link {
  max-width: 35px;
  overflow: hidden;
}
#crudTable.test-hidden-columns .btn-link {
  max-width: none !important;
}
#crudTable.dtr-inline.collapsed td.dtr-control,
#crudTable.dtr-inline.collapsed th.dtr-control {
  padding-left: 30px !important;
}
#crudTable td {
  line-height: 1.1em;
  padding: 0.4em 0.5em;
}
#crudTable th {
  padding-left: 0.5em;
}
#crudTable th:first-child,
#crudTable td:first-child,
#crudTable th:last-child,
#crudTable td:last-child {
  width: 1px;
}
.column-value textarea-value {
  white-space: pre-line;
}
.column-value .d-inline-flex {
  display: block !important;
}
body.embeded .app-header,
body.embeded .app-body .sidebar-pills,
body.embeded .app-footer,
body.embeded main > section {
  display: none;
}
body.embeded main > div > .row > div {
  max-width: 100%;
  flex: none;
}
.company-userlist {
  width: 100%;
  padding: 0 1em;
}
.company-userlist table {
  margin-top: 3.5em;
  width: 100%;
  text-align: left;
}
.company-userlist table tr td {
  padding: 0 1em;
}
.company-userlist table tr td:first-child,
.company-userlist table tr td:last-child {
  white-space: nowrap;
  width: 1px;
}
.company-userlist .add {
  float: right;
}
/*# sourceMappingURL=style.css.map */