/* Minification failed. Returning unminified contents.
(1693,22): run-time error CSS1035: Expected colon, found 'a'
: run-time error CSS1066: Unexpected end of file encountered
 */
/*! jQuery UI - v1.10.4 - 2014-03-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
    border-bottom: 3px solid #3080d0 !important;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	/*padding: .4em 1em;*/
	position: relative;
    padding: 20px;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
    font-family: 'pt_sansbold', Arial;
}
    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 1.3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
        background: none !important;
        border-bottom: none !important;
    }
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
    .ui-dialog .ui-dialog-buttonpane button {
        margin: .5em .4em .5em 0;
        cursor: pointer;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #eeeeee;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	background: /*#1d4f81*/ #fff;
	color: #1d4f81;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d8dcdf;
	background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #004276;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #004276;
	text-decoration: none;
}

#chartMenu .ui-state-default a,
#chartMenu .ui-state-default a:link,
#chartMenu .ui-state-default a:visited {
    font-weight: normal !important;
    font-size: 13px!important;
    color: white !important;
    background: linear-gradient(to bottom,rgba(127,170,198,1) 0,rgba(98,142,187,1) 100%) !important;
    border: none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cdd5da;
	background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #111111;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #eeeeee;
	background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd3a1;
	background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cc0000;
	background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
	color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
	opacity: .4;
	filter: Alpha(Opacity=40);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
	opacity: .1;
	filter: Alpha(Opacity=10);
	border-radius: 8px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    background: url(images/ic_close_popup.png)!important;
}


body {
    font-family: 'DINPro-Regular', Arial;
    margin: 0;
    padding: 0;
    background-image: url(images/background_Capital.jpg);
}

ul.s-portal-languageSelector {
  list-style-type: none;
  margin: 0;
  /*width: 52px;*/
  height: 24px;
  right: 0;
  top: 0;
  z-index: 1;
  float: right;
}

ul.s-portal-languageSelector > li.s-portal-language {
  float: left;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: transparent!important;
  display: block;
  padding: 0;
  margin-left: 2px;
  margin-right: 5px;
}

ul.s-portal-languageSelector > li.s-portal-language > span {
  display: none;
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="tr-TR"].active {
    background-image: url(images/tr.png)!important;
    opacity: 1;
    border-bottom: 2px solid #1d4f81;
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="tr-TR"] {
    background-image: url(images/tr.png)!important;
    opacity: .5
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="sq-AL"].active {
    background-image: url(images/sq.png)!important;
    opacity: 1;
    border-bottom: 2px solid #1d4f81;
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="sq-AL"] {
    background-image: url(images/sq.png)!important;
    opacity: .5
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="sr-Latn-CS"].active {
    background: transparent!important;
    display: none;
    opacity: 1;
    border-bottom: 2px solid #1d4f81;
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="sr-Latn-CS"] {
    background: transparent!important;
    display: none;
    opacity: .5
}


ul.s-portal-languageSelector > li.s-portal-language[data-culture="en-US"].active {
   background-image: url(images/en.png)!important;
   opacity: 1;
   border-bottom: 2px solid #1d4f81;
   position: relative;
   left: 30px;
}

ul.s-portal-languageSelector > li.s-portal-language[data-culture="en-US"] {
    background-image: url(images/en.png)!important;
    opacity: .5;
    position: relative;
    left: 30px;
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="mk-MK"].active {
    background-image: url(images/mk.png)!important;
    opacity: 1;
    position:relative;
    left: -30px;
    border-bottom: 2px solid #1d4f81;
}

ul.s-portal-languageSelector>li.s-portal-language[data-culture="mk-MK"] {
    background-image: url(images/mk.png)!important;
    opacity: .5;
    position: relative;
    left: -30px;
}

.s-overlay-container, .s-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-overlay {
  background-color: #000;
  z-index: 100;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.s-overlay-message {
  width: 150px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -30px;
  background-color: #fff;
  z-index: 101;
  border: 1px solid #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.s-overlay-message > .spinner {
  background-image: url("images/ajax-loader3.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: auto;
}

.s-overlay-message > .text {
  text-align: center;
  color: #000;
  font-size: 14px;
}

/*.s-overlay-message.notext {
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-left: -24px;
  margin-top: -24px;
}

.s-overlay-message.notext > .text {
  display: none;
}

.s-overlay-message.notext > .spinner {
  margin-left: 0;
}*/
.s-widget-body .s-overlay-message{
  width: 40px;
  height: 40px;
  padding: 3px;
  margin-left: -24px;
  margin-top: -24px;
}

.s-widget-body .s-overlay-message.notext > .text {
  display: none;
}

.s-widget-body .s-overlay-message.notext > .spinner {
  margin-left: 0;
}

.s-message {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  animation: animate-bg 5s linear infinite;
  position: fixed;
  width: 100%;
  padding: 10px;
  top: -30px;
  left: 0;
  height: 30px;
  z-index: 200;
  color: #fff;
  border: 1px solid;
  background-color: #4ea5cd;
  border-color: #3b8eb5;
}

.s-message.error {
  background-color: #de4343;
  border-color: #c43d3d;
}

.s-message.warning {
  background-color: #eaaf51;
  border-color: #d99a36;
}

.s-message.success {
  background-color: #61b832;
  border-color: #55a12c;
}

@keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}

/*# sourceMappingURL=portal-core.css.map */
.s-portal-menu {
    height: 31px;
    margin-bottom: 10px;
    text-align: center;
}

.sf-menu > li {
    /*margin-left: 20px;
    margin-right: 20px;*/
    /*margin-top: 15px;*/
    /*margin-left: 1.3vw;
    margin-right: 1.3vw;*/
    margin-left: 0.2vw;
    margin-right: 0.2vw;
}

.sf-menu li:hover {
    background-color: #ccc;
    border-radius: 5px !important
}

    .sf-menu li:hover a {
        background-color: #ccc;
    }

.sf-menu li ul li a:hover {
    background-color: #E4983F;
    border-radius: 0 !important;
}

.sf-menu li ul {
    border-radius: 0 5px 5px 5px !important;
    padding: 5px;
}

.sf-menu li > a {
    padding-bottom: 3px !important;
}

.sf-menu li ul li {
    background: none !important;
    border-radius: 0 !important;
}



.sf-menu li a {
    background-image: url('images/sprite.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.sf-menu li ul li a {
    background: none;
    width: auto;
    height: auto;
    border-radius: 5px;
}


.ic_accounts a {
    background-position: 50% 0;
}

.ic_accounts.active a {
    background-position: 50% -45px;
}

.ic_cards a {
    background-position: 50% -90px;
}

.ic_cards.active a {
    background-position: 50% -135px;
}

.ic_exchange a {
    background-position: 50% -180px;
}

.ic_exchange.active a {
    background-position: 50% -225px;
}

.ic_loans a {
    background-position: 50% -270px;
}

.ic_loans.active a {
    background-position: 50% -315px;
}

.ic_my_view a {
    background-position: 50% -360px;
}

.ic_my_view.active a {
    background-position: 50% -405px;
}

.ic_payments a {
    background-position: 50% -450px;
}

.ic_payments.active a {
    background-position: 50% -495px;
}

.ic_pfm a {
    background-position: 50% -540px;
}

.ic_pfm.active a {
    background-position: 50% -585px;
}

.ic_portal a {
    background-position: 50% -630px;
}

.ic_portal.active a {
    background-position: 50% -675px;
}

.ic_offers a {
    background-position: 50% -715px;
}

.ic_offers.active a {
    background-position: 50% -760px;
}


/*.ic_accounts:hover { background-position: 50% -45px; } 
.ic_cards:hover { background-position: 50% -135px; } 
.ic_exchange:hover { background-position: 50% -225px; } 
.ic_loans:hover { background-position: 50% -315px; }  
.ic_my_view:hover { background-position: 50% -405px; } 
.ic_payments:hover { background-position: 50% -495px; }  
.ic_pfm:hover { background-position: 50% -585px; } 
.ic_portal:hover { background-position: 50% -675px; }*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.1;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 12em;
        /* left offset of submenus need to match (see below) */
    }

        .sf-menu ul li {
            width: 100%;
        }

            .sf-menu ul li:hover {
                visibility: inherit;
                /* fixes IE7 'sticky bug' */
            }

    .sf-menu li {
        float: left;
        position: relative;
    }

        .sf-menu li:hover ul {
            left: 0;
            top: 2.5em;
            /* match top ul list item height */
            z-index: 999;
        }

html[dir="rtl"] .sf-menu > li {
    float: right;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu > li > a {
    padding: 0 0 0 0;
    width: 100%;
    text-align: center;
    /*margin-top: 40px;
    padding-top: 8px;*/
    padding-top: 42px;
    margin-bottom: 23px;
    height: 0;
    margin-top: 4px;
}

ul.sf-menu li:hover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul {
    left: 10em;
    /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    /*float: left;*/
  display: inline-flex;
    width: 100%;
}

    .sf-menu a {
        padding: 0.75em 1.25em;
        text-decoration: none;
        /*** arrows **/
    }

    .sf-menu a /*.sf-menu a:visited*/ {
        /* visited pseudo selector so IE6 applies text colour*/
        color: #fff;
    }

    .sf-menu li a {
        font-weight: bold;
    }

    .sf-menu li:hover a {
    }

    .sf-menu li ul {
        text-align: left;
        background: #ccc;
        margin-top: 25px;
        margin-left: 0px;
        /*padding-top: 7px;*/
        border-radius: 0 0 5px 5px;
    }

        .sf-menu li ul li:hover > a {
            color: #fff;
        }

    .sf-menu li li a {
        padding-left: 10px;
        color: #fff;
    }

        .sf-menu li li a:hover {
            text-decoration: underline;
            .sf-menu a.sf-with-ul

{
    padding-right: 2.25em;
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-menu li li {
    background: transparent;
}

.sf-menu > li:hover {
    outline: 0;
}

    .sf-menu > li:hover .sf-sub-indicator {
        /*background: url("images/menu-arrows-ffffff.png") no-repeat -10px -100px;*/
    }

.sf-menu > li.active > a {
    color: #fff;
}

.sf-menu li a:hover {
    color: #fff;
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: transparent;
    // background: url("images/menu-arrows-ffffff.png") no-repeat -10px -100px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
    /* apply hovers to modern browsers */
    /* point right for anchors in subs */
    /* apply hovers to modern browsers */
}

a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    /*background-position: -10px -100px;*/
    /* arrow hovers for modern browsers*/
}

.sf-menu ul .sf-sub-indicator {
    /*background-position: -10px 0;*/
}

.sf-menu ul a > .sf-sub-indicator {
    /*background-position: 0 0;*/
}

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    /*background-position: -10px 0;*/
    /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: url("images/menu-shadow.png") no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

    .sf-shadow ul.sf-shadow-off {
        background: transparent;
    }

/*# sourceMappingURL=portal-menu.css.map */


.clearfix {
    overflow: auto;
    zoom: 1;
}

#render-wrapper {
    min-width: 1200px;
}

.s-widget {
    /*margin: 0 5px 10px 5px;*/
    margin: 0 7px 10px 8px;
    background-color: #fff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: normal;
}

    .s-widget.float {
        float: left;
    }

html[dir="rtl"] .s-widget.float {
    float: right;
}

.s-widget-placeholder {
    border: 1px dashed #ccc;
}

.s-widget-loading {
    display: none;
    width: 16px;
    height: 16px;
    background: url("images/ajax-loader.gif") no-repeat;
}

.s-widget-button {
    cursor: pointer;
    width: 16px;
}

.s-widget-title {
    font-size: 18px;
    font-family: 'DINPro-Bold', Arial;
    font-weight:bold;
    text-transform: none !important;
}

.s-widget .s-overlay {
    opacity: 0.1;
    filter: Alpha(Opacity=10);
    display: block;
}

.s-widget-tooltip {
    display: none;
    width: 300px;
    height: 150px;
    overflow: auto;
    font-size: 11px;
    padding: 10px;
    border: 1px solid #bbb;
    border: 2px;
    background-color: #fff;
    color: #333;
    z-index: 1000;
}

.s-widget-content .s-widget-header {
    cursor: default;
    color: #1d4f81;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid #3080d0;
    background-color: #d1d1d1;
    margin-bottom: 20px;
    border-radius: 7px 7px 0 0 !important;
}


.s-widget-header.draggable {
    cursor: move;
}

.s-widget-header.nodrag {
    cursor: default;
}

.s-widget-header.nochrome {
    display: none;
}

.s-widget-body {
    border: 0;
    overflow: auto;
    min-height: 65px;
    padding: /*10px*/ 20px;
    border-radius: 0 0 7px 7px !important;
}

.s-widget-body-header {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0 10px 0px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
}

.s-widget-body-info {
    height: 20px;
    padding: 5px;
    border: 1px solid;
    color: #fff;
    background-color: #4ea5cd;
    border-color: #3b8eb5;
}

    .s-widget-body-info.error {
        background-color: #de4343;
        border-color: #c43d3d;
    }

    .s-widget-body-info.warning {
        background-color: #eaaf51;
        border-color: #d99a36;
    }

    .s-widget-body-info.success {
        background-color: #61b832;
        border-color: #55a12c;
    }

.s-widget.maximized .s-widget-body-info {
    min-height: 100px;
}

.s-widget-zone {
    margin: 0 auto;
    min-height: 100px;
    float: left;
}

    .s-widget-zone.fullWidth {
        max-width: 100% !important;
        background-color: white;
        margin: 0 auto 20px auto;
        padding-top: 20px;
    }

.s-page {
    max-width: /*1500px*/ 70%;
    margin: auto;
    min-width: 1020px;
}

html[dir="rtl"] .s-widget-zone {
    float: right;
}

.s-widget-drop-placeholder {
    background-color: #dedede;
    border: 1px dashed #ccc;
    margin: 10px 5px 5px 5px;
    min-height: 20px;
}

.s-page-host {
    margin: 0 auto;
    min-height: 400px;
    background: url('images/bg_halkbank_badge.png') no-repeat 90% top;
}

s-page-host.login {
    width: 814px;
}

.s-page-host > .s-page-content {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 400px;
}

.s-widget-body-error-summary {
    background-color: white;
    padding: 10px;
}

    .s-widget-body-error-summary ul {
        margin: 0;
        font-size: 0.85em;
        color: #9a8570 !important;
        list-style-type: none;
        background-color: #fcead5 !important;
        background-image: url(images/za-error.png);
        background-repeat: no-repeat;
        border: 1px solid #c9b098 !important;
        background-position: center left 10px;
    }

        .s-widget-body-error-summary ul li {
            padding: 14px;
        }

/* portal icons */
.s-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/spritesheet.png);
    display: block;
    padding: 0;
    margin-left: 10px;
}

.s-icon-expand {
    background-position: 0 0;
}

.s-icon-back {
    background-position: 0 -16px;
}

.s-icon-collapse {
    background-position: 60px 0;
}

.s-icon-maximize {
    background-position: -56px 0px;
}

.s-icon-minimize {
    background-position: -252px 0px;
}

.s-icon-help {
    background-position: -28px 0;
}

.s-icon-remove {
    background: url(images/ic_close.png);
    height: 14px;
}

.s-icon-catalog-open {
    background-position: -96px 0;
}

.s-icon-catalog-close {
    background-position: -112px 0;
}

/* catalog captions */
.s-catalog-caption {
    width: 16px;
    height: 114px;
    background-image: url(images/portal-images.png);
    display: block;
    padding: 0;
}

    .s-catalog-caption.sr-Latn-CS {
        background-position: -128px 0;
    }

    .s-catalog-caption.mk-MK {
        background-position: -128px 0;
    }

    .s-catalog-caption.en-US {
        background-position: -144px 0;
    }

    .s-catalog-caption.sq-AL {
        background-position: -144px 0;
    }

    .s-catalog-caption.tr-TR {
        background-position: -144px 0;
    }

.s-widget-catalog {
    position: fixed;
    left: 0;
    top: 50%;
    min-width: 36px!important;
    height: 500px;
    margin-top: -250px;
    border: 1px solid #bbb;
    border-left: 0;
    background-color: #ddd;
    z-index: 200;
    opacity: 0.90;
    filter: Alpha(Opacity=90);
    overflow: hidden;
    cursor: pointer
}

.s-widget-catalog-content {
    margin-left: 16px;
    padding-left: 2px;
    height: 500px;
    overflow: auto;
}

.s-widget-catalog-handle {
    position: absolute;
    left: 0;
    background-color: #aaa;
    width: 36px;
    height: 100%;
}

    .s-widget-catalog-handle > .toggle {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
    }

.s-widget-catalog-item {
    margin-top: 5px;
    margin-left: 24px
}

    .s-widget-catalog-item:hover {
        cursor: move;
    }

    .s-widget-catalog-item .itemName {
        font-size: 1.2em;
        color: #000;
    }

    .s-widget-catalog-item .itemImage {
        margin-top: 2px;
        background-image: url("images/catalogImagePlaceholder.jpg");
        height: 100px;
        display: none;
    }

.s-widget-button-collapse {
    background-image: url(images/hb_collapse.png);
    background-repeat: no-repeat;
    background-position: center;
}

.s-widget-button-expand {
    background-image: url(images/hb_expand.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .s-widget-button-expand .s-icon-expand {
        background-position: -16px 0;
    }

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-state-default, .filterRegion button {
    /*font-weight: normal !important;
    font-size: 13px!important;*/
    color: white !important;
    /*border: none !important;*/
}

.ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;
}

.ui-icon-circle-check,
.ui-icon-blue {
    background-image: url(images/ui-icons_469bdd_256x240.png) !important;
}

.ui-icon-triangle-2-n-s {
    background-image: url(images/ui-icons_469bdd_256x240.png) !important;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-locked {
    background-image: url("images/klucKopce.png") !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 !important;
}

.ui-icon-gear {
    background-image: url(images/icon6.png) !important;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0 !important;
    padding-top: 3px;
}

.ui-icon-tag {
    background-image: url("images/hb_edit_orange.png") !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 0 !important;
}

.ui-icon-disk {
    background-image: url(images/icon7.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    padding: 11px;
}

.ui-icon-document {
    background-image: url(images/icon8.png) !important;
    background-position: 0 0 !important;
    padding: 11px;
    background-repeat: no-repeat;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.CardBalancePreview .ui-icon-tag {
    margin-left: 16px;
    margin-right: 16px;
}

.ui-icon-seek-first, .ui-icon-triangle-1-w, .ui-icon-triangle-1-e, .ui-icon-seek-end {
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 !important;
    margin-left: 3px;
}

.ui-icon-seek-first {
    background-image: url("images/icon66-v2.png") !important;
}

.ui-icon-triangle-1-w {
    background-image: url(images/icon66.png) !important;
}

.ui-icon-triangle-1-e {
    background-image: url(images/icon55.png) !important;
}

.ui-icon-seek-end {
    background-image: url(images/icon55-v2.png) !important;
}

.ui-icon-print {
    background-image: url("images/printKopce.png") !important;
    background-repeat: no-repeat;
    padding: 3px 16px 17px 0;
    background-position: -2px -3px !important;
}

.ui-button-text-only .ui-button-text {
    padding: .2em .5em;
}

.ui-button {
    padding: 5px;
    border-radius: 5px !important;
}

.ui-button-text {
    /*font-weight: bold;*/
}

.ui-dialog {
    padding: 0.2em !important;
    border: none !important;
    border-radius: 10px !important;
}

    .ui-button:hover, .ui-dialog .ui-widget-header .ui-button:hover, .ui-button:focus {
        /*background: linear-gradient(to bottom,#1d4f81 0,#2C2D37 100%) !important;*/
        outline: none !important;
    }

.ui-widget-header, .ui-dialog-buttonpane {
    border: none !important;
}

.ui-dialog-content {
    font-size: 13px;
}

.s-page-host.login {
    margin: auto;
}

.ui-state-default {
    background: #1d4f81 !important;
}

.ui-state-active {
    background: #1d4f81 !important;
}

/*# sourceMappingURL=portal.css.map */


.ui-dialog-buttonpane .ui-dialog-buttonset span {
    font-family: 'pt_sansregular', sans-serif;
    font-size: 0.9em;
    font-weight: normal;
}


.AccountBalancePreviewSlider, .CardBalancePreviewSlider {
    margin-top: 0px;
}

.s-widget-body .sort-indicator {
    /*display: inline-block!important;
    vertical-align: top;
    position: relative!important;
    left: 0px!important;
    top: 0px!important;
    background-image: url(images/spritesheet.png)!important;
    background-position: -88px 0px!important;
    margin-left: 2px!important;
    margin-top: -3px!important;*/
    /*display: none;*/
}

    .s-widget-body .sort-indicator:before {
        content: '';
        width: 12px;
        height: 12px;
        background-image: url(images/spritesheet.png) !important;
        background-position: -88px 0px !important;
    }

.ui-dialog-titlebar-close {
    border: none !important;
}

.ExchangeOffice .account-slider {
    padding: 5px 0!important;
}
/* Slider */
.slick-slider
{
    position: relative;
    margin-top: -14px!important;
    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin: 0 auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    /*display: none;*/
    /*float: left;*/
    display: inline-block !important;
    text-align: center;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline:none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*   CUSTOM SLIDER STYLES   */

.slider-info{
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: -500px;
    width: 100%;
    box-sizing: border-box;    
    display:block;
    transition:all ease 0.5s;
    height:150px;
}

.slider-info.initialized{
    visibility:visible !important;
    bottom:0;
    overflow:auto;
}

.slider-info > div{
    padding-right:0px;
}

.slider-info .slider-info-top{
    padding-bottom:15px;
}

.slider-info .slider-info-bottom {
    padding-top:15px;
    padding-bottom:0px;
    border-top:1px solid #ec1a3a;
}

.slide-text{
    width: 60%;
    margin-left: 10%;
    margin-top: 10%;
}

.slide-title span{
    background:#ec1a3a;
    padding:10px;
    display:inline-block;       
    color:#fff;
    font-weight:normal;
    font-size:22px;
    margin-left: -10px;
}

.slide-caption{
    /*background:rgba(0,0,0, 0.5);*/
    /*background:#595959;
    padding:10px;
    display:inline-block;       
    color:#fff;
    font-weight:300;
    font-size:22px;*/
}

.slide-caption span{
    display: inline;
    background:#595959;
    box-shadow: 10px 0 0 #595959, -10px 0 0 #595959;
    color:#fff;
    font-weight:300;
    font-size:22px;
    padding:5px 0;
    line-height:35px;
}
body {
    margin: 0;
    font-size: 16px;
    font-family: 'DINPro-Regular', sans-serif;
    background: url(images/bg_body.jpg) repeat-x left -49px;
}

    body::-webkit-scrollbar {
        width: 1em;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

.overflow {
    overflow-y: scroll;
    overflow-x: hidden;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.ttf');
}


.appHeader {
    height: 100px;
    background-position: 10px 10px;
    padding-top: 45px;
    padding-bottom: 15px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.userinfo {
    float: right;
    margin-top: 2px;
}



    .userinfo .s-widget {
        border: 0;
        margin: -30px 0 0 90px;
        font-size: 14px !important;
        border-radius: 0 0 10px 10px !important;
        background: none !important;
    }

    .userinfo .s-widget-body {
        color: #fff;
        font-weight: bold;
        text-align: right;
    }

.userinfoPopoverPlaceholder {
    width: 32px;
    height: 32px;
    background: url("images/user.png") no-repeat;
}

.userinfoContent {
    display: none;
}

.s-portal-languageSelector {
    /*display: none;*/
}

.s-portal-languageSelector-dd {
    position: absolute;
    right: 10px;
    top: 12px;
}

.main-menu {
    width: 60%;
    margin: auto;
    position: relative;
    top: -130px;
}

.slicknav_menu {
    position: absolute;
    width: 80%;
    z-index: 999;
}

.limits {
    margin-left: 10px;
    margin-bottom: 20px;
}

.limits-accent {
    color: #02a1d2;
}

.limits-type {
    margin: 10px 0 5px 0;
}

.limits-list {
    margin-left: 20px;
}

/*@media screen and (max-width: 640px) {
  .appHeader,
  #pageHost, .s-widget-zone {
    width: 100% !important;
  }
    .userinfo {
        margin-top:122px;
        margin-bottom:10px;
    }
  .s-icon-maximize, .s-icon-collapse {
    display: none;
  }
}*/

.noticeSection {
    padding: 10px;
}

input {
    padding: 4px 0;
    border-radius: 5px;
    border: 1px solid #999;
}

select {
    height: 28px;
    background-image: url(images/zaBox.png);
    background-repeat: no-repeat;
    background-position: right;
    min-width: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 34px;
    padding-left: 10px;
    border-radius: 5px;
}

    select::-ms-expand {
        display: none;
    }

textarea {
    border-radius: 5px;
}

#changePassword, .logout, #profile {
    /*height: 19px;
    padding-top: 5px;*/
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer
}

.logout {
    background: linear-gradient(rgb(56, 133, 184) 0, rgb(29, 79, 128) 100%);
    color: white;
}

#changePassword:hover {
    background: linear-gradient(to bottom, #bbb 0, #fff 100%);
}

.logout:hover {
    background: linear-gradient(rgb(29, 79, 128) 0, rgb(56, 133, 184) 100%);
}

.loginControls {
    margin-top: 0px;
    padding-bottom: 12px;
    padding-left: 5px;
    text-align: right;
    padding-top: 0px;
    padding-right: 0px;
    display: inline-block;
}

    .loginControls a {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        cursor: pointer;
        /*padding: 5px 5px 5px 15px;*/
        width: 24px;
        height: 24px;
        float: left;
        margin-left: 7px;
    }

    .loginControls span {
        display: none;
    }

    .loginControls .token-info {
        background: url("images/ic_tokeninfo_grey.png");
    }

    .loginControls .mailbox-info {
        background: url("images/message-icon-4.png");
        width: 18px;
        height: 18px;
        background-size: contain;
        margin-top: 3px;
        float:left;
        cursor: pointer;
    }

    .loginControls .user-info {
        background: url("images/ic_userinfo_grey.png");
    }

    .loginControls #profile {
        background: url("images/ic_user_grey.png");
    }

    .loginControls #changePassword {
        background: url("images/ic_password_grey.png");
    }

    .loginControls .logout {
        background: url("images/ic_power_grey.png");
    }

.loginSessionInfo {
    display: block;
}

.loginName, .loginSessionInfo, .loginTime {
    padding-left: 5px;
}

.CurrencyExchangeV2 tr td:nth-child(2) {
    padding-left: 20px;
}

.btnReverse {
    height: 28px !important;
    width: 28px !important;
}

.detailTable td {
    border-bottom: 1px solid #ddd;
    padding: 4px;
}

.PersonalDataV2 .detailTable td {
    text-align: left;
}

.CardBalance .detailTable td {
    text-align: right;
}

.CardBalance #selectCurrency {
    display: none;
}

/*.CardBalance .s-widget-body,*/ /*.CardBalancePreview .s-widget-body,*/
/*.LoanBalancePreviewV2 .s-widget-body,*/ /*.CurrencyExchangeV2 .s-widget-body,*/
/*.CardInfo .s-widget-body,*/ /*.AccountBalancePreview .s-widget-body,*/
/*.AccountTurnover .s-widget-body,*/ /*.AccountLastChanges .s-widget-body,*/
/*.PaymentOverviewV2 .s-widget-body,*/ /*.LoanAnnuityPlan .s-widget-body,*/
/*.LoanBalance .s-widget-body,*/ /*.LoanRepayments .s-widget-body,*/

.ComingReminders .s-widget-body {
    padding: 0;
}

.PaymentOrderV3Mk .s-widget-body table {
    background-color: #ffe4e1;
    color: #f15d4f;
}

.toolbar {
    /*background-color: #efefef;*/
    border: 1px none #ddd;
    padding: 6px;
    margin: 0;
    font-size: .9em;
    text-align: right;
}

.tableHeader tbody {
    background-color: #909090;
    color: white;
    padding: 1px;
}

.tableHeader tr {
    height: 30px;
}

.billIcon393 {
    background-image: url(images/Telekom.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}

.billIcon394 {
    background-image: url(images/Telekom.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}

.billIcon398 {
    background-image: url(images/Beg.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}

.billIcon399 {
    background-image: url(images/Neotel.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}

.billIcon998 {
    background-image: url(images/Vodovod.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}


.billIcon999 {
    background-image: url(images/Mtv.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}

.billIcon392 {
    background-image: url(images/Evn.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 60px;
}


.splitDialog .reminder .tableHeader table tbody tr > td:first-child {
    vertical-align: middle;
    padding: 6px;
    background-image: none
}

.splitDialog .reminder .tableHeader table tbody tr > td:last-child {
    vertical-align: middle;
    text-align: center !important;
    background-color: #efefef;
}


.tableHeader:last-child table tbody tr td:first-child {
    background-image: none;
}

.tableHeader span {
    padding: 0 2px;
}

.LoanAnnuityPlan .tableHeader table tbody tr td,
.CardLimits .tableHeader table tbody tr td {
    border-bottom: 1px solid #e8e8e8;
}

.LoanAnnuityPlan .tableHeader tbody,
.CardLimits .tableHeader tbody {
    background-color: #fff;
    color: #000;
}

.LoanAnnuityPlan .tableHeader table,
.CardLimits .tableHeader table {
    border-spacing: 0;
}

.AccountBalancePreview .s-widget-body td:first-child {
    width: 15px;
}

.AccountStatements .statementsFilter {
    /*display: none !important;*/
}

.tableFilter .filterButton {
    text-align: right;
    margin-right: 5px;
    height: auto;
}

.CardTurnover .filterButton span {
    /*display: inline-block;*/
}

.CardTurnover span .ui-button-text {
    /*padding-top: 0 !important;
    padding-left: 0 !important;
    position: relative;
    top: -2px;*/
}

.CardTurnover button > span.ui-button-text {
    /*padding-left: 5px;
    padding-right: 5px;*/
}

fieldset {
    border: none;
    padding: 5px 0;
    margin-top: 5px;
}

    fieldset legend > span {
        font-weight: bold;
    }

    fieldset input, .PaymentTransfer select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #999
    }

.orderFormPublicColor {
    background-color: #d5d5d5;
}

    .orderFormPublicColor input {
        padding-top: 2px;
        padding-bottom: 2px;
    }

.logo {
    background: url(./images/halkBankLogo166x32.png) no-repeat;
    width: 190px;
    height: 36px;
    display: block;
    background-size: 100%;
}

.clientHeader {
    font-size: 15px;
    font-weight: bold;
}

.incomeAccount, .budgetAccount {
    width: 100% !important;
}

.btnPaymentCode {
    border-radius: 4px;
    height: 29px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-datepicker-trigger {
    padding: 0 7px 0 11px;
    margin-bottom: -6px;
    cursor: pointer;
}

.PaymentOverviewV2 .clientGrid tbody td {
    /*box-shadow: 2px 1px 1px #9d9d9d;*/
    border-collapse: separate;
}

.s-widget.maximized .s-widget-body {
    min-height: 100px;
}

.s-widget.maximized .s-widget-title {
    padding-left: 50px;
}

.reminder select, .reminder input {
    width: 100%;
}

    .reminder input.hasDatepicker {
        width: 70%;
    }

.clientGrid tbody td:first-child {
    /*width: 1%;*/
}

.ui-state-active, .ui-state-active:hover {
    background: #1d4f81 !important;
}

.clientGrid tbody tr {
    border-bottom: 1px solid #e5e5e5 !important;
}

.error-summary {
    background-color: #ffe6e6;
    color: #c41414;
    border: 1px solid #c41414;
}

    .error-summary ul {
        margin: 0;
        padding: 5px 5px 5px 30px;
        font-size: .65em;
        list-style-type: none;
    }

button.previous, button.next {
    width: 20px !important;
    height: 20px !important;
}

    button.previous .ui-icon, button.next .ui-icon {
        margin-left: -6px;
    }

.no_more, .disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.navPanelContainer a {
    background: linear-gradient(rgb(127, 170, 198) 0, rgb(98, 142, 187) 100%);
    border: none !important;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
}

    .navPanelContainer a:hover {
        background: linear-gradient(rgb(239, 113, 32) 0, rgb(187, 78, 15) 100%);
    }

.navPanelContainer .active_page {
    background-image: linear-gradient(rgb(239, 113, 32) 0, rgb(187, 78, 15) 100%);
}

.navPanelContainer a.active_page:hover {
    color: white !important;
}

.ComingReminders .clientGrid tbody td {
    /*height: 80px;*/
}

    .ComingReminders .clientGrid tbody td:hover {
        background-color: #e1e1e1;
    }

.newTemplate {
    width: 200px !important;
    margin: 0 auto !important;
}

.CreditorTemplateManagingForeign .s-widget-body thead tr th:nth-child(1) {
    width: 25px !important;
}

.gvOrderPreviewList .clientGrid tbody td:hover {
    background-color: #efefef;
}

.CreditorTemplateManagingV2 .ui-icon-closethick, .CreditorTemplateManagingV2Public .ui-icon-closethick, .CreditorTemplateManagingForeign .ui-icon-closethick,
.OrderPackageList .ui-icon-closethick, .PaymentToMobileTemplates .ui-icon-closethick {
    /*background: url("images/ui-icons_469bdd_256x240.png") !important;
    background-position: -96px -128px !important;*/
    background: url('images/ic_close.png') no-repeat center center !important;
}

.ui-dialog-content select.creditAccount, .ui-dialog-content input.creditorBankName {
    width: 100% !important;
}

.CreditorTemplateManagingForeign .s-widget-body {
    /*padding: 0 0 10px 0;*/
}

.orderFormForeignColor table, .orderFormForeignColor div {
    background: linear-gradient(to bottom,#fefefe 0,#f1f1f1 100%);
    border-collapse: collapse;
    width: 100%;
}

.foreignPaymentDebtor tr:first-child, .foreignPaymentCreditor tr:first-child {
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
}

.foreignPaymentDebtor tr:last-child {
    height: 73px;
}

.orderFormForeignColor > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    display: none;
}

.ui-front {
    z-index: 1000 !important;
}

.s-widget-zone-content {
    min-height: 100px;
}

    .s-widget-zone-content .s-widget {
        border-radius: 7px !important;
    }

.error-container {
    color: red
}

select.s-portal-languageSelector-dd > option[data-culture="ar"],
select.s-portal-languageSelector-dd > option[data-culture="sr-Latn-CS"],
select.s-portal-languageSelector-dd > option[data-culture="ru-RU"],
select.s-portal-languageSelector-dd > option[data-culture="he"],
select.s-portal-languageSelector-dd > option[data-culture="uk-UA"],
select.s-portal-languageSelector-dd > option[data-culture="ro-RO"],
select.s-portal-languageSelector-dd > option[data-culture="he"],
select.s-portal-languageSelector-dd > option[data-culture="de-DE"],
select.s-portal-languageSelector-dd > option[data-culture="sr-Cyr-CS"],
select.s-portal-languageSelector-dd > option[data-culture="de-DE"],
select.s-portal-languageSelector-dd > option[data-culture="sr-Cyr-CS"],
select.s-portal-languageSelector-dd > option[data-culture="es-AR"],
select.s-portal-languageSelector-dd > option[data-culture="tr"],
select.s-portal-languageSelector-dd > option[data-culture="sq"] {
    display: none;
}

.s-portal-languageSelector-dd {
    position: absolute;
    left: 2px;
    top: 1px;
}

/*# sourceMappingURL=theme.css.map */

.LoginRetail,
.Slider {
    margin: 0;
    height: 100vh;
    border-radius: 0;
    display: inline-block;
}

.Slider {
    position: relative;
}

.rslides img {
    height: 100vh !important;
}

.slider-text, .slide-text {
    z-index: 3;
    position: absolute;
    color: white;
    text-align: right;
    right: 70px;
    bottom: 10%;
    font-family: 'DINPro-Bold', sans-serif;
    font-weight:700;
}

    .slide-text p {
        margin: 0;
        padding: 0;
    }

.slide-text {
    top: 55%;
    width: auto !important;
}

    .slider-text h1, .slide-text h1 {
        font-size: 35px;
    }

    .slider-text a, .slide-text a {
        color: white;
        cursor: pointer;
        text-decoration: underline;
        font-size: 16px;
    }

.Slider #indicators li {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 50%;
    cursor: pointer;
    border: solid 2px white;
}

    .Slider #indicators li.rslides_here {
        background: white;
    }

.Slider #indicators .indicator {
    color: transparent !important;
}


.languageSelectorContainer {
    /*position: absolute;
    z-index: 3;
    top: 40px;
    left: 20px;*/
}

#logo {
    width: 250px;
    height: 60px;
    background-image: url('images/logo_capital.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.s-widget-zone.fullWidth .s-widget {
    margin-top: 0;
}

    .s-widget-zone.fullWidth .s-widget,
    .s-widget-zone.fullWidth .s-widget:hover,
    .s-widget-zone.fullWidth .s-widget .s-widget-body {
        border: none;
        background: transparent;
    }

        .s-widget-zone.fullWidth .s-widget .s-widget-title {
            text-align: center;
            font-size: 16px;
        }

        .s-widget-zone.fullWidth .s-widget .s-widget-body {
            padding: 10px 0 25px 0;
        }

.s-widget-zone:not(.fullWidth) .s-widget:not(.UserInfo), .s-widget-zone:not(.fullWidth) .s-widget:not(.UserInfo):hover {
    border: none;
    /*box-shadow:rgba(0, 0, 0, 0.2) 0 0 7px;*/
    box-shadow: 0 0 5px #ccc;
}

.account-name-container {
    margin-bottom: 15px;
    max-width: 291px;
}

    .account-name-container div {
        display: inline-block;
        vertical-align: middle;
    }

        .account-name-container div:first-child {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 80%;
        }

.pencil-icon {
    background: url(images/pencil.png);
    width: 22px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
}

.slickContainer {

    margin: auto;
}

.slick-slide {
    height: 200px !important;
    vertical-align: middle;
    display: table-cell !important;
}

    .slick-slide .account-slider {
        border-bottom: 5px solid #9e9e9e;
    }

.slick-current .account-slider {
    border-bottom: 5px solid #00477d !important;
}

.slick-slide .account-slider {
    background-color: #d1d1d1;
    color: #005596;
    padding: 7px 0;
    width: 95%;
    margin: auto;
    transition: ease all 0.2s;
    cursor: pointer;
    box-shadow: 1px 1px 10px #555;
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
    min-height: 95px;
}

.slick-active {
    /*border-bottom: 5px solid #cdcdcd;*/
}

.slick-slide.slick-current .pencil-icon {
    display: inline-block;
}

.slick-slide .pencil-icon {
    display: none;
}

.slick-current .account-slider {
    background-color: #005596;
    padding: 20px 0;
    color: #fff;
    border-radius: 10px;
}

.slick-amount {
    font-size: 23px;
    font-weight: bold;
    margin: 3px;
}

.slick-list {
    width: 920px;
    margin: auto !important;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 43%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-position: center center;
}

.slick-next {
    right: 0;
}

.slick-arrow:before {
    content: '';
    width: 39px;
    height: 39px;
    display: block;
}

.slick-prev:before {
    background: url(images/arrow-left.png) no-repeat center center;
}

.slick-next:before {
    background: url(images/arrow-right.png) no-repeat center center;
}

.s-widget-zone.topZone {
    margin-top: 30px;
}

.cardSliderImage.maestro {
    background: url("images/ic_maestro_big.png");
}

.cardSliderImage.mastercard {
    background: url("images/ic_mastercard_big.png");
}

.cardSliderImage {
    width: 50px;
    height: 40px;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 43%;
    bottom: -25px;
    background-size: cover !important;
}

.slick-current .cardSliderImage {
    width: 60px;
    height: 50px;
    left: 41%;
}

.CardBalancePreview .cardDescriptionImage {
    display: inline-block;
    height: 17px;
    width: 26px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    top: 3px;
    margin-right: 10px;
    margin-left: 5px;
}

    .CardBalancePreview .cardDescriptionImage.mastercard {
        background: url(images/ic_mastercard_small.png);
    }

    .CardBalancePreview .cardDescriptionImage.maestro {
        background: url(images/ic_maestro_small.png);
    }

.CardBalancePreview .clientGrid tbody td {
    padding: 0;
    height: 29px;
    padding: 10px !important
}

.sf-menu > li {
    width: 10% !important
}

.crontoDialog, .group-inner {
    text-align: center
}

@media only screen and (max-width: 1350px) {
    .userinfo {
        margin-right: 0 !important;
    }

    #logo {
        margin-left: 0 !important;
    }
}



.AccountBalancePreviewSlider, .AccountBalancePreviewSlider .s-widget-body, .CardBalancePreviewSlider, .CardBalancePreviewSlider .s-widget-body, .LoanBalancePreviewSlider, .LoanBalancePreviewSlider .s-widget-body {
    background: none !important;
    box-shadow: none !important;
}

.AccountBalancePreviewSlider .s-widget-body {
    padding-bottom: 0!important;
}

/* Logged in - Language */
.languageSelectorContainer {
    position: relative;
    /*bottom: 0;*/
    top: 0;
    right: 0;
    width: 100%;
    /*background-color: #fff;*/
    padding: 10px 0 0px 0;
    /*box-shadow: -5px 0 7px #dcdcdc;*/
    z-index: 99
}

.s-page-host {
    padding-bottom: 50px;
    z-index: 999;
}


.s-portal-language[data-culture="ar"],
.s-portal-language[data-culture="ru-RU"],
.s-portal-language[data-culture="he"],
.s-portal-language[data-culture="es-AR"],
.s-portal-language[data-culture="ro-RO"],
.s-portal-language[data-culture="uk-UA"],
.s-portal-language[data-culture="sr-Cyr-CS"],
.s-portal-language[data-culture="sq"],
.s-portal-language[data-culture="tr"],
.s-portal-language[data-culture="de-DE"] {
    display: none !important;
}

.clientGrid tbody td {
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 14px!important;
}

/* FILTERS */

.hasDatepicker {
    background-image: url(images/ic_datepicker.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 8px) center !important;
    cursor: pointer !important;
    min-width: 119px;
    border: 1px solid #ccc;
    padding: 8px;
}

.ui-datepicker-trigger {
    display: none;
}

.btnExecuteFilter {
    background-color: rgb(29, 79, 128) !important;
    color: #fff !important;
    border: none !important;
    margin: 0 !important;
    border-bottom: 3px solid #3080d0 !important;
    padding: /*10px 20px 6px 20px*/ 7px 20px 4px 20px !important;
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 1.1em !important;
    cursor: pointer;
    border-radius: 5px;
    
}

    .btnExecuteFilter .ui-icon {
        display: none;
    }

    .btnExecuteFilter.limits {

        margin-left: 10px !important;
    }
        .btnExecuteFilter.limits span, .btnExecuteFilter.blockCardButton {
            font-weight: bold;
        }
      
        .tableFilter input {
            padding: 6px 7px 8px 7px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

.tableFilter select {
    padding: 6px 7px 8px 7px;
    border: 1px solid #ccc;
    height: 31px !important;
    border-radius: 5px;
}

/* DATEPICKER */

.ui-datepicker {
    box-shadow: 0 0 3px #ccc;
}

/* ACCOUNT DETAILS */
.leftInfo {
    float: left;
    width: 40%;
}
    .leftInfo .blockButton {
        height: auto !important;
        text-align: center;
        margin-top: 26px;
    }

        .leftInfo .blockButton .btnExecuteFilter {
            padding: 6px 30px !important;
        }

.rightInfo {
    float: right;
}

    .rightInfo .detailTable div {
        float: left;
        width: 100%;
    }

    .rightInfo .detailTable:after {
        content: '';
        display: block;
        clear: both;
    }

    .rightInfo .detailCardTable div {
        float: left;
        width: 100%;
        padding-bottom: 0px;
        padding-right: 15px;
    }

    .rightInfo .detailTable div div, .rightInfo .detailCardTable div span {
        width: 49%;
        float: left;
        padding-bottom: 5px;
        text-align: left !important;
        min-height: unset;
        font-family: 'DINPro-Bold', sans-serif;
        font-size: 14px;
    }

        .rightInfo .detailCardTable div span:first-child, .rightInfo .detailTable > div > div:first-child {
            font-weight: bold;
        }

/* Maestro */
.card_21 {
    background: url('images/cards/card21.jpg') no-repeat center center;
    background-size: contain
}
/* Standard */
.card_22 {
    background: url('images/cards/card22.jpg') no-repeat center center;
    background-size: contain
}
/* MC Business Debit */
.card_23 {
    background: url('images/cards/card23.jpg') no-repeat center center;
    background-size: contain
}

/* Standard Gold 24 */

/* Standard PayPass */
.card_25 {
    background: url('images/cards/card25.jpg') no-repeat center center;
    background-size: contain
}

/* Gold PayPass 26 */

/* MC Business Revolving */
.card_27 {
    background: url('images/cards/card27.jpg') no-repeat center center;
    background-size: contain
}
/* Master Card World */
.card_28 {
    background: url('images/cards/card28.jpg') no-repeat center center;
    background-size: contain
}
/* MasterCard Debit */
.card_29 {
    background: url('images/cards/card29.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Electron */
.card_41 {
    background: url('images/cards/card41.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Electron */
.card_42 {
    background: url('images/cards/card42.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Classic, Credit */
.card_43 {
    background: url('images/cards/card43.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Business */
.card_44 {
    background: url('images/cards/card44.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Gold */
.card_45 {
    background: url('images/cards/card45.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Debit Penzioner */
.card_46 {
    background: url('images/cards/card46.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Electron Student */
.card_47 {
    background: url('images/cards/card47.jpg') no-repeat center center;
    background-size: contain
}
/* Visa Business debit */
.card_48 {
    background: url('images/cards/card48.jpg') no-repeat center center;
    background-size: contain
}
/* Visa payWave */
.card_49 {
    background: url('images/cards/Card49.JPG') no-repeat center center;
    background-size: contain
}
/* CoBrand */
.card_91 {
    background: url('images/cards/card91.jpg') no-repeat center center;
    background-size: contain
}

/* VISA Debit platinum */
.card_410 {
    background: url('images/cards/410.png') no-repeat center center;
    background-size: contain
}

/* VISA Debit platinum */
.card_411 {
    background: url('images/cards/411.png') no-repeat center center;
    background-size: contain
}

/* VISA Debit insuranse */
.card_413 {
    background: url('images/cards/413.png') no-repeat center center;
    background-size: contain
}

#gvCardBalancePreview .template div {
    width: 100px;
    height: 50px;
}

#cardBalanceTemplate .leftInfo div {
    width: 100%;
    height: 30px;
}

#cardBalanceTemplate .leftInfo div:first-child {
     height: 170px;   
}




.CardBalance .rightInfo {
    width: 55%;
}

.CardBalance.small .rightInfo {
    width: 100%;
}

.CardBalance.small .leftInfo {
    display: none;
}



/* FILTER */
.tableFilter {
    margin-bottom: 20px !important;
}

    .tableFilter .tableFilterItem {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .tableFilter .tableFilterItem span {
            display: block;
            font-weight: bold;
            padding-bottom: 2px;
        }

        .tableFilter .tableFilterItem input {
            display: block;
        }

        .tableFilter .tableFilterItem .btnExecuteFilter {
            margin-top: 17px !important;
        }


/* Payment transfer widget */
.PaymentTransfer select {
    margin-bottom: 8px;
}

/* Dialog */
.ui-dialog .ui-icon-closethick {
    border: none !important;
}

.PersonalDataV2 .detailTable {
    width: 100%;
}

.PersonalDataV2 .detailTable div div {
    
    width: 49%;
    float: left;
}

/* CHART Accounts */
.red-background-96 rect {
    stroke: none !important;
    fill: none !important;
}


.calculator {
    width: 400px;
    margin: 0 auto;
}

    .calculator div span {
        display: block;
        font-weight: bold;
    }

    .calculator div input {
        display: block;
        width: 100%;
    }

    .calculator div select {
        display: block;
        width: 100%;
    }

.calculator-left {
    float: left;
    width: 44%;
    padding-right: 5px;
    margin-bottom: 10px;
}

.calculator-right {
    float: right;
    width: 44%;
    padding-right: 5px;
    margin-bottom: 10px;
    position: relative;
}

    .calculator-right button {
        position: absolute;
        left: -35px;
        top: 16px;
    }

/*FOREIGN PAYMENT*/

.foreignPaymentOrderForm .contentInfo, .foreignPaymentOrderForm .contentInfoBottom {
    display: flex;
}

    .foreignPaymentOrderForm .contentInfo .contentInfoLeft,
    .foreignPaymentOrderForm .contentInfo .contentInfoRight,
    .foreignPaymentOrderForm .contentInfoBottom .contentInfoLeft,
    .foreignPaymentOrderForm .contentInfoBottom .contentInfoRight {
        width: 50%;
    }

    .foreignPaymentOrderForm .contentInfo .groupItems {
        display: flex;
        padding: 10px;
    }

        .foreignPaymentOrderForm .contentInfo .groupItems div {
            width: 50%;
        }

        .foreignPaymentOrderForm .contentInfo .groupItems span,
        .foreignPaymentOrderForm .contentInfoBottom .groupItems span {
            display: block;
            width: 100%;
            padding-bottom: 5px;
        }

        .foreignPaymentOrderForm .contentInfo .groupItems select, .foreignPaymentOrderForm .contentInfo .groupItems input {
            width: 100%;
        }

.foreignPaymentOrderForm .statisticInfo, .foreignPaymentOrderForm .contentInfoBottom {
    padding: 5px;
}

.contentInfoBottom .contentInfoRight .groupItems {
    text-align: right;
}

.foreignPaymentOrderForm span {
    font-weight: bold
}



.PaymentTransfer .s-widget-body {
    margin: 0 auto;
}

.ExchangeOffice .s-widget-body {
    margin: 0 auto;
}


/* Button*/
.btn-blue {
    padding: 10px;
    background: #1d4f81;
    color: #fff;
    border: none;
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 3px solid #3080d0 !important;
}

.details li {
    padding: 5px 0;
}

.CardInfo #gvCardInfoBalance tr th, .CardInfo #gvCardInfoPlastics tr th {
    text-align: left !important;
    width: 25%;
}

.CardInfo #gvCardInfoBalance tr td, .CardInfo #gvCardInfoPlastics tr td {
    text-align: left !important;
}


/* Login */
.LoginRetail {
    overflow: visible;
}

    .LoginRetail .s-widget-body {
        overflow: visible;
    }

.s-widget.PaymentTransfer #transferOnCurrency,
.s-widget.PaymentTransfer #transferFromCurrency {
    display: none !important
}


.sf-sub-indicator {
    display: none !important
}

.buttonsArea button {
    min-width: 110px
}


.CardStatements table thead tr th,
.CardBalancePreview table thead tr th,
.LoanBalancePreviewV2 table thead tr th,
.AccountLastChanges table thead tr th,
.CardSpendings table thead tr th,
.PaymentOverviewV2 table thead tr th,
.ForeignPaymentOverview table thead tr th,
.P2PPaymentOverview table thead tr th,
.AccountBalancePreview table thead tr th,
.FinanceTurnover table thead tr th,
.CardTurnover table thead tr th {
    text-align: left;
}


.predefinedAmountList {
    margin-bottom: 10px;
}

    .predefinedAmountList span {
        background-color: #c2c2c2;
        color: #000;
        margin-right: 5px;
        padding: 5px 2px;
        font-weight: bold;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    }

        .predefinedAmountList span span {
            margin-right: 0px;
        }

    .predefinedAmountList .amountAct, .predefinedAmountList .amountAct span {
        background-color: #5894c4;
        color: #fff;
    }

.CardBalance a, .AccountBalance a {
    color: #005596;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
}

/*transform button to link*/

.undueLiabilitiesButton button, .undueLiabilitiesButton button:hover {
    background-color: transparent !important;
    border: none;
    font-weight: bold;
    color: #3080d0 !important;
    position: relative;
    left: -30px !important;
    text-decoration: underline
}

.detailCardTable a span {
    text-decoration: underline;
    text-align: right !important;
    width: 70px;
    font-size: 15px;
}


    @media only screen and (max-width: 1600px) {

    .main-menu {
        zoom: 80%;
        top: -150px;
    }

        body {
            margin: 0;
            font-size: 16px;
            font-family: 'DINPro-Regular', sans-serif;
            background: url(images/bg_body.jpg) repeat-x left -71px;
        }
     
    .LoginRetail {
        zoom: 85%;
    }

    .LoginRetail .s-widget-body {
        height: 90%!important;
    }

}


.transparent {
    background-color: transparent!important;
    box-shadow: none!important;
    margin-top: -60px;
}

.ExchangeOffice p:first-child span {
    color: #fff;
}

.ExchangeOffice fieldset {
    width: 400px;
    margin: 0 auto;
}

.ExchangeOffice fieldset input {
    padding: 10px 0px;
}

.ExchangeOffice button.btnExecute, .PaymentTransfer button.btnExecute, .CardBalance button.btnExecute {
    margin-top: 10px !important;
    clear: both;
    margin: 0 auto;
    width: 120px;
    display: block;
    margin-top: 20px;
} 

.ExchangeOffice input.amount, .ExchangeOffice legend {
    text-align: center!important;
}

.PaymentTransfer input {
    padding: 7px 7px;
    width: 94%;
    border: 1px solid #ccc;
}

.PaymentTransfer select {
    padding: 7px 7px;
    height: auto;
    border: 1px solid #ccc;
}

#gvAccountLastChanges table thead tr, 
.gvAccountTurnoverPreview table thead tr, 
.gvCardTurnover table thead tr, 
#gvLoanAnnuityPlan table thead tr, 
.gvLoanRepayments table thead tr,
.gvTemplateList table thead tr,
.gvOrderPreviewList table thead tr,
#gvCardBalancePreview table thead tr,
#gvLoanBalancePreview table thead tr,
.gvCurrencyExchange table thead tr,
.gvUndueLiabilities table thead tr,
.gvStatementDetails table thead tr
{
    border-bottom: 1px solid #d1d1d1;
}

.PaymentOrderV3Public .amount {
    width: 195px!important;
}

.NoticesOverview table thead {
    display: none;
}

.NoticesOverview table tbody tr {
    border-top: none!important;
}

.ForeignPaymentOrder .tableHeader tbody {
    background-color: #d1d1d1!important;
    color: #000;

}

/* OFFERS PAGE SELECTOR */
.formsArea {
    margin-top: -31px!important;
}

.Forms_CategorizedFormList {
    box-shadow: none!important;
}

.Forms_CategorizedFormList ul.childrenList {
    width: 30%;
    margin: 0 auto;
}

.Forms_CategorizedFormList ul.childrenList li {
   border-radius: 10px;
   margin-bottom: 10px;
   text-align: center;
}

    .Forms_CategorizedFormList ul.childrenList li.child {
        background: #4086bc;
        padding: 20px;
        margin: 5px;
    }

.Forms_CategorizedFormList ul.childrenList li a {
    text-decoration: none;   
    color: #fff;
    font-weight: bold;
}

.Forms_CategorizedFormList ul.childrenList li a:hover {
    text-decoration: underline;
}

.Forms_CategorizedFormList .s-widget-header {
    border-bottom: none!important;
    background: none!important;
    color: #fff;
    text-align: center;
    margin-bottom: 0!important;
}



/* OFFERS PAGE - Content */
.Forms_Form {

}

.Forms_Form .breadcrumbs {

}

.Forms_Form .widget-container {
    border-radius: 10px!important;
}


    .Forms_Form .widget-container.formsImage {
        background-image: url(images/forms/forms_image.jpg);
        margin: auto !important;
        float: none !important;
        left: auto;
    }

    .Forms_Form .widget-container.newdebitcard {
        background-image: url(images/forms/forms_image_newdebitcard.png);
        margin: auto !important;
        float: none !important;
        left: auto;
    }

    .Forms_Form .widget-container.newcreditcard {
        background-image: url(images/forms/forms_image_newcreditcard.png);
        margin: auto !important;
        float: none !important;
        left: auto;
    }

    .Forms_Form .widget-container.applyforoverdraft {
        margin: auto !important;
        float: none !important;
        left: auto;
    }

.Forms_Form .widget-container input, .Forms_Form .widget-container select {
    border-radius: 4px!important;
}

.ui-datepicker-header .ui-icon {
    background-image: url(images/ui-icons_1d4f81_256x240.png)!important;
}

.ui-datepicker-header .datepicker-dd-wrap {
    float: left;
    width: 47%;
    display: inline-block;
    margin-left: 8px;
}

div.authData { display: flex }
div.authData div { width: 130px }

.utilityPayment .orderFormColor { zoom: 90% }

.PaymentCodebookDialog {
    position: absolute !important
}

.PaymentCodebookDialog .ui-dialog-content { font-size: 10px; }

.DepositDocumentsOnLine #Documents {
    padding-left: 0!important;
}

.DepositDocumentsOnLine button {
    position: relative;
}

.DepositDocumentsOnLine .info-icon p {
    margin-left: 32px;
    color: red;
}

.DepositDocumentsOnLine .info {
    width: 600px;
}

#DepositCalculation-DepositTerm h1,
#LoanCalculation-LoanAmount h1,
#LoanCalculation-LoanTenor h1 {
    font-size: 12px;
}

.Forms_Form .widget-container button {
    background-color: #1d4f80 !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 3px solid #3080d0 !important;
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 1.1em !important;
    cursor: pointer;
    border-radius: 5px;
}

.Forms_Form .widget-container .alpaca-form-button-next, .Forms_Form .widget-container .alpaca-form-button-sign {
    background-color: #1d4f80 !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 3px solid #3080d0 !important;
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 1.1em !important;
    cursor: pointer;
    border-radius: 5px;
}

.filePreviewButton {
    position: relative;
    left: 0px !important;
    width: 40px!important;
}

.fileName {
    cursor: pointer;
}

.draftInfo, .contractInfo { 
    position: relative;
}

.contractInfo {
   left: 5%;
} 

#DepositCalculation-NominalInterestRate input {
    position: relative;
    right: 15px;
}

.percent {
    float: right;
    position: relative;
    top: -20px;
    color: #4086bc;
    font-size: 12px;
}

.percentLoan {
    float: right;
    position: relative;
    top: 23px;
    color: #4086bc;
    font-size: 12px;
}

.currencyCodeLoan {
    position: relative;
    color: #4086bc;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
    margin-top: 23px;
    border-bottom: 1px solid #ddd;
}

.form-container .processSuccessText{
    position: relative;
    top: 40px;
    text-align: center;
}

.form-container .processSuccessImg {
    width: 256px;
    height: 256px;
    margin: auto;
    position: relative;
    background: url(images/forms/depositImg.png);
    background-repeat: no-repeat;
    top: 80px;
}

    .form-container .processSuccessImg.LoanConfirmationForm,
    .form-container .processSuccessImg.LoanPreContractForm,
    .form-container .processSuccessImg.LoanSigned 
    {
        background: url(images/forms/loanImg.jpg) !important;
        background-repeat: no-repeat !important;
    }

    .form-container .processSuccessImg.DebitCardRequest,
    .form-container .processSuccessImg.CreditCardRequest,
    .form-container .processSuccessImg.DebitCardSigned,
    .form-container .processSuccessImg.CreditCardSigned,
    .form-container .processSuccessImg.DebitCardDocumentation,
    .form-container .processSuccessImg.CreditCardDocumentation,
    .form-container .processSuccessImg.CreditCardConfirmation 
    {
        background: url(images/forms/cardsImg.jpg) !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: 600PX;
        zoom: 60%;
    }

    .form-container .processSuccessImg.OverdraftRequest,
    .form-container .processSuccessImg.OverdraftConfirmation,
    .form-container .processSuccessImg.OverdraftDocumentation,
    .form-container .processSuccessImg.OverdraftSigned {
        background: url(images/forms/overdraftImg.jpg) !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: 578PX;
        zoom: 40%;
        top: 200px;
        left: 260px;
    }


.my-slider.grid-x {
    width: 100%;
}
    .my-slider.grid-x .cell.small-10 {
        width: 54%;
        float: left;
        height: 40px;
        margin-left: 20px;
    }
    .my-slider.grid-x .cell.small-2 {
        float: right;
        margin-top: 6px;
        margin-right: 10px;
    }
        .my-slider.grid-x .cell.small-2 input {
            padding: 8px 6px;
            margin-top: inherit;
            width: 90px;
        }
        .my-slider.grid-x .cell.small-2 .currencySlider {
            color: #3080d0;
            margin-left: 2px;
        }

        .my-slider.grid-x .cell.small-3 {
            margin-left: -6px;
            width: 66%;
            display: inline-block;
        }
    .my-slider.grid-x .cell.small-3 .right {
        float: right;
    }

.my-slider .slider {
    position: relative;
    height: 0.3rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: /* #e6e6e6;*/ #97bfe7;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.my-slider .slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .slider-fill.is-dragging {
        -webkit-transition: all 0s linear;
        transition: all 0s linear;
    }

.my-slider .slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 0.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: /* #14679e;*/ rgb(29, 79, 128);
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

#DepositCalculation-DepositAmount .info-icon p {
    width: 200px;
}

.PaymentToMobile .inputWidth {
    width: 45%;
}

.PaymentToMobile .groupItems {
    display: flex;
    justify-content:space-between;
}

.PaymentToMobile .groupItems fieldset {
    width: 45%;
}
    .PaymentToMobile .groupItems fieldset input,
    .PaymentToMobile .groupItems fieldset select {
        width:100%;
    }
    .PaymentToMobile .groupItems fieldset:nth-child(2)  {
        margin-top: 6px;
    }
.PaymentToMobile .validationMessage {
    color: red;
}

.PaymentToMobileOverview .gvOrderPreviewList tbody td:nth-child(4),
.PaymentToMobileOverview .gvOrderPreviewList thead th:nth-child(4) {
    display: none !important;
}

.apsCheckbox {
    width: 9px;
    height: 9px;
    cursor: pointer;
    display: inline-block;
    border: solid 4px #e7e7e7;
}

.apsCheckbox.off {
        background: #e7e7e7;
}

.apsCheckbox {
    border-radius: 3px;
    background: #e7e7e7;
}

    .apsCheckbox div {
        width: 100%;
        height: 100%;
        border-radius: 3px;
    }

    .apsCheckbox.on div {
        background: #1d4f81;
    }

.msgHubThreadList {
    width: 100%;
    color: #494949;
}

    .msgHubThreadList .header {
        text-transform: uppercase;
        font-family: GothamRounded-Medium, sans-serif;
        font-size: 14px;
    }

    .msgHubThreadList .newMessage-block .header {
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 30px;
        margin-right: 15px;
        font-weight: bold;
        color: #1d4f81;
    }

    .msgHubThreadList .required {
        color: #ff0000;
    }

    .msgHubThreadList .activeThreadList {
        color: #0E5744;
        font-family: GothamRounded-Medium, sans-serif;
    }

    .msgHubThreadList .btnNewMessage {
        background-color: rgb(29, 79, 128) !important;
        display: inline-block;
        position: relative;
        font-family: GothamRounded-Book, sans-serif;
        font-size: 12px;
        border: 0;
        border-radius: 5px;
        padding: 8px;
        cursor: pointer;
        text-align: center;
        margin-right: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 10px;
        font-size: 12px;
        width: 150px;
        color: #fff;
    }

    .msgHubThreadList .clientGridPager {
        float: right;
        margin-bottom: 0px;
    }

        .msgHubThreadList .clientGridPager .pagerButton {
            float: left;
            margin-right: 0px;
        }

    .msgHubThreadList .left {
        float: left;
        height: 100%;
        width: 20%;
        padding-top: 10px;
    }

        .msgHubThreadList .left .header-left {
            font-family: GothamRounded-Medium, sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            padding: 0 0 15px 0;
            margin: 0 30px 20px 0;
            border-bottom: 1px solid #cccccc;
            font-weight: bold;
            color: #1d4f81;
        }

        .msgHubThreadList .left .categories-body {
            width: 90%;
            text-transform: capitalize;
            font-size: 13px;
        }

            .msgHubThreadList .left .categories-body div {
                margin-bottom: 40px;
            }

        .msgHubThreadList .left .categories {
            cursor: pointer;
        }

        .msgHubThreadList .left .newPosts {
            font-weight: bold;
            float: right;
        }

    .msgHubThreadList .right {
        float: left;
        width: 80%;
    }

        .msgHubThreadList .right .threadListPreview {
            padding-top: 33px;
            position: relative;
        }

        .msgHubThreadList .right .archiveList {
            padding-top: 47px;
        }

        .msgHubThreadList .right .clientGrid {
            width: 100%;
            margin-top: 15px;
        }

            .msgHubThreadList .right .clientGrid .tableHeader {
                border: none;
                border-bottom: solid 1px #cccccc;
                font-family: GothamRounded-Medium, sans-serif;
                font-size: 14px;
                text-transform: uppercase;
            }

                .msgHubThreadList .right .clientGrid .tableHeader span {
                    color: #1d4f81;
                }

            .msgHubThreadList .right .clientGrid thead tr {
                background-color: #fff;
                height: 42px;
                color: #494949;
            }

                .msgHubThreadList .right .clientGrid thead tr td:first-child {
                    padding-left: 30px;
                }

            .msgHubThreadList .right .clientGrid tbody tr td {
                border-bottom: 1px solid #cccccc;
                height: auto;
            }

            .msgHubThreadList .right .clientGrid .divTableBody {
                display: table-row-group;
            }

                .msgHubThreadList .right .clientGrid .divTableBody tr {
                    border-bottom: 1px solid #cccccc;
                }

                    .msgHubThreadList .right .clientGrid .divTableBody tr td:first-child {
                        padding-left: 30px;
                        position: relative;
                    }

                    .msgHubThreadList .right .clientGrid .divTableBody tr.unread {
                        font-weight: bold;
                    }

                        .msgHubThreadList .right .clientGrid .divTableBody tr.unread td:first-child:before {
                            content: '';
                            position: absolute;
                            display: inline-block;
                            background-color: #88D087;
                            border-radius: 50%;
                            width: 8px;
                            height: 8px;
                            left: 10px;
                            top: 18px;
                        }

            .msgHubThreadList .right .clientGrid .divTableCell, .msgHubThreadList .right .clientGrid .divTableHead {
                display: table-cell;
                border: none;
                vertical-align: middle;
            }

        .msgHubThreadList .right .newMessage-block {
            padding-top: 75px;
            width: 80%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            .msgHubThreadList .right .newMessage-block .col2 .inputWrap {
                width: 49%;
                vertical-align: top;
                display: inline-block;
                margin-bottom: 30px;
            }

                .msgHubThreadList .right .newMessage-block .col2 .inputWrap .postSubject {
                    width: 100%;
                    height: 18px;
                }

            .msgHubThreadList .right .newMessage-block .attachment-wrap {
                margin-top: 0px;
            }

        .msgHubThreadList .right textarea {
            width: calc(98% + 5px);
            height: 250px;
            font-family: GothamRounded-Book, sans-serif;
            font-size: 12px;
            border-radius: 5px;
            border: solid 1px #cccccc;
            margin-top: 5px;
            margin-bottom: 20px;
            padding: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            color: #494949;
        }

        .msgHubThreadList .right .attach-icon {
            float: left;
            border: none !important;
            margin-right: 10px;
            width: 18px;
            height: 18px;
            background: url(images/icon-attachment-1.png);
            background-position: center;
            background-size: 18px;
            background-repeat: no-repeat;
        }

        .msgHubThreadList .right .listOfThreads .attach-icon {
            margin-left: calc(50% - 15px);
        }

        .msgHubThreadList .right .attachment-wrap {
            float: left;
            margin-top: 20px;
        }

            .msgHubThreadList .right .attachment-wrap .file-input {
                display: none;
            }

        .msgHubThreadList .right .attachment-button {
            cursor: pointer;
        }

            .msgHubThreadList .right .attachment-button.newMessage {
                margin-bottom: 20px;
            }

            .msgHubThreadList .right .attachment-button.reply {
                margin-bottom: 30px;
            }

        .msgHubThreadList .right .attachment-card {
            -webkit-border-radius: 0.25rem;
            -moz-border-radius: 0.25rem;
            -ms-border-radius: 0.25rem;
            -o-border-radius: 0.25rem;
            border-radius: 0.25rem;
            position: relative;
            background-color: #f4f4f4;
            padding: 0px 50px 0 30px;
            max-width: 360px;
            cursor: pointer;
        }

            .msgHubThreadList .right .attachment-card:before {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                position: absolute;
                content: "";
                width: 30px;
                height: 30px;
                left: 10px;
                background-image: url(images/icons/icon-attachment-2.png);
                background-position: center;
                background-size: 18px;
                background-repeat: no-repeat;
            }

            .msgHubThreadList .right .attachment-card p {
                font-size: 12px;
                color: #000;
                margin: 0;
                padding: 10px 0;
                padding-left: 20px;
                line-height: 16px;
            }

            .msgHubThreadList .right .attachment-card span {
                font-size: 12px;
                color: #494949;
                text-transform: uppercase;
            }

            .msgHubThreadList .right .attachment-card .close {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                display: inline-block;
                cursor: pointer;
                position: absolute;
                right: 20px;
                width: 20px;
                height: 20px;
                background-image: url(images/close.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: 11px;
            }

        .msgHubThreadList .right .inner-margin-3 {
            margin-bottom: 10px;
        }

    .msgHubThreadList .info-reply {
        float: right;
        text-align: right;
        margin-right: 15px;
        font-size: 12px;
    }

    .msgHubThreadList .mandatory {
        float: left;
        text-align: left;
        font-size: 12px;
        margin-top: 30px;
    }

    .msgHubThreadList .newMessageButtons {
        text-align: right;
        margin-right: 15px;
        margin-top: 20px;
    }

        .msgHubThreadList .newMessageButtons .cancelButton {
            background-color: gray;
            display: inline-block;
            position: relative;
            font-family: GothamRounded-Book, sans-serif;
            font-size: 12px;
            border: 0;
            border-radius: 5px;
            padding: 8px;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: 10px;
            font-size: 12px;
            width: 100px;
            color: #fff;
        }

        .msgHubThreadList .newMessageButtons .btn.green {
            background-color: rgb(29, 79, 128) !important;
            display: inline-block;
            position: relative;
            font-family: GothamRounded-Book, sans-serif;
            font-size: 12px;
            border: 0;
            border-radius: 5px;
            padding: 8px;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: 10px;
            font-size: 12px;
            width: 100px;
            color: #fff;
        }

    .msgHubThreadList .replyButtons {
        text-align: right;
        margin-top: 20px;
    }
    .msgHubThreadList .buttons-set button:last-child {
        margin-right: 0px;
    }

    .msgHubThreadList .buttons-set button:first-child {
        margin-right: 10px;
    }

    .msgHubThreadList .buttons-set button.btn {
        padding: 10px 20px;
    }

    .msgHubThreadList tr.noMessagesRow {
        border-bottom: none !important;
    }

        .msgHubThreadList tr.noMessagesRow:hover {
            background-color: white !important;
        }

        .msgHubThreadList tr.noMessagesRow td {
            padding: 10px 20px !important;
        }

    .msgHubThreadList select.archive-filter {
        margin-bottom: 17px;
    }

    .msgHubThreadList .new-msg-box {
        float: left;
        margin-bottom: 30px;
    }

    .msgHubThreadList .threadContainer {
        padding-top: 55px;
    }

    .msgHubThreadList .validationMessage {
        position: relative;
    }

    .msgHubThreadList .reply {
        float: left;
    }

        .msgHubThreadList .reply button {
            margin-right: 0px;
            background-color: rgb(29, 79, 128) !important;
            border-radius: 5px;
            cursor: pointer;
            text-align: center;
            color: white;
            border: none;
            padding: 10px;
        }

    .msgHubThreadList .readAll,
    .msgHubThreadList .archive {
        color: #1d4f81;
        font-weight:bold;
        position: relative;
        left: -20px;
        cursor: pointer;
        font-size: 14px;
        text-decoration: underline;
        text-transform: none;
    }

    .msgHubThreadList .readAll {
        left: -30px;
    }

.divTable {
    display: table;
    width: 90%;
}

.divTableRow {
    display: table-row;
}

.divTableHead {
    padding: 5px 20px;
}

.divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.btnAttachment {
    padding: 2% 10% !important;
}

/* Thread preview */
.threadPreview .subject {
    text-align: left;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 20px 20px 15px 0px;
    margin: 0 0 30px 20px;
}

.threadPreview .post {
    border: none;
    margin: 30px 30px 30px 20px;
    width: 65%;
}

.threadPreview .fromUser {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 7px;
}

.threadPreview .date {
    font-size: 10px;
    margin-bottom: 7px;
}

.threadPreview .postContentBox {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.threadPreview .postContent {
    padding: 10px 15px;
    margin-bottom: 20px;
}

    .threadPreview .postContent.light {
        border-left: 3px solid #88D087 !important;
    }

    .threadPreview .postContent.green {
        border-left: 3px solid #0E5744;
    }

.messageReply {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
}

    .messageReply textarea {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

/* Reply Message*/
#messageReply .editor {
    width: 60%;
    float: left;
}

#messageReply .attachment {
    width: 25%;
    float: left;
}

#messageReply .cancel {
    float: left;
}

#messageReply .sendMessageBtn {
    width: 100%;
    padding: 1% 3%;
}

#newMessage .sendMessageBtn {
    display: inline-block;
}

span.attach {
    border: none;
    color: #aaa;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    padding: 2% 3%;
}

    span.attach button {
        padding: 1% 2%;
    }

.msgHubThreadList .left .clientGrid tbody td:hover {
    cursor: pointer;
    color: #ec1a3a;
}

.msgHubThreadList .left .clientGrid tbody tr:nth-child(even) td {
    background: #fff;
}

.msgHubThreadList .clientGrid thead td, .clientGrid thead th {
    padding-right: 20px;
    font-weight: bold;
}

.s-widget .MessageHubNotificationList {
    background-color: #fff;
}

/*REGION MESSAGE HUB*/
.MessageHubNotificationList .clickable-cell {
    cursor: pointer;
}

.MessageHubNotificationList .sendMessageEditor .subject input {
    height: 30px;
}

.MessageHubNotificationList .left .divTableHeading .divTableCell {
    padding: 0 20px;
}

.MessageHubNotificationList .chkAllSpan {
    width: 18px;
    float: right;
    margin-right: 5px;
}

.sendMessageEditor .subject {
    width: 30%;
}

.centeredTableCell {
    text-align: center !important;
}

.MessageHubNotificationList .page_link {
    color: #666 !important;
}

    .MessageHubNotificationList .page_link:after {
        content: attr(data-value);
    }

.MessageHubNotificationList .ellipse {
    display: none !important;
}

.MessageHubNotificationList .first_link {
    background: url("images/icons/fa-first-page.png") 50% 50% no-repeat;
    background-size: 8px 8px;
}

.MessageHubNotificationList .last_link {
    background: url("images/icons/fa-last-page.png") 50% 50% no-repeat;
    background-size: 8px 8px;
}

.btnBlockCardMessage.active {
    display: block;
}

.btnBlockCardMessage.hidden {
    display: none;
}

.sendBlockCardBtn {
    float: right;
    margin-right: 40px;
}

.footerBlock {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.sendBlockCardBtn {
    margin-top: 20px;
}

.newPostsLabel {
    display: inline-block;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.MessageHubNotificationList .attachments-container {
    padding: 0;
}

.MessageHubNotificationList .attach {
    background: url("images/icons/fa-attach.png") 0% 50% no-repeat;
    color: #222 !important;
    margin-right: 15px;
    background-size: 16px 16px;
    font-size: 11px;
}

.MessageHubNotificationList .navPanelSelect {
    display: inline-block;
    width: 100px;
    margin-left: px;
    margin-top: 10px;
}

.unread-messages-counter {
    position: absolute;
    right: 15px;
    color: #fff;
    font-weight: bold;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ec1a3a;
    border-radius: 15px;
    z-index: 150;
    font-size: 11px;
}

.blockCardBtnBack {
    margin-left: 20px;
}

.blockCardLabel {
    height: 45px;
    line-height: 45px;
    width: 100% !important;
    text-align: center;
}

.MessageHubNotificationList .cancelButton.ui-state-active {
    text-shadow: 0 -1px 0 #464646;
}

.archiveButtonContainer {
    width: 100%;
    text-align: right;
    margin-right: 30px;
}

.selectArchive {
    float: left;
    margin-right: 30px;
    position: absolute;
    top: 0px;
}

.checkboxCell {
    width: 59px;
}

.MessageHubNotificationList .serverPager {
    margin-top: 10px;
    margin-left: 15px;
    height: 50px;
}

    .MessageHubNotificationList .serverPager a {
        display: inline-block;
        border: solid 1px #d1d1d1;
        width: 38px;
        height: 40px;
        text-align: center;
        cursor: pointer;
        color: #666;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 2px;
    }

        .MessageHubNotificationList .serverPager a:nth-child(1) {
            background: url(images/icons/fa-first-page.png) 50% 50% no-repeat;
            background-size: 8px;
        }

        .MessageHubNotificationList .serverPager a:nth-child(2) {
            background: url(images/icons/arrow-b-left.png) 50% 50% no-repeat;
            background-size: 6px;
        }

        .MessageHubNotificationList .serverPager a:nth-child(3) {
            min-width: 40px;
            width: auto;
            border: none;
            cursor: default;
            position: relative;
            top: -18px;
        }

        .MessageHubNotificationList .serverPager a:nth-child(4) {
            background: url(images/icons/arrow-b-right.png) 50% 50% no-repeat;
            background-size: 6px;
        }

        .MessageHubNotificationList .serverPager a:nth-child(5) {
            background: url(images/icons/fa-last-page.png) 50% 50% no-repeat;
            background-size: 8px;
        }

.threadContainer .subject span {
    text-transform: uppercase;
    font-family: GothamRounded-Medium, sans-serif;
    font-size: 14px;
}

.chkAllSpan #chkAll {
    margin-top: 5px !important;
    height: 14px !important;
}

.message-content {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*ENDREGION MESSAGE HUB*/
@media only screen and (max-width: 1300px) {
    .threadPreview .post {
        width: 95%;
    }

    .msgHubThreadList .left {
        width: 30%;
    }

    .msgHubThreadList .right {
        width: 70%;
    }
}

@media only screen and (max-width: 1000px) {
    .message-content {
        display: none;
    }
}

.btnTermination button {
width:100%;
padding:10px;
}
.userinfo .UserInfo .s-widget-content .userInfoContainer .userInfoIcon.envelope .unreadNumber {
    background: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: relative;
    left: 15px;
    bottom: 7px;
    color: white;
    background: #F64545;
    font-size: 12px;
}
.unNumb {
    color: red;
    background: rgb(29, 79, 128);
    background-position: center;
    border: 1px solid rgb(29, 79, 128);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 17px;
    width: 12px;
    padding: 0px 5px 0px 0px;
}
.userInfoContent .UserInfo{
    position:relative;
}

.btnInstructions {
    display: inline-block;
    position: relative;
    margin-top: -5px;
    margin-left: -10px;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    border-bottom: 3px solid #3080d0 !important;
    padding: 7PX;
    background: #1d4f81 !important;
    float: left;
    border-radius: 5px;
    color: #fff;
}

.instructionItems {
    display: flex;
    padding: 8px;
}

.instructionName {
   font-weight: bold;
   width: 150px;
}

.instructionValue {
    width: 150px;
    float: right
}

/*region ui-dialog*/
.side-modal.ui-dialog {
    border: none !important;
    background: transparent !important;
    z-index: 1000 !important;
    display: block !important;
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.side-modal .ui-widget-header {
    border: none !important;
    background: none !important;
}

.side-modal .ui-icon {
    width: 30px !important;
    height: 30px !important;
    background: none !important;
}

.ui-dialog-titlebar-close {
    position: absolute !important;
    width: 30px !important;
    height: 30px !important;
    top: 35px !important;
    right: 40px !important;
    background-color: white !important;
    border: none !important;
    outline: none !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 20px !important;
    position: relative !important;
    font-size: 15px !important;
    color: #0E5744 !important;
    text-transform: uppercase !important;
}

.ui-dialog .ui-dialog-title {
    float: left !important;
    margin: 0.1em 16px 0.1em 0 !important;
}

.ui-widget-content {
    border: 1px solid #cccccc;
    background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% top repeat-x !important;
    color: #333333 !important;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
}

.ui-widget-overlay {
    background: #222 !important;
    opacity: .7 !important;
    filter: Alpha(Opacity=70) !important;
    z-index: 10 !important;
}

.ui-dialog-buttonpane {
    border: none !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #0E5744 !important;
    font-weight: 600 !important;
    margin: 0.5em 0.4em 0.5em 0 !important;
    cursor: pointer !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 0.8em 1em !important;
    color: white !important;
}

/*end region ui-dialog*/
/*@media only screen and (min-width: 961px) {*/

body {
    font-size: 14px;
}

.appHeader {
    height: 125px;
    background-position: 10px 10px;
    width: 80%;
    margin: 0 auto;
}

.s-portal-languageSelector {
    display: block;
}

.userInfoContent {
    display: block;
}

.userinfo {
    margin: 10px;
}

.userinfo .s-widget {
    border: 0;
    background-color: #fff;
}

.userinfo .s-widget-body {
    background-color: #fff;
    width: auto;
    height: auto;
}

.userinfo .s-widget-header {
    display: none;
}

.userInfoPopoverPlaceholder {
    display: none;
}

.s-portal-menu > .sf-menu {
    display: block;
    width: 100%
}

.s-portal-menu > .slicknav_menu {
    display: none;
}

/*}*/

ul.s-portal-languageSelector>li.s-portal-language[data-culture="ar"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="he"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="ru-RU"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="es-AR"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="de-DE"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="ro-RO"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="uk-UA"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="sr-Cyr-CS"],
ul.s-portal-languageSelector>li.s-portal-language[data-culture="sr-Latn-CS"]
{
    display: none;
}
span.amountAct {
    border: solid 1px rgb(169, 169, 169);
    padding: 5px;
    margin: 5px;
    color:white;
    background-color: #de5e03;
    font-weight: bold;
    cursor:default;
}
span.amountInact {
    border: solid 1px  rgb(169, 169, 169);
    padding: 5px;
    margin: 5px;
    background-color: #c2c2c2;
    font-weight: bold;
    cursor:default;
}
.predefinedAmountList{
        padding-bottom: 20px;
    padding-top: 5px;
}
.s-widget.PaymentTransfer #transferOnCurrency,
.s-widget.PaymentTransfer #transferFromCurrency{
    display:none!important
}
body {
    margin: 0;
    font-size: 16px;
    font-family: 'DINPro-Regular', sans-serif;
}

.login {
    background: #fff;
}

    .login .s-page {
        max-width: 100%!important;
        margin: auto
    }

.loginContainer {
    margin: auto;
    padding: 5px;
}

#loginControl {
    width: 400px;
}

.loginPanel {
    float: left;
    margin-top: 10px;
    width: 400px;
    border: 1px none #ccc;
    background-color: #fff;
    height: 290px!important;
    border-radius: 0;
}

 .loginCnt{
    line-height: 19px!important;
}

.loginHeader {
    padding: 5px;
    border: 0;
    border-bottom: 1px none #ccc;
}

.loginContent .s-widget-header
{
    background: url(images/halkbank_logo.png) no-repeat;
    width: 35%;
    height: 30px;
    display: block;
    background-size: 100%;
    margin: auto;
    top: 15%;
    border: none;
    padding: 15px 25px;
    margin-bottom: 20px;
}

ul.s-portal-languageSelector {
    right: 30%;
    top: 64px
}

#panelUsernamePassword input:focus{
    outline: none;
}

#panelUsernamePassword .loginLabel{
    margin-bottom: 5px;
    margin-left: 13px;
}


.LoginRetail .s-widget-content{
    height: 100%;
}

.LoginRetail .s-widget-body{
    /*height: 100%;*/
    padding: 0;
    margin: auto;
    width: 80%;
    overflow-y: auto;
}

.loginContent .s-widget-header, .LoginRetail .s-widget-body {
    position: relative!important;
    top: 10%;
}

.loginContainer{
    position: relative; 
    top: 50vh; 
    transform: translateY(-60%);
    text-align: center;
    color:#9C9C9C ;
}

.loginContainer button.ui-button {
  border-radius: 20px !important;
  background: #DC4405;
  padding: 6px 12px !important;
}

.loginContainer button.ui-button .ui-button-text{
     padding: .4em 1em;
     line-height: 1.4;
}

.loginLogo{
    background: url(images/logo_capital.png);
    width: 300px;
    height: 70px;
    background-size: cover;
    margin: auto;
}


.tab-select { display: flex; padding-bottom: 10px; margin-top: 0px; margin-bottom: 10px; }

    .tab-select .tab-item {
        width: 50%;
        text-align: center;
        cursor: pointer;
        border-bottom: 2px solid gray;
        margin: 0 1px;
        font-size: 1.1em;
        font-family: 'DINPro-Bold', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: gray;
        padding-bottom: 8px;
    }

.tab-select .tab-item.active { color: #1d4f81; border-bottom: 2px solid #1d4f81; }

.registrationSteps { display: flex; text-align: center; margin-bottom: 20px; }

.registrationSteps .stepItem { width: 30%;
    border-bottom: 2px solid gray;
    margin: 0 1px;
    padding: 10px; }

.registrationSteps .stepItem.active { color: #fff;
    border-bottom: 2px solid #1d4f81;
    background-color: #1d4f81;
    padding: 10px 10px 2px 10px; 
    height: 24px;
}


.LoginRetail input {
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.LoginRetail button {
    width: 99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 5px;
    border: none!important;
}

    .LoginRetail button span {
        font-size: 1.1em;
        font-family: 'DINPro-Bold', sans-serif;
        font-weight: 700;
        color: #fff;
    }

#radioLoginUsername, #radioLoginOtp {
    width: auto;
}

#loginTypeSelector {
    margin-top: 20px;
}

    #loginTypeSelector span {
        font-size: 1.2em;
        font-family: 'DINPro-Bold', sans-serif;
        font-weight: 700;
        color: #777777;
    }

/* Login STEP */
#panelUsernamePassword {
    margin-top: 20px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

    #panelUsernamePassword span {
        padding: 0 0 7px 0;
        display: inline-block;
        width: auto;
        font-size: 1.2em;
        font-family: 'DINPro-Bold', sans-serif;
        font-weight: 700;
        color: #777777;
    }

#panelUsernamePassword input {
    padding: 15px;
    display: inline-block;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#panelUsernamePassword button {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px!important;
    color: #fff;
}

#panelUsernamePassword button span {
    color: #fff;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0!important;
}

.registrationForms span {
    font-size: 1.2em;
    font-family: 'DINPro-Bold', sans-serif;
    font-weight: 700;
    color: #777777;
}

.registrationForms button span {
    font-size: 1.2em;
    font-family: 'DINPro-Bold', sans-serif;
    font-weight: 700;
    color: #fff;
}

.button-cancel {
    background-color: #c0c0c0!important;
    color: #fff;
}

/* Registration STEP 1*/
.panelRegistration span {
    padding: 0 0 7px 0;
    display: inline-block;
    width: auto;
    font-size: 1.2em;
    font-family: 'DINPro-Bold', sans-serif;
    font-weight:700;
    color: #777777;
}


/* Registration STEP 2*/
.pannelSmsOtp {}


/* Registration STEP 3*/
.pannelUsername {}


/* Registration STEP 4*/
.pannelCronto {
    text-align: center;
}


/* Login - Language*/
.login-language .languageSelectorContainer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: none;
    box-shadow: none;
    padding: 0;
    float: left;
    width: 200px;
    height: 50px;
    text-align: center;
    margin-left: 8%;
    margin-top: 1%;
}

.login {
    padding: 0!important;
      overflow: hidden;
}

.login .loginContent {
    box-shadow: none!important;
}  

.login .s-widget-zone {
    max-width: 100%!important;
}

.login .loginContent .s-widget-body-error-summary { position: relative; top: 10% }

.app-store {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}
    .app-store div {
        float: left;
        margin-top: 0px;
        width: 140px;
        height: 45px;
    }

.app-store .ios-store {
    background: url(images/app_store_badge.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.app-store .play-store {
    background: url(images/google_play_badge.png) no-repeat;
    background-size: 100%;
}
.app-store div a
{
    display: block;
    height: 100%;
    width: 100%;
}






/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 27, 2018 */

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pts55f-webfont.woff2') format('woff2'),
         url('fonts/pts55f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('fonts/pts56f-webfont.woff2') format('woff2'),
         url('fonts/pts56f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/pts75f-webfont.woff2') format('woff2'),
         url('fonts/pts75f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('fonts/pts76f-webfont.woff2') format('woff2'),
         url('fonts/pts76f-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('fonts/DINPro-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('fonts/DINPro-Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
