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

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

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

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

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

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

.overflow {
	overflow: hidden;
}

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

.wrapper {
	width: calc(100% - 220px);
	float: right;
}

.all-employes {
	width: 200px;
	height: 100%;
	position: fixed;
	background: #fff;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 20px;
	z-index: 100;
	overflow: scroll;
	box-shadow: 3px -1px 5px -2px #e1e6ea,4px -9px 1px -1px #f8fafb !important;
}

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

h1 .button {
	margin-left: 10px;
	position: relative;
	top: -4px;
}

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% - 70px);
	box-sizing: border-box;
	padding: 0 25px;
	padding-left: 0;
	float: right;
}

.no-emploeyes .wrapper {
	width: 100%;
}

.no-emploeyes.main {
	padding-left: 25px;
}

nav.menu {
	width: 70px;
	height: 100%;
	float: left;
	position: fixed;
	background: #fff;
	border-right: 1px solid #e1e6ea;
	box-sizing: border-box;
	padding: 20px;
	z-index: 100;
	box-shadow: 3px -1px 5px -2px #e1e6ea;
}

.grid {
	width: 100%;
	float: left;
	padding: 20px 0;
	display: flex;
	gap: 20px;
}

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

.column:hover {
	border-color: rgba(31, 184, 143, .4);
	background: rgba(106,227,195, 1);
	color: #fff;
}

.column img {
	display: block;
	margin: 0 auto 20px;
	opacity: .4;
	transition: .1s all ease-in-out;
}

.column:hover img {
	opacity: 1;
	filter: invert(100%);
}

.relative {
	position: relative;
}

.sn-button {
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 13px;
	background-color: rgba(106,227,195, 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: 13px 15px;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
	background-color: rgba(31, 184, 143, 1);
	color: rgba(255,255,255,.95);
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
	letter-spacing: 0.3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.button:hover {
	color: #fff;
	background-color: rgba(31, 184, 143, .7);
}

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

.button--continue {
	background: #16a69f;
}

.button--repas {
	background: rgba(42, 209, 165, 1);
	float: right;
	top: -2px;
	letter-spacing: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

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

.button--calendar {
	background: #16a69f;
}

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

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

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

.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: 48px;
	width: 48px;
	font-size: 0;
}

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

.remove-button {
	color: #c81717;
	margin-left: 10px;
}

.remove-button:hover {
	text-decoration: underline;
	color: #c81717;
}

.buttons {
	width: calc(100% - 69px);
	height: 56px;
	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: 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="time"],
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;
	height: 50px !important;
	line-height: 50px !important;
	font-size: 18px !important;
}

select {
	line-height: 1 !important;
}

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="time"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #495057;
	border-color: rgba(106,227,195) !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(106,227,195, .25) !important;
}

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: rgba(106,227,195, 1);
}

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

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

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

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

form {
	margin-top: 15px;
}

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

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

.col-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: rgba(106,227,195, 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: 0px;
	line-height: 1;
	font-weight: 500;
	color: rgb(32, 36, 40);
	transition: 0.3s all;
	position: relative;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	margin-bottom: 10px;
	text-decoration: none !important;
}

.menu-link img {
	opacity: .4;
}

.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: 45px;
	height: 45px;
	background: rgba(106,227,195, 1);
	position: absolute;
	border-radius: 100%;
	content: '';
	left: -8px;
	top: -10px;
	opacity: 0;
	z-index: -1;
	transition: .3s all;
}

.menu-link:hover,
.menu-link.active,
.menu-link:hover svg,
.menu-link.active svg {
	color: rgba(31, 184, 143, 1);
}

.menu-link:hover img,
.menu-link.active img {
	opacity: 1;
	filter: invert(100%);
}

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

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

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

.menu-link--logout:before {
	display: none;
	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(31, 184, 143, 1) !important;
	text-decoration: underline;
}

table {
	margin: 40px 0;
	background: #fff !important;
	color: #9ba1a8 !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 a {
	color: rgba(31, 184, 143, 1);
}

table td a:hover {
	color: rgba(31, 184, 143, 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(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%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 45px;
	margin: 0 auto;
	box-shadow: 0 11px 34px 0 rgba(0,0,0,.2);
	border-radius: 34px;
	background-color: #fff;	
}

.login-page .button,
.login-page input {
	border-radius: 11px !important;
	font-size: 14px !important;
}

@media (max-width: 550px) {
	.login-page {
		padding: 20px;
	}
}

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

.login-page h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: .7;
	margin-bottom: 50px;
	letter-spacing: normal;
}

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

.timesheet td {
	border-left: 1px dashed #e7e7e7;
	padding-left: 0;
	padding-right: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

table.dashboard td.td span {
	background: rgb(234, 133, 174);
	position: relative;
}

table.dashboard td.td span::before {
	position: absolute;
	right: -260px;
	width: 250px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background: #424242;
	color: #fff;
	content: 'Není naplánována žádna směna';
	display: none;
	z-index: 100;
	top: -3px;
}

table.dashboard td.td span:hover::before {
	display: block;
}

table.dashboard td.td.active--green span {
	background: rgb(126, 230, 150);
}

table.dashboard td.td.active--green span::before {
	width: 190px;
	right: -200px;
	content: 'Směny jsou naplánované';
}

table.dashboard td.td.active--orange span {
	background: #FFA500;
}

table.dashboard td.td.active--orange span::before {
	content: 'Směny jsou částečně naplánované';
}

table.dashboard {
	width: auto;
}

table.dashboard td:last-child,
table.dashboard th:last-child {
	padding-right: 1.5rem;
}

table.dashboard td.td span {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	display: block;
}

.timesheet td.active {
	/*background: #72e66a;*/
	border-left: 0;
}

.open-line {
	border-left: 1px dashed #c21717 !important;
}

.timesheet th {
	font-weight: normal;
	font-size: 11px;
	padding-right: 3px;
}

.timesheet th:nth-child(odd) {
	font-size: 0;
	width: 35px;
}

.timesheet td {
	cursor: pointer;
}

.timesheet th.active {
	color: #c21717;
}

.timesheet th.opacity {
	color: rgba(155, 161, 168, .5);
}

.timesheet td.active div {
	width: 100%;
	height: 15px;
	background: #72e66a;
}

.timesheet td.active.start div {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.timesheet td.active.end div {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.timesheet {
	white-space: nowrap;
}

.no-top-padding th {
	padding-left: 0 !important;
}

.timesheet span {
	position: absolute;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	z-index: 100;
}

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

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

.sklad::after {
	content: attr(data-group);
	position: absolute;
	right: 200px;
	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: 25px;
	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 h2 a {
  color: inherit;
  text-decoration: underline;
}

.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: rgba(106,227,195, 1) url('../img/only-check-white.svg') no-repeat center center;
	background-size: 10px;
	border-color: rgba(106,227,195, 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(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;
}

.task select {
	line-height: 30px !important;
	margin-bottom: 0;
}

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

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

.link {
	position: relative;
	top: 10px;
	color: rgba(31, 184, 143, 1);
	text-decoration: underline;
}

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

.empl {
	padding: 10px;
	border: 1px solid #e1e6ea;
	box-shadow: 3px -1px 5px -2px #e1e6ea;
	font-size: 16px;
	margin-bottom: 10px;
	cursor: pointer;
}

.empl.active {
	color: rgba(31, 184, 143, 1);
	background: rgba(106,227,195, 0.1);
}

.no-emploeyes .choose {
	display: none;
}

@media (max-width: 1024px) {
	.overflow-table {
		width: 100%;
		overflow-x: scroll;
	}
	
	.choose {
		display: none !important;
	}
	
	.wrapper {
		width: 100%;
	}
	
	.main {
		padding-left: 25px;
	}
	
	.all-employes {
		display: none;
	}
	
	.no-emploeyes.main {
		padding-left: 10px;
	}
	
	.menu {
		/*
		pointer-events: none;
		transform: translateX(-250px);
		transition: .3s all;
		*/
		
		width: 100% !important;
		height: 50px !important;
		padding: 10px 0 !important;
		text-align: center;
		bottom: 0;
		top: auto;
	}
	
	.menu .menu-link {
		width: 40px !important;
		height: 40px !important;
		position: relative !important;
		bottom: auto !important;
		display: inline-block !important;
	}
	
	.menu.active {
		pointer-events: all;
		transform: translateX(0);
	}
	
	.main {
		width: 100%;
		padding: 0 10px;
		margin-top: 10px;
		padding-bottom: 80px;
	}
	
	.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: none;
		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,
.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: 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(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 {
	display: flex;
	padding: 0;
	height: 38px;
	border-radius: 6px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.26);
	position: relative;
	top: 8px;
	margin-bottom: 30px;
	overflow: hidden;
}

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

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

.tabs li.active,
.tabs li.active a {
	color: #fff !important;
	text-shadow: 0 0 5px rgba(0,0,0,.2);
}

.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: rgba(106,227,195, 1);
    width: calc(100% - 6px);
    height: 90%;
    position: absolute;
    left: 3px;
    top: 5%;
    z-index: -1;
    border-radius: 6px;
    box-shadow: 0 4px 4px rgba(31, 184, 143,.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.active::before {
    opacity: 1;
}

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

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

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;
	outline: 2px solid rgba(42, 209, 165, 0);
}

.color:not(.input):hover {
	outline: 2px 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.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;
}

.tips {
	list-style: none;
	width: calc(100% - 15px);
	position: absolute;
}

.tips li {
	width: 100%;
	padding: 6px;
	border-radius: 3px;
	box-sizing: border-box;
	color: #5b6064 !important;
	border: 1px solid #e1e6ea !important;
	background: #fff;
	margin-bottom: 5px;
	opacity: .6;
	display: block;
	cursor: pointer;
	transition: .3s all;
}

.tips li:hover,
.tips li.active {
	opacity: 1;
}

.relative {
	position: relative;
}

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

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

@media (max-width: 560px) {
	table td, table th {
		display: table-cell !important;
	}
	
	table tbody,
	table,
	table thead {
		display: table !important;
		white-space: normal !important;
	}
}

.tasks {
	text-align: left;
}

.task {
	position: relative;
	/*
	display: flex;
	flex-direction: column;
	float: left;
	*/
	min-width: 0;
	word-wrap: break-word;
	background-color: #fcfcfc;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	width: calc(50% - 5px);
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	
	background: linear-gradient(145deg, #ffffff, #fcfcfc);
	box-shadow:  2px 2px 6px rgba(216, 217, 217, 0.8)
				 -2px -2px 6px rgba(255,255,255,1);
}

.task h2 {
	font-size: 21px !important;
	margin-bottom: 0;
	position: relative;
}

.choose {
	width: 30px;
	height: 30px;
	border: 1px solid #e1e6ea;
	background: rgba(106,227,195, 0.1);
	display: block;
	position: absolute;
	border-radius: 4px;
	z-index: 10000;
}

.task h2 strong {
	display: block;
	font-size: 21px;
}

.task select {
	margin-top: 5px;
}

.task h2 small {
	display: block;
	font-weight: normal;
	letter-spacing: normal;
}

.date {
	width: 100%;
	font-size: 24px;
	float: left;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.input.date {
	border-bottom: 0;
}

.mr10 {
	margin-right: 10px;
}

.task.active {
	color: rgba(31, 184, 143, 1);
	background: rgba(106,227,195, 0.1);

	background: #e4f3f2;
	box-shadow:  5px 5px 15px #c2cfce,
				 -5px -5px 15px #ffffff;
}

.navigation {
	display: flex;
	position: absolute;
	right: 25px;
	top: 24px;
	gap: 20px;
}

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

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

.task.deactive {
	border: 1px solid rgba(0,0,0,.05);
	background: #e0e0e0;
	box-shadow:  2px 2px 6px rgba(190, 190, 190, 0.7),
				 -2px -2px 6px #ffffff;
}

.task.deactive.gray {
	border: 1px solid rgba(0,0,0,.05);
	background: #e0e0e0 !important;
	box-shadow:  2px 2px 6px rgba(190, 190, 190, 0.7),
				 -2px -2px 6px #ffffff;
}

.task.deactive h2 {
	color: #6c757d;
}

.alert-danger,
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	color: #842029;
	border-radius: .25rem;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert {
	background: #def7ec;
	color: #066d4f;
	border-color: rgba(6, 109, 79, .2);
}

.task-table {
	width: auto !important;
	margin-bottom: 20px;
}

.not-day h2 {
	opacity: 0;
}

.not-day {
	pointer-events: none;
	border-style: dashed;
	background: rgba(255,255,255,.6);
}

table th {
	color: #000;
}

.center {
	text-align: center;
}

.center svg {
	display: inline-block;
}

.crossed a {
	color: #842029 !important;
}

.crossed td {
	background-color: rgba(248, 215, 218, 0.7) !important;
}

.unset_user {
	position: absolute;
	right: 15px;
	color: #db4040;
	text-decoration: underline;
	display: none;
	z-index: 10000;
}

.task:hover .unset_user {
	display: block;
}

.tasks .mr10 {
	margin-right: 0;
	margin-left: 0;
}

.tasks .w100p {
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.tasks .w33p {
	width: 32.5%;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.tasks .w25p {
	width: 24%;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.calendar {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.calendar .header .month-year {
  font-size: 20px;
  font-weight: bold;
  color: #636e73;
  padding: 20px 0;
  box-sizing: border-box;
}
.calendar .days {
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
}
.calendar .days .day_name {
  width: calc(100% / 7);
  border-right: 1px solid rgba(31, 184, 143, 1);
  padding: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  color: #818589;
  color: #fff;
  background-color: rgba(31, 184, 143, 1);
}
.calendar .days .day_name:nth-child(7) {
  border: none;
}
.calendar .days .day_num {
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  width: calc(100% / 7);
  border-right: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
  padding: 15px;
  font-weight: bold;
  color: #7c878d;
  cursor: pointer;
  min-height: 100px;
}
.calendar .days .day_num span {
  display: inline-flex;
  width: 30px;
  font-size: 14px;
}
.calendar .days .day_num .event {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  box-sizing: border-box;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #f7c30d;
  color: #fff;
  word-wrap: break-word;
  transition: .3s all;
}
.calendar .days .day_num .event.green {
  background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
  background-color: #518fce;
}
.calendar .days .day_num .event.red {
  background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
  border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
  background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
  background-color: #fdfdfd;
  color: #ced2d4;
  cursor: inherit;
}
.calendar .days .day_num.selected {
  background-color: #f1f2f3;
  cursor: inherit;
}

.calendar .event:hover {
	opacity: .7;
}

.col-row {
	display: flex;
	gap: 20px;
}

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

#date.picker {
	width: 200px;
	float: right;
	position: absolute;
	right: 25px;
	top: 5px;
}

.msg-holder {
	display: flex;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
}

.message {
	margin: 0;
	text-align: center;
	display: inline-block;
	max-width: 80%;
}

.interested-bar {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	color: rgba(108, 108, 108, 1);
	display: flex;
	justify-content: space-between;
}

.interested-btns {
	display: flex;
	float: right;
	gap: 10px;
}

.interested-btns button {
	margin-bottom: 0;
	width: 20px;
	height: 20px;
}

.btn-check {
	background: rgba(118, 208, 184, 1) url('../img/only-check-white.svg') no-repeat center center / 13px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.btn-check:hover {
	background: rgba(66, 208, 170, 1) url('../img/only-check-white.svg') no-repeat center center / 13px;
}

.btn-not {
	background: rgba(251, 74, 74, 1) url('../img/ban-white.svg') no-repeat center center / 13px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

.btn-not:hover {
	background: #b00 url('../img/ban-white.svg') no-repeat center center / 13px;
}

@media (max-width: 760px) {
	.calendar .days .day_num {
		padding: 2px;	
	}
	
	.calendar .days .day_num .event {
		font-size: 10px;
		white-space: nowrap;	
	}
}