* {padding:0;margin:0;}
html {width:100%; height:100%; margin: 0 auto; padding: 0px;}
body{height:100%; font-family: 'Cambay', sans-serif; Verdana, Trebuchet MS, Calibri, Tahoma, Arial, sans-serif;font-size:14px;line-height:1.5;font-weight:400;color:#434343;background-color:#f9f9f9;}


/* style globalne */
.main_table{
border-spacing: 10px 10px;
margin: 0 auto;
}
.main_td{
font-size: 17px;
padding-right: 10px;
color: grey;
}
.main_input{
height: 40px;
width: 307px;
font-size: 15px;
border: solid 1px silver;
box-shadow:inset hsl(0,100%,0%) 0 5px 10px -5px silver;
padding-left: 5px;
color: grey;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.data_input{
height: 40px;
width: 100px;
font-size: 15px;
border: solid 1px silver;
box-shadow:inset hsl(0,100%,0%) 0 5px 10px -5px silver;
color: grey;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: center;
}
.main_select{
height: 40px;
width: 307px;
font-size: 15px;
border: solid 1px silver;
box-shadow:inset hsl(0,100%,0%) 0 5px 10px -5px silver;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding-left: 5px;
color: grey;
padding-top: 10px;
padding-bottom: 10px;
}
.main_submit{
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
background-color: rgb(189,0,69);
color: white;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
font-size: 18px;
border: none;
padding-left: 1%;
padding-right: 1%;
}
.main_submit:hover{
text-decoration: underline;
}
.main_submit_prosty{
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
background-color: rgb(189,0,69);
color: white;
font-size: 18px;
border: none;
padding-left: 1%;
padding-right: 1%;
}
.main_submit_prosty:hover{
text-decoration: underline;
}
.main_submit_analizy{
width: 98%;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
background-color: brown;
color: white;
font-size: 14px;
border: none;
padding-left: 1%;
padding-right: 1%;
margin-top: 10px;
}
.main_submit_analizy:hover{
text-decoration: underline;
}
.main_upload_analizy{
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
background-color: silver;
color: black;
font-size: 14px;
font-weight: bold;
border: none;
padding-left: 1%;
padding-right: 1%;
}
.main_upload_analizy:hover{
text-decoration: underline;
}
.main_komunikat{
background-color: rgb(189,0,69);
color: white;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
font-size: 16px;
padding: 5px;
line-height: 25px;
margin-top: 10px;
}

/* style tekstowe globalne */
.text_right{
text-align: right;
}

.link_zwykly{
text-decoration: none;
color: rgb(189,0,69);
font-size: 16px;
padding: 4px;
padding-top: 15px;
padding-bottom: 10px;
cursor: pointer;
}
.link_zwykly:hover{
text-decoration: underline;
color: rgb(189,0,69);
font-size: 16px;
padding: 4px;
padding-top: 15px;
padding-bottom: 10px;
cursor: pointer;
}

/* style tabel struktury */
.glowny_table{
font-size: 14px; 
background-color: #f2f2f2; 
border: 1px solid #e8e8e8; 
width: 100%; 
padding-top: 10px; 
padding: 10px;
color: brown;
}
.produkcja_wypunktowanie{
text-align: right;
padding-right: 5px;
padding-top: 5px;
}
.produkcja_wartosc{
text-align: center;
padding-top: 5px;
}
.produkcja_wypunktowanie_mini{
width: 130px;

}
/* --------------------- styl checkboxa --------------------- */
input[type=checkbox].css-checkbox {
							display:none;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:30px;
							height:25px; 
							display:inline-block;
							line-height:25px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:50px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -25px;
						}
						label.css-label {
				background-image:url(../grafika/checkbox.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}  
/* --------------------- przycisk radio --------------------- */
input[type=radio].css-radio {
							display:none;
						}

						input[type=radio].css-radio + label.css-label_radio {
							padding-left:35px;
							height:26px; 
							display:inline-block;
							line-height:26px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:16px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=radio].css-radio:checked + label.css-label_radio {
							background-position: 0 -26px;
						}
						label.css-label_radio {
				background-image:url(../grafika/radio.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			} 
      
/* where.php */
      .where_tabela_main{
      margin-top: 10px; 
      margin-bottom: 10px; 
      width: 92%;
      }
      .where_tabela{
      text-align: left;
      font-size: 12px;
      color: grey;
      font-weight: normal;
      }
      .where_link{
      font-size: 12px;
      color: #5e5e5e;
      font-weight: normal;
      text-decoration: none;
      }
      .where_link:hover{
      text-decoration: underline;
      color: #9f1f26;
      }
      .where_div{
      font-size: 12px;
      color: #5e5e5e;
      font-weight: normal;
      text-decoration: none;
      }  

/* moja_struktura.php */

    .kolor_0{
    border-left: 3px solid #2c2c2c;
    }
    .kolor_1{
    border-left: 3px solid #464646;
    }
    .kolor_2{
    border-left: 3px solid #6d6d6d;
    }
    .kolor_3{
    border-left: 2px solid #8a8a8a;
    }
    .kolor_4{
    border-left: 2px solid #afadad;
    }
    .kolor_5{
    border-left: 2px solid #d1cfd0;
    }
    .wciecie{
    margin-left: 60px;
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 3px;
    margin-top: 15px;
    text-align: left;
    }

/* szczegoly_transakcji.php */

    .tabela_zlecen_first_column{
    padding-right: 10px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid silver;
    text-align: right;
    }
    .tabela_zlecen_second_column{
    padding-left: 10px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid silver;
    text-align: left;
    }  

/* otwarte zlecenia na glownej */
    .tabela_otw_zlecen_naglowek{
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-top: 3px;
    font-weight: bold;
    line-height: 20px;
    }  

    .tabela_otw_zlecen_brak_aktywnych{ 
    margin-top: 10px;
    background-color: black;
    color: white;
    font-size: 18px;
    padding: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    }  
    
    .tabela_otw_zlecen_opis{
    font-size: 13px;
    font-weight: normal;
    padding: 3px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 30px;
    }    
    .tabela_otw_zlecen_naglowek2{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-top: 3px;
    font-weight: bold;
    }     
    .tabela_otw_zlecen_td_typ{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-top: 8px; 
    border-bottom: 1px solid silver;   
    } 
    .tabela_otw_zlecen_td_buy{
    color: green    
    } 
     .tabela_otw_zlecen_td_sell{
    color: red;    
    } 
       
        
    .tabela_otw_zlecen_td{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid silver; 
    color: grey; 
    } 

      
/* moje_zlecenia.php */
    .tabela_zlecen{
    width: 100%;
    font-size: 14px;
    color: grey;
    margin-top: 10px;
    }
    .tabela_zlecen_nagl{
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
    }
    .tabela_zlecen_td{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    }    
    .podswietl_tr:hover{
    background-color: #fbb733;
    color: white;
    }
    .input_wyszukiwarka{
    padding-top: 10px;
    padding-bottom: 6px;
    width: 100%;
    font-size: 17px;
    border: solid 1px grey;
    box-shadow: inset 0px 1px 3px 0px grey;
    padding-left: 5px;
    color: grey;
    }    
    .button_szukaj{
    font-size: 17px;
    border: 0px;
    color: white;
    background-color: rgb(128,128,128); 
    cursor: pointer; 
    padding: 11px;
    padding-top: 11px;
    padding-bottom: 7px;
    text-decoration: none;
    }
    .button_szukaj:hover{
    text-decoration: none;
    background-color: rgb(189,0,69); 
    } 
    .page_number{
    background-color: white;
    border: 1px solid silver;
    font-size: 16px;
    width: 25px;
    cursor: pointer;
    color: rgb(25,25,25);
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    margin-right: 5px;
    }
    .page_number:hover{
    background-color: rgb(189,0,69);
    color:white;
    }
    .page_number_selected{
    background-color: white;
    border: 1px solid rgb(189,0,69);
    font-size: 16px;
    width: 25px;
    cursor: pointer;
    color: rgb(189,0,69);
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    margin-right: 5px;
    }
    .przejdz_button{
    background-color: white;
    border: 1px solid silver;
    font-size: 16px;
    width: 50px;
    cursor: pointer;
    color: rgb(25,25,25);
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    margin-right: 5px;
    }
    .przejdz_button:hover{
    background-color: rgb(189,0,69);
    color:white;
    }
    
    .przejdz_input{
    color: grey;
    height: 28px;
    width: 50px;
    font-size: 12px;
    border: solid 1px rgb(189,0,69);
    box-shadow:inset hsl(0,100%,0%) 0 5px 10px -5px silver;
    padding-left: 3px;
    margin-right: 5px;
    }
/*zdjęcia transakcji*/
.foto_trans_td{
width: 50%;
color: grey;
} 
.foto_trans_link{
width: 100%;
border: 1px solid silver;
color: grey;
cursor: pointer;
font-size: 13px;
text-decoration: none;
text-align: center;
background: none;
}        
.naglowek_barometru{
font-size: 15px;
color: white;
text-align: justify;
padding: 1%;
width: 100%;
margin: 0 auto;
background-color: brown;
line-height: 25px;
margin-bottom: 10px;
}  
.opis_barometru{
font-size: 12px;
color: white;
text-align: justify;
width: 98%;
margin: 0 auto;
margin-top: 10px;
background-color: brown;
line-height: 20px;
}  
.klauzula_barometru{
font-size: 11px;
color: white;
text-align: justify;
width: 98%;
margin: 0 auto;
margin-top: 10px;
background-color: brown;
line-height: 14px;
font-style: italic;
} 
.ukryj_klauzule{
font-size: 12px;
font-weight: bold;
color: orange;
text-align: left;
width: 98%;
margin: 0 auto;
margin-top: 10px;
background-color: brown;
line-height: 20px;
cursor: pointer;
}       

    
