[v-cloak] {
	display: none;
}

body {
	font-family: Arial;
	background-color: #f3f3f3;
	overflow-y: scroll !important;
	overflow-x: hidden;
	padding: 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}

textarea {
    tab-size: 4;
}

body.fullContent #logo {
  visibility: hidden;
  opacity: 0;
  width: 0px;
  overflow: hidden;
  transition: 0.5s;
}

#logo {
  display: block;
  width: 250px;
  height: 54px;
  float: left;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s ease;
  visibility: visible;
  opacity: 1;
}

#sidebar .profile {
  padding: 11px 0px 0px 0px;
  border-top: 2px solid #5487B5;
  border-bottom: 2px solid #5487B5;
}

#sidebar .profile .image {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid white;
}

#sidebar .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sidebar .profile .label {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: -20px;
  color: #fff;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.3s all;
}

#sidebar .profile .image:hover .label {
  bottom: 0px;
}

#sidebar .profile .config {
  left: 8%;
  top: 0;
}
#sidebar .profile .logout {
  right: 0;
  top: 0;
}
#sidebar .profile .home {
  left: 0;
  top: 0;
}

#sidebar .profile .changepass {
  right: 8%;
  top: 0;
}

.searchMenuHighlight  {
	color: #FFE93B !important;
}

.height {
  height: 50px;
}

#searchMenuInput::placeholder {
  color: white !important;
  opacity: 0.5 !important;
}
.darken {
  background-image: url(darken.png);
  background-size: 100% 100%;
}
.blur {
  filter: blur(3px);
}
.flag-icon {
  font-size: 20px;
}
.CodeMirror-fullscreen {
  z-index: 1000 !important;
  width: 100% !important;
}
table {
  border-collapse: collapse;
}
#quickaccessList {
  max-height: 70vh;
  overflow: hidden;
}
.table.no-border th,
.table.no-border td {
  border: 0;
  padding: 2px;
  vertical-align: middle !important;
}
.card, .accordionToggler {
  padding: 10px 15px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  width: 100% !important;
  overflow: initial !important;
}
.card {
    margin-bottom: 0 !important;
}
.card ~ .card, form ~ .card {
    margin-top: 15px !important;
}
.cardMerge {
	margin-top: -30px;
    border-top: 1px solid white;
}
.end-record {
  display: none;
}
#pagetitle {
  display: none;
}
button:focus,
a:focus {
  outline: none;
}
.infinity {
  display: inline-block;
  transform: translate(8px, -2px) scale(1.4);
  color: #e74c3c;
}
.toggleAccordion {
  cursor: pointer;
  position: absolute;
  width: calc(100% + 30px);
  height: 45px;
  top: -10px;
  left: -15px;
  margin-bottom: 0;
}
div .toggleAccordion {
  width: 100%;
  left: 0;
  top: 0;
}
.flcTabular .toggleAccordion {
  width: 100%;
  top: 0;
  left: 0;
}
a:not([href]):not([tabindex]) {
  cursor: pointer;
}
.date-picker-control {
  width: 0;
  min-width: 0 !important;
  margin: 0 !important;
}
.datepicker.form-control[readonly]:not([disabled]) {
  background: initial;
}
.datePicker:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
button,
input,
optgroup,
select,
textarea {
  line-height: initial;
}
.icon,
.icon + span {
  vertical-align: middle;
}
select.form-control:not([size]):not([multiple]) {
  height: initial;
}
.form-control[contenteditable] {
  height: initial;
}
.form-control.label { /* input as label */
	background: transparent;
    border-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
	pointer-events: none;
}
label.form-control {
  border: 1px solid transparent;
  padding-left: 0;
}
label {
  margin-bottom: 0;
}
.flcReport > tbody > tr > td.listingContent > .form-control {
  margin: -5px 0px;
}
.nowrap {
  white-space: nowrap;
}
svg text {
  font-family: Arial;
}
.form-group {
  margin-bottom: 0;
}
.form-group > label,
.form-group > div,
.mb-4px,
.mb-4px + .select2 {
  margin-bottom: 4px;
}
.circle-medium {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  margin-right: 10px;
  font-size: 25px;
  text-align: center;
  padding-top: 5px;
}
.profileList {
  margin-bottom: 6px;
}
.profileList td,
.profileList th {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.profileList thead th,
.profileList tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.profileList thead th {
  cursor: initial;
}
font[color="red"] {
  color: #dc3545;
}
p {
  text-align: justify;
}
.action-column a[disabled], .action-column i[disabled] {
	pointer-events: none;
	opacity: 0.3;
}
.dropdown-item {
  padding: 0.25rem 15px;
}

/* =================================================================================== noUi slider start*/
.noUi-horizontal {
  height: 10px;
}
.noUi-target {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.noUi-target,
.noUi-connects {
  border-radius: 0.25rem;
}
.noUi-handle {
  border: none;
  border-radius: 50%;
  outline: 0 !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  box-shadow: none;
}
.noUi-handle:after {
  content: attr(aria-valuetext);
  width: auto;
  height: auto;
  background: transparent;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
}
.noUi-handle:before {
  display: none;
}
/* =================================================================================== noUi slider end*/

/* =================================================================================== devmode panel start*/
.devmode .profile {
	font-size: 12px;
	color: #FFE93B !important;
	padding: 10px !important;
	height: 300px;
    overflow-y: scroll;
	overflow-x: hidden;
}
.devmode .profile::-webkit-scrollbar {
    width: 0;
}
.devmode .recent {
	padding: 11px 0px;
}
.devmode .recent .dropdown-toggle::after {
	display:none;
}
.devmode .recent-page {
    display: inline-block;
    width: 100px;
}
.devmode .text-break {
    word-break: break-word;
	width: 180px;
}
.devmode .toggle-id {
	position: absolute;
    top: 1px;
    left: 16px;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #FFC107;
    color: black;
    padding: 0px 2px;
    font-size: 10px;
	z-index: 1;
}
.devmode .toggleAccordion + .ml-auto {
    margin-right: 30px;
}
.devmode .menu-scroller {
	height: calc(100% - 263px);
}
.devmode .text-to-span {
	font-size: 12px;
	border: 1px solid #96B8F5;
	padding: 0;
	background: transparent !important;
	color: #FFE93B !important;
	text-align: right;
	margin-bottom: 2px;
}
.toggleAccordion + .devmode-header-icon {
	margin-right: 28px !important;
}
.modal-header .devmode-header-icon {
	margin-top: -10px !important;
}
/* =================================================================================== devmode panel end*/

/* =================================================================================== timeline start*/
ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 9px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #007bff;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline > li > a {
  color: #007bff !important;
  text-decoration: none;
}
/* =================================================================================== timeline end*/

/* =================================================================================== dropzone start*/
.dropzone {
  padding: 4px 30px 0 10px;
  pointer-events: none;
  border-radius: 0.25rem;
}

.dropzone .dropdown-menu:not(.template-container) {
  min-width: 100%;
}
.dropzone .dz-remove {
  display: none;
}
.dropzone .dz-message .fa-cloud-upload {
  font-size: 30px;
  color: #9e9e9e;
}

.dropzone .dz-preview {
  border: 0;
  margin: 0 4px 4px 0;
  max-width: 234px;
  pointer-events: initial;
}
.dropzone .dz-preview .dz-remove {
  top: 0;
  right: 0;
  padding: 1px 10px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  padding-right: 0;
}
.dropzone .dz-preview .dz-error-message {
  top: 56px;
  left: 43px;
  text-align: center;
}
.dropzone .dz-preview.dz-file-preview .dz-image,
.filepicker {
  border-radius: 0.25rem;
  background: #212121;
}
.dropzone .dz-preview.dz-file-preview.dz-error .dz-image {
  background: #dc3545;
}
.dropzone .dz-preview .dz-error-message {
  background: #424242;
}
.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #424242;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: unset;
}
.dropzone .dz-preview .dz-progress {
  border-radius: 0.25rem;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: none;
}
.dropzone .dz-preview .dz-success-mark:after,
.dropzone .dz-preview .dz-error-mark:after {
  content: "\f058";
  font: 30px "Font Awesome 5 Pro";
  color: rgba(255, 255, 255, 0.7);
}
.dropzone .dz-preview .dz-error-mark:after {
  content: "\f071";
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  padding-top: 5px;
}
.dropzone .dz-preview .dz-success-mark {
  left: calc(50% - 12.86px);
}
.dropzone .dz-preview .dz-error-mark {
  left: calc(50% - 15px);
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 1;
}

.dropzone.dz-clickable * {
  cursor: pointer;
}

.dropzone .dz-size strong {
  font-weight: normal;
}

.dropzone.readonly {
  background: #e9ecef;
  pointer-events: none !important;
}
zzz.dropzone.readonly .fa-cloud-upload {
  opacity: 0;
}
.dropzone.readonly .hide-if-readonly {
  display: none !important;
}
.dropzone .hide-if-readonly[href^="ms-"] {
  display: none;
}
.dropzone.mini,
.filepicker {
  position: relative;
  padding: 0;
  width: 60px;
  height: 31px;
}
.filepicker-batch {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  min-width: 15px;
  font-size: 10px;
  background-color: #e74c3c;
  color: white;
  position: absolute;
  top: 2px;
  right: 2px;
}
.dropzone.mini .dz-preview {
  margin-right: 0;
}
.dropzone[initialized] {
  pointer-events: initial;
}
.dropzone[initialized] .fa-cloud-upload {
  display: inline-block;
}
.dropzone[initialized] .spinner {
  display: none;
}

.dropzone.mini[initialized] .dz-preview:after,
.dropzone.mini[initialized]:after,
.filepicker:after {
	content: "\f0ed";
	font: 22px "Font Awesome 5 Pro";
	position: absolute;
	top: 3px;
	left: 16px;
	z-index: 15;
	pointer-events: none;
}
.dropzone.mini[initialized]:after {
  content: "\f0ee";
  color: #9e9e9e;
}
.dropzone.mini[initialized] .dz-preview:after,
.filepicker:after {
  color: white;
  z-index: 100;
}
.dropzone.mini .dz-preview .dz-progress,
.dropzone.mini .dz-preview .dz-image {
  height: 31px;
  margin: -1px;
  width: calc(100% + 2px);
}
.dropzone.mini .dz-details,
.dropzone.mini .fa-cloud-upload {
  display: none !important;
}
.dropzone.mini .spinner {
  height: 19px;
  margin-top: -50px;
}
.dropzone.mini .dz-preview .dz-success-mark,
.dropzone.mini .dz-preview .dz-error-mark {
  top: -6px;
}
.dropzone .dropzone-menu,
.dropzone .element-menu {
  position: absolute;
  z-index: 25;
}
.dropzone .dropzone-menu {
  top: 1px;
  right: 16px;
  color: #c8cdd2 !important; /*official mute color*/
}
.dropzone .element-menu {
  width: 100%;
  height: 100%;
}
.dropzone .element-menu [data-toggle] {
  width: 100%;
  height: 100%;
}
.dropzone .dropzone-menu [data-toggle] {
  padding: 10px 10px;
  font-size: 20px;
}
.dropzone-menu-toggler {
  height: 100%;
  position: absolute;
  width: 100%;
  cursor: pointer;
  z-index: 25;
}
.dropzone .fa-cloud-upload {
  display: none;
}
.dropzone .spinner {
  height: 30px;
  display: inline-block;
}
.dropzone .icon-onlyoffice {
  margin: 0 10px 0 0;
}
.dropzone .icon-microsoft {
  margin: 0 12px 0 2px;
}
.dropzone .icon-download {
  margin: 0 10px 0 -1px;
}
.dropzone .icon-delete {
  margin: 0 11px 0 1px;
  font-size: 17px;
}
.dropzone .icon-microsoftword,
.dropzone .icon-microsoftexcel {
  font-size: 20px;
}

.dropzone .waitingFromTemplates {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 0.25rem;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}
.dropzone .waitingFromTemplates .spinner-border {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.dz-allowFromTemplates {
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 15px;
}
.fa-paperclip {
	transform: rotate(-45deg);
}
/* =================================================================================== dropzone end*/

/* =================================================================================== select2 start*/
.select2-container--default {
  width: 100% !important;  
  text-align: left;
}
.tableContent select#menuParent + .select2-container--default {
  /* Menu Editor */
  width: calc(100% - 37px) !important;
  margin: 0;
  vertical-align: top;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  min-height: 31px;
}
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--default:not(.select2-container--disabled) .select2-selection--multiple:focus,
.select2-container--default:not(.select2-container--disabled) .select2-selection--single:focus {
  outline: 0;
  border: 1px solid black;
}
.select2-search--dropdown .select2-search__field {
  outline: initial;
}
.select2-selection__clear {
  color: white;
  
  /*20200603: pernah ke somebody delete bawah nie? discuss with Aizal*/
  position: absolute;
  top: 2px;
  right: 21px;
  width: 20px;
  color: #888;
  font-weight: bold;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 4px;
  cursor: pointer;
  z-index: 1;
}
.select2-container--disabled .select2-selection__clear {
	display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 45px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  position: relative;
  margin-top: 0px;
  margin-bottom: 2px;
  background-color: #212121;
  padding: 0px 20px 1px 5px;
  border: 0;
  color: white;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #c8cdd2 !important; /*official mute color*/
  position: absolute;
  top: 0px;
  right: 3px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 10px;
  transform: translateY(4px);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 29px;
}
.select2-results__option--highlighted {
    border-bottom: 4px solid #FFFF7F;
}
/* =================================================================================== select2 end*/

/* =================================================================================== datatable start*/
table.dataTable td > [class*="dtStatus-"] {
  width: 5px;
  height: 41px;
  padding: 0 !important;
  display: block;
}
table.dataTable .highlight td, table.dataTable span.highlight {
	background-color: yellow !important;
}
.dtStatus-done {
  background: #9e9e9e;
}
.dtStatus-safe {
  background: #3e50b4;
}
.dtStatus-warning {
  background: #abcb41;
}
.dtStatus-danger {
  background: #dc3545;
}
.dtStatus-oversea-success {
  background: #28a745;
}
.dtStatus-warning {
  background: #ffc107;
}
.dtStatus-danger {
  background: #dc3545;
}

.dtStatusCol {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.dtStatusCol:after,
.dtStatusCol:before {
  display: none !important;
}
.small-column {
  width: 1% !important;
}
table.dataTable {
	border-spacing: 0;
	width: 100% !important;
	table-layout: initial !important; /*need to fix sindu tabledragger interference*/
	margin-top: 8px !important;
}
table.dataTable td,
table.table td {
	padding: 10px 15px;
	/* border-bottom: 1px solid #e9ecef; 20241105 */ 
}
.table thead th {
	padding: 10px 15px;
}
table td > .form-control,
table td > .dropzone,
table td > .select2-container,
table td > .input-group {
	margin: -5px auto;
	flex-wrap: nowrap !important;
}
table td.task-column {	
  padding: 0 !important;
  white-space: nowrap !important;
  text-decoration: underline;
}
table th.action-column,
table td.action-column {
	/* padding: 0 !important; AIZAL */
	white-space: nowrap !important;
	width: 1% !important;
}
table th.action-column:not(.text-right),
table td.action-column:not(.text-right) {
  text-align: center !important;
}
table th.action-column {
  padding: 10px 15px !important;
}
table .action-column > a,
table td.action-column > a,
table td.listingContent.action-column > a,
table .action-column > form > a,
.mobile-icon {
  /* padding: 13px 7.5px; AIZAL */
  padding: 3px 7.5px;
  display: inline-block;
  cursor: pointer;
}
table td.listingContent.action-column > a:first-of-type,
table .action-column > form > a:first-of-type {
  padding-left: 15px;
}
table td.listingContent.action-column > a:last-of-type,
table .action-column > form > a:last-of-type {
  padding-right: 15px;
}
table td.listingContent > label {
  width: initial !important;
  display: initial !important;
}
/* table td.action-column > .prettyCheck {
  margin-top: 13px;
}
th [type="checkbox"]:checked + .prettyCheck {
  background-position: -264px 0;
} */
.dataTables_wrapper {
  padding-right: 0;
  padding-left: 0;
}
.page-link:focus {
  box-shadow: initial;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 9px;
}
.truncate-container {
  position: relative;
  top: 10px;
  max-width: 100%;
  padding: 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  vertical-align: text-bottom !important;
}
.truncate {
  position: absolute;
  white-space: nowrap;
  overflow-y: visible;
  overflow-x: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  top: -10px;
  left: 0;
}
.dataTables_wrapper > .row .col-sm-12.col-md-6:nth-child(1) {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.dataTables_wrapper > .row .col-sm-12.col-md-6:nth-child(2) {
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}
.dataTables_wrapper > .row:nth-child(1) > .col-sm-12:nth-child(2) {
	pointer-events: none;
}
.dataTables_wrapper .dataTables_length {
	float: left;
}
.dataTables_wrapper .dataTables_filter {
	float: right;
}
.dtfc-fixed-left, .dtfc-fixed-right {
	position: sticky !important;
}
.dtfc-fixed-left-shadow,
.dtfc-fixed-right-shadow {
	position: absolute;
    top: 0;
    width: 8px;
    height: 100%;
    content: '';
}
.dtfc-fixed-left-shadow {
	right: -8px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
.dtfc-fixed-right-shadow {
	left: -8px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
.dtfc-fixed-right + .dtfc-fixed-right .dtfc-fixed-right-shadow {
	background-image: none;
}
@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length {
		display: none;
	}
}
.dataTables_wrapper
  > .row:nth-child(1)
  > .col-sm-12:nth-child(2)
  [type="search"] {
  pointer-events: initial;
}
.DTFC_ScrollWrapper {
  height: auto !important;
}
div.dataTables_wrapper div.dataTables_processing {
	margin: 0 !important;
	transform: translate(-50%, -50%);
	height: 100%;
	box-shadow: none;
	border: 0;
	z-index: 3;
    background-color: rgba(255, 255, 255, 0.5);
}
div.dataTables_wrapper div.dataTables_processing .spinner-border {
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
}
.dt-scrollX-wrapper {
	clear: both;
    overflow: auto;
	margin-bottom: 4px;
	max-height: calc(100vh - 230px);
}
.dt-scrollX-wrapper::-webkit-scrollbar {
	width: 10px !important;
    height: 10px !important;
}
.dt-scrollX-wrapper::-webkit-scrollbar-track,
.dt-scrollX-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.dt-scrollX-wrapper::-webkit-scrollbar-thumb {
    background-color: #cccccc !important;
}
.dataTable tfoot th:nth-child(1) {
	position: relative;
}
.dataTable.no-record tfoot {
	display: none;
}
.dataTable tbody td {
	background-color: white;
	vertical-align: top;
}
.table-striped-corrad tbody .odd:not(.highlight) td{
	background-color: #F2F2F2 !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	top: 8px !important;
}
table.dataTable thead th {
	position: sticky !important;
    top: 0;
    z-index: 2;
}
table.dataTable tfoot th {
	position: sticky !important;
    bottom: 0;
    z-index: 2;
}
.dataTables_processing div:not(.spinner-border) {
	display: none;
}
/* table.dataTable thead > tr > th{
  border-right: none;
}
table.dataTable thead > tr > th:hover{
  border-right: thin dotted purple;
} */
/* =================================================================================== datatable end*/

/*--HEADER--*/
#header {
  /* background-color: white; */
  background-image: linear-gradient(158deg, #336699 0%, #0099cc 100%);
  width: 100%;
  height: 54px !important; /*overwrite layout properties*/
  /* box-shadow: 0 0px 2px rgba(0,0,0,.08); */ /*official shadow*/
  position: fixed;
  top: 0;
  z-index: 200;
}
body.fullContent #hide-sidebar {
  transition: 0.5s;
}

#hide-sidebar {
  padding: 12px 10px;
  font-size: 28px;
}

#hide-sidebar:after {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
#home,
#help,
#quickaccess,
#notification,
#actionMenu {
  padding: 16px 10px;
  font-size: 20px;
}
@media screen and (max-width: 370px) {
	back:after {
		top: -14px;
	}
	.profileContainer > div:first-child {
		padding: 17px 0px;
	}
}

#subs-contain {
  border-top: 2px solid #5487B5;
}

#subs-contain br {
  display: block;
  content: "";
  margin-top: -5px;
}

#actionMenu {
  line-height: 0;
}
#globalsearch {
  padding: 12px 10px;
  font-size: 20px;
}
.profileContainer {
  margin-right: 2px;
}
.profileContainer > div:first-child {
  padding: 17px 20px;
}
.languageContainer > div:first-child {
  padding: 16px 10px;
}
.valign img,
.valign span,
.valign i {
  vertical-align: middle;
}
.dropdown-item.selected,
.dropdown-item:selected {
  background-color: #e0e0e0;
}
.listingHead label {
  margin-bottom: 0;
  text-decoration: none !important;
}
a.nodeco {
  text-decoration: none !important;
}
.modal-max {
	max-width: 90%;
}
.modal-open {
	overflow: scroll;
}
.profilePic {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

table .action-column > a,
table td.action-column > a,
table td.listingContent.action-column > a,
#hide-sidebar,
#home,
#help,
#quickaccess,
#notification,
.dropzone .dropzone-menu [data-toggle] {
  line-height: 1;
}
#notification {
  position: relative;
  color: #e74c3c;
}
#notification:hover .pulse {
  display: none;
}

/* ================================================================================== UTILITY START */
.pointer {
  cursor: pointer;
}
.shown:not(.d-none) {
  display: initial !important;
}
.invi {
  opacity: 0 !important;
  pointer-events: none;
}
.hasEvent {
  pointer-events: initial !important;
}
.no-event {
  pointer-events: none !important;
}
.pulse {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(transparent, #e74c3c);
  animation: pulse 1.5s infinite;
  position: absolute;
  top: 15px;
  left: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.rotate {
  animation: rotate 1.5s infinite linear;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* ================================================================================== IFRAME START */
iframe {
  border: 0;
  width: 100%;
}
body.iframe_body {
  background-color: white;
  overflow: auto;
}
#content.withSideBarLeft.iframe_content {
  margin: 0 !important;
  overflow-x: hidden;
}
/* ================================================================================== IFRAME END */

/* ================================================================================== LIVE ICON START */
back {
	position: relative;
	cursor: pointer;
	font-size: 26px;
	font-weight: 400;
	margin-right: 10px;
}
back:after {
	content: "\f359";
	font-family: "Font Awesome 5 Pro";
}

/* ================================================================================== LIVE ICON END */

/* ================================================================================== FAB */
.fixed-action-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}
.fixed-action-button .padder {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 10px;
}
.fixed-action-button .padder a {
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: block;
  color: white !important;
  text-align: center;
  font-size: 20px;
  padding-top: 14px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.fixed-action-button .padder:not(:first-child) a {
  padding-top: 6px;
  width: 40px;
  height: 40px;
}
.fixed-action-button .padder:not(:first-child) {
  right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  opacity: 0;
  -webkit-transform: translateY(0) scale(0.4);
  -ms-transform: translateY(0) scale(0.4);
  transform: translateY(0) scale(0.4);
}
.fixed-action-button:hover .padder:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateY(-66px) scale(1);
  -ms-transform: translateY(-66px) scale(1);
  transform: translateY(-66px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateY(-116px) scale(1);
  -ms-transform: translateY(-116px) scale(1);
  transform: translateY(-116px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateY(-166px) scale(1);
  -ms-transform: translateY(-166px) scale(1);
  transform: translateY(-166px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateY(-216px) scale(1);
  -ms-transform: translateY(-216px) scale(1);
  transform: translateY(-216px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateY(-266px) scale(1);
  -ms-transform: translateY(-266px) scale(1);
  transform: translateY(-266px) scale(1);
}
.fixed-action-button:hover .padder:nth-child(7) {
  opacity: 1;
  -webkit-transform: translateY(-316px) scale(1);
  -ms-transform: translateY(-316px) scale(1);
  transform: translateY(-316px) scale(1);
}
/* ================================================================================== FAB END */

/* ================================================================================== FAB V2 START */
.wowfab {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.wowfab:before {
  content: "";
  background: rgba(255, 0, 0, 0.3);
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
body > .wowfab {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  background-color: #a945bf;
  color: white;
  z-index: 100;
}
.wowfab i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wowfab > .wowfab {
  width: 46px;
  height: 46px;
  font-size: 18px;
  background-color: #687888;
}
.wowfab > .wowfab > .wowfab {
  width: 36px;
  height: 36px;
  font-size: 16px;
  background-color: #19b4ca;
}
.wowfab > .wowfab > .wowfab > .wowfab {
  width: 26px;
  height: 26px;
  font-size: 14px;
  background-color: #c8d24b;
}
/* ================================================================================== FAB V2 END */

/* ================================================================================== BREADCRUMBS MENU START */

/* ================================================================================== BREADCRUMBS MENU END */
/* ================================================================================== TOOLTIP START */
[class*="roza-tooltip"] {
  position: relative;
}
.roza-tooltip-bottom:hover:after,
.roza-tooltip-left:hover:after {
  position: absolute;
  display: block;
  content: attr(data-title);
  white-space: nowrap;
  background: #424242;
  color: white;
  padding: 4px;
  border-radius: 4px;
  line-height: initial;
  font-size: 12px;
  font-weight: normal;
  z-index: 25;
}
.roza-tooltip-bottom:hover:before,
.roza-tooltip-left:hover:before,
.roza-htmltooltip-bottom .roza-htmltooltip-content:before {
  background: #424242;
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  z-index: 25;
}
.roza-tooltip-bottom:hover:after {
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
.roza-tooltip-bottom:hover:before {
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.roza-tooltip-left:hover:after {
  top: 50%;
  right: calc(100% + 8px);
  transform: translateY(-50%);
}
.roza-tooltip-left:hover:before {
  top: 50%;
  right: calc(100% + 5px);
  transform: translateY(-50%) rotate(45deg);
}

.roza-htmltooltip-bottom {
  position: relative;
}
.roza-htmltooltip-bottom .roza-htmltooltip-content {
  display: none;
  position: absolute;
  background: #424242;
  color: white;
  padding: 4px;
  border-radius: 4px;
  line-height: initial;
  font-size: 12px;
  font-weight: normal;
  z-index: 25;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.roza-htmltooltip-bottom:hover .roza-htmltooltip-content {
  display: block;
}
.roza-htmltooltip-bottom .roza-htmltooltip-content:before {
  top: -3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
/* ================================================================================== TOOLTIP END */

/* ================================================================================== SINDU TABLEDRAGGER START */
.sindu_static > table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* ================================================================================== SINDU TABLEDRAGGER END */

/* ================================================================================== DATERANGE PICKER START */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  width: 55px;
  padding: 4px;
  border-radius: 0.25rem;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  width: initial;
  border-color: #ced4da;
}
.daterangepicker .calendar {
  margin: initial;
}
.daterangepicker.auto-apply .drp-buttons {
  display: block !important;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  text-decoration: initial;
  color: #c8cdd2; /*official mute color*/
}
/* ================================================================================== DATERANGE PICKER END */

/*--SIDEBAR--*/
#sidebar {
  height: calc(100vh - 52px);
  width: 250px;
  position: fixed;
  top: 53px;
  border: 0px solid #f3f3f3;
  left: 0;
  z-index: 10;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  z-index: 200;
  transition: 0.5s;
}
body.fullContent #sidebar {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

#sidebar::after {
  display: none;
}

/*Profile Block*/
#profileBlock {
  padding: 8px;
  background-color: #696969;
  float: left;
  width: 234px;
  color: #fcfcfc;
}
#sidebar .profileImageBlock {
  float: left;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  margin-right: 5px;
}

/*search*/
#sidebar .searchMenuBlock {
	padding: 12px 8px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 -1px 0px rgb(0 0 0 / 10%);
}
#sidebar .searchMenuBlock input {
	background: rgba(255, 255, 255, 0.1);
	color: white !important;
	border: 0;
}

/*side menu list*/
ul.sideMenuList {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
ul.sideMenuList li a {
  display: block;
  padding: 8px 30px 8px 15px;
  color: black;
  text-decoration: none;
  width: 250px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(138, 138, 138, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(138, 138, 138, 0);
  box-shadow: 0px 0px 0px 0px rgba(138, 138, 138, 0);
  transition: 0.5s ease-out;
}

ul.sideMenuList li a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

ul.sideMenuList li a.menuActive {
  background-color: rgba(0, 0, 0, 0.03); /*official active menu*/
}

/* side menu icons*/
ul.sideMenuList.menuLevel1 li > a {
  padding-left: 25px;
  color: white;
}
ul.sideMenuList.menuLevel2 li > a {
  padding-left: 35px;
  background: rgba(0, 0, 0, 0.2);
}
ul.sideMenuList.menuLevel3 li > a {
  padding-left: 50px;
  background: rgba(0, 0, 0, 0.4);
}
ul.sideMenuList.menuLevel4 li > a {
  padding-left: 65px;
  background: rgba(0, 0, 0, 0.6);
}
ul.sideMenuList.menuLevel5 li > a {
  padding-left: 80px;
  background: rgba(0, 0, 0, 0.8);
}
ul.sideMenuList.menuLevel6 li > a {
  padding-left: 90px;
  background: rgba(0, 0, 0, 1);
}
ul.sideMenuList.menuLevel7 li > a {
  padding-left: 105px;
  background: rgba(236, 236, 236, 1);
}
ul.sideMenuList.menuLevel8 li > a {
  padding-left: 130px;
  background: rgba(236, 236, 236, 1);
}
ul.sideMenuList.menuLevel9 li > a {
  padding-left: 145px;
  background: rgba(236, 236, 236, 1);
}
ul.sideMenuList.menuLevel10 li > a {
  padding-left: 160px;
  background: rgba(236, 236, 236, 1);
}

ul.sideMenuList li a.noChild.menuActive {
  background-color: #536fed !important;
}
ul.sideMenuList a {
  position: relative;
}
.hasChild:after, .toggleAccordion:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	right: 13px;
	top: 9px;
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
}
.toggleAccordion:after {
  top: 10px;
}
.hasChild.isOpened:after,
.toggleAccordion.isOpened:after {
  transform: rotate(90deg);
}
#sideMenuLeft {
  height: calc(100% - 129px);
}
.menu-scroller {
	height: calc(100% - 162px);
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
}
.menu-scroller::-webkit-scrollbar {
	display: none;
}

/*--TOPMENU--*/
#topMenuBar {
  background-color: #dfdfdf;
  height: 35px;
}
/*search*/
#topMenuBar .searchMenuBlock {
  float: right;
  padding: 4px;
  position: relative;
}
#topMenuBar .searchMenuBlock input {
  padding: 5px;
  font-family: inherit;
  background: #ffffff url("images/search-icon.png") no-repeat right center;
  border: none;
  width: 200px;
  font-size: 11px;
  border-right: 3px solid #ffffff;
}
/*profile*/
#topMenuBar #profileBlock {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 89px;
}
ul.topMenuList ul {
  display: none;
}
ul.topMenuList li:hover > ul {
  display: block;
}
ul.topMenuList ul {
  position: absolute;
  left: -1px;
  top: 98%;
  background-color: #dfdfdf;
  z-index: 1000;
  border: 1px solid #b4b4b4;
  box-shadow: 0px 0px 2px #b4b4b4;
}
ul.topMenuList ul ul {
  position: absolute;
  left: 98%;
  top: 0;
}

ul.topMenuList,
ul.topMenuList ul {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
}
ul.topMenuList ul {
  min-width: 180px;
}
ul.topMenuList li {
  display: block;
  float: left;
}
ul.topMenuList.menuLevel1 > li > a {
  border-right: 1px solid #cacaca;
  line-height: 35px;
  padding: 11px 8px 11px 28px;
}
ul.topMenuList li a {
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  padding: 7px 8px 7px 28px;
}
ul.topMenuList ul li {
  float: none;
  /*border-bottom: 1px dotted #33618B;*/
}
ul.topMenuList li:hover {
  position: relative;
}
ul.topMenuList li a:hover {
  position: relative;
  background-color: #d3d3d3;
}
ul.topMenuList ul li a {
  display: block;
}

/* top menu icons*/
ul.topMenuList.menuLevel1 > li > a {
  background-position: 8px 9px;
}
ul.topMenuList ul a {
  background-position: 8px 6px;
}

/*--CONTENT--*/
#content.withSideBarLeft {
  margin: 79px 15px 0 265px;
}
#content.withSideBarLeft.fixedWidth {
  margin: 79px 15px 15px calc(50% - 410px);
  width: 1070px;
}
body.fullContent #content {
  margin-left: 0;
}
#content.withSideBarRight {
	margin-left: 250px;
  margin-top: 52px;
	padding: 15px;
  transition: 0.5s;
}
#content.withTopMenu {
  padding: 15px;
}
#breadcrumbs {
  font-size: 1.1rem;
  font-weight: bold;
}
#topMenu .dropdown + .dropdown {
	margin-left: 5px;
}
#topMenu > .dropdown > .btn {
    background-color: transparent;
}
#sideLeftContent {
  width: 235px;
  margin: 10px auto 0 auto;
  overflow: auto;
}
#content .tab .componentArea td {
  padding: 4px;
  color: #000;
  background-color: #ffffff;
}
#content .tab td.tabHead {
  /*border: 1px solid #cccccc;*/
  border-bottom: none;
  background-color: #4681aa;
  padding: 8px 17px 8px 17px;
  color: #fff;
  /*border-top:5px solid #ffffff;*/
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}
#content .tab .componentArea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px;
  color: #fff;
}
#content .tab td.selected {
  /*border-top:5px solid #4681AA;*/
  background-color: #7daed1;
}
.contentButtonFooter {
  text-align: right;
}
#content iframe.sysadmin {
  border: 1px solid #cccccc;
}
.form-group > label {
  font-weight: bold;
  position: relative;
  padding-top: 5px;
  text-align: left;
}
.inputArea > a,
.inputArea > label:not(.inputInput) {
  padding: 5px 15px 5px 0; /*input padding 4 tp extra 1 utk border*/
}
td.listingContent:not(:last-child) {
  padding-right: 25px;
}

/*--OTHERS--*/
.inputButton,
.btn {
	/*same with bootstrap .btn*/
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 0.25rem;
	transition: all 0.3s ease-in-out;
	/* display: inline-flex; */
    justify-content: center;
    align-items: center;
}
#content.lov {
  position: static !important;
}
#bottom {
  display: none;
}
#footer {
  width: 100%;
  text-align: center;
  color: #8d8d8d;
  margin: 10px 0;
  font-size: 10px;
  padding-bottom: 20px;
}
#pageProperties {
  border-bottom: 1px dotted #888;
  padding: 5px;
  text-align: right;
  color: #888;
  display: none;
}
#hide-header {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #topTime {
    display: none;
  }
  svg {
    max-height: 300px !important;
  }
  #quickaccessDropdown.dropdown-menu.show {
    transform: none !important;
    top: 52px !important;
    width: 100%;
  }
}
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/load-fims.gif) center no-repeat #fff;
  opacity: 1;
}

/* ================================================================================= */

/*REPORT*/
#report {
  border-collapse: collapse;
}
#report h4 {
  margin: 0px;
  padding: 0px;
}
#report img {
  vertical-align: middle;
}
#report ul {
  width: 100%;
}
#report li {
  padding: 10px;
  width: 100%;
}
#report th {
  background: #3b6c8e;
  color: #fff;
  padding: 7px 15px;
  text-align: left;
}
#report td {
  background: #fff none repeat-x scroll center left;
  border: 1px solid #8cbae8;
}
#report tr.odd td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 7px;
}
#report div.arrow {
  background: transparent url(../../img/icon/arrows.png) no-repeat scroll 0px -16px;
  width: 16px;
  height: 16px;
  display: block;
}
#report div.up {
  background-position: 0px 0px;
}
#report .textBold {
  color: #5c5c5c;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.Table {
  display: table;
  width: 100%;
}
.Title {
  display: table-caption;
  text-align: center;
  font-weight: bold;
  font-size: larger;
}
.Heading {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
.Row {
  display: table-row;
  width: 100%;
}
.Cell {
  display: table-cell;
  border: none;
  border-width: thin;
  padding: 6px 5px 6px 5px;
}

.alignText {
  text-align: right;
}

.controlPanel {
  background-color: #e6e6e6;
  height: 28px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 3px;
  padding-top: 3px;
}

#exportas td {
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-right-color-value: #aaa;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-right-style-value: solid;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-right-width-value: 1px;
}

#popupSave,
#showQuery {
  width: 100%;
  height: 100%;
  /*opacity:.95;*/
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  /*background-color:#313131;*/
  overflow: auto;
}
img#close {
  position: absolute;
  right: -14px;
  top: -14px;
  cursor: pointer;
}
div#popupForm,
div#popupQuery {
  position: fixed;
  left: 40%;
  top: 40%;
  /*margin-left:-150px;*/
  max-width: 300px;
  min-width: 250px;
  padding: 10px 50px;
  border: 2px solid gray;
  border-radius: 5px;
  background-color: #fff;
}

#popupForm h2,
#popupQuery h2 {
  background-color: #608eb3;
  padding: 10px 35px;
  margin: -10px -50px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
#popupForm hr,
#popupQuery hr {
  margin: 10px -50px;
  border: 0;
  border-top: 1px solid #ccc;
  color: #fff;
}

/* ================================================================================= */

/* =================================================================================== metro-tab start */
.metrotab {
  display: none;
}
/* =================================================================================== metro-tab end */

/* =================================================================================== file upload button start */
[type=file].invi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}
[type=file].invi + .fa {
	transform: none;
}
/* =================================================================================== file upload button end */

/* =================================================================================== responsive */
@media only screen and (max-width: 1200px) {
  body #content.withSideBarLeft {
    margin-left: 15px;
  }
  body:not(.fullContent) #hide-sidebar:after {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .languageContainer {
    display: none !important;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
  div.dataTables_wrapper div.dataTables_info {
    padding-bottom: 10px;
  }
  #breadcrumbs {
    padding-bottom: 20px;
    margin-top: -15px;
  }
  .card {
    height: auto !important;
  }
  .card.isClosed {
    height: 47px !important;
  }
  .form-group > label {
    padding-bottom: 3px;
  }
  .form-group > label:after {
    display: none;
  }
  body:not(.fullContent) #header > *:not(#logo):not(#hide-sidebar) {
    display: none !important;
  }

  .iCheckGroup.horizontal {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .offset-left {
    margin-left: 50%;
  }
  .offset-right {
    margin-right: 50%;
  }
  .form-group > label > span:after {
    content: ":";
    position: absolute;
    padding: 5px 0; /*input padding 4 tp extra 1 utk border*/
    right: -7px;
    top: 0;
    height: 100%;
    width: 10px;
  }
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: 1000px;
  }
}
/* =================================================================================== responsive end */

/* =================================================================================== Component header */
/*
.tableContent.flcReport thead tr#row_0:first-child th,
.tableContent.flcTabular thead tr#row_0:first-child th,
.componentHeader th
{
	padding-bottom: 28px;
}
.tableContent.flcReport thead tr#row_0:first-child:after,
.componentHeader:after
{
	content: '';
    height: 1px;
    width: calc(100% - 30px);
    background: #E9ECEF;
    position: absolute;
    top: 45px;
    left: 15px;
}
*/
table.tableContent td {
  padding: 6px 0;
}
.componentHeader + tr td,
.flcTabular tr#row_0:not(:first-child) th,
.flcReport tr#row_0:not(:first-child) th {
  padding-top: 28px;
}
.flcReport .listingHead {
  padding-top: 39px !important;
}
.componentHeader + tr:after,
.flcTabular tr#row_0:not(:first-child):after,
.flcReport tr#row_0:not(:first-child):after {
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  background: #e9ecef;
  position: absolute;
  top: 45px;
  left: 15px;
}
.flcReport .listingHead:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e9ecef;
  position: absolute;
  top: 35px;
  left: 0;
  border-top: 18px solid white;
  border-bottom: 10px solid white;
}

body,
.dropdown-item,
#sidebar,
.dropdown-item:focus,
.dropdown-item:hover,
.toggleAccordion:after,
.form-control,
#cardCalendar .clndr .days-container .days .day,
#cardCalendar .clndr .days-container .days .empty,
#cardCalendar .clndr .days-container .events .events-list .event a,
table.dataTable td.action-column > a,
table td.listingContent.action-column > a,
table td.listingContent.action-column > label > a,
a.nodeco,
#topMenu > .dropdown > .btn
{
  color: #212121 !important; /*official font color*/
}
svg text {
  fill: #212121 !important; /*official font color*/
}
.text-muted {
	color: #c8cdd2 !important; /*official mute color*/
}
.text-invi {
	color: transparent !important;
}
.btn {
  box-shadow: initial !important;
  white-space: nowrap !important;
}
/* .btn .spinner,  */
.c-spin {
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* .btn .spinner-border,  */
.c-spin-border {
  width: 20px;
  height: 20px;
}
.close {
  color: white;
  text-shadow: none;
  opacity: 1;
}
.modal-header {
	font-size: 1rem;
	font-weight: bold;
	min-height: 56px;
}
.btn-primary,
.btn-success,
.inputButton,
.modal-header {
  border-color: transparent !important;
  color: #ffffff !important;
}
.pageBorderEnabled .btn-primary[disabled],
.pageBorderEnabled .btn-warning[disabled] {
  background-color: #e9ecef !important; /*official disable background*/
  border-color: transparent !important;
  color: #212121 !important; /*official font color*/
  opacity: 1 !important;
  pointer-events: none;
}
.btn.btn-outline-secondary {
  border: 1px solid #ced4da;
  background: transparent !important;
}
.btn.btn-danger {
  box-shadow: initial !important;
}
.page-item.selected .page-link {
  background-color: #212121; /*official background*/
  border-color: #212121;
}
.form-control,
.custom-file-label {
  padding: 4px 10px; /*official input and button padding*/
}
.form-control {
  box-shadow: initial !important;
}
.form-control:not(textarea) {
  height: initial !important;
}
select[multiple] {
  height: 1px !important;
}
.form-control:focus {
  color: #212121;
}
.form-control.btn {
  width: initial;
}
.was-validated .form-control.is-valid,
.was-validated .form-control:valid,
.form-control[readonly]:focus {
  border-color: #ced4da;
}
.form-control[readonly] {
	background-color: #E9ECEF;
}
.was-validated .form-control.is-invalid:valid,
.was-validated
  .form-control:invalid
  ~ .select2-container--default
  .select2-selection--multiple,
.was-validated
  .form-control:invalid
  ~ .select2-container--default
  .select2-selection--single,
.was-validated .dropzone.is-invalid,
.was-validated .iCheckGroupContainer.is-invalid {
  border-color: #dc3545;
}
.was-validated .iCheckGroupContainer.is-invalid {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  padding: 4px 10px;
}
.invalid-feedback {
  margin-bottom: 4px;
}
.is-invalid + .invalid-feedback {
  display: block;
}
.btn.inputInput i,
.inputButton i {
  margin-right: 5px;
}
.inputButton + .inputButton {
  margin-left: 0.25rem; /*ml-1*/
}
.input-group .has-clear {
  padding: 8px;
  cursor: pointer;
  color: #888888;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.input-group .form-control:disabled ~ .has-clear {
  display: none;
}
.input-group .input-group-append + .has-clear {
  right: 40px;
}
.input-group-text.hasEvent.active {
  background-color: #e74c3c;
  border-color: transparent;
  color: white;
}
.input-group-text.selected {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #e9ecef;
}

.modal-content .invalid-feedback { text-align: left; }
.modal-content .iCheckGroupContainer { text-align: left; }
/* =================================================================================== overwrite bootstrap */
/*.pb-6 { padding-bottom: 6rem!important; }*/
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-image: none;
  padding-right: 10px;
}
.tooltip {
	pointer-events: none;
}
.disabled {
	background: #e9ecef;
}
a:hover {
  text-decoration: none;
}
#dt_todo a:visited {
	color: #80498F;
}
.btn:disabled, .btn[disabled] {
	pointer-events: none;
}
.btn.disabled, .btn:disabled, .btn[disabled] {
	opacity: .65;
}
.modal-header {
    display: flex;
    align-items: center;
}
.modal-header .close {
	margin-left: 0 !important;
}
.modal-content {
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
}
.modal-body {
	overflow-y: auto;
	max-height: 79vh;
}
.modal {
  overflow-y: auto;
}
.bg-info {
	background-color: #2095F2!important;
}
.text-info {
	color: #2095F2!important;
}
@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important;
  }
}

.d-xl-down-none {
  display: none !important;
}

.select2 + .input-group-append, .select2 + .input-group-append .input-group-text {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.select2 + .input-group-append .input-group-text {
	padding-left: 13px;
}
.fa + .select2 .select2-selection {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.inputArea .modal-footer {
    margin: 1rem -15px -4px -15px;
    padding-bottom: 0;
}
/* =================================================================================== theme sizing */
body,
.dropdown-menu,
.form-control,
.input-group-text,
.btn,
.doughnut_container h5 {
  font-size: 0.875rem;
}
.tableContent.flcReport thead tr#row_0:first-child th,
.componentHeader th,
.componentHeader td,
.cardHeader {
  font-size: 1.0625rem;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.cardHeader:not(.isClosed) {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-flow: wrap;
}
.cardHeader .headerIcon:first-child {
    margin-right: -9px;
}
/* KERISI */
.cardReference {
  font-family: Roboto;
  font-size: 14px
}
.cardHeaderReference {
  background-color: #5487B5;
  color: white;
}
/*------------------------------------------------*/
.form-group > .cardHeader {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
.headerIcon {
	position: relative;
    float: right;
    padding: 4px 8px;
}
.toggleAccordion + .headerIcon {
	margin-right: 18px;
}
.close[data-dismiss="modal"] + .headerIcon {
	margin-right: -7px;
}
.modal-header .headerIcon {
	color: white !important;
}
.segment {
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  color: white;
  padding: 10px 15px;
  margin: 0 15px 4px 15px;
}
.inputArea + .segment {
  margin-top: 1.5rem !important;
}
.tableContent.flcReport thead tr#row_0:not(:first-child) th,
table.dataTable thead > tr > th,
table.dataTable tfoot > tr > th {
  /*table header*/
  padding: 10px 15px;
  color: white;
  vertical-align: top;
}
.tableContent.flcReport tbody tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #e9ecef;
}
table td,
table td.action-column > a {
  vertical-align: center !important;
}
td.contentButtonFooter {
  padding-top: 8px !important;
}
.icon {
  font-size: 1.0625rem; /* Preferred icon size */
}
.btn, .input-group-prepend, .input-group-append {
  height: 31px;
}
.card.isClosed {
  height: 47px;
  overflow: hidden !important;
}
img.custom-icon {
  height: 14px;
}
.custom-file,
.custom-file-label,
.custom-file-input {
  height: 31px;
}
.custom-file-label:after {
	height: 29px;
	content: "\f0c6";
	font-family: "Font Awesome 5 Pro";
}
#inputArea_profilepic {
  background-image: url(../../upload/profilepic/background.jpg);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#inputArea_profilepic img {
  border-radius: 50%;
  border: 3px solid white;
  margin: 10px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#inputArea_profilepic .theAppendedItem {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 35px;
}
#inputArea_profilepic .theAppendedItem .custom-file {
  opacity: 0;
}

#inputArea_billpic {
  text-align: center;
}
#inputArea_billpic img {
  border: 1px solid white;
  margin-top: 9px;
  width: 190px;
  object-fit: cover;
  border: 1px solid #fafafa;
}

#inputArea_billpic .theAppendedItem {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 35px;
}
#inputArea_billpic .theAppendedItem .custom-file {
  opacity: 0;
}

/* =================================================================================== Mobile Component */
.listgroup-a h,
.listgroup-a h1,
.listgroup-a h2,
.listgroup-a h3,
.listgroup-a h4,
.listgroup-a h5 {
  margin-bottom: 0;
}
.listgroup-a .accordion {
  overflow-y: auto;
  height: calc(100vh - 146px);
}

.listgroup-container {
  display: flex;
  align-items: center;
}

.listgroup-container:hover {
  background-color: #f1f5f6;
}

.listgroup-search {
  top: 0;
  left: 0;
  padding: 0.5rem;
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  border: 1px solid #dee3e4;
}
.listgroup-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.listgroup-col {
  padding: 0.5rem;
  padding-right: 0;
}
.listgroup-col:last-child {
  padding-right: 0.5rem;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
.flex-grow-3 {
  flex-grow: 3;
}
.flex-grow-4 {
  flex-grow: 4;
}
.flex-grow-5 {
  flex-grow: 5;
}
.flex-grow-6 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.align-y-top {
  align-self: flex-start;
}
.align-y-bottom {
  align-self: flex-end;
}

.listgroup-col .icon {
  text-align: center !important;
  font-size: 20px !important;
  margin-left: 0 !important;
}

.icon .la {
  font-size: 24px !important;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 44.7%;
  padding: 10px;
  height: 100%;
  border: 3px solid #f3f3f3;
  border-left: 0px;
  border-right: 0px;
  text-align: center;
  margin-left: 15px;
  color: #90599b;
  cursor: pointer;
  font-weight: 700;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


#c {
    display:inline-block;
    padding:0.35em 1.2em;
    border:0.1em solid #536fed;
    background: #536fed;
    margin:0 0.3em 0.3em 6px;
    border-radius:0.3em;
    box-sizing: border-box;
    text-decoration:none;
    font-weight:500;
    color:White;
    text-align:center;
    transition: all 0.2s;
    cursor: pointer;
    
  }
  
  #c:hover{
    color:#536fed;
    background-color:#FFFFFF;
  }

/* =================================================================================== hide not ready features */
.features-not-ready {
  display: none !important;
}
/* =================================================================================== slideout mobile*/

/* ========================================================================== Hamburger Icon / Toggle Side Bar Icon */
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 500ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham.active {transform: rotate(180deg);}
.line {
  fill:none;
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
  stroke-dasharray: 40 82
}
.ham5 .top {animation: ham_move_top 500ms}
.ham5 .middle {animation: ham_move_mid 500ms}
.ham5 .bottom {animation: ham_move_btm 500ms}
.ham5.active .top {
  animation: ac_ham_move_top 500ms;
  stroke-dashoffset: 16px;
}
.ham5.active .middle {
  animation: ac_ham_move_mid 500ms;
  stroke-dashoffset: -8px;
}
.ham5.active .bottom {
  animation: ac_ham_move_btm 500ms;
}

@keyframes ac_ham_move_top {
  0% {stroke-dashoffset: 0px; }
  50% {stroke-dashoffset: -50px;}
  90% {stroke-dashoffset: -10px;}
  100% {stroke-dashoffset: 16px;}
}
@keyframes ham_move_top {
  0% {stroke-dashoffset: 16px;}
  10% {stroke-dashoffset: -10px;}
  50% {stroke-dashoffset: -50px;}
  100% {stroke-dashoffset: 0px;}  
}
@keyframes ac_ham_move_mid {
  0% {stroke-dashoffset: 0px; }
  50% {stroke-dashoffset: -50px;}
  100% {stroke-dashoffset: -8px;}
}
@keyframes ham_move_mid {
  0% {stroke-dashoffset: -8px;}
  50% {stroke-dashoffset: -50px;}
  100% {stroke-dashoffset: 0px;}  
}
@keyframes ac_ham_move_btm {
  0% {stroke-dashoffset: 0px;}
  50% {stroke-dashoffset: -50px;}
  100% {stroke-dashoffset: 0px;}
}
@keyframes ham_move_btm {
  0% {stroke-dashoffset: 0px;}
  50% {stroke-dashoffset: -50px;}
  100% {stroke-dashoffset: 0px;}
}