body {
	background-color: #333;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Calibri', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
}


img {
	max-width: 100%;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.tright {
	text-align: right !important;
}

img.fleft,
img[align="left"] {
	margin-right: 30px;
	margin-bottom: 10px;
}

img.fright,
img[align="right"] {
	margin-left: 30px;
	margin-bottom: 10px;
}

.row {
	width: 100%;
	display: block;
	float: left;
}

.w30 {
	width: 30%;
	display: block;
	float: left;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.w70 {
	width: 70%;
	display: block;
	float: left;
}

.w75 {
	width: 75%;
	display: block;
	float: left;
}

.w100 {
	width: 100% !important;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
}

* {
	outline: none;
	box-sizing: border-box;
}

a {
	color: #1d7f31;
	text-decoration: underline;
	transition: all 0.2s ease-out;
}

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


/* STYLES */

#wrapper {
	float: left;
	width: 100%;
	padding: 25px;
	text-align: left;
}

.maincol {
	position: relative;
	float: left;
	width: calc(100% - 340px);
	padding-bottom: 102px;
}

.rightcol {
	float: right;
	width: 320px;
}

.plitka_box {
	float: left;
	width: 100%;
}

.tab {
	float: left;
	width: 100%;
}

.plitka_button {
	/*display: inline-block;*/
	vertical-align: top;
	width: 33%;
	padding: 25px 38px;
	border: 1px solid #333;
	margin-right: -5px;
	margin-bottom: -1px;
	background-color: #2ab7da;
	color: #fff;
	font-size: 23px;
	line-height: 1.4em;
	text-align: left;
}

.plitka_button.active {
	background-color: #8dc254;
	background-image: url(img/button_grad.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.plitka_rightcol {
	position: relative;
	float: right;
	width: 320px;
}

.cart_box {
	float: left;
	width: 320px;
}

.cart_box.fixed {
	position: fixed;
	top: 25px;
	bottom: 25px;
	right: 25px;
}

.cart-orders_list {
	position: absolute;
	top: 0;
	right: -15px;
	width: calc(100% + 15px);
	padding-right: 15px;
	height: calc(100% - 190px);
	overflow-y: auto;
}

.cart-orders_list::-webkit-scrollbar,
.table_overflow::-webkit-scrollbar {
	width: 4px;
}

.cart-orders_list::-webkit-scrollbar-thumb,
.table_overflow::-webkit-scrollbar-thumb {
	background: #2ab7da;
	border-radius: 2px;
}

.table_overflow.green::-webkit-scrollbar-thumb {
	background-color: #8dc254;
}

.cart-orders_list::-webkit-scrollbar-track-piece,
.table_overflow::-webkit-scrollbar-track-piece {
	background-color: #ddd;
}

.order_item {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0px;
	border-top: 3px solid #2dc3e8;
}

.order_item:last-child {
	border-bottom: 3px solid #2dc3e8;
}

.order_item span {
	float: left;
	width: calc(100% - 30px);
	font-size: 16px;
	line-height: 1.2em;
}

.cart_item-remove {
	position: absolute;
	top: 18px;
	right: 0;
	display: inline-block;
	float: right;
	width: 18px;
	height: 18px;
	background: url(img/remove.png) no-repeat top left;
	background-size: 100%;
}

.cart_bottoms {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.cart_comment {
	width: 100%;
	height: 66px;
	padding: 10px 18px;
	margin-bottom: 20px;
	font-size: 16px;
	resize: none;
	background: #fff;
	border: none;
	color: #333;
}

.send {
	float: left;
	width: 50%;
	height: 80px;
	background-color: #ff5323;
	color: #fff;
	border: none;
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.send:focus {
	background-color: #69d21c;
	color: #fff;
}

.send.sent,
.send:focus {
	background-color: #69d21c;
}

.send.sent::after {
	content: 'READY!';
	font-size: 38px;
	color: #fff;
}

.order_cancel,
.button {
	display: inline-block;
	width: 100%;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #1e1e1e;
	border: 1px solid #c4c4c4;
}

.order_cancel {
	float: right;
	width: 47%;
	height: 80px;
	line-height: 78px;
}

.button.blue {
	background-color: #2ab7da;
	border-color: #2ab7da;
}

.button.red {
	background-color: #ff5323;
	border-color: #ff5323;
}

.order_cancel::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(img/remove.png) no-repeat;
	background-size: 100% auto;
	margin-right: 13px;
}

.order_cancel.canceled {
	color: transparent;
	font-size: 0;
	background-color: #82240a;
	border-color: #82240a;
}

.order_cancel.canceled::after {
	content: 'KANSELLERT';
	font-size: 18px;
	color: #fff;
}

.order_cancel:hover,
.button:hover {
	color: #fff;
}

.order_list-text {
	display: block;
	font-size: 38px;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	font-weight: 600;
	color: #666;
}

.table_overflow {
	position: absolute;
	top: 25px;
	left: 25px;
	right: 10px;
	padding-right: 15px;
	height: calc(100% - 150px);
	overflow-y: auto;
}

.table a {
	color: #fff;
	text-decoration: none;
}

.table {
	width: 100%;
	margin-bottom: 30px;
}

.table th {
	background-color: #2dc3e8;
	color: #fff;
	padding: 24px 30px;
	font-size: 23px;
	font-weight: 400;
}

.table th:last-child {
	padding-left: 0;
	padding-right: 0;
}

.table th:not(:first-child) {
	text-align: center;
}

.table td {
	position: relative;
	height: 72px;
	padding: 15px 60px;
	border-bottom: 3px solid #2dc3e8;
	font-size: 23px;
	transition: all 0.2s ease-out;
}

.table td::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 0;
	width: 3px;
	height: 60%;
	background-color: #2dc3e8;
}

.table td:first-child {
	padding-left: 0;
}

.table td:last-child {
	padding-right: 0;
	padding-left: 0;
}

.table td:last-child::after,
.table td:nth-last-child(2)::after {
	display: none;
}

.table tr.ready td {
	background-color: rgba(255,255,255, .2);
}

.table tr.ready td:first-child {
	padding-left: 15px;
}

.table tr.ready td .checkbox + label,
.table tr.ready td .remove_tr {
	display: none;
}

.table big {
	font-size: 26px;
	display: block;
	margin-bottom: 0.7em;
}

.table small {
	display: block;
	font-size: 20px;
	line-height: 30px;
}

.table.page2 small {
	font-size: 16px;
	line-height: 24px;
}

.table.green th {
	background-color: #8dc254;
}

.table.green td {
	border-bottom-color: #898989;
}

.table.green td::after {
	background-color: #898989;
}

.table.finish th {
	padding: 28px 0;
	background-color: transparent;
	border-bottom: 3px solid #2dc3e8;
	padding-bottom: 40px;
}

.table.finish th:last-child {
	white-space: nowrap;
}

.table th h2 {
	font-size: 35px;
	margin: 0;
	font-weight: 600;
}

.table.finish big {
	color: #2dc3e8;
}

.table.finish td {
	border-bottom-color: #898989;
}

.table.finish td::after {
	display: none;
	background-color: #898989;
}

.table.finish td:nth-last-child(2)::after {
	display: block;
}

.table.finish td:last-child {
	text-align: right;
	width: 90px;
	padding-left: 20px;
}

.close_order {
	display: inline-block;
	margin-left: 25px;
}

.ordered {
	display: inline-block;
	font-size: 25px;
}

.button_bottoms {
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	text-align: right;
}

.button_bottoms.index {
	position: static;
	text-align: left;
	float: left;
	width: 100%;
	margin-top: 22px;
}

.button.exit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 0 !important;
	float: left;
	font-weight: 600;
	border-color: transparent;
	height: 46px !important;
	line-height: 44px !important;
}

.index_page .button.exit {
	font-weight: 400;
}

.fa-sign-out {
	color: #ff5323;
}

.button_bottoms .button {
	max-width: 320px;
	margin-left: 20px;
	height: 80px;
	line-height: 78px;
}

button[disabled],
html input[disabled] {
	opacity: .3;
}


.ib_buttons {
	height: 36px;
	overflow: hidden;
}

.checkbox {
	display: none;
}

.checkbox + label {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 0;
	color: transparent;
	background: url(img/check.png) no-repeat center center;
	background-size: cover;
}

.checkbox:checked + label {
	opacity: .7;
}

.table .checkbox + label {
	margin-right: 25px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.remove_tr {
	float: left;
}

.confirm_modal {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);
}

.confirm_body {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 340px;
	height: 170px;
	margin-top: -50px;
	margin-left: -170px;
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	text-align: center;
	color: #333;
}

.confirm_body .button {
	float: left;
	width: 48%;
	font-size: 20px;
}

.confirm_body .button + .button {
	float: right;
}

.confirm_body big {
	display: block;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 22px;
}

.confirm_overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal_content {
	position: absolute;
	z-index: 10;
	top: 25px;
	left: 50%;
	margin-top: 0;
	margin-left: -200px;
	width: 400px;
	height: 375px;
	padding: 30px;
	background: #fff;
	color: #000;
}

.modal_content h3 {
	font-size: 26px;
	font-weight: 400;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}

.modal_overlay {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .6);
}

.input_text {
	width: 100%;
	height: 50px;
	font-size: 18px;
	padding: 0 15px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
}

.input_text:focus {
	border-color: #999;
}

.modal_buttons {
	margin-top: 10px;
}

.modal_buttons button {
	float: left;
	width: auto;
	padding: 0 30px;
	border: none;
}

.modal_buttons button + button {
	float: right;
}

.button.export {
	background-color: #8dc254;
}

.tabs_nav {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	float: left;
	width: 100%;
}

.tabs_nav li {
	float: left;
}

.tabs_nav li a {
	float: left;
	padding: 20px 40px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	background-color: #2ab7da;
	margin-left: 1px;
}

.tabs_nav li.current a {
	background-color: #ff5323;
}


/* LOGIN */

.login_form_box {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;
}

.login_form {
	display: inline-block;
}

.login_form input {
	vertical-align: top;
	width: 300px;
	height: 50px;
	background-color: #fff;
	border: none;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.login_form .button {
	vertical-align: top;
	width: 300px;
	height: 50px;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	line-height: inherit;
	border: none;
	background-color: #ff5323;
}

.login_form .button:focus,
.login_form .button:hover {
	background-color: #69d21c;
}

.forget {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}

/* // LOGIN */








@media (max-width: 1024px) {

	.plitka_button {
		display: block;
		float: left;
		width: 100%;
	}

}
