@charset "UTF-8";
@import "custom.css";

/*========
  Common 
==========*/


/* html{overflow-y: scroll;} */

.ao_mainContainer {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	/*border: 1px solid;*/
}

.ao_rightContainer {
	max-width: 280px;
	width: 100%;
}

@media (max-width: 1024px) {
	.ao_rightContainer {
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	.ao_rightContainer {
		max-width: none;
	}
}

.sectionTitle {
	font-size: 1.3rem;
	font-weight: 600;
	color: #475C6D;
	margin-bottom: 1.3rem;
}

.pageTitle {
	font-size: 2rem;
	font-weight: 400;
	color: #475C6D;
	margin-bottom: 1.3rem;
	font-family: 'EB Garamond', serif;
}

::selection {
	color: #ffffff;
	background-color: #B23427;
}

*:focus,
:not(a):focus,
input[type="file"]:focus {
	outline: 1px dashed #425563 !important;
	outline-offset: -1px !important;
	box-shadow: none !important;
}

button:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 1px dashed #425563 !important;
	outline-offset: -1px !important;
}

a,
.linkColor, a.ao_otherGridData {
	color: #003078;
	text-decoration: none;
}

.linkRed,
a.linkRed {
	color: #B12009;
}

a:hover {
	color: #B12009;
	text-decoration: underline;
}

.ao_badgeUpdate,
.ao_badgeNew,
.ao_badgeInfo,
.ao_badgeWarning,
.ao_badgeProgress,
.ao_review,
.ao_notReview,
.ao_firstReview {
	text-transform: uppercase;
	font-weight: normal;
	min-width: 60px;
	vertical-align: middle;
}

.ao_badgeUpdate {
	background-color: #65A09C;
}

.ao_badgeNew {
	background-color: #7ba900;
}

.ao_badgeProgress {
	background-color: #dba700;
}

.ao_badgeDraft {
	background-color: #dba700;
}

.ao_badgeArchived {
	color: #383d41;
	background-color: #e2e3e5;
}

.ao_badgeGray {
	color: #383d41;
	background-color: #e2e3e5;
}

.ao_suppGridNotvisible {
	color: #FFFFFF;
	background-color: #e2e3e5;
}

.ao_review,
.ao_CurrentVersion {
	color: #17b75b;
	border: 1px solid #17b75b;
}

.ao_notReview {
	color: #ff4c4c;
	border: 1px solid #ff4c4c;
}

.ao_firstReview,
.ao_olderVersion {
	color: #f78d3a !important;
	border: 1px solid #f78d3a !important;
}

.dropdown a,
.dropdown a:hover,
.dropdown-menu a,
.dropdown-menu a:hover {
	text-decoration: none;
}

.dropdown-menu {
	box-shadow: 0.1rem 0.1rem 0.6rem rgb(0, 0, 0, 0.15);
}

.ao_badgeInfo {
	background-color: #17a2b8;
}

.ao_badgeWarning {
	color: #212529;
	background-color: #ffc107;
}


/*--- Modals ---*/

.modal-title {
	font-family: 'EB Garamond', serif;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: normal;
}

.ao_modalTitle-sm {
	font-size: 1rem;
	font-family: 'Source Sans Pro', sans-serif;
}

.modal-header,
.modal-footer {
	background-color: rgba(241, 243, 245, 0.5);
}

.modal-header {
	padding: 0.5rem 1rem;
}

.modal-footer {
	padding: 0.5rem;
}


/*--- Buttons ---*/

.btn-primary {
	background-color: #475c6d;
	border: 2px solid transparent;
	font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: transparent;
	text-decoration: none;
	border: 2px solid #475c6d;
	color: #475c6d;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: transparent;
	border: 2px solid transparent;
	font-weight: 600;
	color: #475c6d;
}

.btn-secondary:hover {
	color: #b12009;
	text-decoration: none;
}

.btn-danger {
	background-color: #b12009;
	border: 2px solid transparent;
	font-weight: 600;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background-color: transparent;
	text-decoration: none;
	border: 2px solid #b12009;
	color: #b12009;
}

.btn-outline-primary {
	border: solid 1px #C4C4C4;
	color: #6E6F81;
	background: #fff;
	padding: .5rem .7rem;
	margin-right: 1rem;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .10);
}

.btn-outline-primary:hover,
.btn-outline-primary.active:hover,
.btn-outline-primary:active {
	color: #fff;
	background-color: #475C6D;
	border-color: #475C6D;
}

.btn-outline-primary.active {
	/* border: 0 none; */
	background: #475C6D !important;
	/* font-weight: 600; */
}

.btn-outline-secondary {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.89rem;
	color: #475C6D;
	border-radius: 4px;
	padding: 0.3rem .7rem;
	margin-right: 1rem;
	border: solid 1px #C4C4C4;
	background-color: #fff;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .10);
}

.btn-outline-secondary:hover {
	border: solid 1px #475C6D;
	font-weight: 500;
	color: #475C6D;
	background: #fff;
	box-shadow: 0 0 2px rgb(0, 0, 0, 0.5) inset;
	text-decoration: none;
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
	color: #475C6D;
	background-color: #ffffff;
	border-color: #475C6D;
}

.ao_primaryBtnGroup button:last-child,
.ao_secondaryBtnGroup button:last-child {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.ao_primaryBtnGroup .btn-outline-primary {
		padding: .5rem;
		margin-right: .3rem;
	}

	.ao_secondaryBtnGroup .btn-outline-secondary {
		margin-right: .3rem;
	}
}

@media (max-width: 767px) {
	.ao_primaryBtnGroup.mbDrop>button {
		background: #475c6d;
		color: #fff;
		font-weight: 600;
		border: solid 1px #C4C4C4;
		border-radius: 4px;
		width: 100%;
		text-align: left;
	}

	.ao_primaryBtnGroup.mbDrop .dropdown-menu {
		right: 0 !important;
	}

	.ao_primaryBtnGroup.mbDrop svg {
		float: right;
		margin: 6px;
		transform: rotate(90deg);
	}
}


/*--- end Button ---*/


/*--- Header ---*/

h1,
.h1 {
	font-size: 2rem;
	color: #475C6D;
}

h2,
.h2 {
	font-size: 1.7rem;
	color: #475C6D;
	font-weight: 600;
}


/*--- Expand/Collapse ---*/

.collapsible {
	background: url("../images/newdesign/bullet-sm.svg") no-repeat center center;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 -24px;
}

.collapsible[aria-expanded="true"] {
	transform: rotate(90deg);
	background-position: center center;
	background-size: 7px;
}


/*--- footer ---*/

.ao_footer {
	background-color: #ffffff;
	border-top: 4px solid #475C6D;
	padding: 1em 0;
}

.ao_footerLinks,
.ao_footerLinks a {
	font-weight: 600;
	color: #6E6F81;
	font-size: 0.89rem;
}

.pipeline {
	padding: 0 1em;
	color: #C4C4C4;
}


/*---- dropdown with caret ----*/

.ao_dropCaret.dropdown-toggle::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 12px;
	border-radius: 0.25rem;
	padding: 5px 12px 5px 12px;
	display: inline-block;
	border: 0 none;
	vertical-align: baseline;
	margin: 0;
}

.ao_dropCaret.show.dropdown-toggle::after {
	transform: rotate(180deg);
	background-position: left center;
}


/*---- forms label bold ----*/

.ao_labelBold .form-label,
.ao_labelBold .col-form-label {
	font-weight: 600;
}


/*---- file Browse ----*/

.ao_browseFile:hover>svg {
	fill: #475c6d;
}

/*---- CK content ----*/
.ao_ckContent a {
	color: #B12009;
}

/*--- error page ---*/
.ao_errorpage {
	max-width: 400px;
	margin: 0 auto;
}

/*---- common classes ----*/
.greyFont {
	color: #6E6F81 !important;
}

.greyBlue {
	color: #475C6D !important;
}

.formCheckedOrange {
	color: #F68C3F;
}
.redTitle{color: #B12009;}
.semibold,
strong {
	font-weight: 600;
}

.semiboldNone {
	font-weight: normal;
}

.font12 {
	font-size: 0.75rem;
}

.font14 {
	font-size: 0.89rem;
}

.font16 {
	font-size: 1rem;
}

.font18 {
	font-size: 1.13rem;
}

.zindex1 {
	z-index: 1;
}

.Garamond {
	font-family: 'EB Garamond';
}

.sansPro {
	font-family: 'Source Sans Pro', sans-serif;
}

.truncateTxt,
.truncateLink {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	word-wrap: normal;
}

.borderBox {
	border: solid 1px #E2DDDC;
	border-radius: 4px;
}

.borderBottom {
	border-bottom: solid 1px #E2DDDC;
}

.bor-R {
	border-right: solid 1px #e9e9e9;
}

.bor-L {
	border-left: solid 1px #e9e9e9;
}

.overflow-x-hide {
	overflow-x: hidden !important;
}

.overflow-y-hide {
	overflow-y: hidden !important;
}

.letterSpace {
	letter-spacing: 2px;
}

.greySpinner {
	border: 0.15em solid #a3a3a3;
	border-right-color: transparent;
}

.ao_Select {
	display: inline;
	width: auto;
	padding: 0 1.75rem 0.075rem 0.75rem;
	background-position: right 0.55rem center;
}

.ao_inlineInput {
	width: 60px;
	min-height: 27px;
	line-height: 15px;
	margin: 0 5px;
}

.ao_popOver {
	cursor: pointer;
}

.ao_rowBgMildWar {
	background-color: rgb(255 252 241);
}

.ao_whiteBg {
	background-color: #ffffff;
}

.ao_rowBg {
	background-color: rgba(241, 243, 245, 0.5) !important;
}

.ao_rowBgDark {
	background-color: rgba(241, 243, 245, 1);
}

.ao_NavDark {
	background-color: #e5e8eb;
}

.ao_NavLight {
	background-color: #869aab;
}

.boxShadowInset {
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.15) inset;
}

.boxShadowOutset {
	box-shadow: 0 1px 3px rgb(0, 0, 0, 0.15);
}

.rotate90 {
	transform: rotate(90deg);
}

.rotate180 {
	transform: rotate(180deg);
}

.rotate270 {
	transform: rotate(270deg);
}

.rotate360 {
	transform: rotate(360deg);
}

.ao_body100 {
	height: 100vh;
}

.ao_vh100Login {
	min-height: 100%;
}

.ao_vh100 {
	min-height: calc(100% - 160px);
}

.pointer {
	cursor: pointer;
}

.word-break {
	word-break: break-all !important;
}


/* Custom scroll */

::-webkit-scrollbar {
	width: 0.9em;
	height: 0.9em;
	background-color: #eee;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	/* border-radius: 1em; */
}


/* Track */

::-webkit-scrollbar-thumb {
	background: #b0b2b4;
	/* box-shadow: inset 0 0 3px rgba(0,0,0,0.5); */
	/* border-radius: 1em; */
}


/* Handle */


/*=== End Common ===*/


/*======== 
Datepicker
==========*/

.input-daterange input {
	text-align: left !important;
}


/*======== 
webui popover plugin  - v1.2.17 A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary! https://github.com/sandywalker/webui-popover 
=========*/

.webui-popover-content {
	display: none
}
.webui-popover-rtl {
	direction: rtl;
	text-align: right
}

.webui-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	min-width: 50px;
	min-height: 32px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
	margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
	margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
	margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
	margin-left: -10px
}

.webui-popover.pop {
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	-o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.pop-out {
	-webkit-transition-property: "opacity,transform";
	-o-transition-property: "opacity,transform";
	transition-property: "opacity,transform";
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.out {
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.in {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
	padding: 9px 25px 9px 14px;
	overflow: auto;
	display: block;
	max-height: 300px;
}

.webui-popover .webui-popover-content>div:first-child {
	width: 99%
}

.webui-popover-inner .close {
	/*margin:8px 10px 0 0;*/
	float: right;
	font-size: 35px;
	line-height: 30px;
	color: #475C6D;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	position: absolute;
	right: 10px;
	background-color: #fff;
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
	opacity: .5;
	filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
	content: "\00D7";
	width: .8em;
	height: .8em;
	/*padding:4px;*/
	position: relative
}

.webui-popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 18px;
	color: #475C6D;
	line-height: 18px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%) !important;
    
}

.webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: none
}

.webui-popover-inverse {
	background-color: #475C6D;
	color: #eee
}

.webui-popover-inverse .webui-popover-title {
	background: #333;
	border-bottom: 1px solid #3b3b3b;
	color: #eee
}

.webui-no-padding .webui-popover-content {
	padding: 0
}

.webui-no-padding .list-group-item {
	border-right: none;
	border-left: none
}

.webui-no-padding .list-group-item:first-child {
	border-top: 0
}

.webui-no-padding .list-group-item:last-child {
	border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.webui-popover>.webui-arrow {
	border-width: 11px
}

.webui-popover>.webui-arrow:after {
	border-width: 10px;
	content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #475C6D;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #475C6D;
	border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #475C6D;
	border-bottom-color: rgba(0, 0, 0, .25);
	border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #475C6D;
	border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
	border-top-color: #475C6D
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
	border-right-color: #475C6D
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
	border-bottom-color: #475C6D
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
	border-left-color: #475C6D
}

.webui-popover i.icon-refresh:before {
	content: ""
}

.webui-popover i.icon-refresh {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
	background: url(../img/loading.gif) no-repeat
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg)
	}
}

.webui-popover-backdrop {
	background-color: rgba(0, 0, 0, .65);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998
}

.webui-popover .dropdown-menu {
	display: block;
	position: relative;
	top: 0;
	border: none;
	box-shadow: none;
	float: none
}

.pointer {
	cursor: pointer;
}

.smtxtErrorRed {
	color: #dc3545 !important;
}

.greyBlue {
	color: #475C6D !important;
}

.formCheckedOrange {
	color: #F68C3F;
	/* color: orange !important; */
}

.ao_whiteBg {
	background-color: #ffffff;
}

.form-check-input-border {
	border: 2px solid #43679b !important
}

.ao_lineheight1rem {
	line-height: 1.1rem;
}
.resendLink{
	padding: 3px;
	border: 1px solid;
	border-radius: .25rem;
	padding-left: 5px;
	padding-right: 5px;
}

/*======== webui popover plugin ========*/

.load-records-container {
	text-align: center;
	margin-top:10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	/*z-index: 90001;*/
}
.load-records-containerPagination {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	float:left;
	color:#393939;
	/*z-index: 90001;*/
}
.load-more-container {
	text-align: center;
	/*margin: 10px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*z-index: 90001;*/
}
.load-more-btn {
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
	width: 325px !important;
	/*z-index: 90001;*/
	margin-top:20px;
}
.load-more-btn:hover {
	background-color: #f0f0f0;
}
.otheGridSpan {
	 cursor: pointer;
}
.bluelinkColor{
	color: #003078 !important;
}
/*======== grid tooltip change : This is for reference only ========*/

.breadcrumb-item a,
.breadcrumb-item.active {
	display: inline-block;
	max-width: 150px;          /* Adjust as needed */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

/* Optional: Add a tooltip on hover to show full text */
.breadcrumb-item a[title],
.breadcrumb-item.active[title] {
	cursor: help;
}