/* COLORS */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.text-orange {
  color: #f90;
}

.text-red {
  color: #CD352C;
}

:root {
  --gui-primary: #008080;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Roboto", var(--bs-body-font-family), serif;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  font-family: inherit;
  resize: none;
}

img {
  max-width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.mirror {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.h-xs {
  min-height: 200px;
}

.h-sm {
  min-height: 300px;
}

.h-md {
  min-height: 400px;
}

.h-lg {
  min-height: 500px;
}

.h-xl {
  min-height: 700px;
}

.row2 {
  clear: both;
  margin-left: -4px;
  margin-right: -4px;
}
.row2 > [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.row-xs {
  clear: both;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.row-xs > [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.row-sm {
  clear: both;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row-sm > [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.row-md {
  clear: both;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.row-md > [class*=col-] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.row-lg {
  clear: both;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row-lg > [class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.row-xl {
  clear: both;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.row-xl > [class*=col-] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.modal-header {
  background-color: #eee;
}

body {
  font-size: 0.9rem;
}

.text-italic {
  font-style: italic;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

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

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-strong {
  font-weight: 600;
}

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

.pad {
  padding: 15px;
}

.pad-top {
  padding-top: 15px;
}

.pad-right {
  padding-right: 15px;
}

.pad-bottom {
  padding-bottom: 15px;
}

.pad-left {
  padding-left: 15px;
}

.shrink {
  margin: 15px;
}

.pullout-verticle {
  margin-top: -15px;
}

.pullout-horizontal {
  margin-top: -15px;
}

.pull-in-top {
  margin-top: -15px;
}

.pull-in-right {
  margin-right: -15px;
}

.pull-in-left {
  margin-left: -15px;
}

.pull-in-bottom {
  margin-bottom: -15px;
}

.sidebar {
  min-height: 400px;
  padding-bottom: 15px;
}
.sidebar .sidebar-header {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar .sidebar-header h4 {
  margin: 0 0 5px 0;
}

.search-history {
  padding: 4px;
  margin: 0 0 15px 0;
}
.search-history .item {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.search-history .item .c1 a {
  display: inline-block;
}
.search-history .item .c2 {
  font-size: 0.8em;
  color: #787878;
}
.search-history .empty {
  padding: 10% 10px;
}
.search-history .empty > p {
  text-align: center;
  font-size: 0.9rem;
}

.thumbnail .progress {
  height: 0.25rem;
  margin-bottom: 0;
}
.thumbnail .progress-bar {
  line-height: 0.25rem;
}

.top-right-nav .nav .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #777;
}

#acc-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#acc-nav li {
  float: left;
  padding: 0;
  margin: 0;
}

#acc-nav li a {
  display: block;
  margin: 4px 0px;
  padding: 0 10px;
  color: #fff;
  font-size: 0.9em;
}

#acc-nav li a {
  border-right: 1px solid #ccc;
}

#acc-nav li:last-child a {
  border: 0;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  color: var(--bs-black);
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--bs-border-color);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  text-decoration: none;
  outline: none;
  background-color: var(--bs-light);
}
.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  border-bottom: 2px solid var(--bs-primary);
  background-color: var(--bs-light);
}

.sidebar-nav ul.nav > li {
  border-bottom: 1px solid #ddd;
}

.page-header .nav-tabs .nav-link {
  position: relative;
  color: var(--bs-black);
  border-bottom-color: transparent;
}
.page-header .nav-tabs .nav-link.active {
  font-weight: 600;
  color: var(--bs-blue);
  border-top: 1px solid var(--bs-border-color);
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-white);
  background-color: var(--bs-white);
}
.page-header .nav-tabs .nav-link:hover, .page-header .nav-tabs .nav-link:focus {
  color: var(--bs-blue);
}
.page-header .nav-tabs .nav-link:hover::before, .page-header .nav-tabs .nav-link:focus::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border-bottom: 0.15rem solid var(--bs-blue);
}
.page-header .nav-tabs .dropdown {
  margin-top: -1px;
}

.form-min {
  max-width: 400px;
}

.form-xs {
  max-width: 380px;
}

.form-sm {
  max-width: 640px;
}

.form-md {
  max-width: 977px;
}

.loading {
  display: block;
  height: 30px;
  clear: both;
  background-image: url("/assets/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.fieldset-wrap {
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.form {
  margin-bottom: 15px;
}
.form form fieldset {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.form .fieldset-title {
  font-weight: normal;
}
.form label .mute {
  color: #777;
}
.form .link-options a {
  color: #239400;
}

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

.form-label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.form-label .required {
  color: var(--bs-danger);
}
.form-label .status {
  float: right;
  font-weight: normal;
  font-size: 0.9rem;
}

.form-title {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}

.form-result {
  overflow: hidden;
  clear: both;
}

.form-isolate,
.form-wrap {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.form-isolate hr,
.form-wrap hr {
  border-top-color: #ccc;
}

.alert-options {
  padding: 15px;
}

.table tbody td input[type=checkbox].form-control {
  padding: 0;
}

.table.dataTable {
  border-collapse: collapse;
  box-sizing: border-box;
}

.dataTable thead th {
  border-bottom-color: #ddd;
}

.card-lg {
  min-height: 200px;
}

.card-md {
  min-height: 150px;
}

.card-sm {
  min-height: 100px;
}

.card-xs {
  min-height: 80px;
}

.card-blue {
  color: #fff;
  background-color: #1BA1E2;
}

.card-blue a {
  color: #fff;
}

.card-blue a:hover,
.card-blue a:focus {
  text-decoration: none;
}

.card .title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

.card-md.single {
  text-align: center;
}

.card-md.single a {
  display: table;
  width: 100%;
}

.card-md.single .title {
  display: table-cell;
  width: 100%;
  min-width: 100%;
  height: 150px;
  vertical-align: middle;
  text-align: center;
}

.card .counts .count {
  height: 50px;
  border: 1px solid #ddd;
}

#login-console {
  width: 100%;
  max-width: 400px;
  min-height: 350px;
  margin: 10% auto;
  background-color: #fff;
}
#login-console > div {
  padding: 15px;
  border: 1px solid #ddd;
}
#login-console h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.btn-group .btn i.fa-male {
  color: #0088ff;
}
.btn-group .btn i.fa-female {
  color: #DC4FAB;
}

.table td .fa-male {
  color: #08f;
}
.table td .fa-female {
  color: #DC4FAB;
}
.table td a {
  color: #000;
}
.table td a:hover, .table td a:focus {
  color: #08f;
}
.table td.condensed .btn {
  margin: 0;
}

.table-border {
  border: 1px solid #ddd;
}

.table-responsive {
  margin-top: 15px;
}

.table-border-1 thead tr th:first-child {
  border-right: 1px solid #ddd;
}
.table-border-1 tbody tr td:first-child {
  border-right: 1px solid #ddd;
}

.table-form tbody tr td {
  padding: 0;
}
.table-form tbody tr td input {
  width: 100%;
  padding: 5px;
  border: 0;
}
.table-form tbody tr .td {
  padding: 5px;
}

.table td > a.btn,
.table td > a.btn:hover,
.table td > a.btn:focus {
  color: #fff;
}

.table td a.link,
.table td > a:hover,
.table td > a:focus {
  color: #08f;
}

.table i.fa-male {
  color: #08f;
}

.table i.fa-female {
  color: #DC4FAB;
}

.table-border {
  border: 1px solid #ddd;
}

.table-modal strong {
  font-size: 13px;
}

.table .btn-group {
  display: block;
}

.table .btn-group .btn-sm {
  display: block;
  width: 100%;
  float: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
}

.table .btn-group .dropdown-menu {
  padding: 0;
  margin: 0;
}

.table .btn-group .dropdown-menu li a {
  border-bottom: 1px solid #ddd;
}

.table .btn-group strong {
  font-size: 13px;
}

table.stats td a {
  color: #000;
  text-decoration: none;
}

table.stats td a:hover,
table.stats td a:focus {
  color: #08f;
  text-decoration: none;
}

.dataTables_wrapper .dt-buttons,
.dataTables_wrapper .dataTables_filter {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
.dataTables_wrapper .dt-buttons .form-control,
.dataTables_wrapper .dataTables_filter .form-control {
  width: 280px;
  font-size: 1em;
  font-weight: 400;
  color: #06f;
  height: auto;
  padding: 0.5em 1em;
}
@media (min-width: 1280px) {
  .dataTables_wrapper .dt-buttons .form-control,
  .dataTables_wrapper .dataTables_filter .form-control {
    width: 380px;
  }
}
@media (min-width: 1440px) {
  .dataTables_wrapper .dt-buttons .form-control,
  .dataTables_wrapper .dataTables_filter .form-control {
    width: 480px;
  }
}
.dataTables_wrapper .pagination {
  float: right;
}

.dt-buttons {
  margin-bottom: 1rem;
}
.dt-buttons .btn {
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  margin-right: 1px;
  border-width: 1px;
}
.dt-buttons .btn:first-child {
  border-radius: 27px 0 0 27px;
}
.dt-buttons .btn:last-child {
  border-radius: 0 27px 27px 0;
}
.dt-buttons .btn.buttons-excel {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745 !important;
}
.dt-buttons .btn.buttons-pdf {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545 !important;
}
.dt-buttons .btn.buttons-print {
  border-color: #ced4da;
  background-color: #ced4da !important;
}

/* Table Content */
.ui.table th,
.ui.table td {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

/* Headers */
.ui.table thead {
  box-shadow: none;
}

.ui.table thead th {
  cursor: auto;
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

.ui.table thead tr > th:first-child {
  border-left: none;
}

/* Footer */
.ui.table tfoot {
  box-shadow: none;
}

.ui.table tfoot th {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429em 0.78571429em;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.ui.table tfoot tr > th:first-child {
  border-left: none;
}

/* Table Row */
.ui.table tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table tr:first-child td {
  border-top: none;
}

/* Table Cells */
.ui.table td {
  padding: 0.78571429em 0.78571429em;
  text-align: inherit;
}

/* Icons */
.ui.table > .icon {
  vertical-align: baseline;
}

.ui.table > .icon:only-child {
  margin: 0em;
}

/* Table Segment */
.ui.table.segment {
  padding: 0em;
}

.ui.table.segment:after {
  display: none;
}

.ui.table.segment.stacked:after {
  display: block;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .ui.table:not(.unstackable) {
    width: 100%;
  }
  .ui.table:not(.unstackable) tbody,
  .ui.table:not(.unstackable) tr,
  .ui.table:not(.unstackable) tr > th,
  .ui.table:not(.unstackable) tr > td {
    width: auto !important;
    display: block !important;
  }
  .ui.table:not(.unstackable) {
    padding: 0em;
  }
  .ui.table:not(.unstackable) thead {
    display: block;
  }
  .ui.table:not(.unstackable) tfoot {
    display: block;
  }
  .ui.table:not(.unstackable) tr {
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  }
  .ui.table:not(.unstackable) tr > th,
  .ui.table:not(.unstackable) tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em !important;
    box-shadow: none !important;
  }
  .ui.table:not(.unstackable) th:first-child,
  .ui.table:not(.unstackable) td:first-child {
    font-weight: bold;
  }
  /* Definition Table */
  .ui.definition.table:not(.unstackable) thead th:first-child {
    box-shadow: none !important;
  }
}
/*******************************
			Coupling
*******************************/
/* UI Image */
.ui.table th .image,
.ui.table th .image img,
.ui.table td .image,
.ui.table td .image img {
  max-width: none;
}

/*******************************
			 Types
*******************************/
/*--------------
	Complex
---------------*/
.ui.structured.table {
  border-collapse: collapse;
}

.ui.structured.table thead th {
  border-left: none;
  border-right: none;
}

.ui.structured.sortable.table thead th {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.structured.basic.table th {
  border-left: none;
  border-right: none;
}

.ui.structured.celled.table tr th,
.ui.structured.celled.table tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

/*--------------
   Definition
---------------*/
.ui.definition.table thead:not(.full-width) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 0px 1px #FFFFFF;
}

.ui.definition.table tfoot:not(.full-width) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: rgba(0, 0, 0, 0.4);
  color: normal;
  box-shadow: 1px 1px 0px 1px #FFFFFF;
}

/* Remove Border */
.ui.celled.definition.table thead:not(.full-width) th:first-child {
  box-shadow: 0px -1px 0px 1px #FFFFFF;
}

.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  box-shadow: 0px 1px 0px 1px #FFFFFF;
}

/*--------------
	Positive
---------------*/
.ui.table tr.positive,
.ui.table td.positive {
  box-shadow: 0px 0px 0px #A3C293 inset;
}

.ui.table tr.positive,
.ui.table td.positive {
  background: #FCFFF5 !important;
  color: #2C662D !important;
}

/*--------------
	 Negative
---------------*/
.ui.table tr.negative,
.ui.table td.negative {
  box-shadow: 0px 0px 0px #E0B4B4 inset;
}

.ui.table tr.negative,
.ui.table td.negative {
  background: #FFF6F6 !important;
  color: #9F3A38 !important;
}

/*--------------
	  Error
---------------*/
.ui.table tr.error,
.ui.table td.error {
  box-shadow: 0px 0px 0px #E0B4B4 inset;
}

.ui.table tr.error,
.ui.table td.error {
  background: #FFF6F6 !important;
  color: #9F3A38 !important;
}

/*--------------
	 Warning
---------------*/
.ui.table tr.warning,
.ui.table td.warning {
  box-shadow: 0px 0px 0px #C9BA9B inset;
}

.ui.table tr.warning,
.ui.table td.warning {
  background: #FFFAF3 !important;
  color: #573A08 !important;
}

/*--------------
	 Active
---------------*/
.ui.table tr.active,
.ui.table td.active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
}

.ui.table tr.active,
.ui.table td.active {
  background: #E0E0E0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

/*--------------
	 Disabled
---------------*/
.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

/*******************************
		  Variations
*******************************/
/*--------------
	Stackable
---------------*/
@media only screen and (max-width: 991px) {
  .ui[class*="tablet stackable"].table,
  .ui[class*="tablet stackable"].table tbody,
  .ui[class*="tablet stackable"].table tr,
  .ui[class*="tablet stackable"].table tr > th,
  .ui[class*="tablet stackable"].table tr > td {
    width: 100% !important;
    display: block !important;
  }
  .ui[class*="tablet stackable"].table {
    padding: 0em;
  }
  .ui[class*="tablet stackable"].table thead {
    display: block;
  }
  .ui[class*="tablet stackable"].table tfoot {
    display: block;
  }
  .ui[class*="tablet stackable"].table tr {
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  }
  .ui[class*="tablet stackable"].table tr > th,
  .ui[class*="tablet stackable"].table tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em;
    box-shadow: none !important;
  }
  /* Definition Table */
  .ui.definition[class*="tablet stackable"].table thead th:first-child {
    box-shadow: none !important;
  }
}
/*--------------
 Text Alignment
---------------*/
.ui.table[class*="left aligned"],
.ui.table [class*="left aligned"] {
  text-align: left;
}

.ui.table[class*="center aligned"],
.ui.table [class*="center aligned"] {
  text-align: center;
}

.ui.table[class*="right aligned"],
.ui.table [class*="right aligned"] {
  text-align: right;
}

/*------------------
 Vertical Alignment
------------------*/
.ui.table[class*="top aligned"],
.ui.table [class*="top aligned"] {
  vertical-align: top;
}

.ui.table[class*="middle aligned"],
.ui.table [class*="middle aligned"] {
  vertical-align: middle;
}

.ui.table[class*="bottom aligned"],
.ui.table [class*="bottom aligned"] {
  vertical-align: bottom;
}

/*--------------
	Collapsing
---------------*/
.ui.table th.collapsing,
.ui.table td.collapsing {
  width: 1px;
  white-space: nowrap;
}

/*--------------
	 Fixed
---------------*/
.ui.fixed.table {
  table-layout: fixed;
}

.ui.fixed.table th,
.ui.fixed.table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------
   Selectable
---------------*/
.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.selectable.inverted.table tbody tr:hover,
.ui.inverted.table tbody tr td.selectable:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

/* Selectable Cell Link */
.ui.table tbody tr td.selectable {
  padding: 0em;
}

.ui.table tbody tr td.selectable > a:not(.ui) {
  display: block;
  color: inherit;
  padding: 0.78571429em 0.78571429em;
}

/* Other States */
.ui.selectable.table tr.error:hover,
.ui.table tr td.selectable.error:hover,
.ui.selectable.table tr:hover td.error {
  background: #ffe7e7 !important;
  color: #943634 !important;
}

.ui.selectable.table tr.warning:hover,
.ui.table tr td.selectable.warning:hover,
.ui.selectable.table tr:hover td.warning {
  background: #fff4e4 !important;
  color: #493107 !important;
}

.ui.selectable.table tr.active:hover,
.ui.table tr td.selectable.active:hover,
.ui.selectable.table tr:hover td.active {
  background: #E0E0E0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.ui.selectable.table tr.positive:hover,
.ui.table tr td.selectable.positive:hover,
.ui.selectable.table tr:hover td.positive {
  background: #f7ffe6 !important;
  color: #275b28 !important;
}

.ui.selectable.table tr.negative:hover,
.ui.table tr td.selectable.negative:hover,
.ui.selectable.table tr:hover td.negative {
  background: #ffe7e7 !important;
  color: #943634 !important;
}

/*-------------------
	  Attached
--------------------*/
/* Middle */
.ui.attached.table {
  top: 0px;
  bottom: 0px;
  margin: 0em -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  box-shadow: none;
  border: 1px solid #D4D4D5;
}

.ui.attached + .ui.attached.table:not(.top) {
  border-top: none;
}

/* Top */
.ui[class*="top attached"].table {
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  margin-top: 1em;
}

.ui.table[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */
.ui[class*="bottom attached"].table {
  bottom: 0px;
  margin-top: 0em;
  top: 0px;
  margin-bottom: 1em;
  box-shadow: none, none;
}

.ui[class*="bottom attached"].table:last-child {
  margin-bottom: 0em;
}

/*--------------
	 Striped
---------------*/
/* Table Striping */
.ui.striped.table > tr:nth-child(2n),
.ui.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02);
}

/* Stripes */
.ui.inverted.striped.table > tr:nth-child(2n),
.ui.inverted.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Allow striped active hover */
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
  background: #EFEFEF !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/*--------------
   Single Line
---------------*/
.ui.table[class*="single line"],
.ui.table [class*="single line"] {
  white-space: nowrap;
}

.ui.table[class*="single line"],
.ui.table [class*="single line"] {
  white-space: nowrap;
}

/*-------------------
	   Colors
--------------------*/
/* Red */
.ui.red.table {
  border-top: 0.2em solid #DB2828;
}

.ui.inverted.red.table {
  background-color: #DB2828 !important;
  color: #FFFFFF !important;
}

/* Orange */
.ui.orange.table {
  border-top: 0.2em solid #F2711C;
}

.ui.inverted.orange.table {
  background-color: #F2711C !important;
  color: #FFFFFF !important;
}

/* Yellow */
.ui.yellow.table {
  border-top: 0.2em solid #FBBD08;
}

.ui.inverted.yellow.table {
  background-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

/* Olive */
.ui.olive.table {
  border-top: 0.2em solid #B5CC18;
}

.ui.inverted.olive.table {
  background-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

/* Green */
.ui.green.table {
  border-top: 0.2em solid #21BA45;
}

.ui.inverted.green.table {
  background-color: #21BA45 !important;
  color: #FFFFFF !important;
}

/* Teal */
.ui.teal.table {
  border-top: 0.2em solid #00B5AD;
}

.ui.inverted.teal.table {
  background-color: #00B5AD !important;
  color: #FFFFFF !important;
}

/* Blue */
.ui.blue.table {
  border-top: 0.2em solid #2185D0;
}

.ui.inverted.blue.table {
  background-color: #2185D0 !important;
  color: #FFFFFF !important;
}

/* Violet */
.ui.violet.table {
  border-top: 0.2em solid #6435C9;
}

.ui.inverted.violet.table {
  background-color: #6435C9 !important;
  color: #FFFFFF !important;
}

/* Purple */
.ui.purple.table {
  border-top: 0.2em solid #A333C8;
}

.ui.inverted.purple.table {
  background-color: #A333C8 !important;
  color: #FFFFFF !important;
}

/* Pink */
.ui.pink.table {
  border-top: 0.2em solid #E03997;
}

.ui.inverted.pink.table {
  background-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Brown */
.ui.brown.table {
  border-top: 0.2em solid #A5673F;
}

.ui.inverted.brown.table {
  background-color: #A5673F !important;
  color: #FFFFFF !important;
}

/* Grey */
.ui.grey.table {
  border-top: 0.2em solid #767676;
}

.ui.inverted.grey.table {
  background-color: #767676 !important;
  color: #FFFFFF !important;
}

/* Black */
.ui.black.table {
  border-top: 0.2em solid #1B1C1D;
}

.ui.inverted.black.table {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

/*--------------
  Column Count
---------------*/
/* Grid Based */
.ui.one.column.table td {
  width: 100%;
}

.ui.two.column.table td {
  width: 50%;
}

.ui.three.column.table td {
  width: 33.33333333%;
}

.ui.four.column.table td {
  width: 25%;
}

.ui.five.column.table td {
  width: 20%;
}

.ui.six.column.table td {
  width: 16.66666667%;
}

.ui.seven.column.table td {
  width: 14.28571429%;
}

.ui.eight.column.table td {
  width: 12.5%;
}

.ui.nine.column.table td {
  width: 11.11111111%;
}

.ui.ten.column.table td {
  width: 10%;
}

.ui.eleven.column.table td {
  width: 9.09090909%;
}

.ui.twelve.column.table td {
  width: 8.33333333%;
}

.ui.thirteen.column.table td {
  width: 7.69230769%;
}

.ui.fourteen.column.table td {
  width: 7.14285714%;
}

.ui.fifteen.column.table td {
  width: 6.66666667%;
}

.ui.sixteen.column.table td {
  width: 6.25%;
}

/* Column Width */
.ui.table th.one.wide,
.ui.table td.one.wide {
  width: 6.25%;
}

.ui.table th.two.wide,
.ui.table td.two.wide {
  width: 12.5%;
}

.ui.table th.three.wide,
.ui.table td.three.wide {
  width: 18.75%;
}

.ui.table th.four.wide,
.ui.table td.four.wide {
  width: 25%;
}

.ui.table th.five.wide,
.ui.table td.five.wide {
  width: 31.25%;
}

.ui.table th.six.wide,
.ui.table td.six.wide {
  width: 37.5%;
}

.ui.table th.seven.wide,
.ui.table td.seven.wide {
  width: 43.75%;
}

.ui.table th.eight.wide,
.ui.table td.eight.wide {
  width: 50%;
}

.ui.table th.nine.wide,
.ui.table td.nine.wide {
  width: 56.25%;
}

.ui.table th.ten.wide,
.ui.table td.ten.wide {
  width: 62.5%;
}

.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
  width: 68.75%;
}

.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
  width: 75%;
}

.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
  width: 81.25%;
}

.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
  width: 87.5%;
}

.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
  width: 93.75%;
}

.ui.table th.sixteen.wide,
.ui.table td.sixteen.wide {
  width: 100%;
}

/*--------------
	Sortable
---------------*/
.ui.sortable.table thead th {
  cursor: pointer;
  white-space: nowrap;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
}

.ui.sortable.table thead th:first-child {
  border-left: none;
}

.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui.sortable.table thead th:after {
  display: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "";
  height: 1em;
  width: auto;
  opacity: 0.8;
  margin: 0em 0em 0em 0.5em;
  font-family: "Icons";
}

.ui.sortable.table thead th.ascending:after {
  content: "\f0d8";
}

.ui.sortable.table thead th.descending:after {
  content: "\f0d7";
}

/* Hover */
.ui.sortable.table th.disabled:hover {
  cursor: auto;
  color: rgba(40, 40, 40, 0.3);
}

.ui.sortable.table thead th:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Sorted */
.ui.sortable.table thead th.sorted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.ui.sortable.table thead th.sorted:after {
  display: inline-block;
}

/* Sorted Hover */
.ui.sortable.table thead th.sorted:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */
.ui.inverted.sortable.table thead th.sorted {
  background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #ffffff;
}

.ui.inverted.sortable.table thead th:hover {
  background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #ffffff;
}

.ui.inverted.sortable.table thead th {
  border-left-color: transparent;
  border-right-color: transparent;
}

/*--------------
	Inverted
---------------*/
/* Text Color */
.ui.inverted.table {
  background: #333333;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

.ui.inverted.table th {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9);
}

.ui.inverted.table tr td {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.ui.inverted.table tr.disabled td,
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(225, 225, 225, 0.3);
}

/* Definition */
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
  background: #FFFFFF;
}

.ui.inverted.definition.table tr td:first-child {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

/*--------------
   Collapsing
---------------*/
.ui.collapsing.table {
  width: auto;
}

/*--------------
	  Basic
---------------*/
.ui.basic.table {
  background: transparent;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

.ui.basic.table thead,
.ui.basic.table tfoot {
  box-shadow: none;
}

.ui.basic.table th {
  background: transparent;
  border-left: none;
}

.ui.basic.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ui.basic.table td {
  background: transparent;
}

.ui.basic.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Very Basic */
.ui[class*="very basic"].table {
  border: none;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td {
  padding: "";
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
  padding-left: 0em;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
  padding-right: 0em;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
  padding-top: 0em;
}

/*--------------
	 Celled
---------------*/
.ui.celled.table tr th,
.ui.celled.table tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.celled.table tr th:first-child,
.ui.celled.table tr td:first-child {
  border-left: none;
}

/*--------------
	 Padded
---------------*/
.ui.padded.table th {
  padding-left: 1em;
  padding-right: 1em;
}

.ui.padded.table th,
.ui.padded.table td {
  padding: 1em 1em;
}

/* Very */
.ui[class*="very padded"].table th {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.ui[class*="very padded"].table td {
  padding: 1.5em 1.5em;
}

/*--------------
	 Compact
---------------*/
.ui.compact.table th {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.ui.compact.table td {
  padding: 0.5em 0.7em;
}

/* Very */
.ui[class*="very compact"].table th {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.ui[class*="very compact"].table td {
  padding: 0.4em 0.6em;
}

/*--------------
	  Sizes
---------------*/
/* Small */
.ui.small.table {
  font-size: 0.9em;
}

/* Standard */
.ui.table {
  font-size: 1em;
}

/* Large */
.ui.large.table {
  font-size: 1.1em;
}

/*******************************
		 Site Overrides
*******************************/
.pb-chart-border {
  border: 1px solid #ddd;
}

.pb-chart {
  padding: 15px;
  margin-bottom: 15px;
}

.pb-chart canvas {
  display: block;
  text-align: center;
}

.pb-chart .key {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.pb-chart .key span.key-item {
  display: inline-block;
}

.pb-chart .key .key-item {
  margin-right: 10px;
}

.pb-chart .key .index {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
}

.pb-chart .key .value {
  display: inline-block;
  padding-left: 2px;
  padding-right: 4px;
}

.pb-chart .pie-chart {
  min-width: 170px;
  min-height: 170px;
  max-width: 80%;
}

#AnnualPackagesChart {
  max-height: 400px;
}

.dashboard-charts a.card {
  display: block;
  color: #000;
  text-decoration: none;
}
.dashboard-charts a.card:hover, .dashboard-charts a.card:focus {
  text-decoration: none;
}
.dashboard-charts .card {
  margin-bottom: 15px;
  border: 0;
}
.dashboard-charts .card .h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dashboard-charts .card .wrap {
  width: 120px;
  height: 120px;
  padding: 0;
  border-width: 4px;
  border-top-color: #ddd;
  border-style: solid;
  border-radius: 50%;
  background-color: #fff;
}
.dashboard-charts .card .wrap .details {
  overflow: hidden;
}
.dashboard-charts .card .wrap .details .single-count {
  margin: 0;
  padding: 0;
  line-height: 118px;
  font-size: 48px;
  font-weight: 100;
  text-align: center;
}
.dashboard-charts .card .wrap .h4 {
  height: 30px;
  margin: 0 -1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card {
  display: block;
  border: 1px solid #ddd;
}
.card > h3 {
  margin-top: 0;
}
.card .info {
  border-color: #3085D6;
}
.card .success {
  border-color: #42A35A;
}
.card .warning {
  border-color: #F6B83F;
}
.card .danger {
  border-color: #CA3838;
}
.card .default {
  border-color: #ccc;
}

.card-inline {
  display: inline-block;
}

.card-default {
  background-color: #eee;
}

.well-success {
  color: #fff;
  border-color: #449D44;
  background-color: #449D44;
}
.well-success h3 {
  margin-top: 0;
}

.print-qr .form-wrap {
  background-color: #fff;
}
@media print {
  .print-qr .form-wrap {
    width: 640px;
  }
}

.code_number {
  padding-left: 15px;
  font-size: 16px;
}

.qrcode-print-section .details h3 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #eee;
  font-size: 16px;
}
.qrcode-print-section .details h3 > strong {
  display: block;
}

@media print {
  .print-hidden {
    display: none;
  }
}
:root {
  --bs-primary: #106ebe;
  --bs-primary-rgb: 16, 110, 190;
}

.login-container {
  min-height: 100vh;
  background-color: var(--gui-primary);
}

.login-panel {
  width: 100%;
  max-width: 768px;
}
.login-panel .right-panel {
  background-size: cover !important;
  background-position: center;
  background-image: url("/assets/img/bg-login.jpg");
}

.today-bar > span {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.today-bar .info {
  color: #fff;
  background-color: #106ebe;
}

.pb-charts .card {
  position: relative;
  margin-bottom: 1rem;
  border: 0;
  text-decoration: none;
}
.pb-charts .card:hover, .pb-charts .card:focus {
  text-decoration: none;
}
.pb-charts .card .h4 {
  font-size: 1rem;
}
.pb-charts .card .wrap {
  padding: 1rem;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  line-height: 2;
  border-width: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-style: solid;
  border-top-color: #ced4da !important;
}
.pb-charts .card .wrap.danger {
  color: var(--bs-danger);
  border-color: #dc3545;
}
.pb-charts .card .wrap.info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.pb-charts .card .wrap.primary {
  color: #106ebe;
  border-color: #106ebe;
}
.pb-charts .card .wrap.success {
  color: #28a745;
  border-color: #28a745;
}
.pb-charts .card .wrap.warning {
  color: #ffc107;
  border-color: #ffc107;
}

.main-header {
  color: #fff;
  background-color: #106ebe;
}

.sidebar-wrap {
  padding: 1rem;
  background-color: #f8f9fa;
}

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