form {
	margin: 0;
}

.form-control {
	border: 2px solid #459B25;
}

.btn-primary {
	background-color: #459B25;
	border-color: #459B25;
}

.mb-3 {
	width: 280px;
	float: left;
	margin-top: 10px;
}

fieldset {
	margin-bottom: 1em !important;
	border: 3px solid #242064 !important;
	padding: 10px !important;
}

legend {
	padding: 1px 10px !important;
	float: none;
	width: auto;
}


fieldset>div {
	float: left;
	margin-top: 10px;
}

label[required]::after {
	content: '*';
	color: red;
	display: contents;
}

/*@media1 (min-width: 576px)*/
.col-sm-2 {
	width: 100%;
}

a {
	color: #f3f2ef;
	text-decoration: none;
}

#menu ul a,
#menu ul span {
	font-size: 14px;

	border-bottom: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	/* font-size: 0.9em; */
	padding: 0;
	word-break: break-word;
}

#menu>ul>li,
#menu>ul>li:first-child {
	border: solid 2px #242064;
	background-color: #242064;
	padding: 14px 8px;
	margin-right: -10px;

}

#menu>ul>li>a,
#menu>ul>li>span,
#menu>ul>li>ul>li>a {
	font: 24px #eeeeee;
	font-family: segoe ui, Arial, sans-serif;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	font-size: 12px;
	display: flex;
	align-items: center;

}

.btn {
	margin: 5px;
	font-weight: 500;
}

section>form>button {
	float: left;
}

section>form>button:first-of-type {
	clear: both;
}

section>form>div:first-of-type {
	clear: both;
}

#right-quick-nav>nav {
	top: 9rem;
}

#mobile-btn-toogle-menu {
	top: 75px;
	z-index: 9;
}

span#toogle-icon {
	background-color: #eeeeee;
}

img.img-nav-icon {
	height: 25px;
	width: 25px;
	margin-right: 8px;
}

section.nav-section,
#right-quick-nav>div>section {
	padding: 5px;
	margin: 10px 10px 10px 0;
	background-color: white;
	box-shadow: 0 3px 10px rgb(0 0 0 / 28%);
	clear: both;
	overflow: auto;
	border-radius: 4px;
}

.section-nav {
	border-radius: 4px;
}

body>footer {
	display: flex;
	justify-content: center;
	color: #eeeeee;
	background: #242064;
	position: sticky;
	bottom: 0;
	text-align: center;
}

/* bottom sticky nav style */
#desktop-btns {
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	position: fixed;
	bottom: 20px;
	z-index: 100;
	box-shadow: 0 3px 10px rgb(0 0 0 / 28%);

}

#desktop-btns>div>form>button {
	background-color: white;
	color: #242064;
	font-weight: bold;
	border: 2px solid #242064;
}


/* override for backgroud inner content */
/* #main>.inner {
	background-color: #9492921c;
} */

#section-title-heading {
	background: #a8a7a74a;
	padding: 8px;
	display: block;
}



/* overide style quick side navigation */
#nav-list-desktop>li>a {
	line-height: 46px;
}


/* homepage styles */

#homepage-grid-layout {
	display: grid;
	column-gap: 2px;
	grid-template-columns: 53% 45%;
	margin-top: 28px;
}




.cards-contents {
	display: flex;
	/* padding: 1rem; */
	/* margin-top: auto; */
	flex-wrap: wrap;
}

.card-item-home {
	width: 46%;
	float: left;
	display: flex;
	gap: 10px;
	flex: 45%;
	margin: 10px;
	background: white;
	padding: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 28%);
	flex-direction: column;
}

.card-process-image {
	/* border-radius: 50%; */
	width: 54px;
	height: 54px;
	float: left;
	margin-right: 6px
}

.card-process-content {
	color: #666;
}

.card-footer-buttons {
	display: flex;
	justify-content: end;
	margin-top: -14px;
}


#homepage-cards>div>div>h4 {
	/* font-weight: bold; */
	font-size: 16px;
}

#homepage-cards>div>div>p {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 0;
}

#homepage-cards>div:last-of-type {
	width: 95%;
}

#homepage-cards>div>div>div {
	float: right;
}

#homepage-cards>div>div>h4 {

	padding: 4px 10px 10px 0px;
	margin-left: 60px;
	border-bottom: 2px solid #242064;
}

.btn.btn-outlined-primary.btn-sm:hover {
	background: #242064;

}

.btn.btn-primary:hover {
	background: #242064;
}


#main>.inner {
	padding: 0;
}

#sidebar>.inner {
	width: 220px;
	position: static !important;
}

#sidebar {
	width: 220px;

}

#main {
	padding-left: 10px;
	width: calc(100% - 220px);
	/* flex-grow: 0;
	
	width: 80%; */
}



/* new style */

#right-quick-nav {
	grid-template-columns: calc(100% - 220px) 220px;
	margin-right: 10px;
}


#sidebar>.inner>* {
	padding: 0;
	margin: 0;
}

#wrapper,
#sidebar {
	background: rgb(243 242 239);
	padding-right: 5px;
}

#bottom-btns-quick-nav {
	width: 100%;
	margin-left: 0;

}

#bottom-btns-quick-nav>div {
	margin-right: 10px;
}

nav#menu {
	padding: 5px !important;
}



#stepper-component>div.bs-stepper-header>div>button>span.bs-stepper-circle.previous-step {
	background-color: green;
}

#stepper-component>div.bs-stepper-header>div>button>p.bs-stepper-label.previous-step {
	color: green;
}


.bs-stepper-label {
	width: 100px;
}

.bs-stepper .step-trigger {
	white-space: inherit;
}

#banner {
	padding-top: 2px !important;
}


#banner>div>section>form>div>label {
	width: 233px;
	margin-top: -15px;
	line-height: 19px;
	height: 47px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: flex;
	flex-direction: column;
	justify-content: end;

}


#details>div>div {
	width: 200px;
	margin: 12px;
	padding: 5px 4px;
	float: left;
	display: flex;
	flex-direction: column;
	margin-top: 3px;
}

#details>div>div>span.value {
	border: #c5ced2 solid 1px;
	margin-top: 3px;
	padding: 2px;
	/* height: -webkit-fill-available; */
}

#details>div>div>span.heading {
	font-weight: bold;
	background: #24206440;
	padding: 5px;
}






/* override stepper */
.bs-stepper .line,
.bs-stepper-line {
	background-color: #0000004a;
	min-width: 72px;
	min-height: 2px
}

#stepper-component {

	width: 100%;
	overflow-x: scroll;
}



.table-row-odd {
	background-color: #c5ced2;

}

.table-row-odd>td>div>form>button,
.table-row-odd>td>div>div>span.card-view-value>div>form>button {
	color: white;
	background: #242064;
	border: #242064 solid 2px
}

.table-row-even>td>div>form>button,
.table-row-even>td>div>div>span.card-view-value>div>form>button {

	background: #459b25;
	color: white;
	border: #459b25 solid 2px
}



#navbar-content>ul>li>a,
#navbar-brand>a,
#nav-right-menu-items>div>li>a {
	border-bottom: none;
	color: #eeeeee !important;
	font-weight: bold;
}

#nav-right-menu-items>div {
	text-align: right;
}

#navbar-brand>a {
	border-bottom: none;
}

#navbar-big-title-short,
#navbar-big-title-long {
	position: absolute;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border-bottom: none;
	font-size: 30px;
	color: #eeeeee;

}

#navbar-big-title-long {
	display: block;
	font-size: 34px;
	font-weight: bold;
}

#navbar-big-title-short {
	display: none;
}


#navbar-big-title,
#navbar-brand-short-name {
	font-weight: bolder;
	font-size: 30px;
	color: #eeeeee;
}

#navbar-brand-short-name {
	vertical-align: middle;
	font-size: 42px;
}

#navbar-brand-logo {
	width: 70px;
	height: 70px;
}

.navbar {
	padding: 0 5px;
	position: sticky;
	top: 0rem;
	background: #242064 !important;
	z-index: 10;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
}

#nav-right-menu-items>li>a {
	padding-left: 0;
	padding-right: 0;
}

#homepage-news-map>div {
	padding: 5px;
	margin: 10px 10px 10px 0;
	background-color: white;
	box-shadow: 0 3px 10px rgb(0 0 0 / 28%);
	clear: both;
	overflow: auto;
	border-radius: 4px;
	width: 100%;
	height: 344px;
	/* width: 97%; height:500px; */
}

/* extra homenav navigation styles */

.nav-item {
	display: inline-block;

}

#nav-right-menu-items {
	width: 36%;
	display: block;
}

section>h3 {
	font-size: 1.5rem;
}

#homepage-news-map>div.news {
	font-size: 12px;
}


.comment-div {
	margin-bottom: 20px;
}

.comment-label {
	height: 32px !important;

}

#header {
	position: sticky;
	top: 70px;
	background: #e6e5e5;
	z-index: 9;
}

#small-screen-inner-title>details>summary {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

#small-screen-inner-title>details>p {
	margin-top: 2px;
	text-transform: none;
}

#small-screen-inner-title>details>summary {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}


.badge {
	padding: 3px 3px;
}

.blink {
	animation: blinker 0.6s linear infinite;
	/* color: #eeeeee !important; */
	font-weight: bold !important;
	font-family: sans-serif !important;
}


.page-item.active .page-link {
	z-index: 0;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}



@media (max-width: 962px) {
	#homepage-grid-layout {
		display: block;
	}
}

@media (max-width: 658px) {
	.card-item-home {
		width: 90%;

	}

	#mobile-btns>ul {

		width: 100%;
	}

	#mobile-btns>ul>li>form>button {
		width: 100%;
	}

}

.btn-lg {
	padding: 4px 8px;
	font-size: 14px;
}

#sidebar>.inner {
	padding: 2.22222em 0.22222em 2.44444em 0.22222em;
}

.bs-stepper-content {
	padding: 0;
}

button.btn.btn-outlined-primary.btn-sm.viewmore:hover {
	color: #f56a6a !important;
}

/* spacing overrides */

       /* Styling for the dialog */
	   .dialog-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-top: 2px;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 9999;
	}
	.dialog-content {
		margin-top: 6%;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 850px;
		transform: translate(-50%, -50%);
		background-color: white;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		max-height: 70%; /* Set a maximum height for the dialog content */
		overflow-y: auto; /* Enable vertical scrolling */
	}

@media screen and (min-width: 1681px) {
	#main>.inner {
		max-width: 100%;

	}

	#header {
		border-bottom: solid 5px #242064;
		padding: 25px 0px 5px 0;
	}
}

@media screen and (max-width: 1680px) {
	#sidebar .toggle {
		left: 220px;
	}

	#header {

		padding: 1em 0;
		border-bottom: solid 5px #242064
	}

}

@media screen and (max-width: 991px) {
	#nav-right-menu-items {
		width: fit-content;
		display: block;
		position: absolute;
		z-index: 10;
		top: 70px;
		right: -1px;
		padding: 10px;
		background: #242064;
	}

	#small-screen-inner-title {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	#full-screen-inner-title {
		display: none;
	}
}
@media screen and (min-width: 991px) {
	#small-screen-inner-title {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	#nav-right-menu-items {
		width: fit-content;
		display: block;
		position: absolute;
		z-index: 10;
		top: 41px;
		right: -1px;
		padding: 10px;
		background: #242064;
	}
}

@media screen and (max-width: 576px) {
	#right-quick-nav {
		grid-template-columns: 100% 220px;
		margin-right: 10px;
	}

	#navbar-brand-short-name {
		display: none;
	}

	#header {
		/* margin-right: 48px; */
	}



	#small-screen-inner-title>details>summary {
		width: 80vw;
	}

	.mb-3 {
		width: 95%;
	}
}

@media screen and (max-width: 375px) {
	#navbar-brand-logo {
		display: none;
	}

	#header {
		top: 40px;
	}

	#mobile-btn-toogle-menu {
		top: 50px;
		z-index: 9;
	}
}

@media screen and (min-width: 992px) {
	.nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}


@media screen and (max-width: 992px) {
	#navbar-big-title-long {
		display: none;
	}

	#navbar-big-title-short {
		display: block;
		font-weight: bold;
		font-size: 40px;
	}


}

@media screen and (max-width: 492px) {
#details>div>div {
    width: 100%;
}
}


@media screen and (max-width: 1680px) {
	#sidebar>.inner {
		padding: 0
	}
}


@media screen and (max-width: 1680px) {
	#sidebar.inactive {
		margin-left: -220px;
	}
}

@media screen and (max-width: 1280px) {
	#sidebar {
		top: 56px;
	}
}
@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices   */
  
  /* #details>div>div>span.value {

  } */
  
  }
  
  @supports not (-webkit-touch-callout: none) {
	 /* CSS for other than iOS devices  */
  
  #details>div>div>span.value {
  height: -moz-available;           /*WebKit-based browsers will ignore this. */
	  height: -webkit-fill-available;  /*Mozilla-based browsers will ignore this. */
	  height: fill-available;
  }
  
  
  
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.75rem;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}