* {
	margin: 0px;
	padding: 0px;
    outline: 0;
}
a {
    text-decoration: none;
    color: #464e52; 
}
    a img {
        border: 0;
    }
a:hover {
    text-decoration: underline;
}
td {
    vertical-align: top;
}
ul {
    list-style: none;
}
fieldset {
    border: 0;
    margin: 20px 0;
}
input,
textarea {
    border: 1px solid #ddd3c2;
    background: #fff url(images/background_select-box.gif) repeat-x;
    padding: 3px 5px;
    font: 11px Arial;
    color: #747474;
    vertical-align: middle;
}
textarea {
    margin: 4px 0;
}
input {
    height: 18px;
}
input.button {
    vertical-align: middle;
    color: #3d3131;
    height: 26px;
    padding: 0 12px;
    line-height: 26px;
}
body {
    background: url(images/background_top-repeat.jpg) repeat-x left top;
    font: 12px Arial;
}
#top {
    height: 95px;
    position: relative;
    margin: 0 0 10px;
}
    #top h1 {
        position: absolute;
        left: 10px;
        top: 10px;
    }
        #top h1 img {
            display: block;
        }
    #top h2 {
        font: 14px Arial;
        position: absolute;
        left: 320px;
        top: 20px;
        color: #464e52;
    }
        #top h2 b, #top h2 a {
            color: #000;
            display: block;
        }
#nav {
    position: absolute;
    right: 40px;
    top: 35px;
    line-height: 20px;
    color: #464e52;
}
    #nav li {
        display: block;
        float: left;
        padding: 0 0 0 30px;
        background: url(images/background_nav-spacer.png) no-repeat 15px center;
    }
    #nav li:first-child, #nav li.no-border {
        background: transparent;
    }
    #nav a {
        color: #336699;
        font-weight: bold;
    }
    #nav li.logged-username  {
        position: absolute;
        right: 0px;
        top: 25px;
        line-height: 20px;
    }
#accessSettingsPanel {
    position: absolute;
    height: 30px;
    top: 0px;
    right: 40px;
}
#accessSettingsPanel .contrast {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: url('../../../images/contrast.png') no-repeat bottom;
}
#accessSettingsPanel .page-zoom-icon-1 {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 30px;
    margin-bottom: 4px;
    background: url('../../../images/text-zoom-1.png') no-repeat bottom;
}
#accessSettingsPanel .page-zoom-icon-2 {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 30px;
    margin-bottom: 3px;
    background: url('../../../images/text-zoom-2.png') no-repeat bottom;
}
#accessSettingsPanel .page-zoom-icon-3 {
    display: inline-block;
    cursor: pointer;
    width: 31px;
    height: 30px;
    margin-bottom: 3px;
    background: url('../../../images/text-zoom-3.png') no-repeat bottom;
}
#content {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0 10px;
    /*background: url(images/background.png) repeat-x left top;*/
}
#footer {
    background: url(images/background_footer.jpg) repeat-x;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}
    #footer > div {
        height: 30px;
        padding: 15px 25px 0;
    }
#footer, 
#footer a {
    color: #336699;
}
    #footer p {
        float: right;
        padding: 0 20px;
    }
#tab-container {
    border: 1px solid #ddd3c2;
    margin: 0 15px 15px;
    padding: 15px 15px 0;
}
#tab-container.no-padding {
    padding: 15px 0 0;
}
#tab-container table {
    margin: 0 0 15px;
    width: 100%;
    text-align: left;
}
#tab-container p {
    margin: 0 0 15px;
}
#tab-container td,
#tab-container th {
    border-right: 1px solid #ddd3c2;
    border-bottom: 1px solid #ddd3c2;
    padding: 5px 10px;
    font-weight: normal;
}
#tab-container td,
#tab-container td a {
    color: #6c6c6c;
}

#tab-container tr td:first-child,
#tab-container tr th:first-child {
    border-left: 1px solid #ddd3c2;
}

#tab-container .form-layout td {
    border: 0;
    line-height: 28px;
    width: 60%;
    color: #323232;
}

#tab-container .form-layout tr td:first-child {
    width: 40%;
    border-left: 0;
}

#tab-container .form-layout .ecru td {
    border-top: 1px solid #ddd3c2;
    border-bottom: 1px solid #ddd3c2;
}

#tab-container .form-layout {
    margin: 0;
}

#tab-container .form-layout .calendar {
    margin: 0 15px 0 5px;
    width: 16px;
    height: 16px;
}

#tab-container .form-layout p {
    line-height: 15px;
    padding: 10px 0 0;
}

#tab-container fieldset {
    margin: 5px 0 15px;
}

#tab-container fieldset input,
#tab-container fieldset .select-box {
    margin: 0 8px 0 0;
}

/* MARGIN */
.margin {
    margin-bottom: 15px!important;
}

/* BORDER */
.no-right tr td:first-child,
.no-right tr th:first-child {
    border-right: 0!important;
}

/* BORDER AND SEMI-BORDER */
.border {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
/*
.semi-border {
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}
*/

/* BOX */
.box {
    border: 1px solid #ddd3c2;
    clear: both;
    position: relative;
    padding: 22px 0 0;
    margin: 7px 0 0;
}
.box .heading {
    height: 31px;
    background: url(images/background_headings.png) no-repeat;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -7px;
    width: 100%;
    /*padding: 0 0 0 2px;*/
    cursor: pointer;
}
    .box .heading a {
        display: block;
        width: 7px;
        height: 5px;
        position: absolute;
        background: url(images/icon_scroll.gif) no-repeat;
        right: 15px;
        top: 14px;
    }
    .box .heading span {
        font-family: Arial;
        background: url(images/background_headings.png) repeat-x;
        display: block;
        height: 31px;
        line-height: 31px;
        margin: 0 10px 0 8px;
        padding: 0 0 0 7px;
    }
    .box .heading h3 {
        font-size: 13px;
        background: url(images/background_headings.png) no-repeat;
    }
.box .heading.gray {
    background-position: 0 0;   
}

.box .heading.gray h3 {
    background-position: right -62px;
}
.box .heading.gray span {
    background-position: 0 -31px;
    color: #FFF;
}
.box .heading.blue {
    background-position: 0 -93px;
}
.box .heading.blue h3 {
    background-position: right -155px;
}
.box .heading.blue span {
    background-position: 0 -124px;
    color: #FFF;
}
.box .heading.red {
    background-position: 0 -93px;
}
.box .heading.red h3 {
    background-position: right -155px;
}
.box .heading.red span {
    background-position: 0 -124px;
    color: #FFF;
}

.box .blue.heading a {
    background-position: left bottom;
}
    
/* MAIN BOX */
.main {
    margin-left: 280px;
    clear: none;
}

/* ECRU BACKGROUND */
.ecru {
    background-color: #f7f5f0;
}

#toggle {
    background: url(images/background_toggle-text.gif) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 31px;
    height: 2000px;
    cursor: pointer;
}
#toggle.hdn {
    background-position: right top;
}
#toggle + span {
    background: url(images/background_toggle-bottom.gif) no-repeat left top;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 31px;
    height: 20px;
    cursor: pointer;
}

/* SIDEBAR */
.sidebar {
    width: 270px;
    float: left;
    padding: 0 0 0 40px;
    background: url(images/background_toggle.gif) repeat-y left top;
    position: relative;
    overflow: hidden;
}
    .sidebar .box {
        margin-bottom: 12px;
        width: 228px;
    }
    .sidebar ul, .inner-menu ul {
        padding: 5px 0;
    }
    .sidebar li {
        display: block;
        margin: 0 15px;
        border-top: 1px solid #ddd3c2;
        padding: 6px 4px;
    }
    .inner-menu li {
        display: block;
        margin: 0 5px;
        border-top: 1px solid #ddd3c2;
        padding: 6px 5px;
    }
    .sidebar li:first-child, .inner-menu li:first-child {
        border: 0;
    }
        .sidebar li a, .inner-menu li a {
            padding: 0 10px 0 0;
            background: url(images/background_bullet-1.gif) no-repeat right center;
        }
        .sidebar li span, .inner-menu li span {
            color: #df1717;
            font-weight: bold;
            font-size: 18px;
            display: block;
        }
        
/* BUTTON LINK */
.button,
.toggle {
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    color: #3d3131;
    font-size: 11px;
}
.button {
    border: 1px solid #c0bfbe;
    height: 24px;
    padding: 0 12px;
    line-height: 24px;
    background: url(images/background_button.gif) repeat-x;
}
.toggle {
    background: url(images/background_button-toggle.gif) no-repeat;
    width: 61px;
    height: 21px;
    line-height: 23px;
    float: right;
    padding: 0 0 0 8px;
}

/* BUTTONS */
.buttons,
.buttons-right {
    margin-bottom: 15px;
}
    .buttons .button {
        margin: 0 5px 0 0;
    }
    .buttons-right .button {
        margin: 0 0 0 5px;
    }
    .buttons-padding {
        padding: 0 15px;
    }
    .button.float-left {
        float: left;
        margin-left: 0;
    }

/* FILE AND ATTACHMENT ICON */
.file {
    width: 42px;
    height: 45px;
}
.attachment {
    width: 16px;
    height: 16px;
}
.inline-image {
    position: relative;
    bottom: 2px;
}

/* SELECT */
.select-box {
    display: inline-block;
    border: 1px solid #ddd3c2;
    padding: 4px 4px 4px 2px;
    line-height: 0;
    background: #fff url(images/background_select-box.gif) repeat-x;
    vertical-align: middle;
}
    .select-box select {
        border: 0;
        font: 11px Arial;
        color: #747474;
        height: 16px;
        line-height: 16px;
    }
    
/* GROUP */
.group {
    background: #fafafa;
}
    .group td:first-child {
        background: url(images/background_group.gif) no-repeat 7px center;
        padding-left: 20px!important;
    }
    .group td {
        border-right: 0!important;
    }
    .group .last {
        border-right: 1px solid #ddd3c2!important;
    }
.line-extended td,
.line-extended th {
    line-height: 23px;
}

/* LABELS */
.radio-label,
.checkbox-label {
    margin: 0 15px 0 0;
}
    .radio-label input,
    .checkbox-label input {
        margin: 0 3px 0 0;
        vertical-align: top;
        position: relative;
        top: 5px;
        background: transparent;
        padding: 0;
        border: 0;
    }

/* THREE COLUMNS */
.three-cols td {
    width: 33.3%;
}

/* INNER CONTAINER */
.inner-container {
    padding: 0 15px;
}

/* ALIGN */
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}


.no-margin {
    margin: 0!important;
}

.label-group {
    width: 400px;
}

.label-group span {
    float: right;
}
   
.comments {
    border-left: 0!important;
}

.comments ul {
    background: url(images/background_comments.gif) no-repeat left top;
    margin-left: -12px;
    padding: 5px 0 0 20px;
}
.comments li {
    display: block;
    padding: 1px 0 10px 20px;
    background: url(images/icon_comment.png) no-repeat left top;
}

div.padding {
    padding: 2px 2px 4px 2px;
}

/* poprawka aby nie wyświetlanie nie kłuciło się z ExtJS */
div#footer, div#footer div {
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.app-help-tooltip {
    text-align: justify;
}

/* informacja o plikach cookie */
#cookie-info {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    background-color: #3E77BC;
    color: #FFFFFF;
    height: 125px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.text-info ul {
    text-align: justify;
    margin-left: 30px;
}

.text-info ul li {
    line-height: 17pt;
    list-style: circle !important;
}

.text-info p {
    text-align: justify;
    line-height: 17pt;
}

/* INFO */
.info {
    background: #d9edf7;
    border: 1px solid #9acfea;
    margin-bottom: 15px;
    font-weight: bold;
    color: #31708f;
    padding: 25px 25px 25px 75px;
}

/* WARNING */
.warning {
    background: #ffb6b6 url(images/background_warning.jpg) no-repeat 15px center;
    border: 1px solid #ff5252;
    margin-bottom: 15px;
    font-weight: bold;
    color: #d70000;
    padding: 25px 25px 25px 75px;
}
.accepted {
    background: #c6ee85 url(images/background_accepted.jpg) no-repeat 15px center;
    border: 1px solid #54b319;
    margin-bottom: 15px;
    font-weight: bold;
    color: #2b7800;
    padding: 25px 25px 25px 75px;
}

.summary-document-table th {
    max-width:300px;
}

/* wybór języka */
#language {
    /*position: absolute;
    left: 0;*/
    float: left;
    /*top: 140px;*/
}
#language p,
#language ul {
    float: left;
}
#language li {
    display: block;
    float: left;
    padding: 0 10px;
    height: 11px;
    border-left: 1px solid #7c7260;
    margin: 3px 0 0;
}
#language li:first-child {
    border: 0;
}
#language img {
    display: block;
    height: 11px;
    width: 16px;
}


/* TABLE */
.table-scroll-horizontal {
    overflow-x: scroll;
}
.table {
    width: 100%;
    margin: 0 0 20px;
}
.table th {
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ddd3c2;
    border-left: 0px;
    text-align: center;
    background: #e9e7e3;
}
.table tr th:first-child,
.table tr td:first-child {
    border-left: 1px solid #ddd3c2;
}
.table td {
    border-right: 1px solid #ddd3c2;
    border-bottom: 1px solid #ddd3c2;
}
.table td,
.table th {
    padding: 0 7px;
    height: 40px;
    line-height: 20px;
}

.table td {
    line-height: 40px;
}

.small-table .center {
    text-align: center;
}

#tab-container tr th {
    border-top: 1px solid #ddd3c2;
}

#auction-open-link {
    float: left;
}

.app-strong-highlight .x-grid-row-selected .x-grid-cell {
    background-color: #474cff !important;
    color: #ffffff;
}

.ux-filtered-column {
    color: green;
}

/* PAGINATION */
.pagination {
    border-bottom: 1px solid #ddd3c2;
    margin: 0 0 20px;
    padding: 20px 0 0;
    position: relative;
}
.pagination .next,
.pagination .prev {
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 27px;
    padding: 0 20px;
}
.pagination .next {
    right: 0;
    background: url(images/background_pagination-next.gif) no-repeat right center;
}
.pagination .prev {
    left: 0;
    background: url(images/background_pagination-prev.gif) no-repeat left center;
}
.pagination li {
    display: inline;
}
.pagination li a {
    color: #4e4e4e;
    display: inline-block;
    padding: 0 10px 0 12px;
    line-height: 27px;
    border-left: 1px solid #ddd3c2;
}
.pagination li:first-child a {
    border: 0;
}
.pagination .current a {
    color: #3e77bc;
    font-weight: bold;
}
.pagination ul {
    text-align: center;
}

.pagination2 {
    color: #4e4e4e;
    margin: 0 0 20px;
    text-align: center;
}

#tabs {
    border-left: 1px solid #ddd3c2;
    font-size: 13px;
    font-weight: bold;
    height: 29px;
    margin: 16px 15px 0;
}
#tabs li {
    border-right: 1px solid #ddd3c2;
    border-top: 1px solid #ddd3c2;
    display: block;
    float: left;
}
#tabs a {
    background: #f7f5f0;
    border: 1px solid #f9f8f5;
    color: #545454;
    display: block;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
}
#tabs .disabled {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f7f5f0;
    border-color: #ddd3c2 #ddd3c2 #f9f8f5 #f9f8f5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #d9d4c9;
    display: block;
    float: left;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
}
#tabs a:hover, #tabs .current a {
    background: #fff;
    border: 1px solid #fff;
    color: #3e77bc;
    height: 29px;
    text-decoration: none;
}

.formSectionHeader {
    border-bottom: 1px solid #a0a0a0;
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
}

/* style dla trybu dostępności */
body.access .time-clock, body.access #top h2, body.access #top b, body.access #top .logged-username {
    color: white;
}