@media screen and (max-height: 700px){
	.ui-dialog .ui-dialog-content {max-height: calc(100vh - 120px);}
}
/*
@media screen and (max-height: 768px){
	.slim-nav .ui-menuitem {margin-top: 25px;}
}


@media screen and (max-height: 767px){
	.global-header-vertical .slim > .slim-scroll-content {height: 100%; position: relative; overflow: scroll; -ms-overflow-style: none; overflow-x: hidden; }
	.global-header-vertical .slim > .slim-scroll-content::-webkit-scrollbar {display: none;}
}
*/
/* X-LARGE */
@media screen and (min-width:1570px) {
	.page-content {max-width: 1300px; margin: auto;}
	.global-header > div.centering {max-width: 1300px;}
	.login-body .main-panel {width: 480px;}
	.global-header-vertical {width: 270px;}
	.global-header-vertical .personal-banker-panel, .global-header-vertical .personal-banker-panel span.truncate {width: 250px;}
	
	.common-body .header, .common-body .content, .common-body .footer {padding-left: 270px;}
	.unsecure-body.common-body .header, .unsecure-body.common-body .content, .unsecure-body.common-body .footer {padding-left: 0px;}
}

@media screen and (min-width: 1264px){
	.xlg-1,.xlg-2,.xlg-3,.xlg-4,.xlg-5,.xlg-6,.xlg-7,.xlg-8,.xlg-9,.xlg-10,.xlg-11,.xlg-12{float:left; box-sizing: border-box; padding: 10px;}
	.xlg-1{width:8.3333%}.xlg-2{width:16.6667%}.xlg-3{width:25%}.xlg-4{width:33.3333%}.xlg-5{width:41.6667%}.xlg-6{width:50%}.xlg-7{width:58.3333%}.xlg-8{width:66.6667%}.xlg-9{width:75%}.xlg-10{width:83.3333%}.xlg-11{width:91.6667%}.xlg-12{width:100%}
	
	.global-header-vertical {width: 260px;}
	.common-body .header, .common-body .content, .common-body .footer {padding-left: 260px;}
	.global-header-vertical .personal-banker-panel, .global-header-vertical .personal-banker-panel span.truncate {width: 240px;}
}

/* MEDIUM - LARGE */
@media screen and (max-width: 1264px){		
	/*Header */
	.common-body .global-header-vertical {display: none;}
	.common-body.active-burger-menu .global-header-vertical {position: absolute; display: block; width: 320px; right: 0px; left: auto; padding-top: 15px;}
	.common-body .header, .common-body .content, .common-body .footer {padding-left: 0px;}	
	.common-body .cd-btn {background-image: url(../images/svg/menu-open.svg); background-repeat: no-repeat; background-position: center; background-size: 29px; display: block; height: 30px; width: 30px; line-height: 30px; font-size: 29px;}
	.common-body.active-burger-menu .cd-btn {background-image: url(../images/svg/menu-close.svg); background-size: 24px;}
		
	.primary-nav.ui-menu {display: none;}
	
	.global-header {background-position: 0px bottom;}
	.global-header > .centering {padding: 0px 20px;}
	.global-header > table, .global-header > .centering.bottom-header {height: 65px;}
	.global-header-vertical {top: 65px;}
	.global-header-vertical .logo-panel {display: none;}
	.global-header .page-title {font-size: 28px;}
	.global-header .top-header {display: inline-table;}
	.ui-card .ui-group  {width: 100%;}
	
	.global-header-vertical .slim > .slim-scroll-content {height: calc(100% - 65px);}
	.global-header-vertical .personal-banker-panel {width: 300px;}
	
	/*VTBARM-3744 IM-393455, MB/IB_Title: "Menu" Section Fails to Close on Clicking Outside (Web Version)*/
	.cd-panel {cursor: pointer; position: absolute; display: block; z-index: 99999; top: 0; left: 0; height: 100%; width: 100%; visibility: hidden; -webkit-transition: visibility 0s 0.6s; -moz-transition: visibility 0s 0.6s; transition: visibility 0s 0.6s;}
	.cd-panel.is-visible {visibility: visible; -webkit-transition: visibility 0s 0s; -moz-transition: visibility 0s 0s; transition: visibility 0s 0s;}
	.cd-panel:after, .cd-panel:before {content: '';}
	.cd-panel:after {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; cursor: pointer; -webkit-transition: background 0.3s 0.3s; -moz-transition: background 0.3s 0.3s; transition: background 0.3s 0.3s;}
	.cd-panel.is-visible:after {background: transparent; -webkit-transition: background 0.3s 0s; -moz-transition: background 0.3s 0s; transition: background 0.3s 0s; z-index: 4;}
}

/* MEDIUM */
@media screen and (max-width: 999px){
	.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-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 .main-panel {max-width: none; width: 100%;}
	.login-body .logo-panel {margin-left: 0px; height: 50px;}
	.login-body .content, .login-body .external-link-panel {width: 450px; margin-left: auto; margin-right: auto;}

	/* 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; border: none; text-align: left; clear: left;}
	.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: auto;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title, .ui-datatable-reflow table.expansion-grid tr td:first-child {width: 50%; padding: 10px; padding-left: 15px; min-width: 30%; display: table-cell; margin: 0px; text-align:left; vertical-align: middle; word-break: break-word;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {background-color: #F0F5F9;}
	.ui-datatable-reflow .ui-datatable-data .ui-column-data, .ui-datatable-reflow table.expansion-grid tr td:last-child {width: 50%; padding: 10px 15px; display: table-cell; vertical-align: middle; text-align: left; word-break: break-word;}
	.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 tbody tr td[role="gridcell"]:first-child {border-top: 1px solid #EFEFEF;}
	.ui-datatable-reflow.ui-datatable tbody tr:last-child td[role="gridcell"]:last-child {border-bottom: 1px solid #EFEFEF;}
	.ui-datatable-reflow.ui-datatable > .ui-datatable-tablewrapper > table {border-collapse: collapse;}
	.ui-datatable-reflow.ui-datatable .ui-datatable-data > tr.ui-widget-content:first-child {border-top: none;}
	.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.showKeyword .ui-datatable-header {padding: 5px 10px;}
	.ui-datatable input[type="number"], .ui-datatable input[type="password"], .ui-datatable input[type="text"], .ui-datatable .mobile-table-data{height: 40px;}
	.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.ui-datatable-reflow .image-panel-icon {margin: auto 0px;}
	.ui-datatable td.content-R .btn-group, .ui-datatable td.content-C .btn-group {margin: auto 0px;}
	
	.truncate-hover-eff {width: 100%; white-space: normal; word-break: break-word; overflow: hidden; display: block;}
	
	/* 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;}

	/* Dialog */
	.ui-dialog .details-grid {table-layout: fixed;}

	/*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;}
	
	.chart-color tr{float: right;}
	.chart-color td:last-child{display: inline-block;}
	
	/* Widgets */
	#widgetTransactions .ui-card, #widgetExchangeRates .ui-card, #widgetPFM .ui-card {height: auto;}
	#widgetTransactions .ui-card {padding-bottom: 0px;}
	#widgetTransactions .ui-card .ui-datatable {margin-bottom: 30px;}
	
 	/* Slick Carousel - Image Slider */
 	.slick-carousel.image-slider .slider-image .web {display: none;}
	.slick-carousel.image-slider .slider-image .tablet {display: block;}

	.details-panel .positive-txt.large, .details-panel .h2 {font-size: 16px;}
	.details-panel .positive-txt.large sub {font-size: 12px;}
	
	.dashboard-header {text-align: center;}
 	.dashboard-header div.left-panel,
 	.dashboard-header.item-1 div.left-panel,
 	.dashboard-header.item-2 div.left-panel,
 	.dashboard-header.item-3 div.left-panel {width: 100%; max-width: 700px; padding-right: 0px;}
 	.dashboard-header div.right-panel {width: 60%; max-width: 700px; padding-right: 0px; padding-top: 20px}
 	
 	/* Slick Carousel - Select */
 	.select-carousel-item > table {width: 250px;}
 	
 	.grid-item {width: 50%;}
 	.hidden-md {display: none !important;}
}

/* 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-nopad {padding: 0 !important;}
	.userProfileMenu {display: block;}
	.ui-menu.slim-nav .userProfileMenu ~ .ui-menuitem.child-open {display: inline-block;}
	
	.confirmation-page .dynamic-body .details-grid.ui-panelgrid:not(.lg-txt-C) > tbody > tr > td:FIRST-CHILD {padding-left: 7.5px;}
	.confirmation-page .dynamic-body .details-grid.ui-panelgrid:not(.lg-txt-C) > tbody > tr > td:NTH-CHILD(2) {padding-right: 7.5px;}
	
	.details-grid-wrapper, .tanOtp-panel > table {width: 100%;}
	
	.login-body .content, .login-body .external-link-panel {width: 100%;}
	
	/* Header */
	.global-header .top-header, .global-header > .centering.bottom-header {height: 50px; padding: 0px 10px;}
	.global-header .page-title {font-size: 20px;}
	.global-header-vertical {top: 50px;}
	.global-header-vertical .slim > .slim-scroll-content {height: calc(100% - 50px);}
	.global-header-vertical .profile-panel > table:FIRST-CHILD > tbody > tr > td:NTH-CHILD(3) {display: table-cell;}
	
	.notifications-overlay.scrollable .ui-overlaypanel-content {height: calc(100% - 50px);}
	
	.common-body .cd-btn {height: 24px; line-height: 24px; width: 24px; font-size: 24px;}
	.global-header table.centering {height: 70px;}
	.notifications-panel .ui-button.notification-btn {margin-left: 5px; width: 35px; height: 35px;}
	.notification-btn.ui-button.active:after {bottom: -20px;}
	.custom-checkbox.active:after {top: 35px;}
	
	.notifications-panel .notification-btn.ui-button .ui-icon, .logout-btn.ui-button .ui-icon {font-size: 16px; line-height: 16px; width: 16px; height: 16px;}
	
	body > .ui-selectonemenu-panel {max-width: 300px;}
	
	.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;}
	.selectAccountMenu .item > table > tbody > tr > td {font-size: 12px;}
	.selectAccountMenu li:first-child > div > span {font-size: 12px;}
	.selectAccountMenu .group-item span:last-child {font-size: 12px;}
	.selectAccountMenu .item.linked-account > table > tbody > tr > td {font-size: 12px;}
		
	/* Datatable */
	.ui-datatable table.expansion-grid tr td:first-child {padding: 7.5px 7.5px 7.5px 10px;}
	.ui-datatable-reflow.ui-datatable > .ui-datatable-tablewrapper > table{padding: 0px; box-sizing: border-box;}
	.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title, .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-data {padding-left: 10px;}
	.ui-datatable-scrollable table {table-layout: fixed;}
	.ui-datatable tbody.ui-datatable-data td[role="gridcell"].row-toggler {vertical-align: bottom; padding-bottom: 20px;}
	.ui-datatable.no-header table.btn-group {float: right;}
	.ui-datatable .paginator-wrapper {display: none;}

	/* Scrollable Tabs */
	.ui-tabs.ui-tabs-scrollable .ui-tabs-navscroller .ui-tabs-nav li a {font-family: 'VTBGroup-Book'; font-size: 16px;}
	.ui-tabs.ui-tabs-scrollable .ui-tabs-navscroller .ui-tabs-nav li a > table > tbody > tr > td:LAST-CHILD {padding-top: 10px;}
	.ui-tabs .ui-tabs-navscroller .ui-tabs-nav li i {font-size: 20px;}
	.ui-tabs .ui-tabs-navscroller:not(.ui-tabs-navscroller-btn-hidden) {padding: 0px;}
	.ui-tabs.ui-tabs-scrollable .ui-tabs-navscroller .ui-tabs-nav li {min-width: 100px;}

	/* Exchange Rates Table */
	.base-currency-table table, .rates-table table {padding-bottom: 10px;}
	.rates-table > table > tbody > tr:nth-child(2) > td {padding-bottom: 5px;}
	.rates-table:NTH-CHILD(3), .rates-table:NTH-CHILD(4) {display: none;}
	
 	/* Fileupload */
 	.fileupload-panel > table > tbody > tr > td:FIRST-CHILD, .fileupload-panel > table > tbody > tr > td:LAST-CHILD{padding: 0px; display: inline-block; width: 100%;}
 	.fileupload-panel > table > tbody > tr > td:LAST-CHILD {padding-top: 10px;}
 	
 	/*Widget Overview*/
 	.overview .overview-panel {min-height: 80px;}
 	.overview .overview-panel > div > table:NTH-CHILD(2) > tbody > tr > td:LAST-CHILD span {font-size: 16px;}
	
	.favourites-link .ui-commandlink {padding: 10px 20px;}
	.favourites-link .ui-commandlink table > tbody > tr > td:first-child {width: 30px;}
	.favourites-link .ui-commandlink table > tbody > tr > td:last-child {padding: 0; text-align: left; font-size: 16px; color: #FFFFFF; width: 100%;}
	.favourites-link .ui-commandlink i {font-size: 18px; height: 20px; width: 20px; line-height: 20px;}
	
	/* Drag & Drop Datatable */
	.ui-datatable .reorder-column-data > tbody > tr > td:first-child {width: 40px;}
	.ui-datatable .reorder-column-data .ui-button .ui-button-text {display: none;}	
	
	.toggler-btn .ui-button-text {font-family:'VTBGroup-Light'; font-size: 13px;}
	.toggler-btn .ui-icon {font-size: 13px;}
	.toggler-btn.btn1 .ui-icon {top: 20px;}
	
	.messages-table.ui-datatable table.btn-group .ui-button-text {display: none;}
	.messages-table.ui-datatable.ui-widget {font-size: 12px;}
	
	/* Widgets */
	#widgetExchangeRates .ui-card > div .ui-g > span {padding: 10px 0px;}
	#widgetExchangeRates .ui-card > div .ui-g > span:first-child {padding-right: 0px;}
	#widgetExchangeRates .ui-card .label-btn {bottom:0px;}
	#widgetTransactions .ui-datatable table.auto-dt tbody > tr > td:first-child , #widgetTransactions .ui-datatable table.auto-dt tbody > tr > td:last-child {vertical-align: top;}
	#widgetTransactions .ui-datatable tbody.ui-datatable-data > tr td[role="gridcell"] {padding: 5px 0px;}
	.widget-panel .ui-tabs-panels {display: block; float: none;}

	.positive-txt.small, .negative-txt.small {font-family: 'VTBGroup-Book'; font-size: 16px;}

	.selectAccountInfo .h3 {font-size:18px;}

	/* 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;}
	
	/* TAN Panel */	
 	.tanOtp-panel:not(:empty) {padding: 10px;}
 	.tanOtp-panel .tanOtp-container {width: 100%;}
 	
 	/* Slick Carousel - Image Slider */
 	.slick-carousel.image-slider .slider-image .tablet {display: none;}
	.slick-carousel.image-slider .slider-image .mobile {display: block;}
	
 	/* Slick Carousel - Favourites Accounts */
	.slick-carousel.customer-accounts {margin-left: 0px; min-height: 0px;}
	.slick-carousel.customer-accounts .ui-commandlink > table {height: 180px;}
	.slick-carousel.customer-accounts .ui-commandlink .h3 {font-size: 16px;}
 	.slick-carousel.customer-accounts .slick-prev, .slick-carousel.customer-accounts .slick-next {top: 75px;}
	.slick-carousel.customer-accounts .ui-commandlink > table > tbody > tr:last-child > td > table > tbody > tr:not(:FIRST-CHILD) {display: none;}
	.slick-carousel.customer-accounts .ui-commandlink > table > tbody > tr:last-child > td {vertical-align: bottom;}
	.slick-carousel.customer-accounts .ui-commandlink > table > tbody > tr:last-child > td > table > tbody > tr:first-child > td {padding-bottom: 0px;}
	
	/* Calendar Range */
	.calendar-range-panel > table > tbody > tr > td {display: inline-block;}
	.calendar-range-panel > table > tbody > tr > td:nth-child(2) {display: none;}
	.calendar-range-panel > table > tbody > tr > td:not(:FIRST-CHILD) {padding-top: 10px;}
	
	/* PFM */
	.pfm-panel .ui-card {height: auto;}
	.goals-table > div:NTH-CHILD(n) > table {padding-right: 0px;}
	.goals-table > div:NTH-CHILD(2n) > table {padding-left: 0px; padding-right: 0px;}
	
	/* SCHEDULE */
	.schedule-header > tbody > tr > td {width: 100%; display: inline-block;}
	.schedule-header > tbody > tr > td:not(:FIRST-CHILD) {padding-top: 20px;}
	.schedule-nav td:NTH-CHILD(2) {min-width: auto;}
	.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {overflow: hidden !important; height: auto !important; min-height: 6px;}
	
	/* 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: solid 1px #c5c7c8; border-radius: 0px;}
	.selectOneRadio .ui-selectoneradio.ui-widget td:not(:first-child) label {padding-top: 20px;}
	.selectOneRadio .ui-selectoneradio.ui-widget td:not(:first-child) .ui-radiobutton.ui-widget {padding-top: 20px;}
	
	/* Validate Phone Number */
	.validate-phone-number .ui-button {border-radius: 0px 0px 3px 3px;}
	.validate-phone-number .input-panel .ui-inputfield {border-radius: 3px 3px 0px 0px;}
	.validate-phone-number .input-panel span {margin-bottom: 10px;}
	
	/* 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;}
	
	/* TAN Panel */
	.otp-panel .selectOneRadio .ui-selectoneradio.ui-widget td {border-bottom: none;}
	.otp-panel .selectOneRadio .ui-selectoneradio.ui-widget td:not(:first-child) .ui-radiobutton.ui-widget, .otp-panel .selectOneRadio .ui-selectoneradio.ui-widget td:not(:first-child) label {padding-top: 10px;}
	
	.hidden-sm {display: none !important;}
}

/* X-SMALL */
@media screen and (max-width: 411px){
	.dashboard-header div.left-panel,
 	.dashboard-header.item-1 div.left-panel,
 	.dashboard-header.item-2 div.left-panel,
 	.dashboard-header.item-3 div.left-panel {/* max-width: 215px; */}
 	
	/* Slick Carousel - Select */
 	.select-carousel-item > table {width: 100%;}
 	
 	.loan-payment-message i {display: block;}
 	
 	.hidden-xs {display: none !important;}
}