/* Minification failed. Returning unminified contents.
(1610,262): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Global Styles ***/

@font-face {
    font-family: 'ApercuPro-Regular';
    src: url('../fonts/ApercuPro-Regular.eot');
    src: url('../fonts/ApercuPro-Regular.woff') format('woff'), url('../fonts/ApercuPro-Regular.ttf') format('truetype'), url('../fonts/ApercuPro-Regular.otf') format('opentype'), url('../fonts/ApercuPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApercuPro-Bold';
    src: url('../fonts/ApercuPro-Bold.eot');
    src: url('../fonts/ApercuPro-Bold.woff') format('woff'), url('../fonts/ApercuPro-Bold.ttf') format('truetype'), url('../fonts/ApercuPro-Bold.otf') format('opentype'), url('../fonts/ApercuPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
    font-family: "ApercuPro-Regular", sans-serif;
    font-size: 13px;
    line-height: 16px;
}

a:link {
    color: #e94b73;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #e94b73;
}

a:hover {
    text-decoration: none;
    color: #e94b73;
}

a:active {
    text-decoration: underline;
    color: #e94b73;
}

suma-block #page-frame {
    float: left;
    width: 100%;
}

#header {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

#header-inner {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

#header-1-1 {
    float: left;
    width: 100%;
    height: 57px;
}

#header-1-2 {
    float: left;
    width: 100%;
    height: 71px;
    background-color: #FFFFFF;
}

#header-1-3 {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #efefef;
}

#header-1-4 {
    display: none;
}

#main-logo {
    display: inline-block;
    width: 185px;
    height: 33px;
    background-image: url(../images/logo-luminor-dnb-login.png?v=180305);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    padding-top: 12px;
}

#header-1-1-border {
    float: left;
    height: 53px;
    width: 100%;
    margin-bottom: 5px;
}

#header-1-1-block {
    float: right;
    height: 41px;
    line-height: 41px;
}

#header-1-1-block-left {
    float: left;
    width: 10px;
    height: 41px;
}

#header-1-1-block-right {
    float: right;
    width: 10px;
    height: 41px;
}

#tools-menu {
    float: left;
    color: #C8C8C6;
}

    #tools-menu li:first-child {
        max-width: 452px;
    }

    #tools-menu li:last-child {
        margin-left: 10px;
    }

    #tools-menu li:nth-child(3),
    #tools-menu li:nth-child(5),
    #tools-menu li:nth-child(7),
    #tools-menu li:nth-child(9) {
        display: none;
    }

    #tools-menu li {
        float: left;
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 5px;
    }

        #tools-menu li a {
            float: left;
            color: #481335;
            text-decoration: none;
            position: relative;
            top: 3px
        }

.language img {
    position: relative;
    top: 3px;
}

#tools-menu li a:hover {
    text-decoration: underline;
}

#main-menu {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    height: 35px;
    margin-top: 15px;
    margin-left: 0;
    float: right;
}

    #main-menu li {
        float: left;
        height: 35px;
        margin-left: -1px;
        font-family: "ApercuPro-Regular", sans-serif;
        font-size: 14px;
        font-weight: 600;
        background: #481335;
    }

        #main-menu li div a {
            padding: 0 11px
        }

        #main-menu li div.a1,
        #main-menu li div.a2 {
            float: left;
            height: 35px;
        }

        #main-menu li.active div.a1,
        #main-menu li.active div.a2,
        #main-menu li div a:hover {
            float: left;
            height: 35px;
            background: #ebebe8;
            color: #481335;
        }

        #main-menu li.active a,
        #main-menu li.active a {
            color: #481335 !important;
        }


        #main-menu li a {
            float: left;
            height: 35px;
            line-height: 37px;
            padding: 0;
            text-decoration: none;
            color: #ebebe8
        }

            #main-menu li a:hover {
                color: #ebebe8
            }

#logout {
    font-family: 'ApercuPro-Bold';
    background: #e94b73;
    color: #ebebe8;
    padding: 10px 15px 8px 15px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 10px;
    border: 1px solid #e94b73;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*outline: none;*/
    -webkit-box-shadow: 2px 4px 16px 4px rgba(0,0,0,0.26);
    box-shadow: 2px 4px 16px 4px rgba(0,0,0,0.26);
}

    #logout:hover,
    #logout:focus {
        background: #b68b96;
        border: 1px solid #b68b96;
        color: #ebebe8;
    }

.secondary {
    background: #EBEBE8 !important;
    border: 1px solid #EBEBE8 !important;
    color: #481335 !important;
}

    .secondary:hover {
        background: #C8C8C6 !important;
        border: 1px solid #C8C8C6 !important;
    }

a.disabled {
    background: #C8C8C6 !important;
    color: #EBEBE8 !important;
    border: 1px solid #C8C8C6 !important;
    cursor: default !important;
		-webkit-box-shadow: 2px 3px 12px 4px rgba(0,0,0,0.1); 
	box-shadow: 2px 3px 12px 4px rgba(0,0,0,0.1);
}

.disabled {
	color: #C8C8C6 !important;
}

.logoutB2B a {
    font-family: 'ApercuPro-Bold';
    background: #EBEBE8;
    border: 1px solid #EBEBE8;
    color: #481335;
    padding: 10px 15px 8px 15px;
    cursor: pointer;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

    .logoutB2B a:hover,
    .logoutB2B a:focus {
        background: #C8C8C6;
        border: 1px solid #C8C8C6;
    }

div.btn .ll,
div.votebtn .rr,
div.btn .ll, div.votebtn .ll,
div.btn .rr, div.votebtn .rr {
    display: none
}

.w1000-center {
    width: 775px;
    margin: 0 auto;
}

.w1000-center-width {
    width: 1000px !important;
    margin: 0 auto;
}

.left {
    float: left;
}

.wp100 {
    width: 100%;
}
/* ------------------------------------------------------------------------------------------------ */
#wrap {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ECE9E7;
}

#wrapper-inner {
    float: left;
    width: 100%;
}

#left-col {
    float: left;
    width: 530px;
    margin-right: 20px;
}

#right-col {
    float: left;
    width: 225px;
}

.whiteblock-small {
    float: left;
    width: 225px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    background-image: url(../images/whiteblock-login-small-shadow.png?v=180305);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 10px;
    margin-top: 32px;
}

    .whiteblock-small .content-padding {
        padding: 12px 12px;
    }

.whiteblock-big {
    float: left;
    width: 530px;
    padding: 0px 0px 10px 0px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
/* ---------------------------------------------------------- */

#login-options {
    margin-left: 1px;
    display: table;
    width: calc(100% - 1px);
}

    #login-options li {
        height: 33px;
        text-align: center;
        margin: 0px;
        font-family: 'ApercuPro-Regular';
        font-size: 15px;
        position: relative;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden;
        background: #C8C8C6 !important;
        float: none;
        display: table-cell;
        width: 1%;
        border-right: 1px solid #fff;
    }

        #login-options li:nth-last-child(1) {
            border: none
        }


        #login-options li div.a1 {
            height: 33px;
            color: #481335;
            width: 100%;
            text-align: center;
        }

        #login-options li div.a1:focus-within {
            opacity: 50%;
        }

        #login-options li.active div.a1 {
            background: #481335;
            height: 33px;
            color: #ebebe8;
        }

        #login-options li div.a1 {
            float: left;
            height: 33px;
            width: 100%;
            text-align: center;
        }

        #login-options li.active div.a1 {
            float: left;
            height: 33px;
            width: 100%;
            text-align: center;
        }

        #login-options li.active a,
        #main-menu li.active a {
            color: #EBEBE8 !important;
        }

        #login-options li a {
            height: 33px;
            line-height: 33px;
            width: 100%;
            display: inline-block;
            text-align: center;
            padding: 0 20px;
            box-sizing: border-box;
            white-space: nowrap;
            text-decoration: none;
            color:  #3A3B3C
        }

            #login-options li a:hover {
                color:  #3A3B3C
            }

#main-menu li div.a2,
#main-menu li.active div.a2 {
    float: left;
    height: 33px;
}

/* disable Smart ID button */

#login-options li.disabled div.a1 {
    background: #c8c8c6;
    height: 33px;
    color: #ebebe8;
    cursor: default
}

#login-options li.disabled div.a1 {
    float: left;
    height: 33px;
    width: 100%;
    text-align: center;
    cursor: default
}

#login-options li.disabled a {
    color: #ebebe8 !important;
    cursor: default
}


/***********************************************************************************/

/* ---------------------------------------------------------- */
ul#sidebar-menu {
    float: left;
    font-family: "ApercuPro-Regular", sans-serif;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 7px;
}

    ul#sidebar-menu li {
        float: left;
        clear: both;
    }

        ul#sidebar-menu li.active-parent {
            background-color: #F4F4F5;
            padding-bottom: 7px;
        }

        ul#sidebar-menu li.active {
            background-color: #F4F4F5;
        }

            ul#sidebar-menu li.active a {
                background-image: url(../images/sidebar-menu-a-hover-arrw.png?v=180305);
                background-repeat: no-repeat;
                background-position: 24px center;
            }

        ul#sidebar-menu li a {
            float: left;
            width: 185px;
            text-decoration: none;
            padding: 10px 0px 5px 0px;
            border-bottom: 1px solid #E4E5E5;
            margin: 12px 20px 6px 20px;
            color: #481335;
        }

        ul#sidebar-menu li ul {
            float: left;
            clear: both;
        }

            ul#sidebar-menu li ul li {
                float: left;
                /*font-family:Arial, Helvetica, sans-serif;*/
                font-size: 13px;
                clear: both;
            }

                ul#sidebar-menu li ul li a {
                    float: left;
                    width: 165px;
                    color: #818181;
                    text-decoration: none;
                    padding: 5px 20px 5px 40px;
                    border: none !important;
                    margin: 0px;
                    text-transform: none;
                }

                    ul#sidebar-menu li ul li a:hover {
                        color: #e94b73;
                    }

                ul#sidebar-menu li ul li:nth-last-child(1) {
                    padding-bottom: 10px
                }

/* -------------------------------------------------------------------- */
#footer {
    clear: both;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 27px;
    padding-bottom: 22px;
    background-image: url(../images/footer-1-1.png?v=180305);
    background-repeat: no-repeat;
    background-position: center top;
    color: #818181;
    text-align: center;
}
/* -------------------------------------------------------------------- */
#content {
    float: left;
    width: 100%;
    color: #3A3B3C;
    position: relative;
}

    #content h1 {
        float: left;
        width: 615px;
        font-family: "ApercuPro-Regular", sans-serif;
        font-size: 19px;
        line-height: 21px;
        color: #481335;
        border-bottom: 1px solid #EBEBEB;
        margin-bottom: 20px;
        padding-top: 19px;
        padding-right: 100px;
        padding-bottom: 4px;
        padding-left: 0;
        font-weight: normal !important;
        text-transform: uppercase;
    }

h1 {
    float: left;
    width: 100%;
    font-family: "ApercuPro-Regular", sans-serif;
    font-size: 19px;
    line-height: 21px;
    color: #481335;
    border-bottom: 1px solid #EBEBEB;
    padding: 19px 0 4px 0;
    margin-bottom: 20px;
    font-weight: normal !important;
    text-transform: uppercase;
}

.login-info h1 {
    float: left;
    width: 100%;
    font-family: "ApercuPro-Regular", sans-serif;
    font-size: 19px;
    line-height: 21px;
    color: #481335;
    padding: 19px 0 4px 0;
    border-bottom-style: none !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

h2 {
    float: left;
    width: 100%;
    font-family: "ApercuPro-Regular", sans-serif;
    font-size: 15px;
    line-height: 16px;
    color: #481335;
    border-bottom: 1px solid #EBEBEB;
    padding: 0px 0 4px 0;
    margin-bottom: 15px;
    font-weight: normal !important;
}
/* -------------------------------------------------------------------- */
div.data-table {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    div.data-table table {
        float: left;
        width: 100%;
        border: 1px solid #F7F8F9;
    }

        div.data-table table th {
            font-family: 'ApercuPro-Regular';
            font-size: 15px;
            line-height: 16px;
            color: #818181;
            text-align: center;
            padding: 10px 12px;
            border-right: 1px solid #E8E9EA;
        }

        div.data-table table td {
            font-family: "ApercuPro-Regular", sans-serif;
            font-size: 13px;
            line-height: 16px;
            color: #818181;
            text-align: left;
            padding: 10px 12px;
            border-right: 1px solid #E8E9EA;
        }

            div.data-table table td a {
                text-decoration: none;
                color: #e94b73;
            }

                div.data-table table td a:hover {
                    text-decoration: underline;
                }

        div.data-table table tr.odd td, div.data-table table tr.odd th {
            background-color: #F5F6F7;
        }

        div.data-table table tr.even td {
        }

.last-column {
    border: none !important;
}
/* -------------------------------------------------------------------- */
.filter-table {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .filter-table input, .filter-table select {
        font-family: "ApercuPro-Regular", sans-serif;
        font-size: 13px;
        color: #818181;
    }

.filter-inner {
    float: left;
    width: 693px;
    background-color: #FEFDFC;
    border: 1px solid #F6F6F7;
    padding: 20px 0 0 20px;
}

    .filter-inner table {
        float: left;
    }

        .filter-inner table td {
            padding-right: 20px;
            padding-bottom: 20px;
            color: #818181;
        }

            .filter-inner table td label {
                font-family: 'ApercuPro-Regular';
                font-size: 15px;
                line-height: 16px;
                color: #3A3B3C;
                white-space: nowrap;
            }

            .filter-inner table td p, .filter-inner table td select, .filter-inner table td input {
                float: left;
            }

td.radio-block input {
    float: left;
    margin-right: 6px;
}

td.radio-block p {
    float: left;
    margin-right: 20px;
}

td.suma-block input {
    margin-right: 20px;
}

td.suma-block p {
    margin-right: 6px;
    line-height: 25px;
}

td.period-block ul {
    clear: both;
    float: left;
}

    td.period-block ul li {
        float: left;
        margin-right: 12px;
    }

        td.period-block ul li a {
            float: left;
            color: #818181;
            text-decoration: none;
        }

        td.period-block ul li.active a {
            color: #E94B73;
            text-decoration: underline;
        }

        td.period-block ul li a:hover {
            text-decoration: underline;
        }

td.account-block select {
    margin-right: 20px;
}

td.date-block p {
    margin-right: 6px;
    line-height: 25px;
}

td.date-block input {
    /*margin-right:20px;*/
}
/* -------------------------------------------------------------------- */
.infobox {
    float: left;
    width: 689px;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 12px 4px 12px;
}

    .infobox.limited {
        width: 505px;
    }

    .infobox.login {
        float: left;
        width: calc(100% - 24px);
        border: 0px solid #000;
        margin-bottom: 0;
        margin-top: 0;
        padding: 10px 12px 4px 12px;
    }

    .infobox label {
        float: left;
        width: 100%;
        font-family: "ApercuPro-Regular", sans-serif;
        font-size: 15px;
        padding-bottom: 6px;
        font-weight: normal !important;
    }

    .infobox p {
        clear: both;
        float: left;
        width: 100%;
        padding-bottom: 6px;
    }

.error {
    background-color: #FFEEF1;
    border: 1px solid #FFEEF1;
    color: #EA6A8A;
    position: relative;
}

.success {
    background-color: #F7FCEB;
    border: 1px solid #F7FCEB;
    color: #9CAE85;
    position: relative;
}

.info {
    background-color: #F0FCFF;
    border: 1px solid #F0FCFF;
    color: #87C0DC;
    position: relative;
}
/* -------------------------------------------------------------------- */
.data-enter {
    float: left;
    width: 100%;
}

    .data-enter table {
        width: 490px;
    }

        .data-enter table td {
            color: #818181;
            padding-top: 20px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 20px;
            vertical-align: middle;
        }

            .data-enter table td label {
                font-family: 'ApercuPro-Regular';
                font-size: 15px;
                line-height: 16px;
                color: #3A3B3C;
            }

            .data-enter table td h3 {
                font-family: 'ApercuPro-Regular';
                font-size: 15px;
                line-height: 16px;
                color: #818181;
                white-space: nowrap;
                font-weight: normal !important;
            }

        .data-enter table tr.spacer25 td {
            background-color: #FFF !important;
            padding: 9px 0 0 0;
        }

        .data-enter table td.btop {
            border-top: 0px solid #EBEBEB
        }

        .data-enter table td.bbot {
            border-bottom: 0px solid #EBEBEB
        }

        .data-enter table td.bleft {
            border-left: 0px solid #EBEBEB
        }

        .data-enter table td.bright {
            border-right: 0px solid #EBEBEB
        }
/* -------------------------------------------------------------------- */
.data-preview {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .data-preview table {
        float: left;
        width: 100%;
    }

        .data-preview table td {
            background-color: #FEFDFC;
            padding: 0px 0 20px 20px;
            color: #818181;
        }

            .data-preview table td label {
                float: left;
                font-family: 'ApercuPro-Regular';
                font-size: 15px;
                line-height: 16px;
                color: #3A3B3C;
                white-space: nowrap;
            }

            .data-preview table td h3 {
                float: left;
                font-family: 'ApercuPro-Regular';
                font-size: 15px;
                line-height: 16px;
                color: #818181;
                white-space: nowrap;
            }

        .data-preview table tr.spacer25 td {
            background-color: #FFF !important;
            padding: 9px 0 0 0;
        }

        .data-preview table td.btop {
            border-top: 1px solid #DBD5D1
        }

        .data-preview table td.bbot {
            border-bottom: 1px solid #DBD5D1
        }

        .data-preview table td.bleft {
            border-left: 1px solid #DBD5D1
        }

        .data-preview table td.bright {
            border-right: 1px solid #DBD5D1
        }

#reklama {
    float: left;
    position: absolute;
    left: -11px;
    top: 0;
    width: 552px;
    height: 186px;
    background-image: url(../images/00000002.png?v=180305);
    background-repeat: no-repeat;
    background-position: left top;
}

ul.connection-types {
    clear: both;
    float: left;
    background-image: url(../images/login-tabs-background.png?v=180305);
    background-repeat: no-repeat;
    background-position: left top;
}

    ul.connection-types li {
        float: left;
    }

        ul.connection-types li a {
            font-family: 'ApercuPro-Regular';
            font-size: 15px;
            color: #818181;
            text-decoration: none;
            line-height: 36px;
            padding: 0 12px;
        }

.formtext {
    background-color: #FFF;
    color: #3A3B3C !important;
    font-family: 'ApercuPro-Regular';
    border: 1px solid #EBEBE8 !important;
    padding: 5px;
}

.whiteblock-big-padding {
    float: left;
    width: 490px;
    padding: 20px 20px 1px 20px;
}

.whiteblock-big-ad {
    width: 530px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactmail {
    float: right !important;
    border-left: 1px solid #D5D5D5 !important;
    padding-left: 20px !important;
    border-right: 0px !important;
}

    .contactmail a {
        color: #E94B73;
        text-decoration: none;
    }

.logoutbutton-pad {
    float: left;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px
}

.language {
    font-size: 13px;
    text-align: left;
    float: right;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

    .language ul {
        float: left;
    }

        .language ul li {
            float: left;
            color: #3A3B3C;
            text-decoration: none;
        }

            .language ul li a {
                color: #3A3B3C;
                text-decoration: none;
            }

                .language ul li a:hover {
                    color: #3A3B3C;
                    text-decoration: underline;
                }

.td50 {
    width: 50px !important;
}

.td170 {
    width: 190px !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

.darbo-objektas {
    font-family: "ApercuPro-Regular", sans-serif;
}

    .darbo-objektas ul {
        font-size: 14px;
        color: #3A3B3C;
        float: left;
        width: 180px;
        margin: 0px;
        list-style-type: none;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

        .darbo-objektas ul li {
            font-size: 12px;
            float: left;
            width: 180px;
        }

            .darbo-objektas ul li a {
                color: #E94B73;
                text-decoration: none;
                font-size: 13px;
                font-family: "ApercuPro-Regular", sans-serif;
                float: left;
                width: 180px;
                background-image: url(../images/User-blue-icon.png?v=180305);
                background-repeat: no-repeat;
                background-position: 8px 7px;
                padding-left: 35px;
                padding-top: 10px;
                padding-bottom: 10px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #FFF;
            }

                .darbo-objektas ul li a:hover {
                    color: #E94B73;
                    background-color: #FFF;
                    text-decoration: none;
                }

.formtext {
    background-color: #FFF;
    color: #3A3B3C !important;
    font-family: "ApercuPro-Regular", sans-serif;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.mpar {
    float: left;
    width: 150px;
    margin-top: 10px;
    border: 1px solid #CCC;
    font-size: 14px;
    color: #818181;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-right: 100px;
    background-color: #FFF;
}

.logoutB2B {
    float: right;
}

.size-4 {
    background-color: #FFF;
    font-size: 12px !important;
    color: #3A3B3C !important;
    font-family: "ApercuPro-Regular", sans-serif;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 25px !important;
    background-image: url("../images/img/form-input-mini.gif?v=180305") !important;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}

.size-2 {
    background-color: #FFF;
    font-size: 12px !important;
    color: #3A3B3C !important;
    font-family: "ApercuPro-Regular", sans-serif;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 100px !important;
    background-image: url("../images/img/form-input-tiny.gif?v=180305") !important;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.iconimgss, .iconimg2, .iconimg3 {
    margin: 0px;
    width: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    display: inline-block;
    position: absolute;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #D5D5D5;
    background-color: #fff;
    padding: 12px;
    opacity: 0.85;
    width: 174px;
    font-size: 11px;
    font-weight: normal !important;
}

.PhoneNumberNew {
    padding: 6px 0px 5px 4px !important;
    box-sizing: border-box;
    font-size: 13px;
    width: 141px;
}

.eye-closed {
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/eye-closed.svg);
    position: absolute;
    top: 5px;
    right: 5px;
}

.eye-open {
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/eye-open.svg);
    position: absolute;
    top: 5px;
    right: 5px;
}

@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/password.ttf');
}

input.key {
    font-family: 'password';
    width: 100px;
    height: 13.5px;
}

::-ms-clear {
    display: none;
}

.hidden {
	display: none;
}
#login-options li a {
	/* outline:none; */
}
#main-menu li a {
	/*outline:none;*/
}

/* -------------------------------------------------------- */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancy/fancybox.png?v=180310');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancy/fancybox.png?v=180310') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #818181;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancy/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../images/fancy/fancybox.png?v=180310');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../images/fancy/fancybox.png?v=180310');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancy/fancybox-x.png?v=180310');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancy/fancybox.png?v=180310');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancy/fancybox-y.png?v=180310');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancy/fancybox.png?v=180310');
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancy/fancybox-x.png?v=180310');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancy/fancybox.png?v=180310');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancy/fancybox-y.png?v=180310');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancy/fancybox.png?v=180310');
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: 'ApercuPro-Regular';
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #3A3B3C;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy/fancy_title_over.png?v=180310');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancy/fancybox.png?v=180310') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancy/fancybox-x.png?v=180310') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancy/fancybox.png?v=180310') -55px -90px no-repeat;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_close.png?v=180310', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_nav_left.png?v=180310', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_nav_right.png?v=180310', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_title_over.png?v=180310', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_title_left.png?v=180310', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_title_main.png?v=180310', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_title_right.png?v=180310', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
 height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
 top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_loading.png?v=180310', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_n.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_ne.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_e.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_se.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_s.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_sw.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_w.png?v=180310', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy/fancy_shadow_nw.png?v=180310', sizingMethod='scale');
}

/*-------------------------------------------------------------*/


div.listpayment4sign table div.col3 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpayment4sign table div.col4 { float:left; width:140px; max-width:150px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpayment4sign table div.col6 { float:left; width:150px; max-width:150px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpayment4sign table div.col8 { float:left; width:580px; max-width:580px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.tiesdeb table div.col1 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col2 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col3 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col4 { float:left; width:78px; max-width:78px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col5 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col6 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col7 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.tiesdeb table div.col8 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.paskolos table div.col1 { float:left; width:75px; max-width:75px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col2 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col3 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col4 { float:left; width:75px; max-width:75px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col5 { float:left; width:75px; max-width:75px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col6 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col7 { float:left; width:85px; max-width:85px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.paskolos table div.col8 { float:left; width:75px; max-width:75px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.n_agreement_gsm table div.col1 { float:left; width:169px; max-width:169px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_agreement_gsm table div.col2 { float:left; width:39px; max-width:39px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_agreement_gsm table div.col3 { float:left; width:92px; max-width:92px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_agreement_gsm table div.col4 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_agreement_gsm table div.col5 { float:left; width:92px; max-width:92px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_agreement_gsm table div.col6 { float:left; width:62px; max-width:62px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_agreement_gsm table div.col7 { float:left; width:92px; max-width:92px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.liststatements table div.col1 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col2 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col3 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col4 { float:left; width:90px; max-width:90px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col5 { float:left; width:160px; max-width:160px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col6 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col7 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col8 { float:left; width:150px; max-width:150px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col9 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
/*div.liststatements table div.col10 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }*/
div.liststatements table div.col11 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatements table div.col12 { float:left; width:285px; max-width:285px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.liststatementsbig table div.col1 { float:left; width:65px; max-width:65px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col1_1 { float:left; width:65px; max-width:65px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col2 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col3 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col4 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col5 { float:left; width:125px; max-width:125px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col6 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col7 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col8 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col9 { float:left; width:170px; max-width:170px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col10 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.liststatementsbig table div.col11 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.listpensions table div.col1 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpensions table div.col2 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpensions table div.col3 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpensions table div.col4 { float:left; width:90px; max-width:90px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpensions table div.col5 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listpensions table div.col6 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.listnewpayments table div.col1 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewpayments table div.col2 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewpayments table div.col3 { float:left; width:143px; max-width:143px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewpayments table div.col4 { float:left; width:90px; max-width:90px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewpayments table div.col5 { float:left; width:143px; max-width:143px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewpayments table div.col6 { float:left; width:65px; max-width:65px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.listaccnotifications table div.col1 { float:left; width:150px; max-width:150px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listaccnotifications table div.col2 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listaccnotifications table div.col3 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listaccnotifications table div.col4 { float:left; width:97px; max-width:97px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listaccnotifications table div.col5 { float:left; width:90px; max-width:90px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listaccnotifications table div.col6 { float:left; width:58px; max-width:58px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listaccnotifications table div.col7 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.kartoteka table div.col1 { float:left; width:64px; max-width:64px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col2 { float:left; width:64px; max-width:64px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col3 { float:left; width:53px; max-width:53px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col4 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col5 { float:left; width:77px; max-width:77px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col6 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col7 { float:left; width:67px; max-width:67px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col8 { float:left; width:55px; max-width:55px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.kartoteka table div.col9 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.n_book_bill table div.col4 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.n_book_bill table div.col7 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.data-preview table td.bleft div.td300 { float:left; width:300px; max-width:300px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.data-preview table td.bright div.td390 { float:left; width:390px; max-width:390px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.titulinis_accbalances table div.col1 { float:left; width:150px; max-width:150px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.listaccbalances table div.col1 { float:left; width:150px; max-width:150px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.editbeneficiaries table div.col1 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.editbeneficiaries table div.col2 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.editbeneficiaries table div.col3 { float:left; width:145px; max-width:145px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.editbeneficiaries table div.col4 { float:left; width:140px; max-width:140px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.editbeneficiaries table div.col5 { float:left; width:140px; max-width:140px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.listlikuciai div.col1 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listlikuciai div.col2 { float:left; width:140px; max-width:140px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listlikuciai div.col3 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listlikuciai div.col4 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listlikuciai div.col5 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listlikuciai div.col6 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

ul.laiskai-is-banko div.col1 { float:left; width:320px; max-width:320px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }

div.listnewsigning table div.col1 { float:left; width:70px; max-width:70px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewsigning table div.col2 { float:left; width:50px; max-width:50px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewsigning table div.col3 { float:left; width:85px; max-width:85px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewsigning table div.col4 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewsigning table div.col5 { float:left; width:130px; max-width:130px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
div.listnewsigning table div.col6 { float:left; width:60px; max-width:60px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }


div.lettersInbox table th:nth-child(1){float:left;width:10%; word-wrap:break-word;-ms-word-wrap:break-word;overflow:hidden;box-sizing: border-box;}
div.lettersInbox table th:nth-child(2){float:left;width:45%; word-wrap:break-word;-ms-word-wrap:break-word;overflow:hidden;text-align:left;padding-top:10px;box-sizing: border-box;}
div.lettersInbox table th:nth-child(3){float:left;width:45%; word-wrap:break-word;-ms-word-wrap:break-word;overflow:hidden;text-align:left;padding-top:10px;box-sizing: border-box;}
div.lettersInbox table td:nth-child(1){float:left;width:10%; word-wrap:break-word; -ms-word-wrap:break-word;overflow:hidden;box-sizing: border-box;}
div.lettersInbox table td:nth-child(2){float:left;width:45%; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden;text-align:left;padding-top:10px;box-sizing: border-box;}
div.lettersInbox table td:nth-child(3){float:left;width:45%; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden;text-align:left;padding-top:10px;box-sizing: border-box;}


div.lettersSent table th:nth-child(1){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word;overflow:hidden;text-align:left;padding-top:10px;}
div.lettersSent table th:nth-child(2){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden;text-align:left;padding-top:10px;}
div.lettersSent table td:nth-child(1){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word;overflow:hidden;text-align:left;padding-top:10px;}
div.lettersSent table td:nth-child(2){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden;text-align:left;padding-top:10px;}

div.lettersInboxArchive table th:nth-child(1){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word;overflow:hidden;text-align:left;padding-top:10px;}
div.lettersInboxArchive table th:nth-child(2){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden;text-align:left;padding-top:10px;}
div.lettersInboxArchive table td:nth-child(1){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word;overflow:hidden;text-align:left;padding-top:10px;}
div.lettersInboxArchive table td:nth-child(2){float:left;width:47.5%; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden;text-align:left;padding-top:10px;}

/* Letters sorting */
.lettersInboxArchive .header { background-position: 30% center !important;}
.lettersSent .header { background-position: 30% center !important;}
.lettersInbox .header { background-position: 30% center !important;}


/*
715
table.listaccnotifications td div.col1 { float:left; width:140px; max-width:140px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
table.listaccnotifications td div.col2 { float:left; width:50px; word-wrap:break-word; -ms-word-wrap:break-word;}
table.listaccnotifications td div.col3 { float:left; width:80px; max-width:80px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
table.listaccnotifications td div.col4 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
table.listaccnotifications td div.col5 { float:left; width:100px; max-width:100px; word-wrap:break-word; -ms-word-wrap:break-word; overflow:hidden; }
table.listaccnotifications td div.col6 { float:left; white-space:nowrap; }
table.listaccnotifications td div.col7 { float:left; white-space:nowrap; }
*/

/*-----easy login-----*/
.numpad {
    width: 210px;
    display: block;
}
.numberplace {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px;
    float: left;
}
.pinnumber {
    width: 50px;
    height: 50px;
	font-weight:bold;
	font-size:16px;
	padding-top:13px;
	box-sizing:border-box;
	border:3px solid #3A3B3C;
	color:#3A3B3C;
	border-radius: 50%;
	text-align:center;
	cursor:pointer;
}
.pinnumber:active {
	color:#fff;
	background-color:#3A3B3C;
}
.pinnumber-clear {
    width: 50px;
    height: 50px;
	font-size:16px;
	font-weight:bold;
	padding-top:13px;
	box-sizing:border-box;
	border:3px solid #ccc;
	color:#C8C8C6;
	border-radius: 50%;
	text-align:center;
	cursor:pointer;
}
.pinnumber-clear:active {
	color:#818181;
	background-color:#ccc;
}
.padcircles {
    width: 210px;
    height: 25px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.padcircle-box {
	margin-left:auto;
	margin-right:auto;
	width:80px;
	}
.padcircle {
    width: 10px;
    height: 10px;
	background-color:#C8C8C6;
	box-sizing:border-box;
	color:#818181;
	border-radius: 50%;
	text-align:center;
	cursor:pointer;
	margin:5px;
	float:left;
}
.padcircle-good {
	background-color:#3A3B3C !important;
}
.padcircle-bad {
	background-color:#DD006D !important;
}
.numpad-message {
    width: 210px;
    height: 35px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	float:left;
}
.message-correct {
	color:#3A3B3C !important;
}
.message-incorrect {
	color:#E94B73 !important;
}
.easy-login-container {
	width:210px;
	margin-left:auto;
	margin-right:auto;
}
.easy-login-account {
	color:#3A3B3C;
}
.easy-login-sum {
	color:#E94B73;
}
.easy-login-activated {
	margin-top: 10px !important;
	float:left;
	margin-bottom:10px;
	width:50%;
}
.easy-login-activated-button {
	float:right;
	width:30%;
}
/*---end easy login-----*/
.pasirasymas {
	color: #3A3B3C;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pasirasymas .data-enter table td.bright{
    border-right: 0px solid #EBEBEB;
}

.pasirasymas td {
	background-color: #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    border: none;
}
.pasirasymas .mob-message {
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: normal !important;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
	width:400px;
	text-align:left;
}
.pasirasymas .mob-control {
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: normal !important;
	margin: 0px !important;
	float:left;
	width:400px;
	text-align:left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pasirasymas p {
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	float: left;
}

.data-enter table {
	float:left;
	width:100%;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	margin-bottom:10px;
}

.tannumber {
	float: left;
	height: 30px;
	padding-top: 10px;
	padding-right: 8px;
	color:#3A3B3C !important;
}

.inputnumber {
	float: left;
	height: 35px;
	padding-top: 5px;
	padding-right: 8px;
}
.signingbutton {
	padding: 0px;
	float: left;
}

.signingfloat {
	text-align: right;
	float: left;
	padding-right: 10px;
}
.signingcontainer {
	float: right;
	padding: 0px;
	text-align: right;
}
.signingcontainer table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pmt_amount_limit_exceed_error {
    display: none;
    overflow: hidden;
    color: red;
}
.pmt_amount_limit_exceed_error a {
    color: blue !important;
}
