@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/*__________________________________________________________________;
[Colors]
Project:	Brunette
___________________________________________________________________*/
@media (max-width: 600px) {
  body div.wicket-modal {
    top: unset !important;
    bottom: 0;
    position: fixed !important;
  }
}
body div.wicket-modal {
  max-width: 100vw;
}
body div.wicket-modal div.w_blue {
  background: #fff;
  border-radius: 3px;
  box-shadow: 3px 6px 17px rgba(0, 0, 0, 0.3), 0 0 0 1px #fff;
}
body div.wicket-modal div.w_blue div.w_top, body div.wicket-modal div.w_blue div.w_topRight, body div.wicket-modal div.w_blue div.w_topLeft {
  background: #fff;
  border-radius: 0;
}
body div.wicket-modal div.w_blue div.w_bottom, body div.wicket-modal div.w_blue div.w_bottomRight, body div.wicket-modal div.w_blue div.w_bottomLeft, body div.wicket-modal div.w_blue div.w_left, body div.wicket-modal div.w_blue div.w_right {
  background: #fff;
  border-radius: 0;
}
body div.wicket-modal div.w_blue div.w_topLeft {
  border-radius: 3px 0 0 0;
}
body div.wicket-modal div.w_blue div.w_topRight {
  border-radius: 0 3px 0 0;
}
body div.wicket-modal div.w_blue div.w_bottomRight {
  border-radius: 0 0 3px 0;
}
body div.wicket-modal div.w_blue div.w_bottomLeft {
  border-radius: 0 0 0 3px;
}
body div.wicket-modal div.w_caption {
  height: auto;
  overflow: visible;
  padding: 0.75rem 1.25rem;
  margin: 0 -10px;
  background: #fff;
  border-bottom: 1px solid #e0e3e4;
}
body div.wicket-modal h3.w_captionText {
  position: static;
  margin: 0;
  height: auto;
  min-height: 30px;
  color: #524c4c;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
}
body div.wicket-modal a.w_close {
  background-image: none !important;
  height: 16px !important;
  width: 24px !important;
  top: 20px;
  right: 10px;
  opacity: .75;
  filter: alpha(opacity=75);
}
body div.wicket-modal a.w_close:after, body div.wicket-modal a.w_close:before {
  content: "";
  position: absolute;
  right: 14px;
  width: 2px;
  height: 14px;
  background-color: #fff;
  border-right: 3px solid black;
}
body div.wicket-modal a.w_close:after {
  -webki-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body div.wicket-modal a.w_close:before {
  -webki-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body div.wicket-modal a.w_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
body div.wicket-modal div.w_content_2 {
  padding-top: 0;
}
body div.wicket-modal div.w_content_3 {
  border: 0;
  padding: 0;
}
body div.wicket-mask-dark {
  background-color: #afafaf;
  opacity: 0.37;
  filter: alpha(opacity=37);
}

.modal-window-indent {
  padding: 15px 15px 0;
}

.modal-window-buttons-indent {
  text-align: right;
}
.modal-window-buttons-indent table {
  margin: 0 0 0 auto;
}
.modal-window-buttons-indent table td {
  padding: 0 !important;
}
.modal-window-buttons-indent .form-group.form-group-btn .btn-group-box .btn {
  margin-top: 12px;
  margin-bottom: 0;
}
.modal-window-buttons-indent .form-group.form-group-btn .btn-group-box .btn + .btn {
  margin-left: 5px;
}

.panel-in-modal {
  margin-right: 5px;
}

/* Style changes for editable tables */
table .select2-container .select2-selection--single {
  height: calc(2.25rem + 4px);
}
table .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 4px);
}

table.dataTable tr.datarow:hover {
  background: #7a5449;
}
table.dataTable tr.datarow:hover .form-control {
  border-color: #a58b84;
}
table.dataTable tr.datarow:hover .btn-outline-light {
  border-color: #a58b84;
  color: #a58b84;
  background: #7a5449;
}
table.dataTable tr.datarow:hover .btn-outline-light:hover {
  background: #a58b84;
  color: #7a5449;
}
table.dataTable tr.datarow.selected, table.dataTable tr.datarow.selected:hover {
  background: #502f25;
}
table.dataTable tr.datarow.selected .form-control, table.dataTable tr.datarow.selected:hover .form-control {
  border-color: #a58b84;
}
table.dataTable tr.datarow.selected .btn-outline-light, table.dataTable tr.datarow.selected:hover .btn-outline-light {
  border-color: #a58b84;
  color: #a58b84;
  background: #502f25;
}
table.dataTable tr.datarow.selected .btn-outline-light:hover, table.dataTable tr.datarow.selected:hover .btn-outline-light:hover {
  background: #a58b84;
  color: #502f25;
}

.btn.btn-outline-secondary a.dropdown-toggle {
  color: #0d1113;
}
.btn.btn-outline-secondary.show, .btn.btn-outline-secondary:hover {
  background: #9e9e9e !important;
}
.btn.btn-outline-secondary.show a.dropdown-toggle, .btn.btn-outline-secondary:hover a.dropdown-toggle {
  color: #fff !important;
}

label.required:after {
  content: "*";
  font-weight: bold;
  color: #cf020d;
}

.feedbackPanel {
  color: #cf020d;
}

input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #bdbdbd;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 240ms;
  transition: 240ms;
}
input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #7a5449;
  border-color: #7a5449;
}

.ajax-loading-indicator {
  position: relative;
  top: 0;
  display: none;
  z-index: 1000000000;
  background: #fff;
  width: 100%;
  margin-top: -46px;
  height: 58px;
}
.ajax-loading-indicator .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 58px;
}
.ajax-loading-indicator .lds-ellipsis div {
  position: absolute;
  top: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7a5449;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.ajax-loading-indicator .lds-ellipsis div:nth-child(1) {
  left: calc(50% - 32px + 6px);
  animation: lds-ellipsis1 0.6s infinite;
}
.ajax-loading-indicator .lds-ellipsis div:nth-child(2) {
  left: calc(50% - 32px + 6px);
  animation: lds-ellipsis2 0.6s infinite;
}
.ajax-loading-indicator .lds-ellipsis div:nth-child(3) {
  left: calc(50% - 32px + 26px);
  animation: lds-ellipsis2 0.6s infinite;
}
.ajax-loading-indicator .lds-ellipsis div:nth-child(4) {
  left: calc(50% - 32px + 45px);
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.w_content_container {
  position: static !important;
}

.wide-page-container {
  margin-left: 20px;
  margin-right: 20px;
}

.label-word-break {
  height: 10rem;
  word-break: break-word;
  overflow-y: auto;
}

.ajax-loading-indicator .lds-ellipsis div {
  background: #40606d;
}

.hk-pg-wrapper.hk-auth-wrapper {
  background: url("../images/login-page.jpg") no-repeat 5% 100%;
  background-size: cover;
}
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap {
  height: 100vh;
}
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form {
  background: #fff;
  padding: 30px 50px;
  border-radius: 15px;
}
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .brand-img {
  max-height: 300px;
}
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .brand-name {
  color: #3a748a;
  font-size: 32px;
}
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form input:-webkit-autofill,
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form input:-webkit-autofill:hover,
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form input:-webkit-autofill:focus,
.hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form input:-webkit-autofill:active {
  font-size: 1rem;
}
@media (max-width: 1649px) {
  .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .brand-img {
    max-height: 250px;
  }
  .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .brand-name {
    font-size: 28px;
  }
}
@media (max-width: 1449px) {
  .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .brand-img {
    max-height: 220px;
  }
  .hk-pg-wrapper.hk-auth-wrapper .auth-form-wrap .auth-form .brand-name {
    font-size: 24px;
  }
}

.hk-wrapper .hk-navbar.navbar-light a.nav-link-hover:after {
  width: 30px;
  height: 30px;
}

.nav-link-icon-section {
  min-width: 32px;
  line-height: 25px;
  font-size: 0 !important;
}
.nav-link-icon-section + .nav-link-text {
  color: #40606d;
}

.dropdown-organization .dropdown-toggle {
  color: #9e9e9e;
}
.dropdown-organization .dropdown-toggle .organization-arrow {
  padding: 5px;
}

.dropdown-authentication .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e9e9e;
}
.dropdown-authentication .media .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3px;
}
.dropdown-authentication .media .media-body i {
  padding-left: 10px;
}

.form-date-range {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.form-title {
  color: #738e99;
  font-size: 40px;
}

.form-section-label {
  color: #738e99;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  margin: 24px 15px;
}

.form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.btn.btn-default {
  color: #34444B;
  background-color: #f4f6f7;
  border-color: #f4f6f7;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  color: #fff;
  background-color: #5e7d8a;
  border-color: #5e7d8a;
}
.btn.btn-default:not(:disabled):not(.disabled).active, .btn.btn-default:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #82C9FB;
  border-color: #82C9FB;
}
.btn.btn-default.disabled, .btn.btn-default:disabled {
  color: #98a0a3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  cursor: not-allowed;
}
.btn.btn-default.dropdown-toggle, .btn.btn-default.show {
  background-color: #40606d;
  border-color: #40606d;
  cursor: pointer;
}

.btn.btn-secondary {
  color: #34444B;
  background-color: #ced8dc;
  border-color: #ced8dc;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #fff;
  background-color: #5e7d8a;
  border-color: #5e7d8a;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #82C9FB;
  border-color: #82C9FB;
}
.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
  color: #98a0a3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  cursor: not-allowed;
}
.btn.btn-secondary.dropdown-toggle, .btn.btn-secondary.show {
  background-color: #40606d;
  border-color: #40606d;
  cursor: pointer;
}

.btn.btn-info {
  color: #fff;
  background-color: #56B6F7;
  border-color: #56B6F7;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  color: #fff;
  background-color: #5e7d8a;
  border-color: #5e7d8a;
}
.btn.btn-info:not(:disabled):not(.disabled).active, .btn.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #82C9FB;
  border-color: #82C9FB;
}
.btn.btn-info.disabled, .btn.btn-info:disabled {
  color: #98a0a3;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  cursor: not-allowed;
}
.btn.btn-info.dropdown-toggle, .btn.btn-info.show {
  background-color: #40606d;
  border-color: #40606d;
  cursor: pointer;
}

.btn-outline-light {
  color: #324148;
  background-color: transparent;
  background-image: none;
  border-color: #e0e3e4;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
  color: #324148;
  background-color: transparent;
  border-color: #e0e3e4;
}

.btn.btn-rounded {
  border-radius: 5px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.form-control:focus,
.dd-handle:focus {
  border-color: #e0e3e4;
}

.dd-handle:disabled + .input-group-append .btn.btn-outline-light,
.form-control:disabled + .input-group-append .btn.btn-outline-light {
  border-color: #f5f5f6;
}
.dd-handle:disabled + .input-group-append .btn.btn-outline-light .glyphicon-calendar,
.form-control:disabled + .input-group-append .btn.btn-outline-light .glyphicon-calendar {
  opacity: 0.5;
}

.select2-container--open {
  z-index: 9999999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px;
  outline: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 8px;
  padding: 0 6px;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {
  border-color: #e0e3e4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ced8dc;
  color: #172a32;
  white-space: normal;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--multiple {
  padding: 0;
  line-height: 21px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #172a32;
}
.select2-container--default .select2-results__option {
  color: #172a32;
  padding: 6px 12px;
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #82C9FB;
  border-color: #82C9FB;
}

table.dataTable.display tbody tr.odd {
  background: #f4f6f7;
}
table.dataTable thead th {
  text-transform: none;
}
table.dataTable thead tr th a {
  color: #172a32;
  font-size: 15px;
}
table.dataTable thead tr th.wicket_orderUp:after {
  content: "\f176";
  color: #c4c4c4;
  z-index: 10;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
table.dataTable thead tr th.wicket_orderDown:after {
  content: "\f175";
  color: #c4c4c4;
  z-index: 10;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}
table.dataTable tr.datarow.selected, table.dataTable tr.datarow.selected:hover, table.dataTable tr.datarow:hover {
  background: #ced8dc !important;
  color: #172a32 !important;
}
table.dataTable tr.datarow.selected .form-control, table.dataTable tr.datarow.selected:hover .form-control, table.dataTable tr.datarow:hover .form-control {
  border-color: #e0e3e4;
}
table.dataTable tr.datarow.selected .btn.btn-outline-light, table.dataTable tr.datarow.selected:hover .btn.btn-outline-light, table.dataTable tr.datarow:hover .btn.btn-outline-light {
  border-color: #e0e3e4;
  color: #324148;
  background: #fff;
}
table.dataTable tr.selected .row-control {
  display: inline-block;
}
table.dataTable tr .row-control {
  display: none;
}

.tab-container-wrapper .nav-tabs.nav-light {
  border-bottom: 1px solid #ced8dc;
}
.tab-container-wrapper .nav-tabs.nav-light .nav-item .nav-link {
  background: #f4f6f7;
  border-radius: 5px 5px 0 0;
  color: #40606d;
  margin-right: 4px;
}
.tab-container-wrapper .nav-tabs.nav-light .nav-item.tabbed-panel-link-active .nav-link {
  background: transparent;
  border: 1px solid #ced8dc;
  border-bottom: 3px solid #fff;
}
.tab-container-wrapper .tabpanels-container {
  position: relative;
  top: -2px;
}
.tab-container-wrapper .tabpanels-container .tab-content {
  border: 1px solid #ced8dc;
  border-top: 0;
  padding: 20px;
}

.button-list .btn-group:last-child {
  margin-right: 0;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  font-size: 14px;
}
.daterangepicker .calendar-table tbody tr td.today, .daterangepicker .calendar-table tbody tr td.in-range {
  background-color: #f4f6f7;
  color: #172a32;
}
.daterangepicker .calendar-table tbody tr td.available:hover.active, .daterangepicker .calendar-table tbody tr td.available:hover.active:hover, .daterangepicker .calendar-table tbody tr td.start-date.active, .daterangepicker .calendar-table tbody tr td.start-date.active:hover, .daterangepicker .calendar-table tbody tr td.end-date.active, .daterangepicker .calendar-table tbody tr td.end-date.active:hover, .daterangepicker .calendar-table tbody tr td.in-range.active, .daterangepicker .calendar-table tbody tr td.in-range.active:hover {
  background-color: #ced8dc;
  color: #172a32 !important;
}
.daterangepicker.show-calendar .ranges {
  margin: 8px 0;
}
.daterangepicker.show-calendar .ranges li {
  padding: 9px 7px;
  background: #f4f6f7;
  border-radius: 5px;
  margin: 0 8px 3px 8px;
  color: #172a32;
}
.daterangepicker.show-calendar .ranges li.active {
  background-color: #357ebd;
  color: #fff;
}
.daterangepicker.show-calendar .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .drp-selected {
  color: #172a32;
}

ul.pagination {
  border-radius: 5px;
}
ul.pagination .page-link {
  background: #f4f6f7;
  border-color: #e0e3e4;
  box-shadow: none;
}
ul.pagination .page-link:hover {
  background: #ced8dc;
  border-color: #ced8dc;
}
ul.pagination .previous .page-link,
ul.pagination .next .page-link,
ul.pagination .page-item.active .page-link {
  color: #324148;
  background: #fff;
  border-color: #e0e3e4;
}
ul.pagination .previous .page-link,
ul.pagination .next .page-link,
ul.pagination .page-item.disabled .page-link {
  background: #f4f6f7;
  border-color: #e0e3e4;
  box-shadow: none;
}
ul.pagination .previous .page-link:hover,
ul.pagination .next .page-link:hover,
ul.pagination .page-item.disabled .page-link:hover {
  background: #ced8dc;
  border-color: #ced8dc;
}

.page-item .selectpicker {
  border-width: 1px;
}

.hk-wrapper.hk-vertical-nav .hk-nav .navbar-nav .nav-item .nav-link-icon {
  margin-right: 1rem;
  width: 16px;
  text-align: center;
}

@media (max-width: 1199px) {
  .hk-wrapper.hk-vertical-nav .hk-nav .hk-nav-close {
    display: block;
    padding: 0.75rem;
  }
}
.hk-wrapper .hk-navbar.navbar-light {
  display: flex;
  justify-content: flex-start;
}

ul.navbar-nav.hk-navbar-content {
  position: absolute;
  right: 10px;
  top: 25px;
}

.body-calendar {
  overflow-x: auto;
}

.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0068ff;
  border-color: #0068ff;
  border-radius: 15px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus,
.btn.btn-primary:focus:hover,
.btn.btn-primary:focus:focus,
.btn.btn-primary.dropdown-toggle:hover,
.btn.btn-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #0068ff;
  border-color: #0068ff;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:focus:not(:disabled):not(.disabled).active,
.btn.btn-primary:focus:not(:disabled):not(.disabled):active,
.btn.btn-primary.dropdown-toggle:not(:disabled):not(.disabled).active,
.btn.btn-primary.dropdown-toggle:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0068ff;
  border-color: #0068ff;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled,
.btn.btn-primary:focus.disabled,
.btn.btn-primary:focus:disabled,
.btn.btn-primary.dropdown-toggle.disabled,
.btn.btn-primary.dropdown-toggle:disabled {
  color: #fff;
  background-color: #82C9FBFF;
  border-color: #82C9FBFF;
}

.logo {
  background-image: url("../images/blueLogo.svg");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  color: #0068ff;
  line-height: inherit;
  white-space: normal;
}

a:hover {
  text-decoration: none;
  color: #0068ff;
}

.chatapp-wrap .chatapp-left .chatapp-users-list a.media.active-user {
  background: #cbe0ef;
}

.chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div {
  background: #0068ff;
}

.chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:before, .chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle:after {
  background-color: #0068ff;
}

.chatapp-wrap .chatapp-right .chat-body .media.sent .media-body .msg-box > div .arrow-triangle-wrap .arrow-triangle {
  background-color: #0068ff;
}

.patient-card-container .card .card-header {
  border-radius: 14px;
  background: #cbe0ef;
}

.educational-panel {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

.educational-panel .items {
  min-width: 350px;
  max-width: 350px;
  min-height: 110px;
  max-height: 110px;
  background-color: #0068ff;
  border-radius: 15px;
  margin-right: 25px;
  display: flex;
}

.educational-panel .items label {
  color: #ffffff;
  max-width: -webkit-fill-available;
  max-height: 78px;
  align-items: center;
  font-size: large;
}

.educational-panel .items img {
  max-height: 110px;
  max-width: 110px;
  border-radius: 15px;
}

.educational-panel .photo-preview {
  right: 0;
  top: 0;
  bottom: 0;
  align-content: center;
  position: absolute;
}

.educational-panel-link {
  min-width: 80px;
  max-width: 88px;
  min-height: 110px;
  max-height: 110px;
  background-color: white;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.educational-panel-link .link {
  width: 75px;
  height: 110px;
  background-color: whitesmoke;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: auto;
  position: absolute;
  right: 0;
  color: #ffffff;
  display: flex;
  place-content: center;
  align-items: center;
  border: 1px solid #0000001c;
}

.educational-panel-link .link label {
  margin-bottom: 0;
  color: #524c4c;
  font-size: large;
}

.icons-arrow-right-background {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../css/icons/customicons/interface/Arrow right.svg");
  mask-image: url("../css/icons/customicons/interface/Arrow right.svg");
  background-color: #524c4c;
  width: 35px;
  height: 35px;
}

.panel-name {
  font-size: 20px;
  font-weight: bold;
}

.main-indicators-panel {
  display: flex;
  overflow-x: auto;
  flex-flow: row nowrap;
  min-height: 100px;
}

@media (max-width: 576px) {
  .main-indicators-panel {
    overflow-x: hidden;
  }
}
.main-indicators-panel .items {
  display: flex;
}

.indicators-measurement-panel {
  min-width: 300px;
  max-width: 450px;
  margin-right: 25px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  border-radius: 15px;
  min-height: 250px;
}

.indicators-measurement-panel-text {
  margin-top: 10px;
  margin-left: 25px;
  color: #2A2A2A;
  position: absolute;
  font-size: 1.2em;
}

.main-indicators-panel-link {
  min-width: 75px;
  max-width: 75px;
  min-height: 100%;
  background-color: white;
  margin-right: auto;
  position: absolute;
  right: 0;
}

.main-indicators-panel-link .link {
  min-width: 60px;
  max-width: 75px;
  min-height: 250px;
  max-height: 340px;
  background-color: whitesmoke;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: auto;
  position: absolute;
  right: 0;
  color: #ffffff;
  display: flex;
  place-content: center;
  align-items: center;
  border: 1px solid #0000001c;
}

.main-indicators-panel-link .link label {
  margin-bottom: 0;
  color: #524c4c;
  font-size: large;
}

.calendar-panel {
  display: flex;
  flex-flow: row nowrap;
  min-height: 100px;
  margin-left: 0;
  width: 100%;
}

.date-container, .event-container {
  background-color: whitesmoke;
  min-width: 200px;
  min-height: 200px;
  border-radius: 10px;
  padding: 10px;
}

.date-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.date-container-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.date-container .day-of-week {
  color: #608DE7;
  font-weight: bold;
}

.date-container .day-of-week::first-letter, .date-container .month::first-letter {
  text-transform: uppercase;
}

.date-container .day, .date-container .month, .event-container .event {
  color: black;
}

.date-container .day {
  font-size: 3em;
}

.date-container .month, .date-container .day-of-week {
  font-size: 2em;
}

.event-container {
  position: relative;
}

.event-container .event {
  font-size: 16px;
}

.event-container .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #608DE7;
  color: white;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}

/* mini/sppr page */
.sppr-card-container {
  margin: 0 auto;
  padding: 20px;
  max-width: calc(100% - 40px);
}

.sppr-card-group-widget {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
}

.sppr-card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  padding-bottom: 15px;
}

.sppr-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  color: #334155;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sppr-card h5 {
  margin-bottom: 15px;
  font-size: 1.5em;
}

.sppr-card-border-left {
  position: relative;
  padding-left: 20px;
}

.sppr-card-border-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  border-radius: 0 8px 8px 0;
}

.sppr-card-border-left-default::before {
  background: #007bff;
}

.sppr-card-border-left-red::before {
  background: #dc3545;
}

.sppr-card-border-left-yellow::before {
  background: #ffc107;
}

.sppr-card-border-left-gray::before {
  background: #6c757d;
}

.sppr-card-border-left-green::before {
  background: #28a745;
}

.sppr-card-border-left-gray-green::before {
  background: #20c997;
}

.sppr-card-border-left-positive::before {
  background: #17a2b8;
}

.sppr-card-border-left-zero-dynamics::before {
  background: #6f42c1;
}

.sppr-card-border-left-negative::before {
  background: #343a40;
}

.patient-event-row-width {
  flex: 0 0 50%;
  max-width: 50%;
}

.eventMedicamentExecutionPanel .glyphicon-plus {
  display: none;
}

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