*{
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1em;
    vertical-align: baseline;
    text-decoration: none;
    outline: 0;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    cursor: default;
    box-sizing: border-box;
    max-width: 100%;
}
a,
a *{
    cursor: pointer;
}
table{
    border-collapse: collapse;
}
table tr th,
table tr td{
    vertical-align: middle;
}
input:not([type=checkbox]){
    border: 1px solid #98989E;
    border-radius: 3px;
    width: 150px;
    height: 25px;
}
input[type=submit]{
    background-image: linear-gradient(to bottom, #6C89C4, #5B74A8);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
    cursor: pointer;
}
input[type=submit].height_35{
    height: 37px;
    font-weight: bold;
    font-size: 1em;
}
input[type=submit]:hover{
    background-image: linear-gradient(to bottom, #799FED, #7595D9);
    color: #000000;
}
#debug_info{
    position: fixed;
    padding: 1em 1.1em;
    background-color: #D9D9D9;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 70px;
}
#debug_info span{
    font-weight: bold;
    font-size: 2em;
}
/*=================================CLASS======================================*/
.clear{
    clear: both;
}
.right{
    float: right;
}
.left{
    float: left;
}
.bold{
    font-weight: bold;
}
.clickable{
    cursor: pointer;
}
.a_button{
    display: inline-block;
    padding: 12px 40px;
    background-image: linear-gradient(to bottom, #6C89C4, #5B74A8);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
}
.a_button:hover{
    background-image: linear-gradient(to bottom, #799FED, #7595D9);
    color: #000000;
}
.status_1{
    color: #F00F00!important;
}
.status_2{
    color: #3E962F!important;
}
.padding_top_20{
    padding: 20px 0 0 0;
}
.w_60{
    width: 60px!important;
}
.w_120{
    width: 120px!important;
}
.w_140{
    width: 140px!important;
}
/*=================================CLASS======================================*/
#show_message{
    position: fixed;
    width: 100%;
    height: 100%;
}
#show_message #window_message{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 220px;
    background-color: #CDD0D8;
    border: 1px solid #355089;
}
#show_message #window_message #window_message_title{
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #355089;
}
#show_message #window_message #window_message_text{
    height: 160px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
}
#show_message #window_message #window_message_close{
    text-align: center;
    font-weight: bold;
}
#show_message #window_message #window_message_close span{
    display: inline-block;
    width: 90px;
    border: 1px solid #355089;
    padding: 5px 10px;
    cursor: pointer;
}
html,
body,
#contener{
    height: 100%;
    min-width: 900px;
}
#contener{
    width: 80%;
    max-width: 1250px;
    margin: 0 auto;
}
#contener header{
    height: 9%;
    max-height: 80px;
    background-image: url('img/pasek_naglowek.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 467px 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
#contener header span{
    color: #355089;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 0 2.1em;
}
#contener #bar{
    min-height: 22px;
    background-color: #355089;
    margin: 1px 0 0 0;
}
#contener #bar div.left{
    padding: 0 0 0 5px;
}
#contener #bar div span,
#contener #bar div a{
    color: #FFFFFF;
    font-size: 0.75em;
    line-height: 22px;
    display: inline-block;
}
#contener #bar div.left span{
    padding: 0 2em 0 0;
}
#contener #bar a{
    padding: 0 2em;
}
#contener #bar a:hover{
    color: #FF9900;
}
#contener #page{
    min-height: 415px;
}
#contener #page.default_height{
    height: 470px;
}
#contener #page nav{
    height: 100%;
    float: left;
}
#contener #page nav.width_1{
    width: 23%;
    max-width: 300px;
}
#contener #page nav.width_2{
    width: 18%;
    max-width: 200px;
    padding: 1.5em 0 0 0;
}
#contener #page nav #menu{
    background-color: #F4F6F9;
    border: 1px solid #CADEFC;
    width: 202px;
    padding: 3px 0 8px 4px;
}
#contener #page nav #menu a{
    display: block;
    border: 1px solid #A6A9B3;
    width: 90%;
    line-height: 35px;
    margin: 0 auto;
    color: #2B406E;
    font-weight: bold;
    font-size: 0.8em;
    margin: 5px 0 0 7px;
    padding: 0 0 0 5px;
    background-color: #D9DEEB;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E8F1), to(#D9DEEB));
    background-image: -webkit-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -moz-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -ms-linear-gradient(top, #E5E8F1,#D9DEEB);
    background-image: -o-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: linear-gradient(to bottom, #E5E8F1, #D9DEEB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E5E8F1, endColorstr=#D9DEEB);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
}
#contener #page nav #menu a:hover{
    margin-left: 20px;
    border: 1px solid #D4A339;
    color: #1A1F47;
    background-color: #ECB94A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5CD78), to(#ECB94A));
    background-image: -webkit-linear-gradient(top, #F5CD78, #ECB94A);
    background-image: -moz-linear-gradient(top, #F5CD78, #ECB94A);
    background-image: -ms-linear-gradient(top, #F5CD78,#ECB94A);
    background-image: -o-linear-gradient(top, #F5CD78, #ECB94A);
    background-image: linear-gradient(to bottom, #F5CD78, #ECB94A);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F5CD78, endColorstr=#ECB94A);
}
#contener #page nav #menu a.active{
    margin-left: 1.6em;
    color: #000000;
    background-color: #D9DEEB;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D9DEEB), to(#C0C7DC));
    background-image: -webkit-linear-gradient(top, #D9DEEB, #C0C7DC);
    background-image: -moz-linear-gradient(top, #D9DEEB, #C0C7DC);
    background-image: -ms-linear-gradient(top, #D9DEEB,#C0C7DC);
    background-image: -o-linear-gradient(top, #D9DEEB, #C0C7DC);
    background-image: linear-gradient(to bottom, #D9DEEB, #C0C7DC);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D9DEEB, endColorstr=#C0C7DC);
}
#contener #page #content{
    height: 100%;
    float: right;
    font-size: 0.75em;
}
#contener #page #content.width_1{
    width: 77%;
}
#contener #page #content.width_2{
    width: 82%;
    padding: 2em 0 0 0;
}
#contener #page #content #bg{
    background-color: #E3E7F3;
    width: 100%;
    height: 100%;
}
#contener footer{
    padding: 1.1em 0 5em 0;
    text-align: center;
}
#contener footer span{
    font-size: 0.75em;
    color: #888FA2;
    font-weight: bold;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
#contener footer img{
    height: 25px;
}
/*====================================INDEX===================================*/
#contener #page nav #logowanie_bg{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #CDD0D8;
    width: 100%;
    height: 100%;
}
#contener #page nav #logowanie{
    width: 220px;
    text-align: center;
    margin: 0 auto;
    padding: 1.1em 0 0.2em 0;
    border: 1px solid #DDDDDD;
}
#contener #page nav #logowanie label{
    font-size: 0.75em;
    color: #1c235a;
    display: inline-block;
    width: 50px;
    line-height: 35px;
}
#contener #page nav #logowanie input[type=submit]{
    height: 35px;
    width: 100px;
    margin: 1em 0 0 0;
}
#contener #page #content #index{
    padding: 12.8em 0 0 0;
}
#contener #page #content #index #img{
    background-image: url('img/teczki_serwer.jpg');
    width: 450px;
    height: 150px;
    margin: 1.8em auto 0 auto;
}
#contener #page #content #index #temporary_message{
    text-align: center;
    width: 70%;
    margin: 1.6em auto 0 auto;
    padding: 0.5em;
}
#contener #page #content #index #temporary_message.show{
    border: 1px solid red;
}
#contener #page #content #index #temporary_message span{
    font-size: 1.25em;
    color: #273356;
    font-weight: bold;
}
#contener #page #content #index #text{
    text-align: center;
    margin: 2em 0 0 0;
}
#contener #page #content #index #text span{
    color: #273356;
}
/*===================================!INDEX!==================================*/

/*==================================!GLOWNA!==================================*/
#contener #page #content #glowna{
    padding: 10px 0 0 0;
}
#contener #page #content #glowna #img{
    background-image: url('img/kartki_skaner_dysk.jpg');
    width: 540px;
    height: 180px;
    margin: 0 auto;
}
#contener #page #content #glowna #text{
    padding: 100px 0 0 0;
    text-align: center;
}
#contener #page #content #glowna #text span{
    color: #273356;
}
/*==================================!GLOWNA!==================================*/

/*===============================!FILTROWANIE!================================*/
#filtrowanie #title{
    background-color: #355089;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F62AB), to(#355089));
    background-image: -webkit-linear-gradient(top, #3F62AB, #355089);
    background-image: -moz-linear-gradient(top, #3F62AB, #355089);
    background-image: -ms-linear-gradient(top, #3F62AB,#355089);
    background-image: -o-linear-gradient(top, #3F62AB, #355089);
    background-image: linear-gradient(to bottom, #3F62AB, #355089);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3F62AB, endColorstr=#355089);
    text-align: center;
}
#filtrowanie #title span{
    color: #FFFFFF;
    line-height: 20px;
}
#filtrowanie #form{
    background-color: #CAD1E8;
    min-height: 30px;
    overflow: hidden;
}
#filtrowanie #form.przeglad_dokumentow{
    height: 90px;
}
#filtrowanie #form.przeglad_dokumentow.extended{
    height: 210px;
}
#filtrowanie #form label:not(.checkbox){
    display: inline-block;
    width: 95px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
    padding: 0 5px 0 0;
}
#filtrowanie #form input[type=date],
#filtrowanie #form input[type=text]{
    height: 20px;
    width: 100px;
    padding: 0 0 0 5px;
}
#filtrowanie #form input[type=date]{
    font-size: 0.8em;
    padding: 0;
}
#filtrowanie #form #extend{
    display: inline-block;
}
#filtrowanie #form #buttons{
    padding: 0 0 0 10px;
    display: inline-block;
    height: 30px;
}
#filtrowanie #form #buttons input[type=submit]{
    padding: 2px 0 0 0;
    width: 70px;
    font-size: 1em;
    font-weight: bold;
    border: 1px solid #588944;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #588944;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#64a852), to(#588944));
    background-image: -webkit-linear-gradient(top, #64a852, #588944);
    background-image: -moz-linear-gradient(top, #64a852, #588944);
    background-image: -ms-linear-gradient(top, #64a852,#588944);
    background-image: -o-linear-gradient(top, #64a852, #588944);
    background-image: linear-gradient(to bottom, #64a852, #588944);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#64a852, endColorstr=#588944);
}
#filtrowanie #form #buttons input[type=submit]:hover{
    color: #000;
    background-color: #649C4E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71BF5C), to(#649C4E));
    background-image: -webkit-linear-gradient(top, #71BF5C, #649C4E);
    background-image: -moz-linear-gradient(top, #71BF5C, #649C4E);
    background-image: -ms-linear-gradient(top, #71BF5C,#649C4E);
    background-image: -o-linear-gradient(top, #71BF5C, #649C4E);
    background-image: linear-gradient(to bottom, #71BF5C, #649C4E);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#71BF5C, endColorstr=#649C4E);
}
#filtrowanie #form #buttons input[type=checkbox]{
    margin: 0 0 0 10px;
}
#filtrowanie #form #buttons label.checkbox{
    vertical-align: text-top;
}
/*===============================!FILTROWANIE!================================*/

/*=================================!REKORDY!==================================*/
#records .title{
    border: 1px solid #828282;
    background-color: #355089;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F62AB), to(#355089));
    background-image: -webkit-linear-gradient(top, #3F62AB, #355089);
    background-image: -moz-linear-gradient(top, #3F62AB, #355089);
    background-image: -ms-linear-gradient(top, #3F62AB,#355089);
    background-image: -o-linear-gradient(top, #3F62AB, #355089);
    background-image: linear-gradient(to bottom, #3F62AB, #355089);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3F62AB, endColorstr=#355089);
    text-align: left;
}
#records .title span{
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 1.7em;
    font-weight: bold;
}
#records #no_data{
    text-align: center;
    padding: 50px 0 0 0;
}
#records #no_data span{
    font-weight: bold;
    font-size: 1.4em;
}
#records #data:not(.padding_0){
    padding: 20px 0 0 0;
}
#records #data table{
    width: 100%;
}
#records #data table tr:first-child th{
    height: 25px;
    color: #1A1F47;
    border: 1px solid #A6A9B3;
    background-color: #D9DEEB;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E8F1), to(#D9DEEB));
    background-image: -webkit-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -moz-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -ms-linear-gradient(top, #E5E8F1,#D9DEEB);
    background-image: -o-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: linear-gradient(to bottom, #E5E8F1, #D9DEEB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E5E8F1, endColorstr=#D9DEEB);
    text-align: center;
}
#records #data table tr:first-child th:first-child,
#records #data table tr:first-child td:first-child{
    width: 30px;
}
#records #data table tr td{
    height: 25px;
    padding: 0 5px;
    color: #1c235a;
    border: 1px solid #DCDDE0;
}
#records #data table tr td:first-child a{
    display: block;
    width: 18px;
    height: 18px;
}
#records #data table tr td:first-child a img{
    width: 18px;
    height: 18px;
}
#records #data table tr:nth-child(odd) td{
    background-color: #F0F1F7;
}
#records #data table tr:first-child th span{
    line-height: 24px;
}
#records #data table tr:first-child th span.left{
    padding: 0 10px;
}
#records #data table tr:first-child th div{
    height: 25px;
    padding: 2px 3px 0 0;
}
#records #data table tr:first-child th div:not(.left){
    float: right;
}
#records #data table tr:first-child th div input{
    background-repeat: no-repeat;
    border: 0;
    background-color: #D9DEEB;
    width: 10px;
    height: 10px;
}
#records #data table tr:first-child th div input.asc{
    background-image: url('img/sortowanie_asc.png');
}
#records #data table tr:first-child th div input.desc{
    background-image: url('img/sortowanie_desc.png');
}
#records #data table tr:first-child th:after{
    clear: both;
    content: '';
}
#records #data table tr td.ilosc_materialow_form{
    width: 175px;
}
#records #data table tr td.ilosc_materialow_form input{
    width: 80px;
}
#records #data table tr td.koszyk_button{
    width: 55px;
    padding: 0;
}
#records #data table tr td.koszyk_button span{
    padding: 5px 10px;
}
/*=================================!REKORDY!==================================*/


/*=============================!USTAWIENIA KONTA!=============================*/
#ustawienia_konta #title{
    border: 1px solid #828282;
    background-color: #355089;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F62AB), to(#355089));
    background-image: -webkit-linear-gradient(top, #3F62AB, #355089);
    background-image: -moz-linear-gradient(top, #3F62AB, #355089);
    background-image: -ms-linear-gradient(top, #3F62AB,#355089);
    background-image: -o-linear-gradient(top, #3F62AB, #355089);
    background-image: linear-gradient(to bottom, #3F62AB, #355089);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3F62AB, endColorstr=#355089);
    text-align: left;
}
#ustawienia_konta #title span{
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 1.7em;
    font-weight: bold;
}
#ustawienia_konta #form div{
    border-bottom: 1px solid #C5CBDB;
    background-color: #f4f6f9;
    position: relative;
}
#ustawienia_konta #form div span.label,
#ustawienia_konta #form div label{
    display: inline-block;
    width: 200px;
    line-height: 27px;
    background-color: #D9DEEB;
    color: #2B406E;
    font-weight: bold;
    text-align: right;
    padding: 0 10px 0 0;
}
#ustawienia_konta #form div span.input,
#ustawienia_konta #form div input{
    display: inline-block;
    width: 300px;
    line-height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #C5CBDB;
    border-radius: 5px;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
}
#ustawienia_konta #form div span.input{
    background-color: #D3D3D3;
}
#ustawienia_konta #form div span#pass_info{
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 20px;
    background-color: #f4f6f9;
    color: red;
    padding: 0 5px;
}
#ustawienia_konta #buttons{
    padding: 5px 0 0 0;
}
#ustawienia_konta #buttons input{
    height: 35px;
    font-size: 1.1em;
    margin: 0 10px 0 0;
} 
/*=============================!USTAWIENIA KONTA!=============================*/


/*===========================!PRZEGLAD MATERIALOW!============================*/
.div_material_img{ 
    position: absolute;
    width: 640px;
    height: 513px;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #4b679f;
    display: none;
}
.div_material_img #title{
    float: left;
    padding: 0 0 0 5px;
}
.div_material_img #title span{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 30px;
    color: #4b679f;
}
.div_material_img #hide_img{
    float: right;
    padding: 0 10px 0 0;
}
.div_material_img #hide_img span{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 30px;
    color: #4b679f;
    cursor: pointer;
}
.div_material_img #hide_img span:hover{
    text-decoration: underline;
    color: #2a457b;
}
/*===========================!PRZEGLAD MATERIALOW!============================*/
    
    
/*=============================!MODYFIKACJA MENU!=============================*/
#modyfikacja_menu{
    
}
#modyfikacja_menu table,
#modyfikacja_praw table{
    width: 100%;
}
#modyfikacja_menu table tr th,
#modyfikacja_praw table tr th,
#modyfikacja_menu table tr td,
#modyfikacja_praw table tr td{
    height: 30px;
    text-align: center;
    border-bottom: 1px solid #DCDDE0;
}
#modyfikacja_menu table tr th,   
#modyfikacja_praw table tr th{
    border: 1px solid #A6A9B3;
    background-color: #D9DEEB;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E8F1), to(#D9DEEB));
    background-image: -webkit-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -moz-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -ms-linear-gradient(top, #E5E8F1,#D9DEEB);
    background-image: -o-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: linear-gradient(to bottom, #E5E8F1, #D9DEEB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E5E8F1, endColorstr=#D9DEEB);
}
#modyfikacja_menu table tr th:first-child,
#modyfikacja_praw table tr th:first-child{
    width: 160px;
}
#modyfikacja_menu table tr:first-child th:first-child div#rotate,
#modyfikacja_praw table tr:first-child th:first-child div#rotate{
    border-bottom: 1px solid #A6A9B3;
    width: 100%;
    transform: rotate(10deg);
    padding: 0 0 3px 0;
}
#modyfikacja_menu table tr:first-child th:first-child div#rotate span,
#modyfikacja_praw table tr:first-child th:first-child div#rotate span{
    display: inline-block;
    transform: rotate(-10deg);
}
#modyfikacja_menu #input_div,
#modyfikacja_praw #input_div{
    padding: 10px 0 0 0;
    text-align: center;
}
#modyfikacja_menu table tr:hover,
#modyfikacja_praw table tr:hover{
    background-color: #F0F1F7;
}
#modyfikacja_menu table tr:hover td:hover,
#modyfikacja_praw table tr:hover td:hover{
    border-left: 1px solid #A6A9B3;
    border-right: 1px solid #A6A9B3;
}
#modyfikacja_praw #prawa_opis{
    width: 100%;
    height: 80px;
    background-image: url(img/prawa_opis.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px 0;
}
/*=============================!MODYFIKACJA MENU!=============================*/

/*=================================!KARTA *!==================================*/
#karta #title,
#karta .title{
    border: 1px solid #828282;
    background-color: #355089;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3F62AB), to(#355089));
    background-image: -webkit-linear-gradient(top, #3F62AB, #355089);
    background-image: -moz-linear-gradient(top, #3F62AB, #355089);
    background-image: -ms-linear-gradient(top, #3F62AB,#355089);
    background-image: -o-linear-gradient(top, #3F62AB, #355089);
    background-image: linear-gradient(to bottom, #3F62AB, #355089);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3F62AB, endColorstr=#355089);
    text-align: left;
}
#karta #title span,
#karta .title span{
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 1.7em;
    font-weight: bold;
}
#karta #data div:not(#status):not(.clear),
#karta .data div:not(#status):not(.clear){
    border-bottom: 1px solid #C5CBDB;
    background-color: #f4f6f9;
}
#karta #data div.uwagi span,
#karta .data div.uwagi span{
    height: 80px;
}
#karta #data div.uwagi textarea,
#karta .data div.uwagi textarea{
    height: 70px;
    width: 60%;
    vertical-align: top;
    margin: 5px;
    border: 1px solid #C5CBDB;
    resize: none;
    padding: 0 0 0 10px;
}
#karta #data div span,
#karta .data div span{
    padding: 0 0 0 10px;
}
#karta #data div span.textbox,
#karta .data div span.textbox{
    display: inline-block;
    vertical-align: middle;
}
#karta #data div span.label,
#karta .data div span.label{
    display: inline-block;
    width: 200px;
    line-height: 27px;
    background-color: #D9DEEB;
    color: #2B406E;
    font-weight: bold;
    text-align: right;
    padding: 0 10px 0 0;
}
#karta #data div input,
#karta .data div input{
    border: 1px solid #C5CBDB;
    margin: 0 5px;
    width: 200px;
    padding: 0 0 0 10px;
}
#karta #data div #status{
    display: inline-block;
    padding: 0 100px 0 0;
    float: right;
    line-height: 27px;
}
#karta #data div #status span{
    padding: 0 20px 0 0;
}
#karta #data div #status img{
    vertical-align: middle;
}
#karta #div_button{
    padding: 5px 0 0 0;
}
#karta #extension{
    padding: 20px 0 0 0;
}
#karta #extension #extension_title{
    text-align: center;
    height: 35px;
    border: 1px solid #B6C0D9;
    border-bottom: 0;
    background-color: #C7D2F0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D9DEEB), to(#C7D2F0));
    background-image: -webkit-linear-gradient(top, #D9DEEB, #C7D2F0);
    background-image: -moz-linear-gradient(top, #D9DEEB, #C7D2F0);
    background-image: -ms-linear-gradient(top, #D9DEEB,#C7D2F0);
    background-image: -o-linear-gradient(top, #D9DEEB, #C7D2F0);
    background-image: linear-gradient(to bottom, #D9DEEB, #C7D2F0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D9DEEB, endColorstr=#C7D2F0);
}
#karta #extension #extension_title span{
    font-weight: bold;
    color: #273356;
    line-height: 30px;
}
#karta #extension table{
    width: 100%;
}
#karta #extension table tr th{
    color: #273356;
    height: 30px;
    border: 1px solid #B6C0D9;
    text-align: center;
    background-color: #D9DEEB;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E8F1), to(#D9DEEB));
    background-image: -webkit-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -moz-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: -ms-linear-gradient(top, #E5E8F1,#D9DEEB);
    background-image: -o-linear-gradient(top, #E5E8F1, #D9DEEB);
    background-image: linear-gradient(to bottom, #E5E8F1, #D9DEEB);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E5E8F1, endColorstr=#D9DEEB);
}
#karta #extension table tr td{
    padding: 0 5px;
    color: #1c235a;
    height: 30px;
    border: 1px solid #B6C0D9;
}
#karta #extension table tr:first-child th:first-child,
#karta #extension table tr:first-child td:first-child {
    width: 30px;
}
#karta #extension table tr:nth-child(odd) td{
    background-color: #F0F1F7;
}
#karta #extension table tr td:first-child{
    text-align: center;
}
#karta #extension #limit_linki{
    text-align: center;
    padding: 30px 0 0 0;
}
#karta #extension #limit_linki span{
    font-weight: bold;
    color: #273356;
}
#karta #extension #limit_linki a{
    font-weight: bold;
    display: inline-block;
    color: #273356;
    background-color:#D9DEEB;
    border: 1px solid #8D8D8D;
    width: 25px;
    line-height: 15px;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
}
/*=================================!KARTA *!==================================*/


/*=================================!KOSZYK!===================================*/
#blockade{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
#blockade .edit{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    height: 300px;
    border: 5px solid #3F62AB;
    background-color: #f4f6f9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    z-index: 100;
}
#blockade .edit table{
    width: 500px;
    margin: 20px auto;
}
#blockade .edit table tr td{
    border: 1px solid #A6A9B3;
    padding: 0 10px;
}
#blockade .edit table tr td:first-child{
    background-color: #D9DEEB;
    font-weight: bold;
    color: #2B406E;
    width: 100px;
    height: 30px;
    padding: 0 5px;
}
#blockade .edit table tr.uwagi td{
    height: 110px;
}
#blockade .edit table tr.uwagi td textarea{
    width: 95%;
    height: 90%;
    resize: none;
    border: 1px solid #C5CBDB;
    margin: 5px 0 0 0;
    padding: 10px;
}
#blockade .edit table tr td input{
    padding: 0 0 0 10px;
    width: 65px;
}
#blockade .edit #div_button{
    padding:  0 0 0 15px;
}
#blockade .edit #div_button input{
    height: 36px;
    font-size: 1em;
    font-weight: bold;
}
#blockade .edit #div_button input.delete{
    background-color: #FF0000;
    background-image: none;
}
/*=================================!KOSZYK!===================================*/
#potwierdzenie_zamowienia{
    text-align: center;
    padding: 40px 0 0 0;
}





@media all AND (max-width: 1540px){
    #filtrowanie #form.przeglad_dokumentow{
        height: 120px;
    }
}
@media all AND (max-width: 1410px){
    #contener #page nav.width_2{
        width: 17%;
    }
}
@media all AND (max-width: 1360px){
    #contener #page nav #menu a{
        line-height: 25px;
    }
}
@media all AND (max-width: 1300px){
    #polityka #polityka_input{
        position: relative!important;
    }
    #contener #page nav #logowanie{
        width: 100%;
    }
}
@media all AND (max-width: 1210px){
    #contener{
        width: 100%;
    }
}
@media all AND (max-width: 965px){
    #filtrowanie #form.przeglad_dokumentow label:not(.checkbox){
        font-size: 0.9em;
        width: 85px;
    }
    #filtrowanie #form input[type=date], #filtrowanie #form input[type=text]{
        width: 95px;
    }
}