﻿
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
}

body {
    text-align: center;
    /*background-color:#FFFFFF;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat;*/
    background-color: #f1f1f1;
    background-image: url('Images/gradient.png');
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 13px;
    height: 100%;
    position: relative;
}

h1, h2, h3, h5 {
    color: #231f20;
}

h4, h6 {
    color: #C2253F;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin-top: 1em;
    font-family: Arial;
    font-size: 22px;
    font-weight: normal;
}

    h1 a {
        font-size: 23px;
    }

h2 {
    margin-top: 1em;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
}

h3 {
    margin: 0.5em 0;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

h4 {
    margin: 0.5em 0;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

h5 {
    margin: 0.5em 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

h6 {
    margin: 0.5em 0;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

    h6 a {
        font-weight: normal;
    }


p {
    margin: 1em 0;
}

a {
    text-decoration: underline;
}

.wrapper {
    width: 989px;
    padding: 0px 5px 0px 5px;
    border: 0 none White;
    text-align: left;
    background-color: #FFFFFF;
    /*position:relative;*/
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -20px;
}

.header {
    height: 81px;
    position: relative;
    background-color: #FFFFFF;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

#search {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.mainpanel {
    display: table;
    width: 100%;
    margin: 1px 0px 5px 0px;
}


.mainbutton {
    display: inline-block;
    vertical-align: top;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mainbutton {
        margin-right: 3px;
    }
}

.mainnav {
    display: inline-block;
    vertical-align: top;
    /*width:722px;*/
    width: 100%;
    height: 36px;
    background-color: #C2253F;
}

    .mainnav .item {
        padding: 2px 7px;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: #FFFFFF;
        background-color: #DADADA;
        color: #333333;
    }

    .mainnav .selected {
        background-color: #1A7E9A;
        color: #d4e1f1;
    }

    .mainnav .hover {
        color: #1A7E9A;
        background-color: #DADADA;
    }

    .mainnav table {
        border-right: 1px solid #FFFFFF;
    }

        .mainnav table table {
            border-right: none;
        }

.contentwrapper {
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 100%;
    top: 0px;
    left: 0px;
}

.floatwrapper {
    width: 100%; /*** Critical left and right col/divider dimension value (moves inversly) ***/
}

.centercolumn {
    position: relative;
    width: 989px;
    margin: 0px 0px 0px 0px;
}

* html .centercolumn {
    position: relative;
    width: 989px;
    margin: 0px 0px 0px 0px;
}

.leftcolumn {
    position: relative;
    float: left;
    padding-top: 00px;
    width: 187px;
    margin-right: 5px;
}

*html .leftcolumn {
    margin-right: 2px;
}


.leftcolcontainer {
    width: 187px; /*** Critical left col dimension value ***/
    display: none;
}

.leftRadPanelBar {
    width: 185px !important;
}

.copy .container {
    margin: 5px;
    padding: 0 20px 15px 20px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
}

.copy .teaser {
    margin-top: 0;
    color: #777777;
    font-size: 0.9em;
    font-weight: normal;
}

/*
.copy td, .copy th {
    padding: 0.2em 0.5em;
}
*/
.copy td, .copy th {
    padding: 2px 5px 2px 5px;
    margin: 0px;
    border: none 0px #ffffff;
    /*background-color:#000000; */
}
/*
*html .copy td, .copy th {
    
    padding: 2px 0px 2px 5px;
    margin:0px;
    border:none 0px #ffffff;
    /*background-color:#000000; 
}
*/
.copy tr, .copy table {
    padding: 0px;
    margin: 0px;
    border: none 0px #ffffff;
    /*background-color:#666666;  */
}

.copy table {
    width: 100%;
}

/*
td, th {
    padding: 0.2em 0.5em;
}
.AjaxCalendar .ajax__calendar_other {
    padding:0px;
}*/

/*
.CalDiv table tr
{
    padding: 0px;
}*/

.MyCalendar .ajax__calendar_container {
    background: white;
    width: 240px;
}

.MyCalendar .ajax__calendar_body {
    width: 240px;
    height: 150px;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

#copy .container table tr {
    font-size: 0.9em;
}

.txtBox {
    border: 1px solid #666666;
    text-align: left;
}

#copy fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCCCCC;
}

#copy legend {
    color: #666666;
    background-color: #FFFFFF;
}

.button {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #231f20;
    margin-bottom: 0px;
    font-size: 11px;
    cursor: pointer;
}

    .button:hover {
        color: #CCCCCC;
        background-color: #231f20;
    }

    .button:focus {
        border: 1px solid #FFFFFF;
        border-style: groove;
    }

.fontSize11 {
    font-size: 11px;
}



.wgButton {
    /*margin: 2px;*/
    color: #FFF;
    font-weight: bold;
    background-color: #C2253F;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    border: 0px;
    /*border-radius: 4px;*/
    display: inline-block;
    vertical-align: top;
    /*background: none\0;*/
    height: 26px;
}

.wgButtonBorder {
    cursor: default;
    position: relative;
    /*background-color: #C2253F;*/
    /*background: linear-gradient(to bottom, #C62540, #5E0512);
    background: -webkit-linear-gradient(top, #C62540, #5E0512);
    background: -o-linear-gradient(bottom, #C62540, #5E0512);
    background: -moz-linear-gradient(bottom, #C62540, #5E0512);*/
    /*border-radius: 4px;*/
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.wgButtonBorderGray {
    background: #6B6B6D;
}

.wgButton:hover, .wgButtonBorder:hover, .wgButtonBorder:hover .wgButton {
    background: black !important;
}

input[type="checkbox"] {
    /* your style */
    margin-right: 7px;
}


input[class*="wgButton24"], input[class*="wgButtonRed24"], input[class*="wgButtonGray24"] {
    /*height: 24px \0;*/
    height: 24px;
}

input[class*="wgButton36"], input[class*="wgButtonRed36"], input[class*="wgButtonGray36"] {
    /*height: 36px \0;*/
    height: 36px;
}

.wgButton24S, .wgButtonRed24S {
    /*background-image: url('Images/ButtonRedS24.jpg')\0;
    width: 80px\0;*/
    width: 76px;
}

.wgButton24M, .wgButtonRed24M {
    /*background-image: url('Images/ButtonRedM24.jpg')\0;
    width: 117px\0;*/
    width: 113px;
}

.wgButton24L, .wgButtonRed24L {
    /*background-image: url('Images/ButtonRedL24.jpg')\0;
    width: 163px\0;*/
    width: 159px;
}

.wgButton200PX, .wgButtonRed200PX {
    width: 204px;
}

.wgButton24XL, .wgButtonRed24XL {
    /*background-image: url('Images/ButtonRedXL24.jpg')\0;
    width: 233px\0;*/
    width: 229px;
}

.wgButton24XXL, .wgButtonRed24XXL {
    /*background-image: url('Images/ButtonRedXXL24.jpg')\0;
    width: 280px\0;*/
    width: 276px;
}

.wgButton24S:hover, .wgButtonRed24S:hover, .wgButton24S:focus, .wgButtonRed24S:focus {
    /*background-image: url('Images/ButtonRedS24Hover.jpg')\0;
    width: 80px\0;*/
    width: 76px;
}

.wgButton24S.disabled, .wgButtonRed24S.disabled, .wgButtonGray24S.disabled {
    /*background-image: url('Images/ButtonS24Disabled.jpg')\0;
    width: 80px\0;*/
    width: 76px;
    cursor: default;
}

.wgButton24M:hover, .wgButtonRed24M:hover, .wgButton24M:focus, .wgButtonRed24M:focus {
    /*background-image: url('Images/ButtonRedM24Hover.jpg')\0;   
    width: 117px\0;*/
    width: 113px;
}

.wgButton200PX:hover, .wgButton200PX:focus {
    width: 204px;
}

.wgButton24M.disabled, .wgButtonRed24M.disabled, .wgButtonGray24M.disabled {
    /*background-image: url('Images/ButtonM24Disabled.jpg')\0;
    width: 117px\0;*/
    width: 113px;
    cursor: default;
}

.wgButton200PX.disabled {
    width: 204px;
    cursor: default;
}

.wgButton24L:hover, .wgButtonRed24L:hover, .wgButton24L:focus, .wgButtonRed24L:focus {
    /*background-image: url('Images/ButtonRedL24Hover.jpg')\0;   
    width: 163px\0;*/
    width: 159px;
}

.wgButton24L.disabled, .wgButtonRed24L.disabled, .wgButtonGray24L.disabled {
    /*background-image: url('Images/ButtonL24Disabled.jpg')\0;
    width: 163px\0;*/
    width: 159px;
    cursor: default;
}


.wgButton24XL:hover, .wgButtonRed24XL:hover, .wgButton24XL:focus, .wgButtonRed24XL:focus {
    /*background-image: url('Images/ButtonRedXL24Hover.jpg')\0;   
    width: 233px\0;*/
    width: 229px;
}

.wgButton24XL.disabled, .wgButtonRed24XL.disabled, .wgButtonGray24XL.disabled {
    /*background-image: url('Images/ButtonXL24Disabled.jpg')\0;
    width: 233px\0;*/
    width: 229px;
    cursor: default;
}

.wgButton24XXL:hover, .wgButtonRed24XXL:hover, .wgButton24XXL:focus, .wgButtonRed24XXL:focus {
    /*background-image: url('Images/ButtonRedXXL24Hover.jpg')\0; 
    width: 280px\0;*/
    width: 276px;
}

.wgButton24XXL.disabled, .wgButtonRed24XXL.disabled, .wgButtonGray24XXL.disabled {
    /*background-image: url('Images/ButtonXXL24Disabled.jpg')\0;   
    width: 280px\0;*/
    width: 276px;
    cursor: default;
}

.wgButtonGray24S {
    /*background-image: url('Images/ButtonGrayS24.jpg')\0;
    width: 80px\0;*/
    width: 76px;
}

.wgButtonGray24M {
    /*background-image: url('Images/ButtonGrayM24.jpg')\0;
    width: 117px\0;*/
    width: 113px;
}

.wgButtonGray24L {
    /*background-image: url('Images/ButtonGrayL24.jpg')\0;
    width: 163px\0;*/
    width: 159px;
}

.wgButtonGray24XL {
    /*background-image: url('Images/ButtonGrayXL24.jpg')\0;
    width: 233px\0;*/
    width: 229px;
}

.wgButtonGray24S:hover, .wgButtonGray24S:focus {
    /*background-image: url('Images/ButtonGrayS24Hover.jpg')\0;
    width: 80px\0;*/
    width: 76px;
}

.wgButtonGray24M:hover, .wgButtonGray24M:focus {
    /*background-image: url('Images/ButtonGrayM24Hover.jpg')\0;   
    width: 117px\0;*/
    width: 113px;
}

.wgButtonGray24L:hover, .wgButtonGray24L:focus {
    /*background-image: url('Images/ButtonGrayL24Hover.jpg')\0;  
    width: 163px\0;*/
    width: 159px;
}

.wgButtonGray24XL:hover, .wgButtonGray24XL:focus {
    /*background-image: url('Images/ButtonGrayXL24Hover.jpg')\0;   
    width: 233px\0;*/
    width: 229px;
}

.wgButtonGray24XXL:hover, .wgButtonGray24XXL:focus {
    /*background-image: url('Images/ButtonGrayXXL24Hover.jpg')\0;   
    width: 280px\0;*/
    width: 276px;
}

.wgButtonHome {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border: none;
    background-image: url('Images/ButtonHomeWF.jpg');
    background-image: url('Images/ButtonHome36.jpg')\0;
    height: 36px;
    width: 36px;
    display: inline-block;
    vertical-align: top;
}

    .wgButtonHome:hover, .wgButtonHome:focus {
        background-image: url('Images/ButtonHomeHover.jpg');
        background-image: url('Images/ButtonHome36Hover.jpg')\0;
        height: 36px;
        width: 36px;
    }

.wgButtonSearch {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border: none;
    background-image: url('Images/ButtonSearchWF.jpg');
    background-image: url('Images/ButtonSearch36.jpg')\0;
    height: 36px;
    width: 36px;
    display: inline-block;
    vertical-align: top;
}

    .wgButtonSearch:hover, .wgButtonSearch:focus {
        background-image: url('Images/ButtonSearchHover.jpg');
        background-image: url('Images/ButtonSearch36Hover.jpg')\0;
        height: 36px;
        width: 36px;
    }

.wgButtonDown {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border: none;
    background-image: url('Images/ButtonDown.jpg');
    background-image: url('Images/ButtonDown36.jpg')\0;
    height: 36px;
    width: 36px;
    display: inline-block;
    vertical-align: top;
}

    .wgButtonDown:hover, .wgButtonDown:focus {
        background-image: url('Images/ButtonDownHover.jpg');
        background-image: url('Images/ButtonDown36Hover.jpg')\0;
        height: 36px;
        width: 36px;
    }

.wgButtonZvyseniPrispevku {
    width: 185px;
}

.wgButtonNovaSmlouvamaster {
    width: 180px;
}

.wgButtonPrevodDoDPS {
    color: black;
}

.wgButtonTab {
    /* margin-bottom:2px;*/
}

.wgButton.wgButtonTab:hover, .wgButton.wgButtonTab:focus {
    color: #fff;
}

.wgButtonTab.wgButton24L {
    /*width: 162px;*/
}

.wgButtonTab.wgButton24S:hover, .wgButtonTab.wgButton24S:focus {
    /*background-image: url('Images/ButtonGrayS24.jpg')\0;*/
}

.wgButtonTab.wgButton24M:hover, .wgButtonTab.wgButton24M:focus {
    /*background-image: url('Images/ButtonGrayM24.jpg')\0;*/
}

.wgButtonTab.wgButton24L:hover, .wgButtonTab.wgButton24L:focus {
    /*background-image: url('Images/ButtonGrayL24.jpg')\0;*/
}

.wgButtonTab.wgButton24XL:hover, .wgButtonTab.wgButton24XL:focus {
    /*background-image: url('Images/ButtonGrayXL24.jpg')\0;*/
}


.highlightText {
    font-weight: 900 !important;
    padding: 2px 1px 1px 2px !important;
}

.wgButton, .wgButtonRed {
    /*background: linear-gradient(to bottom, #C62540, #5E0512);
    background: -webkit-linear-gradient(top, #C62540, #5E0512);
    background: -o-linear-gradient(bottom, #C62540, #5E0512);
    background: -moz-linear-gradient(bottom, #C62540, #5E0512);*/
    color: #FFF;
    display: inline-block;
    cursor: pointer;
}

input[class*="wgButtonGray"] {
    background: linear-gradient(to bottom,#BABBBE,#929397, #6B6B6D, #6B6B6D,#6B6B6D);
    background: -webkit-linear-gradient(top, #BABBBE,#929397, #6B6B6D, #6B6B6D,#6B6B6D);
    background: -o-linear-gradient(bottom, #BABBBE, #929397, #6B6B6D, #6B6B6D,#6B6B6D);
    background: -moz-linear-gradient(bottom, #BABBBE, #929397, #6B6B6D, #6B6B6D,#6B6B6D);
    color: #FFF;
    display: inline-block;
    cursor: pointer;
}

.wgTile, .wgTileRed {
    background-color: #C2253F;
    /*background: linear-gradient(to bottom, #C62540, #5E0512);
    background: -webkit-linear-gradient(top, #C62540, #5E0512);
    background: -o-linear-gradient(bottom, #C62540, #5E0512);
    background: -moz-linear-gradient(bottom, #C62540, #5E0512);*/
    display: inline-block;
}

.wgTileGray {
    background: #6B6B6D;
    /*background: linear-gradient(to bottom, #929397, #6B6B6D);
    background: -webkit-linear-gradient(top, #929397, #6B6B6D);
    background: -o-linear-gradient(bottom, #929397, #6B6B6D);
    background: -moz-linear-gradient(bottom, #929397, #6B6B6D);*/
    display: inline-block;
}


.wgTile, .wgTileRed, .wgTileGray {
    padding: 0px;
    /*border-radius: 11px;*/
}

    .wgTile .wgTileContain, .wgTileRed .wgTileContain {
        /*background: linear-gradient(to bottom,#E8A195, #D96964, #C2253F, #A11E34, #761523);
        background: -webkit-linear-gradient(top, #E8A195,#D96964, #C2253F, #A11E34, #761523);
        background: -o-linear-gradient(bottom, #E8A195,#D96964, #C2253F, #A11E34, #761523);
        background: -moz-linear-gradient(bottom, #E8A195,#D96964, #C2253F, #A11E34, #761523);*/
        /*background: linear-gradient(to bottom, #C62540, #5E0512);
        background: -webkit-linear-gradient(top, #C62540, #5E0512);
        background: -o-linear-gradient(bottom, #C62540, #5E0512);
        background: -moz-linear-gradient(bottom, #C62540, #5E0512);*/
        color: #FFF;
        display: table;
        cursor: pointer;
    }

    .wgTileGray .wgTileContain {
        /*background: linear-gradient(to bottom,#BABBBE,#929397, #6B6B6D, #6B6B6D,#6B6B6D);
        background: -webkit-linear-gradient(top, #BABBBE,#929397, #6B6B6D, #6B6B6D,#6B6B6D);
        background: -o-linear-gradient(bottom, #BABBBE, #929397, #6B6B6D, #6B6B6D,#6B6B6D);
        background: -moz-linear-gradient(bottom, #BABBBE, #929397, #6B6B6D, #6B6B6D,#6B6B6D);*/
        /*background: linear-gradient(to bottom, #929397, #6B6B6D);
        background: -webkit-linear-gradient(top, #929397, #6B6B6D);
        background: -o-linear-gradient(bottom, #929397, #6B6B6D);
        background: -moz-linear-gradient(bottom, #929397, #6B6B6D);*/
        color: #FFF;
        display: table;
        cursor: pointer;
    }

.wgTileContain {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.wgTile95 {
    height: 95px;
    width: 200px;
}

    .wgTile95:hover, .wgTile95:focus {
        height: 95px;
        width: 200px;
    }

.wgTile:hover, .wgTile:focus, .wgTile:hover .wgTileContain, .wgTile:focus .wgTileContain {
    background: #000 !important;
}

.wgTile .wgTileContain .fixSize1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.wgTilePrimaryText {
    color: #FFF;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.wgTileSecondaryText {
    color: #FFF;
    padding-top: 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    text-transform: none;
    font-weight: normal;
}

.wgTile.disabled, .wgTile.disabled * {
    background: #D2D3D5 !important;
    cursor: default !important;
    color: #BDBEC0 !important;
    text-shadow: none !important;
}

.wgTile .wgTileContain .fixSize1 .wgTilePrimaryText {
    /*text-shadow: 4px 4px 5px #590310;*/
}

.wgTileGray .wgTileContain .fixSize1 .wgTilePrimaryText {
    /*text-shadow: 4px 4px 5px #414143;*/
}

.wgTile:hover .wgTileContain .fixSize1 .wgTilePrimaryText, .wgTile:focus .wgTileContain .fixSize1 .wgTilePrimaryText {
    text-shadow: none;
}

.wgTileGray:hover .wgTileContain .fixSize1 .wgTilePrimaryText, .wgTileGray:focus .wgTileContain .fixSize1 .wgTilePrimaryText {
    text-shadow: none;
}


/*.wgButton .fixSize1 {
        display: table;
        height: 75px;
        width: 120px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
}



.wgButton .fixSize1 span  {
            display: table-cell;
            vertical-align: middle;
            background: none;
            height: 100%;
}*/


#copy .container .button {
    border-color: #CCCCCC;
}

div.readmore {
    text-align: right;
    font-size: 0.9em;
}

.mainCopyDiv {
    /*background-color: #f1f1f1; 
    background-image:url('Images/gradient.png');
    background-repeat:repeat-x;*/
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    font: 10px;
    overflow: auto;
}

.mainCopyDivPpl {
    /*background-color: #f1f1f1; 
    background-image:url('Images/gradient.png');
    background-repeat:repeat-x;*/
    background-color: #ffffff;
    border-top: 1px solid #bfbfbf;
    font: 10px;
    overflow: auto;
}

* html .mainCopyDiv {
    overflow: hidden;
    position: relative;
}

    * html .mainCopyDiv .mainCopyDiv {
        overflow: hidden;
        position: static;
    }

/* Target all Firefox */
@-moz-document url-prefix() {
    .mainCopyDiv;

{
    overflow: hidden;
}

}

.mainCopyDiv .mainCopyDiv {
    padding-right: 5px;
}

*html .mainCopyDiv table {
    table-layout: fixed;
    width: 100%;
}

*html .mainCopyDiv .sRadTextBoxCss {
    /*position:relative;*/
}

.helpImageButton {
    height: 19px;
    width: 20px;
    background-color: Transparent;
    background-image: url('Images/otaznik.png');
    background-repeat: no-repeat;
    background-position: center top;
    border: none 0px #FFFFFF;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
}

*html .helpImageButton {
    height: 19px;
    width: 20px;
    background-color: Transparent;
    background-image: url('Images/otaznikIE6.png');
    background-repeat: no-repeat;
    background-position: center top;
    border: none 0px #FFFFFF;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
}


.mainCopyCaption {
    text-align: left;
    margin: 6px;
}

.redLineDiv {
    height: 6px;
    margin-top: 8px;
    /*width:100%;*/
    background-color: #C2253F;
    font-size: 1px;
    line-height: 0;
}
.sameDataWarning {
    color: #C2253F;
    font-weight: bold;
}

.InfoListRedLineDiv {
    height: 3px;
    margin-top: 0px;
    background-color: #C2253F;
    font-size: 1px;
    line-height: 0;
}

.lineDiv {
    height: 1px;
    border-top: solid 1px #bfbfbf;
    background-color: #ffffff;
    margin: 5px 0px 5px 0px;
    font-size: 1px;
    line-height: 0;
}

.ErrorDiv {
    color: #cc0033;
    background-color: Yellow;
    border: solid 1px #cc0033;
    font-weight: bold;
    padding: 5px;
}

.ErrorInput, .ErrorInput:hover, .ErrorInput:focus {
    border: solid 1px #cc0033 !important;
}

.ErrorComboBox {
    background: solid 1px #cc0033;
}

.mainCopymargin {
    margin: 6px;
}

.sidemenumargin {
    margin: 6px;
}

.helpImageButton {
    vertical-align: middle;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0px;
    padding-right: 0px;
}


h4 img {
    margin-bottom: -0.5em;
}

.sidebarcontainer {
    padding: 0px;
    border: 1px solid #bfbfbf;
    background-color: #f1f1f1;
    background-image: url('Images/gradient.png');
    background-repeat: repeat-x;
    margin-bottom: 5px;
    /*font-size:10px;*/
}

    .sidebarcontainer a {
        color: #231f20;
    }

    .sidebarcontainer li {
        list-style-type: none;
    }


.sidebarcontainermenu {
    background-color: #EFEFEF;
    width: 125px;
}

.sidemenucaption {
    text-align: left;
    margin: 6px;
}

.arrowDownStyle {
    width: 29px;
    height: 29px;
    max-width: 29px;
    max-height: 29px;
    background-color: Transparent;
    background-image: url('Images/ArrowDown.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: none 0px;
}

#Div1 {
    max-height: 80px;
}

#Div2 {
    max-height: 155px;
}

.dummyfooter {
    height: 18px;
    border: 1px solid white;
}

.footer {
    height: 16px;
    margin: 1px auto;
    border: 1px none #999999;
    border-top: 2px solid #C2253F;
    background-color: #dbd9d9;
    font-size: 0.9em;
    text-align: center;
    width: 989px;
}

    .footer a {
        margin: 1px 5px;
    }

.exclamationDiv {
    height: 16px;
    width: 16px;
    float: left;
    background-color: Transparent;
    background-image: url('Images/exclamation.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: none 0px;
}


.hyperLinkFooterStyle {
    color: #231f20;
}

.formViewLabelKeyStyle {
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

.formViewLabelValueStyle {
    height: 18px;
    text-align: left;
    background-color: #d4e1f1;
    border: solid 1px #B5CBE7;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

.textBoxStyle {
    text-align: left;
    background-color: #ffffff;
    font: 12px Arial;
    border: 1px solid #7C7C7C;
    color: #231f20;
    /*padding: 3px 1px 2px 1px;
    height:18.8px;*/
    height: 18px;
}

    .textBoxStyle:hover {
        border-color: #9E9E9E;
    }

    .textBoxStyle:focus {
        border-color: #000000;
        background-color: #ffffff;
    }

    .textBoxStyle[readonly] {
        text-align: left;
        background-color: #d4d4d4;
        font: 12px Arial;
        border-color: #b0b0b0;
        color: #231f20;
    }

.textBoxReadOnly {
    text-align: left;
    background-color: #d4d4d4;
    font: 12px Arial;
    border-color: #b0b0b0;
    border-style: solid;
    border-width: 1px;
    color: #231f20;
    padding: 3px 1px 2px 1px;
}


.formViewDropDownListStyle {
    text-align: left;
    background-color: #d4e1f1;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

.gridViewDropDownListStyle {
    text-align: left;
    background-color: #d4e1f1;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
}

.gridNameLabelStyle {
    font-weight: bold;
    background-color: #B0C4DE;
}

.comboBoxReadOnlyDDStyle {
    visibility: hidden !important;
    height: 0px !important;
    width: 0px !important;
    max-height: 0px !important;
    max-width: 0px !important;
    border: none 0px !important;
}

.annualReportBody {
    MARGIN: 0mm;
    padding: 0mm;
    background-color: #FFFFFF;
}

.dummy {
    font-size: 0;
    height: 0;
    line-height: 1px;
}


/* Focus color */
.txtBox:focus,
.textBoxStyle:focus,
.riFocused {
    background-image: none !important;
    background: #FAFAB4 !important;
    border-color: #231F20 !important;
    -moz-border-colors: #231F20 !important;
    -moz-border-image: none !important;
    -moz-background: #FAFAB4 !important;
}

/*Value padding*/
.valueRow td, valueData {
    padding-top: 0px;
}

/*Label padding*/
.labelRow td, labelData {
    padding-bottom: 0px;
}

/*Value top, bottom padding*/
.valueTBRow td, valueTBData {
    padding-bottom: 0px;
    padding-top: 0px;
}


.riDisplay {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

#ctl00_mainCopy_mhTabs_rtsMain .rtsLink {
    font-size: 13px;
    font-weight: bold;
}

    #ctl00_mainCopy_mhTabs_rtsMain .rtsLink.rtsSelected {
        font-size: 15px;
        font-weight: bold;
    }


.rcbScroll.rcbWidth {
    max-height: 350px !important;
}

.fixme {
    /*position: relative;
 
  left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 left:50px;*/
}

.ResizedHeader td {
    padding: 0px;
    margin: 0px;
}

.rcRefreshImage {
    display: block;
    top: 110px;
    left: 140px;
    width: 25px;
    height: 22px;
    background: url('Images/Reload.png') no-repeat;
    text-indent: -9999px;
}


.CaptchaError span {
    color: #cc0033 !important;
}


.rgFilterRow .RadPicker {
    width: 100px !important;
    float: left;
}

.redLineDivPPl {
    height: 3px;
    margin-top: 0px;
    background-color: #C2253F;
    font-size: 1px;
    line-height: 0;
}

.kbps-red-text {
    color: #C2253F;
}

.kbps-disabled-text {
    color: #808080 !important;
}

/*#region div-ppl-new-form*/

.div-ppl-new-form {
}

    .div-ppl-new-form div.RadComboBox.RadComboBox_Wg2Red {
        background-color: transparent;
    }

        .div-ppl-new-form div.RadComboBox.RadComboBox_Wg2Red table {
            box-shadow: 0px 0px 0px 1px #7C7C7C inset;
        }

            .div-ppl-new-form div.RadComboBox.RadComboBox_Wg2Red table td.rcbInputCell.rcbInputCellLeft {
                border-right: 1px solid #7C7C7C;
            }

/*.div-ppl-new-form span.riSingle.RadInput.RadInput_Wg2Red input[type="text"].riTextBox
    {
        background-color: white;
    }*/

.div-ppl-new-form-width {
    width: 75%;
}

.div-ppl-new-form .tableTdFixForRadTbx {
    width: calc(100% + 5px);
}

.div-ppl-new-form .tableTdFixForRadNumTbx {
    width: calc(100% + 3px);
}

/*Aplikuje sa iba ak ma classu .tableTdWithButton */
.div-ppl-new-form .tableTdWithButton {
    width: calc(100% - 30px);
}

.div-ppl-new-form .tableTdWithButtonM10 {
    width: calc(100% - 29px);
}

.div-ppl-new-form .tableTdWithButtonM15 {
    width: calc(100% - 34px);
}

.div-ppl-new-form .div-ppl-table {
    padding-left: 15px;
}

.div-ppl-new-form hr {
    margin: 10px 0 15px 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    /*border-color:rgb(195,195,195);*/
}

/*#region RadComboBox*/
body:not(.hhhh) .div-ppl-new-form div.RadComboBox.RadComboBox_Wg2Red {
}

.div-ppl-new-form td div.RadComboBox.RadComboBox_Wg2Red {
    width: calc(100% + 5px) !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red,
.div-ppl-new-form .RadComboBoxDropDown_Wg2Red {
    height: 30px;
}

    .div-ppl-new-form .RadComboBox_Wg2Red .rcbInput {
        height: 27px;
    }

.div-ppl-new-form .RadComboBox .rcbArrowCell a,
.div-ppl-new-form .RadComboBox .rcbReadOnly .rcbArrowCell a {
    width: 30px !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red .rcbInputCellLeft,
.div-ppl-new-form .RadComboBox_Wg2Red .rcbInputCellRight,
.div-ppl-new-form .RadComboBox_Wg2Red .rcbArrowCellLeft,
.div-ppl-new-form .RadComboBox_Wg2Red .rcbArrowCellRight {
    background-image: url('Wg2Red/ComboBox/rcbSprite28x28.png') !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red td.rcbInputCellLeft {
    background-position: 0 -150px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red td.rcbInputCellRight { background-position: 100% -150px !important; }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered td.rcbInputCellLeft {
    background-position: 0 -180px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered td.rcbInputCellRight { background-position: 100% -180px !important; }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused td.rcbInputCellLeft {
    background-position: 0 -210px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused td.rcbInputCellRight { background-position: 100% -210px !important; }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled td.rcbInputCellLeft {
    background-position: 0 -210px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled td.rcbInputCellRight { background-position: 100% -210px !important; }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 0 !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbReadOnly .rcbInputCellRight { background-position: 100% 0 !important; }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered .rcbReadOnly td.rcbInputCellLeft {
    background-position: 0 -30px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered .rcbReadOnly td.rcbInputCellRight { background-position: 100% -30px !important; }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused .rcbReadOnly td.rcbInputCellLeft {
    background-position: 0 -60px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused .rcbReadOnly td.rcbInputCellRight { background-position: 100% -60px !important; }*/



/*.div-ppl-new-form .RadComboBox_Wg2Red td.rcbArrowCellLeft { background-position: -24px -120px !important; }*/
.div-ppl-new-form .RadComboBox_Wg2Red td.rcbArrowCellRight {
    background-position: 0 -120px !important;
}

/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered .rcbArrowCellLeft { background-position: -72px -120px !important; }*/
.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered .rcbArrowCellRight {
    background-position: -60px -120px !important;
}

/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused .rcbArrowCellLeft { background-position: -120px -120px !important; }*/
.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused .rcbArrowCellRight {
    background-position: -120px -120px !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red td.rcbArrowCellHidden {
    background-position: 100% -150px !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered td.rcbArrowCellHidden {
    background-position: 100% -180px !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused td.rcbArrowCellHidden {
    background-position: 100% -210px !important;
}

/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbHovered .rcbReadOnly td.rcbArrowCellHidden { background-position: -51px -120px !important; }
    .div-ppl-new-form .RadComboBox_Wg2Red .rcbFocused .rcbReadOnly td.rcbArrowCellHidden { background-position: -87px -120px !important; }*/

/*.div-ppl-new-form .RadComboBoxDropDown_Wg2Red .rcbMoreResults a
    {
	    background-image: url('ComboBox/rcbSprite.png') !important;
    }*/

.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled td.rcbInputCellLeft {
    background-position: 0 -90px !important;
}
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled td.rcbInputCellRight { background-position: 100% -66px !important; }*/
/*.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled td.rcbArrowCellLeft { background-position: -126px -88px !important; }*/
.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled td.rcbArrowCellRight {
    background-position: -180px -120px !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled .rcbReadOnly td.rcbArrowCellRight {
    background-position: -110px -120px !important;
}

.div-ppl-new-form .RadComboBox_Wg2Red table.rcbDisabled td.rcbArrowCellHidden,
.div-ppl-new-form .RadComboBox_Wg2Red .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -123px -120px !important;
}

.div-ppl-new-form td > div.RadComboBox {
    padding-right: 0;
}

/*#endregion RadComboBox*/

.div-ppl-new-form input[type="text"].textBoxStyle,
.div-ppl-new-form input[type="password"].textBoxStyle {
    height: 26px;
}

.div-ppl-new-form input[type="text"].riTextBox,
.div-ppl-new-form input[type="password"].riTextBox {
    height: 30px;
}
/*.div-ppl-new-form input[type="text"].textBoxReadOnly
    {
        height: 23px;
    }*/

.div-ppl-new-form tr.valueRow .helpImageButton {
    height: 29px;
    background-position: center center;
    /*margin-left: 0;*/
}

/*.div-ppl-new-form .riTextBox.riRead.textBoxReadOnly
{
    border-color: #7c7c7c;
}*/

/*#region RadPicker*/

.div-ppl-new-form div.RadPicker.RadPicker_Wg2Red {
    width: calc(100% + 2px) !important;
}

.div-ppl-new-form .RadPicker_Wg2Red .rcCalPopup, .RadPicker_Wg2Red .rcTimePopup {
    width: 30px;
    height: 30px;
    background: url(Wg2Red/Calendar/calendar-30x30.png) no-repeat !important;
    margin-left: 0;
}

/*#endregion RadPicker*/

/*#region Buttons*/

/*.div-ppl-new-form .wgButton, 
.div-ppl-new-form .wgButtonRed
{
    background: linear-gradient(to bottom, #C62540, #5E0512);
    background: -webkit-linear-gradient(top, #C62540, #5E0512);
    background: -o-linear-gradient(bottom, #C62540, #5E0512);
    background: -moz-linear-gradient(bottom, #C62540, #5E0512);
    color: #FFF;
    display: inline-block;
    cursor: pointer;

}*/

/*.div-ppl-new-form .wgButtonBorder
{
    cursor: default;
    position: relative;
    background-color: #C2253F;
    background: linear-gradient(to bottom, #C62540, #5E0512);
    background: -webkit-linear-gradient(top, #C62540, #5E0512);
    background: -o-linear-gradient(bottom, #C62540, #5E0512);
    background: -moz-linear-gradient(bottom, #C62540, #5E0512);
    border-radius: 4px;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
}*/

.div-ppl-new-form input[class*="wgButton24"],
.div-ppl-new-form input[class*="wgButtonRed24"],
.div-ppl-new-form input[class*="wgButtonGray24"],
.div-ppl-new-form input[class*="wgButton200PX"] {
    height: 26px;
}

.div-ppl-new-form .wgButton:disabled,
.div-ppl-new-form .wgButton:disabled * {
    background: #D2D3D5 !important;
    cursor: default !important;
    color: #BDBEC0 !important;
    text-shadow: none !important;
}

.div-ppl-new-form div.wgButtonBorder.disabled {
    background: #D2D3D5 !important;
}



/*#endregion Buttons*/



/*#endregion div-ppl-new-form*/


.RadTabStripTop_Default .rtsLevel .rtsLink,
.RadTabStripTop_Default .rtsLevel .rtsOut,
.RadTabStripBottom_Default .rtsLevel .rtsLink,
.RadTabStripBottom_Default .rtsLevel .rtsOut,
.RadTabStripTop_Default_Baseline .rtsLevel,
.RadTabStripBottom_Default_Baseline .rtsLevel {
    /*background-image: url('Wg2Red/TabStrip/TabStripRed.svg') !important;*/
    background-image: url('') !important;
}

.RadTabStrip .rtsLink.rtsSelected {
    color: #fff;
    font-weight: bold;
}

.RadTabStrip .rtsLink.rtsSelected {
    background-color: #C2253F;
    border: 1px solid gray;
    border-bottom: 0;
}

.RadTabStrip .rtsLink {
    background-color: #FFFFFF;
    border: 1px solid #C2253F;
    border-bottom: 0;
}

    .RadTabStrip .rtsLink.rtsSelected {
        background-color: #C2253F;
        border: 1px solid #C2253F;
        border-bottom: 0;
    }

    .RadTabStrip .rtsLink.rtsDisabled {
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
        border-bottom: 0;
    }


.RadGridWhite .rgRow {
    background: None !important;
    color: Black !important;
}

.RadGridWhite .rgSelectedRow {
    background: None;
    color: Black !important;
}

.RadGridWhite .rgAltRow {
    background: #F2F2F2;
    color: Black !important;
}

.RadGridWhite .rgCommandCell {
    border: none !important;
}

.RadGridWhite_Default .rgSelectedRow td, .RadGridWhite_Default .rgSelectedRow td.rgSorted {
    border-bottom-color: White !important;
    padding: 0px !important;
}

.RadGridWhite td {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

/*_:-ms-fullscreen, :root .ie11up .RadTabStrip .rtsLink.rtsSelected { 
    color: green;
    font-weight: bold;
}*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*.RadTabStrip .rtsLink.rtsSelected
    {
        color: green;
        font-weight: bold;
    }*/
}

.sftp-scheckbox-valign-middle input[type=checkbox],
.sftp-scheckbox-valign-middle label {
    vertical-align: middle;
}

.sftp-radio-valign-middle input[type=radio],
.sftp-radio-valign-middle label {
    vertical-align: middle;
}

.sftp-arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #C2253F;
}

.sftp-arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #C2253F;
}

/*RadWindow*/
.RadWindow_Default {
    outline: 1px solid #C2253F;
}

    /*.RadWindow_Default table {
    outline: 1px solid #C2253F;
}*/

    .RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopRight, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default.rwMinimizedWindow .rwCorner {
        background-color: white;
        background-image: none !important;
    }

    .RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwStatusbarRow .rwCorner {
        background-color: white;
        background-image: none !important;
    }

    .RadWindow_Default .rwCorner.rwTopLeft,
    .RadWindow_Default .rwTitlebar,
    .RadWindow_Default .rwTitlebar .rwTopResize,
    .RadWindow_Default .rwCorner.rwTopRight {
        background-color: #C2253F;
    }

        .RadWindow_Default .rwTitlebar em {
            color: white !important;
        }

    .RadWindow_Default a.rwIcon {
        background-image: none !important;
    }

    .RadWindow_Default .rwPopupButton {
        background-color: #C2253F;
    }

        .RadWindow_Default .rwPopupButton .rwOuterSpan,
        .RadWindow_Default .rwPopupButton .rwInnerSpan {
            background-color: inherit;
        }

        .RadWindow_Default .rwPopupButton:hover {
            background-color: black;
        }

        .RadWindow_Default .rwPopupButton .rwInnerSpan {
            color: white;
            font-weight: bold;
        }

    .RadWindow_Default .rwControlButtons a.rwCloseButton {
        background-position: right top !important;
        background-image: url('Images/close.jpg') !important;
        background-size: 20px;
        margin-top: -2px;
    }

        .RadWindow_Default .rwControlButtons a.rwCloseButton:hover {
            background-position: right top !important;
            background-image: url('Images/close_hover.jpg') !important;
            background-size: 20px;
            margin-top: -2px;
        }

.RadGrid.RadGrid_Wg2Red .rgHeaderDiv {
    background: none !important;
}

.div-aml-data {
}

    .div-aml-data .aml-data-label {
        margin-left: 5px;
        margin-top: 20px;
    }

    .div-aml-data .item-value {
        padding-left: 5px;
        font-weight: bold;
    }

    .div-aml-data .div-sekcia {
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

.div-sekcia-label {
    border-bottom: 1px solid lightgray;
}

.div-aml-data .div-sekcia .div-sekcia-inner {
    display: flex;
    margin-top: 10px;
    margin-left: 15px;
}

    .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper {
        flex: 0;
    }

    .div-aml-data .div-sekcia .div-sekcia-inner .div-right-side-wrapper {
        flex: 1;
        margin-left: 20px;
    }

        .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper .item-row,
        .div-aml-data .div-sekcia .div-sekcia-inner .div-right-side-wrapper .item-row {
            display: flex;
            margin-bottom: 5px;
        }

            .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper .item-row.item-row-error {
                color: #C2253F;
            }

            .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper .item-row .item-row-left {
                flex: 0;
            }

                .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper .item-row .item-row-left .item-label {
                    width: 180px;
                }

            .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper .item-row .item-row-right {
                flex: 0;
            }

                .div-aml-data .div-sekcia .div-sekcia-inner .div-left-side-wrapper .item-row .item-row-right .item-value {
                    width: 200px;
                    /*white-space: nowrap;*/
                }

            .div-aml-data .div-sekcia .div-sekcia-inner .div-right-side-wrapper .item-row .item-row-left {
                flex: 0;
            }

                .div-aml-data .div-sekcia .div-sekcia-inner .div-right-side-wrapper .item-row .item-row-left .item-label {
                    width: 210px;
                }



.div-aml-data .item-label {
    text-align: right;
}
