/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

:root {
    --primary: #4698c5;
    --vertical-tab-bgcolor: #e0f3ff;
    --vertical-tab-border-bottom-color: #5b8caa;
    --vertical-tab-color: #192227;
    /* Theme color */
    --theme: var(--primary);
}

/* End fonts */

form {
    margin: 0px;
    padding: 0px;
}

.cz {
    margin: 0px;
    padding: 0px;
    clear: both;
}


.nobr{
    border: none !important;
}

.nobrb{
    border-bottom: none !important;
}

.glowna_bg, .content_bg { margin-top: 30px; }

.glowna_bg h1, .content_bg h1 {
    font-size: 16px !important;
}

/* Nagłówek */
#header{
    height: 83px;
    position: relative;
    border-bottom: #54a7db 3px solid;
}

#header .logo {
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin: 25px 0px 0px -77px;*/

    position: relative;
    top: 25px;
    display: block;
    min-width: 100px;
    text-align: center;
    margin: 0 auto;
    color: #070605;
    font-size: 24px;
    font-weight: 900;
}
#header .logo:hover {text-decoration: none;}

#header .user_menu {
    float: right;
    /*height: 40px;*/
    /*margin-top: 23px;*/
}

#header .logged-in-menu{
    width: auto !important;
}

#header .login_box {
    position: absolute;
    top: 65px;
    right: -1px;
    z-index: 10000;
    display: none;
}

#header .user_menu div {
    /*height: 50px;*/
    /*padding: 15px 10px 0px 20px;*/
    /*display: block;*/
    /*margin-left: 10px;*/
}

#header .user_menu div.logged-in{
    float: right;
    background-color: transparent;
    color: #565656;
    margin: 0 0 15px 15px;
}

#header .user_menu div.logged-in-box {
    display: inline-block;
    height: 30px;
    float: right;
    background-color: transparent;
}

#header .user_menu div.logged-in-box a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 11px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    /*background-repeat: no-repeat;*/
    /*background-position: top;*/
    background-color: #1a6fa5;
    background-image: linear-gradient(to top, #1a6fa5, #54a4dc);
    box-shadow:
        inset 1px 1px 0px #3280ae,
        inset -1px 1px 0px #3280ae,
        inset 1px -1px 0px #3280ae,
        inset -1px -1px 0px #3280ae,
        inset 1px 2px 0px #a6cfed;
}

#header .user_menu div.logged-in-box a:hover,
#header .user_menu div.logged-in-box a#tm-myserv-selected,
#header .user_menu div.logged-in-box a#tm-mydata-selected,
#header .user_menu div.logged-in-box a#tm-cart-selected {
    background-image: linear-gradient(to top, #54a4dc, #1a6fa5);
}

#header .user_menu div.logged-in-box a:hover { text-decoration: none; }

#header .user_menu div.logged-in-box a#tm-cart,
#header .user_menu div.logged-in-box a#tm-cart-selected {width: 94px;}
#header .user_menu div.logged-in-box a#tm-cart:before,
#header .user_menu div.logged-in-box a#tm-cart-selected:before {
    content: url(../images/cart-btn.png);
    position: relative;
    top: 1px;
    left: -12px;
}
#header .user_menu div.logged-in-box a#tm-mydata,
#header .user_menu div.logged-in-box a#tm-mydata-selected {width: 102px; margin-left: 11px;}
#header .user_menu div.logged-in-box a#tm-mydata:before,
#header .user_menu div.logged-in-box a#tm-mydata-selected:before {
    content: url(../images/client-btn.png);
    position: relative;
    top: 2px;
    left: -7px;
}
#header .user_menu div.logged-in-box a#tm-myserv,
#header .user_menu div.logged-in-box a#tm-myserv-selected {width: 102px ;margin-left: 1px;}
#header .user_menu div.logged-in-box a#tm-myserv:before,
#header .user_menu div.logged-in-box a#tm-myserv-selected:before {
    content: url(../images/profil-btn.png);
    position: relative;
    top: 2px;
    left: -12px;
}
/*#header .user_menu div.logged-in-box a#tm-myserv-selected {width: 102px ;margin-left: 1px;}
#header .user_menu div.logged-in-box a#tm-myserv-selected:before {
    content: url(../images/profil-btn.png);
    position: relative;
    top: 2px;
    left: -12px;
}*/
#header .user_menu div.logged-in-box a.btn_zmien_haslo {width: 96px ;margin-left: 1px;}
#header .user_menu div.logged-in-box a.btn_zmien_haslo:before {
    content: url(../images/pass-change-btn.png);
    position: relative;
    top: 2px;
    left: -5px;
}
#header .user_menu div.logged-in-box a.btn_wyloguj {
    width: 30px;
    text-align: center;
    padding: 0;
    margin-left: 12px;
    background-color: #3c3c3c;
    background-image: linear-gradient(to top, #3c3c3c, #5c5c5c);
    box-shadow:
        inset 1px 1px 0px #2c2c2c,
        inset -1px 1px 0px #2c2c2c,
        inset 1px -1px 0px #2c2c2c,
        inset -1px -1px 0px #2c2c2c,
        inset 1px 2px 0px #a9a9a9;
}
#header .user_menu div.logged-in-box a.btn_wyloguj:hover {
    background-image: linear-gradient(to top, #5c5c5c, #3c3c3c);
}
#header .user_menu div.logged-in-box a.btn_wyloguj:before {
    content: url(../images/logout-btn.png);
    position: relative;
    top: 7px;
}

#header .user_menu div.login {
    float: left;
}

#header .user_menu div.register {
    float: left;
}

/* Logowanie */
.login-box .login label,
.login-box .haslo label {
    display: inline-block;
    width: 55px;
    line-height: 36px;
    color: #7e7e7e;
}

.login-box .login input,
.login-box .haslo input {
    width: 284px;
    height: 34px;
    padding: 0 9px;
    line-height: 34px;
    color: #2f2e2e;
    font-size: 16px;
    border: #d3d3d3 1px solid;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-box .login input:focus,
.login-box .haslo input:focus {
    border: #54a7db 1px solid;
    box-shadow:
        inset 2px 2px 2px rgba(0, 0, 0, 0.1),
        2px 2px 2px rgba(84, 147, 219, 0.2),
        -2px 2px 2px rgba(84, 147, 219, 0.2),
        2px -2px 2px rgba(84, 147, 219, 0.2),
        -2px -2px 2px rgba(84, 147, 219, 0.2);
}

.login-box .login { margin: 0 0 19px 0;}

.login-box .type {
    margin: 19px 0 0 0;
    padding: 0;
    /*width: 250px;*/
    text-align: left;
    overflow: hidden;
}

.login-box .type span {
    color: #7E7E7E;
    display: inline-block;
    float: left;
    line-height: 36px;
    width: 55px;
}

.login-box .type .radio_list {
    padding: 0;
    margin: 0;
    /*width: 284px;*/
    float: left;
}

.login-box .type_input_div {
    width: 23px;
    float: left;
    /*margin: 0 5px 0 0;*/
}

.login-box li.first-list-item .type_input_div { margin: 9px 5px 0 0; }
.login-box li.second-list-item .type_input_div { margin: 17px 5px 0 0; }

.login-box .type_label_div {
    /*width: 170px;*/
    float: left;
    /*padding-top: 5px;*/
    padding: 10px 0;
    color: #434343;
    font-size: 12px;
    line-height: 16px;
}

.login-box {
    position: relative;
    width: 363px;
    margin: 0 auto;
    padding: 0 31px 25px 29px;
    border: #e2e2e2 1px solid;
    border-top: #54a7db 3px solid;
    background-color: #f5f5f5;
}

.reset-box {
	width:463px;
}

#loginsection{
    /*width: 363px;*/
    margin: 0 auto;
}

#loginsection h2,
.login-box h4 {
    color: #6c6c6c;
    font-size: 23px;
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
    text-transform: none;
}

#loginsection h2 span,
.login-box h4 span {
    font-size: 27px;
    font-weight: 900;
}

.zaloguj_btn {
    margin: 0 0 0 58px;
}

.zaloguj_btn .button-blue {
    float: right;
    width: 107px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    background-color: #1a6fa5;
    background-image: linear-gradient(to top, #1a6fa5, #54a4dc);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow:
        inset 1px 1px 0px #3280ae,
        inset -1px 1px 0px #3280ae,
        inset 1px -1px 0px #3280ae,
        inset -1px -1px 0px #3280ae,
        inset 1px 2px 0px #a6cfed;
    border: none;
}
.zaloguj_btn .button-blue:hover {
    background-image: linear-gradient(to top, #54a4dc, #1a6fa5);
}

.zaloguj_btn .padlock-item {
    display: inline-block;
    float: right;
    width: 12px;
    height: 16px;
    margin: 10px 13px 0 0;
    background: url(../images/padlock-item.png) no-repeat;
}

#password_expired_container {
    text-align: center;
}

#password_expired_container .formerror {
    color: #c44040;
    text-align: center;
    padding-bottom: 10px;
}

#password_expired_container label{
    display: inline-block;
    width: 120px;
}


.meesages{
    padding: 10px;
}

.kontener {
    padding: 0px;
    height: auto;
    width: 985px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
}

.row-line {
    padding: 4px 12px 8px 12px;
    border-top: #e2e2e2 solid 1px;
    border-left: #e2e2e2 solid 1px;
    border-right: #e2e2e2 solid 1px;
    background-color: #f5f5f5;
    color: #565656;
}

.row-line p {
    font-size: 12px;
}

.pasek {
    height: 12px;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    position: relative;
    background-color: #d7d7d7 !important;
}

.pasek_txt {
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 500;
    top: -23px;
    width: 150px;
    right: 5px;
    font-size: 12px;
    color: #565656 !important;
}

.pasek .postep {
    margin: 0px;
    padding: 0px;
    height: 12px;
    position: relative;
    z-index: 200;
    background-color: #000000;
    background-image: linear-gradient(to right, #000000, #4c4c4c);
    box-shadow:
        inset 1px 1px 0px #1f1f1f,
        inset -1px 1px 0px #1f1f1f,
        inset 1px -1px 0px #1f1f1f,
        inset -1px -1px 0px #1f1f1f,
        inset 1px 2px 0px #a0a0a0;
}


.kontener  .content_bg  .lewa {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 260px;
}

.kontener  .content_bg  .prawa {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 725px;
}

.kontener .content_bg .prawa .tresc {
    margin: 0px;
    padding-top: 0px;
    /*padding-right: 20px;*/
    padding-bottom: 20px;
    /*padding-left: 20px;*/
}

/* Menu */
/*.menu_lewe { width: 222px; }*/

.menu_lewe .nadmenu .kategoria {
    display: block;
    text-decoration: none;
    outline: none;
}

.menu_lewe .nadmenu .kategoria_h {
    display: block;
    text-decoration: none;
    cursor: default;
}

.menu_lewe .nadmenu .kategoria {
    margin: 0px;
    height: 18px;
    width: 202px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.menu_lewe .nadmenu .kategoria_h {
    margin: 0px;
    height: 29px;
    line-height: 29px;
    width: 210px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    background-color: #565656;
    background-image: linear-gradient(to right, #565656, #3c3c3c);

    border-top: #54a7db 3px solid;
}

.menu_lewe .nadmenu .kategoria_h:after {
    float: right;
}

.menu_lewe .nadmenu .kategoria_h.moje_dane:after {
    content: url(../images/moje_dane_item.png);
    margin: 8px 12px 0 0;
}
.menu_lewe .nadmenu .kategoria_h.moj_pakiet:after { content: url(../images/moj_pakiet_item.png); }
.menu_lewe .nadmenu .kategoria_h.domeny:after { content: url(../images/domeny_item.png); }
.menu_lewe .nadmenu .kategoria_h.poczta:after { content: url(../images/poczta_item.png); }
.menu_lewe .nadmenu .kategoria_h.www:after { content: url(../images/www_item.png); }
.menu_lewe .nadmenu .kategoria_h.bazy_sql:after { content: url(../images/bazy_sql_item.png); }
.menu_lewe .nadmenu .kategoria_h.pozostale_uslugi:after { content: url(../images/pozostale_uslugi_item.png); }

.menu_lewe .nadmenu .link {
    margin: 0px;
    height: 18px;
    width: 202px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.menu_lewe .podmenu {
    margin: 0px 0px 20px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.menu_lewe .podmenu li {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.menu_lewe .podmenu li:hover {
    background: url(../images/podmenu-link-current.png) no-repeat 0 1px;
}
.menu_lewe .podmenu li:hover a {
    color: #fff;
    background: transparent;
    border-right: none;
}
.menu_lewe .podmenu li a {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;

    width: 208px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    color: #3f8bb9;
    background-color: #f5f5f5;
    border-top: #e2e2e2 solid 1px;
    border-left: #e2e2e2 solid 1px;
    border-right: #e2e2e2 solid 1px;
}

.menu_lewe .podmenu li a b {
    font-weight: 900;
}

.menu_lewe .podmenu li a sup {
    vertical-align: baseline;
    padding: 0px 0px 0px 6px;
    font-weight: 900;
}

.menu_lewe .podmenu li:hover a sup {
    color: #fff !important;
}

.menu_lewe .podmenu li:last-child a { border-bottom: #e2e2e2 solid 1px; }
.menu_lewe .podmenu li a:hover {
    /*margin: 0px;*/
    /*padding-top: 0px;*/
    /*padding-right: 0px;*/
    /*padding-bottom: 0px;*/
    /*padding-left: 0px;*/
    text-decoration: none;
}

.kontener .apla_logowanie {
    width: 618px;
    margin: 0 auto;
    position: relative;
}

.kontener  .apla_logowanie h4{
    width: 250px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px 0;
}

.kontener .log_in {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 33px;
    padding-left: 0px;
}
.kontener .apla_logowanie  label  {
    margin: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.kontener .apla_logowanie input[type=text], .kontener .apla_logowanie input[type=password] {
    margin: 0px;
    padding: 0px;
    width: 140px;
}
.kontener .apla_logowanie .login {
    width: 250px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 200px;
}

.kontener .apla_logowanie .haslo {
    width: 250px;
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 198px;
}

.kontener .apla_logowanie .type {
    width: 230px;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 198px;
}
.kontener .glowna_bg .loglink {
    display: inline-block;
    line-height: 36px;
    text-align: left;
    height: 15px;
    margin: 0 auto;
    /*width: 210px;*/
    font-size: 12px;
}

.glowna_bg > .loglinks {
    text-align: center;
}

.glowna_bg > .loglinks .loglink {
    font-weight: 700;
    padding: 0 10px;
}
.glowna_bg > .loglinks .loglink:after {
    content: "\003e";
    padding: 0 0 0 5px;
    font-weight: normal;
    color: #7e7e7e;
}

.kontener .apla_logowanie .zaloguj_btn {
    height: 34px;
    width: 90px;
    margin: 0 auto;
    padding-top: 10px;
}

.pudelko{
    padding: 0px;
}

.pudelko ul.error_list li{
    padding: 3px;
}

.pudelko select{
    padding: 5px;
}

.pudelko .radio_list{
    list-style: none;
}

.pudelko div.box{
    padding: 10px;
    margin: 5px;
}

.pudelko .addSpace{
    padding: 10px;
}

.pudelko .addSpace span{
    vertical-align: middle;
    display: inline-block;
    height: 38px;
    padding: 9px 0 0 5px;
}

.pudelko .right{
    float: right;
}

/* Submenu */

#submenu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

#submenu .submenu{
    display: inline;
    margin: 0 15px 0 15px;
}

#submenu .submenu input{
    padding: 5px 10px;
}

.pudelko .add_form{
    margin: 0 auto;
    width: 400px;
    text-align: center;
}

.pudelko table.newtable {
    width: 100%;
    border-collapse: collapse;
    margin: 15px auto;
    border-top: #54a7db 3px solid;
}

.pudelko table.newtable tr {
    border-bottom: #e2e2e2 1px solid;
    border-left: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
}

.pudelko table.newtable tr:nth-child(even) { background-color: #f5f5f5; }
.pudelko table.newtable tr:nth-child(odd) { background-color: #ededed; }

.pudelko table.newtable tr.table_header {
    background-color: #d9ebf6;
}

.pudelko table.newtable th{
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    padding-left: 9px;
    border-right: #e2e2e2 1px solid;
}

.pudelko table.newtable th.newtable-col-1 { width: 25px; }
.pudelko table.newtable th.newtable-col-2 { width: 76px; }
.pudelko table.newtable th.newtable-col-3 { width: 68px; }
.pudelko table.newtable th.newtable-col-4 { width: 206px; }
.pudelko table.newtable th.newtable-col-5 { width: 80px; }
.pudelko table.newtable th.newtable-col-6 { width: 97px; }
.pudelko table.newtable th.newtable-col-7 { width: 73px; }

.pudelko table.newtable th:first-child,
.pudelko table.newtable td:first-child {
    text-align: center;
    padding-left: 0;
}

.pudelko table.newtable td {
    margin: 0;
    min-height: 27px;
    padding: 10px 0 10px 9px;
    border-right: #e2e2e2 1px solid;
    vertical-align: top;
}
.pudelko table.newtable td:nth-child(5),
.pudelko table.newtable td:nth-child(6),
.pudelko table.newtable td:nth-child(7) {
    text-align: right;
    padding: 10px 9px 10px 0;
}

.pudelko table.newtable td span.price-diff-profit {
    font-weight: 900;
}

.table_header th, .table_header td {
    /*padding: 8px 0 !important;*/
    text-align: left;
}

.pudelko table.formtable{
    border-collapse: collapse;
    margin: 0 auto;
}

.pudelko table.formtable th{
    text-align: right;
    font-weight: normal;
}

.pudelko table.formtable td{
    text-align: left;
    padding: 6px;
}

.pudelko table.formtable .center{
    text-align: center !important;
}

#action_box{
    zoom: 1;
    position: fixed;
    z-index: 100;
    left: 100px;
    top: 100px;
}

#action_box .close_box{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

#action_box .belka_half_orange, #action_box .belka_half_green, #action_box .domeny_szukarka_half{
    margin: 0 !important;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 10;
}

/* REJESTARTOR */
.register-form-table{
    width: 100%;
    border-collapse: collapse;
}

.register-form-table td{
    padding: 3px;
}

.register-form-table td.step{
    vertical-align: top;
    width: 200px;
}

.register-form-table th{
    font-weight: normal;
    text-align: right;
    padding-right: 5px;
    width: 140px !important;
}

.basket-items{
    float: left;
    width: 70%
}

.basket-summary{
    float: left;
}

/* ADMINISTRACJA */

.opis {
    margin: 0px 0px 26px 0px;
    padding: 8px 12px;
    border: #c0d6e4 solid 1px;
    background-color: #d7ecfa;
    color: #565656;
    font-size: 12px;
}

.opis:before {
    content: url(../images/opis-item.png);
    padding: 0 7px 0 0;
}

#info .right {border-left: none !important;}

.left.width49p,
.right.width49p {
    width: 48% !important;
    border-top: #54a7db 3px solid;
    border-bottom: #e2e2e2 1px solid;
    margin-bottom: 17px;
}

.width49p h4 {
    margin: 0;
    padding: 0 0 0 13px;
    height: 35px;
    line-height: 35px;
    background-color: #2a7cb6;
    background-image: linear-gradient(to right, #2a7cb6, #0d5e90);
    border-right: #397aa2 1px solid;
}

.width49p h4 a.color-black:after { float: right; }
.width49p h4 a.szczegoly_konta:after { content: url(../images/szczegoly_konta_item_2.png); }
.width49p h4 a.statystyki:after { content: url(../images/statystyki_item_2.png); }
.width49p h4 a.domeny:after { content: url(../images/domeny_item_2.png); }
.width49p h4 a.poczta:after { content: url(../images/poczta_item_2.png); }
.width49p h4 a.serwery:after { content: url(../images/serwery_item_2.png); }
.width49p h4 a.bazy_sql:after { content: url(../images/bazy_sql_item_2.png); }
.width49p h4 a.pozostale_uslugi:after { content: url(../images/pozostale_uslugi_item_2.png); }

.width49p h4 .color-black {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
}

.width49p h4 a:after { float: right; }
.width49p h4 a.szczegoly_konta:after { content: url(../images/szczegoly_konta_item_2.png); }
.width49p h4 a.statystyki:after { content: url(../images/statystyki_item_2.png); }
.width49p h4 a.domeny:after { content: url(../images/domeny_item_2.png); }
.width49p h4 a.poczta:after { content: url(../images/poczta_item_2.png); }
.width49p h4 a.serwery:after { content: url(../images/serwery_item_2.png); }
.width49p h4 a.bazy_sql:after { content: url(../images/bazy_sql_item_2.png); }
.width49p h4 span.pozostale_uslugi:after { float: right; content: url(../images/pozostale_uslugi_item_2.png); }

.width49p h4 .color-black:hover { text-decoration: none; }

.li-padding-2 li {
    height: 26px;
    line-height: 26px;
    padding-left: 6px !important;
    background-color: #f5f5f5;
    border-top: #e2e2e2 1px solid;
    border-left: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
}
.li-padding-2 li:before {
    content: "\003E";
    padding-right: 6px;
    color: #7e7e7e;
    font-weight: 100;
}

.li-padding-2 li a {
    font-weight: bold;
}
/*.li-padding-2 li a:hover { text-decoration: none; }*/

/* REJESTRACJA */

.glowna_bg h2 {
    color: #565656;
    font-size: 28px;
    font-weight: 900;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.register-table {
    margin: 55px 0 0 0;
	
}

.register-table .table-col {
    float: left;
}

.register-table .table-col-item {
	
}

.register-table-content-wrapper {
	float: left;
    margin-left: -100%;
    position: relative;
    left: 100%;
    width: auto;
}

.register-table .table-col .table-row-submit {
	padding: 20px 10px;
}

.register-table .table-col .table-row-submit form ul li.reg-period {
	text-align: left;
}

.register-table .table-col .table-row-submit form ul li.submit {
	padding: 10px 0 0 0;
}

.register-table .table-col div {
    /*height: 15px;*/
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    border-bottom: #e2e2e2 1px solid;
    border-left: #e2e2e2 1px solid;
}

/*
.register-table .table-col div.hide {
    display: none;
    background-color: #D0E8F7 !important;
}

.register-table .table-col div.hide.bg-color {
    background-color: #F5F5F5 !important;
}

.register-table .table-col div.more.bg-color {
    background-color: #EDEDED !important;
}

.register-table .table-col div.package-form-btn {
    background-color: #EDEDED !important;
}

.register-table .table-col-1 div.hide.bg-color {
    background-color: #ffffff !important;
}

.register-table .table-col-3 div.more.bg-color {
    background-color: #D0E8F7 !important;
}

.register-table .table-col div.package-form-btn.bg-color {
    background-color: #f5f5f5 !important;
}

.register-table .table-col div.more {
    background-color: #F5F5F5 !important;
}

.register-table .table-col div.more.bg-color {
    background-color: #EDEDED;
}

.register-table .table-col-3 div.package-form-btn {
    background-color: #D0E8F7 !important;
}

.register-table .table-col div.package-form-btn.bg-color {
    background-color: #F5F5F5;
}

.register-table .table-col-1 div.hide {
    background-color: #ffffff !important;
}

.register-table .table-col-3 div.hide {
    background-color: #f5f5f5 !important;
}

.register-table .table-col div.hide span {
    display: block;
}
*/

.register-table .table-col div:last-child {
    padding: 20px 10px;
}

.register-table .table-col .price-container .price-box {
	padding: 0;
	border: none;
}

.register-table .table-col .submit-box {
	padding: 20px 10px;
	height: 31px;
	min-width: 146px;
}
.register-table .table-col div input.fancy-button {
    width: 135px;
    height: 31px;
    text-align: right;
    padding: 0 12px 0 0;
    font-size: 12px;
    border-radius: 0;
	line-height: 31px;
    background-color: #1a6fa5;
    background-image:
        url(../images/cart-btn.png),
        linear-gradient(to top, #1a6fa5, #54a4dc);
    background-repeat: no-repeat;
    background-position: 10px center, center center;
    box-shadow:
        inset 1px 1px 0px #3280ae,
        inset -1px 1px 0px #3280ae,
        inset 1px -1px 0px #3280ae,
        inset -1px -1px 0px #3280ae,
        inset 1px 2px 0px #a6cfed;
}
.register-table .table-col div input.fancy-button:hover,
.register-table .table-col div input.fancy-button:focus {
    background-image:
        url(../images/cart-btn.png),
        linear-gradient(to top, #54a4dc, #1a6fa5);
}

.register-table .table-col div span {
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
}

/*
.register-table .table-col div.more span {
    font-weight: normal;
    color: #3f8bb9;
    text-transform: lowercase;
    cursor: pointer;
}

.register-table .table-col div.more span:hover {
    text-decoration: underline;
}
*/

.register-table .table-col .table-row-2 {
    background-color: #d0e8f7 !important;
}

.register-table .table-col .table-row-2 span { font-size: 15px; }

.register-table .table-col div:nth-child(odd) {background-color: #ededed;}
.register-table .table-col div:nth-child(even) {background-color: #f5f5f5;}

.register-table .table-col .table-col-title {
    height: 47px;
    line-height: 47px;
    padding: 0 10px 0 10px;
    background-color: #08456c !important;
    border-top: #54a7db 3px solid;
}

.register-table .table-col .table-col-title h4 {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.table-col-1 {
    width: 271px;
}

.table-col-1 div {
    text-align: right !important;
    border-left: #ffffff 1px solid !important;
    border-bottom: #ffffff 1px solid !important;
}

.table-col-1 div:last-child {
    padding: 10px 0 !important;
}

.table-col-1 div span {
    display: inline-block;
    padding: 0 32px 0 0;
    font-weight: normal !important;
}

.register-table .table-col-1 .table-row-2 {
    background-color: #f0f8fd !important;
}

.register-table .table-col-1 div:nth-child(odd) {background-color: #f5f5f5}
.register-table .table-col-1 div:nth-child(even) {background-color: #ffffff}

.register-table .table-col-1 .table-col-title {
    background: none !important;
    border: none;
    padding-top: 3px;
    border-bottom: #e2e2e2 1px solid;
}

.table-col-2 {
    width: 170px;
}

.register-table .table-col-3 {
    position: relative;
    top: -48px;
    width: 196px;
    box-shadow:
        1px 2px 2px rgba(0, 0, 0, 0.13),
        -1px 2px 2px rgba(0, 0, 0, 0.13);
}

.register-table .table-col-3 .table-row-2 span {
    font-size: 17px;
}

.register-table .table-col-3:before {
    content: "Polecany";
    display: inline-block;
    width: 100%;
    /*height: 38px;*/
    /*line-height: 38px;*/
    padding: 13px 0 7px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    background-color: #65baef;
    background-image: url(../images/polecanz-item.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.register-table .table-col-3 div {
    border-left: #c5c5c5 1px solid;
    border-right: #c5c5c5 1px solid;
}

.register-table .table-col-3 div span {
    color: #303030
}

.register-table .table-col-3 div:last-child {
    padding: 20px 0 20px 0;
    border-bottom: #c5c5c5 1px solid;
}

.register-table .table-col-3 div input.fancy-button {
    width: 135px;
    height: 37px;
    text-align: right;
    font-size: 13px;
    padding: 0 13px 0 0;
    border-radius: 0;
    background-color: #1a6fa5;
    background-image:
        url(../images/cart-btn.png),
        linear-gradient(to top, #1a6fa5, #54a4dc);
    background-repeat: no-repeat;
    background-position: 12px center, center center;
    box-shadow:
        inset 1px 1px 0px #3280ae,
        inset -1px 1px 0px #3280ae,
        inset 1px -1px 0px #3280ae,
        inset -1px -1px 0px #3280ae,
        inset 1px 2px 0px #a6cfed;
}

.register-table .table-col-3 .table-col-title {
    background-color: #136fa9 !important;
    border-top: none;
    border-bottom: #bfe3fa 2px solid;
    border-left: none;
    border-right: none;
    height: 56px;
    line-height: 56px;
    padding: 0;
    box-shadow: none;
}

.register-table .table-col-3 .table-row-2 {background-color: #bfe3fa !important;}
.register-table .table-col-3 div:nth-child(odd) {background-color: #d0e8f7;}
.register-table .table-col-3 div:nth-child(even) {background-color: #f5f5f5;}

.register-table .table-col-4 {
    width: 168px;
}

.register-table .table-col-4 div {
    border-left: none;
}

.table-col-5 {
    width: 180px;
}

.table-col-5 div {
    border-right: #e2e2e2 1px solid;
}

#footer {
    overflow: hidden;
    border-top: #54a7db 3px solid;
    padding: 13px 0;
}

#footer p {
    float: left;
    margin: 0;
    padding: 0;
    color: #b0b0b0;
    font-size: 12px;
}

#footer a {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    color: #3f8bb9;
    font-size: 12px;
    text-transform: uppercase;
}
#footer a:before {
    content: url(../images/footer-item.jpg);
    position: relative;
    top: -2px;
    left: -9px;
}
#footer a:hover {
    text-decoration: none;
}

input[type="submit"],
input[type="button"],
input.fancy-button, 
button.fancy-button {
    overflow: visible;
    line-height: 26px;
    text-align: center;
    /*padding: 6px 11px;*/
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    background-color: #1a6fa5;
    background-image: linear-gradient(to top, #1a6fa5, #54a4dc);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow:
        inset 1px 1px 0px #3280ae,
        inset -1px 1px 0px #3280ae,
        inset 1px -1px 0px #3280ae,
        inset -1px -1px 0px #3280ae,
        inset 1px 2px 0px #a6cfed;
    border: none;
    cursor: pointer;
}

input[type="submit"].register-button,
input[type="button"].register-button {
	line-height: 34px;
	font-size: 12px;
	font-weight: 900;
}

input[type="submit"].inactive,
input[type="button"].inactive {
	color: #ccd;
}

a.appins-install, div.appins-install {
	overflow: visible;
    line-height: 26px;
    text-align: center;
    /*padding: 6px 11px;*/
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    background-color: #1a6fa5;
    background-image: linear-gradient(to top, #1a6fa5, #54a4dc);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow:
        inset 1px 1px 0px #3280ae,
        inset -1px 1px 0px #3280ae,
        inset 1px -1px 0px #3280ae,
        inset -1px -1px 0px #3280ae,
        inset 1px 2px 0px #a6cfed;
    border: none;
    cursor: pointer;
}
