/*********************************** KERNEL *****************************************/
.moonlight_msgbox{
	padding:10px; 
}

.moonlight_desc{
	font-size:12px;
	font-weight:normal;
}

.moonglight_designer{
	display:none;
	text-align:left;
}

/*********************************** GENERAL *****************************************/
.login_card{
	box-shadow: 0px 0px 15px 5px #d3d8d7;
}
/*********************************** ERROR *****************************************/
div.error {
	margin-left:2px;
	margin-bottom:2px;
	display:block;
	padding: 5px;
}
span.error {
	display:inline;
	padding: 2px;
}

/** MOONLIGHT REQUIRED END **/
.content_wrapper {
	min-height: calc(100vh - 85px - 64px - 104px);
	position: relative;
}
.content_wrapper_header_footer_only {
    min-height: calc(100vh - 85px - 104px);
    position: relative;
}
/*** HEADER ***/
.topbar {
	padding-left : 5px;
	padding-right : 2em;
}
.topbar a {
	color: white;
}
.topbar a:hover {
	color: white;
	text-decoration:none;
}
.header_menu {
	margin: 0;
	text-align:right;
	display: block;
    list-style-type: disc;
	text-transform: uppercase;
	vertical-align: middle;
}
.header_menu_item {
	display: inline-block;
	padding: 1em 10px;
	min-width: 100px;
	text-align: center;
}
.header_menu_item a {
	font-size: 12pt;
}
.navbar .row {
	width: 100%;
}
/*** FOOTER ***/
footer {
    padding-top: 10px;
    background-color: #435148;
    margin-bottom: -40px;
}
.footer_menu1 {
	position: relative;
	padding-left : 2em;
	padding-right : 2em;
}
.footer_menu2 {
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
}
.footer_submenu_1 ul {
    list-style-type: none;
	font-size: 13pt;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_menu_item {
	margin-left: -40px;
	margin-top: 10px;
	min-width: 100px;
}
.footer_submenu_2 {
	position:absolute;
	right:2em;
	bottom:1em;
}

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, min(100%/2, max(150px, 100%/4))));
  justify-content: space-evenly;
  margin: 0 auto;
}

/*** MENU ***/
.menu_bar {
	min-height: 3em;
    padding: 1em 2em .5em 2em;
}
.menu_bar_left {
	display: inline-block;
	padding-left: 1em;
}
.menu_bar_right {
	float: right;
	display: flex;
	align-items: center;
}
.menu_bar_title {
	font-size : 21pt;
	color: #238E8E; /* new color code */
}
.menu_bar_right a {
	font-size : 14pt;
	padding : 0 10px;
}
.menu_bar_right img {
	padding : 0 10px;
}
.dropdown_menu {
	width: max-content;
	min-width: 160px;
}
.dropdown_menu .dropdown_item {
	padding-bottom: 5px;
}

/*** BODY ***/
.body_container {
	padding-left : 2em;
	padding-right : 2em;
}

/* Page Content*/
.page_body_container {
	display:flex;
	width : 100%;
}
.page_body_content {
	float : right;
	width : 100%;
}

/* Sub Menu */
.page_sub_menu {
	background-color: #3e444f;
	float: left;
	height: 100%;
	border: 1px solid;
 	border-radius: 1em;
}
.page_sub_menu .sub_menu_hide_show {
	height: 100%;
	background-color: #3e444f;
	border-left: 1px solid;
	border-right: 1px solid;
}
.page_sub_menu .sub_menu_content {
	display: flex;
	border-top: 1px solid #30363f;
	border-left: 1px solid #30363f;
}
.page_sub_menu #sub_menu_show, .page_sub_menu #sub_menu_hide {
	height: 5em;
	background-color: #6b727f;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
.page_sub_menu .sub_menu_hide_show  a {
	display: flex;
	height: 50px;
	color: #dfe4ef !important;
	text-decoration: none;
}
.page_sub_menu .sub_menu_focus {
	background-color: #4f565f;
	border-left: 3px solid #29c6d6 !important;
	border-right: 1px solid;
}
.page_sub_menu .sub_menu_focus .sub_menu_icon_frame {
	width: 4.37em;
}
.sub_menu_hide_show .sub_menu_header {
	margin: auto;
	color: #adafb2 !important;
}
.sub_menu_hide_show .sub_menu_header_icon {
	height: 2em;
	width: 2em;
	margin: 0.5em auto;
}
.sub_menu_hide_show .sub_menu_header_text {
	margin-bottom: 0.5em;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
}
.sub_menu_hide_show .sub_menu_icon_frame {
	display: flex;
	width: 4.5em;
}
.sub_menu_hide_show .sub_menu_icon {
	height: 2em;
	width: 2em;
	margin: auto;
	text-align: center;
}
.sub_menu_hide_show .sub_menu_text_frame {
	display: flex;
	width: 12em;
	border-left: 1px solid #30363f;
}
.sub_menu_hide_show .sub_menu_text {
	margin: auto 3%;
}
.page_sub_menu #sub_menu_show_footer, .page_sub_menu #sub_menu_hide_footer {
	height: 1.5em;
	background-color: #6b727f;
	border-top: 1px solid #30363f;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}
.sub_menu_hide_show .sub_menu_comp_add_icon {
	float: right;
	margin: auto;
	margin-left: -10px;
}
.sub_menu_hide_show .sub_menu_comp_add {
	float: right;
	margin: auto;
	padding: 0 0 0 0.5em;
	color: #29c6d6;
	margin-right: 10px;
}
.sub_menu_hide_show .sub_menu_comp_add_frame {
	display: flex;
	margin: 0 0.5em;
}

/* Custom items */
.custom_padding_col_12 {
	padding-right: 0.5em !important;
	padding-left: 0.5em !important;
}
.custom_card_body {
	padding: 1rem !important;
}
.custom_search_field {
	background-image: url(res/icon_search_field.png);
    background-position: 7px 5px;
    background-repeat: no-repeat;
   	padding: 0 35px;
}
.custom_flex_content {
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.custom_flex_content_space {
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 1;
	justify-content: space-between;
}
.custom_flex_content_stretch {
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
}
.custom_flex_content_center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom_flex_basis_75 {
	flex-basis: 75%;
	flex-grow: 0;
}
.custom_flex_basis_70 {
	flex-basis: 70%;
	flex-grow: 0;
}
.custom_flex_basis_50 {
	flex-basis: 50%;
	flex-grow: 0;
}
.custom_flex_basis_45 {
	flex-basis: 45%;
	flex-grow: 0;
}
.custom_flex_basis_40 {
	flex-basis: 40%;
	flex-grow: 0;
}
.custom_flex_basis_35 {
	flex-basis: 35%;
	flex-grow: 0;
}
.custom_flex_basis_30 {
	flex-basis: 30%;
	flex-grow: 0;
}
.custom_flex_basis_25 {
	flex-basis: 25%;
	flex-grow: 0;
}
.custom_flex_basis_20 {
	flex-basis: 20%;
	flex-grow: 0;
}
.custom_flex_basis_15 {
	flex-basis: 10%;
	flex-grow: 0;
}
.custom_flex_basis_10 {
	flex-basis: 10%;
	flex-grow: 0;
}
.custom_flex_basis_5 {
	flex-basis: 5%;
	flex-grow: 0;
}
.custom_margin_05em {
	/* margin-right: 0.5em !important; */
	margin-left: 0.5em !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}
.custom_auto_margin_lr {
	margin: 0 auto;
}
.custom_auto_margin_lr_1em {
	margin: 0 1em;
}
.custom_auto_margin_tb_1em {
	margin: 1em 0;
}
.custom_auto_margin_tb {
	margin: auto 0;
}
.text_align_right {
	text-align: right;
}
.text_align_left {
	text-align: left;
}
.text_align_center {
	text-align: center;
}
.custom_padding_ltb_1em {
	padding: 1em 0 1em 1em;
}
.custom_action_padding_lr {
	padding: 0 0.3em;
}
.custom_padding_1em {
	padding: 1em;
}
.custom_margin_1em {
	margin: 1em;
}
.custom_no_padding_top {
	padding-top: 0 !important;
}
.custom_no_padding_left {
	padding-left: 0 !important;
}
.custom_no_padding_right {
	padding-right: 0 !important;
}
.custom_no_padding_bottom {
	padding-bottom: 0 !important;
}
.custom_no_margin_top {
	margin-top: 0 !important;
}
.custom_no_margin_left {
	margin-left: 0 !important;
}
.custom_no_margin_right  {
	margin-right: 0 !important
}
.custom_no_margin_bottom {
	margin-bottom: 0 !important;
}
.btn_custom_min_width {
	min-width: 50px;
}
.custom_container_scrollable {
	overflow-y: auto; 
	max-height: 500px;
}
.custom_legend_unset {
	width: unset !important;
	font-size: unset !important;
}
.custom_list {
	list-style-position: inside;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

/* Overwrite Boostrap Setting */
textarea {
	width: 100%;
}
.table thead th {
	border-top: 0;
	border-bottom: 1px solid #f7bf4f;
}

/* Case Content*/
.col_content {
	padding: 0 0 0 1.5rem !important;
}
.col_content_flex {
	display: flex;
}
.card_content_flex {
	flex-grow: 1;
}
.card_content_1 {
	border-radius: 1em;
	/* margin-bottom: 1rem; */
}
.card_content_2 {
	border-radius: 0.5em;
	padding: 0.5em;
	/* margin-bottom: 1rem; */
}
.card_content_3 {
	/* border-top: 4px solid #7DA08A; */
	border-top: 4px solid #238E8E; /* new color code */
	/* margin-bottom: 1rem; */
}
.card_content_4 {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.5em;
	padding: 0.5em;
}
.card_content_5 {
	border-radius: 0.5em;
}
.card_content_6 {
	border-radius: 0.5em;
	padding: 0.5em;
	border-color: #dc3545; 
}
.card_content_body_1 {
	padding: 1rem;
}
.card_content_body_title_1 {
	font-weight: 500;
	font-size: 15px;
}
.card_content_body_title_2 {
	padding-bottom: 0.2em;
}
.card_content_body_title_3 {
	color: #ffffff;
	font-size: 15px;
}
.card_content_body_title_4 {
	font-weight: 500;
	font-size: 50px;
}
.card_content_body_title_5 {
	font-weight: 500;
	font-size: 13px;
	color: #555555;
}
.card_content_body_title_6 {
	font-weight: 400;
	font-size: 14px;
	color: #7b8994;
}
.card_content_body_title_7 {
	font-weight: 500;
	font-size: 13px;
	color: #7b8994;
}
.card_content_border_bottom_1 {
	border-bottom: 1px solid #29c6d6;
}
.card_content_border_bottom_2 {
	border-bottom: 1px solid #c1c1c1;
}
.card_content_border_bottom_3 {
	border-bottom: 1px solid #f7bf4f;
}
.card_content_border_bottom_4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card_content_border_top_bottom {
	border-top: 1px solid #f7bf4f;
	border-bottom: 1px solid #f7bf4f;
	background-color: #FFF8E6;
	color: #f7bf4f;
}
.card_content_body_field_1 {
	background-color: #e9ecef;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
}
.card_content_body_field_2 {
	padding: 0.5em 0;
}
.card_content_body_field_3 {
	background: #f1f3f4;
}
.card_content_body_field_4 {
	background: #419dac;
}
.card_content_body_field_5 {
	margin-bottom: 0.5em;
}
.card_content_body_field_6 {
	background-color: #f7f9fa;
	height: 35%;
}
.card_content_body_field_border_2 {
	border-bottom: 0.5px solid #c1c1c1;
}
.card_content_body_field_border_3 {
	border-bottom: 1px solid #F88357;
}
.card_content_body_field_col_1 {
 	align-items: center;
}
.card_content_body_label_1 {
	margin-bottom: 0 !important;
	font-weight: 500;
}
.card_content_body_label_2 {
	color: #7b8994;
}
.card_content_body_label_3 {
	margin-bottom: 0 !important;
}
.card_content_body_label_4 {
	color: #419dac;
	padding: 0 0.5em 0 0.5em;
}
.card_content_body_label_5 {
	font-size: 32px;
}
.card_content_body_label_6 {
	color: #29c6d6;
}
.card_content_body_label_7 {
	color: #f7bf4f;
}
.card_content_body_label_8 {
	color: #2990FF;
	font-weight: 500;
	font-size: 13px;
}
.card_content_body_label_9 {
	color: #419dac;
	font-weight: 400;
	font-size: 12px;
}
.card_content_body_label_10 {
	color: #000000;
	font-weight: 400;
	font-size: 11pt;
}
.card_content_body_label_11 {
	font-weight: 500;
	font-size: 13pt;
	color: #7b8994;
}
.card_content_body_label_12 {
	color: #3cb043;
}
.card_content_body_label_13 {
	font-style: italic;
}
.card_content_body_label_14 {
	color: #c82333;
}
.card_content_title_1{
	font-weight: 500;
	font-size: 15px;
	margin-top: 0.75em;
	padding-left:0.75em;
}
.card_content_body_radio_1 {
	margin-bottom: 0 !important;
	padding: 0 1.5em 0 0.5em;
}
.card_content_body_img {
	float: right;
}
.custom_select_dropdown_1 {
	font-weight: 500;
	font-size: 15px;
	/* background-color: #7EA18B !important; */
	background-color: #238E8E !important; /* new color code */
	color: #ffffff;
}
.custom_checkbox_1 {
	padding: 0.2em 0;
}
.custom_link_outline {
	outline: none;
}
.custom_image_size_thumbnail {
    width: 119px;
    height: 119;
}
.custom_image_size_group {
    margin: 0.5rem;
    text-align: center;
    border: 0.5px solid #c1c1c1;
}
.custom_image_size_filename{
    max-width:119px;
    word-wrap: break-word;
}
.card_content_body_margin_bottom {
	margin-bottom: 1em;
}
.card_content_body_schedule_empty {
	background: #f1f3f4;
	color: #6b727f;
}
.card_content_body_schedule_reschedule {
	background: #f1f3f4;
	color: #c1c1c1;
}
.card_content_body_document {
	background: #f7bf4f;
}
.card_content_body_border_document {
	border-left: 1px solid #f7bf4f;
}
.card_content_body_party {
	background: #7969d6;
}
.card_content_body_border_party {
	border-left: 1px solid #7969d6;
}
.card_content_body_witness {
	background: #68a9d8;
}
.card_content_body_border_witness {
	border-left: 1px solid #68a9d8;
}
.card_body_panel {
	background-color: #E6ECEA;
}
.progress_bar_hr_tick {
	border: none;
    height: 4px;
    background-color: #7969d6;
    z-index: 0;
}
.progress_bar_hr_cross {
	border: none;
    height: 4px;
    background-color: #a6adb2;
    z-index: 0;
}
.progress_bar_img {
    position: absolute;
    top: 5px;
    margin: 0;
    padding: 0;
	left: 50%;
	transform: translateX(-50%);
}
.progress_bar_padding_lr {
	padding: 0 0.1em;
}
.list_border_top_1 {
	border-top: 0 !important;
}
.custom_container_1 {
	position: absolute;
	top: 65px;
	right: 0;
    z-index: 2;
}
.custom_row_section {
	margin-bottom: 1rem;
}
.custom_row_section_container > .custom_row_section:last-child {
	margin-bottom: 0rem;
}
.card-border-color {
	border-color: #c1c1c1;
}
.custom-barcode-container {
	margin-left: -10px;
}
.custom-template-content {
	max-width: 800px;
	border: 1px solid black;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu a:hover {
  background-color: #a7dbf4;
  text-decoration: none;
  color: #fff;
}

/* Popover */
.popover-header {
	display: none;
}
.popover {
	max-width: 306.6px;
	border-radius: 1em;
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: 0 0 6px 1px #eee;
}
.popover-body {
	border: none;
	font-size: 15px;
	font-style: italic;
	z-index: 2;
	line-height: 1.53;
	letter-spacing: 0.1px;
}
.custom_popover_label {
	color: #29c6d6;
}

@media (max-width: 414px) {
	#progress_bar_1 {
		margin: 0 9em !important;
	}
	#progress_bar_2 {
		margin: 3.8em 9em !important;
	}
	#progress_bar_3 {
		margin: 7.6em 9em !important;
	}
	#progress_bar_4 {
		margin: 11.4em 9em !important;
	}
	#progress_bar_5 {
		margin: 15.2em 9em !important;
	}
	.main_search {
		flex-direction: column !important;
	}
	.custom_flex_margin_top {
		margin-top: 1em;
	}
	
	
}
@media (max-width: 575px) {
	.custom_container_1 {
		/*position: relative !important;*/
		/*top: 0 !important;*/
		display: none;
	}
}
@media (max-width: 1199px) {
	.main_stretch_container {
		flex-direction: column !important;
	}
	.main_stretch_container .custom_auto_margin_tb_1em {
		margin: 0 !important;
	}
	.card_content_body_border_document {
		border-left: 0 !important;
		border-top: 1px solid #f7bf4f !important;
	}
	.card_content_body_border_party {
		border-left: 0 !important;
		border-top: 1px solid #7969d6 !important;
	}
	.card_content_body_border_witness {
		border-left: 0 !important;
		border-top: 1px solid #68a9d8 !important;
	}
}

/* Datepicker CSS */
.datepicker .table thead th,
.datepicker .table-condensed thead th,
.timepicker .table-condensed thead th,
.timepicker .table thead th {
    border-bottom: none;
}

.datepicker .table td,
.datepicker .table th,
.datepicker .table-condensed td,
.datepicker .table-condensed th,
.timepicker table td,
.timepicker table-condensed td,
.timepicker table-condensed th,
.timepicker table th {
    border-top: none;
}

.timepicker table tr td {
    vertical-align: middle;
}

.datepicker .datepicker-decades .decade {
    line-height: unset !important;
}

/* Dashboard */
.body_container {
	margin-right: 1.5em;
	margin-left: 1.5em;
	padding-left : 0em;
	padding-right : 0em;
}
.dashboard_sort {
	font-size: 12pt;
	margin-top : -15px;
}
.dashboard_body {
	margin-top: 20px;
	width: 100%;
}
.dashboard_menu_item {
	position: relative;
	padding: 3px;
	height : 52px;
	border-bottom: 1px solid #c1c1c1;
}
.dashboard_menu_item img{
	position: absolute;
	top: 10px;
	/* width: 26px;
	height: 32px; */
}
.dashboard_menu_item span{
	position: absolute;
	top: 5px;
	left: 50px;
	font-size: 11pt;
	color: #555555;
    display: flex;
    align-items: center;
    height: 44px;
}

.dashboard_menu_item_icon {
	position: relative;
	width: 35px;
}

.dashboard_menu_item_icon img{
	position: absolute;
	top: 5px;
	right: 0px;
}

.hr_line{
	border-bottom: 1px solid #c1c1c1;
	margin-left: -1em;
	margin-right: -1em;
}
.theme_table thead th {
    border-bottom: 2px solid #f7bf4f;
    border-top: none;
}
.btn_case {
	font-size : 13pt;
	color : #419dac;
	padding-top: 0;
	padding-bottom: 0;
}
.btn_custom {
	font-size : 14pt;
	color : #419dac;
	padding-top: 0;
	padding-bottom: 0;
}
.case_title {
	font-size: 15pt;
	color : #555555;
}

/* Pagination */
.pagination-main:last-of-type {
	margin-bottom: 0;
}
.paging{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-flow:row nowrap;
	justify-content:center;
	width : 300px;
}
.paging .paging-first,
.paging .paging-last,
.paging .paging-count,
.paging .paging-previous,
.paging .paging-next{
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding:5px 0;
	flex-grow:1;
	text-align:center;
	align-self:center;
	cursor:pointer;
}
.paging .paging-count{
    font-family: 'Open Sans', sans-serif;
}
.paging .paging-selected {
	color : gray;
	cursor : not-allowed; 
}

.paging .paging-first{
	margin-left:0;
}

.paging .paging-select{
	display:inline;
	align-self:center;
	padding:5px 0 5px 0;
}
.paging .paging-dd{
	padding:0 10px;
	border:0;
	margin:0;
	background:transparent;
	-moz-appearance:none;
	cursor:pointer;
}
.paging .totalrec{
	padding:5px;
	/*
	border-left:1px solid #eee;
	*/
	color:#999;
	white-space:nowrap;
	display:none;
}

.text_number{
	width: 30px;
	text-align:center;
	margin-right: 5px;
	margin-left: 5px;
}
.text_number::-webkit-inner-spin-button,
.text_number::-webkit-outer-spin-button {
	-webkit-appearance: none;
    margin: 0;
}

/* Tab */
.custom-tab-container {
	padding-left: 1px;
	padding-right: 1px;
}
.custom-tab-container .nav-tabs {
	border-bottom: none;
}
.custom-tab-container .nav-tabs .nav-link {
	border: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
    color: #212529;
}
.custom-tab-container .nav-tabs .nav-link.active {
	color: #007bff !important;
    border-bottom: 3px solid #f7bf4f !important;
}

.table-bottom-select-row {
	padding: 0.75rem;
	background-color: #f7bf4f;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.table-bottom-select-row label {
	margin-bottom: 0;
	margin-right: 0.5rem;
}
.virtual-file-list-icon {
	display: inline-block;
	min-width: 15px;
}
.virtual-files-table .virtual-file-file-container {
	display: flex;
	align-items: center;
}
.virtual-file-document-container .virtual-file-document-sub-container {
	display: flex;
	align-items: center;
	padding-left: 1.5rem;
}
.virtual-file-document-container .virtual-file-attachment-container {
	border: 1px solid rgba(0,0,0,.125);
	padding: 0.25rem;
	margin-left: 3.3rem;
	margin-bottom: 0.5rem;
}
.virtual-document-header-flex {
	display: flex;
}
.virtual-file-group-download-row {
	margin-top: 0.5rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.spacer {
    flex-grow: 1 !important;
}
.text-bold {
	font-weight: bold;
}
.case-assignment-label-red {
	padding: 0.5rem;
	background-color: red;
}
.case-assignment-history-bottom-row {
	margin-top: 0.5rem;
	display: flex;
	justify-content: flex-end;
}

.availability-color {
	background-color: #f78552;
	color: white;
}

.label-dates-color {
	color: #f78552;
}

.custom_action_container {
	margin-bottom: 1rem;
}
.custom_action_container_2 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.schedule_date_time_container {
	padding-right: 0.5rem;
}

.schedule_date_day_label {
	padding-right: 0.5rem;
}

.schedule_time_container {
	padding: 0.25rem;
}
.clickable {
	cursor: pointer;
}

/* Search Forms */
.search_form_group_container_with_separator {
	padding: 0;
}
.search_form_group_container_with_separator h5 {
	margin-top: 1rem;
}
.search_form_group_container_with_separator .search_form_group_flex {
	display: flex;
}
.search_form_group_container_with_separator .search_form_group_flex_item {
	padding: 0rem 1rem;
	flex-basis: 50%;
}
.search_form_group_container_with_separator .search_form_group_separater_container {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
.search_form_group_container_with_separator .search_form_group_separater_container .search_form_group_separater_line {
	flex-grow: 1;
	border-left: 1px solid rgba(0,0,0,.125);
}
.search_form_group_container_with_separator .search_form_group_separater_container .search_form_group_separater_text {
	padding: 0.25rem;
}

.search_form_group_container_with_separator .search_form_group_separater_container .search_form_group_separater_text h5 {
	margin: 0;
}
@media (max-width: 767px) {
	.search_form_group_container_with_separator .search_form_group_flex {
		flex-flow: column;
	}

	.search_form_group_container_with_separator .search_form_group_separater_container {
		flex-flow: row;
	}

	.search_form_group_container_with_separator .search_form_group_separater_container .search_form_group_separater_line {
		border-left: none;
		border-top: 1px solid rgba(0,0,0,.125);
	}

	.search_form_group_container_with_separator .empty-search-field-label {
		display: none;
	}
}
@media (max-width: 991px) {	/* to display the system short name when width is less than 992px */
	.module_name{
		width: 991px;
	}
}

@media (max-width: 1045px) {	/* to hide faq, disclaimer and language on top if width is less than 1046px */
	.header_menu{
		display:  none !important;
	}
	
	.footer_menu0{		/* to display the faq, disclaimer and language on bottom if width is less than 1046px */
		display:  inline !important;
	}
	
	.header_menu_item {	/* to smaller tha padding for faq, disclaimer and language on bottom if width is less than 1046px */
        padding: 0px;
		min-width: 90px;
	}
}

@media (min-width: 1046px) {	/* to hide the faq, disclaimer and language on bottom if width is more than 1045px */
	.footer_menu0{
		display:  none !important;
	}
}

@media (max-width: 400px) {	
	.body_container{ /* to remove the dashboard menu margin left and right if width less than 401px */
		margin-right: 0em;
		margin-left: 0em;
	}
	
	.footer_submenu_2{ 	/* to hide the footer i-syariah icon if width is less than 401px */
		display:  none !important;
	}
	
	.topbar {
		padding-right: 0;
		padding-left: 0;
	}
	
	.menu_bar {
		min-height: 4em;
		padding: 1em 0 .5em 0;
	}
}

@media (max-width: 680px) {	/* to smaller the page title font if width is less 681px */
	.menu_bar_title{
		font-size: 16pt;
	}
	
	.footer_menu_item {
		font-size:11pt;
	}
}

@media (max-width: 525px) {	/* to smaller the page title font if width is less 525px */
	.menu_bar_title{
		font-size: 11pt;
	}
	
	.menu_bar_left {
		width: 200px;
	}
}

.header_menu_item_last {	/* to display border right for Language menu in footer */
	border-left: 1px solid #e3e5dd;
}

.footer_lang_selected {	/* the color of selected language in footer when in responsive display */
	background-color: #d0d0d0 !important;
}
.footer_lang_selected:hover {	/* the color of language selection when mouseover in footer when in responsive display */
	background-color: #d0d0d0 !important;
	cursor: not-allowed;
}

.fa-user{	/* the overwrite the css in fontowesome css */
	width: 21px;
}

.dropdown-menu {		/* to overwrite the css in bootstrap */
	top: 40px;
}

@media (max-width: 768px){	/* to hide the empty space between label and dropdown for Date searching criteria in interactive query */
	#lbl_type_date {
		display: none !important;
		position: relative;
	}
}

.modal-open {
    overflow: scroll;
}
.modal{
	overflow-y: auto;
}

.table-header {		/* use by faraid calculator result header title label - to overwrite 'table' class */
	margin-bottom: 0px;
}

.table-header-background {	/* use by faraid calculator result header title label */
	background-color: #dee2e6;
}
/*	//moved to inline as is using template_blank - by laipy on 200604
.receipt_watermark {	// use to display in receipt if payment have been cancelled
	background-image: url('res/receipt_cancel_watermark.png');
	background-repeat: no-repeat;
	background-position: center;
}
*/

.custom-loading-btn[disabled]::before {
    content: attr(data-loading-text);
}

.custom-loading-btn[disabled] .btn-text {
    display: none;
}

.seal_signature_item_container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0rem;
	justify-content: center;
}

.seal_signature_item_container .seal_signature_item {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.seal_signature_item_container .seal_signature_item_img {
	padding: 0.25rem;
	border: 0.5px solid #c1c1c1;
}

.seal_signature_item_container .seal_signature_item_radio {
	text-align: center;
}

.div_upload_signature_container span.error,
.div_upload_seal_container span.error {
	padding-left: 0;
}

.row_delete_icon_padding_top {
	padding-top: 0.75rem;
}

.sign-action-container,
.sign-info-container {
	padding-left: 0.75rem;
	padding-top: 0.75rem;
}

.sign-info-container-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.sign-info-container .court-sign-icon {
	color: #f44336;
}
.sign-info-container .court-sign-icon.not-signed {
	color: #ffa991;
}

.sign-info-container .advocate-sign-icon {
	color: #3f51b5;
}

.sign-info-container .advocate-sign-icon.not-signed {
	color: #9fb1f5;
}

.listing-sign-info-container {
	display: flex;
	flex-wrap: wrap;
}

.listing-sign-info-container .sign-info-container {
	padding-left: 0;
	padding-right: 0.25rem;
	padding-top: 0.5rem;

	font-size: 0.75rem;
}




/* new 2021 update */
.logo {
	position: relative
}
.logo .logo_icon {
	width : 90px;
}
.logo .logo_system_name {
	position: absolute;
	top: 0px;
	left: 175px;
	white-space: nowrap;
}
.logo .logo_module_name {
	position: absolute;
	top: 40px;
	left: 175px;
	white-space: nowrap;
}
.logo .system_name, .logo .system_name:hover{
	font-size: 21pt;
	color: #FFFFFF;
}
.logo .module_name {
	font-size: 14pt;
}



#hide_menu_btn, #header-menu-collapse, .unauthorized_user_icon_div {
	display: none;
}
#span_header_counter {
	cursor: pointer;color:#fff; 
	background-color:red; 
	font-weight:bold; 
	padding:2px; 
	border-radius:3px; 
	position:absolute; 
	bottom:15px; 
	right: -3px; 
	min-width: 20px; 
	text-align: center; 
	font-size: 0.8em;
}
.dropdown_item {
	width: 230px;
}

.theme_setting_split {
	border-left: 1px solid #cecece;
}

#header-menu-collapse span{
	color: white;
}
#header-menu-collapse img{
	background-color: white;
}

#header-menu-collapse {
	display: none;
	position: absolute;
	z-index: 1010;
	width: 100%
}
.menu_item, .menu_item a{
	color: white;
	max-width: 300px;
}
#header_menu_row1 {
	padding: 2em 4em;
	background-color: #221E4B;
}

#header_menu_row1 .menu_item{
	padding: 8px;
	padding-right: 0;
	margin-right: -3em;
	font-size: 13pt;
}
#header_menu_row1 .menu_item:hover, .header_menu_row2 .menu_item:hover, .header_menu_row3 .menu_item:hover, 
.menu_item:hover a, .menu_item_active, .menu_item_active a{
	background-color: white;
	color: black;
}
#logout_link {
	background-color: #cecece;
}

.header_menu_row2 {
	padding: 2em 4em;
}
.header_menu_row2 .menu_item{
	padding: 10px;
	padding-right: 0;
	margin-right: -3em;
	font-size: 12pt;
}

.header_menu_row3 {
	padding: 2em 4em;
}
.header_menu_row3 .menu_item{
	padding: 10px;
	padding-left: 0;
	font-size: 12pt;
}

.menu_mini_dropdown{
	padding-left: 2em;
	margin-left: -0.5em;
	margin-bottom: -0.5em;
}

.dropdown_item i {
	width: 50px;
}

.menu_author {
	font-size: 21px;
	line-height: 2;
	display : inline;
	color: #238E8E; /* new color code */
}

@media (max-width: 768px) {
	.row #header_menu_row1 {
		padding-left: 40px;
	}
	.header_menu_row2, .header_menu_row3 {
		position: static;
		height: 0px;
		padding: 0px;
	}
	
	.header_menu_row2 .mobile_menu_item .menu_item{ 
		margin-right: 0px;
	}
	.header_menu_row2 .mobile_menu_item {
		position: absolute;
		right: 0px;
		background-color: #121212;
		width: 280px;
	}
	
	.header_menu_row3 .mobile_menu_item  {
		position: absolute;
		right: 0px;
		background-color: #454545;
		width: 200px;
	}
	
	.mobile_menu_item .menu_item {
		padding-left: 20px;
	}

	.menu_author {
		display : none;
	}
}

.menu_hidden {
	display: none;
}
div.announcement_div a {
	margin-right : 200px;
	font-size: 15px;
	font-weight: bold;
}
div.announcement_div {
	width:100%;
	overflow:hidden;
	margin: 0;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-bottom : 2px;
}

.text-italic {
	font-style: italic;
}

.sub_table_row_separator:not(:last-child) {
	border-bottom: 2px solid #999999;
}

.icon_custom {
    font-size: 12pt;
    color: #419dac;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/*********************************** PRINT *****************************************/
@page {
	size: auto;
    margin: 5mm;
}

@media print {
	#row_fine_slip {
		background-color: #C0C0C0 !important;
        -webkit-print-color-adjust: exact; 
	}
}

.menu_bar .fa, .menu_bar .fas {
	color: #238E8E; /* new color code */
}

.theme_footer .btn-link {
	color: #238E8E !important; /* new color code */
}

/* LOGIN start */
.login_content_container .form-control, 
.login_content_container .btn_login  {
	padding: 3% 8% 3% 8%;
	border: 1px solid transparent;
	border-radius: 9px !important;
}
#form_state {
	background-color: rgb(220, 220, 220, 1);
	box-shadow: 0px 0px 5px 1px #b3b3b3;
}
.login_content .login_card input {
	background-color: rgb(255, 255, 255, 0.7) !important;
}
.login_content .login_card input::placeholder {
  color: rgb(176, 172, 169, 1);
}
.login_content .login_card select {
	appearance: none;
	background-image: url(res/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
	font-weight: 500;
}
.login_content .login_card select:hover {
	cursor: pointer;
}
/* LOGIN end */

/* Paging Start */
.page-item:first-child .page-link {
    border-top-left-radius: 10rem !important;
    border-bottom-left-radius: 10rem !important;
    padding-left: 2rem !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
	padding-right: 2rem !important;
}
/* Paging End */

.bulk-filing-party-case-type-add-info-icon,
.bulk-filing-party-case-type-add-icon,
.bulk-filing-party-case-type-remove-icon,
.bulk-filing-party-remove-icon,
.bulk-filing-party-add-icon {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.75rem;
}

.bulk-filing-party-case-type-add-icon path,
.bulk-filing-party-add-icon path {
    fill: #007bff;
}

.bulk-filing-party-case-type-add-info-icon path {
    fill: #419dab;
}

.bulk-filing-party-case-type-remove-icon path,
.bulk-filing-party-remove-icon path {
    fill: #dc3545;
}

.bulk-filing-party-remove-icon {
    display: none;
}

.party-tab-item.active .bulk-filing-party-remove-icon {
    display: inline-block;
}

.div_pd_charges_textarea_container {
    display: flex;
    flex-wrap: wrap;
}

.div_pd_charges_textarea_container .textarea_pd_charges {
    flex-grow: 1;
    width: unset;
}

.div_pd_charges_textarea_container span.error {
    width: 100%;
}