:root{
	--hicx-global-header-height: 65px;
	--hicx-page-header-height: 0px;
	--hicx-page-top-height: 0px;	
	--hicx-page-body-height: calc(100vh - (var(--hicx-page-top-height)));
	--hicx-page-body-height-tabs: calc((var(--hicx-page-body-height)) - 70px);
	--wizard-color-neutral: #ccc !default;
	--wizard-color-active: #4183D7 !default;
	--wizard-color-complete: #87D37C !default;
	--wizard-step-width-height: 64px !default;
	--wizard-step-font-size: 24px !default;
	
}

.hicx-page-body-height{
	height: var(--hicx-page-body-height);
}

.hicx-page-body-height-tabs{
	height: var(--hicx-page-body-height-tabs);
}


.hicx-page-body-height-tabs .tab-pane.active .card>div>div>div:not(.dropdown):has(div.dropdown-menu.dropdown-menu-right.show):hover {
	overflow-x: visible;
}

.tab-container > .card {
	overflow: visible !important;
}

.form-section i.learn-more{  
  display: inline-block;
  font-size: 12px;
  width: 20px;
  height: 20px;  line-height: 19px;
  font-style: normal;
  border: 1px solid #279aff;
  border-radius: 50%;
  color: #279aff;
  text-align: center;
  cursor: pointer;
}

.form-section i.learn-more:hover {
  color: #3487cf;
  border: 1px solid #3487cf;
}


.form-section{
	margin-bottom:10px;
	margin-top:10px;
	/*  border-top-width: 4px;
	  border-top-color: #1a73e8;   
	  border-top-style: solid;*/
}

.form-section label{
	/*font-size: 1.5em;*/
}

.form-section-group{
	padding-top:10px;
	padding-bottom: 5px;
	border-top: 1px solid #cecece;
} 

.form-section-group h4{
	font-size: 1.4em;
}

.field-value-changed{
	/*background-color: #F2AFB0 !important;*/
    border-color: #dc3545 !important;
    border: 1px;
    border-style:solid;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top:2px;      
}

.error{
	color:red;
}

input.error { border: 1px dotted red; }

label.error {
    display: none;
}


.hicx-form-view-1 label {
	font-size:0.9em;	
	padding-left:0px;
	color: #a1a5b7!important;
	font-weight: 500;	
}

.hicx-form-view-1 .hicx-form-value{
	font-weight: 600;	
	padding-left:0px;
}

.hicx-form-read-only .hicx-form-value{
	font-weight: 600;		
}

/* not yet ready to show this on common */
#xFormOldValuesInfobox {display: none;}


.hicx-form-view-1 .form-group{
	padding-left:0px;
}

.hicx-form-group{
	padding-left:15px;
}


.commentsBlock .heading h4 {
	font-size: 1.15rem !important;
    float: left;    
	margin-top: 10px;
    margin-bottom: .5rem;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #181c32 !important;
}


.ui-datepicker-trigger {
    background-color: transparent;
    border: 0;
    shadow: 0;
    padding-top: 1px;
    z-index: 10;
    padding-left: 6px;
}

#script-form .CodeMirror,#script-body .CodeMirror{
	height: 100%!important;
}
.clickable-row, .clickable-row td, .c-pointer{
	cursor: pointer;
}  

.ext-page #hicx-page-body{	
    width: 100%;
    position: relative;
    top: 50px;
    display: block;
    grid-area: unset;
}

.ext-page #wrapper{
	overflow-x:hidden;
}

.ext-page .hicx-toolbar{
	padding:0px;
	background-color:#ffffff;
}


.no-scroll::-webkit-scrollbar{
	display: none;
}


.no-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */  
}

.no-scroll #wrapper{
	overflow-y:hidden;
}

.no-scroll-popup::-webkit-scrollbar{	
	display: none;
}

.no-scroll-popup{	
	overflow:hidden !important;
	 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.no-scroll-popup #wrapper::-webkit-scrollbar{	
	display: none;	
}
	
.no-scroll-popup #wrapper{		
	overflow:hidden !important;
	 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.no-scroll-popup #hicx-global-container-bs{		
	position: fixed;
}

#login-logo{
	width: 200px;
}

#login-logo img{
	max-width:100%;
	max-height:100%;
}

li.select2-results__option {
    text-align: left;
}

.overflow-x-scroll {
	overflow-x: scroll;
	margin-bottom: 0.4rem;
}

#pageLoader{
		position:fixed;
		left:0;
		top:0;
		width:75px;
}

.comments .comment {
    padding: 0 !important;
    margin: 0 !important;
}

#comment-responses{
	    margin-left: 0px !important;
    padding-left: 0px !important;
}

.dot {
  padding: 0 3px;
  font-size: 75%;
  color: #CCC;
  line-height: 1.4;
}

.comment-actions{
	font-size: 9pt;	
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {    
    color: #181c32 !important;
}

.b-item {
	margin-left: 0.4rem;
}

div.vd {
	border-left: 1px solid #808080;
	min-height: 500px;
	padding-left: 2rem;
}

.descb {
	background: #FFFFFF;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 4px;
	padding:0.6rem;
	min-height: 5rem;
}

.cardc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
	padding: 0;
    }

.cardcc {
    order: 0;
    flex: 0 1 29%;
    align-self: auto;
	min-height: 9rem;
	background-color: #ffffff;
	padding-top: 18px;
	padding-left: 16px;
	border-radius: 4px;
}

.cardcc.active {
	border: 4px solid #009EF7;
	box-shadow: 0px 35px 60px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.tilefont {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
}

.orange {	
	color: rgba(238, 129, 0, 0.87);
}

.red {
	color: rgba(211, 0, 0, 0.87);
}

.green {
	color: #43B77E;
}

.bigblue {
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	color: #009EF7;
}

.inline {
	display: inline;
}

.ucase {
	text-transform: uppercase;
}

.inner-addon {
	position: relative;
}
  
.inner-addon {
	position: absolute;
	padding: 0px;
}

.right-addon .glyphicon { 
	right: 0px;
}

.right-addon input { 
	padding-right: 30px; 
	width: 266px;
}

.right-addon i { 
	right: 0;
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0.675rem;
	font-size: 2rem;
	background-color: #009EF7;
	height: 100%;
	border-bottom-right-radius: 0.475rem;
	border-top-right-radius: 0.475rem;
	color: white;
}

.emb-search {
	width: 290px;
}

.bcrumb-sep {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

.swal-no-border {
	border: 0 !important;
}

.dropdown-item.blue {
	color: #019EF7;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.35)!important;
}


div::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
	background-color: #C6C6C6;
	border-radius: 7px;
}
div:hover::-webkit-scrollbar-thumb,
ol:hover::-webkit-scrollbar-thumb,
pre:hover::-webkit-scrollbar-thumb,
span:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb {
	background-color: #5E5E7E;
}


.step-wrapper {
  padding: 20px 0;
  display: none;
}
.step-wrapper.active {
  display: block;
}

.step-indicator {
  border-collapse: separate; 
  margin-left: 0px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  padding-top: 0px;
  list-style-type: none;
}
.step-indicator.large {
	display: table;
}
.step-indicator li {
  float: none;
  padding: 0;
}
.step-indicator.large li {
	display: table-cell;
	position: relative;
	width:1%;
}
.step-indicator li.connector:not(:last-child) {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--bs-gray-400);
}
.step-indicator li:after {
  left: 50%;
}
.hicx-portal .tooltip-inner {
  min-height: 115px;
  min-width: 220px;
  text-align: left !important;
}
.step-indicator li:last-child:after {
  display: none;
}
.step-indicator li.active .step {
  border-color: #4183D7;
  color: #4183D7;
}
.step-indicator li.active .caption {
  color: #4183D7;
}
.step-indicator li.complete:after {
  background-color: #87D37C;
}
.step-indicator li.complete .step {
  border-color: #87D37C;
  color: #87D37C;
}
.step-indicator li.complete .caption {
  color: #87D37C;
}
.step-indicator .step {
  background-color: #fff;
  border-radius: 20%;  
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  position: relative;
  width: 50px;
  z-index: 1;
}
.step-indicator .step.step-small {
  font-size: 0px;
  height: 36px;
  width: 36px;
}
.step-indicator .step:hover {
  cursor: pointer;
}
.step-indicator .caption {
  padding: 11px 16px;
}

.alert {
	padding: 2rem 2.5rem
}



div::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background-color: #ccc!important;
}


div:hover::-webkit-scrollbar-thumb, ol:hover::-webkit-scrollbar-thumb, pre:hover::-webkit-scrollbar-thumb, span:hover::-webkit-scrollbar-thumb, ul:hover::-webkit-scrollbar-thumb {
    background-color: #ccc!important;
}

.hicx-dynamic-kpi-tile .card-body {
	overflow-y: auto;
}

@media (min-width: 992px) {
	div::-webkit-scrollbar, ol::-webkit-scrollbar, pre::-webkit-scrollbar, span::-webkit-scrollbar, ul::-webkit-scrollbar {
		width: 0.7rem;
		height: 0.7rem
	}
}

.table-responsive {
	min-height: 400px;
}

.form-check-input {
	width: 1.6rem;
    height: 1.6rem;
}

@media (min-width: 992px) {
	#kt_aside .menu-arrow {
		display: none !important;
	}
	
	#kt_aside:hover .menu-arrow {
		display: flex !important;
	} 
	
	#kt_aside .menu-item.menu-accordion.hover.show .menu-link {
	    width: 100% !important;
	}

	body[data-kt-aside-minimize="on"] div#kt_aside:not(:hover) > div.aside-menu > div > div.menu > div.menu-item {
		max-width: 75px !important;
	}

	div#kt_aside:hover > div.aside-menu > div > div.menu > div.menu-item {
		max-width: 100% !important;
	}
}

.badge-default {
	background-color: #009ef7;
}

.btn-outline-primary:hover {
    color: #fff;
}
body:not(.hicx-portal) div[data-kt-swapper=true] {
    overflow-y: hidden;
    max-height: 65px;
}

body:not(.hicx-portal) div[data-kt-swapper=true]:hover {
    overflow-y: auto;
    max-height: 65px;
}

.x-resizable-handle-south {
	height: 2px;
}

div::-webkit-scrollbar, ol::-webkit-scrollbar, pre::-webkit-scrollbar, span::-webkit-scrollbar, ul::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
}

.x-resizable-handle-east, .x-resizable-handle-west {
	width: 2px;
}

.inputmask-error{
	color:red;
}

.hicx-portal .timeline-label {
	min-width: 110px;
}

.hicx-portal div#ccm>nav>.row {
	display: block;
}

.hicx-portal div#ccm>.timeline-item {
	white-space: nowrap;
}

.hicx-portal div#ccm>nav>div.row>div.col-md-3 {
    width: 100%;
}

body.hicx-portal .timeline-item {
	min-width: 300px;
}

body.hicx-portal .timeline-label:before {
	left: 96px;
}
.swal2-container-overrides {
	padding: 0px;
  margin: 0px;
}
.swal2-popup-overrides {
  padding: 0px;
  margin: 0px;
  width: 40em;

}
.swal2-html-container-overrides {
	padding: 0rem;
	margin-top: 0px !important;
	background-color: #F2F5F7;
	border-top-left-radius: .475rem;
	border-top-right-radius: .475rem;
	max-height: 550px !important;
}
.totp-digit {
	width: 4.5rem;
	height: 4.5rem;
	border: 2px solid #5E5E7E;
	font-size: 4rem;
	text-align: center;
}

.totp-digit.totperror {
	border-color: #BF360C;
}

.totperrortxt {
	color: #BF360C;
}

div.tab-pane[role="tabpanel"][data-bs-toggle="tab"] {
	width: 99%;
}

.w-97 {
	width: 97%;
}

#kt_aside>.aside-menu {
	width: 100% !important;
	overflow-x: hidden;
}

#kt_aside:hover>.aside-menu {
	width: 100% !important;
}

.hover-scroll-overlay-y {
	overflow-x: hidden !important;
}

div[sel-template="field_selection_multiselect_large.ftl"] .x-grid-cell-inner {
	white-space: normal;
}

.ck.ck-reset.ck-list[aria-label=Language] {
	max-height: 300px;
	overflow-y: auto;
}

.rbwabox {
	position: relative;
	background-color: #fff;
	border: none;
	height: 40px;
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	margin-left: 16px;
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100%;
	cursor: pointer;
  }
  
  .rbwabox::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	background-color: #fff;
	width: 15px;
	height: 15px;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.1);
	margin-left: 8px;
  }
  
  .rbwabox-content {
  	z-index:1;
	white-space: nowrap;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 3px;
	padding-right: 3px;
  }

  .hicx-popup {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	z-index: 1001;
	overflow-y: auto;
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
	border-radius: 4px;
  }

  .hicx-popup-visible {
	opacity: 1;
  }

  .mile-bg {
	background-image: url('data:image/svg+xml;utf8,<svg width="3" height="3" xmlns="http://www.w3.org/2000/svg"><rect width="3" height="3" fill="rgb(179, 179, 179)" /></svg>');
	background-position: center top;
	background-repeat: repeat-y;
  }

  div[sel-template="field_complex_file.ftl"] .input-group {
	position: inherit;
	display: block;
	width: 100%;
  }
  
  div[sel-template="field_complex_file.ftl"] .input-group input[type="file"] {
	width: 100%;
  }

  #carouselRequests  .cards-wrapper {
	display: flex;
	justify-content: center;
  }
  
  #carouselRequests .carousel-inner .card {
	margin: 0 0.5em;
	box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  }
  
  #carouselRequests .carousel-inner {
	padding: 1em;
  }
  
  #carouselRequests .carousel-control-prev,
  #carouselRequests .carousel-control-next {
	background-color: #e1e1e1;
	width: 5vh;
	height: 5vh;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
  }
  
  @media (min-width: 768px) {
	  #carouselRequests .card img {
		height: 11em;
	  }
   }
   
  .ki-duotone, .ki-outline, .ki-solid {    
	  font-size: inherit !important;    
  }
  
  [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
	  color: #9A9CAE;
  }

  #hicx-main-container .x-vue-widgets-wrapper .v-table td, #hicx-main-container .x-vue-widgets-wrapper .v-table th {font-size: 1rem;font-family: var(--bs-font-sans-serif)}
  #hicx-main-container .x-vue-widgets-wrapper div {font-family: var(--bs-font-sans-serif)}