/* Minification failed. Returning unminified contents.
(624,26): run-time error CSS1019: Unexpected token, found ':'
(624,26): run-time error CSS1042: Expected function, found ':'
(624,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1115,12): run-time error CSS1038: Expected hex color, found '#D4D4D'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  960px;
	height: 420px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 960px;
	height: 420px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */


.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}

html, body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/background-vertical.jpg);
    background-position: center;
    background-repeat: repeat-y;
}

/* GLOBAL STUFFZIES */

div#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}

div.wrap {
    position: relative;
    min-width: 1000px;
    width: 1080px;
    margin: 0 auto;
}

div.left {
    position: absolute;
    left: 0;
}

div.right {
    position: absolute;
    right: 0;
}

.font_12 {
    font-size: 12px !important;
}

.font_13 {
    font-size: 13px !important;
}

div.display_inline_block {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px !important;
}

strong {
    font-weight: 600;
}

.text_left {
    text-align: left !important;
    padding-left: 5px;
}

.text_right {
    text-align: right !important;
}

.margin_top {
    margin-top: 55px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.negative_margin_top {
    margin-top: -150px;
}

.padding_top_20 {
    padding-top: 20px;
}

.margin_right {
    margin-right: 15px;
}

.no_border {
    border: none !important;
    background-color: #fff !important;
}

.no_left_padding {
    padding-left: 0 !important;
}

.relative {
    position: relative;
}

.no_mar_pad {
    padding: 0 !important;
    margin: 0 !important;
}

a {
    transition: all 0.3s ease-out;
}

    a:hover {
        transition: all 0.3s ease-out;
    }

div.whitespace {
    display: block;
    width: 100%;
    height: 10px;
}
/* DEFAULT LINKAGE */

a:hover {
    text-decoration: underline;
}

/* NOTIFICATIONS */

/*.info_line {
    display: none;
}*/

    .info_line p img {
        vertical-align: middle;
        margin: -3px 5px 0 0;
    }

/* TOP LINE - ALWAYS VISIBLE */

ul#language {
    position: absolute;
    right: -6px;
    display: none;
}

ul#language li a img {
    position: relative;
    top: 1px;
    left: -7px;
}

div#shadow {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 87px;
    -webkit-box-shadow: inset 0px 0px 10px 0px #000;
    box-shadow: inset 0px 0px 10px 0px #000;
}

div.skaitliukai_bg div.skaitliukas {
    display: inline-block;
    width: 210px;
    text-align: center;
    position: relative;
    top: 20px;
}

    div.skaitliukai_bg div.skaitliukas .parodymas strong {
        font-size: 24px;
        font-weight: 700;
    }

    div.skaitliukai_bg div.skaitliukas .parodymas b {
        vertical-align: super;
        font-size: 10px;
    }

div#top_line div.left img {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    padding-left: 20px;
}

div#top_line div.left span {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    margin-left: 20px;
    font-weight: 400;
}

div#top_line div.right span {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
}

    div#top_line div.right span.kalba {
        margin-left: 25px;
    }

        div#top_line div.right span.kalba img {
            position: relative;
            top: 1px;
            left: -7px;
        }

div#top_line div.right a.icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 54px;
    padding-top: 6px;
    padding-left: 20px;
}

div#backstretch {
    position: relative;
    display: block;
    height: 87px;
    width: 100%;
}

div#backstretch_big {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

/* CONTENT FINALLY */

div#content {
    position: relative;
    width: 100%;
}

div#sidebar span {
    display: block;
    margin-top: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* MAIN CONTENT STYLES */

div#main-content table {
    width: 100%;
}

    div#main-content table tr.table_footer.pagination {
        font-weight: 600;
    }

    div#main-content table tr.titles td {
        font-size: 11px;
    }

    div#main-content table tr td {
        text-align: center;
        /*padding: 0 10px 0 10px;*/
        font-size: 12px;
        vertical-align: middle;
    }

        div#main-content table tr td strong {
            font-size: 16px;
        }

        div#main-content table tr td b {
            vertical-align: super;
            font-size: 8px;
        }

div#main-content div.info_table_ex div.info_table_row {
    display: table-row;
    line-height: 50px;
    width: 100%;
}

div#main-content div.info_table div.info_table_row div.info_table_cell {
    display: table-cell;
}

div#main-content div.info_table_ex div.info_table_row div.info_table_cell {
    display: table-cell;
}

div#main-content div.info_table div.info_table_row div.info_table_cell.text {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
    width: 170px;
}

div#main-content div.info_table_ex div.info_table_row div.info_table_cell.text {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
    width: 170px;
}

div#main-content div.info_table div.info_table_row div.info_table_cell.input {
    text-align: left;
}

div#main-content div.info_table_ex div.info_table_row div.info_table_cell.input {
    text-align: left;
}

div#main-content div.info_table div.info_table_row div.info_table_cell.edit {
    text-align: center;
    width: 40px;
}

div#main-content div.info_table_ex div.info_table_row div.info_table_cell.edit {
    text-align: right;
    width: 173px;
    padding-right: 24px;
}

div#main-content p {
    line-height: 16px;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: -5px;
    position: relative;
}

ul#paslaugos > li > a > p {
    line-height: 16px !important;
    margin-bottom: 15px !important;
    position: relative !important;
    text-align: center !important;
    margin-top: 25px !important;
    display: block !important;
}

div#main-content .notify_select {
    position: relative;
    display: block;
    margin-top: 20px;
    line-height: 32px;
}

div#main-content ul#paslaugos {
    padding: 15px;
}

div#main-content div.main-content-header {
    position: relative;
    display: block;
    min-height: 80px;
}


    div#main-content div.main-content-header img {
        display: inline-block;
        vertical-align: top;
        margin-left: -15px;
        margin-top: -15px;
    }

    div#main-content div.main-content-header div.title {
        width: 440px;
        display: inline-block;
        vertical-align: top;
    }

        div#main-content div.main-content-header div.title h1 {
            font-size: 22px;
            font-weight: 300;
            padding: 2px 0 0 0;
            text-transform: none;
        }

div#main-content ul#paslaugos li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 13px;
    border: 4px solid #f8f8f8;
    vertical-align: top;
}

    div#main-content ul#paslaugos li a img {
        margin-top: 15px;
    }

div#main-content div.grafiko_info {
    display: inline-block;
    width: 210px;
    text-align: center;
}

    div#main-content div.grafiko_info h2 b {
        vertical-align: super;
        font-size: 20px;
        font-weight: 600;
    }

    div#main-content div.grafiko_info a.palyginimas {
        font-size: 12px;
        font-weight: 600;
        display: block;
        margin-top: 40px;
    }

div#main-content div.grafikas {
    display: inline-block;
    vertical-align: top;
    width: 485px;
    height: 260px;
}

div#main-content div.grafiko_info table.grafiko_table tr {
    border-bottom: none;
    line-height: 36px;
}

    div#main-content div.grafiko_info table.grafiko_table tr td {
        font-size: 12px;
        font-weight: 600;
    }

        div#main-content div.grafiko_info table.grafiko_table tr td b {
            font-size: 9px;
            font-weight: 600;
        }

        div#main-content div.grafiko_info table.grafiko_table tr td strong {
            font-size: 24px;
            font-weight: 700;
        }
/* SIDEBAR MENU */

div#sidebar ul.sidebar_menu {
    padding-top: 20px;
}

    div#sidebar ul.sidebar_menu li {
        background-position: 20px center;
        background-repeat: no-repeat;
        padding-top: 5px;
        padding-bottom: 5px;
    }

#footer-content div.left {
    line-height: 112px;
}

    #footer-content div.left a {
        padding: 0 10px;
    }

#footer-content div.right h3 {
    font-size: 16px;
}

.push {
    height: 135px;
    clear: both;
}

/* INPUT HACKS */

div.fileinputs {
    position: relative;
    line-height: 35px;
    margin-left: 20px;
}

    div.fileinputs label {
        font-weight: 600;
    }

div.fakefile {
    position: absolute;
    top: 0px;
    left: 125px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 437px;
    height: 35px;
    left: 12px;
    top: -6px;
}

div.wrapper-dropdown-4 .dropdown li:last-of-type label {
    border: none;
}

div.wrapper-dropdown-4 .dropdown li input /* Checkboxes */ {
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    margin-top: -8px;
}

div.wrapper-dropdown-4.active:after {
    border-width: 0 3px 6px 3px;
}

div.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

/* LOGIN STUFF */

#questions h1 {
    font-size: 16px;
}

#login #side_menu {
    position: absolute;
    left: -220px;
    top: 4%;
}

#login strong {
    font-weight: 700;
}

/********/

@media screen and (max-width: 1000px) {
    html, body {
        background-image: url(../images/background-vertical-small.jpg);
        background-position: left;
        background-repeat: repeat-y;
    }

    #footer-content div.susisiekite_bg {
        display: none;
    }
}

/* Is seno css */

.expand {
    background: url("/images/arrows.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 42px;
    width: 40px;
}

.collapse {
    background: url("/images/arrows.jpg") no-repeat scroll 0 -42px transparent;
    display: block;
    height: 42px;
    width: 40px;
}

.invoice_details {
    display: none;
}

div#main-content table tr td table.inner_table {
    margin: 0;
}
/* ----------- */

/* Prirasyta is inline*/
.minput {
    display: block;
    width: 97%;
    margin-top: 20px;
    text-align: left;
}
/* ----------- */


.overlay {
    background: url(/images/overlay.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}



#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: 160px;
    margin: -100px 0 0 -225px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 1001;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}

#bank_popup, #camera_popup, #camera_popup2, .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    min-height: 200px;
    margin: -150px 0 0 -350px;
    background: #ffffff;
    border-radius: 5px;
    z-index: 10000;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}

#passwordpopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    height: 230px;
    left: 50%;
    margin: -100px 0 0 -225px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 410px;
    z-index: 1001;
}

.right {
    float: right;
}

.banks {
    width: 700px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}

.bank_item {
    width: 140px;
    float: left;
}

    .bank_item input {
        height: 42px;
    }


.buttonBlue {
    background-color: #2984b1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    padding: 8px 30px;
    color: #fff;
}

/*SHARAS */

.hidden {
    display: none;
    visibility: hidden;
}

img.checked {
    position: relative;
    top: -54px;
    /*bottom: 0;
    left: -187px;*/
}

.offerItem {
    display: inline-block;
    width: 168px;
    padding: 5px;
}

/* FAKE UPDATE */
.sky_internet {
    float: left;
    width: 50%;
    text-align: center;
    margin: 10px 0;
    color: #0ea4c1;
    font-size: 14px;
}

.sky_tv {
    float: left;
    width: 50%;
    text-align: center;
    margin: 10px 0;
    color: #28af03;
    font-size: 14px;
}

.skyhover {
    display: inline-block;
    /*float: left;*/
    position: relative;
    width: 168px;
    height: 351px;
    margin-left: 3px;
}

    .skyhover .show {
        position: absolute;
        width: 168px;
        height: 83px;
        visibility: hidden;
        bottom: 0;
        left: 0;
    }

    .skyhover:hover .show {
        visibility: visible;
    }

.sky_info {
    margin: 10px 0;
    padding: 0 10px;
    /*float:left;*/
}

.shhover {
    display: block;
    float: left;
    position: relative;
    width: 168px;
    height: 221px;
}

    .shhover .checked {
        /*position: absolute;*/
        width: 168px;
        height: 52px;
        visibility: hidden;
        bottom: 0;
        left: 0;
    }

/*.shhover:hover .checked {
	visibility: visible;	
}*/

.notes {
    line-height: 20px;
}

.captcha {
    margin-top: 10px;
}

div#main-content .counters tr {
    line-height: 35px;
}

div#main-content .counters span {
    font-size: 9px;
}

div#main-content .counters {
    margin-bottom: 50px;
}

#tabs .ui-widget-header {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

#tabs .ui-widget-content {
    background-color: #f7f7f7;
}

#monthStats {
    text-align: center;
}

    #monthStats span {
        float: right;
        background-color: white;
        margin: 10px;
    }

#tabs-2 input[type="submit"] {
    margin: 10px;
    background-color: #2984b1;
    border: none;
    color: #f4f4f4;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div#main-content #tabs input {
    padding: 5px;
}

.shlink {
    cursor: pointer;
}

div#main-content .invoice_details tr {
    line-height: 15px!important;
}

#index_inner_table td {
    border: 1px dashed gainsboro;
      vertical-align:middle;
}


#index_inner_table th {
    padding: 5px;
}

.invoiceBtn {
    float: right;
    line-height: 18px;
    margin: 8px;
}

.toggleInvoice {
    cursor: pointer;
}
.toggleInvoice2 {
    cursor: pointer;
}
.toggleInvoice3 {
    cursor: pointer;
}
.errorsmall_text {
    position: absolute;
    color: red;
    margin: 10px;
}
.field-validation-error {
    color: red;
}

div#main-content .simple-table tr{
    line-height:20px;
}

.simple-table td {
    padding: 5px;
}

.border-2 {
    border: 2px solid #ddd;
}

.border-2-right {
    border-right: 2px solid #ddd;
}

.invoice-number {
    display: block;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    background-color: #DDD;
}

.invoice-number > b {
    font-weight: 700;
}

.payment_info {
    padding: 10px;
    text-align: left!important;
}

.no-hover, .no-hover:hover {
    background-color: white!important;
    border-bottom: 0!important;
}

/* POPUPSAI */

#paidPopup_table {
    width: 100%;
}

#paidPopup_table > tbody > tr > td.payable {
    text-align: center;
    padding: 15px 15px;
    font-size: 13px;
}

#paidPopup_table > tbody > tr > td.payable > strong {
    font-size: 35px;
    display: block;
    margin: 10px 0;
}

#paidPopup_table > tbody > tr > td.payable > span {
    font-size: 12px;
    font-style: italic;
}

#paidPopup_table > tbody > tr > td.payable > a > img {
    margin-top: 10px;
}


#paidPopup_table > tbody > tr > td.payable > a.return {
    float: left;
}

.bank_instructions {
    padding: 10px;
    width: 365px;
}

.bank_instructions > strong {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.bank_instructions > ul > li {
    line-height: 16px;
    font-size: 11px;
}

.bank_instructions > ul > li > b {
    font-weight: 700;
}

.return {
    top: 22px!important;
}

/****************** SEB *********************/

.seb_view {
    background-color: #fff;
    height: 370px;
    padding: 0!important;
    vertical-align: middle;
}

.seb_view > table {
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    position: relative;
}

.seb_view > table > tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.seb_view > table > tbody > tr > td {
    font-size: 82%;
    color: #D4D4D;
    font-family: Arial, Tahoma, sans-serif;
    padding: 5px;
    vertical-align: middle;
}

.seb_view .unhead {
    font-size: 82%;
    color: #FFFFFF;
    background-color: #00367F;
    padding: 5px;
}

.seb_view .star {
    color: #D9A100;
    font-weight: bold;
}

/****************** SWED *********************/

.swed_view {
    background-color: #fff;
    height: 370px;
    padding: 0!important;
    font: 11px Arial,sans-serif;
    color: #222;
    vertical-align: middle;
}

.demoLink {
    float: right;
    height: 110px;
    width: 109px;
    display: block;
    position: absolute;
    margin: -1px 0 0 625px;
}

.helpImage {
    color: #F60;
    text-decoration: none;
    padding: 0 0 0 4px;
    font-weight: bold;
    cursor: pointer;
}

/****************** DNB *********************/

.dnb_view {
    background-color: #fff;
    height: 370px;
    padding: 0!important;
    vertical-align: middle;
}

.dnb_view label {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #0c7470;
}

.dnb_view > table {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EBEBEB;
    border-bottom-color: #EBEBEB;
    overflow: hidden;
}

.dnb_view > table > tbody > tr > td {
    background-color: #F4F4F5;
    vertical-align: middle;
    color: #868787;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.dnb_view > table > tbody > tr.spacer25 td {
    background-color: #FFF !important;
    padding: 9px 0 0 0 !important;
    border-right-width: 1px !important;
    border-left-width: 1px !important;
    border-right-style: solid !important;
    border-left-style: solid !important;
    border-right-color: #FFF !important;
    border-left-color: #FFF !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
    border-top-color: #EBEBEB !important;
    border-bottom-color: #EBEBEB !important;
}

.bleft {
    width: 175px!important;
}

.bright > input {
    display: inline-block;
    vertical-align: top;
}

.bright > .iconimg {
    display: inline-block;
    vertical-align: top;
}

/****************** DANSKE *********************/

.danske_view {
    background-color: #fff;
    height: 370px;
    padding: 0!important;
    vertical-align: middle;
}

.danske_view label {
    font: 11px Arial,sans-serif;
    line-height: normal;
    color: #646E72;
}

.danske_view > table {
    width: 100%;
    overflow: hidden;
}

.danske_view > table > tbody > tr > td {
    vertical-align: middle;
    color: #868787;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.danske_view > table > tbody > tr.spacer25 td {
    background-color: #FFF !important;
    padding: 9px 0 0 0 !important;
}

.danske_view h3 {
    color: #646E72;
    font-size: 16px;
    font-weight: 600;
}

.bleft {
    width: 186px!important;
}

.bright > input {
    display: inline-block;
    vertical-align: top;
}

.bright > .iconimg {
    display: inline-block;
    vertical-align: top;
}

.notesSpan {
    font-weight: bold;
}

.copyBtn {
    float: right;
}
.tipsy { margin-top: 0px; margin-left: 0px; font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 8px 12px 8px 12px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/*@font-face {
	font-family: social;
	src: url('fonts/entypo-social.ttf');
}
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

/*.fancybox-lock body {
    overflow: hidden !important;
}*/

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.red_text {
    color: #EF1919;
}

.green_text {
    color: #5EB14A;
}

a.button_blue {
    background-color: #2984b1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    padding: 8px 30px;
    color: #fff;
    position: relative;
    top: -2px;
    text-decoration: none;
    cursor: pointer;
}


a.offer_button_blue {
    background-color: #2984b1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    padding: 8px 30px;
    color: #fff;
    position: relative;
    top: -2px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    margin: 20px;
}


input.button_blue {
    background-color: #2984b1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    padding: 8px 30px;
    color: #fff;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

a.button_blue:hover {
    background-color: #0C527C;
    text-decoration: none;
}


a.messages_button_blue {
    background-color: #2984b1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    padding: 4px 10px;
    color: #fff;
    position: relative;
    top: -2px;
    text-decoration: none;
    cursor: pointer;
}

a.messages_button_blue:hover {
    background-color: #0C527C;
    text-decoration: none;
}

.new_message {
	background: url('/images/info_good.png') repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* DEFAULT LINKAGE */

a {
    color: #2984b1;
    text-decoration: none;
    cursor: pointer;
}

/* NOTIFICATIONS */

.info_line {
    background: url(/themes/lofttown/images/info_good.png) repeat-x;
    height: 30px;
    width: 100%;
    margin-bottom: 18px;
    padding: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .info_line.bad {
        background: url(/themes/lofttown/images/info_bad.png) repeat-x;
    }

    .info_line p {
        display: block;
        padding-left: 10px;
        color: #111111;
        line-height: 30px !important;
        vertical-align: middle;
        margin: 0 !important;
        background-color: #fff;
        opacity: .9;
    }

/* TOP LINE - ALWAYS VISIBLE */

ul#language li a {
    line-height: 35px;
    display: block;
    background-color: #f2f2f2;
    width: 95px;
    padding-left: 5px;
    text-align: center;
}

    ul#language li a:hover {
        background-color: #3D3D3D;
        text-decoration: none;
        color: #fff;
    }

div#top_line {
    position: relative;
    border-bottom: 1px solid #858585;
    height: 60px;
    line-height: 60px;
    z-index: 1;
    background-color: #fff;
}

div.skaitliukai_bg {
    background-image: url(/themes/lofttown/images/skaitliuku_bg.PNG);
    background-position: left top;
    background-repeat: repeat-x;
    height: 147px;
    margin-top: 25px;
    text-align: center;
}

    div.skaitliukai_bg div.skaitliukas h1 {
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: none !important;
        color: #0b73a7;
    }

    div.skaitliukai_bg div.skaitliukas .parodymas {
        position: relative;
        top: 20px;
        width: 150px;
        padding: 8px 8px;
        text-align: center;
        color: #111111;
        border: 1px solid #d6d6d6;
        -webkit-box-shadow: 0px 0px 4px 0px #ccc;
        box-shadow: 0px 0px 4px 0px #ccc;
        margin: 0 auto;
        background-color: #fff;
    }

div#top_line div.right a.icon span {
    position: absolute;
    top: 15px;
    left: 35px;
    font-size: 9px;
    color: #fff;
    padding: 1px 5px 1px 5px;
    line-height: 14px;
    background-color: #df4252;
    text-shadow: 1px 1px 1px rgb(109, 6, 6);
    filter: dropshadow(color=#000, offx=1, offy=1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div#page_header {
    display: block;
    width: 217px;
    height: 87px;
    line-height: 87px;
    background-color: #37bdef;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
    text-transform: uppercase;
}

/* CONTENT FINALLY */

div#content div#gray_bar {
    display: block;
    height: 10px;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
}

div#sidebar {
    position: absolute;
    width: 235px;
    min-height: 20px;
    background-color: #f7f7f7;
    margin-left: 1px;
}

div#main-content {
    position: relative;
    top: 11px;
    left: 236px;
    padding-left: 25px;
    padding-top: 30px;
    width: 818px;
    margin-bottom: 50px;
    min-height: 500px;
    background-color: #fff;
    border-left: 1px solid #D3D3D3;
}

    /* MAIN CONTENT STYLES */

    div#main-content h1 {
        text-transform: uppercase;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 5px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    div#main-content i {
        font-size: 12px;
        font-style: italic;
        font-color: #ccc !important;
    }

    div#main-content a.content_tabs {
        margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
        padding: 10px 20px;
        padding-left: 10px;
        padding-right: 10px;
        color: #2984b1;
        font-size: 12px;
        text-decoration: none;
    }

        div#main-content a.content_tabs:hover {
            background-color: #F2F2F2;
        }

        /*div#main-content a.content_tabs.active {
            background-color: #F2F2F2;
            color: #000;
        }*/

         div#main-content a.content_tabs.active {
            background-color: #2984b1;
            color: #fff;
        }

    div#main-content input[type="text"] {
        margin: 3px;
        padding: 8px;
        position: relative;
        top: -1px;
        width: 66px;
        text-align: right;
        color: #7A7A7A;
        border: 1px solid #d6d6d6;
        -webkit-box-shadow: 0px 0px 6px 0px #ccc;
        box-shadow: 0px 0px 6px 0px #ccc;
    }

    div#main-content textarea {
        position: relative;
        top: -1px;
        width: 97%;
        min-height: 110px;
        padding: 8px 8px;
        font-size: 12px;
        text-align: left;
        color: #7A7A7A;
        border: 1px solid #d6d6d6;
        line-height: 16px;
        -webkit-box-shadow: 0px 0px 6px 0px #ccc;
        box-shadow: 0px 0px 6px 0px #ccc;
        font-family: 'Open Sans', sans-serif;
    }

    div#main-content input[type="checkbox"] {
        /*margin: 0px 0.4em 0.4em;*/
        height: 15px;
        width: 19px;
        vertical-align: middle;
        border: 1px solid rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -webkit-appearance: none;
        -webkit-transition: box-shadow 200ms;
        box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
    }

        div#main-content input[type="checkbox"]:checked:before {
            display: block;
            width: 15px;
            height: 15px;
            font-family: Tahoma, Geneva, sans-serif;
            font-weight: bold;
            color: rgba(0, 0, 0, 0.7);
            content: ' ';
            -webkit-margin-start: 0;
            margin-left: 2px;
            font-size: 14px;
            color: #34aa18;
            line-height: 15px;
            background-image: url(/themes/lofttown/images/check.PNG);
            background-repeat: no-repeat;
        }

    div#main-content table tr {
        line-height: 62px;
        border-bottom: 1px solid #ebebeb;
    }

        div#main-content table tr:hover {
            background-color: #fffde1;
        }

        div#main-content table tr.titles {
            font-size: 11px;
            font-weight: 600;
            background-color: #eeeeee;
            border-bottom: none;
            line-height: 40px;
        }

        div#main-content table tr.in_top {
            font-size: 11px;
            font-weight: 600;
            background-color: #F7F7F7;
            border-bottom: 1px solid #E7E7E7;
            background-image: url(/themes/lofttown/images/shadow-top.PNG);
            background-position: left top;
            background-repeat: repeat-x;
        }

        div#main-content table tr.in_top > th {
            vertical-align: middle;
            padding: 10px 5px;
            }

        
            div#main-content table tr.in_middle > td.text_left {
                font-size: 11px;
                padding: 10px 0 10px 5px;
                width: 200px;
                display: block;
            }

            div#main-content table tr.in_middle > td {
                font-size: 11px;
            }

            div#main-content table tr.in_middle {
                background-color: #F7F7F7;
            }

            div#main-content table tr.in_middle > td > input[type="number"] {
               width: 40px;
                font-size: 11px;
                text-align: center;
            }

            div#main-content table tr.in_middle.shadow_bottom {
                border-bottom: none;
                background-image: url(/themes/lofttown/images/shadow-bottom.PNG);
                background-position: left bottom;
                background-repeat: repeat-x;
            }

        div#main-content table tr.table_footer {
            line-height: 64px;
            font-size: 12px;
            background-color: #f7f7f7;
            border-bottom: none;
            border-top: 1px solid #ffffff;
        }

            div#main-content table tr.table_footer:hover {
                background-color: #f7f7f7;
            }

        div#main-content table tr td a.arrow {
            display: block;
            color: #5f5f5f;
            font-size: 25px;
            padding: 0;
            text-decoration: none;
        }

        div#main-content table tr td a.button_blue {
            padding: 4px 0px;
            margin-right: 5px;
            display: inline-block;
            height: 20px;
            width: 28px;
            vertical-align: middle;
        }
        div#main-content table tr td a.button_blue > img {
            position: relative;
            top: -8px;
            left: -3px;
        }

            div#main-content table tr td a.button_blue:hover {
                background-color: #0C527C;
            }

        div#main-content table tr td div.pagination a {
            /*
	-webkit-border-radius: 5px;
    		border-radius: 5px;
	*/
            font-size: 12px;
            padding: 5px 10px;
            position: relative;
            top: -2px;
            text-decoration: none;
            color: #2984b1;
            font-weight: 400;
        }

            div#main-content table tr td div.pagination a:hover {
                background-color: #ccc;
            }

            div#main-content table tr td div.pagination a.active {
                background-color: #666;
                color: #fff;
            }

        div#main-content table tr td div.pagination span {
            margin-right: 15px;
        }

        div#main-content table tr td a.button_red {
            background-color: #DF4252;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            font-size: 12px;
            padding: 5px 20px;
            color: #fff;
            position: relative;
            top: -2px;
            text-decoration: none;
        }

        div#main-content table tr td a.button_red:hover {
                background-color: #C00;
        }

        div#table-content-paidInvoices table tr td a.button_blue2, div#table-content-paymentHistory table tr td a.button_blue2 {
            background-color: #0C527C;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            font-size: 12px;
            padding: 5px 20px;
            color: #fff;
            position: relative;
            top: -2px;
            text-decoration: none;
        }

        div#table-content-paidInvoices table tr td a.button_blue2, div#table-content-paymentHistory table tr td a.button_blue2:hover {
                background-color: #0C527C;
        }
        div#main-content table tr td a.pdf {
            display: inline-block;
            line-height: 40px;
            background-image: url(/themes/lofttown/images/icons/icon-pdf.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 35px;
        }

        div#main-content table tr td a.xls {
            display: inline-block;
            line-height: 40px;
            background-image: url(/themes/lofttown/images/icons/icon-xls.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 35px;
        }

        div#main-content table tr td a.doc {
            display: inline-block;
            line-height: 40px;
            background-image: url(/themes/lofttown/images/icons/icon-doc.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 35px;
        }

        div#main-content table tr td a.txt {
            display: inline-block;
            line-height: 40px;
            background-image: url(/themes/lofttown/images/icons/icon-txt.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 35px;
        }

        div#main-content table tr td span.table_info {
            display: block;
            line-height: 40px;
            background-image: url(/themes/lofttown/images/icons/table-info-icon.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 35px;
        }

    div#main-content div.info_table {
        display: table;
        width: 100%;
        margin-top: 20px;
        border-collapse: collapse;
        border-bottom: 1px solid #F5F5F5;
    }

    div#main-content div.info_table_ex {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #C3C3C3;
        border-bottom: 2px solid #C3C3C3;
        background-color: #EBEBEB;
    }

    div#main-content div.info_table div.info_table_row {
        display: table-row;
        line-height: 50px;
        width: 100%;
        border-top: 1px solid #F5F5F5;
    }

    div#main-content div.info_table_ex div.info_table_row {
        display: table-row;
        line-height: 50px;
        width: 100%;
    }

        div#main-content div.info_table_ex div.info_table_row div.info_table_cell.input input {
            width: 150px;
            /*padding: 8px 8px;*/
            text-align: left;
            color: #7A7A7A;
            border: 1px solid #d6d6d6;
            -webkit-box-shadow: 0px 0px 4px 0px #ccc;
            box-shadow: 0px 0px 4px 0px #ccc;
            background-color: #fff;
        }

            div#main-content div.info_table_ex div.info_table_row div.info_table_cell.input input[type="checkbox"] {
                height: 15px;
                width: 15px;
                vertical-align: middle;
                margin: 0 0.4em 0.4em 0;
                border: 1px solid rgba(0, 0, 0, 0.3);
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #fff;
                -webkit-appearance: none;
                -webkit-transition: box-shadow 200ms;
                box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
                top: 9px;
                left: 8px;
                pointer-events: none;
            }

                div#main-content div.info_table_ex div.info_table_row div.info_table_cell.input input[type="checkbox"]:checked:before {
                    display: block;
                    width: 15px;
                    height: 15px;
                    font-family: Tahoma, Geneva, sans-serif;
                    font-weight: bold;
                    color: rgba(0, 0, 0, 0.7);
                    content: ' ';
                    -webkit-margin-start: 0 !important;
                    margin-left: -5px !important;
                    margin-top: -5px !important;
                    font-size: 14px;
                    color: #34aa18;
                    line-height: 15px;
                    background-image: url(/themes/lofttown/images/check.PNG);
                    background-repeat: no-repeat;
                }

div.notify_select span.info {
    position: absolute;
    top: 45px;
    line-height: 18px;
    color: #A0A0A0;
    font-style: italic;
    z-index: 1;
}

div#main-content ul#paslaugos li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 13px;
    border: 4px solid #f8f8f8;
}

    div#main-content ul#paslaugos li a {
        display: inline-block;
        text-align: center;
        width: 145px;
        height: 160px;
        border: 1px solid #d6d6d6;
        -webkit-box-shadow: 0px 0px 4px 0px #f2f2f2;
        box-shadow: 0px 0px 4px 0px #f2f2f2;
        background-color: #fff;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

        div#main-content ul#paslaugos li a:hover {
            -webkit-box-shadow: 0px 0px 4px 0px #8e8e8e;
            box-shadow: 0px 0px 4px 0px #8e8e8e;
        }

div#main-content div.main-content-header div.title h2 {
    font-size: 12px;
    font-weight: 300;
    padding: 8px 0 0 0;
    color: #2984b1;
}

div#main-content div.grafikai {
    margin-top: 20px;
    padding: 15px;
    color: #7A7A7A;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc;
}

div#main-content div.grafiko_info h1 {
    font-size: 16px;
    font-weight: 700;
    color: #2984b1;
    padding: 20px 0 0 0;
    text-transform: none;
}

div#main-content div.grafiko_info h2 {
    font-size: 35px;
    color: #111111;
    padding: 0;
    text-transform: none;
}

    div#main-content div.grafiko_info h2 strong {
        font-size: 40px;
        color: #111111;
        font-weight: 700;
        padding: 0;
        text-transform: none;
    }

div#main-content div.grafiko_info h3 {
    font-size: 11px;
    color: #111111;
    font-weight: 600;
    padding: 5px 0 0 0;
    text-transform: none;
}

div#main-content div.grafiko_info span.viso {
    font-size: 12px;
    font-weight: 700 !important;
    color: #111111;
    display: block;
    width: 150px;
    margin: 25px auto 10px auto;
    padding: 8px 20px;
    text-transform: none;
    background-color: #eeeeee;
}

div#main-content div.grafiko_info table.grafiko_table {
    width: 190px;
    margin: 0 auto;
    color: #666666;
}

    div#main-content div.grafiko_info table.grafiko_table tr:hover {
        background-color: #fff;
    }

    div#main-content div.grafiko_info table.grafiko_table tr td.value {
        font-size: 14px;
        font-weight: 600;
        color: #111111;
    }

/* SIDEBAR MENU */

div#sidebar ul.sidebar_menu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 70px;
    color: #666666;
}

    div#sidebar ul.sidebar_menu li a.active {
        background-color: #37bdef;
        color: #fff;
        text-decoration: none;
    }

div#sidebar ul.sidebar_menu li:hover a {
    background-color: #00aded;
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div#sidebar ul.sidebar_menu li.saskaitos {
    background-image: url(/themes/lofttown/images/icons/menu-saskaitos.png);
}

    div#sidebar ul.sidebar_menu li.saskaitos .active {
        background-image: url(/themes/lofttown/images/icons/menu-saskaitos-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

    div#sidebar ul.sidebar_menu li.saskaitos span {
        position: absolute;
        top: 9px;
        left: 127px;
        font-size: 10px;
        color: #fff;
        padding: 1px 5px 1px 5px;
        line-height: 15px;
        background-color: #df4252;
        text-shadow: 1px 1px 1px rgb(109, 6, 6);
        filter: dropshadow(color=#000, offx=1, offy=1);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        text-transform: none;
    }

div#sidebar ul.sidebar_menu li.paslaugos {
    background-image: url(/themes/lofttown/images/icons/menu-paslaugos.png);
}

    div#sidebar ul.sidebar_menu li.paslaugos .active {
        background-image: url(/themes/lofttown/images/icons/menu-paslaugos-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.islaidos {
    background-image: url(/themes/lofttown/images/icons/menu-islaidos.png);
}

    div#sidebar ul.sidebar_menu li.islaidos .active {
        background-image: url(/themes/lofttown/images/icons/menu-islaidos-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.skaitliukai {
    background-image: url(/themes/lofttown/images/icons/menu-skaitliukai.png);
}

    div#sidebar ul.sidebar_menu li.skaitliukai .active {
        background-image: url(/themes/lofttown/images/icons/menu-skaitliukai-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.suvartojimas {
    background-image: url(/themes/lofttown/images/icons/menu-suvartojimas.png);
}

    div#sidebar ul.sidebar_menu li.suvartojimas .active {
        background-image: url(/themes/lofttown/images/icons/menu-suvartojimas-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.dokumentai {
    background-image: url(/themes/lofttown/images/icons/menu-dokumentai.png);
}

    div#sidebar ul.sidebar_menu li.dokumentai .active {
        background-image: url(/themes/lofttown/images/icons/menu-dokumentai-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.valdymas {
    background-image: url(/themes/lofttown/images/icons/menu-valdymas.png);
}

    div#sidebar ul.sidebar_menu li.valdymas .active {
        background-image: url(/themes/lofttown/images/icons/menu-valdymas-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.pasiulymai {
    background-image: url(/themes/lofttown/images/icons/menu-pasiulymai.png);
}

    div#sidebar ul.sidebar_menu li.pasiulymai .active {
        background-image: url(/themes/lofttown/images/icons/menu-pasiulymai-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.internetas {
    background-image: url(/themes/lofttown/images/icons/menu-internetas.png);
}

    div#sidebar ul.sidebar_menu li.internetas .active {
        background-image: url(/themes/lofttown/images/icons/menu-internetas-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

div#sidebar ul.sidebar_menu li.kameros {
    background-image: url(/themes/lofttown/images/icons/menu-kameros.png);
}

    div#sidebar ul.sidebar_menu li.kameros .active {
        background-image: url(/themes/lofttown/images/icons/menu-kameros-active.png);
        background-position: 20px center;
        background-repeat: no-repeat;
    }

#footer {
    height: 130px;
    border-top: 12px solid #37BDEF;
    z-index: 12;
}

#footer-content {
    border-top: 1px solid #fff;
    height: 112px; /* height + top/bottom paddding + top/bottom border must add up to footer height */
    padding: 8px;
    background-color: #eeeeee;
    overflow: hidden;
}

    #footer-content div.right {
        background-color: #fff;
        border: 1px solid #D3D3D3;
        border-right: none;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        height: 50px;
        padding: 25px;
        margin-top: 5px;
        min-width: 400px;
        z-index: 2;
    }

    #footer-content div.susisiekite_bg {
        position: relative;
        display: block;
        left: 55%;
        right: 0;
        top: 5px;
        height: 100px;
        background-color: #fff;
        border-top: 1px solid #D3D3D3;
        border-bottom: 1px solid #D3D3D3;
        z-index: 1;
    }

    #footer-content div.right a {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
        padding: 10px 20px;
        padding-left: 35px;
        padding-right: 10px;
        background-position: left -1px;
        background-repeat: no-repeat;
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }

        #footer-content div.right a:hover {
            background-color: #F2F2F2;
            color: #2984b1;
            -webkit-border-radius: 10px;
            border-radius: 5px;
        }

        #footer-content div.right a.phone {
            background-image: url(/themes/lofttown/images/icons/contact-phone.png);
        }

        #footer-content div.right a.phone:hover {
            background-image: url(/themes/lofttown/images/icons/contact-phone-active.png);
            cursor: default;
        }

        #footer-content div.right a.email {
            background-image: url(/themes/lofttown/images/icons/contact-mail.png);
        }

        #footer-content div.right a.email:hover {
            background-image: url(/themes/lofttown/images/icons/contact-mail-active.png);
            cursor: default;
        }

        #footer-content div.right a.message {
            background-image: url(/themes/lofttown/images/icons/contact-message.png);
        }

            #footer-content div.right a.message:hover {
                background-image: url(/themes/lofttown/images/icons/contact-message-active.png);
            }

#copyright {
    width: 100%;
    font-size: 11px;
    color: #333333;
    background-color: #D3D3D3;
    border-top: 1px solid #A6A6A6;
    line-height: 35px;
}

/* INPUT HACKS */

div.fileinputs span.info {
    position: absolute;
    left: 15px;
    top: 45px;
    line-height: 18px;
    width: 330px;
    color: #A0A0A0;
    font-style: italic;
}

div.wrapper-dropdown-4 {
    /* Size and position */
    position: relative;
    width: 150px;
    padding: 8px;
    padding-right: 20px;
    /* Styles */
    line-height: 15px;
    background: #fff;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc;
}

    div.wrapper-dropdown-4:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 3px 0 3px;
        border-style: solid;
        border-color: #666666 transparent;
    }

    div.wrapper-dropdown-4 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        margin-top: 1px; /* border of wrapper */
        left: -1px;
        right: -1px;
        /* Styles */
        background: white;
        border: 1px solid silver;
        border-top: none;
        list-style: none;
        transition: all 0.3s ease-out;
        -webkit-box-shadow: 0px 0px 4px 0px #ccc;
        box-shadow: 0px 0px 4px 0px #ccc;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        div.wrapper-dropdown-4 .dropdown li {
            position: relative; /* Enable absolute positioning for checkboxes */
            z-index: 15;
            background: #fff;
        }

            div.wrapper-dropdown-4 .dropdown li label {
                display: block;
                padding: 10px 10px 10px 30px; /* Same padding as the button */
                border-bottom: 1px solid #d6d6d6;
                cursor: pointer;
                transition: all 0.3s ease-out;
            }

            /* Hover state */

            div.wrapper-dropdown-4 .dropdown li:hover label {
                background: #f0f0f0;
            }

            /* Checked state */

            div.wrapper-dropdown-4 .dropdown li input:checked ~ label {
                color: grey;
            }

.upload_input {
    position: relative;
    top: -1px;
    width: 320px;
    padding: 8px 8px;
    text-align: left;
    color: #7A7A7A;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0px 0px 4px 0px #ccc;
    box-shadow: 0px 0px 4px 0px #ccc;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
}

/* LOGIN */

#login {
    margin: 0 auto;
    width: 460px;
    text-align: center;
    position: relative;
    margin-top: 5%;
    padding: 20px;
    background-color: #37BDEF;
    z-index: 20;
}

#questions {
    margin: 0 auto;
    width: 460px;
    text-align: center;
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 20;
    padding: 20px;
}

    #questions a {
        margin-top: 15px;
        margin-left: 40px;
        display: inline-block;
        vertical-align: top;
        padding: 10px 20px;
        padding-left: 35px;
        padding-right: 10px;
        background-position: left -1px;
        background-repeat: no-repeat;
        color: #000;
        font-size: 12px;
        text-decoration: none;
    }

        #questions a:hover {
            background-color: #F2F2F2;
            color: #2984b1;
            -webkit-border-radius: 10px;
            border-radius: 5px;
        }

        #questions a.phone {
            background-image: url(/themes/lofttown/images/icons/contact-phone.png);
        }

            #questions a.phone:hover {
                background-image: url(/themes/lofttown/images/icons/contact-phone-active.png);
                cursor: default;
            }

        #questions a.email {
            margin-left: 40px;
            margin-right: 40px;
            background-image: url(/themes/lofttown/images/icons/contact-mail.png);
        }

            #questions a.email:hover {
                background-image: url(/themes/lofttown/images/icons/contact-mail-active.png);
                cursor: default;
            }

        #questions a.message {
            background-image: url(/themes/lofttown/images/icons/contact-message.png);
        }

            #questions a.message:hover {
                background-image: url(/themes/lofttown/images/icons/contact-message-active.png);
            }

#login #side_menu ul li a {
    display: block;
    padding: 15px;
    width: 190px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: #252525;
    -webkit-border-radius: 2px;
    border-radius: 2px 0px 0px 2px;
    margin-top: 10px;
}

    #login #side_menu ul li a:hover {
        background-color: #37BDEF;
        color: #fff;
    }

#login h1 {
    font-size: 45px;
    color: #fff;
    padding-top: 20px;
    font-weight: 300;
}

#login h2 {
    font-size: 30px;
    color: #fff;
    padding: 15px 0 15px 0;
}

#login p strong {
    display: inline;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

#login p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

    #login p a {
        display: inline;
        vertical-align: top;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin-top: 1px;
    }

#login input[type="checkbox"] {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}

    #login input[type="checkbox"]:checked:before {
        display: block;
        width: 15px;
        height: 15px;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.7);
        content: ' ';
        -webkit-margin-start: 0;
        margin-left: 2px;
        font-size: 14px;
        color: #34aa18;
        line-height: 15px;
        background-image: url(/themes/lofttown/images/check.PNG);
        background-repeat: no-repeat;
    }

form fieldset input[type="text"], input[type="password"] {
    
    padding: 0px 10px;
    margin-top: 25px;
    color: #7A7A7A;
    width: 282px;
    height: 50px;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*background-color: #fff;
	border: none;
	color: #5a5656;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
	outline: none;
	padding: 0px 10px;
	width: 280px;
	margin-top: 25px;
	-webkit-appearance:none;
	opacity: 0.8;*/
}

form fieldset input[type="submit"] {
    background-color: #2984b1;
    border: none;
    color: #f4f4f4;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 50px;
    /*text-transform: uppercase;*/
    width: 300px;
    margin-top: 25px;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s ease-out;
}

    form fieldset input[type="submit"]:hover {
        background-color: #1a6b93;
        transition: all 0.3s ease-out;
    }

form fieldset a {
    color: #5a5656;
    font-size: 10px;
}

@media screen and (max-width: 1000px) {
    html, body {
        background-image: url(/themes/lofttown/images/background-vertical-small.jpg);
        background-position: left;
        background-repeat: repeat-y;
    }

    #footer-content div.susisiekite_bg {
        display: none;
    }
}

.noteField {
    border: none;
}

