/* 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;
}

body, html {
	height: 100%;
	background: #f2f5f7;
	font-size: 15px;
}

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

header {
	margin-bottom: 60px;
}
img {
	margin-bottom: 30px;
}
h1 {
	font-weight: bold;
}

.no-desktop {
	display: none;
}

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

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

.mb100 {
	margin-bottom: 100px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr0 {
	margin-right: 0 !important;
}

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

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

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

.mt20 {
	margin-top: 20px !important;
}

h2 {
	font-weight: bold !important;
	font-size: 21px !important;
}

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;
}

.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: calc(100% - 250px);
	box-sizing: border-box;
	padding: 0 25px;
	float: right;
}

nav.menu {
	width: 250px;
	height: 100%;
	float: left;
	position: fixed;
	background: #fff;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 25px;
	z-index: 100;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px -9px 1px -1px #f8fafb !important;
}

.relative {
	position: relative;
}

.info-branch {
	margin-left: 50px;
	color: #fff;
}

.sn-button {
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 13px;
	background-color: #d3031b;
	color: rgba(255,255,255,.95);
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 25px;
	border: 0;
}

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

.button img {
	margin: 0;
}

.button:hover {
	color: #fff;
	background-color: #a10215;
}

.button-phone {
	width: 100%;
	text-align: center;
}

.button-phone svg {
	height: 11px;
}

.button--new,
.button--save,
.button--repas,
.button--price,
.button--continue,
.button--comment,
.button--calendar {
	padding-left: 50px;
	position: relative;
}

.button--continue::before,
.button--repas::before,
.button--new::before,
.button--save::before,
.button--price::before,
.button--comment::before,
.button--calendar::before {
	background-color: #a10215;
	border-right: 1px solid #a10215;
	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--calendar {
	background: #a10215;
}

.button--calendar:hover {
	background-color: #a10215;
}

.button--calendar::before {
	background-color: #a10215;
}

.button--continue::before {
	background-color: #a10215;
	background-image: url('../img/book.svg');
	background-size: 16px;
}

.button--price::before {
	background-image: url('../img/dolar.svg');
	background-size: 8px;
}

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

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

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

.button--red {
	background: #df2020;
}

.button--orange {
	background: #e8cf0e;
}

.button--search {
	background-image: url('../img/search.svg');
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	font-size: 0;
}

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

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

.arrow-icon {
	padding-left: 15px;
	background: url('../img/arrow.svg') no-repeat left center;
	background-size: 9px;
}

.red-color {
	color: #d31010 !important;
}

.red-color .arrow-icon {
	padding-left: 15px;
	background: url('../img/arrow-red.svg') no-repeat left center;
	background-size: 9px;
}

#comments {
	margin-bottom: 70px;
}

.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;
}

.settings-button:hover {
	color: #495057;
	border-color: #d3031b !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(211,3,27,0.1) !important;
}

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

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

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

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

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

canvas {
	background-color: #fff;
	padding: 20px;
	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: 5px;
	margin-bottom: 20px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="tel"],
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;
	appearance: none;
	-webkit-appearance: none;
}

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

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

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(227,3,21,1) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(227,3,21, .25) !important;
}

input[type="number"].red:focus,
input[type="number"].red {
	border-color: rgba(215, 44, 44, 0.62) !important;
	color: rgba(215, 44, 44, 1) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(215, 44, 44, .25) !important;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.input-price {
	margin-bottom: 1rem;
}

.input-group input {
	width: 80% !important;
}

.input-group.w100p .input input {
	width: 100% !important;
}

.abs-pos {
	position: absolute;
	top: -20px;
	right: 2px;
}

.input-group-prepand {
	display: -ms-flexbox;
	display: flex;
	margin-right: -2px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 11px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0 3px 3px 0;
	position: relative;
	margin-top: 20px;
	right: 3px;
	cursor: pointer;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

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

.checkbox-input.v2 .checkbox {
	margin-bottom: 10px !important;
}

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

.checkbox-input input,
.radio-input input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-input label,
.radio-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%;
}

.radio-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: 100%;
	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;
}

.radio-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: #d3031b;
}

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-price {
	max-width: 125px;
	float: left;
	margin-right: 25px;
}

.col-price .input {
	width: 80px;
}

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

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

.logo {
	width: 100%;
	height: 70px;
	display: block;
	margin-bottom: 25px;
	font-size: 39px;
	text-align: center;
	line-height: 50px;
	color: #d3031b;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
}

.logo small {
	color: #606c76;
	display: block;
	line-height: 1;
	font-size: 13px;
	text-transform: none;
}

.menu-link {
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
	color: rgb(32, 36, 40);
	transition: 0.3s all;
	position: relative;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.menu-link svg {
	font-size: 20px !important;
	height: 20px !important;
	position: relative;
	top: 4px;
	margin-right: 10px;
	width: 30px;
	color: rgba(0, 0, 0, 0.4);
	transition: .3s all;
	vertical-align: initial !important;
}

.menu-link:before {
	width: 115%;
	height: 100%;
	background: rgba(211,3,27,0.1);
	position: absolute;
	content: '';
	left: -7.5%;
	top: 0;
	opacity: 0;
	transition: .3s all;
	border-radius: 5px;
}

.menu-link:hover,
.menu-link.active,
.menu-link:hover svg,
.menu-link.active svg {
	color: #d3031b;
}

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

.menu-link--logout {
	width: 199px;
	position: absolute;
	bottom: 15px;
	color: #e43434 !important;
}

.menu-link--logout svg {
	color: rgba(227, 52, 52, 0.58) !important;
}

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

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

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

.sorting:hover {
	color: #d3031b !important;
	text-decoration: underline;
}

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

table small {
	display: block;
	margin-top: 5px;
}

table .input.checkbox,
table input {
	margin: 0;
}

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: #d3031b;
}

table td a:hover {
	color: #d3031b;
	text-decoration: underline;
}

table .dblclick {
	cursor: pointer;
	transition: .3s all;
}

table .dblclick:hover {
	background: rgba(211,3,27, 0.065);
}

table .view a,
table .delete a,
table .copy a,
table .reclamation a,
table .status a,
table .inf a,
table .see a,
table .month-1 a,
table .month-2 a,
table .month-3 a,
table .users_actions a,
table .pdf a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .pdf a {
	width: 25px;
}

table .view a:hover,
table .pdf a:hover,
table .copy a:hover,
table .reclamation a:hover,
table .month-1 a:hover,
table .month-2 a:hover,
table .month-3 a:hover,
table .inf a:hover,
table .users_actions a:hover,
table .delete a:hover,
table .see a:hover,
table .status a:hover {
	opacity: 1;
}

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

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

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

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

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

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

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

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

table .see.active a {
	background: url('../img/eye2.svg') no-repeat center left;
	background-size: contain;
	opacity: .7;
}

#inf-filter.active,
#month1-filter.active,
#month2-filter.active,
#month3-filter.active {
	opacity: 1;
}

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

table .delete a,
.icon-trash {
	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 .users_actions a {
	background: url('../img/balance.svg') no-repeat center left;
	background-size: contain;
}

.reclamation-after {
	display: block;
	position: relative;
}

.reclamation-after::after {
	content: 'Reklamace';
	padding: 4px;
	border-radius: 4px;
	background: #4c4c4c;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 30px;
	top: -1px;
	pointer-events: none;
	opacity: 0;
	transition: .3s all;
}

.reclamation-after:hover::after {
	opacity: 1;
}

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;
}

.mr15 {
	margin-right: 15px !important;
}

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

.mr20 {
	margin-right: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !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;
	max-width: 50%;
}

#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;
	background: rgba(255,255,255,0.7);
	border-radius: 4px;
	margin: 155px auto;
	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;
	
}

.login-page img {
	display: block;
	margin: 0 auto 30px;
}

.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;
}

.login-page label {
	position: absolute;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px !important;
}

.login-page input:not(.button) {
	padding-top: 20px;
	height: auto;
}

#branches {
	width: 150px;
	position: absolute;
	right: 55px;
	top: 10px;
	cursor: pointer;
}

.sklad::before {
	content: attr(data-logged);
	position: absolute;
	right: 240px;
	top: 14px;
	font-weight: 500;
}

.sklad::after {
	content: attr(data-group);
	position: absolute;
	right: 240px;
	top: 30px;
	font-size: 13px;
	font-weight: 300;
}

.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;
}

#branches {
	width: 150px;
	position: absolute;
	right: 75px;
	top: 10px;
	cursor: pointer;
}

.activeOrders {
	position: absolute;
	right: 25px;
	width: 36px;
	top: 10px;
	height: 36px;
	background: rgba(31, 184, 143, 1);
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.activeOrders::before {
	content: 'Počet aktivních zakázek pobočky';
	position: absolute;
	right: 45px;
	top: 0;
	background: #6b6b6b;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	width: 150px;
	pointer-events: none;
	line-height: 1.3;
	opacity: 0;
	transition: .3s all;
}

.activeOrders::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #6b6b6b;
	content: '';
	position: absolute;
	left: -10px;
	top: 15px;
	opacity: 0;
	transition: .3s all;
}

.activeOrders:hover::before,
.activeOrders:hover::after {
	opacity: 1;
}

#showHiddenComments {
	text-decoration: underline;
	color: rgba(31, 184, 143, 1);
}

#showHiddenComments:hover {
	text-decoration: none;
}

.completedComment {
	background: url('../img/check.svg') no-repeat center center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transition: .3s all;
}

.comment {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #e1e6ea;
	position: relative;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.comment:hover .completedComment {
	opacity: .15;
}

.completedComment:hover {
	opacity: .45 !important;
}

.comment:nth-child(odd) {
	background: #f5f5f5;
}

.comment p {
	font-size: 12px;
}

.comment h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

.actions {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: 0px;
	right: 30px;
	opacity: 0;
	pointer-events: none;
	transition: .3s all;
}

.actions li {
	display: inline-block;
	margin-right: 5px;
}

.actions li a {
	display: block;
	width: 15px;
	height: 15px;
}

.comment date {
	font-size: 13px;
	color: #5b6064;
	margin-top: 2px;
	margin-bottom: 5px;
	display: block;
	font-weight: 400;
	letter-spacing: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-left: 5px;
}

.comment a {
	color: rgba(31, 184, 143, 1);
}

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

.comment:hover .actions {
	opacity: 1;
	pointer-events: all;
}

.comment.eye {
	background-image: url('../img/eye.svg');
	background-position: right 10px top 10px;
	background-size: 30px;
	background-repeat: no-repeat;
}

.comment.pdf {
	background-image: url('../img/pdf.svg');
	background-position: right 10px top 10px;
	background-size: 20px;
	background-repeat: no-repeat;
}

.task-order,
.task-variant {
	width: 100%;
	float: left;
	min-height: 40px;
	padding: 5px 0 5px 45px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #e1e6ea;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	border-radius: 3px;
	position: relative;
}

.task-order.yellow {
	background: #fdffd9;
}

.task-order.yellow select {
	background-color: #fdffd9 !important;
}

.task-order p,
.task-order .ask {
	width: 350px;
	float: left;
	padding-top: 15px;
}

.task-variant p {
	line-height: 40px;
}

.task-order .ask {
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

.task-order .input.text {
	margin-left: 0 !important;
}

.task-order .basic .input label {
	display: none;
}

.task-order:nth-child(1) .basic .input label {
	display: block;
}

.task-order:nth-child(1) .basic p,
.task-order:nth-child(1) .basic a {
	padding-top: 30px;
}

.delete-task {
	color: #dc2626;
	font-weight: normal;
	font-size: 13px;
	position: relative;
	top: -1px;
	opacity: 0;
	transition: .25s all;
	pointer-events: none;
}

.delete-task:hover {
	color: #dc2626;
	text-decoration: underline;
}

.task-order:hover .delete-task {
	opacity: 1;
	pointer-events: all;
}

.task-order .done,
.task-variant .done-variant {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff url('../img/only-check.svg') no-repeat center center;
	background-size: 10px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 100%;
	transition: .3s all;
}

.task-order select {
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	font-size: 12px;
	text-align: right;
	padding-right: 32px;
}

.task-order .done.active,
.task-variant .done-variant.active {
	background: #d3031b url('../img/only-check-white.svg') no-repeat center center;
	background-size: 10px;
	border-color: #d3031b;
}

.task-order span {
	width: 150px;
	float: right;
	color: #5b6064;
	font-weight: normal;
}

.task-title {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url('../img/plus-circle.svg') no-repeat left center;
	background-size: 14px;
	user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}

.task-title.active {
	background: url('../img/minus-circle.svg') no-repeat left center;
	background-size: 14px;
}

.task-prices .task-order {
	padding-left: 15px;
}

.task-prices .task-order .text.input {
	width: 100px;
	display: inline-block;
	margin-left: 10px;	
	margin-right: 10px;	
}

.task-order-new .text.input {
	width: 100% !important;
}

.input-new {
	margin-bottom: 1rem;
}

.price-span {
	float: right;
	background: rgba(42, 209, 165, 1);
	color: #fff;
	padding: 2px 15px;
	border-radius: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.hide {
	animation: goAway;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.task-order .info .basic {
	width: calc(100% - 160px);
	float: left;
	margin-top: 11px;
	font-size: 12px;
}

.on-dashboard .basic {
	margin-top: 4px !important;
}

.on-dashboard {
	padding-bottom: 10px;
}

.on-dashboard a.view {
	color: rgba(31, 184, 143, 1);
}

.on-dashboard a.view:hover {
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

.on-dashboard .info span {
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}

.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: #d3031b;
	color: #fff;
}

.link {
	position: relative;
	top: 10px;
}

.link2 {
	font-size: 15px;
	padding: 8px 15px;
	color: #fff;
	background: rgba(31, 184, 143, 1);
	border-radius: 3px;
	float: right;
}

#choose-branch {
	position: relative;
	top: 30px;
}

#pick-branch {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
	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;
}

#pick-branch::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	content: '';
	position: absolute;
	left: 20px;
	top: -10px;
	z-index: 2;
}

#pick-branch::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 11px 11px;
	border-color: transparent transparent #e1e6ea transparent;
	content: '';
	position: absolute;
	left: 19px;
	top: -11px;
	z-index: 1;
}

.done-order,
.reclamation-order {
	font-size: 14px;
	font-weight: bold;
	background: #e43434;
	color: #fff;
	padding: 3px 8px;
	border-radius: 3px;
	margin-left: 5px;
	position: relative;
	top: -3px;
	letter-spacing: .2px;
}

.reclamation-order {
	background: #e1810a;
}

.box,
.history-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: 4px;
	background: #fff;
	float: left;
	padding: 10px;
}

.history-box {
	float: right;
}

.history-box ul li:last-child {
	margin-bottom: 0;
}

.box .col {
	width: 80px;
}

.none-events {
	pointer-events: none;
	opacity: 0.9;
}

#confirm {
	width: 330px;
	height: 202px;
	text-align: center;
	line-height: 1.7;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: .3s opacity;
}

#confirm.active {
	opacity: 1;
	pointer-events: all;
}

#confirm::after {
	width: 100000px;
	height: 1000000px;
	background: #000;
	content: '';
	position: absolute;
	left: -50000px;
	top: -50000px;
	z-index: -1;
	opacity: 0.25;
}

#confirm .content {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#confirm .wrap {
	padding: 20px;
	text-align: left;
	height: 156px;
}

a.close-modal {
	position: static;
	width: 50%;
	float: left;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	line-height: 45px;
	padding: 0;
	color: rgba(0, 0, 0, 0.47);
}

#confirm .none-events {
	opacity: 1;
	color: #f28181;
}

.red-warning {
	padding: 3px 6px;;
	border-radius: 3px;
	color: #fff;
	background: #d31010;
	display: inherit;
}

#mobile-menu {
	display: none;
}

@keyframes goAway {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	
	90% {
		transform: translateX(100%);
		opacity: 0;
	}
	
	100% {
		transform: translateX(100%);
		opacity: 0;
		height: 0;
		position: absolute;
		display: none;
	}
}

#show-filter {
	display: none;
}

.created-input {
	width: 135px !important;
	margin-bottom: 0;
}

#inf-filter {
	position: relative;
}

#inf-filter::after {
	position: absolute;
	content: attr(data-info);
	padding: 5px;
	border-radius: 4px;
	background: #434343;
	color: #fff;
	bottom: -2px;
	left: -135px;
	width: 128px;
	font-size: 13px;
	transition: .3s all;
	opacity: 0;
	pointer-events: none;
}

#inf-filter:hover::after {
	opacity: 1;
}

.no-events {
	pointer-events: none;
}

.hidden-fields {
	height: 110px;
	overflow: hidden;
	position: relative;
}

.toggleFields {
	position: relative;
	padding-left: 25px;
}

.toggleFields::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	background: url('../img/plus-circle.svg') no-repeat left center;
}

.toggleFields.active::before {
	background: url('../img/minus-circle.svg') no-repeat left center;
}

@media (max-width: 1445px) {
	#filter .col {
		max-width: 115px !important;
	}
}

.order-table a {
	display: table;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}
	
	span.weight {
		width: 80px !important;
		white-space: nowrap;
	}
	
	.menu {
		pointer-events: none;
		transform: translateX(-250px);
		transition: .3s all;
	}
	
	.menu.active {
		pointer-events: all;
		transform: translateX(0);
	}
	
	.main {
		width: 100%;
		padding: 0;
		margin-top: 40px;
		padding-bottom: 60px;
	}
	
	.order-table tr th:nth-child(2),
	.order-table tr th:nth-child(3),
	.order-table tr th:nth-child(6),
	.order-table tr td:nth-child(2),
	.order-table tr td:nth-child(3),
	.order-table tr td:nth-child(6) {
		height: 61px;
	}
	
	.order-table tr th:nth-child(4),
	.order-table tr td:nth-child(4) {
		height: 61.5px;
	}
	
	.order-table tr th:nth-child(7),
	.order-table tr td:nth-child(7) {
		height: 66.5px;
	}
	
	.order-table tr th:nth-child(8),
	.order-table tr td:nth-child(8) {
		height: 48px;
	}
	
	.order-table tr td:nth-child(5) small {
		display: none;
	}
	
	.dashboard-table tr th:nth-child(2),
	.dashboard-table tr th:nth-child(4),
	.dashboard-table tr td:nth-child(2),
	.dashboard-table tr td:nth-child(4) {
		height: 61px;
	}
	
	.dashboard-table tr th:nth-child(6),
	.dashboard-table tr td:nth-child(6) {
		height: 67.5px;
	}
	
	.dashboard-table tr th:nth-child(7),
	.dashboard-table tr td:nth-child(7) {
		height: 48px;
	}
	
	table tr th:last-child {
		height: 48px;
	}
	
	.no-mobile {
		display: none;
	}
	
	#branches {
		right: 10px;
	}
	
	.sklad::before,
	.sklad::after {
		display: none;
	}
	
	form[method="post"] .col {
		max-width: 100% !important;
		width: 50% !important;
		margin-right: 0 !important;
	}
	
	.buttons {
		width: 100%;
	}
	
	.mobile-margin {
		width: 100%;
		height: 100px;
		float: left;
	}
	
	.col-left,
	.col-right {
		width: 100% !important;
	}
	
	.button--calendar {
		display: none;
	}
	
	#mobile-menu {
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		background: #fff url('../img/bars.svg') no-repeat center center;
		background-size: 15px;
		border-radius: 4px;
		height: 45px;
		width: 45px;
		cursor: pointer;
		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 !important;
		z-index: 100000;
	}
	
	#nav {
		padding-top: 60px;
	}
	
	.logo {
		display: none;
	}
	
	form .float-right {
		//display: none;
	}
	
	#sendComment {
		display: block !important;
		float: left !important;
	}
	
	#comments .col.checkbox-input {
		width: 100% !important;
	}
	
	#show-filter {
		display: inline-block;
		position: relative;
		top: -14px;
	}
}

.first-no-mb .input.checkbox {
	margin-bottom: 0 !important;
}

.checkbox-float .checkbox {
	float: left;
	width: 50%;
}

.checkbox-float {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

.disable-state,
.disable-state-2 {
	color: #818181 !important;
	position: relative;
}

.disable-state::before,
.disable-state-2::before {
	content: 'Nelze změnit stav, nejsou dokončené všechny úkoly';
	position: absolute;
	left: 65px;
	top: 0;
	background: #6b6b6b;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	width: 150px;
	pointer-events: none;
	opacity: 0;
	transition: .3s all;
}

.disable-state-2::before {
	content: 'Není zadání zodpovědná osoba!';
}

.disable-state::after,
.disable-state-2::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #6b6b6b transparent transparent;
	content: '';
	position: absolute;
	right: -11px;
	top: 9px;
	opacity: 0;
	transition: .3s all;
}

.disable-state:hover::before,
.disable-state:hover::after,
.disable-state-2:hover::before,
.disable-state-2:hover::after {
	opacity: 1;
}

.disable-state .arrow-icon {
	background: url('../img/arrow-gray.svg') no-repeat left center;
}

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

#calling {
	margin-right: 10px;
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
	float: right;
	position: relative;
	top: 8px;
}

#calling-info {
	pointer-events: none;
	opacity: 0;
	position: fixed;
	transition: .3s all;
	width: 262px;
	padding: 10px;
	height: 160px;
	box-sizing: border-box;
	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;
	bottom: 55px;
	right: 10px;
	z-index: 1000;
}

#calling-info.active {
	opacity: 1;
	pointer-events: all;
}

.green-color {
	color: rgba(31, 184, 143, 1);
}

.sn {
	color: #383d41;
	background-color: #e2e3e5;
	border: 1px solid #d6d8db;
	border-radius: 3px;
	padding: 5px 8px;
	margin: 5px;
	margin-left: 0;
	margin-top: 0;
}

.fieldset {
	border-width: 1px;
	padding: .35em .75em .625em;
	border-radius: 3px;
	background: #fff !important;
	border-color: rgba(225, 230, 235, 0.4) !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.tabs {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	padding: 0;
	height: 38px;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
	position: relative;
	top: 8px;
	margin-left: 10px;
}

.tabs li {
	width: 50%;
	display: block;
	float: left;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	z-index: 1;
	font-size: 15px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: .3s all;
}

.tabs li a {
	color: #000 !important;
}

.tabs li.active,
.tabs li.active a {
	color: #fff !important;
}

.color-green {
	color: rgba(31, 184, 143, 1);
}

.color-purple td {
	background: #f8daf9 !important;
}

.color-red,
.color-red a {
	color: #df2020 !important;
}

.color-red td {
	background: #ffe4e0;
}

.color-orange,
.color-orange a {
	color: #d79608 !important;
}

.color-orange td {
	background: #fff6e1;
}

.tabs li::before {
	content: '';
	background: #d50000;
	width: 93%;
	height: 90%;
	position: absolute;
	left: 3%;
	top: 5%;
	z-index: -1;
	border-radius: 6px;
	box-shadow: 0 4px 9px rgba(213,0,0,.27);
	opacity: 0;
	transition: .3s all;
}

.tabs li:first-child {
	border-radius: 6px 0 0 6px;
}

.tabs li:last-child {
	border-radius: 0 6px 6px 0;
}

.tabs li:last-child::before {
	left: 4%;
}

.tabs li.active::before {
	opacity: 1;
}

.addOrderButtonAbs {
	position: absolute;
	right: 235px;
	top: 11px;
}

.hideBranches .sklad,
.hideBranches .activeOrders {
	display: none;
}

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

.modalWin,
#change-quantity {
	width: 400px;
	height: 270px;
	background: #fff;
	display: none;
	border-radius: 6px;
	position: fixed;
	z-index: 10000;
	left: 0;
	margin: auto;
	right: 0;
	top: 100px;
	box-sizing: border-box;
	padding: 20px;
}

#closeAskModal {
	color: #cd1b1b;
	margin-left: 20px;
	text-decoration: underline;
}

.modalWin.active,
#change-quantity.active {
	display: block;
}

#change-quantity {
	height: 220px;
	box-shadow: 0 0 120px rgba(0,0,0,.4);
}

#change-quantity-value {
	height: 50px;
	line-height: 50px;
	font-size: 39px;
}

#change-quantity-btn {
	width: 50%;
}

#alter-quantity-btn {
	width: 47%;
	float: right;
	background: #00b5ff;
}

#change-quantity h2 {
	text-align: center;
}

.label {
	display: inline-block;
	width: 100px;
}

tr.deactive,
tr.deactive a {
	color: #c6c6c6 !important;
}

.doNotAllow .done {
	opacity: .4;
	pointer-events: none;
}

.doNotAllow h2 var {
	font-size: 13px;
	position: absolute;
	font-style: normal;
	background: #6b6b6b;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	line-height: 1.3;
	font-weight: normal;
	margin-left: 15px;
	letter-spacing: .5px;
}

.doNotAllow h2 var::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #6b6b6b transparent transparent;
	content: '';
	position: absolute;
	left: -5px;
	top: 8.5px;
	transition: .3s all;
}

select.orange-bg,
input[type="text"].orange-bg {
	background-color: #fff1ce !important;
}

.line {
	position: relative;
	z-index: 1;
}

h1.line::before {
	position: absolute;
	left: -10px;
	top: -8px;
	height: 50px;
	width: 120%;
	z-index: -1;
	background: rgba(245, 152, 152, 0.5);
	border-radius: 5px;
	content: '';
}

h2.line::before {
	position: absolute;
	left: -10px;
	top: -8px;
	height: 43px;
	width: 120%;
	z-index: -1;
	background:  #d6e593;
	border-radius: 5px;
	content: '';
}

p.line::before {
	position: absolute;
	left: -10px;
	top: -4px;
	height: 25px;
	width: 100%;
	z-index: -1;
	background:  rgba(191, 121, 208, 0.54);
	border-radius: 5px;
	content: '';
}

label[for="warranty-1"] {
	color: #db4040;
}

.task-prices {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

#addTask .col {
	width: 22%;
}

.color:not(.input) {
	width: 38px;
	height: 38px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #e1e6ea !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
	cursor: pointer;
	transition: .3s outline;
	margin-right: 5px;
	outline: 0px solid rgba(42, 209, 165, 0);
}

.input.color {
	width: 70px;
	outline: none !important;
}

.color-width {
	width: 100px;
	vertical-align: top;
	text-align: center;
	line-height: 36px;
	color: #fff;
}

.color:hover {
	outline: 0px solid rgba(42, 209, 165, .8);
}

.color.active {
	background-image: url('../img/only-check-white.svg');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
}

.color.active.color-white {
	background-image: url('../img/only-check.svg');
}

#filter .multiple-select {
	max-width: 2000px !important;
}

.multiple-select select {
	background: #fff !important;
	width: 190px;
	height: auto;
}

@media (min-width: 1100px) {
	body.hideBranches {
		overflow-x: hidden;
	}
}

.not-done {
	color: rgba(228, 81, 81, .5);
}

.button--hangup {
	padding: 10px 20px;
	font-size: 21px;
	background: #ec3030;
}

.center-wrap {
	width: 350px;
	text-align: center;
	margin: 100px auto;
}

.alert {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid #d6d8db;
	border-radius: .25rem;
	display: inline-block;
}

.w100p {
	width: 100%;
}

.sll pre {
	white-space: normal;
}

section {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.btn-primary {
	width: 100%;
	margin-bottom: 10px;
}

.show-list {
	font-weight: bold;
	font-size: 24px;
}

.link {
	float: right;
	text-decoration: underline;
	color: #212529;
	font-size: 13px;
	position: relative;
	z-index: 1000;
}

.abs-link {
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	width: calc(100% - 80px);
	height: 100%;
	z-index: 10;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.just-lists .list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #f6f6f6;
	border: 1px solid rgba(0,0,0,1);
}

.list-group-item.done {
	background: rgba(0, 186, 10, 1) !important;	
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item .just-lists {
	display: none;
	margin-top: 10px;
}

#setInfo .list-group-item .just-lists {
	display: block;
	float: left;
}

.list-group-item.show .just-lists {
	display: block;
	float: left;
	width: 100%;
}

.list-group-item .just-lists li {
	line-height: 1.1;
	padding: 5px;
	background: #fff;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.checked-item.checked {
	background: rgba(3, 214, 43, 1) !important;
}

.for-drivers .list-group-item.completed {
	background: rgba(3, 214, 43, 1) !important;
}

.just-lists .list-group-item strong small {
	font-weight: normal;
	display: block;
	font-size: 13px;
}

.just-lists .list-group-item strong small span {
	float: right;
}

.just-lists .list-group-item strong {
	font-size: 15px;
	font-weight: 500;
}

.just-lists .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.w100p,
.list-group-item .list-content.w100p {
	width: 100% !important;
}

.input-for-change input {
	display: inline-block;
	width: 60px !important;
	margin-bottom: 0 !important;
	text-align: center;
}

.navbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	transform: translateY(60px);
	transition: .3s all;
}

.navbar.active {
	transform: translateY(0px);
}

.navbar-dark.bg-dark {
	left: 0;
	z-index: 1000;
	padding: 10px 0;
	background-color: #343a40 !important;
}

.navbar-text {
	font-weight: bold;
	color: #fff !important;
	font-size: 28px;
}

.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);
	
	display: none;
}

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

.accordion {
	cursor: pointer;
	padding: 9px 0px;
	padding-right: 0;
	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;
	outline: none !important;
}

.accordion span {
	float: right;
}

.accordion.active {
	color: rgba(31, 184, 143, 1);
}

.accordion--panel {
	padding: 0 0px;
		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;
}

.list-group-item {
	padding: 0;
	border-width: 0 0 1px 0;
	margin-bottom: 0;
	border-radius: 0;
}

.list-group-item .handle,
.list-group-item .handle-lock {
	float: left;
	height: 100%;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 50px;
	display: block;
	color: rgb(137, 137, 137);
	background: rgb(235, 235, 235);
	z-index: 100;
}

.list-group-item .handle::before,
.list-group-item .handle-lock::before {
	height: 15px;
	width: 15px;
	left: 0;
	right: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list-group-item .content {
	float: left;
	box-sizing: border-box;
	padding: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	width: calc(100% - 50px);
	position: relative;
}

.list-group-item .content h2 {
	margin-bottom: 0;
	font-size: 19px !important;
	width: 100%;
}

.list-group-item .list-content h2 {
	width: auto;
	float: left;
	line-height: 32px;
	letter-spacing: normal;
}

.list-content var a {
	color: #000;
	text-decoration: underline;
}

.list-content var a:hover {
	color: #d50000;
}

span.weight {
	float: left;
	margin-right: 15px;
	font-weight: bold;
	width: 110px;
	display: inline-block;
	font-size: 21px;
}

span.weight var {
	font-style: normal;
	float: right;
}

.list-group-item .list-content h2 var {
	font-style: normal;
	font-weight: 400;
	margin-left: 5px;
	font-size: 20px;
	letter-spacing: normal;
}

.list-group-item .list-content p {
	font-size: 15px !important;
	opacity: .6;
	line-height: 1;
}

.list-group-item .list-content .link {
	opacity: 1;
	margin-bottom: 0;
	top: 0;
	float: right;
	padding: 6px;
	display: block;
	font-size: 16px;
	cursor: pointer;
}

.list-group-item .content h2 span {
	float: right;
}

.list-group-item .content p {
	font-size: 17px;
	margin-bottom: 0px;
}

.list-group-item .list-content {
	float: right;
	padding: 5px;
}

.py-3 {
	min-width: calc(50% - 5px);
	float: left;
	box-sizing: border-box;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125) !important;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	max-width: calc(50% - 5px);
	flex: 100%;
}

.d-grid.gap-2 {
	display: flex;
	width: 100%;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}

.py-3:nth-child(even) {
	float: right;
}

.py-3 span {
	font-size: .875em;
	display: block;
	opacity: .5;
}

.py-3 .weight {
	color: #000;
	opacity: .6;
	font-weight: bold;
	float: left;
	font-size: 21px !important;
}

.py-3 .count {
	color: #000;
	opacity: 1;
	font-weight: bold;
	float: left;
	font-size: 21px !important;
	margin-left: 15px;
}

.py-3 strong {
	width: 100%;
	display: block;
	font-size: 28px;
}

.py-3:focus,
.py-3:hover {
	color: #d3031b !important;
}

.area-order-select {
	z-index: 100;
	width: auto;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	font-size: 14px;
	background-position: center right 7px !important;
	background-size: 11px !important;
	float: right;
	position: absolute;
	right: 0;
	top: 5px;
}

.hidden {
	display: none;
}

.hidden button {
	background: none;
	outline: none !important;
	border: 0;
}

.hidden.active {
	display: block;
	position: relative;
	z-index: 100000;
	top: -8px;
}

.get-hidden {
	position: relative;
	z-index: 10000;
}

.get-hidden:hover {
	color: blue;
}

.link {
	background: none;
	border: 0;
	padding-right: 0;
	outline: none !important;
}

.basic-link {
	float: right;
	font-size: 13px;
	color: #d3031b;
	text-decoration: underline;
	margin-left: 5px;
	letter-spacing: normal;
	display: inline-block;
}

.red-circle {
	color: #d3031b !important;
	opacity: 1 !important;
	font-weight: bold;
}

.blue-circle {
	color: rgba(52, 78, 226, 1) !important;
	opacity: 1 !important;
	font-weight: bold;
	border-color: rgba(52, 78, 226, .7) !important;
	margin-top: 10px;
}

.blue-circle small {
	font-size: 12px !important;
}

.span-inlines span {
	display: inline-block;
}

.menu-drivers {
	width: 400px !important;
	position: sticky !important;
	margin-right: 10px;
	top: 0;
	padding: 10px  !important;
	height: 100vh !important;
}

.green-btn {
	background: #25d519;
	color: #fff !important;
}

.drivers li {
	padding: 5px;
	background: #f6f6f6;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	list-style: none;
	padding-left: 35px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	line-height: 54px;
	font-size: 21px;
	height: 65px;
	width: 49%;
	float: left;
	margin-right: 1%;
	padding-left: 60px;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.drivers li span {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 2px solid #fff;
}

.drivers li.active {
	background-color: #0d6efd;
	border-color: #0d6efd;
	color: #fff;
}

#list.add-driver .fa-arrows-alt::before {
	content: '\f192';
}

#list .d-active .handle::before,
#list .d-active .handle-lock::before {
	color: #fff;
}

#loadOrders,
#cameraQR,
#cameraQR2 {
	position: fixed;
	right: 5px;
	top: 5px;
	font-size: 21px;
}

#cameraQR,
#cameraQR2 {
	right: 240px;
}

#cameraQR img,
#cameraQR2 img {
	position: relative;
	top: 2px;
}

#mobile {
	margin-top: 10px;
}

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

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

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

.tabs li.active {
	color: #fff;
}

.tabs li.active::before {
	opacity: 1;
}

.info-price {
	position: absolute;
	top: 8px;
	left: 140px;
	width: 160px;
	text-align: center;
	pointer-events: none;
}

.info-price.ip-2 {
	left: 280px;
}

.info-price.ip-3 {
	left: 400px;
	width: 340px;
}

.control-hp {
	margin-bottom: 40px !important;
}

.info-price::after {
	content: attr(data-name);
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: #fff;
	padding: 0 6px;
	width: 90px;
	border-right: 1px solid #e1e6ea;
	box-shadow: 3px 1px 5px 2px #e1e6ea, 4px 1px 1px 1px #f8fafb !important;
}

.control {
	width: 100%;
	float: left;
	background: #fff;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 8px 0 0;
	margin-bottom: 15px;
	position: sticky;
	z-index: 1000;
	top: 0;
	box-shadow: 3px 1px 5px 2px #e1e6ea, 4px 1px 1px 1px #f8fafb !important;
}

.control a {
	padding: 10px 10px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 4px;
	color: #d50000 !important;
	transition: .3s all;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.control a span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
	line-height: 40px;
}

.control a:hover {
	box-shadow: 0 4px 9px rgba(213,0,0,.27);
	background: #d50000;
	color: #fff !important;
}

.set-boxing strong small {
	display: inline-block !important;
	margin-left: 10px;
	font-size: 19px !important;
	color: #d50000;
}

.set-boxing strong {
	font-size: 19px !important;
}

.py-3 strong {
	margin-bottom: 15px;
}

.py-3 strong a {
	color: #000;
}

.py-3 strong a:hover {
	color: #d3031b;
}

.info-box {
	text-align: center;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 5px;
	margin-right: 10px !important;
	margin-left: 0 !important;
	box-sizing: border-box;
	padding: 5px;
	height: 55px;
}

.info-box.red-circle {
	border-color: rgba(211, 3, 27, 0.3);
}



.open-btn {
	float: right;
	font-weight: bold;
	font-size: 21px !important;
	margin-right: 0 !important;
	border-color: rgba(47, 133, 174, 0.3);
}

#drivers-list,
#select-okruh,
#select-okruh-check {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	display: none;
}

#drivers-list.active,
#select-okruh.active,
#select-okruh-check.active {
	display: block;
}

#select-okruh.active .modal,
#select-okruh-check.active .modal {
	display: block !important;
	overflow: hidden;
}

#drivers-list .modal,
#select-okruh .modal,
#select-okruh-check .modal {
	width: 520px;
	background: #fff;
	max-height: 330px;
	overflow: scroll;
	position: fixed;
	left: 0;
	top: 50px;
	right: 0;
	margin: auto;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 20px;
}

#drivers-list .modal .color:not(.input) {
	width: 18px;
	height: 18px;
}

#close-modal,
#close-modal-check {
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0;
}

#select-okruh #close-modal,
#select-okruh-check #close-modal-check {
	height: 60px;
	line-height: 60px;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	font-size: 21px !important;
	background: rgba(0, 186, 10, .1) !important;
	color: rgba(0, 186, 10, 1) !important;
}

#drivers-list .modal ul,
#select-okruh .modal ul,
#select-okruh-check .modal ul {
	float: left;
	border-top: 0 !important;
	border-radius: 0 !important;
}

#drivers-list .driver,
#select-okruh .select-okruh,
#select-okruh-check .select-okruh {
	width: 50%;
	float: left;
	text-align: left;
}

#drivers-list .driver:nth-child(odd),
#select-okruh .select-okruh:nth-child(odd),
#select-okruh-check .select-okruh:nth-child(odd) {
	border-right: 0;
}

#close-modal,
#close-modal-check {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	background: rgba(217, 30, 30, 0.1) !important;
	color: #e43434 !important;
	text-align: center;
	border-radius: 10px;
	margin-top: 15px;
}

.bg-red {
	background: rgba(217, 30, 30, 0.1) !important;
	color: #e43434 !important;
	border-color: rgba(217, 30, 30, 0.2) !important;
}

#drivers-list .modal h2 {
	font-size: 26px !important;
}

#drivers-list .modal ul,
#select-okruh .modal ul {
	border-radius: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#drivers-list .modal ul li,
#select-okruh .modal ul li {
	list-style: none;
	font-size: 21px;
	padding: 10px;
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#drivers-list .modal .color:not(.input) {
  width: 25px;
  height: 17px;
  display: inline-block;
}

/*
#drivers-list .modal ul li:first-child {
	border-top: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#drivers-list .modal ul li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

.tablet .list-group-item .list-content h2 {
	font-size: 19px !important;
	color: #000 !important;
	margin-right: 10px;
	position: relative;
	z-index: 1000;
}

.tablet .list-group-item .list-content p {
	line-height: 30px;
}

.tablet .just-lists .list-group-item strong small {
	display: inline-block;
	margin-left: 10px;
}

.tablet .just-lists .list-group-item strong {
	font-size: 19px;
	font-weight: 900 !important;
}

.tablet .list-group-item .list-content h2 {
	opacity: 1 !important;
}

.tablet .just-lists .list-group-item strong small {
	font-size: 19px;
}

.tablet .just-lists .list-group-item {
	padding: 10px;
}

.tablet .list-group-item {
	background: #fff;
	color: #000;
}

.list-group-item.completed {
	background: rgba(177, 237, 171, 1);
}

.areas-picker {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 10px;
}

.areas-picker .pick-area {
	display: inline-block;
	margin-bottom: 5px;
}

.areas-picker .pick-area a {
	display: block;
	padding: 15px;
	font-size: 19px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125) !important;
	color: #000;
	border-radius: 3px;
}

.areas-picker .pick-area.active a {
	background: rgba(211,3,27,0.1);
	color: #d3031b;
	border-color: rgba(211,3,27,0.1);
}

.areas-picker #loadOrders {
	position: static;
	border-radius: 3px;
	background: rgba(177, 237, 171, 1);
}

#bottom {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	text-align: center;
}

#bottom a {
	display: inline-block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #d3031b;
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
}

.driver.bg-red {
	width: 100%;
}

.dates-form {
	width: 450px;
	float: right;
	margin-top: 0px !important;
	position: relative;
	top: -2px;
	text-align: right;
	padding-right: 15px;
	font-size: 17px;
}

.dates-form small {
	display: block;
}

.dates-form .sll {
	float: right;
}

.dates-form .button {
	width: 100px !important;
}

.dates-form input {
	width: 150px !important;
	margin: 0 10px !important;
}

.dates-form input.button {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.pink-bg .list-group-item .list-content {
	background: rgba(255, 219, 219, .7)
}

.red-cirlce-count {
	background: #d3121f;
	color: #fff;
	padding: 3px;
	border-radius: 6px;
	font-family: arial !important;
	font-size: 21px;
}

.tablet .red-cirlce-count {
	font-size: 26px !important;
	position: relative;
	top: -3px;
}

#close-open-all,
#close-open-all2 {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

@media (min-width: 790px) and (max-width: 810px) {
	nav.menu.menu-drivers {
		display: none;
	}
	
	span.weight {
		font-size: 17px;
		width: 65px !important;
	}
	
	ul li span.weight {
		font-size: 17px;
		width: 85px !important;
	}
	
	.list-group-item .list-content h2 var {
		font-size: 15px;
	}
}

.price-item {
	width: 70%;
	float: left;
	opacity: 1;
	font-weight: bold;
}

.control a.reload-drivers {
	width: 155px !important;
	float: right;
	margin-right: 7px !important;
	box-shadow: 0 4px 9px rgba(213,0,0,.27);
	background: #d50000;
	color: #fff !important;
	line-height: 20px !important;
	position: relative;
	top: -1px;
}

.for-drivers .list-group-item {
	background: #e5e5e5;
}

.for-drivers .list-group-item a {
	color: #000;
	text-decoration: underline;
}

.for-drivers .list-group-item p {
	width: 100%;
	display: block;
	float: left;
}

.tabs.mobile-var {
	max-width: 340px;
	height: 37px !important;
	margin: 0 auto;
	float: none;
	display: block;
}

.tabs.mobile-var li {
	width: 33%;
}

#findEAN,
#findEAN2 {
	width: 54px;
	position: fixed;
	top: 3px;
	font-size: 21px;
	right: 238px;
	height: 48px;
	border-radius: 3px !important;
	-webkit-appearance: none;
	appearance: none;
}

#findEAN:focus,
#findEAN2:focus {
	border: 3px solid rgba(38, 172, 0, 1);
	box-shadow: 0 0 5px rgba(38, 172, 0, 1);
	border-radius: 3px !important;
	-webkit-appearance: none;
	appearance: none;
}

#ean-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	transition: .4s background-color, box-shadow;
	opacity: 0;
	pointer-events: none;
}

#ean-modal.error {
	background: url('../img/ban-white.svg') rgba(230, 25, 25, .7) no-repeat center center;
	background-size: 100px;
	box-shadow: inset 0 0 600px rgba(230, 25, 25, 1);
	opacity: 1;
}

#ean-modal.ok {
	background: url('../img/check-white.svg') rgba(16, 202, 67, .7) no-repeat center center;
	background-size: 100px;
	box-shadow: inset 0 0 600px rgba(16, 202, 67, 1);
	opacity: 1;
}

#mobile-menu-2 {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff url('../img/bars.svg') no-repeat center center;
	background-size: 15px;
	border-radius: 4px;
	height: 45px;
	width: 45px;
	cursor: pointer;
	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 !important;
	z-index: 100000;
}

#warning {
	width: 600px;
	height: 300px;
	display: flex;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 15px;
	font-size: 54px;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10000;
}

#warning div.info-warning {
	width: 100%;
	float: left;
}

#warning strong {
	font-size: 120px;
}

#warning-close,
 #warning-close-no {
	display: block;
	width: 50%;
	float: left;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	border-top: 1px solid #ccc;
	color: rgba(26, 140, 0, 1);
	box-sizing: border-box;
}

#warning-close-no {
	right: auto;
	left: 0;
	border-right: 1px solid #ccc;
	color: rgba(227, 0, 0, 1);
}

.vedouci {
	right: 55px !important;
	position: fixed;
	top: 0;
	z-index: 10000;
}

#findEAN.vedouci,
#findEAN2.vedouci {
	position: fixed;
	z-index: 10000;
	top: 0;
}

#findEAN.vedouci:focus,
#findEAN2.vedouci:focus {
	border: 3px solid rgba(18, 0, 255, 1);
	box-shadow: 0 0 5px rgba(18, 0, 255, 1);
}

#cameraQR.vedouci,
#cameraQR2.vedouci{
	right: 57px !important;
	position: fixed;
	top: 0;
	z-index: 10000;
}

.pr-row {
	width: 100%;
	float: left;
}

#warning-alert {
	position: fixed;
	z-index: 100000;
	background: #fff;
	padding: 20px;
	border-radius: 7px;
	box-sizing: border-box;
	font-size: 21px;
	width: 450px;
	height: 100px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

#close-warning-alert {
	color: rgba(227, 0, 0, 1);
	text-decoration: underline;
	margin-top: 10px;
	display: block;
}

.warning-reklamace {
	background: rgba(227, 0, 0, 1);
	padding: 3px;
	border-radius: 4px;
	color: #fff;
}

#arrow {
	width: 30px;
	height: 30px;
	background: red;
	position: absolute;
	top: -100px;
	left: 83px;
	z-index: 100;
	border-radius: 100%;
	pointer-events: none;
}

.active2 {
	background: rgba(0, 186, 10, 1) !important;
}

.select-okruh {
	
}

.list-group-item.i-have-it.done {
	background: rgba(0,0,0,0.2);
}

.holder-weight {
	width: 100%;
	position: relative;
	display: flex;
	gap: 10px;
}

.holder-weight .button {
	min-width: 240px;
	font-size: 28px;
	margin-bottom: 0 !important;
	height: 52px;
}

.holder-weight input {
	margin-bottom: 0 !important;
	font-size: 28px;
	height: 52px !important;
}

#weightValue,
#weightValue-check {
	font-size: 42px;
	text-align: center;
	width: 100%;
	margin: 20px 0;
}

#weightValue.ok,
#weightValue-check.ok {
	color: rgba(0, 186, 10, 1);
}

#weightValue.danger,
#weightValue-check.danger {
	color: rgba(227, 0, 0, 1);
}

.removeItem {
	float: right;
	color: rgba(227, 0, 0, 1);
	margin-top: 2px;
}

.list-group-item .just-lists li.checked {
	background: rgba(0, 186, 10, 1) !important;
}

#keyboard,
#keyboard-q,
#package,
#keyboard-check {
	width: 520px;
	height: 360px;
	padding: 10px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 60px;
	background: #fff;
	flex-wrap: wrap;
	border-radius: 15px;
	z-index: 100000000;
	gap: 10px;
	display: none;
}

#package {
	width: 400px;
	left: auto;
	right: 50px;
	top: 50px;
	bottom: auto;
	height: 405px;
}

#keyboard.active,
#keyboard-q.active,
#keyboard-check.active {
	display: flex;
}

#package.active {
	display: block;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#keyboard button,
#keyboard-q button,
#package button,
#keyboard-check button {
	flex-grow: 1;
	width: calc(33% - 10px);
	height: 77px;
	margin: 0;
	border-radius: 10px;
	border: 0;
	background: #ccc;
	outline: none !important;
	font-size: 49px;
}

#package button {
	background: rgba(132, 105, 105, 1);
	color: #fff;
}

#keyboard button.delete,
#keyboard-q button.delete,
#keyboard-check button.delete {
	background: rgba(255, 193, 193, 1);
}

#package button.active {
	background: rgba(57, 196, 92, 1);
}

#keyboard button:active,
#keyboard-q button:active,
#keyboard-check button:active,
#package button:active {
	background: rgba(255, 193, 193, 1);
}

#keyboard button.delete:active,
#keyboard-q button.delete:active {
	background: rgba(223, 21, 21, 1);
}

#error {
	width: 400px;
	height: 110px;
	text-align: center;
	line-height: 1.3;
	padding: 10px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 39px;
	margin: auto;
	background: rgba(223, 21, 21, 1);
	color: #fff;
	border-radius: 10px;
	z-index: 100000000;
	box-shadow: 0 0 23px rgba(0,0,0,.6);
}

#error small {
	display: block;
	opacity: .6;
}

.list-group-item .button {
	margin-bottom: 0;
	width: 90px;
	border-radius: 0;
	margin-left: 2px;
	margin-top: 2px;
	cursor: pointer;
	margin-bottom: 25px;
}

.list-group-item.done .button.getWeight {
	display: none;
}

.list-group-item .button.orderDone {
	display: none;
}

.list-group-item.done .button.orderDone {
	display: block;
	float: left;
}

.list-group-item .list-content {
	width: calc(100% - 94px) !important;
}

.sticky {
	position: fixed;
}

.change-quantity {
	color: inherit;
}

.d-none {
	display: none !important;
}

.packageWeight {
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 10px;
	width: 300px;
	display: none;
	list-style: none;
	counter-reset: list;
}

.packageWeight .color {
	margin: 0;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 4px;
}

.packageWeight li {
	margin-bottom: 2px !important;
	margin-top: 5px;
}

.packageWeight li::before {
	counter-increment: list;
	content: counter(list) ". ";
	margin-right: 20px;
}

.weight-border .weight {
	width: 80px;
	border-right: 1px solid #000;
}

.closeWeight {
	background: none !important;
	color: #000;
	width: calc(100% - 15px) !important;
	background: rgba(211,3,27,0.1) !important;
	color: #d3031b;
	margin-left: 7.5px !important;
	text-align: center;
	padding: 6px 0 !important;
}

.area-reservation-vydej .list-group-item .button {
	width: 285px !important;
	margin-left: 7.5px !important;
	margin-top: 5px !important;
	height: 50px !important;
}

.area-reservation-vydej.weight-border .weight {
	width: 150px !important;
}

.area-reservation-vydej.weight-border .weight small {
	float: right;
	margin-right: 10px;
}

.list-group-item:not(.show) .closeWeight {
	display: none !important;
}

.list-group-item .closeWeight.notHide {
	display: block !important;
}

.area-reservation-vydej.weight-border div.list-group-item {
	min-height: 50px;
}

.abs-buttons {
	float: left;
}

.closeWeight:hover {
	color: #000 !important;
}

.list-group-item.show .packageWeight {
	display: block;
}

.list-group-item.show.done .packageWeight {
	top: 40px;
}

.weight-border div.list-group-item {
	min-height: 80px;
}

.area-reservation-vydej .list-group-item .list-content {
	width: calc(100% - 300px) !important;
}

.packages-items {
	display: flex;
	gap: 20px;
}

.package-item {
	background: #fff;
	border: 1px solid rgba(0,0,0,.7);
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.5;
	font-size: 16px;
}

.package-item h2 {
	margin-bottom: 5px;
}

.list-group-item[style="color: #fff; background-color: #d3031b"] strong small {
	color: #fff;
}

.list-group-item[style="color: #fff; background-color: #d3031b"] {

}

.list-group-item[style="color: #fff; background-color: #d3031b"]::before {
	content: '';
	width: calc(100% - 20px);
	height: 2px;
	background: #000 !important;
	position: absolute;
	left: 10px;
	top: 23px;
}

.close-modal {
	width: 35px;
	height: 35px;
	line-height: 35px !important;
	cursor: pointer;
	text-align: center;
	background: rgba(216, 216, 216, .7);
	border-radius: 100%;
	position: absolute;
	right: 10px;
	top: 10px;
}

.area-reservation-vydej .list-group-item .button.done-button-order {
	width: 160px !important;
	background: rgba(0, 206, 47, 1);
	text-align: center;
	position: absolute;
	display: block !important;
	right: 10px;
	top: -2px;
	height: auto !important;
}

.green-tag,
.red-tag,
.blue-tag {
	background: rgba(0, 206, 47, 1);
	color: #fff;
	padding: 5px 12px;
	border-radius: 20px;
	margin-bottom: 15px;
	display: inline-block;
}

.blue-tag {
	background: #2a52ff;
}

.red-tag {
	background: #d3031b;
}

.alert-msg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.3);
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
}

.alert-modal {
	width: 300px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
}

.alert-modal-content {
	box-sizing: border-box;
	padding: 20px;
}

.alert-modal-content {
	padding-bottom: 0;
}

.close-alert-modal {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	border-top: 1px solid rgba(0,0,0,.1);
}

.pW27 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex !important;
	gap: 10px;
	flex-flow: wrap;
}

.unactive {
	opacity: .4;
	pointer-events: none;
	background: rgba(0,0,0,0.2);
}

.pw {
	min-width: calc(50% - 5px);
	max-width: 50%;
	padding: 6px;
	margin: 0 !important;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.1);
}

.pw.active {
	background: #d3031b;
	border-color: #d3031b;
	color: #fff;
}

#valHeight {
	float: none;
	margin: 0 auto;
	display: block;
}