/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 12px;
    background-color: #fff;
    font-family: Verdana, Arial, sans-serif;
}

#container {
    width: 1248px;
    height: auto !important;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: left;
    border: none;
}

#content {
    padding: 10px;
    padding-bottom: 50px; /* Wysokość nagłówka */
}

#strona_loader {
    text-align: center;
    margin-top: 120px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32px;
    text-align: right;
    background: #333333 url(../system_images/inne/foot.png) 50% 50% repeat-x;
    webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

#NAG_strona_tytul {
    padding: 5px;
    margin: 10px;
    font-weight: bold;
    background: white;
    color: #797A7A;
    border: 0px;
}

.strona_tytul {
    padding: 10px;
    font-size: 40px;
}

.strona_podtytul {
    font-size: 16px;
}

#menuWrapper {
    overflow: hidden;
    display: block;
    border-left: none;
    margin: 0 auto 21px;
    webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
    z-index: 500;
    width: 100%;
    min-width: 1000px;
}

#menuWrapper ul {
    float: left;
    list-style: none;
}

#menuWrapper li {
    float: left;
    text-transform: uppercase;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

#menuWrapper li a {
    display: block;
    padding: 8px 12px 8px;
    font-size: 12px;
    font-weight: bold;
}

#menuWrapper li a.first {
    border-left: none;
}

#menuWrapper li a:hover {
}

#menuWrapper li a.first:hover {
    border-left: none;
}

.div_panel_wysuwany {
    border: 1px;
    background: white;
    padding: 10px;
    width: 270px;
    position: fixed;
    margin-top: -100px;
    left: 0px;
    top: 50%;
    z-index: 400;
}

.slide_button {
    background: url(../system_images/inne/przycisk.gif);
    display: block;
    height: 100px;
    text-indent: -9999px;
    width: 30px;
    position: absolute;
    right: -30px;
    top: 0px;
}

.zamknij {
    background-position: -30px 0px;
}

div.box {
    padding: 0px;
    margin: 0px;
    background: #e5e5e5;
}

div.box div.inner {
    padding: 10px;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    background: #fff url(../system_images/inne/boxBg.gif) repeat-x 0% 100%;
}

div.box div.inner {
    padding-bottom: 8px;
}

div.boxHeaderGray {
    height: 4px;
    font-size: 1px;
    background: #fff url(../system_images/inne/tBg.gif) repeat-x;
}

div.boxHeaderGray div.left {
    float: left;
    width: 5px;
    height: 4px;
    background: url(../system_images/inne/tlGray.gif) no-repeat;
    font-size: 1px;
}

div.boxHeaderGray div.right {
    float: right;
    width: 5px;
    height: 4px;
    background: url(../system_images/inne/trGray.gif) no-repeat;
    font-size: 1px;
}

div.boxFooter {
    height: 6px;
    margin-bottom: 6px;
    font-size: 1px;
    background: url(../system_images/inne/bBg.gif) repeat-x;
}

div.boxFooter div.left {
    float: left;
    width: 5px;
    height: 6px;
    background: url(../system_images/inne/bl.gif) no-repeat;
    font-size: 1px;
}

div.boxFooter div.right {
    float: right;
    width: 5px;
    height: 6px;
    background: url(../system_images/inne/br.gif) no-repeat;
    font-size: 1px;
}

div.boxNawigacja {
    margin-bottom: 20px;
}

form {
    margin: 0px;
    margin-top: 10px;
    padding: 2px;
}

input {
    color: #1C1C1C;
    background: white;
    border: 1px solid #A4A4A4;
    padding: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 3px;
}

select {
    color: #1C1C1C;
    background: white;
    border: 1px solid #A4A4A4;
    padding: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 3px
}

textarea {
    color: #1C1C1C;
    background: white;
    border: 1px solid #A4A4A4;
    padding: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 3px
}

label {
    font-size: 12px;
}

p {
    font-size: 12px;
    padding: 2px;
    margin: 2px;
}

a {
    text-decoration: none;
    font-size: 12px;
}

a:link {
    color: #077FBA;
    text-decoration: none;
}

a:visited {
    color: #077FBA;
    text-decoration: none;
}

a:hover {
    color: #003147;
    text-decoration: none;
}

.a_active {
    font-size: 14px;
    font-weight: bold;
}

.gwiazdka {
    color: red;
    font-weight: normal;
    padding-left: 4px;
}

.ui-tooltip {
    font-size: 11px;
    font-weight: normal;
    width: 210px;
}

.accordion_div {
    text-align: left;
    padding-top: 10px;
}

.div_pole {
    padding: 2px;
}

.div_klauzula {
    margin-top: 10px;
    padding: 2px;
}

.etykieta {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin-top: 6px;
}

.wartosc {
    display: inline-block;
    color: black;
    width: 60%;
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 3px;
    border: 1px solid #A4A4A4;
    background: white;
}

.div_przycisk {
    margin-top: 20px;
    text-align: right;
}

.p_small {
    font-size: 11px;
}

.p_nawigacja {
    padding: 0px;
    margin: 0px;
    padding-left: 4px;
}

a.link_foot {
    font-size: 10px;
    color: white;
    padding-right: 20px;
}

a.link_foot:hover {
    color: #077FBA;
}

a.link_foot:visited {
    color: white;
}

.info, .success, .warning, .error, .validation {
    text-align: left;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../system_images/inne/info_msg.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../system_images/inne/success_msg.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../system_images/inne/warning_msg.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../system_images/inne/error_msg.png');
}

.info_dialog {
    border: none;
    color: black;
    background-image: url('../system_images/inne/info_msg.png');
}

.success_dialog {
    border: none;
    color: black;
    background-image: url('../system_images/inne/success_msg.png');
}

.warning_dialog {
    border: none;
    color: black;
    background-image: url('../system_images/inne/warning_msg.png');
}

.error_dialog {
    border: none;
    color: black;
    background-image: url('../system_images/inne/error_msg.png');
}

button.ui-button-icon-only {
    width: 24px;
    height: 24px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white;
}

table.dataTable.display tbody tr td {
    color: black;
}

.ui-widget-content {
    background: #fcfdfd url("../images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
    color: #222222;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: white;
}