html, body {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	background:#f0f3f3;
	color:#13161c;
	font-family:'Overpass', sans-serif;
}

h1, h2, p {
    font-size:14px;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    font-weight:400;
	margin:0;
}

ul, li {
	list-style:none;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    -webkit-padding-start:0;
	margin:0;
}

#login-box {
	max-width:400px;
    height:auto;
    background:#fff;
    color:#fff;
    position:absolute;
    top:30%;
    left:0;
    right:0;
    margin:0 auto;
    border-top:2px solid #1d212a;
    padding:30px;
    box-sizing:border-box;
}

#login-box h1 {
	color:#1d212a;
	text-transform:uppercase;
	position:absolute;
	top:-24px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	font-size:25px;
	display:block;
}

#login-box h2 {
	color:#1d212a;
	text-transform:uppercase;
	position:absolute;
	bottom:-24px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	font-weight:400;
	font-size:13px;
	display:block;
}

#login-box h2 a {
	color:#1d212a;
	text-decoration:none;
}

#login-box h2 a:hover {
	text-decoration:underline;
}

#login-box form .row-1 {
	position:relative;
	margin-bottom:15px;
}

#login-box form .row-1 .icon {
	background:#1d212a;
	width:50px;
	height:50px;
	color:#fff;
	text-align:center;
	font-size:15px;
	position:absolute;
	top:0;
	left:0;
}

#login-box form .row-1 .icon i {
	line-height:50px;
}

#login-box form .row-1 input[type="text"], input[type="password"] {
	width:100%;
	height:50px;
	padding:10px 10px 10px 60px;
	box-sizing:border-box;
	background:#f0f3f3;
	font-family:'Overpass', sans-serif;
	border:0;
}

#login-box form input[type="submit"] {
	background:#74e51c;
	text-transform:uppercase;
	color:#fff;
	float:right;
	font-size:10px;
	font-family:'Overpass', sans-serif;
	font-weight:700;
	box-sizing:border-box;
	border:0;
	padding:10px;
}

#login-box form .error {
    width:100%;
    margin-bottom:15px;
    background:#c40000;
    color:#fff;
    padding:10px;
    box-sizing:border-box;
    font-size:12px;
}

#login-box form .error::before {
	content:"błąd";
	padding-right:5px;
	text-transform:uppercase;
	color:#ea6868;
}

#menu {
	width:200px;
	height:100%;
	background:#1d212a;
	position:fixed;
	z-index:1;
}

#menu h1.logo {
	width:100%;
	height:auto;
	background:#fff;
	font-size:18px;
	padding:15px;
	box-sizing:border-box;
	text-transform:uppercase;
	cursor:default;
	animation:5s color infinite;
}

#menu .user-panel {
	width:100%;
	height:auto;
	background:#13161c;
	padding:15px;
	box-sizing:border-box;
}

#menu .user-panel img.avatar {
	width:60px;
	height:60px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	display:block;
}

#menu .user-panel h1 {
	text-align:center;
	margin-top:15px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor:default;
}

#menu .menu h1 {
	font-size:13px;
	color:#8d95a7;
	padding:10px 5px 5px 5px;
	text-transform:uppercase;
	cursor:default;
}

#menu .menu ul li {
	width:100%;
	height:auto;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	transition:0.2s ease-in-out;
}

#menu .menu ul li:hover {
	background:#13161c;
}

#menu .menu ul li a {
	color:#fff;
	text-decoration:none;
	padding:10px;
	display:block;
}

#menu .menu ul li i {
	margin-right:10px;
}

#menu .menu ul li:last-child {
	margin-top:25px;
}

#menu .menu ul li i.edit::after {
	content:"edytuj";
	color:#8d95a7;
	font-size:10px;
	padding-left:10px;
	font-weight:700;
	font-family:'Overpass', sans-serif;
	text-transform:uppercase;
}

#menu .menu ul hr {
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	margin:0;
	width:100%;
	height:1px;
	background:#13161c;
	display:block;
	border:none;
}

#menu .scroll {
	height:100%;
	overflow-y:auto;
}

#container {
	margin-left:200px;
	height:100%;
	box-sizing:border-box;
	background:#f0f3f3;
	position:relative;
	z-index:2;
}

#container .headbar {
	width:100%;
	height:54px;
	background:#fff;
}

#container .headbar::after {
	content:"";
	clear:both;
	display:block;
}

#container .headbar a {
	color:#000;
	text-decoration:none;
}

#container .headbar .icon {
	width:54px;
	height:54px;
	line-height:54px;
	text-align:center;
}

#container .headbar .icon.left { float:left;cursor:pointer; }
#container .headbar .icon.right { float:right; }

#container .welcome {
	width:100%;
	height:auto;
	background:#f6f8f8;
	padding:15px;
	box-sizing:border-box;
}

#container .welcome h1 {
	color:#13161c;
	font-size:20px;
}

#container .welcome h2 {
	color:#c6bfbe;
	font-size:11px;
}

#content {
	padding:15px;
}

#content .box-100 {
	width:100%;
	height:auto;
	background:#fff;
	box-shadow:1px 1px 1px #ccd1d0;
	padding:15px;
	box-sizing:border-box;
	margin-bottom:15px;
}

#content .box-100::after {
	content:"";
	clear:both;
	display:block;
}

#content .box-100 h1 {
	color:#8d95a7;
	font-size:16px;
}

#content .box-100 h1::after {
	content:"";
	width:100%;
	height:2px;
	background:#f0f3f3;
	margin:15px 0;
	display:block;
}

#content .box-100 p font {
	text-transform:uppercase;
	font-weight:700;
}

#content .box-100 p i {
	width:15px;
	margin-right:10px;
	color:#27b6af;
	font-size:15px;
	text-align:center;
}

#content .box-100 p a {
	color:#000;
	animation:pulse 2s infinite;
	text-decoration:none;
}

#content .box-100 table {
	border-collapse:collapse;
}

#content .box-100 table tr {
	border-top:2px solid #f0f3f3;
	position:relative;
	margin-bottom:10px;
}

#content .box-100 table tr td {
	padding:15px 0;
	text-align:center;
}

#content .box-100 table tr td.no {
	width:3%;
	text-align:center;
	border-left:1px solid #f0f3f3;
	border-right:1px solid #f0f3f3;
}

#content .box-100 table tr td.name {
	width:25%;
	text-align:left;
	padding-left:10px;
	border-right:1px solid #f0f3f3;
}


#content .box-100 table tr td.desc {
	width:42%;
	text-align:left;
	padding-left:10px;
	border-right:1px solid #f0f3f3;
}

#content .box-100 table tr td.price {
	width:5%;
	text-align:center;
	border-right:1px solid #f0f3f3;
}


#content .box-100 table tr td.button {
	width:10%;
	margin:0 auto;
	border-right:1px solid #f0f3f3;
}

#content .box-100 table tr td button {
	background:#1d212a;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-family:'Overpass', sans-serif;
	font-weight:700;
	box-sizing:border-box;
	border-radius:3px;
	border:1px solid #1d212a;
	padding:10px;
	cursor:pointer;
	transition:0.5s ease-in-out;
}

#content .box-100 table tr td button:hover {
	background:#fff;
	color:#1d212a;
	border:1px solid #1d212a;
}

#d-page {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	transition:0.5s ease-in-out;
}

#d-page .info {
	width:450px;
	height:auto;
	background:#fff;
	position:absolute;
	top:35%;
	left:0;
	right:0;
	margin:0 auto;
	border-radius:3px;
	box-shadow:0px 0px 8px rgba(83,83,83,0.8);
}

#d-page .info h1 {
	width:100%;
	height:45px;
	line-height:45px;
	padding:0 15px;
	background:#f0f0f0;
	box-sizing:border-box;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom:1px solid #e7e7e7;
	color:#8c8c8c;
}

#d-page .info h1::after {
	content:"";
	display:none;
}

#d-page .info .buttons {
	color:#8c8c8c;
	font-size:10px;
	text-align:center;
	margin:15px 0;
	cursor:default;
}

#d-page .info form {
	width:100%;
	height:auto;
	padding:15px 15px 0 15px;
	box-sizing:border-box;
}

#d-page .info form input[type="text"] {
	width:100%;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #e7e7e7;
	border-radius:3px;
	color:#000;
	font-weight:700;
	font-size:13px;
	font-family:'Overpass', sans-serif;
	padding:10px;
	cursor:pointer;
	margin-bottom:5px;
}

#d-page .info .buttons button {
	background:#f0f0f0;
	text-transform:uppercase;
	color:#8c8c8c;
	font-size:10px;
	font-family:'Overpass', sans-serif;
	font-weight:700;
	box-sizing:border-box;
	border-radius:3px;
	border:1px solid #e7e7e7;
	padding:10px;
	cursor:pointer;
	transition:0.2s ease-in-out;
}

#d-page .info .buttons button:hover {
	transform:scale(1.05,1.05);
}

#content .box-100 button.add {
	background:#fff;
	text-transform:uppercase;
	color:#1d212a;
	font-size:10px;
	font-family:'Overpass', sans-serif;
	font-weight:700;
	box-sizing:border-box;
	border:1px solid #1d212a;
	border-radius:3px;
	padding:10px;
	cursor:pointer;
	float:right;
	margin-bottom:15px;
	transition:0.2s ease-in-out;
}

#content .box-100 button.add:hover {
	background:#1d212a;
	color:#fff;
}

#content .box-100 form input[type="submit"]:hover {
	background:#1d212a;
	color:#fff;
}

textarea.edit {
	resize:none;
	width:100%;
	height:500px;
}

input[type="submit"] {
	background:#1d212a;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-family:'Overpass', sans-serif;
	font-weight:700;
	box-sizing:border-box;
	border-radius:3px;
	border:1px solid #1d212a;
	padding:10px;
	cursor:pointer;
	transition:0.5s ease-in-out;
}
	
.pattern {
	width:100%;
	background:#f0f3f3;
	box-shadow:1px 1px 1px #ccd1d0;
	padding:15px;
	box-sizing:border-box;
	font-size:14px;
	margin:15px 0;
}

#content .box-100 hr {
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	margin:15px 0;
	width:100%;
	height:2px;
	background:#f0f3f3;
	display:block;
	border:none;
}

#content .box-100 img {
	display:block;
}
	
/* Keyframes */
@keyframes pulse {
	0% { color:#000;font-weight:700; }
	50% { color:#27b6af;font-weight:700; }
	100% { color:#000;font-weight:700; }
}

@keyframes m-invisible {
	0% { margin-left:200px; }
	100% { margin-left:0px; }
}

@keyframes o-invisible {
	0% { opacity:1; }
	100% { opacity:0;	}
}

@keyframes m-visible {
	0% { margin-left:0px; }
	100% { margin-left:200px; }
}

@keyframes o-visible {
	0% { opacity:0; }
	100% { opacity:1; }
}

@keyframes color {
	0% { color:#13161c; }
	50% { color:#fff; }
	100% { color:#13161c; }
}