.news-height {
	min-height: 290px;
	max-height: 290px;
}

.events-height {
	min-height: 290px;
	max-height: 290px;
	overflow: auto;
}

.req-height {
	min-height: 280px;
	max-height: 280px;
}

.docs-height {
	min-height: 280px;
	max-height: 280px;
	overflow: auto;
}

.social-height {
	min-height: 280px;
	max-height: 280px;
	overflow: auto;
}

.layout-dashboard .download-files ul {
	max-height: none;
	overflow: hidden;
}

.layout-dashboard .download-files ul li .list-item .icon img {
	height: 60px;
	width: 45px;
}

.layout-dashboard .download-files ul li {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid rgba(145, 153, 169, 0.3);
}

.layout-dashboard .announcements ul {
	max-height: none;
	overflow: hidden;
}

.layout-dashboard .announcements ul li .list-item .icon img {
	height: 60px;
	width: 45px;
}

.layout-dashboard .announcements ul li {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid rgba(145, 153, 169, 0.3);
}

.grid-docs {
	margin-top: 0rem;
	margin-bottom: -10px;
}

.padding-docs {
	padding: 0px;
}

.more-button {
	padding: 0rem 0.75rem;
}

.more-button span {
	padding: 0rem 0.75rem !important;
}

.more-button-docs {
	padding: 0rem 0.75rem;
}

.more-button-docs span {
	padding: 0rem 0.75rem !important;
}

.home-padding-top {
	padding-top: 12px;
}

.home-padding-bottom {
	padding-bottom: 0px;
}

.home-card-padding-bottom {
	padding-bottom: 8px;
}

.layout-wrapper.layout-horizontal .layout-topbar .layout-topbar-logo-wrapper
	{
	margin-right: -1% !important;
}

.ui-growl {
	right: 50%;
	margin-right: -150px;
	margin-top: -40px;
}

/*HeaderText doesn't show in RowExpansion component when using reflow*/
.ui-datatable-reflow .ui-datatable-data .ui-expanded-row-content thead .ui-column-title
	{
	display: inline;
}

body .ui-treetable.ui-treetable-sm .ui-treetable-data>tr>td {
	border: 1px solid #dee2e6;
}

body .ui-selectonemenu-ar .ui-selectonemenu-label {
	background: transparent;
	padding-right: 0.357rem;
	padding-left: 30px;
}

body .ui-treetable-ar .ui-treetable-header {
	text-align: right;
}

body .ui-treetable-ar thead th {
	text-align: right;
}

body .ui-button.ui-button-text-only .ui-button-text {
	padding: 0.5rem 0.5rem;
}

.login-body {
	background-image:
		url("/portalapp/javax.faces.resource/images/pages/login-bg.png.xhtml?ln=mirage-layout");
	background-position: 0% 0%;
	background-size: 100% 100%;
	background-attachment: fixed;
}

.login-body-ar {
	background-image:
		url("/portalapp/javax.faces.resource/images/pages/login-bg-ar.png.xhtml?ln=mirage-layout")
		!important;
	background-position: 0% 0%;
	background-size: 100% 100%;
	background-attachment: fixed;
}

input[type="text"] {
	width: 100%;
}

input[type="password"] {
	width: 100%;
}

.pdfDialog {
	width: 60% !important;
	height: 600px !important;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-embed {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

@media ( max-width : 600px) {
	.login-body {
		background-image:
			url("/portalapp/javax.faces.resource/images/pages/login-mobile-bg.png.xhtml?ln=mirage-layout");
		background-position: 0% 0%;
		background-size: 100% 100%;
		background-attachment: fixed;
	}
	.login-body-ar {
		background-image:
			url("/portalapp/javax.faces.resource/images/pages/login-mobile-bg-ar.png.xhtml?ln=mirage-layout")
			!important;
		background-position: 0% 0%;
		background-size: 100% 100%;
		background-attachment: fixed;
	}
}

@media ( max-width : 991px) {
	.docs-height {
		min-height: 80px;
		max-height: 280px;
		overflow: auto;
	}
	.fc-direction-ltr {
		height: 550px;
	}
	.fc-direction-rtl {
		height: 550px;
	}
	.fc .fc-toolbar-title {
		font-size: 1em;
	}
	.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
		margin-left: 0em;
	}
	.fc .fc-button-group>.fc-button:focus, .fc .fc-button-group>.fc-button:active,
		.fc .fc-button-group>.fc-button.fc-button-active {
		margin-left: -1px;
	}
	.fc .fc-button-group {
		position: relative;
		flex-direction: column;
	}
	.fc-toolbar-chunk {
		display: flex;
		position: relative;
		flex-direction: column;
	}
	.fc-dayGridMonth-button .fc-button .fc-button-primary .fc-button-active
		{
		min-width: 100%;
	}
}

@media ( max-width : 640px) {
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title
		{
		min-width: 45%;
		font-weight: bold;
	}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden)
		{
		display: flex;
	}
	.ui-reflow-label {
		display: none !important;
	}
	.ui-datatable-reflow .ui-reflow-dropdown {
		color: #222222;
		background: #ffffff;
		box-shadow: inset 0 2px 2px #8f8f8f;
		margin: 0;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 4px;
		padding-top: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
		border: 1px solid #77d5f7;
		border-radius: 5px;
	}
}