/* 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 ':'
(2317,94): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* 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: 'Roboto', 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;
}

.greetingPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
}

.closeb {
    width: 20px;
    float: right;
    margin-bottom: 10px;
}

.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: #2D2D2D;
    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;
}

.display-none {
    display: none;
}

.MinVidMax_2175{
    right: 0;
    position: absolute;
    top: 50px;
    width: 120px;
}

.MinVidMax_2973{
    right: 0;
    position: absolute;
    top: 360px;
    width: 120px;
}

.MinVidMax_Month_2175{
    right: 0;
    position: absolute;
    top: 150px;
    width: 120px;
}

.MinVidMax_Month_2973{
    right: 0;
    position: absolute;
    top: 460px;
    width: 120px;
}

#change:disabled {
    cursor: default;
    pointer-events: none;
    color: #c0c0c0 ;
    background-color: #ffffff ;
    border: 1px solid gray;
}
/*
 * Plans
 */
#overlay {
    background: #f5f7f8;
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -ms-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/*#plans  {
   padding-right: 670px;
}*/
section#plans {
    padding: 50px 0;
}
/*#plans {
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -ms-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}*/
#plans .plan{
    background: white;
}
#plans .business .plan__description em {
    font-size: 21px;
}
#plans .abstract {
    padding-bottom: 50px;
}
#plans .permonth {
    font-size: 16px;
    position: absolute;
    left: 1px;
    top: 34px;
    right: 0;
    display: block;
    font-weight: 600;
    white-space: nowrap;
}
#plans .numeral .numeral--int .main--price {
    position: relative;
}
#plans .business .numeral {
    position: relative;
    height: 85px;
}

#plans .business .numeral sup {
    right: 6px;
}
#overlay .plans em span {
    font-size: 22px;
    font-weight: 600;  
}
#plans em span, #plans em {
    font-weight: 600;
}
.input--form .buttonlist {
    padding: 0;
    padding-left: 75px;
    padding-bottom: 15px;
}
.input--form .buttonlist label {
    display: inline;
    padding: 0 20px;
    padding-right: 0;
    position: relative;
    left: -13px;
    font-size: 12px;
    z-index: 27;
}
#plans h2 {
    color: #4c5057;
    font-size: 32px;
}
#plans [class*=' col-'] {
    padding: 0 2px;
}
#plans .plan__button img {
    width: 50px;
    margin: 15px 0;
}

.input--form input {
    margin: 10px 0;
}
.buttonlist ul {
    padding-left:20px;
    margin-top: 20px;
}

.buttonlist ul li {
    display: inline;
    position: relative;
    padding: 4px 20px;
}
#order-form-content .btn {
    width: 100%;
}
#order-form-content input[type='radio'] {
    position: absolute;
    visibility: hidden;
    width: 50px;
    height: 50px;
    left: -8px;
    top: -25px;
}
#order-form-content .buttonlist {
    position: relative;
}
#order-form-content .buttonlist ul li {
    position: relative;
    padding-right: 15px;

}
#order-form-content .buttonlist .winter input[type=radio]:checked ~ .check {
    background: #1f69b9;
}
#order-form-content .buttonlist input[type=radio]:checked ~ .check {
    background: #aaa;
    border: 4px solid #e4e7f0;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(74, 74, 74, 0.77);
    -ms-box-shadow: 1px 2px 10px 0 rgba(74, 74, 74, 0.77);
    box-shadow: 1px 2px 10px 0 rgba(74, 74, 74, 0.77);
}
#order-form-content .buttonlist ul {
    padding: 0;
}
#order-form-content .buttonlist .check {
    display: inline-block;
    position: absolute;
    border: 6px solid transparent;
    border-radius: 100%;
    margin: -4px;
    height: 7px;
    width: 7px;
    left: 0;
    background: #e4e7f0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
#order-form-content .check:before {
    display: inline-block;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 10;
    margin: 4px;
}
/*PLANS*/
#plans .plan {
    box-shadow: 0 8px 27px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.03);
}
#plans .contract input{
    margin-right: 5px;
}
#plans .tab-content {
    padding: 0;
    display: -webkit-box;
    width: 350px;
}
/*#plans .tab-content input {
    display: none;
}*/
#plans .file-tag {
    padding-bottom: 0;
    z-index: 4;
    position: relative;
}
#plans .plan__description>li {
    padding: 20px 0;
    list-style: none;
    border-top: 1px solid #F1F1F1;
}
#plans .plan__description>li:nth-last-child(1) {
    background: #37bdef;
    color: white;
    padding: 25px 10px;
}
#plans .plan__description>li:nth-last-child(1) a {
    color: white;
    letter-spacing: 3px;
    font-weight: 600;

}
#plans .plan__description>li:nth-last-child(1) a:hover {
    text-decoration: none;
}
/*#plans .plan__description>li:last-child {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    padding-top: 0;
}*/
#plans .toggle_text {
    position: relative;
    top: -15px;
    left: 11px;
    font-weight: 300;
}
#plans .plan__description> .orderbutton {
    margin: 0;
    padding: 0;
}
#plans .plan__description>li:nth-child(5) a {
    color: #272727;
    font-size: 12px;   
}
#plans .plan {
    position: relative;
    margin: 17px;
}
#plans .plan p {
    margin: 20px 0;
    line-height: normal;
    text-align: center;
}

.tab-content>.active {
    display: block;
}
#plan_moreInfo {
    background: #FBFBFB;
    margin: 0;
    color: #434a54;
    font-weight: 600;
}

#getplan li {
    border: 0 solid transparent;
    border-radius: 0;
    background: transparent;
    margin: 0;
}
#getplan li a {
    color: #434a54;
    position: relative;
    left: -19px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    margin-right: -62px;
    border-radius: 0;
}

#plans .nav li>a.active {
    color: #2e3192;
    font-weight: bold;
}
#getplan li a:hover {
    color: white;
}
#getplan li a.active {
    color: white;
}
.main--price {
    position: relative;
}
#plans .start .main--price {
    color: #4c5057;
}
#plans .go .main--price {
    color: #4c5057;
}
#plans .run .main--price {
    color: #4c5057;
}
#plans .fly .main--price {
    color: #4c5057;
}
#plans .tab-content .start:before, [data-planform="start"].input--form:before {
    border: 2px solid #e7c921;
    border-style:solid;
    border-color: #e7c921;
    border-width:2px;
}
/*#plans .tab-content .go:before, [data-planform="go"].input--form:before {
    border: 2px solid #3ccc58;
    border-style:solid;
    border-color: #3ccc58;
    border-width:2px;
}*/
/*#plans .tab-content .run:before, [data-planform="run"].input--form:before {
    border: 2px solid #f93e00;
    border-style:solid;
    border-color: #f93e00;
    border-width:2px;
}
#plans .tab-content .fly:before, [data-planform="fly"].input--form:before {
    border: 2px solid #2e3192;
    border-style:solid;
    border-color: #2e3192;
    border-width:2px;
}*/
/*Business plans*/
#plans .plan_description h2:after {
    border: 1px solid #d9d6d6
}
#plans .silver h2:after {
    border: 1px solid #00aeef;
}
#plans .gold h2:after {
    border: 1px solid #206aba;
}
#plans .platinum h2:after {
    border: 1px solid #2e3192;
}
#plans .silver .main--price {
    color: #00aeef;
}
#plans .platinum .main--price {
    color: #206aba;
}
#plans .gold .main--price {
    color: #2e3192;
}
#plans .silver .plan__button {
    background: #00aeef;
}
#plans .platinum .plan__button {
    background: #206aba;
}
#plans .gold .plan__button {
    background: #2e3192;
}

.tvactivationDesc {
display:none;
}
/**/
#Plan .start {
    color: olivedrab;
}
/**/
.start #installationPrice, .start #tvActivationPrice.lower, .start #networkPrice, #stboxRentPrice {
    color: #37bdef;
    font-weight: 600;
}

.go #installationPrice, .go #tvActivationPrice.lower, .go #networkPrice, #stboxRentPrice {
    color: #37bdef;
    font-weight: 600;
}
.run #installationPrice, .run #tvActivationPrice.lower, .run #networkPrice, #stboxRentPrice {
    color: #37bdef;
    font-weight: 600;
}
.fly #installationPrice, .fly #tvActivationPrice.lower, .fly #networkPrice, #stboxRentPrice {
    color: #37bdef;
    font-weight: 600;
}
#getplan li.active >a {
    background: #206ABA;
}
#getplan input[type=radio] {
    display: none;
}
#plans .qualifier {
    font-size: 18px;
    color: #d2d2d2;
}
#plans .original-price {
    font-size: 18px;
    color: #838383;
}
#plans .main--price {
    display: block;
    font-size: 60px;
}
#plans .main--price sup {
    font-size: 20px;
    top: -30px;
    position: relative;
}
#plans .main--price:before {
    /*content: "€";*/
    font-size: 36px;
}
#plans .go h2:after,#plans .run h2:after,#plans .fly h2:after {
    content: "";
    position: relative;
    top: 10px;
    display: table;
    background: rgba(0,170,255,1);
    background: -moz-linear-gradient(left, rgba(0,170,255,1) 0%, rgba(0,132,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,170,255,1)), color-stop(100%, rgba(0,132,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,170,255,1) 0%, rgba(0,132,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,170,255,1) 0%, rgba(0,132,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,170,255,1) 0%, rgba(0,132,255,1) 100%);
    background: linear-gradient(to right, rgba(0,170,255,1) 0%, rgba(0,132,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaff', endColorstr='#0084ff', GradientType=1 );
    width: 50px;
    height: 2px;
    margin: auto;
    text-align: center;
}
#plans select {
    width: 85%;
    padding: 10px 25px;
    bordeR: 1px solid #d0d2db;
    color: #333;
    margin-top: 10px;
}
/*Tooltip only students*/
.buttonlist label {
    position: relative;
}

.only_student:before {
    content: attr(title);
    background: none;
    border: 2px solid #206aba;
    position: absolute;
    padding: 5px;
    top: -38px;
    left: -23px;
    right: 0;
    color: #206aba;
    text-align: center;
}
.winter {
    float: left;
}
.winter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    outline: 1px solid #206aba;
    left: -7px;
    top: 0;
    padding: 5px !important;
}
.winter a {
    z-index: 1;
    position: relative;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.26);
}
.winter label {
    color: #206aba;
}
.winter span {
    content: "";
    padding-left: 0;
    color: #434a54;
    margin-left: -10px;
}
.winter span,.winter a {
    font-size: 12px;
}


/*Business*/
#plans .plan__masthead__wrap svg {
    width: 65px;
    padding: 50px 0;
    padding-bottom: 15px;
    fill: #e0e0e0;
}
/*#plans .plan__masthead__wrap svg#start {
    fill: #e7c921;
}
#plans .plan__masthead__wrap svg#go {
    fill: #3ccc58;
}
#plans .plan__masthead__wrap svg#run {
    fill: #f93e00;
}
#plans .plan__masthead__wrap svg#fly {
    fill: #206aba;
}*/
#plans .business .plan__masthead__wrap h2:after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
    text-align: center;
}

#plans .plan_description .plan__button {
    background: #434a54;
    visibility: hidden;
}
/*#plans .plan_description h2:after {
    content: none;
}*/
#plans .plan_description .numeral sup, #plans .plan_description .numeral span {
    visibility: hidden;
}
#plans .plan_description .numeral .permonth {
    visibility:hidden;
}
#plans .plan_description .numeral:before {
content: attr(data-label);
    color: #6a6a6a;
    visibility: visible;
    font-size: 42px;
    position: absolute;
    top: 17px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
}
#plans .plan__button .btn-default {
    width: 128px;
    padding: 10px;
    border: none;
} 
.plans .ui-state-active {
        padding: 7px 30px;
    width: 122px;
    left: -67px;
    border: none;
}

#plans .plan__button {
    display: flex;
}
#plans .plan__button a .icon:before {
    height: 50px;
}


/*Tooltip*/
/*.tooltip-inner {
    white-space: nowrap;
}*/
.tooltip-inner, .tooltip-border {
    background-color: black;
    border-radius: 0;
    opacity:0.9;
}


/*Plans svg*/

#plans .plan__button svg {
    fill: white;
    width: 80px;
    height: 50px;
}
/*plans for Business*/

#plans .business .main--price {
    margin: 40px 0;
}
#plans .business .plan_moreInfo {
    font-size: 21px;
}
#plans .plan_description h2 {
    border-top: 3px solid #d9d6d6;
    color: white;
}
#plans .silver h2, [data-planform="silver"] {
    border-top: 3px solid #00aeef;
}
#plans .gold h2, [data-planform="gold"] {
    border-top: 3px solid #2e3192;
}
#plans .platinum h2, [data-planform="platinum"] {
    border-top: 3px solid #206aba;
}
#nav-business li a {
    border-radius: 0;
}
#nav-business a, #nav-business a.active {
    color: white;
}
#nav-business a.active {
    padding: 15px !important;
    color: white !important;
}
#nav-business.nav-pills {
    left: 50px;
}
#nav-business .silver a {
    background: #00aeef;
}
#nav-business .gold a {
    background: #2e3192;
}
#nav-business .platinum a {
    background: #206aba;
}
#plans .business h2 {
    padding: 40px 0;
    margin: auto;
    font-size: 25px;
}
#plans {}
#plans .silver, #plans .gold, #plans .platinum {
    color: #434a54;
}
#plans .plan__description {
    text-align: center;
}
#plans .plan__button {
    color: white;
}
#plans .plan_pdf {
    padding-top: 0;
}
#plans .primary-text {
    color: white;
}
/*#plans .plan__button span {
    padding: 20px;
}*/
#plans .recommended .plan__masthead__wrap svg {

}
#plans .recommended .plan__masthead__wrap:before {
    content: "TOP";
    color: white;
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    top: 20px;
    left: 20px;
    background: rgba(249,62,0,1);
    background: -moz-linear-gradient(left, rgba(249,62,0,1) 0%, rgba(253,127,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,62,0,1)), color-stop(100%, rgba(253,127,0,1)));
    background: -webkit-linear-gradient(left, rgba(249,62,0,1) 0%, rgba(253,127,0,1) 100%);
    background: -o-linear-gradient(left, rgba(249,62,0,1) 0%, rgba(253,127,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(249,62,0,1) 0%, rgba(253,127,0,1) 100%);
    background: linear-gradient(to right, rgba(249,62,0,1) 0%, rgba(253,127,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f93e00', endColorstr='#fd7f00', GradientType=1 );
}
#plans .recommended {
    position: relative;
}
#plans .details .file-tag > span {
    color: #434a54;
}
#plans .start .plan__button, #getplan .start a  {
    background: #e7c921;
    color: White;
}
#plans .go .plan__button, #getplan .go a {
    background: #3ccc58;
    fill: White;
}
#plans .run .plan__button, #getplan .run a {
    background: #f93e00;
    fill: White;
}
#plans .fly .plan__button, #getplan .fly a {
    background: #206aba;
    fill: White;
}

form .input--form {
    background: white;
    padding: 2px;
    padding-bottom: 15px;
}
form .input--form textarea {
    margin-top: 20px;
    padding-bottom: 20px;
}
.show {
      -webkit-animation: header forwards 4s infinite;
          animation: header forwards 4s infinite;
}
#plans .tab-content .start:before, [data-planform="start"].input--form:before, .input--form:before{
    content:'';
    width:100%;
    position: absolute;
    top: 0;
    left:0;
    height: 4px;
    z-index: 3;
    /*background: rgba(249,213,35,1);
    background: -moz-linear-gradient(left, rgba(249,213,35,1) 0%, rgba(169,80,25,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,213,35,1)), color-stop(100%, rgba(169,80,25,1)));
    background: -webkit-linear-gradient(left, rgba(249,213,35,1) 0%, rgba(169,80,25,1) 100%);
    background: -o-linear-gradient(left, rgba(249,213,35,1) 0%, rgba(169,80,25,1) 100%);
    background: -ms-linear-gradient(left, rgba(249,213,35,1) 0%, rgba(169,80,25,1) 100%);
    background: linear-gradient(to right, rgba(249,213,35,1) 0%, rgba(169,80,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d523', endColorstr='#a95019', GradientType=1 );*/
}
#plans .tab-content .go:before, [data-planform="go"].input--form:before, .input--form:before {
    content:'';
    width:100%;
    position: absolute;
    top: 0;
    left:0;
    height: 4px;
    z-index: 3;
    /*background: rgba(184,221,45,1);
    background: -moz-linear-gradient(left, rgba(184,221,45,1) 0%, rgba(48,202,92,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,221,45,1)), color-stop(100%, rgba(48,202,92,1)));
    background: -webkit-linear-gradient(left, rgba(184,221,45,1) 0%, rgba(48,202,92,1) 100%);
    background: -o-linear-gradient(left, rgba(184,221,45,1) 0%, rgba(48,202,92,1) 100%);
    background: -ms-linear-gradient(left, rgba(184,221,45,1) 0%, rgba(48,202,92,1) 100%);
    background: linear-gradient(to right, rgba(184,221,45,1) 0%, rgba(48,202,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8dd2d', endColorstr='#30ca5c', GradientType=1 );*/
}

#plans .tab-content .run:before, [data-planform="run"].input--form:before, .input--form:before{
    content:'';
    width:100%;
    position: absolute;
    top: 0;
    left:0;
    height: 4px;
    z-index: 3;
    /*background: rgba(254,140,0,1);
    background: -moz-linear-gradient(left, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,140,0,1)), color-stop(100%, rgba(248,54,0,1)));
    background: -webkit-linear-gradient(left, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
    background: -o-linear-gradient(left, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
    background: linear-gradient(to right, rgba(254,140,0,1) 0%, rgba(248,54,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8c00', endColorstr='#f83600', GradientType=1 );*/
}
#plans .tab-content .fly:before, [data-planform="fly"].input--form:before, .input--form:before{
    content:'';
    width:100%;
    position: absolute;
    top: 0;
    left:0;
    height: 4px;
    z-index: 3;
    /*background: rgba(0,200,255,1);
    background: -moz-linear-gradient(left, rgba(0,200,255,1) 0%, rgba(0,115,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,200,255,1)), color-stop(100%, rgba(0,115,255,1)));
    background: -webkit-linear-gradient(left, rgba(0,200,255,1) 0%, rgba(0,115,255,1) 100%);
    background: -o-linear-gradient(left, rgba(0,200,255,1) 0%, rgba(0,115,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,200,255,1) 0%, rgba(0,115,255,1) 100%);
    background: linear-gradient(to right, rgba(0,200,255,1) 0%, rgba(0,115,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c8ff', endColorstr='#0073ff', GradientType=1 );*/
}
#plans .tab-panel{ width: 300px; }
#plans .business {
    margin: 0;
}

/*#plans .plan:hover {
    transform: scale(1.05);
    z-index: 4;
}*/
#plans .file-tag img {
    width: 30px;
    margin: 0;
    padding-right: 10px;
}
#plans .file-tag .primary-text {
    font-size: 13px;
    color: #434a54;
}
#plans .file-tag .primary-text-inner {
    color: white;
    font-size: 12px
}
#plans .plan:hover ~ #plans .recommended   {
    z-index: 1;
    transform: none;
}
#plans .nav-pills {
    position: absolute;
    left: -53px;
    background: transparent;
    top: 36px;
    border-radius: 0;
    padding: 5px 0;
    margin: 0;
}
.plans + .plans__additional-info {
    text-align: center;
    width: 100%;
    margin: 0;
}
.plan {
    color: #fff;
    text-align: center !important;
    margin-top: 0;
    padding: 0;
}

.plan__masthead {
    display: block;
    position: relative;
    background: white;
}
.plan__description {
    background: #fff;
    color: #434a54;
    padding: 0;
    z-index: 2;
    margin: 0;
}
.enquiry-form {
    position: relative;
}
.enquiry-form .ui-widget-content {
    background: #fff;
    border: 0;
}
.enquiry-form label {
    display: block;
}
.sw {
    display: none;
}


.enquiry-form .plan {
    border: 0;
    margin-top: 0;
    outline: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.enquiry-form .toggle-flip {
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0px;
    padding: 15px;
    font-size: 21px;
    z-index: 4;
    -webkit-transition: -webkit-transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: -ms-transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: -webkit-transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.enquiry-form .plan.flipped .toggle-flip {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (max-width: 991px) {
    .enquiry-form .toggle-flip,
    .enquiry-form .plan__wrap--description {
        display: none;
    }
}

.enquiry-form .plan.flipped .plan__wrap {
    -webkit-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}

.enquiry-form .plan__wrap {
    -webkit-transition: -webkit-transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: -webkit-transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: transform 0.618s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    outline: 0;
    border: 0;
}

.enquiry-form .plan__masthead,
.enquiry-form .plan__wrap--description {
    display: inline-table;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.enquiry-form .plan.flipped.flipped-done .plan__wrap--description {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.enquiry-form .plan__masthead {
    z-index: 2;
    -webkit-transform: rotateY( 0deg );
    -ms-transform: rotateY( 0deg );
    transform: rotateY( 0deg );
}

.enquiry-form .plan__wrap--description {
    outline: 0;
    border: 0;
    -webkit-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.enquiry-form .plan.flipped .plan__wrap--description {
    z-index: 3;
}

.no-csstransforms3d .enquiry-form .plan__wrap--description {
    display: none;
    z-index: 2;
}

.no-csstransforms3d .enquiry-form .flipped .plan__wrap--description {
    display: block;
}

/*.enquiry-form .plan__description {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.enquiry-form .plans {
    margin-left: 0;
    margin-right: 0;
}

.enquiry-form .plan__manual {
    padding: 0;
    text-align: center;
}

.enquiry-form .manual-links {
    padding: 0 20px;
    text-align: center;
}

.enquiry-form .plan-contract-length {
    margin-bottom: 25px;
}

.plans--chosen .original-price {
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.plans--chosen .plan.active .original-price {
    opacity: 1;
}

.plan.active {
    -webkit-transform: scale(0.925);
    -ms-transform: scale(0.925);
    transform: scale(0.925);
    z-index: 2;
}

/*.enquiry-form .plan:after {
    bottom: 25px;
    content: '\e013';
    font-family: 'Glyphicons Halflings';
    font-size: 45px;
    left: 0;
    opacity: 0;
    
    right: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}*/

.enquiry-form .plan.active:after {
    opacity: 1;
}

.enquiry-form .plan.active.flipped:after {
    opacity: 0;
}

.enquiry-form .plan__masthead:before {
    content: none;
}

input.sw + label, input.swhome + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: inline-block;
  height: 30px;
  width: 51px;
  position: relative;
  box-shadow: inset 0 0 0px 2px #e4e4e4;
  border-radius: 60px;
  background: #e0e3ec;

  /* White toggle */
}
input.sw + label:before, input.swhome + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(76, 217, 100, 0);
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
input.sw + label:after, input.swhome + label:after {
    content: "";
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    top: 65%;
    margin-top: -13px;
    margin-left: 7px;
    left: 1px;
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0,0,0,.1),0 4px 0 0 rgba(0,0,0,.04),0 4px 9px rgba(0,0,0,.13),0 3px 15px rgba(0,0,0,.45);
    -webkit-transition: .35s cubic-bezier(.54,1.6,.5,1);
    transition: .35s cubic-bezier(.54,1.6,.5,1);
}
input.sw + label span, input.swhome + label span {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-left: 51px;
  padding-left: 16px;
}
input[type = "checkbox"]:checked + label {
    color: red;
}
input.sw:checked + label:before, input.swhome:checked + label:before {

  width: 51px;
  background: #46d5a1;
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1) !important;
}
input.sw:checked + label:after, input.swhome:checked + label:after {
  left: 22px;
}
input.sw:checked + label, input.swhome:checked + label {
  color: #46d5a1;
  box-shadow: inset 0 0 0 25px #e4e4e4;
  -webkit-transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
  transition: box-shadow 2.5s cubic-bezier(0, 1.2, 0.94, 0.95);
}
/***/
.no-touch .plan__masthead:hover,
.no-touch .plan__masthead:focus,
.no-touch .plan__masthead:active {
    color: blue;
}

/*.plan__masthead__wrap {
    position: absolute;
    top: 50px;
    right: 10px;
    bottom: 50px;
    left: 10px;
}*/

.plan__masthead__headline {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
    top: -35px;
    position: relative;
}

.plan__masthead__price {
    position: absolute;
    top: 55%;
    left: 0;
    line-height: 1;
    margin: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .plan__masthead__price > .original-price {
        font-size: 28px;
        position: absolute;
        top: -1em;
        left: 10px;
        right: 0;
    }

    .plan__masthead__price .original-price__wrap {
        color: #fff;
        top: 0;
        position: relative;
    }

.plan__masthead__price--double > .original-price {
    font-size: 21px;
    top: -d1.8em;
}

.plan__masthead__price > .numeral {
    font-size: 102px;
    font-weight: 700;
    margin-left: 35px;
}

.plan__masthead__price--double > .numeral {
    font-size: 72px;
    margin-left: 0;
}

.plan__masthead__price > .numeral > .separator {
    font-size: 0; /* Keep in the document, only hide visually */
}

.plan__masthead__price .numeral--int > .separator,
.plan__masthead__price .numeral--int > .remainder {
    font-size: 0;
    opacity: 1;
}

.plan__masthead__price > .numeral > .remainder {
    font-size: 35px;
    top: 12px;
    margin-left: 2px;
    position: absolute;
}

.plan__masthead__price--double > .numeral > .remainder {
    font-size: 24px;
    margin-left: 3px;
    top: 9px;
}

.plan__masthead__price > .currency {
    font-size: 35px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.plan__masthead__price--double > .currency {
    font-size: 24px;
}

.plan__masthead__price .currency + .numeral {
    margin-left: 0.5em;
}

.plan__masthead__price--double .original-price .currency + .numeral {
    margin-left: 2em;
}

.plan__masthead__price > .qualifier {
    font-style: italic;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.plan__masthead__price--no-discount > .qualifier {
    top: -20px;
}

.plan__masthead__price > .interval {
    display: block;
    font-style: italic;
    margin-top: 10px;
}

.plan__button {
    border: 0;
    letter-spacing: 3px;
    width: 100%;
    display: inline-block;
}

.plan__button:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -15px;
    height: 15px;
    background: #fff;
}

.plan__button .btn-outline {
    border: 2px solid #fff;
    font-weight: 600;
    background: transparent;
}

.background-orange,
.background-orange .plan__masthead,
.background-orange .plan__button,
.enquiry-form .background-orange .plan__wrap--description {
    background-color: #f39c12;
}

    .background-orange .plan__description > li:first-child {
        border-top-color: #f39c12;
    }

    .background-orange .plan__description > li:last-child {
        border-bottom-color: #f39c12;
    }

    .background-orange .plan__masthead__price > .original-price,
    .background-orange .plan__masthead__price > .currency {
        color: #FFDDA8;
    }

.no-touch .background-orange .btn:hover .btn-outline {
    background-color: #fff;
    color: #f39c12;
}

.background-pumpkin,
.background-pumpkin .plan__masthead,
.background-pumpkin .plan__button,
.enquiry-form .background-pumpkin .plan__wrap--description {
    background-color: #d35400;
}

    .background-pumpkin .plan__description > li:first-child {
        border-top-color: #d35400;
    }

    .background-pumpkin .plan__description > li:last-child {
        border-bottom-color: #d35400;
    }

    .background-pumpkin .plan__masthead__price > .original-price,
    .background-pumpkin .plan__masthead__price > .currency {
        color: #FFBD92;
    }

.no-touch .background-pumpkin .btn:hover .btn-outline {
    background-color: #fff;
    color: #d35400;
}

.background-pomegranate,
.background-pomegranate .plan__masthead,
.background-pomegranate .plan__button,
.enquiry-form .background-pomegranate .plan__wrap--description {
    background-color: #c0392b;
}

    .background-pomegranate .plan__description > li:first-child {
        border-top-color: #c0392b;
    }

    .background-pomegranate .plan__description > li:last-child {
        border-bottom-color: #c0392b;
    }

    .background-pomegranate .plan__masthead__price > .original-price,
    .background-pomegranate .plan__masthead__price > .currency {
        color: #FFA9A0;
    }

.no-touch .background-pomegranate .btn:hover .btn-outline {
    background-color: #fff;
    color: #c0392b;
}

.plan__description {
    background: #fff;
    color: #434a54;
    padding: 0;
    z-index: 2;
    margin: 0;
}
    .plan__description em {
        font-style: normal;
        font-size: 16px;
    }

.plan__description [data-toggle="tooltip"] {
    cursor: help;
    font-size: 22px;
}
span.glyphicon.glyphicon-info-sign {
    width: 14px;
}
.glyphicon-info-sign:before {
    font-size: 14px;
}
.plan__manual {
    display: inline-block;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.emptydiv {
    height: 75px;
}

.buttons {
    display: -webkit-box;
    position: relative;
    padding-right: 100px;
    padding-left: 60px;
}
.input--form {
    display: -webkit-box;
    width: 450px;
}

.input--form label {
    margin-top: -25px;
    height: 1px;
    position: relative;
    left: 314px;
}

.padding_left_right {
    padding-left: 45px;
    padding-right: 105px;
}
.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.invoice_title {
        line-height: 30px;
        height: 80px;
        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.balsavimas span {
        position: absolute;
        top: 588px;
        left: 138px;
        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;
}

.LightGreen {
    background-color:#e2fce2;
    }

.LightRed{
    background-color:#FBECEC;
}
