html {
  min-height: 100%;
  position: relative;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body,
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}
header {
  padding: 20px;
  margin-bottom: 15px;
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
h3.group {
  border-bottom: 1px solid #d7d7d7;
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 5px;
  margin: 40px 0 15px;
}
h3.group:first-child {
  margin: 15px 0 15px;
}
h4 {
  font-size: 12px;
}
.bg-base-color {
  background-color: #543a6d !important;
}
.bg-base-color-light {
  background-color: #f75973 !important;
}
.text-thin {
  font-weight: 300;
}
.text-red {
  color: #b71c1c;
}
hr.bg-gray {
  border-color: #dfd6e8;
}
/** ALERTS **/
.alert-container {
  position: fixed;
  z-index: 423;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.9);
  padding-top: 100px;
}
.alert-container .alert-modal {
  padding: 20px;
  margin: 0 auto 20px;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-danger {
  border-left-color: #b71c1c;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.flash-ajax-container,
.flash-container {
  position: fixed;
  top: 0;
  z-index: 424;
  width: 100%;
  text-align: center;
  display: none;
}
.flash-container {
  display: block;
}
.site-content {
  flex: 1;
}
.wrapper {
  width: 100%;
}
/** MENU NAV **/
.side-bar {
  background: #220f29;
  position: absolute;
  height: 100%;
  width: 300px;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}
.side-bar i.fas {
  font-size: 18px;
}
.side-bar ul {
  list-style: none;
  padding: 0;
  /** MENU HEADER **/
}
.side-bar ul li.menu-head {
  padding: 20px 15px 20px 20px;
  color: #fff;
  height: 78px;
}
.side-bar ul li.menu-head a {
  color: #fff;
  text-decoration: none;
}
.side-bar ul li.menu-head .instance-name {
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-top: 0;
  font-size: 0.85rem;
  font-weight: lighter;
}
.side-bar ul .menu-head a {
  /** IMG **/
  /** ARROW **/
}
.side-bar ul .menu-head a.title img {
  margin-top: -9px;
  width: 100px;
}
.side-bar ul .menu-head a.push_menu i {
  color: #fff;
  font-size: 20px;
  padding: 5px;
}
.side-bar ul .menu li a {
  color: #fff;
  text-decoration: none;
  display: inline-table;
  width: 100%;
  padding: 10px 15px 10px 20px;
  line-height: 25px;
}
.side-bar ul .menu li a:hover {
  background: rgba(247, 89, 115, 0.5);
}
.side-bar ul .menu li a:hover i.fas {
  color: #f75973;
}
.side-bar ul .menu li a + .submenu {
  display: none;
}
.side-bar ul .menu li a.active {
  background: rgba(247, 89, 115, 0.5);
}
.side-bar ul .menu li a.active i.fas {
  color: #f75973;
}
.side-bar ul .menu li a.active + .submenu {
  display: block;
  background: #543a6d;
}
.side-bar ul .menu li a.active + .submenu.active {
  background: #f75973;
}
.side-bar ul .menu li a.active i.fas {
  color: #f75973;
}
.side-bar ul .menu li ul.submenu li {
  font-weight: normal;
  padding-left: 17px;
}
.side-bar ul .menu li ul.submenu li .badge {
  padding: 4px 7px;
}
.side-bar ul .menu li ul.submenu li a:hover {
  border-color: transparent;
}
.side-bar ul .menu li ul.submenu li a.active {
  border: none;
  color: #fff;
  background: #f75973;
}
.side-bar .user-info {
  bottom: 15px;
  z-index: 422;
  background-color: #220f29;
  width: 300px;
}
.side-bar .user-info .name {
  display: inline-table;
  padding: 5px 23px;
  font-weight: lighter;
  font-size: 12px;
  color: #fff;
}
.side-bar .user-info .name:hover {
  color: #f75973;
}
.side-bar .user-info .name i {
  margin-right: 5px;
}
.content {
  padding-left: 300px;
}
[data-toggle="menu"] {
  display: none;
}
@media (max-width: 1199px) {
  .side-bar {
    position: fixed;
    left: -250px;
  }
  .side-bar.active {
    left: 0;
  }
  .content {
    padding-left: 50px;
  }
  [data-toggle="menu"] {
    display: block;
  }
}
#main-col {
  padding: 0 35px;
}
.fas {
  line-height: inherit;
}
/** GRAY PAGE HEADER **/
.page-header {
  background: #dfd6e8;
  margin: auto -35px;
  padding-right: 35px;
  /** PAGE TITLE **/
  color: #666666;
}
.page-header h2 {
  padding: 22px 18px;
  margin: 0;
  font-weight: 300;
}
.page-header a {
  text-decoration: none;
  color: #666666;
}
.page-header .btn-add {
  padding: 5px 15px;
  color: #fff;
  margin-left: 10px;
  margin-top: -5px;
  text-transform: lowercase !important;
}
.sub-header h3 {
  color: #666666;
  border-bottom: 1px solid #dfd6e8;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.sub-header h3 .fas,
.sub-header h3 .far {
  margin-right: 15px;
}
.sub-header h3 .btn-add {
  margin-left: 15px;
  padding: 5px 8px;
  margin-top: -5px;
  font-size: 8px;
}
.sub-header h3 .btn-add .fas,
.sub-header h3 .btn-add .far {
  color: #fff;
  margin: 0;
  padding: 0;
}
.sub-header h3 .text-sub {
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
/** DELIMITER **/
hr {
  border-top-color: #666666;
  margin: 50px -35px 0 -35px;
  padding: 0;
}
hr.light {
  margin: 55px 0 25px 0;
  border-top: 1px solid #dfd6e8;
}
/** SIDE BAR and CONTENT width **/
.active > .side-bar {
  margin-left: calc(300px * -1 + 50px);
  transition: margin-left 0.5s;
}
.active > .content {
  padding-left: 50px;
  transition: padding-left 0.5s;
}
/** LINKS **/
a {
  text-decoration: underline;
  color: #f75973;
}
a:hover {
  color: #543a6d;
}
a.dark {
  color: #220f29;
}
a.dark:hover {
  color: #666666;
}
a.btn {
  text-decoration: none;
}
/** BUTTONS **/
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #f75973;
  border-color: #f75973;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn {
  padding: 8px 20px;
  font-size: 0.9rem;
}
.btn.btn-action {
  background-color: #f75973;
  border-color: #f75973;
  color: white;
}
.btn.btn-action:hover {
  background: rgba(247, 89, 115, 0.7);
  border-color: #f75973;
}
.btn.btn-primary {
  background: #543a6d;
  border-color: #543a6d;
  text-transform: uppercase;
}
.btn.btn-primary.btn-xs {
  text-transform: none !important;
}
.btn.btn-primary:hover {
  background: #f75973;
  border-color: #f75973;
}
.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 58, 109, 0.5) !important;
}
.btn.btn-icon .fas,
.btn.btn-icon .fa,
.btn.btn-icon .far {
  margin: 0 !important;
}
.btn.btn-xs {
  padding: 2px 5px;
}
.btn.btn-primary {
  background: #f75973;
  border-color: #f75973;
  text-transform: uppercase;
}
.btn.btn-primary:hover {
  background: #f75973;
  border-color: #f75973;
}
.btn.btn-secondary {
  color: #fff;
  background: #543a6d;
  border-color: #543a6d;
  text-transform: lowercase;
}
.btn.btn-secondary:hover {
  background: rgba(84, 58, 109, 0.7);
  border-color: #220f29;
}
.btn.btn-dark {
  text-transform: lowercase;
}
.btn.btn-success {
  background: #67ba46;
  border-color: #67ba46;
}
.btn.btn-success:hover {
  background: #74a963;
  border-color: #58a141;
}
.btn .fas,
.btn .fa,
.btn .far {
  margin-right: 5px;
}
.btn:disabled:hover {
  cursor: not-allowed;
}
.tooltip-disabled {
  pointer-events: all !important;
}
.tooltip-disabled .btn:disabled {
  pointer-events: none;
}
.tooltip-disabled {
  pointer-events: all !important;
}
.tooltip-disabled .btn:disabled {
  pointer-events: none;
}
/** CUStOM INPUTS **/
.custom-select {
  background-size: 20px 14px;
}
/** TABLE **/
.table.table-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.table.table-sticky thead tr:nth-child(1) th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: transparent;
}
.table thead th {
  border: none;
  vertical-align: middle;
}
.table th,
.table td {
  border: none;
  vertical-align: middle;
}
.td-highlighted {
  color: dodgerblue !important;
}
.table-inner {
  width: 50%;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ededed;
}
.table-hover tbody tr:hover {
  background-color: #ffc5ce;
}
.table-hover tbody tr.row-item-detail {
  background-color: rgba(255, 197, 206, 0.1);
}
.table-hover tbody tr.row-item-detail .item-detail-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-hover tbody tr.row-item-detail thead tr {
  background-color: rgba(102, 102, 102, 0.5);
}
tbody tr.inactive-row {
  color: rgba(102, 102, 102, 0.4);
  background-color: rgba(223, 214, 232, 0.2) !important;
}
tbody tr.inactive-row.td-highlighted {
  color: rgba(30, 144, 255, 0.4) !important;
}
tbody tr.inactive-row .badge {
  opacity: 0.4;
}
.col-pagination .btn {
  padding: 5px 10px;
}
.col-pagination .btn:hover {
  background: rgba(247, 89, 115, 0.5);
  color: #fff;
}
.col-pagination .btn-secondary {
  background-color: transparent !important;
  color: #220f29 !important;
  border: none;
  text-transform: lowercase;
}
.row-sum {
  background-color: #ededed !important;
}
.row-sum td {
  border-top: 2px solid #bbb;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-weight: bold;
}
.row-sum:first-child {
  border-left: 1px solid #ddd;
}
.row-sum:last-child {
  border-right: 1px solid #ddd;
}
.col-per-page input[type=submit] {
  padding: 5px 8px;
  border: 1px solid #543a6d;
  border-radius: 5px;
  color: #fff;
  background: #543a6d;
  transition: all ease-in-out 0.2s;
  font-size: 11px;
  opacity: 1;
  text-transform: lowercase;
}
.col-per-page input[type=submit]:hover {
  cursor: pointer;
  background: rgba(84, 58, 109, 0.7);
  border-color: #220f29;
}
.col-per-page input[type=submit]:disabled {
  background: #666666;
  border-color: #666666;
  cursor: not-allowed;
  opacity: 0.8;
}
.datagrid {
  /*
    & table tbody tr.row-item-detail {
      display: table-row;

      & .item-detail-content {
        display: block;
      }
    }
  */
}
.datagrid .row-grid-bottom {
  border: none;
}
.datagrid-column-header-additions {
  display: none;
}
.datagrid-collapse-filters-button-row {
  margin-bottom: 5px;
}
.datagrid-collapse-filters-button-row .btn {
  padding: 2px 8px;
  margin-right: 2px;
  margin-top: 2px;
}
.datagrid-collapse-filters-button-row .btn.btn-primary.active {
  font-size: 11px;
}
.datagrid-row-outer-filters-group {
  margin-bottom: 8px;
}
.datagrid-row-outer-filters-group .form-control {
  height: 42px;
}
.datagrid-row-outer-filters-group .form-control:focus {
  border-color: #f75973;
  box-shadow: 0 0 0 0.2rem rgba(84, 58, 109, 0.05);
}
.datagrid-manual-submit {
  margin-top: 8px;
}
.row-filters {
  margin-top: 10px;
  margin-bottom: 10px;
}
.row-filters label {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.badge-icon {
  width: 25px;
  padding: 5px;
}
.badge-success {
  background-color: #67ba46;
}
.text-success {
  color: #67ba46;
}
.col-action {
  text-align: center;
}
.col-action .btn-action,
.col-action .btn {
  padding: 2px 5px;
}
/** FORMS **/
.form-group.required .col-form-label:after {
  content: " *";
  font-weight: 300;
  color: #b71c1c;
}
.form-group label.col-form-label {
  font-weight: bold;
  padding: 3px 0;
  display: inline-block;
}
select.form-control:not([size]):not([multiple]),
input.form-control {
  height: 42px;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
}
textarea {
  min-height: 100px;
}
.form-group .form-control {
  border-color: rgba(102, 102, 102, 0.4);
}
.form-group .form-control:disabled {
  color: gray;
  border-color: rgba(102, 102, 102, 0.3);
}
.form-group .form-control:focus {
  border-color: #f75973;
  box-shadow: 0 0 0 0.2rem rgba(84, 58, 109, 0.05);
}
.form-group span.help-block {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 11px;
  margin-top: 2px;
}
.form-group.has-error {
  color: #b71c1c;
}
.form-group.has-error .form-control {
  border-color: #b71c1c;
}
.form-group.has-error .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 28, 28, 0.25);
}
.form-group.has-error .input-group-append .input-group-text {
  border-color: #b71c1c;
  background-color: rgba(183, 28, 28, 0.2);
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.form-group.has-error span.help-block {
  color: #b71c1c;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 11px;
  margin-top: 2px;
}
.form-control {
  height: auto;
}
input:disabled:hover {
  cursor: not-allowed;
}
.form-check.has-error {
  color: #b71c1c;
}
ul.error {
  list-style: none inside;
  background: rgba(183, 28, 28, 0.2);
  border: 1px solid #e6afaf;
  border-left: 3px solid #b71c1c;
  border-radius: 0.25rem;
  padding: 1.05rem;
}
ul.error li {
  margin-top: 10px;
}
ul.error li:first-of-type {
  margin-top: 0;
}
footer {
  margin-top: 100px;
  width: 100%;
  border: 1px solid #dfd6e8;
  background: rgba(223, 214, 232, 0.4);
  color: #666666;
  font-size: 10px;
  padding: 20px 0;
}
.err-quote {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #b71c1c;
}
.chart {
  width: 100%;
  min-height: 500px;
}
#wall-loader {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2500;
  background: rgba(255, 255, 255, 0.9);
  justify-content: center;
  align-items: center;
  display: none;
}
.loading-wrapper,
.loading-wrapper-mini {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  position: relative;
}
.loading-devover,
.loading-devover:after,
.loading-devover-mini,
.loading-devover-mini:after {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}
.loading-wrapper-mini,
.loading-devover-mini,
.loading-devover-mini:after {
  width: 4rem;
  height: 4rem;
}
.loading-devover + .img {
  position: absolute;
  background-color: var(#f65c76);
  padding: 1.3rem;
  top: 0;
  width: 75%;
  height: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.loading-devover + .img img {
  width: 100%;
}
.loading-devover,
.loading-devover-mini {
  border-radius: 50%;
  border-top: 0.7rem solid rgba(0, 0, 0, 0.05);
  border-right: 0.7rem solid rgba(0, 0, 0, 0.05);
  border-bottom: 0.7rem solid rgba(0, 0, 0, 0.05);
  border-left: 0.7rem solid #f65c76;
  position: relative;
  animation: first linear 1s infinite;
}
.loading-devover-mini {
  border-top: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-right: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-bottom: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-left: 0.6rem solid #f65c76;
}
.loading-devover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}
@keyframes first {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */