@charset "utf-8";
/* CSS Document */


@media all and (min-device-aspect-ratio:2/3){
.mobile{ display: none; }
.komp{ display: block; }


html, body { height: 100%; }	
	
}


body {
	font-family:"Roboto";
	font-weight: 300;
	margin: 0;
	
}
.logo{
	position:relative;
	width:100%;
	height:250px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.logowanie{
	position:relative;
	width:100%;
	height:250px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top:100px;
}

.naglowek2{
	position:relative;
	margin:0 auto;
	text-align:left;
	padding-left:30px;
	
}
/* index */
input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f4f4f4 inset;
}

input[type="text"]:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 30px #f4f4f4 inset;

}
.buttonLOGIN{
	cursor: pointer;
}

.buttonLOGIN:hover{
	cursor: pointer;
}
.naglowek{
	position:relative;
	text-align:center;
	width:100%;
	font-size:36px;
	font-weight: 400;
}

/* Menu */

.menu {
	position: relative;
	top: 0 !important;
	height: 52px;
	z-index: 999;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.26s;
	background: #063;
	color: #fff;
	border-bottom: 1px solid #FFF;
}

.m2 {
	position: relative;
	top: 0 !important;
	height: 100px;
	z-index: 999;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	
	background: #063;
	color: #fff;
	border-bottom: 1px solid #FFF;
}

.button_mobile {
	height: 100%;
	width: 100%;
	max-width: 150px;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.06s;
}
.menuuu {
	position: relative;
	top: 0 !important;
	height: 80px;
	z-index: 999;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.26s;
	background: #063;
	color: #fff;
	border-bottom: 1px solid #FFF;
}
.menu2 {
	position: relative;
	top: 52px;
	height: 52px;
	z-index: 999;
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.26s;
	background:#318A34;
	color: #fff;
}
.menu--dark {
	background: #060;
	color: #111;
}
.menu--dark .menu__button:hover {
	
	border-bottom: 3px solid #111;
}
.menu__logo {
	margin: 5px;
	width: 100%;
	height: 100%;
	max-width: 180px;
	margin-right: auto;
	background: url() center 100%/100% no-repeat;
}
.menu__button {
	height: 100%;
	width: 100%;
	max-width: 200px;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.06s;
}
.menu2__button {
	height: 100%;
	width: 100%;
	max-width: 200px;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.06s;
}
.menu__button:hover {
	border-bottom: 2px solid #fff;
	background:#318A34;
	transition: all 0.06s;
}
.menu2__button:hover {
	border-bottom: 2px solid #fff;
	background:#063;
	transition: all 0.16s;
}

.menu__search:before {
	content: 'search';
	font-family: 'Material Icons';
	height: 100%;
	display: block;
	color: #888;
}
.menu__button1 {
	height: 100%;
	width: 100%;
	max-width: 50px;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.06s;
}
.menu__button1:hover {
	border-bottom: 2px solid #fff;
	background:#318A34;
	transition: all 0.06s;
}
.menu--dark .menu__button1:hover {
	
	border-bottom: 3px solid #111;
}


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

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

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

a:active {
    text-decoration: none;
	color: #FFF;
}

/* nowy klient */

.rozl{
	width: 90%;
	max-width: 130px;
	padding: 15px 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.26s;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#900 ;
	color: #fff;
	border-bottom: 1px solid #FFF;
	font-family:"Roboto";
	font-weight: 300;
	font-size:14px;
	box-shadow: -3px 2px 5px 0px #00000061;
	margin:5px;
}

.rozl:hover {
	border-bottom: 1px solid #fff;
	background:#f00;
	transition: all 0.26s;
	
}

.daneklienta{
	position: relative;
	margin:0 auto;
	width:80%;
	top:150px;
	
}
.menu_rubryki {
	position: relative;
	height: 15px;
	width:80%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: #063;
	color: #fff;
}
.divtabela {
	position:relative;
	margin:auto;                 
	padding: 5px;               
	width:80%;               
	vertical-align: top;
	top:80px;
}       

.linia {                 
width: 100%;             
padding: 4px 0 4px 0;
border-bottom:1px solid black;
}                



.komorka1 {
	height: 100%;
	min-width: 240px;
	display: table-cell;
	line-height: 60px;
	border-right: 1px solid;
	padding-right:10px;
}

.komorka11 {
	height: 100%;
	min-width: 400px;
	display: table-cell;
	line-height: 60px;
	border-right: 1px solid;
	padding-right:10px;
}   

.komorka12 {
	height: 100%;
	width: 300px;
	display: table-cell;
	line-height: 60px;
	border-right: 1px solid;
	padding-right:10px;
}   
.komorka2 {
	height: 100%;
	min-width: 240px;
	display: table-cell;
	padding-left:10px;
}

.komorka55 {
	height: 100%;
	min-width: 240px;
	display: table-cell;
	border-right: 1px solid;
	padding-left:10px;
}  


.komorka3 {
	height: 100%;
	width: 100%;
	display: table-cell;
	line-height: 60px;
	border-left: 1px solid;
	padding-left:10px;
	color:#000;
}  
.komorka3 a:link{
	color:#000;
}

.komorka2 a:visited{
	color:#000;
}

.komorka2 a:link{
	color:#000;
}

.komorka3 a:visited{
	color:#000;
}

.komorka4 {
	height: 100%;
	min-width: 110px;
	max-width: 110px;
	display: table-cell;
	padding-left:10px;
	border-left: 1px solid;
	padding-right:10px;
}  

.wpisy {
	height: 15px;
	margin: 13px;
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	display: flex;
	font-size:14px;
} 
.wpisy2 {
	margin: 13px;
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	display: flex;
	font-size:14px;
}

.wpisy55 {
	margin: 13px;
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	display: flex;
	font-size:14px;
}  

.wpisy3 {

	width: 100%;
	width: 200px;
	height: 50px;
	margin-right: auto;
	display: flex;
	font-size:12px;
}  

.wpisy4 {

	margin: 13px;
	width: 100%;
	max-width: 100px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	display: flex;
	font-size:14px;
}  

.wpisyPLN {
	height: 15px;
	margin: 13px;
	width: 100%;
	max-width: 150px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	display: flex;
	font-size:14px;
}

.wpisyPLN2 {
	height: 15px;
	margin: 13px;
	width: 100%;
	max-width: 65px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	display: flex;
	font-size:14px;
}                     

.menu__button2 {
	width: 100px;
	margin-right:10px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.06s;
	font-size:14px;
}
.menu__button2:hover {
	border-bottom: 2px solid #fff;
	height:40px;
}

.buttonOTHER{
	
}

.datownik{
	height: 15px;
	margin: 13px;
	width: 100%;
	max-width: 150px;
	border-radius: 5px;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: auto;
	font-size:14px;
}

.stopka {
	position: relative;
	top:120px;
	height: 52px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: all 0.26s;
	background: #063;
	color: #fff;
}

.buttonOTHER{
	height: 30px;
	width: 100%;
	max-width: 150px;
	border-radius: 5px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	margin: 10px;
	font-size:14px;
	cursor: pointer;
}

.buttonOTHER:hover{
	height: 30px;
	width: 100%;
	max-width: 150px;
	border-radius: 5px;
	background: #CCC;
	border: 1px solid #ddd;
	margin: 10px;
	font-size:14px;
	cursor: pointer;
}

.buttonOTHER2{
	margin-left: 14px;
	cursor: pointer;
	max-width: 200px;
}

.tabela1{
				border-collapse: collapse;
				margin-top: 5px;
				text-align: center;
				width:95%;
			}
			.tabela1 tr , .tabela1 td{
				border: 1px solid #999;
			}
			.tabela1 td{
				padding: 2px;
				min-width: 20px; 
			}
			
.tabela10{
				border-collapse: collapse;
				margin-top: 5px;
				margin-left: 0px;
				text-align: center;
				width:70%;
			}
			.tabela10 tr , .tabela10 td{
				border: 1px solid #999;
			}
			.tabela10 td{
				padding: 2px;
				min-width: 20px; 
			}
			
			

			
/* Style the buttons inside the tab */
.txt{
	position:relative;
	margin:0 auto;
	top:70px;
	text-align:left;
	width:90%;
	position:relative;

}

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
	position: relative;
    left: 10px;
    width: 100%;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

.topright:hover {color: red;}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width:800px;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 3px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

#customersss {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width:95%;
}

#customersss td, #customers th {
    border: 1px solid #ddd;
    padding: 3px;
	height: 30px;
}

#customersss tr:nth-child(even){background-color: #f2f2f2;}

#customersss tr:hover {background-color: #ddd;}

#customersss th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #063;
    color: white;
}


.dane_klienta{
	font-size: 14;
	font-family:"Roboto";
	font-weight: 300;
	margin: 0;

}

.bocznemenu
{
	width: 90%;
	position: fixed;
    top: 52px;
    right: 0px;
    width: 168px;
    height: auto;
    text-align: left;
    background-color:#E0E0E0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
	text-align:center;
	box-shadow: -8px 11px 14px 0px #00000061;	
}
.zapisz_zmiany{
	width: 90%;
	max-width: 130px;
	padding: 15px 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.26s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #063;
	color: #fff;
	border-bottom: 1px solid #FFF;
}
	.zapisz_zmiany:hover {
	border-bottom: 1px solid #fff;
	background:#318A34;
	transition: all 0.26s;
	margin-left:-20px;
}

.bocznemenu__input {
	height: 15px;
    margin: 13px;
    width: 100%;
    max-width: 119px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
    margin-left: auto;
    display: flex;
	margin-bottom:20px;
}

.zobacz_karta{
	
	width: 90%;
	max-width: 130px;
	padding: 15px 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.26s;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#318A34 ;
	color: #fff;
	border-bottom: 1px solid #FFF;
	font-family:"Roboto";
	font-weight: 300;
	font-size:14px;
	box-shadow: -3px 2px 5px 0px #00000061;
	margin:5px;
}
	.zobacz_karta:hover {
	border-bottom: 1px solid #fff;
	background:#063;
	transition: all 0.26s;
	font-family:"Roboto";
	font-weight: 300;
	font-size:14px;
	box-shadow: 0px 0px 0px 0px #fff;
	margin:5px;
	
}

.kasuj{
	width: 90%;
	max-width: 130px;
	padding: 15px 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.26s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #C00;
	color: #fff;
	border-bottom: 1px solid #FFF;
}
	.kasuj:hover {
	border-bottom: 1px solid #fff;
	background:#F00;
	transition: all 0.26s;
	margin-left:-20px;
}

/* Popup1 container - can be anything you want */
.popup1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup1 .popuptext {
    visibility: hidden;
	background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 100px 100px;
    position: absolute;
    z-index: 1;
	margin: 0 auto;
	top:-210px;
	left:-100px;

}

/* Popup arrow */
.popup1 .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup1 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Popup2 container - can be anything you want */
.popup2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup2 .popuptext {
    visibility: hidden;
	background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 100px 100px;
    position: absolute;
    z-index: 1;
	margin: 0 auto;
	top:-210px;
	left:-281px;

}

/* Popup arrow */
.popup2 .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup2 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Popup3 container - can be anything you want */
.popup3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup3 .popuptext {
    visibility: hidden;
	background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 100px 100px;
    position: absolute;
    z-index: 1;
	margin: 0 auto;
	top:-210px;
	left:-465px;

}

/* Popup arrow */
.popup3 .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup3 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/* Popup4 container - can be anything you want */
.popup4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup4 .popuptext {
    visibility: hidden;
	background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 100px 100px;
    position: absolute;
    z-index: 1;
	margin: 0 auto;
	top:-210px;
	left:-465px;

}

/* Popup arrow */
.popup4 .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup4 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}



}