/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Datepicker 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@charset "UTF-8";
@font-face {
  font-family: 'peckanotes';
  src: url('/webfonts/peckanotes.woff2?v=6') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.center-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.responsive-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.stretch-img {
  width: 100% !important;
  max-height: none !important;
}
.greyscale {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
.ico-font,
.ca-ico:before,
.pdbox__close:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-user:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "u";
}
.ico-edit:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "E";
}
.ico-delete:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}
.ico-warning:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "!";
}
.ico-settings:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "s";
}
.ico-time:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "t";
}
.ico-add:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "+";
}
.ico-calendar:before,
.date-picker-holder:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
}
.ico-calendar[data-ico-text],
.date-picker-holder[data-ico-text] {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.ico-calendar[data-ico-text]:before,
.date-picker-holder[data-ico-text]:before {
  content: "c";
}
.ico-calendar[data-ico-text]:after,
.date-picker-holder[data-ico-text]:after {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  content: attr(data-ico-text);
}
.ico-calendar-stats:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "q";
}
.ico-github:before,
.btn-github span:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "g";
}
.ico-github-open:before {
  color: #1f883d;
}
.ico-github-closed:before {
  color: #8250df;
}
.ico-clipboard:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "C";
}
.ico-bar-chart:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "b";
}
.ico-import:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "i";
}
.ico-import-repo:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "I";
}
.ico-vacation:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "v";
}
.ico-rss:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "r";
}
.ico-filter:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "f";
}
.ico-export-m:before,
.ico-export-k:before,
.ico-export-p:before,
.ico-export:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
}
.ico-export-m:after {
  content: "M";
}
.ico-export-k:after {
  content: "K";
}
.ico-export-p:after {
  content: "P";
}
.ico-export[data-ico-text]:after {
  content: attr(data-ico-text);
}
.ico-arr-left:before,
.ui-datepicker-prev:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "←";
}
.ico-arr-right:before,
ul li:before,
.ui-datepicker-next:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "→";
}
.ico-arr-down:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "↓";
}
.ico-arr-up:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "↑";
}
.ico-duplicate:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "d";
}
.ico-logout:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "l";
}
.ico-list:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.34em 2px 0;
  font-family: 'peckanotes';
  line-height: 1;
  font-size: 93.33333333%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "L";
}
.ico-hamburger {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 3px;
  transition: background-color 0ms linear 150ms;
}
.ico-hamburger,
.ico-hamburger:before,
.ico-hamburger:after {
  width: 22px;
  height: 2px;
  background: #fff;
}
.ico-hamburger:before,
.ico-hamburger:after {
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 50% 50%;
}
.ico-hamburger:before {
  top: -5px;
}
.ico-hamburger:after {
  bottom: -5px;
}
.ico-hamburger:before {
  transform: rotate(0);
  transition: transform 150ms ease-in 0ms,top 150ms ease-out 150ms;
}
.ico-hamburger:after {
  transform: rotate(0);
  transition: transform 150ms ease-in 0ms,bottom 150ms ease-out 150ms;
}
.ca-expanded .ico-hamburger {
  background: transparent;
}
.ca-expanded .ico-hamburger:before {
  top: 0;
  transform: rotate(45deg);
  transition: transform 150ms ease-out 150ms,top 150ms ease-in 0ms;
}
.ca-expanded .ico-hamburger:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: transform 150ms ease-out 150ms,bottom 150ms ease-in 0ms;
}
@font-face {
  font-family: "Work Sans-fallback";
  size-adjust: 111.75%;
  src: local("Arial");
}
@font-face {
  font-family: 'Work Sans';
  src: local('Work Sans'),url('/webfonts/WorkSans-Regular.woff2?v=20012025') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: local('Work Sans SemiBold'),url('/webfonts/WorkSans-SemiBold.woff2?v=20012025') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.tooltipped {
  position: relative;
  overflow: visible !important;
}
.tooltipped:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  padding: 3px 4px;
  margin: 3px 0 0;
  content: attr(data-tooltip);
  background: #e9473f;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.3;
}
.select2 {
  width: 100% !important;
  box-sizing: border-box;
}
.select2-container--default {
  text-align: left;
  font-weight: normal;
}
.select2-container--default li {
  margin: 0;
}
.select2-container--default li:before {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 30px;
  border-radius: 0;
  border-color: #d5d1c6;
  transition: border-color 300ms ease;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 3px;
  padding-right: 28px;
  line-height: 29px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: auto;
  right: 0;
  border: 0;
  width: 23px;
  height: 10px;
  margin: -2px 0 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJBAMAAAAbVLtZAAAAJ1BMVEUAAAAmJiYfHx0fHx0iIh4jKiMfHx0fHx0eIh4eIh4gICAiIh0fHxyCj83HAAAADXRSTlMACJyTIRKCakxDNzS9NFuk1gAAADhJREFUCNdjmMAABECyAkRxFDCwbQDS24DYhIGBxQBICwUwBAkAaVZFRlWwWmdmBzDNdYoBAkCyABmWBl+9Yq+dAAAAAElFTkSuQmCC') 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAMAAAByxz6RAAAAS1BMVEUAAAAfIB0hJCEpKR8eHx0eHx0fIBwfHx0fHxweIB0eIB0fIR0fIRwgIB0gIB0jIyMgICAzMzMfIBwfHx0fHx0hIRwgICAhISEeIB3tAIv/AAAAGXRSTlMA8B4S0+XZxLyqoYxsT0YOCAXpgmI2MC/Klh60hwAAAHlJREFUGNN9j0kSgCAMBBPEXXBf/v9SywIcIxR9YVJ9oSnDZSmJ1WT4SJmDDdFQqtiocnieXo9/M+rejbaZpZmb1q+p7qTq6inMolq/Zq0KHGrZcGyL+NfO9g3inQSGTzdONtK4PAQBn4cgEPJ8EECeDwLIQ1DkYPLcl+QDgzcYeGkAAAAASUVORK5CYII=');
    background-size: 13px;
  }
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #666;
}
.select2-dropdown {
  border-color: #666;
  border-radius: 0;
}
/* COLS */
@media (min-width: 768px) {
  .col-h-l {
    float: left;
    width: 48%;
  }
  .col-h-r {
    float: right;
    width: 48%;
  }
}
/************************************************************************************
	RESETS and TYPOGRAPHY
*************************************************************************************/
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 100%/1.85714286 'Work Sans','Work Sans-fallback','Arial',sans-serif;
  font-size: 93.75%;
  color: #2d2d2c;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
/* HEADING */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
caption {
  margin: 1em 0 0.5em;
  padding: 0;
  font: normal normal 100%/1.2 'Work Sans','Work Sans-fallback','Arial',sans-serif;
  text-align: left;
  text-transform: none;
  color: #2d2d2c;
}
a h1,
a .h1,
a h2,
a .h2,
a h3,
a .h3,
a h4,
a .h4,
a h5,
a h6,
a caption {
  color: inherit;
}
h1,
.h1 {
  margin: 19/24em 0 0.5em;
  font-size: 160%;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 140%;
  font-weight: bold;
}
h3,
caption {
  font-size: 113.33333333%;
}
h4,
h5,
h6 {
  font-size: 100%;
}
.gridcont {
  margin: 1.25em 0;
}
.gridcont .gridTable {
  margin-bottom: 0.5em;
}
/* FONTS */
.bold {
  font-weight: bold;
}
.thin {
  font-weight: normal;
}
.extrasmall,
.small,
small {
  font-size: 80%;
}
.extrasmall .decrement,
.small .decrement,
small .decrement,
.extrasmall .increment,
.small .increment,
small .increment {
  font-size: 100%;
}
.big {
  font-size: 120%;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vcenter {
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.green {
  color: #4f8700;
}
.orange {
  color: #ff7500;
}
.green-lt {
  color: #71b756;
}
.red {
  color: #e9473f;
}
.grey {
  color: #666;
}
.black {
  color: #333;
}
/* RESET */
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.reset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.reset > li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  position: static;
}
.reset > li:before {
  display: none;
  position: static;
  top: auto;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
}
table.reset {
  border-spacing: 0;
}
table.reset,
table.reset td,
table.reset th,
table.reset thead th {
  width: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: inherit;
}
table.reset tr:nth-child(even) th,
table.reset tr:nth-child(even) td {
  background: none;
}
.js.disable-transition,
.js.disable-transition * {
  transition: none !important;
}
/* MISC */
.out {
  position: absolute;
  left: -10000px;
  top: auto;
}
.vhide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.l {
  float: left;
}
.r {
  float: right;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.print-only,
.no-js .js-only,
.js .js-hide,
.hidden {
  display: none;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.with-help {
  border-bottom: dotted 1px #d6d2ce;
  cursor: help;
}
::-moz-selection {
  background: #e9473f;
  color: #fff;
}
::selection {
  background: #e9473f;
  color: #fff;
}
::-moz-selection {
  background: #e9473f;
  display: block;
  color: #fff;
}
/* PARAGRAPH */
p {
  line-height: 1.85714286;
  margin: 0 0 1em;
}
hr {
  padding: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  overflow: hidden;
}
pre {
  text-align: left;
}
em {
  font-family: 'Work Sans','Work Sans-fallback','Arial',sans-serif;
}
strong {
  font-weight: bold;
}
abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted black;
}
/* ANCHOR */
a {
  transition: color 300ms ease;
  color: #e9473f;
  text-decoration: underline;
  outline: none;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:not(.btn-ico)[class*="ico-"]:before {
  color: #65615d;
}
/* LIST */
ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
}
ul ul {
  margin: 0.65em 0 0;
}
ul li {
  position: relative;
  margin: 0 0 0.75em 0.5em;
  padding: 0 0 0 14px;
  line-height: 1.85714286;
  list-style: none;
}
ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 9px;
  color: #e9473f;
}
ul.plain li {
  padding: 0;
}
ul.plain li:before {
  display: none;
  padding-left: 0;
}
ul.plain li .bar {
  width: 15px;
  margin: 8px 8px 0 0;
}
ol {
  margin: 0 0 1em;
  padding: 0 0 0 20px;
}
ol li {
  margin: 0 0 0.75em 1em;
}
/* IMAGES */
img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  font: normal 12px/1.4 'Work Sans','Work Sans-fallback','Arial',sans-serif;
  text-decoration: none;
  color: #2d2d2c;
  text-align: left;
}
img:before {
  display: inline-block;
  line-height: 1.4;
}
img.left {
  float: left;
  margin: 0 25px 25px 0;
}
img.right {
  float: right;
  margin: 0 0 25px 25px;
}
img.center {
  display: block;
  margin: 0 auto;
}
/* TABLE */
.responsive-table {
  width: 100%;
  overflow-y: visible;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  margin: 0 0 1.25em 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 100%;
  line-height: inherit;
}
th,
td {
  padding: 5px;
  border: solid #eeeae5;
  border-width: 1px 0;
  color: #2d2d2c;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
th.border-left,
td.border-left {
  border-left-width: 1px;
}
th.border-right,
td.border-right {
  border-right-width: 1px;
}
th {
  padding-top: 11px;
  padding-bottom: 8px;
  background: #eeeae5;
  font-weight: bold;
}
.fm-box th {
  background: #dad1c6;
}
.fm-box table table th {
  background: #eeeae5;
}
td {
  background: #fff;
  border-color: #d6d2ce;
  transition: background-color 300ms ease;
}
td.padded {
  padding: 5px 15px;
}
@media (min-width: 590px) {
  td.padded {
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  td.padded {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (min-width: 960px) {
  td.padded {
    padding-left: 75px;
  }
}
tr:hover > td {
  background: #fafafa;
}
.js-table-collapsable.ca-expanded > tr > td {
  border-width: 0;
}
.js-table-collapsable .ca-tr-box > td {
  box-shadow: 0 -3px 0 0 #eeeae5 inset;
}
tr.no-hover:hover > td {
  background: #fff;
}
/* Výkaz */
table.gridTable {
  min-width: 1200px;
  margin: 0 0 15px !important;
  clear: both;
}
table.gridTable th,
table.gridTable td {
  padding-left: 5px;
  padding-right: 5px;
  overflow: visible;
}
table.gridTable th {
  text-align: left;
  white-space: nowrap;
}
table.gridTable th.th-time {
  padding-left: 10px;
}
table.gridTable th:first-child {
  padding-left: 15px;
}
table.gridTable th.center {
  text-align: center;
}
table.gridTable th.right {
  text-align: right;
}
table.gridTable td {
  padding-top: 7px;
  padding-bottom: 7px;
  transition: background-color 300ms ease,border-color 300ms ease,color 300ms ease;
}
table.gridTable td:first-child {
  padding-left: 10px;
}
table.gridTable tr.new td .value {
  color: #125f8c;
}
table.gridTable tr.unpaid td,
table.gridTable tr.empty td {
  color: rgba(45, 45, 44, 0.5);
}
table.gridTable tr.success td {
  background: #f6fbdc;
}
table.gridTable tr.success td .value {
  color: #4f8700;
}
table.gridTable tr.deleted td .value {
  color: #65615d;
  text-decoration: line-through;
}
table.gridTable tr td.modified .value {
  color: #e9473f;
}
table.gridTable tr:hover td.active,
table.gridTable tr td.active {
  background: #d6d2ce;
  font-weight: bold;
}
table.gridTable tr:hover td {
  background: #f7f5f2;
}
table.gridTable tr:hover td:hover .value {
  text-decoration: underline;
}
table.gridTable .value {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
}
table.gridTable .inp-text {
  position: relative;
  left: -4px;
  vertical-align: top;
}
table.gridTable .inp-time {
  display: inline-block;
  width: 3em;
  min-width: 0 !important;
  padding: 0 7px 0 5px;
  margin: 0 -0.39em 0 0;
}
table.gridTable .inp-time input {
  left: -5px;
  width: calc(100% + 2 * 5px);
  padding: 0 4px 0 4px;
}
table.gridTable .inp-time.value {
  line-height: 30px;
}
table.gridTable .inp-time.hidden,
table.gridTable .value.hidden {
  display: none;
}
table.gridTable .ico-time {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
table.gridTable .readonly {
  color: #8f8f8f !important;
}
table.gridTable td.readonly.active {
  color: #2d2d2c !important;
}
table.gridTable .readonly:hover .value {
  text-decoration: none !important;
}
table.gridTable caption {
  margin-top: 0;
}
.table-layout-fixed {
  table-layout: fixed;
}
/* Datagrid na ostatních tabulkách */
.datagrid {
  /* :) */
}
.datagrid hr {
  margin: 0;
}
.datagrid thead {
  position: relative;
  z-index: 1001;
}
.datagrid .text-left {
  text-align: left;
}
.datagrid .text-center {
  text-align: center;
}
.datagrid .text-right {
  text-align: right;
}
.datagrid .inp-text {
  max-width: 200px;
}
.datagrid .input-group {
  display: flex;
}
.datagrid .input-group .inp-text {
  flex: 1;
}
.datagrid .input-group .input-group-addon {
  flex: 0 0 auto;
  padding: 0 5px;
}
.datagrid .col-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.datagrid .col-action {
  width: 180px;
  white-space: nowrap;
  text-align: right;
}
.datagrid .col-per-page .inp-text {
  width: calc(2em + 2px + 3px + 35px);
}
.datagrid .btn.active {
  background: #2d2d2c;
  color: #fff;
}
@media (max-width: 767px) {
  .datagrid table {
    display: block;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .datagrid th,
  .datagrid td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.datagrid-themeGrid table {
  table-layout: fixed;
}
.datagrid-themeGrid .col-title {
  width: 25%;
}
.datagrid-themeGrid .col-company {
  width: 20%;
}
.datagrid-themeGrid .col-description {
  width: 20%;
}
.datagrid-themeGrid .col-hoursSum {
  width: 11%;
}
.datagrid-themeGrid .col-timeEstimate {
  width: 11%;
}
.datagrid-themeGrid .col-archived {
  width: 11%;
}
.datagrid-gitHubIssueGrid table {
  table-layout: fixed;
}
.datagrid-gitHubIssueGrid .col-repository {
  width: 20%;
}
.datagrid-gitHubIssueGrid .col-number {
  width: 11%;
}
.datagrid-gitHubIssueGrid .col-title {
  width: 25%;
}
.datagrid-gitHubIssueGrid .col-timeEstimate {
  width: 11%;
}
#tracy-debug li:before {
  display: none;
}
.js .ca-expanded .ca-box,
.js .ca-default-expanded .ca-box {
  display: block;
}
.js .ca-expanded .ca-control-collapse,
.js .ca-default-expanded .ca-control-collapse {
  display: inline;
}
.js .ca-expanded .ca-control-expand,
.js .ca-default-expanded .ca-control-expand {
  display: none;
}
.js .ca-expanded .btn .ca-control-collapse,
.js .ca-default-expanded .btn .ca-control-collapse {
  display: inline-block;
}
.js .ca-expanded .btn .ca-control-expand,
.js .ca-default-expanded .btn .ca-control-expand {
  display: none;
}
.js .ca-box,
.js .ca-collapsed .ca-box {
  display: none;
}
.js .ca-control-collapse,
.js .ca-collapsed .ca-control-collapse {
  display: none;
}
.js .ca-control-expand,
.js .ca-collapsed .ca-control-expand {
  display: inline;
}
.js .btn .ca-control-collapse,
.js .ca-collapsed .btn .ca-control-collapse {
  display: none;
}
.js .btn .ca-control-expand,
.js .ca-collapsed .btn .ca-control-expand {
  display: inline-block;
}
.ca-ico {
  margin: 0 0.5em 0 0;
  font-size: 13px;
  vertical-align: baseline;
}
.ca-ico:before {
  content: "↓";
  transition: transform 300ms ease;
}
.ca-expanded .ca-ico:before {
  transform: rotate(-180deg);
}
.csstransforms3d .ca-expanded .ca-ico:before {
  transform: rotateX(180deg);
}
.no-js .collapsable .ca-control {
  display: none;
}
/* Project specific */
@media (min-width: 768px) {
  .collapsable\@w768-max .ca-control {
    display: none !important;
  }
  .collapsable\@w768-max .ca-box {
    position: relative !important;
    top: 0 !important;
    opacity: 1 !important;
    display: block !important;
  }
}
.js .collapsable:not(.js-collapsable-accordion__collapsable) .ca-box {
  top: 0;
  transition: opacity 300ms ease;
}
.js .collapsable:not(.js-collapsable-accordion__collapsable).ca-expanded .ca-box,
.js .collapsable:not(.js-collapsable-accordion__collapsable).ca-default-expanded .ca-box {
  position: relative;
  top: 0;
  opacity: 1;
}
.js .collapsable:not(.js-collapsable-accordion__collapsable) .ca-box,
.js .collapsable:not(.js-collapsable-accordion__collapsable).ca-collapsed .ca-box {
  position: absolute;
  top: -10000px;
  display: block;
  opacity: 0;
}
.js .js-table-collapsable .ca-ico {
  margin-right: 0;
}
.js .js-table-collapsable tr.ca-tr-box {
  transition: opacity 300ms ease;
}
.js .js-table-collapsable.ca-expanded tr.ca-tr-box,
.js .js-table-collapsable.ca-default-expanded tr.ca-tr-box {
  position: static;
  top: 0;
  opacity: 1;
}
.js .js-table-collapsable tr.ca-tr-box,
.js .js-table-collapsable.ca-collapsed tr.ca-tr-box {
  position: absolute;
  top: -10000px;
  opacity: 0;
}
.collapsable--filter {
  margin: 0 0 15px;
}
.collapsable--filter .ca-control {
  margin: 0;
  border: solid #eeeae5;
  border-width: 0 1px;
  font-size: 100%;
  background: #eeeae5;
}
.collapsable--filter .ca-control a {
  display: block;
  padding: 10px;
  color: #2d2d2c;
  text-decoration: none;
}
.collapsable--filter .ca-control a:before {
  width: 22px;
  margin: -2px 0.5em 0 0;
  text-align: center;
}
.collapsable--filter .ca-box {
  padding: 10px;
  border: 1px solid #eeeae5;
}
:root {
  --pdbox-closing-duration: 200ms;
}
.pdbox-open {
  overflow: hidden;
}
.pdbox-open--scrollbar-offset {
  margin-right: var(--pdbox-scrollbar-width, 0);
}
.pdbox-open--scrollbar-offset .pdbox__window {
  overflow-y: scroll;
}
.pdbox__window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 502;
  overflow: auto;
  line-height: 100vh;
  text-align: center;
}
.pdbox__window--scrollbar-offset {
  margin-left: var(--pdbox-scrollbar-width, 0);
}
@media (min-width: 590px) {
  .pdbox__window {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .pdbox__window {
    padding: 0 20px;
  }
}
@media (min-width: 960px) {
  .pdbox__window {
    padding: 0 30px;
  }
}
.pdbox__content,
.pdbox__overlay {
  -webkit-animation: pdbox__open forwards 200ms ease-out;
          animation: pdbox__open forwards 200ms ease-out;
}
.pdbox__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 501;
  padding: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 0.54;
  transform: translateZ(0);
  -webkit-animation-name: pdbox__open--overlay;
          animation-name: pdbox__open--overlay;
}
.pdbox__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 200ms,opacity 200ms ease;
}
.pdbox__spinner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  font-size: 32px;
  border: 1/8em solid transparent;
  border-top-color: #e9473f;
  border-radius: 50%;
  content: "";
  -webkit-animation: pdbox__spinner 2s linear infinite;
          animation: pdbox__spinner 2s linear infinite;
}
.pdbox__content {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  min-height: 25vh;
  margin: 40px auto;
  background: #fff;
  transform: translateZ(0);
  vertical-align: middle;
  line-height: 1.85714286;
}
.pdbox__media-box {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 10px 15px;
  overflow: hidden;
  text-align: center;
}
.pdbox__media-box:before {
  display: block;
  height: 0;
  padding-top: 1080/1920*100%;
  content: "";
}
@media (min-width: 768px) {
  .pdbox__media-box {
    margin: 0 20px 20px;
  }
}
@media (min-width: 960px) {
  .pdbox__media-box {
    margin: 0 30px 30px;
  }
}
.pdbox__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  padding: 0;
  border: none;
}
.pdbox__desc {
  padding: 10px;
  margin: 0;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pdbox__desc {
    padding: 20px;
  }
}
.pdbox__pager {
  position: relative;
  margin: 10px;
  text-align: center;
}
.pdbox__page {
  color: #e9473f;
}
.pdbox__page--disabled {
  color: #bbb;
  text-decoration: none;
  cursor: default;
}
.pdbox__pages-summary {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.pdbox__pager--thumbnails {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.pdbox__thumbnail-list {
  padding: 0;
  margin: 1em 10px;
  list-style: none;
}
.pdbox__thumbnail-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.pdbox__thumbnail-link {
  display: block;
}
.pdbox__thumbnail {
  vertical-align: top;
}
.pdbox__close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 3;
  width: 0;
  height: 0;
  padding: 40px 0 0 40px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  font: 14px/40px 'Work Sans','Work Sans-fallback','Arial',sans-serif;
  text-decoration: none;
}
.pdbox__close,
.pdbox__close:hover {
  color: #fff;
}
.pdbox__close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  content: '×';
}
.pdbox--inner .pdbox__window {
  z-index: 504;
}
.pdbox--inner .pdbox__overlay {
  z-index: 503;
}
.pdbox--loading .pdbox__spinner {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.pdbox--closing .pdbox__content,
.pdbox--closing .pdbox__overlay {
  -webkit-animation-duration: var(--pdbox-closing-duration, 0ms);
          animation-duration: var(--pdbox-closing-duration, 0ms);
}
.pdbox--closing .pdbox__content {
  -webkit-animation-name: pdbox__close;
          animation-name: pdbox__close;
}
.pdbox--closing .pdbox__overlay {
  -webkit-animation-name: pdbox__close--overlay;
          animation-name: pdbox__close--overlay;
}
.pdbox .ajax-loader,
.pdbox .ajax-overlay {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0ms linear 300ms,opacity 300ms ease;
}
.pdbox--loading .ajax-loader,
.pdbox--loading .ajax-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@-webkit-keyframes pdbox__spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pdbox__spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pdbox__open {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes pdbox__open {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pdbox__close {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes pdbox__close {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes pdbox__open--overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.54;
  }
}
@keyframes pdbox__open--overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.54;
  }
}
@-webkit-keyframes pdbox__close--overlay {
  0% {
    opacity: 0.54;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pdbox__close--overlay {
  0% {
    opacity: 0.54;
  }
  100% {
    opacity: 0;
  }
}
/* Project specific */
.pdbox__window #statusbar,
.pdbox__window #main {
  padding: 0;
  min-height: 0;
  max-width: none;
}
.pdbox__window #statusbar .info-message:first-child,
.pdbox__window #statusbar .error-message:first-child,
.pdbox__window #statusbar .ok-message:first-child {
  margin-top: 0;
}
.pdbox-issue-overview .col-main,
.pdbox-issue-overview .col-side {
  width: 48.5%;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  font-size: 32px;
  content: "";
}
.spinner__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner__svg--shadow {
  filter: drop-shadow(8px 9px 41px rgba(30, 31, 28, 0.5));
}
.spinner__svg--stroke {
  z-index: 1;
}
.spinner__fill {
  fill: #fff;
}
.spinner__stroke {
  fill: none;
  stroke: #e9473f;
  stroke-width: 2px;
  stroke-dasharray: 125 108;
  -webkit-animation: 1500ms spinner ease infinite;
          animation: 1500ms spinner ease infinite;
}
.ajax-spinner--l .spinner {
  font-size: 64px;
}
@-webkit-keyframes spinner {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 125 108;
  }
  50% {
    stroke-dashoffset: -125;
    stroke-dasharray: 108 125;
  }
  100% {
    stroke-dashoffset: -233;
    stroke-dasharray: 125 108;
  }
}
@keyframes spinner {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 125 108;
  }
  50% {
    stroke-dashoffset: -125;
    stroke-dasharray: 108 125;
  }
  100% {
    stroke-dashoffset: -233;
    stroke-dasharray: 125 108;
  }
}
#nprogress {
  position: relative;
  z-index: 1031;
}
#nprogress .bar {
  background: #fff;
  box-shadow: 0 0 5px 0 #fff;
  min-height: 0;
}
#nprogress .peg {
  box-shadow: 0 0 10px 4px #fff;
}
#nprogress .spinner {
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}
#nprogress .spinner-icon {
  border-top-color: #fff;
  border-left-color: #fff;
}
.ui-widget {
  z-index: 503 !important;
  background: #fff;
  border: 1px solid #eeeae5;
}
.ui-widget table {
  font-size: 100%;
}
.ui-state-default {
  border: 1px solid #eeeae5;
  transition: background 300ms ease,color 300ms ease,border 300ms ease;
}
.ui-state-highlight {
  background: #f7f5f2;
}
.ui-state-hover {
  background: #eeeae5;
}
.ui-state-active {
  background: #e9473f;
  border-color: #e9473f;
  color: #fff;
}
.ui-datepicker {
  padding: 0;
  box-shadow: 8px 9px 41px 0 rgba(30, 31, 28, 0.25);
}
.ui-datepicker .ui-datepicker-header {
  padding: 3px 0 3px;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  background: #e9473f;
  color: #fff;
}
.ui-datepicker tr:hover td {
  background: inherit;
}
.ui-datepicker tr:first-child td {
  padding-top: 3px;
}
.ui-datepicker tr:last-child td {
  padding-bottom: 3px;
}
.ui-datepicker td:first-child {
  padding-left: 3px;
}
.ui-datepicker td:last-child {
  padding-right: 3px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 3px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 3px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 3px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  border: 0;
  cursor: pointer;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 100%;
  color: inherit;
}
.pd-box-open .ui-datepicker {
  z-index: 1003 !important;
}
/**
 * Utilities
 */
.u-m-0 {
  margin: 0 !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-py-10 {
  padding-block: 10px !important;
}
.u-maw-none {
  max-width: none !important;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
button,
input,
select,
textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font-size: 1rem;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}
[type="submit"]:focus {
  outline: none;
}
/**
 * 1. Odstranění tlačítek +- ve FireFoxu
 * 2. Odstranění vnitřního stínu v Safari (kvůli iOS 10 nesmí být textfield)
 */
[type="number"] {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-appearance: textfield;
  /* 1 */
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  /* 2 */
}
/**
 * 1. Odstranění křížku pro smazání a kulatých rohů v Safari (kvůli iOS 10 nesmí být textfield)
 */
[type="search"] {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 1. Odstranění +- v Chromu
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  /* 1 */
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
/**
 * 1. Odstraní šipku pro rozbalení v Chrome a FF (pomocí Autoprefixeru)
 * 2. Odstraní šipku pro rozbalení v IE/Edge
 * 3. Odstraní tečkovaný okraj ve FF kolem option při focusu klávesnicí
 */
select.inp-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 1 */
  text-overflow: ellipsis;
}
select.inp-text::-ms-expand {
  display: none;
  /* 2 */
}
select.inp-text:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2d2d2c;
  /* 3 */
}
.btn-submit,
.btn-delete {
  padding: 3px 13px;
  overflow: visible;
  _width: 0;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  min-height: 30px;
  padding: 0 15px;
  background: #e9473f;
  border: 1px solid transparent;
  border-radius: 0;
  font: normal normal 15px/1.25 'Work Sans','Work Sans-fallback','Arial',sans-serif;
  text-align: center;
  color: #fff;
  vertical-align: top;
  text-decoration: none;
  transition: background-color 300ms ease;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  outline: none;
  background-color: #2d2d2c;
  text-decoration: none;
}
.btn br {
  display: none;
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 28px;
  padding: 5px 0;
  -webkit-padding-before: 5.5px;
  -webkit-padding-after: 4.5px;
  text-align: center;
}
.btn + .or {
  display: block;
  margin-top: 1em;
  overflow: hidden;
  font-size: 100%;
}
.or + .btn {
  margin-top: 1em;
}
input.btn {
  height: 30px;
  -webkit-padding-before: 1px;
}
.btn-xs {
  padding: 0 10px;
}
.btn.disabled {
  background: #eeeae5;
  border-color: #c6b8a7;
  color: #c6b8a7;
}
.btn-github {
  background: #fff;
  color: #2d2d2c;
}
.btn-github span:before {
  margin-bottom: 0;
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active {
  color: #000;
  background-color: #d6d2ce;
}
.btn [class*="ico-"]:before {
  color: inherit;
  margin: 0 0.74em 0 0;
}
.btn-ico-list {
  display: inline-flex;
  flex-flow: row nowrap;
  vertical-align: top;
}
.btn-ico-list .btn + .btn {
  margin-left: 2px;
}
.btn-ico {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 28px 0 0 28px;
  overflow: hidden;
  background: #eeeae5;
  border-color: #d6d2ce;
  color: #e9473f;
}
.btn-ico span {
  display: none;
}
.btn-ico:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  height: 100%;
  line-height: 28px;
  font-size: 18px;
}
.btn-ico:hover,
.btn-ico:focus,
.btn-ico:active {
  background: #d6d2ce;
  color: #e9473f;
}
.btn-ico.ico-arr-left:before,
.btn-ico.ui-datepicker-prev:before {
  right: 2px;
}
.btn-ico.ico-arr-right:before,
.btn-icoul li:before,
.btn-ico.ui-datepicker-next:before {
  left: 2px;
}
.btn-ico.ico-arr-down:before {
  top: 1px;
  left: 1px;
}
.btn-ico.ico-clipboard:before {
  font-size: 21px;
  top: 1px;
  left: 3px;
}
.btn-ico.ico-github:before,
.btn-ico.btn-github span:before {
  font-size: 20px;
}
.btn-ico.ico-import-repo:before {
  font-size: 20px;
  left: 2px;
}
.btn-ico.ico-vacation:before {
  font-size: 20px;
}
.btn-ico.ico-export[data-ico-text]:before,
.btn-ico.ico-export-m:before,
.btn-ico.ico-export-p:before,
.btn-ico.ico-export-k:before {
  left: 1px;
}
.btn-ico.ico-export[data-ico-text]:after,
.btn-ico.ico-export-m:after,
.btn-ico.ico-export-p:after,
.btn-ico.ico-export-k:after {
  position: absolute;
  bottom: 1px;
  right: 2px;
  line-height: 1;
  font-size: 12px;
  text-shadow: -1px -1px 0 #eeeae5,-1px 0 0 #eeeae5,0 -1px 0 #eeeae5,1px 1px 0 #eeeae5,1px 0 0 #eeeae5,0 1px 0 #eeeae5;
}
.btn--vacation {
  display: block;
  border: 0;
  width: calc(100% + 14px);
  padding: 38px 0 0 38px;
  margin: -5px -7px;
  background: #d9ead3;
  color: #fff !important;
  max-width: none;
  transition: background 300ms ease-in-out;
}
.btn--vacation:before {
  line-height: 38px;
}
.btn--vacation:hover,
.btn--vacation:focus-visible {
  background: #c4debb;
}
/* PLACEHOLDER */
/* INPUT */
.inp-text {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 0 3px;
  margin: 0;
  border: 1px solid #d6d2ce;
  background: #fff;
  background-clip: padding-box;
  box-shadow: none;
  outline: none;
  color: #2d2d2c;
  font: normal 15px/1.85714286 'Work Sans','Work Sans-fallback','Arial',sans-serif;
  vertical-align: top;
  transition: border-color 300ms ease;
}
.inp-text::-moz-placeholder {
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  color: #aaa;
  text-overflow: ellipsis;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}
.inp-text:-ms-input-placeholder {
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  color: #aaa;
  text-overflow: ellipsis;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
.inp-text::placeholder {
  max-width: 100%;
  overflow: hidden;
  opacity: 1;
  color: #aaa;
  text-overflow: ellipsis;
  transition: color 300ms ease;
}
.inp-text:focus::-moz-placeholder {
  color: #aaa;
}
.inp-text:focus:-ms-input-placeholder {
  color: #aaa;
}
.inp-text:focus::placeholder {
  color: #aaa;
}
.inp-text:invalid {
  box-shadow: none;
}
.inp-text:focus {
  border-color: #1e1f1c;
  font-size: 15px;
}
.inp-text:disabled,
.inp-text.disabled {
  border-color: #d6d2ce;
  background-color: #f7f5f2;
}
select.inp-text {
  padding-right: 35px;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJBAMAAAAbVLtZAAAAJ1BMVEUAAAAmJiYfHx0fHx0iIh4jKiMfHx0fHx0eIh4eIh4gICAiIh0fHxyCj83HAAAADXRSTlMACJyTIRKCakxDNzS9NFuk1gAAADhJREFUCNdjmMAABECyAkRxFDCwbQDS24DYhIGBxQBICwUwBAkAaVZFRlWwWmdmBzDNdYoBAkCyABmWBl+9Yq+dAAAAAElFTkSuQmCC') calc(100% - 10px) 53% no-repeat;
  text-overflow: ellipsis;
}
.ie9 select.inp-text {
  padding-right: 0;
  background: #fff;
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
  select.inp-text {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAMAAAByxz6RAAAAS1BMVEUAAAAfIB0hJCEpKR8eHx0eHx0fIBwfHx0fHxweIB0eIB0fIR0fIRwgIB0gIB0jIyMgICAzMzMfIBwfHx0fHx0hIRwgICAhISEeIB3tAIv/AAAAGXRSTlMA8B4S0+XZxLyqoYxsT0YOCAXpgmI2MC/Klh60hwAAAHlJREFUGNN9j0kSgCAMBBPEXXBf/v9SywIcIxR9YVJ9oSnDZSmJ1WT4SJmDDdFQqtiocnieXo9/M+rejbaZpZmb1q+p7qTq6inMolq/Zq0KHGrZcGyL+NfO9g3inQSGTzdONtK4PAQBn4cgEPJ8EECeDwLIQ1DkYPLcl+QDgzcYeGkAAAAASUVORK5CYII=');
    background-size: 13px;
  }
}
textarea.inp-text {
  display: block;
  max-width: none;
  height: auto;
  min-height: 139.28571429px;
  padding-top: calc(30px / 2 - 27.85714286px / 2);
  padding-bottom: calc(30px / 2 - 27.85714286px / 2);
}
/* DATEPICKER HOLDER */
.week-picker-holder {
  display: inline-block;
  width: 10em;
}
.date-picker-holder {
  position: relative;
  display: inline-block;
  width: 9em;
}
.date-picker-holder .inp-text {
  position: relative;
  padding-right: 24px;
  transition: border-color 300ms ease,z-index 0ms linear 300ms;
}
.date-picker-holder .inp-text:focus {
  z-index: 1;
  transition-delay: 0ms;
}
.date-picker-holder:before {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 2;
  margin: -9px 0 0;
  font-size: 17px;
  color: #e9473f;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0.5em -1px 0;
}
/* MESSAGES */
.error-message,
.ok-message,
.info-message {
  padding: 11px 10px 8px;
  margin: 1em 0;
  font-size: 93.33333333%;
  font-weight: normal;
  text-align: left;
}
.info-message {
  color: #125f8c;
  background: #e6f2f9;
}
.ok-message {
  color: #4f8700;
  background: #f6fbdc;
}
.error-message {
  color: #e9473f;
  background: #ffe3db;
}
/* FORM */
.fm-box {
  margin: 15px 0;
  padding: 15px 0 15px 25px;
  background: #eeeae5;
}
.fm-col {
  width: 100%;
}
.fm-spc {
  padding: 0 0 5px 0;
}
.fm-box .fm-spc {
  padding-right: 25px;
}
.required {
  font-weight: bold;
}
.error {
  color: #e9473f;
  font-weight: normal;
}
#login-form {
  max-width: 325px;
  margin: 5% auto;
  text-align: left;
}
#login-form .fm-box {
  padding: 15px 10px 15px 25px;
}
#login-form .fm-spc {
  padding-right: 15px;
}
#login-form .btn {
  width: 100%;
}
#login-form .btn span {
  min-height: 50px;
}
#login-form .btn-github span:before {
  font-size: 26px;
}
#login-form .inp-text {
  height: 35px;
}
/* AJAX */
.ajax-wrap {
  position: relative;
}
.ajax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  background: #fff;
  -webkit-animation: fadeIn75 100ms ease 1 both;
          animation: fadeIn75 100ms ease 1 both;
}
.ajax-loader {
  z-index: 51;
  -webkit-animation: fadeIn 100ms ease 1 both;
          animation: fadeIn 100ms ease 1 both;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .ajax-spinner--sticky {
    min-height: 150px;
  }
  .ajax-spinner--sticky > .ajax-loader-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ajax-spinner--sticky > .ajax-loader-wrap > .ajax-loader {
    position: -webkit-sticky;
    position: sticky;
    top: calc(75px - 0.5em);
    bottom: 75px;
    left: calc(50% - 0.5em);
    display: block;
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn75 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes fadeIn75 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
/* LAYOUT */
body {
  background: #fff;
}
#page-wrap {
  width: 100%;
  overflow: hidden;
}
#header .in,
#footer .in,
#statusbar,
#breadcrumb .in,
#main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
#main {
  padding: 10px;
  background: #fff;
  transform: translateZ(0);
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
@media (max-width: 767px) {
  .w-half {
    width: 100%;
  }
}
#web {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  z-index: 1000;
}
#web.dev {
  background: #ff7500;
}
#web.beta {
  background: red;
}
@media (min-width: 768px) {
  #web {
    width: 10px;
  }
}
@media (min-width: 768px) {
  #header .in,
  #footer .in,
  #breadcrumb .in,
  #main {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main {
    min-height: 400px;
  }
  .col-main {
    width: 70%;
    float: left;
  }
  .col-side {
    width: 27%;
    float: right;
    position: relative;
  }
  #main.full-width {
    max-width: none;
  }
  #main.single-col .col-main,
  .single-col .col-main {
    width: 100%;
  }
  #main.single-col .col-side,
  .single-col .col-side {
    display: none;
  }
}
@media (min-width: 1200px) {
  #header .in,
  #footer .in,
  #breadcrumb .in,
  #main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header {
  position: relative;
  z-index: 10;
  background: #e9473f;
  padding: 0 0 45px;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header.slim {
  padding: 0;
}
@media (min-width: 768px) {
  #header {
    padding: 0;
  }
}
#logo {
  position: relative;
  z-index: 1;
  margin: 0;
}
#logo a {
  display: block;
  width: 97.5px;
  height: 42.75px;
  padding: 9px 0 6px;
  margin: 0 auto;
}
#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.slim #logo a {
  padding: 5px 0;
}
@media (min-width: 768px) {
  #logo {
    float: left;
    padding: 15px 0 10px;
  }
  #logo a {
    width: 130px;
    height: 57px;
    padding: 0;
    margin: 0;
  }
  .slim #logo {
    padding-bottom: 15px;
  }
  .slim #logo a {
    padding: 0;
  }
}
#main-menu {
  margin-bottom: 0;
  clear: both;
}
@media (max-width: 767px) {
  #main-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 103px;
    background: #e9473f;
  }
  #main-menu h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 100%;
  }
  #main-menu h2 a {
    display: block;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    transition: background-color 300ms ease;
  }
  #main-menu h2 a .ico-hamburger {
    vertical-align: middle;
    margin: 0 0.3em 4px 0;
  }
  #main-menu ul {
    position: absolute;
    left: 0;
    right: 0;
    top: -10000px;
    z-index: -1;
    padding: 1em 0;
    background: #1e1f1c;
    opacity: 0;
    visibility: hidden;
    text-align: center;
  }
  #main-menu ul a {
    display: block;
    padding: 1em 10px;
    color: #fff;
    font-size: 106.66666667%;
    font-family: 'Work Sans','Work Sans-fallback','Arial',sans-serif;
    text-decoration: none;
  }
  #main-menu ul .active a {
    text-decoration: underline;
  }
  #main-menu.ca-expanded h2 a {
    background: #1e1f1c;
  }
  #main-menu.ca-expanded ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  #main-menu ul {
    transform: translate3D(0, -80%, 0);
    transition: transform 300ms ease 0ms,opacity 300ms ease 0ms,visibility 0s linear 300ms,top 0s linear 300ms;
  }
  #main-menu.ca-expanded ul {
    transform: translate3D(0, 0, 0);
    transition-delay: 0ms;
  }
}
@media (min-width: 768px) {
  #main-menu h2 {
    display: none;
  }
  #main-menu ul {
    float: left;
  }
  #main-menu li {
    float: left;
    margin-left: 5px;
  }
  #main-menu li:first-child {
    margin-left: 0;
  }
  #main-menu a {
    display: block;
    padding: 10px 25px;
    background: transparent;
    text-decoration: none;
    color: #fff;
    transition: background-color 300ms ease,color 300ms ease;
  }
  #main-menu .active a,
  #main-menu .active a:hover {
    color: #1e1f1c;
    background: #eeeae5;
  }
  #main-menu a:hover {
    background: rgba(238, 234, 229, 0.3);
  }
}
#breadcrumb {
  padding: 18px 0 17px;
  background: #eeeae5;
}
#toolbar {
  background: #eeeae5;
  padding: 0 5px;
}
#toolbar:before,
#toolbar:after {
  content: " ";
  display: table;
}
#toolbar:after {
  clear: both;
}
@media (min-width: 768px) {
  #toolbar {
    padding: 0 14px;
  }
}
@media (min-width: 1200px) {
  #toolbar {
    padding: 0 19px;
  }
}
.toolbar {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
}
.toolbar__item {
  flex: 0 0 auto;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.toolbar__item.toolbar__item--calendar {
  width: calc(100% - 10px);
  margin: 5px 5px 0;
  padding: 10px 0 0;
  border-top: 1px solid #d6d2ce;
}
@media (min-width: 590px) {
  .toolbar__item {
    width: 100%/3;
  }
}
@media (min-width: 768px) {
  .toolbar__item {
    flex: 1;
    width: auto;
    padding: 1px;
  }
  .toolbar__item.toolbar__item--calendar {
    flex: 0 0 auto;
    width: calc(100% - 2px);
    margin: 10px 1px 0;
  }
}
@media (min-width: 1200px) {
  .toolbar {
    justify-content: flex-start;
  }
  .toolbar__item {
    width: 12%;
    max-width: 225px;
  }
  .toolbar__item,
  .toolbar__item.toolbar__item--calendar {
    flex: 0 1 auto;
  }
  .toolbar__item.toolbar__item--calendar {
    width: auto;
    max-width: none;
    margin: 0 1px 0 auto;
    padding: 0;
    border: 0;
  }
}
.calendar__links {
  display: flex;
  margin: 0 0 5px;
  justify-content: space-evenly;
}
.calendar__link {
  line-height: 2;
  margin: 0 5px;
}
.calendar__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar__inputs > * {
  margin: 0 1px;
}
.calendar__inputs > :first-child {
  margin-left: 0;
}
.calendar__inputs > :last-child {
  margin-right: 0;
}
.calendar__date-picker-holder {
  width: auto;
  flex: 1 1 auto;
  margin: 0 -1px 0 0;
}
.calendar__date-picker-holder--last {
  margin-right: 4px;
}
@media (min-width: 590px) {
  .calendar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calendar__links {
    margin: 0 5px;
  }
  .calendar__date-picker-holder {
    width: 8em;
  }
}
@media (min-width: 1200px) {
  .calendar__link {
    font-size: 86.66666667%;
  }
}
#user-info {
  position: absolute;
  top: auto;
  right: 5px;
  display: flex;
  margin: 2px 0 0;
  white-space: nowrap;
}
#user-info [class*="ico-"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 22px;
  line-height: 1;
  color: inherit;
}
#user-info a {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 40px 0 0 40px;
  margin: 0 0 0 3px;
  overflow: hidden;
  color: #fff;
  letter-spacing: normal;
  line-height: 40px;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  transition: background-color 300ms ease,color 300ms ease;
}
#user-info a span {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 10px;
  min-width: 1em;
  height: 1.5em;
  padding: 0 0.25em;
  background: #fff;
  border-radius: 50%;
  color: #e9473f;
  line-height: 1.5;
  transition: background-color 300ms ease,color 300ms ease;
}
#user-info a:first-child {
  margin: 0;
}
#user-info a:hover {
  background-color: rgba(238, 234, 229, 0.3);
}
#user-info a.ico-user:before {
  font-size: 20px;
}
#user-info a.ico-warning,
#user-info a.ico-rss {
  overflow: visible;
}
#user-info a.ico-rss:before {
  font-size: 18px;
}
#user-info a.ico-logout:before {
  margin-left: calc(-0.5em + 1px);
}
@media (min-width: 768px) {
  #user-info {
    display: flex;
    top: 19px;
    left: auto;
    right: 15px;
    margin: 0;
  }
  #user-info a {
    padding: 43px 0 0 43px;
    margin: 0 0 0 -1px;
    border: 1px solid #c43c35;
  }
  #user-info a.ico-user {
    width: auto;
    height: 43px;
    padding: 0 10px 0 43px;
    line-height: 44px;
  }
  #user-info a.ico-user:before {
    left: 21px;
  }
}
#user-info .hours-overview {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
#user-info .hours-overview.hidden {
  display: none !important;
}
#user-info .hours-overview .ca-control a:before {
  font-size: 20px;
}
#user-info .hours-overview ul {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 150px;
  padding: 10px;
  margin: 0 0 0 -85px;
  background: #fff;
  box-shadow: 8px 9px 41px 0 rgba(30, 31, 28, 0.25);
  letter-spacing: normal;
}
#user-info .hours-overview ul:before {
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(12px/2) 6px calc(12px/2);
  border-color: transparent transparent #fff transparent;
  content: "";
}
#user-info .hours-overview li {
  height: 32px;
  line-height: 32px;
}
#user-info .hours-overview li span {
  line-height: normal;
  display: inline-block;
}
#user-info .hours-overview li [class*="ico-"] {
  margin: 0 0 6px;
}
#user-info .hours-overview li [class*="ico-"]:before {
  position: static;
  display: inline-block;
  width: 32px;
  margin: 0;
  line-height: 1;
  color: currentColor;
  text-align: center;
}
#user-info .hours-overview li [class*="ico-"]:after {
  font-style: normal;
}
#user-info .hours-overview ul {
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease,visibility 0ms linear 300ms;
}
#user-info .hours-overview.ca-expanded ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
@media (min-width: 1100px) {
  #user-info .hours-overview .ca-control {
    display: none;
  }
  #user-info .hours-overview ul {
    position: static;
    width: auto;
    padding: 1px 0 0;
    margin: 0 17px 0 0;
    background: none;
    box-shadow: none;
    color: #fff;
    line-height: 44px;
  }
  #user-info .hours-overview .red {
    color: #fff;
  }
  #user-info .hours-overview .green {
    color: #fff;
  }
  #user-info .hours-overview ul:before {
    display: none;
  }
  #user-info .hours-overview li {
    display: inline-block;
    margin-right: 15px;
  }
  #user-info .hours-overview ul,
  #user-info .hours-overview.ca-collapsed ul {
    opacity: 1;
    visibility: visible;
  }
}
.bar-wrap-l {
  display: block;
  width: 150px;
  height: 25px;
}
.bar {
  margin-left: -1px;
  background: #125f8c;
  height: 100%;
  min-height: 10px;
  float: left;
  border-left: 1px solid #fff;
}
.increment,
.decrement {
  margin-left: 6px;
  font-size: 80%;
}
.increment {
  color: #00008f;
}
.decrement {
  color: #e9473f;
}
#footer {
  padding: 1em 0;
  margin-top: 1em;
  border-top: 1px solid #eeeae5;
  overflow: hidden;
  font-size: 80%;
}
#footer .in {
  position: static;
}
.today-stats {
  margin: 0 -10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #eeeae5;
}
.today-stats__item {
  margin-right: 3em;
}
.today-stats__item:last-child {
  margin-right: 0;
}
.today-stats__export {
  display: block;
}
@media (min-width: 768px) {
  .today-stats {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .today-stats__stats {
    margin-right: 3em;
  }
  .today-stats__export {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .today-stats {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.table-calendar {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
}
.table-calendar-wrap {
  --header-height: 103px;
  --filter-height: 43px;
  --content-padding-y: 20px;
  --footer-height: 72px;
  overflow-y: scroll;
  overflow-x: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - var(--header-height) - var(--filter-height) - var(--content-padding-y) - var(--footer-height));
}
@media (min-width: 768px) {
  .table-calendar-wrap {
    --header-height: 178px;
    --filter-height: 71px;
  }
}
@media (min-width: 1200px) {
  .table-calendar-wrap {
    --header-height: 130px;
    --filter-height: 50px;
  }
}
.table-calendar th,
.table-calendar td {
  border: 1px solid #d6d2ce;
  width: auto;
  text-overflow: unset;
}
.table-calendar th {
  white-space: nowrap;
}
.table-calendar thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.table-calendar thead th {
  border: 1px solid #d6d2ce;
}
.table-calendar .name {
  width: 15em;
}
.table-calendar .name--no-top {
  border-top: 0;
}
.table-calendar .name--no-bottom {
  border-bottom: 0;
}
.table-calendar .name,
.table-calendar .group__name {
  white-space: nowrap;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-calendar .empty {
  padding-inline: 0;
  border-block-color: transparent;
}
.table-calendar .start {
  border-left: 2px solid #d6d2ce;
}
.table-calendar .vacation {
  background: #d9ead3;
}
.table-calendar .weekend {
  background: #eeeae5;
}
.table-calendar .today {
  position: relative;
  box-shadow: -2px 0 0 0 #e9473f,2px 0 0 0 #e9473f;
  /* vpravo */
}
.table-calendar .today--first {
  box-shadow: -2px 0 0 0 #e9473f,2px 0 0 0 #e9473f,0 -2px 0 0 #e9473f;
  /* shora */
}
.table-calendar .today--last {
  box-shadow: -2px 0 0 0 #e9473f,2px 0 0 0 #e9473f,0 2px 0 0 #e9473f;
  /* zespod */
}
.table-calendar .group--first-row td {
  border-top: 2px solid color-mix(in srgb, #d6d2ce 60%, black 40%);
}
.table-calendar .group--first-row td:first-child {
  border-bottom: 2px solid color-mix(in srgb, #d6d2ce 60%, black 40%);
}
.table-calendar .group--last-row td {
  border-bottom: 2px solid color-mix(in srgb, #d6d2ce 60%, black 40%);
}
.table-calendar .group__first-col {
  border-left: 2px solid color-mix(in srgb, #d6d2ce 60%, black 40%);
}
.table-calendar .group__last-col {
  border-right: 2px solid color-mix(in srgb, #d6d2ce 60%, black 40%);
}
.table-calendar--groups .name {
  left: 175px;
}
.github-issue-list {
  --px: 10px;
  --py: 5px;
  --icon-w: 25px;
  --line-w: 15px;
  --pos-top: calc((16 * 1.8) / 2 * 1px + 5px);
  --level: 1;
  --expand-width: 20px;
  margin: 0;
}
.github-issue-list .js-collapsable__box[aria-hidden=true] {
  display: none;
}
.github-issue-list__list {
  margin: 0;
}
.github-issue-list__cell {
  border: 0;
  padding-block: var(--py);
  padding-left: var(--px);
  padding-right: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
  background: none !important;
}
.github-issue-list__cell--1,
.github-issue-list__cell--1.github-issue-list__cell--sub {
  border-bottom: 1px solid #d6d2ce;
}
.ca-expanded .github-issue-list__item--has-sub.github-issue-list__item--1 > .github-issue-list__cell {
  border: 0;
}
.github-issue-list__cell--expand {
  width: var(--expand-width);
  padding-inline: 0;
}
.github-issue-list__cell--sub {
  position: relative;
  padding-inline: 0;
}
.github-issue-list__cell--sub:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 25px;
  left: calc(var(--level) * var(--expand-width) + (var(--level) - 1) * var(--icon-w) + 7px);
  background: #d6d2ce;
  z-index: 1;
}
.github-issue-list__cell--project {
  width: 1%;
  position: relative;
  padding-left: calc(var(--level) * var(--expand-width) + var(--level) * var(--icon-w));
}
.github-issue-list__cell--project a:not(.js-collapsable__control):before {
  content: "";
  position: absolute;
  width: var(--line-w);
  height: 1px;
  top: var(--pos-top);
  left: calc((var(--level) - 1) * var(--expand-width) + (var(--level) - 2) * var(--icon-w) + 7px);
  background: #d6d2ce;
}
.github-issue-list__cell--project.github-issue-list__cell--1 {
  padding-left: calc(var(--expand-width) + var(--level) * var(--icon-w));
}
.github-issue-list__cell--worktime {
  width: 1%;
  text-align: right;
}
.github-issue-list__cell--actions {
  width: 1%;
  padding-right: var(--px);
  text-align: right;
}
.github-issue-list__actions-wrap {
  display: flex;
  gap: 5px;
}
.github-issue-list__item--1 > .github-issue-list__cell--project a:before,
.github-issue-list__item--1 > .github-issue-list__cell--project a:after {
  display: none;
}
.github-issue-list__expand {
  position: absolute;
  top: var(--pos-top);
  left: calc((var(--level) - 1) * (var(--expand-width) + var(--icon-w)));
  transform: translateY(-50%);
  color: #2d2d2c;
}
.github-issue-list__cell--project.github-issue-list__cell--1 .github-issue-list__expand {
  left: 0;
}
.github-issue-list__expand-ico:before {
  font-size: 80%;
}
tbody.js-collapsable-tree.ca-expanded > tr > td > a .github-issue-list__expand-ico:before {
  transform: rotate(90deg);
}
.github-issue-list .ico-github,
.github-issue-list .btn-github span {
  position: absolute;
  left: calc(var(--level) * var(--expand-width) + (var(--level) - 1) * var(--icon-w));
  top: var(--pos-top);
  margin: 0;
  line-height: 1;
  transform: translateY(-50%);
}
.github-issue-list .ico-github:before,
.github-issue-list .btn-github span:before {
  margin: 0;
}
.github-issue-list__list--1 {
  --level: 1;
}
.github-issue-list__list--2 {
  --level: 2;
}
.github-issue-list__list--3 {
  --level: 3;
}
.github-issue-list__list--4 {
  --level: 4;
}
.github-issue-list__list--5 {
  --level: 5;
}
.github-issue-list__list--6 {
  --level: 6;
}
.github-issue-list__list--7 {
  --level: 7;
}
.github-issue-list__list--8 {
  --level: 8;
}
.github-issue-list__list--9 {
  --level: 9;
}
.composite-link:not(.composite-link--hover-underline) {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.composite-link:not(.composite-link--hover-underline) .composite-link__underline {
  text-decoration: underline;
  -webkit-text-decoration: underline solid currentColor from-font;
          text-decoration: underline solid currentColor from-font;
  transition: -webkit-text-decoration-color 300ms ease;
  transition: text-decoration-color 300ms ease;
  transition: text-decoration-color 300ms ease, -webkit-text-decoration-color 300ms ease;
}
.composite-link:not(.composite-link--hover-underline):hover .composite-link__underline,
.composite-link:not(.composite-link--hover-underline):focus .composite-link__underline {
  text-decoration: none;
  -webkit-text-decoration: underline solid transparent from-font;
          text-decoration: underline solid transparent from-font;
}
.composite-link--hover-underline {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.composite-link--hover-underline .composite-link__underline {
  text-decoration: none;
  -webkit-text-decoration: underline solid transparent from-font;
          text-decoration: underline solid transparent from-font;
  transition: -webkit-text-decoration-color 300ms ease;
  transition: text-decoration-color 300ms ease;
  transition: text-decoration-color 300ms ease, -webkit-text-decoration-color 300ms ease;
}
.composite-link--hover-underline:hover,
.composite-link--hover-underline:focus {
  text-decoration: none;
}
.composite-link--hover-underline:hover .composite-link__underline,
.composite-link--hover-underline:focus .composite-link__underline {
  text-decoration: underline;
  -webkit-text-decoration: underline solid currentColor from-font;
          text-decoration: underline solid currentColor from-font;
}
.btn-split {
  display: inline-flex;
  position: relative;
  min-width: 220px;
  z-index: 1;
}
.btn-split__btn {
  flex: 1 1 auto;
  justify-content: flex-start;
}
.btn-split__control {
  width: 30px;
  border: 1px solid transparent;
  background-color: #e63128;
  overflow: hidden;
  text-indent: -9999px !important;
  position: relative;
  transition: background 150ms ease-in-out;
}
.btn-split__control:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px calc(14px/2) 0 calc(14px/2);
  border-color: #80140f transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 150ms ease-in-out;
}
.btn-split__box {
  display: -ms-grid !important;
  display: grid !important;
  gap: 2px;
  width: 100%;
  position: absolute;
  top: -9999px;
  left: -9999px;
  border: 1px solid #dc2219;
  padding: 2px;
  background: #fff;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: opacity 150ms ease-in-out;
}
.btn-split.ca-expanded {
  z-index: 10;
}
.btn-split.ca-expanded .btn-split__control,
.btn-split__control:hover {
  background-color: #dc2219;
}
.btn-split.ca-expanded .btn-split__control:before,
.btn-split__control:hover:before {
  border-top-color: #000;
}
.btn-split.ca-expanded .btn-split__control:before {
  transform: translate(-50%, -50%);
}
.btn-split.ca-expanded .btn-split__box {
  visibility: visible;
  opacity: 1;
  top: 100%;
  left: 0;
}
.btn-split.ca-expanded.dropup .btn-split__box {
  top: auto;
  bottom: 100%;
}
.btn-split__action {
  border: 0;
  padding: 5px 10px;
  width: 100%;
  display: block;
  min-height: auto;
  height: auto;
  justify-content: flex-start;
  background: transparent;
  text-align: left;
  border-radius: 2px;
  color: #2d2d2c;
  font-size: 100%;
  line-height: 1.3;
  transition: background 150ms ease-in-out;
  box-sizing: border-box;
  text-decoration: none !important;
}
.btn-split__action:hover {
  background-color: #eeeae5;
  color: #2d2d2c;
}
.btn-split.dropup .btn-split__box {
  top: auto;
  bottom: 100%;
}
/*# sourceMappingURL=styles.css.map */