/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.icon-settings:before {
  content: "\e90f";
}
.icon-timer:before {
  content: "\e910";
}
.icon-brush:before {
  content: "\e3ae";
}
.icon-bubble_chart:before {
  content: "\e6dd";
}
.icon-line_weight:before {
  content: "\e91a";
}
.icon-construction-truck:before {
  content: "\e90e";
}
.icon-switch_crossed:before {
  content: "\e90d";
}
.icon-clock_coin-euro:before {
  content: "\e90a";
}
.icon-coin-euro:before {
  content: "\e90b";
}
.icon-coin-euro-crossed:before {
  content: "\e90c";
}
.icon-draw_line:before {
  content: "\e909";
}
.icon-redo:before {
  content: "\e908";
}
.icon-line_1:before {
  content: "\e906";
}
.icon-line_2:before {
  content: "\e907";
}
.icon-lock_black:before {
  content: "\e618";
}
.icon-lock:before {
  content: "\e619";
}
.icon-lock_open:before {
  content: "\e61a";
}
.icon-person:before {
  content: "\e61b";
}
.icon-group:before {
  content: "\e61c";
}
.icon-text_2:before {
  content: "\e901";
}
.icon-text_1:before {
  content: "\e902";
}
.icon-undo:before {
  content: "\e903";
}
.icon-color_palette:before {
  content: "\e904";
}
.icon-place:before {
  content: "\e900";
}
.icon-arrow_down:before {
  content: "\e800";
}
.icon-arrow_up:before {
  content: "\e801";
}
.icon-comment_plain:before {
  content: "\e620";
}
.icon-edit:before {
  content: "\e621";
}
.icon-comment:before {
  content: "\e622";
}
.icon-notification:before {
  content: "\e61f";
}
.icon-chevron_left:before {
  content: "\e61d";
}
.icon-chevron_right:before {
  content: "\e61e";
}
.icon-email:before {
  content: "\e613";
}
.icon-mobile:before {
  content: "\e614";
}
.icon-phone:before {
  content: "\e615";
}
.icon-home:before {
  content: "\e616";
}
.icon-link:before {
  content: "\e612";
}
.icon-delete-2:before {
  content: "\e611";
}
.icon-target:before {
  content: "\e617";
}
.icon-clear:before {
  content: "\e600";
}
.icon-next:before {
  content: "\e601";
}
.icon-prev:before {
  content: "\e602";
}
.icon-pause:before {
  content: "\e603";
}
.icon-search:before {
  content: "\e604";
}
.icon-change:before {
  content: "\e605";
}
.icon-sync:before {
  content: "\e606";
}
.icon-sync-disabled:before {
  content: "\e607";
}
.icon-sync-problem:before {
  content: "\e608";
}
.icon-add:before {
  content: "\e609";
}
.icon-camera:before {
  content: "\e912";
}
.icon-camera-multi:before {
  content: "\e914";
}
.icon-error:before {
  content: "\e60a";
}
.icon-warning:before {
  content: "\e60b";
}
.icon-back:before {
  content: "\e60c";
}
.icon-time:before {
  content: "\e60d";
}
.icon-info:before {
  content: "\e60e";
}
.icon-check:before {
  content: "\e60f";
}
.icon-delete:before {
  content: "\e610";
}
.icon-move:before {
  content: "\e905";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-font_size:before {
  content: "\ea61";
}
.icon-export:before {
  content: "\ea7d";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-download:before {
  content: "\e9c7";
}
.icon-quill:before {
  content: "\e931";
}
.icon-sort-alpha-asc:before {
  content: "\ea48";
}
.icon-sort-numeric-asc:before {
  content: "\ea4a";
}
.icon-sort-amount-asc:before {
  content: "\ea4c";
}
.icon-SortByLocation:before {
  content: "\e90f";
}
.icon-image:before {
  content: "\e910";
}
.icon-images:before {
  content: "\e911";
}
.icon-help:before {
  content: "\e8fd";
}
.icon-location:before {
  content: "\e947";
}
.icon-subject:before {
  content: "\e8d2";
}
.icon-local_offer:before {
  content: "\e54e";
}
.icon-filetype_pdf:before {
  content: "\e971";
}
.icon-filetype_file:before {
  content: "\e973";
}
.icon-filetype_excel:before {
  content: "\e974";
}
.icon-filetype_word:before {
  content: "\e975";
}
.icon-filetype_zip:before {
  content: "\e977";
}
.icon-skills:before {
  content: "\e964";
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.btn {
  display: inline-block;
  position: relative;
  height: 38px;
  line-height: 37px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  color: #212121;
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.1s background-color, 0.1s border-color, 0.1s color;
  -moz-transition: 0.1s background-color, 0.1s border-color, 0.1s color;
  -ms-transition: 0.1s background-color, 0.1s border-color, 0.1s color;
  -o-transition: 0.1s background-color, 0.1s border-color, 0.1s color;
  transition: 0.1s background-color, 0.1s border-color, 0.1s color;
  /*&.btn-primary {
      border-color: @color-theme-1-3;
      background: @color-theme-1-3;

  }*/
  /*&.icon-prev,
  &.icon-next {
      background-color: #ddd;
  }*/
}
.btn.btn-raised {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  background: white;
  border-color: transparent;
}
.btn.btn-raised.disabled {
  opacity: 0.5;
}
.btn.btn-flat {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  margin: 0 4px;
  min-width: 64px;
}
.btn.btn-flat.disabled {
  color: lightgray !important;
}
.btn.btn-flat-icon {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  min-width: 36px;
  font-size: 1.4em;
  margin: 0;
  color: #757575;
}
.btn.btn-flat-icon.btn-primary {
  color: #ffcc00;
}
.btn.btn-flat-icon.btn-selected {
  background-color: #ffcc00;
  border-radius: 2px;
}
.btn.btn-icon-arrow {
  font-size: 2em;
  padding-top: 3px;
}
.btn.btn-primary.btn-raised {
  border-color: #ffcc00;
  background: #ffcc00;
}
.btn.btn-primary.btn-flat {
  background: #ffcc00;
  color: #000000;
  border-radius: 2px;
  padding: 0 20px 0 20px;
}
.btn.btn-red {
  color: white;
}
.btn.btn-red.btn-raised {
  border-color: #cc5454;
  background: #cc5454;
}
.btn.btn-red.btn-flat {
  color: #cc5454;
  background: white;
}
.btn.btn-orange.btn-raised {
  border-color: #ff9000;
  background: #ff9000;
}
.btn.btn-orange.btn-flat {
  color: #ff9000;
}
.btn.btn-green.btn-raised {
  border-color: #4CAF50;
  background: #4CAF50;
}
.btn.btn-green.btn-flat {
  color: #4CAF50;
}
.btn.btn-login {
  border-color: #ffcc00;
  background: #ffcc00;
  width: 100%;
}
.btn.btn-dash {
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
  color: #212121;
  border: none;
  height: auto;
  width: 100%;
  padding: 10px;
  text-transform: none;
}
.btn.btn-dash .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
}
.btn.btn-dash img {
  width: 80px;
}
.btn.btn-100 {
  width: 100%;
}
.btn.btn-round-border {
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
}
.btn.btn-circle {
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  width: 38px;
  text-align: center;
  padding: 0;
}
.btn.btn-icon {
  width: 38px;
  text-align: center;
  padding: 0;
  border-color: transparent;
}
.btn.btn-inner {
  width: 100%;
  height: 36px;
  line-height: 33px;
}
.btn.btn-back {
  border: none;
  font-size: 24px;
  width: 55px;
  padding: 12px 0;
  position: relative;
  top: 0px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: -6px;
}
.btn.btn-top {
  border: none;
  font-size: 25px;
  width: 100px;
  position: relative;
  top: 0px;
  height: 50px;
  position: absolute;
  top: -6px;
}
.btn.btn-top.right {
  right: 0px;
  padding: 5px 6px 0 50px;
}
.btn.btn-top .icon-sync,
.btn.btn-top .icon-sync-problem,
.btn.btn-top .icon-sync-disabled {
  -webkit-transform: translateZ(0);
}
.btn.btn-top .icon-sync:before,
.btn.btn-top .icon-sync-problem:before,
.btn.btn-top .icon-sync-disabled:before {
  position: absolute;
  left: -1px;
  top: -7px;
  width: 23px;
  height: 23px;
  -webkit-transform: translateZ(0);
}
.btn.btn-top .icon-sync-problem:before {
  color: #cc5454;
}
.btn.btn-footer {
  height: 50px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 25px;
  padding: 12px 0;
  text-align: center;
}
.btn.btn-footer.btn-primary {
  color: #ffcc00;
}
.btn.btn-footer.disabled {
  color: lightgray !important;
}
.btn.btn-disabled {
  opacity: 0.5;
}
.btn.btn-disabled:active {
  background-color: transparent;
}
.new-hint {
  position: relative;
  font-size: 10px;
  left: -10px;
}
@media (max-width: 400px) {
  .dialog .dialog-buttons .btn {
    padding: 0 5px;
    min-width: 80px;
  }
}
.widget-input-date {
  position: relative;
  text-align: left;
}
.widget-input-date.readonly .inner {
  cursor: default;
}
.widget-input-date__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.widget-input-date__value {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 3px 13px 4px;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.widget-input-date__value.placeholder {
  color: #999;
}
.input-text {
  position: relative;
  text-align: left;
}
.input-text .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 5px 12px 4px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.input-text .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-text.invalid input,
.input-text.invalid textarea {
  border-color: #cc5454;
}
.input-text.invalid .validation {
  display: block;
}
.input-text textarea,
.input-text input {
  background: transparent;
  border: none;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 3px 12px 4px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.input-text textarea:focus,
.input-text input:focus {
  outline: rgba(0, 0, 255, 0.1);
  border-color: #ffcc00;
}
.input-text input {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.input-text.material textarea,
.input-text.material input {
  border: none;
  padding: 3px 0 4px;
  font-size: 16px;
  vertical-align: middle;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 400;
}
.input-text textarea {
  height: 80px;
}
.input-text.textarea .inner {
  height: auto;
}
.input-text.focus .inner {
  outline: rgba(0, 0, 255, 0.1);
  border-color: #ffcc00;
}
.input-text.login .inner {
  background-color: #fff;
  border-color: #fff;
  height: 50px;
  padding-left: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-text.login input {
  height: 36px;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}
.input-text.disabled {
  opacity: 0.5;
}
.input-text.stealth {
  padding: 0;
}
.input-text.stealth input {
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  height: 40px;
  padding-left: 0;
}
.input-select {
  position: relative;
  text-align: left;
}
.input-select .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.input-select .value {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 3px 13px 4px;
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-select .value.placeholder {
  color: #999;
}
.input-select select {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 2px 13px 4px 10px;
  vertical-align: top;
  width: 100%;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.15);
}
.input-select select:focus {
  outline: none;
}
.input-select .icon-info {
  position: absolute;
  height: 33px;
  width: 40px;
  top: 0;
  right: 0;
  border-radius: 0;
  border: none;
  font-size: 23px;
  color: #757575;
}
.input-select .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-select.invalid .inner {
  border-color: #cc5454;
}
.input-select.invalid .validation {
  display: block;
}
.input-select.warning .input-icon-warning {
  display: inline-block;
}
.input-select.readonly .inner {
  cursor: default;
}
.input-icon-warning {
  display: none;
  font-size: 13px;
  color: #757575;
}
.input-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.input-multiselect {
  position: relative;
  text-align: left;
}
.input-multiselect .inner {
  display: block;
  width: 100%;
  min-height: 36px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.input-multiselect .value {
  background: transparent;
  border: none;
  min-height: 27px;
  padding: 3px 3px 5px 5px;
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.input-multiselect .value.placeholder {
  color: #999;
  padding: 7px 13px;
}
.input-multiselect select {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 2px 13px 4px 10px;
  vertical-align: top;
  width: 100%;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.15);
}
.input-multiselect select:focus {
  outline: none;
}
.input-multiselect .icon-info {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 3px;
  right: 3px;
}
.input-multiselect .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-multiselect.invalid .inner {
  border-color: #cc5454;
}
.input-multiselect.invalid .validation {
  display: block;
}
.input-multiselect.disabled .inner {
  cursor: default;
}
.input-multiselect.warning .input-icon-warning {
  display: inline-block;
}
.multiselect-item {
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 2px;
  margin-top: 2px;
  padding: 4px 8px;
}
.multiselect-item .title {
  position: relative;
  font-size: 13px;
  color: #212121;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.multiselect-item .delete {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
}
.input-time {
  position: relative;
  text-align: left;
}
.input-time .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.input-time .value {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 3px 13px 4px;
  vertical-align: top;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.input-time .value.placeholder {
  color: #999;
}
.input-time.readonly .inner {
  cursor: default;
}
.input-time.stealth .inner {
  background: transparent;
  border: none;
  font-size: 18px;
}
.input-time.stealth .value {
  text-align: left;
  padding: 5px 0;
  height: auto;
  font-size: 18px;
}
.input-time .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-time.invalid .inner {
  border-color: #cc5454;
}
.input-time.invalid .validation {
  display: block;
}
.input-option {
  position: relative;
  text-align: left;
}
.input-option .inner {
  display: block;
  width: 100%;
  min-height: 36px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.input-option .value {
  background: transparent;
  border: none;
  min-height: 27px;
  padding: 3px 3px 5px 5px;
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.input-option .value.placeholder {
  color: #999;
  padding: 7px 13px;
}
.input-option select {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 2px 13px 4px 10px;
  vertical-align: top;
  width: 100%;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.15);
}
.input-option select:focus {
  outline: none;
}
.input-option .icon-info {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 3px;
  right: 3px;
}
.input-option .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-option.invalid .inner {
  border-color: #cc5454;
}
.input-option.invalid .validation {
  display: block;
}
.input-option.disabled {
  opacity: 0.7;
}
.input-option.disabled .inner {
  cursor: default;
}
.option-item {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.option-item .title {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding: 8px 13px;
  color: #757575;
}
.option-item.selected {
  background-color: white;
}
.option-item.selected .title {
  color: #212121;
}
.option-item:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.option-item:last-child {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.row-style .option-item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.row-style:first-child .option-item {
  border-left: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.row-style:last-child .option-item {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.widget-input-date .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.widget-input-date.invalid .validation {
  display: block;
}
.input-check {
  position: relative;
  text-align: left;
  display: block;
  margin: 15px 0 15px 2px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-check .value {
  background: transparent;
  border: none;
  height: 27px;
  margin-top: 4px;
  padding: 3px 13px 4px;
  vertical-align: top;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.input-check .value.placeholder {
  color: #999;
}
.input-check .icon-info {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 3px;
  right: 3px;
}
.input-check .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-check.invalid .inner {
  border-color: #cc5454;
}
.input-check.invalid .validation {
  display: block;
}
.input-check.warning .input-icon-warning {
  display: inline-block;
}
.input-check.checked .checktitle {
  color: #212121;
}
.input-check.checked .ck-icon {
  background-color: #ffcc00;
  border: none;
}
.input-check.checked .ck-icon:before {
  display: block;
}
.input-check.disabled {
  opacity: 0.5;
}
.input-check.disabled .inner {
  cursor: default;
}
.ck-icon {
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.54);
}
.ck-icon:before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  font-size: 18px;
  display: none;
  color: white;
}
.ck-inner-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  pointer-events: none;
  overflow: hidden;
}
.ck-outer-container {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.ck-outer-container.checked .ck-icon {
  background-color: #ffcc00;
  border: none;
}
.ck-outer-container.checked .ck-icon:before {
  display: block;
}
.ck-title {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  white-space: normal;
  pointer-events: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 14px;
}
.input-text,
.input-multiselect,
.input-select,
.input-option,
.input-trafficlights,
.input-time {
  padding: 7px 0;
  margin-bottom: 0 !important;
}
.input-text > .title,
.input-multiselect > .title,
.input-select > .title,
.input-option > .title,
.input-trafficlights > .title,
.input-time > .title {
  position: relative;
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  padding-bottom: 6px;
}
.input-text > .validation,
.input-multiselect > .validation,
.input-select > .validation,
.input-option > .validation,
.input-trafficlights > .validation,
.input-time > .validation {
  display: none;
  text-align: left;
  color: #cc5454;
  font-size: 12px;
}
.input-text.ip-pd8,
.input-multiselect.ip-pd8,
.input-select.ip-pd8,
.input-option.ip-pd8,
.input-trafficlights.ip-pd8,
.input-time.ip-pd8 {
  padding: 8px 0;
}
.input-text.size-xs,
.input-multiselect.size-xs,
.input-select.size-xs,
.input-option.size-xs,
.input-trafficlights.size-xs,
.input-time.size-xs {
  padding: 2px 0;
}
.input-text.size-xs .title,
.input-multiselect.size-xs .title,
.input-select.size-xs .title,
.input-option.size-xs .title,
.input-trafficlights.size-xs .title,
.input-time.size-xs .title {
  font-size: 13px;
  padding-bottom: 2px;
}
.input-text.size-xs textarea,
.input-multiselect.size-xs textarea,
.input-select.size-xs textarea,
.input-option.size-xs textarea,
.input-trafficlights.size-xs textarea,
.input-time.size-xs textarea {
  height: 60px;
}
.input-photo {
  padding: 7px 0;
}
.input-photo .title {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding-bottom: 6px;
  color: #757575;
  text-align: left;
}
.input-photo .uploadArea {
  margin-top: 6px;
  overflow: hidden;
  position: relative;
  padding: 36px 0px;
  border: 1px solid #bbb;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.input-photo.invalid * {
  color: #cc5454;
}
.input-photo.invalid .uploadArea {
  border-color: #cc5454;
}
.input-photo.invalid .validation {
  display: block;
}
.input-trafficlights .validation {
  display: none;
  text-align: left;
  color: #cc5454;
}
.input-trafficlights.invalid {
  border-color: #cc5454;
}
.input-trafficlights.invalid .validation {
  display: block;
}
.input-trafficlights .verticaltraffic {
  width: 100%;
  text-align: center;
}
.input-trafficlights .verticaltraffic.box {
  display: inline-block;
  margin-bottom: 5px;
}
.input-trafficlights .verticaltraffic.box.w33 {
  width: 100%;
}
.input-trafficlights .leveltraffic.box {
  display: inline-block;
}
.input-signature .signatureArea {
  overflow: hidden;
  position: relative;
  padding: 45px 0;
  width: 100%;
  background-color: #fff;
  border: 2px dashed #bbb;
  display: inline-block;
}
.input-signature .signatureArea:hover {
  cursor: pointer;
}
.input-signature .title {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding-bottom: 6px;
  color: #757575;
  text-align: left;
}
.input-signature.invalid * {
  color: #cc5454;
}
.input-signature.invalid .uploadArea {
  border-color: #cc5454;
}
.input-signature.invalid .validation {
  display: block;
}
.input-imageViewer .title {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding-bottom: 6px;
  color: #757575;
  text-align: left;
}
.input-subform {
  margin-top: 10px;
}
.input-subform .title {
  position: relative;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  padding-bottom: 6px;
  color: #757575;
  text-align: left;
}
.input-subform .subFormAddButton {
  background-color: white;
}
.input-subform .subFormListItem {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: white;
  padding: 5px;
}
.input-subform .subFormListItem .subFormDeleteButton {
  cursor: pointer;
}
.input-subform .subFormListItem .filledsubform {
  cursor: pointer;
  padding-left: 10px;
}
@media only screen and (max-width: 1180px) {
  .input-subform .subFormListItem .filledsubform {
    width: 89%;
  }
}
@media only screen and (min-width: 1181px) {
  .input-subform .subFormListItem .filledsubform {
    width: 94%;
  }
}
.input-subform .subFormListItem .filledsubform:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.input-subform .subFormListItem .itemSpan {
  padding-left: 5px;
}
.input-subform.invalid * {
  color: #cc5454;
}
.input-subform.invalid .uploadArea {
  border-color: #cc5454;
}
.input-subform.invalid .validation {
  display: block;
}
.input-title {
  position: relative;
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  padding-bottom: 6px;
}
input[type="file"]#photos-file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.input-time div.title span.text span.plusOne {
  color: #4caf50;
}
.dialog {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90001;
  background-color: #f1f1f1;
}
.dialog .dialog-scroll {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog .dialog-inner {
  max-width: 380px;
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  outline: none;
  overflow: hidden;
  display: inline-block;
}
.dialog .dialog-background {
  border-radius: 2px;
  position: relative;
  padding: 0;
}
.dialog .dialog-title {
  color: #212121;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 20px;
}
.dialog .dialog-subtitle {
  color: #757575;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 14px;
}
.dialog .dialog-section-title {
  color: #212121;
  font-weight: 700;
  font-size: 24px;
}
.dialog .dialog-section-title.l2 {
  font-size: 16px;
}
.dialog .dialog-section-value {
  color: #212121;
  font-size: 16px;
}
.dialog .dialog-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #757575;
  cursor: pointer;
  font-size: 21px;
  border: none;
  display: none;
}
.dialog .dialog-close:hover {
  color: #212121;
}
.dialog .dialog-section {
  margin-bottom: 10px;
}
.dialog .dialog-seperator {
  margin: 20px 0;
  color: #757575;
  line-height: 1.4;
  font-weight: 400;
  font-size: 18px;
}
.dialog .dialog-buttons {
  margin-top: 30px;
  text-align: left;
}
.dialog.overlay-visible {
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog.overlay-visible .dialog-background {
  background-color: #fff;
  padding: 40px;
}
.dialog.dialog-fullscreen .dialog-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 6px;
  margin-top: 0;
}
.dialog.dialog-fullscreen .dialog-title {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 6px;
}
.dialog.dialog-fullscreen .dialog-content {
  margin-bottom: 30px;
}
.dialog.dialog-fullscreen .dialog-inner {
  max-width: 640px;
  display: block;
}
.dialog.dialog-fullscreen .dialog-close {
  display: block;
}
@media (max-width: 400px) {
  .dialog.overlay-visible .dialog-background {
    padding: 28px;
  }
}
.dialog-ov {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90001;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 25px;
  overflow-y: auto;
}
.dialog-ov .dialog-ov-scroll {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog-ov .dialog-ov-base {
  position: relative;
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  outline: none;
  overflow: hidden;
  border-radius: 2px;
  background-color: white;
}
.dialog-ov .dialog-ov-content {
  padding: 0 24px;
}
.dialog-ov .dialog-ov-footer {
  padding: 6px 16px;
  margin-bottom: 8px;
  margin-top: 16px;
  text-align: right;
}
.dialog-ov .dialog-ov-footer .btn {
  margin: 2px 0 0 8px;
}
.dialog-ov .dialog-ov-title {
  color: #212121;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 20px;
  padding: 24px 24px 0 24px;
}
.dialog-ov .dialog-ov-subtitle {
  color: #757575;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  padding: 0 24px;
}
.dialog-ov.scroll-active .dialog-ov-base {
  height: 80%;
}
.dialog-ov.scroll-active .dialog-ov-scroll {
  padding-bottom: 66px;
}
.dialog-ov.scroll-active .dialog-ov-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: 0;
}
.dialog-ov.scroll-active .dialog-background {
  background-color: #fff;
  padding: 40px;
}
.dialog-ov.big {
  padding: 0 8px;
}
.dialog-ov .logo {
  max-width: 150px;
  max-height: 75px;
}
@media (max-width: 400px) {
  .dialog.overlay-visible .dialog-background {
    padding: 28px;
  }
}
.dialog-fc,
.multi-instance-dialog {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90001;
  background-color: #f1f1f1;
}
.dialog-fc .dialog-fc-scroll,
.multi-instance-dialog .dialog-fc-scroll,
.dialog-fc .multi-instance-dialog-scroll,
.multi-instance-dialog .multi-instance-dialog-scroll {
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  bottom: 49px;
  left: 0;
  right: 0;
  top: 150px;
}
.dialog-fc .dialog-fc-base,
.multi-instance-dialog .dialog-fc-base,
.dialog-fc .multi-instance-dialog-base,
.multi-instance-dialog .multi-instance-dialog-base {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dialog-fc .dialog-fc-footer,
.multi-instance-dialog .dialog-fc-footer,
.dialog-fc .multi-instance-dialog-footer,
.multi-instance-dialog .multi-instance-dialog-footer {
  padding: 6px 16px;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 0;
  margin-top: 0;
}
.dialog-fc .dialog-fc-footer .btn,
.multi-instance-dialog .dialog-fc-footer .btn,
.dialog-fc .multi-instance-dialog-footer .btn,
.multi-instance-dialog .multi-instance-dialog-footer .btn {
  margin: 0 0 0 8px;
}
.dialog-fc .dialog-fc-title,
.multi-instance-dialog .dialog-fc-title,
.dialog-fc .multi-instance-dialog-title,
.multi-instance-dialog .multi-instance-dialog-title {
  color: #212121;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 20px;
  padding: 20px 20px 0 20px;
}
.dialog-fc .dialog-fc-subtitle,
.multi-instance-dialog .dialog-fc-subtitle,
.dialog-fc .multi-instance-dialog-subtitle,
.multi-instance-dialog .multi-instance-dialog-subtitle {
  color: #757575;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  padding: 0 20px;
}
.dialog-fc.big,
.multi-instance-dialog.big {
  padding: 0 8px;
}
.dialog-header-spacer {
  position: relative;
  background-color: white;
}
.spinner {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.spinner.right {
  left: auto;
  right: 5px;
}
.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  height: 100%;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}
.spinner-list-overlay {
  opacity: 0.5;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Button container */
.progress-button {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 45%;
  min-width: 250px;
  margin: 10px;
}
/* Button style */
.progress-button button {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 250px;
  height: 70px;
  border: 2px solid #1ECD97;
  border-radius: 40px;
  background: transparent;
  color: #1ECD97;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}
.progress-button button:hover {
  background-color: #1ECD97;
  color: #fff;
}
.progress-button button:focus {
  outline: none;
}
/* Text (transition for when returning to initial state) */
.progress-button button span {
  -webkit-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
}
/* Common style of SVGs */
.progress-button svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.progress-button svg path {
  opacity: 0;
  fill: none;
}
.progress-button svg.progress-circle path {
  stroke: #1ECD97;
  stroke-width: 5;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 4;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
/* Loading, success and error effects */
.loading.progress-button button {
  width: 120px;
  /* make a circle */
  height: 120px;
  border-radius: 50%;
  border-width: 5px;
  border-color: #ddd;
  background-color: transparent;
  color: #fff;
}
.loading.progress-button span {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
  opacity: 0;
  /* keep it hidden in all states */
}
.success.progress-button button,
.error.progress-button button {
  -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
  transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}
.success.progress-button button {
  border-color: #1ECD97;
  background-color: #1ECD97;
}
.error.progress-button button {
  border-color: #FB797E;
  background-color: #FB797E;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
}
/* Optional elastic effect for the width of the button */
.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
}
.loading.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
}
.timepicker {
  text-align: center;
}
.timepicker .timepicker-header {
  margin-bottom: 20px;
}
.timepicker .timepicker-header .time {
  background-color: #ffcc00;
  color: #212121;
  font-size: 55px;
  font-weight: 600;
  margin: 0 -24px;
  padding: 20px 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.timepicker .timepicker-header .minutes {
  color: #444444;
}
.timepicker .timepicker-content {
  margin: 10px 0;
}
.timepicker .timepicker-el-time {
  line-height: 30px;
  font-size: 22px;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 10px;
  width: 60px;
  color: #212121;
}
.timepicker .timepicker-el-time .timepicker-input {
  font-size: 22px;
  margin: 0 -15px;
  width: 60px;
  color: #212121;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
}
.timepicker .timepicker-el-time input::-webkit-outer-spin-button,
.timepicker .timepicker-el-time input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.timepicker .timepicker-el-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
}
.timepicker .timepicker-row {
  position: relative;
}
.timepicker .timepicker-row.top .timepicker-el-time {
  border-bottom: 2px solid #ffcc00;
}
.timepicker .timepicker-row.bottom .timepicker-el-time {
  border-top: 2px solid #ffcc00;
}
.timepicker .timepicker-row.top .timepicker-el-time,
.timepicker .timepicker-row.bottom .timepicker-el-time {
  color: #757575;
  cursor: pointer;
}
.timepicker .timepicker-row.top .timepicker-el-time:hover,
.timepicker .timepicker-row.bottom .timepicker-el-time:hover {
  color: #212121;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}
html.overlay-show {
  overflow: hidden;
}
html.overlay-show body {
  overflow: hidden;
}
body {
  -ms-touch-action: none !important;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #212121;
  margin: 0;
  height: 100%;
  position: relative;
}
input,
button,
select,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -0.02em;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
a:not(.coordinateOrLink) {
  text-decoration: none;
  color: inherit;
}
/*
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  height: 1.25em;
  width: 1.25em;
  margin-bottom: -0.25em;
  margin-right: 5px;
  margin-left: 0;
  margin-top: 0;
  vertical-align: top;
  outline: none;
}
input[type="checkbox"] {
  border: 1px solid #888;
  background-color: #fff;
  color: @color-theme-1-1;
}
input[type="checkbox"]:focus {
  border-color: #aaa;
}

input[type="checkbox"]:checked:before {
    content: "\e71f";
    position: absolute;
    font-size: 0.85em;
    top: 0px;
    left: -3px;
    text-align: center;
    width: 1.25em;
    color: #333;
    font-family: "icomoon";
    font-size: 16px;
}*/
i,
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}
#app-content,
#app-various {
  height: 100%;
  position: relative;
  background-color: #f1f1f1;
}
#app-various {
  display: none;
}
.main-content {
  position: relative;
  height: 100%;
}
.main-content:before,
.main-content:after {
  display: table;
  content: " ";
}
.main-content.subheader-visible header {
  height: 100px;
}
.main-content.subheader-visible .content.h65 {
  margin: 100px 0;
}
.subheader {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
}
.screen-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  outline: 0;
  transition: all 0.2s ease 0s;
}
.screen-content.t100 {
  top: 100px;
}
.screen-content.mt50 {
  margin-top: 50px;
}
.screen-content.has-footer {
  bottom: 50px;
}
.tabs .ui-tabnav {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
}
.last-sync {
  margin-top: 20px;
  color: #757575;
}
.error-sync {
  margin-top: 20px;
  color: #cc5454;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-row {
  display: table-row;
  vertical-align: middle;
  text-align: center;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.wrapper-login {
  position: relative;
  margin: 0 auto;
  max-width: 340px;
  padding: 0px 8px;
}
.wrapper-s1 {
  position: relative;
  margin: 0 auto;
  max-width: 340px;
  padding: 0px 8px;
}
.wrapper-s2 {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 0px 8px;
}
.wrapper-s1.no-padding,
.wrapper-s2.no-padding {
  padding: 0;
}
@media (max-width: 1180px) {
  .wrapper-s1,
  .wrapper-s2 {
    max-width: none;
  }
}
.grid-column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.grid-column.r2 {
  width: 50%;
}
.grid-column.r4 {
  width: 25%;
}
.grid-column.left {
  padding-right: 7px;
}
.grid-column.right {
  padding-left: 7px;
}
.grid-column.menu {
  padding: 0 4px;
}
.position-left {
  position: absolute;
  left: 0px;
}
.position-right {
  position: absolute;
  right: 0px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 0;
}
.header,
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 6px 0;
}
.header.header-subheader,
header.header-subheader {
  height: 100px;
}
.header.headerder-flow,
header.headerder-flow {
  position: relative;
}
.header .title,
header .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  position: absolute;
  left: 56px;
  right: 0;
  text-align: left;
}
.header .text,
header .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 38px;
  color: #757575;
}
.header .text.right,
header .text.right {
  float: right;
  margin-right: 6px;
}
.content {
  /*margin: 100px 0;
  &.h0 {
      margin: 0 0;
  }
  &.h50 {
      margin: 50px 0;
  }
  &.h60 {
      margin: 60px 0;
  }
  &.h65 {
      margin: 50px 0;
  }*/
}
.box {
  display: inline-block;
  vertical-align: top;
}
.box.w50 {
  width: 50%;
}
.box.w66 {
  width: 66.666666%;
}
.box.w33 {
  width: 33.333333%;
}
.scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 1px;
  margin-bottom: -1px;
  width: auto;
  height: auto;
}
[collection-repeat] {
  left: 0 !important;
  top: 0 !important;
  position: absolute !important;
  z-index: 1;
}
.select-list-item {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
.select-list-item .title {
  font-size: 14px;
  font-weight: 400;
}
.select-list-item .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}
.select-list-item .checkbox {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
}
.select-list-item .checkboxLabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
}
.select-list-item .checkboxLabel .checkbox:focus {
  outline: 0;
}
.select-list-item.multiselect {
  padding: 10px 10px 10px 45px;
}
.select-list-item.disabled {
  cursor: default;
  opacity: 0.5;
  display: block;
}
.select-list-item.disabled .disabledInfo {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
.select-list-item.disabled .disabledInfo i.icon-info {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  cursor: pointer;
}
.select-list-item.hasChildren i.icon-chevron_left,
.select-list-item.hasChildren i.icon-arrow_down {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  color: #757575;
}
.select-list-item .icon-clock,
.select-list-item .icon-coin-euro,
.select-list-item .icon-clock_coin-euro,
.select-list-item .icon-coin-euro-crossed {
  float: right;
  margin-top: -15px;
}
.select-list-item-container {
  padding-left: 20px;
  display: none;
}
.select-list-item-container.expanded {
  display: block;
  margin-bottom: 40px;
}
.tabs {
  margin-bottom: 20px;
}
.tabs .tab {
  display: inline-block;
  position: relative;
}
.tabs .tab .inner {
  font-size: 13px;
  padding: 7px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tabs .tab-active .inner {
  border-bottom: 2px solid #ffcc00;
}
.select-list {
  padding-bottom: 40px;
}
/*.tabs {
	margin-bottom: 30px;

	.tab {
		display: inline-block;
		position: relative;

		.inner {
			border: 1px solid;
			font-size: 13px;
			border-color: @color-border-2;
			background: #fff;
			border-left-style: dashed; 
			border-right-style: dashed;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			padding: 7px;
			cursor: pointer;

			&:hover {
				color: @color-theme-1-1;
				text-decoration: underline;
			}
		}

		&:first-child .inner {
			border-left-style: solid;
		}

		&:last-child .inner {
			border-right-style: solid;
		}

	}


	.tab-active {
		&:after {
			content: '';
			display: block;
			position: absolute;
			bottom: -5px;
			left: 50%;
			margin-left: -4px;
			width: 11px;
			height: 11px;
			background: #fff;
			
			border-right: 1px solid @color-border-2;
			border-bottom: 1px solid @color-border-2;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
}
*/
.conflict-message {
  display: none;
  text-align: left;
  color: #cc5454;
  margin-bottom: 10px;
}
.conflict-message.active {
  display: block;
}
.tab-in {
  text-align: left;
}
.tab-in.t1 {
  padding-left: 35px;
}
.section .section-title {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.section .section-title.big {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.section .section-deleted {
  padding: 20px 0;
  text-align: center;
  display: none;
}
.section .section-status {
  color: #757575;
}
.section .section-undo {
  margin-top: 10px;
  cursor: pointer;
  color: #ffcc00;
}
.section.deleted .section-content,
.section.deleted .delete {
  display: none;
}
.section.deleted .section-deleted {
  display: block;
}
.overview-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
/*@media (min-width: 1180px) {
	.grid-column {
		&.r2 {
			width: 50%;
		}

		&.r4 {
			width: 25%;
		}

		&.left {
			padding-right: 7px;
		}

		&.right {
			padding-left: 7px;
		}
	}
}*/
/*
@media (min-width: 500px) {

	.wrapper-s1 {
		position: relative;
		margin: 0 auto;
		max-width: 340px;
		padding: 0px 20px;
	}

}*/
.before-hide:before {
  content: "";
}
.phototile {
  position: relative;
  height: 250px;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.phototile img {
  height: 175px;
}
.phototile .icon-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  line-height: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.phototile .icon-delete {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 40px;
  line-height: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  font-size: 20px;
}
.phototile .title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.phototile .delbtn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.6);
}
.phototile .delbtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 19px;
  color: white;
  content: "\e600";
  margin-top: -10px;
  margin-left: -10px;
}
.phototile.with-overflow {
  overflow: visible;
}
.row {
  display: block;
}
.row .col,
.row .col-1,
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-6,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
}
.row .col-1 {
  width: 100%;
}
.row .col-2 {
  width: 50%;
}
.row .col-3 {
  width: 33.333333%;
}
.row .col-4 {
  width: 25%;
}
.row .col-5 {
  width: 37.5%;
}
.row .col-8 {
  width: 66.666666%;
}
.row .col-9 {
  width: 75%;
}
.row .col-6 {
  width: 12.5%;
}
.row .col-7 {
  width: 16.66%;
}
.row .col-10 {
  width: 87.5%;
}
.row .col-11 {
  width: 15%;
}
.row .col-12 {
  width: 10%;
}
.row .col-p {
  padding-left: 6.25px;
  padding-right: 6.25px;
}
.row .col-p:first-child {
  padding-left: 0;
}
.row .col-p:last-child {
  padding-right: 0;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.spaced {
  margin-left: -6.25px;
  margin-right: -6.25px;
}
.row.spaced .col,
.row.spaced .col-1,
.row.spaced > .col-2,
.row.spaced > .col-3,
.row.spaced > .col-4,
.row.spaced .col-5,
.row.spaced .col-6,
.row.spaced .col-7,
.row.spaced .col-8,
.row.spaced .col-9,
.row.spaced .col-10,
.row.spaced .col-11,
.row.spaced .col-12 {
  padding-left: 6.25px;
  padding-right: 6.25px;
}
.row.spaced-2 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row.spaced-2 .col,
.row.spaced-2 .col-1,
.row.spaced-2 > .col-2,
.row.spaced-2 > .col-3,
.row.spaced-2 > .col-4,
.row.spaced-2 .col-5,
.row.spaced-2 .col-6,
.row.spaced-2 .col-7,
.row.spaced-2 .col-8,
.row.spaced-2 .col-9,
.row.spaced-2 .col-10,
.row.spaced-2 .col-11,
.row.spaced-2 .col-12 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.spaced-2-2 {
  margin: -12.5px;
}
.row.spaced-2-2 .col,
.row.spaced-2-2 .col-1,
.row.spaced-2-2 > .col-2,
.row.spaced-2-2 > .col-3,
.row.spaced-2-2 > .col-4,
.row.spaced-2-2 .col-5,
.row.spaced-2-2 .col-6,
.row.spaced-2-2 .col-7,
.row.spaced-2-2 .col-8,
.row.spaced-2-2 .col-9,
.row.spaced-2-2 .col-10,
.row.spaced-2-2 .col-11,
.row.spaced-2-2 .col-12 {
  padding: 12.5px;
}
.row.spaced-s {
  margin-left: -3px;
  margin-right: -3px;
}
.row.spaced-s .col,
.row.spaced-s .col-1,
.row.spaced-s > .col-2,
.row.spaced-s > .col-3,
.row.spaced-s > .col-4,
.row.spaced-s .col-5,
.row.spaced-s .col-6,
.row.spaced-s .col-7,
.row.spaced-s .col-8,
.row.spaced-s .col-9,
.row.spaced-s .col-10,
.row.spaced-s .col-11,
.row.spaced-s .col-12 {
  padding-left: 3px;
  padding-right: 3px;
}
.link,
.textlink {
  cursor: pointer;
}
.link.underline,
.textlink.underline {
  text-decoration: underline;
}
.link.bold,
.textlink.bold {
  font-weight: bold;
}
.link.b,
.textlink.b,
.link.blue,
.textlink.blue {
  color: #ffcc00;
}
.link.red,
.textlink.red {
  color: #cc5454;
}
.link.small,
.textlink.small {
  font-size: 12px;
}
.link.h:hover,
.textlink.h:hover,
.link.hover:hover,
.textlink.hover:hover {
  text-decoration: underline;
}
#app-notification {
  width: 250px;
  height: 20px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ddd;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  z-index: 20001;
}
.color-red {
  color: #cc5454;
}
.color-green {
  color: #4CAF50;
}
.color-orange {
  color: #ff9000;
}
.el-input-label {
  padding-top: 39px;
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative {
  position: relative;
}
.hidden {
  display: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.formContainer .row:before,
.formContainer .row:after {
  content: "";
  display: table;
  clear: both;
}
.formContainer .row [class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 0 2px;
}
.formContainer .row [class*='col-'] .widget-input-date,
.formContainer .row [class*='col-'] .input-signature {
  padding: 7px 0;
}
.formContainer .row [class*='col-'] .input-subform .title {
  padding-bottom: 3px;
}
.formContainer .row .col-1 {
  width: 16.66%;
}
.formContainer .row .col-2 {
  width: 33.33%;
}
.formContainer .row .col-3 {
  width: 50%;
}
.formContainer .row .col-4 {
  width: 66.664%;
}
.formContainer .row .col-5 {
  width: 83.33%;
}
.formContainer .row .col-6 {
  width: 100%;
}
.inputMultiSelectStaffEquipment .addRow {
  font-size: 34px;
  line-height: 34px;
  color: #757575;
  margin-top: 7px;
}
.inputMultiSelectStaffEquipment .addRow.disabled {
  color: lightgray !important;
}
.inputMultiSelectStaffEquipment .addRow.disabled:active {
  background: rgba(0, 0, 0, 0) !important;
}
.inputMultiSelectStaffEquipment .selectionRow {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.inputMultiSelectStaffEquipment .selectionRow .selectionColumn.personSelect {
  width: 25%;
}
.inputMultiSelectStaffEquipment .selectionRow .selectionColumn.equipmentSelect {
  width: 100%;
}
.inputMultiSelectStaffEquipment .selectionRow .selectionColumn.removeRow {
  width: 36px;
  padding-top: 7px;
}
.isLazy {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.isLazy .input-multiselect,
.isLazy .input-select {
  width: 100%;
  margin-right: 3px;
}
.isLazy .qrCode {
  font-size: 24px;
  line-height: 24px;
  width: 34px;
  height: 34px;
  padding-top: 5px;
  padding-left: 4px;
  margin-top: 8px;
}
.isLazy .qrCode.hasTitle {
  margin-top: 31px;
}
.list-el {
  padding: 10px 40px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  min-height: 57px;
  cursor: pointer;
}
.list-el.equipment {
  padding-left: 40px;
}
.list-el.equipment i.eqIcon {
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.list-el .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.list-el .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}
.list-el .infotext {
  font-size: 12px;
  font-weight: 100;
  color: #a6a6a6;
}
.list-el .list-sub-el {
  padding: 10px 40px 10px 10px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.list-el.subselect {
  cursor: default;
}
.list-el.subelements {
  padding: 10px 0 10px 10px;
}
.list-el.noedit {
  cursor: default;
}
.list-el.noedit .list-sub-el {
  cursor: default;
}
.list-el .list-logo {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 200px;
  overflow: hidden;
}
.list-el.list-el__arealeft {
  padding: 10px 40px 10px 57px;
}
.list-el.deleted {
  opacity: 0.4;
}
.no-entry-el {
  padding: 50px 0;
  text-align: center;
  color: #757575;
}
.no-entry-el.tl {
  text-align: left;
}
.no-entry-el.pt {
  padding: 5px 0 8px 0;
}
.break-el {
  margin-top: 30px;
  margin-left: 8px;
  text-align: left;
  color: #757575;
}
.delete {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 60px;
  bottom: 0;
}
.delete:before {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  content: "\e610";
  margin-top: -10px;
}
.el-button-area {
  width: 120px;
  top: 0;
  bottom: 0;
  right: 10px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.el-indicatordot {
  position: absolute;
  top: 14px;
  left: 23px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.el-indicatordot.el-indicatordot__green {
  background-color: #57ad68;
}
.el-indicatordot.el-indicatordot__orange {
  background-color: #ff9000;
}
.el-indicatordot.el-indicatordot__red {
  background-color: #cc5454;
}
.el-indicatordot.el-indicatordot__cross {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.3;
}
.el-indicatordot.el-indicatordot__cross:before,
.el-indicatordot.el-indicatordot__cross:after {
  position: absolute;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333;
}
.el-indicatordot.el-indicatordot__cross:before {
  transform: rotate(45deg);
}
.el-indicatordot.el-indicatordot__cross:after {
  transform: rotate(-45deg);
}
.el-listseparator {
  text-align: left;
  padding: 10px 20px;
}
.el-listseparator__title {
  font-weight: 600;
  color: #757575;
}
.imageviewer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 10002;
}
.imageviewer .imageviewer-box {
  background-size: contain;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.imageviewer .imageviewer-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
}
.imageviewer .imageviewer-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#draw-area {
  width: 100%;
  height: 100%;
}
.imageeditor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  z-index: 90001;
}
.imageeditor .imageeditor-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  margin-top: 0;
  padding: 6px 16px;
  text-align: right;
}
.imageeditor .imageeditor-footer .btn {
  margin: 0 0 0 8px;
}
.imageeditor .imageeditor-button {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 40%;
  max-width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #444;
}
.imageeditor .imageeditor-toolbar-holder {
  position: absolute;
  top: 0;
  right: 0;
  background: #888;
  left: 0;
  height: 40px;
  z-index: 10003;
}
.imageeditor .imageeditor-toolbar {
  position: relative;
  color: white;
  text-align: center;
}
.imageeditor .toolbar-icon {
  position: relative;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.imageeditor .toolbar-icon:hover {
  background-color: #777;
}
.imageeditor .toolbar-icon i {
  line-height: 40px;
}
.imageeditor .toolbar-icon > i {
  font-size: 20px;
}
.imageeditor .toolbar-icon > .color-picker {
  position: absolute;
  top: 18px;
  left: 49%;
  padding: 3px;
  margin-top: 4px;
  margin-left: 4px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid gray;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.imageeditor .toolbar-icon.selected {
  background-color: #777;
  color: white;
}
.imageeditor .toolbar-icon .thickness-small {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: 27%;
  bottom: 10px;
  border: 1px solid grey;
}
.imageeditor .toolbar-icon .thickness-medium {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 25%;
  bottom: 8px;
  border: 1px solid grey;
}
.imageeditor .toolbar-icon .thickness-large {
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 25%;
  bottom: 8px;
  border: 1px solid grey;
}
.imageeditor-black {
  background-color: black;
}
.imageeditor-white {
  background-color: white;
}
.imageeditor-red {
  background-color: red;
}
.imageeditor-yellow {
  background-color: #F4DC2F;
}
.imageeditor-green {
  background-color: #01D101;
}
.imageeditor-blue {
  background-color: #2828FF;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*background-color: rgba(125,125,125,0.5);*/
  text-align: center;
  z-index: 20001;
}
.color-picker-dialog .popup-holder {
  position: absolute;
  top: 40px;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 20002;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  padding: 8px;
  padding-bottom: 4px;
}
.color-picker-dialog .popup-holder .color-button,
.color-picker-dialog .popup-holder .color-button-2 {
  width: 25px;
  height: 25px;
  display: inline-block;
  opacity: 0.8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.color-picker-dialog .popup-holder .color-button:hover,
.color-picker-dialog .popup-holder .color-button-2:hover {
  color: #444;
  border-color: white;
}
.color-picker-dialog .popup-holder .color-button-2 {
  width: 135px;
}
.color-picker-dialog .popup-holder .break {
  display: block;
}
.brush-picker-dialog .popup-holder,
.draw-picker-dialog .popup-holder {
  position: absolute;
  top: 40px;
  width: 55px;
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 20002;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.brush-picker-dialog .popup-holder .brush-button,
.draw-picker-dialog .popup-holder .brush-button {
  width: 43px;
  height: 43px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.brush-picker-dialog .popup-holder .brush-button:hover,
.draw-picker-dialog .popup-holder .brush-button:hover {
  color: #444;
  border-color: white;
}
.brush-picker-dialog .popup-holder .brush-button .thickness-small,
.draw-picker-dialog .popup-holder .brush-button .thickness-small {
  background-color: #444;
  border-radius: 2px 2px;
  margin-top: 18px;
  width: 5px;
  height: 5px;
  display: inline-block;
}
.brush-picker-dialog .popup-holder .brush-button .thickness-medium,
.draw-picker-dialog .popup-holder .brush-button .thickness-medium {
  background-color: #444;
  border-radius: 5px 5px;
  margin-top: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.brush-picker-dialog .popup-holder .brush-button .thickness-large,
.draw-picker-dialog .popup-holder .brush-button .thickness-large {
  background-color: #444;
  border-radius: 10px 10px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.draw-picker-dialog .free {
  font-size: 30px;
  display: inline-block;
  margin-top: 3px;
}
.draw-picker-dialog .line {
  font-size: 25px;
  display: inline-block;
  margin-top: 7px;
}
.text-dialog textarea {
  width: 100%;
}
.text-dialog .text-size-selector {
  height: 40px;
  padding: 0;
}
.text-dialog .text-size-selector .text-size-icon {
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  color: #a6a6a6;
  position: relative;
  text-align: center;
}
.text-dialog .text-size-selector .text-size-icon > i {
  line-height: 40px;
}
.text-dialog .text-size-selector .text-size-icon .icon-check {
  display: none;
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 17px;
  color: #444;
}
.text-dialog .text-size-selector .text-size-icon.selected .icon-check {
  display: block;
}
.text-dialog .text-size-selector .large {
  font-size: 35px;
}
.text-dialog .text-size-selector .medium {
  font-size: 25px;
}
.text-dialog .text-size-selector .small {
  font-size: 15px;
}
.text-dialog .color-selector {
  margin-top: 10px;
}
.text-dialog .color-selector .color-button {
  width: 26px;
  height: 26px;
  text-align: center;
  color: white;
  cursor: pointer;
  opacity: 0.8;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.text-dialog .color-selector .color-button > i {
  display: none;
  font-size: 24px;
  position: absolute;
}
.text-dialog .color-selector .color-button.selected {
  width: 26px;
  height: 26px;
}
.text-dialog .color-selector .color-button.selected > i {
  display: block;
}
.ui-tabnav .nav-element {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 49px;
  margin: 0;
  vertical-align: middle;
}
.ui-tabnav .nav-element .inner {
  color: #757575;
  font-size: 12px;
  height: 49px;
}
.ui-tabnav .nav-element .nav-title {
  display: inline-block;
  line-height: 47px;
  font-size: 12px;
  text-transform: uppercase;
}
.ui-tabnav .nav-element:hover .inner {
  color: #212121;
}
.ui-tabnav .nav-element.selected .inner {
  border-bottom: 2px solid #ffcc00;
  height: 49px;
  color: #000000;
}
.ui-tabnav .nav-element:first-child {
  padding-left: 0;
}
.ui-tabnav.dark {
  background-color: #666;
}
.ui-tabnav.dark .nav-element .inner {
  color: #ccc;
}
.ui-tabnav.dark .nav-element:hover .inner {
  color: #f1f1f1;
}
.ui-tabnav.dark .nav-element.selected .inner {
  border-bottom: 4px solid #ddd;
  color: #f1f1f1;
}
.ui-property {
  padding: 8px 0;
  font-size: 14px;
}
.ui-property .pr-section {
  padding: 15px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.ui-property .pr-section.w50 .pr-title {
  width: 50px;
}
.ui-property .pr-section.w50 .ic-title,
.ui-property .pr-section.w50 .pr-value {
  margin-left: 50px;
}
.ui-property .pr-section.w100 .pr-title {
  width: 100px;
}
.ui-property .pr-section.w100 .ic-title,
.ui-property .pr-section.w100 .pr-value {
  margin-left: 100px;
}
.ui-property .pr-section.w150 .pr-title {
  width: 150px;
}
.ui-property .pr-section.w150 .ic-title,
.ui-property .pr-section.w150 .pr-value {
  margin-left: 150px;
}
.ui-property .pr-section.w180 .pr-title {
  width: 180px;
}
.ui-property .pr-section.w180 .ic-title,
.ui-property .pr-section.w180 .pr-value {
  margin-left: 180px;
}
.ui-property .pr-section.no-border {
  border: none;
}
.ui-property .pr-section.less-padding {
  padding: 4px 0;
}
.ui-property .pr-section.less-padding .pr-element {
  padding: 2px 0;
}
.ui-property .pr-section.less-padding .se-title {
  padding: 2px 0;
}
.ui-property .pr-section.pl0 {
  padding-left: 0;
}
.ui-property .pr-element {
  padding: 8px 0;
}
.ui-property a.pr-element {
  display: block;
}
.ui-property .se-title {
  font-weight: 600;
  color: #757575;
  padding: 8px 0;
}
.ui-property .se-title.c84 {
  color: #212121;
}
.ui-property .pr-title {
  font-weight: 600;
  color: #212121;
  float: left;
}
.ui-property i.pr-title {
  font-weight: 400;
  font-size: 18px;
}
.ui-property .pr-value {
  font-size: 14px;
  color: #757575;
}
.ui-property .ic-title {
  font-weight: 600;
  color: #212121;
}
.ui-property .pr-icon i {
  color: #757575;
  float: left;
  font-size: 25px;
  margin-top: 7px;
}
.ui-property .list-el,
.ui-property .list-el.subelements {
  padding-left: 0;
}
.ui-property .list-el:last-child {
  border-bottom: none;
}
.ui-warning {
  position: relative;
  text-align: left;
  padding: 2px;
  margin: 15px 0;
  font-size: 14px;
  color: #ff9000;
}
.ui-warning i {
  position: absolute;
  left: 1px;
  top: 2px;
  font-size: 20px;
}
.ui-warning .message {
  margin-left: 33px;
  display: inline-block;
}
.ui-warning.ui-warning_xs {
  font-size: 13px;
}
.ui-warning.ui-warning_red {
  color: #cc5454;
}
.ui-snackbar {
  position: fixed;
  bottom: -110px;
  left: 0;
  right: 0;
  z-index: 500;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.ui-snackbar .ui-snackbar__inner {
  position: relative;
  padding: 18px 24px;
  background-color: #323232;
  font-size: 14px;
  color: white;
  font-weight: 400;
}
.ui-snackbar .ui-snackbar__actions {
  text-align: right;
  margin: -6px 0;
  vertical-align: bottom;
}
.ui-snackbar .ui-snackbar__actions .btn {
  color: #000000;
  margin: 0;
}
.ui-snackbar.ui-snackbar--show {
  bottom: 0;
}
.ui-snackbar__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 499;
}
.ui-syncbar {
  position: fixed;
  top: 49px;
  left: 0;
  right: 0;
  z-index: 500;
}
.ui-syncbar .ui-syncbar__inner {
  position: relative;
  background-color: white;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  height: 23px;
  line-height: 22px;
  color: #888;
}
.ui-syncbar .ui-syncbar__inner.syncBar_warning {
  background-color: #ffcc00;
  border-bottom-color: #ffcc00;
  border-top-color: #ffcc00;
  color: black;
}
.ui-syncbar .ui-syncbar__inner.syncBar_danger {
  background-color: #cc5454;
  border-bottom-color: #cc5454;
  border-top-color: #cc5454;
  color: white;
}
.ui-syncbar .ui-syncbar-icon {
  width: 23px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin-top: 0;
}
.syncBar_open .screen-content {
  top: 72px;
}
.ui-autoTimeOverlay {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 100000;
  display: flex;
}
.ui-autoTimeOverlay .ui-autoTimeOverlay__inner {
  position: relative;
  display: flex;
  margin: auto auto;
  padding: 0 30px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #777;
}
.ui-autoTimeOverlay .ui-autoTime-icon {
  width: 40px;
  font-size: 50px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}
.ui-autoTimeOverlay .ui-autoTime-option {
  font-weight: 700;
}
.ui-autoTimeOverlay .ui-autoTime-section {
  margin: 25px 0;
}
.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mv8 {
  margin: 8px 0;
}
.mb2 {
  margin-bottom: 2px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb50 {
  margin-bottom: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.ph12 {
  padding: 0 12px;
}
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pv8 {
  padding: 8px 0;
}
.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pl0 {
  padding-left: 0;
}
.ui-card {
  padding: 5px 0;
  text-align: left;
}
.ui-card.ui-card_expanded .ui-card__areaExpand {
  display: block;
}
.ui-card__areaExpand {
  display: none;
}
.ui-card__inner {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-card__content {
  padding: 16px 16px;
}
.ui-card__content.ui-card__content_withfooter {
  padding-bottom: 0;
}
.ui-card__title {
  font-size: 1.3em;
  color: #212121;
}
.ui-card__title.ui-card__title_small {
  font-size: 1.1em;
  font-weight: 600;
}
.ui-card__title.ui-card__title_very-small {
  font-size: 0.9em;
  font-weight: 600;
}
.ui-card__subtitle {
  font-size: 0.8em;
  color: #757575;
}
.ui-card__footer {
  padding: 6px 8px;
  text-align: left;
}
.ui-card__footer .btn-flat {
  margin: 0 8px 0 0;
}
.ui-card__footer__info {
  font-size: 0.8em;
  color: #757575;
}
.ui-card__pause__lock {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 20px;
  margin-left: -12.5%;
  width: 25%;
  height: 50px;
}
.ui-card__pause__lock i {
  position: relative;
  top: 12px;
  background-color: white;
  color: #757575;
}
.ui-card__pause__lock.ui-card__pause__lock__noline .ui-card__pause__lock__line {
  border-bottom: 1px solid transparent;
}
.ui-card__pause__lock__line {
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-month {
  position: relative;
}
.ui-datepicker .ui-datepicker-month table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-month th:first-child {
  border-left: 0;
}
.ui-datepicker .ui-datepicker-month th,
.ui-datepicker .ui-datepicker-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.ui-datepicker .ui-datepicker-month table thead tr th > span.ui-datepicker-dow-0 {
  background-color: #f0efec;
}
.ui-datepicker .ui-datepicker-month table thead tr th > span {
  display: block;
  padding: 0.7em 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #a6a6a6;
}
.ui-datepicker .ui-datepicker-month th,
.ui-datepicker .ui-datepicker-month td {
  font-weight: normal;
  text-align: center;
}
.ui-datepicker .ui-datepicker-month td {
  line-height: 25px;
}
.ui-datepicker .ui-datepicker-month table tbody tr td a.today {
  color: #ffcc00;
}
.ui-datepicker .ui-datepicker-month table tbody tr td a {
  color: #444;
}
.ui-datepicker .ui-datepicker-month table tbody tr td span,
.ui-datepicker .ui-datepicker-month table tbody tr td a {
  display: block;
  width: 100%;
  color: #a6a6a6;
  padding: 0.4em 0em;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-month table tbody tr td a.selected {
  position: relative;
  background-color: #ffcc00;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ui-datepicker .ui-datepicker-month table tbody tr td a {
  color: #444;
}
.ui-datepicker .ui-datepicker-month table tbody tr td .other-month {
  color: transparent;
}
.ui-datepicker .ui-datepicker-month .ui-datepicker-month-header {
  height: 50px;
  font-size: 1em;
  color: #444;
  font-weight: 600;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}
.ui-datepicker .ui-datepicker-month .ui-datepicker-month-header i {
  font-size: 1.5em;
}
.ui-datepicker .ui-datepicker-month.size-2 td {
  line-height: 30px;
}
.ui-datepicker .ui-datepicker-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
}
.ui-datepicker .ui-datepicker-cmd {
  width: 25%;
  height: 100%;
  color: transparent;
  position: relative;
}
.ui-datepicker .ui-datepicker-cmd-current,
.ui-datepicker .ui-datepicker-cmd-today {
  display: none;
  float: left;
  width: 35%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-cmd-prev,
.ui-datepicker .ui-datepicker-cmd-prevJump,
.ui-datepicker .ui-datepicker-cmd-clear {
  float: left;
  padding-left: 2%;
}
.ui-datepicker .ui-datepicker-cmd-next,
.ui-datepicker .ui-datepicker-cmd-nextJump,
.ui-datepicker .ui-datepicker-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-month:not(.availability) table tbody tr td a:hover {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ddd;
}
.ui-datepicker .arrow {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  height: 100%;
}
.ui-datepicker .arrow:hover:before,
.ui-datepicker .arrow:hover:after {
  background-color: #f55203;
}
.ui-datepicker__header {
  padding: 15px 30px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #ffcc00;
  margin: 0 -24px;
}
.ui-datepicker__header__date {
  color: #212121;
  font-size: 2.2em;
  font-weight: 600;
}
.ui-datepicker__header__year {
  color: #444444;
  font-size: 1em;
  font-weight: 600;
}
@media (max-width: 350px) {
  .ui-datepicker__header {
    display: none;
  }
}
.ui-content-spin {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f1f1f1;
}
/*!
 * Waves v0.5.4
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all all 0.3s ease-out ease-out;
  -moz-transition: all all 0.3s ease-out ease-out;
  -o-transition: all all 0.3s ease-out ease-out;
  transition: all all 0.3s ease-out ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all all 0.5s ease-out ease-out;
  -moz-transition: all all 0.5s ease-out ease-out;
  -o-transition: all all 0.5s ease-out ease-out;
  transition: all all 0.5s ease-out ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-image-mask: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button:link,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: 10px 15px;
  border-radius: 2px;
}
.waves-button-input {
  margin: 0;
  padding: 10px 15px;
}
.waves-input-wrapper {
  border-radius: 2px;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  -webkit-mask-image: none;
  -moz-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}
.waves-float:active {
  -moz-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}
.slider {
  overflow-y: hidden;
  max-height: 500px;
  /* approximate max height */
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slider.slider_closed {
  max-height: 0 !important;
}
.c84 {
  color: #212121;
}
.ctGreen {
  color: #4CAF50;
}
.ctOrange {
  color: #ff9000;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.el-planning {
  margin-bottom: 30px;
  min-height: 40px;
}
.el-planning__left {
  float: left;
  margin-left: 10px;
}
.el-planning__right {
  padding-left: 70px;
}
.el-planning__day {
  color: #a6a6a6;
  font-size: 2.2em;
  line-height: 0.8em;
  font-weight: 300;
}
.el-planning__weekday {
  color: #a6a6a6;
  font-size: 1.1em;
}
.el-planningItem {
  padding: 8px;
  background-color: #4285f4;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.el-planningItem.el-planningItem_darkBg {
  color: white;
}
.el-planningItem.el-planningItem_darkBg i {
  color: white;
}
.el-planningItem__title {
  font-weight: 600;
}
.el-planningItem__subtitle {
  font-weight: 100;
}
.el-planningItem__text {
  font-style: italic;
  white-space: pre-wrap;
}
.el-weekSpanItem {
  color: #a6a6a6;
  margin-bottom: 25px;
}
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.time-home {
  font-weight: 200;
  font-size: 60px;
  vertical-align: bottom;
}
.time-dots {
  width: 15px;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
.date-home {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.notification-indicator {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  border-radius: 50%;
}
#app-login {
  text-align: center;
}
.login-logo {
  width: 60%;
  margin-bottom: 50px;
}
.login-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.login-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #757575;
}
.notes-el {
  padding: 10px 40px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  min-height: 57px;
  cursor: pointer;
}
.notes-el .title {
  font-size: 13px;
  font-weight: 700;
}
.notes-el .subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}
.notes-el:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
#document-list .document {
  text-align: left;
  padding: 15px;
}
#document-list .document .name {
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#document-list .document .projectName {
  font-weight: bold;
  font-style: italic;
  color: gray;
}
#document-list .document .spinner {
  top: 28px;
  display: none;
}
#document-list .document.locked .ic {
  display: none;
}
#document-list .document.locked .spinner {
  display: block;
}
#document-list .document .fileInfo {
  font-style: italic;
  display: flex;
  flex-wrap: wrap;
}
#document-list .document .fileInfo .originalName {
  display: block;
  overflow: hidden;
  padding-right: 0.2em;
  text-overflow: ellipsis;
}
#document-list .document .fileInfo .size {
  display: inline-block;
}
#document-list .document .download {
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
#document-list .document .download i {
  font-size: 20px;
}
#document-list .document .progress {
  width: 100%;
  height: 5px;
  margin-top: 5px;
  display: none;
}
#document-list .document .progress .indicator {
  height: 100%;
  width: 0;
  background-color: #ffcc00;
}
#document-list .document:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.chatSplit {
  display: grid;
  grid-template-columns: 1fr auto;
  display: -ms-grid;
  -ms-grid-rows: 1fr auto;
}
.chatSplit > :first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bubble {
  background-color: #3d277f;
  color: white;
  border-radius: 20px;
  height: 20px;
  text-align: center;
  padding: 0 6px;
}
.main-content {
  display: grid;
  grid-template-rows: 0 1fr auto;
  display: -ms-grid;
  -ms-grid-rows: 0 1fr auto;
}
.chatTitle {
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 141px);
  white-space: nowrap;
}
.chat-row-self {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 4% 0 50px;
}
.chat-row-other {
  display: flex;
  flex-direction: row;
  margin: 0 50px 0 4%;
}
.chat-row-self:last-child,
.chat-row-other:last-child {
  padding-bottom: 10px;
}
.chat-el-self,
.chat-el-other {
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  margin-top: 10px;
  border-radius: 0.4em;
  max-width: 100%;
}
.chat-el-self .message,
.chat-el-other .message {
  overflow: hidden;
}
.chat-el-self {
  color: white;
  background-color: #3d277f;
}
.chat-el-self :after {
  content: '';
  position: absolute;
  right: 15px;
  top: 16px;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-left-color: #3d277f;
  border-right: 0;
  border-top: 0;
  margin-top: -16px;
  margin-right: -32px;
}
.chat-el-self .subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #e5e5e5;
}
.chat-el-other {
  background-color: #fff;
}
.chat-el-other :after {
  content: '';
  position: absolute;
  left: 15px;
  top: 16px;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-top: 0;
  margin-top: -16px;
  margin-left: -32px;
}
.chat-el-other .title {
  font-size: 14px;
  margin-bottom: 3px;
}
.chat-el-other .message {
  font-size: 14px;
  margin-bottom: 3px;
}
.chat-el-other .subtitle {
  font-size: 12px;
  font-weight: 400;
}
.chat-avatar {
  margin-right: 10px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffcc00;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #515253;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 2px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chatInputWrapper {
  align-items: flex-end;
  display: flex;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  background-color: white;
}
.chatInputWrapper.row.spaced {
  margin: 0 10px 10px 10px;
}
textarea.chat-input {
  font-size: 15px;
  padding: 5px;
  border: 0;
}
.disabled-textarea,
.disabled-textarea textarea {
  background-color: #f0f0f0;
  color: #666;
}
.button-message-send {
  width: 35px;
  height: 35px;
  padding: 4px;
}
.btn.btn-primary.btn-raised.button-message-send-disabled {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
/* =========================================================
 * bootstrap-treeview.css v1.2.0
 * =========================================================
 * Copyright 2013 Jonathan Miles
 * Project URL : http://www.jondmiles.com/bootstrap-treeview
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.treeview .list-group {
  list-style-type: none;
  margin-top: 0;
}
.treeview .list-group-item {
  cursor: pointer;
  text-align: left;
  display: none;
  color: #212121;
}
.treeview span.indent {
  margin-left: 10px;
  margin-right: 10px;
}
.treeview span.icon {
  width: 12px;
  margin-right: 5px;
}
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}
.treeview .invisible {
  opacity: 0;
}
.treeview .search-result {
  display: block;
}
.forms-el {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(127, 121, 108, 0.2), 0px 1px 3px rgba(127, 121, 108, 0.1);
  margin-bottom: 10px;
}
.limiterText {
  display: block;
  font-size: 14px;
  text-align: left;
  margin: 25px 0 10px 0;
  overflow: hidden;
  color: #757575;
}
.limiterBar {
  display: block;
  height: 1em;
  border-top: 1px solid #757575;
  content: '';
  position: relative;
  top: 0.7em;
  width: 100%;
}
.btn.btn-icon.form-info-text-button {
  border-radius: 0;
  border: none;
  color: #757575;
  height: 19px;
  width: 30px;
  font-size: 19px;
}
#form-footer {
  height: fit-content;
}
@media (max-width: 280px) {
  #form-entry-content {
    padding-bottom: 100px;
  }
}
.forms-el {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 0px rgba(127, 121, 108, 0.2), 0px 1px 3px rgba(127, 121, 108, 0.1);
  margin-bottom: 10px;
}
.limiterText {
  display: block;
  font-size: 14px;
  text-align: left;
  margin: 25px 0 10px 0;
  overflow: hidden;
  color: #757575;
}
.limiterBar {
  display: block;
  height: 1em;
  border-top: 1px solid #757575;
  content: '';
  position: relative;
  top: 0.7em;
  width: 100%;
}
/** Photo flash effect **/
.flash {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 30px solid #fff;
  z-index: 100;
}
.image-selection-wrapper {
  width: 100%;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  text-align: left;
}
/** image selection row **/
.image-row {
  display: inline-block;
}
/** Selection box **/
.image-selection {
  display: inline-block;
}
.image-selection .check {
  display: none;
}
/** Selected selection box **/
.image-selection.selected {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}
.image-selection.selected .check {
  display: block;
  position: relative;
  font-size: 40px;
  color: white;
  top: 60px;
  left: 20px;
}
#selectButton {
  background-color: green;
  color: white;
}
#selected-images-count {
  font-size: xx-small;
  position: absolute;
  margin-left: 42px;
  margin-top: 40px;
  color: white;
}
.button-wrapper {
  display: inline-block;
}
.capture-button-wrapper {
  display: inline-block;
}
.small-button {
  width: 50px;
  height: 50px;
  background-color: white;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: x-large;
  margin: 15px;
  padding: 0px;
}
.center-icon {
  font-size: x-large;
  position: relative;
  top: 50px;
  left: 25px;
  width: 25px;
  height: 25px;
}
.capture-button {
  width: 80px;
  height: 80px;
  background-color: white;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: xx-large;
  margin: 15px;
  padding: 0px;
}
#takePictureButton.disabled {
  background-color: gray;
}
#camera-control {
  position: relative;
}
.image-preview {
  width: 80px;
  height: 80px;
  object-fit: cover;
  background-color: white;
  margin-right: 5px;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
#image-suggest-panel {
  margin-left: -2.5px;
}
#previous-image-button {
  font-size: 100px;
  position: absolute;
  top: 70px;
  left: 5px;
  color: rgba(0, 0, 0, 0.3);
}
#next-image-button {
  font-size: 100px;
  position: absolute;
  top: 70px;
  right: 5px;
  color: rgba(0, 0, 0, 0.3);
}
.subtitle-draft {
  font-weight: 400;
  color: #cc5454;
}
.main-content-white {
  background-color: #ffffff;
}
.planningsEntryInfo {
  margin-top: 20px;
}
.planningsEntryInfoRow {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
.projectIconCell {
  width: 50px;
  min-width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
}
.iconCell {
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  color: #777777;
  margin-top: 3px;
}
.infoCell {
  margin-left: 10px;
}
.planningColorIndex {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.planningProjectName {
  font-size: 24px;
  font-weight: 600;
}
.planningInfoItemHeader {
  font-size: 16px;
  font-weight: 600;
}
.planningInfoItemSub {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
}
.planningInfoItemSubSelectable {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.planningPerson {
  display: flex;
  margin-top: 15px;
  color: #777777;
}
.planningAvatar {
  margin-right: 10px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffcc00;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #515253;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 2px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.planningAvatarName {
  font-size: 12px;
  line-height: 16px;
}
.planningCategory {
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 20px;
  max-width: 315px;
  word-wrap: break-word;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  color: #999;
}
.skillList .skill {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
.skillList .skill .state {
  font-size: 16px;
}
.skillList .skill .state.valid {
  color: #57ad68;
}
.skillList .skill .state.warning {
  color: #ffcc00;
}
.skillList .skill .state.expired {
  color: #cc5454;
}
.skillList .skill .name {
  font-size: 16px;
  font-weight: bold;
}
.skillList .skill .id,
.skillList .skill .expiry {
  font-size: 12px;
  color: #757575;
}
.skillList .skill .edit,
.skillList .skill .remove {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
}
.skillList .skill .remove {
  right: 50px;
}
#app-skills-info .skill {
  margin-top: 20px;
}
#app-skills-info .skill .skillRow {
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
#app-skills-info .skill .skillRow .skillIconCell {
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  color: #777777;
  margin-top: 3px;
}
#app-skills-info .skill .skillRow .skillIconCell.skillStatusCell {
  height: 40px;
  align-items: center;
}
#app-skills-info .skill .skillRow .skillIconCell .skillStatusIcon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
#app-skills-info .skill .skillRow .skillIconCell .skillStatusIcon.valid {
  background-color: green;
}
#app-skills-info .skill .skillRow .skillIconCell .skillStatusIcon.warning {
  background-color: yellow;
}
#app-skills-info .skill .skillRow .skillIconCell .skillStatusIcon.expired {
  background-color: red;
}
#app-skills-info .skill .skillRow .skillIconCell i {
  font-size: 18px;
}
#app-skills-info .skill .skillRow .skillFileImage {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  margin-top: 2px;
  margin-right: 2px;
}
#app-skills-info .skill .skillRow .skillInfoCell {
  margin-left: 10px;
  font-weight: 600;
}
#app-skills-info .skill .skillRow .skillInfoCell .skillInfoBigHeader {
  font-size: 24px;
}
#app-skills-info .skill .skillRow .skillInfoCell .skillInfoHeader {
  font-size: 16px;
}
#app-skills-info .skill .skillRow .skillInfoCell .skillInfoSub {
  font-size: 14px;
  color: #777777;
  white-space: pre-wrap;
  word-break: break-all;
}
#app-skills-info .skill .skillRow .skillInfoOfflineAvailability {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #777777;
}
#app-skills-info .skill .skillRow .skillInfoOfflineAvailability .iconContainer {
  margin-right: 2px;
}
#app-skills-info .skill .skillRow.skillFiles {
  flex-wrap: wrap;
}
#app-skills-info .skill .skillRow .skillFile {
  padding: 12px 0 12px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app-skills-info .skill .skillRow .skillFile.downloaded {
  opacity: 1;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileIcon {
  width: 25px;
  font-size: 25px;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_pdf {
  color: #f44336;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_excel {
  color: #3a9161;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_zip {
  color: #afb42b;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_word {
  color: #3162ac;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_file {
  color: #42a5f5;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileInfos {
  padding-left: 10px;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileInfos .skillFileTitle {
  font-weight: 500;
  font-size: 14px;
  flex: 1;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileInfos .skillFileDetails {
  color: #757575;
  font-weight: lighter;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .skillFileInfos .skillFileDetails a {
  text-decoration: auto;
}
#app-skills-info .skill .skillRow .skillFile .skillFileWrapper .placeholder {
  width: 40px;
}
#app-skills-info .skill .skillRow .skillFile .downloadProgress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: #ffcc00;
  width: 0%;
  display: none;
}
#app-skills-info .skill .skillRow .skillFile.blocked .downloadProgress {
  display: block;
}
#app-skills-entry #input-files {
  padding: 7px 0;
  margin-bottom: 0 !important;
  position: relative;
  text-align: left;
}
#app-skills-entry #input-files .title {
  position: relative;
  font-size: 14px;
  color: #757575;
  font-weight: 400;
  padding-bottom: 6px;
}
#app-skills-entry #input-files .content {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: white;
  display: flex;
}
#app-skills-entry #input-files .content .splitEven {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  color: #3d277f;
  cursor: pointer;
  margin: 30px;
}
#app-skills-entry #input-files .content .splitEven i {
  font-size: 30px;
}
#app-skills-entry #input-files .content .splitEven div {
  margin-top: 5px;
  font-size: 15px;
}
#app-skills-entry #input-files #addedFiles {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
#app-skills-entry #input-files #addedFiles .skillFile {
  padding: 12px 0 12px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileIcon {
  width: 35px;
  font-size: 35px;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_pdf {
  color: #f44336;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_excel {
  color: #3a9161;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_zip {
  color: #afb42b;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_word {
  color: #3162ac;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileIcon .icon-filetype_file {
  color: #42a5f5;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileImage {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  margin-top: 2px;
  margin-right: 2px;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileInfos {
  padding-left: 10px;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileInfos .skillFileTitle {
  font-weight: 500;
  font-size: 14px;
  flex: 1;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileInfos .skillFileDetails {
  color: #757575;
  font-weight: lighter;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .skillFileInfos .skillFileDetails a {
  text-decoration: auto;
}
#app-skills-entry #input-files #addedFiles .skillFile .skillFileWrapper .remove {
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #757575;
  cursor: pointer;
}
#app-skills-entry #input-files .inputPhotoWeb,
#app-skills-entry #input-files .inputFileWeb {
  position: absolute;
  right: 99999px;
}
.screen-content {
  overflow-y: auto;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
.btn.btn-login:hover {
  background: #ffcc00;
  border-color: #ffcc00;
}
.btn.btn-primary:hover {
  background: #ffcc00;
  border-color: #ffcc00;
}
.btn.btn-red:hover {
  background: #cc5454;
  border-color: #cc5454;
}
.btn.btn-dash:hover {
  background: rgba(0, 0, 0, 0.02);
}
.btn.btn-flat-icon:hover,
.btn.btn-flat:hover {
  background: rgba(0, 0, 0, 0.08);
}
.btn.btn-flat-icon:active,
.btn.btn-flat:active {
  background: rgba(0, 0, 0, 0.2);
}
.select-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.select-list-item.disabled:hover {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.05);
}
.tabs .tab .inner:hover {
  border-bottom: 2px solid #ffcc00;
}
.list-el:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.list-el.subselect:hover {
  background-color: inherit;
  border-color: rgba(0, 0, 0, 0.05);
}
.list-el.subselect .list-sub-el:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-el.noedit:hover {
  background-color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.delete:hover:before {
  color: #cc5454;
}
.phototile .delbtn:hover:before {
  color: #cc5454;
}
.section .section-undo:hover {
  text-decoration: underline;
}
