@media screen and (max-height: 700px){
	.ui-dialog .ui-dialog-content {max-height: calc(100vh - 300px);}
}

/* X-LARGE */
@media screen and (min-width:1921px) {
	/*.global-header > div.centering {max-width: 1900px;}*/
	.page-content {max-width: 1900px; margin: auto;}
	.header {max-width: 1900px; margin: auto;}
	.footer {max-width: 1900px; margin: auto; left: 0; right: 0;}
}

/* MEDIUM */
@media screen and (max-width: 1149px){
	.md-1,.md-2,.md-3,.md-4,.md-5,.md-6,.md-7,.md-8,.md-9,.md-10,.md-11,.md-12{float:left; box-sizing: border-box; padding: 10px;}
	.md-1{width:8.3333%}.md-2{width:16.6667%}.md-3{width:25%}.md-4{width:33.3333%}.md-5{width:41.6667%}.md-6{width:50%}.md-7{width:58.3333%}.md-8{width:66.6667%}.md-9{width:75%}.md-10{width:83.3333%}.md-11{width:91.6667%}.md-12{width:100%}

	.md-justify-R {justify-content: flex-start;}
	.md-justify-L {justify-content: flex-end;}
	.md-justify-C {justify-content: center;}
	.md-float-R {float: right;}
	.md-float-L {float: left;}
	.md-float-none {float: none;}
	.md-txt-R {text-align: right;}
	.md-txt-L {text-align: left;}
	.md-txt-C {text-align: center;}
	.md-margin-L {margin-right: auto;float: none !important;}
	.md-margin-R {margin-left: auto;float: none !important;}
	.md-margin-C {margin: auto;float: none !important;}
	.md-hide, .ui-datatable-reflow .ui-datatable-data td.md-hide {display: none;}
	.md-flex {display: flex;}
	.md-block {display: block;}
	.md-inline-block {display: inline-block;}
	.md-inline-table {display: inline-table;}
	.md-table {display: table;}
	.md-inline {display: inline;}
	.md-row-reverse {-webkit-flex-direction: row-reverse; flex-direction: row-reverse;}
	.md-column-reverse {-webkit-flex-direction: column-reverse; flex-direction: column-reverse;}
	.md-sep-R {border-right: 1px solid #DBDBDB;}
	.md-sep-R-hide {border-right: none;}
	
	/* Login */
	.login-body .footer {position: relative;}
	.login-body .main-panel {display: block; margin: auto; padding-top: 180px; padding-bottom: 240px !important; background-color: transparent;}	
	.login-body .main-panel .login-content {background-color: #FFFFFF;}
	.login-body .slick-carousel.image-slider .slick-dots {bottom: 30px; top: auto; left: 0; width: 100%;}
	.login-body .slick-carousel.image-slider .slick-dots li {display: inline-block;}	
	.login-body .slick-carousel.image-slider.slick-dotted.slick-slider {padding-right: 0px;}
	.login-body .logo-panel {padding: 30px 0px 10vh 0px;}
	.external-link-panel {margin-top: 0;}
				
	.bottom-footer .centering {padding: 0px;}
	.bottom-footer .centering > tbody > tr > td > div > div:last-child {padding-bottom: 0px;}
	
	.ui-group {width: 100%; min-width: 0px; max-width: none;}	
	
	.global-header .bottom-header > .centering {height: 60px;}
	
	.primary-nav.ui-menu {display: none;}
	.cd-panel {display: block; z-index: 99999;}
	.cd-panel.is-visible {visibility: visible; -webkit-transition: visibility 0s 0s; -moz-transition: visibility 0s 0s; transition: visibility 0s 0s;}
	.cd-panel.is-visible::after {background-color: rgba(34, 34, 34, 0.5); -webkit-transition: background 0.3s 0s; -moz-transition: background 0.3s 0s; transition: background 0.3s 0s; z-index: 4;}	
	
	.common-body .cd-btn {cursor: pointer; display: block; height: 30px; width: 30px; line-height: 30px; font-size: 30px; float: right;}
	.common-body .cd-btn:before, .cd-panel-close:before {color: #6a6a6a;}
	.cd-panel-close {cursor: pointer; display: block; height: 29px; width: 29px; line-height: 29px; font-size: 29px; float: right; padding: 40px 15px 5px 0px;}

	/* Datatable */
	.ui-datatable-reflow > .ui-datatable-tablewrapper > table > thead {display: none;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] {display: table !important; width: 100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; clear: left; border: none;}
	.ui-datatable-reflow .ui-datatable-data td.md-hide, .ui-datatable-reflow .ui-datatable-data td[role="gridcell"].md-hide {display: none !important;}
	.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {border-left: 0 none; border-right: 0 none;}
	.ui-datatable-reflow .ui-datatable-data.ui-widget-content {border: 0 none;}
	.ui-datatable-reflow thead th, .ui-datatable-reflow tfoot td {display: none;}
	.ui-datatable-reflow table.expansion-grid {table-layout: fixed; width: 100%;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {width: 30%; padding: 10px; min-width: 30%; margin: 0px; text-align:left; vertical-align: middle; font-size: 17px; background-color: #eeeeee; border-bottom: 1px solid #eeeeee; word-break: break-word; display: table-cell; box-sizing: border-box;}
	.ui-datatable-reflow .ui-datatable-data .ui-column-data {width: 70%; padding: 10px; vertical-align: middle; text-align: left; word-break: break-word; display: table-cell; box-sizing: border-box;}
	.ui-datatable-reflow table.expansion-grid tr td:first-child {width: 30%; padding: 10px; min-width: 30%; display: table-cell; margin: 0px; text-align:left; vertical-align: middle; word-break: break-word; font-size: 17px;}
	.ui-datatable-reflow table.expansion-grid tr td:last-child {width: 70%; padding: 10px; vertical-align: middle; text-align: left; word-break: break-word;}
	.ui-datatable-reflow.ui-datatable tbody.ui-datatable-data tr td[role="gridcell"]:not(:first-child) {border-bottom: none;}
	.ui-datatable-reflow.ui-datatable tbody tr:not(:first-child) td[role="gridcell"]:first-child {border-top: 1px solid #dddddd;}
	.ui-datatable-reflow.ui-datatable tbody tr:not(:first-child) td[role="gridcell"].card-border-top {border-top: 1px solid #dddddd;}
	.ui-datatable-reflow .ui-datatable-data tr:not(:last-child) td[role="gridcell"]:last-child .ui-column-data {border-bottom: none;}
	.ui-datatable-reflow.ui-datatable tbody.ui-datatable-data > tr td[role="gridcell"] {border-bottom: none;}
	.ui-datatable-reflow .ui-datatable-data tr.ui-datatable-empty-message td {display: table-cell; text-align: left; padding: 0px 15px; border-top: 1px solid #EFEFEF;}
	.ui-datatable-reflow.ui-datatable > .ui-datatable-tablewrapper > table {border-collapse: collapse;}
	.ui-datatable-reflow.ui-datatable > div > table > tbody > tr.ui-datatable-empty-message:before, .ui-datatable-reflow.ui-datatable > div > table > tbody > tr.ui-datatable-empty-message:after {content: none;}
	.ui-datatable table.expansion-grid tbody tr {height: 40px;}
	.ui-datatable .ui-datatable-data .details-grid tr, .ui-datatable .ui-datatable-data tr.ui-expanded-row-content{height: auto;}
	.ui-datatable .ui-expanded-row-content.hidden {display: table-row;}
	.ui-datatable .content-C .ui-chkbox, .ui-datatable .content-C .switch-checkbox {margin: 0px;}
	.ui-datatable td .ui-chkbox .ui-chkbox-box, .ui-datatable td .ui-radiobutton .ui-radiobutton-box{right: auto;}
	.ui-datatable-reflow > div > table > tbody > tr:before, .ui-datatable-reflow > div > table > tbody > tr:after, .ui-datatable-reflow > div > table > thead > tr:before, .ui-datatable-reflow > div > table > thead > tr:after {content: none;}
	.ui-datatable-reflow .input-panel {width: 100% !important;}
	.ui-datatable table.btn-group, table.btn-group {float: left;}
	.ui-datatable-reflow .truncate, .ui-datatable-reflow .truncate-hover-eff {white-space: normal; word-break: break-word;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data, .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data span {max-width: none !important;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data {border-bottom: solid 1px #dddddd;}
	
	.ui-datatable .custom-table-footer table > tbody > tr > td:nth-child(1) {width: 30%; border-top: solid 1px #dddddd;}
	.ui-datatable .custom-table-footer table > tbody > tr > td:last-child {width: 70%;}
	
	/*Financial Calendar*/
	.fc-ltr .fc-basic-view .fc-day-number{font-size: 18px;}
	.fc-event-container .fc-content {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.agenda-panel table.lg-txt-C {bottom: 10px;}
	
	/* Row Toggler */
	.ui-datatable-reflow .ui-row-toggler {padding: 8px 0px;}
	.ui-datatable-reflow .ui-row-toggler.ui-icon {width: 50%; float: right; height: 40px;}
	.ui-datatable-reflow .ui-row-toggler.ui-icon:before {right: 0px; height: 20px; left: auto; top: 0px; bottom: 0px; margin: auto; position: absolute;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"].row-toggler .ui-column-title {background: transparent; border-bottom: none;}

	/* Dialog */
	.ui-dialog .details-grid {table-layout: fixed;}
	
	/* Details Panel */
	.details-panel-wrapper .action-btn-2.ui-button .ui-button-text {padding: 10px 5px;}
	.details-panel-wrapper .input-switch {padding-right: 0px;}
	
	/* Widgets */
	.widget-grid > tbody > tr > td {display: inline-block; width: 100% !important; padding-right: 0px;}
	.widget-grid > tbody > tr > td:not(:FIRST-CHILD) {border-left: none; border-top: solid 1px #e7e2e2; padding: 0px;}
	.widget-grid > tbody > tr > td:not(:LAST-CHILD) {padding-right: 0px;}
 	
 	 #widgetPFM .widget-grid > tbody > tr > td, #widgetCards .cards-widget, #widgetConsolidatedBalances .slick-carousel.overvie {height: auto;}

 	/* Slick Carousel - Cards */
 	.slick-carousel.card-carousel .card-panel.slick-active .ui-commandlink {border-right: none;}
 	
 	#widgetTemplates .ui-card-2, #widgetRecentBeneficiaries .ui-card-2 {height: auto;}
 	
 	/*PFM GOALS*/
 	.goals-panel .ui-datatable tbody.ui-datatable-data > tr td[role="gridcell"] {padding: 0px;}
 	.goals-panel button.primary-btn-2 .ui-button-text {display: none;}
 	.goals-panel button.primary-btn-2 {width: 35px; height: 35px;}
 	
 	/*PFM BUDGET*/
 	.budget-panel {border-right: none;}
 	
 	/* Grid Menu */
 	.grid-item {width: 50%;}
}

/* SMALL */
@media screen and (max-width: 689px){
	.sm-1,.sm-2,.sm-3,.sm-4,.sm-5,.sm-6,.sm-7,.sm-8,.sm-9,.sm-10,.sm-11,.sm-12{float:left; box-sizing:border-box; padding: 10px;}
	.sm-1{width:8.3333%}.sm-2{width:16.6667%}.sm-3{width:25%}.sm-4{width:33.3333%}.sm-5{width:41.6667%}.sm-6{width:50%}.sm-7{width:58.3333%}.sm-8{width:66.6667%}.sm-9{width:75%}.sm-10{width:83.3333%}.sm-11{width:91.6667%}.sm-12{width:100%}
	
	.sm-justify-R {justify-content: flex-start;}
	.sm-justify-L {justify-content: flex-end;}
	.sm-justify-C {justify-content: center;}
	.sm-float-R {float: right;}
	.sm-float-L {float: left;}
	.sm-float-none {float: none;}
	.sm-txt-R {text-align: right;}
	.sm-txt-L {text-align: left;}
	.sm-txt-C {text-align: center;}
	.sm-margin-L {margin-right: auto;float: none !important;}
	.sm-margin-R {margin-left: auto;float: none !important;}
	.sm-margin-C {margin: auto;float: none !important;}
	.sm-hide, .ui-datatable-reflow .ui-datatable-data td.sm-hide{display: none;}
	.sm-flex {display: flex;}
	.sm-block {display: block;}
	.sm-inline-block {display: inline-block;}
	.sm-inline {display: inline;}
	.sm-row-reverse {-webkit-flex-direction: row-reverse;  flex-direction: row-reverse;}
	.sm-column-reverse {-webkit-flex-direction: column-reverse; flex-direction: column-reverse;}	
	.sm-sep-R {border-right: 1px solid #DBDBDB;}
	.sm-sep-R-hide {border-right: none;}
	
	.sm-right-10 {margin-right: 10px;}
	.sm-left-10 {margin-left: 10px;}
	
	.sm-nopad {padding: 0 !important;}
	.breadcrumb-panel {display: none;}
		
	.login-body .main-panel {width: 280px; padding-top: 60px; padding-bottom: 120px !important;}	
	.login-body .logo-panel {padding: 0px 0px 6vh 0px;}	

	.bottom-footer .centering {padding: 10px 0px;}
	.bottom-footer .centering table > tbody > tr > td {display: inline-block; width: 100%; text-align: center; line-height: 1.31;}
	.bottom-footer .centering table > tbody > tr > td i {padding-right: 5px;}
	
	/* Header */
	.global-header .top-header > .centering {position: relative; height: 75px; padding: 0 20px;}
	.global-header .bottom-header > .centering {height: 42px;}
	.global-header .page-title {font-size: 24px; margin-top: 0px;}
	
	.page-header > table > tbody > tr > td {display: inline-block;}
	.page-header > table > tbody > tr > td:first-child {padding-right: 5px;}

	.notifications-overlay.scrollable .ui-overlaypanel-content {height: calc(100% - 50px);}
	
	.ui-card {padding: 10px;}
	
	.h1, .ui-widget .h1 {font-size: 24px;}
	.h2, .ui-widget .h2 {font-size: 20px;}
	.h3, .ui-widget .h3 {font-size: 17px;}
	.h4, .ui-widget .h4 , .h5, .ui-widget .h5, .h6, .ui-widget .h6 {font-size: 15px;}
	.h7, .ui-widget .h7 {font-size: 13px;}
	.caption {font-size: 12px;}
	
	/*Amounts*/
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data .positive-txt, .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data .negative-txt, 
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data .positive-txt sub, .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data .negative-txt sub {font-size: 13px;}
	.positive-txt, .negative-txt, .positive-txt sub, .negative-txt sub {font-size: 15px;}
	.positive-txt.x-large, .negative-txt.x-large, .positive-txt.x-large sub, .negative-txt.x-large sub {font-size: 24px;}
	.positive-txt.large, .negative-txt.large, .positive-txt.large sub, .negative-txt.large sub {font-size: 20px;}
	.positive-txt.medium, .negative-txt.medium, .positive-txt.medium sub, .negative-txt.medium sub {font-size: 17px;}
	.positive-txt.small, .negative-txt.small, .positive-txt.small sub, .negative-txt.small sub {font-size: 14px;}
	
	.custom-checkbox.active:after {top: 35px;}
	
	/* Dropdown panel */
	.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {width: 12px; font-size: 12px;}
	
	.selectAccountMenu > tbody > tr > td:first-child, .selectAccountMenu > tbody > tr > td:last-child {padding: 0px; display: inline-block; width: 100%;}
	.selectAccountMenu > tbody > tr > td:first-child {padding-bottom: 7.5px;}
	.selectAccountMenu > tbody > tr > td:last-child {padding-top: 7.5px;}
	.selectAccountMenu > tbody > tr > td:only-child {padding: 0px;}
	
	/* Dashboard */
	.dashboard-header.page-header {padding: 10px 0px;}
	.dashboard-header.page-header button.ui-button-icon-only {bottom: -25px;}
	
	/* TAN Panel */
	.tanOtp-panel .tanOtp-container {width: 100%;}
	
	/* Datatable */
	.ui-datatable-reflow.ui-datatable > .ui-datatable-tablewrapper > table{padding: 0px; box-sizing: border-box;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .input-panel {float: right;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title, .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data {width: 50%; font-size: 13px;}
	.ui-datatable-reflow table.expansion-grid tr td:first-child, .ui-datatable table.expansion-grid tr td:last-child {font-size: 13px;}
	.ui-datatable-reflow table.expansion-grid tr td:first-child, .ui-datatable-reflow table.expansion-grid tr td:last-child {width: 100%; display: inline-block;}
	.ui-datatable-reflow table.expansion-grid tr td:first-child {height: auto; line-height: normal; padding: 10px; padding-bottom: 0;}
	.ui-datatable-reflow table.expansion-grid tr td:last-child {height: auto; line-height: normal; padding: 10px;}
	.ui-datatable-scrollable table {table-layout: fixed;}
    .ui-datatable table.btn-group, table.btn-group {float: right;}
    .ui-datatable .paginator-wrapper, .ui-datatable .custom-paginator-wrapper {display: none;}
    
    .ui-datatable .custom-table-footer table > tbody > tr > td:nth-child(1) {width: 50%; font-size: 15px;}
	.ui-datatable .custom-table-footer table > tbody > tr > td:last-child {width: 50%;}
	
	.switch-checkbox .ui-chkbox .ui-chkbox-label {height: 20px; line-height: 18px; width: 30px;}
	.switch-checkbox td:first-child .ui-chkbox-label:before, .switch-checkbox td:last-child .ui-chkbox-label:before {font-size: 10px;}
	
    /* Row Expansion Single */
    .ui-datatable table.expansion-grid-single span {font-size: 13px;}	
	
	/* Row Expansion Beneficiary Maintenance */
	.ui-datatable table.expansion-grid.ben tr td {width: 100%; display: block; font-size: 13px;}	
	 
	/* Messages Table */
	.ui-datatable .readMessage span:first-child > table > tbody > tr > td, .ui-datatable .unreadMessage span:first-child > table > tbody > tr > td {padding-left: 4px;}

	/* Estatements Table*/
	.e-statements-table.ui-datatable.no-header .ui-datatable-data > tr:not(.ui-datatable-empty-message) {width: 50%;}
	.e-statements-table.ui-datatable.no-header tbody.ui-datatable-data > tr td[role="gridcell"] {padding: 20px 0px;}

	/*Beneficiary Table*/
	.ben-table.ui-datatable .row-toggler {vertical-align: bottom; padding-bottom: 10px;}

	/* Scrollable Tabs */
	.ui-tabs .ui-tabs-navscroller:not(.ui-tabs-navscroller-btn-hidden) {padding: 0px;}
 	
 	/* Tab View */
 	.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {font-size: 17px;}
 	
	/* Drag & Drop Datatable */
	.ui-datatable .reorder-column-data > tbody > tr > td:first-child, .ui-datatable .reorder-column-data.st-2 > tbody > tr > td:first-child {width: 50px;}
	.ui-datatable .reorder-column-data > tbody > tr > td:nth-child(2) {font-size: 15px;}
	.ui-datatable .reorder-column-data .ui-button .ui-button-text {display: none;}

	.currency-converter > tbody > tr > td {display: inline-block; width: 100%;}
	
	/* Info Panel */
	.info-panel.ui-panel {padding: 10px;}

	/* Widgets */
	.widget-panel {padding: 10px;}
	.widget-panel .widget-title {font-size: 20px;}
	
	#widgetTransactions .widget-grid > tbody > tr > td .ui-datatable.no-header .ui-datatable-data > tr {display: block; height: auto; padding-bottom: 10px;}	
	#widgetTransactions .widget-grid > tbody > tr > td:first-child .ui-datatable.no-header .ui-datatable-data > tr > td:nth-child(3) {display: block; text-align: left; padding-left: 45px;}
	#widgetTransactions .widget-grid > tbody > tr > td:not(:FIRST-CHILD) .ui-datatable.no-header .ui-datatable-data > tr td:nth-child(2) table td:last-child {padding-top: 10px;}
	
	.slick-carousel.quick-links  .slick-slide:not(:last-child):after {background-color: transparent;}

	/* Slick Carousel - Consolidated Balances */
	.slick-carousel.overview .overview-panel.slick-active > div {border-left: none;}
	.slick-carousel.overview .overview-panel > div {padding: 0px;}
	
	/* Slick Carousel - Cards */
 	.slick-carousel.card-carousel img {width: 150px; height: 80px;}
 	.slick-carousel.card-carousel .card-panel .ui-commandlink > table > tbody > tr > td {display: block;}
 	.slick-carousel.card-carousel .card-panel .ui-commandlink > table > tbody > tr > td:first-child, .slick-carousel.card-carousel .no-card-panel > table > tbody > tr > td:first-child {padding-bottom: 10px;} 	
	.slick-carousel.card-carousel .card-panel .ui-commandlink > table > tbody > tr > td:nth-child(2), .slick-carousel.card-carousel .no-card-panel > table > tbody > tr > td:nth-child(2) {padding-left: 0px;}
	.slick-carousel.card-carousel .card-panel .ui-commandlink > table > tbody > tr > td:nth-child(2) > table {table-layout: fixed; width: 150px !important;}

	.slick-carousel.card-carousel .no-card-panel img {width: 150px; height: 100px;}
	.slick-carousel.card-carousel .no-card-panel img {display: inline;}
	.slick-carousel.card-carousel .no-card-panel > table > tbody > tr > td {display: block; text-align: center;}
	
	.ui-commandlink.link-1 table > tbody > tr td {padding: 0px 20px; box-sizing: border-box;}
	
 	/* Exchange Rates Table */
	.rates-table:NTH-CHILD(3), .rates-table:NTH-CHILD(4) {display: none;}
	.base-currency-table > table > tbody > tr:nth-child(2) > td {font-size: 15px;}
	.base-currency-table > table > tbody > tr:nth-child(3) > td {font-size: 16px;}
	
	/* Amount Input */
	.amount-input > table > tbody > tr > td {display: inline-block; width: 100%;}
	.amount-input > table > tbody > tr > td:nth-child(1):not(:only-child) {padding-right: 0px; padding-bottom: 10px;}
	.amount-input > table > tbody > tr > td:nth-child(2) {padding-left: 0px; padding-top: 10px;}
	
	/* Input Switch */
	.input-switch > table {table-layout: auto;}
	.input-switch > table > tbody > tr > td:first-child {/*display: table-cell;*/ width: auto;}
	.input-switch > table > tbody > tr > td:nth-child(2) {display: table-cell; width: 100%;}
	.input-switch .ui-widget.ui-outputlabel {font-size: 14px; text-align: left; padding-left: 10px;}
	
	/* SelectOneRadio */
	.selectOneRadio {height: auto;}
	.selectOneRadio .ui-selectoneradio.ui-widget td {display: inline-block; width: 100%;}
	.selectOneRadio .ui-selectoneradio.ui-widget td:not(:last-child) {border-right: none; border-bottom: 1px solid #d0d0ce; border-radius: 0px;}
	.selectOneRadio .ui-selectoneradio.ui-widget td:not(:first-child) label {padding-top: 20px; padding-bottom: 20px;}
	.selectOneRadio .ui-selectoneradio.ui-widget td:not(:first-child) .ui-radiobutton.ui-widget {padding-top: 18px; padding-bottom: 18px;}
 	
	/* Details Grid */
	.details-grid table.lg-txt-C > tbody > tr:first-child > td span {font-size: 15px;}	
	.details-grid-wrapper, .table-grid-wrapper {width: 100%;}

	.details-grid-2 table > tbody > tr > td:FIRST-CHILD {font-size: 15px;}	

 	/* Details Panel */
	.details-panel-wrapper {width: 100%;}
 	.details-panel-wrapper > tbody > tr > td {display: inline-block; width: 50%; text-align: center; float: left;}
 	.details-panel {border-right: none; text-align: center;}
  	.details-panel > tbody > tr > td table  {table-layout: auto;}
  	
	/* Scrollable Text */
	.scrollable-panel {padding: 25px 10px; max-height: 240px;}
	.scrollable-panel > span {font-size: 13px;}
 	
	/* Captcha */
	.captcha-panel > div {width: 245px;}
	.captcha-panel iframe {transform: scale(0.80); -webkit-transform: scale(0.80); transform-origin: left; -webkit-transform-origin: left;}
	
 	/* Subtitle */
 	.subtitle-panel table.subtitle span {font-size: 17px;}
 	.subtitle-panel table.subtitle span:nth-child(2) {font-size: 13px;}
 	
 	/* Headers & Subheadings */
	.subheading-panel {font-size: 15px;}

	.header-group > tbody > tr > td {display: inline-block; width: 100%;}
	
	.header-group.st-2 {table-layout: fixed;}	
	.header-group.st-2 > tbody > tr > td {display: table-cell;}
	.header-group.st-2 button.primary-btn-2 .ui-button-text {display: none;}	
	.header-group.st-2 > tbody > tr > td:nth-child(2) {width: 50%;}
	
	/* Dialog */
	.ui-dialog .ui-dialog-title {font-size:20px;}
	
	/* Disclaimer */
	.disclaimer td {padding: 20px 10px;}
	
	/*Loan Application*/
	.ui-panel.st-2 .ui-panel-content {margin: 0px;}
	.steps-panel.st-2 .step-no.ui-steps li:nth-child(1) {left: 30px; width: 90px;}	
	.steps-panel.st-2 .step-no.ui-steps li:nth-child(4):before {border-top: none;}
	.steps-panel.st-2 .step-no.ui-steps li {position: relative;}
	.steps-panel.st-2 .step-no.ui-steps li:before {border-top: 1px solid #dddddd; width: 100%; top: 50%; left: 0; display: block; position: absolute; content: "";}
	.steps-panel.st-2 .step-no.ui-steps:before {border-top: none;}
	.steps-panel.st-2 .step-no.ui-steps li:nth-child(4) {width: 36px; margin-bottom: 20px;}
	.steps-panel.st-2 .step-no.ui-steps li:nth-child(5) {clear: left;}
	
	/*Transfer Merchant*/
	.ui-panel.st-3 .ui-panel-titlebar {padding: 0px;}
	.ui-panel.st-3 .ui-panel-content {padding: 0px;}
	.ui-panel.st-3 .ui-panel-titlebar-icon {bottom: 20px; top: auto; right: 10px;}
	.ui-panel.st-3 .filters-panel {margin-right: 30px;}
	.ui-panel.st-3 .ui-datatable tbody td table td {display: block;}
	.ui-panel.st-3 .ui-datatable tbody td table td:first-child {padding-bottom: 8px;}
		
	/* Wedding Transfer */
	.wedding-panel > tbody > tr > td {width: 100%; display: block;}
	.wedding-panel > tbody > tr > td:first-child {padding-bottom: 20px;}

	
	/* P2P Pending Payments Table */
	.verify-panel > tbody > tr > td {display: inline-block;}
	.verify-panel > tbody > tr > td:last-child {width: 100%; padding-bottom: 15px;}
	.verify-panel button, .ui-widget-content .verify-panel button {width: 100%;}
	
	/* PFM */
	.pfm-panel .ui-card {height: auto;}	
	
	/*PFM GOALS*/
	.knob-group {margin-right: 10px;}
	
	/*PFM BUDGET*/
	.budget-chart { margin-top: 20px;}
 	.budget-chart > div svg {width: 75%; height: 75%;} 	
 		
	/* Financial Calendar */
	.agenda-panel {padding: 0px;}
	.agenda-panel .ui-datatable {padding-top: 10px !important;}
	.schedule-header {padding-bottom: 20px;}
	.schedule-header > tbody > tr > td {width: 100%; display: block;}
	.schedule-header > tbody > tr > td:not(:FIRST-CHILD) {padding-top: 10px;}
	.schedule-nav td:NTH-CHILD(2) {min-width: auto; padding-left: 0; padding-right: 0;}
	.schedule-nav, .schedule-nav td:NTH-CHILD(2) .ui-button .ui-button-text {font-size: 20px;}
	.fc .fc-row.fc-week.fc-widget-content {min-height: 70px;}
	.fc .fc-row .fc-content-skeleton thead td {padding-top: 25px;}
	.fc-day-header.fc-widget-header {padding: 16px 0px 16px 0px; font-size: 15px;}
	.fc-day-top .fc-day-number, .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {font-size: 15px;}
	.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {overflow: hidden !important; height: auto !important; min-height: 6px;}


}

/* X-SMALL */
@media screen and (max-width: 411px){
}

@media print {
	.noprint {display: none !important;}	
	.printzoom70 {zoom:70%;}
	
}