body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  color: #333333;
  background: #ecf0f5;
}

.wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

section.content-wrapper {
  padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

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

h6, .h6 {
  font-size: 12px;
}

a {
  color: #3c8dbc;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #73b0d3;
}

p {
  line-height: 1.7em;
  margin-bottom: 0px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #9e9e9e;
}

small, .small {
  font-size: 85%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-size: 65%;
}

.c-pointer {
  cursor: pointer;
}

.left-section {
  border-right: 1px solid #d6d6d6;
  padding-right: 10px;
  margin-bottom: 10px;
}

.right-section {
  border-left: 1px solid #d6d6d6;
  margin-bottom: 10px;
  padding-left: 5px;
}

.checkbox-list {
  height: 150px;
  list-style: outside none none;
  overflow: auto;
  width: 100%;
  padding-left: 0px;
  border-bottom: 1px solid #cccccc;
}

.high-priority > * {
  background-color: #f4f2a1 !important;
  color: #a94442 !important;
  font-weight: bold !important;
}

.delete, .delete strong, .delete span {
  text-decoration: line-through;
  color: red;
}

.change {
  background: pink;
}

a.badge-light {
  font-size: 16px;
  padding: 8px 15px;
  color: #333333;
  background-color: #f8f9fa;
  border-radius: 50% !important;
}

a.badge-light:hover,
a.badge-light:active,
a.badge-light:focus {
  color: #333333 !important;
  background-color: #dae0e5;
}

.box-modal {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
  background: #ffffff;
  border-top: 2px solid #d2d6de;
  border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
  border-bottom: 1px solid #d2d6de;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.discontinued-date {
  font-weight: normal;
  color: #1a237e;
}

.ps-0 {
  padding-left: 0px;
}

.pe-0 {
  padding-right: 0px;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.web-view {
  padding-top: 0px !important;
}

.web-view #filter-button {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 4px !important;
}

.web-view .control-sidebar {
  padding-top: 10px;
}

.web-view .page-header {
  background: #214a7f;
  background: -webkit-linear-gradient(to right, #214a7f, #3a7bd5);
  background: linear-gradient(to right, #214a7f, #3a7bd5);
}

.web-view .page-header h2 {
  color: #ffffff;
}

.web-view .page-header a.text-sm {
  color: #ffffff;
}

.web-view .page-header li,
.web-view ol.breadcrumb .breadcrumb-item .dropdown .dropdown-link,
.web-view .breadcrumb-item + .breadcrumb-item::before,
.web-view .breadcrumb > li + li:before {
  color: #efefef !important;
}

.web-view-scribble {
  background: #515151 !important;
}

.web-view-scribble .page-header {
  background: #2E2B2C !important;
}

.web-view-scribble a, .web-view-scribble .text-primary {
  color: #2E2B2C !important;
}

.web-view-scribble a.btn-primary:not(.btn-flat) {
  color: #FFFFFF !important;
}

.web-view-scribble .btn-primary:not(.btn-flat) {
  background-color: #2E2B2C !important;
  border-color: #2E2B2C !important;
}

.web-view-scribble .bg-info {
  background-color: #CACACA !important;
  color: #2E2B2C !important;
  border-top: 0px !important;
}

.web-view-scribble .box-primary, .web-view-scribble .box {
  border-top: 2px solid #2E2B2C !important;
}

.input-group-text {
  padding: 6px 6px;
}

.custom-padding-0 {
  padding-right: 0 !important;
}

.internal-remark-main {
  display: inline-block;
}

.internal-remark-repeat {
  display: flex;
  flex-direction: column;
}

.internal-remark-repeat:last-child > span:last-child {
  display: none;
}

.growl-close, .alert button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  margin-top: -3px;
}

.growl-close:hover, .alert button.close:hover {
  color: #000;
  text-decoration: none;
}

.growl-close:not(:disabled):not(.disabled):hover, .growl-close:not(:disabled):not(.disabled):focus, .alert button.close:not(:disabled):not(.disabled):hover, .alert button.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.growl-close, .alert button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.growl-close.disabled, .alert button.close.disabled {
  pointer-events: none;
}

.alert-growl {
  border-radius: 10px;
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.9);
  border-width: 2px;
  border-color: white;
  border-color: rgba(255, 255, 255, 0.9);
  color: white;
  box-shadow: 0px 0px 10px #191919;
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
}

.alert-growl button.growl-close {
  color: white;
  opacity: 1;
}

.alert-growl img {
  float: left;
  padding: 0px 5px 0px 0px;
}

.alert-growl .alert-link {
  color: #fff;
}

.bg-info {
  background-color: #d6d6d6;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.box {
  width: 100%;
  position: relative;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  border-top: 2px solid #d2d6de;
  border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
  border-bottom: 1px solid #d2d6de;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-default {
  border-top-color: #d2d6de;
  padding: 0px;
}

.box.box-primary {
  border-top-color: #d2d6de;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.box.box-info {
  border-top-color: #00c0ef;
  padding: 0px;
}

.box.box-danger {
  border-top-color: #dd4b39;
  padding: 0px;
}

.box.box-warning {
  border-top-color: #f39c12;
  padding: 0px;
}

.box.box-success {
  border-top-color: #00a65a;
  padding: 0px;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
  color: #333333;
  background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #333333;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
  color: #ffffff;
}

.box .box-group > .box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #333333;
  display: block;
  padding: 10px;
  position: relative;
  background: #5bc0de;
  border-radius: 0px;
}

.box-header.with-border {
  border-bottom: 1px solid #e4e4e4;
  background: #efefef;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}

.box-header > .box-tools {
  position: absolute;
  right: 0px;
  top: 5px;
}

.box-header > .box-tools a {
  color: #333333;
}

.box-header > .box-tools [data-bs-toggle="tooltip"] {
  position: relative;
}

.box-header > .box-tools.float-end .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header > .box-tools .dropdown-menu > li > a {
  color: #333333;
}

.btn-box-tool {
  padding: 0px;
  font-size: 12px;
  background: transparent;
  color: #333333;
  border: 0px solid transparent;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.75rem;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body > .table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.box-header {
  padding: 5px 10px !important;
}

.box-header .box-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.btn.btn-flat {
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  font-size: 12px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn {
  margin-right: 5px;
  border-color: #cccccc;
}

.top_btn .btn {
  margin-left: 5px;
  margin-right: 0px;
  line-height: inherit;
  font-size: 14px;
}

.card-header {
  padding: 5px 10px !important;
}

.card-header {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  width: min-content;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

span.dropdown.open {
  z-index: 9999;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #e4e4e4;
}

.kv-panel-before .open > .dropdown-menu {
  display: block;
  z-index: 9999;
  min-width: 125px;
  top: 25px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal !important;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal !important;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.form-group {
  margin-bottom: 0px;
}

textarea.form-control {
  min-height: 30px;
  height: auto;
}

.highlight-addon {
  margin-bottom: 8px !important;
}

td.has-error > div.help-block {
  color: #ff0000;
}

.form-group > input[type=hidden] ~ div.invalid-feedback {
  margin: 0px;
}

label, .form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  color: #222;
  padding: 0px;
  font-weight: 500;
  font-size: 0.9em;
}

.form-group label {
  display: block;
  margin-bottom: 0px;
  color: #333333 !important;
  padding: 0px;
  font-size: 0.9em;
  font-weight: 500;
}

.content-checkbox {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
}

.content-checkbox ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.content-checkbox label {
  margin-bottom: 5px;
  color: #000000 !important;
  font-size: 14px;
}

form div.required label.control-label:after {
  content: " * ";
  color: red;
}

.required > label:after {
  content: " *";
  color: red;
}

#kv-gs-form button.btn.btn-default {
  height: 30px !important;
}

#kv-gs-form .form-control {
  height: 30px !important;
}

.list-group {
  padding-left: 0;
  margin-bottom: 10px;
}

.invalid-feedback {
  margin: 0px;
  margin-bottom: 8px;
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  color: #333333;
  padding: 0px 5px;
  font-size: 14px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form-control:focus {
  border-color: #9e9e9e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(136, 136, 136, 0.6);
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: none;
  padding-right: 0px;
}

.graph {
  border: 2px solid #e4e4e4;
  margin-bottom: 10px;
  padding: 10px 5px;
  color: #000000;
}

.graph_red {
  border: 2px solid #ff0000;
  color: #000000;
}

.graph_green {
  border: 2px solid #008000;
  color: #000000;
}

.graph_blue {
  border: 2px solid #4289f4;
  color: #000000;
}

.graph_black {
  border: 2px solid #000000;
  color: #000000;
}

.jumbotron {
  background: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 65vh;
  padding: 25vh;
  padding-left: 20px !important;
}

.jumbotron h1, .jumbotron .h1 {
  font-size: 50px;
  text-align: left;
  font-weight: 600;
}

.pagination > li > a,
.pagination > li > span {
  color: #215d63;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}

.panel {
  margin-bottom: 10px;
}

.panel-body {
  padding: 10px;
}

.panel-heading {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
}

.grid-view > .card {
  border: none !important;
  box-shadow: none !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  height: 29px;
  top: 1px;
  right: 1px;
  width: 20px;
}

select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

.has-error .select2-container .select2-selection, .has-error .select2-container--krajee.select2-container--focus .select2-selection {
  border-color: #a94442 !important;
}

:not(.form-floating) > .input-sm.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection__clear {
  margin: 2px 1.5rem 3px 2px !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
  white-space: unset !important;
}

.select2-container .select2-search--inline {
  float: none !important;
  display: inline-block;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--single, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--single {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

:not(.form-floating) > .select2-container--krajee-bs5, :not(.form-floating) > .input-lg.select2-container--krajee-bs5 {
  border-radius: 0;
  font-size: 0.875rem;
  height: auto;
  /*line-height: 1;*/
  padding: 0;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection__clear, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection__clear,
.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
  font-size: 1.1rem !important;
  line-height: 1rem;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear, :not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection__clear {
  margin: 2px 1.5rem 3px 2px !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

:not(.form-floating) > .select2-container--krajee-bs5, :not(.form-floating) > .input-lg.select2-container--krajee-bs5 {
  border-radius: 0;
  font-size: 0.875rem;
  height: auto;
  line-height: 1;
  padding: 0;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--single,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--single {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--multiple,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple {
  min-height: calc(1.875rem - 1px);
}

:not(.form-floating) > .input-group-sm.s2-input-group .input-group-prepend .btn,
:not(.form-floating) > .input-group-sm.s2-input-group .input-group-append .btn,
:not(.form-floating) > .input-group-lg.s2-input-group .input-group-prepend .btn,
:not(.form-floating) > .input-group-lg.s2-input-group .input-group-append .btn {
  height: 100%;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
  font-size: 0.8rem;
  margin: 0.2rem 0 0.2rem 0.2rem;
  padding: 0.05rem 0.05rem 0.05rem 0.2rem;
}

:not(.form-floating) > .select2-container--krajee-bs5[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 0.2rem 0.2rem 0.2rem 0;
  padding: 0.05rem 0.2rem 0.05rem 0.05rem;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0 0.5rem;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  height: calc(1.875rem - 1px);
  line-height: 1.5;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection__clear,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection__clear {
  font-size: 1.1rem;
  line-height: 1rem;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.3rem;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
  margin-right: 1rem;
}

:not(.form-floating) > .input-lg.select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear,
:not(.form-floating) > .input-group-lg .select2-container--krajee-bs5 .select2-selection--single .select2-selection__clear {
  margin-top: 0;
  margin-right: 0.75rem;
}

:not(.form-floating) > .select2-container--krajee-bs5[dir=rtl] .select2-selection--single .select2-selection__clear {
  margin-left: 1rem;
  margin-right: 0;
}

:not(.form-floating) > .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove,
:not(.form-floating) > .input-group-sm .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 1.05rem;
  line-height: 1.2rem;
}

.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

.control-sidebar {
  position: absolute;
  z-index: 1010;
  height: 100%;
  overflow-y: auto;
  padding: 60px 10px 50px 10px;
}

.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.control-sidebar > .tab-content {
  padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg,
.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
  right: 0;
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
}

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
  border-top: none;
  border-right: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.control-sidebar-heading {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.control-sidebar-subheading {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}

.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}

.control-sidebar-menu > li > a:after {
  clear: both;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}

.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}

.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}

.control-sidebar-menu .progress {
  margin: 0;
}

.control-sidebar-dark {
  color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
  border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
  background: #181f23;
  color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #141a1d;
  border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
  color: #ffffff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #222d32;
  color: #ffffff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
  color: #ffffff;
}

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
  color: #b8c7ce;
}

.control-sidebar-light {
  color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
  background: #f9fafc;
  border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
  border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
  background: #e8ecf4;
  color: #333333;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-left-color: #d2d6de;
  border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
  background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
  background: #f9fafc;
  color: #000000;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
  color: #000000;
}

.control-sidebar-light .control-sidebar-menu {
  margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu > li > a:hover {
  background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
  color: #5e5e5e;
}

.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

.sidebar-brand {
  padding: 0px 0px 10px;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #d2d6de;
}

.sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  padding-right: 10px;
}

aside.control-sidebar label {
  display: block;
}

a[data-sort] {
  color: #333333 !important;
  text-decoration: none;
}

.filter {
  margin-bottom: 5px !important;
}

.filter .box-header {
  padding: 6px;
}

.filter .form-group label {
  background: #faffbc;
}

.auto_scroll::-webkit-scrollbar {
  width: 5px;
}

.auto_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.auto_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.auto_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.auto_scroll {
  max-height: 160px;
  list-style: outside none none;
  font-size: 12px;
  overflow: auto;
  width: 100%;
  padding-left: 0px;
  color: black;
}

.auto_scroll li {
  background: #ffffff;
  padding: 6px 5px;
  display: inline-flex;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

.auto_scroll li span {
  float: left;
  line-height: 20px;
  display: inline-block;
}

.auto_scroll li input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  float: left;
}

.dropdown-header {
  padding: 3px 20px;
}

.kv-checkbox-list > li > div.form-check {
  padding-left: 2.5em;
}

div.grid-view > div.panel > div.kv-grid-container {
  overflow-x: auto !important;
  border: 1px solid #d6d6d6;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 1px solid #d6d6d6;
}

.kv-panel-before {
  padding: 0 0 5px 0;
  border-bottom: 0;
}

.kv-panel-before .btn {
  margin-right: 0px;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
  border-top-color: inherit;
}

.kv-page-summary {
  border-top: 2px solid #d6d6d6;
  font-weight: bold;
  background: #5bc0de;
}

.kv-page-summary th {
  background: #5bc0de;
}

.kv-page-summary th a {
  color: #333333;
}

.kv-grid-table {
  border-top: 2px solid #d6d6d6;
}

.kv-grid-table .kv-grid-table thead tr th {
  color: #333333;
  background: #5bc0de;
  font-weight: bold;
}

.kv-grid-table .kv-grid-table thead tr th a {
  color: #333333;
}

.grid-view table thead tr {
  border-top: 2px solid #d6d6d6;
}

.grid-view table thead tr th {
  background: #5bc0de;
  color: #333333;
}

.grid-view table thead tr th a {
  color: #333333;
}

.table {
  width: 100%;
  max-width: 100%;
}

.table .table {
  background-color: #ffffff;
  color: #000000;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #d6d6d6;
}

.table > thead > tr > th,
.table > tbody > tr > th {
  color: #333333;
}

.kv-expand-icon-cell:hover,
.kv-expand-icon-cell:focus {
  color: #444444;
  background-color: #efefef !important;
}

.layout {
  width: 100%;
  overflow: auto;
}

tr td:last-child .dropdown {
  text-align: center;
}

.kv-grid-wrapper {
  position: relative;
  overflow: auto;
  height: auto;
}

.text-dark {
  color: #333333;
}

a.text-dark:hover {
  color: #444444;
}

.main-footer {
  background: #ffffff;
  padding: 15px;
  color: #444444;
  border-top: 1px solid #d2d6de;
}

.menu-extra-popup {
  padding-left: 5px;
  padding-right: 5px;
}

.menu-extra-popup-content {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 3px;
}

.user-tooltip {
  text-align: left;
  margin: 1px 3px;
}

.user-tooltip span {
  display: block;
  line-height: 1.2;
}

.user-tooltip-data {
  color: #cccccc;
}

/*navbar*/
.navbar-inverse {
  max-height: 50px;
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000, #444444);
  background: linear-gradient(to right, #000000, #444444);
  transition: 0.5s cubic-bezier(0.74, 0.2, 0.81, 0.79);
  z-index: 1030;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/*navbar-toggler starts*/
.navbar-toggler {
  position: fixed;
  float: left;
  margin-right: 5px;
  left: 5px;
  width: 32px;
  height: 45px;
  z-index: 1039;
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: none;
  transition: 0.5s cubic-bezier(0.74, 0.2, 0.81, 0.79);
}

.navbar-toggler span {
  display: block;
  width: 18px;
  height: 2px;
  background: #efefef;
  position: absolute;
  top: 50%;
  transform: rotate(0deg);
  transition: 0.3s;
}

.navbar-toggler span:before {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #efefef;
  transition: 0.3s;
}

.navbar-toggler span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(0deg);
  width: 100%;
  height: 2px;
  background: #efefef;
  transition: 0.3s;
}

.navbar-toggler.toggle span {
  top: 24px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.navbar-toggler.toggle span:before {
  top: 0px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.navbar-toggler.toggle span:after {
  top: 10;
  background: transparent;
  transition: 0.3s;
}

/*navbar-toggler ends*/
/*navbar-brand starts*/
.navbar-brand {
  padding: 9px 8px;
  height: 49px;
  margin-left: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-brand img {
  height: 35px;
  display: inline;
}

.navbar-brand > span > a {
  color: #efefef;
  vertical-align: middle;
  letter-spacing: 0.1px;
  text-decoration: none;
}

/*navbar-brand ends*/
/*searchbar starts*/
.navbar-form {
  margin-top: 10px;
  margin-right: 30px;
}

.searchbar {
  position: relative;
}

.searchbar .form-control {
  padding-left: 35px;
  padding-right: 15px;
  border-radius: 25px;
  border: 1px solid #ffffff;
}

.searchbar .form-control:focus {
  box-shadow: none;
}

.searchbar .searchbar-lens {
  position: absolute;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 30px;
  text-align: center;
  pointer-events: none;
  color: #5f6368;
  left: 0;
}

.searchbar-cross {
  display: none;
  color: #777777;
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 25px;
}

.searchbar-dropdown {
  position: relative;
  right: 22px;
  color: #444444;
  cursor: pointer;
}

.searchbar-dropdown:hover,
.nav .open > a.searchbar-dropdown,
.nav .open > a.searchbar-dropdown:hover,
.nav .open > a.searchbar-dropdown:focus {
  color: #444444;
  box-shadow: none;
  background-color: transparent;
}

.searchbar-lens-responsive {
  display: none;
  color: #efefef;
  font-size: 18px;
  margin: 12px 12px 0 2px;
}

/*searchbar ends*/
/* branch menu CSS*/
.branch-menu {
  border-radius: 10px;
  padding: 10px !important;
  margin: 5px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex !important;
  align-items: center;
}

.navbar-inverse .navbar-nav > .open > a.branch-menu,
.navbar-inverse .navbar-nav > .open > a.branch-menu:hover,
.navbar-inverse .navbar-nav > .open > a.branch-menu:focus,
.branch-menu:hover,
.navbar-default .navbar-nav > .open > a.branch-menu,
.navbar-default .navbar-nav > .open > a.branch-menu:hover,
.navbar-default .navbar-nav > .open > a.branch-menu:focus {
  background-color: rgba(225, 225, 225, 0.15) !important;
}

.branch-menu img {
  height: 20px;
  width: 23px;
  margin-right: 3px;
}

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

.navbar-nav > li > .dropdown-menu-branch {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  box-sizing: content-box;
  margin: -1px 0 0 0;
  width: 285px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  animation: slideIn 0.3s ease-in-out;
}

.dropdown-menu-branch > li > .org-branch-div {
  padding: 5px 10px;
}

.overflow-org-branch {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 25ch;
  color: #efefef;
}

/*help desk*/
.help-desk {
  display: block;
  padding: 2px 8px 0px 8px !important;
  margin-top: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.help-desk:hover {
  background-color: rgba(225, 225, 225, 0.15) !important;
}

.help-desk i {
  color: #efefef;
  font-size: 24px;
}

/*help desk ends*/
/*app-menu starts*/
.app-menu {
  border-radius: 50%;
  display: block;
  padding: 6px 10px 8px 10px !important;
  margin: 7px 10px 0px 5px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-inverse .navbar-nav > .open > a.app-menu,
.navbar-inverse .navbar-nav > .open > a.app-menu:hover,
.navbar-inverse .navbar-nav > .open > a.app-menu:focus,
.app-menu:hover,
.navbar-default .navbar-nav > .open > a.app-menu,
.navbar-default .navbar-nav > .open > a.app-menu:hover,
.navbar-default .navbar-nav > .open > a.app-menu:focus {
  background-color: rgba(225, 225, 225, 0.15) !important;
}

.app-menu img {
  height: 16px;
  width: 16px;
}

.navbar-nav > li > .dropdown-menu-app {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  box-sizing: content-box;
  margin: -1px 0 0 0;
  padding: 2px 0 10px 2px;
  width: 285px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  animation: slideIn 0.3s ease-in-out;
}

.dropdown-menu-app > li {
  display: inline-block;
  height: 98px;
  list-style-type: none;
  padding: 1px 7px 1px 7px;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.333, 0, 0, 1);
  vertical-align: top;
  width: 86px;
}

.dropdown-menu-app > li > a {
  border-radius: 8px;
  margin: 8px 2px;
  outline: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 84px;
  padding: 0 !important;
  padding-bottom: 5px !important;
}

.dropdown-menu-app > .active > a,
.dropdown-menu-app > .active > a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #333333 !important;
}

.dropdown-menu-app > li > a > img {
  padding: 5px 15px 0 15px;
  height: 59px;
}

.dropdown-menu-app > li > a > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.09px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-menu-app > li > a:hover > span {
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
}

.dropdown-menu-app > li > a:hover,
.dropdown-menu-app > li > a:focus {
  z-index: 1;
}

/*app-menu ends*/
/*user menu starts*/
.dropdown-profile > .tooltip {
  width: 170px;
}

.profile {
  border: 1px solid #6d6d6d;
  border-radius: 10px;
  margin: 3px 0px 0 10px;
  padding: 1px 4px;
}

.profile .profile-link {
  background-color: transparent !important;
  display: block;
}

.user-menu {
  display: inline-block !important;
  padding: 0 0px 0 0 !important;
  vertical-align: top;
}

.navbar-default .navbar-nav > .open > a.user-menu,
.navbar-default .navbar-nav > .open > a.user-menu:hover,
.navbar-default .navbar-nav > .open > .user-menu:focus {
  background-color: transparent;
}

.user-menu span {
  line-height: 31px;
}

.user-menu span .img-user {
  border-radius: 50%;
  margin-bottom: -5px;
  width: 32px;
  height: 32px;
  display: inline;
  object-fit: cover;
}

.dropdown-menu-user {
  padding: 0px;
  min-width: 240px;
  max-width: 240px;
  animation: slideIn 0.3s ease-in-out;
  font-size: 14px;
  margin-top: -1px !important;
}

.dropdown-menu-user li a {
  padding: 5px 10px !important;
  display: block;
  text-decoration: none;
}

.dropdown-menu-user > li > div > a:hover,
.dropdown-menu-user > li > div > a:focus {
  text-decoration: none;
  background-color: #f3f3f3;
}

.user-box {
  padding: 10px;
  cursor: default;
}

.user-img {
  width: 70px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}

.user-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.user-text {
  width: 66%;
  display: inline-block;
  padding-left: 5px;
  padding-top: 0;
}

.user-text h4 {
  margin: 0px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-text p {
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 17px;
}

.user-text .btn {
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 25px !important;
  display: inline-block;
}

li.menu-user-list > a {
  cursor: pointer;
  text-decoration: none;
}

li.menu-user-list > div > a > img,
li.menu-user-list > a > img,
li.menu-user-list > img {
  height: 20px;
  width: 23px;
  display: inline-block;
}

li.menu-user-list > div > a > span {
  color: #333333;
}

.my-roles {
  position: absolute;
  right: 30px;
  top: 46px;
  font-size: 18px;
}

.reset-password {
  position: absolute;
  right: 0;
  top: 46px;
}

.reset-password svg:first-child {
  padding: 3px 5px;
  border-radius: 50%;
  border-left: 1px solid #444444;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  font-size: 24px;
}

.reset-password svg:last-child {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 10px;
}

/**theme radio button starts**/
.theme-list {
  cursor: default;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-theme {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.theme-label {
  font-size: 10px;
  font-family: monospace;
  text-transform: uppercase;
}

.theme-selector {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  border: 3px solid transparent;
}

.theme-selector-classic {
  background-color: #d6d6d6;
}

.theme-selector-batman {
  background-color: black;
}

.theme-name {
  display: inline-block;
  transition: all 0.2s ease;
}

.dropdown-menu-theme {
  animation: slideIn 0.3s ease-in-out;
}

label.radio {
  cursor: pointer;
  margin: 0 6px;
  padding: 1px 5px 1px 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  border-radius: 20px;
}

.theme-selector.selected {
  border-color: #8dd0f7;
}

label.checked {
  border-color: #8dd0f7;
}

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

label.radio span {
  height: 30px;
  width: 30px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 25px;
  border: 3px solid #ffffff;
  vertical-align: middle;
}

label.radio .basetheme {
  background: linear-gradient(to right, #000000, #444444);
}

label.radio .theme1 {
  background: linear-gradient(to right, #214a7f, #3a7bd5);
}

label.radio .theme2 {
  background: linear-gradient(to left, #71b280, #134e5e);
}

label.radio .darkKnight {
  background-color: #333333;
  box-shadow: inset 0px 0px 10px #0086ff !important;
}

label.radio .joker {
  background-color: #777777;
  box-shadow: inset 0px 0px 15px #370061 !important;
}

/**theme radio button ends**/
.li-logout {
  cursor: default;
}

.btn-logout {
  margin: 10px;
}

/*dividers*/
.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.divider-dark {
  background-color: #efefef !important;
}

.divider-light {
  background-color: rgba(229, 229, 229, 0.51) !important;
}

/*scrollbar*/
.dropdown-menu-app::-webkit-scrollbar {
  width: 10px;
}

.dropdown-menu-app::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 10px;
}

.dropdown-menu-app {
  scrollbar-width: 5px;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d4d4d4;
}

/*sidebar navigation starts*/
.sidebar {
  position: fixed;
  top: 50px;
  width: 220px;
  left: -220px;
  overflow-y: overlay;
  overflow-x: hidden;
  z-index: 1010;
  height: calc(100% - 8.1%);
  transition: 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
}

.vertical-line::before {
  content: "";
  height: 100%;
  opacity: 1;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #5bc0de;
}

.sidebar-menu .nav-item .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  margin-right: -10px;
  display: block;
}

.sidebar ul {
  margin-top: 10px;
}

.sidebar .nav {
  display: block;
}

.sidebar .nav > li {
  position: relative;
  display: flow-root;
}

.sidebar ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 10px 20px 10px 10px;
  border-left: 3px solid transparent;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.sidebar .nav .dropdown a.show,
.sidebar .nav .dropdown a.show:focus,
.sidebar ul li a:active,
.sidebar ul li a:focus {
  color: #5bc0de;
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 3px solid #5bc0de;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar ul li a:hover,
.sidebar .nav .dropdown a.show:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-left: 3px solid #5bc0de;
}

.sidebar ul.sidebar-menu > li > ul.dropdown-menu, .sidebar ul.sidebar-menu > li > ul.dropdown-menu > li > ul.dropdown-submenu {
  position: relative !important;
  width: 220px;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  animation: slideIn 0.3s ease-in-out;
  transform: translate(0px, 0px) !important;
  inset: 0px auto auto 0px !important;
}

.sidebar ul.sidebar-menu > li > ul.dropdown-menu > li > ul.dropdown-submenu a {
  padding: 5px 20px 5px 30px;
}

.sidebar ul.sidebar-menu > li > ul.dropdown-menu a {
  color: #333333;
  padding: 5px 20px;
  font-size: 13px;
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
}

.sidebar ul.sidebar-menu > li > .dropdown-menu > a.active, .sidebar ul.sidebar-menu > li > .dropdown-menu > li > .dropdown-submenu > a.active,
.sidebar ul.sidebar-menu > li > .dropdown-menu > a.active:focus, .sidebar ul.sidebar-menu > li > .dropdown-menu > li > .dropdown-submenu > a.active:focus {
  color: #5bc0de;
  background-color: transparent;
}

.sidebar ul.sidebar-menu > li > .dropdown-menu > a.active:hover, .sidebar ul.sidebar-menu > li > .dropdown-menu > li > .dropdown-submenu > a.active:hover {
  color: #5bc0de;
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-active {
  left: 0px;
}

.angle-right {
  float: right;
  margin-top: 2px;
}

.rotate-angle {
  transition: all 0.3s ease;
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  position: absolute;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border-radius: 10px;
}

/*sidebar navigation ends*/
.content-position {
  padding-top: 0 !important;
  transition: all 0.3s ease;
}

.position {
  top: 0 !important;
  transition: all 0.3s ease;
}

/*animation starts*/
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.page-header div .fa.fa-plus-circle,
.page-header div .fa.fa-filter {
  font-size: 15px;
}

.page-header {
  min-height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  align-items: center;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.page-header h2, .page-header .h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  align-self: center;
}

nav > ol.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}

ol.breadcrumb .breadcrumb-item {
  cursor: pointer;
  float: none;
}

ol.breadcrumb .breadcrumb-item .dropdown:hover .dropdown-link,
ol.breadcrumb .breadcrumb-item .dropdown.open .dropdown-link {
  color: #3c8dbc;
  transition: all 0.2s ease;
}

ol.breadcrumb .breadcrumb-item .dropdown .dropdown-link {
  color: #333333;
}

.breadcrumb > li > .dropdown {
  display: inline-flex !important;
}

ol.breadcrumb .breadcrumb-item.active {
  color: #333333;
  font-weight: bold;
  cursor: default;
}

ol.breadcrumb .breadcrumb-item.active::before {
  font-weight: normal;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb > li + li:before {
  color: #848484;
}

ol.breadcrumb .breadcrumb-item .dropdown .dropdown-menu {
  animation: slideIn 0.3s ease-in-out;
  z-index: 1002;
  /* min-width: 12rem; */
  min-width: max-content;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.breadcrumb-item .dropdown .dropdown-menu .dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  margin-right: -10px;
  display: block;
}

.modal-open {
  /*overflow: inherit;*/
  padding-right: 0 !important;
}

#modalContent {
  max-height: 100vh;
  overflow: hidden;
}

#modal .modal-body, #modalAttachment .modal-body, #modalForm .modal-body, #modalAddress .modal-body, #modalPopup > div.modal-dialog > div.modal-content > div.modal-body {
  padding: 0;
}

.modal-body-main {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
}

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

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-header h2,
  .page-header .h2 {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
  }

  ol.breadcrumb .breadcrumb-item,
  ol.breadcrumb .breadcrumb-item.active::before {
    display: none;
  }

  ol.breadcrumb .breadcrumb-item.active {
    display: block;
  }
}
@media only screen and (max-width: 789px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    margin-bottom: 0;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .dropdown-menu-user {
    right: 0;
    left: auto !important;
    padding: 0px;
    min-width: 270px;
  }

  nav > div > ol.breadcrumb {
    padding: 9px 0;
  }

  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 230px;
  }

  .nav-tabs.control-sidebar-tabs {
    display: table;
  }

  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }

  .control-sidebar {
    padding-top: 60px;
  }

  .auto_scroll li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    float: left;
  }

  .auto_scroll li {
    background: #ffffff;
    padding: 8px 5px;
    display: inline-flex;
    border-bottom: 1px solid #cccccc;
    width: 100%;
  }

  .auto_scroll li span {
    float: left;
    line-height: 27px;
    font-size: 14px;
    display: inline-block;
  }

  .navbar-form {
    border: 0;
    box-shadow: none;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
  }

  .navbar-form .form-group {
    width: 100%;
  }

  .searchbar .searchbar-lens {
    line-height: 48px;
  }

  .searchbar .form-control {
    border-radius: 0;
    height: 49px;
    width: 100%;
    padding-right: 40px;
  }

  .searchbar-cross {
    display: block;
    right: 15px;
    top: 16px;
  }

  .navbar {
    justify-content: space-between;
  }

  .navbar::before,
  .navbar::after {
    content: none;
  }

  .navbar-right > li {
    display: inline-block;
  }

  .navbar-toggler {
    margin: 0;
  }

  .navbar-brand {
    padding: 10px 0px;
  }

  .navbar-brand > span > a {
    font-size: 14px;
  }

  .navbar,
  .navbar-header,
  .navbar-right {
    display: flex;
  }

  .navbar-right {
    margin: 0 5px 0 0;
  }

  .help-desk {
    margin-right: 4px;
  }

  li.menu-user-list > div > a > span,
  li.menu-user-list > a > span,
  .dropdown-menu-app > li > a > span,
  .move-header > span,
  .move-header > i {
    color: #333333;
  }

  .app-menu {
    margin: 6px 0 0 0;
  }

  .app-menu img {
    height: 16px;
    width: 16px;
  }

  .profile {
    margin: 4px 0 0 10px;
  }

  nav > ol.breadcrumb {
    padding: 2px 0;
    min-width: 140px;
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
  }

  nav > div > ol.breadcrumb {
    padding: 9px 0;
  }

  .dropdown-menu-app {
    right: 0;
    left: auto;
    height: auto;
    box-sizing: content-box;
    margin: 0;
    padding: 2px 0 10px 2px;
    width: 285px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
  }

  .dropdown-menu-user {
    margin-right: 5px;
  }

  .searchbar-lens-responsive {
    display: block;
  }

  .page-header h2,
  .page-header .h2 {
    font-size: 15px;
    margin-top: 12px;
    font-weight: 600;
  }

  .dropdown-app > .tooltip,
  .dropdown-profile > .tooltip {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .branch-menu-responsive {
    font-size: 12px !important;
    margin-left: 5px;
  }

  .navbar-app-name-responsive {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    vertical-align: middle;
    line-height: 1.1;
  }

  .overflow-org-branch {
    display: inline-block;
    max-width: 28ch;
  }

  .dropdown-menu-branch {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 426px) {
  .top_btn #home-button {
    float: right;
  }

  .overflow-org-branch {
    max-width: 20ch;
  }

  .branch-menu-responsive {
    margin-left: 2px;
  }

  .navbar-brand > span:last-child {
    display: none;
  }
}
@media only screen and (max-width: 376px) {
  .datepicker-dropdown {
    left: 0 !important;
  }

  .overflow-org-branch {
    max-width: 12ch;
  }

  .navbar-nav .open .dropdown-menu-app {
    right: -40px;
  }

  .help-desk {
    margin-top: 10px;
  }

  .help-desk i {
    font-size: 20px;
  }

  .searchbar-lens-responsive {
    font-size: 16px;
    margin: 14px 12px 0 2px;
  }

  .app-menu {
    margin-top: 8px;
  }

  .app-menu img {
    height: 15px;
    width: 15px;
  }

  .navbar-brand img {
    height: 30px;
  }

  .navbar-brand {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 320px) {
  .searchbar-lens-responsive {
    display: block;
    color: #efefef;
    font-size: 16px;
    margin: 14px 0 0 2px;
  }

  .overflow-org-branch {
    max-width: 18ch;
  }

  .help-desk {
    margin-right: 0;
  }

  .profile {
    margin: 4px 0 0 0;
  }

  .navbar-nav .open .dropdown-menu-app {
    right: -99px;
  }

  .profile {
    padding: 2px 2px 0px 3px;
  }
}

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