body {
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    margin-top: 15px;
    background: url('/images/gradient_tlo.png') #54595e repeat-y;
    background-position: center;
}


fieldset {
    border: 0;
}
 
a {
    color: #bc3517;
    text-decoration: none !important;
    cursor: pointer;
}

a.disabled {
    color: #888888;
    text-decoration: none !important;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.bold,
.bold td {
    font-weight: bold;
}

table.default {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.default:not(.nobotborder) {
    border-bottom: 1px solid #ccc;
}

table.default tr:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

table.default tr:nth-child(even) {
    background: #fafafa;
}

table.default tr:first-child {
    border-top-color: #ccc;
}

table.default tr:last-child {
    border-bottom-color: #ccc;
}

table.default tr td, table.default tr th {
    padding: 8px;
    vertical-align: middle;
}

table.default tr th {
    font-weight: bold;
}

table.default tr.clickable {
    cursor: pointer;
}

table.default tr.highlight {
    color: #fff;
    background: #1A98CE;
}

table.default tr.hover:hover {
    color: #fff !important;
    background: #bc3517;
}

table.default tbody tr.hover:hover {
    color: #fff !important;
    background: #bc3517;
}

table.default tbody td.not_hover {
    /*background: #ebebeb !important;*/
    cursor: default;
}

table.default tr.hover:hover a {
    color: #fff !important;
}

table.default tr.hover.checked-tr {
    color: #fff !important;
    background: #bc3517;
}

table.default tbody tr.hover.checked-tr {
    color: #fff !important;
    background: #bc3517;
}

div.searching:not(.filemanager):not(.filemanager) {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    padding: 8px;
    border: 1px solid #ccc;
;
}
div.searching:not(.filemanager):not(.filemanager).s-3 {
    grid-template-columns: auto auto auto;
}
div.searching:not(.filemanager):not(.filemanager).s-4 {
    grid-template-columns: auto auto auto auto;
}
div.searching:not(.filemanager).s-5 {
    grid-template-columns: auto auto auto auto auto;
}
div.searching:not(.filemanager).s-6 {
    grid-template-columns: auto auto auto auto auto auto;
}

div.searching:not(.filemanager) .search-item {
    position: relative;
}

div.searching:not(.filemanager) .search-item.clear {
    clear: both;
}

div.searching:not(.filemanager) .search-item > span {
    font-size: 14px;
    color: #BC3517;
    font-weight: bold;
    display: block;
    padding: 8px 0;
}

div.searching:not(.filemanager) .search-item.col2 {
    grid-column: span 1 / span 2;
}
div.searching:not(.filemanager) .search-item.col3 {
    grid-column: span 1 / span 3;
}
div.searching:not(.filemanager) .search-item.col4 {
    grid-column: span 1 / span 4;
}

div.search-bar {
    display: none;
    cursor: pointer;
    font-size: 14px;
    background-color: #889cb0;
    color: white;
    padding: 12px;
}

.h-bottom, .h-top, .h-center, .w-left, .w-center, .w-right {
    display: inherit;
}
.h-bottom {
    align-content: flex-end;
}
.h-top {
    align-content: flex-start;
}
.h-center {
    align-content: center;
}
.w-left {
    justify-content: flex-start;
}
.w-center {
    justify-content: center;
}
.w-right {
    justify-content: flex-end;
}

.calc-5 {
    width: calc(100% - 5px) !important;
}
.calc-10 {
    width: calc(100% - 10px) !important;
}
.calc-15 {
    width: calc(100% - 15px) !important;
}
.calc-20 {
    width: calc(100% - 20px) !important;
}
.calc-25 {
    width: calc(100% - 25px) !important;
}
.calc-30 {
    width: calc(100% - 30px) !important;
}

div#pracownik {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #C9E01D;
    background-color: #ECF2C6;
    color: #6E7707;
    padding: 10px;
    margin-bottom: 10px;
}

div#kontener {
    width: 1000px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px #555;
    overflow: hidden;
    margin-bottom: 10px;
}

div#top {
    width: auto;
    height: 117px;
    margin: 0 15px;
    position: relative;
    top: 15px;

    background-color: #fff;
    background: url('/images/top_tlo.jpg') right no-repeat;
    border-bottom: 1px solid #d9d9d9;

    font-family: "Times New Roman", Georgia, Serif;
    font-size: 32px;
    color: #597288;
    cursor: pointer;
}

div#top img {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

div#kontener2 {
    position: relative;
    margin: 30px 15px 15px;
    overflow: hidden;
    height: 100%;
}

div#menu {
    width: 220px;
    float: left;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    background: #ebebeb;
    overflow: hidden;
}

div#menu > .wrapper {
    display: none;
}

div#content {
    width: 735px;
    float: right;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    background: #e1e2e4;

    background-image: linear-gradient(bottom, #E6E6E6 0%, #F7F7F7 45%);
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #F7F7F7 45%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #F7F7F7 45%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #F7F7F7 45%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #F7F7F7 45%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #E6E6E6),
            color-stop(0.45, #F7F7F7)
    );
}

div#content div.margin {
    float: left;
    padding: 15px;
    width: 705px;
    overflow: hidden;
}

div#header {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    background: #5b7085;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    color: #fff;
    border-bottom: 3px solid #fff;
    overflow: hidden;
    float: left;
    width: 100%;
}

div#header:nth-child(n+2) {
    border-top: 3px solid #fff;
}


div#tresc {
    padding: 15px;
}

div#tresc p + p {
    margin-top: 12px;
}

div#stopka {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 15px;
    color: #fff;
    font-size: 11px;
}

div#wizytowka {
    height: 50px;
    border-bottom: 3px solid #fff;
    font-size: 11px;
    line-height: 12px;
    color: #FFFFFF;
    background: #5B7085;
}

div#wizytowka a {
    color: #FFFFFF;
}

div#wizytowka table {
    width: 100%;
}

div#wizytowka table tr td {
    vertical-align: middle;
    text-align: center;
}

div#wizytowka div.nr_wpisu {
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
    white-space: nowrap;
}

div#wizytowka div.wyloguj {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    background: #DE2601 url('/images/przycisk_czerwony_tlo.png') repeat-x;
    cursor: pointer;
}

div.wyloguj a:link, div.wyloguj a:active, div.wyloguj a:visited {
    text-decoration: none;
    color: white;
}

div.modul_menu {
    height: 50px;
    background: #bc3517;
    border-bottom: 3px solid #fff;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    color: #fff;
}

div.modul.menu {
    height: auto;
    background: #5B7085;
}

div#strzalka {
    background: url('/images/menu_strzalka.png') #5b7085 no-repeat;
    height: 30px;
}

div#menu ul {
    width: 200px;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

div#menu ul a {
    color: #fff;
    display: inline-block;
    width: 185px;
}

div#menu ul a:hover {
    text-decoration: none;
}

div#menu ul, div#menu ul li {
    margin: 0;
    padding: 0;
    line-height: 40px;
    padding-top: 2px;
}

div#menu ul li {
    list-style-image: url('/images/li_strzalka.png');
    list-style-position: inside;
    background: url('/images/kropeczki.png') repeat-x;
    background-position: top left;
    cursor: pointer;
    padding-left: 20px;
    width: 100%;
}

div#menu ul li.dropped {
    list-style-image: none;
    list-style-position: inside;
    background: url('/images/kropeczki.png') repeat-x;
    background-position: top left;
    cursor: pointer;
    padding-left: 36px;
    width: 100%;
}

div#menu ul li:hover {
    text-shadow: 0 0 15px #f0f0f0;
}

div#menu ul li.active.down {
    list-style-image: url('/images/li_strzalka_down.png');
    list-style-position: inside;
    background: url('/images/kropeczki.png') repeat-x;
    background-position: top left;
    cursor: pointer;
    padding-left: 20px;
    width: 100%;
    color: white !important;
    box-shadow: none !important;
    text-color: white !important;
}

div#menu ul li.active {
    background: #fff;
    color: #BC3517;
    list-style-image: url('/images/li_strzalka_active.png');
    box-shadow: 0 0 10px #ccc inset;
}

div#menu ul li.active.down a {
    color: white;
}

div#menu ul li.active a {
    color: #BC3517;
}

div#menu ul li.active + li, div#menu ul li.active + div.kropeczki {
    background-image: none;
}

div#menu ul li:hover {
    cursor: pointer;
}

div#menu div.kropeczki {
    height: 2px;
    background: url('/images/kropeczki.png') repeat-x;
    background-position: bottom;
    width: 220px;
}

div#menu div.modul {
    position: relative;
    height: 50px;
    border-bottom: 3px solid #fff;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

div#menu div.modul.pokaz {
    border: none;
}

div#menu div.modul.radcy {
    background: #bc3517;
}

div#menu div.modul.wykladowcy {
    background: #286d7d;
}

div#menu div.modul.aplikanci {
    background: #01503d;
}

div#menu div.modul img {
    position: relative;
    top: -1px;
    left: 3px;
}

div#menu div.modul.logowanie {
    display: none;
    height: auto;
    line-height: 27px;
}

div#menu div.modul.logowanie.radcy {
    background: url('/images/logowanie_radcow_tlo.png') #bc3517 repeat-x;
}

div#menu div.modul.logowanie.wykladowcy {
    background: url('/images/logowanie_wykladowcow_tlo.png') #286d7d repeat-x;
}

div#menu div.modul.logowanie.aplikanci {
    background: url('/images/logowanie_aplikantow_tlo.png') #01503d repeat-x;
}

div#menu div.modul.logowanie input[type='text'], div#menu div.modul.logowanie input[type='password'], div#menu div.modul.logowanie input[type='number'] {
    padding-left: 5px;
    height: 18px;
    width: 180px;
    border: none;
    box-shadow: 1px 1px 3px #777777 inset;
}

div#menu div.modulmenu {
    position: relative;
    height: 50px;
    border-bottom: 3px solid #fff;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

div#menu div.modulmenu.radcy {
    background: #bc3517;
}

div#menu div.modulmenu.wykladowcy {
    background: #286d7d;
    font-size: 22px;
}

div#menu div.modulmenu.aplikanci {
    background: #01503d;
}

div.menu {
    border-bottom: 3px solid #fff;
    background: #5B7085;
}


div#menu div.blok_szary {
    background: #EBEBEB;
    padding: 10px;
    height: 100%;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
    clear: both;
}

input.przycisk,
button.przycisk {
    overflow: visible;
    min-width: 70px !important;
    width: auto !important;
    cursor: pointer;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 10px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    height: 21px;
    vertical-align: middle;
    margin: auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 2px rgba(110, 110, 110, 0.75);
    -moz-box-shadow: 1px 1px 2px rgba(110, 110, 110, 0.75);
    box-shadow: 1px 1px 2px rgba(110, 110, 110, 0.75);
}

.komunikaty {
    float: right;
    vertical-align: middle;
}

input.przycisk.komunikaty.komunikat {
    margin: 15px;
    margin-right: 30px;
    float: right;
    vertical-align: middle;
}

input.przycisk.logowanie {
    width: 185px !important;
    background: url("/images/przycisk_zielony_tlo.png") repeat-x scroll 0 0 / 1px 38px !important;
}

input.przycisk.right,
button.przycisk.right {
    float: right;
    margin-top: 7px;
}

input.przycisk.left,
button.przycisk.left {
    float: left;
    margin-top: 7px;
}

input.przycisk.czerwony,
button.przycisk.czerwony {
    background: url("/images/przycisk_czerwony_tlo.png") repeat-x;
    background-color: #c74e39;
    background-size: contain;
    border: 1px solid #c74e39;
    color: #FFFFFF;
}

input.przycisk.zielony,
button.przycisk.zielony {
    background: url("/images/przycisk_zielony_tlo.png") repeat-x;
    background-color: #569c26;
    border: 1px solid #569c26;
    color: #FFFFFF;
}

input.przycisk.niebieski,
button.przycisk.niebieski {
    background: url("/images/przycisk_niebieski_tlo.png") repeat-x;
    background-color: #269c9c;
    border: 1px solid #269c9c;
    color: #FFFFFF;
}

input.przycisk.niebieski.disabled,
button.przycisk.niebieski.disabled,
input.przycisk.zielony.disabled,
button.przycisk.zielony.disabled,
input.przycisk.czerwony.disabled,
button.przycisk.czerwony.disabled {
    filter: grayscale(100%);
}


/* CSS 3 Wyszukiwarka ogólna by wodzu */

table.wyszuk_table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 3px #DDD;
}

table.wyszuk_table.statusy tr td {
    padding: 0px;
    font-size: 0.9em;
    padding: 3px;
}

table.wyszuk_table tr:last-child {
    cursor: default;
}

table.wyszuk_table td {
    padding: 4px;
}

table.wyszuk_table td.przypisy {
    font-size: 0.8em;
    color: grey;
}

table.wyszuk_table td.prawa {
    text-align: right;
}

table.wyszuk_table tr.naglowek td {
    font-weight: bold;
    border: 1px solid #DBDBDB;
}

table.wyszuk_table td.naglowek {
    font-weight: bold;
    border: 1px solid #DBDBDB;
}

table.wyszuk_table tr.wysrodkowane td {
    text-align: center;
}

table.wyszuk_table th {
    color: #555;
    padding: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F3F3F3;
    background: url(/images/table_header.gif) repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

table.wyszuk_table th a {
    color: #555;
}

table.wyszuk_table th.text {
    text-align: left;
}

table.wyszuk_table tbody td:nth-child(n+2) {
    border-left: 1px solid #E7E7E7;
}

table.wyszuk_table tbody tr.clickable {
    cursor: pointer;
}

table.wyszuk_table tbody tr:nth-child(2n+1) {
    background-color: #f3f3f3;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.wyszuk_table tbody tr.podsw:nth-child(2n+1):hover {
    background: #F2F0E5;
}

table.wyszuk_table tbody tr:nth-child(2n+2) {
    background-color: #FFF;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.wyszuk_table tbody tr.podsw:nth-child(2n+2):hover {
    background: #F2F0E5;
}

table.wyszuk_table tbody tr:nth-child(n+2) {
    border-top: 1px solid #E7E7E7;
}

table.wyszuk_table tr.zaznaczony td {
    background-color: #E3EAF1;
    border-top: 1px solid #94B3D1;
    border-bottom: 1px solid #94B3D1;
}

table.wyszuk_table tr.zaznaczony td:nth-child(n+2) {
    border-left: 1px dashed #94B3D1;
}

/* ** */

.link {
    cursor: pointer;
}

.fast-navigation {
    position: fixed;
    right: -50px;
    bottom: 60px;
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    width: 40px;
    height: 79px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    opacity: 0.55;
}

.fast-navigation:hover {
    opacity: 1;
}

.fast-nav-button {
    opacity: 0.55;
    padding-left: 3px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #f0f0f0;
}

.fast-nav-button:hover {
    opacity: 1;
}

.pic {
    background-image: url(/images/iconmap.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 0.00001em;
}

.icon {
    width: 16px;
    height: 16px;
    text-indent: -10000px;
    margin-left: 3px;
    margin-right: 3px;
}

.pic.logout {
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
}

.pic.logout:hover {
    background-position: -32px 0px;
}

.pic.delete {
    background-position: 0px -32px;
}

.pic.file {
    background-position: -16px -32px;
}

.pic.save {
    background-position: -32px -32px;
}

.pic.ok {
    background-position: -48px -32px;
}

.pic.document {
    background-position: -64px -32px;
}

.pic.add {
    background-position: -80px -32px;
}

.pic.copy {
    background-image: url(/images/icons/copy_icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    color: white;
    cursor: pointer;
}

.pic.edit {
    background-position: 0px -48px;
}


.find {
    background-image: url(/images/find.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    color: white;
    cursor: pointer;
}

.pdf {
    background-image: url(/images/icons/pdf_icon.gif);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    color: white;
    cursor: pointer;
}

.pic.excel {
    background-position: -64px -48px;
}

.both {
    clear: both;
}


/* ----- Formularze tabelaryczne by Wodzu ----- */
table.form {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Trebuchet MS", sans-serif;
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}

table.form th {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #BC3517;
}

table.form tr td.label {
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    min-width: 120px;
    vertical-align: middle;
}

table.form tr td.content {
    padding: 5px;
    position: relative;
}

.form input[type="text"], .form input[type="number"], .form input[type="password"], .form select, .form textarea {
    width: 195px;
    padding: 4px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid;
    border-color: #d5d5d5 #EBEBEB #EBEBEB #d5d5d5;
    box-shadow: 1px 1px 2px #e5e5e5 inset, 1px 1px 0 #fff;
    color: #333;
    font-size: 0.9em;
}

table.form select {
    width: 205px;
    height: 25px;
}

table.form select option {
    padding: 3px;
}

table.form input[type="text"]:hover, table.form input[type="number"]:hover, table.form input[type="password"]:hover, table.form select:hover, table.form textarea:hover {
    border-color: #B2C7D7 #D0E1EE #D0E1EE #B2C7D7;
}

table.form input[type="text"]:focus, table.form input[type="number"]:focus, table.form input[type="password"]:hover, table.form select:focus, table.form textarea:focus {
    border-color: #B2C7D7 #D0E1EE #D0E1EE #B2C7D7;
    background: #F3F6FA;
}

hr {
    background: #E5E5E5;
    border: none;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 1px;
    margin: 10px 0 10px;
    width: 100%;
}

div.leftpanel {
    margin: 0;
    float: left;
    width: 335px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
    box-shadow: 1px 0 0 #FFFFFF;
}

div.rightpanel {
    margin: 0;
    float: right;
    width: 335px;
    padding-left: 15px;
}

div.optionContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

div.option {
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 5px 10px;

    box-shadow: 1px 1px 3px #999;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    color: #BC3517;
    margin-bottom: 10px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

/*div.delete {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: red;
}*/

.usuniecie {
    text-decoration: line-through;
    color: red !important;
}

.inputError {
    background: #FAE9E9 !important;
    border-color: #D6B0B0 #E8CACA #E8CACA #D6B0B0 !important;
}

input.error, textarea.error, select.error {
    background: #FAE9E9 !important;
    border-color: #D6B0B0 #E8CACA #E8CACA #D6B0B0 !important;
}


div#menu_tab {
    width: 715px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    margin: 0 -15px;
    margin-bottom: 15px;
}

div#menu_tab span {
    display: inline-block;
    vertical-align: bottom;
    padding: 5px;
    background: url(/images/table_header.gif) repeat-x #F0F0F0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
    cursor: pointer;
    font-size: 10px;
    color: #888;
}

div#menu_tab span:hover {
    color: #555;
    text-decoration: underline;
    box-shadow: 0 0 2px #DDDDDD;
}

div#menu_tab span:hover a {
    color: #555;
}

div#menu_tab span.active {
    background: #F7F7F7;
    padding: 6px 6px;
    color: #555;
    font-size: 10px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    box-shadow: 0 1px 0 #F7F7F7, 2px -2px 4px #EBEBEB;
}

div#menu_tab span.active a {
    color: #555;
}

table.wyszuk_table span.navigator {
    margin: 0;
    margin-right: -4px;
}

table.wyszuk_table span.navigator span.current {
    padding: 5px 7px;
}

table.wyszuk_table span.navigator span a {
    padding: 5px 7px;
}

table.wyszuk_table span.navigator span.current {
    background: #f0f0f0;
}

table.wyszuk_table span.navigator span a:hover {
    background: #f0f0f0;
}

*[disabled=disabled] {
    color: #aaa !important;
}

.navigator {
    margin-top: 20px;
    float: right;
}

.navigator a {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    text-decoration: none;
}

.navigator a:hover {
    background: #ddd;
}

.navigator span.current {
    display: inline-block;
    padding: 5px;
    background: #bc3517;
    border: 1px solid #873322;
    color: #fff;
    text-decoration: none;
}

.iloscWynikow {
    float: left;
    margin-top: 20px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #666666;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}

#dropFile, #dropFile2 {
    height: 150px;
    border: 3px dashed silver;
    cursor: pointer;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    text-align: center;
}

.dz-message {
    text-align: center;
    padding-top: 60px;
    font-size: 14px;
    color: gray;
}

.dz-preview {
    float: left;
}

.ui-widget-header {
    background: none repeat scroll 0 0 #BC3517 !important;
    border: 1px solid #BC3517 !important;
}

.ui-state-default {
    background: none repeat scroll 0 0 #BC3517 !important;
    border: 1px solid #BC3517 !important;
}

.ui-state-highlight {
    color: #F9DD34 !important;
    font-weight: bold;
}

.ui-state-hover {
    background-color: #da5335 !important;
    transition: all 0.2s ease-in-out 0s;
}

.right {
    /*text-align: right;*/
    float: right;
}

.left {
    /*text-align: left;*/
    float: left;
}

.pic {
    background-image: url(/images/iconmap.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 0.00001em;
    cursor: pointer;
}

#lista_telefonow_kontrahent select {
    width: 105px;
}

table.auto_numbering {
    counter-reset: line-number;
}

table.auto_numbering tbody tr:not(.skip_auto_numbering) td:first-child:before {
    content: counter(line-number) ".";
    counter-increment: line-number;
    padding-right: 0.3em;
}


.ui-autocomplete.ui-menu {
    max-height: 400px;
    overflow-y: scroll;
}

.ui-slider-range {
    background-color: #5B7085 !important;
    border-color: gray !important;
}

#menu_logowanie {
    margin: 0;
    padding: 0;
}

#menu_logowanie.deactive ul#strefa_notariusza li, #menu_logowanie.deactive ul#strefa_notariusza {
    cursor: not-allowed !important;
}

#menu_logowanie ul {
    margin: 0px !important;
    width: 100% !important;
    background-color: #FFFFFF !important;
}

#menu_logowanie ul.sekcja li:first-of-type {
    background-color: #bc3517 !important;
    font-size: 24px !important;
    line-height: 50px;
    font-family: "Times New Roman", Georgia, serif;
    padding-left: 10px !important;
}

#menu_logowanie ul.sekcja.active li:first-of-type {
    margin-bottom: 2px !important;
}

#menu_logowanie li.strzalka {
    background: #5b7085 url("/images/menu_strzalka.png") no-repeat scroll 0 0 !important;
    height: 10px;
    cursor: default;
}

#menu_logowanie ul.sekcja li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 40px;
    background: #5B7085;
    padding-left: 20px !important;
}

#menu_logowanie ul.sekcja li:nth-of-type(n+4) {
    background: #5b7085 url("/images/kropeczki.png") repeat-x scroll left top !important;

}

#menu_logowanie ul.sekcja li:nth-of-type(n+3) {
    list-style-image: url("/images/li_strzalka.png");
    list-style-position: inside;
}

#menu_logowanie ol {
    background-color: blue !important;
    margin: 0px !important;
}

#menu_logowanie ul.sekcja:not(#strefa_notariusza) li:nth-of-type(n+2) {
    display: none;
}

div.info_neutralne {
    border: 1px solid #188BC0;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: #efefef;
    color: #335C98;
    padding: 10px;
}

div.info_ostrzezenie {
    border-left: 1px solid #FF7340;
    border-right: 1px solid #FF7340;
    border-top: 1px solid #FF7340;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #A62D00;
    padding: 10px;
}

div.info_ostrzezenie_not_allowed {
    cursor: not-allowed;
}


/**
 *  Podgląd pierwszej strony dokumentu
 *
 */
.dok-preview-holder {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 400px;
    width: 400px;
}

.dok-preview {
    max-height: 400px;
    max-width: 400px;
}

.ui-tooltip {
    max-width: 400px !important;
}


.text-area-docs {
    border: 1px solid #ddd;
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.text-area-docs:focus {
    border: 1px solid #ccc;
}

.info_o_terminie:hover {
    filter: brightness(110%);
    transition: all .2s ease-in-out;
}

tr#zakres li {
    padding-left: 1.28571429em;
    text-indent: -1.571429em;
}

#okno_main {
    z-index: 11;
    position: fixed;
    padding: 10px;
    background-color: white;
    width: 500px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(49, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 12px 6px rgba(49, 50, 50, 0.55);
    box-shadow: 0px 0px 12px 6px rgba(49, 50, 50, 0.55);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 10%;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 80%;
    overflow-y: auto;
}

#konto_bankowe {
    font-size: 16px;
    background-color: #BC3517;
    padding: 5px;
    text-align: center;
    font-family: Times New Roman, Georgia, serif;
}

.zdjecie_moje_dane {
    width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px #ddd;
}

.zakladki.menu div, .tab {
    transition: all .25s ease-in-out;
}

@media only screen and (max-width: 1032px) {
    body {
        margin-top: 0;
    }

    .ui-dialog {
        width: calc(100% - 6px) !important;
        max-width: 100% !important;
    }

    .sto {
        width: 100% !important;
        display: flex !important;
    }

    table.default, table.default-statystyki {
        display: inline-block;
        overflow-x: auto;
        width: 100% !important;
        max-width: 100% !important;
    }

    table.default tr td, table.default tr th {
        padding: 8px !important;
        width: 100vw;
    }

    .zakladki {
        margin-top: 0 !important;
    }
    .zakladki.contenter {
        width: 100%;
    }
    .zakladki.menu {
        height: 40px !important;
    }
    .tab {
        width: 100% !important;
    }

    input.przycisk.czerwony,
    button.przycisk.czerwony,
    input.przycisk.zielony,
    button.przycisk.zielony,
    input.przycisk.niebieski,
    button.przycisk.niebieski {
        height: 28px;
    }

    input.przycisk, button.przycisk {
        background-size: contain !important;
        font-size: 12px !important;
    }

    .iloscWynikow {
        margin-left: 10px;
    }

    .fast-navigation {
        display: none;
        bottom: 30px;
    }

    .first-collapse tr:not(:first-of-type) .a-hide {
        display: none;
    }

    h1 {
        font-size: 16px;
    }
    h3 {
        font-size: 14px;
        padding: 10px;
    }

    p {
        line-height: 16px;
    }

    div#top {
        position: fixed;
        background: rgba(0, 0, 0, 0);
        border-bottom: none;
        height: 46px;
        width: 100%;
        transition: .3s all ease-in-out;
        background-color: white;
        z-index: 9;
        top: 0;
        padding-top: 15px;
        border-bottom: 4px solid #889cb0;
        margin: 0;
        box-shadow: 0 0 24px #999;
    }

    div#top img {
        margin-top: 0;
        margin-left: 65px;
        width: 38px;
    }

    div#top p {
        padding-top: 0px !important;
        line-height: 17px !important;
        font-size: 17px;
        letter-spacing: 0 !important;
    }

    div#menu {
        position: fixed;
        display: inline-table;
        top: 0;
        left: -225px;
        z-index: 9;
        border-right: 5px solid #889cb0;
        transition: .3s all ease-in-out;
    }

    div#menu > .wrapper {
        display: inline-block;
        position: fixed;
        width: 61px;
        height: 61px;
        line-height: 61px;
        text-align: center;
        vertical-align: middle;
        background-color: white;
        color: #889cb0;
        font-size: 18px;
        z-index: 9;
        top: 0;
        left: 0;
        border-bottom-right-radius: 16px;
        transition: all .3s ease-in-out;
    }

    div#menu .menu {
        overflow: hidden auto;
        height: calc(100vh - 106px);
    }

    div#content {
        width: 100%;
        height: auto;
        float: left;
        transition: .3s all ease-in-out;
    }

    div#kontener {
        width: 100%;
    }

    div#kontener2 {
        margin: 64px 0;
        border-top: none;
    }

    div#pracownik {
        width: 100%;
        padding: 10px 15px;
        transition: .3s all ease-in-out;
        margin-bottom: 0;
    }

    div#f_content > div {
        position: absolute;
    }

    div#header {
        height: min-content;
        line-height: initial;
        padding: 15px 20px;
    }

    #okno_main {
        top: 10%;
    }

    #pracownikMenu {
        display: inline-block !important;
    }

    #konto_bankowe {
        padding: 10px 15px;
    }

    #nazwa_wyszukiwanego_arrow {
        left: calc(100% - 20px) !important;
    }

    .form input[type="text"], .form input[type="number"], .form input[type="password"], .form select, .form textarea {
        width: 100%;
    }

    div.rightpanel, div.leftpanel {
        float: left;
        clear: both;
        border: none !important;
        padding: 0 !important;
        box-shadow: none;
        width: 100%;
    }

    div.rightpanel.mobile, div.leftpanel.mobile {
        padding: 15px !important;
    }

    div.margin {
        width: calc(100% - 40px) !important
    }

    div.rightpanel .label,
    div.leftpanel .label,
    table.form tr td.label {
        max-width: 35% !important;
        min-width: 35% !important;
    }

    div.rightpanel .content,
    div.leftpanel .content,
    table.form tr td.content {
        max-width: 65% !important;
        min-width: 65% !important;
    }

    div.searching:not(.filemanager) {
        width: calc(100% - 40px) !important;
        max-width: 100% !important;
    }
    div.searching:not(.filemanager).s-3, div.searching:not(.filemanager).s-4, div.searching:not(.filemanager).s-5 {
        grid-template-columns: auto auto;
    }
    div.searching:not(.filemanager).s-6 {
        grid-template-columns: auto auto auto;
    }
    div.searching:not(.filemanager) .search-item.col2, div.searching:not(.filemanager) .search-item.col3, div.searching:not(.filemanager) .search-item.col4, div.searching:not(.filemanager) .search-item.col5 {
        grid-column: 1 / span 2;
    }
    .h-bottom, .h-top, .h-center, .w-left, .w-center, .w-right {
        display: grid;
    }
}

@media only screen and (max-width: 600px) {
    .zdjecie_moje_dane {
        width: 130px;
    }

    .zakladki {
        float: unset;
        width: 100% !important;
    }
    .zakladki.menu {
        height: max-content !important;
        display: inline-grid;
        bottom: 0 !important;
        margin: 6px 0 !important;
    }
    .zakladki.menu div {
        margin: 2px 8px !important;
        border: 1px solid #889cb0 !important;
        background-color: #889cb0 !important;
        color: white !important;
        border-radius: 4px;
    }
    .zakladki.menu div.active {
        background-color: white !important;
        border: 2px solid #889cb0 !important;
        color: grey !important;
    }
    .zakladki.menu div i {
        margin: auto 10px !important;
    }
    .zakladki.contenter {
        padding: 0 !important;
    }
    .tab {
        width: 100% !important;
    }

    .iloscWynikow {
        margin-left: 0;
        margin-top: 8px;
        float: unset;
    }
    .navigator {
        display: block;
        float: unset;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .form input[type="text"], .form input[type="number"], .form input[type="password"], .form select, .form textarea {
        width: calc(100% - 10px) !important;
    }

    table.default {
        margin: 0px !important;
    }
    table.default.listy tr td:last-of-type {
        position: absolute;
        width: min-content;
        background-color: white !important;
        border-left: 1px solid #ddd;
        right: 0;
        width: 22px;
    }

    table.default.details tr td:last-of-type .right {
        float: left;
    }

    div#top img {
        display: none;
    }

    div#top p {
        line-height: 14px !important;
        margin-left: 70px !important;
        font-size: 14px;
        letter-spacing: 0 !important;
    }

    div#kontener2 {
        margin: 62px 0;
    }

    div.mobile-center {
        text-align: center;
    }

    #okno_main {
        width: auto;
        left: 0;
    }

    #okno_main form[name="logowanie"] {
        display: block;
        text-align: center;
    }

    #okno_main form[name="logowanie"] input.przycisk {
        float: none;
    }

    #okno_main p {
        text-align: justify;
    }

    #okno_main input {
        width: 18vh;
    }

    #okno_main select {
        width: 19.5vh;
    }

    fieldset {
        padding: 1em !important;
    }

    input.przycisk.komunikaty.komunikat {
        float: unset;
        margin-right: 0;
    }

    .saldo {
        position: absolute;
        right: 0;
    }

    div#header {
        border-top: none !important;
        border-bottom: none !important;
    }

    div.search-bar {
        display: flow-root;
    }
    div.searching:not(.filemanager) {
        width: calc(100% - 10px) !important;
        max-width: 100% !important;
        padding: 8px 4px;
        display: none;
    }
    div.searching:not(.filemanager).s-3, div.searching:not(.filemanager).s-4, div.searching:not(.filemanager).s-5, div.searching:not(.filemanager).s-6 {
        grid-template-columns: auto;
    }
    div.searching:not(.filemanager) .search-item.col2, div.searching:not(.filemanager) .search-item.col3, div.searching:not(.filemanager) .search-item.col4, div.searching:not(.filemanager) .search-item.col5 {
        grid-column: 1;
    }
    div.search-item > input.przycisk, div.search-item > button.przycisk {
        width: calc(100% - 12px) !important;
        margin: 10px 6px;
        float: none !important;
    }
    .w-right, .w-center, .w-left, .h-top, .h-center, .h-bottom {
        justify-content: unset;
    }
}

.import-label {
    background-color: beige;
    padding: 2px 5px;
    font-weight: bold;
    font-size: xx-small;
    border-radius: 5px;
    border: 1px solid yellowgreen;
}

#sessionWarningModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#sessionWarningModal .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    margin: auto;
}

#sessionWarningModal .modal-content p {
    margin: 0 0 20px;
}
