/* 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;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

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

.nowrap {
  white-space: nowrap;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
/*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 {
  margin-bottom: -1px;
}
.tabs .tabs-nav li {
  float: left;
  margin-right: 5px;
}
.tabs .tabs-nav .clear {
  float: none;
}
.tabs .tabs-nav a {
  border: 1px solid #eee;
  display: block;
  padding: 6px 12px;
}
.tabs .tabs-nav .active a {
  background: #ff6666;
  border-color: #ff6666;
  color: #fff;
}
.tabs .tab {
  border: 1px solid #eee;
  display: none;
  padding: 16px;
}
.tabs .tab.active {
  display: block;
}

body {
  font-family: Arial;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
}

.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: 18px;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 16px;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 15px;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 14px;
}

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

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

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

.font-size-14, body {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.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, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.3em;
}
.dropdown {
  background: #fff;
  /*border: 1px solid $colorBorderInput;*/
  display: none;
  padding: 7px 0;
  left: -14px;
  min-width: 180px;
  position: absolute;
  top: 100%;
  z-index: 300;
}
.dropdown:after, .dropdown:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.dropdown:before {
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #fff transparent;
  margin-left: -7.5px;
}
.dropdown:after {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  margin-left: -7.5px;
  bottom: -1px;
}
.dropdown:before {
  bottom: auto;
  top: -7px;
}
.dropdown:after {
  bottom: auto;
  top: -6px;
}
.dropdown.dropdown-right {
  left: auto;
  right: -14px;
}
.dropdown.dropdown-right:before, .dropdown.dropdown-right:after {
  left: 100%;
  margin-left: -30px;
}
.dropdown.dropdown-top:before {
  top: auto;
  bottom: -7px;
}
.dropdown.dropdown-top:after {
  top: auto;
  bottom: -6px;
}
.dropdown.dropdown-top:before {
  border-width: 7px 7.5px 0 7.5px;
  border-color: #b3b3b3 transparent transparent transparent;
}
.dropdown.dropdown-top:after {
  border-width: 7px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}
.dropdown a, .dropdown .btn {
  color: #333;
  display: block;
  padding: 7px 13px;
}
.dropdown a:hover, .dropdown .btn:hover {
  background: #dfedf7;
}
.dropdown .separator {
  display: block;
  margin: 7px 13px;
}
.dropdown .separator:after {
  content: "";
  display: block;
  border-top: 1px solid #cccccc;
}

* {
  box-sizing: border-box;
  outline: 0;
  -webkit-print-color-adjust: exact;
  line-height: 1.2em;
}

.fancybox-skin {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.text-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.inactive * {
  color: #999999;
}

.warning {
  color: #cc0000 !important;
}

a {
  color: #ff6666;
}
a:hover {
  color: #ff3333;
}
a.black-link {
  color: #333;
}

.pink {
  color: #ff6666;
}

.only-print {
  display: none;
}

/*---------------------------------------------
-- button
---------------------------------------------*/
.button {
  background-color: #ff6666;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 13px;
  text-transform: uppercase;
  text-align: center;
}
.button:hover {
  color: #fff;
  background: #ff4d4d;
}
.button:focus {
  color: #fff;
  text-decoration: none;
}
.button.disabled {
  background-color: #e6e6e6;
  color: #b3b3b3;
  cursor: default;
}
.button.with-warning {
  border-left: 10px solid #ff6666;
  text-indent: -10px;
}

.remove-button {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  opacity: 0.3;
}
.remove-button:hover {
  opacity: 1;
}
.remove-button:before, .remove-button:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #333;
}
.remove-button:before {
  transform: rotate(45deg);
}
.remove-button:after {
  transform: rotate(-45deg);
}

/*---------------------------------------------
-- form - obecne
---------------------------------------------*/
select, input.text, input.datetimepicker, textarea,
.nice-select,
.selectize-control .selectize-input,
.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.multiselect .multiselect-toggler {
  background: #fff;
  border: 0;
  line-height: 1em;
  padding: 12px 10px;
  width: 100%;
}
textarea {
  height: 148px;
}
textarea.smaller {
  height: 88px;
}
textarea.smallest {
  height: 73px;
}
textarea.wswg {
  height: 330px;
}
textarea.heighest {
  height: 530px;
}

.standalone-label {
  padding: 12px 0;
  display: inline-block;
}

.select2-container .select2-choice {
  height: auto;
  line-height: 1.1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: 1px solid #d9d9d9;
  width: 40px;
}
.select2-container .select2-choice .select2-arrow b {
  display: none;
}
.select2-container .select2-choice .select2-arrow:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.15s ease-in-out;
  width: 100%;
  background: url(../images/layout/form/input-select-arrow.png) no-repeat center center;
}

.select2-drop.select2-drop-active {
  border: 0;
}
.select2-drop .select2-search input {
  background: none;
  border-width: 0 0 1px 0;
  border-color: #d9d9d9;
}
.select2-drop .select2-results {
  max-height: 460px;
}
.select2-drop .select2-results .select2-highlighted {
  background-color: #ff6666;
}

.nice-select {
  float: none;
  line-height: 1.1em;
  min-width: 50px;
  padding: 0;
  padding-right: 40px;
}
.nice-select:after {
  background: url(../images/layout/form/input-select-arrow.png) no-repeat center center;
  border-left: 1px solid #d9d9d9;
  width: 40px;
}
.nice-select.disabled {
  background: #f2f2f2;
  border-color: #999999;
}
.nice-select .current {
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.nice-select .list {
  /*border: 1px solid $colorBorderInput;*/
  /*margin-top: -1px;*/
  max-height: 350px;
  overflow-y: auto;
  margin-top: 1px;
  left: 0;
  min-width: 100%;
}
.nice-select .option {
  padding: 7px 10px;
}

.check-inputs-label {
  display: flex !important;
  align-items: center;
  position: relative;
}
.check-inputs-label input {
  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: #f2f2f2;
}
.check-inputs-label.checkbox:before {
  background: #fff;
  border: 1px solid #999999;
  content: "";
  display: inline-block;
  height: 19px;
  margin: 0;
  margin-right: 9px;
  position: relative;
  width: 19px;
}
.check-inputs-label.checkbox.input-checked:before {
  background-image: url(../images/layout/form/input-checkbox-checked.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.check-inputs-label.radio:before {
  background: #fff;
  border: 1px solid #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0px 7px 0 0;
  position: relative;
  width: 18px;
}
.check-inputs-label.radio.input-checked:before {
  background-image: url(../images/layout/form/input-radio-checked.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.ui-datepicker {
  z-index: 11030 !important;
  line-height: 1.2em;
}

form ul.error {
  display: none;
}

/*---------------------------------------------
-- poupu form
---------------------------------------------*/
.popup-form {
  width: 480px;
}
.popup-form .popup-form-title {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 18px;
}
.popup-form .popup-form-body {
  padding: 22px 18px 9px 18px;
}
.popup-form .form-pair {
  margin-bottom: 20px;
}
.popup-form .form-pair:after {
  clear: both;
  content: "";
  display: block;
}
.popup-form .form-pair.no-label .form-label {
  display: none;
}
.popup-form .form-pair.no-label .form-control {
  width: 100%;
}
.popup-form .form-label {
  float: left;
  padding-top: 1px;
  padding-right: 24px;
  text-align: right;
  width: 30%;
}
.popup-form .form-pair > .form-control {
  width: 70%;
  float: left;
}
.popup-form .form-pair-multi {
  border-top: 1px solid #b3b3b3;
  margin-top: 8px;
  padding: 12px 0 3px;
  text-align: center;
}
.popup-form .form-pair-multi .form-label {
  display: none;
}
.popup-form .form-pair-multi .form-control {
  width: auto;
}
.popup-form input.text, .popup-form select, .popup-form textarea {
  border: 1px solid #999999;
}
.popup-form .radio-list br {
  display: none;
}
.popup-form .radio-list label {
  display: block;
  margin-bottom: 9px;
}
.popup-form .check-inputs-label {
  padding-top: 4px;
}

.fancybox-popup-form .fancybox-skin .fancybox-close {
  background: none;
  color: #fff;
  height: 48px;
  line-height: 48px;
  right: 0;
  top: 0;
  width: 48px;
}
.fancybox-popup-form .fancybox-skin .fancybox-close:after {
  background: url(../images/layout/close.svg) no-repeat 0 0;
  content: "";
  display: block;
  font-weight: bold;
  height: 20px;
  margin: 14px auto;
  width: 20px;
}
.fancybox-popup-form .fancybox-skin .fancybox-close:hover {
  color: #ff6666;
}

/*---------------------------------------------
-- login screen
---------------------------------------------*/
.login-screen {
  background: #333;
}

.sign-page {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 364px;
}

.sign-form-box {
  background: #666;
  color: #999999;
  font-size: 14px;
  padding: 40px 40px 27px;
}
.sign-form-box table {
  width: 100%;
}
.sign-form-box th {
  display: none;
}
.sign-form-box td {
  padding-bottom: 12px;
}
.sign-form-box .caption {
  margin-bottom: 10px;
}
.sign-form-box a {
  color: #ff6666;
}
.sign-form-box input.text {
  border: 0;
  height: auto;
  padding: 12px 14px 12px 38px;
  font-size: 14px;
}
.sign-form-box .password td, .sign-form-box .username td, .sign-form-box .email td {
  position: relative;
}
.sign-form-box .password td:after, .sign-form-box .username td:after, .sign-form-box .email td:after {
  content: "";
  display: block;
  height: 20px;
  left: 11px;
  position: absolute;
  top: 8px;
  width: 19px;
}
.sign-form-box .username td:after {
  background: url(../images/layout/sign/username.png) no-repeat 0 0;
}
.sign-form-box .password td:after {
  background: url(../images/layout/sign/password.png) no-repeat 0 0;
}
.sign-form-box .email td:after {
  background: url(../images/layout/sign/email.png) no-repeat 0 0;
}
.sign-form-box .check-inputs-label.checkbox:before {
  background-color: transparent;
}
.sign-form-box .button {
  height: auto;
  width: 100%;
}

/*---------------------------------------------
-- header
---------------------------------------------*/
header {
  padding: 48px 0 55px;
}
header nav a {
  font-weight: bold;
  color: #333;
}
header nav .active > a, header nav a:hover {
  color: #ff6666;
  text-decoration: none;
}
header .user-area .dropdown a {
  line-height: 21px;
}
header .user-area .system-icon {
  display: inline-block;
  height: 21px;
  margin-right: 17px;
  vertical-align: top;
  width: 21px;
}
header .user-area .system-icon.icon-sign-out {
  background: url(../images/layout/icon-sign-out.png) no-repeat left top;
}
header .user-area .system-icon.icon-options {
  background: url(../images/layout/icon-options.png) no-repeat left top;
}

/*---------------------------------------------
-- content
---------------------------------------------*/
.page-content {
  position: relative;
  padding-bottom: 120px;
}

.page-title {
  font-size: 36px;
  margin-bottom: 56px;
}

.print-icon {
  background: url(../images/layout/icon-print.png) no-repeat 0 0;
  display: block;
  height: 36px;
  width: 38px;
}

/*---------------------------------------------
-- aktivni zakazky a k fakturaci
---------------------------------------------*/
.maybe-black {
  display: inline-block;
  padding: 2px 3px;
  margin: -2px 0;
}

.black {
  background: #333;
  color: #fff;
}

div.black {
  display: block;
}

.orders-table {
  width: 100%;
}
.orders-table thead th, .orders-table tfoot th {
  text-align: left;
  font-weight: bold;
  padding: 4px;
}
.orders-table thead th.center, .orders-table tfoot th.center {
  text-align: center;
}
.orders-table table {
  table-layout: fixed;
  width: 100%;
}
.orders-table table td, .orders-table table td:last-child {
  width: auto;
}
.orders-table table td:first-child {
  width: 70px;
}
.orders-table .title {
  font-weight: bold;
}
.orders-table .date {
  font-weight: bold;
}
.orders-table .date.full {
  color: #ff6666;
}
.orders-table .order-name {
  font-weight: bold;
}
.orders-table tr.unclosed {
  background: #ffe0e0;
}
.orders-table td {
  padding: 4px 8px 4px 4px;
  line-height: 1.2em;
}
.orders-table .separator {
  padding: 7px 0 11px;
}
.orders-table .separator span {
  display: block;
  border-bottom: 1px solid #cccccc;
}
.orders-table .for-billing-time {
  color: #999999;
}
.orders-table .black.with-margin {
  margin-top: 5px;
}
.orders-table.attendance-table td:not(.separator), .orders-table.attendance-table th, .orders-table.orders-table td:not(.separator), .orders-table.orders-table th {
  padding-right: 17px;
}
.orders-table.attendance-table td:first-child, .orders-table.orders-table td:first-child {
  /*text-transform: capitalize;*/
}

.duration-with-interference {
  position: relative;
}
.duration-with-interference i {
  font-style: normal;
  position: absolute;
  margin-left: 5px;
  color: #333;
}

.filter-form-wrapper {
  background: #d9d9d9;
  padding: 12px 14px;
  margin-top: -30px;
  margin-bottom: 26px;
}
.filter-form-wrapper.for-billing .nice-select {
  min-width: 360px;
}

.description-box {
  background: #d9d9d9;
  margin-bottom: 26px;
  margin-top: -15px;
  padding: 16px;
}
.description-box.with-table {
  padding: 16px 0;
}
.description-box table {
  width: 100%;
}
.description-box table th {
  font-weight: bold;
  text-align: left;
  width: 10px;
}
.description-box table th, .description-box table td {
  padding: 0 9px 9px 0;
}

.description-box-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 40px;
}

.description-box .year-stats-table thead th {
  font-weight: bold;
  padding: 12px 4px;
  text-align: center;
  white-space: nowrap;
}
.description-box .year-stats-table thead th .title {
  font-weight: bold;
}
.description-box .year-stats-table thead th span {
  display: block;
  font-weight: normal;
  padding-top: 6px;
}
.description-box .year-stats-table .summary th, .description-box .year-stats-table .summary td {
  font-weight: bold;
  padding: 12px 19px;
  border: 1px solid #333;
  border-width: 1px 0;
}
.description-box .year-stats-table th, .description-box .year-stats-table td {
  padding: 4px 19px;
}
.description-box .year-stats-table td {
  text-align: center;
  white-space: nowrap;
}
.description-box .year-stats-table .summary + tr th, .description-box .year-stats-table .summary + tr td {
  padding-top: 12px;
}

.month-stats {
  text-align: center;
}
.month-stats .title {
  white-space: nowrap;
}
.month-stats .zero em {
  color: #b3b3b3;
}
.month-stats em, .month-stats span {
  display: block;
}
.month-stats em {
  font-size: 36px;
  font-style: normal;
  line-height: 50px;
}

/*---------------------------------------------
-- denni vykaz
---------------------------------------------*/
.active-orders-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.day-attendance-wrapper {
  margin-left: 12px;
}
.day-attendance-wrapper .orders {
  position: relative;
}
.day-attendance-wrapper .orders .scrollable {
  height: 100%;
  overflow-y: auto;
}
.day-attendance-wrapper .orders .offset {
  max-width: 100%;
  margin-right: 24px;
  overflow-x: hidden;
}
.day-attendance-wrapper .orders td {
  opacity: 0.4;
  white-space: nowrap;
}
.day-attendance-wrapper .orders tr[data-id] {
  cursor: pointer;
}
.day-attendance-wrapper .orders tr[data-id]:hover {
  background: #ffe0e0;
}
.day-attendance-wrapper .orders tr[data-id]:hover td {
  opacity: 1;
}
.day-attendance-wrapper .jobs tr {
  background-color: #fff;
}
.day-attendance-wrapper .jobs .order-link {
  display: inline-block;
}
.day-attendance-wrapper .jobs .no-padding td {
  padding-top: 0;
  padding-bottom: 0;
}
.day-attendance-wrapper .jobs input[type=text] {
  border: 0;
  padding: 4px 0;
  margin: 1px 0;
  width: 100%;
}
.day-attendance-wrapper .jobs input[type=text][disabled] {
  background: none;
}
.day-attendance-wrapper .jobs input[type=text].empty, .day-attendance-wrapper .jobs input[type=text].error {
  background: #ffe0e0;
  padding: 4px 8px;
}
.day-attendance-wrapper .jobs input[type=text].error {
  /*border: 1px solid darken($colorBgTrHighlight, 10);*/
}
.day-attendance-wrapper .jobs input.attendance-time {
  float: right;
  margin-top: -5px;
  text-align: center;
  width: 66px;
}
.day-attendance-wrapper .jobs .attendance-table .handle {
  cursor: pointer;
  margin: -4px;
  opacity: 0.4;
  padding: 4px;
}
.day-attendance-wrapper .jobs .attendance-table .handle:hover {
  background: #ffe0e0;
  opacity: 1;
}

table.attendance-buttons-table, table.attendance-hours-table {
  max-width: 350px;
}
table.attendance-buttons-table .button, table.attendance-hours-table .button {
  width: 100%;
}
table.attendance-buttons-table td, table.attendance-buttons-table th, table.attendance-hours-table td, table.attendance-hours-table th {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
table.attendance-buttons-table td:nth-child(2), table.attendance-buttons-table th:nth-child(2), table.attendance-hours-table td:nth-child(2), table.attendance-hours-table th:nth-child(2) {
  padding: 5px 10px;
}
table.attendance-buttons-table tr:first-child td, table.attendance-buttons-table tr:first-child th, table.attendance-hours-table tr:first-child td, table.attendance-hours-table tr:first-child th {
  padding-top: 0;
}
table.attendance-buttons-table tr:last-child td, table.attendance-buttons-table tr:last-child th, table.attendance-hours-table tr:last-child td, table.attendance-hours-table tr:last-child th {
  padding-bottom: 0;
}
table.attendance-buttons-table input.time-control, table.attendance-hours-table input.time-control {
  padding: 4px 8px;
  text-align: center;
  width: 100%;
}

table.attendance-buttons-table td:first-child, table.attendance-buttons-table td:last-child {
  width: 40%;
}

table.attendance-hours-table th, table.attendance-hours-table td {
  text-align: right;
}
table.attendance-hours-table tr:first-child td, table.attendance-hours-table tr:first-child th {
  height: 45px;
  vertical-align: middle;
}

.nice-scroll {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.nice-scroll em {
  background: #fff;
  border: 1px solid #b3b3b3;
  display: block;
  height: 12px;
  position: absolute;
  width: 100%;
}
.nice-scroll:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-right: 1px solid #b3b3b3;
}

.container {
  width: 1160px;
  margin: 0 auto;
}

#logo {
  left: 21px;
  position: fixed;
  top: 21px;
}

header nav {
  float: left;
}
header nav > ul > li {
  float: left;
  margin-right: 25px;
}
header .user-area {
  float: right;
  position: relative;
}

.print-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.filter-form-wrapper.working-list form {
  display: flex;
}
.filter-form-wrapper.working-list .form-pair {
  margin-right: 10px;
}
.filter-form-wrapper.working-list .form-pair:first-child {
  flex-grow: 2;
}
.filter-form-wrapper.working-list .form-pair:first-child .nice-select, .filter-form-wrapper.working-list .form-pair:first-child select {
  max-width: 350px;
}
.filter-form-wrapper.order-list .form-pair {
  margin-right: 9px;
}
.filter-form-wrapper.order-list .form-pair.form-client {
  width: 500px;
  margin-bottom: 9px;
  margin-left: 178px;
}
.filter-form-wrapper.order-list .form-pair.form-code {
  float: left;
  line-height: 40px;
  width: 60px;
}
.filter-form-wrapper.order-list .form-pair.form-year {
  width: 100px;
  float: left;
}
.filter-form-wrapper.order-list .form-pair.form-order {
  width: 500px;
  float: left;
}
.filter-form-wrapper.order-list:after {
  content: "";
  display: block;
  clear: both;
}
.filter-form-wrapper.for-billing select, .filter-form-wrapper.for-billing .nice-select {
  max-width: 350px;
}

.order-list-filter-forms {
  display: flex;
}
.order-list-filter-forms .order-list {
  flex-grow: 2;
  margin-right: 11px;
}
.order-list-filter-forms .order-number {
  width: 175px;
}
.order-list-filter-forms .order-number form {
  display: flex;
  flex-wrap: wrap;
}
.order-list-filter-forms .order-number .form-order {
  width: 50px;
  flex-grow: 2;
}
.order-list-filter-forms .order-number .form-code {
  align-self: center;
  margin: 0 5px;
}
.order-list-filter-forms .order-number .form-pair-multi {
  margin-top: 9px;
  width: 100%;
}
.order-list-filter-forms .order-number .form-pair-multi .button {
  width: 100%;
}

.description-box .col {
  float: left;
  margin-right: 1%;
  width: 24%;
}
.description-box .col.third {
  margin-right: 0;
  width: 50%;
}
.description-box:after {
  content: "";
  display: block;
  clear: both;
}

.description-boxes-wrapper {
  display: flex;
}
.description-boxes-wrapper .large {
  flex-grow: 2;
}
.description-boxes-wrapper .small {
  margin-left: 11px;
  width: 175px;
}

.attendance-table {
  /*table-layout: fixed;*/
}
.attendance-table th:first-child, .attendance-table td:first-child {
  width: 50px;
}
.attendance-table th:nth-child(2), .attendance-table td:nth-child(2) {
  width: 50px;
}
.attendance-table th:last-child, .attendance-table td:last-child {
  width: 175px;
  padding-right: 4px !important;
}
.attendance-table th:nth-last-child(2), .attendance-table td:nth-last-child(2) {
  width: 157px;
  padding-right: 27px !important;
}

.month-stats.with-columns > div {
  float: left;
  width: 14.2857142857%;
}
.month-stats.with-columns:after {
  content: "";
  display: block;
  clear: both;
}

.day-attendance-wrapper .orders {
  position: absolute;
  width: 350px;
}
.day-attendance-wrapper .jobs {
  margin-left: 370px;
}

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