html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

a {
    color: inherit;
    text-decoration: none;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.fwidth {
    width: 100% !important;
}

#white_bg {
    background: url("../img/white_bg.png") no-repeat;
}

.blue_gradient {
    height: 16px;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 10px;
    font-weight: bold;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.blue_button {
    height: 16px;
    cursor: pointer;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    display: inline-block;
    color: white;
    font-size: 10px;
    font-weight: bold;
    background: #21c2f8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.empty_button {
    height: 16px;
    cursor: pointer;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    display: inline-block;
    border: 1px solid #22c2f8;
    font-size: 10px;
    color: #22c2f8;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* Header */
header {
}

header > #header_top {
    height: 124px;
    width: 100%;
    background: #1c2026;
}

header > #header_top #logo {
    float: left;
    margin-top: 25px;
    margin-right: 50px;
}

header > #header_top .header_box {
    float: left;
    width: 286px;
    color: white;
    margin-top: 30px;
    margin-left: 170px;
}

header > #header_top .header_box > img {
    float: left;
    margin-right: 15px;
}

header > #header_top .header_box > .box_data {
    float: left;
    width: 165px;
}

header > #header_top .header_box > .box_data > a {
    color: #21c2f8;
    font-weight: bold;
    display: block;
    padding-top: 3px;
}

header > #header_top #search_box {
    width: 332px;
    float: right;
    text-align: center;
    color: white;
    margin-top: 5px;
    position: relative;
}

header > #header_top #search_box > h2 {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

header > #header_top #search_box > h2 > span {
    font-weight: normal;
}

header > #header_top #search_box input {
    height: 34px;
    width: 308px;
    padding-left: 24px;
    background: white;
    border: 2px solid #65686c;
    border-radius: 25px;
}

header > #header_top #search_box #search_submit {
    height: 36px;
    width: 65px;
    position: absolute;
    right: -3px;
    bottom: 2px;
    cursor: pointer;
    background: url("../img/search_submit.png") no-repeat;
}

header > #header_bot {
    height: 45px;
    width: 100%;
    background: #252932;
}

header > #header_bot #ucp_url {
    float: right;
    font-size: 13px;
    color: white;
    margin-top: 15px;
}

header > #header_bot #ucp_url > a {
    color: #21c2f8;
    font-weight: bold;
}

header > #header_bot #ucp_url > span {
    padding-left: 5px;
    padding-right: 5px;
}

/* Content */
section {
    height: 731px;
    width: 100%;
    background: url("../img/main_bg.png") no-repeat;
    background-size: cover;
}

section > #main_wrap {
    width: 587px;
    margin: 0 auto;
    text-align: center;
    padding-top: 180px;
}

section > #main_wrap > h2 {
    font-family: 'bebas_neueregular';
    font-size: 37px;
    letter-spacing: 2px;
    margin-top: 0px;
}

section > #main_wrap > h2:after {
    height: 1px;
    width: 123px;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-top: 5px;
    margin-left: -62px;
    background: url("../img/h2_after.png") no-repeat;
}

section > #main_wrap > p {
    color: #1c2026;
    font-size: 12px;
    font-weight: 300;
}

section > #main_wrap input[type='text'] {
    height: 51px;
    width: 555px;
    padding-left: 32px;
    margin-top: 10px;
    border: 2px solid #8f969d;
    border-radius: 25px;
    background: rgba(254, 254, 254, 0.6);
}

section > #main_wrap input[type='password'] {
    height: 51px;
    width: 555px;
    padding-left: 32px;
    margin-top: 10px;
    border: 2px solid #8f969d;
    border-radius: 25px;
    background: rgba(254, 254, 254, 0.6);
}

section > #main_wrap > #loginForm > #ucp_tools {
    padding-top: 15px;
}

section > #main_wrap > #loginForm > #ucp_tools > #remember {
    float: left;
    color: #1c2026;
    font-size: 15px;
    padding-left: 10px;
}

section > #main_wrap > #loginForm > #ucp_tools > #reminder {
    float: right;
    color: #d60000;
    font-size: 15px;
    padding-right: 10px;
}

section > #main_wrap input[type='checkbox'] {
    background: white;
    border: 1px solid white;
}

section > #main_wrap > #loginForm > #ucp_buttons {
    clear: both;
    padding-top: 17px;
}

section > #main_wrap > #loginForm > #ucp_buttons .button {
    height: 29px;
    width: 48%;
    text-transform: uppercase;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #30c1f3;
    padding-top: 6px;
    border-radius: 25px;
    background: rgba(222, 222, 222, 0.6);
}

section > #main_wrap > #loginForm > #ucp_buttons .submit {
    height: 29px;
    width: 48%;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    float: right;
    text-align: center;
    font-size: 18px;
    color: #252932;
    color: white;
    padding-top: 6px;
    border-radius: 25px;
    background: rgba(222, 222, 222, 0.6);
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2eb8e8 50%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(50%, #2eb8e8), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2eb8e8 50%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2eb8e8 50%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2eb8e8 50%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2eb8e8 50%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section > #main_wrap > #loginForm > #ucp_buttons .submit > b {
    padding-right: 6px;
}

/* Register */
#register_bg {
    min-height: 731px;
    height: auto;
    padding-bottom: 50px;
    background: url("../img/white_bg.png") no-repeat;
}

section > #register_wrap {
    width: 708px;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}

section > #register_wrap > h2 {
    font-family: 'bebas_neueregular';
    font-size: 37px;
    letter-spacing: 2px;
    margin-top: 0px;
}

section > #register_wrap > h2:after {
    height: 1px;
    width: 123px;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-top: 5px;
    margin-left: -62px;
    background: url("../img/h2_after.png") no-repeat;
}

section > #register_wrap > #register_sections {
    padding-top: 25px;
}

section > #register_wrap > #register_sections > .section {
    height: 113px;
    width: 113px;
    font-family: 'bebas_neueregular';
    padding-top: 30px;
    opacity: 0.4;
    color: #1c2026;
    font-size: 19px;
    text-transform: uppercase;
    margin-left: 184px;
    float: left;
    background: url("../img/reg_sec.png") no-repeat;
    text-align: center;
}

section > #register_wrap > #register_sections > .section:first-child {
    margin-left: 0px;
}

section > #register_wrap > #register_sections > .section.active {
    opacity: 1;
}

section > #register_wrap > #register_form_box {
    padding-top: 25px;
}

section > #register_wrap > #register_form_box > div {
    width: 50%;
    float: left;
}

section > #register_wrap > #register_form_box input {
    height: 35px;
    width: 90%;
    padding-left: 7%;
    margin-top: 15px;
    border: 2px solid #8f969d;
    border-radius: 25px;
    background: rgba(254, 254, 254, 0.6);
}

section > #register_wrap > #register_form_box .error {
    font-size: 10px;
    color: #eb0000;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}

section > #register_wrap > #register_rules {
    clear: both;
    text-align: left;
    padding-top: 20px;
}

section > #register_wrap > #register_rules > p {
    color: #1c2026;
    font-size: 13px;
    font-weight: 300;
}

section > #register_wrap > #register_rules > p > a {
    font-weight: bold;
}

section > #register_wrap > #register_buttons {
    clear: both;
    padding-top: 17px;
}

section > #register_wrap > #register_buttons .button {
    height: 29px;
    width: 48%;
    text-transform: uppercase;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #252932;
    padding-top: 6px;
    border-radius: 25px;
    background: rgba(222, 222, 222, 0.6);
}

section > #register_wrap > #register_buttons .submit {
    height: 29px;
    width: 48%;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    float: right;
    text-align: center;
    font-size: 18px;
    color: #252932;
    color: white;
    padding-top: 6px;
    border-radius: 25px;
    background: #21c2f8;
}

section > #register_wrap > #register_buttons .submit > b {
    padding-right: 6px;
}

/* Panel */
#panel_bg {
    min-height: 731px;
    height: auto;
    padding-bottom: 50px;
    background: url("../img/white_bg.png") no-repeat;
    background-size: cover;
}

section > .wrapper > .left {
    width: 299px;
    float: left;
    text-align: center;
    padding-top: 30px;
}

section > .wrapper > .left > h1 {
    font-family: 'bebas_neueregular';
    font-size: 37px;
    letter-spacing: 2px;
}

section > .wrapper > .left > #menu_bg {
    padding-top: 10px;
}

section > .wrapper > .left > #menu_bg > a > .menu_el {
    height: 24px;
    width: 100%;
    transition: all .1s ease-in-out;
    margin-bottom: 11px;
    padding-top: 5px;
    background: white;
    border: 2px solid #d1d1d1;
    text-align: center;
    font-size: 14px;
    color: #191f26;
    border-radius: 25px;
}

section > .wrapper > .left > #menu_bg > a > .menu_el.active {
    background: #21c2f8;
    color: white;
    font-weight: bold;
}

section > .wrapper > .left > #menu_bg > a > .menu_el:hover {
    background: #21c2f8;
    color: white;
    font-weight: bold;
}

section > .wrapper > .right {
    width: 850px;
    float: left;
    padding-top: 132px;
    padding-left: 45px;
}

section > .wrapper > .right h2 {
    font-size: 18px;
    color: #1c2026;
    font-weight: 700;
    padding-bottom: 10px;
}

section > .wrapper > .right h3 {
    color: #22c2f8;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
}

section > .wrapper > .right h3:after {
    content: ">";
    position: absolute;
    margin-left: 8px;
    margin-top: 0px;
    color: #22c2f8;
    font-size: 18px;
    font-weight: bold;
}

section > .wrapper > .right p {
    color: #1c2026;
    font-size: 13px;
    font-weight: 300;
}

/* Table */
section > .wrapper > .right > #table_cats {
    padding-top: 10px;
}

section > .wrapper > .right > #table_cats > .row {
    clear: both;
    padding-top: 8px;
}

section > .wrapper > .right > #table_cats > .row > div {
    height: 16px;
    min-width: 51px;
    background: white;
    float: left;
    margin-right: 4px;
    padding-top: 2px;
    font-weight: bold;
    border: 1px solid #adadad;
    border-radius: 25px;
    text-align: center;
    font-size: 11px;
}

section > .wrapper > .right > #table_cats > .row > .title {
    color: #1c2026;
}

section > .wrapper > .right > #table_cats > .row > .el {
    color: #22c2f8;
    border-color: #22c2f8;
    padding-left: 10px;
    padding-right: 10px;
}

section > .wrapper > .right > #table_cats > .row > .el:hover {
    cursor: pointer;
    background: #21c2f8;
    color: white;
}

section > .wrapper > .right > #table_search {
    clear: both;
    padding-top: 15px;
    padding-left: 10px;
}

section > .wrapper > .right > #table_search > select {
    height: 17px;
    border: 1px solid #adadad;
    font-size: 10px;
    border-radius: 25px;
}

section > .wrapper > .right > #table_search > #search_button {
    height: 18px;
    width: 136px;
    cursor: pointer;
    padding-top: 2px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section > .wrapper > .right > #table_search > #search_button > img {
    position: relative;
    top: 2px;
    left: 5px;
}

section > .wrapper > .right > table.styled {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 2px;
    margin-top: 20px;
}

section > .wrapper > .right > table.styled tr {
}

section > .wrapper > .right > table.styled tr td {
    height: 21px;
    text-align: center;
    font-size: 12px;
    color: white;
    background: #22c2f8;
    margin-bottom: 2px;
}

section > .wrapper > .right > table.styled tr td:first-child {
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

section > .wrapper > .right > table.styled tr td:last-child {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

section > .wrapper > .right > table.styled tr:nth-child(odd) td {
    background: #85e0ff;
}

section > .wrapper > .right > table.styled tr:nth-child(even) td {
    background: #22c2f8;
}

section > .wrapper > .right > table.styled tr:first-child {
    border: none;
}

section > .wrapper > .right > table.styled tr:first-child td {
    color: #191f26;
    background: none;
    margin: 0px;
}

/* Pobrania */
section.pobrania > .wrapper > .right > h1 {
    margin: 0px;
    padding: 0px;
    color: #21c2f8;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

section.pobrania > .wrapper > .right > h2 {
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #1c2026;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

section.pobrania > .wrapper > .right > p {
    padding-bottom: 10px;
    margin-top: 7px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort {
    height: 29px;
    width: 100%;
    background: black;
    border-radius: 25px;
    margin-top: 6px;
    margin-bottom: 6px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div {
    float: left;
    color: white;
    margin-top: 6px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div > select {
    height: 18px;
    width: 205px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    background: white;
    border-radius: 25px;
    font-size: 11px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div:nth-child(1) {
    margin-left: 20px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div:nth-child(2) {
    margin-left: 30px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div:nth-child(2) > input {
    height: 18px;
    width: 126px;
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    border: none;
    background: white;
    border-radius: 25px;
    font-size: 11px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div:nth-child(3) {
    margin-left: 10px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div:nth-child(3) > input {
    height: 18px;
    width: 126px;
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    border: none;
    background: white;
    border-radius: 25px;
    font-size: 11px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > #pobr_sort_button {
    height: 16px;
    width: 160px;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 10px;
    padding-top: 3px;
    border-radius: 25px;
    margin-left: 20px;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div.date:after {
    height: 13px;
    width: 13px;
    content: " ";
    display: block;
    margin-top: -17px;
    margin-left: 168px;
    position: absolute;
    background: url("../img/ico/cal_ico.png") no-repeat;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_sort > div:nth-child(3).date:after {
    margin-left: 134px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form {
    min-height: 166px;
    padding-bottom: 13px;
    width: 100%;
    color: white;
    background: #21c2f8;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_1 {
    width: 280px;
    float: left;
    margin-left: 14px;
    margin-top: 14px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_1 > table {
    width: 100%;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_1 > table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_1 > table tr td:last-child {
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_1 > table tr td input {
    height: 18px;
    width: 126px;
    padding-left: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 25px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_1 > table tr td select {
    height: 18px;
    width: 89px;
    color: #b1b1b1;
    padding-left: 13px;
    font-size: 10px;
    text-align: center;
    background: white;
    border: none;
    border-radius: 25px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 {
    width: 328px;
    float: left;
    margin-left: 34px;
    margin-top: 14px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 > table {
    width: 100%;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 > table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 > table tr td:last-child {
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 > table tr td input {
    height: 18px;
    width: 126px;
    padding-left: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 25px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 > table tr .date:after {
    height: 13px;
    width: 13px;
    content: " ";
    margin-top: -18px;
    margin-left: 115px;
    display: block;
    position: absolute;
    background: url("../img/ico/cal_ico.png") no-repeat;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_2 > table tr td select {
    height: 18px;
    width: 89px;
    color: #b1b1b1;
    padding-left: 13px;
    font-size: 10px;
    text-align: center;
    background: white;
    border: none;
    border-radius: 25px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 {
    width: 172px;
    float: left;
    margin-left: 1px;
    margin-top: 14px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > table {
    width: 100%;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
    padding-right: 20px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > table tr td:last-child {
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > table tr td input {
    height: 18px;
    width: 136px;
    padding-left: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 25px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > table tr .date:after {
    height: 13px;
    width: 13px;
    content: " ";
    margin-top: -18px;
    margin-left: 125px;
    display: block;
    position: absolute;
    background: url("../img/ico/cal_ico.png") no-repeat;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > #pobr_submit {
    height: 20px;
    width: 136px;
    cursor: pointer;
    background: #191f26;
    color: white;
    text-align: center;
    text-transform: uppercase;
    float: right;
    margin-top: 30px;
    border-radius: 25px;
}

section.pobrania > .wrapper > .right > #codForm > #pobr_form > .col_3 > #pobr_submit > img {
    position: relative;
    top: 1px;
    left: 3px;
}

section.pobrania > .wrapper > .right > #pobr_table {
    width: 283px;
    padding-top: 10px;
    margin-left: 20px;
    position: relative;
}

section.pobrania > .wrapper > .right > #pobr_table > div {
    font-size: 12px;
    padding-bottom: 20px;
}

section.pobrania > .wrapper > .right > #pobr_table > div > div {
    width: 30%;
    text-align: right;
    float: left;
}

section.pobrania > .wrapper > .right > #pobr_table > div > div:first-child {
    width: 70%;
    text-align: left;
}

section.pobrania > .wrapper > .right > #pobr_table > div > .modal {
    position: absolute;
    left: -92px;
}

section.pobrania > .wrapper > .right > #pobr_table > .sum {
    border-top: 1px solid #21c2f8;
    color: #21c2f8;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
}

/* Zlecenia */
section.order > .wrapper > .right > #quickForm {
    color: #1c2026;
    font-size: 12px;
}

section.order > .wrapper > .right > #quickForm > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > #quickForm > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right.custom_inputs > #quickForm > table > tbody > tr > td > #shipmentDimensions2 input[type='text'] {
    height: 16px;
    width: 55px;
    padding-left: 10px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

section.order > .wrapper > .right > #quickForm > #order_adress {
    width: 100%;
}

section.order > .wrapper > .right > #quickForm > #order_adress > div {
    width: 50%;
    float: left;
}

section.order > .wrapper > .right > #quickForm > #order_adress > div > h2 {
    font-size: 14px;
    color: black;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 55px;
}

section.order > .wrapper > .right > #quickForm > #order_adress > div > table {
    width: 100%;
}

section.order > .wrapper > .right > #quickForm > #order_adress > div > table tr > td:first-child {
    text-align: right;
}

section.order > .wrapper > .right > #quickForm > #order_adress > div > table tr > td:last-child {
    width: 225px;
}

section.order > .wrapper > .right > #quickForm > #order_adress > div > table > tbody > tr > td > #order_adress_send {
    height: 16px;
    width: 136px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.order > .wrapper > .right > #quickForm > #order_adress > div > table > tbody > tr > td > #sender_order_adress_send {
    height: 16px;
    width: 136px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.order > .wrapper > .right > #quickForm > .red_subtitle {
    color: #d80000;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 5px;
}

section.order > .wrapper > .right > #quickForm > div > a {
    color: #22c2f8;
    font-size: 14px;
    position: relative;
    top: 6px;
    left: 3px;
    margin-right: 10px;
}

section.order > .wrapper > .right > #quickForm > div > a > span {
    font-weight: bold;
    font-size: 16px;
}

section.order > .wrapper > .right > #quickForm > div > .notice_table {
    border-collapse: collapse;
    border: 1px solid #fdfdfd;
    position: absolute;
    margin-top: -250px;
    margin-left: 300px;
}

section.order > .wrapper > .right > #quickForm > div > .notice_table tr:first-child td {
    font-size: 10px;
    font-weight: 300;
    color: #22c2f8;
    padding-left: 50px;
    padding-right: 50px;
}

section.order > .wrapper > .right > #quickForm > div > .notice_table tr > td {
    border: 1px solid #22c2f8;
    text-align: center;
    height: 15px;
    vertical-align: middle;
    width: 50px;
}

section.order > .wrapper > .right > #quickForm > div > .notice_table tr > td > img {
    margin-top: 4px;
}

section.order > .wrapper > .right > #quickForm > div > .notice_table tr > td:first-child {
    text-align: left;
    font-size: 10px;
    color: #1c2026;
    padding-right: 6px;
    padding-left: 6px;
}

section#panel_bg.order div.wrapper div.right.custom_inputs form#quickForm div#insuranceControls input#shipmentValue.przyciski {
    border: 1px solid #adadad;
    border-radius: 25px;
    height: 16px;
    padding-left: 10px;
    width: 75px;
}

section#panel_bg.order div.wrapper div.right.custom_inputs form#quickForm div#codControls table tbody tr td input#codAmount.przyciski {
    border: 1px solid #adadad;
    border-radius: 25px;
    height: 16px;
    padding-left: 10px;
    width: 75px;
}

html body section#panel_bg.order div.wrapper div.right.custom_inputs form#quickForm div#codControls table tbody tr td select#codReturnAccountNumber.przyciski {
    border: 1px solid #adadad;
    border-radius: 25px;
    height: 18px;
    width: 125px;
}

section.order > .wrapper > .right.custom_inputs > #quickForm {
}

section.order > .wrapper > .right.custom_inputs > #quickForm input[type='text'] {
    height: 16px;
    width: 225px;
    padding-left: 10px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

section.order > .wrapper > .right.custom_inputs > #quickForm select {
    height: 18px;
    width: 65px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

html body section#panel_bg.order div.wrapper div.right.custom_inputs form#quickForm select#pickupDate.przyciski {
    height: 18px;
    width: 95px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

section.order > .wrapper > .right > #quickForm > div > h2
html body section#panel_bg.order div.wrapper div.right.custom_inputs form#quickForm table.price_table {
    width: 100%;
    border-collapse: collapse;
    background: #21c2f8;
    color: white;
    border-radius: 10px;
}

section.order > .wrapper > .right > #quickForm > .price_table {
    width: 100%;
    border-collapse: collapse;
    background: #21c2f8;
    color: white;
    border-radius: 10px;
}

section.order > .wrapper > .right > #quickForm > .price_table tbody > tr:first-child td {
    border: none;
    padding-top: 5px;
}

section.order > .wrapper > .right > #quickForm > .price_table tbody > tr:last-child td {
    padding-bottom: 5px;
}

section.order > .wrapper > .right > #quickForm > .price_table tbody > tr > td {
    height: 20px;
    width: 20%;
    text-align: center;
    border-top: 1px solid #59d1fa;
}

section.order > .wrapper > .right > #quickForm > .price_table tbody > tr > td:first-child {
    text-align: right;
}

section.order > .wrapper > .right > #quickForm > #price_sum {
    height: 19px;
    width: 100%;
    margin-top: 4px;
    padding-top: 2px;
    border-radius: 25px;
    background: #191f26;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

section.order > .wrapper > .right > #quickForm > #price_sum > span {
    padding-left: 150px;
}

section.order > .wrapper > .right > #quickForm > #price_buttons {
    width: 235px;
    float: right;
    margin-top: 20px;
}

section.order > .wrapper > .right > #quickForm > #price_buttons > .accept {
    height: 16px;
    width: 136px;
    float: right;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.order > .wrapper > .right > #quickForm > #price_buttons > .cancel {
    height: 16px;
    width: 90px;
    float: left;
    cursor: pointer;
    background: #d7d7d7;
    padding-top: 2px;
    border-radius: 25px;
    color: #191f26;
    font-size: 10px;
    text-align: center;
}

/* Lista zlecen */
/* section.orderList>.wrapper>.right { color: #1c2026; font-size: 12px; } */
section.orderList > .wrapper > .right > h1 {
    margin: 0px;
    padding: 0px;
    color: #21c2f8;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

section.orderList > .wrapper > .right > p {
    padding-bottom: 10px;
    margin-top: 7px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form {
    min-height: 166px;
    padding-bottom: 13px;
    width: 100%;
    color: white;
    background: #21c2f8;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_1 {
    width: 280px;
    float: left;
    margin-left: 14px;
    margin-top: 14px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_1 > table {
    width: 100%;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_1 > table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_1 > table tr td:last-child {
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_1 > table tr td input {
    height: 18px;
    width: 126px;
    padding-left: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_1 > table tr td select {
    height: 18px;
    width: 89px;
    color: #b1b1b1;
    padding-left: 13px;
    font-size: 10px;
    text-align: center;
    background: white;
    border: none;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 {
    width: 300px;
    float: left;
    margin-left: 22px;
    margin-top: 14px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > table {
    width: 100%;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > table tr td:last-child {
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > table tr td input {
    height: 18px;
    width: 126px;
    padding-left: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > table tr .date:after {
    height: 13px;
    width: 13px;
    content: " ";
    margin-top: -18px;
    margin-left: 115px;
    display: block;
    position: absolute;
    background: url("../img/ico/cal_ico.png") no-repeat;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > table tr td select {
    height: 18px;
    width: 89px;
    color: #b1b1b1;
    padding-left: 13px;
    font-size: 10px;
    text-align: center;
    background: white;
    border: none;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 {
    width: 172px;
    float: left;
    margin-left: 1px;
    margin-top: 14px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > table {
    width: 100%;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > table tr td:first-child {
    font-size: 12px;
    font-weight: bold;
    padding-right: 20px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > table tr td:last-child {
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > table tr td input {
    height: 18px;
    width: 136px;
    padding-left: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > table tr .date:after {
    height: 13px;
    width: 13px;
    content: " ";
    margin-top: -18px;
    margin-left: 125px;
    display: block;
    position: absolute;
    background: url("../img/ico/cal_ico.png") no-repeat;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > table tr td select {
    height: 18px;
    width: 119px;
    color: #b1b1b1;
    padding-left: 13px;
    font-size: 10px;
    text-align: center;
    background: white;
    border: none;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_3 > #zlecList_submit {
    height: 20px;
    width: 136px;
    cursor: pointer;
    background: #191f26;
    color: white;
    text-align: center;
    text-transform: uppercase;
    float: right;
    margin-top: 30px;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form > .col_2 > #clearButton {
    height: 20px;
    width: 136px;
    cursor: pointer;
    background: #191f26;
    color: white;
    text-align: center;
    text-transform: uppercase;
    float: left;
    margin-top: 34px;
    border-radius: 25px;
}

section.orderList > .wrapper > .right > #orderListForm > #zlec_form.col_3 > #zlecList_submit > img {
    position: relative;
    top: 1px;
    left: 3px;
}

#orders_list {
    margin-top: 5px;
}

#orders_list > img {
    position: relative;
    top: 5px;
    margin-right: 4px;
}

.select_all {
    float: right;
    font-weight: 300;
    font-size: 13px;
    color: #1c2026;
    padding-top: 4px;
}

.select_all > input {
    position: relative;
    top: 2px;
}

#offers_table {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
}

#offers_table tr th {
    color: #191f26;
    font-size: 12px;
}

#offers_table tr th:first-child {
    padding-left: 10px;
}

#offers_table tr td {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #22c2f8;
    color: black;
    font-size: 10px;
    border-bottom: 1px solid white;
}

#offers_table tr td:first-child {
    padding-left: 30px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#offers_table tr td:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#offers_table tr:nth-child(odd) td {
    text-align: center;
    background: #85e0ff;
}

#pagination {
    clear: both;
    padding-top: 30px;
    text-align: center;
    color: #191f26;
    font-size: 12px;
}

#pagination input {
    height: 19px;
    width: 30px;
    border: 1px solid #22c2f8;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.visibleTr {
    display: table-row;
}

.hiddenTr {
    display: none;
}

.validation_error {
    color: red;
}

/* Cenniki */
section > .wrapper > .right > #pricelistForm > #table_search {
    clear: both;
    padding-top: 15px;
    padding-left: 10px;
}

section > .wrapper > .right > #pricelistForm > #table_search > select {
    height: 17px;
    border: 1px solid #adadad;
    font-size: 10px;
    border-radius: 25px;
}

section > .wrapper > .right > #pricelistForm > #table_search > #search_button {
    height: 18px;
    width: 136px;
    cursor: pointer;
    padding-top: 2px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section > .wrapper > .right > #pricelistForm > #table_search > #search_button > img {
    position: relative;
    top: 2px;
    left: 5px;
}

/* Users */
section.users > .wrapper > .right > h1 {
    margin: 0px;
    padding: 0px;
    color: #21c2f8;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

section.users > .wrapper > .right > h2 {
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #1c2026;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

section.users > .wrapper > .right > p {
    padding-bottom: 10px;
    margin-top: 7px;
}

#new_user {
    position: relative;
    top: -20px;
    width: 230px;
    float: right;
    color: #1c2026;
    font-size: 12px;
    font-weight: 300;
}

#user_details {
    width: 40%;
    margin-top: 15px;
}

#user_details td {
    padding-bottom: 5px;
}

#user_rules {
    width: 60%;
    margin-top: 15px;
}

section.users > .wrapper > .right > .notice_table {
    border-collapse: collapse;
    border: 1px solid #fdfdfd;
}

section.users > .wrapper > .right > .notice_table tr:first-child td {
    font-size: 12px;
    font-weight: 300;
    color: #22c2f8;
    padding-left: 50px;
    padding-right: 50px;
}

section.users > .wrapper > .right > .notice_table tr > td {
    border: 1px solid #22c2f8;
    text-align: center;
    height: 24px;
    vertical-align: middle;
}

section.users > .wrapper > .right > .notice_table tr > td > img {
    margin-top: 4px;
}

section.users > .wrapper > .right > .notice_table tr > td:first-child {
    text-align: left;
    font-size: 10px;
    color: #1c2026;
    padding-right: 6px;
    padding-left: 6px;
}

section.users > .wrapper > .right > #userDetailsForm > .notice_table {
    border-collapse: collapse;
    border: 1px solid #fdfdfd;
}

section.users > .wrapper > .right > #userDetailsForm > .notice_table tr:first-child td {
    font-size: 12px;
    font-weight: 300;
    color: #22c2f8;
    padding-left: 50px;
    padding-right: 50px;
}

section.users > .wrapper > .right > #userDetailsForm > .notice_table tr > td {
    border: 1px solid #22c2f8;
    text-align: center;
    height: 24px;
    vertical-align: middle;
}

section.users > .wrapper > .right > #userDetailsForm > .notice_table tr > td > img {
    margin-top: 4px;
}

section.users > .wrapper > .right > #userDetailsForm > .notice_table tr > td:first-child {
    text-align: left;
    font-size: 10px;
    color: #1c2026;
    padding-right: 6px;
    padding-left: 6px;
}

/* Footer */
footer {
    height: 303px;
    width: 100%;
    background: #191f26;
}

footer #footer_top {
    height: 233px;
    width: 100%;
    border-bottom: 1px solid #000000;
}

footer #footer_top > div {
    float: left;
    width: 45%;
    color: white;
    margin-left: 40px;
}

footer #footer_top > div > table {
}

footer #footer_top > div > table td {
    padding: 8px;
    padding-left: 0px;
    padding-right: 10px;
}

footer #footer_top > div:nth-child(1) {
    margin-left: 0px;
}

footer #footer_top > div:nth-child(2) {
    width: 18%;
}

footer #footer_top > div:nth-child(3) {
    width: 14%;
    text-align: center;
}

footer #footer_top > div:nth-child(3) img {
    margin-left: 3px;
}

footer #footer_top > div > h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 25px;
}

footer #footer_top > div > p {
    line-height: 20px;
}

footer #footer_bot {
    height: 68px;
    width: 100%;
    font-size: 15px;
    color: #727679;
    border-top: 1px solid #282d34;
}

footer #footer_bot #copyright {
    float: left;
    margin-top: 15px;
}

footer #footer_bot ul {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
    text-align: left;
}

footer #footer_bot ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

/* My data */

section.order > .wrapper > .right {
    color: #1c2026;
    font-size: 12px;
}

section.order > .wrapper > .right > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

.data_table {
    margin-top: 20px;
}

.data_table th {
    font-size: 12px;
    padding-right: 20px;
}

.data_page h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 25px;
}

.data_page p {
    font-size: 13px !important;
}

.blue_top_table {
    width: 100%;
    border-collapse: collapse;
}

.blue_top_table th {
    text-align: left;
    color: white;
    background: #22c2f8;
    padding-top: 2px;
    padding-bottom: 2px;
}

.blue_top_table th:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blue_top_table th:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blue_top_table td {
    text-align: left;
}

/* Settlement */
.blue_area {
    background: #21c2f8;
    color: white;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blue_area table tr td:last-child {
    color: black;
    padding-left: 15px;
}

/* Factures */
#facture_table {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
}

#facture_table tr th {
    color: #191f26;
    font-size: 12px;
    text-align: left;
}

#facture_table tr th:first-child {
    padding-left: 30px;
}

#facture_table tr td {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #22c2f8;
    color: white;
    font-size: 12px;
    border-bottom: 1px solid white;
}

#facture_table tr td:first-child {
    padding-left: 30px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#facture_table tr td:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#facture_table tr:nth-child(odd) td {
    text-align: left;
    background: #85e0ff;
}

/* Address book*/
section.order > .wrapper > .right.custom_inputs {
}

section.order > .wrapper > .right.custom_inputs input[type='text'] {
    height: 16px;
    width: 225px;
    padding-left: 10px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

section.order > .wrapper > .right.custom_inputs select {
    height: 18px;
    width: 205px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

.black_button {
    height: 18px;
    width: 136px;
    background: black;
    color: white;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.black_button > img {
    position: relative;
    top: 2px;
    left: 4px;
}

.gray_button {
    height: 18px;
    width: 81px;
    background: #d7d7d7;
    color: black;
    text-align: center;
    font-size: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* Messages */
.button_box {
    margin-top: 20px;
}

.button_box > .accept {
    height: 16px;
    width: 136px;
    font-weight: bold;
    margin-right: 8px;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

.button_box > .cancel {
    height: 16px;
    min-width: 100px;
    padding-left: 5px;
    margin-right: 8px;
    padding-right: 5px;
    float: left;
    cursor: pointer;
    background: #d7d7d7;
    padding-top: 2px;
    border-radius: 25px;
    color: #191f26;
    font-size: 10px;
    text-align: center;
}

/* Allegro */
.small_inputs table {
    width: 100%;
}

.small_inputs input[type='text'] {
    width: 90% !important;
}

.small_inputs select {
    width: 96% !important;
}

#allegro_table {
    width: 100%;
    border-top: 1px solid #21c2f8;
    margin-top: 26px;
}

#allegro_table th {
    padding-top: 5px;
}

section.order > .wrapper > .right.custom_inputs input[type='password'] {
    height: 16px;
    width: 225px;
    padding-left: 10px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

/* OrderDetails */
.orderDetailsSection {
    margin: 5px;
    padding: 5px;
    border: 1px solid #33ccff;
}

.orderDetailsDiv {
    margin: 10px;
    background: #21c2f8;
    border: 1px solid black;
}

.selectedTab {
    float: left;
    background-color: #33ccff !important;
    padding: 8px;
    margin-right: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: bold !important;
}

.selectedTab:hover {
    float: left;
    background-color: #33ccff !important;
    padding: 8px;
    margin-right: 4px;
    cursor: pointer;
    text-align: center;
}

.unselectedTab {
    float: left;
    background-color: #33ccff;
    padding: 8px;
    margin-right: 4px;
    cursor: pointer;
    text-align: center;
}

.unselectedTab:hover {
    float: left;
    background-color: #edab21;
    padding: 8px;
    margin-right: 4px;
    cursor: pointer;
    text-align: center;
}

/* Package */
#step_info {
    font-size: 15px;
    color: #717070;
    font-weight: 300;
    position: absolute;
    right: 0px;
    top: 100px;
}

.package {
}

.package h2 {
    font-size: 12px !important;
    color: #1c2026 !important;
    padding-bottom: 0px !important;
}

#package2 {
}

#package2 h1 {
    padding-left: 0px !important;
    font-size: 20px !important;
}

#package2 h1:after {
    content: none !important;
}

#package2 h2 {
    padding-bottom: 0px !important;
    padding-top: 5px;
}

#package2 a {
    color: #22c2f8;
    position: relative;
    top: 2px;
}

#package2 a span {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 3px;
}

#package2 .notice_table {
    margin-top: -400px;
}

#package2 #package_desc {
    width: 476px;
    position: absolute;
    margin-left: 300px;
    font-size: 10px;
    font-weight: 300;
    color: #1c2026;
    text-align: justify;
    margin-top: -225px;
}

#package2 #price_buttons {
    width: 328px;
}

#package2 img {
    margin-left: 5px;
}

section.order > .wrapper > .right {
    color: #1c2026;
    font-size: 12px;
}

section.order > .wrapper > .right > #orderForm > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > #orderForm > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right > #orderForm > #order_adress {
    width: 100%;
}

section.order > .wrapper > .right > #orderForm > #order_adress > div {
    width: 50%;
    float: left;
}

section.order > .wrapper > .right > #orderForm > #order_adress > div > h2 {
    font-size: 14px;
    color: black;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 55px;
}

section.order > .wrapper > .right > #orderForm > #order_adress > div > table {
    width: 100%;
}

section.order > .wrapper > .right > #orderForm > #order_adress > div > table tr > td:first-child {
    text-align: right;
}

section.order > .wrapper > .right > #orderForm > #order_adress > div > table tr > td:last-child {
    width: 225px;
}

#order_adress_send {
    height: 16px;
    width: 136px;
    cursor: pointer;
    float: right;
    margin-top: 5px;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.order > .wrapper > .right > #orderForm > .red_subtitle {
    color: #d80000;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 5px;
}

section.order > .wrapper > .right > #orderForm > div > a {
    color: #22c2f8;
    font-size: 14px;
    position: relative;
    top: 6px;
    left: 3px;
    margin-right: 10px;
}

section.order > .wrapper > .right > #orderForm > div > a > span {
    font-weight: bold;
    font-size: 16px;
}

section.order > .wrapper > .right > #orderForm > .notice_table_full {
    border-collapse: collapse;
    border: 1px solid #fdfdfd;
    position: absolute;
    margin-top: -250px;
    margin-left: 300px;
}

section.order > .wrapper > .right > #orderForm > .notice_table_full tr:first-child td {
    font-size: 10px;
    font-weight: 300;
    color: #22c2f8;
    padding-left: 50px;
    padding-right: 50px;
}

section.order > .wrapper > .right > #orderForm > .notice_table_full tr > td {
    border: 1px solid #22c2f8;
    text-align: center;
    height: 15px;
    width: 50px;
    vertical-align: middle;
}

section.order > .wrapper > .right > #orderForm > .notice_table_full tr > td > img {
    margin-top: 4px;
}

section.order > .wrapper > .right > #orderForm > .notice_table_full tr > td:first-child {
    text-align: left;
    font-size: 10px;
    color: #1c2026;
    padding-right: 6px;
    padding-left: 6px;
}

section.order > .wrapper > .right.custom_inputs {
}

section.order > .wrapper > .right.custom_inputs input[type='text'] {
    height: 16px;
    width: 225px;
    padding-left: 10px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

section.order > .wrapper > .right.custom_inputs select {
    height: 18px;
    width: 205px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

section.order > .wrapper > .right > #orderForm > .price_table {
    width: 100%;
    border-collapse: collapse;
    background: #21c2f8;
    color: white;
    border-radius: 10px;
}

section.order > .wrapper > .right > #orderForm > .price_table tr:first-child td {
    border: none;
    padding-top: 5px;
}

section.order > .wrapper > .right > #orderForm > .price_table tr:last-child td {
    padding-bottom: 5px;
}

section.order > .wrapper > .right > #orderForm > .price_table tr > td {
    height: 20px;
    width: 20%;
    text-align: center;
    border-top: 1px solid #59d1fa;
}

section.order > .wrapper > .right > #orderForm > .price_table tr > td:first-child {
    text-align: right;
}

section.order > .wrapper > .right > #orderForm > #price_sum {
    height: 19px;
    width: 100%;
    margin-top: 4px;
    padding-top: 2px;
    border-radius: 25px;
    background: #191f26;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

section.order > .wrapper > .right > #orderForm > #price_sum > span {
    padding-left: 150px;
}

section.order > .wrapper > .right > #orderForm > #price_buttons {
    width: 235px;
    float: right;
    margin-top: 20px;
    margin-right: 80px;
}

section.order > .wrapper > .right > #orderForm > #price_buttons > .accept {
    height: 20px;
    width: 136px;
    float: right;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.order > .wrapper > .right > #orderForm > #price_buttons > .cancel {
    height: 20px;
    width: 90px;
    float: left;
    cursor: pointer;
    background: #d7d7d7;
    padding-top: 2px;
    border-radius: 25px;
    color: #191f26;
    font-size: 10px;
    text-align: center;
}

/* html body section#panel_bg.order div.wrapper div.right.full_form_2 form#orderForm h2 */
section.order > .wrapper > .right.full_form_2 {
    color: #1c2026;
    font-size: 12px;
}

section.order > .wrapper > .right.full_form_2 > #orderForm {
    color: #1c2026;
    font-size: 12px;
}

section.order > .wrapper > .right.full_form_2 > #orderForm > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right.full_form_2 > #orderForm > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right.full_form_2 > #orderForm > h2 {
    font-size: 14px;
    color: black;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 55px;
}

.notice_table_full {
    border-collapse: collapse;
    border: 1px solid #fdfdfd;
}

.notice_table_full tr:first-child td {
    font-size: 12px;
    font-weight: 300;
    color: #22c2f8;
    padding-left: 50px;
    padding-right: 50px;
}

.notice_table_full tr > td {
    border: 1px solid #22c2f8;
    text-align: center;
    height: 15px;
    vertical-align: middle;
    width: 50px;
}

.notice_table_full tr > td > img {
    margin-top: 4px;
}

.notice_table_full tr > td:first-child {
    text-align: left;
    font-size: 10px;
    color: #1c2026;
    padding-right: 6px;
    padding-left: 6px;
}

.package_desc_full {
    width: 476px;
    font-size: 10px;
    font-weight: 300;
    color: #1c2026;
    text-align: justify;
}

.info-p {
    color: #1c2026;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
}

.price_table_full {
    width: 100%;
    border-collapse: collapse;
    background: #21c2f8;
    color: white;
    border-radius: 10px;
}

.price_table_full tr:first-child td {
    border: none;
    padding-top: 5px;
}

.price_table_full tr:last-child td {
    padding-bottom: 5px;
}

.price_table_full tr > td {
    height: 20px;
    width: 20%;
    text-align: center;
    border-top: 1px solid #59d1fa;
}

.price_table_full tr > td:first-child {
    text-align: right;
}

#price_sum_full {
    background: #191f26 none repeat scroll 0 0;
    border-radius: 25px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    margin-top: 4px;
    padding-top: 2px;
    width: 100%;
}

.accept {
    height: 22px;
    width: 136px;
    float: right;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

.accept_left {
    height: 22px;
    width: 136px;
    float: right;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

.cancel {
    height: 22px;
    width: 90px;
    float: left;
    cursor: pointer;
    background: #d7d7d7;
    padding-top: 2px;
    border-radius: 25px;
    color: #191f26;
    font-size: 10px;
    text-align: center;
}

/* Paczkomat */
section.order > .wrapper > .right > form > div > #section_shipment_header > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > form > div > #section_shipment_header > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right > form > div > #section_addresses_header > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > form > div > #section_addresses_header > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right > form > div > #section_options_header > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > form > div > #section_options_header > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right > form > div > #section_price_header > h1 {
    color: #21c2f8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
}

section.order > .wrapper > .right > form > div > #section_price_header > h1:after {
    height: 25px;
    width: 25px;
    content: " ";
    background: url("../img/ico/h1_ico.png") no-repeat;
    position: absolute;
    display: block;
    margin-top: -25px;
    margin-left: -35px;
}

section.order > .wrapper > .right > form > div > #section_options_content > div > div.red_subtitle {
    color: #d80000;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 5px;
}

section.order > .wrapper > .right > form > div > #section_options_content > div > .notice_table {
    border-collapse: collapse;
    border: 1px solid #fdfdfd;
}

section.order > .wrapper > .right > form > div > #section_options_content > div > .notice_table tr:first-child td {
    font-size: 12px;
    font-weight: 300;
    color: #22c2f8;
    padding-left: 50px;
    padding-right: 50px;
}

section.order > .wrapper > .right > form > div > #section_options_content > div > .notice_table tr > td {
    border: 1px solid #22c2f8;
    text-align: center;
    height: 24px;
    vertical-align: middle;
}

section.order > .wrapper > .right > form > div > #section_options_content > div > .notice_table tr > td > img {
    margin-top: 4px;
}

section.order > .wrapper > .right > form > div > #section_options_content > div > .notice_table tr > td:first-child {
    text-align: left;
    font-size: 10px;
    color: #1c2026;
    padding-right: 6px;
    padding-left: 6px;
}

section.order > .wrapper > .right > form > div > #section_price_content > .price_table {
    width: 100%;
    border-collapse: collapse;
    background: #21c2f8;
    color: white;
    border-radius: 10px;
}

section.order > .wrapper > .right > form > div > #section_price_content > .price_table tbody > tr:first-child td {
    border: none;
    padding-top: 5px;
}

section.order > .wrapper > .right > form > div > #section_price_content > .price_table tbody > tr:last-child td {
    padding-bottom: 5px;
}

section.order > .wrapper > .right > form > div > #section_price_content > .price_table tbody > tr > td {
    height: 20px;
    width: 20%;
    text-align: center;
    border-top: 1px solid #59d1fa;
}

section.order > .wrapper > .right > form > div > #section_price_content > .price_table tbody > tr > td:first-child {
    text-align: right;
}

section.order > .wrapper > .right > form > div > #section_price_content > #price_sum {
    height: 19px;
    width: 100%;
    margin-top: 4px;
    padding-top: 2px;
    border-radius: 25px;
    background: #191f26;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

section.order > .wrapper > .right > form > div > #section_price_content > #price_sum > span {
    padding-left: 150px;
}

section.order > .wrapper > .right > form > #price_buttons {
    width: 235px;
    float: right;
    margin-top: 20px;
}

section.order > .wrapper > .right > form > #price_buttons > .accept {
    height: 16px;
    width: 136px;
    float: right;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    padding-top: 2px;
    border-radius: 25px;
    color: white;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    background: #30c1f3;
    background: -moz-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30c1f3), color-stop(100%, #2795bc));
    background: -webkit-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -o-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: -ms-linear-gradient(top, #30c1f3 0%, #2795bc 100%);
    background: linear-gradient(to bottom, #30c1f3 0%, #2795bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c1f3', endColorstr='#2795bc', GradientType=0);
}

section.order > .wrapper > .right > form > #price_buttons > .cancel {
    height: 16px;
    width: 90px;
    float: left;
    cursor: pointer;
    background: #d7d7d7;
    padding-top: 2px;
    border-radius: 25px;
    color: #191f26;
    font-size: 10px;
    text-align: center;
}

#cods_table {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
}

#cods_table tr th {
    color: #191f26;
    font-size: 10px;
}

#cods_table tr th:first-child {
    padding-left: 30px;
}

#cods_table tr td {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #22c2f8;
    color: white;
    font-size: 10px;
    border-bottom: 1px solid white;
}

#cods_table tr td:first-child {
    padding-left: 30px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#cods_table tr td:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#cods_table tr:nth-child(odd) td {
    text-align: center;
    background: #85e0ff;
}

.link {
    cursor: pointer;
    text-decoration: underline;
}

.dateSelect {
    height: 18px;
    width: 95px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

.timeFromSelect {
    height: 18px;
    width: 65px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

.timeToSelect {
    height: 18px;
    width: 65px;
    border: 1px solid #adadad;
    border-radius: 25px;
}

.bigTable {
    width: 850px;
}

.smallTable {
    border: black 1px solid;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}

.infoTd {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: black;
    padding-bottom: 10px;
}

.buttonTd {
    background: #21c2f8;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    width: 100%;
    text-align: left;
    border-radius: 4px;
    color: white;
    padding: 8px;
}

table.smallTable a:link {
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

table.smallTable a:visited {
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

table.smallTable a:hover {
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

table.smallTable a:active {
    color: white;
    padding-left: 1px;
    padding-right: 1px;
}

.disabledLink {
    color: lightgrey;
}

#pickupWarning {
    margin-top: 10px;
    color: red;
    font-weight: bold;
    width: 280px;
}

#paymentDelay {
    background-color: red;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

#infoBoxTop {
    background-color: #98f387;
    color: black;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-bottom: 1px black solid;
}
#infoBoxBottom {
    background-color: orange;
    color: black;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-bottom: 1px black solid;
}

#paymentDelay a:link {
    text-decoration: underline;
}
#paymentDelay a:visited {
    text-decoration: underline;
}
#paymentDelay a:active {
    text-decoration: underline;
}
#paymentDelay a:hover {
    text-decoration: underline;
    color: #3baae3;
}

.removeButton {
    cursor: pointer;
    border: 1px solid #000000;
}

#dimScreen {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; /* Just to keep it at the very top */
}

.roundedSelect {
    border-radius: 25px;
}

#loginPasswordMessage {
    margin-top: 40px;
}

#loginPasswordMessage1 {
    color: red;
    font-size: 14px;
}

#loginPasswordMessage2 {

}

#loginPasswordMessage2 a:link {
    color: #21c2f8;
}

#loginPasswordMessage2 a:visited {
    color: #21c2f8;
}

#loginPasswordMessage2 a:hover {
    color: #21c2f8;
}

#loginPasswordMessage2 a:active {
    color: #21c2f8;
}