body {
    background: url('../images/bg.gif') repeat-x #fdfcf3;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

div.container {
    float: left;
    width: 100%;
    background: url('../images/box_bg.gif') repeat-x;
    background-color: #eaeae4;
    border: 1px solid #dadfdd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

div.container_admin_panel {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    max-width: 875px;
    flex-grow: 1;
    height: 100%;
}

div.underline {
    float: right;
    margin-right: 15px;
    border-top: 1px solid #d8d8d7;
    width: 90%;
}

div.table div.lp {
    float: left;
    text-align: center;
    width: 35px;
    height: 30px;
    font-weight: bold;
}

div.table div.lp_n {
    float: left;
    text-align: center;
    width: 35px;
    height: 30px;
    color: #0193cf;
    font-weight: bold;
}

div.table div.skladnik {
    float: left;
    text-align: center;
    width: 135px;
    height: 30px;
    background: #e8e9e5;
    font-weight: bold;
}

div.table div.skladnik_n {
    float: left;
    text-align: center;
    width: 135px;
    /* height: 30px; */
    background: #e8e9e5;
}

div.table div.ilosc {
    float: left;
    text-align: center;
    width: 75px;
    height: 30px;
    font-weight: bold;
}

div.table div.ilosc_n {
    float: left;
    text-align: center;
    width: 75px;
    height: 30px;
}

div.table div.jednostka {
    float: left;
    text-align: center;
    width: 110px;
    height: 30px;
    background: #e8e9e5;
    font-weight: bold;
}

div.table div.jednostka_n {
    float: left;
    text-align: center;
    width: 110px;
    min-height: 30px;
    background: #e8e9e5;
    height: 100%;
}

div.table div.cena {
    float: left;
    text-align: center;
    width: 70px;
    height: 30px;
    font-weight: bold;
}

div.table div.cena_n {
    float: left;
    text-align: center;
    width: 70px;
    height: 30px;
}

div.table div.kwota {
    float: left;
    text-align: center;
    width: 70px;
    height: 30px;
    background: #e8e9e5;
    font-weight: bold;
}

div.table div.kwota_n {
    float: left;
    text-align: center;
    width: 70px;
    height: 30px;
    background: #e8e9e5;
}

div.table div.tr_line {
    clear: both;
    background: url('../images/tr_line.png') no-repeat bottom left;
    margin-left: 2px;
    width: 100%;
    height: 1px;
}

div.hr_line {
    display: inline-block;
    clear: both;
    background: url('../images/tr_line.png') no-repeat bottom center;
    margin-left: 2px;
    width: 100%;
    height: 1px;
}

div.teble_roz {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    display: table-row;
    background: url('../images/tr_line.png') no-repeat bottom left;
}

div.rozliczenia_row {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
    display: table-row;
    background: url('../images/tr_line.png') no-repeat bottom left;
    cursor: pointer;
    height: 30px;
}

div.rozliczenia_row:hover {
    color: #0193cf;
}

div.table div.inside_table {
    border: 1px solid #d8d8d7;
    display: none;
    clear: both;
    width: 100%;
    padding: 2px;
}

div.table div.expand {
    float: left;
    text-align: left;
    width: 32px;
    height: 30px;
    font-weight: bold;
}

div.table div.expand_n {
    float: left;
    text-align: left;
    width: 32px;
    height: 30px;
    background: url('../images/box_plus.png') no-repeat center center;
}

div.table div.expand_y {
    float: left;
    text-align: left;
    width: 32px;
    height: 30px;
    background: url('../images/box_minus.png') no-repeat center center;
}

div.table div.miesiac {
    float: left;
    text-align: left;
    width: 100px;
    height: 30px;
    font-weight: bold;
}

div.table div.miesiac_n {
    float: left;
    text-align: left;
    width: 100px;
    height: 30px;
}

div.table div.naleznosc {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 28px;
    background: #e8e9e5;
    font-weight: bold;
    display: table-cell;
}

div.table div.naleznosc_n {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 28px;
    background: #e8e9e5;
    display: table-cell;
}

div.table div.wplata {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 30px;
    font-weight: bold;
}

div.table div.wplata_n {
    float: left;
    text-align: right;
    width: 90px;
    padding-right: 20px;
    height: 30px;
}

div.table div.ikona {
    float: left;
    text-align: right;
    width: 32px;
    padding-right: 20px;
    height: 30px;
    font-weight: bold;
}

div.table div.ikona_wodomierz {
    float: left;
    text-align: right;
    width: 32px;
    padding-right: 20px;
    height: 30px;
    background: url('../images/wodomierz.png') no-repeat center center;
}

div.generally {
    float: right;
    margin: 15px 0;
    font-family: Tahoma;
    font-weight: bold;
    color: #0070b7;
}

div.generally span {
    color: #76a12e;
}

div.wybierz_okres {
    margin: 10px 0 0 0;
}

div.wybierz_okres select {
    width: 120px;
    margin: 2px 2px 2px 2px;
}

div.description {
    float: left;
    margin: 20px 0 0 50px;
    font-family: Tahoma;
    color: #1099d1;
}

fieldset {
    width: 85%;
    margin: 10px 0 20px 20px;
    color: #76A12E;
}

fieldset legend {
    text-align: center;
}

fieldset p {
    color: #000000;
    margin: 5px 0 5px 0;
}

div.address span {
    font-weight: bold;
}

div.logout a,
div.change_community a {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #76a12e;
}

div.logout a:hover,
div.change_community a:hover {
    text-decoration: underline;
}

div.logo_panel {
    float: left;
    height: 100px;
    text-align: left;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

div.owner_details {
    float: left;
    margin: 0 0 20px 20px;
}

div.owner_details img {
    float: left;
    margin: 6px 10px 0 0;
}

div.owner_details span {
    float: left;
    font-size: 18px;
}

div.owner_phone {
    float: left;
    margin: 0 0 20px 20px;
}

div.owner_phone img {
    float: left;
    margin: 6px 10px 0 0;
}

div.owner_phone span {
    float: left;
    font-size: 18px;
}

div.separator_panel {
    float: left;
    background: url('../images/separator_big.png') no-repeat;
    margin-top: 60px;
    width: 2px;
    height: 381px;
}

div.admin_menu {
    margin-top: 12px !important;
}

div.user_menu {
    width: 100%;
}

div.user_menu ul {
    width: 265px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

div.user_menu ul li {
    background: url('../images/li_line.png') no-repeat bottom left;
    width: 265px;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    font-family: Tahoma;
    font-size: 11px;
    color: #4b4b4b;
}

div.user_menu ul li:hover,
div.user_menu ul li.active {
    background: url('../images/li_hover.png') no-repeat;
    width: 265px;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    font-family: Tahoma;
    font-size: 11px;
    color: #0070b7;
    font-weight: bold;
}

div.user_menu ul li a {
    color: #4b4b4b;
}

div.user_menu ul li a:hover,
div.user_menu ul li a.active {
    font-weight: bold;
    color: #0070b7;
}

div.content_admin_left {
    width: 100%;
    max-width: 300px;
    background: url('../images/separator_big.png') no-repeat right center;
}

.long p {
    float: left;
    text-align: left;
    line-height: 20px;
    margin: 5px 0;
    padding: 0;
    color: #000;
}

.long span {
    float: left;
    width: 100%;
}

div.long p input[type=radio] {
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
}

div.details_form input {
    margin: 5px 0 10px 0;
    background: #fff;
    width: 100%;
    border: 1px solid #b5cfd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

div.details_form input.submit {
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    font-size: 12px;
    width: 86px;
    height: 28px;
    text-align: center;
    border: none;
    text-shadow: 0px 0px 4px #000;
    cursor: pointer;
    color: #fff;
}

div.details_form textarea {
    margin: 5px 0 10px 0;
    background: #fff;
    width: 100%;
    height: 260px;
    border: 1px solid #b5cfd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

div.change_password span {
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    color: #1099D1;
}

div.change_password input {
    width: 100%;
    max-width: 300px;
    margin: 5px 0 20px 0;
}

div.change_password input.submit {
    display: block;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    font-size: 12px;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-shadow: 0px 0px 4px #000;
    border: none;
    cursor: pointer;
    color: #fff;
}

div.change_communicat {
    margin: 20px 0 0 0;
}

div.change_communicat span {
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    color: #1099D1;
}

div.change_communicat textarea {
    margin: 10px 0 10px 0;
    width: 100%;
    height: 100px;
}

div.change_communicat input.submit {
    float: left;
    margin-bottom: 20px;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    font-size: 12px;
    width: 86px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
}

div.footer_panel {
    float: left;
    height: 28px;
    margin-top: 70px;
    margin-left: 30px;
    font-size: 10px;
    color: #b7b6b6;
}

div.footer_panel span {
    float: left;
    height: 28px;
    line-height: 28px;
    padding-right: 15px;
    background: url('../images/footer.png') no-repeat right center;
}

div.footer_panel a {
    float: left;
    line-height: 28px;
    margin-left: 15px;
    color: #b7b6b6;
}

a.edit_button {
    margin: 0px 2px 0 0px;
    padding-left: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #000;
    background: url('../images/edit.png') no-repeat bottom left;
}

a.detail_button {
    margin: 0px 2px 0 0px;
    padding-left: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #000;
    background: url('../images/detail.png') no-repeat bottom left;
}

a.attachment_button {
    margin: 0px 2px 0 0px !important;
    padding-left: 24px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #000;
    background: url('../images/attachment.png') no-repeat bottom left;
    width: auto !important;
    height: auto !important;
}

div.full {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    background-color: #C0C0C0;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    display: none;
}

div.full div.full_box {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 150px;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    padding: 0 15px;
}

div.full div.full_box select[name='community_list'] {
    max-width: 470px;
}

div.full div.full_box h2 {
    border-bottom: none;
    width: 100%;
}

div.full div.full_box div.center {
    margin: 0 auto;
}

div.full div.full_box div.center p {
    margin: 10px 0;
    text-align: center;
}

div.full div.full_box div.center p.input {
    margin: 5px 0;
}

div.full div.full_box div.center ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100px;
}

div.full div.full_box div.left {
    float: left;
    margin: 20px 0 0 10px;
    width: 190px;
    text-align: center;
}

div.full div.full_box div.left input.name {
    margin: 5px 0 0 0;
    width: 90%;
}

div.full div.full_box div.right {
    float: right;
    margin: 20px 10px 0 0;
    width: 190px;
    text-align: center;
}

div.full div.full_box div.right input.mail {
    margin: 5px 0 0 0;
    width: 90%;
}

div.full div.full_box a {
    float: left;
    margin: 40px 0 0 60px;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

div.full div.full_box input.recovery {
    float: right;
    margin: 40px 60px 0 0;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    width: 86px;
    height: 28px;
    line-height: 28px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

div.full div.full_box input.glosuj {
    margin: 10px 0 0 0;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    width: 86px;
    height: 28px;
    line-height: 28px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

a.add_community {
    margin-bottom: 15px;
    background: url('../images/submit_add_community.png');
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    text-shadow: 0px 0px 4px #000;
    cursor: pointer;
    color: #fff;
    display: block;
}

div.community_list {
    font-size: 14px;
}

div.community_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.community_list ul li {
    margin-bottom: 15px;
}

div.community_list ul a {
    color: #000;
}

div.community_list ul a:hover {
    text-decoration: underline;
}

div.glosowania {
    margin: 20px 0 0 0;
    font-size: 14px;
    font-family: Tahoma;
    width: 100%;
}

div.glosowania ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a.usun_wspolnote {
    float: left;
    margin: 10px 0 0 0;
    background: url('../images/submit_button.png');
    font-family: Tahoma;
    font-size: 12px;
    width: 86px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    text-shadow: 0px 0px 4px #000;
    color: #fff;
}

div.water {
    margin: 20px 0 0 45px;
}

div.water span {
    font-size: 12px;
    color: #76A12E;
}

div.water input {
    margin-top: 15px;
    width: 80px;
}

div.water input.submit {
    background: url('../images/submit_button.png');
    margin: 15px 0 0 10px;
    width: 86px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border: none;
    cursor: pointer;
    color: #fff;
}

span.przejdz {
    font-size: 10px;
    width: 315px;
    line-height: 50px;
}

div.users_list {
    float: left;
    /* width: 550px; */
}

div.lok_list {
    float: left;
    margin-bottom: 15px;
    color: #000;
}

div.file {
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 5px;
    margin-left: 20px;
}

div.show_all {
    font-size: 11px;
    color: #76A12E;
    cursor: pointer;
    text-align: right;
}

div.show_all:hover {
    text-decoration: underline;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.suggestionsBox {
    position: absolute;
    background-color: #eee;
    border: 1px solid #000;
    color: #000;
    max-height: 350px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

div.close_sugg {
    float: right;
    font-size: 15px;
    color: #111;
    cursor: pointer;
    padding: 3px;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
    max-width: 525px;
}

.suggestionList li {
    list-style-type: none;
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

input[disabled="disabled"],
input[readonly="true"],
input.disabled {
    background-color: #E8E8E8 !important;
}

span.radio {
    float: left;
    width: 50%;
    line-height: 20px;
    color: #000;
    margin-top: 5px;
}

span.radio input {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0;
}

#add_new_attach {
    float: left;
    cursor: pointer;
    clear: both;
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
}

#attach_new {
    float: left;
    width: 100%;
}

#attach_new input[type="file"] {
    float: left;
    clear: both;
}

span.delete_document a {
    color: #f00 !important;
}

div.content_user_left div.community_list {
    margin-left: 40px;
    width: 500px;
}

th.even {
    background: #e8e9e5;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}

th.odd {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}

td.even {
    background: #e8e9e5;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}

td.odd {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dadfdd;
    color: #606060;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 12px;
}