@charset "ISO-8859-1";
/* Custom alert and confirmation message dialog CSS START*/
.custom-dlg-bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1199;
	display: flex;
	flex: 0 0 auto;
	top: 0px;
	align-items: center;
	justify-content: center;
}

.custom-dlg {
	margin: 48px;
	display: flex;
	position: relative;
	flex-direction: column;
	background: white;
	z-index: 1200;
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px
		rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	flex: 0 1 auto;
	max-height: calc(100% - 96px);
	width: 486px;
	font-family: 'Roboto', Arial, sans-serif;
	top: 100%;
	transition: 0.4s;
}

.custom-dlg-bg-overlay .open {
	top: 0px;
}

.custom-dlg-header {
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: block;
}

.custom-dlg-button-palette {
	height: auto;
	padding: 5px;
	border-top: 1px solid #ddd;
	display: block;
}

.custom-dlg-msg-container {
	overflow: auto;
	width: 100%;
	display: flex;
	max-height: 320px;
}

.custom-dlg-msg-container .custom-dlg-msg-div {
	padding: 10px;
	font-size: 9pt;
	max-width: 395px;
}

.custom-dlg-header span {
	text-align: left;
	color: rgba(0, 0, 0, 0.68);
	font-size: 16px;
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 0.018em;
	padding: 5px;
	padding-left: 12px;
	font-weight: bold;
}

.custom-dlg-button-palette span {
	float: right;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
	padding: 5px 20px;
	background: transparent;
	border-radius: 4px;
	font-weight: bold;
	transition: background 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: rgba(0, 0, 0, 0.68);
	cursor: pointer;
	border: 1px solid #ddd;
}

.custom-dlg-button-palette span:hover {
	background: rgba(6, 189, 66, 0.19);
}

.custom-dlg-button-palette span:active {
	background: rgba(6, 189, 66, 0.65);
}

.alert-dlg-img {
    display: block;
    margin: 7px;
    margin-left: 7px;
    margin-left: 13px;
    height: 33px;
    width: 33px;
    background-image: url("../../images/info_icons/alert.png?ver=392RC101");
    background-size: 33px 33px;
    background-repeat: no-repeat;
}

.confirm-dlg-img {
    display: block;
    margin: 7px;
    margin-left: 7px;
    margin-left: 13px;
    height: 33px;
    width: 33px;
    background-image: url("../../images/info_icons/question_mark.png?ver=392RC101");
    background-size: 33px 33px;
    background-repeat: no-repeat;
}
/* Custom alert and confirmation message dialog CSS END*/

/* Auto closing message dialog CSS START*/
#alert-modal-dialog .non-blocking-dlg-close-btn {
	margin-left: 15px;
	position: relative;
	color: #1C5B75;
	font-weight: 500;
	right: 3px;
	float: right;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	display: none;
}

.non-blocking-dlg-img {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/info_icons/mark_icon.png?ver=392RC101");
    background-position: 0px 0px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

#alert-modal-dialog .non-blocking-dlg-msg-container:hover .non-blocking-dlg-close-btn{
	display: block;
}

#alert-modal-dialog .non-blocking-dlg-msg-container {
	display: none;
	position: absolute;
	background-color: #fefefe;
	left: 70%;
	padding: 10px;
	max-width: 400px;
	width: auto;
	top: 60px;
	font-size: 15px;
	font-family: 'Roboto', Arial, sans-serif;
	min-height: 15px;
	height: auto;
	z-index: 1000000000;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animateMessageBox;
	-webkit-animation-duration: 0.4s;
	animation-name: animateMessageBox;
	animation-duration: 0.4s
}

#alert-modal-dialog .non-blocking-dlg-msg-container div {
	height: 20px;
	width: 20px;
}

#alert-modal-dialog .non-blocking-dlg-msg-container img {
	width: 19px;
	height: 19px;
}

#alert-modal-dialog .non-blocking-dlg-msg-container #message {
	padding-left: 5px;
}

@-webkit-keyframes animateMessageBox {
    from {top: 0px; opacity: 0;} 
    to {top: 60px; opacity: 1;}
}

@keyframes animateMessageBox {
    from {top: 0px; opacity: 0;}
    to {top: 60px; opacity: 1;}
}

/* Auto closing message dialog CSS END*/

/* Expand and Collapse of fieldset CSS START */
legend.accordian-legend {
	width: calc(100% + 7px);
	margin-left: -4px;
	padding: 0px;
	background: white;
	border-radius: 4px 4px 0px 0px;
	height: 23px;
	cursor: pointer;
	position: -webkit-sticky; 
	position: sticky;
	top: -5px;
	z-index: 16;
	min-width: 450px;
}

.accordian-right-arrow {
	width: 0px;
	height: 0px;
	color: #fff;
	display: inline-block;
	border: 3px solid transparent;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 3px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 3px;
	border-left: 5px solid;
	border-right: 0px solid transparent;
	position: absolute;
	margin-left: 11px;
	margin-top: 8px;
}

.accordian-down-arrow {
	width: 0px;
	height: 0px;
	color: #fff;
	display: inline-block;
	border: 3px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-top: 5px solid;
	border-bottom: 0px solid transparent;
	position: absolute;
	margin-left: 9px;
	margin-top: 9px;
}

.accordian-div a {
	color: #fff;
	text-decoration: none;
	margin-left: 25px;
	position: relative;
	top: 5px;
	white-space: nowrap;
}

.accordian-div a > strong {
	color: rgba(255,255,255, 0.95) !important;
}

.accordian-div {
	position: relative;
	width: 45%;
	height: 23px;
	font-size: 11px;
	color: #fff;
	background: #1C5B75;
	z-index: 1;
	border-radius: 4px 0px 0px 0px;
}

.accordian-div:after {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #1C5B75;
	border-right: 12px solid orange;
	transform-origin: bottom left;
	-ms-transform: skew(-45deg, 0deg);
	-webkit-transform: skew(-45deg, 0deg);
	transform: skew(-45deg, 0deg);
}
/* Expand and Collapse of fieldset CSS END */