/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl');
  src:  url('../font/icomoon/fonts/icomoon.eot?h7vcyl#iefix') format('embedded-opentype'),
    url('../font/icomoon/fonts/icomoon.ttf?h7vcyl') format('truetype'),
    url('../font/icomoon/fonts/icomoon.woff?h7vcyl') format('woff'),
    url('../font/icomoon/fonts/icomoon.svg?h7vcyl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-nav-links, .side-nav, h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.icon-banner:before {
  content: "\e90f";
}
.icon-abacus:before {
  content: "\e90b";
}
.icon-question:before {
  content: "\e90c";
}
.icon-thumb-down:before {
  content: "\e90d";
}
.icon-thumb-up:before {
  content: "\e90e";
}
.icon-store:before {
  content: "\e909";
}
.icon-dashboard:before {
  content: "\e90a";
}
.icon-logout:before {
  content: "\e900";
}
.icon-settings:before {
  content: "\e901";
}
.icon-ftp:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-users:before {
  content: "\e904";
}
.icon-category:before {
  content: "\e905";
}
.icon-article:before {
  content: "\e906";
}
.icon-pizza:before {
  content: "\e907";
}
.icon-money:before {
  content: "\e908";
}

body, html {
	height: 100%;
	background: #f2f5f7;
	font-size: 15px;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.gwt-SuggestBoxPopup {
	z-index: 10000 !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 0px !important;
	margin-top: -1px !important;
}

.gwt-SuggestBoxPopup .item {
	padding: 9px !important;
	cursor: pointer !important;
}

.gwt-SuggestBoxPopup .item-selected {
	background: rgba(106,227,195, 0.1) !important;
}

.none {
	display: none !important;
}

.text-center {
    text-align: center;
}
.links a {
    margin-right: 10px;
}
.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}
.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}
.success:before {
    color: #88c671;
    content: "\0056";
}
.problem:before {
    color: #d33d44;
    content: "\0057";
}
.cake-error {
    padding: 10px;
    margin: 10px 0;
}

.main {
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	float: right;
}

nav.menu {
	width: 100%;
	height: 60px;
	float: left;
	background: #fff;
	border-bottom: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 9px;

}

.button {
	border-radius: 4px;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 15px;
	background: rgba(106,227,195, 1) !important;
	color: rgba(255,255,255,.95) !important;
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
}

.button:hover {
	color: #fff !important;
	background: rgba(31, 184, 143, 1) !important;
}

.button--link {
	background: none !important;
	text-decoration: underline;
	color: rgba(31, 184, 143, 1) !important;
}

.input.time input {
	background-color: transparent;
	border: 0.1rem solid #d1d1d1;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: .6rem 1.0rem;
	width: 100%;
}

input[type="text"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="color"],
input[type="tel"],
input[type="time"],
input[type="number"],
textarea,
select {
	background: #fff !important;
	color: #5b6064 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	transition: all .35s;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="time"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(106,227,195, .25) !important;
}

.checkbox-input {
	padding-right: 30px !important;
}

.checkbox-input label {
	margin-left: 15px !important;
	padding-left: 8px;
	padding-top: 1px;
}

.checkbox-input input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label {
	position: relative;
}

.checkbox-input label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.checkbox-input label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.small-col.checkbox-input label::before,
.small-col.checkbox-input label::after {
	top: 31px !important;
	left: 45px !important;
}

label.active::before {
	background: rgba(106,227,195, 1);
}

label.active::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

select {
	appearance: none;
	background: #fff url('../img/arrow-down.svg') no-repeat center right 15px !important;
	background-size: 15px !important;
}

label {
	margin-bottom: 5px !important;
	line-height: 1 !important;
	font-size: 15px !important;
}

h1 {
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	font-size: 28px !important;
}

form {
	margin-top: 15px;
}

.col {
	max-width: 300px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.col-3 {
	max-width: 300px;
	float: left;
}

.col-4 {
	max-width: 400px;
	float: left;
}

.col-5 {
	max-width: 500px;
	float: left;
}

.logo {
	width: 150px;
	height: 40px;
	background: url('../img/walletio.png') no-repeat left center;
	background-size: contain;
	display: block;
	margin-right: 15px;
	float: left;
}

.menu-link {
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 40px;
	font-weight: 500;
	color: rgb(32, 36, 40);
	margin-right: 30px;
	transition: 0.3s all;
	position: relative;
	text-decoration: none !important;
	float: left;
	padding: 0 15px;
	padding-left: 45px;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	border-radius: 5px;
}

.menu-link:hover,
.menu-link.active {
	background: rgba(106,227,195, 0.1);
	border-color: rgba(31, 184, 143, 0.3);
	color: rgba(31, 184, 143, 1);
}

.menu-link:hover:before,
.menu-link.active:before {
	opacity: 1;
}

.menu-link:not(.menu-link--logout) span {
	font-size: 20px !important;
	height: 100% !important;
	margin-right: 10px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.1);
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	transition: 0.3s all;
}

.menu-link:not(.menu-link--logout):hover span,
.menu-link.active:not(.menu-link--logout) span {
	border-color: rgba(31, 184, 143, 0.3);
	background: rgba(31, 184, 143, .2);
	color: rgba(31, 184, 143, 1);
}

.menu-link--logout {
	font-size: 20px !important;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	border-color: rgba(217, 30, 30, 0.1) !important;
	background: rgba(217, 30, 30, 0.1) !important;
	color: #e43434;
	margin-right: 15px;
	z-index: 1;
}

.menu-link--logout span {
	height: 20px !important;
	position: relative;
	top: 3px;
	margin-right: 10px;
	width: 20px;
	display: inline-block;
	padding: 0;
	color: #e43434;
}

.icon-plus {
	top: 0 !important;
	margin-right: 0 !important;
}

.menu-link--logout span {
	margin: 0 !important;
}

.menu-link--logout:before {
	background: rgba(217, 30, 30, 0.1) !important;
	z-index: -1;
}

.menu-link--logout:hover span {
	color: #fff !important;
}

.menu-link--logout:hover {
	background: #e43434 !important;
}

.sorting:hover {
	color: rgba(31, 184, 143, 1) !important;
	text-decoration: underline;
}

.priceInput {
	background: #fff !important;
	width: 70px !important;
	margin: 0 !important;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: #323232 !important;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	vertical-align: middle;
}

table td:first-child,
table th:first-child {
	padding-left: 15px;
}

tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.025);
}

table td a {
	color: rgba(31, 184, 143, 1);
}

table td a:hover {
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

table .dblclick,
table .hover-tr {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover,
table .hover-tr:hover,
table tr.hover {
	background: rgba(106,227,195, 0.065);
}

table .reklamace {
	background: #f7e7a0;
}

table .cancel-order {
	background: #f7e2e2;
}

table .print a,
table .view a,
table .delete a,
table .status a,
table .cancel a,
table .polygon a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .print a:hover,
table .view a:hover,
table .delete a:hover,
table .cancel a:hover,
table .status a:hover,
table .polygon a:hover {
	opacity: 1;
}

table .view a {
	background: url('../img/pencil.svg') no-repeat center left;
	background-size: contain;
}

table .cancel a {
	background: url('../img/cancel.svg') no-repeat center left;
	background-size: contain;
}

table .print a {
	background: url('../img/print.svg') no-repeat center left;
	background-size: contain;
}

table .delete a {
	background: url('../img/trash.svg') no-repeat center left;
	background-size: contain;
}

table .status a {
	background: url('../img/check.svg') no-repeat center left;
	background-size: contain;
}

table .status.deactive a {
	background: url('../img/ban.svg') no-repeat center left;
	background-size: contain;
}

table .polygon a {
	background: url('../img/polygon.svg') no-repeat center left;
	background-size: contain;
}

table th small {
	display: block;
}

ul.jqtree-tree {
    list-style: none outside;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree.jqtree-dnd {
    touch-action: none;
}

ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-left: 12px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}

ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 0.5em;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-right {
    margin-left: 0.5em;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
    position: relative;
    display: flex;
}

ul.jqtree-tree .jqtree-title {
    color: #1c4257;
    vertical-align: middle;
    margin-left: 1.5em;
}

ul.jqtree-tree .jqtree-title.jqtree-title-folder {
        margin-left: 0;
    }

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
        margin-bottom: 1px;
    }

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px rgba(31, 184, 143, 1);
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    box-sizing: border-box;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: rgba(31, 184, 143, 1);
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px rgba(31, 184, 143, 1);
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: rgba(31, 184, 143, 0.3);
    background: linear-gradient(#bee0f5, #89afca);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px rgba(31, 184, 143, 1));
}

ul.jqtree-tree.jqtree-rtl {
    direction: rtl;
}

ul.jqtree-tree.jqtree-rtl ul.jqtree_common {
    margin-left: 0;
    margin-right: 12px;
}

ul.jqtree-tree.jqtree-rtl .jqtree-toggler {
    margin-left: 0.5em;
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title {
	margin-left: 0;
	margin-right: 1.5em;
}

ul.jqtree-tree.jqtree-rtl .jqtree-title.jqtree-title-folder {
    margin-right: 0;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost {
	margin-right: 0;
	margin-left: 10px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-circle {
    right: -6px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost span.jqtree-line {
    right: 2px;
}

ul.jqtree-tree.jqtree-rtl li.jqtree-ghost.jqtree-inside {
    margin-left: 0;
    margin-right: 48px;
}

ul.jqtree-tree.jqtree-rtl span.jqtree-border {
    right: -2px;
}
    
span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

.float-right {
	float: right;
}

.float-right .col {
	padding-right: 0;
	padding-left: 10px;
}

.float-left {
	float: left;
}

.ml-15 {
	margin-left: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.jqtree-element {
	background: #fff !important;
	border: 0px solid rgb(225, 230, 234);
	border-radius: 4px;
	padding: 10px 11px 7px 17px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 2px rgba(63,71,79,.15);
	transition: 0.3s all;
}

.jqtree-element:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(63,71,79,.15);
}

.clear {
	clear: both;
}

#editor {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-toolbar {
	background: #fff;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	padding-bottom: 0 !important;
}

.col-3 {
	width: 33%;
	box-sizing: border-box;
	padding-right: 15px;
}

.message.success::before {
	display: none;
}

.message {
	margin-top: 25px;
}

#ftp-images .thumb-editor {
	margin-bottom: 0;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.ql-image-ftp {
	background: url('../img/img.svg') no-repeat center center !important;
	background-size: 18px !important;
}

.file-caption.form-control.kv-fileinput-caption {
	height: 4.8rem !important;
}

.file-input .file-preview .close {
	display: none;
}

.file-input .btn {
	line-height: 38px !important;
	cursor: pointer;
}

.login-section {
	width: 100%;
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 15px;
	border-radius: 4px;
	margin: 155px auto;	
}

.login-page fieldset {
	margin: 0;
	margin-bottom: 20px;
}

.login-page input {
	margin-bottom: 0;
}

.border-bottom-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: 0;
	margin-bottom: -1px;
}

.border-top-none {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	margin-top: -1px;
}

.login-page h3,
.login-page legend {
	text-align: center;
	width: 100%;
}

.login-page legend {
	margin-bottom: 40px;
}

.login-page .col-3 {
	width: 50%;
}

.login-page .col-3:nth-child(3) {
	padding-right: 0;
}

.login-page .submit {
	text-align: center;
}

.login-page .submit .button {
	display: inline-block;
}

.small-col {
	width: 80px;
}

.col-left {
	width: 49.5%;
	float: left;
}

.col-right {
	width: 49.5%;
	float: right;
}

.col var {
	font-style: normal;
	width: 80px;
	display: inline-block;
	line-height: 38px;
	font-weight: bold;
}

.order-table td:nth-child(1) {
	width: 150px;
}

.order-table th,
.order-table strong {
	color: #000;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}
}

.small-boxes {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	margin-bottom: 10px;
}

.small-box {
	width: 25%;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px 0px 1px -1px #f8fafb !important;
	position: relative;
	overflow: hidden;
	color: #626262;
	transition: .35s ease-in-out all;
	cursor: pointer;
}

.small-box:hover {
	box-shadow: 3px -1px 15px -2px #dadee1,4px 0px 1px -3px #f8fafb !important;
}

.small-box p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.small-box::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	right: -7%;
	bottom: -11%;
	opacity: .25;
}

.small-box::before {
	position: absolute;
	right: 5%;
	bottom: 11%;
	font-size: 40px;
	color: #fff;
	z-index: 10;
}

.small-box.green::after {
	background: #00c650;
}

.small-box.green::before {
	color: rgba(41, 186, 100, 0.40);
}

.small-box.red::after {
	background: #e70606;
}

.small-box.red::before {
	color: rgba(232, 6, 6, 0.30);
}

.small-box.yellow::after {
	background: #f3e406;
}

.small-box.yellow::before {
	color: rgba(227, 212, 0, 0.64);
}

.small-box.blue::after {
	background: #0d52e6;
}

.small-box.blue::before {
	color: rgba(15, 83, 230, 0.30);
}

.settings-button {
	float: left;
	padding: 20px;
	padding-left: 50px;
	width: 200px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	color: #5b6064;
	border: 1px solid #e1e6ea;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	transition: all .35s;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.settings-button:hover {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(106,227,195, .25) !important;
}

.settings-button span {
	font-size: 22px;
	line-height: 57px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.icon-tasks {
	background: #fff url('../img/tasks.svg') no-repeat left 15px center;
	background-size: 24px;
}

.product-side {
	width: 72%;
	float: left;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 25px;
}

.client-side {
	width: 28%;
	float: right;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 25px;
	padding-left: 25px;
	position: relative;
}

@media (min-width: 1441px) {
	.product-side {
		width: 60%;
	}
	
	.client-side {
		width: 40%;
	}
	
	/*
	.additives-list {
		display: inline-block !important;
		padding-top: 0px !important;
		margin-top: 0px !important;
		width: auto !important;
	}
	*/
}

@media (max-width: 1441px) {
	.max-smaller {
		max-width: 200px;
	}
}

#categories {
	list-style: none;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0px;
}

#categories li {
	width: 150px;
	box-sizing: border-box;
	padding: 15px 5px;
	line-height: 1;
	background: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	transition: .3s all;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
}

#categories li span {
	width: 100%;
	height: 5px;
	opacity: .35;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s all;
	pointer-events: none;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#categories li.active {
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

#categories li.active span {
	opacity: 1;
	z-index: -1;
	height: 100%;
	border-radius: 4px;
}

.color-box {
	width: 25px;
	height: 25px;
	display: block;
}

.product {
	min-width: calc(25% - 10px);
	width: calc(25% - 10px);
	position: relative;
	border: 1px solid #f3f3f3;
	background: #fff;
	float: left;
	box-sizing: border-box;
	cursor: pointer;
	transition: .3s all;
	display: table;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .03);
	border: 1px solid rgba(0,0,0,0.1);
}

.product .tag-main {
	position: absolute;
	left: 0px;
	top: 0px;
	transform: scale(.7);
	
	display: none;
}

.product.disabled {
	pointer-events: none;
	opacity: 1;
}

.product.disabled::after {
	content: 'Vyprodáno!';
	position: absolute;
	left: 0;
	line-height: 160px;
	text-align: center;
	color: #d51111;
	font-size: 14px;
	height: 100%;
	font-weight: bold;
	display: block;
	width: 100%;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,.8);
	border-radius: 8px;
}

.product.disabled .price {
	opacity: 0;
}

.product:hover,
.product:focus,
.product:active {
	background: #f9f9f9;
	transform: scale(1.02);
}

.product p {
	margin: 0;
	font-size: 20px;
	height: 65px;
	padding: 0 10px;
	margin-bottom: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product .code {
	width: 50%;
	height: 30px;
	line-height: 30px;
	background: #f9f9f9;
	float: left;
	color: rgba(0,0,0,0.4);
	padding: 0 15px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
	border-right: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
}

.product .price {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: right;
	background: #f9f9f9;
	color: #323232;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	border-bottom-right-radius: 5px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.loading {
	opacity: .6;
	pointer-events: none;
}

.bg-loading {
	pointer-events: none;
	background: #f2f5f7;
}

.category-box {
	width: 100%;
	float: left;
	border-top: 0px solid;
	position: relative;
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

.unactive::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: 'Zadejte první adresu nebo vyberte pobočku';
	background: rgba(255,255,255,1);
	border-radius: 5px;
	z-index: 100;
	line-height: 200px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: rgb(100,102,225);
}

.tabs:not(.reklamace) {
	list-style: none;
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 25px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
}

.tabs:not(.reklamace) li {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.tabs:not(.reklamace) li::before {
	content: '';
	background: rgb(100,102,225);
	width: 97%;
	height: 90%;
	position: absolute;
	left: 1.5%;
	top: 5%;
	z-index: -1;
	border-radius: 6px;
	box-shadow: 0 4px 9px rgba(100,102,225,.27);
	opacity: 0;
	transition: .3s all;
}

.tabs:not(.reklamace) li.active {
	color: #fff;
}

.tabs:not(.reklamace) li.active::before {
	opacity: 1;
}

.tabs.tabs--rounded {
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.tabs.tabs--rounded li {
  width: auto;
  padding: 10px 17px;
  background: #fff;
  border: 1px solid #e1e6ea;
  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
  color: #111827;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 5px;
}

.tabs.tabs--rounded li.active::before {
  transform: scale(1);
}

.tabs.tabs--rounded li::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  transform: scale(0.95);
}

#order-products {
	width: 100%;
	float: left;
}

#order-products .item {
	width: 100%;
	float: left;
	background: #fff;
	color: #5b6064;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	padding: 10px;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}

#order-products .item .price {
	float: right;
	font-weight: bold;
	color: #000;
}

#order-products .item .price ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
}

#order-products .item .price ul li {
	display: inline-block;
	margin-bottom: 0;
	min-width: 25px;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
	cursor: pointer;
}

#order-products .item .price ul li a {
	display: block;
	color: inherit;
	padding: 0 10px 3px;
	border-radius: 4px;
}

#order-products .item .price ul li:nth-child(1) {
	color: #4db126;
	background: rgba(154, 248, 161, 0.30);
}

#order-products .item .price ul li .remove-item {
	color: #e31212;
	background: rgba(245, 177, 177, 0.57);
}

#order-products .item .price ul li .edit-item {
	color: #767676;
	background: rgba(213, 213, 213, 0.77);
	font-weight: normal;
	font-size: 14px;
	padding-top: 2px;
}

.button.w100p {
	width: 100%;
	height: 50px;
}

.login-page .button.w100p {
	height: 40px;
}

iframe {
	width: 100%;
	border: 0;
}

iframe.full-size {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 100000;
	/*padding: 25px;*/
	box-sizing: border-box;
	background: #f2f5f7;
}

.hidden {
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
}

.disabled {
	opacity: .5;
	pointer-events: none;
}

.loading {
	opacity: .5;
	pointer-events: none;
	color: transparent !important;
	background: #6ae3c3 url('../img/loading.gif') no-repeat center center !important;
	background-size: 40px !important;
}

.sll,
.slr {
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.sll {
	padding-right: 5px;
}

.slr {
	padding-left: 5px;
	float: right;
}

#close-full-size {
	text-align: center;
	background: #d72d2d !important;
}

.modal-additives .checkbox {
	float: left;
	margin-right: 15px;
}

.modal-additives h5 {
	width: 100%;
	float: left;
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.additives-list {
	width: 100%;
	padding-top: 0px;
	margin-top: 8px;
}

.additives-list span {
	display: inline-block;
	padding: 3px 7px;
	border-radius: 4px;
	margin-top: 5px;
	color: #fff;
}

.additives-list span.red {
	background: #d50000;
}

.additives-list span.green {
	background: #00d737;
}

#log-info {
	padding: 5px 10px;
	border-radius: 4px;
	background: #5c5c5c;
	color: #fff;
	position: absolute;
	top: 77px;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: .2s all;
	
	display: none !important;
}

#log-info.active {
	opacity: 1;
}

.subtitle {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-top: 25px !important;
}

.pagination li {
	margin: 0 !important;
	margin-left: -1px !important;
}

.pagination li.ellipsis {
	line-height: 28.5px;
	padding: 0 5px;
}

.pagination-info {
	width: 100%;
	text-align: center;
	color: #616161;
	margin-bottom: 20px;
	margin-top: 13px;
}

.pagination li a {
	padding: 9px 15px;
	font-size: 15px;
	position: relative;
	display: block;
	color: #5b6064;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li.active a {
	background: rgba(106,227,195, 1);
	color: #fff;
}

table tr.not-active, table tr.not-active a {
    color: #c6c6c6 !important;
}

#resetOrder {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: rgba(215, 26, 26, 1);
	text-decoration: underline;
	display: block;
	margin-bottom: 50px;
}

.rec-tips {
	list-style: none;
	margin: 20px 0 5px;
}

.rec-tips li {
	display: inline-block;
	padding: .75rem 1.25rem;
	color: #1b1e21;
	background-color: #d6d8d9;
	border: 1px solid #c6c8ca;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s all;
}

.rec-tips li:hover,
.rec-tips li.active {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

@media (min-width: 1000px) and (max-width: 1300px) {
	.menu-link {
		font-size: 11px;
		margin-right: 20px;
	}
	
	#categories li {
		width: 95px;
		padding: 13px 5px;
		font-size: 11px;
	}
}

.modal-additives {
	height: 100%;
	overflow: scroll;
	padding-bottom: 70px;
}

.modal-additives h5 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.modal-additives .checkbox {
	width: 25%;
	float: left;
	margin: 0;
}

#selected-additives .checkbox small {
	display: none;
}

.modal-additives .checkbox small {
	color: #19D527;
}

.modal-additives .wrapper {
	width: 96%;
	max-width: 1024px;
	margin: 0 auto;
}

.buttons {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-bottom: 5px;
	background: #f2f5f7;
}

.buttons .button {
	width: 50%;
	float: left;
	margin: 0;
	padding: 13px 15px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 5px;
}

.buttons .button:nth-child(1) {
	width: calc(70% - 7px);
	float: left;
}

.buttons .button:nth-child(2) {
	width: 30%;
	float: right;
}

#reclamation-tabs {
	width: 240px;
	text-align: right;
}

#order-products #reclamation-tabs{
	display: none !important;
}

#reclamation-tabs.v2 {
	width: auto;
	list-style: none;
	text-align: left;
}

#reclamation-tabs li {
	width: 120px;
	float: left;
	text-align: center;
	margin-right: -1px;
	font-size: 12px;
	color: #767676 !important;
	background: #fff !important;
	font-weight: normal !important;
	padding: 4px 5px;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

#reclamation-tabs.v2 li {
	display: inline-block;
	font-size: 16px;
	border-radius: 0px;
	padding: 5px 8px;
	cursor: pointer;
}

#reclamation-tabs li.active {
	background: #d50000 !important;
	color: #fff !important;
	box-shadow: 0 1px 9px rgba(213,0,0,.27);
}

#rec-rek {
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
}

#rec-kre {
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
}

.disabled {
	pointer-events: none;
	opacity: .5;
}

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

.mt-0 {
	margin-top: 0 !important;
}

.upsellings {
	width: 100%;
	float: left;
	margin: 10px 0;
	display: table;
	z-index: 1000;
	position: relative;
}

.upselling {
	width: 32.3%;
	margin-left: 1.5%;
	box-sizing: border-box;
	font-size: 12px;
	padding: 5px;
	height: 58px;
	float: none !important;
	display: table-cell !important; 
	vertical-align: middle; 
	border-radius: 3px;
	background: #fff;
	text-align: center;
	color: #5b6064;
	
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.upsellings.deactive {
	pointer-events: none;
	opacity: .3;
}

.upselling strong {
	display: block;
	margin-top: 5px;
}

.upselling:first-child {
	margin-left: 0;
}

tr.branch td:first-child {
	padding-left: 35px;
}

tr.branch td {
	background: #ebebeb !important;
}

tr.operator td {
	background: rgba(0, 0, 0, 0.015) !important;
}

tr.hr td {
	padding: 0 !important;
	background: #fff;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
	float: left;
}

#alert-error {
	width: 100%;
	text-align: center;
}

#address.error-input {
	color: #721c24 !important;
	border-color: #d50000 !important;
}

.alert.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab--button {
	font-family: Roboto,sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	background: #fff;
	border-radius: 8px;
	margin: 6px;
	padding: 20px;
	min-width: 200px;
	min-height: 60px;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.tab--button:hover {
	color: rgba(31, 184, 143, 1);
	background: rgba(106,227,195, 0.1);
}

.tab--button.active {
	background: rgba(31, 184, 143, 1);
	color: #fff;
}

.accordion::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border-radius: 100px;
	opacity: .4;
	border: 1px solid rgba(31, 184, 143, 1);
	background: rgba(106,227,195, 0.2);
}

.accordion.active::before {
	background: rgba(106,227,195, 0.9);
}

.accordion {
	cursor: pointer;
	padding: 25px 40px;
	width: 100%;
	outline: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
	color: #000;
	border: none;
	background: none;
	margin-bottom: 0;
	position: relative;
}

.accordion--panel {
	padding: 0 40px;
		padding-bottom: 0px;
	max-height: 0;
	overflow: hidden;
	border-bottom: 1px solid hsla(0,0%,43.9%,.1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.accordion.active + .accordion--panel {
	padding-bottom: 15px;
}

.works {
	width: 560px;
	float: left;
	margin-top: 0px;
	position: relative;
}

#branches {
	width: 260px;
	height: 45px;
	cursor: pointer;
	margin-bottom: 0 !important;
}

.works #code {
	height: 45px;
	line-height: 45px;
	font-size: 24px;
}

.works .submit {
	float: left;
}

#prichod,
#odchod {
	width: calc(50% - 5px) !important;
	float: left;
	margin-bottom: 0 !important;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	padding-top: 0;
	padding-bottom: 0;
	width: 120px;
	text-align: center;
}

#prichod {
	background: #25d519 !important;
}

#prichod:hover {
	background: #0f8b07 !important;
}

#odchod {
	margin-left: 10px;
	background: #e43434 !important;
}

#odchod:hover {
	background: #c20d0d !important;
}

.works p strong {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}

.works .work-day {
	font-size: 42px;
	font-weight: bold;
	margin: 0 0 15px;
}

.works .work-day .time {
	display: inline-block;
	margin-left: 30px;
	border-left: 1px solid #ccc;
	padding-left: 30px;
}

.shifts li {
	width: 100%;
	line-height: 25px;
	color: #25d519;
	list-style: none;
	border: 1px solid #e1e6ea !important;
	background: #fff;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.shifts li strong {
	float: right;
	color: #000 !important;
}

.shifts--red li {
	color: #e43434;
}

.product-checkbox {
	margin-bottom: 0;
}

.tooltip-info {
	position: relative;
}

.tooltip-info::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 0;
	top: 40px;
	box-sizing: border-box;
	width: 350px;
	padding: 8px;
	border-radius: 4px;
	font-size: 14px;
	background: #000;
	color: #fff;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
}

.tooltip-info:hover::after {
	opacity: 1;
}

.input.date {
	border: none;
	box-sizing: border-box;
	outline: 0;
	position: relative;
	width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.buttons-fixed {
	width: 100%;
	height: 48px;
	position: fixed;
	background: #fff;
	text-align: center;
	padding: 5px 0;
	  padding-right: 0px;
	padding-right: 5px;
	right: 0;
	bottom: 0;
	border-top: 1px solid #e1e6ea;
	box-sizing: border-box;
	z-index: 100;
}

.button--save {
	padding-left: 60px;
	position: relative;
}

.button--continue::before, .button--repas::before, .button--new::before, .button--save::before, .button--sms::before, .button--price::before, 
.button--comment::before, .button--calendar::before {
  background-color: rgba(42, 209, 165, 1);
  border-right: 1px solid rgba(31, 184, 143, 1);
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border-radius: 4px 0 0 4px;
  background-image: url('../img/plus.svg');
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.button--save::before {
  background-image: url('../img/save.svg');
  background-size: 16px;
}

.work-box {
	white-space: nowrap;
	font-size: 20px;
	width: 100%;
	min-height: 100px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

.work-box .link {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 45px;
}

#modal-window {
	width: 96%;
	max-width: 470px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 15px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 50px;
	transition: .3s all ease-in-out;
}

#modal-window:after {
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: 0 0 350px rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
}

#close-modal {
	width: 100%;
	display: block;
	border-top: 1px solid rgba(0,0,0,.2);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	padding: 10px 0;
	color: rgba(0,0,0,.6);
}

.rolldate-container header {
	margin-bottom: 0;
}

.not-time {
	pointer-events: none;
	opacity: .4;
}

.circle {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

.circle::after {
	content: attr(data-title);
	position: absolute;
	right: -170px;
	top: -9px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 6px;
	border-radius: 5px;
	font-size: 12px;
	width: 160px;
	text-align: center;
	display: none;
}

.circle::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 8px 4px 0;
	border-color: transparent rgba(0,0,0,0.8) transparent transparent;
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	display: none;
}

.circle.red::after {
	width: 310px;
	right: -320px;
}

.circle:hover::before,
.circle:hover::after {
	display: block;
}

.circle.red {
	background: #e43434;
}

.circle.green {
	background: rgba(106,227,195, 1);
}

#msg {
	width: 400px;
	height: 200px;
}

.support {
	width: 400px;
	margin: 0 auto;
}

.support .button {
	width: 100%;
}

a.link {
	font-size: 14px;
	text-decoration: underline;
	color: rgba(42, 209, 165, 1);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	float: right;
	margin-left: 15px;
}

.workers-codes {
	width: 560px;
	float: left;
}

.workers-codes .worker {
	width: 200px;
	font-size: 16px;
	margin-bottom: 5px;
	float: left;
	margin-right: 40px;
}

.workers-codes .worker strong {
	float: right;
}

@media (min-width: 764px) and (max-width: 1060px) {
	.product-side,
	.client-side {
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	
	.product-side {
		order: 1;
		padding-top: 10px;
	}
	
	#categories {
		margin-bottom: 5px;
	}
	
	#categories li {
		margin-bottom: 5px;
	}
	
	#categories li span {
		border-radius: 6px;
	}
	
	#products-iframe {
		width: 100%;
		border: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100000;
		height: 140px !important;
		box-shadow: 0 -15px 15px rgba(0,0,0,0.1);
		background: #fff;
	}
	
	#order-products {
		overflow: scroll;
		height: 100%;
	}
	
	.client-side {
		order: 2;
		padding-bottom: 400px;
	}
	
	.grid-wrapper {
		display: grid;
	}
	
	.main {
		padding: 0 10px;
	}
}

.branches-checkboxes {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.branches-checkboxes .checkbox {
	width: 210px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e1e6ea !important;
	border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	border-radius: 6px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
}

.branches-checkboxes .checkbox label,
.branches-checkboxes .checkbox input {
	margin-bottom: 0;
}

.branches-checkboxes .checkbox input {
	margin-right: 15px;
}

#phone-completer {
	width: calc(100% - 25px);
	position: absolute;
	background: rgba(255,255,255,0.85);
	box-sizing: border-box;
	border-radius: 5px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.3);
	z-index: 10000;
	box-shadow: 0 0 15px rgba(0,0,0,0.09);
	display: none;
}

#phone-completer.show {
	display: block;
}

.au-client {
	padding: 13px;
	box-sizing: border-box;
	transition: .3s all;
	cursor: pointer;
	border-radius: 5px;
}

.addr {
	opacity: .6;
}

.au-client:hover {
	background: #ebebeb;
}

.au-client h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
}

.au-client p {
	line-height: 1.4;
}

a.link {
	font-size: 14px;
	text-decoration: underline;
	color: rgba(42, 209, 165, 1);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	float: right;
	margin-left: 15px;
}

li:not(.add-cheese) .copy-item {
	display: none !important;
}

.item ul li {
	margin-left: 4px !important;
}

.warning {
	background: rgba(217, 30, 30, 0.1) !important;
}

/* RELEASE 1.9.2022 */

.checkbox-input input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.mb0-checkbox .input.checkbox {
	margin-bottom: 0;
}

.checkbox-input input[type="number"] {
	width: 30px !important;
	margin-bottom: 0;
	height: 18px;
	font-size: 11px;
	float: left;
	margin-left: 20px;
	margin-right: 7px;
	position: relative;
	z-index: 100;
}

.checkbox-input input::-webkit-outer-spin-button,
.checkbox-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkbox-input input[type=number] {
  -moz-appearance: textfield;
}

.no-wrap {
	white-space: nowrap;
}

/*
#submit_order {
	position: sticky;
	bottom: 5px;
}
*/

#sendOrderHolder.active {
	pointer-events: none;
	clear: both;
	position: relative;
}

#sendOrderHolder {
  position: sticky;
  bottom: 5px;
  z-index: 10000;
  clear: both;
}

#sendOrderHolder.active::before {
	content: 'Chybí hlavní jídlo';
	margin-bottom: 10px;
	display: block;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-radius: 7px;
	text-align: center;
	font-weight: bold;
	background: #d50000;
	color: #fff;
}

#sendOrderHolder.active::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #d50000 transparent transparent transparent;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 24px;
}

.tag-main {
	background: #ffcf00;
	padding: 5px;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}

.tag-main::after {
	content: 'Hlavní jídlo';
	position: absolute;
	left: 6px;
	top: 0;
	text-align: right;
	background: #ffcf00;
	z-index: -1;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
	padding-right: 10px;
	border-radius: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0px;
	width: 0px;
	color: #ffcf00;
	transition: .3s all;
}

.tag-main:hover::after {
	width: 110px;
	font-size: 14px;
	color: #000;
}

.tag {
	background: #ffcf00;
	color: #000;
	padding: 3px 7px;
	border-radius: 5px;
	display: inline-block;	
}

.tag--green {
	border-radius: 15px;
	color: #fff;
	background: #25d519;
}

.tag--red {
	border-radius: 15px;
	color: #fff;
	background: #e43434;
}

#overlay,
#modal {
	display: none;
}

#overlay.active {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1000;
	display: block;
}

#modal.active {
	width: 400px;
	height: 260px;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: block;
}

#closeWindow {
	width: 20px;
	height: 20px;
	background: url('../img/cross.svg') no-repeat center center;
	float: right;
}

#modal table,
#modal table tr,
#modal table th,
#modal table td {
	background: #fff !important;
	box-shadow: none !important;
	border: 0 !important;
}

#modal table tr td:first-child {
	font-weight: bold;
	padding-left: 0;
}

#modal table tr td:nth-child(2),
#modal table tr td:nth-child(3) {
	position: relative;
}

#modal table tr td:last-child {
	font-size: 13px;
	opacity: .6;
}

.bullet {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #939393;
	display: inline-block;
}

.line {
	width: 2px;
	height: 73px;
	background: #939393;
	display: inline-block;
	position: absolute;
	z-index: 100;
	top: -19px;
	left: 19px;
}

#modal table tr:last-child .bullet {
	width: 15px;
	height: 15px;
	background: #44df4c;
	margin-left: -2px;
}

#modal .cancelled.bullet {
	background: #d50000 !important;
}

.btn-add-remove {
	width: 20px;
	box-sizing: border-box;
	display: none;
	color: #fff !important;
	padding: 0px 5px;
	text-align: center;
	background: rgba(106,227,195, 1);
	border-radius: 2px;
	padding-bottom: 3px;
	position: relative;
	top: -2px;
}

.removeOneMore {
	background: #d72d2d;
}

#selected-additives .showPrice small {
	display: inline-block !important;
}

#selected-additives .btn-add-remove {
	display: inline-block;
	line-height: 1 !important;
}

.pl0 {
	padding-left: 0 !important;
}

.history {
	background: #e8e8e8;
	color: #6a6a6a;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	display: inline-block;
	padding: 5px;
}

.filter-buttons {
	float: right;
	margin-top: 20px;
}

.filter-buttons .submit {
	float: left;
	margin-right: 10px !important;
}

.lot-filters.active {
	height: 73px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	float: left !important;
	max-width: calc(100% - 260px);
}

.lot-filters.active::after {
	content: '';
	text-align: center;
	line-height: 73px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(242,245,247,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(242,245,247,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(242,245,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f5f7',GradientType=1 );
	position: absolute;
	right: 0;
	top: 0;
	height: 73px;
	width: 240px;
	pointer-events: none;
}

.lot-filters.active .col {
	display: inline-block;
	float: none;
}

#show-filters {
	color: rgba(106,227,195, 1) !important;
	background: none !important;
	text-decoration: underline;
}

.stat-box {
	width: 250px;
	background: #fff;
	padding: 22px;
	float: left;
	border-right: 1px solid #f2f5f7;
	box-shadow: 0 2px 2px rgba(0,0,0,0.07);
	position: relative;
	margin-bottom: 30px;
	max-height: 110px;
}

.stat-box span {
	display: block;
	color: #494f5a;
}

.stat-box strong {
	color: rgba(31, 184, 143, 1);
	font-size: 24px;
	margin-top: 3px;
	display: block;
	font-weight: normal;
}

.rounded-left {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.rounded-right {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.indicator {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 3px 9px;
	padding-left: 23px;
	border-radius: 20px;
}

.indicator.green {
	background: #dcfce7 url('../img/green-arrow.png') no-repeat 7px 6px;
	background-size: 11px;
	color: #206c3d;
}

.indicator.red {
	background: #fee2e2 url('../img/red-arrow.png') no-repeat 7px 6px;
	background-size: 11px;
	color: #9c2121;
}

.stats-box-right {
	float: right;
}

.stats-box-right .stat-box {
	width: 200px;
}

@media (max-width: 540px) {
	.menu {
		width: 100%;
		overflow: scroll;
		white-space: nowrap;
	}
	
	.menu .menu-link  {
		display: inline-block;
		float: none;
	}
	
	.main {
		padding: 0 10px;
	}
	
	.works,
	.work-box {
		width: 100%;
		margin: 0;
	}
	
	.work-box {
		padding: 15px;
	}
	
	.works .work-day {
		font-size: 28px;
	}
	
	.works p strong {
		font-size: 16px;
	}
	
	#branches {
		position: static;
	}
	
	.workers-codes {
		display: none;
	}
	
	.stat-box {
		width: calc(50% - 5px);
		padding: 15px;
		margin-bottom: 10px;
		border-radius: 7px;
	}
	
	.stat-box.rounded-right {
		margin-left: 10px;
	}
	
	.stat-box.rounded-left {
		width: 100%;
	}
	
	.stat-box span {
		font-size: 14px;
	}
	
	.lot-filters.active {
		margin-top: 20px;
	}
	
	.overflow-table table {
		margin-top: 10px;
	}
	
	.stat-box strong {
		font-size: 17px;
	}
	
	.indicator {
		right: 12px;
		bottom: 12px;
		padding: 3px 7px;
		padding-left: 23px;
		font-size: 12px;
		background-size: 8px !important;
	}
	
	.pagination {
		transform: scale(.8);
	}
	
	.pagination-info {
		margin-top: 0;
		font-size: 12px;	
	}
	
	.filter-buttons {
		margin-top: 40px;
	}
}

#category[data-cat="3"] h3.destroy-after {
	display: none;
}

#selected-additives h5 {
	margin-top: 0 !important;
}

#selected-additives .btn-add-remove {
	color: #4db126 !important;
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-left: 7px;
	border: 1px solid rgba(77, 177, 38, 0.7);
	background: rgba(154, 248, 161, .3);
	border-radius: 100%;
	top: 0;
	line-height: 22px;
}

#selected-additives .removeOneMore.btn-add-remove  {
	background: #d72d2d !important;
	color: #fff !important;
	border-color: #d72d2d !important;
	line-height: 18px;
}

.modal-additives .wrapper {
	max-width: 1124px;
}

.modal-additives h5 {
	margin-bottom: 0;
	margin-top: 22px;
	font-weight: normal;
}

.modal-additives .checkbox small {
	color: #4db126;
	border: 1px solid rgba(77, 177, 38, 0.7);
	background: rgba(154, 248, 161, 0.30);
	display: inline-block;
	font-size: 13px !important;
	border-radius: 20px;
	padding: 4px 7px;
	line-height: 1;
	min-width: 60px;
	margin-left: 10px;
}

.modal-additives .checkbox label {
	font-size: 17px !important;
	line-height: 1 !important;
	padding-top: 10px;
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
	padding: 5px 0;
	margin-top: 5px;
}

.modal-additives .checkbox {
	padding-right: 10px;
}

.modal-additives .checkbox input {
	width: 50px;
	min-width: 50px;
	height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}

.modal-additives .checkbox input {
	width: 50px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.modal-additives .checkbox input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	background-color: #19D527;
	border-color: #19D527;
}

.modal-additives .checkbox label[for="additives-26"] {
	color: #ebbb00 !important;
}

.modal-additives .checkbox label[for="additives-26"] small {
	background: #ebbb00 !important;
	color: #fff !important;
	border-color: #ebbb00 !important;
}

.copy-item {
	font-weight: normal;
}

#order-products .item .price ul li a {
	padding-top: 2px;
}

#order-products .item .price ul li.remove-li {
  color: #e31212;
  background: rgba(245, 177, 177, 0.57);
}

.add-cheese {
	position: relative;
}

.add-cheese.green-li a::before {
	content: '+ ';
}

.add-cheese.red-li a {
	color: #e31212 !important;
	border-radius: 4px;
	background: rgba(245, 177, 177, 0.57) !important;
}

.add-cheese.red-li a::before {
	content: '- ';
}

.hidden-info {
	display: none;
	width: 200px;
	position: absolute;
	left: -206px;
	color: #fff;
	background: rgba(0,0,0,1);
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	top: -2px;
	font-size: 16px;
}

.hidden-info::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent rgba(0,0,0,1);
	position: absolute;
	right: -3px;
	top: 6px;
}

.info-product {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 11px;
	color: #fff !important;
	background: #2a4956;
	border-radius: 4px;
	line-height: 1;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	text-align: center;
	line-height: 15px;
	opacity: 0;
	transition: .3s all ease-in-out;
}

.product {
	display: block;
}

.product:hover .info-product {
	opacity: 1;
}

.d-table {
	display: table;
	width: 100%;
}

.info-product:hover .hidden-info {
	display: block;
}

#alertInfo {
  width: 80%;
  margin: 0 auto;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(31, 184, 143, 1);
  font-size: 26px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s all;
  transform: translateY(0);
  z-index: 10000;
  pointer-events: all;
}

#alertInfo.hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.delete-link a {
	color: #e31212 !important;
	text-decoration: underline;
}

.row {
	width: 100%;
	float: left;
	display: flex;
	max-width: 1024px;
	margin: 0 auto !important;
	float: none;
	gap: 25px;
	margin-bottom: 15px !important;
}

.column {
	background: rgba(255,255,255,.7);
	box-sizing: border-box;
	padding: 25px !important;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .03);
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-backdrop-filter: blur(5px);
	-moz-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: .3s all ease-in-out;
}

.column:hover {
	/*transform: scale(1.01);*/
}

nav.menu-icons a {
	display: inline-block;
	width: 24%;
	height: 85px;
	text-align: center;
	color: #000;
	margin-bottom: 35px;
	font-size: 13px;
	transition: .2s all ease-in-out;
}

nav.menu-icons a:hover span {
	transform: scale(1.04);
}

nav.menu-icons a span {
	display: inline-block;
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 0 6px rgba(0,0,0,0.06);
	background-size: 60% !important;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .2s all ease-in-out;
	border: 1px solid rgba(0,0,0,0.1);
}

.column form,
.column .message {
	margin-top: 0 !important;
}

.column form input {
	height: 50px;
	line-height: 50px;
	font-size: 19px;
}

.column-1 {
	width: 35% !important;
	min-width: 35% !important;
	max-width: 35% !important;
}

.column-2 {
	width: 60% !important;
	min-width: 60% !important;
	max-width: 65% !important;
}

.column-3 {
	width: 45% !important;
	min-width: 45% !important;
	max-width: 45% !important;
}

.column-4 {
	width: 55% !important;
	min-width: 55% !important;
	max-width: 55% !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.column .stat-box {
	width: 33.333333% !important;
	margin-bottom: 0 !important;
	height: 100%;
}

.column .stat-box .stat-inside strong {
	margin-top: 20px;
}

.bg {
	width: 100%;
	height: 100vh;
	background: url('../img/bg.jpg') no-repeat center center;
	background-size: cover;
	filter: blur(25px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .3;
	animation: scaleOpacity ease-in-out infinite 10s;
}

#body.bg-image {
	background: none;
}

.ui-button {
	float: right;
	margin-right: 10px;
	cursor: pointer;
	height: 42px;
	width: 42px;
	line-height: 42px;
	position: relative;
	border: 1px solid #e9e9ed;
	background: #f9f9f9;
	border-radius: 5px;
	transition: .3s all ease-out;
}

.ui-button:hover {
	background: #e9e9ed;
}

.ui-button svg {
	position: relative;
	top: 3px;
}

.submenu {
	width: 387px;
	position: absolute;
	right: -2px;
	top: 48px;
	background: #fff;
	z-index: 1000;
	border: 1px solid #e1e6ea;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	border-top: 0;
	box-sizing: border-box;
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 0;
	text-align: left;
	transform: translateY(-30px);
	opacity: 0;
	pointer-events: none;
	transition: .3s all ease-in-out;
}

.ui-button::after {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.ui-button:hover::after {
	display: block;
}

.ui-button:hover .submenu {
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
	z-index: 1000000;
}

.submenu nav.menu-icons a {
	width: 85px;
	line-height: 1.2 !important;
}

@keyframes scaleOpacity {
	0% {
		opacity: .3;
		transform: scale(1.0) rotate(0deg);
		-webkit-transform: scale(1.0) rotate(0deg);
	}
	50% {
		opacity: .1;
		transform: scale(1.3) rotate(15deg);
		-webkit-transform: scale(1.3) rotate(15deg);
	}
	100% {
		opacity: .3;
		transform: scale(1.0) rotate(0deg);
		-webkit-transform: scale(1.0) rotate(0deg);
	}
}

@keyframes columnAnim {
	0% {
		opacity: 0;
		transform: scale(.8) translateY(10px);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateY(0px);
	}
}

.column-anim {
	opacity: 0;
	transform: scale(1) translateY(10px);
	animation: columnAnim ease-in-out forwards .4s;
}

.column-anim--delay-0 {
	animation-delay: 0;
}

.column-anim--delay-3 {
	animation-delay: .3s;
}

.column-anim--delay-6 {
	animation-delay: .6s;
}

.column-anim--delay-9 {
	animation-delay: .9s;
}

.i-dashboard {
	background-image: url('../img/dashboard.png') !important;
}

.i-map {
	background-image: url('../img/map.png') !important;
}

.i-orders {
	background-image: url('../img/orders2.png') !important;
}

.i-products {
	background-image: url('../img/products.png') !important;
}

.i-categories {
	background-image: url('../img/categories.png') !important;
}

.i-stats {
	background-image: url('../img/stats.png') !important;
}

.i-hr {
	background-image: url('../img/hr.png') !important;
}

.i-users {
	background-image: url('../img/users.png') !important;
}

.i-settings {
	background-image: url('../img/settings.png') !important;
}

.form-box {
  width: 75%;
  float: left;
  box-sizing: border-box;
}

.form-box form {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1),0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
}

.form-info {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 50px !important;
  padding: 25px 0;
}

header {
	width: 100%;
	float: left;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	background: #f9fafb;
	width: 100%;
	float: left;
	padding: 7px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

header h1 {
	margin: 0 !important;
	color: #111827;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 17px !important;
	letter-spacing: normal !important;
	font-weight: bold;
}

.new-order-btn {
	background: rgb(100,102,225);
	color: #fff;
	box-shadow: 0 4px 6px -1px rgb(100,102,225,.7),0 2px 4px -2px rgb(100,102,225,.25);
	font-size: 13px;
	line-height: 36px;
}

.new-order-btn:hover,
.new-order-btn.active {
	background: rgb(100,102,225);
	box-shadow: 0 4px 12px -1px rgb(100,102,225,.7),0 2px 4px -2px rgba(100,102,225,.25);
	color: #fff;
}

.new-order-btn:hover span.icon-plus,
.new-order-btn.active span.icon-plus {
	color: #fff;
	border-right: 1px solid rgba(0,0,0,0.1);
	background: transparent;
}

.no-padding {
	padding: 0 !important;
}

#m {
	height: calc(100vh - 60px); 
	width: calc(100% - 550px);
	transition: .3s all;
}

#m.open {
	width: calc(100% - 750px); 
}

#cars {
	width: 0;
	height: calc(100vh - 60px);
	transition: .3s all;
	float: right;
	background: #fff;
	overflow: hidden;
}

#cars.open {
	width: 200px;
	border-right: 1px solid #e1e6ea;
	border-left: 1px solid #e1e6ea;
	box-sizing: border-box;
}

#cars ul {
	opacity: 0;
	transition: 1s all;
	padding: 0;
}

#cars ul li {
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e1e6ea;
	cursor: pointer;
	padding-left: 33px;
	position: relative;
}

#cars ul li::before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #e1e6ea;
	position: absolute;
	left: 7px;
	top: 11px;
}

#cars ul li.active::before {
	background: rgba(106,227,195, 1);
}

#cars .wrapper {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	opacity: 0;
	transition: .6s all;
}

#cars.open ul,
#cars.open .wrapper {
	opacity: 1;
}

.map-info {
	width: 550px;
	float: right;
	height: calc(100vh - 60px);
	overflow: scroll;
}

.order-tab {
	min-width: 33.3333333%;
	max-width: 33.3333333%;
	width: 33.3333333%;
	text-align: center;
	cursor: pointer;
	background: #fff;
	padding: 15px 0;
	background: #f2f2f2;
	position: relative;
	color: #626262;
}

.order-tab.active {
	background: #fff;
}

.order-tab.active::after {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
}

.get-marker,
.order-tabs {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 10px 0;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #e1e6ea;
}

.order-tab.middle {
	border-left: 1px solid #e1e6ea;
	border-right: 1px solid #e1e6ea;
}

.get-marker {
	transition: .3s all;
	cursor: pointer;
}

.get-marker:hover {
	background: #f2f2f2;
}

.order-tabs {
	padding: 0;
}

.get-marker .time,
.get-marker .number,
.get-marker .price {
	text-align: center;
	width: 90px;
	min-width: 90px;
	max-width: 90px;
	font-size: 18px;
}

.get-marker .info {
	width: 310px;
	min-width: 310px;
	max-width: 310px;
}

.get-marker .price {
	color: #888;
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}

.get-marker .number {
	font-weight: bold;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}

.get-marker .info {
	padding: 0 10px;
	box-sizing: border-box;
}

.get-marker .time--red {
	color: #e31212;
}

.get-marker .info small {
	display: block;
	color: #888;
}

.car {
	margin-top: 15px;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 29px;
}

.number--green {
	color: rgba(42, 209, 165, 1);
}

.time--done {
	background: url('../img/check-green.svg') no-repeat center center;
	color: transparent;
	transform: scale(1.3);
}

.car::after {
	margin: 0;
	font-size: 16px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	background: rgba(42, 209, 165, 1);
	color: #fff;
	content: attr(data-name);
	position: absolute;
	left: 0;
	top: 0;
}

.info-marker small {
	display: block;
}

.map-buttons {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: right;
	background: #fff;
	border-bottom: 1px solid #e1e6ea;
}

a.menu-link.new-order-btn span.icon-plus {
	line-height: 30px !important;
}