﻿body,input {
    font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

body {
	margin:0px;
}

body {
	background-color: #e7e7e9;
	background-attachment: fixed;

	background-position: 0px -94px;
}

#content {
	/* padding:25px; */
	padding-top:0px;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

div.box {
    background-color: white;
    /* -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1); */
    /* box-shadow: 0 0 3px 0 rgba(0,0,0,0.1); */
    padding: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* border-top: 1px solid #3296c8; */
    /* border-left: 1px solid #3296c8; */
}

input[type=textbox],input[type=password],input[type=datetime-local],input[type=email],input[type=phone],input[type=date],input[type=time],select, input[type=number],input[type=tel] {
	padding:7px;min-width:150px;max-width:calc(100% - 10px);border:1px solid #ccc;border-radius:3px
}

input[type=time] {
	min-width:70px;width:70px;
}

input[type=submit], input[type=button] {
	margin-top:10px;
	font-size:1.2em;
	text-align:center;
	padding:10px;
	margin-bottom:5px;
	min-width:150px;
	max-width:calc(100% - 10px);
	background-color: #3CA7D3;
	color:#fff;
	border:0px;
}

textarea {
	border:1px solid #ccc;border-radius:3px
}

#logowanie input {
	margin-bottom:5px;
}

form span {
	display:block;
}

h1 {
	margin:0px;
	margin-bottom:15px;
	font-weight:100;
	font-size: 1.7em;
}

h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 300;
    background-color: #d7edf6;
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    padding: 8px 15px;
}

#inner {
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
    text-align: center;
    max-width: 1070px;

}

#header {
	padding:10px;
	/* -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6); */
	/* box-shadow: 0 0 7px 0 rgba(0,0,0,0.6); */
	background-color: #f7f7f7;
	color: #3296c8;
	margin-top:25px;
}

div#header {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    /* -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.6); */
    /* box-shadow: 0 0 7px 0 rgba(0,0,0,0.2); */
    min-height: 60px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
}

#header img {
	max-width:250px;
	margin-left:10px;
	margin-top: 14px;
}

#klient {
	float:right;margin-right:15px;text-align:right
}

#klient i {
	margin-left:20px
}

#klient div.opcje {    margin-top: 14px;
    font-weight: 100;
    font-size: 0.9em;}

#header a {
	text-decoration:none;
	color: #3296c8;
	font-weight: 700;
}

#header a:hover {
	text-decoration:underline;
}

tools i {
	margin-left:10px
}

input#fsearch {
    width: calc(100% - 22px);
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 0px;
}


.printkw.useronline {
    text-align: center;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.printkw.useronline:hover {
    cursor:pointer;
}

div.printkw i.fa.fa-print {
    margin-left: 0px !important;
}