/*---------------------------------------------
-- 
---------------------------------------------*/
/* treba pro "scroll to top", kdyz potrebuju sipku placatejsi" */
/*---------------------------------------------
-- 
---------------------------------------------*/
/* argumenty jsou cela cisla (pocet polozek na radku) */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-tgl {
  opacity: 0;
}

/*.cookies-settings-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
}*/
.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}
.svg-pair img {
  max-width: 100%;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is.img-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.is-svg .svg-pair.svg-is.img-is img.not-svg {
  opacity: 0;
}
.is-svg .svg-pair.img-is-not img.svg {
  display: inline-block;
  position: static;
}
.is-svg .svg-pair.img-is-not img.not-svg {
  display: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.flex {
  display: flex;
}
.flex--spread {
  justify-content: space-between;
}
.flex--bottom {
  align-items: flex-end;
}
.flex--top {
  align-items: flex-start;
}
.flex--middle {
  align-items: center;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  /*	color: red;
  	font-weight: bold;*/
}

.success {
  /*	font-weight: bold;
  	color: green;*/
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
  /*	&:after {
  		content: '*';
  		color: #ff0000;
  		position: absolute;
  		right: -8px;
  		top: 0px;
  	}*/
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

/*---------------------------------------------
-- stripe
---------------------------------------------*/
.stripe .stripe-container {
  transition: all 0.5s;
  position: relative;
  display: flex;
}
.stripe .stripe-container > * {
  transition: all 0.5s;
}
.stripe .stripe-container .hide {
  display: block !important;
  opacity: 0;
}

html {
  color: #000000;
  font-family: "Proxima Nova", Arial, Helvetica;
  font-size: 13px;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  color: #2980CC;
  font-weight: 700;
  transition: color 0.3s;
  text-decoration: none;
}

sup {
  font-size: 0.75em;
  position: relative;
  top: -0.5em;
}

sub {
  font-size: 0.75em;
  position: relative;
  top: 0.5em;
}

p {
  line-height: 1.3em;
}
p a {
  position: relative;
  background: linear-gradient(180deg, currentColor 0, currentColor 98%);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background 0.4s !important;
  /*	&:after {
  		border-bottom: 1px solid currentColor;
  		content: '';
  		position: absolute;
  		bottom: 0;
  		left: 0;
  		width: 0;
  		transition: all 0.3s;
  	}

  	&:hover {
  		&:after {
  			width: 100%;
  		}
  	}*/
}
p a:hover {
  background-size: 100% 1px;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 1.75rem;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 1.5rem;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 1.2rem;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1rem;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.read-more-wswg-separator {
  background: red;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}
.mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  border: 1px dotted #ddd;
}

.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p {
  line-height: 1.3em;
}
.wysiwyg-wrapper .read-more__link {
  margin-top: 1.3em;
}

.wysiwyg-content .read-more-wswg-separator {
  display: none;
}
.wysiwyg-content .read-more-wswg-separator ~ * {
  display: none;
}
.read-more--open .wysiwyg-content .read-more-wswg-separator ~ * {
  display: block;
}
.wysiwyg-content strong, .wysiwyg-content b {
  font-weight: 600;
}

* {
  outline: 0;
  box-sizing: border-box;
}

.image img {
  width: 100%;
  height: auto;
}
.image img {
  display: block;
}
.image a {
  display: block;
}
.image.video a {
  position: relative;
}
.image.video a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/layout/icon-play.svg) no-repeat center center;
}

.fancybox-nav {
  top: 25%;
  height: 50%;
  width: 30%;
}

.fancybox-skin .fancybox-close {
  background: #00cc00;
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 22.5px;
  height: 22.5px;
  height: 36px;
  width: 36px;
}
.fancybox-skin .fancybox-close:before, .fancybox-skin .fancybox-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.fancybox-skin .fancybox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-skin .fancybox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scroll-top {
  display: none;
  color: #000000;
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 90;
}
.scroll-top:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 30px;
  width: 30px;
  transform: rotate(-135deg);
  transform-origin: center center;
  vertical-align: middle;
}
.scroll-top:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: 0;
}

.svg-marker {
  fill: #00cc00 !important;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
.button-wrapper {
  margin-top: 2.8rem;
  text-align: center;
}

.button {
  background: #2980CC no-repeat center center;
  border: 0;
  border-radius: 2.30769rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1.15385rem 4.61538rem;
  transition: all 0.3s;
}
.button.ajax-loading {
  background-image: url(../images/layout/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em;
  color: transparent;
  transition: none;
}
.button:hover {
  background-color: #4d99db;
}
.button-icon-attendance {
  background: url(../images/layout/icon-menu-attendance.svg) no-repeat center center;
}
.button-icon-handover {
  background: url(../images/layout/icon-menu-handover.svg) no-repeat center center;
}
.button-icon-servis {
  background: url(../images/layout/icon-menu-servis.svg) no-repeat center center;
}
.button-icon-insured {
  background: url(../images/layout/icon-menu-insured.svg) no-repeat center center;
}

.more-link, .more-link:visited, .more-link:focus {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.more-link:after, .more-link:visited:after, .more-link:focus:after {
  background: url(../images/layout/icon-more.svg) no-repeat 0 0;
  content: "";
  display: inline-block;
  margin-left: 1em;
  height: 11px;
  width: 67px;
}
.more-link:hover, .more-link:visited:hover, .more-link:focus:hover {
  color: #00cc00;
  text-decoration: none;
}
.more-link:hover:after, .more-link:visited:hover:after, .more-link:focus:hover:after {
  background-image: url(../images/layout/icon-more-hover.svg);
}
.more-link i, .more-link em, .more-link:visited i, .more-link:visited em, .more-link:focus i, .more-link:focus em {
  font-style: normal;
}
.more-link em, .more-link:visited em, .more-link:focus em {
  display: none;
}
.read-more--open .more-link em, .read-more--open .more-link:visited em, .read-more--open .more-link:focus em {
  display: inline-block;
}
.read-more--open .more-link i, .read-more--open .more-link:visited i, .read-more--open .more-link:focus i {
  display: none;
}
.read-more--open .more-link:after, .read-more--open .more-link:visited:after, .read-more--open .more-link:focus:after {
  transform: rotate(180deg);
}

.mail-icon {
  background: #4CA6FF url(../images/layout/icon-mail.svg) no-repeat center center;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.file-icon {
  background: no-repeat center center;
  background-image: url("../images/layout/file-icons-unknown.png");
  display: inline-block;
  height: 29px;
  width: 25px;
  vertical-align: middle;
}
.file-icon.ext-docx, .file-icon.ext-doc, .file-icon.ext-ods {
  background-image: url("../images/layout/file-icons-doc.svg");
}
.file-icon.ext-xlsx, .file-icon.ext-xls, .file-icon.ext-odx {
  background-image: url("../images/layout/file-icons-xls.png");
}
.file-icon.ext-pdf {
  background-image: url("../images/layout/file-icons-pdf.svg");
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.stripe .stripe-container {
  transition: all 0.5s;
  position: relative;
}
.stripe .stripe-container.swiping {
  transition: none;
}
.stripe .stripe-container > * {
  transition: all 0.5s;
  user-select: none;
}
.stripe .stripe-container .hide {
  display: block !important;
  opacity: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.flash-title, .offpage__title, .offpage h2, .big-flash .big-flash__title {
  font-size: 1.6923076923rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.big-flash {
  background: #1D2026;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}
.big-flash .icon {
  flex: 1 1 50%;
  background-size: 40% auto;
}
.big-flash.error .icon {
  background: url(../images/layout/icon-flash-error.svg) no-repeat center center;
}
.big-flash.success .icon {
  background: url(../images/layout/icon-flash-success.svg) no-repeat center center;
}
.big-flash .big-flash__content {
  min-height: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 3rem 3rem;
}
.big-flash .big-flash__text {
  flex-grow: 2;
  font-size: 1.2307692308rem;
  line-height: 1.4em;
}
.big-flash .big-flash__hint {
  margin-top: 1.77rem;
}

/*---------------------------------------------
-- datagrid
---------------------------------------------*/
.datagrid {
  padding-bottom: 3rem; /* kvuli fixed tlacitkum pod datagridem */
}
.datagrid__header {
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.datagrid__header__title {
  color: #808080;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.datagrid .datagrid-filter-form {
  min-width: 100px;
}
.datagrid .datagrid-filter-form .show-filter, .datagrid .datagrid-filter-form .form-pair.pair-multi {
  display: none;
}
.datagrid .datagrid-filter-form .form-pair {
  margin-bottom: 0;
}
.datagrid .datagrid-filter-form .nice-select, .datagrid .datagrid-filter-form select {
  font-size: 1rem;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  min-height: auto;
}
.datagrid .datagrid-filter-form .nice-select .list, .datagrid .datagrid-filter-form select .list {
  left: auto;
  right: 0;
}
.datagrid table {
  width: 100%;
}
.datagrid table td {
  border-top: 1px solid #333;
  color: #BFBFBF;
  font-size: 1.2307692308rem;
  padding: 15px 0px;
  position: relative;
  vertical-align: middle;
}
.datagrid table td, .datagrid table td * {
  line-height: 1.3em;
}
.datagrid table td:not(:last-child) {
  padding-right: 1rem;
}
.datagrid table td.middle {
  vertical-align: middle;
}
.datagrid table td.stronger, .datagrid table td .stronger {
  color: #fff;
}
.datagrid table td .smaller {
  font-size: 1.1538461538rem;
}
.datagrid table td .smallest {
  font-size: 1rem;
}
.datagrid table td.td--request-date {
  width: 100px;
}
.datagrid table td.td--request-status {
  width: 20px;
}
.datagrid .row-title:first-child td {
  border-top: 0;
  padding-top: 1rem;
}
.datagrid .row-title td {
  color: #808080;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  padding: 2.5rem 0 1rem;
}
.datagrid .row-statement td {
  font-size: 1rem;
  color: #fff;
  padding-top: 0;
  border-top: 0;
}
.datagrid .datagrid-footer-switcher {
  position: fixed;
  bottom: 2px;
  left: 0;
  width: 100%;
  text-align: center;
}
.datagrid .datagrid-footer-switcher .form-pair {
  margin-bottom: 0;
}
.datagrid .button-add {
  background-color: #fff;
  background-position: 25% 70%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  padding: 0;
  font-size: 0;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
}
.datagrid .button-add:after {
  background: url(../images/layout/plus.svg) no-repeat 0 0;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 20%;
  right: 20%;
}
.datagrid .status {
  bottom: 15px;
  position: absolute;
  top: 15px;
  width: 10px;
}

.status {
  display: inline-block;
}
.status--0 {
  background: #FF5B4C;
}
.status--21 {
  background: #4CA6FF;
}
.status--51 {
  background: #8FE639;
}
.status--52 {
  background: url(../images/layout/status-updated.svg) repeat 0 0;
}
.status--101 {
  background: #666;
}

.datagrid-legend {
  display: flex;
  gap: 10px;
  margin-bottom: 2.5rem;
}
.datagrid-legend .legend-item {
  color: #808080;
}
.datagrid-legend .status {
  border-radius: 50%;
  margin-right: 6px;
  height: 12px;
  width: 12px;
}

.datagrid-filter-form input[type=text], .datagrid-filter-form select, .datagrid-filter-form .nice-select, .datagrid-filter-form textarea {
  background-color: transparent;
  border-bottom: 0.5px solid #fff;
  color: #fff;
  font-family: "Proxima Nova", Arial, Helvetica;
  font-weight: 400;
  font-size: 1.2307692308rem;
  padding: 5px 0;
}
.datagrid-filter-form .nice-select:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 10px;
  width: 10px;
  transform: rotate(-315deg);
  transform-origin: center center;
  vertical-align: middle;
}
.datagrid-filter-form .nice-select.open:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 10px;
  width: 10px;
  transform: rotate(-135deg);
  transform-origin: center center;
  vertical-align: middle;
}
.datagrid-filter-form .nice-select.open:before {
  margin-top: -5px;
}
.datagrid-filter-form .nice-select:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s;
}
.datagrid-filter-form .nice-select .option:hover, .datagrid-filter-form .nice-select .option.focus, .datagrid-filter-form .nice-select .option.selected.focus {
  background: #4CA6FF;
}
.datagrid-filter-form .nice-select .list {
  background: #1D2026;
}

.datagrid-footer-switcher, form .switcher-control-form-pair {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  position: fixed;
  bottom: 2px;
  left: 0;
  width: 100%;
  text-align: center;
}
.datagrid-footer-switcher .form-pair, form .switcher-control-form-pair .form-pair {
  margin-bottom: 0;
}

.switcher-control {
  border-radius: 30px;
  border: 1px solid #434A59;
  background: #262A33;
  display: inline-flex;
}
.switcher-control br {
  display: none;
}
.switcher-control > label, .switcher-control a {
  display: block !important;
  flex: 1 1 50%;
  min-width: 170px;
  border-radius: 30px;
  border: #2980CC;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 !important;
  padding: 1rem;
  text-align: center;
}
.switcher-control > label input, .switcher-control a input {
  display: none;
}
.switcher-control > label.input-checked, .switcher-control > label[data-checked], .switcher-control > label.active, .switcher-control a.input-checked, .switcher-control a[data-checked], .switcher-control a.active {
  background: #265680;
}
.switcher-control > label:before, .switcher-control > label:after, .switcher-control a:before, .switcher-control a:after {
  display: none !important;
}

input.text, textarea, select, body .nice-select {
  border: 0;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0;
  display: block;
  color: #223D72;
  font-family: "Proxima Nova", Arial, Helvetica;
  font-weight: 600;
  font-size: 1.2307692308rem;
  float: none;
  height: auto;
  line-height: 1.3em;
  min-height: calc(1.3em + 1rem);
  padding: 5px 0;
  width: 100%;
}

textarea {
  height: 10rem;
}
textarea.small {
  height: 5rem;
}

.multi-file-control > input {
  display: none;
}
.multi-file-control .MultiFile-wrap {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.multi-file-control .MultiFile-input {
  background: #fff url(../images/layout/input-multi-file.svg) no-repeat center center;
  border-radius: 50%;
  height: 49px;
  width: 49px;
  margin: 11px 0;
  overflow: hidden;
  position: relative;
}
.multi-file-control .MultiFile-input input {
  width: 100%;
  height: 100%;
  opacity: 0.01;
}
.multi-file-control .MultiFile-list {
  display: flex;
  gap: 20px;
}
.multi-file-control .MultiFile-list > .MultiFile-label {
  background: #333;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 72px;
  width: 72px;
}
.multi-file-control .MultiFile-list > .MultiFile-label a {
  display: block;
  height: 100%;
  width: 100%;
}
.multi-file-control .MultiFile-list > .MultiFile-label img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-title {
  display: none;
}
.multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-remove {
  position: relative;
  width: 45px;
  height: 45px;
  font-size: 0;
  color: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-remove:before, .multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-remove:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-remove:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.multi-file-control .MultiFile-list > .MultiFile-label .MultiFile-preview {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

input.text.two-part-datepicker {
  display: inline-block;
}
input.text.two-part-datepicker.date {
  width: 48%;
  margin-right: 4%;
  background: url(../images/layout/input-date.svg) no-repeat right 5px center;
}
input.text.two-part-datepicker.date.only-time {
  display: none;
}
input.text.two-part-datepicker.date.only-date {
  width: 100%;
  margin-right: 0;
}
input.text.two-part-datepicker.time {
  display: inline-block;
  float: none;
  width: 48%;
  background: url(../images/layout/input-time.svg) no-repeat right 5px center;
}
input.text.two-part-datepicker.time.only-date {
  display: none;
}
input.text.two-part-datepicker.time.only-time {
  width: 100%;
  margin-right: 0;
}

.no-time .two-part-datepicker.time {
  display: none;
}
.no-time .two-part-datepicker.date {
  margin-right: 0;
  width: 100%;
}

body .nice-select .current {
  padding-right: 1.5rem;
}
body .nice-select .list {
  min-width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
body .nice-select .list .option {
  min-height: auto;
  line-height: 1.3em;
  padding-top: 5px;
  padding-bottom: 5px;
}

input[type=checkbox] {
  border: 1px solid #BFBFBF;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
}

.check-inputs-label {
  display: inline-flex !important;
  align-items: center;
  position: relative;
}
.check-inputs-label input[type=checkbox], .check-inputs-label input[type=radio] {
  position: absolute;
  height: 0;
  width: 0;
  margin: 0;
  opacity: 0.001;
}
.check-inputs-label.input-disabled.checkbox:before, .check-inputs-label.input-disabled.radio:before {
  /*background-color: $colorBgButton;*/
}
.check-inputs-label.checkbox:before {
  background: #fff;
  border: 1px solid #BFBFBF;
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.check-inputs-label.checkbox.input-checked:after, .check-inputs-label.checkbox[data-checked]:after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 1.5rem;
  transform: translate(7px, 0) rotate(45deg);
  width: 0.6rem;
}
.check-inputs-label.radio {
  margin-right: 1rem;
}
.check-inputs-label.radio:before {
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0px 7px 0 0;
  position: relative;
  width: 17px;
}
.check-inputs-label.radio.input-checked:after, .check-inputs-label.radio[data-checked]:after {
  border-radius: 50%;
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 4px;
}

/*
.input-type--checkbox label {
	position: relative;
	padding-right: 40px;

	> input {
		opacity: 0.01;
		position: absolute;
	}

	span {
		background: #fff;
		position: absolute;
		right: 0;
		top: 50%;
		height: 24px;
		width: 24px;
		transform: translateY(-50%);
	}

	&.checkbox {

		&.input-checked {
			em {
				border: 1px solid currentColor;
				border-width: 0 1px 1px 0;
				display: inline-block;
				height: 70%;
				transform: translate(7px, 0) rotate(45deg);
				width: 40%;
			}
		}
	}

	&.radio {
		padding-right: 30px;

		span {
			border-radius: 50%;
			height: 20px;
			width: 20px;
		}

		&.input-checked {
			em {
				background: currentColor;
				border-radius: 50%;
				width: 10px;
				height: 10px;
				display: inline-block;
				position: absolute;
				top: 5px;
				left: 5px;
			}
		}
	}
}*/
.form-pair {
  margin-bottom: 1.53rem;
  position: relative;
  /*	&.input-type--textinput, &.input-type--select2input, &.input-type--textarea, &.input-type--selectbox {
  		.label {
  			position: absolute;
  			top: 0.5em;
  			left: 1em;
  			transition: all 0.3s;
  			z-index: 1;	
  		}

  		&.focused {

  			.label {
  				left: 0;
  				top: -1.2em;
  				font-size: 0.75em;
  			}
  		}
  	}*/
}
.form-pair .label {
  color: #808080;
}
.form-pair.no-label .form-label {
  display: none;
}
.form-pair.offset {
  margin-top: 2.5rem;
}
.form-pair.inline-radios br {
  display: none;
}
.form-pair.inline-radios .form-control label {
  display: inline-block;
  margin-right: 12px;
}
.form-pair.pair-multi {
  margin-top: 2.75rem;
  text-align: center;
}
.form-pair--two-controls {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}
.form-pair--two-controls .label + .control {
  flex-grow: 2;
}

form ul.error li {
  background: #ffb8b2;
  border: 1px solid #FF5B4C;
  color: #ff2c19;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
form .form-pair {
  position: relative;
}
form .form-pair .error {
  background: #FF5B4C;
  padding: 5px;
  position: absolute;
  margin-top: 1px;
  left: 0;
  top: 100%;
}

.crud-form {
  padding-bottom: 4rem;
}
.crud-form legend {
  color: #808080;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.crud-form .form-label {
  color: #808080;
  margin-bottom: 5px;
}
.crud-form .form-label label:after {
  content: ":";
}
.crud-form .text-with-multi-file {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.crud-form .text-with-multi-file .form-pair:first-child {
  flex-grow: 2;
}
.crud-form .text-with-multi-file .form-pair:last-child .form-label {
  display: none;
}
.crud-form .text-with-multi-file .multi-file-control .MultiFile-wrap {
  justify-content: flex-start;
}
.crud-form input[type=checkbox] {
  width: 17px;
  height: 17px;
  visibility: hidden;
}
.crud-form .check-inputs-label.checkbox:before {
  background: none;
  border: 1px solid #BFBFBF;
  margin: 0 10px 0 0;
  width: 17px;
  height: 17px;
}
.crud-form .check-inputs-label.checkbox.input-checked:after, .crud-form .check-inputs-label.checkbox[data-checked]:after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.1rem;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  display: inline-block;
  height: 0.8rem;
  transform: translate(7px, 0) rotate(45deg);
  width: 0.4rem;
}
.crud-form .status-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.crud-form .status-item .status {
  width: 10px;
  height: 43px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.crud-form .documents .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  color: #fff;
  font-weight: 400;
  font-size: 1.2307692308rem;
  padding: 1em 0;
}
.crud-form .documents .item:first-child {
  padding-top: 0;
}
.crud-form form:not(.view-only) legend {
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
  padding: 0 0 1em 0;
}
.crud-form form:not(.view-only) .form-pair {
  margin-bottom: 1.5rem;
}
.crud-form form:not(.view-only) .form-pair.with-border {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
.crud-form form:not(.view-only) .required .form-label label:before {
  color: #808080;
  content: "*";
  position: absolute;
  right: -5px;
  top: -2px;
}
.crud-form form:not(.view-only) input[type=text], .crud-form form:not(.view-only) select, .crud-form form:not(.view-only) .nice-select, .crud-form form:not(.view-only) textarea {
  background-color: transparent;
  border-bottom: 0.5px solid #fff;
  color: #fff;
  font-family: "Proxima Nova", Arial, Helvetica;
  font-weight: 400;
  font-size: 1.2307692308rem;
  padding: 5px 0;
}
.crud-form form:not(.view-only) .nice-select:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 10px;
  width: 10px;
  transform: rotate(-315deg);
  transform-origin: center center;
  vertical-align: middle;
}
.crud-form form:not(.view-only) .nice-select.open:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 1px 1px 0;
  height: 10px;
  width: 10px;
  transform: rotate(-135deg);
  transform-origin: center center;
  vertical-align: middle;
}
.crud-form form:not(.view-only) .nice-select.open:before {
  margin-top: -5px;
}
.crud-form form:not(.view-only) .nice-select:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s;
}
.crud-form form:not(.view-only) .nice-select .option:hover, .crud-form form:not(.view-only) .nice-select .option.focus, .crud-form form:not(.view-only) .nice-select .option.selected.focus {
  background: #4CA6FF;
}
.crud-form form:not(.view-only) .nice-select .list {
  background: #1D2026;
}
.crud-form form.view-only fieldset > legend {
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
  padding: 0 0 1em 0;
}
.crud-form form.view-only .form-pair {
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.crud-form form.view-only .form-control {
  font-size: 1.2307692308rem;
  color: #BFBFBF;
  line-height: 1.3em;
}
.crud-form .button-edit {
  background-color: #fff;
  background-position: 25% 70%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  padding: 0;
  font-size: 0;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/layout/edit.svg);
}
.crud-form .button-edit:after {
  background: url(../images/layout/plus.svg) no-repeat 0 0;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 20%;
  right: 20%;
}
.crud-form .button-edit:after {
  display: none;
}
.crud-form .files-preview-control {
  display: flex;
  gap: 10px;
}
.crud-form .files-preview-control .item {
  background: #333;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 72px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crud-form .files-preview-control .item a {
  display: block;
  height: 100%;
  width: 100%;
}
.crud-form .files-preview-control .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.crud-form .files-preview-control .item span {
  font-weight: 700;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.crud-form .handover-form > div[id]:not(.form-pair) {
  margin-left: 31px;
}
.crud-form .handover-form .input-type--checkboxlist .form-control {
  column-count: 2;
}
.crud-form .handover-form .input-type--checkboxlist .form-control label {
  display: flex !important;
  margin-bottom: 5px;
}
.crud-form .handover-form .input-type--checkboxlist .form-control br {
  display: none;
}

.menu-switcher {
  color: #fff;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  position: absolute;
  width: 25px;
  top: -13px;
  right: 7px;
  height: 23px;
}
.fixed .menu-switcher {
  color: #000000 !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 4px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #00cc00 !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

.header-placeholder {
  display: none;
}

.show-header.not-home .header-placeholder {
  display: block;
}
@media (min-width: 1024px) {
  .show-header.is-home .header-placeholder {
    display: block;
  }
}
.show-header header {
  position: fixed !important;
  background: #fff;
  top: 0;
  width: 100%;
}

header {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 25px 20px;
  z-index: 101;
}
header .header__title {
  font-size: 1.6923076923rem;
  font-weight: 600;
  flex-grow: 2;
}
header .header__title small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
header .header__back {
  color: #fff;
  margin-left: 6px;
  margin-right: 10px;
  padding: 0.5rem 0;
}
header .header__back:before {
  content: "";
  display: inline-block;
  border: 1px solid currentColor;
  border-width: 0 2px 2px 0;
  height: 1rem;
  width: 1rem;
  transform: rotate(-225deg);
  transform-origin: center center;
  vertical-align: middle;
}
header .header__icon {
  height: 24px;
  width: 24px;
}
header .header__icon[data-class=drivers] {
  background: url(../images/layout/header-drivers.svg) no-repeat center center;
}
header .header__icon[data-class=jobs] {
  background: url(../images/layout/header-jobs.svg) no-repeat center center;
}
header .header__icon[data-class=contacts] {
  background: url(../images/layout/header-contacts.svg) no-repeat center center;
}
header .header__icon[data-class=attendance] {
  background: url(../images/layout/header-attendance.svg) no-repeat center center;
}
header .header__icon[data-class=handover] {
  background: url(../images/layout/header-handover.svg) no-repeat center center;
}
header .header__icon[data-class=servis] {
  background: url(../images/layout/header-servis.svg) no-repeat center center;
}
header .header__icon[data-class=insured] {
  background: url(../images/layout/header-insured.svg) no-repeat center center;
}

body {
  background: #1D2026;
  color: #fff;
}

.supercontainer {
  /*	max-width: 640px;
  	margin: 0 auto;*/
}

.offpage {
  padding: 25px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  /*bottom: -50vh;*/
  bottom: 0;
  min-height: 50vh;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.offpage.current {
  transform: translateY(0);
}
.offpage:not(.offpage--welcome) {
  background: #fff;
  color: #223D72;
}
.offpage h2, .offpage p {
  text-align: center;
}
.offpage form {
  margin-top: 2.5rem;
}
.offpage .under-form-hint {
  margin-top: 1.77rem;
}
.offpage__close {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  bottom: 1rem;
  color: #BFBFBF;
  cursor: pointer;
  right: 1rem;
}
.offpage__close:before, .offpage__close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 1.5rem;
  width: 1px;
  background-color: currentColor;
  transform-origin: center center;
}
.offpage__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.offpage__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.main-layout {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.main-layout__page {
  flex-grow: 2;
  overflow-y: scroll;
  padding: 25px;
}

/*---------------------------------------------
-- welcome / sign-in
---------------------------------------------*/
.welcome-logo {
  height: 50vh;
  background: url(../images/layout/logo.svg) no-repeat center center;
}

.offpage--welcome {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offpage--welcome h2 {
  font-size: 3.0769230769rem;
}
.offpage--welcome p {
  font-size: 1.2307692308rem;
}

.offpage--signin .forgotten-password-link {
  color: #2980CC;
  font-weight: 700;
}

.offpage--code .code-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.offpage--code .code-inputs .required label:after {
  display: none;
}
.offpage--code .code-inputs input {
  font-size: 3.0769230769rem;
  width: 1em;
  text-align: center;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.main-menu {
  background-color: #1D2026;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 500;
  transition: all 0.3s;
}
.menu-open .main-menu {
  left: 0;
}
.main-menu .main-layout__page {
  padding: 25px;
}
.main-menu li a {
  background: #2980CC;
  color: #fff;
  border-radius: 2.3rem;
  display: block;
  padding: 10px 10px 10px 62px;
  margin-bottom: 1.5rem;
  position: relative;
}
.main-menu li a span {
  display: block;
}
.main-menu li a .icon {
  border: 1px solid #1D2026;
  border-radius: 50%;
  height: 40px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 40px;
}
.main-menu li a .icon.driver-card {
  background: url(../images/layout/icon-menu-driver.svg) no-repeat center center;
}
.main-menu li a .icon.jobs {
  background: url(../images/layout/icon-menu-jobs.svg) no-repeat center center;
}
.main-menu li a .icon.attendance {
  background: url(../images/layout/icon-menu-attendance.svg) no-repeat center center;
}
.main-menu li a .icon.handover {
  background: url(../images/layout/icon-menu-handover.svg) no-repeat center center;
}
.main-menu li a .icon.servis {
  background: url(../images/layout/icon-menu-servis.svg) no-repeat center center;
}
.main-menu li a .icon.insured {
  background: url(../images/layout/icon-menu-insured.svg) no-repeat center center;
}
.main-menu li a .icon.contacts {
  background: url(../images/layout/icon-menu-contacts.svg) no-repeat center center;
}
.main-menu li a .title {
  font-size: 1.3846153846rem;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.18px;
}
.main-menu li a .short-title {
  display: none;
}
.main-menu li a .note {
  opacity: 0.65;
  font-weight: 400;
}
.main-menu__hint {
  margin-top: 3rem;
  text-align: center;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.upload-receipt-form {
  background-color: #fff;
  background-position: 25% 70%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  padding: 0;
  font-size: 0;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  background-image: url(../images/layout/icon-money.svg) !important;
  background-position: center center;
}
.upload-receipt-form:after {
  background: url(../images/layout/plus.svg) no-repeat 0 0;
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 20%;
  right: 20%;
}
.upload-receipt-form:after {
  top: 59%;
}
.upload-receipt-form input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

/*# sourceMappingURL=index.css.map */
