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

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

.flex-reverse {
	display: flex;
	gap: 5px;
	flex-direction: row-reverse;
}

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

ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding-left: 25px;
}
a {
    color: #0071BC;
    text-decoration: underline;
}
hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

.none {
	display: none !important;
}

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

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

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

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

.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: 10px 15px;
	cursor: pointer;
	font-size: 15px;
	background-color: rgba(106,227,195, 1);
	color: rgba(255,255,255,.95);
	text-transform: none;
	transition: .3s all;
	display: inline-block;
	border: 0 !important;
}

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

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

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

.button--null {
	background: #e33232 !important;
	float: right;
	color: #fff !important;
}

.button--null:hover {
	background: #fbe8e8 !important;
	color: #e33232 !important;
}

.w100p {
	width: 100% !important;
}

.button--new,
.button--save,
.button--sms,
.button--repas,
.button--price,
.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--repas {
	background: rgba(42, 209, 165, 1);
	letter-spacing: normal !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

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

.button--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--price::before {
	background-image: url('../img/dolar.svg');
	background-size: 8px;
}

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

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

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

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

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

.button--blue {
	background: #1e70e6;
}


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

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

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

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

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

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

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

#comments {
	margin-bottom: 70px;
}

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

.settings-button:hover {
	color: #495057;
	border-color: 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(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: transparent; /*rgba(106,227,195, 1);*/
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	
	background: url('../img/logo-elpeg.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.login-page .message {
	margin: auto;
}

.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(106,227,195, 0.1);
	position: absolute;
	content: '';
	left: -7.5%;
	top: 0;
	opacity: 0;
	transition: .3s all;
	border-radius: 5px;
}

.menu-link:hover,
.menu-link.active,
.menu-link:hover svg,
.menu-link.active svg {
	color: rgba(31, 184, 143, 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(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 .copy-all a,
table .reclamation a,
table .status a,
table .inf a,
table .see a,
table .month-1 a,
table .month-2 a,
table .month-3 a,
table .users_actions a,
table .pdf a {
	display: inline-block;
	width: 30px;
	height: 20px;
	text-decoration: none;
	opacity: 0.5;
	transition: 0.3s all;
}

table .pdf a {
	width: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table th small {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
	float: right;
}

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

.float-left {
	float: left;
}

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

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

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

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

.message {
	margin-top: 25px;
	max-width: 50%;
}

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

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

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

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

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

.login-section {
	width: 100%;
}

.login-page {
	width: 92%;
	max-width: 450px;
	padding: 15px;
	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;
}

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

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

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

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

.small-col {
	width: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment li {
	margin-bottom: 0 !important;
	margin-top: 5px !important;
}

.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: #c8f4f4 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.task-order .done.active,
.task-variant .done-variant.active {
	background: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#pick-branch {
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
	border: 1px solid #e1e6ea !important;
    border-bottom-color: rgb(225, 230, 234);
	border-bottom-color: #d4dbe1;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

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

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

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

.reclamation-order {
	background: #e1810a;
}

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

.history-box {
	float: right;
}

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

.box .col {
	width: 80px;
}

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

#confirm,
#confirm-change {
	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,
#confirm-change.active {
	opacity: 1;
	pointer-events: all;
}

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

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

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

a.close-modal,
button.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);
	cursor: pointer;
}

button.close-modal {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background: rgba(106,227,195, 1);
	color: #fff;
	border-bottom-right-radius: 25px;
}

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

.red-warning,
.orange-warning,
.yellow-warning,
.green-warning {
	padding: 3px 6px;;
	border-radius: 3px;
	color: #fff;
	background: #d31010;
	display: inherit;
	margin-right: 10px;
	display: inline-block;
}

.orange-warning {
	background: rgba(255, 168, 0, 1);
}

.yellow-warning {
	background:rgba(103, 103, 103, 1);
}

.green-warning {
	background: rgba(42, 209, 165, 1);
}

#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,
.disable-state-2,
.disable-state-3 {
	text-align: center;
	position: relative;
	color: #8d8d8d;
}

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

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

.disable-state-3::before {
	content: 'Není vytvořena cenová nabídka';
}

.disable-state::after,
.disable-state-2::after,
.disable-state-3::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 5px 5px;
	border-color: transparent transparent #000 transparent;	
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 43px;
	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;
}

#counter.error {
	color: #cc1616;
}

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

#calling-info,
#sms-info {
	pointer-events: none;
	opacity: 0;
	position: fixed;
	transition: .3s all;
	width: 262px;
	padding: 10px;
	height: 190px;
	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 -20px 30px 10px rgba(0,0,0,0.1),0 2px 1px -1px #f8fafb !important;
	bottom: 55px;
	right: 10px;
	z-index: 1000;
}

#calling-info p {
	margin-bottom: 10px;
}

#sms-info {
	width: 460px;
	height: 240px;
}

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

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

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

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

.tabs {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	background: #fff;
	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--t3 {
	max-width: 270px;
}

.tabs--t4 {
	max-width: 450px;
}

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

.tabs--t3 li {
	width: 33%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#overlay {
	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: -10px;
	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: '';
}

.line--blue::before {
	background: rgba(165, 225, 255, 1) !important;
}

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

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

.color {
	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-width {
	width: 100px;
	vertical-align: top;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 13px;
}

.color: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: transparent;
}

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

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

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

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

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

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

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

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

#alert-sms.gray {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

#alert-sms.error {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

#alert-sms.ok {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.button--disable {
	pointer-events: none;
	opacity: 0.5;
}

.statesOrderLogs {
	max-width: 370px;
	float: right;
}

.statesOrderLogs.maxSize {
	max-width: 550px;
	width: 900px;
}

.statesOrderLogs.maxSize a {
	float: right;
	color: #e43434;
}

.statesOrderLogs li strong {
	width: 150px;
	display: inline-block;
}

.statesOrderLogs li {
	list-style: none;
	background: #fff;
	border: 1px solid #e1e6ea;
	position: relative;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb;
	padding: 6px 12px;
	border-radius: 4px;
}

#calling-info .button.green-color {
	background: #1fda41;
	color: #fff;
	width: 117px;
	text-align: center;
}

#calling-info .button.red-color {
	background: #e60c0c;
	color: #fff !important;
}

#calling-info .disable-state,
#calling-info .disable-state2 {
	background: #818181 !important;
	color: #fff;
}

.hidden-fields--smaller {
	height: auto;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

.hidden-fields--smaller .checkbox {
	width: 100%;
}

.hidden-fields.hidden-fields--smaller {
	height: 30px;
}

.hidden-fields--smaller h3 {
	font-size: 15px;
}

.hidden-fields--smaller .toggleFields::before {
	top: 2px;
}

.hidden-fields .col,
.hidden-fields .input {
	pointer-events: none;
}

.link.button {
	letter-spacing: normal;
}

.link:not(.button) {
	text-decoration: underline;
	color: rgba(31, 184, 143, 1);
	position: relative;
	z-index: 1000;
}

.price-comment .comment {
	max-width: 220px;
}

.bboxes .branches-box:nth-child(1) {
	display: none;
}

.bboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 25px;
}

.branches-box {
	min-width: calc(25% - 15px);
	max-width: calc(25% - 15px);
	width: calc(25% - 15px);
	padding: 15px;
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	box-shadow: 3px -1px 5px -2px #e1e6ea;
}

.branches-box a {
	line-height: 2;
	text-decoration: underline;
	color: rgba(31, 184, 143, 1);
}

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

.branches-box .default {
	color: #3723ca;
}

.legend {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.legend .color {
	outline: none !important;
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}

.legend li {
	list-style: none;
	line-height: 20px;
}

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

.price-col {
	min-width: calc(20% - 10px);
	width: calc(20% - 10px);
	box-sizing: border-box;
	margin: 0 !important;
}

.d-flex .price-col .checkbox-input {
	padding-right: 0 !important;
}

.disable_edit .button--new,
.disable_edit .button--continue,
.disable_edit .button--repas,
.disable_edit .button--calendar,
.disable_edit .button--save,
.disable_edit .buttons,
.disable_edit .order-table .copy,
.disable_edit .order-table .reclamation,
.disable_edit .order-table .delete,
.disable_edit .delete-task,
.disable_edit .button--null,
.disable_edit #add-sn,
.disable_edit .order-table a[data-a1] {
	display: none;
}

.disable_edit input,
.disable_edit select,
.disable_edit textarea,
.disable_edit label,
.disable_edit .task-order .done {
	pointer-events: none;
}

.disable_edit #filter input,
.disable_edit #filter select,
.disable_edit #filter textarea,
.disable_edit #filter label,
.disable_edit #branches {
	pointer-events: all;
}

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

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

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

.stat-box small {
	opacity: 0;
	position: absolute;
	transition: .3s all ease-in-out;
}

.stat-box:hover small {
	opacity: .4;
}

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

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

.inline {
	display: inline-block !important;
}

.info-small {
	clear: both;
	width: calc(100% - 44px);
	float: left;
	left: 22px;
	bottom: 10px;
}

.water-report {
	position: relative;
	min-width: 13%;
	max-width: 13%;
	height: 70px;
	float: left;
	background: #fff;
	border-radius: 7px;
	box-shadow: 3px -1px 5px -2px #e1e6ea;
	border: 1px solid #e1e6ea;
}

.water-hp {
	height: 35px;
	display: inline-block;
	top: -4px;
	margin-left: 10px;
	float: none;
	min-width: 200px;
	max-width: 200px;
}

.water-hp .water p {
	line-height: 27px;
}

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

.bubbles {
	width: auto;
	display: flex;
	gap: 5px;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -4px;
}

.bubble {
	background: #fff;
	border-radius: 7px;
	box-shadow: 3px -1px 5px -2px #e1e6ea;
	border: 1px solid #e1e6ea;
	padding: 8px;
	position: relative;
}

.bubble p {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif !important;
	letter-spacing: .7px;
}

.bubble .water {
	position: absolute;
	left: 0;
	top: 0;
}

.water {
	width: 0%;
	background: rgba(217, 30, 30, 0.1);
	height: 100%;
	border-radius: 7px;
	max-width: 100%;
	display: flex;
	align-content: center;
	box-sizing: border-box;
	flex-direction: column;
	transition: .3s all ease-in-out;
}

.water-report.deactive {
	opacity: .45;
}

.water.orange {
	background: rgba(255, 200, 41, .3);
}

.water.green {
	background: rgba(31, 184, 143, .4);
}

.water p {
	padding: 10px;
	width: 100%;
	white-space: nowrap;
	opacity: .7;
}

.water .dailyReport {
	opacity: 1;
	font-size: 18px;
	position: relative;
	top: -5px;
}

.water small {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 36px;
}

/*
.water-report .water::before {
	width: calc(100% - 70px)
}

.water-report .water::after {
	width: 70px;
	height: 20px;
	content: '';
	position: absolute;
	right: -70px;
	top: 0;
	display: block;
	background: #02a8ef;
	transform: rotate(90deg);
	transform-origin: 0 0;
	animation: animate 4s ease-in-out infinite;
}
*/

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}

.total-report {
	font-size: 24px;
	text-align: center;
	width: 100%;
}

.abs-none {
	position: absolute;
	top: -1000000px;
}

#editor {
	margin-bottom: 15px;
}

.comment input {
	display: none;
}

.comment .ql-editor {
	padding: 0 !important;
}

#commentsDashboard {
	max-height: 400px;
	overflow: scroll;
	position: relative;
}

#commentsDashboard::after {
	content: '';
	width: 100%;
	height: 50px;
	position: sticky;
	left: 0;
	bottom: 0;
	display: block;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, #f2f5f7 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,#f2f5f7 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,#f2f5f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.full-screen-with-prices .price-col {
	min-width: 49%;
	width: 49%;
	box-sizing: border-box;
}

.all-prices {
	float: right;
	position: absolute;
	top: 2px;
	right: 0;
	padding-left: 10px;
	background: #f2f5f7;
}

.all-prices strong {
	width: 70px;
	display: inline-block;
	font-weight: normal;
}

.headline {
	width: 100%;
	background: #fff;
	float: left;
	padding: 6px 0;
	margin-bottom: 10px;
	position: sticky;
	top: 0;
	z-index: 10000;
	border: 1px solid #e1e6ea !important;
	box-shadow: 0 3px 2px -2px #e1e6ea,0 2px 1px -1px #f8fafb !important;
}

.headline .half {
	width: 50%;
	float: left;
	padding-right: 30px;
	text-align: right;
}

.headline .half strong {
	width: 70px;
	display: inline-block;
	text-align: center;
}

.no-pointer .checkbox,
.no-pointer .checkbox-input {
	pointer-events: none;
}

.no-pointer .checkbox-input label::before {
	display: none;
}

.h1-link {
	font-size: 14px;
	letter-spacing: normal;
	top: -6px;
	cursor: pointer;
}
