/* 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;
}
header {
    margin-bottom: 60px;
}
img {
    margin-bottom: 30px;
}
h1 {
    font-weight: bold;
}

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

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

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

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

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

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

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

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

.mr-20 {
	margin-right: 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;
}

#moveSklad {
	float: left;
}

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

.dz-details,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none !important;
}

.dz-upload {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 6px;
}

#dropzone {
  display: flex;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}

.dz-success .dz-success-mark {
  display: block !important;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
}

.dz-image img {
  border-radius: 10px;
}

.dz-preview {
  position: relative;
}

.dz-default {
  width: 100%;
}

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

.image {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	gap: 20px;
}

.image a {
	display: inline-block;
	text-decoration: none;
	color: #d5202f;
}

nav.menu {
	width: 250px;
	background: red;
	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;
}

.sn-button {
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 13px;
	background-color: rgba(103, 62, 228, 1);
	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: rgba(103, 62, 228, .7);
	color: rgba(255,255,255,.95);
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
	white-space: nowrap;
}

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

.button:hover {
	color: #fff;
	background-color: rgba(103, 62, 228, 1);
}

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

.button--new::before,
.button--save::before,
.button--comment::before,
.button--calendar::before {
	background-color: rgba(103, 62, 228, 1);
	border-right: 1px solid rgba(103, 62, 228, 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--calendar {
	background: #16a69f;
}

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

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

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

.buttons .button--save {
	background-color: #05c067;
}

.buttons .button--save::before {
	background-color: #007c74;
	border-color: #007c43;
}

.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: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .35rem rgba(106,227,195, .25) !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(103, 62, 228, .7) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(103, 62, 228, .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: -3px;
	position: absolute;
	right: 0;
	top: -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 {
	padding-right: 30px !important;
}

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

.checkbox-input input {
	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(103, 62, 228, 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: 13px !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: 205px;
	float: left;
	margin-right: 10px;
}

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

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

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

.logo {
	width: 100%;
	height: 95px;
	background: url('https://balmeto.cz/assets/frontend/images/logo.svg') no-repeat center center;
	background-size: contain;
	display: block;
	margin-bottom: 25px;
	font-size: 39px;
	text-align: center;
	line-height: 50px;
	color: rgba(103, 62, 228, 1);
	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;
}

.menu-link:before {
	width: 115%;
	height: 100%;
	background: rgba(103, 62, 228, .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: rgba(103, 62, 228, 1);
}

.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: rgba(103, 62, 228, 1) !important;
	text-decoration: underline;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: rgba(0,0,0,.8) !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;
}

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

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

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

table td:last-child,
table th:last-child {
	padding-right: 15px;
}

table td a {
	color: #3387af;
}

table tr.green td {
	background: rgba(106, 227, 195, .5);
	color: #000;
}

table td a:hover {
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

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

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

table .view a,
table .delete a,
table .copy a,
table .reclamation a,
table .status a,
table .inf 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 .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;
}

#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(103, 62, 228, 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(103, 62, 228, 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(103, 62, 228, 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(103, 62, 228, 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-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;
}

.w100p {
	width: 100% !important;
}

#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(103, 62, 228, 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(103, 62, 228, 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(103, 62, 228, 1);
}

.comment a:hover {
	color: rgba(103, 62, 228, 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 15px 5px 15px;
	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;
	
	display: flex;
	align-content: center;
	align-items: center;
}

.task-variant a {
	float: right;
	color: #ec0c0c;
}

.task-variant .info {
	width: 100%;
}

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

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

.task-order .ask {
	color: rgba(103, 62, 228, 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: rgba(103, 62, 228, 1) url('../img/only-check-white.svg') no-repeat center center;
	background-size: 10px;
	border-color: rgba(103, 62, 228, 1);
}

.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(103, 62, 228, .8);
	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(103, 62, 228, 1);
}

.on-dashboard a.view:hover {
	color: rgba(103, 62, 228, 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 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(103, 62, 228, 1);
	color: #fff;
}

.link {
	position: relative;
	top: 10px;
	color: rgba(103, 62, 228, 1);
	text-decoration: underline;
}

#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 {
	margin-bottom: 10px;
	margin-right: 10px;
}

.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;
	}
	
	.menu {
		pointer-events: none;
		transform: translateX(-250px);
		transition: .3s all;
	}
	
	.menu.active {
		pointer-events: all;
		transform: translateX(0);
	}
	
	.main {
		width: 100%;
		padding: 0 10px;
		margin-top: 40px;
	}
	
	.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: fixed;
		top: 10px;
		left: 10px;
		background: #fff url('../img/bars.svg') no-repeat center center;
		background-size: 15px;
		border-radius: 4px;
		height: 40px;
		width: 40px;
		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;
		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 {
	color: #818181 !important;
	position: relative;
}

.disable-state::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::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 {
	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(103, 62, 228, 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: 120px;
	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(103, 62, 228, 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: 300px;
	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: 33.333%;
    display: block;
    float: left;
    cursor: pointer;
    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-4 {
	max-width: 400px;
}

.tabs.li-4 li {
	width: 25%;
}

.tabs li:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tabs li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.tabs li a {
	color: #000 !important;
	padding: 10px 15px;
	display: block;
}

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

.color-green {
	color: rgba(103, 62, 228, 1);
}

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

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

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

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

.modalWin {
	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 {
	display: block;
}

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

.image--drag {
	display: flex;
	flex-flow: column-reverse;
	gap: 10px;
	padding-top: 10px;
	background: #fff;
	border: 1px solid #e1e6ea;
	  box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
}

.image--drag img {
	margin-bottom: 0;
}

.edit-link {
	margin-right: 15px;
	color: #9074e9 !important;
	text-decoration: underline;
}

.newComposits .col-price {
	width: 140px;
}
