﻿.RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput[readonly=readonly], .aspNetDisabled.button-link, .input_50 .riSingle .riTextBox[readonly=readonly], .vid.htmlvid .fas {
	pointer-events: none
}

.rgExpandCol a, .tooltip_item {
	cursor: pointer
}

.btn-white, .btn-white a, .button-green, .download_format span, .feedback-btn, .loader-txt > span, input[type=submit].button-green {
	text-transform: uppercase
}

.ValidationSummary_Default li, .calc_results li, .divError li, .steps li {
	list-style: none
}

html {
	font-size: 14px;
}

@media print {
	.PrintExport, span.rpExpandHandle {
		display: none !important
	}
}

.custom-action ul li:first-child a:before, .custom-action ul li:last-child a:before {
	display: inline-block !important;
	padding-right: 3px !important;
	vertical-align: middle !important;
	font-weight: 900 !important
}

.print_popup {
	border: 1px solid #249d6a
}

.home-loader {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 250px;
	z-index: 9999;
	background: url(images/logo-center.svg) center top no-repeat;
	background-size: 240px;
	padding-top: 150px
}

textarea {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial
}

.loader {
	height: 20px;
	width: 250px;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto !important
}

.loader-dot {
	animation-name: loader;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	height: 16px;
	width: 16px;
	border-radius: 100%;
	background-color: #000;
	position: absolute
}

	.loader-dot:first-child {
		background-color: #6F715A;
		animation-delay: .5s
	}

	.loader-dot:nth-child(2) {
		background-color: #638145;
		animation-delay: .4s
	}

	.loader-dot:nth-child(3) {
		background-color: #A79A70;
		animation-delay: .3s
	}

	.loader-dot:nth-child(4) {
		background-color: #6F715A;
		animation-delay: .2s
	}

	.loader-dot:nth-child(5) {
		background-color: #638145;
		animation-delay: .1s
	}

	.loader-dot:nth-child(6) {
		background-color: #4E6636;
		animation-delay: 0s
	}

@keyframes loader {
	15%,95% {
		transform: translateX(0)
	}

	45%,65% {
		transform: translateX(230px)
	}
}

.custom-action ul li:first-child a:before {
	content: "\f044" !important
}

.custom-action ul li:last-child a:before {
	content: "\f1f8" !important
}

body {
	padding: 15px;
	margin: 0;
	font-family: Roboto,sans-serif !important;
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0 !important;
	transform-origin: top left
}

.History_OldValue {
	text-decoration: line-through;
	opacity: .8
}

.History_NewValue {
	font-weight: 700
}

.History_DeletedRow {
	text-decoration: line-through !important;
	opacity: .8
}

.footer-notes ol {
	margin: 0 15px
}

.width100 {
	width: 100% !important
}

iframe {
	background: 0 0 !important
}

.cboxIframe body {
	padding: 0
}
/*.login-cont .input_dv .RadInput_Default > input[type=text]:focus { background: #000; padding-top: 20px }*/
a, a:hover {
	color: #249d6a
}

::selection {
	color: #FFF;
	background: #249d6a
}

.overlay {
	background: rgba(255,255,255,.8) !important;
	opacity: 1 !important;
	z-index: 9999 !important
}

.calc_mobile_header:hover {
	text-decoration: none
}

.loader img {
	display: none
}

.loader-txt > span {
	width: 150px;
	text-align: center;
	line-height: 50px;
	position: fixed;
	left: 0;
	right: 0;
	font-size: 1rem;
	top: 50%;
	letter-spacing: 2px;
	margin: auto;
	transform: translateY(-50%)
}

	.loader-txt > span > span {
		position: relative;
		z-index: 999;
		color: #fff
	}

		.loader-txt > span > span:before {
			content: 'Loading'
		}

	.loader-txt > span:after, .loader-txt > span:before {
		content: '';
		top: 0;
		right: 0;
		margin: auto;
		position: absolute;
		display: block;
		left: 0;
		bottom: 0
	}

	.loader-txt > span:before {
		background: #249d6a;
		width: 128px;
		height: 36px;
		animation: 2s loadingBefore infinite ease-in-out
	}

.div-width > div {
	width: 100%
}

@keyframes loadingBefore {
	0%,100% {
		transform: translateX(-14px)
	}

	50% {
		transform: translateX(14px)
	}
}

.loader-txt > span:after {
	background: #333;
	width: 14px;
	height: 60px;
	opacity: .5;
	animation: 2s loadingAfter infinite ease-in-out
}

.RadToolTip .rtCloseButton, .RadToolTip .rtCloseButton:before {
	content: 'X'
}

@keyframes loadingAfter {
	0%,100% {
		transform: translateX(-50px)
	}

	50% {
		transform: translateX(50px)
	}
}

h4, h5 {
	font-weight: 400
}

.downloaded {
	opacity: 0.3 !important;
}

#cboxLoadingOverlay {
	background: #FFF !important
}

.track-results {
	width: 100%;
	color: #333;
	font-size: 1rem;
	text-align: left
}

.RadToolTip_Default .rtWrapper .rtWrapperContent li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px
}

.RadToolTip .rtCloseButton {
	position: absolute;
	top: 8px !important;
	right: 8px !important;
	color: #FFF;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	padding: 0 !important;
	display: block;
	z-index: 10000000000000001;
	line-height: 22px !important;
	text-indent: 0 !important;
	text-align: center;
	font-size: 14px !important;
	border: 1px solid #FFF;
	background: #249d6a;
	font-family: Arial,sans-serif;
	transition: all .4s ease-in-out
}

#MainDiv.MainDiv, .guidelines_main {
	min-height: 600px !important;
	width: 100%;
	float: left
}

.RadToolTip .rtCloseButton:hover {
	border-radius: 100%;
	text-decoration: none;
	-webkit-transform: rotate(360deg) translate3d(0,0,0);
	transform: rotate(360deg) translate3d(0,0,0)
}

select option {
	color: #000
}

.RadToolTip .rtWrapper td.rtWrapperContent {
	font-size: 1rem !important
}

.track-results h2, .track-results h3 {
	font-size: 1.14rem
}

.RadToolTip .rtCloseButton span {
	display: none
}

.track-results h2 {
	background: #249d6a;
	color: #FFF;
	text-align: left;
	padding: 8px 10px;
	font-weight: 300;
	font-family: Roboto,sans-serif !important
}

	.track-results h2 span {
		font-weight: 600
	}

.track-results .col-md-6 {
	float: left;
	text-align: left
}

.track-results lable {
	color: #666
}

#ctl00_tableHeaders, #ctl00_tableHeaders > div, #tableHeaders, #tableHeaders > div {
	width: 100%;
	float: left;
	text-align: justify
}

.MainDiv p {
	text-align: justify
}

.guidelines_main {
	border: 1px solid #249d6a;
	margin-top: -1px;
	padding: 15px 1rem
}

.HeaderSection .HeaderTitle {
	float: left;
	width: auto !important
}

.HeaderSection .tdHeadButtons {
	float: right !important;
	width: auto !important
}

.HeaderDescription {
	margin-bottom: 20px
}

.form input[type=password], .form input[type=text], .form select, .form textarea, .label_brdr, .small_text, html body .RadInputMgr_Default, html body .RadInput_Default .riTextBox {
	outline: 0;
	border: 1px solid #249d6a !important;
	background-color: #FFF;
	padding: 5px !important;
	width: 280px !important;
	height: 32px;
	font-size: 1rem !important;
	line-height: 1.5;
	border-radius: 0;
	color: #000 !important;
	font-family: Roboto,sans-serif !important
}

.input_50 .riSingle textarea.riTextBox, .label_brdr {
	height: auto
}

.divError, .divSuccess, .msg {
	line-height: 32px;
	width: 100%
}

.modal-header, h2 {
	font-family: Raleway,sans-serif
}

.form.table .RadComboBox_Default, .table .RadPicker table.rcTable, .table .riSingle, html body .table .RadInput_Default .riTextBox {
	width: 100% !important
}

.label_brdr {
	min-height: 32px
}

.form input[type=text]:-ms-input-placeholder {
	color: #666 !important
}

.ruFileWrap .ruFakeInput {
	border: none !important
}

.table-brdr tbody {
	width: 100%;
	display: inline-table
}

	.table-brdr tbody label {
		width: 100%
	}

	.table-brdr tbody tr {
		border-bottom: 1px solid #ccc
	}

.contact_inputs .small_input_txt {
	width: 20% !important;
	float: left
}

	.contact_inputs .small_input_txt.middle {
		padding: 0 15px;
		width: 30% !important
	}

.contact_inputs .medium_input_txt {
	width: 50% !important;
	float: left
}

.contact_inputs .RadInput_Default .riTextBox, .contact_inputs .riSingle {
	width: 100% !important
}

.small_text {
	width: 100px !important;
	text-align: center !important
}

.form textarea {
	height: auto;
	width: 100% !important
}

.form .RadComboBox_Default input[type=text] {
	border-right: none;
	font-style: normal
}

.form .RadComboBox_Default .rcbFocused input[type=text] {
	border-color: #333 !important;
	background: #e8ece4 !important
}

.search_bar {
	padding: 15px 10px !important
}

	.search_bar table {
		display: inline-block
	}

.table-inline.search_bar table {
	display: table
}

.msg:empty, col-md-7 float-right {
	display: none
}

#cboxTitle, .calc_table table th, .table th {
	background: #249d6a;
	padding: 8px 20px;
	font-weight: 400 !important;
	color: #FFF
}

.form_viewer .input_50 .col-md-5, .salary-table .col-sm-8 {
	font-weight: 500
}

.calc_table table {
	margin-bottom: 40px
}

	.calc_table table td, .calc_table table th {
		border: 1px solid #dee2e6 !important
	}

.download_table {
	width: 100%;
	border-right: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6
}

	.download_table a:visited {
		opacity: 0.5;
	}

.memb-search-inner {
	float: left;
	margin-left: calc(15% - 32px)
}

.divError, .msg {
	text-align: center;
	border: 1px solid red;
	color: red;
	padding: 0 15px
}

.divSuccess, a.button-link:not([href]):not([tabindex]) {
	color: #249d6a
}

.divError li {
	text-align: left
}

.divSuccess {
	text-align: center;
	border: 1px solid #249d6a
}

.calc_table table td, .download_table td, .table td, .table th {
	border: 1px solid #dee2e6;
	padding: 8px 20px;
	vertical-align: middle;
	word-wrap: break-word
}

.calc_table table td {
	vertical-align: top
}

.calc_table table li {
	padding-bottom: 10px
}

.download_table td {
	border-right: none;
	border-left: none
}

.table tr {
	background: #FFF
}

	.download_table tr:nth-child(2n+1), .table tr:nth-child(2n+1), .table_body > .row:nth-child(2n+1) {
		background: #f7f7f7
	}

	.table tr.rgSelectedRow {
		background: #e8ece4
	}

.download_table tr, .table tr, .table_body > .row {
	transition: all .3s ease-in-out
}

	.download_table tr:hover, .table tr:hover, .table_body > .row:hover {
		background: #e8e8e8
	}

.table thead th {
	vertical-align: middle
}

.table_body {
	border-bottom: 1px solid #d5d5d5
}

	.table_body > .row {
		padding-top: 15px;
		padding-bottom: 15px
	}

.table td.rgExpandCol {
	background: #e8ece4;
/*	border-right: 14px solid;*/
}

.rgExpandCol a {
	font-size: 22px
}

.form_viewer {
	border: 1px solid #e8ece4
}

	.form_viewer > .row {
		padding-top: 0;
		padding-bottom: 0
	}

	.form_viewer .input_50 {
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px
	}

.input_50 .riSingle .riTextBox {
	width: 100% !important
}

.table_body.download .row {
	padding: 8px 0
}

.track-mobile {
	width: 280px !important
}

.button-link, input[type=submit] {
	padding: .2rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	border: 1px solid #249d6a;
	color: #249d6a;
	background: #FFF;
	text-transform: uppercase;
	min-width: 80px;
	margin-right: .5rem;
	transition: all .3s ease-in-out;
	cursor: pointer;
	position: relative;
	z-index: 1
}

	.access_denied h2, .button-link:after, input[type=submit]:hover {
		background: #249d6a
	}

input[type=submit] {
	line-height: 26px
}

.salary-table .row {
	padding-top: 10px;
	padding-bottom: 10px
}

.salary-table table tr td {
	padding: 0 15px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.salary-table table tr:last-child td {
	border: none
}

.salary-table table tr td:nth-child(2) {
	width: 33.333333%
}

.button-link:hover, input[type=submit]:hover {
	color: #FFF;
	text-decoration: none
}

a.button-link:not([href]):not([tabindex]):hover {
	color: #FFF
}

.button-link:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all .5s ease
}

.RadComboBox .rcbArrowCell a::before, .steps li::before {
	content: '';
	transform: rotate(45deg)
}

.button-link:hover:after {
	left: 0;
	width: 100%
}

.access_denied {
	width: 300px;
	margin: 20px auto auto;
	text-align: center;
	overflow: hidden
}

	.access_denied span {
		border: 1px solid #d5d5d5;
		float: left;
		width: 100%;
		padding: 30px 0
	}

	.access_denied i {
		font-size: 120px;
		opacity: .5
	}

	.access_denied h2 {
		color: #FFF;
		font-size: 1.3rem;
		padding: 10px 0;
		margin: 0
	}

.button-link:focus {
	border: 1px solid #333
}

.ArabicText {
	text-align: right
}

.PagerText, .rgPager .rgWrapAll .rgWrapAll {
	float: left
}

.button-link {
	padding-top: 0;
	padding-bottom: 0;
	display: inline-block;
	line-height: 32px
}

	.button-link i {
		margin-right: 4px;
		float: left;
		line-height: 32px
	}

		.button-link i.big_icon {
			font-size: 1.4rem
		}

input[type=submit]:focus {
	outline: dotted 1PX
}

.tdHeadButtons input[type=submit] {
	margin: 0
}

.input_container {
	width: 100%;
	display: flex;
	margin-bottom: 20px
}

.message_bg, .steps li, .steps li a {
	display: inline-block
}

.RadWindow_Telerik .rwFooterCenter, .RadWindow_Telerik .rwFooterLeft, .RadWindow_Telerik .rwFooterRight, .RadWindow_Telerik .rwTitlebar, .RadWindow_Telerik .rwTopLeft, .RadWindow_Telerik .rwTopResize, .RadWindow_Telerik .rwTopRight, .RadWindow_Telerik.rwMinimizedWindow .rwCorner {
	background-image: none !important
}

.rwNormalWindow {
	left: 50% !important;
	height: auto !important;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border: 2px solid #249d6a;
	transform: translate(-50%) !important;
	background: #FFF
}

.RadWindow_Default td.rwWindowContent > div {
	width: 100% !important
}

.input_container label {
	padding-top: 5px
}

.message_bg {
	background: #eaeaea;
	padding: 3px 15px;
	color: #249d6a;
	font-size: .92rem
}

.steps {
	background: #249d6a
}

	.steps ul {
		margin: 0;
		padding: 0
	}

	.steps li {
		position: relative;
		padding-left: 55px
	}

		.steps li a, .steps li h3 {
			color: #fff !important;
			margin: 2px 0 0;
			opacity: .4
		}

		.steps li .active, .steps li .active h3 {
			color: #fff;
			opacity: 1
		}

		.steps li .fa, .steps li .icon {
			font-size: 2rem;
			margin: 0 10px 0 0
		}

		.steps li a {
			padding: 15px 20px
		}

		.steps li::before {
			position: absolute;
			border-right: 2px solid rgba(255,255,255,.2);
			border-top: 2px solid rgba(255,255,255,.2);
			width: 26px;
			height: 26px;
			left: 0;
			top: 20px
		}

		.steps li:nth-child(1)::before {
			display: none
		}

		.steps li:nth-child(1) {
			padding: 0
		}

::-ms-clear {
	display: none
}

.form_hbg {
	background: #e8ece4;
	width: 100%;
	display: inline-block;
	padding: 12px 15px;
	font-size: 1.14rem;
	color: #333
}

	.form_hbg .fas, .form_hbg .icon {
		color: #249d6a;
		font-size: 1.4rem;
		margin: 0 8px 0 0;
		vertical-align: middle
	}

.form_padding {
	padding: 20px 15px;
	width: 100%
}

.search_input .fa-search {
	margin-left: -15px
}

.search_input .input {
	padding-right: 20px !important
}

.telephone .input {
	width: calc(33% - 21px) !important;
	margin-right: 19px
}

	.telephone .input:nth-last-child(1) {
		margin: 0
	}

.ms-rtestate-field h4, h4, h4.ms-rteElement-H4 {
	font-size: 1.14rem;
	color: #249d6a
}

.GroupHeader, .SubHeader, .pop-hdng {
	background: #249d6a;
	color: #FFF;
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0
}

	.SubHeader .fas, .SubHeader .icon {
		color: #FFF
	}

.RadToolTip_Default .rtCloseButton, .RadToolTip_Default .rtWrapper .rtWrapperBottomCenter, .RadToolTip_Default .rtWrapper .rtWrapperBottomLeft, .RadToolTip_Default .rtWrapper .rtWrapperBottomRight, .RadToolTip_Default .rtWrapper .rtWrapperLeftMiddle, .RadToolTip_Default .rtWrapper .rtWrapperRightMiddle, .RadToolTip_Default .rtWrapper .rtWrapperTopCenter, .RadToolTip_Default .rtWrapper .rtWrapperTopLeft, .RadToolTip_Default .rtWrapper .rtWrapperTopRight, .RadToolTip_Default table.rtShadow .rtWrapperBottomCenter, .RadToolTip_Default table.rtShadow .rtWrapperBottomLeft, .RadToolTip_Default table.rtShadow .rtWrapperBottomRight, .RadToolTip_Default table.rtShadow .rtWrapperLeftMiddle, .RadToolTip_Default table.rtShadow .rtWrapperRightMiddle, .RadToolTip_Default table.rtShadow .rtWrapperTopCenter, .RadToolTip_Default table.rtShadow .rtWrapperTopLeft, .RadToolTip_Default table.rtShadow .rtWrapperTopRight {
	background-image: none !important
}

.pop-hdng {
	margin: -15px 0 0 -15px;
	width: calc(100% + 30px)
}

.news .slick-list, .news .slick-track {
	display: flex
}

.RadCaptcha.RadCaptcha_Default p label, .tabs_horizontal .nav-tabs li:hover a:after {
	display: none
}

.news .slick-list {
	padding: 20px 15px
}

.tabs_horizontal .nav-tabs li {
	font-size: 1.28rem;
	font-weight: 300;
	border: 1px solid #249d6a;
	background: #249d6a
}

	.tabs_horizontal .nav-tabs li .icon {
		font-size: 1.42rem;
		margin-right: 10px;
		vertical-align: middle
	}

	.tabs_horizontal .nav-tabs li a {
		padding: 10px 20px;
		color: #fff
	}

	.tabs_horizontal .nav-tabs li.active {
		background: #fff;
		border-bottom: none
	}

		.tabs_horizontal .nav-tabs li.active a {
			color: #249d6a
		}

.tabs_horizontal .responsive-tabs {
	border: none;
	margin: 0
}

.tabs_horizontal .tab-content {
	border: 1px solid #249d6a;
	margin-top: -1px;
	padding: 1rem 1rem 0
}

.tabs_horizontal .tab-pane {
	margin-bottom: 0
}

.ml_n18 {
	margin-left: -18px !important
}

.ml_n40 {
	margin-left: -40px !important
}

.search_inbox {
	width: 100%;
	background: #f3f3f3;
	height: 40px
}

	.search_inbox input[type=text] {
		border: none;
		background: 0 0;
		width: calc(100% -50px);
		font-size: 1rem;
		padding: 5px 10px;
		line-height: 2rem
	}

	.search_inbox .icon-arrow-down {
		background: #249d6a;
		width: 40px;
		line-height: 2.85rem;
		font-size: 1.14rem;
		height: 40px;
		float: right;
		color: #fff;
		text-align: center
	}

.search_details {
	width: 100%;
	display: none;
	border: 1px solid #ebebeb;
	padding: 20px 15px
}

.date_input .fas {
	margin-left: 5px
}

.pagination a {
	color: #333
}

.pagination li a {
	background: #e5e5e5;
	border-radius: 0 !important;
	width: 28px;
	padding: 4px 0;
	text-align: center
}

	.pagination li a:hover {
		color: #249d6a;
		outline: 0
	}

.pagination li {
	margin: 0 3px
}

.pagination .active, .pagination .active:hover {
	background: #249d6a;
	color: #fff;
	border-color: #249d6a
}

.pagination li .icon {
	line-height: 1.14rem
}

.RadCaptcha_Default > div > p > input, html body .RadInputMgr_Default, html body .RadInput_Default .riTextBox {
	outline: 0;
	border: 1px solid #249d6a !important;
	background-color: none !important;
	font-style: normal !important;
	padding: 5px;
	width: 280px;
	border-radius: 0
}

html body .riSingle textarea {
	width: 100% !important
}

.form textarea:focus, html body .RadInput_Default .riTextBox.riFocused {
	border-color: #000 !important;
	background: #e8ece4
}

.RadCaptcha_Default > div > p > input, .form input[type=text], .form.two_column input[type=password], .form.two_column input[type=text], .form.two_column select, .form.two_column textarea {
	width: 100% !important;
	line-height: 1.5 !important;
	font-size: 1rem;
	height: 32px;
	color: #000;
}

.input:focus, .input:hover {
	border-bottom: 1px solid #333
}

.label {
	padding-top: .5rem
}

h2 {
	font-size: 1.71rem;
	font-weight: 400;
	color: #249d6a;
	margin: 0
}

.HeaderDescription {
	line-height: 1.71rem;
	text-align: justify;
	color: #000
}

.RadComboBox_Default, .RadPanelBar_Default a.rpLink {
	font-family: Roboto,sans-serif !important;
	font-size: 1.14rem !important;
	color: #495057 !important
}

	.RadComboBox .rcbReadOnly .rcbArrowCellRight, .RadComboBox .rcbReadOnly .rcbInputCellLeft, .RadComboBox_Default .rcbArrowCell, .RadComboBox_Default .rcbInputCell {
		background: #FFF !important
	}

div:disabled, html body .RadInput .riTextBox:disabled, html body .RadInputMgr:disabled {
	opacity: .6 !important;
	background: #f2f2f2 !important;
}

.table_inputs td {
	padding: 0
}

.table_inputs .riSingle {
	padding: 10px 15px
}

.deposit_value {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #dee2e6;
	float: left
}

	.deposit_value .DenominationsAmounts {
		line-height: 32px;
		height: 32px;
		width: 100%;
		float: left;
		font-weight: 500
	}

.cash_txt_input .riSingle {
	width: 160px !important
}

	.cash_txt_input .riSingle .riTextBox {
		width: 100% !important
	}

.RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
	color: #000 !important
}

.RadComboBox table td.rcbInputCell {
	padding: 0 !important
}

.RadComboBox .rcbArrowCell a {
	height: 32px !important;
	position: relative;
	border: 1px solid #249d6a !important;
	background: #249d6a;
	border-left: none !important;
	width: 32px !important
}

.RadComboBox .rcbExpanded .rcbArrowCellRight, .RadComboBox .rcbFocused .rcbArrowCellRight a {
	border-color: #249d6a !important
}

.RadComboBox .rcbArrowCell a::before {
	position: absolute;
	border-right: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -3px
}

.grey_txt {
	color: #888
}

.RadCaptcha.RadCaptcha_Default {
	width: 280px !important
}

.input_50 .RadCaptcha.RadCaptcha_Default, .label_brdr {
	width: calc(100% - 30px) !important
}

.label_brdr {
	color: #333 !important;
	cursor: default
}

.RadCaptcha.RadCaptcha_Default img {
	width: 45% !important;
	height: auto !important;
	float: left
}

.RadCaptcha.RadCaptcha_Default p {
	width: 50% !important;
	float: right
}

.RadCaptchaSpan {
	margin-right: 30px;
	float: right
}

.uploadanchor-btns {
	float: left;
	width: calc(100% - 30px);
	border: 1px solid #dee2e6;
	display: flex
}

	.uploadanchor-btns .doc_name {
		background: #f7f7f7;
		float: left;
		padding: 5px;
		border-right: 1px solid #dee2e6;
		width: 100%;
		text-align: left;
		color: #249d6a;
		font-weight: 500
	}

	.uploadanchor-btns a {
		width: 26px;
		color: #333;
		text-align: center;
		line-height: 20px
	}

		.uploadanchor-btns a i {
			line-height: 26px
		}

.mandatory {
	color: #f33 !important
}

.RadComboBox_Default, .riSingle, .rpTemplate .two_column .riSingle, .two_column .ContactNumber, .two_column .col-md-7 .w-100, .two_column.form .RadComboBox_Default {
	width: calc(100%) !important
}

.input_50 .col-md-7 {
	color: #333
}

.button-green, .ruActions .ruAdd {
	background: #249d6a !important;
	color: #fff !important
}

.btn-row .riSingle {
	width: calc(100% - 50px) !important
}

.form .RadComboBox_Default {
	width: 280px !important;
	float: left
}

.rpTemplate .riSingle, .table_inputs .RadInput_Default .riTextBox, .table_inputs .riSingle, html body .rpTemplate .riSingle .riTextBox {
	width: 100% !important
}

.button-green {
	transition: all .3s ease-in
}

.ruActions .ruAdd, .ruActions .ruDelete {
	padding: .2rem .75rem !important;
	font-size: .92rem !important;
	text-transform: uppercase !important;
	min-width: 80px !important;
	margin-right: .5rem !important;
	transition: all .3s ease-in-out !important;
	cursor: pointer !important;
	height: 32px !important
}

.ruActions .ruAdd {
	border-radius: .25rem !important;
	border: 1px solid #249d6a !important
}

.ruActions .ruDelete {
	border-radius: .25rem !important;
	border: 1px solid #249d6a !important;
	color: #249d6a !important;
	background: #FFF !important
}

	.ruActions .ruDelete:hover {
		color: #fff !important;
		background: #249d6a !important
	}

.ruActions .ruAdd:hover {
	background: #373737
}

.float_btn, .form.two_column input.float_btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	color: #FFF !important;
	border-left: 1px solid rgba(255,255,255,.5);
	width: 50px !important;
	min-width: 50px;
	margin: 0
}

.small_table {
	margin-top: 10px
}

	.small_table thead tr {
		background: #e1e6db
	}

	.small_table thead th {
		color: #000;
		font-weight: 400;
		padding: 5px;
		border: 1px solid #d5d5d5
	}

	.small_table tr {
		background: #eff2ec;
		border: 1px solid #d5d5d5;
		border-top: none
	}

		.small_table tr:nth-child(even) {
			background: #FFF
		}

		.small_table tr td {
			padding: 2px 5px
		}

.form_flex {
	display: flex;
	flex-wrap: wrap
}

.input_50 {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.PopupContentArea .input_50 {
	margin-bottom: 10px
}

.table_body .input_50 {
	margin-bottom: 0
}

.PopupContentArea h4 {
	margin-top: 30px;
	font-weight: 400;
	margin-bottom: 0
}

.PopupContentArea .col-md-7 {
	color: #333
}

.summaryform1 {
	border: 1px solid #249d6a;
	padding: 15px
}

.RadCaptcha_Default > div {
	float: left;
	width: 100%
}

.custom-control label::after, .custom-control label::before {
	margin-top: 4px
}

.custom-check {
	margin-right: 20px;
	float: left
}

.custom-control input[type=checkbox], .custom-radio input[type=radio] {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.RadUpload {
	width: 100% !important
}

.fluid, .label_brdr {
	width: calc(100% - 30px);
	float: left;
	position: relative
}

.custom-control {
	display: inline-block;
	margin-right: 20px
}

	.custom-control input[type=checkbox]:checked + .custom-control label::before {
		color: #fff;
		background-color: #007bff
	}

	.custom-control input[type=checkbox]:focus + .custom-control label::before {
		box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
	}

	.custom-control input[type=checkbox]:active + .custom-control label::before {
		color: #fff;
		background-color: #b3d7ff
	}

	.custom-control input[type=checkbox]:disabled + .custom-control label {
		color: #6c757d
	}

		.custom-control input[type=checkbox]:disabled + .custom-control label::before {
			background-color: #e9ecef
		}

	.RadUpload li label, .custom-control label, .custom-radio label {
		margin-bottom: 0;
		line-height: 1.42rem;
		padding-top: 5px
	}

.green_bg .custom-radio input:checked + label::before, .table thead th .custom-control input:checked + label::before {
	background-color: #FFF
}

.green_bg .custom-radio label::before, .table thead th .custom-control label::before {
	border-color: #FFF
}

.custom-control.hide-label {
	text-indent: -99px
}

.custom-radio.rblGenders label {
	padding-top: 7px !important;
	padding-left: 30px;
	height: 32px;
	padding-right: 15px;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	z-index: 1 !important
}

.custom-radio.search-type label {
	padding-left: 35px
}

.custom-radio.rblGenders label:before, .inbox-tab .rtsTxt:before {
	font-family: pensionfund !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	top: 0;
	left: 3px;
	font-variant: normal;
	text-transform: none;
	width: auto;
	height: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	background: 0 0;
	font-size: 1.8rem;
	line-height: 32px
}

.inbox-tab .rtsTxt:before {
	float: left;
	margin-right: 8px;
	font-size: 1.4rem
}

.custom-radio.search-type label:before {
	font-size: 1.4rem;
	top: 2px;
	left: 8px
}

.rblGenders .male label:before, .rblGenders tr td:first-child label:before {
	content: "\e916"
}

.rblGenders .female label:before, .rblGenders tr td:last-child label:before {
	content: "\e915"
}

.rblGenders.search-type span.request label:before, .requests_tab .rtsTxt:before {
	content: "\e95a"
}

.messages_tab .rtsTxt:before, .rblGenders.search-type span.messages label:before {
	content: "\e977"
}

.rblGenders.entity-type span.entity-type label:before {
}


.rblGenders.entity-type span.new-entity label:before {
	content: "\f477";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	margin-top: -1px;
}


.rblGenders.entity-type span.existing-entity label:before {
	content: "\f573";
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	margin-top: -1px;
}




.custom-radio.rblGenders label:after {
	content: " ";
	position: absolute;
	z-index: -1 !important;
	top: 0;
	width: 100%;
	height: 32px;
	border-radius: 3px;
	background: #249d6a !important;
	-webkit-transition: left .15s ease-out;
	-moz-transition: left .15s ease-out;
	-ms-transition: left .15s ease-out;
	-o-transition: left .15s ease-out;
	transition: left .15s ease-out
}

.custom-radio.rblGenders input:focus + label::after {
	background: #249d6a !important;
	border: 1px solid #333 !important
}

.custom-radio.rblGenders .female label:after, .custom-radio.rblGenders tr td:last-child label:after, .custom-radio.search-type span:last-child label:after {
	left: -100%
}

.custom-radio.rblGenders .male label:after, .custom-radio.rblGenders tr td:first-child label:after, .custom-radio.search-type span:first-child label:after {
	left: 100%
}

.custom-radio.rblGenders input:checked + label {
	color: #FFF !important
}

	.custom-radio.rblGenders input:checked + label::before {
		background: 0 0 !important
	}

	.custom-radio.rblGenders input:checked + label::after, .custom-radio.rblGenders label:after, .custom-radio.rblGenders tr td input:checked + label::after {
		left: 0
	}

.RadUpload li input[type=checkbox] + label {
	display: block !important;
	position: absolute;
	right: 0;
	width: 1rem;
	height: 1.5rem;
	padding: 0 0 0 1rem;
	top: 5px;
	overflow: hidden
}

.RadUpload .ruCheck {
	display: none
}

.RadUpload .ruRemove {
	position: absolute;
	right: 0;
	top: 0;
	width: 27px !important;
	height: 32px !important
}

.RadComboBoxDropDown .rcbList > li {
	display: flex
}

	.RadComboBoxDropDown .rcbList > li span {
		position: relative;
		margin-top: 3px
	}

.no-label label {
	width: 1rem;
	padding-left: 2rem;
	overflow: hidden
}

.RadComboBoxDropDown .rcbHeader span:before, .RadComboBoxDropDown .rcbList > li span:before, .RadUpload li label:before, .custom-control label::before, .custom-radio label:before {
	position: absolute;
	top: .23rem;
	left: 0;
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: none;
	border: 1px solid #249d6a;
	transition: all .3s ease-in-out;
}

.RadComboBoxDropDown .rcbHeader span:before, .RadComboBoxDropDown .rcbList > li span:before {
	top: 0;
	left: 3px
}

.RadComboBoxDropDown input[type=checkbox] {
	opacity: 0
}

.custom-control label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1.05rem;
	height: 1.05rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%
}

.RadTreeView_Default .rtChecked {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 70% 70% !important
}

.RadTreeView .rtLines .rtLI {
	white-space: normal;
	word-break: break-word;
	position: relative
}

.RadTreeView .rtChecked, .RadTreeView .rtChk, .RadTreeView .rtIndeterminate, .RadTreeView .rtUnchecked {
	width: 1rem !important;
	height: 1rem !important;
	position: absolute;
	top: 4px
}

.custom-control label::before {
	border-radius: 0
}

.RadComboBoxDropDown .rcbHeader span.checked:before, .RadComboBoxDropDown .rcbList > li span.checked:before, .RadTreeView_Default .rtChecked, .RadUpload li input[type=checkbox]:checked + label::before, .custom-control input:checked + label::before {
	background-color: #249d6a
}

	.RadComboBoxDropDown .rcbHeader span.focus:before, .RadComboBoxDropDown .rcbList > li span.focus:before, .RadTreeView_Default .rtChecked:focus, .RadUpload li input[type=checkbox]:focus + label::before, .custom-control input:focus + label::before {
		border-color: #333 !important
	}

.RadComboBoxDropDown .rcbHeader span.checked:before, .RadComboBoxDropDown .rcbList > li span.checked:before, .RadTreeView_Default .rtChecked, .RadTreeView_Default .rtIndeterminate, .RadTreeView_Default .rtUnchecked, .RadUpload li input[type=checkbox]:checked + label::before, .custom-control input:checked + label::after { /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;*/
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff
}

.table thead th .custom-control input:checked + label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important
}

.custom-control input[type=checkbox]:indeterminate + label::before {
	background-color: #007bff
}

.custom-control input[type=checkbox]:indeterminate + label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-control input[type=checkbox]:disabled:checked + label::before, .custom-control input[type=checkbox]:disabled:indeterminate + label::before {
	opacity: .6
}

.cboCheckSelectrmscPeriods {
	position: relative
}

.custom-radio label::before {
	border-radius: 50%;
	top: 8px
}

.aspNetDisabled, .aspNetDisabled.custom-radio label::before {
	opacity: .6 !important;
	background: #f2f2f2 !important;
}

.button-link.aspNetDisabled:after {
	display: none
}

.custom-radio input:checked + label::before {
	background-color: #249d6a
}

.RadUpload li input[type=checkbox]:checked + label::after, .custom-radio input:checked + label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.RadUpload li input[type=checkbox]:focus + label::after, .custom-radio input:focus + label::after {
	background-color: #333 !important
}

.RadUpload .ruFileWrap::after, input[type=button] {
	background: #249d6a;
	color: #FFF
}

.custom-radio input:disabled:checked + label::before {
	background-color: #249d6a
}

.custom-radio td {
	position: relative
}

.custom-radio label {
	padding-left: 1.5rem;
	padding-top: 5px;
	margin-right: 20px;
	position: relative
}

.custom-radio .aspNetDisabled label::before {
	opacity: .5 !important
}

.RadUpload .ruInputs {
	float: left;
	width: calc(100% - 30px)
}

	.RadUpload .ruInputs input[type=text].ruFakeInput {
		border: none !important
	}

.RadUpload .ruFileWrap {
	height: 32px !important;
	border: 1px solid #249d6a;
	width: calc(100% - 27px);
	position: relative;
	float: left
}

.RadUpload[disabled=disabled] .ruInputs {
	opacity: .6
}

span.Validator, span.ltlAsOf {
	width: 100%;
	float: left
}

.RadUpload .ruInputs li {
	height: 32px;
	position: relative
}

.form .RadPanelBar_Default {
	width: calc(100% - 30px) !important
}

.PopupContentArea .RadPanelBar_Default {
	width: 100% !important
}

.RadUpload .ruFileWrap::after {
	content: 'BROWSE';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 .8rem;
	line-height: 32px;
	transition: all .2s ease-out;
	font-size: .9rem !important
}

.RadUpload .ruFileWrap:hover::after {
	background: #333 !important
}

.RadUpload .ruButton.ruClear, .RadUpload .ruRemove {
	transition: all .2s ease-out;
	border: 1px solid #249d6a !important;
	border-left-width: 0 !important;
	margin-top: 0;
	background: url(images/trash_icon.png) center 103% #FFF !important;
	width: 27px;
	border-left: 1px solid #FFF;
	height: 32px;
	cursor: pointer;
	overflow: hidden !important;
	text-indent: -999px;
	float: left;
	content: '\f1f8';
	font-size: .85rem;
	color: #249d6a
}

	.RadUpload .ruButton.ruClear:hover, .RadUpload .ruRemove:hover {
		background-color: #249d6a !important;
		background-position: center -9px !important
	}

.RadUpload_Default input[type=text].ruFakeInput {
	line-height: 32px !important;
	width: calc(100% - 60px);
	padding: 0 5px !important;
	height: 30px;
	background: 0 0
}

.Mobile td .FloatOnSide span, .Telephone td .FloatOnSide {
	width: calc(100% - 15px) !important
}

.Mobile tr td .FloatOnSide input[type=text], .Mobile tr td:last-child span, .Telephone tr td .FloatOnSide input[type=text], .Telephone tr td:last-child span {
	width: 100% !important
}

.Mobile tr td:first-child .FloatOnSide input[type=text], .Telephone tr td:first-child .FloatOnSide input[type=text] {
	margin: 0
}

.Mobile tr td:last-child .FloatOnSide input[type=text], .Telephone tr td:last-child .FloatOnSide input[type=text] {
	float: right;
	margin: 0
}

.Hint {
	margin-top: 10px;
	font-size: .9rem;
	display: inline-block
}

.RadPanelBar_Default .rpFirst a.rpLink, .RadPanelBar_Default .rpFirst div.rpHeaderTemplate {
	background: #e8ece4 !important;
	border: none !important
}

.RadPanelBar .rpSlide {
	border: 1px solid #e8ece4;
	border-top: none
}

.RadPanelBar .rpHeaderTemplate, .RadPanelBar .rpOut, .RadPanelBar_Default .rpRootGroup {
	border: none !important
}

.RadPanelBar .rpFocused .rpOut, .RadPanelBar .rpSelected .rpOut, .RadPanelBar a.rpLink:hover .rpOut, .RadPanelBar a.rpSelected:hover .rpOut {
	padding-bottom: 0 !important
}

.RadPanelBar_Default .rpTemplate, .RadPanelBar_Default a.rpLink, .RadPanelBar_Default div.rpHeaderTemplate {
	font-size: 1rem !important;
	line-height: 2.2rem !important;
	font-family: Roboto,sans-serif !important
}

.RadPanelBar_Default .rpTemplate {
	padding: 15px;
	position: relative
}

.RadPanelBar .rpSlide textarea.riTextBox {
	border: 1px solid #249d6a !important
}

.RadPanelBar .rpText {
	line-height: 40px
}

.RadPanelBar .rpSelected.rpExpanded {
	background: #e8ece4 !important
}

.RadPanelBar_Default .rpExpandable span.rpExpandHandle, .RadPanelBar_Default .rpExpanded span.rpExpandHandle {
	background: #249d6a !important;
	color: #FFF !important;
	font-size: 30px;
	height: 40px;
	width: 40px;
	margin: 0;
	position: relative
}

	.RadPanelBar_Default .rpExpandable span.rpExpandHandle:after, .RadPanelBar_Default .rpExpanded span.rpExpandHandle:after {
		content: '';
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		position: absolute;
		top: 9px;
		left: 12px;
		width: 15px;
		height: 15px;
		transform: rotate(45deg)
	}

	.RadPanelBar_Default .rpExpanded span.rpExpandHandle:after {
		transform: rotate(225deg);
		top: 16px
	}

.fund-member .accordion {
	font-size: 1.1rem;
	border-top: 1px solid #ccc;
	padding: 8px 15px
}

	.fund-member .accordion.active {
		background: #249d6a;
		color: #FFF
	}

.fund-member .panel {
	padding: 15px;
	background: #FFF
}

.fund-member .accordion:after {
	top: 12px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333
}

.fund-member .accordion.active:after {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	top: 10px
}

.member-cont {
	background: #f3f3f3;
	padding-bottom: 30px;
	height: 100%
}

.member-hdng {
	display: flex;
	padding: 0 15px
}

	.member-hdng span {
		font-size: 1.3rem;
		margin: 5px 0 0 10px
	}

.member-details {
	width: 100%
}

.member-hdng i {
	background: #249d6a;
	width: 50px;
	height: 50px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	line-height: 50px;
	transform: translateY(-15px)
}

.member-even .member-hdng i {
	background: #666
}

.contact-details {
	float: left;
	margin-right: 30px;
	margin-left: 10px
}

	.contact-details i {
		line-height: 40px;
		text-align: center;
		font-size: 1.5rem;
		color: #249d6a;
		float: left
	}

	.contact-details label {
		margin: 0;
		float: left;
		font-size: 1.2rem;
		line-height: 40px;
		padding-left: 5px;
		padding-right: 20px
	}

.member-cols {
	background: #FFF;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	height: 100%;
	color: #333;
	padding: 10px;
	min-height: 120px;
	position: relative
}

	.member-cols span {
		width: 100%;
		color: #000;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0,0,0,.1);
		float: left
	}

	.member-cols label {
		font-size: 1.2rem;
		color: #249d6a;
		padding: 10px 0
	}

	.member-cols .md-icon {
		position: absolute;
		bottom: 5px;
		width: 60px;
		height: 60px;
		font-size: 50px;
		opacity: .25;
		right: 5px;
		text-align: right
	}

input[type=submit].button-green {
	background: #249d6a;
	color: #fff;
	transition: all .3s ease-in
}

	input[type=submit].button-green:hover {
		background: #373737 !important;
		color: #FFF;
		border-color: #373737
	}

input[type=submit]:focus {
	border-color: #373737
}

.button-link.button-green:after {
	background: #373737 !important
}

.btn-white, .btn-white a {
	color: #249d6a;
	border: 1px solid #249d6a;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	transition: all .3s ease-in-out
}

span.RQD {
	color: red
}

.add_btn {
	min-width: 50px !important;
	border-radius: 0 !important;
	padding: 0 5px !important;
	margin: 0 !important;
	width: 60px !important;
	line-height: 30px;
	text-align: center
}

.btn_combo > table {
	width: calc(100% - 20px) !important
}

.table_fixed {
	table-layout: fixed !important
}

.ValidationSummary_Default, .val-summaryNew {
	padding: 0;
	font-size: .9rem;
	margin: 30px 0;
	color: red;
	border: 1px solid red;
	text-align: center
}

.RadWindow_Telerik .rwShadow .rwBodyLeft, .RadWindow_Telerik .rwShadow .rwBodyRight, .RadWindow_Telerik .rwShadow .rwFooterCenter, .RadWindow_Telerik .rwShadow .rwFooterLeft, .RadWindow_Telerik .rwShadow .rwFooterRight, .RadWindow_Telerik .rwShadow .rwPopupButton, .RadWindow_Telerik .rwShadow .rwPopupButton span, .RadWindow_Telerik .rwShadow .rwStatusbar, .RadWindow_Telerik .rwShadow .rwStatusbar div, .RadWindow_Telerik .rwShadow .rwStatusbarRow .rwBodyLeft, .RadWindow_Telerik .rwShadow .rwStatusbarRow .rwBodyRight, .RadWindow_Telerik .rwShadow .rwTitlebar, .RadWindow_Telerik .rwShadow .rwTopLeft, .RadWindow_Telerik .rwShadow .rwTopResize, .RadWindow_Telerik .rwShadow .rwTopRight {
	background-color: #249d6a !important;
	background-image: none !important
}

.RadWindow_Telerik table.rwTitlebarControls em {
	color: #FFF !important;
	font-weight: 400 !important
}

.RadWindow .rwShadow .rwFooterCenter, .RadWindow .rwShadow .rwFooterLeft, .RadWindow .rwShadow .rwFooterRight, .RadWindow .rwShadow .rwTopLeft, .RadWindow .rwShadow .rwTopRight, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight, .RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbarRow .rwCorner, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwTopRight, .RadWindow_Default.rwMinimizedWindow .rwCorner, .RadWindow_Telerik .rwShadow .rwBodyLeft, .RadWindow_Telerik .rwShadow .rwBodyRight, .RadWindow_Telerik .rwShadow .rwStatusbarRow .rwBodyLeft, .RadWindow_Telerik .rwShadow .rwStatusbarRow .rwBodyRight {
	background: 0 0 !important
}

.RadWindow .rwShadow .rwTopLeft, .RadWindow .rwShadow .rwTopResize, .RadWindow .rwShadow .rwTopRight {
	height: auto !important
}

.RadWindow .rwTitlebar {
	background: #249d6a !important;
	color: #FFF
}

.RadWindow .rwTitleRow em {
	font-size: 1.1rem !important;
	font-family: Roboto,sans-serif !important;
	font-weight: 400 !important;
	color: #FFF !important;
	padding: 6px 5px 7px !important;
	width: 100% !important;
	font-style: normal !important;
	float: none !important;
	display: inline-block
}

.RadWindow .rwTitlebar .rwIcon {
	margin: 0 0 0 5px !important;
	background-image: url(images/RadLogo.svg);
	background-position: 0 center;
	height: 100%;
	background-repeat: no-repeat !important
}

.RadWindow .rwCloseButton, .RadWindow .rwWindowContent .radalert, .RadWindow .rwWindowContent .radconfirm {
	background: 0 0 !important;
	position: relative
}

.RadWindow .rwTopResize {
	line-height: 0 !important;
	height: 0 !important
}

.RadWindow .rwCloseButton, .RadWindow_Telerik .rwControlButtons .rwMaximizeButton, .RadWindow_Telerik .rwShadow .rwControlButtons .rwMaximizeButton {
	width: 22px !important;
	height: 22px !important;
	display: block;
	transition: all .4s ease-in-out;
	text-align: center;
	cursor: pointer !important
}

.RadWindow .rwCloseButton {
	content: 'X';
	text-indent: 0 !important;
	line-height: 22px !important;
	color: #FFF !important;
	right: 3px;
	font-family: "Arial Unicode MS";
	font-size: 14px;
	border: 1px solid #FFF
}

.RadWindow_Telerik .rwShadow .rwControlButtons .rwMaximizeButton {
	margin-right: 10px;
	border: 1px solid #FFF
}

	.RadWindow_Telerik .rwShadow .rwControlButtons .rwMaximizeButton:hover {
		border-radius: 100%;
		font-size: 11px !important
	}

.RadWindow_Telerik .rwControlButtons .rwMaximizeButton {
	margin-right: 10px;
	border: 1px solid #FFF
}

.RadWindow .rwCloseButton span, .rgPager thead {
	display: none
}

.RadWindow_Telerik .rwControlButtons .rwMaximizeButton:hover {
	border-radius: 100%;
	font-size: 11px !important
}

.RadWindow .rwCloseButton:before {
	content: 'X' !important;
	font-size: 14px;
	width: 22px;
	float: left;
	padding-top: 3px
}

.RadWindow .rwCloseButton:hover {
	border-radius: 100%;
	-webkit-transform: rotate(360deg) translate3d(0,0,0);
	transform: rotate(360deg) translate3d(0,0,0)
}

.RadUpload_Default, .RadUpload_Default a, .RadUpload_Default input, .RadWindow .rwDialogPopup {
	font-size: 1rem !important;
	font-family: Roboto,sans-serif !important
}

.RadWindow .rwWindowContent .radalert:before, .RadWindow .rwWindowContent .radconfirm:before {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: 900;
	left: 0;
	font-size: 40px;
	top: 0;
	color: #249d6a
}

.RadWindow .rwWindowContent .radalert:before {
	content: '\f071'
}

body .RadWindow .rwShadow .rwTopLeft, body .RadWindow .rwShadow .rwTopRight, body .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft, body .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight {
	width: 0 !important
}

.RadWindow .rwWindowContent .radconfirm:before {
	content: '\f059'
}

.RadWindow .rwDialogPopup {
	padding-left: 60px !important
}

.green_bg, .grey_bg, .request_results .body, div.btn a {
	display: inline-block
}

.PopupContentArea, .PopupFooterRow {
	height: 100% !important;
	width: 100%;
	float: left
}

.rgPager td {
	padding: 4px 0;
	border: 1px solid #FFF;
	background: #FFF
}

.RadUpload_Default, .RadUpload_Default a, .RadUpload_Default input {
	font-size: .92rem !important
}

.RadUpload .ruStyled .ruFileInput {
	width: 100%;
	cursor: pointer
}

.request_results header {
	background: #249d6a;
	padding: 20px;
	font-size: 1.42rem;
	color: #fff;
	position: inherit;
	font-weight: 300
}

	.request_results header ::selection {
		background: #FFF !important;
		color: #249d6a
	}

.request_results .body {
	padding: 30px;
	border: 1px solid #f3f3f3;
	width: 100%
}

.request_results h3 {
	font-family: Roboto,sans-serif;
	font-size: 1.42rem
}

.request_results .grey_bg {
	padding: 25px 25px 5px;
	margin: 0 15px;
	color: #333;
	text-align: center
}

	.request_results .grey_bg p {
		text-align: center
	}

	.request_results .grey_bg .icon {
		color: #249d6a;
		font-size: 2.28rem;
		margin-bottom: 15px;
		display: inline-block
	}

.theme_color {
	color: #249d6a !important
}

.grey_bg {
	background: #e8ece4;
	width: 100%
}

.green_bg {
	background: #249d6a;
	width: 100%;
	color: #FFF;
	padding: 10px !important
}

.smart-login {
	padding: 0 15px;
	background: #249d6a;
	margin-top: 23px
}

.theme_light_bg {
	background: #e8ece4
}

.margin_n30 {
	width: 100%
}

h3 {
	font-weight: 400;
	color: #000;
	font-size: 1.4rem
}

div.btn a {
	padding: 5px 10px;
	min-height: 31px;
	font-size: .92rem
}

.button-green a {
	color: #fff
}

.status-notes {
	font-size: 1.2rem
}

.ajax__tab_header, .pension_id_left {
	flex-direction: column;
	float: left;
	border: none;
	margin: 0;
	width: 235px;
	display: flex;
	flex-wrap: wrap
}

.calc_tab-main .ajax__tab_header {
	width: 100%;
	flex-direction: row
}

.custom-radio.pension-id label {
	padding: 0 20px 20px;
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #f3f3f3 !important;
	color: #666;
	border-radius: 0 !important;
	transition: all .3s ease-in-out;
	position: relative;
	margin: 0;
	cursor: pointer
}

	.custom-radio.pension-id label:hover {
		background: #f3f3f3
	}

	.custom-radio.pension-id label:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		width: 100%;
		float: left;
		position: relative;
		font-size: 3rem;
		line-height: 70px;
		background: 0 0 !important;
		border: none !important;
		height: auto !important
	}

	.custom-radio.pension-id label:after {
		position: absolute;
		left: auto !important;
		background: 0 0 !important;
		right: -30px;
		border: 15px solid transparent;
		border-left: 15px solid #249d6a;
		content: '';
		top: 50%;
		margin-top: -10px;
		width: auto !important;
		transform: inherit !important;
		opacity: 0
	}

.custom-radio.pension-id .visit label:before {
	content: '\f554' !important
}

.custom-radio.pension-id .mail label:before {
	content: '\f0e0' !important
}

.custom-radio.pension-id input:focus + label::after {
	background: 0 0 !important
}

.custom-radio.pension-id input:checked + label {
	background: #249d6a;
	color: #FFF
}

.pension_id_right .calc_page {
	margin: auto
}

	.pension_id_right .calc_page .calc_bar {
		padding: 0 15px
	}

.pension_id_right .RadComboBox_Default, .pension_id_right .RadUpload .ruInputs, .pension_id_right .riSingle, html body .pension_id_right .RadInput_Default .riTextBox {
	width: 100% !important
}

html body .pension_id_right .RadInput_Default .riTextBox {
	height: auto
}

.custom-radio.pension-id input:checked + label:after {
	opacity: 1
}

.ajax__tab_header > span {
	width: 100%;
	float: left;
	white-space: pre-wrap !important
}

.calc_tab-main .ajax__tab_header > span {
	width: auto;
	flex-grow: 1
}

.ajax__tab_header span.ajax__tab_tab {
	padding: 40px 20px;
	white-space: normal;
	overflow: inherit;
	width: 100%;
	border: 1px solid #f3f3f3 !important;
	color: #666;
	border-radius: 0 !important;
	transition: all .3s ease-in-out;
	position: relative
}

.calc_tab-main .ajax__tab_header span.ajax__tab_tab {
	padding: 20px
}

.ajax__tab_body, .pension_id_right {
	width: calc(100% - 235px);
	float: right;
	background: #f8f8f8;
	padding: 3rem 1.25rem
}

.calc_tab-main .ajax__tab_body, .calc_tab-main.ajax__tab_default .ajax__tab_inner, .calc_tab-main.ajax__tab_default .ajax__tab_outer {
	width: 100%
}

.tabs_verticle ul {
	flex-direction: column;
	float: left;
	border: none;
	margin: 0
}

	.tabs_verticle ul.nav li {
		text-align: center
	}

		.ajax__tab_header span.ajax__tab_tab .icon, .tabs_verticle ul.nav li .icon {
			font-size: 3.42rem;
			display: block
		}

.ResetImg, .calc_bar {
	display: inline-block
}

.tabs_verticle ul.nav li a {
	padding: 40px 20px;
	width: 235px;
	border: 1px solid #f3f3f3 !important;
	color: #666;
	border-radius: 0 !important;
	transition: all .3s ease-in-out;
	position: relative;
	float: left
}

	.ajax__tab_header span.ajax__tab_tab .icon, .tabs_verticle ul.nav li a .icon {
		margin-bottom: 10px;
		color: #249d6a
	}

.ajax__tab_header .ajax__tab_active span.ajax__tab_tab, .ajax__tab_header .ajax__tab_hover.ajax__tab_active span.ajax__tab_tab, .tabs_verticle .nav-tabs .active a, .tabs_verticle .nav-tabs .active a:hover {
	background: #249d6a;
	color: #fff;
	border-color: #249d6a !important;
	border-radius: 0
}

.ajax__tab_header .ajax__tab_hover span.ajax__tab_tab, .tabs_verticle .nav li a:hover {
	background: #f3f3f3;
	text-decoration: none
}

.ajax__tab_header .ajax__tab_active span.ajax__tab_tab .icon, .tabs_verticle .nav-tabs .active a .icon {
	color: #fff
}

.ajax__tab_header .ajax__tab_active span.ajax__tab_tab::after, .service-tabs .responsive-tabs-container ul li.active a:after, .tabs_verticle .nav-tabs .active a::after, .tabs_verticle .nav-tabs a::after {
	position: absolute;
	left: auto !important;
	background: 0 0 !important;
	right: -31px;
	border: 15px solid transparent;
	border-left: 15px solid #249d6a;
	content: '';
	top: 50%;
	margin-top: -10px;
	opacity: 1 !important;
	width: auto !important;
	transform: inherit !important
}

.calc_tab-main .ajax__tab_header .ajax__tab_active span.ajax__tab_tab::after {
	right: 50%;
	transform: rotate(90deg) !important;
	top: calc(100% + 10px)
}

.tabs_verticle .nav-tabs a::after {
	opacity: 0 !important;
	transition: all .3s ease-in-out
}

.tabs_verticle .tab-content {
	width: calc(100% - 235px);
	float: right;
	background: #f8f8f8;
	padding: 3rem 1.25rem
}

	.calc_page h3, .tabs_verticle .tab-content h3 {
		font-size: 1.28rem;
		font-family: Roboto,sans-serif;
		margin-bottom: 30px
	}

		.calc_page h3 .icon, .tabs_verticle .tab-content h3 .icon {
			font-size: 2.28rem;
			margin-right: 10px;
			vertical-align: middle
		}

.tabs_verticle .responsive-tabs li {
	border: none;
	position: relative
}

.tabs_verticle .responsive-tabs-container {
	width: 100%
}

.ResetImg {
	font-size: 18px;
	margin: 6px;
	color: red;
	opacity: .8
}

.calc_page {
	width: 70%
}

.calc_label, .progress_bar, .result {
	padding: 6px 10px;
	font-size: 1rem;
	min-height: 36px
}

.calc_label, .d-flex > .calc_label {
	background: #d3d3d3;
	min-width: 110px
}

.tab-content > .tab-pane {
	opacity: 0;
	transition: all .5s ease-in-out
}

	.tab-content > .tab-pane.active {
		opacity: 1
	}

.progress_bar {
	background: #e7e7e7;
	width: 100%
}

	.progress_bar .switch {
		border: none !important;
		height: auto !important
	}

	.progress_bar .gender-switch label {
		margin-bottom: 0 !important
	}

	.progress_bar .switch-selection {
		border-radius: 3px
	}

	.progress_bar #divHasKids {
		margin-top: 5px;
		float: left;
		width: 100%
	}

	.progress_bar.progress_input {
		padding: 0;
		position: relative
	}

		.progress_bar.progress_input a {
			color: #FFF;
			position: relative;
			z-index: 999;
			line-height: 35px;
			margin: 0 5px
		}

		.progress_bar.progress_input:after {
			position: absolute;
			background: #249d6a;
			right: 0;
			top: 0;
			bottom: 0;
			min-width: 150px;
			content: '';
			z-index: 0
		}

.certificate_btns {
	width: 100%;
	float: left;
	text-align: center
}

	.certificate_btns .btn {
		font-size: 1.3rem;
		width: 300px;
		color: #333;
		padding: 10px 30px;
		margin: 0 20px 15px;
		display: inline-block;
		float: none;
		min-height: 140px;
		position: relative;
		white-space: pre-line;
		overflow: hidden
	}

		.certificate_btns .btn i {
			font-size: 50px;
			float: left;
			width: 100%;
			margin: 10px 0;
			color: #249d6a
		}

		.certificate_btns .btn:hover {
			background: #249d6a
		}

			.certificate_btns .btn:hover i {
				color: #FFF;
				-webkit-animation-name: bounceInDown;
				animation-name: bounceInDown;
				-webkit-animation-duration: .6s;
				animation-duration: .6s
			}

		.certificate_btns .btn .certi_label {
			transition: all;
			float: left;
			width: 100%;
			margin: 0;
			padding: 0;
			text-align: center
		}

		.certificate_btns .btn:hover .certi_label {
			color: #FFF;
			-webkit-animation-name: rubberBand;
			animation-name: rubberBand;
			-webkit-animation-duration: .8s;
			animation-duration: .8s
		}

.progress_bar.progress_input .calPurc_txtBoxStyle, .progress_bar.progress_input .cal_txtBoxStyle {
	background: rgba(255,255,255,.1);
	width: 120px;
	z-index: 1;
	color: #fff;
	text-align: center;
	line-height: 1.14rem;
	border: none;
	margin: 3px;
	border: 1px solid rgba(255,255,255,.5)
}

.calc_bar, .progress_bar input[type=range] {
	width: 100%
}

.progress_bar.progress_input .calPurc_txtBoxStyle:focus, .progress_bar.progress_input .cal_txtBoxStyle:focus {
	background: rgba(255,255,255,.6);
	color: #000
}

.progress_bar label {
	padding-top: 5px
}

.result {
	background: #249d6a;
	min-width: 150px;
	border-radius: 0 3px 3px 0;
	color: #fff;
	text-align: center;
	line-height: 1.14rem
}

	.result p {
		position: relative;
		float: left;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin: 0
	}

.calc_bar {
	margin-top: 15px
}

.RadUpload .ruButton.ruBrowse, .results_bg:empty {
	display: none
}

.calc_bar select {
	width: 100%;
	min-width: 60px
}

.age_input input {
	width: 30px;
	color: #FFF;
	background: 0 0;
	border: none;
	opacity: 1
}

.calc_label {
	line-height: 1.71rem;
	flex-grow: 1
}

#calc_buy_service .calc_bar .input {
	min-width: 60px
}

.no-border-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.slider .slider-handle {
	background: #fff
}

.slider .slider-track {
	background: #bebebe
}

.slider .slider-selection {
	background: #249d6a
}

.progress_bar .slider.slider-horizontal {
	width: calc(100% - 20px);
	margin: 8px 20px
}

@media all and (-ms-high-contrast:none) {
	.progress_bar .slider.slider-horizontal {
		width: calc(100% - 180px);
		margin: 8px 20px
	}
}

.service-tabs {
	width: 100%
}

	.service-tabs .tab-content {
		width: 100%;
		padding: 1rem 0 0
	}

	.service-tabs ul.responsive-tabs {
		width: 100%;
		flex-direction: row;
		border: none
	}

.calc_calender {
	min-height: 36px;
	background: #e7e7e7;
	position: relative
}

	.calc_calender input {
		background: 0 0;
		line-height: 36px;
		border: none;
		height: 36px;
		padding: 0 8px;
		width: 100%
	}

	.calc_calender .ui-datepicker-trigger {
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		width: 36px;
		height: 36px;
		background: 0 0;
		cursor: pointer
	}

		.calc_calender .ui-datepicker-trigger::after {
			width: 36px;
			top: 0;
			line-height: 36px;
			text-align: center;
			font-size: 1.3rem;
			color: #249d6a;
			position: absolute;
			right: 0;
			content: '\f073';
			font-family: 'Font Awesome 5 Free';
			font-weight: 900
		}

.calc_bar input[type=submit] {
	margin: 0;
	height: 36px;
	min-width: auto
}

.calc_bar .input {
	background: 0 0;
	border: 1px solid #ced4da;
	text-align: center
}

.no-bg {
	background: 0 0;
	border: none;
	font-weight: 600;
	margin-left: 10px;
	width: 30px !important;
	padding-right: 0 !important
}

.calc_results h3, .results_bg {
	font-weight: 300;
	text-align: center
}

.cal_errorMsgStyle {
	color: red
}

.service-tabs .responsive-tabs-container ul li a {
	width: 100%;
	float: left;
	color: #249d6a;
	background-color: #fff;
	padding: 6px 10px;
	position: relative;
	border: 1px solid #d3d3d3 !important;
	border-top: none !important;
	border-left: none;
	text-align: center
}

.service-tabs .responsive-tabs-container ul li.active a {
	background: #249d6a;
	color: #FFF
}

.service-tabs .responsive-tabs-container ul li a:hover {
	text-decoration: none;
	border-color: #249d6a !important
}

.service-tabs .responsive-tabs li {
	float: left;
	width: 50%
}

.service-tabs .responsive-tabs-container ul.nav-tabs li a:after {
	transform: rotateZ(90deg) !important;
	right: 50%;
	top: inherit;
	bottom: -20px;
	border-width: 10px;
	margin-right: -5px
}

.service-tabs .responsive-tabs li:first-child a {
	border-right: none !important
}

.calc_results {
	margin-top: 30px;
	width: 100%;
	display: inline-block
}

	.calc_results ul {
		margin: 0;
		width: 100%;
		padding: 0;
		flex-direction: row;
		justify-content: space-between
	}

	.calc_results li {
		background: #249d6a;
		width: 30%;
		font-size: 1rem;
		color: #fff;
		text-align: center;
		padding: 10px
	}

.font_18, .results_bg {
	font-size: 1.28rem
}

.calc_results h3 {
	color: #000;
	margin-bottom: 15px !important;
	position: relative
}

	.calc_results h3::after, .calc_results h3::before {
		height: 1px;
		background: #ddd;
		content: '';
		position: absolute;
		left: 0;
		margin-top: 10px;
		width: 40%
	}

	.calc_results h3::after {
		left: auto;
		right: 0
	}

.branding_bg, .results_bg {
	background: #249d6a
}

.results_bg {
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 20px
}

.custom-select, .ui-datepicker-title select {
	background: url(images/arrow-down.svg) top 50% right 10px no-repeat;
	padding: 0 5px;
	background-size: 9px;
	height: auto
}

.ui-datepicker-title select {
	display: inline-block;
	width: 100%;
	background-color: #e7e7e7 !important;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.5);
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.validate-form {
	width: 70%;
	margin: auto;
	border: 1px solid rgba(0,0,0,.2)
}

.validate_logo {
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.2)
}

	.validate_logo img {
		width: 280px
	}

.validate-cont {
	padding: 40px 20px 200px;
	position: relative
}

.img-fluide {
	max-width: 100%
}

.rotate-txt {
	font-size: 59px;
	color: #95b17e;
	text-align: center;
	z-index: 2;
	position: absolute;
	bottom: 66px;
	transform: rotateZ(-21deg);
	left: 50%;
	margin-left: -25%
}

span.Validator {
	color: red
}

html body .RadInput_Default .riTextBox.valid_error {
	border-color: red !important
}

.DatePickerNewDesign {
	width: 100% !important
}

.search-icon-btn {
	position: absolute;
	top: 0;
	right: 45px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #249d6a;
	background: 0 0
}

	.search-icon-btn input[type=submit] {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0
	}

.green-btn {
	background: #249d6a;
	color: #FFF;
}

.green-color {
	color: #249d6a;
}

.search-btn-custom {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup {
	position: relative;
	text-indent: 0 !important;
	font-size: 17px;
	color: #FFF;
	border: 1px solid #249d6a;
	border-left: none !important;
	background: #249d6a !important;
	line-height: 30px;
	height: auto !important;
	width: 32px !important;
	font-family: 'Font Awesome 5 Free';
	margin: 0;
	font-weight: 900
}

.accordion .icon, .calc_mobile_header .icon {
	margin-right: 10px
}

.RadPicker_Default .rcTimePopup {
	border-left: 1px solid #fff !important
}

.search-btn {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	background: #249d6a;
	color: #FFF;
	position: relative
}

	.search-btn i.fa {
		line-height: 32px
	}

	.search-btn input {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0
	}

.RadDateTimePicker .rcCalPopup {
	border-right: none !important
}

.RadPicker_Default .RadInputFocused .rcCalPopup, .RadPicker_Default .RadInputFocused .rcTimePopup, .input_50 .riSingle .riTextBox:focus, .rcFocusTxt {
	border-color: #333 !important;
	background: #e8ece4 !important
}

.RadPicker_Default .RadInputFocused input {
	background: #e8ece4 !important
}

.RadWindow_Telerik .rwShadow .rwControlButtons span, .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
	display: none !important
}

.RadCalendar_Default .rcTitlebar .rcFastNext, .RadCalendar_Default .rcTitlebar .rcFastPrev, .RadCalendar_Default .rcTitlebar .rcNext, .RadCalendar_Default .rcTitlebar .rcPrev, .RadWindow_Telerik .rwControlButtons a, .RadWindow_Telerik .rwShadow .rwControlButtons a, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
	font-family: 'Font Awesome 5 Free';
	background: 0 0 !important;
	position: relative;
	color: #FFF !important;
	line-height: 16px;
	font-weight: 900 !important;
	font-size: 14px !important;
	text-indent: 0 !important
}

.RadWindow .rwControlButtons a {
	line-height: initial !important
}

.ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-hover {
	background: #e7e7e7 !important;
	color: #249d6a !important;
	border: none !important
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
	text-align: center;
	line-height: 1.8em;
	top: 5px !important
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: rgba(0,0,0,.04) !important
}

	.ui-state-default, .ui-widget-content .ui-state-default.ui-state-hover {
		background: rgba(0,0,0,.2) !important
	}

		.ui-state-default.ui-state-highlight, .ui-state-default.ui-state-highlight.ui-state-hover {
			background: #249d6a !important;
			color: #FFF !important
		}

.RadWindow.rwMaximizedWindow .rwMaximizeButton, .RadWindow.rwMinimizedWindow .rwMinimizeButton {
	background: 0 0 !important
}

.RadWindow_Telerik .rwShadow .rwControlButtons a {
	line-height: 16px !important
}

.RadWindow_Telerik .rwControlButtons a {
	line-height: 21px
}

.RadWindow .rwControlButtons {
	margin-top: 3px !important
}

.RadWindow_Telerik .rwShadow .rwControlButtons .rwCloseButton:before {
	content: 'X';
	font-family: Roboto,sans-serif !important;
	font-weight: 400
}

.RadWindow_Telerik .rwShadow .rwControlButtons .rwMaximizeButton:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f2d0';
	font-weight: 400;
	padding-top: 4px;
	width: 22px;
	float: left
}

.RadWindow.rwMaximizedWindow .rwMaximizeButton:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f2d2';
	font-weight: 400;
	width: 22px;
	float: left;
	padding-top: 4px
}

.RadCalendar_Default .rcTitlebar .rcFastNext {
	background: url(images/calendar_icons.png) 0 -20px no-repeat !important;
	border: none !important
}

.RadCalendar_Default .rcTitlebar .rcNext {
	background: url(images/calendar_icons.png) 0 2px no-repeat !important;
	border: none !important
}

.RadCalendar_Default .rcTitlebar .rcFastPrev {
	background: url(images/calendar_icons.png) 0 -63px no-repeat !important;
	border: none !important
}

.RadCalendar_Default .rcTitlebar .rcPrev {
	background: url(images/calendar_icons.png) 0 -41px no-repeat !important;
	border: none !important
}

.RadCalendar .rcTitlebar table, .RadCalendar.RadPicker table.rcTable_Default .rcRow .rcHover, .RadCalendarMonthView_Default .rcSelected a, .RadCalendarMonthView_Default input, .RadCalendarTimeView_Default th, .RadCalendar_Default .rcRow .rcHover, .RadCalendar_Default .rcRow .rcSelected, .ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-hover, table.RadCalendarTimeView td.rcHover a {
	background: #249d6a !important
}

.RadPicker_Default .rcCalPopup:before {
	content: "\f073"
}

.RadPicker_Default .rcTimePopup:before {
	content: "\f017"
}

.accordion:after, .faq .card-body::before {
	content: ''
}

caption {
	padding: 0
}

.RadCalendarTimeView_Default a, .RadCalendarTimeView_Default th, .RadCalendar_Default, .RadCalendar_Default .rcMainTable, .RadCalendar_Default .rcTitlebar table, .RadComboBoxDropDown_Default, .RadToolTip_Default .rtWrapper .rtWrapperContent li a, .RadWindow_Default, table.RadCalendarMonthView_Default {
	font-family: Roboto,sans-serif !important;
	font-size: 1rem !important
}

	.RadCalendarMonthView_Default input, .RadCalendarTimeView_Default th, .RadCalendar_Default .rcRow .rcHover a, .RadCalendar_Default .rcTitlebar, table.RadCalendarTimeView td.rcHover a {
		color: #FFF !important
	}

	.RadCalendar_Default .rcWeek th {
		color: #000 !important
	}

.RadCalendarMonthView_Default a {
	font-size: .9rem !important
}

.form .input_50 label {
	padding-top: 5px
}

.RadPicker table.rcTable {
	width: calc(100% - 30px) !important
}

	.RadDateTimePicker, .RadPicker table.rcTable .riSingle, .RadPicker_Default {
		width: 100% !important
	}

.faq {
	display: inline-block;
	width: 100%
}

.accordion {
	color: #249d6a;
	width: 100%;
	background: 0 0;
	border: none;
	line-height: 1.5;
	position: relative;
	text-align: left;
	padding: .8rem .8rem .8rem 0;
	border-top: 1px solid #ebebeb;
	cursor: pointer;
	display: inline-flex
}

.faq .accordion {
	padding-right: 30px
}

.accordion:first-child {
	border-top: none
}

.accordion:after {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	right: 15px;
	width: 15px;
	height: 15px;
	transform: rotate(-45deg);
	top: 17px;
	transition: all .3s ease-in-out
}

.accordion.active:after {
	transform: rotate(45deg)
}

.accordion .icon {
	font-size: 2rem;
	vertical-align: middle;
	margin-left: 1px;
	height: 30px;
	width: 30px
}

button:focus {
	outline: 0
}

.panel {
	display: none;
	position: relative;
	margin-bottom: 30px
}

.faq .card-body {
	padding: 20px 0 5px 40px;
	font-size: 1rem
}

	.faq .card-body::before {
		border-left: 2px dotted #249d6a;
		position: absolute;
		top: 10px;
		bottom: 0;
		left: 11px
	}

input:focus {
	outline: 0
}

.RadComboBoxDropDown_Default .rcbHovered, .RadComboBoxDropDown_Default .rcbLoading {
	background: #249d6a !important;
	color: #FFF !important
}

.RadComboBoxDropDown .rcbHeader span:before, .RadComboBoxDropDown_Default li.rcbHovered span:before {
	border-color: #FFF;
	color: #249d6a !important;
	background: #FFF !important
}

.RadComboBoxDropDown .rcbHeader {
	background: #249d6a;
	color: #FFF
}

.RadWindow .rwCorner {
	width: 0 !important;
	font-size: 0 !important
}

.RadWindow .rwFooterCenter, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight, .RadWindow .rwTitlebar, .RadWindow .rwTopLeft, .RadWindow .rwTopRight {
	height: 0 !important;
	font-size: 0 !important
}

.RadComboBoxDropDown .rcbHeader span {
	position: relative
}

.TelerikModalOverlay {
	background: #FFF !important;
	opacity: .7 !important
}

.st-key, body .ui-datepicker-header {
	background: #249d6a
}

.stacktable.large-only {
	display: table
}

.table {
	border: 1px solid #d5d5d5
}

.small_viewer_table {
	width: 50% !important
}

.stacktable.small-only {
	display: none
}

.st-key {
	width: 50%;
	color: #fff
}

.st-val {
	width: 50%;
	padding-left: 1%
}

body .ui-datepicker {
	padding: 0;
	border-radius: 0;
	z-index: 9999 !important
}

.input_dv_50 .RadComboBox_Default, .input_dv_50 .RadInput_Default, .input_dv_50 .RadPicker_Default, .two_column.form .input_dv_50 .RadComboBox_Default {
	width: calc(47% - 10px) !important;
	float: left;
	margin-right: 10px
}

.PrintExport a {
	cursor: pointer
}

.calc_mobile_header {
	background: #fff;
	color: #249d6a;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	display: none;
	text-align: initial
}

	.calc_mobile_header.mobile_active {
		background: #249d6a;
		color: #fff;
		border-color: #249d6a
	}

.search_bar .riSingle {
	width: auto !important
}

.search_bar .RadComboBox.small_combo, .search_bar .small-date {
	width: 140px !important
}

.search_bar .RadComboBox, .search_bar .RadInput_Default .riTextBox {
	float: none !important;
	margin-right: .5rem
}

.search_bar .RadPicker {
	margin-right: .5rem
}

.form.search_bar .small-date.RadPicker_Default input[type=text] {
	margin-right: 0;
	width: 100% !important
}

.RadPicker_Default.small-date .rcCalPopup, .RadPicker_Default.small-date .rcTimePopup {
	height: 30px !important
}

.RadPicker.small-date table.rcTable {
	width: 100% !important
}

.RadPicker_Default input[type=text].radPreventDecorate {
	padding: 0 !important
}

.improvements .accordion {
	background: rgba(0,0,0,.03);
	font-size: 1.142rem;
	padding: .6rem 2rem;
	border: 1px solid rgba(0,0,0,.125);
	border-bottom: none;
	color: #333;
	transition: all .3s ease-in
}

	.improvements .accordion.active {
		background: #249d6a;
		color: #FFF
	}

	.improvements .accordion:after {
		top: 14px;
		right: 25px
	}

	.improvements .accordion.active:after {
		top: 10px;
		border-color: #FFF
	}

.improvements {
	border-bottom: 1px solid rgba(0,0,0,.125)
}

	.improvements .panel {
		padding: 1rem 2rem;
		border: 1px solid rgba(0,0,0,.125);
		border-bottom: none;
		margin: 0;
		border-top: none
	}

.i_date, .i_desc {
	border: 1px solid #249d6a
}

.i_title {
	background: #249d6a;
	color: #fff;
	padding: 20px;
	font-size: 1.14rem;
	width: 20%
}

.i_date {
	background: #f7f7f7;
	padding: 10px 30px;
	font-size: 1.42rem;
	color: #249d6a;
	width: 15%
}

	.i_date b {
		font-size: 3rem;
		display: block;
		font-weight: 400;
		line-height: 3rem
	}

.months-cont, .rgPager .rgAdvPart {
	display: none
}

	.months-cont p {
		text-indent: 0 !important;
	}

.i_desc {
	padding: 10px 20px;
	margin-left: -1px;
	width: 65%
}

.grey_bg_m {
	background: #f1f1f1;
	width: calc(100% + 60px);
	float: left;
	margin: -14px -30px 20px;
	padding: 10px 20px
}

.RadToolTip table.rtShadow .rtWrapperTopLeft {
	background: 0 0 !important
}

.pointer {
	cursor: pointer
}

#MainContent_ctrlRadGridExport_tbPrintSender {
	float: right
}

.rgPager, .rgPagerCell {
	text-align: left !important
}

.RadToolTip .rtWrapper td.rtWrapperContent {
	padding: 0 !important
}

.RadToolTip_Default .rtWrapper .rtWrapperContent li a {
	padding: 5px 10px;
	color: #333;
	font-size: 13px !important;
	border-bottom: 1px solid rgba(0,0,0,.1) !important
}

	.RadToolTip_Default .rtWrapper .rtWrapperContent li a:hover {
		background: #249d6a;
		color: #FFF !important
	}

		.RadToolTip_Default .rtWrapper .rtWrapperContent li a:hover i {
			color: #FFF !important
		}

	.RadToolTip_Default .rtWrapper .rtWrapperContent li a img {
		margin-right: 10px
	}

.date_selector {
	text-align: left
}

.UploadValPad {
	width: 100%
}

.date_selector a {
	color: #666;
	border-radius: 3px;
	padding: 5px 15px;
	display: inline-block;
	font-size: 1.14rem;
	min-width: 90px;
	text-align: center;
	margin: 0 2px;
	transition: all .3s ease-in
}

	.date_selector a.active, .date_selector a:hover {
		background: #249d6a;
		color: #FFF;
		text-decoration: none
	}

.RadPicker table.rcTable td {
	vertical-align: top
}

.login-cont i, .login-head i {
	vertical-align: middle
}

.member-search .riSingle {
	width: 100% !important
}

.modal-back {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
	background-color: rgba(0,0,0,.5)
}

.modal-div {
	top: 0;
	position: fixed;
	left: 50%;
	width: 700px;
	z-index: 9999;
	background: #fff;
	transform: translateX(-50%)
}

.surveyBody, .surveyResult {
	padding: 20px 15px
}

.txtNotes {
	border: 1px solid #ccc !important
}

.request-feedback {
	width: 100%;
	margin: auto;
	padding: 15px 0;
	text-align: center
}

	.request-feedback .happyFace, .request-feedback .normalFace, .request-feedback .sadFace {
		width: 120px;
		height: 120px;
		border: 1px solid #ccc;
		cursor: pointer;
		display: inline-block;
		margin: 0 30px;
		text-align: center
	}

		.request-feedback .happyFace.face, .request-feedback .happyFace:hover {
			border-color: #249d6a;
			color: #249d6a
		}

		.request-feedback .normalFace.face, .request-feedback .normalFace:hover {
			border-color: #efb307;
			color: #efb307
		}

		.request-feedback .sadFace.face, .request-feedback .sadFace:hover {
			border-color: #f25050;
			color: #f25050
		}

	.request-feedback i {
		line-height: 120px;
		font-size: 70px
	}

.modal-header {
	background: #249d6a;
	color: #FFF;
	font-size: 1.4rem;
	padding: 5px 15px;
	border-radius: 0
}

	.modal-header label {
		margin: 0
	}

.feedback-btn {
	padding: .4rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	border: 1px solid #249d6a;
	color: #249d6a;
	background: #FFF;
	min-width: 80px;
	margin-right: .5rem;
	transition: all .3s ease-in-out;
	cursor: pointer;
	height: 32px
}

	.feedback-btn.green-button, .feedback-btn:hover {
		background: #249d6a;
		color: #FFF
	}

	.feedback-btn:hover {
		text-decoration: none
	}

	.feedback-btn.green-button:hover {
		background: #333
	}

.wizard > .content, .wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover, .wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover, .wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
	background: 0 0 !important
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
	margin: 0 !important
}

.wizard > .steps li::before {
	left: -50px;
	top: 15px
}

.wizard > .steps li i, .wizard > .steps li p {
	float: left
}

.black {
	color: #000
}

.wizard > .steps li .step-txt {
	font-size: 1.2rem
}

.wizard > .content h4 {
	margin: 0
}

.wizard > .content {
	border: none;
	margin: 0 !important;
	border-radius: 0 !important
}

	.wizard > .content > .body {
		padding: 0 !important;
		width: 100% !important;
		height: auto !important;
		border: 1px solid #249d6a
	}

.login-main {
	border: 1px solid rgba(0,0,0,.13)
}

.wizard > .steps li a {
	opacity: 1
}

.wizard > .steps .number {
	display: none !important
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover {
	opacity: .2;
	color: #FFF !important
}

.wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
	opacity: .5;
	color: #FFF !important
}

.wizard > .steps li span {
	font-size: 1rem;
	display: block
}

.login-cont, .login-cont .button-link {
	display: inline-block
}

.member-login .login-main {
	border: none
}

.member-login .smart-login > div {
	border-bottom: none
}

.member-login .login-cont {
	border: 0px solid rgba(0,0,0,.13);
	border-top: none;
	position: relative;
	background: #FFF
}

.member-login .login-inner, .member-two {
	padding: 0 15px;
	border-radius: 0 0 60px 0;
}

.member-login .msg {
	background: #FFF;
	margin: 0 15px;
	width: calc(100% - 30px)
}

.login-head {
	background: #249d6a;
	color: #FFF;
	position: relative;
	padding: .75rem 1rem
}

	.login-head i {
		font-size: 1.42rem;
		margin-right: 8px
	}

.member_update .heading::after, .member_update .open.heading::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	position: absolute;
	right: 15px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	top: 10px;
	transition: all .3s ease-in-out
}

.login-head.in-active {
	background: #f3f3f3;
	color: #333
}

.member_update .heading::after {
	border-color: #333;
	transform: rotate(-45deg);
	top: 15px
}

.member_update .open.heading::after {
	border-color: #333
}

.login-cont {
	padding: 0rem 2rem 2rem 2rem;
	text-align: center;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

	.login-cont .login i {
		position: absolute;
		top: 10px;
		left: 16px;
		font-size: 20px;
	}

.e-login .login i {
	left: 24px !important;
}


.e-login .login-content {
	height: 50%;
}

.login-cont .input_dv, .modal-content .input_dv {
	width: 100%;
	position: relative;
	/*float: left;*/
	padding: 0;
	margin-top: 20px;
	text-align: left
}

	.RadAjaxPanel, .fullwidth, .login-cont .input_dv .riSingle {
		width: 100% !important
	}

.no-border {
	border: none !important
}

.position-right {
	position: absolute;
	top: 8px;
	right: 20px
}

.login-cont .input_dv .RadInput_Default .riTextBox {
	width: 100% !important;
	padding-left: 35px !important;
	height: 42px;
}

.fullwidth {
	padding: .375rem .75rem !important
}

.contact-items {
	padding-bottom: 20px
}

	.contact-items .contact-item {
		border-bottom: 1px solid #ccc !important;
		padding: 15px 0 5px;
		text-align: left
	}

.contact-item-wrapper {
	position: relative
}

.contact-item .custom-radio input[type=radio] {
	z-index: 1;
	top: 8px
}

.contact-items .contact-item i {
	float: right;
	margin-top: 10px
}

.three-inputs .inner-inputs {
	width: 33.33333%;
	float: left
}

.custom-control.custom-chk-icons label:before {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	margin-top: -1px;
	border: none;
	border: none !important;
	text-align: center;
	color: #e8ece4;
}

.custom-control.custom-chk-icons.services label:before {
	content: "\f0ad" !important;
}

.custom-control.custom-chk-icons.industrial label:before {
	content: "\f275" !important;
}

.custom-control.custom-chk-icons.commercial label:before {
	content: "\f155" !important;
}

.custom-control.custom-chk-icons.others label:before {
	content: "\f05a" !important;
}

.custom-control.custom-chk-icons.business_type label:before {
	content: "\f0b1" !important;
}

.custom-control.custom-chk-icons input:checked + label::before {
	background: none !important;
	color: #249d6a;
}

.custom-control.custom-chk-icons input:checked + label::after {
	content: '';
}


@media screen and (max-width:1025px) {
	.calc_page {
		width: 100%;
		padding: 0 15px
	}

	.tabs_verticle ul.nav li a {
		width: 200px;
		line-height: normal
	}

	.service-tabs .responsive-tabs-container ul li a {
		width: 100%
	}

	.tabs_verticle .tab-content {
		width: calc(100% - 200px)
	}

	.service-tabs .tab-content {
		width: 100%
	}

	.wizard > .steps li .step-txt {
		display: none
	}

	.wizard > .steps li .icon {
		font-size: 1.5rem;
		padding-bottom: 10px
	}

	.wizard > .steps li::before {
		transform: rotate(45deg) scale(.5);
		top: 5px
	}

	.wizard > .content .grey_bg {
		padding: 15px 60px !important
	}
}

@media screen and (max-width:900px) {
	.PopupHeaderRow .PrintExport, .mobile-hide {
		display: none !important
	}

	.mobile-show {
		display: block !important
	}

	div.RadGrid colgroup {
		width: 100%;
		float: left
	}

	.RadWindow_Default, .RadWindow_Telerik {
		width: 100vw !important;
		left: 0 !important;
		transform: none !important
	}

	.rwWindowContent > div {
		width: 100% !important;
		height: auto;
		padding-bottom: 20px
	}

	.two_column .col-md-7 {
		padding-right: 15px
	}

	.steps li h3 {
		display: none
	}

	.steps li::before {
		width: 20px;
		height: 20px
	}

	.steps li {
		padding-left: 20px
	}

		.steps li .icon {
			font-size: 1.42rem
		}

		.steps li span {
			padding-top: 5px;
			display: inline-block
		}

		.steps li a {
			padding: 10px 15px
		}

	.age_input p, .gender_purchase_result, .gender_result {
		position: inherit !important;
		transform: translate(0,0) !important;
		float: none !important;
		line-height: 24px !important
	}

	.request_results .grey_bg {
		margin: 0 10px
	}

	.form .col-md-8 {
		display: block;
		float: left;
		margin-bottom: 20px
	}

		.form .col-md-8 .custom-control {
			width: 100%
		}

	.input_50 .col-md-5, .input_50 .col-md-7 {
		flex: 100%;
		max-width: 100%
	}
}

@media screen and (min-width:768px) {
	.rttPrintOptions {
		left: 50% !important;
		transform: translate(-50%)
	}

	.divNotifyMsg {
		width: 100% !important
	}
}

@media screen and (max-width:767px) {
	.HeaderSection .HeaderTitle {
		width: 100% !important;
		text-align: left !important
	}

	.rad-chart {
		width: 100%;
		overflow: auto
	}

	.rad-chart-inner {
		width: 700px
	}

	.TelerikModalOverlay {
		position: fixed !important;
		width: 100vw !important
	}

	.rgPager .rgNumPart a, .rgPager td a, .rgPager td > a > span {
		margin-bottom: 20px
	}

	.search-icon-btn {
		right: 15px
	}

	.RadGrid {
		width: 100% !important
	}

	.pension_id_left, .pension_id_right {
		width: 100%
	}

	.custom-radio.pension-id label {
		width: 50%
	}

		.custom-radio.pension-id label:before {
			font-size: 1.5rem;
			line-height: 2.5rem
		}

		.custom-radio.pension-id label:after {
			bottom: -30px;
			transform: rotate(90deg) !important;
			top: inherit;
			right: inherit;
			left: 50% !important
		}

	.input_container {
		width: 50%;
		float: left;
		flex-direction: column
	}

	.track-btns {
		width: 100%
	}

	.track-btns-center {
		text-align: center
	}

	.input_container .col-md-2 {
		width: 100%;
		margin: 0
	}

	.mobilebefore td:before {
		display: none !important
	}

	.RadGrid .table thead, .inbox_table tr:nth-child(even) td.rgExpandCol {
		display: none
	}

	.rttPrintOptions {
		width: 300px;
		left: 50% !important;
		transform: translate(-50%)
	}

	body {
		padding: 15px
	}

	.button-link {
		margin-bottom: 15px
	}

	.form_hbg {
		font-size: 1.05rem;
		padding-right: 20px;
		text-align: initial
	}

	.wizard > .content .grey_bg {
		padding: 15px !important
	}

	#tableHeaders .tdHeadButtons {
		float: left;
		text-align: left
	}

		#tableHeaders .tdHeadButtons .button-link {
			width: 100%;
			margin-bottom: 15px
		}

	.wizard > .content > .body {
		position: static !important
	}

	.wizard > .steps li::before {
		left: -35px !important;
		top: 13px
	}

	.form .col-md-8 .offset-3 {
		margin-left: 0
	}

	.summaryform1 {
		overflow: hidden
	}

	.inbox_table tr:nth-child(even) td {
		width: 100%;
		float: left
	}

	.inbox_table tr td.cellHeader {
		padding-bottom: 0;
		border-bottom: none;
		font-weight: 700
	}

	.inbox_table tr td.cellValue {
		padding-top: 3px;
		border-top: none
	}

	.validate-form {
		width: 100%;
		margin-top: 20px
	}

	.rotate-txt {
		transform: rotateZ(-21deg);
		margin-left: -50%;
		bottom: 100px
	}

	.modal-div {
		left: 50%;
		width: 80%;
		transform: translateX(-50%)
	}

	.TabbedView, div.RadGrid .table {
		-webkit-overflow-scrolling: touch !important;
		-webkit-transform: translate3d(0,0,0) !important
	}

	.input_dv_50 .RadInput_Default {
		margin-bottom: 10px
	}

	.request-feedback i {
		font-size: 40px;
		line-height: 60px
	}

	.request-feedback .happyFace, .request-feedback .normalFace, .request-feedback .sadFace {
		width: 25%;
		margin: 0 3%;
		height: auto
	}

	.main_improv .d-flex {
		flex-direction: column
	}

	.i_date b {
		display: inline
	}

	.i_date, .i_date b {
		font-size: 1.2rem;
		line-height: 1.2rem
	}

	.i_date, .i_desc, .i_title {
		width: 100%;
		padding: 8px 15px
	}

	.improvements .panel {
		padding: 1rem
	}

	.tfoot-none tfoot {
		display: none
	}

	.grey_bg_m {
		margin: -14px 0 20px;
		width: 100%
	}

	h2 {
		font-size: 1.4rem;
		margin-bottom: 15px;
		word-break: break-word
	}

	h3 {
		font-size: 1.3rem
	}

	.date_selector a {
		font-size: 1rem;
		min-width: 80px
	}

	.i_desc {
		margin: 0;
		border-top: none
	}

	.search_bar {
		padding: 15px !important
	}

		.label_brdr, .search_bar .small-date {
			width: 100% !important
		}

	div.RadGrid .table {
		table-layout: auto !important;
		border: none
	}

	.TabbedView {
		width: 100%;
		float: left
	}

	div.RadGrid .table .rgAltRow, div.RadGrid .table .rgRow {
		margin-bottom: 10px;
		width: 100%;
		display: inline-block;
		float: left;
		border: 1px solid #cdcdcd
	}

		div.RadGrid .table .rgAltRow > td, div.RadGrid .table .rgFooter > td, div.RadGrid .table .rgRow > td {
			float: left;
			word-break: break-word;
			white-space: normal;
			border: none;
			border-top: 1px solid #cdcdcd;
			position: relative;
			padding-left: 320px;
			width: 100% !important
		}

			div.RadGrid .table .rgAltRow > td:before, div.RadGrid .table .rgRow > td:before {
				float: left;
				width: 300px;
				bottom: 0;
				margin-left: -320px;
				padding-left: 10px;
				color: #FFF;
				text-align: left;
				z-index: 999;
				position: relative
			}

			div.RadGrid .table .rgAltRow > td:after, div.RadGrid .table .rgRow > td:after {
				background: #249d6a;
				content: '';
				position: absolute;
				width: 300px;
				left: 0;
				top: 0;
				bottom: 0
			}

			div.RadGrid .table .rgAltRow > td:first-child, div.RadGrid .table .rgRow > td:first-child {
				border: 0
			}

	.RadGrid .table .rgAltRow td:before, .RadGrid .table .rgRow td:before {
		content: attr(data-title)
	}

	.RadGrid .table.chk-table tr td:first-child:before {
		display: none !important
	}

	.stacktable.large-only {
		display: none
	}

	.stacktable.small-only {
		display: table
	}

	.stacktable td:before {
		display: none
	}

	.stacktable .st-key {
		width: 50%
	}

	.FloatOnSide table {
		width: 100%
	}

	.stacktable tr {
		margin: 0;
		display: table-row !important
	}

	.form .col-md-8 .offset-2, .form .col-md-8 .offset-5 {
		margin: 0
	}

	.stacktable td {
		padding: 5px 10px !important;
		display: table-cell !important
	}

	.col-md-8 table#MainContent_rblGetStatus td {
		width: 100%;
		float: left
	}

	.request_results .body .d-flex, .request_results .body .row {
		display: block !important
	}

	.request_results .body p br, .responsive-tabs-container.accordion-xs .nav-tabs {
		display: none
	}

	.request_results .body {
		padding: 15px
	}

		.request_results .body .grey_bg {
			width: calc(100% - 30px);
			margin: 0 15px 15px
		}

	.form {
		-ms-width: 100% !important
	}

		.form .RadComboBox_Default, .form .RadComboBox_Default input[type=text], .form input[type=password], .form input[type=text], .form select, .form textarea, .input, .track-mobile, .track-mobile table, .two_column .input, html body .RadInputMgr_Default, html body .RadInput_Default .riTextBox {
			width: 100% !important
		}

	.service-tabs ul.responsive-tabs {
		display: block !important
	}

	.service-tabs .responsive-tabs-container.accordion-xs .accordion-link, .tabs_verticle .tab-content .calc_page h3 {
		display: none
	}

	.tabs_verticle .tab-content {
		width: 100%;
		padding: 1.25rem
	}

		.tabs_verticle .tab-content .accordion-link.active {
			background: #249d6a;
			color: #fff;
			border-color: #249d6a
		}

		.tabs_verticle .tab-content .accordion-link .icon {
			margin-right: 10px;
			vertical-align: middle;
			font-size: 1.71rem
		}

		.tabs_verticle .tab-content .accordion-link {
			color: #249d6a;
			background: #fff
		}

	.service-tabs .tab-content {
		padding: 2rem 0 0
	}

	.RadCaptcha.RadCaptcha_Default, .RadComboBox_Default, .RadPanelBar_Default, .RadPicker table.rcTable, .RadUpload .ruInputs, .fluid, .form .RadPanelBar_Default, .input_dv_50 .RadInput_Default, .riSingle, .rpTemplate .two_column .riSingle, .two_column .ContactNumber, .two_column .col-md-7 .w-100, .two_column.form .RadComboBox_Default {
		width: 100% !important
	}

	.input_dv_50 .RadComboBox_Default, .input_dv_50 .RadInput_Default, .input_dv_50 .RadPicker_Default, .two_column.form .input_dv_50 .RadComboBox_Default {
		width: 50% !important;
		margin: 0
	}

		.input_dv_50 .RadComboBox_Default:first-child, .input_dv_50 .RadInput_Default:nth-child(odd), .input_dv_50 .RadPicker_Default:first-child, .two_column.form .input_dv_50 .RadComboBox_Default:first-child {
			padding-right: 10px
		}

	.calc_mobile_header {
		display: block;
		margin-top: 10px;
		margin-bottom: 0;
		background: #f8f8f8;
		text-align: center;
		position: relative
	}

		.calc_mobile_header.mobile_active:after {
			position: absolute;
			left: 50% !important;
			background: 0 0 !important;
			border: 15px solid transparent;
			border-left: 15px solid #249d6a;
			content: '';
			bottom: -30px;
			margin-left: -10px;
			opacity: 1 !important;
			width: auto !important;
			transform: rotate(90deg) !important
		}

	.calc_bar .input, .no-border-left {
		border-radius: 0 !important
	}

	.calc_mobile_header .icon {
		display: block;
		font-size: 2.5rem;
		margin-bottom: 10px
	}

	.ajax__tab_header, .calc-table .grid_tableStyle:first-child {
		display: none
	}

	.calc_tab-main .ajax__tab_body {
		background: 0 0;
		padding: 0
	}

	.calc_tab-main .ajax__tab_panel {
		background: #f8f8f8;
		padding: 20px 15px 0
	}

	.RadWindow .rwTitleRow em {
		white-space: pre-wrap !important;
		width: auto !important
	}

	.calc_bar .input {
		line-height: 32px
	}

	.calc_page h3 {
		font-size: 1.1rem;
		margin-top: 15px;
		margin-bottom: 15px
	}

		.calc_page h3 .icon {
			font-size: 1.6rem
		}

	.calc_results li {
		margin-top: 5px
	}

		.calc_results li span {
			display: inline-block;
			width: 100%
		}

	.ajax__tab_body {
		width: 100%
	}

	.search_bar .RadComboBox, .search_bar .RadComboBox.small_combo, .search_bar .RadInput_Default .riTextBox, .search_bar .riSingle {
		width: 100% !important
	}

	.search_bar .RadComboBox, .search_bar .RadInput_Default .riTextBox {
		margin-bottom: 10px !important
	}

	.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
		width: 100%;
		border-bottom: 1px solid #fff
	}

	.smtabs .RadTabStrip_Default .rtsLI {
		width: auto !important;
		border-bottom: none !important
	}

	.RadTabStrip_Default.inbox-tab li.rtsLI, .tabGuideline .RadTabStrip_Default .rtsLI {
		width: 50%
	}

	.RadTabStrip_Default.inbox-tab .rtsLevel .rtsLink, .RadTabStrip_Default.inbox-tab .rtsLevel .rtsOut {
		padding: 5px 0
	}

	.inbox-tab .rtsLevel .rtsOut {
		font-size: 1rem !important
	}

	.RadTabStrip_Default.inbox-tab, .RadTabStrip_Default.inbox-tab ul.rtsUL {
		width: 100%
	}

	.RadTabStrip .rtsLevel {
		top: 0 !important
	}

	.guidelines_main {
		padding: 10px
	}
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.RadToolTip .rtWrapper td.rtWrapperContent .PrintOptions {
		width: 500px
	}
}

@media screen and (max-width:639px) {
	.progress_bar.progress_input a {
		position: absolute;
		bottom: 3px;
		right: 5px;
		z-index: 999
	}

	.ValidationSummary_Default, .val-summaryNew {
		margin: 50px 0
	}

	.certificate_btns .btn {
		width: 100%;
		margin: 20px 0;
		float: left
	}

	.result-msg {
		font-size: 16px;
		word-break: break-all
	}

	.ResetImg {
		position: absolute;
		top: -2px;
		right: -12px
	}

	.myprofile_bar .mp_text {
		height: 100%;
		padding: 10px 0
	}

	.request-success {
		width: 100% !important
	}

	.RadWindow .rwShadow .rwBodyLeft, .RadWindow .rwShadow .rwBodyRight, .RadWindow .rwShadow .rwFooterLeft, .RadWindow .rwShadow .rwFooterRight, .RadWindow .rwShadow .rwTopLeft, .RadWindow .rwShadow .rwTopRight, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight {
		width: 0 !important
	}

	.progress_bar.progress_input::after {
		left: 0;
		top: inherit;
		bottom: 0;
		min-width: 100%;
		width: 100%;
		height: 42px
	}

	#tableHeaders .tdHeadButtons {
		width: 100% !important
	}

	.input_container {
		width: 100%
	}

	.btn_combo > table {
		width: calc(100% - 50px) !important
	}

	.track-radio td {
		width: 100%;
		float: left;
		text-align: left
	}

	.calc_bar, .calc_bar .d-flex {
		flex-direction: column
	}

	.custom-select, .ui-datepicker-title select {
		height: 32px
	}

	.steps li span {
		display: none
	}

	#TypeOfPaymen {
		position: static;
		transform: translate(0,0);
		float: none;
		line-height: 23px
	}

	.steps li .icon {
		font-size: 2.14rem
	}

	.form_viewer.table_body > .row {
		padding: 0;
		background: 0 0
	}

	.form_viewer .input_50 {
		padding: 10px 15px
	}

		.form_viewer .input_50:nth-child(2) {
			background: #f7f7f7
		}

	.calc_label, .d-flex > .calc_label {
		border-radius: 3px 3px 0 0
	}

	.calc_bar input[type=submit], .progress_bar.progress_input .calPurc_txtBoxStyle, .progress_bar.progress_input .cal_txtBoxStyle, .resultm {
		height: 36px;
		width: calc(100% - 6px)
	}

	.progress_bar .slider.slider-horizontal {
		width: auto
	}

	.input_50 {
		width: 100%;
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px
	}

	div.RadGrid .table .rgAltRow > td, div.RadGrid .table .rgFooter > td, div.RadGrid .table .rgRow > td {
		padding-left: 220px;
		min-height: 36px
	}

		div.RadGrid .table .rgAltRow > td:before, div.RadGrid .table .rgRow > td:before {
			width: 200px;
			margin-left: -220px
		}

		div.RadGrid .table .rgAltRow > td:after, div.RadGrid .table .rgRow > td:after {
			width: 200px
		}

	.smtabs .RadTabStrip_Default .rtsLevel .rtsLink {
		padding: 5px 0 !important;
		margin-bottom: -1px
	}
}

.af_goImageLink_image {
	margin-top: 10px
}

.af_goImageLink_image, .mbr-lgn .smart-lgntxt {
	max-width: 342px !important;
	width: 100%
}

@media screen and (max-width:479px) {
	.access_denied {
		width: 100%
	}

		.access_denied h2 {
			margin: 0
		}

	.custom-table .table {
		table-layout: auto !important;
		border: none
	}

		.custom-table .table thead {
			display: none
		}

		.custom-table .table tr {
			margin-bottom: 10px;
			width: 100%;
			display: inline-block;
			border: 1px solid #cdcdcd
		}

		.custom-table .table td {
			display: block;
			word-break: break-all;
			border: none;
			border-top: 1px solid #cdcdcd;
			position: relative;
			padding-left: 160px;
			width: 100% !important
		}

			.custom-table .table td:before {
				display: inline-block;
				width: 150px;
				bottom: 0;
				margin-left: -160px;
				padding-left: 10px;
				color: #FFF;
				text-align: left;
				z-index: 999;
				position: relative
			}

	.calc_results li br, .steps li span {
		display: none
	}

	.custom-table .table td:after {
		background: #249d6a;
		content: '';
		position: absolute;
		width: 150px;
		left: 0;
		top: 0;
		bottom: 0
	}

	.custom-table .table td:first-child {
		border: 0
	}

	.custom-table .table td:before {
		content: attr(data-title)
	}

	div.RadGrid .table .rgAltRow > td, div.RadGrid .table .rgFooter > td, div.RadGrid .table .rgRow > td {
		padding-left: 135px;
		width: calc(100vw - 55px) !important;
		word-break: break-word;
		padding-right: 10px
	}

	#tableHeaders .tdHeadButtons .button-link {
		width: 100%
	}

	div.RadGrid .table .rgAltRow > td:before, div.RadGrid .table .rgRow > td:before {
		width: 125px;
		margin-left: -130px
	}

	div.RadGrid .table .rgAltRow > td:after, div.RadGrid .table .rgRow > td:after {
		width: 130px
	}

	.tabs_verticle .tab-content .radioBtn .btn {
		margin: 0;
		border-radius: 3px !important;
		border-top: 1px solid
	}

	.calc_results ul {
		flex-direction: column
	}

	.calc_results li {
		width: 100%;
		padding: 5px 10px
	}

	.tabs_verticle ul li {
		text-align: left;
		margin-bottom: 1px
	}

	.tabs_verticle .tab-content .btn {
		min-width: 108px
	}

	.results_bg {
		font-weight: 400;
		font-size: 1rem;
		padding: 10px 25px
	}

	.tooltip_content {
		width: 260px;
		margin-left: -150px
	}

		.tooltip_content::after {
			margin-left: 10px
		}

	.stacktable td {
		padding: 5px 10px
	}

	.reports .fas {
		margin-right: 10px
	}

	.table_accordion .card h5 .btn.collapsed::after, .table_accordion .card h5 .btn::after {
		right: 20px
	}

	.table_accordion .card-body .fas {
		margin: 0 5px 0 0
	}

	.steps li .icon {
		font-size: 2.14rem
	}

	.smtabs .RadTabStrip .rtsIn, .smtabs .RadTabStrip_Default .rtsLevel .rtsOut {
		padding: 5px 0 !important
	}

	.member-login .login-cont {
		padding: 0 15px;
		border-radius: 0px 0px 60px 0px;
	}
}

.rgPager .rgNumPart, .rgPager input {
	margin-top: 4px
}

.rgPager .rgWrapAll {
	float: right
}

.rgPager .rgArrPart1, .rgPager .rgArrPart2, .rgPager .rgNumPart {
	float: left;
	margin-bottom: 10px
}

.rgPager .rgCurrentPage:hover {
	color: #fff
}

.rgPager .rgOtherNum, .rgPager input {
	background: #e5e5e5;
	border-radius: 0 !important;
	width: 28px;
	margin-right: 3px;
	padding: 4px 8px;
	text-align: center;
	color: #000;
	text-decoration: none
}

	.rgPager input[type=submit]:hover {
		background-color: #249d6a;
		background-image: url(images/table_page_arws.png)
	}

.rgPager .rgNumSep {
	display: none
}

.table.riSingle {
	display: table
}

.rgPager .rgNumPart a, .rgPager td a, .rgPager td span, .rgPager td > a > span {
	margin-right: 3px;
	text-decoration: none;
	width: 25px;
	background: #e5e5e5;
	line-height: 25px;
	display: inline-block;
	color: #333;
	padding: 0;
	text-align: center
}

.rgPager td span {
	background: #249d6a;
	color: #FFF
}

	.rgPager td span.PagerText {
		background: none;
		color: #333;
		width: auto;
	}

.rgPager a:hover.rgOtherNum {
	background: #249d6a !important;
	color: #fff
}

.rgPager a.rgCurrentPage, .rgPager td > a > span {
	background: #249d6a;
	color: #fff;
	border-color: #249d6a
}

.rgPager input {
	border-radius: 0 !important;
	float: left;
	width: 25px;
	height: 25px;
	min-width: 25px;
	text-indent: 999px;
	overflow: hidden;
	border: none;
	background-image: url(images/table_page_arws.png);
	color: transparent
}

.rgPager > td > table {
	float: right
}

.rgPager input.rgPagePrev {
	background-position: 2px 1px !important
}

	.rgPager input.rgPagePrev:hover {
		background-position: -26px 1px !important
	}

.rgPager input.rgPageFirst {
	background-position: 2px -24px !important
}

	.rgPager input.rgPageFirst:hover {
		background-position: -26px -24px !important
	}

.rgPager input.rgPageNext {
	background-position: -26px -51px !important
}

	.rgPager input.rgPageNext:hover {
		background-position: 2px -51px !important
	}

.rgPager input.rgPageLast {
	background-position: -26px -76px !important
}

	.rgPager input.rgPageLast:hover {
		background-position: 2px -76px !important
	}

.rgPager .riSingle {
	width: 40px !important;
	float: left;
	margin-right: 20px
}

	.rgPager .riSingle .riTextBox {
		width: 50px !important;
		float: left;
		text-align: center
	}

.Hide, .hide {
	display: none
}

.download-icons {
	width: 100%;
	display: inline-block
}

	.download-icons .fas {
		font-size: 18px;
		margin-left: 5px
	}

.ctabs .RadMultiPage {
	border: 1px solid #249d6a;
	margin-bottom: 10px;
	padding: 20px
}

.switch {
	position: relative;
	height: 34px;
	width: 180px
}

.switch-label {
	position: relative;
	z-index: 2;
	float: left;
	width: 88px;
	color: #333;
	text-align: center;
	cursor: pointer;
	padding: 0 !important
}

	.switch-label i {
		font-size: 1.8rem;
		line-height: 32px
	}

.switch-label-off {
	padding-left: 2px
}

.switch-label-on {
	padding-right: 2px
}

.switch-input {
	display: none
}

	.switch-input:checked + .switch-label, .switch-input[checked=checked] + .switch-label {
		color: #FFF;
		-webkit-transition: .15s ease-out;
		-moz-transition: .15s ease-out;
		-ms-transition: .15s ease-out;
		-o-transition: .15s ease-out;
		transition: .15s ease-out;
		-webkit-transition-property: color,text-shadow;
		-moz-transition-property: color,text-shadow;
		-ms-transition-property: color,text-shadow;
		-o-transition-property: color,text-shadow;
		transition-property: color,text-shadow
	}

	.switch-input:checked + .switch-label-on ~ .switch-selection {
		left: 90px
	}

	.switch-input:focus + .switch-label {
		background-color: #333 !important
	}

.RadPanelBar_Default .rpFirst a.rpLink:focus {
	outline: #249d6a solid 1px !important;
	background: #ccc !important
}

.switch-selection {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 32px;
	border-radius: 3px;
	background-color: #249d6a;
	-webkit-transition: left .15s ease-out;
	-moz-transition: left .15s ease-out;
	-ms-transition: left .15s ease-out;
	-o-transition: left .15s ease-out;
	transition: left .15s ease-out
}

.RadMultiPage .rmpView {
	height: 100% !important
}

.ctabs {
	font-family: Roboto,sans-serif !important
}

.RadTabStrip .rtsLevel {
	top: 1px !important
}

.rtsLink {
	background: #249d6a;
	border: 0;
	color: #fff !important;
	padding: 7px 25px;
	font-size: 16px !important;
	border-bottom: 1px solid #249d6a;
	text-decoration: none !important
}

.RadTabStrip_Default .rtsLevel .rtsLink, .RadTabStrip_Default .rtsLevel .rtsOut {
	background-image: none !important;
	padding: 5px 10px
}

.RadListBox_Default .rlbButton .rlbButtonBL, .RadListBox_Default .rlbButton .rlbButtonBR, .RadListBox_Default .rlbButton .rlbButtonTL, .RadListBox_Default .rlbButton .rlbButtonTR, .RadListBox_Default .rlbDisabled:hover .rlbButtonBL, .RadListBox_Default .rlbDisabled:hover .rlbButtonBR, .RadListBox_Default .rlbDisabled:hover .rlbButtonTL, .RadListBox_Default .rlbDisabled:hover .rlbButtonTR {
	background-image: none !important
}

.RadListBox_Default .rlbButtonText {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 12px;
	text-align: center;
	background-image: none !important;
	border: 1px solid #249d6a;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	font-size: 14px;
	top: 0
}

.RadListBox_Default .rlbButton {
	position: relative
}

	.RadListBox_Default .rlbButton .rlbButtonText:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		line-height: 18px
	}

.RadListBox_Default .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText:before, .RadListBox_Default .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText:before, .RadListBox_Default .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText:before {
	content: '\f105'
}

.RadListBox_Default .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText:before, .RadListBox_Default .rlbButtonAreaRight .rlbTransferTo .rlbButtonText:before, .RadListBox_Default .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText:before {
	content: '\f104'
}

.RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText:before, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText:before {
	content: '\f101'
}

.RadListBox_Default .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText:before, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText:before {
	content: '\f100'
}

.RadTabStrip_Default .rtsLevel .rtsLink.rtsSelected {
	border: 1px solid #249d6a;
	border-bottom: none;
	background: #fff;
	color: #000 !important
}

.RadTreeView_Default .rtIndeterminate, .RadTreeView_Default .rtUnchecked {
	background: #fff;
	background-image: none !important;
	border: 1px solid #249d6a
}

.inbox-tab .rtsLevel .rtsLink.rtsSelected {
	color: #249d6a !important
}

.inbox-tab .rtsLevel .rtsOut {
	padding: 2px;
	font-size: 1.2rem
}

.RadListBox .rlbText, .RadTreeView .rtIn {
	font-family: Roboto,sans-serif !important;
	font-size: .9rem !important;
	border: 0 !important
}

.rtHover, .rtSelected {
	background: #e8e8e8
}

.RadTreeView_Default .rtHover .rtIn, .RadTreeView_Default .rtSelected .rtIn {
	border: none;
	background: 0 0 !important;
	color: #000 !important
}

.RadTreeView .rtMinus, .RadTreeView .rtPlus {
	margin: 9px 6px 0 -17px
}

.RadTreeView .rtIn {
	padding: 0 0 0 1.8rem !important
}

.RadTreeView_Default .rtMinus, .RadTreeView_Default .rtPlus {
	background: #249d6a !important;
	width: 16px !important;
	height: 16px !important;
	color: #FFF !important;
	position: relative;
	margin: 3px 6px 0 -22px !important
}

	.RadTreeView_Default .rtMinus:before, .RadTreeView_Default .rtPlus:before {
		position: absolute;
		width: 100%;
		line-height: 13px;
		left: 0;
		right: 0;
		font-size: 18px;
		font-weight: 600;
		text-align: center
	}

.download_format, .download_format a i {
	line-height: 30px
}

.RadTreeView_Default .rtPlus:before {
	content: '+'
}

.RadTreeView_Default .rtMinus:before {
	content: '-'
}

.rqd {
	color: red
}

.Description p {
	font-weight: 600
}

.member_update .item {
	border-bottom: 2px solid #fff
}

.member_update {
	cursor: default;
	width: 100%
}

	.member_update .heading {
		cursor: pointer;
		position: relative
	}

.content2 {
	display: none
}

.download_format {
	display: inline-flex;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-left: 5px;
	max-height: 30px
}

	.download_format a {
		padding: 0 9px;
		border-left: 1px solid #ccc;
		font-size: 16px;
		transition: all .3s ease-in;
		position: relative
	}

		.RadListBox_Default .rlbItem.rlbActive, .RadListBox_Default .rlbItem.rlbHovered, .download_format a:hover, .print-btn:hover a {
			color: #fff !important;
			background: #249d6a !important
		}

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt {
	padding: 0
}

.RadTabStrip .rtsLink {
	padding: 5px 15px;
	border-left: 1px solid #FFF
}

.download_format span {
	padding: 0 8px;
	color: #249d6a;
	font-size: .92rem
}

.dl_grid {
	padding-left: 0;
	line-height: inherit;
	max-height: 30px;
	margin-bottom: 10px
}

	.dl_grid a {
		float: left
	}

		.dl_grid a i {
			line-height: 29px;
			margin-left: 0 !important
		}

	.dl_grid span {
		line-height: 30px
	}

.request-success {
	width: 500px;
	margin: 70px auto auto;
	position: relative;
	background: #e8ece4
}

.success-inner {
	padding: 80px 0 0
}

.request-success:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	position: absolute;
	width: 100px;
	height: 100px;
	background: #249d6a;
	color: #FFF;
	content: '\f164';
	border-radius: 100%;
	text-align: center;
	font-size: 50px;
	line-height: 90px
}

.request-success .success-inner p {
	padding: 10px 20px 5px;
	font-size: 1rem;
	font-weight: 600
}

	.request-success .success-inner p:empty {
		display: none
	}

.RadToolTip, .RadToolTip * {
	box-sizing: inherit !important;
	font-family: Roboto,sans-serif !important;
	z-index: 999999 !important
}

	.RadToolTip, .RadToolTip i {
		font-family: 'Font Awesome 5 Free' !important
	}

.action_items ul li {
	list-style-type: none;
	display: block
}

.action_items ul {
	margin: 0;
	width: 100% !important;
	padding: 0;
	border: 1px solid rgba(0,0,0,.2)
}

	.action_items ul li a {
		padding: 6px 8px !important;
		text-decoration: none;
		display: flex;
		font-weight: 400;
		border-bottom: none !important;
		font-family: Roboto,sans-serif !important
	}

		.action_items ul li a:hover {
			color: #249d6a !important
		}

		.action_items ul li a i {
			margin-right: 7px;
			font-family: 'Font Awesome 5 Free' !important;
			font-weight: 900;
			color: #249d6a
		}

			.action_items ul li a i.icon {
				font-family: pensionfund !important
			}

.RadGrid .rgDetailTable, .RadGrid .rgEditForm table, .RadGrid .rgMasterTable {
	border-collapse: collapse !important
}

.RadGrid {
	border-width: 0 !important;
	outline: 0
}

.a_links {
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 3px
}

	.a_links:hover {
		background: #249d6a;
		color: #FFF;
		text-decoration: none;
		border: 1px solid #249d6a
	}

.ActionMenu, .action_items {
	min-width: 180px;
	-webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 16px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 16px 0 rgba(0,0,0,.75)
}

div.RadToolTip {
	left: inherit;
	right: 25px;
}
div.RadToolTip_rtl {
	/*left: 25px !important;*/
	right: inherit;
}

.action_items {
	position: relative;
	background: #FFF
}

.RadComboBox .rcbEmptyMessage {
	opacity: 1 !important
}

.gender-switch label {
	display: flex !important;
	padding-left: 8px !important
}

.RadToolTip.rtShadow .rtCalloutTopCenter {
	display: none !important
}

.gender-switch label span {
	margin-top: 7px;
	margin-left: 5px
}

.memberpopup {
	margin: auto
}

	.memberpopup table {
		margin-bottom: 20px !important
	}

.result-msg {
	color: #fff;
	font-size: 20px
}

.closemrgPopup, .rgDataDiv {
	height: auto !important
}

.RadComboBoxDropDown label {
	display: inline-block !important
}

.mbr-lgn {
	padding: 0
}

	.mbr-lgn .smart-lgntxt {
		text-align: left;
		padding: 0;
		margin: auto;
		color: #fff;
	}

	.mbr-lgn .seprator, .mbr-lgn .seprator span {
		position: absolute;
		text-align: center;
		top: -25px
	}

	.mbr-lgn .seprator {
		width: calc(100% - 4rem);
		height: 2px;
		margin: auto
	}

		.mbr-lgn .seprator span {
			background: #333;
			left: 50%;
			font-size: 1.3rem;
			border-radius: 100%;
			transform: translate(-50%);
			width: 50px;
			height: 50px;
			color: #FFF;
			line-height: 50px
		}

.multi-drops {
	float: left;
	width: 100%
}

#GuideLinePopUp {
	z-index: 99999
}

.member-search .Validator {
	width: auto
}

.RadComboBoxDropDown .rcbHeader {
	display: flex
}

	.RadComboBoxDropDown .rcbHeader span {
		margin-top: 4px
	}

.resource-grd td .tw-data-text {
	line-height: inherit !important;
	text-align: left !important;
	background: 0 0 !important;
	color: inherit !important;
	font-size: 14px !important;
	width: auto !important;
	height: auto !important
}

	.resource-grd td .tw-data-text span {
		font-size: 14px !important;
		line-height: initial !important
	}

.resource-grd .tw-compact-ta-container {
	padding-top: 0 !important
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton span.rwInnerSpan {
	text-transform: uppercase !important;
	transition: all .3s ease-in !important;
	padding: 6px 12px !important;
	height: auto;
	border-radius: 4px;
	line-height: initial !important;
	cursor: pointer !important
}

.resource-confirm .RadWindow .rwDialogPopup .rwPopupButton, .resource-confirm .RadWindow .rwDialogPopup .rwPopupButton:hover {
	margin-bottom: 30px;
	display: inline-block !important;
	float: none !important
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton:nth-child(1) span.rwInnerSpan {
	background: #249d6a !important;
	color: #fff !important;
	min-width: 80px;
	border: 1px solid #249d6a;
	display: inline-block
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton:nth-child(2) span.rwInnerSpan {
	background: #fff !important;
	color: #249d6a !important;
	border: 1px solid #282828;
	min-width: 80px
}

.resource-confirm .radalert, .resource-confirm .radconfirm {
	text-align: center
}

.resource-confirm .RadWindow .rwDialogText {
	margin-bottom: 20px !important
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton:nth-child(1) span.rwInnerSpan:hover {
	background: #373737 !important;
	border-color: #373737
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton:nth-child(2) span.rwInnerSpan:hover {
	background: #249d6a !important;
	border-color: #249d6a;
	color: #fff !important
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton:nth-child(1) span.rwInnerSpan:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f00c" !important;
	display: inline-block !important;
	padding-right: 3px !important;
	vertical-align: middle !important;
	font-weight: 900 !important
}

.resource-confirm .RadWindow .rwDialogPopup a.rwPopupButton:nth-child(2) span.rwInnerSpan:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f00d" !important;
	display: inline-block !important;
	padding-right: 3px !important;
	vertical-align: middle !important;
	font-weight: 900 !important
}

.resource-confirm .RadWindow .rwPopupButton span, .resource-confirm .RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan {
	padding: 0 !important;
	cursor: pointer !important;
	color: inherit !important
}

.copydata table td {
	border: 1px solid #dee2e6 !important;
	font-family: Roboto,sans-serif !important
}

	.copydata table td span {
		color: #000 !important
	}

.signatureimg img {
	width: 100%
}

.signatureimg .uploadanchor-btns {
	width: auto;
	margin-left: 2px
}

.spErrorMessage {
	border: 1px solid red;
	background: #fff;
	padding: 7px;
	color: red;
	margin-top: 5px;
	border-radius: 2px
}

.spErrorMessageSerial {
	padding: 5px;
	margin-right: 8px
}

.spErrorMessageSerial-inner {
	background: #fff;
	color: red;
	font-weight: 700;
	padding: 7px;
	border: 1px solid red;
	border-radius: 2px;
	text-align: center
}

.table pre {
	background-color: transparent !important;
	text-align: left !important;
	width: auto !important;
	height: auto !important
}

	.table pre span {
		font-size: 14px !important
	}

.rpiRequestNotes span.Validator {
	width: auto !important;
	float: none !important
}

.ValidationSummary_Default, .val-summaryNew {
	width: 100%
}

	.ValidationSummary_Default ul, .val-summaryNew ul {
		padding: 0;
		margin: 0
	}

		.ValidationSummary_Default ul li, .val-summaryNew ul li {
			list-style: none;
			background: rgba(255,0,0,.1) !important;
			padding: 5px 10px;
			text-align: left;
			color: red;
			margin-bottom: 3px;
			font-size: 1rem
		}

.emp_login .border {
	border: 1px solid #f3f3f3;
	height: 100%;
	/*margin: 0 15px;
	width: calc(100% - 30px); */
	position: relative;
	padding: 20px 10px;
	background: #fff;
}

.emp_login h3, .emp_login .fas, .emp_login .icon, .emp_login p, .emp_login p span {
	transition: all 0.5s ease-in-out;
}

.emp_login h3 {
	font-size: 1.3rem;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
}

.emp_login .icon {
	font-size: 1.8rem;
	float: left;
	color: #249d6a;
	margin-right: 10px;
	margin-top: 5px;
}

.emp_login p {
	margin: 0;
	color: #666;
}

	.emp_login p span {
		font-weight: bold;
		color: #249d6a;
	}

.emp_login .border .hover {
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #fff;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

.theme_light_bg {
	background: #e8ece4;
}

.emp_login .border:hover .hover {
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #249d6a;
	opacity: 1;
}

.emp_login .col-md-4 {
	padding-top: 15px;
	/*padding-bottom: 30px;*/
}

.emp_login .border:hover .txt_white {
	position: relative;
	z-index: 5;
	color: #fff;
}

	.emp_login .border:hover .txt_white .icon, .emp_login .border:hover .txt_white h3, .emp_login .border:hover p, .emp_login .border:hover p span {
		color: #fff;
	}

.variation-btns {
	width: 100%;
	float: left;
}

.variation-btn {
	width: 100%;
	position: relative;
	background: #fff;
	float: left;
	text-align: center;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

	.variation-btn::after {
		content: '';
		position: absolute;
		background: #249d6a;
		height: 40px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		left: 0;
		right: 0;
		top: 50%;
	}

	.variation-btn span {
		width: 100%;
		float: left;
		color: #FFF;
		position: relative;
		z-index: 1;
		font-family: 'Raleway', sans-serif;
		font-size: 1.3rem;
		height: 40px;
		line-height: 40px;
		font-weight: 400;
	}

	.variation-btn:before {
		font-size: 2.2rem;
		width: 100%;
		float: left;
		position: relative;
		height: 40px;
		line-height: 40px;
	}

	.variation-btn:hover::after {
		top: 0;
	}

	.variation-btn:hover::before {
		color: #FFF;
		z-index: 1;
	}

	.variation-btn:hover span {
		color: #249d6a;
	}


/* Member Dashboard */

.light-green {
	background: #e8ece4;
}

.m-sheader {
	position: relative;
}

	.m-sheader .m-headerbg {
		background: #e8ece4;
		height: 32px;
		padding-left: 70px;
		line-height: 32px;
		font-size: 18px;
		font-weight: bold;
	}

.contact-section span .fas {
	color: #638245;
	margin-right: 6px;
}

.m-sheader .m-icon {
	height: 42px;
	width: 42px;
	background: #249d6a;
	text-align: center;
	line-height: 45px;
	color: #fff !important;
	font-size: 20px;
	position: absolute;
	top: -5px;
	left: 14px;
}

.entity-details .border {
	border: 1px solid #f3f3f3;
	height: 100%;
	position: relative;
	padding: 14px 10px;
	background: #fff;
	min-height: 70px;
}

.entity-details h3, .entity-details .fas, .entity-details p {
	transition: all 0.5s ease-in-out;
}

.entity-details h3 {
	font-size: 1.2rem;
	margin-bottom: 0;
	color: #249d6a;
}

	.entity-details h3 span {
		display: block;
	}

.entity-details .icon {
	font-size: 30px;
	color: #dadada;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 20px;
	bottom: inherit;
}

.entity-details p {
	margin: 0 0 0px 0;
	color: #666;
	display: block;
}

	.entity-details p span {
		font-weight: bold;
		color: #249d6a;
	}

.entity-details .border .hover {
	position: absolute;
	width: 0;
	/*top: 0;

                bottom: 0;

                left: 50%;*/
	background: #fff;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}



.entity-details .border:hover .hover {
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: #249d6a;
	opacity: 1;
}

.entity-details .border:hover .icon {
	top: 0px;
	opacity: .3;
}

.entity-details .col-md-4 {
	padding-top: 15px;
	/*padding-bottom: 30px;*/
}

.entity-details .border:hover .txt_white {
	position: relative;
	z-index: 5;
	color: #fff;
}

	.entity-details .border:hover .txt_white .icon, .entity-details .border:hover .txt_white h3, .entity-details .border:hover p {
		color: #fff !important;
	}





/* Employment History */



.gray-section {
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 0px;
}

.white-note {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 55px;
	border-left: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
}

	.white-note i {
		font-size: 16px;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		text-align: center;
		line-height: 30px;
	}

	.white-note .terminated-icon i {
		border: 1px solid #e51c21;
		color: #e51c21;
		line-height: 30px;
	}

	.white-note .ongoing-icon i {
		border: 1px solid #a59a70;
		color: #fff;
		background-color: #a59a70;
	}

	.white-note .exclamation-icon i {
		border: 1px solid #FFC300;
		color: #fff;
		background-color: #FFC300;
	}

	.white-note .payment-icon i {
		border: 1px solid #249d6a;
		color: #fff;
		background-color: #249d6a;
	}



.emp-history {
	margin-top: 2rem;
	display: inline-block;
	width: 100%;
}

	.emp-history h5 .btn {
		color: #249d6a;
	}

		.emp-history h5 .btn:hover, .emp-history h5 .btn:focus, .emp-history h5 .btn.focus {
			text-decoration: none;
		}

		.emp-history h5 .btn .icon {
			font-size: 2rem;
			vertical-align: middle;
			margin-right: 10px;
			margin-left: 1px;
			height: 30px;
			width: 30px;
		}

	.emp-history .card-header {
		margin-top: 5px;
	}

		.emp-history .card-header, .emp-history .card-header button {
			background: none;
			padding: 0;
			border: none;
		}

			.emp-history .card-header p {
				margin: 0;
			}

	.emp-history .card {
		border: none;
		border-top: 0px solid #ebebeb;
		overflow: hidden;
		margin-top: 0rem;
		background: none;
	}

		.emp-history .card:nth-child(1) {
			border: none;
		}

	.emp-history .card-body {
		padding: 0px 0 0px 0px;
	}

		.emp-history .card-body p:nth-last-child(1) {
			margin: 0;
		}

	.emp-history .card h5 .btn::after {
		display: none;
	}

	.emp-history h5 .btn.collapsed {
		background: none;
		color: #249d6a
	}

	.emp-history .card-header {
		display: inline-block;
		width: 100%;
		padding: 0;
		border: none
	}

	.emp-history .card h5 .btn {
		color: #fff;
		padding: 12px 57px;
		display: inline-block;
		width: 100%;
		text-align: left;
		background: #249d6a;
		border-radius: 0;
	}

		.emp-history .card h5 .btn::before {
			content: '\f068';
			position: absolute;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			transform: inherit;
			border: none;
			background: #fff;
			color: #249d6a;
			width: 24px;
			height: 24px;
			border-radius: 100%;
			text-align: center;
			line-height: 24px;
			left: 22px;
		}

		.emp-history .card h5 .btn.collapsed {
			background: #f3f3f3;
			color: #249d6a;
		}

			.emp-history .card h5 .btn.collapsed::before {
				content: '\f067';
				position: absolute;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				transform: inherit;
				border: none;
				background: #249d6a;
				color: #fff;
			}

	.emp-history .card h5 .icon {
		font-size: 1.57rem;
		margin-right: 5px;
		vertical-align: top
	}

	.emp-history .card h5 button:hover, .card h5 button:focus {
		text-decoration: none
	}

	.emp-history .pad-lft {
		padding-left: 42px;
	}

	.emp-history .pad-lft0 {
		padding-left: 0px;
	}





/* Employment History */





/* Bank Details */



.bank-section .icon {
	left: -16px;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 26px;
	border-radius: 100%;
	font-size: 16px;
	top: 14px !important;
	transition: inherit !important;
}

.bank-section .pad-rht {
	padding-right: 0;
}

.bank-section h3 {
	font-size: 1rem;
}

.bank-section .border {
	padding: 14px 19px;
}

	.bank-section .border:hover .icon {
		top: 0px !important;
		opacity: 1;
		left: -35px;
		color: #fff !important;
		background: #249d6a;
		border: 1px solid #249d6a;
		transition: inherit !important;
	}

.m-dashboard a:hover {
	text-decoration: none;
}
/* Other Services */
.other-services ul li, .other-services ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.other-services ul li a {
		display: block;
		padding: 10px 4px 7px 14px;
		color: #249d6a;
	}

		.other-services ul li a i {
			margin-right: 5px;
		}

	.other-services ul li:nth-child(odd) a {
		background: none !important;
		transition: all .4s ease-in-out;
	}

		.other-services ul li:nth-child(odd) a:hover {
			background: #249d6a;
			color: #fff;
			transition: all .4s ease-in-out;
		}

	.other-services ul li:nth-child(even) a {
		background: none !important;
		transition: all .4s ease-in-out;
	}

		.other-services ul li:nth-child(even) a:hover {
			background: #249d6a;
			color: #fff;
			transition: all .4s ease-in-out;
		}

/* Other Services */



@media screen and (max-width:768px) {

	.emp-history .pad-lft0 {
		padding-left: 15px;
	}

	.contact-section .text-center {
		text-align: left !important;
	}

	.bank-section .pad-rht {
		padding-right: 15px;
	}
}

.login-main .pattern {
	background: #ccc url(images/pattern_bg2.gif) repeat-x;
	float: left;
	height: 35px;
	width: 100%;
	opacity: .4;
}

.tooltip-text {
	display: none;
}

.login:hover .tooltip-text {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	background: rgb(0 0 0 / 72%);
	top: -40px;
	border-radius: 2px;
	padding: 5px;
	color: #fff;
}

	.login:hover .tooltip-text:after {
		width: 0;
		content: "";
		position: absolute;
		top: 31px;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid rgb(0 0 0 / 72%);
		left: 48%;
	}


.RadWindow.rwInactiveWindow {
	z-index: 99 !important;
}

#divHasKids {
	margin-top: -18px;
}

.RadWindow {
	top: 100px !important;
}
.shifttitle{color:#249d6a !important;}