.custom-checkbox, .custom-radio {
    position: relative;
    display: inline-block;
    width: 23px;
}
.custom-checkbox input, .custom-radio input {
    position: absolute;
    top: 0;
    left: -10000px;
    margin: 0;
    z-index: 0;
}
.custom-checkbox label, .custom-radio label {
    cursor: pointer;
    display: block;
    z-index: 1;
    /*position: relative;
    top: 0;*/
    line-height: 13px;
    height: 13px;
    width: 13px;
    padding: 0 0 0 10px;
}
.custom-radio label {
    line-height: 15px;
    height: 15px;
    width: 15px;
    padding: 0 0 0 10px;
    /*top: 0;*/
}

/* label, ktory ma na sebe obrazok, musi obsahovat aj text labelu, aby fungovali trinidad validacie. Preto text odsunieme mimo. */
.custom-checkbox label > span, .custom-radio label > span {
    display: none;
}

.custom-checkbox label {
    background: url("img_s24/input/checkbox.png") no-repeat scroll 0 0 transparent;
}
.custom-radio label {
    background: url("img/input/radiobutton.png") no-repeat scroll 0 0 transparent;
}
.custom-checkbox label {
    background-position: 0 -39px;
}
.custom-checkbox label.hover, .custom-checkbox label.focus {
    background-position: 0 -13px;
}
.custom-checkbox label.checked {
    background-position: 0 0;
}
.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
    background-position: 0 -26px;
}
.custom-checkbox label.focus {
    /*background-position: 0 -39px;*/
}

.custom-checkbox label.disabled,
.custom-checkbox label.hover.disabled,
.custom-checkbox label.focus.disabled {
    background-position: 0 -52px;
}

.custom-checkbox label.checked.disabled,
.custom-checkbox label.checkedHover.disabled,
.custom-checkbox label.checkedFocus.disabled {
    background-position: 0 -65px;
}

.custom-checkbox label.failedValidationInput {
    border: none !important;
    background-position: 0 -78px;
}

.custom-checkbox label.checked.failedValidationInput,
.custom-checkbox label.checkedHover.failedValidationInput,
.custom-checkbox label.checkedFocus.failedValidationInput{
    border: none !important;
    background-position: 0 -91px;
}

.custom-radio label {
    background-position: 0 -30px;
}
.custom-radio label.hover, .custom-radio label.focus {
    background-position: 0 -15px;
}
.custom-radio label.checked {
    background-position: 0 0;
}

.custom-radio label.checkedHover, .custom-radio label.checkedFocus {
    background-position: 0 -105px;
}

.custom-radio label.disabled,
.custom-radio label.hover.disabled,
.custom-radio label.focus.disabled {
    background-position: 0 -45px;
}

.custom-radio label.checked.disabled,
.custom-radio label.checkedHover.disabled,
.custom-radio label.checkedFocus.disabled {
    background-position: 0 -60px;
}

.custom-radio label.failedValidationInput {
    border: none !important;
    background-position: 0 -75px;
}

.custom-radio label.checked.failedValidationInput,
.custom-radio label.checkedHover.failedValidationInput,
.custom-radio label.checkedFocus.failedValidationInput{
    border: none !important;
    background-position: 0 -90px;
}
#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:28px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('./jquery.smartbanner/dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; }
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0; }
/**
	ufd 0.6: http://code.google.com/p/ufd/
	
	This is the default skin, a plain but attractive dropdown.
*/

span.ufd.plain {
    height: 17px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

span.ufd.plain-focus {
	/*-moz-box-shadow: 0 0 6px rgba(03, 83, 168, 0.4);*/
}

.ufd.plain:hover input,
.ufd.plain:hover button,
.ufd.plain.hover input,
.ufd.plain.hover button{
    background-position: 0 -17px;
}

.ufd.plain input {
    line-height: 17px !important;
    height: 17px;
    padding: 0px 3px;
    border: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent url("img_s24/input/input-leva.png") no-repeat left top;
}

.ufd.plain input.disabled {
	color: #777;
    background-position: 0 -34px;
}

.ufd.plain input.focus,
span.ufd.plain-focus input {
    background-position: 0 -17px;
}

.ufd.plain.failedValidationCombo input,
.ufd.plain.failedValidationCombo button {
    border: none 0 !important;
    background-position: 0 -51px !important;
}

.ufd.plain button {
    width: 17px;
    height: 17px;
    /*margin-left: 1px; *//* for divider */
    background: transparent url("img_s24/input/input-prava-combo.png") no-repeat 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
}

.ufd.plain button.focus {
    background-position: 0 -17px;
}


.ufd.plain button.hover {
	background-position: 0 -17px;
}

.ufd.plain button.mouseDown {
	/*background-position: -36px 0px;*/
}

.ufd.plain button.disabled {
	background-position: 0 -34px;
}

/* dropdown */

#ufd-container .plain div.list-wrapper {
    -moz-box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 4px 15px rgba(0, 0, 0, 0.7);
}

#ufd-container .plain div.list-scroll {
    border: 1px solid #005290;
    border-top-width: 0;
    background-color: #FFF;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background-image: -moz-linear-gradient(top, #FAFDFE, #F7FBFD 25%, #FAFDFE);
    background-image: -webkit-linear-gradient(top, #FAFDFE, #F7FBFD 25%, #FAFDFE);
    background-image: linear-gradient(top, #FAFDFE, #F7FBFD 25%, #FAFDFE);
}

#ufd-container .plain div.list-wrapper-up div.list-scroll {
    border-top-width: 1px;
    border-bottom-width: 0;
}

#ufd-container .plain li {
    height: inherit;
    display: block;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    margin: 0;
}

#ufd-container .plain li em {
	font-weight: bold;
	font-style: normal;
}


#ufd-container .plain li.active {
	background-color: #005290;
	color: #fff;
}

#ufd-container .plain li.invisible {
    display: none;
}

.invisible {
    display: none;
}
/**
	ufd 0.6: http://code.google.com/p/ufd/
	
	This is only the structural base CSS, include 1+ skin CSS files also.
*/

/* master wrapper; emulate select positioning */
.ufd {
	display: -moz-inline-stack;
	display: inline-block;
    position: relative;
    white-space: nowrap;
    vertical-align: -4px;
}

.ufd,
.ufd input,
.ufd button,
#ufd-container div.list-scroll,
#ufd-container div.list-wrapper,
#ufd-container ul,
#ufd-container li  {
    border: 0;
    margin: 0;
    padding: 0;
        
}

.ufd,
.ufd button,
#ufd-container div.list-scroll,
#ufd-container div.list-wrapper,
#ufd-container ul,
#ufd-container li {
    overflow: hidden;
}

.ufd select {
    position: absolute;
    left: -100000px;
}
#ufd-container .invisible,
.ufd.invisible {
	display: none;
}

.ufd input,
.ufd button {
	position: relative;
	float: left;
	
	/* quirks mode correction: http://www.quirksmode.org/css/box.html */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.ufd button {
    min-width: 0;
    width: auto;
}

.ufd button.disabled {
	cursor: default;
}

.ufd input.disabled {
    color: graytext;
}

#ufd-container div.list-wrapper {
    position: absolute;
}

#ufd-container ul {
    list-style-type: none;
}

#ufd-container li {
    cursor: pointer;
    height: 20px;
    display: block;
    white-space: nowrap;
}
@media screen {
/* Default hodnoty pre obecne prvky. */
body {
    margin: 0 8px 3em;
    /* mala medzera zlava a zprava koli tienom, aby to v 800x600 nebolo na doraz */
    padding: 0;
    text-align: left;
    font: normal 75%/125% Arial, sans-serif; /* viz http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/ */
    color: #005290;
    background: #fafafa;
}

img {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    /* dolezite pre FF */
}

a {
    cursor: pointer;
    color: #005290;
}

p {
    padding: 0;
    margin: 1em 0;
    line-height: 1.4em;
}

h1, .screenTitle {
    font: bold 1.5em Arial, sans-serif;
    margin: 0 0 16px 13px;
    padding: 0;
}

.trnTemplate h1.subsequent, h1.subsequent {
    margin-top: 16px;
    margin-bottom: 13px;
}

.trnHighlightedRow {
    background-color: #ffff84;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 1em 0;
    padding: 0;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0;
    padding: 0;
}

ul {
    list-style: disc;
    padding-left: 14px;
    margin: 1em 0;
}

ol {
    padding-left: 3.6em;
    margin: 1em 0;
}

li {
    margin: 0.4em 0;
}

/* Horizontal Row (horizontalna ciara). Je mozne pouzit mimo tabulku ako ekvivalent k .delimiter v tabulke */
hr {
    border: none;
    border-bottom: 1px solid #d3dde6;
    padding: 0;
    margin: 0.5em 0;
    height: 1px;
    color: #89B5CC;
}

hr.delimiter2 {
    border-bottom: 3px double #89B5CC;
}

fieldset {
    border: 1px solid #d3dde6;
    border-radius: 9px;
    padding: 0 10px 5px;
    margin-top: 10px;
    position: relative;
}

fieldset .small-text {
    font-size: 8pt; 
}

fieldset span.label {
    float: left;
    width: 65px;
    clear: both;
}

fieldset span.label-longest {
    float: left;
    width: 150px;
    clear: both;
}

fieldset span.label-longer {
    float: left;
    width: 90px;
    clear: both;
}

fieldset div.texts {
    float: left; 
    height: 100%; 
    width: 83%; 
    top: 50%;
    margin-bottom: 10px;
    margin-top: 10px;
}

fieldset div.buttons {
    height: 100%; 
    width: 16%;
    float: right; 
    margin-top: 0px;
}

fieldset span.value {
    width: 460px;
    float: right;
}

fieldset .singleline {
    width: 525px;
}

fieldset span.value-shorter {
    width: 435px;
    float: right;
}

fieldset span.value-shortest {
    width: 375px;
    float: right;
}

#errors.pkiAdmin {
	padding-left: 13px;
}

fieldset.pkiAdmin button + button {
	margin-left: 1px !important;
}

fieldset.pkiAdmin button {
	margin: 1px;
}


/* obalka stranky */
#pageEnvelope {
    margin: 0 auto;
    min-width: 980px;
    max-width: 980px;
}

#topPane {
    position: relative;
}

#demo {
    position: absolute;
    left: 0;
    padding-left: 18em;
    margin: 0.8em 2em;
    color: #c40000;
    font-size: large;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Multi Window Error */
.multiWinErr {
    background-color: white;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 35%;
}

/* Vyslednou pozici waitWindow urcuje JS dynamicky. Zaporne absolutni pozicovani zajisti natazeni obrazku do cache. */
div.waitWindowInline, div#waitWindow {
    position: absolute;
    left: -1000px;
    top: -1000px;
    /*padding: 1.5em;
    */
    /*background-color: #c5dae6;
    */
    /*opacity: 0.9;
    */
    /* FF a ostatne */
    /*filter: alpha(opacity=90);
    */
    /* IE */
    /*-moz-box-shadow: 0 2px 25px #000000;
        -webkit-box-shadow: 0 2px 25px #000000;
        box-shadow: 0 2px 25px #000000;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    */
    background: url("img_s24/wait_window.png") no-repeat top left;
    width: 149px;
    height: 98px;
    padding: 20px;
    z-index: 2;
}

div#waitWindowMZF {
    position: absolute;
    left: -1000px;
    top: -1000px;

    background: url("img_s24/wait_window_mzf.png") no-repeat top left;
    width: 355px;
    height: 221px;
    padding: 20px;
    z-index: 2;
}

div#waitWindowMZF p {
    text-align: center;
    width: 185px;
    margin: 1.1em 0 0;
    font-weight: bold;
    font-size: larger;
}

div#waitWindowMZF img {
    float: left;
    margin: 0.6em 1em 0 0.1em;
}

div.waitWindowInline img, div#waitWindow img {
    float: left;
    margin: 0.6em 1em 0 0.1em;
}

div.waitWindowInline p, div#waitWindow p {
    /*min-width: 9em;
    */
    /* koli en verzii aby sa neprelieval text */
    float: left;
    width: 2em;
    margin: 1.1em 0 0;
}

div.waitWindowInline {
    display: inherit;
    position: relative;
    left: 0;
    top: 0;
}

/* Obecne pouzitelne styly */
hr.cleaner {
    clear: both;
    display: none;
}

.cleaner {
    clear: both;
}

.alert {
    color: #c40000;
    font-weight: bolder;
}

.red {
    color: #c40000;
}

.big {
    font-size: 1.2em;
}

.small {
    font-size: 0.9em;
}

.modified {
    /*color: #c40000;
    */
    /*border-bottom-width: medium;
    */
    border-bottom: thin solid #c40000;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic;
}

.indented {
    padding-left: 1em;
}

.indentedRight {
    padding-right: 1em;
}

.highlighted {
    color: red;
}

.negativeAmount {
    color: #e2001a;
}

.positiveAmount {
}

.nowrap {
    white-space: nowrap;
}
.wrap {
    white-space: normal;
}

.hidden {
    display: none;
}

.hiddenLabel label, label.hiddenLabel {
    display: none;
}

/* Styly pre nastavenie sirky */
.widthAuto {
    width: auto !important;
}

.width100 {
    width: 100% !important;
}

.width40 {
	width : 40%; 
}

.width30 {
    width: 30%;
}

/* Styl pre combo box na vyber uctu */
.widthAccountCombo, .widthAccountCombo select {
    min-width: 14em;
}

.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center !important;
}

.alignRight {
    text-align: right !important;
}

.paddingRight {
    padding-right: 1em;
}

form table table.insideTable .paddingRight {
    padding-right: 1em;
}

.noPadding {
    padding: 0 !important;
}

/* marginy */
.marginTopSingle {
    margin-top: 1em;
}

.marginTopDouble {
    margin-top: 2em;
}

.marginBottomSingle {
    margin-bottom: 1em;
}

.marginBottomDouble {
    margin-bottom: 2em;
}

.screentitleshort {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    line-height: 16px;
    font-weight: bold;
    vertical-align: bottom;
    position: relative;
    margin: 0;
    top: 3px;
}

/* TIPSY (tooltipy) */
.tipsy {
    padding: 5px;
    font-size: 0.9em;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: #feee84;
    color: #0353a8;
    border: 1px solid #89B5CC;
    max-width: 200px;
    text-align: left;
}

.tipsy-inner-popup {
    padding: 2.3em 1.5em 2em 1.5em;
    background-color: #ffffff;
    color: #0353a8;
    border: 4px solid #89B5CC;
    max-width: none;
    width: 360px;
    text-align: left;
}

.tipsy-inner {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    /*background-image: -moz-linear-gradient(top, #feee84, #feec72);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #feec72), color-stop(0.5, #f5e57f), color-stop(1, #feec72))*/;
}

.tipsy-arrow {
    position: absolute;
    background: url('./img/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

#gravity {
    width: 100%;
    margin: 5px 0;
    border-spacing: 5px;
}

#gravity td {
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
    background-color: #d0d0d0;
    width: 33%;
}

#gravity a:hover {
    color: #505050;
    background: none;
}

/*product list*/
#mainPane div.productList {
    padding: 0;
}

#mainPane div.productList, #mainPane div.productList ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.productList li {
    list-style: none;
}

#mainPane div.productList>ul.contracts {
    margin: 0;
}

#mainPane div.productList>ul>li ul.products {
    margin-left: 10px;
}

li.productGroup h2.expandable{
	cursor: pointer;	
}

li.productGroup h2 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #2867b6 url(./img_s24/rastr-1.png) bottom left repeat-x;
    font-size: 1.3em;
    height: 34px;
    line-height: 35px;
    padding: 0 0 0 11px;
    margin: 0;
    list-style: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

li.productGroup h2 a,
li.productGroup h2 span.simpleHeader {
    color: white;
    padding-left: 16px;
}

li.productGroup h2 a {
    text-decoration: none;
    background: url("img/ico-collapsed.png") no-repeat scroll 1px center transparent;
}
li.productGroup h2:hover a {
    color: #e6eef4;
}
li.productGroup h2:active a {
    color: white;
}

li.productGroup h2 a.expandedGroup {
    background: url("img/ico-expanded.png") no-repeat scroll -1px 6px transparent;
}

.productList .description {
    width: 330px;
    float: left;
}

.productList .description .indent {
    float: left;
    width: 90px;
    height: 30px;
}

.productList .description .indent h3 {
		margin: 0;
}

.productList .balances {
    width: 305px;
    float: left;
    text-align: right;
}

.productList .balances .balanceDescription {
    text-align: right;
    float: left;
    width: 115px;
}

.productList .balances .actions {
    text-align: right;
    clear: both;
    margin-top: 5px;
}

#mainPane div.productList ul.contracts,
#mainPane div.productList ul.products {
    margin: 0;
    padding: 0;
}

#mainPane div.productList ul.contracts > li + li {
    margin-top: 2em;
}
#mainPane div.productList ul.contracts ul.productGroups > li + li,
#mainPane div.productList ul.products ul.productGroups  > li + li {
    margin-top: 2em;
}

.productList .emptyList {
    margin-top: 10px;
}

.productList .emptyList * {
    vertical-align: middle;
}

.productList .emptyList img {
    margin-right: 5px;
}

.productList .contracts > li > h3 {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    color: #0353a8;
    font-size: 1.4em;
    text-align: right;
    margin: 0 0 0.5em 0;
    padding: 4px 16px 4px 0;
    /*text-shadow: 0 1px 1px white, 0 1px 5px;*/
}
.productList .contracts > li > h3 > a {
    text-decoration: none;
}

.productList .product {
    font-size: 1em;
    line-height: 18px;
    margin-top: 10px;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3dde6;
}

.productList .product .productInfo {
    width: 300px;
    float: left;
}

.productList .product .balanceInfo {
    width: 240px;
    float: right;
    text-align: right;
}

.productList .product .actions {
    float: right;
    width: 300px;
    text-align: right;
}

.productList .product h4 {
    font-size: 1.3em;
    color: #005290;
    margin: 0;
}

.productList .product h4>* {
    vertical-align: middle;
}

.productList .product h4 .subText, .productList .product h4 .subTextPre {
    color: #005290;
    font-size: 1em;
    font-weight: bold;
}

.productList .product h4 .subText {
    margin-left: 5px;
}

.productList .product h4 .subTextPre {
    margin-right: 5px;
}

.productList .product .blueText {
    color: #005290;
    font-weight: bold;
}

.productList .product .helpText {
    color: #768798;
    font-weight: normal;
}

.productList .product .mainBalance {
    font-size: 1.3em;
    font-weight: bold;
    color: #005290;
}

.productList .product .secondaryBalance {
    color: #005290;
}

.productList .expandAll,
.productList .collapseAll{
    float: right;
    margin: 1em 16px 1em 16px;
}


/* Styly pro hlaseni (ib:messages) podle severity */
.msgInfo {
    list-style-image: url("/ebanking-s24/css/skins/img/ico-bublina-info.png") !important;
    color: #005290;
}


.standardTextColor {
    color: #005290;
}

.msgWarn {
    color: #005290;
}

.msgError {
    /* vychozi */
}

.msgFatal {
    /* vychozi */
}

/* komponenta tooltipu s ikonou */
div.infotooltip {
    background: url("./img/ico-bublina-1.png") no-repeat;
    display: inline-block;
    height: 16px;
    width: 21px;
    position: relative;
    top: 4px;
    margin-top: -7px;
}

/* pouzito v input_phoneprefix_and_phonenumber_in_row.xhtml */
.noPadding {
		padding: 0;
}

span.noPadding span.af_outputLabel {
		padding: 0;
}

.gray {
    color: #768798;
}

.amChartsGraph {
    width: 100%;
    height: 400px;
    text-align: left !important;
}

.amChartsGraph div {
    display: block !important;
}

.tableCellForPrintOnly {
    display: none;
}

div.campaignIcon {
    background: url('./img_s24/buttons/credit-lines.png') no-repeat top left;
    height: 100%;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.s24 .af_panelPopup_trigger {
    white-space: normal;
}

.s24 .af_panelPopup_container {
    background-color: transparent;
}

h3.toggleable {
    text-align: right;
}

h3.toggleable > a {
    background: url("./img_s24/ico-sipka-modra.png") no-repeat scroll 0 4px transparent;
    padding-left: 18px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}

h3.toggleable > a.expanded {
    background: url("./img_s24/ico-sipka-modra.png") no-repeat scroll 0 -14px transparent;
}

.shadowArea {    
    background-color: #E1E6EB;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pageStaticInfoMessage {
    background: url("./img/ico-bublina-1.png") no-repeat -42px top transparent;
    padding-left: 29px;
}

.pageStaticText {
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.helpWrapper {
    position: absolute;
    padding: 12px 0 12pt 10pt;
    background-color: rgb(254, 255, 194);
    background-color: rgba(254, 255, 194, 0.95);
    z-index: 10000;
    left: 100px;
    top: 150px;
    box-shadow: 0 1px 29px rgba(0, 0, 0, 0.65);

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    display: none;

    opacity:095;
    filter:alpha(opacity=95);
}

.helpWrapper:hover {
    cursor: pointer;
}
.helpHeader {
    color: rgb(0, 82, 144);
    font-size: 14px;
}
#helpIframe {
    width: 100%;
    height: 100%;
    border: none;
}
.helpIframeWrapper {
    width: 415px;
    height: 410px;
    padding-bottom: 25px;
}

.helpHeaderLeft {
    padding: 5px 0 0 7px;
    width: 100px;
    float: left;
    font-weight: bold;
}
.helpHeaderRight {
    width: 40px;
    float: right;
}

.helpCloseLink {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url('./img/ico_x_2.png') no-repeat 0 0 !important;
    color: #768798 !important;
    text-transform: none !important;
    font-size: 12px !important;
    padding: 0px;
}

.helpCloseLink:hover {
    cursor: pointer;
    background: url('./img/ico_x_2.png') no-repeat -25px 0 !important;
}

.helpWrapper .ui-resizable-se {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* KAK install extension */
.dm-show-iff-ext-required, .dm-show-iff-ext-postponed {
    display: none;
}
#button-install-extension {
    width: 150px;
    float: right;
    font-size: inherit;
}
#extension-error-list {
    margin: 0;
    color: #EB0205;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0 20px;
    line-height: 14px;
    list-style-image: url('./img/msg-icon-error.png');
}
}@media screen {
/* Nastavenia formularovych prvkov. Nastavenia tabuliek su v mainPane.screen.css */
form {
    /* form je technicky prvok, nenastavovat ziadne okraje ani ine vizualne efekty. */
    padding: 0;
    margin: 0;
}

#footerInfoBox form {
    float: right;
}

#footerInfoBox form a span.highlighted {
    text-decoration: underline;
}

label {
    line-height: 1.2em;
}

input, select, textarea {
    font: normal 1em Arial, sans-serif !important;
    /* important je koli IE7. Bez toho to nebralo. */
    border: 1px solid #b4c3d0;
    color: #005290;
    background-color: #FBFDFD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    vertical-align: baseline;
    margin: 0;
    background-image: -moz-linear-gradient(center top, #E9F3F8, white 80%);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #E9F3F8), color-stop(0.8, white));
    /* niektore veci su nastavene pre IE v default.IE.css */
}

input[type="text"], input[type="password"] {
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    width: 178px;
    vertical-align: -1px; /* spravne vyrovna spodok textu (pozor! ramik nemusi sediet) pre povodne aj redesignovane komponenty */
}

input[type="radio"] {
    padding: 0;
    /* padding funguje len v IE, v ostatnych je 0. Preto aj pre IE 0. */
    margin: 0.3em 0.5em 0.3em 0;
    vertical-align: middle;
    /* Pre IE7 je to nastavene v msie7.css */
    /* pre IE - musi byt important, aby prebilo vsetky styly: hover a podobne */
    background: transparent !important;
    border: none !important;
}

input[type="checkbox"] {
    /* v IE sa background a border vykresluje okolo samotneho checkbox */
    border: none;
    background: transparent;
    padding: 0;
    vertical-align: middle;
}

select {
    height: 17px;
    /* Obmedzenie max dlzky combo. Aplikuje sa, ak je obsah velmi dlhy (napr. koresp.adresa v nastaveni/textove vypisy)*/
    max-width: 340px;
    /* cela sirka pravej strany formulara pri rozliseni 800x600 */
    min-width: 6.75em;
    /* sirka ako input na 10 znakov (styl length10) */
}

select.currency {
    min-width: 5em;
}

textarea {
    background-image: -moz-linear-gradient(center top, #E9F3F8, #FBFDFD 10%);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #E9F3F8), color-stop(0.10, #FBFDFD));
    resize: vertical;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
    border-color: #005290;
    outline: none;
    /*-moz-box-shadow: 0 0 6px rgba(03, 83, 168, 0.4);*/
    /* #0353a8;*/
    /* Len pre FF. Chrome a Safari to maju vo vlastnej rezii. */
    /* pre IE8 sa nastuvuje outline v msie8.css */
}

input:focus, textarea:focus, select:focus {
    background: white;
}

input[disabled], textarea[disabled], select[disabled] {
    background-color: #f4f6f6;
    color: #777777;
    -webkit-text-fill-color: #777777; /* webkit nejak fake-uje color, preto ho donutim  http://stackoverflow.com/questions/5518992/how-can-i-fully-override-chromium-disabled-input-field-colours */
    border-color: #dce2e5;
    text-shadow: 1px 1px 0 white;
    background-image: -moz-linear-gradient(center top, #e3ebed, #f4f6f6);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #e3ebed), color-stop(1, #f4f6f6));
}

input[disabled][type="checkbox"] {
    background-color: transparent;
    /* v IE sa background a border vykresluje okolo samotneho checkbox */
}

input[readonly], textarea[readonly], select[readonly] {
    background-color: #ECECEC;
    /*text-shadow: 1px 1px 0 white;*/
    background-image: -moz-linear-gradient(center top, #e8e8e8, #f0f0f0);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #e8e8e8), color-stop(1, #f0f0f0));
}

/* Tridy pro sirku input elementu */
/* input text ktory ma zobrazit max 4 znaky (napr. kod banky) */
span.length4 input, input.length4 {
    width: 2.4em;
}

/* input text ktory ma zobrazit max 6 znakov (napr. predcislie BU) */
span.length6 input, input.length6 {
    width: 3.6em;
}

/* input text ktory ma zobrazit max 10 znakov (napr. datum, cislo uctu, VS, SS) */
span.date input, input.date, span.length10 input, input.length10, span.amount input, input.amount {
    width: 6em;
}

/* input text ktory ma zobrazit max 11 znakov (napr. SWIFT kod) */
span.length11 input, input.length11 {
    width: 7.5em;
}

/* input text ktory ma zobrazit max 11 znakov (napr. clearingovy kod) */
span.length12 input, input.length12 {
    width: 8em;
}

/* input text ktory ma zobrazit cca 20 znakov (napr. polozky adresy, ak su vedla seba) */
span.length20 input, input.length20, span.address input, input.address {
    width: 11em;
}

/* input text ktory ma zobrazit cca 25 znakov (napr. polozky adresy, ak su vedla seba) */
span.length25 input, input.length25, span.address input, input.address {
    width: 14em;
}

/* input text o sirke cca 35 znakov. Pouziva sa na email a fax. */
span.cboxInput input, input.cboxInput, span.email input, input.email, span.length35 input, input.length35 {
    width: 17.65em
}

/* input text o sirke cca 40 znakov. Pouziva sa u mobilnich platem, kde je dlouhy popisek ulozeni sablony. */
span.length40, span.length40 input, input.length40 {
    width: 19.5em;
}

/* input text na cca 55 znakov pre slovny popis operacie, napr. zprava pre prijemce   na celu sirku pravej strany formulara v rozliseni 800x600*/
span.description input, input.description, span.fullwidth input, input.fulwidth {
    width: 331px;
}

/* TEXT AREA */
/* TEXT AREA na celu sirku pravej strany formulara v rozliseni 800x600 */
span.fullwidth textarea, textarea.fullwidth {
    width: 338px;
}

/* HP 65809 - IE11 fix - this style is required for text wrapping in IE11 for textarea */
span.prewrap textarea, span.prewrap span textarea {
    white-space: pre-wrap;
}

/* SELECT */
/* combo box rovnako dlhy ako input na 10 znakov */
span.length10 select, select.length10 {
    width: 7.2em;
}

span.length15 select, select.length15 {
    width: 8.7em;
}

/* combo box ktory ma zobrazit cca 20 znakov. Licuje s length20 pre input. */
span.length20 select, select.length20 {
    width: 11.75em;
}

/* combo box ktory ma zobrazit cca 35 znakov. Licuje s length35 pre input. */
span.length35 select, select.length35 {
    width: 18.4em;
}

/* Combo box pre cislo uctu platce. Je na celu sirku pravej strany formulara v rozliseni 800x600, cca 55 znakov */
span.payeeAccounts select, select.payeeAccounts,
span.payerAccounts select, select.payerAccounts,
span.payeeNames select, select.payeeNames,
span.width55 select, select.width55,
span.fullwidth select, select.fullwidth {
    width: 349px;
}

/* omezeni velikosti datoveho sloupce */
div.fullwidth {
    width: 340px;
}

table.fullWidth {
    width: 340px !important;
}

/* CHECK BOX */
span.cbox input, span.cboxInput input, input.cbox, span.radio input, input.radio {
    margin: 0 0.5em 0 0;
}

/* Sirka pre checkbox a label. Pouzite v "Potvrzeni emailem, faxem", "Vytvorit prijemce" a asi dalsich 70 miestach. */
.form th.cbox,
.form td.cbox {
    width: 153px;
    text-align: left;
}

/* Styl pro checkbox pokud neosahuje popisek. Pouzito v komponenete input_label_checkbox_text_in_row */
.form th.cboxEmpty,
.form td.cboxEmpty {
    width: 24px;
    text-align: left;
}

/* Ostatni prvky formulare */
form a.popupCalendar, form a.popupList, form a.sendsms {
    color: #0353a8;
    display: inline-block;
    padding: 0 0 0 23px;
    margin: 0;
    vertical-align: middle;
    /*sub*/
    /*line-height: 16px;
        height: 16px;
    */
    /*font-size: .8em;
    */
}

form a.popupCalendar {
    background: url(./img_s24/input/kalendar.png) no-repeat 0 0;
}

form a.popupCalendar:hover {
    background-position: 0 -17px;
}

form a.popupList {
    background: url(./img_s24/input/seznam.png) no-repeat 0 0;
    height: 14px;
    width: 0;
    position: relative;
    top: -1px;
    left: 3px;
}

form a.favoriteAccount {
    background: url(./img_s24/input/favoriteAccount.png) no-repeat 0 0;
    top: 0;
}

form a.popupList:hover {
    background-position: 0 -14px;
}
form a.popupList:active {
    background-position: 0 0;
}

.favoritesTd {
    text-align: right;
    width: 50px;
}

/* Pri pouziti v tr:commandLink ma defaultni OraLink vyssi specificnost */
form a.sendsms {
    background: url(./img/ico_gensms.png) no-repeat left 2px;
    padding-left: 26px;
}
form a.sendsms:hover {
    background: url(./img/ico_gensms.png) no-repeat left -35px;
}
form a.sendsms:active {
    background: url(./img/ico_gensms.png) no-repeat left -72px;
}

form .mark {
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding: .4em;
}

span.failedValidationInput input, input.failedValidationInput, textarea.failedValidationInput {
    border: solid 1px #ef0202 !important;
}

label.failedValidationLabel, span.failedValidationLabel, span.failedValidationLabel label {
    color: #c40000 !important;
}

a.fieldPointer {
    cursor: help;
}

/*===== Expander =========================================*/

.form th.showDetailInRow {
    text-align: left;
    /*white-space: nowrap;*/
    padding-right: 0;
    padding-bottom: 1em;
}

div.expander {
    margin: 0.3em 0 0 0;
    overflow: hidden;
}

div.expander.delimiter {
    white-space: nowrap;
}

div.expander > a.no-inline {
    display: initial;
}

div.expander > a {
    display: inline-block; /* koli 2-riadkovym popiskom */
    padding-left: 1em;
    background: transparent url(./img/spindown-closed.gif) no-repeat left 0.35em;
}

div.expander > a.expanded {
    background: transparent url(./img/spindown-open.gif) no-repeat left 0.45em;
}

div.expander hr {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0.5em;
    vertical-align: middle;
}

div.expander hr.display {
    display: inline-block;
}

div.expander > a.scheduleExpanderClass {
    display: inline-block; /* koli 2-riadkovym popiskom */
    padding-left: 0.7em;
    background: transparent url(./img/spindown-closed.gif) no-repeat left 0.70em;
}

div.expander > a.scheduleExpanderClass.expanded {
    background: transparent url(./img/spindown-open.gif) no-repeat left 0.80em;
}

/*===== Rozbalovaci sipka pro obecnejsi pouziti =========================================*/

.colapsedBlock {
    display: inline-block; /* koli 2-riadkovym popiskom */
    padding-left: 1em;
    background: transparent url(./img/spindown-closed.gif) no-repeat left 0.35em;
}

.expandedBlock {
    display: inline-block; /* koli 2-riadkovym popiskom */
    padding-left: 1em;
    background: transparent url(./img/spindown-open.gif) no-repeat left 0.45em;
}

/* =============================================================================== */
/* Formularove tabulky */
/* =============================================================================== */

.inputForm th,
.outputForm th {
    padding: 6px 10px 7px 0;
    font-weight: normal;
    vertical-align: text-bottom; /* spodna linka pisma */
    text-align: right;
}

.inputForm th.af_table_column-footer,
.outputForm th.af_table_column-footer {
    text-align: left;
}

/* TRN obrazovka */
.inputForm  .tableformat > tbody > tr > th:first-child {
    width: 211px;
    padding-left: 13px; /* lavy okraj licuje s nadpisom a ostatnymi lavymi okrajmi */
}

/* LST a CNF obrazovka */
.outputForm .tableformat > tbody > tr > th:first-child {
    width: 257px; /* tabulky su posunute viac doprava */
    padding-left: 13px; /* lavy okraj licuje s nadpisom a ostatnymi lavymi okrajmi */
}

/* pre sedu plochu sa odstrani padding aby licoval stred.
   Tento selector musi byt pod selectorom .outputForm ".tableformat > tbody > tr > th:first-child" aby ho prebil. */
.highlightedTrnArea .tableformat > tbody > tr > th:first-child {
    padding-left: 0
}

.highlightedTrnArea2 .tableformat > tbody > tr > th:first-child {
    padding-left: 0
}

.outputForm .CNFblockInner .tableformat > tbody > tr > th:first-child {
    padding-left: 0; /* na CNF v zltom pozadi je lavy okraj nulovy */
}

.inputForm td,
.outputForm td {
    vertical-align: middle;
    padding: 6px 4px 7px 4px;
}

table.formField {
    display: inline;
}

table.formField td,
table.formField th {
    padding: 0;
    margin: 0;
}

/* zarovnanie textovych poloziek na TRN, LST, PAS */
.form .outputHeader,
.form .outputText {
    padding-left: 13px;
}

/* zarovnanie textovych poloziek na cnf obrazovke */
div.CNFblockInner th.outputHeader,
div.CNFblockInner td.outputText {
    padding-left: 0; /* na CNF, vo vnutri zlteho bloku, texty ktore su vlavo, licuju s ciarami. */
}

/*===== Zvyraznena seda plocha na TRN obrazovkach ============================*/
.highlightedTrnArea {
    background-color: #e8edf1;
    padding: 0.6em 13px;
    margin: 0.6em 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.highlightedTrnArea tr.delimiter > *,
.highlightedTrnArea tr.delimiter2 > * {
    border-bottom: 1px solid white;
}

.highlightedTrnArea div.expander hr {
    border-bottom: 1px solid white;
}

.highlightedTrnArea2 {
    background-color: #e8edf1;
    padding: 0.6em 13px;
    margin: 0.6em 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.highlightedTrnArea2 tr.delimiter > *,
.highlightedTrnArea2 tr.delimiter2 > * {
    border-bottom: 1px solid white;
}

.highlightedTrnArea2 div.expander hr {
    border-bottom: 1px solid white;
}

/*===== Tlacidla na spodku formulara ====================================*/
/* div ktory moze obsahovat tlacidla. Da sa pouzit, ak nechceme tabulku. */
div.buttons {
    text-align: center;
    margin-top: 1em;
}

/* Tabulka vlozena do trnTemplate a ostatnych */
table.buttons {
    width: 100%;
    margin-top: 1em;
}

tr.buttons div.pageButtons {
    padding: 1em 0;
    text-align: center;
    /*-webkit-box-reflect: below -31px -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0.5)),color-stop(0.6,rgba(0,0,0,0)),to(rgba(0,0,0,0)));*/
}

tr.buttons div.pageButtons button {
    margin: 0 0.4em;
    -webkit-box-shadow: none;
}

/**
* Styl pro zobrazeni popisku vedle tlacitek
**/
tr.buttons div.desc, div.descBottom {
    text-align: left;
    margin: -36px 0 0 12px;
}

/**
* Styl pro zobrazeni popisku pod tlacitky
**/
tr.buttons  div.descBottom {
    margin-top: 20px;
}

tr.buttons td {
    padding: 0.4em 0;
}

span.p_AFReadOnly div {
    display: inline;
}

/*==================================================*/

/*
  Styl pre Trinidad komponenty ktore nie su singe.
  Zakaze to padding na druhy riadok v tabulke, kde je validacna hlaska.
*/
table.af_selectBooleanRadio tr > td,
table.af_selectBooleanRadio tr > th,
table.af_selectBooleanCheckbox tr + tr > td,
table.af_selectBooleanCheckbox tr + tr > th,
table.af_selectOneChoice tr  > td,
table.af_selectOneChoice tr  > th {
    padding: 0;
}

/* Odsadenie poloziek radiobuttonov, ak je pouzita komponenta tr:selectBooleanRadio */
table.af_selectBooleanRadio + table.af_selectBooleanRadio {
    margin-top: 8px;
}

/* radio buttony generovane ako polozky do fieldset-u cez tr:selectOneRadio */
.af_selectOneRadio_content {
    white-space: nowrap; /* aby sa dvojriadkovy text v label ne-wrap-oval */
}

.af_selectOneRadio_content fieldset > label,
span.af_selectOneRadio_content > label { /* trinidad generuje pre webkit span namiesto fieldsetu, neviem preco. */
    display: inline-block;
    vertical-align: text-top;
    white-space: normal;
    padding-right: 20px;
    position: relative;
    top: 1px;
}

.af_selectOneRadio_content fieldset > br + div,
span.af_selectOneRadio_content > br + div {
    margin-top: 8px;
}

.loginBoxInputTable input#id_clientid {
    font-weight: bold !important;
}

table.unblockLoginSecurityCodes {
    margin-left: -10px;
}

table.unblockLoginSecurityCodes .unblockLoginClientID input {
    width: 219px;
    font-weight: bold !important;
}

table.unblockLoginSecurityCodes .unblockLoginClientID td {
    padding-left: 4px;
}

table.unblockLoginSecurityCodes  #securityCodeRow .secLabel .secCodesTable {
    width: 20em;
}

table.unblockLoginSecurityCodes #securityCodeRow .secCodeValues td {
    padding: 0;
}

table.unblockLoginSecurityCodes #securityCodeRow .secCodeValues td .customInputTextPass {
    margin-top: 0;
}

table.unblockLoginSecurityCodes #securityCodeRow .secCodeLabels td {
    height: 25px;
    vertical-align: bottom;
}

/* Styly pro komponentu ib:security_code */
#securityCodeRow .code input {
    width: 1em;
}

#securityCodeRow .secLabel {
    vertical-align: bottom;
}

#securityCodeRow .secLabel .secCodesTable {
    width: 23em;
}

#securityCodeRow .secCodeLabels td {
    padding: 0.7em 0;
    min-width: 1em;
    text-align: center;
    text-indent: 0.5em;
}

#securityCodeRow .secCodeValues td {
    padding: 0.4em 0 0 0;
    min-width: 1em;
    text-align: center;
}

.marked, .mandatory, .mandatoryText {
    margin-right: 0px;
    padding-right: 0px;
}

/* Mandatory polia */
.marked label:after, .mandatory label:after, .mandatoryText:after{
    content: " *" !important;
    font: bold 1em Arial, sans-serif;
    position: relative;
    top: -1px;
    white-space: nowrap;
}

.notMandatory {
    padding-right: 3px;
}

.markedDescriptor:before, .mandatoryDescriptor:before {
    content: "* " !important;
    font: bold 9pt Arial, sans-serif;
    position: relative;
    white-space: nowrap;
}

/* Styl sa pouziva pre label-y, ak ich je viac v riadku za sebou, aby tam nevznikali zbytocne medzery.   Pouzite v ib_trn_base_pf_addendumcontract_modify.xhtml */
.inline {
    padding-right: 0;
}

/* rozostup radio button-ov v komponente selectTimeRadio* */
.selectTimeRadioDistance {
    width: 14.8em;
}

/* pouzite v komponentach    input_label_text_label_text_in_row    select_oneChoice_select_oneChoice_in_row    select_oneChoice_label_text_in_row   Nastavuje druhy stlpec na urcitu sirku pre input na 10 znakov + ikonu kalendara*/
.fourColumnLayout-secondColumn {
    width: 115px;
}

/* pouzite v komponentach vid vyssie.   Nastavuje treti stlpec (label) na fixnu sirku, aby bol stvrty stlpec zarovnany doprava,   ak je v nom input na 10 znakov. Text je zarovnany doprava, vypada to lepsie.*/
.fourColumnLayout-thirdColumn {
    width: 126px;
    text-align: right;
}
.fourColumnLayout-fourthColumn {
    min-width: 115px;
}

table.boldTableHeader th {
    font-weight: bolder;
}

/*pouzito v komponente input_or_select_inv_account  nastavuje prazdnou sirku mezi inputy pro zadani uctu a jejich labely*/
.noTopPadding, .noBottomPadding td {
    padding-bottom: 0;
}

/*Pro specificke pripady layoutu, kdy ke komponentne musime kvuli validacim vygenerovat label, ale nema byt videt, protoze skutecny popisek je jinde - treba u radiobuttonu, ktery komponentu ovlada. */
.hideLabel label {
    display: none;
}

.counterLabel {
    display: block;
    text-align: right;
    padding-top: 0.2em;
}

.form td.inputCheckboxThreeMailsButtonCell {
    width: 7em;
}

.checkboxThreeMailsInputEmail {
    margin-right: 7px;
}
.checkboxThreeMailsInputEmail input,
.createTemplateInputTitle input {
    width: 142pt;
}

.form th.outputHeader {
    font-weight: bold;
    padding-left: 12px;
    text-align: left;
}

a.calendar, a.calendar_short {
    text-decoration: none;
    display: inline-block;
    background: url("img_s24/input/kalendar.png") no-repeat 0 0;
    width: 19px;
    height: 17px;
    vertical-align: text-bottom;
    margin-top: -1px; /* Ikona je vyssia ako riadok, tak nam to rozhadzuje vertical align. */
    left: 0;
}

a.calendar:hover, a.calendar_short:hover {
    background-position: 0 -17px;
}

a.calendar:active, a.calendar_short:active {
    background-position: 0 0;
}

/**
* Style for div on empty screens (payt_py, stpo_dd)
**/
.emptyOverviewDiv, .emptyButtonsDiv  {
    margin-left: 13px;
}

/**
* Style for buttons on empty screens
**/
.emptyButtonsDiv {
    margin-bottom: 30px;
}

/**
* Style for div on empty screens (payt_py, stpo_dd)
**/
.emptyCreateButton, .emptyTextContent {
    vertical-align: top !important;
}

.checkboxThreeMailsInputLanguage select {
    width: 84px;
}

}
@media screen {
.IBKeyBoard{
    margin: 13px 0 0px 0;
    height: 136px;
    background-color: #317EC8;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}
.IBKeyBoard div.box{position:relative;}
.IBKeyBoard div{float:left;}
.IBKeyBoard .margin3{margin-left:41px;}
.IBKeyBoard button{
    font-size:0.9em;
    font-weight:bold;
    cursor:pointer;
    margin:0;
    padding:0;
    height:23px;
    width:23px;
}
.IBKeyBoard .BckSpc, .IBKeyBoard .BckSpc button{width:39px;}
.IBKeyBoard .CpsLck, .IBKeyBoard .CpsLck button{width:52px;}
.IBKeyBoard .RShft, .IBKeyBoard .RShft button{width:48px;}
.IBKeyBoard .LShft, .IBKeyBoard .LShft button{width:65px;}
.IBKeyBoard div{ background: right center no-repeat;}
.IBKeyBoard .key{
    margin-right: 2px;
    margin-top:2px;
    background:url("img_s24/buttons/button-3.png") repeat-x 0px 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: bold;
}
.IBKeyBoard button{
    border:none;
    background: none;
    color: #005290;
}
.IBKeyBoard .BckSpc button {
    background: url("img_s24/klavesnice-backspace.png") no-repeat 18px 5px;
}
.IBKeyBoard .LShft button {
    background: url("img_s24/klavesnice-shift.png") no-repeat 4px 5px;
    text-align: right;
    padding-right: 10px;
    padding-top: 2px;
}
.IBKeyBoard .RShft button {
    background: url("img_s24/klavesnice-shift.png") no-repeat 29px 5px;
    text-align: left;
    padding-left: 4px;
    padding-top: 2px;
}
.IBKeyBoard .LShft, .IBKeyBoard .LShft.key.disabled,
.IBKeyBoard .RShft, .IBKeyBoard .RShft.key.disabled,
.IBKeyBoard .CpsLck, .IBKeyBoard .CpsLck.key.disabled,
.IBKeyBoard .BckSpc, .IBKeyBoard .BckSpc.key.disabled {
    background:url("img_s24/buttons/button-3.png") repeat-x 0px -26px;
}
.IBKeyBoard .LShft.active,
.IBKeyBoard .RShft.active,
.IBKeyBoard .CpsLck.active{
    background:url("img_s24/buttons/button-3.png") repeat-x 0px -52px;
    color: #11324c;
}
.IBKeyBoard .LShft button,
.IBKeyBoard .RShft button,
.IBKeyBoard .CpsLck button {
    font-size: 0.8em;
}

.IBKeyBoard .key.disabled {
    background: #f4f9fc;
    background: -moz-linear-gradient(top,  #f4f9fc 0%, #e6e6e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(100%,#e6e6e7));
    background: -webkit-linear-gradient(top,  #f4f9fc 0%,#e6e6e7 100%);
    background: -o-linear-gradient(top,  #f4f9fc 0%,#e6e6e7 100%);
    background: -ms-linear-gradient(top,  #f4f9fc 0%,#e6e6e7 100%);
    background: linear-gradient(top,  #f4f9fc 0%,#e6e6e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#e6e6e7',GradientType=0 );
    color:#6e7c84;
    font-weight:normal;
}
.IBKeyBoard .key.disabled button { color:#6e7c84; font-weight: normal;}
.IBKeyBoard .LShft.key.disabled button,
.IBKeyBoard .RShft.key.disabled button,
.IBKeyBoard .CpsLck.key.disabled button{
    color: #005290;
    font-weight: bold;
}

}
/* ----- buttony --------------*/
button.button {
    cursor: pointer;
    width: 74px;
    height: 26px;
    border: none;
    text-decoration: none !important;
    text-align: center;
    padding: 1px 0 0 0;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

button.button:focus {
    outline: none;
    /* odstranenie default ramiku v Chrome a Safari */
}

/* odstranenie ciarkovaneho focus ramika v FF */
button.button::-moz-focus-inner {
    border: 0;
}

body.loginPage.s24 {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
.loginPage.s24 #pageEnvelope{
    margin: 16px auto 0;
    min-width: 764px;
    max-width: 764px;
    width: 764px;
}
.loginPage.s24 #topPane {
    margin: 13px 0 30px;
    height: 34px;
    position: relative;
}
.loginPage.s24 #topPane .logo {
    background: url("img_s24/logo-s24.png") no-repeat top left;
    width: 142px;
    height: 34px;
    float: left;
    display: block;
}
.loginPage.s24 #topPane #demo {
    width: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 345px;
    left: auto;
    bottom: 10px;
    text-align: right;
}
.loginPage.s24 #topPane #topTitle {
    position: absolute;
    left: 443px;
    font-size: 1.3em;
    bottom: 9px;
}
.loginPage.s24 #topPane #topTitle.logoutTopTitle {
    left: auto;
    right: 0;
}
.loginPage.s24 .s24FooterLogo {
    margin-left: 0;
    margin-right: 10px;
}
/* Trinidad vklada noscript na vrch stranky, kde sa nam to nehodi. Preto sa nezobrazuje   a je vlozeny este raz s class "ib" nad messages v login master-och. */
noscript {
	display: none;
}
noscript.ib {
	display: block;
	margin: 0 0 0.5em 40px;
	width: 400px;
	color: #CC0000;
	background: transparent url("./img_s24/ico-bublina-chyba.png") no-repeat left top;
	text-indent: 25px;
}

table.messages {
	margin: 0 0 1em -13px;
/* lavy okraj licuje s .leftPane a #loginLeftPane */
}
/* Odsadenie obsahu stranky z lavej strany (vymedzenie voci hlavicke aplikacie a velkemu pozadiu s chlapikom)styl je pouzity u login obrazoviek changepassword a smscode, S aj B. */
.leftPane {
	margin-left: 38px;
}
/* loginLeftPane je styl pouzity na prihlaseni heslom / PKI / SMS.Je v nom cela lava strana, vratane h1, modreho panelu a odkazov pod nim.*/
#loginLeftPane {
	float: left;
	margin: 0;
	padding: 0;
	width: 418px;
}
.s24 #loginSMScode #loginLeftPane {
    width: 490px;
}
#loginSMScode #loginLeftPane p{
    width: 418px;
}
#loginLeftPane h1, #loginRightPane h1 {
	margin-bottom: 15px;
}
#loginLeftPane .banner {
    width: 418px;
}
.communicationAreaBlock{
    margin: 13px 0 0 0;
    background-color: #317EC8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
ul.demoList {
    list-style-image: url("img/sipka.png");
    font-weight: bold;
    margin-top: 10px;
}
ul.demoList li {
    margin-top: 13px;
    margin-left: 5px;
}
.s24LoginHelp {}
.s24LoginHelpImage {
    width: 24px;
    height: 18px;
    background: url("img/ico-login-otaznik.png") 16px 15px no-repeat;
    padding-left: 16px;
    padding-top: 15px;
    float: left;
}
.s24LoginHelpContent {
    float:left;
    padding: 10px 0 15px 0;;
    width: 370px;
}
.s24LoginHelpContent a {
    display: block;
    color: #add9f8;
    text-decoration: none;
}
.s24LoginHelpContent a span {
    height: 18px;
    padding-top: 3px;
    display: block;
    float: left;
    font-weight: bold;
}
.s24LoginHelpContent a:hover .hover1,
.s24LoginHelpContent a.active .hover1 {
        background: url("img_s24/hoover-1.png") top right no-repeat;
}
.s24LoginHelpContent a:hover .hover3,
.s24LoginHelpContent a.active .hover3 {
    background: url("img_s24/hoover-3.png") top left  no-repeat;
}
.s24LoginHelpContent a:hover .hover2,
.s24LoginHelpContent a.active .hover2 {
    background: url("img_s24/hoover-2.png") top left  repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.s24LoginHelpContent .hover1,
.s24LoginHelpContent .hover3 {
    width: 32px;
}
.s24LoginHelpContent .hover2 {
    text-decoration: underline;
}
h1.newSection {
    margin-top: 11px;
}
h1.newSection.pki {
    margin-top: 42px;
}
#loginRightPane .section {
    background: url("img_s24/login/login-stin.png") no-repeat top left;
    min-height: 47px;
    padding-top: 6px;
}
#loginRightPane .section.heading {
    min-height: 22px;
}
#loginRightPane .sectionNumber {
    width: 10px;
    height: 16px;
    background: #225587;
    background: -moz-linear-gradient(top,  #225587 0%, #317ec8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#225587), color-stop(100%,#317ec8));
    background: -webkit-linear-gradient(top,  #225587 0%,#317ec8 100%);
    background: -o-linear-gradient(top,  #225587 0%,#317ec8 100%);
    background: -ms-linear-gradient(top,  #225587 0%,#317ec8 100%);
    background: linear-gradient(top,  #225587 0%,#317ec8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#225587', endColorstr='#317ec8',GradientType=0 );
    color: white;
    font-weight: bold;
    font-size: 1.25em;
    padding: 4px 7px;
    border-radius:  4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#loginRightPane .sectionNumber.doubleText {
    padding: 4px 11px 4px 3px;
}
#loginRightPane .sectionContent {
    margin: -19px 0 18px 37px;
}
#loginRightPane .sectionContent small {
    font-size: 12px;
}
/* u obrazovky pro zmenu hesla je v sekcich malo textu, potrebujeme pro ni udelat par zmen
   aby text nebyl pres sebe */
#changePwd #loginRightPane .section {
    min-height: 52px;
}
#changePwd #loginRightPane .sectionContent {
    margin: -19px 0 0 37px;
}
.sectionContent ul.list {
    list-style-image: url("img/sipka.png");
    font-style: italic;
}
#loginRightPane .sectionContent ul.list li {
    margin: 0 0 0 18px;
}
.sectionContent li {
    margin-top: 12px;
}
.sectionContent div {
    margin-top: 35px;
}
.phones sub {
    margin-left: -3px;
}

.helpTable { width: 255px; border-collapse: collapse; }
.helpTable.compatibility { width: 320px; }
.helpTable.phones td { width:50%; }
.helpTable td, .helpTable th {
    border-right: 1px solid #acacac;
    padding-bottom: 10px;
    padding-top: 8px;
}
.helpTable td.last, .helpTable th.last {
    border-right: none;
    padding-left: 12px;
}

.helpTable th {
    font-weight: bold;
}
.helpTable tr { border-bottom: 1px solid #acacac; }
.helpTable tr.last {border-bottom: none; }
.sectionContent .list ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.sectionContent .list ul li:before {
    content: "- ";
}
.downloadLink {
    display: block;
    padding-left: 33px;
    min-height: 21px;
    margin-bottom: 12px;
    text-decoration: none;
}
.downloadLink:hover {
    text-decoration: underline;
}
.downloadLink .icon {
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 0 -20px -33px;
}
.downloadLink:hover .icon { background-position: 0 -20px; }
.downloadLink:active .icon { background-position: 0 -40px; }
.downloadLink.pdf .icon { background-image: url("img_s24/ico-pdf.png"); }
.downloadLink.zip .icon { background-image: url("img_s24/ico-zip.png"); }
.socialBar {
    margin-top: 9px;
    float:  right;
}
.socialLink {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 8px;
    background-repeat: no-repeat;
}
.socialLink.facebook { background-image: url("img_s24/social-f.png") }
.socialLink.twitter  { background-image: url("img_s24/social-t.png") }
.socialLink.youtube  { background-image: url("img_s24/social-y.png") }
.socialLink.google  { background-image: url("img_s24/social-g.png") }
#loginLeftPane a.langLink {
	float: right;
	display: block;
	position: relative;
	top: 17px;
	padding-right: 25px;
	color: #0353a8;
}
.loginPage.s24 #topPane a.langLink {
    float: right;
    display: block;
    width: 20px;
    height: 14px;
    margin-top: 10px;
}
.loginPage.s24 #topPane a.LLEn {
	background: url("img/login-vlajka-en.png") center right no-repeat;
}
.loginPage.s24 #topPane a.LLCs {
	background: url("img/login-vlajka-cz.png") center right no-repeat;
}
.loginPage .bookmarksMenu .menuTabs li a {
	float: left;
	outline: none;
	text-align: center;
	text-decoration: none;
    text-transform: none;
	height: 28px;
	font-weight: bold;
	padding-left: 0;
	padding-right: 25px;
	margin: 0 7px 0 0;
	line-height: 28px !important;
	color: #005290;
    background: #e8eef2 url('img_s24/login/login-gradient-normal.png') repeat-x bottom left;
    border-radius:  4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.loginPage .bookmarksMenu .menuTabs li a span.begin {
    width: 28px;
}

.loginPage .bookmarksMenu .menuTabs li a span.oneLine {
    line-height: 28px !important;
    font-size: 0.85em;
}

.bookmarksMenu .menuTabs li a:hover {
    color: #fff;
    background: #235586 url('img_s24/login/login-gradient-hover.png') repeat-x bottom left;
}

.loginPage .bookmarksMenu .menuTabs li.chosen a {
    color: #FFF;
    background: #0b2535 url('img_s24/login/login-gradient-chosen.png') repeat-x bottom left;
    top: 0;
    padding-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* loginBox je vnutro modreho boxu (bez zaloziek) s menom/heslom resp. PKI na login obrazovke.Trieda login box je vyuzivana na viacerich login obrazovkach, preto pozor pri nastavovani stylov.*/
.loginBox {
    background: #317fc8 url('img_s24/login/login-gradient-main.png') repeat-x top center;
    border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	color: #fff;
	clear: both;
	padding: 20px;
    margin-bottom: 15px;
}
.loginBox.noTabs {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.loginBox.nextToVideo {
    padding: 27px 20px;
    height: 180px;
}
.loginBox.security {
/* Po pridani labelu "Zadejte Váš bezpečnostní kód." uz chceme mit na horni hrane mezeru
   padding-top: 0;
   */
}
.loginBox.pki {
    font-weight: bold;
    text-align: center;
    padding-right: 32px;
    font-size: 1.2em;
}
/* U smskoveho prihlaseni nejsou zadne zalozky a i levy horni roh musi byt kulaty, obsah zacina niz */
.loginBox.sms {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding-top: 45px;
    padding-bottom: 30px;
}
.loginBox .secLabel {
    padding-left: 1px;
}
.loginBox input {
	color: #0353a8;
	padding: 5px;
	margin-top: 7px;
	width: 199px;
    height: 20px;
	margin-bottom: 7px;
}
.loginBox #securityCodeRow .code input {
    width: 1em;
    padding-left: 8px;
    padding-right: 2px;
}
.loginBox.security .password input {
    width: 204px;
    margin-left: 3px;
}
.smsInputTd {
    width:205px;
}
#smsphone {
    display: block;
    min-height: 12px;
    background: url("img/obalka.png") left no-repeat;
    font-weight: bold;
    padding-left: 27px;
    margin-left:8px;
}
.loginBox .TRC {
	height: 2em;
	background: url(./img/menu/m_tr.gif) top right no-repeat;
}
.loginBox .BLC {
	background: url(./img/menu/m_bl.gif) bottom left no-repeat;
}
.loginBox .BRC {
	height: 2em;
	background: url(./img/menu/m_br.gif) bottom right no-repeat;
}

.loginBox p {
    margin: 18px 25px 30px 25px;
}
/* v prihlasovacim boxu jsou vsechny pole povinna a hvezdicky u nich nezobrazujeme */
.loginBox .mandatory label:after {
    content: none !important;
}
.loginBox .mandatory {
    padding-right: 6px;
}
.loginBox.sms .mandatoryDescriptor {
    display: none;
}
.loginBox form table,
.loginBox table.loginBoxInputTable {
	width: 100%;
    margin-top: 5px;
}

.loginBox form table.tableAutoWidth {
    width: auto;
}
.loginBox form table th,
.loginBox table.loginBoxInputTable th{
	padding-left: 10px;
	width: 40%;
	vertical-align: middle;
    text-align: right;
}
.loginBox.sms form table th {
    width: 113px;
}
.loginBox form table th label, .loginBox form table th.secLabel
.loginBox .loginBox table.loginBoxInputTable th label, .loginBox .loginBox table.loginBoxInputTable th.secLabel{
	white-space: nowrap;
    font-weight: bold;
}
/* vertikalni zarovnani security codu na stred druheo radku */
.loginBox form table th.secLabel,
.loginBox table.loginBoxInputTable th.secLabel{
    padding-bottom: 17px;
}
/* Trida longLabels pouzita pro loginbox, ktery obsahuje uz opravdu hodne dlouhe labely tak,
   ze neni mozne aby byly napsany na jednom radku. */
.loginBox.longLabels form table th label {
    white-space: normal;
}
.loginBox #securityCodeRow .secCodeLabels td {
    padding: 0;
    min-width: 1em;
    text-align: center;
    text-indent: 0.4em;
    font-weight: bold;
}
.loginBox label {
	color: #fff;
}
.loginBox .loginBoxInfo {
    margin-top: 15px;
    text-align: justify;
}
.loginBox .loginOptions {
    margin: 30px 13px 3px 10px;
}
.loginBox.nextToVideo .loginOptions {
    margin: 31px 13px 3px 10px;
}
.loginBox.longLabels  .loginOptions {
    margin: 30px 8px 3px 10px;
}
.loginBox .loginOptions.twoOptions {
    text-align: center;
}
.loginBox .loginOptions.twoOptions .button {
    float: none;
    margin: 0 10px;
}
.loginBox.pki .loginOptions {
    margin-bottom: 8px;
}

.loginBox .AFRequiredIconStyle {
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-left: 1em;
}
.loginBox .af_inputText_label {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: right;
}
.loginBox div.buttons {
	text-align: center;
	height: 1px;
	overflow: visible;
	position: relative;
	top: 11px;
}
.loginBox .button {
    width: 85px;
	background: url("img_s24/buttons/button-3.png") repeat-x 0 0;
	color: #02518c;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    float: right;
	margin: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.loginBox .button.wide {
    width: 110px;
}
.loginBox .button:hover {
    background: url("img_s24/buttons/button-3.png") repeat-x 0 -26px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.loginBox .button:active {
    background: url("img_s24/buttons/button-3.png") repeat-x 0 -52px;
    color: #11324c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.loginBox.sms .button {
    float:none;
}
.loginBox .unblockLogin {
    display: block;
    color: #ffffff;
    font-size: 0.8em;
    margin-top:0;
    min-width: 24px;
    height: 18px;
    background-repeat: no-repeat;
    line-height: 18px;
    padding-left: 60px;
}
.loginBox .firstLogin {
    display: block;
    color: #ffffff;
    font-size: 0.8em;
    text-align: right;
    margin-top: 0;
    margin-right: 16px;
    min-width: 24px;
    background-repeat: no-repeat;
}

.loginBox .firstLogin.biggerFont {
    font-size: 1em;
    font-weight: bold;
}

#klavesniceToggle {
    float:left;
    background-image: url("img/ico-login-klavesnice.png");
    padding-left: 33px;
}
#napovedaToggle {
    float: right;
    margin-right: 11px;
    padding-left: 24px;
    background-image: url("img/ico-login-otaznik.png");
}
#klavesniceToggle, #napovedaToggle {
    display: block;
    color: #ffffff;
    font-size: 0.8em;
    margin-top:5px;
    min-width: 24px;
    height: 18px;
    background-repeat: no-repeat;
    line-height: 18px;
}

#napovedaToggle:hover, #klavesniceToggle:hover {
    color: #add9f8;
    background-position: 0 -18px;
}

#napovedaToggle:active, #klavesniceToggle:active {
    background-position: 0 -36px;
    color: #11324c;
}
#loginRightPane a:active {
    color: #11324c;
}
ul.links {
	margin: 1.5em 2em 1.5em 1.5em;
	padding: 0;
	list-style: url(./img/menu/spl_red_arrow.gif) outside;
}
ul.links li a {
	color: #0353a8;
}
ul.help {
	list-style-image: url(./img/menu/spl_red_circle_questionmark_transparent.png);
	margin-left: 1.7em;
}
ul.help li {
	margin: 0.7em 0;
}
ul.help li a {
	color: #c40000;
}
#loginRightPane {
    margin: 0 0 0 444px;
    width: 322px;
}
/* u prihlaseni smskou se sirka leve a prave obrazovky od ostatnich lisi */
#loginSMScode #loginRightPane {
    margin: 0 0 0 494px;
    width: 270px;
}
#loginSMScode #loginRightPane ul{
    padding: 40px 0 0 40px;
}
#loginSMScode #loginRightPane ul li{
    margin-bottom: 20px;
}
#loginRightPane .warning {
	color: #c40000;
}
#loginRightPane .warning ul li {
	padding-bottom: 1em;
}
#loginRightPane ul li {
	margin-left: 3px;
}
.loginBox form table.a,
.loginBox table.loginBoxInputTable.a{
	width: auto;
	margin: auto;
	border: 1px solid #f00;
}
.loginBox form table.a td,
.loginBox table.loginBoxInputTable.a td{
	width: auto;
	border: 1px solid #f00;
	padding-right: 1em;
}
.loginBox form table.a th,
.loginBox table.loginBoxInputTable.a th{
	width: auto;
	padding-left: 0;
	border: 1px solid #f00;
}
/* Zadanie SMS kodu */
#loginSMScode .leftPane {
	width: 36em;
	margin-top: 1.6em;
	float: left;
}

/* Errory v loginboxu, odkaz stylovany jako obrazek s vykricnikem uz nezobrazujeme
   nicmene, porad ho pouzivame jako anchor pro prejiti k chybnemu poli -> zmena stylem */
.loginBox a.AFErrorIconStyle {
    display: none;
}
#loginRightPane h1 .light {
    font-weight: normal;
    font-size: 90%;
}

.loginPage h1 {
    margin-left: 0;
}

.sms tr.buttons div.pageButtons {
    margin-bottom: 15px;
}

.loginBox.sms label {
    margin-right: 5px;
}


/* --------- styly pro vlastni inputy - zakulaceni i v ie ---------- */
/* Styply span-u okolo */
.customInputTextPass {
    height: 30px;
    display: inline-block; /* IE 7- sa potesi :) */
    vertical-align: 1px;
    background: transparent url("img_s24/input/input-login-prava.png") no-repeat right top;
    margin-bottom: 8px;
    margin-top: 8px;
}

/* Hover na nadradeny span a styly doplnene pomocou jQuery */
.customInputTextPass.focus,
.customInputTextPass.hover {
    background-position: right -30px;
}

/* Bezna farba pozadia, atd. */
.customInputTextPass > input[type='text'],
.customInputTextPass > input[type='password'] {
    position: relative;

    line-height: 25px;
    height: 29px;
    padding: 1px 6px 0 6px;
    margin: 0 3px 0 0;
    border: 0;
    background: transparent url("img_s24/input/input-login-leva.png") no-repeat left top;

    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    /* quirks mode correction: http://www.quirksmode.org/css/box.html */
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* Aktivne a oznacene polia maju inu farbu */
.customInputTextPass > input[type='text'].focus,
.customInputTextPass > input[type='password'].focus,
.customInputTextPass > input[type='text'].hover,
.customInputTextPass > input[type='password'].hover {
    background-position: 0 -30px;
}

.customInputTextPass > input::-moz-selection {
    background: #7E7E7E;
    color: white;
}
.customInputTextPass > input.focus::-moz-selection {
    background: #323268;
    color: white;
}


/*===== Logout ===========================================================================*/
.logoutBox {
    background: #F2F2F2;
    margin: 40px 0 20px 32px;
    height: 210px;
    position: relative;
    width: 700px;
}
.logoutBox .logoutLeft {
    height: 210px;
    width: 255px;
    background: #F2F2F2 url(img_s24/logout-left.png) repeat-y top right;
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: -32px;
}
.logoutBox .logoutRight {
    background: #F2F2F2 url(img_s24/logout-right.png) repeat-y top left;
    width: 255px;
    height: 210px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: -32px;
}
.logoutBox .logoutText {
    position: absolute;
    top: 0;
    left: -32px;
    padding: 30px;
}
.logoutBox ul {
    margin-top: 25px;
}
.logoutBox ul li {
    margin: 15px 0;
}
.logoutBadges {
    margin: 0 auto 35px auto;
    display: block;
}
#logoutLeftPane {
	width: 42em;
}
/* na logout sa ul pouziva na zoznam linkov "kam dalej", preto treba vacsie rozostupy */
.logoutContent li {
	margin: 1em 0;
}

/*===== Error stranky - staticke stranky (nepouzivaju facelets) ==========================*/
.errorPage #pageEnvelope {
    min-width: 700px;
    max-width: 700px;
}

.errorPage #topPane {
	margin: 18px 0;
}

.errorPage #topPane p {
    float: right;
    font-size: 1.3em;
    line-height: 1em;
    margin: 9px 0;
}

.errorPage h1 {
    margin: 0 0 1em 0;
}

.errorPage .content {
	padding: 3em 30px;
	margin: 0 auto;
	width: 640px;
	text-align: justify;
    background-color: #E8EDF1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* na error strankach sa ul pouziva na zoznam linkov "kam dalej", preto treba vacsie rozostupy */
.errorPage li {
	margin: 1em 0;
}

.errorPage #footer {
    margin: 18px 0;
}

.errorPage #footer .copy {
    float: right;
    margin: 17px 0;
    color: #768798;
}

.loginBox .ibwarning {
    font-weight: bold;
    margin-top: 4em;
    text-align: justify;
}

.loginBox noscript {
    display: block;
}

.loginBox.pki .ibwarning {
    margin-top: 2em;
}

.loginBox .hideLogin {
    position: absolute;
    top: -5000px;
}

.loginBox .hideMessage {
    display: none;
}

.pop {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}
.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms;
}
.out {
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 225ms;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 225ms;
}
.pop.in {
    opacity: 1;
    -webkit-animation-name: popin;
    -moz-animation-name: popin;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
}
.pop.out {
    -webkit-animation-name: popout;
    -moz-animation-name: popout;
    opacity: 0;
    -webkit-animation-duration: 100ms;
    -moz-animation-duration: 100ms;
}
@-webkit-keyframes popin {
    from {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes popin {
    from {
        -moz-transform: scale(.8);
        opacity: 0;
    }
    to {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@-moz-keyframes popout {
    from {
        -moz-transform: scale(1);
        opacity: 1;
    }
    to {
        -moz-transform: scale(.8);
        opacity: 0;
    }
}

.loginOptions.cleaner {
    clear: none;
}

.relative {
    position: relative;
}

.videobutton {
    position: absolute;
    top: 4px;
    right: 0;
}

.disable_video {
    background-image: url('/stat/ebanking/img/disable_video.png');
    height: 20px;
    width: 20px;
}

.enable_video {
    background-image: url('/stat/ebanking/img/enable_video.png');
    height: 20px;
    width: 20px;
}

/* KAK install extension */
p.text-align-left {
    text-align: left;
}
#postpone-extension-install, #install-extension {
    margin: 10px 13px 0 0;
}
#button-postpone-extension {
    width: 330px;
    color: #a0a0a0;
    font-size: inherit;
}
#button-postpone-extension:hover {
    background-position: 0 0;
}
#button-postpone-extension:active {
    background-position: 0 -52px;
    color: #11324c;
}
#extension-error-list-s24-login {
    color: #CC0000;
    padding: 0 28px;
    list-style-image: url('./img_s24/ico-bublina-chyba.png');
}
#extension-error-list-s24-login span.format {
    display: inline-block;
    vertical-align: top;
}

#button-postpone-extension, #button-postpone-extension:hover {
    background: url("img_s24/buttons/button-3.png") repeat-x 0 -78px;
    width: 330px;
    color: #a0a0a0;
    font-size: 14px;
}
#button-postpone-extension:active {
    background-position: 0 -52px;
    color: #11324c;
}
.s24 .loginBox .button[disabled], .s24 .loginBox .button[disabled]:active, .s24 .loginBox .button[disabled]:hover {
    background: url("img_s24/buttons/button-3.png") repeat-x 0 -78px;
    color: gray;
}
@media screen {
/*Styly pre hlavny obsah stranky (pravy panel).Obsahuje hlavne: - nastavenia pozadia (modre, zlte), help- modry box- styly pre tabulky (obycajna, rozklikavacia)Moze obsahovat aj specialne nastavenia pre konkretne stranky.*/
#contentWrapper {
    overflow: hidden;
    background-color: #317ec8;
}

#contentFooter {
    clear: both;
    min-height: 20px;
    position: relative;
}

.s24 .bottomPane {
    margin-top: 30px;
}

.s24FooterLogo {
    float: left;
    display: block;
    width: 110px;
    min-height: 51px;
    height: 51px;
    background: url("img/logo-cs.png") no-repeat top left;
    margin-left: 16px;
    margin-right: 10px;
}

.bottomPane #footerLinks {
    float: left;
    color: #768798;
    margin-top: 9px;
    margin-left: 10px;
}

.bottomPane #footerLinks a {
    color: #005290;
    margin: 0 6px;
}

.bottomPane #footerLinks a:first-child {
    margin-left: 0;
}

.bottomPane .footerInfo {
    color: #768798;
    float: right;
    margin-top: 8px;
}

.s24 #contentFooter.bottomPane {
    margin-top: 12px;
}

.s24 #contentFooter.bottomPane .footerInfo {
    font-size: 1em;
    line-height: 1.5em;
    width: 600px;
    text-align: right;
    margin-right: 16px;
}

#contentFooter .logo_csas {
    margin-left: 10px;
}

#contentGradient {
    background: #317EC8 url('./img_s24/stin-pod-menu.png') repeat-x top left;
    height: 30px;
    margin-bottom: -34px;
}

.b24 #footerInfoBox {
    color: white;
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 10px;
    width: 715px;
}

#mainPane {
    margin-top: 20px;
    margin-right: 15px;
    min-height: 410px;

    background: white;
    float: right;
    width: 715px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Animacia fade-in hlavneho obsahu. Sluzi na sprijemnenie vykreslovania,
   a hlavne ma zakryt prekreslujuce sa combo, radio a checkboxy.
   Neovplyvni IE8, ten nepodporuje opacitu ani transitions. */
#mainPaneFade {
    opacity: 0;
}

body.animate #mainPaneFade {
    opacity: 1;
    -moz-transition: opacity 0.15s ease-out 0s;
    -webkit-transition: opacity 0.15s ease-out 0s;
    transition: opacity 0.15s ease-out 0s;
}

/*=== Animacie popup okien ======================================================
  Su lepsie ako js animacie cez js, pretoze funguju aj na mobilnych zariadeniach,
  nezatazuju tak procesor a neblokuju spracovanie js a stranky pocas animacie.
*/
.pop {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}
.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 350ms;
}
.out {
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 225ms;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 225ms;
}
.pop.in {
    /*-webkit-transform: scale(1);*/
    /*-moz-transform: scale(1);*/
    opacity: 1;
    -webkit-animation-name: popin;
    -moz-animation-name: popin;
    -webkit-animation-duration: 350ms;
    -moz-animation-duration: 350ms;
}
.pop.out {
    -webkit-animation-name: popout;
    -moz-animation-name: popout;
    opacity: 0;
    -webkit-animation-duration: 100ms;
    -moz-animation-duration: 100ms;
}
@-webkit-keyframes popin {
    from {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes popin {
    from {
        -moz-transform: scale(.8);
        opacity: 0;
    }
    to {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(.8);
        opacity: 0;
    }
}
@-moz-keyframes popout {
    from {
        -moz-transform: scale(1);
        opacity: 1;
    }
    to {
        -moz-transform: scale(.8);
        opacity: 0;
    }
}


#mainPane p.info, #mainPane p.error, #mainPane ul.error {
    color: #c40000;
}

#mainPane span.notificationLbl, #expressPaymentNotification {
    color: #CC0000;
}

/* Tento styl sa aplikuje na error messages (okrem pripadov, ked je pod nimi zlta alebo seda vypln formulara) */
table.messagesBottomLine {
    border-bottom: 1px solid #D3DDE6;
}

.mainPane a:hover {
    outline: none;
    color: #3375a6; /* zodpoveda opacite 0.8 z povodnej farby */
}
.mainPane a:active {
    color: #005290;
}


#contentWrapperBottom {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background-color: #317EC8;
    min-height: 16px;
    height: 16px;
    width: 100%;
}

#contentWrapperBottom div {
    /*background: white;*/
}

/* Modre a zlte pozadie pre TRN / CNF obrazovku */
.block {
    margin: 0 16px;
    /* potrebne pre IE7 aby sa nerozpadaval layout */
    padding-top: 14px;
    padding-bottom: 11px;
}

/* LST nadpis a tlacitka vedle nadpisu */
.contentHeader {
    margin-bottom: 16px;
}

.lstTemplate h1,
.trnTemplate h1 {
    display: inline-block;
    margin-bottom: 0;
}

.contentTitleSuffix {
    display: inline-block;
    font-size: 1.2em;
    vertical-align: baseline;
    margin: 0 1em;
}

.contentTitleButtons {
    float: right;
    line-height: 2.2em;
    margin: 0 0 0 1em;
}

.contentTitleSuffix form {
    display: inline-block;
}

.contentTitleSuffix .button_modify {
    margin-left: 5px;
    vertical-align: -4px;
    margin-bottom: -4px;
}

.contentTitleSuffix * {
    vertical-align: baseline;
}

.contentTitleButtons * {
    vertical-align: text-bottom;
}

/* Styl sluzi na obalenie vsetkeho obsahu v TRN a CNF obrazovkach. Vytvara kontinualne modre/zlte pozadie a odsadzuje obsah zhora a zdola. */
.TRNblockInner, .CNFblockInner, .MblockInner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*.block .TRNblockInner {} */

.block .CNFblockInner {
    background-color: #FFF7B2;
    padding: 10px 15px;
}

table.cnfButtons {
    margin-top: 0;
}

.block .MblockInner {
    background-color: #b2ccf1;
    color: white;
}

.headerIndent,
.contentIndent {
    margin-left: 13px;
}

/* vsetky prvky, ktore su priamo v prvej urovni formulara, maju byt odsadene */
.indentedBlock form > p,
.indentedBlock form > h2,
.indentedBlock form > h3,
.indentedBlock form > ul,
.indentedBlock form > ol,
.indentedBlock form > img {
    margin-left: 13px;
    margin-right: 13px;
}

.mainPaneFooter {
    margin: 15px 0 0.5em 13px;
}

.cnfTemplateWarn {
    background: url("./img/ico-bublina-1.png") no-repeat -42px center transparent;
    padding-left: 29px;
}

.cnfTemplateErr {
    background: url("./img_s24/ico-bublina-chyba.png") no-repeat transparent;
    padding-left: 29px;
    margin-left: 14px;
    margin-bottom: 1em;
}

.block .blockHelp a, .inlineHelp a {
    background: transparent url(./img/menu/spl_red_circle_questionmark_transparent.png) no-repeat left 3px;
    color: #C40000;
}

.inlineHelp a {
    padding-left: 16px;
}

/*===== PAS obrazovka =================================*/
.blockPAS {
    padding: 1em 16px;
}

.blockPASContent {
    margin-left: 100px;
    min-height: 90px;
}

.blockPAS .pasSuccessIco {
    width: 56px;
    height: 65px;
    float: left;
    margin: 2px 0 0 15px;
}

.blockPASContent .message {
    margin: 30px 0 1em 0;
}

.blockPASContent .refNo, .blockPASContent .refNoCustom {
    margin: 2em 0 3em 0;
}

.blockPASContent.negative .message:first-child {
    color: #c40000;
}

/* Styl .blockContent sluzi na obalenie obsahu v .mainPane, ktory tvori jeden celok. Ma to vyznam vtedy, ak je na obrazovke v .mainPane viacero nezavislych obsahovych blokov. Typicky prehlad produktov, kde su spravy banky, kampane, prehlad produktov.*/
.blockContent + .blockContent {
    padding-top: 1.5em;
}

/**
    Styly pre detail o E-Fakturach na potvrdeni tranzakcie na domacej platbe.
    Mozno sa pouzije casom aj inde. Vid. ib_pas_base_sipo_poaa_create.xhtml.
 */
.blockPasInfo {
    margin: 1em 0;
    width: 454px;
}

.en .blockPasInfo {
    width: 483px;
}

.blockPasInfo .pasInfoIco {
    position: absolute;
    width: 56px;
    margin: 2px 0 0 -85px;
}

.blockPasInfo .message {
    background-color: #E1E6EB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.6em 13px;
    margin: 0.6em 0;
}

.blockPasInfo .ktkMessage {
    background-color: #E1E6EB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.6em 13px;
    margin: 0.6em 0;
    height: 83px;
}

.blockPasInfo .message ul {
    padding-left: 26px;
}

.blockPasInfo .action .button {
    float: right;
}

.mzfImg {
    width: 80px;
}

.button_add_indentedText {
    height: 14px;
    display: inline-block;
    margin-left: 6px;
    text-indent: 2em;
}

.button_remove_indentedText {
    height: 13px;
    display: inline-block;
    margin-left: 6px;
    text-indent: 2em;
}

.button_add_indentedText {
    background: url('img_s24/input/plus.png') no-repeat 0 0;
}

.button_add_indentedText:hover {
    background-position: 0 -14px;
}

.button_add_indentedText:active {
    background-position: 0 -28px;
}

.button_remove_indentedText {
    background: url('img_s24/input/icon-x.png') no-repeat 0 0px
}

.button_remove_indentedText:hover {
    background: url('img_s24/input/icon-x.png') no-repeat 0 -13px
}

/* BOX - modra ciara ktora ohranicuje nejaky obsah */
div.box {
    padding: 0;
    width: 100%;
    /* potrebne pre IE7 aby sa nerozpadaval layout */
}

div.box div.boxTL {
    background: url(./img_s24/box_tl.gif) top left no-repeat;
    padding-left: 10px;
}

div.box div.boxTR {
    background: url(./img_s24/box_tr.gif) top right no-repeat;
    padding-right: 10px;
}

div.box div.boxT {
    border-top: 1px solid #89b5cc;
    height: 9px;
}

div.box div.boxBody {
    padding: 1px 10px;
    border: solid #89b5cc;
    border-width: 0 1px;
}

div.box div.boxBL {
    background: url(./img_s24/box_bl.gif) bottom left no-repeat;
    padding-left: 10px;
}

div.box div.boxBR {
    background: url(./img_s24/box_br.gif) bottom right no-repeat;
    padding-right: 10px;
}

div.box div.boxB {
    border-bottom: 1px solid #89b5cc;
    height: 9px;
}

/* Akcni tlacitka */
a.button_modify, a.button_cancel, a.button_download {
    width: 25px;
    height: 25px;
    display: inline-block;
}

a.button_modify.small {
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
}


a.button_modify {
    background: url('./img/ico_klic.png') no-repeat 0 0;
}
a.button_modify:hover {
    background: url('./img/ico_klic.png') no-repeat -25px 0 #E1E6EB;
    border-radius: 2px;
}
a.button_modify:active {
    background: url('./img/ico_klic.png') no-repeat -25px 0 #CBD3DB;
    border-radius: 2px;
}

a.button_modify.small {
    background: url('./img/ico_klic_small.png') no-repeat 0 0 !important;
}

a.button_modify.small:hover {
    background: url('./img/ico_klic_small.png') no-repeat -19px 0 #e1e6eb !important;
}

a.button_modify.small:active {
    background: url('./img/ico_klic_small.png') no-repeat -19px 0 #CBD3DB !important;
    border-radius: 2px;
}

a.button_cancel {
    background: url('./img/ico_x_2.png') no-repeat 0 0;
}
a.button_cancel:hover {
    background: url('./img/ico_x_2.png') no-repeat -25px 0 #E1E6EB;
    border-radius: 2px;
}
a.button_cancel:active {
    background: url('./img/ico_x_2.png') no-repeat -25px 0 #CBD3DB;
    border-radius: 2px;
}

a.button_download {
    background: url('./img/ico_uloz.png') no-repeat 0 0;
}
a.button_download:hover {
    background: url('./img/ico_uloz.png') no-repeat -25px 0;
    border-radius: 2px;
}
a.button_download:active {
    background: url('./img/ico_uloz.png') no-repeat -50px 0;
    border-radius: 2px;
}

/* tlacitka konfirmacni komponenty */
a.button_add {
    width: 14px;
    height: 14px;
    display: inline-block;
    text-decoration: none;
    margin-left: 6px;
}

a.button_remove {
    width: 13px;
    height: 14px;
    display: inline-block;
    text-decoration: none;
    margin-left: 6px;
}

a.button_add {
    background: url('img_s24/input/plus.png') no-repeat 0 0;
}

a.button_add:hover {
    background-position: 0 -14px;
}

a.button_add:active {
    background-position: 0 -28px;
}

a.button_remove {
    background: url('img_s24/buttons/icon-x.png') no-repeat 0 0
}

a.button_remove:hover {
    background: url('img_s24/buttons/icon-x.png') no-repeat -13px 0
}

/* Odsadenie textu od praveho okraja u cisiel (cisla su zarovnane doprava, af_column_header-number, af_column_cell-number), aby sa nezlievali s nasledujucim stlpcom, ktory je zarovnany dolava.*/
/*div.dynamic table table th.af_column_header-number div.tableHeaderMain, div.dynamic table table th.af_column_header-number div.tableHeaderDetail, div.dynamic table table td.af_column_cell-number div.tableBodyMain, div.dynamic table table td.af_column_cell-number div.tableBodyDetail {
	padding-right: 0.7em;
}
*/
div.showAll {
    width: 100%;
    margin: 5px 0;
}

div.showAll > table {
    width: 100%;
}

div.showAll td.showAll_toolbar, div.showAll td.showAll_info {
     vertical-align: bottom;
}

div.showAll td.showAll_toolbar {
    text-align: right;
}

div.showAll.tableBottom td.showAll_info, div.showAll.tableBottom td.showAll_toolbar {
    vertical-align: top;
}

div a.tableShowAll, div a.tableCloseAll {
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
}

table tr.hover td {
    background: #feee84;
}

table .alignInfoHiddenDiv {
    display: none;
}

/* DELIMITER */
/* Zruseni cary */
.noDelimiter {
    border-bottom: none;
}

/* Jednoducha cara */
tr.delimiter > td,
tr.delimiter > th {
    border-bottom: 1px solid #d3dde6;
    padding-bottom: 1em;
}

.CNFblockInner tr.delimiter > td,
.CNFblockInner tr.delimiter > th {
    border-bottom: 1px solid #c8d6e3;
}

/* Dvojita cara */
tr.delimiter2 > td,
tr.delimiter2 > th {
    border-bottom: 3px double #d3dde6;
    padding-bottom: 1em;
}

.CNFblockInner tr.delimiter2 > td,
.CNFblockInner tr.delimiter2 > th {
    border-bottom: 3px double #c8d6e3;
}

/* class noVerticalDelimiter zrusi vertikalnu ciarku na delimiteri */
tr.delimiter > th.noVerticalDelimiter {
    background: none;
}

/* Nastavenie top padding v nasledujucom riadku po delimiter-i */
tr.delimiter+tr > td, tr.delimiter+tr > th, tr.delimiter2+tr > td, tr.delimiter2+tr > th {
    padding-top: 1em;
}

/* Sluzi na vytvorenie medzery pod padding ciarou, ak aktualna tabulka konci a zacina dalsia. */
table.delimiter {
    margin-bottom: 0.5em;
}

/* Prazdny riadok tabulky, ktory sluzi len ako delimiter. Pouzite v komponente row_delimiter. */
tr.delimiterEmptyRow th, tr.delimiterEmptyRow td {
    height: 1em;
    /* Vyska funguje v IE7, padding na prazdnom riadku IE7 ignoruje. */
    padding: 0;
}

/* komponenta interval radio */
table.timeIntervalRadio {
    width: 100% !important;
}

table.timeIntervalRadio td {
    padding: 3px 0 4px;
}

/* komponenta select CSV ABO extended */
th.selectCSVABOExtended {
    width: 23%;
}

td.selectCSVABOExtended {
    vertical-align: top;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*stranka s popisem prazne produktove zalozky*/

.emptyProductTab {
    font-size: 1.2em;
    margin-left: 13px;
}

.emptyProductTab .infoLine {
    margin-bottom: 23px;
}

.emptyProductTab .linkLine {
    margin-bottom: 22px;
}

.emptyProductTab li {
    line-height: 1.5em;
}

.emptyProductTab .icon {
    width: 21px;
    height: 17px;
    background-image: url("./img/ico-bublina-1.png");
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 10px;
}

/* ---------------------------------------------------- */
/* Detaily uctu/karet - spolecne */
.greyTextNormal {
    color: #768798;
    text-align: left;
}

.capital {
    font: bold 1.5em Arial, sans-serif;
}

.tableTop {
    width: 100%;
		padding-top: 0;
    padding-bottom: 10px;
}

.tableTop td {
    vertical-align: top;
    width: 50%;
}

.tableTop table th {
    color: #768798;
    line-height: 1.2em;
}

.tableTop table td {
    line-height: 1.2em;
}

.tableTop caption {
    font-size: 1.5em;
    background-color: lightgray;
    text-align: left;
}

.tableTop caption button {
    float: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* PDF tlacitko s ikonou */
.downloadPdfButton {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("img_s24/ico-pdf.png") repeat scroll 0 0 transparent;
    border: none;
    margin-bottom: -6px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.downloadPdfButton:hover {
		background-position: 0 -20px;
}

.downloadPdfButton:active {
		background-position: 0 -40px;
}

/* tlacitko s ikonou krizku */
.removeFromList {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("img/ico_x_2.png") no-repeat -5px 0 transparent;
    border: none;
    margin-bottom: -6px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.removeFromList:hover {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url("img/ico_x_2.png") no-repeat -55px 0 transparent;
    border: none;
    margin-bottom: -6px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

p.infoWarning {
    color: red;
}

.warningIcon {
    background: url("./img_s24/ico-bublina-2.png") no-repeat -42px 0 transparent;
    padding-left: 29px;
    display: inline-block;
    min-height: 16px;
}

.staticInfoMessage {
    background: url("./img/ico-bublina-1.png") no-repeat -42px center transparent;
    padding-left: 29px;
    line-height: 1.5em;
}
}

.detectionMessages {
    padding-top: 5px;
}

.detectionMessages .ibwarning {
    text-align: center;
    font-weight: bold;
    padding: 4px 0;
    background: #f2f2f2;
}

.detectionMessages>div {
    padding: 0 0 5px 0;
}

.detectionMessages .warn {
    color: #cc0000;
}

.detectionMessages .button {
    float: none;
    margin-left: 5px;
}

.detectionMessages .ico {
    display: inline-block;
    width: 21px;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.detectionMessages .info .ico {
    background: url('/stat/ebanking/img/ico-bublina-1.png') top left no-repeat;
}

.detectionMessages .warn .ico {
    background: url('/stat/ebanking/img/ico-bublina-2.png') top left no-repeat;
}

.detectionMessages a {
    margin-left: 12px;
}
@media print {
    * {
        color: #000 !important;
        background: #fff;
    }

    body {
        margin: 0;
        padding: 0;
        text-align: left;
        font: normal 0.68em Verdana, sans-serif;
        line-height: 1.25em;
    }

    #pageEnvelope {
        min-width: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

    #topPane {
        width: 100%;
    }

    .s24 #topPane .contactBox.user {
        float: right;
    }

    #topPane .navBar,
    #topPane #phonesBox,
    #toppane_form,
    #leftPane,
    #topMenu,
    .contactBox.phonesBox,
    .contactBox.contactUs,
    button,
    span.buttonRedsgn,
    div.pageButtons,
    #contentGradient,
    #contentFooter,
    #contentWrapperBottom,
    #helpWrapper,
    .cleaner,
    .NoPrint {
        display: none !important;
    }

    #mainPane {
        height: auto;
        min-height: 1px !important;
    }

    #mainPane,
    table.af_table_content {
        width: 100%;
        margin: 0;
        float: none;
        clear: both;
    }

    #mainPane .block {
        -moz-border-radius: 0;
        -moz-box-shadow: none;
        border: none;
        background: none;
    }

    #mainPane .block .blockInner {
        background: none;
        padding: 0;
    }

    .loginPage #topPane {
        background: none;
        padding: 0;
    }

    #loginLeftPane {
        float: none;
        width: 100%;
    }

    #loginRightPane {
        margin: 0;
        width: 100%;
    }

    div.dynamictable table tr th:first-child {
        padding-left: 0 !important;
    }

    div.dynamictable table.af_table_content tr td:first-child {
        padding-left: 16px !important;
    }

    div.dynamictable table.af_table_content div.editIco {
        display: none;
    }

    div.dynamictable table.af_table_content td div[id^="description"] label {
        display: none;
    }

    div.lister table table th,
    div.lister table table td {
        border-color: #000 !important;
    }

    tr.delimiter > td,
    tr.delimiter > th {
        border-bottom-color: #000 !important;
    }

    table.filterOverviewTable {
        float: none !important;
        width: auto !important;
        margin-left: 12px;
    }

    div.dynamictable table.af_table_content tr.lastChild th {
        border-bottom: 1px solid #000 !important;
    }

    table.transactionHistoryAccountInfo {
        width: 100% !important;
    }

    table.transactionHistoryAccountInfo td,
    table.transactionHistoryAccountInfo th {
        padding-left: 16px;
    }

    hr {
        height: 1px;
        border: 1px solid #000;
        background: none;
    }

    .tableCellForPrintOnly {
        display: table-cell;
    }

    .nowrapInPrint {
        white-space: nowrap;
    }

    .hideLabel label {
        display: none;
    }

    /**
      Print styles for product list.
    */
    .productList, .productList * {
        background: none !important;
        opacity: 1 !important;
    }

    .productList ul,
    .productList li {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

    .productList ul,
    .productList a {
        text-decoration: none;
    }

    .productList li {
        border-top: 1px solid #d3dde6 !important;
    }

    .productList li > h2,
    .productList .af_panelAccordion,
    .productList .af_panelAccordion_content {
        background: none;
        color: #000000;
        width: 100% !important;
        clear: both;
    }

    .productList .product {
        font-size: 1em;
        line-height: 18px;
        margin-top: 10px;
        margin-left: -10px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .productList .product .cleaner,
    .productList .product,
    .productList .expandedContract,
    .productList li,
    .productList .af_panelAccordion,
    .productList .product .productListOptions {
        clear: both;
    }

    .productList .contract,
    .productList li > h2 + ul > li:first-child,
    .productList li.productGroup {
        border: none !important;
    }

    .productList .product .af_panelAccordion,
    .productList .product .productListOptions {
        min-height: 0;
    }

    .productList .product .af_panelAccordion_header-collapsed,
    .productList .product .af_panelAccordion_header-expanded,
    .productList .product .productListButtons,
    .productList .collapseAll,
    .productList .expandAll {
        display: none !important;
    }

    .productList .investments .productListAccountInfo .balanceLabel {
        width: 115px;
    }

    .productList div.af_panelAccordion div.tabContentWrapper {
        padding: 18px 18px 0;
    }

    .productList div.af_panelAccordion div.tabContentWrapper.muinWrapper {
        padding: 12px 18px 0;
    }

    .productList div.af_panelAccordion div.tabContentWrapper {
        width: auto;
    }

    .productList tr.itemTop td,
    .productList tr.itemRow td,
    .productList .cards table table tr td,
    .productList .cards table table tr th {
        border-top: 1px solid black !important;
    }

    .productList .cards .af_table_column-footer {
        padding: 0 !important;
    }

    .productList .contract h3 a {
        padding-left: 0;
        text-decoration: underline;
    }

    .productList .contract h3 {
        font-size: 1.8em;
    }

    .productList li.productGroup h2 {
        border-bottom: 1px solid darkgray;
    }
}
@media screen {
	.PrintOnly {
		display: none;
	}

.s24 #topPane .logo {
		background: url("img_s24/logo-s24.png") no-repeat top left !important;
    width: 142px;
    height: 34px;
    float: left;
    display: block;
}

.s24 #topPane #header {
    padding: 0 16px;
    height: 34px;
    margin: 13px 0;
}

#topPane .contactBox {
    margin: 11px 0 0 28px;
    float: left;
    /*color: #005290;*/
    font: bold 1em Arial, sans-serif;
}

#topPane .contactBox.phonesBox {
    margin-left: 42px;
}

.s24 #topPane .contactBox.user {
    float: right;
}

.s24 #topPane .contactBox.iBodUser {
    float: left;
    margin-top: -8px;
    margin-left: 0;
    text-align: right;
}

.s24 #topPane .contactBox.iBodUser .af_panelPopup_trigger {
    margin-right: 3px;
}

.s24 #topPane .contactBox.logoutUser {
    float: right;
    margin-top: 1px;
    margin-left: 0;
}

.s24 #topPane .iBodBlock.ibodInfo {
    display: inline;
    cursor: default;
}

.s24 #topPane .iBodBlock.ibodInfo:hover {
    text-decoration: none;
}

.s24 #topPane .af_panelPopup_container {
    background-color: white;
    border: 1px solid #D2D2D2;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}

.s24 #topPane .af_panelPopup_content {
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0;
}

.s24 #topPane .contactBox a {
    text-decoration: none;
}

.s24 #topPane .contactBox a:hover {
    text-decoration: underline;
}

.s24 #topPane .phone {
    background: url("img/telefon.png") no-repeat 0 1px;
    padding-left: 20px;
}

.s24 #topPane .phone .offset {
    margin-left: 20px;
}

.s24 #topPane .message {
    background: url("img/zavinac.png") no-repeat 0 1px;
    padding-left: 20px;
}

.s24 #topPane #demo {
    width: 150px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 345px;
    left: auto;
    top: 10px;
    text-align: right;
}

#topPane .logo_csas {
    float: right;
    margin: 7px 0 10px;
    border: none;
    height: 50px;
    width: 110px;
}

#topPane .userInfoBoxB24 {
    float: right;
    width: 420px;
    margin: 17px 0 0 0;
}

#topPane .userInfoBoxB24 .infoTable {
    width: 100%;
}

#topPane .userInfoBoxB24 .infoTable td.column1 {
    text-align: right;
    padding-right: 20px;
}

#topPane .userInfoBoxB24 .infoTable td.column2 {
    width: 80px;
    text-align: center;
}

#topPane .userInfoBoxB24 .contextSelector {
    float: right;
}

#statusIndicator {
    float: left;
    margin: 2.8em 0 0 3em;
}



/*----- Top menu - zalozky ---------------------------------- */

#menuAndContent {
    -moz-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


#topMenu .tabs,
#topMenu .bookmarksMenu {
    clear: both;
}

#topMenu .tabs ul,
#topMenu .tabs li,
.bookmarksMenu ul,
.bookmarksMenu ul li {
    display: inline;
    padding: 0;
    margin: 0;
}

.bookmarksMenu .menuTabs {
    margin: 0;
}

.cs #topMenu .menuTabs {
    /*TODO: WTF?*/
    /*margin: 0 250px 0 0;*/
}

.en #topMenu .menuTabs {
    margin: 0 189px 0 0;
}

#topMenu .tabs .endTabs,
.bookmarksMenu .endTabs {
    float: right;
    margin: 0;
    padding: 0;
    color: #fff;
}

/* ---------------------------------------*/

#topMenu .tabs {
    height: 42px;
    background: #e8eef2 url(img_s24/menu/horniMenu-gradient.png) left center repeat-x;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}

.menuTabs li.off span.off,
.menuTabs a.OraLink,
.menuTabs a {
    display: block;
    float: left;
    margin: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: #005290;
    font: bold 1.3em Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    cursor: pointer;
}

.menuTabs li.off span.off {
    cursor: text;
}

.menuTabs a:hover {
    color: #fff;
    background: #e8eef2 url(img_s24/menu/horniMenu-gradient-hover.png) left center repeat-x;
}

.menuTabs a:active {
    color: #fff;
    background: #e8eef2 url(img_s24/menu/horniMenu-gradient-active.png) left center repeat-x;
}

.menuTabs a:hover span.begin,
.menuTabs a:hover span.beginIcon,
.menuTabs a:active span.begin,
.menuTabs a:active span.beginIcon{
    background: url("./img_s24/menu/menu-cara.png") top left no-repeat;
}

.endTabs a:hover span.begin,
.endTabs a:hover span.beginIcon,
.endTabs a:active span.begin,
.endTabs a:active span.beginIcon {
    background: none;
}

.menuTabs a span,
.menuTabs span.off span {
    display: block;
    float: left;
}

.menuTabs a span.oneLine,
.menuTabs a span.twoLines,
.menuTabs span.off span.oneLine,
.menuTabs span.off span.twoLines,
.menuTabs a span.begin,
.menuTabs span.off span.begin,
.menuTabs a span.beginIcon,
.menuTabs span.off span.beginIcon,
.menuTabs li + li.lastHidden span {
    border: none;
    overflow: hidden;
    height: 42px;
    line-height: 44px;
}

.menuTabs a span.begin,
.menuTabs span.off span.begin,
.menuTabs a span.beginIcon,
.menuTabs span.off span.beginIcon {
    width: 22px;
}

.menuTabs li + li.lastHidden a span,
.menuTabs li + li.lastHidden span{
    display: block;
    float: left;
    width: 10px;
    position: absolute;
    left: 0;
}

.endTabs a span.begin,
.endTabs span.off span.begin,
.endTabs a span.beginIcon,
.endTabs span.off span.beginIcon {
    width: 10px;
}

/*.menuTabs span.oneLine,
.menuTabs span.off span.oneLine {
	line-height: 42px !important;
}*/
/*.menuTabs span.twoLines, .menuTabs a span.twoLines {
	line-height: 42px !important;
} */
.menuTabs span.off,
.menuTabs span.off span.begin,
.menuTabs a,
.menuTabs a span.begin,
.menuTabs a.link,
.menuTabs a.link span.begin,
.menuTabs a.visited,
.menuTabs a.visited span.begin {
    /*background-position: 0 0;*/
}

.menuTabs span.off span.end,
.menuTabs a span.end,
.menuTabs a.link span.end,
.menuTabs a.visited span.end {
    /*background-position: -30px 0;*/
}

/* Zalozky vrchneho menu, nevybrane, nedisablovane */
.menuTabs a:hover {
    text-shadow: none;
}

.menuTabs a:hover span.begin {
    /*background-position: -10px 0;*/
    /*z-index: 10;*/
}

.menuTabs a:hover span.end {
    /*background-position: -40px 0;*/
    /*z-index: 10;*/
}

.menuTabs a:hover span.oneLine,
.menuTabs a:hover span.twoLines {
}

.menuTabs a:hover div {
    display: block;
}

.menuTabs li a,
.menuTabs li.off span.off {
    padding: 0 22px 0 0;
    background: url("./img_s24/menu/menu-cara.png") top left no-repeat;
}

.endTabs li a,
.endTabs li.off span.off {
    padding: 0 10px 0 0;
    background: none;
}

.menuTabs li.chosen a {
    text-shadow: none;
    color: #FFF;
    background: #225587 url(img_s24/menu/horniMenu-gradient-chosen.png) left center repeat-x;
    position: relative;
    top: -5px;
    margin-bottom: -5px;
    padding-top: 5px;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
}

.menuTabs li.chosen a .begin,
.menuTabs li.chosen a .beginIcon {
    background: none;
}

.menuTabs li.chosen + li a .begin,
.menuTabs li.chosen + li a .beginIcon,
.menuTabs li.chosen + li.lastHidden span {
    background: url("./img_s24/menu/menu-stin.png") top left no-repeat;
}

.menuTabs li.chosen + li.lastHidden,
.menuTabs li#tab_news + li.lastHidden,
.menuTabs li#tab_virtual_branch_messages + li.lastHidden {
    display: inline !important;
    position: relative;
}

.loginPage .menuTabs li.chosen + li a .begin,
.loginPage .menuTabs li.chosen + li a .beginIcon,
#topMenu .tabs .endTabs li.off span.off {
    background: none;
}

.menuTabs li.off span.off span.oneLine,
.menuTabs li.off span.off span.twoLines {
    color: #768798;
}
#topMenu .tabs .menuTabs, #topMenu .tabs .endTabs {
    padding: 0 0 0 16px;
    vertical-align: bottom;
}

#topMenu .tabs .endTabs {
    padding: 0;
}

/* - - - Home ikona - - - - - - - - - - - */
#topMenu .tabs #tab_home a span.twoLines,
#topMenu .tabs #tab_home span.off span.twoLines{
    background: url("./img_s24/menu/ico-home.png") no-repeat 0 center transparent;
    width: 22px;
}
#topMenu .tabs #tab_home a:hover span.twoLines {
    background-position: -22px center;
}
#topMenu .tabs #tab_home.chosen a span.twoLines {
    background-position: -44px center;
}

#topMenu .tabs #tab_home span.off span.twoLines {
    background-position: -66px center;
}

/* - - - MZF ikona - - - - - - - - - - - */
#topMenu .tabs #tab_mzf a span.oneLine,
#topMenu .tabs #tab_mzf span.off span.oneLine{
    background: url("./img_s24/menu/ico-mzf.png") no-repeat 0 center transparent;
    width: 32px;
}

#topMenu .tabs #tab_mzf a:hover span.oneLine {
    background-position: -33px center;
}

#topMenu .tabs #tab_mzf.chosen a span.oneLine {
    background-position: -33px center;
}

/* - - - Nastaveni ikona - - - - - - - - - - - */
#topMenu .tabs #tab_mnt a span.oneLine,
#topMenu .tabs #tab_mnt span.off span.oneLine{
    background: url("./img_s24/menu/ico-nastaveni.png") no-repeat 0 center transparent;
    width: 31px;
}

#topMenu .tabs #tab_mnt a:hover span.oneLine {
    background-position: -33px center;
}

#topMenu .tabs #tab_mnt.chosen a span.oneLine {
    background-position: -66px center;
}

#topMenu .tabs #tab_mnt span.off span.oneLine {
    background-position: -99px center;
}

/* - - - Help ikona - - - - - - - - - - - */
#topMenu .tabs #tab_cnt a span.twoLines,
#topMenu .tabs #tab_cnt span.off span.twoLines{
    background: url("./img_s24/menu/ico-napoveda.png") no-repeat -2px center transparent;
    width: 31px;
}
#topMenu .tabs #tab_cnt a:hover {
    border-radius: 0 8px 0 0;
}

#topMenu .tabs #tab_cnt a:hover span.twoLines {
    background-position: -35px center;
}

#topMenu .tabs #tab_cnt.chosen a span.twoLines {
    background-position: -68px center;
}

/* - - - Zprava ikona - - - - - - - - - - - */
#topMenu .tabs #tab_news a span.oneLine,
#topMenu .tabs #tab_news span.off span.oneLine,
#topMenu .tabs #tab_virtual_branch_messages a span.oneLine,
#topMenu .tabs #tab_virtual_branch_messages span.off span.oneLine{
    background: url("./img_s24/menu/ico-zprava.png") no-repeat 0 center transparent;
    width: 31px;
    margin-right: -13px;
}

#topMenu .tabs #tab_virtual_branch_messages a span.oneLine,
#topMenu .tabs #tab_virtual_branch_messages span.off span.oneLine{
    background: url("./img_s24/menu/ico-osoba.png") no-repeat 0 center transparent;
}

#topMenu .tabs #tab_news a:hover span.oneLine,
#topMenu .tabs #tab_virtual_branch_messages a:hover span.oneLine{
    background-position: -33px center;
}

#topMenu .tabs #tab_news.chosen a span.oneLine,
#topMenu .tabs #tab_virtual_branch_messages.chosen a span.oneLine{
    background-position: -66px center;
}

#topMenu .tabs #tab_news span.off span.oneLine,
#topMenu .tabs #tab_virtual_branch_messages span.off span.oneLine {
    background-position: -99px center;
}

.menuTabs #tab_news a span.oneLine + span,
.menuTabs #tab_news span.off span.oneLine + span,
.menuTabs #tab_virtual_branch_messages a span.oneLine + span,
.menuTabs #tab_virtual_branch_messages span.off span.oneLine + span{
    font-size: 0.6em;
    font-weight: bold;
    text-align: center;
    text-indent: -1px;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    position: relative;
    left: 0;
    top: 6px;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.menuTabs a span.newscount,
.menuTabs span span.newscount {
    background: url("./img_s24/ico-zpravaPocet.png") no-repeat top left transparent;
}

.menuTabs li.off a span.newscount,
.menuTabs li.off span span.newscount {
    opacity: 0.2;
    filter: alpha(opacity=20);
}
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.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:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity = 0);
}

/* 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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Dialog
----------------------------------*/
.ui-dialog {
    position: relative;
    padding: .2em;
    width: 300px;
    -moz-box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 30px rgba(0,0,0,0.5);
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em .3em .3em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: right;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 1.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 #dddddd;
    background: #eeeeee url(img/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    background: transparent url(img_s24/rastr-1.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

.ibProgressBar .ui-widget-header {
    background: transparent url(img_s24/progressFill-1.png) repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.ibProgressBar .ui-widget-content {
    border: 1px solid #bababa;
    background: #bababa url(img_s24/progressBackground-1.png) top repeat-x;
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(img/ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
    outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
    outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid white;
    padding: 0;
}

.ui-state-hover.ui-state-focus, .ui-state-hover.ui-widget-content .ui-state-focus {
    background-color: #b8b8b8;
}

.ui-state-hover a, .ui-state-hover a:hover {
}

.ui-state-active, .ui-widget-content .ui-state-active {
    outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    outline: none;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(img/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(img/ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #ffffff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);
    background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity = 70);
    font-weight: normal;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(img/ui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(img/ui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(img/ui/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(img/ui/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(img/ui/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(img/ui/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(img/ui/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.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-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    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-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-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    /*background: #666666 url(img/ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;*/
    background: #666666;
    background-image: -moz-radial-gradient(50% 40%, circle closest-side, #c0c0c0, #333 130%);
    background-image: -webkit-radial-gradient(50% 40%, circle closest-side, #c0c0c0, #333 130%);
    background-image: radial-gradient(50% 40%, circle closest-side, #c0c0c0, #333 130%);
    opacity: .30;
    filter: Alpha(Opacity = 30);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(img/ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .20;
    filter: Alpha(Opacity = 20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}#cgiProgressBar .wrap {
  padding: 40px;
  text-align: center;
}
#cgiProgressBar hr {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #aaaaaa;
}
#cgiProgressBar h1 {
  font-size: 30px;
  margin-bottom: 40px;
}
#cgiProgressBar p {
  margin-bottom: 20px;
}

#cgiProgressBar .modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10010;
}

#cgiProgressBar .modalShow {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10010;
    display: block;

}

#cgiProgressBar .modalContentShow {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 20%;
}

#cgiProgressBar .modal-dialog {
  background: #fefefe;
  border: #333333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 10011;
  width: 360px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

#cgiProgressBar .modal-dialogShow {
    background: #fefefe;
    border: #333333 solid 1px;
    border-radius: 5px;
    width: 360px;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    top: 150px;
    z-index: 10011;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#cgiProgressBar .modal-body {
    padding: 20px 5px 40px 5px;
    background-color: #dadada;
}

#cgiProgressBar .modal-header,
#cgiProgressBar .modal-footer {
  padding: 10px 20px;
}
#cgiProgressBar .modal-header {
  border-bottom: #eeeeee solid 1px;
}
#cgiProgressBar .modal-header h2 {
  font-size: 20px;
}
#cgiProgressBar .modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}

#cgiProgressBar #slider{
	width:100%;
	height:30px;
	border:1px solid #000;
	overflow:hidden;
	background: #cedce7;
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%);
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%);
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%);
	background: linear-gradient(top,  #cedce7 0%,#596a72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
}
#cgiProgressBar #sliderbar{
	width:0%;
	height:30px;
	border-right: 1px solid #000000;
	background: #05d62a;
    background-image: -o-linear-gradient(bottom, #07B324 0%, #05D62B 100%);
    background-image: -moz-linear-gradient(bottom, #07B324 0%, #05D62B 100%);
    background-image: -webkit-linear-gradient(bottom, #07B324 0%, #05D62B 100%);
    background-image: -ms-linear-gradient(bottom, #07B324 0%, #05D62B 100%);
    background-image: linear-gradient(to bottom, #07B324 0%, #05D62B 100%);
}