.navbar,
.panel,
.list-group-panel,
.filter-heading,
.list-group.table-container,
.btn:not(.btn-link),
.multiselect-typeahead,
.dropdown-menu,
.paged-list,
.table:not(.with-paging),
.table.with-paging tbody,
table.with-paging > thead > tr:not(.paging-container) {
  border-width: 0 !important;
  box-shadow: 0 0 2px #aaa !important;
}
ul.paged-list > li {
  border-left: none;
  border-right: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here (https://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/) */
  .navbar,
  .panel,
  .list-group-panel,
  .filter-heading,
  .list-group.table-container,
  .btn:not(.btn-link),
  .multiselect-typeahead,
  .dropdown-menu,
  .table,
  .paged-list > .list-group-item {
    border-width: 0 !important;
    box-shadow: 0 0 7px #aaa !important;
  }
}
.table.no-border,
.table.with-paging {
  box-shadow: none !important;
}
.multiline-with-button.read-only .multiselect-typeahead {
  box-shadow: none !important;
}
.list-group-item-header .btn,
.btn-hover-border {
  border-width: 1px !important;
  box-shadow: none !important;
}
.nav > .active > a {
  box-shadow: 0 -2px 2px #ddd;
}
div.heading {
  border-bottom: none !important;
}
.form-control {
  box-shadow: none;
}
table.table > thead:first-child > tr:first-child > th {
  border-top: none !important;
}
table.table > tbody > tr:last-child > th,
table.table > tbody > tr:last-child > td {
  border-bottom: none !important;
}
table.table > tbody > tr > td:first-child,
table.table > tbody > tr > th:first-child,
table.table > thead > tr > th:first-child {
  border-left: none !important;
}
table.table > tbody > tr > td:last-child,
table.table > tbody > tr > th:last-child,
table.table > thead > tr > th:last-child {
  border-right: none !important;
}
/* Mixin */
.merge-rot-parent-mixin {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.merge-rot-parent-mixin.rotated {
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
.merge-rot-parent-mixin.rotate {
  -webkit-animation: merge-rot-parent 1s 1 ease-in-out;
  animation: merge-rot-parent 1s 1 ease-in-out;
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
.merge-rot-parent-mixin.rotate-back {
  -webkit-animation: merge-rot-parent-back 1s 1 ease-in-out;
  animation: merge-rot-parent-back 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.merge-rot-child-mixin {
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
.merge-rot-child-mixin.rotated {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.merge-rot-child-mixin.rotate {
  -webkit-animation: merge-rot-child 1s 1 ease-in-out;
  animation: merge-rot-child 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.merge-rot-child-mixin.rotate-back {
  -webkit-animation: merge-rot-child-back 1s 1 ease-in-out;
  animation: merge-rot-child-back 1s 1 ease-in-out;
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
@-webkit-keyframes merge-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-moz-keyframes merge-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-ms-keyframes merge-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-o-keyframes merge-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@keyframes merge-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-webkit-keyframes merge-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-moz-keyframes merge-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-ms-keyframes merge-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-o-keyframes merge-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@keyframes merge-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes merge-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-moz-keyframes merge-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-ms-keyframes merge-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-o-keyframes merge-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@keyframes merge-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes merge-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-moz-keyframes merge-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-ms-keyframes merge-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-o-keyframes merge-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@keyframes merge-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
div.radio-group div.radio:first-child,
div.checkbox-group div.radio:first-child,
div.radio-group div.checkbox:first-child,
div.checkbox-group div.checkbox:first-child {
  padding-top: 0px;
}
div.checkbox-group-condensed div.checkbox {
  padding-top: 0px;
}
/*iframe für due_structure
kann nicht input tree.less da man dort das INNERN stylet*/
iframe.fraTree {
  background-color: #fff;
  padding: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.header-icon {
  padding: 0px;
}
.header-icon:before {
  font-size: 18px;
  color: #0268b2;
}
.header-icon:hover,
.header-icon:focus {
  text-decoration: none;
}
.form-inline > select + select {
  margin-left: 5px;
}
.nowrap {
  white-space: nowrap;
}
.wrap {
  white-space: normal;
}
.overflow {
  overflow: auto;
}
.page-list-table-content {
  max-height: 200px;
  overflow: auto;
  display: block;
  white-space: pre-line;
}
.page-list-table-content p {
  margin: 0;
}
.page-list-table-content-collapsible {
  display: inline-flex;
  max-width: 384px;
}
.page-list-table-content-collapsible span {
  padding-left: 5px;
  width: max-content;
}
.overflow-hidden {
  overflow: hidden;
}
.border-radius-none {
  border-radius: 0px !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.no-float {
  float: none !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.inline-block.valign-top {
  vertical-align: top;
}
.pointer {
  cursor: pointer;
}
.move {
  cursor: move;
}
.width-100 {
  width: 100% !important;
}
.width-70 {
  width: 70% !important;
}
.width-50 {
  width: 50% !important;
}
.width-30 {
  width: 30% !important;
}
.border-radius-top {
  border-radius: 2px 2px 0px 0px;
}
.border-radius-bottom {
  border-radius: 0px 0px 2px 2px;
}
.no-border-radius {
  border-radius: 0px;
}
.no-border {
  border: none;
}
.margin-left-xs {
  margin-left: 5px;
}
.margin-right-xs {
  margin-right: 5px;
}
.margin-left-s {
  margin-left: 10px;
}
.margin-left-m {
  margin-left: 20px;
}
.margin-left-none {
  margin-left: 0px !important;
}
.no-margin {
  margin: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.margin-bottom-s {
  margin-bottom: 10px !important;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-bottom-m {
  margin-bottom: 20px;
}
.margin-bottom-l {
  margin-bottom: 40px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-margin-right {
  margin-right: 0px;
}
.margin-top-minus-s {
  margin-top: -10px;
}
.margin-top-xs {
  margin-top: 5px;
}
.margin-top-s {
  margin-top: 10px;
}
.margin-top-m {
  margin-top: 20px;
}
.margin-top-l {
  margin-top: 40px;
}
.margin-right-xs {
  margin-right: 5px;
}
.margin-right-s {
  margin-right: 10px;
}
.margin-right-m {
  margin-right: 20px;
}
.margin-right-none {
  margin-right: 0px !important;
}
.margin-bottom-none {
  margin-bottom: 0px !important;
}
.margin-top-none {
  margin-top: 0px !important;
}
.pull-up-m {
  margin-bottom: -20px;
}
.padding-s {
  padding: 10px;
}
.padding-bottom-s {
  padding-bottom: 10px;
}
.padding-top-xs {
  padding-top: 5px;
}
.padding-top-s {
  padding-top: 10px;
}
.padding-top-l {
  padding-top: 15px;
}
.padding-right-xs {
  padding-right: 5px;
}
.border-none {
  border: none !important;
}
.padding-none {
  padding: 0px;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.padding-m {
  padding: 10px;
}
.padding-left-s {
  padding-left: 5px !important;
}
.padding-left-m {
  padding-left: 10px !important;
}
.padding-left-l {
  padding-left: 15px !important;
}
.padding-left-xl {
  padding-left: 20px !important;
}
.padding-right-s {
  padding-right: 5px !important;
}
.padding-right-xxl {
  padding-right: 25px !important;
}
.visibility-hidden {
  visibility: hidden;
}
.important {
  color: #0268b2 !important;
}
.unselected {
  color: #999999 !important;
}
.reviewed,
.positive,
.success {
  color: #5cb85c !important;
}
.state-success {
  color: #3c763d !important;
}
.info,
.info-link {
  color: #5bc0de;
}
.warning {
  color: #f0ad4e;
}
.danger,
.negative,
.error {
  color: #d9534f !important;
}
.radio-indent {
  margin-left: 20px;
}
.bottom-line {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.transparent {
  opacity: 0.5;
}
.disabled {
  color: #999999 !important;
}
.foreign-entry,
.foreign-entry > * > h4,
.foreign-entry .icon:before {
  color: #999999 !important;
}
.booking-neutral {
  color: #999999;
}
.center-h {
  margin-left: auto;
  margin-right: auto;
}
.v-spacer-m {
  width: 100%;
  height: 20px;
}
.normal-text,
.normal-text:hover,
.normal-text:active {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.no-border-bottom-right-radius {
  border-bottom-right-radius: 0px;
}
.no-border-bottom-left-radius,
.no-border-bottom-left-radius-child > div {
  border-bottom-left-radius: 0px;
}
.task-collaborator-image,
.partner-image {
  border-radius: 120px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.task-collaborator-image > img,
.partner-image > img {
  min-width: 120px;
  max-width: 120px;
}
.task-collaborator-image.empty,
.partner-image.empty {
  background-color: #f0f0f0;
}
.task-collaborator-image.empty:before,
.partner-image.empty:before {
  font-family: "FontAwesome";
  font-size: 120px;
  top: 0px;
  color: #0268b2;
  content: "\f007";
  margin: auto;
  width: 120px;
  height: 120px;
  display: block;
}
.task-collaborator-image.empty.company:before,
.partner-image.empty.company:before {
  content: "\f1ad";
  font-size: 86px;
  margin-left: 4px;
}
sc-task-collaborator-image > .task-collaborator-image,
sc-partner-image > .partner-image {
  width: 64px;
  height: 64px;
  display: block;
  margin: auto;
}
sc-task-collaborator-image > .task-collaborator-image.empty:before,
sc-partner-image > .partner-image.empty:before {
  font-size: 64px;
  width: 64px;
  height: 64px;
}
sc-task-collaborator-image > .task-collaborator-image.empty.company:before,
sc-partner-image > .partner-image.empty.company:before {
  line-height: 74px;
  font-size: 54px;
  margin-left: 2px;
}
sc-task-collaborator-image > .task-collaborator-image > img,
sc-partner-image > .partner-image > img {
  min-width: 64px;
  max-width: 64px;
}
sc-task-collaborator-image.xs > .task-collaborator-image,
sc-partner-image.xs > .partner-image,
.partner-image.small {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
sc-task-collaborator-image.xs > .task-collaborator-image.empty:before,
sc-partner-image.xs > .partner-image.empty:before,
.partner-image.small.empty:before {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
sc-task-collaborator-image.xs > .task-collaborator-image.empty.company:before,
sc-partner-image.xs > .partner-image.empty.company:before,
.partner-image.small.empty.company:before {
  line-height: 50px;
  font-size: 30px;
  margin-left: 2px;
}
sc-task-collaborator-image.xs > .task-collaborator-image > img,
sc-partner-image.xs > .partner-image > img,
.partner-image.small > img {
  min-width: 40px;
  max-width: 40px;
}
sc-partner-image.like-collaborator-image-xs > .partner-image,
.partner-image.small {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0;
}
sc-partner-image.like-collaborator-image-xs > .partner-image.empty:before,
.partner-image.small.empty:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
sc-partner-image.like-collaborator-image-xs > .partner-image.empty.company:before,
.partner-image.small.empty.company:before {
  line-height: 32px;
  font-size: 31px;
  margin-left: 1px;
}
sc-partner-image.like-collaborator-image-xs > .partner-image > img,
.partner-image.small > img {
  min-width: 32px;
  max-width: 32px;
}
a.partner-image.empty:hover:before,
a:hover .partner-image.empty:before {
  color: #0385e4;
}
.panel-header-control {
  display: none;
}
.auto-grow {
  height: 60px !important;
  -webkit-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
  -webkit-transition: height 0.3s 0s 1s linear;
  -moz-transition: height 0.3s 0s 1s linear;
  -o-transition: height 0.3s 0s 1s linear;
  -ms-transition: height 0.3s 0s 1s linear;
  transition: height 0.3s 0s 1s linear;
}
.auto-grow:focus {
  height: 120px !important;
  -webkit-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
  -webkit-transition: height 0.3s 0s 1s linear;
  -moz-transition: height 0.3s 0s 1s linear;
  -o-transition: height 0.3s 0s 1s linear;
  -ms-transition: height 0.3s 0s 1s linear;
  transition: height 0.3s 0s 1s linear;
}
.auto-grow-small {
  height: 34px !important;
  -webkit-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
  -webkit-transition: height 0.3s 0s 1s linear;
  -moz-transition: height 0.3s 0s 1s linear;
  -o-transition: height 0.3s 0s 1s linear;
  -ms-transition: height 0.3s 0s 1s linear;
  transition: height 0.3s 0s 1s linear;
}
.auto-grow-small:focus {
  height: 80px !important;
  -webkit-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
  -webkit-transition: height 0.3s 0s 1s linear;
  -moz-transition: height 0.3s 0s 1s linear;
  -o-transition: height 0.3s 0s 1s linear;
  -ms-transition: height 0.3s 0s 1s linear;
  transition: height 0.3s 0s 1s linear;
}
.auto-grow-big {
  height: 150px !important;
  -webkit-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
  -webkit-transition: height 0.3s 0s 1s linear;
  -moz-transition: height 0.3s 0s 1s linear;
  -o-transition: height 0.3s 0s 1s linear;
  -ms-transition: height 0.3s 0s 1s linear;
  transition: height 0.3s 0s 1s linear;
}
.auto-grow-big:focus {
  height: 250px !important;
  -webkit-transition: height 0.3s 0s;
  transition: height 0.3s 0s;
  -webkit-transition: height 0.3s 0s 1s linear;
  -moz-transition: height 0.3s 0s 1s linear;
  -o-transition: height 0.3s 0s 1s linear;
  -ms-transition: height 0.3s 0s 1s linear;
  transition: height 0.3s 0s 1s linear;
}
.align-left {
  text-align: left !important;
}
.number,
.align-right {
  text-align: right;
}
.number-aligned-to-input {
  text-align: right;
  padding-right: 12px;
}
.number-textbox-small {
  width: 140px;
}
.align-center {
  text-align: center;
}
.adjacent-container {
  display: table;
}
.adjacent-container > * {
  display: table-cell;
}
.adjacent-container > *.adjacent-icon {
  width: 1px;
  padding-left: 10px;
}
.adjacent-container > *.min-width {
  width: 1px;
  padding-right: 10px;
}
.time {
  width: 85px;
}
.zip {
  width: 95px;
}
.year {
  width: 58px;
}
.medium:not(.icon) {
  width: 100px;
}
.horizontal-control {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.horizontal-control + .horizontal-control {
  padding-left: 20px;
}
.horizontal-control.right {
  width: 100%;
}
.border-transparent {
  border-color: transparent;
}
.text-overflow,
.address-lines-nowrap address > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.text-overflow {
  display: block;
}
.hover-edit .form-control:not(:hover):not(:focus):not(:active),
.hover-edit .btn:not(:hover):not(:focus):not(:active) {
  border-color: transparent;
  box-shadow: none;
}
.hover-edit .datepicker input {
  text-align: right;
}
.hover-delete {
  display: inline-block;
  border: 1px solid transparent;
  padding: 5px 30px 5px 10px;
  position: relative;
  border-radius: 2px;
  margin-top: -2px;
  margin-bottom: -2px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hover-delete > .delete:before {
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  right: 7px;
  top: 3px;
  font-size: 18px;
  color: #555555;
  display: none;
}
.hover-delete > .delete:hover:before {
  color: #0fd2f5;
}
.hover-delete:hover {
  background-color: #fafafa;
  border-color: #ddd;
}
.hover-delete:hover > .delete:before {
  display: block;
}
.checkbox-before-list-item-view {
  position: absolute;
}
.checkbox-before-list-item-view + .list-item-view {
  margin-left: 10px;
}
.list-item-view {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 40px;
  position: relative;
  color: #333333;
}
.list-item-view .icon {
  color: #0268b2;
}
.list-item-view .icon.task-item {
  padding-top: 5px;
}
.list-item-view .icon.color-inherit {
  color: inherit;
}
.list-item-view.disabled h4 {
  color: #999999 !important;
}
.list-item-view:hover .icon {
  color: #0385e4;
}
.list-item-view > div {
  display: table-cell;
  vertical-align: middle;
}
.list-item-view > div.picture,
.list-item-view > div.icon {
  width: 60px;
  min-width: 60px;
  text-align: center;
}
.list-item-view > div > h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #333333;
}
.list-item-view.with-badge > div > h4 {
  width: 90%;
}
.list-item-view > div > .badge {
  position: absolute;
  right: 0;
  top: 5px;
}
.list-item-view:hover {
  text-decoration: none;
}
.list-item-view:hover > div > h4 {
  color: #0385e4 !important;
}
.list-item-view:active > div > h4 {
  color: #014b80 !important;
}
.list-item-view:hover > div > h4.not-clickable {
  color: #333333 !important;
}
.list-item-view + .icon.delete,
.list-item-view + .icon-container {
  position: absolute;
  display: none;
  cursor: pointer;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  font-size: 24px;
}
.list-item-view + .icon.delete.with-badge,
.list-item-view + .icon-container.with-badge {
  margin-top: -6px;
}
.list-item-view + .icon.delete.icon.delete:hover,
.list-item-view + .icon-container.icon.delete:hover,
.list-item-view + .icon.delete.icon-container > *:hover,
.list-item-view + .icon-container.icon-container > *:hover {
  color: #0268b2;
}
.list-item-view + .icon.delete.icon-container > a,
.list-item-view + .icon-container.icon-container > a {
  display: inline-block;
  vertical-align: middle;
}
.list-item-view + .icon.delete.icon-container > a.edit,
.list-item-view + .icon-container.icon-container > a.edit {
  padding-top: 2px;
}
.list-item-view.bold h4 {
  font-weight: bold;
}
.list-item-icon-container {
  width: 100%;
  position: relative;
}
.list-item-icon-container .icon-container {
  position: absolute;
  display: none;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  font-size: 24px;
}
.list-item-icon-container .icon-container > a {
  display: inline-block;
  vertical-align: middle;
}
.list-item-icon-container .icon-container > a.edit {
  padding-top: 2px;
}
.list-item-icon-container:hover .icon-container {
  display: block;
}
ul.quick-links {
  margin-bottom: -20px;
  margin-right: -16px;
  white-space: nowrap;
}
ul.quick-links > li:not(:last-child) {
  margin-right: 20px;
}
.quick-link {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
}
.quick-link:hover {
  color: #0268b2;
}
.quick-link:hover:before {
  color: #0385e4;
}
.quick-link:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
  color: #0268b2;
}
.btn.with-list-item-view {
  text-align: left;
  position: relative;
}
.btn.with-list-item-view .caret {
  position: absolute;
  right: 10px;
  top: 50%;
}
.list-item-view.with-icons,
.list-group-item.with-icons {
  padding-right: 70px !important;
}
.list-group-item.with-checkbox .checkbox-container {
  position: absolute;
  z-index: 5;
}
.list-group-item.with-checkbox .checkbox-container + .list-item-view {
  margin-left: 10px;
}
ul.dropdown-menu > li.active > a.list-item-view .icon {
  color: #fff;
}
.right-buttons-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.right-buttons-container > div .heading-left {
  margin-right: auto;
}
.right-buttons-container > div .heading-left.no-overflow {
  max-width: 90%;
}
.right-buttons-container > div .heading-left.no-overflow .dropdown-toggle {
  display: flex;
  align-items: center;
}
.right-buttons-container > div .heading-left.no-overflow .dropdown-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-buttons-container > div .heading-right {
  margin-left: 10px;
}
.three-cols-container {
  display: table;
  width: 100%;
}
.three-cols-container > div {
  display: table-row;
  vertical-align: middle;
}
.three-cols-container > div > div {
  width: 33.3%;
  display: table-cell;
  text-align: center;
}
.three-cols-container > div > div:first-child {
  text-align: left;
}
.three-cols-container > div > div:last-child {
  text-align: right;
}
.panel-heading > div.align-container {
  margin-top: -5px;
  margin-bottom: -12px;
}
li:hover > .list-item-view + .icon.delete,
li:hover > .list-item-view + .icon-container {
  display: block;
}
.form-read-only label {
  font-weight: bold;
  margin-bottom: 0px;
}
.empty-field {
  color: #bbb;
}
.multiline-with-button {
  display: flex;
  justify-content: stretch;
}
.multiline-with-button > div {
  width: 100%;
}
.multiline-with-button > div:not(:first-child) > .multiselect-typeahead {
  border-radius: 0px;
  border-left: none;
}
.multiline-with-button > div > .multiselect-typeahead {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
.multiline-with-button > .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.multiline-with-button > .btn.btn-icon:before {
  align-self: center;
}
.multiline-with-button > .btn.additional {
  border-left: none;
  border-radius: 0px;
}
.multiline-with-button > .btn:first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.multiline-with-button > .btn:last-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.multiline-with-button > .btn.clear-filter[disabled] {
  background-color: #eeeeee;
}
.multiline-with-button > .btn.loading {
  display: flex;
}
.multiline-with-button.read-only > div > .multiselect-typeahead {
  border: none;
  padding-top: 0px;
  background-color: transparent;
}
.multiline-with-button.read-only > div > .multiselect-typeahead > ul.item-list {
  margin: 0px;
}
.multiline-with-button.read-only a {
  font-weight: normal;
}
.multiline-with-button.read-only > .btn {
  display: none;
}
.multiline-with-button.read-only input {
  display: none !important;
}
.multiline-with-button.read-only .icon.delete {
  display: none;
}
.multiline-with-button.read-only .multiselect-typeahead {
  padding: 0px;
  min-height: 0px;
}
.multiline-with-button.read-only .multiselect-typeahead > ul.item-list > li {
  margin-top: 0px;
}
.multiline-with-button.read-only .multiselect-typeahead > ul.item-list > li.textbox:first-child:before {
  content: '-';
  color: #bbb;
}
.multiline-with-button.read-only .multiselect-typeahead > ul.item-list > li > div > a {
  background-color: transparent;
  padding: 0px;
  border: none;
}
.checkboxlist-form-horizontal {
  margin-top: 6px;
}
.checkboxlist-form-horizontal > tbody > tr > td > label {
  font-weight: normal;
  padding-right: 5px;
}
.checkboxlist-form-horizontal > tbody > tr > td > input {
  margin-right: 5px;
}
.has-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.background-white {
  background-color: white;
}
.background-primary {
  background-color: #0268b2;
}
.responsive-always {
  overflow: auto;
}
table.td-padding-left-10px > tbody > tr > td {
  padding-left: 10px;
}
table.td-padding-left-10px > tbody > tr > td td:first-child {
  padding-left: 0px;
}
.month-mark-heavy {
  font-weight: bold;
}
.text-mark-discreet,
.month-mark-discreet {
  font-style: italic;
}
.autoscroll-container,
.preview-container {
  max-height: 500px;
  overflow: auto;
}
.display-table {
  display: table;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.display-table-cell.center {
  text-align: center;
}
.display-table-cell.right {
  text-align: right;
}
.width-50 {
  width: 50%;
}
.width-33 {
  width: 33%;
}
.image-selector {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  cursor: pointer;
  top: 0;
  left: 0;
}
a.remove-image {
  position: absolute;
  left: 50px;
  bottom: 0px;
  z-index: 1;
  color: #D8290B;
}
a.remove-image:before {
  font-size: 24px !important;
}
a.remove-image:hover {
  color: #f44122;
}
a.list-item-view:hover .partner-image:not(.empty),
a.partner-image:not(.empty):hover {
  filter: saturate(1.2);
  -webkit-filter: saturate(1.2);
  -moz-filter: saturate(1.2);
  -o-filter: saturate(1.2);
  -ms-filter: saturate(1.2);
}
.sub-title {
  font-size: small;
}
div:not(.modal-body) .container-maximized {
  margin-left: calc((1140px - 98vw) / 2);
  width: 98vw;
}
.modal-body sc-paged-list .resize-table-buttons,
.modal-body .table-container .resize-table-buttons {
  display: none;
}
@media (max-width: 992px) {
  .table-container .resize-table-buttons {
    display: none;
  }
}
div.mouse-tooltip {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  position: absolute;
  visibility: hidden;
}
div.table-top-container {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: -30px;
  text-align: right;
}
div.table-top-container > .round-icon {
  margin-top: -3px;
  margin-bottom: -5px;
}
div.tooltip-table {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  position: absolute;
  display: none;
  font-size: 12px;
  opacity: 1;
  z-index: 1030;
}
div.mail-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 40%;
  padding: 5px;
  margin-bottom: 15px;
}
.translate-resource {
  cursor: pointer !important;
  z-index: 1041;
  position: absolute;
  margin: 0px;
  border-color: transparent !important;
  display: block;
}
.translate-resource:not(.btn) {
  color: #1e9ffc !important;
}
.translate-resource:not(.btn):hover {
  color: #50b4fd !important;
}
.form-container-label.translating.translate-resource {
  margin-top: 0px !important;
}
.translating:not(.btn):before,
.translating:not(.btn):after {
  visibility: hidden;
}
.translate-cancel {
  position: fixed;
  right: 0px;
  top: 0px;
  color: #0268b2;
  z-index: 1040;
  background-color: #fff;
  padding: 5px;
  border-bottom-left-radius: 2px;
}
.translate-cancel:hover {
  color: #0385e4;
}
.translate-cancel:before {
  margin-right: 5px;
}
.translate-help {
  position: absolute;
  top: 106px;
  width: 500px;
  background-color: #fff;
  z-index: 1049;
  border-radius: 2px;
  padding: 5px 15px;
  left: 50%;
  margin-left: -250px;
  text-align: center;
}
.translate-help > a {
  color: #0268b2;
}
.translate-help > div {
  text-align: left;
  margin: 10px 0px;
}
.translate-help > div ul {
  margin-top: 20px;
}
.container-unsupported-browser {
  width: 970px;
  margin-top: -50px;
  position: absolute;
}
.container-unsupported-browser table {
  padding: 20px;
  width: 100%;
}
.container-unsupported-browser table td {
  vertical-align: top;
  text-align: center;
  width: 33%;
}
.container-unsupported-browser table img.img-ie {
  height: 100px;
  width: 130px;
}
.container-unsupported-browser table img.img-chrome {
  height: 100px;
  width: 120px;
}
.container-unsupported-browser table img.img-firefox {
  height: 100px;
  width: 120px;
}
.container-unsupported-browser table a.browserlink {
  padding-top: 10px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.info-icon-container {
  position: relative;
}
.info-icon-container > .info-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.container-nojavascript {
  width: 50%;
  position: absolute;
  top: 50%;
  height: 110px;
  margin-top: -110px;
  left: 25%;
}
ul.table-container > li > table > thead > tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}
ul.table-container > li > table > thead > tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}
ul.table-container .table {
  margin-bottom: 0;
}
.update-info-row {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.update-info {
  color: #999999;
  font-size: smaller;
  float: right;
  margin-top: 2px;
}
div.assignmentComplete {
  text-align: right;
}
div.assignmentComplete > i {
  line-height: normal;
}
div.slider-disabled {
  position: relative;
}
div.slider-disabled > div:first-child {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.slider-disabled > div.ajax__slider_h_rail > div.ajax__slider_h_handle {
  width: 20px;
  height: 20px;
  background-color: #0268b2;
  border-radius: 10px;
  border: 1px solid #ccc;
}
div.slider-disabled > div.ajax__slider_h_rail > div.ajax__slider_h_handle > img {
  display: none;
}
.outer-progress-div {
  padding-top: 3px;
  padding-bottom: 10px;
}
ul.list-3d {
  list-style-type: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
}
ul.list-3d > li {
  background-color: #fafafa;
  box-shadow: 0px 1px 5px #ccc;
  position: absolute;
  width: 100%;
  min-height: 300px;
  padding: 20px;
  opacity: 1;
  -webkit-transition: opacity 1s 0s;
  transition: opacity 1s 0s;
  -webkit-transition: opacity 1s 0s 1s linear;
  -moz-transition: opacity 1s 0s 1s linear;
  -o-transition: opacity 1s 0s 1s linear;
  -ms-transition: opacity 1s 0s 1s linear;
  transition: opacity 1s 0s 1s linear;
}
ul.list-3d > li.inactive {
  opacity: 0;
}
a[confirm-click],
a[ng-click] {
  cursor: pointer;
}
div.form-horizontal-condensed > div.form-group {
  margin-bottom: 10px;
}
.modal-backdrop-around-iframe > div {
  z-index: 1030;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
}
.modal-backdrop-around-iframe > div.left {
  right: 50%;
  margin-right: 570px;
}
.modal-backdrop-around-iframe > div.right {
  left: 50%;
  margin-left: 570px;
}
.modal-backdrop-around-iframe > div.top {
  left: 50%;
  margin-left: -570px;
  width: 1140px;
  height: 132px;
  position: absolute;
}
/************* SAPcontrolling ****************/
div.ascaion.zurich.navbar {
  margin-top: 20px;
}
div.ascaion.zurich.navbar > div.container-fluid > div.user-context {
  padding: 15px 0px;
  display: inline-block;
}
div.ascaion.zurich.navbar > div.container-fluid > div > img.zurich-img {
  padding: 5px 0px;
}
div#BookingList > table.table-search span.help-block {
  margin-bottom: 0px;
  margin-top: 0px;
  font-style: italic;
}
div#BookingList > table.table-search td.toggler-td,
div#BookingList > table.table-search td.edit-td,
div#BookingList > table.table-search td.checkbox-td {
  vertical-align: top;
  width: 40px;
}
div#BookingList > table.table-search td.toggler-td > a.toggler,
div#BookingList > table.table-search td.edit-td > a.toggler,
div#BookingList > table.table-search td.checkbox-td > a.toggler,
div#BookingList > table.table-search td.toggler-td a.edit-entry,
div#BookingList > table.table-search td.edit-td a.edit-entry,
div#BookingList > table.table-search td.checkbox-td a.edit-entry {
  padding-top: 20px;
  display: inline-block;
}
div#BookingList > table.table-search td.toggler-td > a.toggler:hover,
div#BookingList > table.table-search td.edit-td > a.toggler:hover,
div#BookingList > table.table-search td.checkbox-td > a.toggler:hover,
div#BookingList > table.table-search td.toggler-td a.toggler:focus,
div#BookingList > table.table-search td.edit-td a.toggler:focus,
div#BookingList > table.table-search td.checkbox-td a.toggler:focus {
  text-decoration: none;
}
div#BookingList > table.table-search td.toggler-td > input[type=checkbox],
div#BookingList > table.table-search td.edit-td > input[type=checkbox],
div#BookingList > table.table-search td.checkbox-td > input[type=checkbox] {
  margin-top: 27px;
}
div#BookingList > table.table-search div.info-block {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
div#BookingList > table.table-search div.info-block > h3 {
  margin: 0px;
}
div#BookingList > table.table-search div.info-block span.info-text {
  /*line-height:20px;*/
  display: block;
}
div#BookingList > table.table-search div.info-block.contact {
  vertical-align: top;
}
div#BookingList > table.table-search div.additional-info-row {
  border-top: 1px outset #ccc;
  padding-top: 10px;
}
div.creditor-info > div.form-group > h4.info-header {
  padding-top: 7px;
  margin: 0px;
}
div.noSearchResults {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
span.inline-data {
  padding: 0px 5px;
}
div.externalToInternalArrow {
  text-align: center;
}
div.radio > label > input[disabled] + span {
  color: #999999;
}
div.panel-heading.auto-height {
  height: auto !important;
}
span.panel-header-number {
  display: inline-block;
  min-width: 15%;
  text-align: right;
}
table.table-fixed {
  table-layout: fixed;
}
table.table-fixed > tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-browse-button {
  position: relative;
  display: inline-block;
}
.file-browse-button input[type='file'] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  z-index: 1;
  cursor: pointer;
}
.file-browse-button input[type='file']:hover + .btn-default {
  background-color: #ebebeb;
  border-color: #adadad;
}
.link-dark {
  color: #045867;
}
.link {
  color: #08ABC9;
  cursor: pointer;
  font-weight: 300;
}
.link:hover {
  color: #0fd2f5;
}
.translating-modal .translating {
  z-index: 1100;
}
.modal-header > .translate {
  float: right;
  margin-right: 15px;
  margin-left: 20px;
  color: #aaa;
}
.modal-header > .translate:hover {
  color: #888;
}
.translate-popup-open .translating {
  display: none;
}
.comma-group > *:not(:last-child):after {
  content: ', ';
}
.combined-company-name-container {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background-color: #eeeeee;
  cursor: not-allowed;
}
.tree-node-link {
  color: #333333;
}
.tree-node:hover .tree-node-link,
.tree-node:focus .tree-node-link {
  color: #08ABC9;
  text-decoration: none;
}
div.panel.panel-small .panel-heading {
  padding: 5px;
  height: 1.8em;
}
div.buttons-radio .btn.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.radio-area {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 2px;
  margin-right: 1em;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.radio-area.selected {
  border-color: #ccc;
}
.radio-area.disabled {
  color: #999999 !important;
  cursor: auto;
}
.hotlinks-overflow ul.list-group {
  overflow-y: auto;
  max-height: 190px;
}
a.link-disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #999999 !important;
}
li.colored-strip {
  display: table-row;
}
li.colored-strip.colored-strip > a {
  padding-left: 10px;
}
li.colored-strip.colored-strip > p {
  padding-left: 10px;
}
li.colored-strip.colored-strip > div {
  padding-right: 10px;
  padding-left: 0px;
  height: 100%;
  display: table-cell;
}
li.colored-strip.colored-strip > div.color-1 {
  background-color: #07BFAA;
  color: #022b27;
}
li.colored-strip.colored-strip > div.color-2 {
  background-color: #FFCC03;
  color: #695400;
}
li.colored-strip.colored-strip > div.color-3 {
  background-color: #BF1815;
  color: #350706;
}
li.colored-strip.colored-strip > div.color-4 {
  background-color: #0268b2;
  color: #00101b;
}
li.colored-strip.colored-strip > div.color-5 {
  background-color: #E55919;
  color: #5b230a;
}
div.panel.list-group-container > div.panel-body.no-padding,
div.panel.list-group-container div.panel-body.no-padding {
  padding: 0px;
}
.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.relative-scrollbar-height {
  min-height: 18px;
}
ul.color-picker > li.cursor-default,
a.cursor-default {
  cursor: default;
}
.color- {
  color: #0268b2;
}
tr.row-click-disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #999999;
}
td > a.document-table-view,
span.tree-item-name {
  color: #333333;
}
td > a.document-table-view:hover,
span.tree-item-name:hover {
  text-decoration: none;
  color: #0385e4 !important;
}
td > a.document-table-view:active,
span.tree-item-name:active {
  color: #014b80 !important;
}
.front-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal-header.hide-translate-link a.icon.translate {
  display: none;
}
.hover-hide:hover {
  display: none !important;
}
.hover-hide-elements:hover .hover-hide {
  display: none !important;
}
.panel > .panel-heading,
.list-group > .list-group-item-heading {
  font-size: 1.6em;
  font-weight: 300;
}
.panel > .panel-heading a:hover,
.list-group > .list-group-item-heading a:hover {
  text-decoration: none;
}
.panel.panel-default > .panel-heading,
.list-group > .list-group-item-heading {
  color: #0268b2;
}
.panel.panel-default > .panel-heading .panel-body,
.list-group > .list-group-item-heading .panel-body {
  color: #333333;
}
.panel.panel-default.panel-success > .panel-heading {
  color: #3c763d;
}
.panel.panel-default > .alert {
  margin: 10px;
}
.input-group-addon .checkbox-inline {
  padding-top: 0px;
}
ul.dropdown-menu {
  max-height: auto;
  overflow: auto;
}
ul.dropdown-menu > li > div {
  padding-left: 20px;
  padding-right: 20px;
}
input[typeahead] + ul.dropdown-menu {
  overflow: visible;
  max-height: none;
}
.typeahead-dropdown ul.dropdown-menu,
ul.dropdown-menu.dropdown-below-textbox {
  width: 100%;
  margin-top: -1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.typeahead-dropdown > input:focus {
  border-right-color: transparent;
}
.typeahead-dropdown > input:focus + ul + ul + span > button {
  border-right-color: #1e9ffc;
  border-bottom-color: #1e9ffc;
  border-top-color: #1e9ffc;
}
.typeahead-dropdown-open > input {
  border-bottom-left-radius: 0px;
  border-left-color: #1e9ffc;
  border-top-color: #1e9ffc;
}
.typeahead-dropdown-open button.dropdown-toggle {
  border-bottom-right-radius: 0px;
  border-right-color: #1e9ffc !important;
  border-top-color: #1e9ffc !important;
  border-bottom-color: transparent;
}
.typeahead-dropdown-open ul.dropdown-menu {
  border-left-color: #1e9ffc;
  border-bottom-color: #1e9ffc;
  border-right-color: #1e9ffc;
}
.typeahead-dropdown > input[aria-expanded='true'] {
  border-bottom-left-radius: 0px;
}
.typeahead-dropdown > input[aria-expanded='true']:focus,
.typeahead-dropdown > input[aria-expanded='true']:active {
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.typeahead-dropdown > input[aria-expanded='true']:focus + ul,
.typeahead-dropdown > input[aria-expanded='true']:active + ul {
  border-right-color: #1e9ffc;
  border-bottom-color: #1e9ffc;
  border-left-color: #1e9ffc;
}
.typeahead-dropdown > input[aria-expanded='true']:focus + ul + ul + span > button,
.typeahead-dropdown > input[aria-expanded='true']:active + ul + ul + span > button {
  border-top-color: #1e9ffc;
  border-right-color: #1e9ffc;
  border-bottom-color: transparent;
}
.typeahead-dropdown > input[aria-expanded='true'] + ul + ul + span > button {
  border-bottom-right-radius: 0px;
}
.typeahead-dropdown a {
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.dropdown-menu > li > table,
ul.dropdown-menu > sc-dropdown-menu > li > table.table {
  margin-bottom: 0px;
}
ul.dropdown-menu > li > table > thead > tr:first-child > th,
ul.dropdown-menu > sc-dropdown-menu > li > table.table > thead > tr:first-child > th {
  border: none !important;
}
ul.dropdown-menu > li > table > tbody > tr:last-child > td,
ul.dropdown-menu > sc-dropdown-menu > li > table.table > tbody > tr:last-child > td {
  border-bottom: none;
}
ul.dropdown-menu > li > table > tbody > tr > td:first-child,
ul.dropdown-menu > sc-dropdown-menu > li > table.table > tbody > tr > td:first-child {
  border-left: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
ul.dropdown-menu > li > table > tbody > tr > td:last-child,
ul.dropdown-menu > sc-dropdown-menu > li > table.table > tbody > tr > td:last-child {
  border-right: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
a.list-group-item-heading:hover {
  background-color: #fff !important;
}
a.list-group-item-heading + a.list-group-item {
  border-top: none;
}
.list-group-item-heading {
  height: 54px;
  margin-bottom: 0px;
  background-color: #eeeff4;
}
.filter-heading {
  background-color: #eeeff4;
}
.filter-heading button.text-button {
  background-color: transparent;
  color: #0268b2;
}
.filter-heading button.text-button:not(:active):not(:hover):not(.active) {
  border-color: transparent;
}
.filter-heading button.text-button.active {
  border: 1px solid #ccc;
  color: #0268b2;
  background-color: #fff;
}
.filter-heading button.text-button[disabled] {
  background-color: transparent;
  color: #555555;
}
.list-group.list-group-panel {
  padding: 0px 25px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.list-group.list-group-panel > div > .list-group-item:not(.list-group-item-footer),
.list-group.list-group-panel > .list-group-item:not(.list-group-item-footer) {
  border: none;
  margin-bottom: 0px;
  padding: 10px 5px;
}
.list-group.list-group-panel > div > .list-group-item:not(.list-group-item-footer) h4,
.list-group.list-group-panel > .list-group-item:not(.list-group-item-footer) h4 {
  color: #333333;
}
.list-group.list-group-panel > div > .list-group-item:not(.list-group-item-footer):last-child:not(.list-group-item-heading),
.list-group.list-group-panel > .list-group-item:not(.list-group-item-footer):last-child:not(.list-group-item-heading) {
  margin-bottom: 15px;
}
.list-group.list-group-panel > .list-group-item-heading:not(.list-group-item-footer) {
  border-bottom: 1px solid #ccc;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.list-group.list-group-panel > .list-group-item-heading:not(.list-group-item-footer) > a,
.list-group.list-group-panel > .list-group-item-heading:not(.list-group-item-footer) > span > a {
  color: #0268b2;
}
.list-group.list-group-panel > .list-group-item-heading:not(.list-group-item-footer):last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.list-group.list-group-panel > .list-group-item-heading-search .icon.search {
  color: #0268b2;
}
.list-group.list-group-panel > .list-group-item-heading-search div.input-icon {
  position: relative;
}
.list-group.list-group-panel > .list-group-item-heading-search div.input-icon:before {
  z-index: 1;
}
.list-group.list-group-panel > .list-group-item-heading-search div.input-icon > input {
  position: absolute;
  top: -1px;
}
.list-group.list-group-panel .list-group-item:not(.list-group-item-heading) + .list-group-item {
  border-top: 1px solid #ddd;
}
.list-group.list-group-panel .list-group-item-footer {
  border-bottom: none;
  border-top: 1px solid #ddd;
  border-left: none;
  border-right: none;
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
  margin-top: 15px;
  padding: 10px 15px;
  margin-bottom: 0px;
}
.list-group.list-group-panel .list-group-item:not(.list-group-item-heading):hover {
  background-color: #fafafa;
}
.list-group.list-group-panel > .list-group-item.no-hover:hover {
  background-color: #fff;
}
.list-group.list-group-panel > .list-group-item.no-border-bottom + li {
  border-top: none;
}
.list-group.list-group-panel .list-group-item-empty-space {
  height: 61px;
}
ul:not(.list-group-panel) > li.list-group-item-heading + li.list-group-item {
  border-top: none;
}
li.list-group-item > div > h5:first-child {
  margin-top: 0px;
}
li.list-group-item.selected h5 {
  color: #fff;
}
li.list-group-item.collapseable {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
li.list-group-item.collapseable:not(.in) {
  overflow: hidden;
}
li.list-group-item.collapseable.collapsing {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
li.list-group-item.collapseable.collapse.in {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
li.list-group-item.collapseable > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.list-group.border-top-only > li {
  border: none;
}
ul.list-group.border-top-only > li:not(:first-child) {
  border-top: 1px solid #ccc;
}
div.panel.list-group-container > div.panel-body {
  overflow: auto;
  max-height: 510px;
  padding: 0px 25px;
}
div.panel.list-group-container > div.panel-body > ul.list-group {
  border: none;
  margin-bottom: 0px;
}
div.panel.list-group-container > div.panel-body > ul.list-group > li {
  border: none;
  margin-bottom: 0px;
}
div.panel.list-group-container > div.panel-body > ul.list-group > li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.list-group.in-panel > li {
  border-left: none;
  border-right: none;
}
.list-group.in-panel > li:first-child {
  border-top: none;
}
.list-group.in-panel > li:last-child {
  border-bottom: none;
}
.list-group.in-panel > li:hover {
  background-color: #fafafa;
}
ul.list-group.merge-bottom {
  margin-bottom: 0px;
}
ul.list-group.merge-bottom > li:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
ul.list-group.merge-top > li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0268b2;
  border-color: #0268b2;
}
ul.overflow-hidden > li:not(.list-group-item-heading) {
  overflow: hidden;
}
.list-group.below-tab > .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -1px;
}
.navbar-collapse {
  overflow-x: hidden;
}
ul.nav-pills.centered {
  margin-bottom: 20px;
  text-align: center;
}
ul.nav-pills.centered > li {
  float: none;
  display: inline-block;
}
ul.nav-tabs > li a.icon.delete {
  color: #999999;
}
ul.nav-tabs > li a.icon.delete:hover {
  color: #333333;
}
ul.nav-tabs .tab-heading-no-content > a {
  cursor: pointer !important;
}
ul.nav-tabs .tab-heading-dropdown > a {
  position: relative;
  padding: 0px;
}
ul.nav-tabs .tab-heading-dropdown > a:hover {
  background-color: #eeeeee;
}
ul.nav-tabs .tab-heading-dropdown > a div.dropdown {
  width: 100%;
  height: 100%;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
}
ul.nav-tabs .tab-heading-dropdown > a div.dropdown ul {
  text-align: left;
}
ul.nav-tabs .tab-heading-dropdown > a button {
  background: transparent;
  border: none;
  margin-top: 4px;
}
ul.nav-tabs .tab-heading-dropdown > a button:active,
ul.nav-tabs .tab-heading-dropdown > a button:hover {
  background-color: #eeeeee;
}
ul.nav-tabs .tab-heading-dropdown > a .btn-icon {
  font-size: 22px;
  color: #555555;
}
ul.nav-tabs .tab-heading-dropdown > a .btn-icon:hover {
  color: #333333;
}
ul.nav-tabs .tab-heading-dropdown > a .btn-icon:before {
  margin-right: 0px;
}
ul.nav-tabs .tab-heading-action-button {
  float: right;
}
ul.nav-tabs .tab-heading-action-button > a {
  border: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-right: 0px;
}
ul.nav-tabs a {
  cursor: pointer;
  color: #333333;
}
ul.nav-tabs a:hover,
ul.nav-tabs a:active {
  text-decoration: none;
}
ul.nav-tabs > li.active a,
ul.nav-tabs > li.active a:hover {
  color: #0268b2;
}
ul.nav-tabs > li .dropdown-menu a {
  color: #333333 !important;
}
ul.nav-tabs > li.link-only-tab > a {
  padding: 0px;
}
ul.nav-tabs > li.link-only-tab > a .dropdown > a {
  padding: 10px 15px;
  border-radius: 2px 2px 0px 0px;
  display: block;
}
.seperated-panel-tabs > ul.nav-tabs {
  border-bottom: none;
}
.first-tab-panel {
  border-top-left-radius: 0px;
}
div:not(.nav-tabs-open) > .nav-tabs + div.tab-content .tab-pane > div.panel,
div:not(.nav-tabs-open) > .nav-tabs + div.tab-content .tab-pane > ng-include > div.panel {
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tabs-open > ul.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.nav-tabs-open > ul.nav-tabs > li.active > a {
  color: #0268b2;
  border-color: #ccc;
  border-bottom-color: #fafafa;
  background-color: #fafafa;
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@body-bg, 10%)', endColorstr='@body-bg', GradientType=0);
  /* IE6-9 */
}
.nav-tabs-narrow > ul.nav-tabs > li > a {
  padding: 10px 8px;
}
.modal-body .nav-tabs-open > ul.nav-tabs li.active > a {
  background-color: #fff;
  background: none;
  color: #0268b2;
  border-bottom-color: #fff;
}
@media (min-width: 992px) {
  .modal-xl > div {
    width: 1100px;
  }
}
.panel-tab > .nav-tabs {
  background-color: #eeeff4;
  padding-top: 12px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  padding-left: 5px;
}
.panel-tab > .nav-tabs > li > a {
  color: #0268b2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-pills > li > a {
  color: #0268b2;
}
.nav-pills > li > a:hover {
  background-color: #fff;
}
div.panel > div.panel-heading {
  height: 54px;
}
div.panel > div.panel-heading button {
  display: inline-block;
  vertical-align: middle;
}
div.panel > div.panel-heading button + span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
div.panel > div.panel-heading .pabel-heading-info {
  font-size: 14px;
  float: right;
}
div.panel > div.panel-heading:last-child {
  border-bottom-width: 1px;
}
div.panel > div.panel-heading .additional-info {
  font-size: 14px;
  line-height: 34px;
}
div.panel > div.panel-heading:last-child {
  border-bottom: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
div.panel > div.panel-heading a.heading-link {
  color: #999999;
  text-decoration: none;
}
div.panel > div.panel-heading a.heading-link:hover {
  color: #0268b2;
  text-decoration: none;
}
div.panel > div.panel-body > p:last-child,
div.panel > div.panel-body > table.table:last-child {
  margin-bottom: 0px;
}
div.panel > div.panel-body > ul:last-child {
  margin-bottom: 0px;
}
div.panel > table.table {
  border-top: 1px solid #ccc;
}
div.panel > table.table:not(:last-child) > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 0px;
}
div.panel > table.table:not(:last-child) > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 0px;
}
div.panel > table.table thead > tr > th {
  border-top: none !important;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
div.panel > table.table > tbody > tr > td {
  border-bottom: none;
}
div.panel > table.table > tbody > tr > td:first-child {
  border-left: none;
}
div.panel > table.table > tbody > tr > td:last-child {
  border-right: none;
}
div.panel-body .panel-info > .panel-body {
  background-color: #efefef;
  border-radius: 2px;
}
div.panel.tight > div.panel-body {
  padding: 7px 15px;
}
div.panel.panel-secondary {
  border-color: #ccc;
}
div.panel.panel-secondary > .panel-body {
  background-color: #eeeff4;
  border-radius: 2px;
}
div.carousel-inner > div.text-center {
  text-align: left;
}
.popover {
  max-width: none;
}
.popover-large {
  max-width: 800px;
}
.popover-medium-large {
  max-width: 600px;
}
div.popover-content.popover-medium {
  width: 400px;
}
div.popover-table-container {
  padding: 0px;
}
.popover-title {
  font-size: 24px;
  line-height: inherit;
  font-weight: 300;
}
.popover-title button.close {
  padding-top: 5px;
}
.success .popover {
  color: black;
}
.modal-body > h3:first-child {
  margin-top: 0px;
}
.modal-no-body-padding .modal-body {
  padding: 0;
}
.modal-header {
  background-color: #eeeff4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 1px solid #cfd2e0;
}
.modal-header.modal-header-inline-block {
  width: 100%;
  display: inline-block;
}
.modal-header.modal-header-inline-block > h4 {
  display: inline-block;
}
.modal-header button.close {
  line-height: 34px;
  font-size: 30px;
}
.modal-body-static {
  padding: 20px;
}
.modal-body-static + .modal-body {
  padding-top: 0px;
}
.modal-footer {
  margin-top: 0px;
}
.form-two-cols {
  display: flex;
  flex-wrap: wrap;
}
.form-two-cols > .form-group {
  width: 50%;
}
.form-two-cols > .form-group:nth-child(odd) {
  margin-right: 15px;
  width: calc(50% - 15px);
}
.form-two-cols-tempfix > .form-group {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.form-two-cols-tempfix > .form-group.input-container {
  padding-right: 15px;
}
.form-three-cols {
  display: flex;
  flex-wrap: wrap;
}
.form-three-cols > .form-group {
  width: 33%;
}
.form-three-cols > .form-group:nth-child(odd) {
  margin-right: 15px;
  width: calc(33% - 15px);
}
.form-group.time-picker > label {
  margin-top: 22px;
}
.input-group-between > button {
  border-radius: 0px;
  border-left: none;
}
.input-group-invisible .input-group-addon:first-child {
  width: auto;
}
.input-group-invisible .input-group-addon {
  border-color: transparent;
  background-color: #fff;
}
.form-horizontal > .form-group > div > .form-inline > .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal > .form-group > div > .form-inline > .form-group:not(:first-child):not(:last-child) {
  padding-left: 5px;
  padding-right: 5px;
}
.form-horizontal > .form-group > div > .form-inline > .form-group:first-child:not(:last-child) {
  padding-right: 5px;
}
.form-horizontal > .form-group > div > .form-inline > .form-group:last-child:not(:first-child) {
  padding-left: 5px;
}
.form-view-vertical label {
  margin-bottom: 0px;
}
.form-view-vertical p {
  margin-bottom: 5px;
}
.has-error button.form-control {
  color: #D8290B;
  box-shadow: 0 0 2px #D8290B !important;
}
.table-condensed > tbody > tr > td > div.checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.checkbox > label > input + span {
  margin-left: 5px;
}
.btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn.active.btn-default {
  background-color: #0268b2;
  color: #fff;
}
.btn .badge {
  text-shadow: none;
  font-weight: normal;
}
table > tbody > tr > td:first-child > div.radio {
  padding-left: 0px;
}
table > tbody > tr > td > div.radio:first-child.radio input[type="radio"] {
  margin-left: 0px;
  margin-right: 3px;
}
.radio-inline > input[type='radio'] {
  margin-top: 3px;
}
div.tablefader-panel {
  border: 1px solid #ccc;
  padding: 0px;
}
div.tablefader-panel > :first-child {
  margin-top: 10px;
}
div.tablefader-panel > div:last-child {
  margin-bottom: 30px;
}
div.tablefader-panel > div {
  margin-left: 15px;
  margin-right: 15px;
}
div.tablefader-panel > table.table {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-top: 0px;
}
div.tablefader-panel > table.table tr:last-child > td {
  border-bottom: 0px;
}
div.tablefader-panel > table.table tr > td:last-child {
  border-right: 0px;
}
div.tablefader-panel > table.table tr > td:first-child {
  border-left: 0px;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5 {
  color: #0268b2;
}
.alert.alert-info a:not(.btn) {
  color: #BF1815;
}
.alert-default {
  background-color: #fafafa;
  border-color: #ccc;
  color: #333333;
}
.alert-default hr {
  border-top-color: #bfbfbf;
}
.alert-default .alert-link {
  color: #1a1a1a;
}
.jumbotron {
  border: 1px solid #ccc;
}
.label {
  font-size: 90%;
}
.typeahead-with-typename-container ul.dropdown-menu {
  padding: 0px !important;
}
.typeahead-with-typename {
  padding: 0px !important;
}
.typeahead-with-typename > span {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0px;
}
.typeahead-with-typename > span:first-child {
  color: #888;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #eee;
  margin-left: -20px;
  padding-left: 30px;
  text-align: right;
  padding-right: 10px;
}
.typeahead-with-typename > span:last-child {
  min-width: 200px;
  padding-right: 20px;
  padding-left: 5px;
}
input.multiselect-input {
  background-color: #ddd;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 2px;
  border: none;
  outline: 0;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-success.badge-insert,
.badge-success.badge-success {
  background-color: #5cb85c;
}
.badge-success.badge-update,
.badge-success.badge-warning {
  background-color: #f0ad4e;
}
.badge-success.badge-delete,
.badge-success.badge-danger {
  background-color: #d9534f;
}
.badge-success.badge-action {
  background-color: #5bc0de;
}
.badge-success.color-1 {
  background-color: #07BFAA;
}
.badge-success.color-2 {
  background-color: #FFCC03;
}
.badge-success.color-3 {
  background-color: #BF1815;
}
.badge-success.color-4 {
  background-color: #0268b2;
}
.badge-success.color-5 {
  background-color: #E55919;
}
.badge-success.current-entity {
  background-color: #0268b2;
}
.badge-error {
  background-color: #d9534f;
}
.badge-error.badge-insert,
.badge-error.badge-success {
  background-color: #5cb85c;
}
.badge-error.badge-update,
.badge-error.badge-warning {
  background-color: #f0ad4e;
}
.badge-error.badge-delete,
.badge-error.badge-danger {
  background-color: #d9534f;
}
.badge-error.badge-action {
  background-color: #5bc0de;
}
.badge-error.color-1 {
  background-color: #07BFAA;
}
.badge-error.color-2 {
  background-color: #FFCC03;
}
.badge-error.color-3 {
  background-color: #BF1815;
}
.badge-error.color-4 {
  background-color: #0268b2;
}
.badge-error.color-5 {
  background-color: #E55919;
}
.badge-error.current-entity {
  background-color: #0268b2;
}
.tooltip {
  z-index: 999999;
}
div.form-condensed .form-group {
  margin-bottom: 0px;
}
div.progress-height {
  height: 25px;
}
div.progress-height .progress-bar {
  line-height: 27px;
}
.panel > * > .table.table {
  margin-bottom: 0;
}
.panel > * > .table.table > tbody > tr > td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.panel > * > .table.table > thead > tr > th {
  border-left: none;
  border-right: none;
}
.panel > * > .table > thead > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.panel > * > .table > thead > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.panel > * > div.alert-info {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.panel-default > .alert-info {
  margin: 0;
  border: none;
}
input.form-control.with-click-event[readonly] {
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
}
h1 > small {
  margin-left: 10px;
}
h2 {
  margin-bottom: 15px;
}
h4 {
  margin-bottom: 5px;
}
a {
  font-weight: 300;
}
a.no-underline:hover {
  text-decoration: none;
}
input[type='text']::-ms-clear {
  display: none;
}
div.panel-buttons-top,
div.buttons,
div.buttons-top {
  text-align: right;
}
div.panel-buttons-top.buttons,
div.buttons.buttons,
div.buttons-top.buttons {
  margin-bottom: 30px;
}
div.panel-buttons-top.buttons-top,
div.buttons.buttons-top,
div.buttons-top.buttons-top {
  margin-bottom: 10px;
}
div.panel-buttons-top.buttons-top > .checkbox-inline,
div.buttons.buttons-top > .checkbox-inline,
div.buttons-top.buttons-top > .checkbox-inline,
div.panel-buttons-top.buttons > .checkbox-inline,
div.buttons.buttons > .checkbox-inline,
div.buttons-top.buttons > .checkbox-inline {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0px;
  margin-right: 10px;
}
div.panel-buttons-top.margin-bottom-none,
div.buttons.margin-bottom-none,
div.buttons-top.margin-bottom-none {
  margin-bottom: 0px;
}
div.panel-buttons-top > button + .btn,
div.buttons > button + .btn,
div.buttons-top > button + .btn,
div.panel-buttons-top > button + input,
div.buttons > button + input,
div.buttons-top > button + input,
div.panel-buttons-top > button + a,
div.buttons > button + a,
div.buttons-top > button + a,
div.panel-buttons-top > a + button,
div.buttons > a + button,
div.buttons-top > a + button,
div.panel-buttons-top > button + button,
div.buttons > button + button,
div.buttons-top > button + button {
  margin-left: 10px;
}
div.panel-buttons-top > label,
div.buttons > label,
div.buttons-top > label {
  padding-top: 7px;
}
div.panel-buttons-top.panel-buttons-top,
div.buttons.panel-buttons-top,
div.buttons-top.panel-buttons-top {
  margin-bottom: 10px;
}
div.panel-buttons-top > button:last-child {
  margin-right: 10px;
}
div.buttons-left {
  text-align: left;
}
button:focus {
  outline: none;
}
button + button {
  margin-left: 5px;
}
input.small,
select.small {
  width: 80px !important;
}
div.table-div {
  display: table;
  width: 100%;
}
div.table-div > div {
  display: table-row;
}
div.table-div > div > div.cell {
  display: table-cell;
  box-sizing: border-box;
}
div.table-div > div > div.cell + div.table-div > div > div.cell {
  padding-left: 10px;
}
div.table-div.two-cols > div > div.cell {
  width: 50%;
}
div.table-div.read-only .form-group > label {
  margin-bottom: 0px;
}
ul.two-cols > li {
  width: 50%;
}
ul.two-cols > li:nth-child(even) {
  padding-left: 7px;
}
ul.two-cols > li:nth-child(odd) {
  padding-right: 7px;
}
span.disabled,
a.disabled {
  color: #999999;
}
li.selected {
  border-top-color: #fff;
  background: #0268b2;
  font-weight: 300;
  color: #eeeeee;
}
li.selected h4,
li.selected .important,
li.selected .icon:before {
  color: #fff !important;
}
li.selected a:not(.btn) {
  color: #fafafa;
}
li.selected div.partner-image.empty > div {
  background-color: #fff;
}
.label-tight label {
  margin-bottom: 0px;
}
label {
  font-weight: bold;
}
label.label-required:after {
  content: "*";
  margin-right: -6px;
  font-weight: bold;
}
.form-group:not(.required) > label {
  padding-right: 15px;
}
.form-group.required > label {
  padding-right: 9px;
}
.form-group.required > label:after {
  content: "*";
}
.form-group.required .control-label {
  font-weight: bold;
}
.form-group.textbox-height {
  height: 34px;
}
.hide-empty .form-group.empty {
  display: none;
}
.hide-empty .always-visible .form-group.empty {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.hide-empty .always-visible .form-group.empty label {
  margin-bottom: 0px;
}
hr {
  border-top: 1px solid #ccc;
}
div.hyperlink {
  color: #08ABC9;
  font-weight: 300;
}
div.hyperlink:hover {
  color: #0fd2f5;
}
address {
  margin-bottom: 0px;
}
input[type='number'].like-textbox {
  -moz-appearance: textfield;
}
input[type='number'].like-textbox::-webkit-inner-spin-button,
input[type='number'].like-textbox::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auto-save-control input {
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s 1s linear;
  -moz-transition: background-color 0.5s 0s 1s linear;
  -o-transition: background-color 0.5s 0s 1s linear;
  -ms-transition: background-color 0.5s 0s 1s linear;
  transition: background-color 0.5s 0s 1s linear;
}
.auto-save-control.loading {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.auto-save-control.loading:after {
  content: ' ';
  background-color: #0268b2;
  width: 30%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0%;
  border-bottom-left-radius: 0px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: controlLoadingAnimate;
}
@keyframes controlLoadingAnimate {
  0% {
    left: 0%;
  }
  50% {
    left: 70%;
  }
  100% {
    left: 0%;
  }
}
.auto-save-control.saved.with-checkbox,
.auto-save-control.saved .form-control,
.auto-save-control.saved .static-control-with-saveinfo,
.auto-save-control.saved input {
  border-color: #a3d48e;
  background-color: #dff0d8;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s 1s linear;
  -moz-transition: background-color 0.5s 0s 1s linear;
  -o-transition: background-color 0.5s 0s 1s linear;
  -ms-transition: background-color 0.5s 0s 1s linear;
  transition: background-color 0.5s 0s 1s linear;
}
.auto-save-control.saved .mce-tinymce {
  border-color: #a3d48e !important;
}
.auto-save-control.error.with-checkbox,
.auto-save-control.error .form-control,
.auto-save-control.error input {
  border-color: #ebccd1;
  background-color: #f2dede;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s 1s linear;
  -moz-transition: background-color 0.5s 0s 1s linear;
  -o-transition: background-color 0.5s 0s 1s linear;
  -ms-transition: background-color 0.5s 0s 1s linear;
  transition: background-color 0.5s 0s 1s linear;
}
.auto-save-control.error .mce-tinymce {
  border-color: #ebccd1 !important;
}
.auto-save-control.with-checkbox {
  padding: 10px 0px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 2px;
}
.auto-save-control.with-checkbox input[type='checkbox'] {
  float: none;
  margin-left: 0px;
}
div.paymentCheck {
  height: 30px;
}
div.paymentCheck > div.progress-bar:not(:last-of-type) {
  width: 33%;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  border-right: 1px solid #ccc;
}
div.paymentCheck > div.progress-bar:last-of-type {
  width: 34%;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}
div.company-name-flex {
  display: -ms-flexbox;
  display: flex;
}
div.company-name-flex > input {
  -ms-flex: 1 2 auto;
  flex: 1 2 auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.company-name-flex > textarea,
div.company-name-flex > div {
  -ms-flex: 1 2 auto;
  flex: 1 2 auto;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.company-name-flex > a.btn {
  -ms-flex: 1 2 auto;
  flex: 1 2 auto;
  white-space: pre-line;
  text-align: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.company-name-flex > button {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-width: 0px;
}
div.company-name-flex > span {
  white-space: pre-line;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.badge.badge-insert,
.badge.badge-success {
  background-color: #5cb85c;
}
.badge.badge-update,
.badge.badge-warning {
  background-color: #f0ad4e;
}
.badge.badge-delete,
.badge.badge-danger {
  background-color: #d9534f;
}
.badge.badge-action {
  background-color: #5bc0de;
}
.badge.color-1 {
  background-color: #07BFAA;
}
.badge.color-2 {
  background-color: #FFCC03;
}
.badge.color-3 {
  background-color: #BF1815;
}
.badge.color-4 {
  background-color: #0268b2;
}
.badge.color-5 {
  background-color: #E55919;
}
.badge.current-entity {
  background-color: #0268b2;
}
.drag-hover {
  background-color: cyan;
}
.ui-droppable-active {
  border: dashed 1px #0268b2;
}
table.table > tbody > tr.ui-droppable-hover {
  background-color: #0268b2;
  color: #fff;
}
table.table > tbody > tr.ui-droppable-hover.no-drop-target,
table.table > tbody > tr.ui-droppable-hover.drop-sort-target {
  background-color: inherit;
  color: inherit;
}
.drag-drop-placeholder,
.drag-drop-placeholder > td {
  padding: 0 !important;
  cursor: none;
  height: 3px;
  background-color: black;
  color: black;
}
/*
table.table > tbody > tr.ui-droppable-active > td {
	border-top: dashed 1px @brand-primary !important;
	border-bottom: dashed 1px @brand-primary !important;
	
	&:first-child {
		border-left: dashed 1px @brand-primary !important;
	}
	
	&:last-child {
		border-right: dashed 1px @brand-primary !important;
	}
}
*/
.ui-droppable-hover .hide-on-droppable-hover {
  visibility: hidden;
}
.no-drop-target {
  opacity: 0.5;
  cursor: none;
}
.flex-container {
  display: flex;
  justify-content: space-between;
}
.flex-container.stretched {
  align-items: stretch;
}
.flex-container.equal > * {
  flex: 1;
}
.flex-container:not(.stretched) > * {
  align-self: center;
}
.flex-container.align-top:not(.stretched) > * {
  align-self: flex-start;
}
.flex-container > *:not(:first-child) {
  margin-left: 15px;
}
@media (max-width: 992px) {
  .flex-container {
    display: block;
  }
  .flex-container > *:not(:first-child) {
    margin-left: 0px;
  }
}
.flex-row {
  display: flex;
}
.flex-row.flex-center > * {
  align-self: center;
}
.flex-row.flex-margin > *:not(:last-child) {
  margin-right: 1rem;
}
.flex-row.justify {
  justify-content: space-between;
}
.flex-row.equal > * {
  flex: 1;
}
.flex-row.wrap {
  flex-wrap: wrap;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-column.flex-item {
  min-width: 0;
}
.flex-column.flex-item.task-author-info {
  flex: 1 1 300px;
}
.flex-column.center-justify {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.hover-edit-container {
  position: relative;
}
.hover-edit-container .hover-edit-controls {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
.hover-edit-container:hover .hover-edit-controls {
  display: block;
}
.spinner-chasing-balls {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
.spinner-chasing-balls .dot1,
.spinner-chasing-balls .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0268b2;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.spinner-chasing-balls .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.loader-container {
  height: 80px;
}
.loader-full-container {
  position: relative;
  min-height: 120px;
}
.loader-full-container > .loader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.loader-full-container.loading > .loader {
  display: block;
}
.loader-full-container.loading > .loader > .spinner-chasing-balls {
  position: absolute;
  left: 50%;
  top: 50%;
}
.loader-full-container.loading.empty > .loader {
  background-color: transparent;
}
.btn-icon:not(.btn-xs):before,
ul.dropdown-menu .icon:before,
ul.nav .icon:before {
  margin-right: 5px;
}
.round-icon:hover,
.icon:hover,
.btn-icon:hover,
.round-icon:active,
.icon:active,
.btn-icon:active,
.round-icon:focus,
.icon:focus,
.btn-icon:focus {
  text-decoration: none;
}
.round-icon.icon.active:before,
.icon.icon.active:before,
.btn-icon.icon.active:before,
.round-icon.primary:before,
.icon.primary:before,
.btn-icon.primary:before {
  color: #0268b2;
}
.round-icon:before,
.icon:before,
.btn-icon:before,
.round-icon:after,
.icon:after,
.btn-icon:after {
  font-family: "FontAwesome";
  font-style: normal;
}
.round-icon:after,
.icon:after,
.btn-icon:after {
  margin-left: 5px;
}
.round-icon.empty,
.icon.empty,
.btn-icon.empty {
  padding-left: 20px;
}
.round-icon.medium:before,
.icon.medium:before,
.btn-icon.medium:before {
  font-size: 28px;
}
.round-icon.color-inherit:before,
.icon.color-inherit:before,
.btn-icon.color-inherit:before {
  color: inherit;
}
.round-icon.color-lighter:before,
.icon.color-lighter:before,
.btn-icon.color-lighter:before {
  opacity: 0.7;
}
.round-icon.colored:before,
.icon.colored:before,
.btn-icon.colored:before {
  color: #0268b2;
}
.round-icon.color-1:before,
.icon.color-1:before,
.btn-icon.color-1:before {
  color: #07BFAA;
}
.round-icon.color-2:before,
.icon.color-2:before,
.btn-icon.color-2:before {
  color: #FFCC03;
}
.round-icon.color-3:before,
.icon.color-3:before,
.btn-icon.color-3:before {
  color: #BF1815;
}
.round-icon.color-4:before,
.icon.color-4:before,
.btn-icon.color-4:before {
  color: #0268b2;
}
.round-icon.color-5:before,
.icon.color-5:before,
.btn-icon.color-5:before {
  color: #E55919;
}
.round-icon.escalation-workflow-element:before,
.icon.escalation-workflow-element:before,
.btn-icon.escalation-workflow-element:before {
  content: "\f087";
}
.round-icon.key:before,
.icon.key:before,
.btn-icon.key:before {
  content: "\f084";
}
.round-icon.item:before,
.icon.item:before,
.btn-icon.item:before {
  content: "\f0f2";
}
.round-icon.task:before,
.icon.task:before,
.btn-icon.task:before {
  content: "\f05d";
}
.round-icon.task-alt:before,
.icon.task-alt:before,
.btn-icon.task-alt:before {
  content: "\f013";
}
.round-icon.task-identifier:before,
.icon.task-identifier:before,
.btn-icon.task-identifier:before {
  content: "\f292";
}
.round-icon.user-expense:before,
.icon.user-expense:before,
.btn-icon.user-expense:before {
  content: "\f007";
}
.round-icon.unlink:before,
.icon.unlink:before,
.btn-icon.unlink:before {
  content: "\f127";
}
.round-icon.unlock:before,
.icon.unlock:before,
.btn-icon.unlock:before {
  content: "\f13e";
}
.round-icon.unlock-entry:before,
.icon.unlock-entry:before,
.btn-icon.unlock-entry:before {
  content: "\f13e";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.no-permissions-set-entry:before,
.icon.no-permissions-set-entry:before,
.btn-icon.no-permissions-set-entry:before {
  content: "\f09c";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.lock:before,
.icon.lock:before,
.btn-icon.lock:before {
  content: "\f023";
}
.round-icon.lock-entry:before,
.icon.lock-entry:before,
.btn-icon.lock-entry:before {
  content: "\f023";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.node-levelbottom:before,
.icon.node-levelbottom:before,
.btn-icon.node-levelbottom:before {
  content: "\f148";
}
.round-icon.node-level:before,
.icon.node-level:before,
.btn-icon.node-level:before {
  content: "\f178";
}
.round-icon.line-v:before,
.icon.line-v:before,
.btn-icon.line-v:before {
  content: "\f142";
}
.round-icon.minusbottom:before,
.icon.minusbottom:before,
.btn-icon.minusbottom:before,
.round-icon.minus:before,
.icon.minus:before,
.btn-icon.minus:before {
  content: "\f068";
}
.round-icon.security:before,
.icon.security:before,
.btn-icon.security:before {
  content: "\f132";
}
.round-icon.swap:before,
.icon.swap:before,
.btn-icon.swap:before {
  content: "\f0ec";
}
.round-icon.print:before,
.icon.print:before,
.btn-icon.print:before {
  content: "\f02f";
}
.round-icon.home:before,
.icon.home:before,
.btn-icon.home:before {
  content: "\f015";
}
.round-icon.actions,
.icon.actions,
.btn-icon.actions {
  color: #0268b2;
}
.round-icon.actions:before,
.icon.actions:before,
.btn-icon.actions:before {
  content: "\f0e7";
}
.round-icon.generate:before,
.icon.generate:before,
.btn-icon.generate:before,
.round-icon.list-actions:before,
.icon.list-actions:before,
.btn-icon.list-actions:before {
  content: "\f0e7";
}
.round-icon.set-responsible:before,
.icon.set-responsible:before,
.btn-icon.set-responsible:before {
  font-size: 18px;
  content: "\f0a4";
}
.round-icon.edit:before,
.icon.edit:before,
.btn-icon.edit:before,
.round-icon.edit-entry:before,
.icon.edit-entry:before,
.btn-icon.edit-entry:before {
  content: "\f044";
}
.round-icon.edit-entry:before,
.icon.edit-entry:before,
.btn-icon.edit-entry:before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.edit-cancel:before,
.icon.edit-cancel:before,
.btn-icon.edit-cancel:before,
.round-icon.edit-cancel-entry:before,
.icon.edit-cancel-entry:before,
.btn-icon.edit-cancel-entry:before {
  content: "\f05e";
}
.round-icon.edit-cancel:before,
.icon.edit-cancel:before,
.btn-icon.edit-cancel:before,
.round-icon.edit-cancel-entry:before,
.icon.edit-cancel-entry:before,
.btn-icon.edit-cancel-entry:before {
  font-size: 18px;
  position: relative;
  left: -3px;
}
.round-icon.billable:before,
.icon.billable:before,
.btn-icon.billable:before,
.round-icon.billable-entry:before,
.icon.billable-entry:before,
.btn-icon.billable-entry:before {
  content: "\f219";
}
.round-icon.billable-entry:before,
.icon.billable-entry:before,
.btn-icon.billable-entry:before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.arrow-right-large:before,
.icon.arrow-right-large:before,
.btn-icon.arrow-right-large:before {
  content: "\f061";
  font-size: 40px;
}
.round-icon.plusbottom:before,
.icon.plusbottom:before,
.btn-icon.plusbottom:before,
.round-icon.plus:before,
.icon.plus:before,
.btn-icon.plus:before,
.round-icon.add-entry:before,
.icon.add-entry:before,
.btn-icon.add-entry:before,
.round-icon.add:before,
.icon.add:before,
.btn-icon.add:before {
  content: "\f067";
}
.round-icon.add-entry:before,
.icon.add-entry:before,
.btn-icon.add-entry:before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.add-user:before,
.icon.add-user:before,
.btn-icon.add-user:before {
  content: "\f234";
}
.round-icon.add-partner-entry:before,
.icon.add-partner-entry:before,
.btn-icon.add-partner-entry:before,
.round-icon.add-pariticipant:before,
.icon.add-pariticipant:before,
.btn-icon.add-pariticipant:before,
.round-icon.add-user-entry:before,
.icon.add-user-entry:before,
.btn-icon.add-user-entry:before {
  content: "\f234";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.remove-partner-entry:before,
.icon.remove-partner-entry:before,
.btn-icon.remove-partner-entry:before {
  content: "\f235";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.question:before,
.icon.question:before,
.btn-icon.question:before,
.round-icon.help:before,
.icon.help:before,
.btn-icon.help:before {
  content: "\f059";
}
.round-icon.bookmark:before,
.icon.bookmark:before,
.btn-icon.bookmark:before {
  content: "\f02e";
}
.round-icon.partner:before,
.icon.partner:before,
.btn-icon.partner:before,
.round-icon.partner-change-request:before,
.icon.partner-change-request:before,
.btn-icon.partner-change-request:before,
.round-icon.client:before,
.icon.client:before,
.btn-icon.client:before,
.round-icon.user:before,
.icon.user:before,
.btn-icon.user:before,
.round-icon.collaborator:before,
.icon.collaborator:before,
.btn-icon.collaborator:before {
  content: "\f007";
}
.round-icon.company:before,
.icon.company:before,
.btn-icon.company:before {
  content: "\f1ad";
}
.round-icon.partners:before,
.icon.partners:before,
.btn-icon.partners:before,
.round-icon.users:before,
.icon.users:before,
.btn-icon.users:before,
.round-icon.collaborators:before,
.icon.collaborators:before,
.btn-icon.collaborators:before,
.round-icon.user-group:before,
.icon.user-group:before,
.btn-icon.user-group:before,
.round-icon.participants:before,
.icon.participants:before,
.btn-icon.participants:before,
.round-icon.partipant-group:before,
.icon.partipant-group:before,
.btn-icon.partipant-group:before {
  content: "\f0c0";
}
.round-icon.user-profile:before,
.icon.user-profile:before,
.btn-icon.user-profile:before {
  content: "\f044";
}
.round-icon.mail:before,
.icon.mail:before,
.btn-icon.mail:before,
.round-icon.email:before,
.icon.email:before,
.btn-icon.email:before,
.round-icon.messages:before,
.icon.messages:before,
.btn-icon.messages:before {
  content: "\f003";
}
.round-icon.profile:before,
.icon.profile:before,
.btn-icon.profile:before {
  content: "\f069";
  margin-right: 0px;
}
.round-icon.send-feedback:before,
.icon.send-feedback:before,
.btn-icon.send-feedback:before {
  content: "\f1d9";
}
.round-icon.imprint:before,
.icon.imprint:before,
.btn-icon.imprint:before {
  content: "\f05a";
}
.round-icon.export:before,
.icon.export:before,
.btn-icon.export:before,
.round-icon.logout:before,
.icon.logout:before,
.btn-icon.logout:before {
  content: "\f08b";
}
.round-icon.done:before,
.icon.done:before,
.btn-icon.done:before,
.round-icon.done-huge:before,
.icon.done-huge:before,
.btn-icon.done-huge:before,
.round-icon.apply:before,
.icon.apply:before,
.btn-icon.apply:before,
.round-icon.success:before,
.icon.success:before,
.btn-icon.success:before,
.round-icon.success-colored:before,
.icon.success-colored:before,
.btn-icon.success-colored:before,
.round-icon.save:before,
.icon.save:before,
.btn-icon.save:before {
  content: "\f00c";
}
.round-icon.success-vat-payment:before,
.icon.success-vat-payment:before,
.btn-icon.success-vat-payment:before {
  content: "\f0d1";
  color: #5cb85c;
}
.round-icon.success-colored:before,
.icon.success-colored:before,
.btn-icon.success-colored:before {
  color: #5cb85c;
}
.round-icon.done-huge:before,
.icon.done-huge:before,
.btn-icon.done-huge:before {
  font-size: 30px;
  color: #5cb85c;
}
.round-icon.error:before,
.icon.error:before,
.btn-icon.error:before {
  content: "\f00d";
  color: #d9534f;
}
.round-icon.config-error:before,
.icon.config-error:before,
.btn-icon.config-error:before,
.round-icon.error2:before,
.icon.error2:before,
.btn-icon.error2:before {
  content: "\f071";
  color: #d9534f;
}
.round-icon.unpublished:before,
.icon.unpublished:before,
.btn-icon.unpublished:before,
.round-icon.change-error-entry:before,
.icon.change-error-entry:before,
.btn-icon.change-error-entry:before {
  content: "\f06a";
  color: #d9534f;
}
.round-icon.not-synchronized:before,
.icon.not-synchronized:before,
.btn-icon.not-synchronized:before {
  content: "\f06a";
}
.round-icon.change-error-entry:before,
.icon.change-error-entry:before,
.btn-icon.change-error-entry:before {
  font-size: 18px;
}
.round-icon.open-issue-entry:before,
.icon.open-issue-entry:before,
.btn-icon.open-issue-entry:before {
  content: "\f06a";
  font-size: 18px;
}
.round-icon.pending:before,
.icon.pending:before,
.btn-icon.pending:before {
  content: "\f01c";
}
.round-icon.processing:before,
.icon.processing:before,
.btn-icon.processing:before {
  content: "\f013";
}
.round-icon.disconnected:before,
.icon.disconnected:before,
.btn-icon.disconnected:before {
  content: "\f017";
}
.round-icon.load-collaborator-profile-entry:before,
.icon.load-collaborator-profile-entry:before,
.btn-icon.load-collaborator-profile-entry:before,
.round-icon.import:before,
.icon.import:before,
.btn-icon.import:before,
.round-icon.pass-down:before,
.icon.pass-down:before,
.btn-icon.pass-down:before,
.round-icon.download:before,
.icon.download:before,
.btn-icon.download:before,
.round-icon.export-inventory-list:before,
.icon.export-inventory-list:before,
.btn-icon.export-inventory-list:before {
  content: "\f019";
}
.round-icon.load-collaborator-profile-entry:before,
.icon.load-collaborator-profile-entry:before,
.btn-icon.load-collaborator-profile-entry:before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.recipients:before,
.icon.recipients:before,
.btn-icon.recipients:before,
.round-icon.contacts:before,
.icon.contacts:before,
.btn-icon.contacts:before {
  content: "\f0c0";
}
.round-icon.compliance-log:before,
.icon.compliance-log:before,
.btn-icon.compliance-log:before,
.round-icon.dues:before,
.icon.dues:before,
.btn-icon.dues:before {
  content: "\f022";
}
.round-icon.escalations:before,
.icon.escalations:before,
.btn-icon.escalations:before {
  content: "\f0a6";
}
.round-icon.event:before,
.icon.event:before,
.btn-icon.event:before {
  content: "\f005";
}
.round-icon.events:before,
.icon.events:before,
.btn-icon.events:before {
  content: "\f001";
}
.round-icon.app-area-activity:before,
.icon.app-area-activity:before,
.btn-icon.app-area-activity:before,
.round-icon.activity:before,
.icon.activity:before,
.btn-icon.activity:before {
  content: "\f2b5";
}
.round-icon.documents:before,
.icon.documents:before,
.btn-icon.documents:before {
  content: "\f0c5";
}
.round-icon.link:before,
.icon.link:before,
.btn-icon.link:before,
.round-icon.hotlink:before,
.icon.hotlink:before,
.btn-icon.hotlink:before,
.round-icon.hotlinks:before,
.icon.hotlinks:before,
.btn-icon.hotlinks:before {
  content: "\f08e";
}
.round-icon.budget:before,
.icon.budget:before,
.btn-icon.budget:before {
  content: "\f0d6";
}
.round-icon.realty:before,
.icon.realty:before,
.btn-icon.realty:before {
  content: "\f19c";
}
.round-icon.realty-component:before,
.icon.realty-component:before,
.btn-icon.realty-component:before,
.round-icon.realty-component-entry:before,
.icon.realty-component-entry:before,
.btn-icon.realty-component-entry:before {
  content: "\f1b2";
}
.round-icon.realty-component-entry:before,
.icon.realty-component-entry:before,
.btn-icon.realty-component-entry:before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.inventory-item:before,
.icon.inventory-item:before,
.btn-icon.inventory-item:before {
  content: "\f0f2";
}
.round-icon.expertise:before,
.icon.expertise:before,
.btn-icon.expertise:before {
  content: "\f15c";
}
.round-icon.process-activity-review:before,
.icon.process-activity-review:before,
.btn-icon.process-activity-review:before,
.round-icon.expertise-inspection:before,
.icon.expertise-inspection:before,
.btn-icon.expertise-inspection:before {
  content: "\f06e";
}
.round-icon.show-revision-entry:before,
.icon.show-revision-entry:before,
.btn-icon.show-revision-entry:before {
  font-size: 18px;
  content: "\f06e";
}
.round-icon.undo:before,
.icon.undo:before,
.btn-icon.undo:before,
.round-icon.undo-entry:before,
.icon.undo-entry:before,
.btn-icon.undo-entry:before,
.round-icon.withdraw:before,
.icon.withdraw:before,
.btn-icon.withdraw:before {
  content: "\f0e2";
}
.round-icon.undo-entry:before,
.icon.undo-entry:before,
.btn-icon.undo-entry:before {
  font-size: 18px;
}
.round-icon.star:before,
.icon.star:before,
.btn-icon.star:before {
  content: "\f005";
}
.round-icon.integrate:before,
.icon.integrate:before,
.btn-icon.integrate:before {
  content: "\f115";
}
.round-icon.goto:before,
.icon.goto:before,
.btn-icon.goto:before {
  content: "\f138";
}
.round-icon.goto-entry:before,
.icon.goto-entry:before,
.btn-icon.goto-entry:before {
  content: "\f138";
  font-size: 18px;
}
.round-icon.completed:before,
.icon.completed:before,
.btn-icon.completed:before {
  content: "\f00c";
}
.round-icon.language:before,
.icon.language:before,
.btn-icon.language:before {
  content: "\f1ab";
}
.round-icon.translate:before,
.icon.translate:before,
.btn-icon.translate:before {
  content: "\f1ab";
  font-size: 26px;
}
.round-icon.translate-small:before,
.icon.translate-small:before,
.btn-icon.translate-small:before {
  content: "\f1ab";
}
.round-icon.archive:before,
.icon.archive:before,
.btn-icon.archive:before,
.round-icon.archive-entry:before,
.icon.archive-entry:before,
.btn-icon.archive-entry:before {
  content: "\f187";
}
.round-icon.archive-entry:before,
.icon.archive-entry:before,
.btn-icon.archive-entry:before {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.detail:before,
.icon.detail:before,
.btn-icon.detail:before,
.round-icon.search:before,
.icon.search:before,
.btn-icon.search:before,
.round-icon.search-entry:before,
.icon.search-entry:before,
.btn-icon.search-entry:before {
  content: "\f002";
}
.round-icon.zoom-in:before,
.icon.zoom-in:before,
.btn-icon.zoom-in:before {
  content: "\f00e";
}
.round-icon.zoom-out:before,
.icon.zoom-out:before,
.btn-icon.zoom-out:before {
  content: "\f010";
}
.round-icon.reserved:before,
.icon.reserved:before,
.btn-icon.reserved:before,
.round-icon.permissions:before,
.icon.permissions:before,
.btn-icon.permissions:before,
.round-icon.permission:before,
.icon.permission:before,
.btn-icon.permission:before,
.round-icon.permission-entry:before,
.icon.permission-entry:before,
.btn-icon.permission-entry:before {
  content: "\f023";
}
.round-icon.permission-entry:before,
.icon.permission-entry:before,
.btn-icon.permission-entry:before {
  font-size: 18px;
}
.round-icon.permission-info:active,
.icon.permission-info:active,
.btn-icon.permission-info:active {
  text-decoration: none;
}
.round-icon.permission-info:before,
.icon.permission-info:before,
.btn-icon.permission-info:before {
  content: "\f13e";
  font-size: 18px;
}
.round-icon.permission-info.locked:before,
.icon.permission-info.locked:before,
.btn-icon.permission-info.locked:before {
  content: "\f023";
}
.round-icon.filter:before,
.icon.filter:before,
.btn-icon.filter:before {
  content: "\f0b0";
}
.round-icon.reset:before,
.icon.reset:before,
.btn-icon.reset:before,
.round-icon.remove:before,
.icon.remove:before,
.btn-icon.remove:before,
.round-icon.cancel:before,
.icon.cancel:before,
.btn-icon.cancel:before,
.round-icon.delete:before,
.icon.delete:before,
.btn-icon.delete:before,
.round-icon.delete-entry:before,
.icon.delete-entry:before,
.btn-icon.delete-entry:before {
  content: "\f00d";
}
.round-icon.move:before,
.icon.move:before,
.btn-icon.move:before,
.round-icon.moveit:before,
.icon.moveit:before,
.btn-icon.moveit:before {
  content: "\f061";
}
.round-icon.add-list-item:before,
.icon.add-list-item:before,
.btn-icon.add-list-item:before,
.round-icon.add-container:before,
.icon.add-container:before,
.btn-icon.add-container:before {
  content: "\f0fe";
}
.round-icon.add-container:before,
.icon.add-container:before,
.btn-icon.add-container:before,
.round-icon.hide-entry:before,
.icon.hide-entry:before,
.btn-icon.hide-entry:before,
.round-icon.delete-entry:before,
.icon.delete-entry:before,
.btn-icon.delete-entry:before,
.round-icon.search-entry:before,
.icon.search-entry:before,
.btn-icon.search-entry:before {
  font-size: 18px;
}
.round-icon.delete-alt:before,
.icon.delete-alt:before,
.btn-icon.delete-alt:before {
  content: "\f014";
}
.round-icon.list:before,
.icon.list:before,
.btn-icon.list:before,
.round-icon.project-list:before,
.icon.project-list:before,
.btn-icon.project-list:before,
.round-icon.process-list:before,
.icon.process-list:before,
.btn-icon.process-list:before,
.round-icon.crm-list:before,
.icon.crm-list:before,
.btn-icon.crm-list:before {
  content: "\f039";
}
.round-icon.text:before,
.icon.text:before,
.btn-icon.text:before {
  content: "\f039";
}
.round-icon.up-entry:before,
.icon.up-entry:before,
.btn-icon.up-entry:before,
.round-icon.up:before,
.icon.up:before,
.btn-icon.up:before {
  content: "\f077";
}
.round-icon.prev:before,
.icon.prev:before,
.btn-icon.prev:before,
.round-icon.left:before,
.icon.left:before,
.btn-icon.left:before,
.round-icon.back:before,
.icon.back:before,
.btn-icon.back:before {
  content: "\f053";
}
.round-icon.prev:empty:before,
.icon.prev:empty:before,
.btn-icon.prev:empty:before {
  margin-right: 0px;
}
.round-icon.down-entry:before,
.icon.down-entry:before,
.btn-icon.down-entry:before,
.round-icon.down:before,
.icon.down:before,
.btn-icon.down:before {
  content: "\f078";
}
.round-icon.down-entry:before,
.icon.down-entry:before,
.btn-icon.down-entry:before,
.round-icon.up-entry:before,
.icon.up-entry:before,
.btn-icon.up-entry:before {
  font-size: 18px;
}
.round-icon.book-entry:before,
.icon.book-entry:before,
.btn-icon.book-entry:before,
.round-icon.book:before,
.icon.book:before,
.btn-icon.book:before {
  content: "\f02d";
}
.round-icon.book-entry:before,
.icon.book-entry:before,
.btn-icon.book-entry:before {
  font-size: 18px;
}
.round-icon.todo:before,
.icon.todo:before,
.btn-icon.todo:before,
.round-icon.todo-entry:before,
.icon.todo-entry:before,
.btn-icon.todo-entry:before {
  content: "\f046";
}
.round-icon.todo-entry:before,
.icon.todo-entry:before,
.btn-icon.todo-entry:before {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.round-icon.todos-done:before,
.icon.todos-done:before,
.btn-icon.todos-done:before {
  content: "\f111";
  color: green;
}
.round-icon.todos-open:before,
.icon.todos-open:before,
.btn-icon.todos-open:before {
  content: "\f111";
  color: yellow;
}
.round-icon.todos-overdue:before,
.icon.todos-overdue:before,
.btn-icon.todos-overdue:before {
  content: "\f111";
  color: red;
}
.round-icon.comment:before,
.icon.comment:before,
.btn-icon.comment:before {
  content: "\f075";
}
.round-icon.assign:before,
.icon.assign:before,
.btn-icon.assign:before,
.round-icon.right:before,
.icon.right:before,
.btn-icon.right:before,
.round-icon.next:before,
.icon.next:before,
.btn-icon.next:before {
  content: "\f054";
}
.round-icon.next:empty:before,
.icon.next:empty:before,
.btn-icon.next:empty:before {
  margin-right: 0px;
}
.round-icon.inactive:before,
.icon.inactive:before,
.btn-icon.inactive:before,
.round-icon.pause:before,
.icon.pause:before,
.btn-icon.pause:before,
.round-icon.keep:before,
.icon.keep:before,
.btn-icon.keep:before {
  content: "\f04c";
}
.round-icon.stop:before,
.icon.stop:before,
.btn-icon.stop:before {
  content: "\f04d";
}
.round-icon.play:before,
.icon.play:before,
.btn-icon.play:before {
  content: "\f04b";
}
.round-icon.fast-forward:before,
.icon.fast-forward:before,
.btn-icon.fast-forward:before {
  content: "\f050";
}
.round-icon.benchmark:before,
.icon.benchmark:before,
.btn-icon.benchmark:before {
  content: "\f0e4";
}
.round-icon.kpi:before,
.icon.kpi:before,
.btn-icon.kpi:before {
  content: "\f0e4";
}
.round-icon.merge-left:before,
.icon.merge-left:before,
.btn-icon.merge-left:before {
  content: "\f0a8";
}
.round-icon.assign-entry:before,
.icon.assign-entry:before,
.btn-icon.assign-entry:before {
  content: "\f13a";
}
.round-icon.unassign:before,
.icon.unassign:before,
.btn-icon.unassign:before,
.round-icon.unassign-entry:before,
.icon.unassign-entry:before,
.btn-icon.unassign-entry:before {
  content: "\f139";
}
.round-icon.unassign-entry:before,
.icon.unassign-entry:before,
.btn-icon.unassign-entry:before,
.round-icon.assign-entry:before,
.icon.assign-entry:before,
.btn-icon.assign-entry:before {
  font-size: 18px;
}
.round-icon.next-right:after,
.icon.next-right:after,
.btn-icon.next-right:after {
  content: "\f054";
}
.round-icon.sort:before,
.icon.sort:before,
.btn-icon.sort:before {
  content: "\f0dc";
}
.round-icon.sort-asc:before,
.icon.sort-asc:before,
.btn-icon.sort-asc:before {
  content: "\f0de";
}
.round-icon.sort-desc:before,
.icon.sort-desc:before,
.btn-icon.sort-desc:before {
  content: "\f0dd";
}
.round-icon.sortable-dragndrop:before,
.icon.sortable-dragndrop:before,
.btn-icon.sortable-dragndrop:before {
  content: "\f074";
}
.round-icon.serial-letter:before,
.icon.serial-letter:before,
.btn-icon.serial-letter:before,
.round-icon.mail-communication:before,
.icon.mail-communication:before,
.btn-icon.mail-communication:before {
  content: "\f0e0";
}
.round-icon.labels:before,
.icon.labels:before,
.btn-icon.labels:before {
  content: "\f145";
}
.round-icon.mass-mailing:before,
.icon.mass-mailing:before,
.btn-icon.mass-mailing:before,
.round-icon.newsletter:before,
.icon.newsletter:before,
.btn-icon.newsletter:before {
  content: "\f1d8";
}
.round-icon.select:before,
.icon.select:before,
.btn-icon.select:before {
  content: "\f138";
}
.round-icon.restore,
.icon.restore,
.btn-icon.restore,
.round-icon.update,
.icon.update,
.btn-icon.update,
.round-icon.reload,
.icon.reload,
.btn-icon.reload,
.round-icon.loading,
.icon.loading,
.btn-icon.loading {
  display: inline-block;
}
.round-icon.restore:before,
.icon.restore:before,
.btn-icon.restore:before,
.round-icon.update:before,
.icon.update:before,
.btn-icon.update:before,
.round-icon.reload:before,
.icon.reload:before,
.btn-icon.reload:before,
.round-icon.loading:before,
.icon.loading:before,
.btn-icon.loading:before {
  content: "\f021";
  display: inline-block;
}
.round-icon.loading-animated:before,
.icon.loading-animated:before,
.btn-icon.loading-animated:before {
  content: "\f110";
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.round-icon.upload:before,
.icon.upload:before,
.btn-icon.upload:before,
.round-icon.upload-entry:before,
.icon.upload-entry:before,
.btn-icon.upload-entry:before,
.round-icon.upload-huge:before,
.icon.upload-huge:before,
.btn-icon.upload-huge:before {
  content: "\f093";
}
.round-icon.upload-entry:before,
.icon.upload-entry:before,
.btn-icon.upload-entry:before {
  font-size: 18px;
}
.round-icon.upload-huge:before,
.icon.upload-huge:before,
.btn-icon.upload-huge:before {
  font-size: 90px;
  line-height: 1;
}
.round-icon.keyword:before,
.icon.keyword:before,
.btn-icon.keyword:before {
  content: "\f02b";
}
.round-icon.keyword-excluded:before,
.icon.keyword-excluded:before,
.btn-icon.keyword-excluded:before {
  content: "\f05e";
}
.round-icon.checked:before,
.icon.checked:before,
.btn-icon.checked:before {
  content: "\f046";
}
.round-icon.unchecked:before,
.icon.unchecked:before,
.btn-icon.unchecked:before {
  content: "\f096";
}
.round-icon.next-button:before,
.icon.next-button:before,
.btn-icon.next-button:before {
  content: "\f138";
}
.round-icon.prev-button:before,
.icon.prev-button:before,
.btn-icon.prev-button:before {
  content: "\f137";
}
.round-icon.process-attachment-due:before,
.icon.process-attachment-due:before,
.btn-icon.process-attachment-due:before,
.round-icon.document:before,
.icon.document:before,
.btn-icon.document:before {
  content: "\f016";
}
.round-icon.document-template:before,
.icon.document-template:before,
.btn-icon.document-template:before {
  content: "\f0f6";
}
.round-icon.relation:before,
.icon.relation:before,
.btn-icon.relation:before {
  content: "\f1e0";
}
.round-icon.configure:before,
.icon.configure:before,
.btn-icon.configure:before,
.round-icon.configure-entry:before,
.icon.configure-entry:before,
.btn-icon.configure-entry:before {
  content: "\f0ad";
}
.round-icon.configure-entry:before,
.icon.configure-entry:before,
.btn-icon.configure-entry:before {
  font-size: 18px;
}
.round-icon.master-data:before,
.icon.master-data:before,
.btn-icon.master-data:before {
  content: "\f1b3";
}
.round-icon.general-data:before,
.icon.general-data:before,
.btn-icon.general-data:before,
.round-icon.info:before,
.icon.info:before,
.btn-icon.info:before,
.round-icon.info-only:before,
.icon.info-only:before,
.btn-icon.info-only:before,
.round-icon.info-entry:before,
.icon.info-entry:before,
.btn-icon.info-entry:before {
  content: "\f05a";
}
.round-icon.info-entry:before,
.icon.info-entry:before,
.btn-icon.info-entry:before {
  font-size: 18px;
}
.round-icon.quote:before,
.icon.quote:before,
.btn-icon.quote:before {
  content: "\f003";
}
.round-icon.accounting:before,
.icon.accounting:before,
.btn-icon.accounting:before {
  content: "\f0d6";
}
.round-icon.invoice:before,
.icon.invoice:before,
.btn-icon.invoice:before {
  content: "\f0f6";
}
.round-icon.board:before,
.icon.board:before,
.btn-icon.board:before {
  content: "\f0ae";
}
.round-icon.time-and-expenses:before,
.icon.time-and-expenses:before,
.btn-icon.time-and-expenses:before,
.round-icon.time-tracker:before,
.icon.time-tracker:before,
.btn-icon.time-tracker:before,
.round-icon.hours:before,
.icon.hours:before,
.btn-icon.hours:before,
.round-icon.deadline:before,
.icon.deadline:before,
.btn-icon.deadline:before,
.round-icon.timesheet:before,
.icon.timesheet:before,
.btn-icon.timesheet:before,
.round-icon.update-date:before,
.icon.update-date:before,
.btn-icon.update-date:before {
  content: "\f017";
}
.round-icon.history:before,
.icon.history:before,
.btn-icon.history:before {
  content: "\f1da";
}
.round-icon.history-entry:before,
.icon.history-entry:before,
.btn-icon.history-entry:before {
  content: "\f1da";
  font-size: 18px;
}
.round-icon.plan-values:before,
.icon.plan-values:before,
.btn-icon.plan-values:before {
  content: "\f11e";
}
.round-icon.direct-debit:before,
.icon.direct-debit:before,
.btn-icon.direct-debit:before,
.round-icon.expense:before,
.icon.expense:before,
.btn-icon.expense:before,
.round-icon.expenses:before,
.icon.expenses:before,
.btn-icon.expenses:before {
  content: "\f0d6";
}
.round-icon.calendar-entry:before,
.icon.calendar-entry:before,
.btn-icon.calendar-entry:before,
.round-icon.calendar:before,
.icon.calendar:before,
.btn-icon.calendar:before {
  content: "\f073";
}
.round-icon.bank:before,
.icon.bank:before,
.btn-icon.bank:before {
  content: "\f19c";
}
.round-icon.hide-entry:before,
.icon.hide-entry:before,
.btn-icon.hide-entry:before,
.round-icon.action-hide:before,
.icon.action-hide:before,
.btn-icon.action-hide:before {
  content: "\f070";
}
.round-icon.action-show:before,
.icon.action-show:before,
.btn-icon.action-show:before {
  content: "\f06e";
}
.round-icon.square:before,
.icon.square:before,
.btn-icon.square:before,
.round-icon.single:before,
.icon.single:before,
.btn-icon.single:before {
  content: "\f0c8";
}
.round-icon.multiple:before,
.icon.multiple:before,
.btn-icon.multiple:before {
  content: "\f009";
}
.round-icon.country:before,
.icon.country:before,
.btn-icon.country:before {
  content: "\f024";
}
.round-icon.subscription:before,
.icon.subscription:before,
.btn-icon.subscription:before,
.round-icon.publication:before,
.icon.publication:before,
.btn-icon.publication:before {
  content: "\f1ea";
}
.round-icon.container-element:before,
.icon.container-element:before,
.btn-icon.container-element:before {
  content: "\f096";
}
.round-icon.field:before,
.icon.field:before,
.btn-icon.field:before {
  content: "\f044";
}
.round-icon.lookup:before,
.icon.lookup:before,
.btn-icon.lookup:before {
  content: "\f0ca";
}
.round-icon.send:before,
.icon.send:before,
.btn-icon.send:before {
  content: "\f1d8";
}
.round-icon.show-result:before,
.icon.show-result:before,
.btn-icon.show-result:before,
.round-icon.show-all:before,
.icon.show-all:before,
.btn-icon.show-all:before {
  content: "\f06e";
}
.round-icon.show-result:before,
.icon.show-result:before,
.btn-icon.show-result:before {
  font-size: 16px;
}
.round-icon.show-entry:before,
.icon.show-entry:before,
.btn-icon.show-entry:before {
  content: "\f06e";
  font-size: 18px;
}
.round-icon.tree-folder:before,
.icon.tree-folder:before,
.btn-icon.tree-folder:before {
  content: "\f07b";
  font-size: 16px;
  color: #0268b2;
}
.round-icon.tree-folder-colored:before,
.icon.tree-folder-colored:before,
.btn-icon.tree-folder-colored:before,
.round-icon.folder:before,
.icon.folder:before,
.btn-icon.folder:before {
  content: "\f07b";
}
.round-icon.folder-open:before,
.icon.folder-open:before,
.btn-icon.folder-open:before {
  content: "\f07c";
}
.round-icon.box-checked:before,
.icon.box-checked:before,
.btn-icon.box-checked:before {
  content: "\f046";
}
.round-icon.box-unchecked:before,
.icon.box-unchecked:before,
.btn-icon.box-unchecked:before {
  content: "\f096";
}
.round-icon.money-entry:before,
.icon.money-entry:before,
.btn-icon.money-entry:before,
.round-icon.money:before,
.icon.money:before,
.btn-icon.money:before {
  content: "\f0d6";
}
.round-icon.money-entry:before,
.icon.money-entry:before,
.btn-icon.money-entry:before {
  font-size: 18px;
}
.round-icon.excel-control:before,
.icon.excel-control:before,
.btn-icon.excel-control:before,
.round-icon.excel-entry:before,
.icon.excel-entry:before,
.btn-icon.excel-entry:before,
.round-icon.excel:before,
.icon.excel:before,
.btn-icon.excel:before {
  content: "\f1c3";
}
.round-icon.excel-control:before,
.icon.excel-control:before,
.btn-icon.excel-control:before {
  font-size: 30px;
}
.round-icon.excel-entry:before,
.icon.excel-entry:before,
.btn-icon.excel-entry:before {
  font-size: 18px;
}
.round-icon.copy:before,
.icon.copy:before,
.btn-icon.copy:before {
  content: "\f0c5";
}
.round-icon.toggle-on:before,
.icon.toggle-on:before,
.btn-icon.toggle-on:before {
  content: "\f205";
  font-size: 18px;
}
.round-icon.toggle-off:before,
.icon.toggle-off:before,
.btn-icon.toggle-off:before {
  content: "\f204";
  font-size: 18px;
}
.round-icon.comment-entry:before,
.icon.comment-entry:before,
.btn-icon.comment-entry:before {
  content: "\f075";
  font-size: 18px;
}
.round-icon.file-status-ok:before,
.icon.file-status-ok:before,
.btn-icon.file-status-ok:before {
  content: "\f00c";
}
.round-icon.file-status-canceled:before,
.icon.file-status-canceled:before,
.btn-icon.file-status-canceled:before {
  content: "\f05e";
}
.round-icon.file-status-removed:before,
.icon.file-status-removed:before,
.btn-icon.file-status-removed:before {
  content: "\f00d";
}
.round-icon.arrow-down:before,
.icon.arrow-down:before,
.btn-icon.arrow-down:before {
  content: "\f063";
}
.round-icon.collapsed,
.icon.collapsed,
.btn-icon.collapsed {
  min-width: 19px;
  text-align: center;
  display: inline-block;
}
.round-icon.collapsed:before,
.icon.collapsed:before,
.btn-icon.collapsed:before {
  content: "\f054";
}
.round-icon.collapsed:not(.btn-icon):before,
.icon.collapsed:not(.btn-icon):before,
.btn-icon.collapsed:not(.btn-icon):before {
  margin-right: 0px;
}
.round-icon.collapsed-td:before,
.icon.collapsed-td:before,
.btn-icon.collapsed-td:before {
  min-width: 14px;
  text-align: center;
  display: inline-block;
  content: "\f054";
  margin-right: 0px;
}
.round-icon.expanded:before,
.icon.expanded:before,
.btn-icon.expanded:before {
  content: "\f078";
}
.round-icon.expanded:not(.btn-icon):before,
.icon.expanded:not(.btn-icon):before,
.btn-icon.expanded:not(.btn-icon):before {
  margin-right: 0px;
}
.round-icon.skill:before,
.icon.skill:before,
.btn-icon.skill:before {
  content: "\f19d";
}
.round-icon.note:before,
.icon.note:before,
.btn-icon.note:before,
.round-icon.note-entry:before,
.icon.note-entry:before,
.btn-icon.note-entry:before {
  content: "\f040";
}
.round-icon.note-entry:before,
.icon.note-entry:before,
.btn-icon.note-entry:before {
  font-size: 18px;
  position: relative;
}
.round-icon.read-only-view:before,
.icon.read-only-view:before,
.btn-icon.read-only-view:before,
.round-icon.preview:before,
.icon.preview:before,
.btn-icon.preview:before {
  content: "\f06e";
}
.round-icon.merge:before,
.icon.merge:before,
.btn-icon.merge:before {
  content: "\f066";
}
.round-icon.social-security:before,
.icon.social-security:before,
.btn-icon.social-security:before {
  content: "\f01c";
}
.round-icon.no-favorite:before,
.icon.no-favorite:before,
.btn-icon.no-favorite:before {
  content: "\f006";
}
.round-icon.favorite:before,
.icon.favorite:before,
.btn-icon.favorite:before {
  content: "\f005";
}
.round-icon.fields:before,
.icon.fields:before,
.btn-icon.fields:before {
  content: "\f0ca";
}
.round-icon.address:before,
.icon.address:before,
.btn-icon.address:before {
  content: "\f003";
}
.round-icon.approve:before,
.icon.approve:before,
.btn-icon.approve:before {
  content: "\f087";
}
.round-icon.accepted:before,
.icon.accepted:before,
.btn-icon.accepted:before,
.round-icon.fix:before,
.icon.fix:before,
.btn-icon.fix:before {
  content: "\f05d";
}
.round-icon.reject:before,
.icon.reject:before,
.btn-icon.reject:before {
  content: "\f088";
}
.round-icon.freeze:before,
.icon.freeze:before,
.btn-icon.freeze:before,
.round-icon.due-cancel:before,
.icon.due-cancel:before,
.btn-icon.due-cancel:before,
.round-icon.payment-cancel:before,
.icon.payment-cancel:before,
.btn-icon.payment-cancel:before,
.round-icon.deny:before,
.icon.deny:before,
.btn-icon.deny:before {
  content: "\f05e";
}
.round-icon.settings:before,
.icon.settings:before,
.btn-icon.settings:before,
.round-icon.settings-entry:before,
.icon.settings-entry:before,
.btn-icon.settings-entry:before {
  content: "\f013";
}
.round-icon.process-decision-type-criteria-process-category-edit:before,
.icon.process-decision-type-criteria-process-category-edit:before,
.btn-icon.process-decision-type-criteria-process-category-edit:before,
.round-icon.process-decision-type-criteria-entry:before,
.icon.process-decision-type-criteria-entry:before,
.btn-icon.process-decision-type-criteria-entry:before {
  font-size: 18px;
  content: "\f013";
}
.round-icon.process-decision-type-criteria-process-topic-edit:before,
.icon.process-decision-type-criteria-process-topic-edit:before,
.btn-icon.process-decision-type-criteria-process-topic-edit:before {
  font-size: 18px;
  content: "\f085";
}
.round-icon.settings-entry:before,
.icon.settings-entry:before,
.btn-icon.settings-entry:before {
  font-size: 18px;
}
.round-icon.comments-entry:before,
.icon.comments-entry:before,
.btn-icon.comments-entry:before,
.round-icon.comments:before,
.icon.comments:before,
.btn-icon.comments:before {
  content: "\f086";
}
.round-icon.entry:before,
.icon.entry:before,
.btn-icon.entry:before,
.round-icon.comments-entry:before,
.icon.comments-entry:before,
.btn-icon.comments-entry:before {
  font-size: 18px;
}
.round-icon.automatic:before,
.icon.automatic:before,
.btn-icon.automatic:before,
.round-icon.state:before,
.icon.state:before,
.btn-icon.state:before {
  content: "\f085";
}
.round-icon.map:before,
.icon.map:before,
.btn-icon.map:before {
  content: "\f041";
}
.round-icon.mapping:before,
.icon.mapping:before,
.btn-icon.mapping:before {
  content: "\f0ec";
}
.round-icon.radio-unchecked:before,
.icon.radio-unchecked:before,
.btn-icon.radio-unchecked:before {
  content: "\f10c";
}
.round-icon.radio-checked:before,
.icon.radio-checked:before,
.btn-icon.radio-checked:before {
  content: "\f192";
}
.round-icon.columns:before,
.icon.columns:before,
.btn-icon.columns:before {
  content: "\f0db";
}
.round-icon.maximize:before,
.icon.maximize:before,
.btn-icon.maximize:before,
.round-icon.arrows-h:before,
.icon.arrows-h:before,
.btn-icon.arrows-h:before {
  content: "\f07e";
}
.round-icon.minimize:before,
.icon.minimize:before,
.btn-icon.minimize:before {
  content: "\f066";
}
.round-icon.expand:before,
.icon.expand:before,
.btn-icon.expand:before {
  content: "\f065";
}
.round-icon.meeting:before,
.icon.meeting:before,
.btn-icon.meeting:before {
  content: "\f1e7";
}
.round-icon.voting:before,
.icon.voting:before,
.btn-icon.voting:before {
  content: "\f0e3";
}
.round-icon.escalation:before,
.icon.escalation:before,
.btn-icon.escalation:before {
  content: "\f0a6";
}
.round-icon.costplan:before,
.icon.costplan:before,
.btn-icon.costplan:before {
  content: "\f1ec";
}
.round-icon.process-tree:before,
.icon.process-tree:before,
.btn-icon.process-tree:before,
.round-icon.project-planning:before,
.icon.project-planning:before,
.btn-icon.project-planning:before,
.round-icon.project-tree:before,
.icon.project-tree:before,
.btn-icon.project-tree:before,
.round-icon.inheritance:before,
.icon.inheritance:before,
.btn-icon.inheritance:before,
.round-icon.structure:before,
.icon.structure:before,
.btn-icon.structure:before,
.round-icon.document-tree:before,
.icon.document-tree:before,
.btn-icon.document-tree:before {
  content: "\f0e8";
}
.round-icon.gantt:before,
.icon.gantt:before,
.btn-icon.gantt:before {
  content: "\f1de";
}
.round-icon.budget-overview:before,
.icon.budget-overview:before,
.btn-icon.budget-overview:before {
  content: "\f200";
}
.round-icon.area-chart:before,
.icon.area-chart:before,
.btn-icon.area-chart:before {
  content: "\f1fe";
}
.round-icon.bar-chart:before,
.icon.bar-chart:before,
.btn-icon.bar-chart:before {
  content: "\f080";
}
.round-icon.attachment:before,
.icon.attachment:before,
.btn-icon.attachment:before {
  content: "\f0c6";
}
.round-icon.love:before,
.icon.love:before,
.btn-icon.love:before {
  content: "\f08a";
}
.round-icon.first:before,
.icon.first:before,
.btn-icon.first:before {
  content: "\f048";
}
.round-icon.last:before,
.icon.last:before,
.btn-icon.last:before {
  content: "\f051";
}
.round-icon.current-item:before,
.icon.current-item:before,
.btn-icon.current-item:before {
  content: "\f041";
}
.round-icon.normalize:before,
.icon.normalize:before,
.btn-icon.normalize:before {
  content: "\f01e";
}
.round-icon.finalize:before,
.icon.finalize:before,
.btn-icon.finalize:before,
.round-icon.finalize:before,
.icon.finalize:before,
.btn-icon.finalize:before {
  content: "\f11e";
}
.round-icon.evaluation:before,
.icon.evaluation:before,
.btn-icon.evaluation:before {
  content: "\f046";
}
.round-icon.parent-relation:before,
.icon.parent-relation:before,
.btn-icon.parent-relation:before,
.round-icon.parent-partner:before,
.icon.parent-partner:before,
.btn-icon.parent-partner:before {
  content: "\f139";
}
.round-icon.child-relation:before,
.icon.child-relation:before,
.btn-icon.child-relation:before,
.round-icon.child-partner:before,
.icon.child-partner:before,
.btn-icon.child-partner:before {
  content: "\f13a";
}
.round-icon.parent-follow-up:before,
.icon.parent-follow-up:before,
.btn-icon.parent-follow-up:before {
  content: "\f08b";
}
.round-icon.child-follow-up:before,
.icon.child-follow-up:before,
.btn-icon.child-follow-up:before {
  content: "\f090";
}
.round-icon.smiley:before,
.icon.smiley:before,
.btn-icon.smiley:before {
  content: "\f118";
}
.round-icon.ms-exchange:before,
.icon.ms-exchange:before,
.btn-icon.ms-exchange:before {
  content: "\f17a";
}
.round-icon.synch:before,
.icon.synch:before,
.btn-icon.synch:before {
  content: "\f079";
}
.round-icon.project-list:before,
.icon.project-list:before,
.btn-icon.project-list:before {
  content: "\f03a";
}
.round-icon.administrative-project:before,
.icon.administrative-project:before,
.btn-icon.administrative-project:before {
  content: "\f073";
}
.round-icon.administrative-task:before,
.icon.administrative-task:before,
.btn-icon.administrative-task:before {
  content: "\f017";
}
.round-icon.eap-data:before,
.icon.eap-data:before,
.btn-icon.eap-data:before {
  content: "\f05a";
}
.round-icon.priority:before,
.icon.priority:before,
.btn-icon.priority:before {
  content: "\f071";
}
.round-icon.resolution-type:before,
.icon.resolution-type:before,
.btn-icon.resolution-type:before {
  content: "\f058";
}
.round-icon.type:before,
.icon.type:before,
.btn-icon.type:before {
  content: "\f009";
}
.round-icon.simple-list-view:before,
.icon.simple-list-view:before,
.btn-icon.simple-list-view:before {
  content: "\f141";
}
.round-icon.show-extended:before,
.icon.show-extended:before,
.btn-icon.show-extended:before {
  content: "\f141";
}
.round-icon.list-view:before,
.icon.list-view:before,
.btn-icon.list-view:before {
  content: "\f03a";
}
.round-icon.objective:before,
.icon.objective:before,
.btn-icon.objective:before {
  content: "\f11e";
}
.round-icon.custom-attributes:before,
.icon.custom-attributes:before,
.btn-icon.custom-attributes:before,
.round-icon.products:before,
.icon.products:before,
.btn-icon.products:before {
  content: "\f02c";
}
.round-icon.grid-view:before,
.icon.grid-view:before,
.btn-icon.grid-view:before {
  content: "\f0ce";
}
.round-icon.open-in-explorer:before,
.icon.open-in-explorer:before,
.btn-icon.open-in-explorer:before {
  content: "\f064";
}
.round-icon.project-contract:before,
.icon.project-contract:before,
.btn-icon.project-contract:before,
.round-icon.contract:before,
.icon.contract:before,
.btn-icon.contract:before {
  content: "\f0f6";
}
.round-icon.review:before,
.icon.review:before,
.btn-icon.review:before {
  content: "\f002";
}
.round-icon.dashboard:before,
.icon.dashboard:before,
.btn-icon.dashboard:before {
  content: "\f200";
}
.round-icon.collaborator-dashboard:before,
.icon.collaborator-dashboard:before,
.btn-icon.collaborator-dashboard:before {
  content: "\f108";
}
.round-icon.inventory:before,
.icon.inventory:before,
.btn-icon.inventory:before {
  content: "\f1c0";
}
.round-icon.ticket-list:before,
.icon.ticket-list:before,
.btn-icon.ticket-list:before {
  content: "\f0ca";
}
.round-icon.service-desk-task:before,
.icon.service-desk-task:before,
.btn-icon.service-desk-task:before {
  content: "\f145";
}
.round-icon.ticket-description:before,
.icon.ticket-description:before,
.btn-icon.ticket-description:before {
  content: "\f05a";
}
.round-icon.log-time:before,
.icon.log-time:before,
.btn-icon.log-time:before {
  content: "\f040";
}
.round-icon.reply:before,
.icon.reply:before,
.btn-icon.reply:before {
  content: "\f112";
}
.round-icon.missing:before,
.icon.missing:before,
.btn-icon.missing:before {
  content: "\f05e";
}
.round-icon.plug:before,
.icon.plug:before,
.btn-icon.plug:before {
  content: "\f1e6";
}
.round-icon.notification:before,
.icon.notification:before,
.btn-icon.notification:before {
  content: "\f0f3";
}
.round-icon.with-invitation:before,
.icon.with-invitation:before,
.btn-icon.with-invitation:before {
  content: "\f0e0";
}
.round-icon.create-serial-letter:before,
.icon.create-serial-letter:before,
.btn-icon.create-serial-letter:before,
.round-icon.without-invitation:before,
.icon.without-invitation:before,
.btn-icon.without-invitation:before {
  content: "\f2b6";
}
.round-icon.email-create:before,
.icon.email-create:before,
.btn-icon.email-create:before {
  content: "\f2b7";
}
.round-icon.email-send:before,
.icon.email-send:before,
.btn-icon.email-send:before {
  content: "\f1d9";
}
.round-icon.publish-date-in-future:before,
.icon.publish-date-in-future:before,
.btn-icon.publish-date-in-future:before,
.round-icon.is-not-checked:before,
.icon.is-not-checked:before,
.btn-icon.is-not-checked:before {
  content: "\f071";
  color: #f0ad4e;
}
.round-icon.action-needed:before,
.icon.action-needed:before,
.btn-icon.action-needed:before {
  content: "\f071";
}
.round-icon.sprint:before,
.icon.sprint:before,
.btn-icon.sprint:before {
  content: "\f0cc";
}
.round-icon.sprint-requested-date:before,
.icon.sprint-requested-date:before,
.btn-icon.sprint-requested-date:before {
  content: "\f252";
}
.round-icon.synchronization-pending:before,
.icon.synchronization-pending:before,
.btn-icon.synchronization-pending:before,
.round-icon.sprint-planned-end-date:before,
.icon.sprint-planned-end-date:before,
.btn-icon.sprint-planned-end-date:before {
  content: "\f253";
}
.round-icon.sprint-planned-release-date:before,
.icon.sprint-planned-release-date:before,
.btn-icon.sprint-planned-release-date:before {
  content: "\f275";
}
.round-icon.sprint-start:before,
.icon.sprint-start:before,
.btn-icon.sprint-start:before {
  content: "\f04b";
}
.round-icon.sprint-close:before,
.icon.sprint-close:before,
.btn-icon.sprint-close:before,
.round-icon.locked:before,
.icon.locked:before,
.btn-icon.locked:before {
  content: "\f023";
}
.round-icon.sprint-closed:before,
.icon.sprint-closed:before,
.btn-icon.sprint-closed:before {
  content: "\f13e";
}
.round-icon.sprint-set-tested:before,
.icon.sprint-set-tested:before,
.btn-icon.sprint-set-tested:before {
  content: "\f00c";
}
.round-icon.requirement:before,
.icon.requirement:before,
.btn-icon.requirement:before {
  content: "\f25d";
}
.round-icon.functional-requirement:before,
.icon.functional-requirement:before,
.btn-icon.functional-requirement:before {
  content: "\f25d";
}
.round-icon.non-functional-requirement:before,
.icon.non-functional-requirement:before,
.btn-icon.non-functional-requirement:before {
  content: "\f21e";
}
.round-icon.test-case:before,
.icon.test-case:before,
.btn-icon.test-case:before {
  content: "\f0cb";
}
.round-icon.issue:before,
.icon.issue:before,
.btn-icon.issue:before {
  content: "\f05d";
}
.round-icon.sprint-board:before,
.icon.sprint-board:before,
.btn-icon.sprint-board:before {
  content: "\f2d0";
}
.round-icon.thumbnails-icon:before,
.icon.thumbnails-icon:before,
.btn-icon.thumbnails-icon:before,
.round-icon.diagram:before,
.icon.diagram:before,
.btn-icon.diagram:before {
  content: "\f03e";
}
.round-icon.male:before,
.icon.male:before,
.btn-icon.male:before {
  content: "\f222";
  font-size: 0.6em;
}
.round-icon.female:before,
.icon.female:before,
.btn-icon.female:before {
  content: "\f221";
  font-size: 0.6em;
}
.round-icon.intersex:before,
.icon.intersex:before,
.btn-icon.intersex:before {
  content: "\f224";
  font-size: 0.6em;
}
.round-icon.gender-diverse:before,
.icon.gender-diverse:before,
.btn-icon.gender-diverse:before {
  content: "\f225";
  font-size: 0.6em;
}
.round-icon.assign-partner:before,
.icon.assign-partner:before,
.btn-icon.assign-partner:before {
  content: "\f2bd";
}
.round-icon.partner-contact-detail:before,
.icon.partner-contact-detail:before,
.btn-icon.partner-contact-detail:before {
  content: "\f2b9";
}
.round-icon.idea:before,
.icon.idea:before,
.btn-icon.idea:before {
  content: "\f0eb";
}
.round-icon.repeat:before,
.icon.repeat:before,
.btn-icon.repeat:before {
  content: "\f01e";
}
.round-icon.replace-entry:before,
.icon.replace-entry:before,
.btn-icon.replace-entry:before {
  font-size: 18px;
  content: "\f01e";
}
.round-icon.bug:before,
.icon.bug:before,
.btn-icon.bug:before {
  content: "\f188";
}
.round-icon.support:before,
.icon.support:before,
.btn-icon.support:before {
  content: "\f1cd";
}
.round-icon.file-type-default:before,
.icon.file-type-default:before,
.btn-icon.file-type-default:before {
  content: "\f016";
}
.round-icon.pdf:before,
.icon.pdf:before,
.btn-icon.pdf:before,
.round-icon.file-type-pdf:before,
.icon.file-type-pdf:before,
.btn-icon.file-type-pdf:before {
  content: "\f1c1";
}
.round-icon.file-type-xlsx:before,
.icon.file-type-xlsx:before,
.btn-icon.file-type-xlsx:before,
.round-icon.file-type-xls:before,
.icon.file-type-xls:before,
.btn-icon.file-type-xls:before {
  content: "\f1c3";
}
.round-icon.file-type-docx:before,
.icon.file-type-docx:before,
.btn-icon.file-type-docx:before,
.round-icon.file-type-doc:before,
.icon.file-type-doc:before,
.btn-icon.file-type-doc:before {
  content: "\f1c2";
}
.round-icon.file-type-pptx:before,
.icon.file-type-pptx:before,
.btn-icon.file-type-pptx:before,
.round-icon.file-type-ppt:before,
.icon.file-type-ppt:before,
.btn-icon.file-type-ppt:before {
  content: "\f1c4";
}
.round-icon.thumbnail-icon:before,
.icon.thumbnail-icon:before,
.btn-icon.thumbnail-icon:before,
.round-icon.picture:before,
.icon.picture:before,
.btn-icon.picture:before,
.round-icon.file-type-jpg:before,
.icon.file-type-jpg:before,
.btn-icon.file-type-jpg:before,
.round-icon.file-type-jpeg:before,
.icon.file-type-jpeg:before,
.btn-icon.file-type-jpeg:before,
.round-icon.file-type-gif:before,
.icon.file-type-gif:before,
.btn-icon.file-type-gif:before,
.round-icon.file-type-tiff:before,
.icon.file-type-tiff:before,
.btn-icon.file-type-tiff:before,
.round-icon.file-type-png:before,
.icon.file-type-png:before,
.btn-icon.file-type-png:before,
.round-icon.file-type-bmp:before,
.icon.file-type-bmp:before,
.btn-icon.file-type-bmp:before {
  content: "\f1c5";
}
.round-icon.file-type-mp3:before,
.icon.file-type-mp3:before,
.btn-icon.file-type-mp3:before,
.round-icon.file-type-wav:before,
.icon.file-type-wav:before,
.btn-icon.file-type-wav:before {
  content: "\f1c7";
}
.round-icon.file-type-txt:before,
.icon.file-type-txt:before,
.btn-icon.file-type-txt:before {
  content: "\f0f6";
}
.round-icon.file-type-eml:before,
.icon.file-type-eml:before,
.btn-icon.file-type-eml:before {
  content: "\f003";
}
.round-icon.file-type-avi:before,
.icon.file-type-avi:before,
.btn-icon.file-type-avi:before,
.round-icon.file-type-mov:before,
.icon.file-type-mov:before,
.btn-icon.file-type-mov:before,
.round-icon.file-type-mpg:before,
.icon.file-type-mpg:before,
.btn-icon.file-type-mpg:before {
  content: "\f1c8";
}
.round-icon.project-documents:before,
.icon.project-documents:before,
.btn-icon.project-documents:before {
  content: "\f0c5";
}
.round-icon.receive-invitation-responses:before,
.icon.receive-invitation-responses:before,
.btn-icon.receive-invitation-responses:before {
  content: "\f149";
}
.round-icon.shift-entity:before,
.icon.shift-entity:before,
.btn-icon.shift-entity:before {
  content: "\f045";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.create-note-out-of-keyword:before,
.icon.create-note-out-of-keyword:before,
.btn-icon.create-note-out-of-keyword:before {
  content: "\f14b";
  font-size: 18px;
  position: relative;
  top: 1px;
}
.round-icon.registration-options-entry:before,
.icon.registration-options-entry:before,
.btn-icon.registration-options-entry:before,
.round-icon.registration-options:before,
.icon.registration-options:before,
.btn-icon.registration-options:before,
.round-icon.app-area-menu:before,
.icon.app-area-menu:before,
.btn-icon.app-area-menu:before {
  content: "\f00b";
}
.round-icon.registration-options-entry:before,
.icon.registration-options-entry:before,
.btn-icon.registration-options-entry:before {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.round-icon.radio-area-icon-selected:before,
.icon.radio-area-icon-selected:before,
.btn-icon.radio-area-icon-selected:before {
  content: "\f058";
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 16px;
  color: #0268b2;
}
.round-icon.radio-area-icon:before,
.icon.radio-area-icon:before,
.btn-icon.radio-area-icon:before {
  content: "\f111";
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 16px;
  color: gray;
}
.round-icon.room-representative:before,
.icon.room-representative:before,
.btn-icon.room-representative:before {
  content: "\f185";
}
.round-icon.room-maintenance:before,
.icon.room-maintenance:before,
.btn-icon.room-maintenance:before {
  content: "\f013";
}
.round-icon.room-private:before,
.icon.room-private:before,
.btn-icon.room-private:before {
  content: "\f070";
}
.round-icon.floor-representative:before,
.icon.floor-representative:before,
.btn-icon.floor-representative:before {
  content: "\f0a3";
}
.round-icon.floor-maintenance:before,
.icon.floor-maintenance:before,
.btn-icon.floor-maintenance:before {
  content: "\f085";
}
.round-icon.floor-private:before,
.icon.floor-private:before,
.btn-icon.floor-private:before {
  content: "\f2a8";
}
.round-icon.app-area:before,
.icon.app-area:before,
.btn-icon.app-area:before {
  margin-right: 0px !important;
}
.round-icon.app-area-crm:before,
.icon.app-area-crm:before,
.btn-icon.app-area-crm:before {
  content: "\f01c";
}
.round-icon.process:before,
.icon.process:before,
.btn-icon.process:before,
.round-icon.application:before,
.icon.application:before,
.btn-icon.application:before,
.round-icon.app-area-process:before,
.icon.app-area-process:before,
.btn-icon.app-area-process:before {
  content: "\f02d";
}
.round-icon.project:before,
.icon.project:before,
.btn-icon.project:before,
.round-icon.app-area-project:before,
.icon.app-area-project:before,
.btn-icon.app-area-project:before {
  content: "\f018";
}
.round-icon.reporting:before,
.icon.reporting:before,
.btn-icon.reporting:before,
.round-icon.app-area-report:before,
.icon.app-area-report:before,
.btn-icon.app-area-report:before {
  content: "\f080";
}
.round-icon.app-area-admin:before,
.icon.app-area-admin:before,
.btn-icon.app-area-admin:before {
  content: "\f0ad";
}
.round-icon.app-area-controlling:before,
.icon.app-area-controlling:before,
.btn-icon.app-area-controlling:before {
  content: "\f002";
}
.round-icon.service-desk:before,
.icon.service-desk:before,
.btn-icon.service-desk:before,
.round-icon.app-area-service-desk:before,
.icon.app-area-service-desk:before,
.btn-icon.app-area-service-desk:before {
  content: "\f0e6";
}
.round-icon.app-area-product:before,
.icon.app-area-product:before,
.btn-icon.app-area-product:before {
  content: "\f06b";
}
.round-icon.app-area-realty:before,
.icon.app-area-realty:before,
.btn-icon.app-area-realty:before {
  content: "\f19c";
}
.round-icon.app-area-todo:before,
.icon.app-area-todo:before,
.btn-icon.app-area-todo:before {
  content: "\f05d";
}
.round-icon.app-area-course:before,
.icon.app-area-course:before,
.btn-icon.app-area-course:before {
  content: "\f14e";
}
.round-icon.app-area-inventory:before,
.icon.app-area-inventory:before,
.btn-icon.app-area-inventory:before {
  content: "\f1c0";
}
.round-icon.very-large,
.icon.very-large,
.btn-icon.very-large {
  color: #0268b2;
  font-size: 100px;
}
.round-icon.very-large:hover,
.icon.very-large:hover,
.btn-icon.very-large:hover {
  color: #02508a;
}
.round-icon.large,
.icon.large,
.btn-icon.large {
  font-size: 24px;
}
.round-icon.sum:before,
.icon.sum:before,
.btn-icon.sum:before {
  content: "\003a3";
  float: left;
}
.round-icon.revision-entry:before,
.icon.revision-entry:before,
.btn-icon.revision-entry:before,
.round-icon.revision:before,
.icon.revision:before,
.btn-icon.revision:before {
  content: "\f0ea";
}
.round-icon.revision-entry:before,
.icon.revision-entry:before,
.btn-icon.revision-entry:before {
  font-size: 14px;
  position: relative;
  bottom: 1px;
}
.round-icon.check-entry:before,
.icon.check-entry:before,
.btn-icon.check-entry:before {
  font-size: 18px;
  content: "\f00c";
  position: relative;
  top: 1px;
}
.round-icon.actions-entry:before,
.icon.actions-entry:before,
.btn-icon.actions-entry:before {
  font-size: 18px;
  content: "\f0e7";
  position: relative;
  top: 1px;
}
.round-icon.project-event-milestone:before,
.icon.project-event-milestone:before,
.btn-icon.project-event-milestone:before {
  content: "\f274";
}
.round-icon.project-event-payment-dependent:before,
.icon.project-event-payment-dependent:before,
.btn-icon.project-event-payment-dependent:before {
  content: "\f219";
  position: relative;
  right: 1px;
}
.round-icon.test-run:before,
.icon.test-run:before,
.btn-icon.test-run:before {
  content: "\f152";
}
.round-icon.published:before,
.icon.published:before,
.btn-icon.published:before,
.round-icon.test-successful:before,
.icon.test-successful:before,
.btn-icon.test-successful:before {
  content: "\f14a";
}
.round-icon.published:before,
.icon.published:before,
.btn-icon.published:before {
  color: #5cb85c;
}
.round-icon.test-failed:before,
.icon.test-failed:before,
.btn-icon.test-failed:before {
  content: "\f2d3";
}
.round-icon.need-for-action,
.icon.need-for-action,
.btn-icon.need-for-action {
  color: orange;
}
.round-icon.compare-panel:before,
.icon.compare-panel:before,
.btn-icon.compare-panel:before {
  content: "\f022";
}
.round-icon.mobile:before,
.icon.mobile:before,
.btn-icon.mobile:before {
  content: "\f10b";
  position: relative;
  left: 3px;
  font-size: 18px;
}
.round-icon.publication:before,
.icon.publication:before,
.btn-icon.publication:before {
  content: "\f133";
}
.heading-icon.loading:before,
.btn-icon.loading:before {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  content: "\f110" !important;
}
.select-loading-indicator {
  position: relative;
}
.select-loading-indicator > .spinner-bg {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 2px;
}
.select-loading-indicator > .spinner-bg > .icon {
  margin: 7px 10px;
}
.select-loading-indicator.select-loading > .spinner-bg {
  display: block;
}
th > .icon:first-child:last-child:before,
td > .icon:first-child:last-child:before {
  margin-left: 5px;
  margin-right: 0px;
}
.input-icon {
  position: relative;
}
.input-icon:before {
  left: 10px;
  top: 1px;
  position: absolute;
}
.input-icon > input {
  padding-left: 40px;
}
a:hover .color-1:before {
  color: #08e6cd;
}
a:hover .color-2:before {
  color: #ffd42c;
}
a:hover .color-3:before {
  color: #e41d19;
}
a:hover .color-4:before {
  color: #0280da;
}
a:hover .color-5:before {
  color: #ea733d;
}
a:active .color-1:before {
  color: #069887;
}
a:active .color-2:before {
  color: #d9ad00;
}
a:active .color-3:before {
  color: #9a1311;
}
a:active .color-4:before {
  color: #02508a;
}
a:active .color-5:before {
  color: #c04b15;
}
.dropdown-menu .icon.profile:before {
  margin-right: 5px;
}
.round-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #777;
  color: #777;
  border-radius: 34px;
  text-align: center;
}
.round-icon.active {
  color: #0268b2;
}
.round-icon.small {
  width: 28px;
  height: 28px;
}
.round-icon.edit {
  line-height: 28px;
}
.round-icon.edit:before {
  content: "\f040";
}
.round-icon.cancel {
  line-height: 28px;
}
.round-icon.list {
  line-height: 28px;
}
.round-icon.list:before {
  content: "\f039";
}
.round-icon:hover {
  border-color: #0268b2;
  color: #0268b2;
}
.round-icon:active {
  border-color: #0385e4;
  color: #0385e4;
}
.round-icon:before {
  font-family: FontAwesome;
  margin-right: 0px !important;
  line-height: 32px;
  display: block;
  font-size: 18px;
  display: inline-block;
}
.round-icon.small:before {
  line-height: 28px;
}
.round-icon.small.add:before {
  font-size: 18px;
  margin-left: 1px;
}
.round-icon.archive:before {
  margin-left: 1px;
  position: relative;
  top: -1px;
}
.round-icon.toggable:not(.active):active,
.round-icon.toggable.round-icon.toggable:not(.active):focus {
  color: #777;
}
.round-icon[disabled],
.round-icon[disabled]:hover,
.round-icon[disabled]:active {
  color: #bbb;
  border-color: #bbb;
}
.active .icon.colored:before {
  color: #fff;
}
.icon-disabled {
  color: #999999;
}
.link-icon:before {
  margin-right: 5px;
}
.icon.big:before {
  font-size: 60px;
}
.icon.no-margin:before {
  margin-right: 0px !important;
}
.glyphicon-star,
.glyphicon-star-empty {
  color: orange;
}
.realty-keyword-icons .icon:before,
.service-desk-keyword-icons .icon:before {
  content: "\f02b";
}
.icon-link:hover,
.icon-link:active,
.icon-link:focus {
  text-decoration: none;
}
a.icon[disabled] {
  color: #ccc;
}
.room:before {
  content: "\f0c8";
}
.floor:before {
  content: "\f0e8";
}
.info-label,
.info-table-cell {
  cursor: pointer;
  padding-right: 0px !important;
}
.info-label:after,
.info-table-cell:after {
  content: "\f05a" !important;
  font-family: "FontAwesome";
  color: #0268b2;
  margin-left: 3px;
}
sc-gender-icon {
  margin-left: 5px;
  margin-top: -2px;
}
.risk-assessment:before {
  content: "\f06d";
}
.mce-ico.mce-i-remove:before {
  content: "x";
  font-weight: bold;
  font-size: 20px;
  color: #aaa;
}
.mce-ico.mce-i-remove:before:hover {
  color: #888;
}
button.btn-icon.btn-round.list {
  padding-left: 5px;
  padding-bottom: 0px;
}
button.btn-icon.btn-round.list.thumbnails-icon {
  padding-left: 4px;
  padding-bottom: 0px;
}
button.btn-icon.btn-round.document-tree {
  padding-left: 5px;
  padding-top: 0px;
}
button.btn-icon.btn-round.add {
  padding-bottom: 0px;
}
button.btn-icon.btn-round.back {
  padding-left: 5px;
  padding-top: 2px;
}
button.btn-icon.btn-round.edit {
  padding-left: 8px;
  padding-top: 3px;
}
.tree-folder-colored {
  color: #0268b2;
}
.checkout:before {
  content: "\f090";
}
.checkin:before {
  content: "\f08b";
}
.activity-responsible:before {
  content: "\f2c2";
}
.caret-down-entry:before {
  content: "\f0d7";
  font-size: 18px;
}
.dropdown ul li .icon.mobile:before {
  padding-right: 6px;
}
.richtext-content p {
  margin: 0px;
}
div.fixed-col-table {
  position: relative;
}
div.fixed-col-table > div.fixed-col-table-inner {
  overflow-x: auto;
  overflow-y: visible;
  margin-left: 300px;
  /* can be overriden with inline style */
}
div.fixed-col-table > div.fixed-col-table-inner .fixed-col {
  position: absolute;
  left: 0px;
  /* can be overriden with inline style if there are multiple columns */
  width: 300px;
  /* can be overriden with inline style */
  min-height: 20px;
}
div.fixed-col-table > .scrollbar {
  margin-left: 300px;
}
.table-hover > tbody > tr:hover > td.color-1,
td.color-1 {
  background-color: #07BFAA;
  color: #022b27;
}
.table-hover > tbody > tr:hover > td.color-2,
td.color-2 {
  background-color: #FFCC03;
  color: #695400;
}
.table-hover > tbody > tr:hover > td.color-3,
td.color-3 {
  background-color: #BF1815;
  color: #350706;
}
.table-hover > tbody > tr:hover > td.color-4,
td.color-4 {
  background-color: #0268b2;
  color: #00101b;
}
.table-hover > tbody > tr:hover > td.color-5,
td.color-5 {
  background-color: #E55919;
  color: #5b230a;
}
.table-hover-group > tbody:hover > tr > td,
.table-hover-group > tbody:hover > tr > th {
  background-color: #f5f5f5;
}
tr.no-border-top td,
tr.no-border-top th {
  border-top: none;
}
tr.no-border-bottom td,
tr.no-border-bottom th {
  border-bottom: none;
}
div.table-cell-ellipsis-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.table-cell-ellipsis-container > span,
div.table-cell-ellipsis-container > a {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table > tbody > tr > td.padding-none {
  padding: 0;
}
.table > tbody > tr > td.sub-table-header-color {
  background-color: #eeeff4;
}
.table.table-small-texts {
  font-size: 12px;
}
.table.table-small-texts button {
  font-size: 12px;
}
.table.table-small-texts .btn {
  padding-top: 5px;
}
.table.table-small-texts thead tr th {
  vertical-align: bottom;
  font-size: 12px;
}
.table.table-small-texts thead tr th .btn {
  padding-left: 6px;
  padding-right: 6px;
}
.table.table-small-texts thead tr th .btn-group > .btn + .dropdown-toggle {
  padding-left: 6px;
  padding-right: 6px;
}
.table.table-small-texts thead tr.filter th {
  vertical-align: top;
}
.table.table-small-texts thead tr.valign-top th {
  vertical-align: top;
}
.table.table-small-texts .form-control {
  font-size: 12px;
  height: 30px;
  padding-left: 6px;
  padding-right: 6px;
}
.table > thead > tr > th.no-padding-right,
.table > tbody > tr > td.no-padding-right {
  padding-right: 0;
}
.table > thead > tr > th.no-padding-left,
.table > tbody > tr > td.no-padding-left {
  padding-left: 0;
}
.table > thead > tr > th.no-padding-bottom,
.table > tbody > tr > td.no-padding-bottom {
  padding-bottom: 0;
}
table.table > thead > tr.sticky-row > th {
  position: sticky;
  top: 0px;
  z-index: 100;
}
table.table > tbody > tr.valign-top th,
table.table > tbody > tr.valign-top td {
  vertical-align: top;
}
table.table.borderless {
  box-shadow: none !important;
}
table.table.borderless th,
table.table.borderless td {
  border: none;
}
table tbody tr td div[ng-bind-html] p {
  margin: 0px;
}
input[type=range] {
  width: 300px;
}
ul[rn-carousel] {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
ul[rn-carousel] > li {
  color: #000;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: visible;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  white-space: normal;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}
ul[rn-carousel-buffered] > li {
  display: none;
}
ul[rn-carousel-transition=hexagon] {
  overflow: visible;
}
div.rn-carousel-indicator span {
  cursor: pointer;
  color: #666;
}
div.rn-carousel-indicator span.active {
  color: #fff;
}
.rn-carousel-control {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  opacity: 0.75;
  cursor: pointer;
}
.rn-carousel-control:hover {
  opacity: 1;
}
.rn-carousel-control.rn-carousel-control-prev {
  left: 0.5em;
}
.rn-carousel-control.rn-carousel-control-prev:before {
  content: "<";
}
.rn-carousel-control.rn-carousel-control-next {
  right: 0.5em;
}
.rn-carousel-control.rn-carousel-control-next:before {
  content: ">";
}
ul[rn-carousel] > li {
  position: relative;
  margin-left: -100%;
}
ul[rn-carousel] > li:first-child {
  margin-left: 0;
}
.input-group.datepicker {
  width: 140px;
}
.input-group.datepicker table {
  outline: 0;
}
.input-group.datepicker ul .btn {
  border: none;
}
.input-group.datepicker ul .btn.active > span {
  color: #fff;
}
.input-group.datepicker ul > li:last-child .btn-info,
.input-group.datepicker ul > li:last-child .btn-danger,
.input-group.datepicker ul > li:last-child .btn-success {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}
.has-error > * > .input-group > .input-group-btn > button {
  border-color: #D8290B;
}
.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  pointer-events: none;
}
.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}
.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.angular-ui-tree-hidden {
  display: none;
}
.angular-ui-tree-placeholder {
  margin: 10px;
  padding: 0;
  min-height: 30px;
}
.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}
.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
}
.angular-ui-tree-drag .tree-node-content {
  margin-top: 0;
}
.gantt {
  line-height: normal;
}
.gantt-side-content,
.gantt-body {
  pointer-events: none;
}
.gantt-side-background,
.gantt-body-background,
.gantt-row {
  pointer-events: auto;
}
.gantt a,
.gantt input,
.gantt *[ng-click],
.gantt *[data-ng-click],
.gantt *[x-ng-click] {
  pointer-events: auto;
}
.gantt-scrollable {
  overflow-x: auto;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.gantt-scrollable-header {
  overflow-x: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.gantt-header,
.gantt-side,
.gantt-task {
  cursor: default;
}
.gantt-header {
  overflow: hidden;
}
.gantt-row-label span.gantt-label-text {
  padding-left: 12px;
  padding-right: 12px;
}
.gantt-row-label {
  overflow: hidden;
  white-space: nowrap;
}
.gantt-valign-container {
  height: 100%;
}
.gantt-valign-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gantt-side-background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gantt-side-background-body {
  overflow: hidden;
}
.gantt-side-content {
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}
.gantt-side-content > div.side-element {
  display: inline-block;
}
.gantt-header-columns {
  position: relative;
  height: 100%;
}
.gantt-side {
  float: left;
  position: relative;
}
.gantt-header-row {
  box-sizing: border-box;
  height: 2em;
  white-space: nowrap;
  border-top: 1px solid #dddddd;
}
.gantt-header-row-last {
  border-bottom: 1px solid #dddddd;
}
.gantt-header-row .gantt-column-header {
  position: absolute;
  border-right: 1px solid #dddddd;
}
.gantt-header-row .gantt-column-header-last {
  position: absolute;
  border-right: none;
}
.gantt-header-row .gantt-column-header {
  box-sizing: border-box;
  display: inline-block;
  height: 2em;
  text-align: center;
  padding-top: 0.5em;
  overflow: hidden;
  text-overflow: clip;
}
.gantt-foreground-col,
.gantt-foreground-col-nonworkhour,
.gantt-foreground-col-current-date {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  border-right: 1px solid #dddddd;
}
.gantt-foreground-col-nonworkhour {
  background-color: rgba(200, 200, 200, 0.3);
}
.gantt-column-header-last {
  border-right: none;
}
.gantt-column-last {
  border-right: none;
}
.gantt-side-background-header {
  position: relative;
}
.gantt-side-header-row {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  white-space: nowrap;
}
.gantt-body {
  position: relative;
  height: 100%;
}
.gantt-body-rows {
  overflow-x: hidden;
}
.gantt-body-background {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gantt-body-foreground {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gantt-body-columns {
  position: absolute;
  height: 100%;
}
.gantt-resizer {
  position: absolute;
  z-index: 1;
  right: -6px;
  top: 0px;
  width: 12px;
  height: 100%;
}
.gantt-resizer-enabled {
  cursor: ew-resize;
}
.gantt-resizer-display {
  margin-left: auto;
  margin-right: auto;
  width: 4px;
  background-color: #DDDDDD;
  background-image: -webkit-linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.5) 50%);
  background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.5) 50%);
  background-size: 2px 2px;
  height: 100%;
}
.gantt-timeframe {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
}
.gantt-timeframe-non-working {
  background-color: lightgray;
  opacity: 0.3;
}
.gantt-foreground-col-current-date {
  background-color: green;
  opacity: 0.6;
}
.gantt-row-background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gantt-row-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gantt-row-even > .gantt-row-background {
  background-color: #EFEFEF;
}
.gantt-row {
  position: relative;
}
.gantt-row-height {
  height: 2em;
}
.gantt-task {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  min-width: 0.6em;
  height: 80%;
}
.gantt-task-milestone {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0.6em !important;
  height: 80%;
  background-color: grey;
  border-radius: 0.3em;
}
.gantt-task-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: grey;
  border-radius: 2px;
}
.gantt-task-foreground {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gantt-task-content {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.gantt-task-content > span {
  margin-left: 8px;
  margin-right: 8px;
}
.gantt-task-truncated-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3em;
}
.gantt-task-truncated-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3em;
}
.gantt-task-truncated-left,
.gantt-task-truncated-right {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bolder;
}
.gantt-timespan {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  color: black;
  background-color: rgba(158, 158, 158, 0.5);
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
}
.gantt-current-date-line {
  border: 1px dotted green;
  opacity: 0.6;
  height: 100%;
  position: absolute;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gantt-task-bounds {
  height: 125%;
  top: -12.5%;
  position: absolute;
  z-index: 99;
  border: 1px dashed;
  pointer-events: none;
}
.gantt-task-bounds-in {
  border-color: #2E4F2E;
}
.gantt-task-bounds-out {
  border-color: #FF6347;
}
.gantt-task-group {
  position: absolute;
  background: #6388cd;
  height: 30%;
  top: -25%;
  bottom: 0;
  margin: auto;
}
.gantt-task-group-left-main,
.gantt-task-group-right-main {
  position: absolute;
  width: 12px;
  height: 100%;
  background: #6388cd;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.gantt-task-group-left-main {
  left: -6px;
}
.gantt-task-group-right-main {
  right: -6px;
}
.gantt-task-group-left-symbol,
.gantt-task-group-right-symbol {
  position: absolute;
  width: 0;
  height: 50%;
  top: 75%;
  bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #6388cd;
}
.gantt-task-group-left-symbol {
  left: -6px;
}
.gantt-task-group-right-symbol {
  right: -6px;
}
.gantt-task-overview {
  height: 40%;
  top: 40%;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}
.gantt-task-overview .gantt-task-content {
  display: none;
}
.gantt-labels-header {
  overflow: hidden;
}
.gantt-labels-header-row {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  height: 2em;
  white-space: nowrap;
  overflow: hidden;
}
.gantt-labels-header-row span {
  box-sizing: border-box;
  display: inline-block;
  height: 2em;
  text-align: center;
  padding-top: 0.5em;
  overflow: hidden;
  text-overflow: clip;
}
.gantt-labels-header-row-last {
  border-bottom: 1px solid #dddddd;
}
.gantt-labels-header {
  overflow: hidden;
}
.gantt-labels-body {
  overflow: hidden;
}
.gantt-task-moving,
.gantt-task-resizing {
  z-index: 750 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.gantt-task-overlaps {
  border: 2px solid #e00000;
}
.gantt-task-progress {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  height: 6px;
  border-top: 1px solid darkgreen;
}
.gantt-row-label.on-dragging {
  background-color: #999999 !important;
}
.gantt-row-label.on-drag-hover {
  border: 1px solid #999999;
}
.gantt-table-header {
  overflow: hidden;
  position: relative;
}
.gantt-table-header-row {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gantt-table-header-row span.gantt-label-text {
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  padding-top: 0.5em;
  overflow: hidden;
  text-overflow: clip;
}
div.gantt-table-content {
  overflow: hidden;
}
.gantt-side-content-table > div.gantt-table-column {
  display: inline-block;
  overflow: hidden;
}
.gantt-task-info {
  position: fixed;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 9px 12px;
  z-index: 999;
}
.gantt-task-info-content {
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gantt-task-infoArrow:before,
.gantt-task-infoArrowR:before {
  position: absolute;
  top: 100%;
  width: 0px;
  height: 0px;
  border-top: 8px solid rgba(0, 0, 0, 0.1);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: '';
}
.gantt-task-infoArrow:before {
  left: 10px;
}
.gantt-task-infoArrowR:before {
  right: 10px;
}
.gantt-task-infoArrow:after,
.gantt-task-infoArrowR:after {
  position: absolute;
  top: 100%;
  width: 0px;
  height: 0px;
  border-top: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
}
.gantt-task-infoArrow:after {
  left: 11px;
}
.gantt-task-infoArrowR:after {
  right: 11px;
}
.gantt-row-label-background {
  position: absolute;
  width: 100%;
}
.gantt-tree-body .gantt-row-label span {
  margin: 0;
}
.gantt-tree-body .gantt-row-label a.gantt-tree-handle-button {
  padding: 0;
  position: relative;
}
.gantt-tree-body .gantt-row-label span.gantt-tree-handle {
  padding: 0;
  position: relative;
}
.gantt-tree-body .gantt-row-label span.gantt-label-text {
  padding-left: 0;
}
.gantt-tree-header {
  overflow: hidden;
  position: relative;
}
.gantt-tree-body {
  overflow: hidden;
}
.gantt-tree-header-row {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gantt-tree-header-row span.gantt-label-text {
  display: inline-block;
  padding-top: 0.5em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.gantt-tree-body ol {
  padding-left: 0;
}
.angular-ui-tree-handle {
  cursor: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  min-height: inherit;
  line-height: inherit;
}
.gantt-side-content-tree .gantt-tree-handle-button {
  pointer-events: auto;
}
a.gantt-tree-handle-button[disabled] {
  visibility: hidden;
}
.gantt-side-content > div.side-element {
  width: calc(100% - 332px);
}
.gantt-date-column {
  width: 95px;
}
.gantt-link-column {
  width: 30px;
}
.gantt-link-column .gantt-row-label span.gantt-label-text {
  padding: 0;
}
.gantt-task .gantt-task-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gantt-task.colored .gantt-task-content {
  color: #fff;
}
.gantt-task.color-1 .gantt-task-background {
  background-color: #07BFAA;
}
.gantt-task.color-1 .gantt-task-background.selected,
.gantt-task.color-1 .gantt-task-background:hover {
  background-color: #08d8c0;
}
.gantt-task.color-2 .gantt-task-background {
  background-color: #FFCC03;
}
.gantt-task.color-2 .gantt-task-background.selected,
.gantt-task.color-2 .gantt-task-background:hover {
  background-color: #ffd11d;
}
.gantt-task.color-3 .gantt-task-background {
  background-color: #BF1815;
}
.gantt-task.color-3 .gantt-task-background.selected,
.gantt-task.color-3 .gantt-task-background:hover {
  background-color: #d61b18;
}
.gantt-task.color-4 .gantt-task-background {
  background-color: #0268b2;
}
.gantt-task.color-4 .gantt-task-background.selected,
.gantt-task.color-4 .gantt-task-background:hover {
  background-color: #0277cb;
}
.gantt-task.color-5 .gantt-task-background {
  background-color: #E55919;
}
.gantt-task.color-5 .gantt-task-background.selected,
.gantt-task.color-5 .gantt-task-background:hover {
  background-color: #e8692f;
}
.cfp-hotkeys,
.cfp-hotkeys-container {
  width: 100%;
  height: 100%;
}
.cfp-hotkeys-container {
  display: table!important;
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.9);
}
.cfp-content,
.cfp-hotkeys {
  display: table-cell;
  vertical-align: middle;
}
.cfp-hotkeys-container.fade {
  z-index: -1024;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.cfp-hotkeys-container.fade.in {
  z-index: 10002;
  visibility: visible;
  opacity: 1;
}
.cfp-hotkeys-title {
  font-weight: 300;
  text-align: center;
  font-size: 1.2em;
}
.cfp-hotkeys table {
  margin: auto;
  color: #333;
}
.cfp-hotkeys-keys {
  padding: 5px;
  text-align: right;
}
.cfp-hotkeys-key {
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb;
  padding: 5px 9px;
  font-size: 1em;
}
.cfp-hotkeys-text {
  padding-left: 10px;
  font-size: 1em;
}
.cfp-hotkeys-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2em;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 45px;
  min-width: 45px;
  text-align: center;
}
.cfp-hotkeys-close:hover {
  background-color: #fff;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .cfp-hotkeys {
    font-size: 0.8em;
  }
}
@media all and (min-width: 750px) {
  .cfp-hotkeys {
    font-size: 1.2em;
  }
}
th[st-sort] {
  cursor: pointer;
}
th[st-sort]:before {
  font-family: FontAwesome;
  content: "\f0dc";
  color: #999999;
  margin-right: 4px;
  bottom: 8px;
  white-space: nowrap;
}
th[st-sort].st-sort-ascent:before {
  content: "\f0de";
  color: #0268b2;
}
th[st-sort].st-sort-descent:before {
  content: "\f0dd";
  color: #0268b2;
}
table.table > thead > tr.paging-container,
table.table > tfoot > tr.paging-container {
  background-color: transparent;
}
table.table > thead > tr.paging-container > td,
table.table > tfoot > tr.paging-container > td {
  padding: 0px;
}
table.table > thead > tr.paging-container > td .pull-right label,
table.table > tfoot > tr.paging-container > td .pull-right label {
  text-align: right;
}
table.table > thead > tr.paging-container > td ul.pagination li,
table.table > tfoot > tr.paging-container > td ul.pagination li {
  cursor: pointer;
}
table.table > thead > tr.paging-container > td ul.pagination li a,
table.table > tfoot > tr.paging-container > td ul.pagination li a {
  padding: 4px 8px;
  color: #333333;
}
table.table > thead > tr.paging-container > td ul.pagination li.active a,
table.table > tfoot > tr.paging-container > td ul.pagination li.active a {
  color: #fff;
}
table.table > thead > tr.paging-container > td ul.pagination {
  margin-top: 0px;
}
table.table > tfoot > tr.paging-container > td ul.pagination {
  margin-bottom: 0px;
}
thead .panel-paging-container td {
  padding: 20px 15px 0px 15px !important;
  border-bottom: 1px solid #ccc;
}
tfoot .panel-paging-container td {
  padding: 0px 15px 20px 15px !important;
}
.drop-area {
  border: 1px dashed #aaa;
  border-radius: 2px;
  padding: 0.5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  font-weight: normal;
}
.drop-area.nv-file-over {
  border-color: #888;
  color: #888;
  box-shadow: 0 0 50px #ccc inset;
}
.drop-area .drop-area-text {
  color: #aaa;
  font-size: 18px;
  text-align: center;
}
table > tbody > tr.drop-area-rows > td {
  border-radius: 2px;
  cursor: pointer;
}
table > tbody > tr.drop-area-rows > td.first-child {
  border-left: 2px dashed #aaa !important;
}
table > tbody > tr.drop-area-rows > td.last-child {
  border-right: 2px dashed #aaa !important;
}
table > tbody > tr.drop-area-rows:first-child td {
  border-top: 2px dashed #aaa;
}
table > tbody > tr.drop-area-rows:last-child td {
  border-bottom: 2px dashed #aaa;
}
table.table > tbody > tr.drop-area-row-last > td {
  border-radius: 2px;
  cursor: pointer;
  border-bottom: 2px dashed #aaa;
}
table.table > tbody > tr.drop-area-row-last > td.first-child {
  border-left: 2px dashed #aaa;
}
table.table > tbody > tr.drop-area-row-last > td.last-child {
  border-right: 2px dashed #aaa;
}
.image-cropbox-container > div.image-box {
  position: relative;
  width: 280px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 5px;
}
.image-cropbox-container > div.image-box > div.thumb-box {
  position: relative;
  top: 40px;
  left: 80px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.7);
}
.image-cropbox-container > div.image-box > div.thumb-box.rectangle {
  border-radius: 0px;
}
.image-cropbox-container > div.actions {
  position: relative;
  width: 280px;
}
.image-cropbox-container > div.actions button {
  padding: 4px 8px;
}
.image-cropbox-container.angular > div.image-box,
.image-cropbox-container.angular > div.actions {
  left: 0;
}
.money-with-currency {
  max-width: 200px;
}
.money-with-currency > span {
  padding-right: 24px;
}
.currency-addon {
  width: 65px;
}
a.btn-round {
  padding-top: 2px;
}
.btn-round {
  width: 34px;
  height: 34px;
  line-height: 30px;
  display: block;
  font-size: 22px;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 34px;
  text-align: center;
}
.btn-round:before {
  color: #999999;
}
.btn-round:hover {
  border-color: #0268b2;
}
.btn-round:hover:before {
  color: #0268b2;
}
.btn-round:active {
  border-color: #1e9ffc;
}
.btn-round:active:before {
  color: #1e9ffc;
}
.btn-round.btn-icon:before {
  margin-right: 0px;
}
.btn-round.btn-icon.prev:before {
  margin-left: -2px;
}
.btn-round.btn-icon.next:before {
  margin-left: 5px;
}
.btn-round.update {
  padding-top: 2px;
  padding-left: 8px;
  color: #999999;
}
.btn-round.update:hover i,
.btn-round.update i.fa-spin {
  color: #0268b2;
}
.btn-round.active {
  border-color: #0268b2;
}
.btn-round.active:before {
  color: #0268b2;
}
button.error {
  border-color: #D8290B;
  color: #D8290B;
}
.hover-border-button-container > button,
.btn-hover-border {
  background-color: transparent;
  border-color: transparent;
}
.hover-border-button-container > button:hover,
.btn-hover-border:hover,
.hover-border-button-container > button:active,
.btn-hover-border:active {
  border-color: #adadad;
}
.c3 svg {
  font: 10px sans-serif;
}
.c3 line,
.c3 path {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
.cg-busy {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block !important;
}
.cg-busy-animation.ng-hide-remove {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.cg-busy-animation.ng-hide-add {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -moz-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  -o-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
.cg-busy-backdrop {
  background-color: white;
  opacity: 0.7;
}
.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block !important;
}
.cg-busy-backdrop-animation.ng-hide {
  opacity: 0;
}
sc-collaborator-image img {
  width: 64px;
  border-radius: 64px;
}
sc-collaborator-image.xs img {
  width: 32px;
}
sc-collaborator-image.sm img {
  width: 40px;
}
sc-collaborator-image.lg img {
  width: 120px;
}
.input-group-addon > sc-collaborator-image img {
  width: 20px;
}
.read-only .collaborator-or-partner-selector {
  min-height: 16px;
}
.read-only .collaborator-or-partner-selector .selected-info {
  left: 0px;
  top: 0px;
  width: 100%;
}
.read-only .collaborator-or-partner-selector input {
  display: none;
}
ul.color-picker {
  margin: 0px;
  padding: 0px;
}
ul.color-picker > li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
ul.color-picker > li + li {
  margin-left: 10px;
}
ul.color-picker > li.selected {
  border-width: 3px;
}
ul.color-picker > li.color-1 {
  background-color: #07BFAA;
  border-color: #035d52;
}
ul.color-picker > li.color-1.selected,
ul.color-picker > li.color-1:hover {
  background-color: #08d8c0;
}
ul.color-picker > li.color-2 {
  background-color: #FFCC03;
  border-color: #9c7c00;
}
ul.color-picker > li.color-2.selected,
ul.color-picker > li.color-2:hover {
  background-color: #ffd11d;
}
ul.color-picker > li.color-3 {
  background-color: #BF1815;
  border-color: #630c0b;
}
ul.color-picker > li.color-3.selected,
ul.color-picker > li.color-3:hover {
  background-color: #d61b18;
}
ul.color-picker > li.color-4 {
  background-color: #0268b2;
  border-color: #012d4d;
}
ul.color-picker > li.color-4.selected,
ul.color-picker > li.color-4:hover {
  background-color: #0277cb;
}
ul.color-picker > li.color-5 {
  background-color: #E55919;
  border-color: #89350f;
}
ul.color-picker > li.color-5.selected,
ul.color-picker > li.color-5:hover {
  background-color: #e8692f;
}
table.table {
  border-collapse: separate !important;
}
table.table.border-collapse {
  border-collapse: collapse !important;
}
table.table > thead > tr > th {
  font-weight: normal;
  font-size: 16px;
  color: #0268b2;
  background-color: #eeeff4;
  border-bottom-width: 1px;
  position: relative;
  padding-left: 8px;
}
table.table > thead > tr > th > a {
  color: #0268b2;
}
table.table > thead > tr > th.sortable {
  cursor: pointer;
  font-weight: 300;
}
table.table > thead > tr > th > a:before,
table.table > thead > tr > th.sortable > div:before {
  font-family: "FontAwesome";
  content: "\f0dc";
  color: #999999;
  margin-right: 4px;
  bottom: 8px;
  white-space: nowrap;
}
table.table > thead > tr > th.sort.asc > a:before,
table.table > thead > tr > th.sortable.sort-asc > div:before,
table.table > thead > tr > th.sortable > a.sort-asc:before {
  content: "\f0de";
  color: #0268b2;
}
table.table > thead > tr > th.sort.desc > a:before,
table.table > thead > tr > th.sortable.sort-desc > div:before,
table.table > thead > tr > th.sortable > a.sort-desc:before {
  content: "\f0dd";
  color: #0268b2;
}
table.table > thead > tr > th > a:hover {
  text-decoration: none;
}
table.table.table-condensed > thead > tr > th {
  padding-left: 5px;
}
table.table.table-condensed > thead > tr > th > a:before,
table.table.table-condensed > thead > tr > th.sortable > div:before {
  left: 5px;
  bottom: 5px;
}
table.table.table-condensed.padding-xs > thead > tr > th,
table.table.table-condensed.padding-xs > tbody > tr > td,
table.table.table-condensed.padding-xs th {
  padding: 3px;
}
table.table > thead > tr > th:first-child,
table.table > thead > tr > th.border-left {
  border-left: 1px solid #ccc;
}
table.table > thead > tr > th:last-child {
  border-right: 1px solid #ccc;
}
table.table > thead > tr > th.col-border {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table > thead > tr > th.no-border-radius {
  border-radius: 0px !important;
}
table.table > thead > tr:first-of-type > th {
  border-top: 1px solid #ccc !important;
}
table.table > thead > tr:first-of-type > th:first-child {
  border-top-left-radius: 2px;
}
table.table > thead > tr:first-of-type > th:last-child {
  border-top-right-radius: 2px;
}
table.table > tbody > tr {
  background-color: #fff;
}
table.table > tbody > tr.no-border-top > td,
table.table > tbody > tr.no-border-top > th,
table.table > tbody > tr > td.no-border-top {
  border-top: none;
}
table.table > tbody > tr > td,
table.table > tbody > tr > th {
  vertical-align: middle;
}
table.table > tbody > tr > td:first-child,
table.table > tbody > tr > th:first-child,
table.table > tbody > tr > td.border-left,
table.table > tbody > tr > th.border-left {
  border-left: 1px solid #ccc;
}
table.table > tbody > tr > td:last-child,
table.table > tbody > tr > th:last-child {
  border-right: 1px solid #ccc;
}
table.table > tbody > tr td.valign-top {
  vertical-align: top;
}
table.table > tbody > tr:last-child > th,
table.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
table.table > tbody > tr:last-child > th:first-child,
table.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 2px;
}
table.table > tbody > tr:last-child > th:last-child,
table.table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 2px;
}
table.table > tfoot > tr {
  background-color: #fff;
}
table.table > tfoot > tr:last-child > th {
  border-bottom: 1px solid #ccc;
}
table.table > tfoot > tr.total-row > th {
  border-top: 2px solid #ccc;
}
table.table > tfoot > tr > th:first-child,
table.table > tfoot > tr > th.border-left {
  border-left: 1px solid #ccc;
}
table.table > tfoot > tr > th:last-child {
  border-right: 1px solid #ccc;
}
table.table > thead > tr > th.date,
table.table > tbody > tr > th.date,
table.table > tbody > tr > td.date,
table.table > thead > tr > th.number,
table.table > tbody > tr > td.number,
table.table > tbody > tr > td.align-right {
  text-align: right;
}
table.table > thead > tr > th.center,
table.table > tbody > tr > td.center {
  text-align: center;
}
table.table > tfoot > tr.datagrid-pager > td {
  text-align: center;
  padding-top: 8px;
  border-top: none;
}
table.table td.active {
  background-color: #f5f5f5;
}
table.table tr.selected {
  background-color: #0268b2;
}
table.table th.border-left,
table.table td.border-left {
  border-left: 1px solid #ccc;
}
table.table tr.selected > td,
table.table td.selected {
  background-color: #0268b2 !important;
  color: #fff !important;
}
table.table tr.selected > td h4,
table.table td.selected h4,
table.table tr.selected > td h4 .icon,
table.table td.selected h4 .icon {
  color: #fff;
}
table.table tr.selected > td .icon.color-:before,
table.table td.selected .icon.color-:before,
table.table tr.selected > td .icon.color-4:before,
table.table td.selected .icon.color-4:before {
  color: #fff;
}
table.table tr.selected > td > a,
table.table td.selected > a,
table.table tr.selected > td > a:hover,
table.table td.selected > a:hover {
  color: #fff;
}
table.table tr.selected > td .list-item-view:hover > div > h4,
table.table td.selected .list-item-view:hover > div > h4,
table.table tr.selected > td .list-item-view:hover .icon,
table.table td.selected .list-item-view:hover .icon {
  color: #fff !important;
}
table.table td.cell-icon,
table.table td.cell-checkbox,
table.table td.cell-radiobutton {
  width: 20px;
  text-align: center;
}
table.table td.cell-icon > .btn-icon,
table.table td.cell-checkbox > .btn-icon,
table.table td.cell-radiobutton > .btn-icon {
  padding: 0px;
}
table.table td.cell-icon a:hover,
table.table td.cell-icon a:focus {
  outline-offset: 0px;
}
table.table td.cell-id {
  width: 100px;
}
table.table td.cell-medium {
  width: 160px;
}
table.table td.cell-checkbox > div.checkbox > label > input[type='checkbox'],
table.table td.cell-checkbox > div.checkbox > label > span > input[type='checkbox'] {
  float: none;
}
table.table td.cell-radiobutton > div.radio > label > span > input[type='radio'],
table.table td.cell-radiobutton > div.radio > label > input[type='radio'] {
  float: none;
}
table.table td.cell-width060 {
  width: 60%;
}
table.table.no-border-radius > thead > tr:first-child > th:first-child,
table.table.no-border-radius > thead > tr:first-child > th:last-child,
table.table.no-border-radius > tbody > tr:last-child > td:first-child,
table.table.no-border-radius > tbody > tr:last-child > td:last-child {
  border-radius: 0px;
}
table.table.with-footer > tbody > tr:last-child > td:first-child,
table.table.with-footer > tbody > tr:last-child > td:last-child {
  border-radius: 0px;
}
table.table-footer {
  border-collapse: separate !important;
}
table.table-footer.border-collapse {
  border-collapse: collapse !important;
}
table.table-footer > thead > tr > th {
  font-weight: normal;
  font-size: 16px;
  color: #0268b2;
  background-color: #eeeff4;
  border-bottom-width: 1px;
}
table.table-footer > thead > tr > th > a {
  color: #0268b2;
}
table.table-footer > thead > tr > th.sortable {
  cursor: pointer;
}
table.table-footer > thead > tr > th > a:before,
table.table-footer > thead > tr > th.sortable > div:before {
  font-family: "FontAwesome";
  content: "\f0dc";
  color: #999999;
  margin-right: 4px;
}
table.table-footer > thead > tr > th.sort.asc > a:before,
table.table-footer > thead > tr > th.sortable.sort-asc > div:before {
  content: "\f0de";
  color: #0268b2;
}
table.table-footer > thead > tr > th.sort.desc > a:before,
table.table-footer > thead > tr > th.sortable.sort-desc > div:before {
  content: "\f0dd";
  color: #0268b2;
}
table.table-footer > thead > tr > th > a:hover {
  text-decoration: none;
}
table.table-footer > thead > tr > th:first-child {
  border-left: 1px solid #ccc;
}
table.table-footer > thead > tr > th:last-child {
  border-right: 1px solid #ccc;
}
table.table-footer > thead > tr > th.col-border {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table-footer > thead > tr > th.no-border-radius {
  border-radius: 0px !important;
}
table.table-footer > thead > tr:first-of-type > th {
  border-top: 1px solid #ccc !important;
}
table.table-footer > thead > tr:first-of-type > th:first-child {
  border-top-left-radius: 2px;
}
table.table-footer > thead > tr:first-of-type > th:last-child {
  border-top-right-radius: 2px;
}
table.table-footer > tbody > tr {
  background-color: #fff;
}
table.table-footer > tbody > tr > td {
  vertical-align: middle;
}
table.table-footer > tbody > tr > td:first-child {
  border-left: 1px solid #ccc;
}
table.table-footer > tbody > tr > td:last-child {
  border-right: 1px solid #ccc;
}
table.table-footer > tbody > tr td.valign-top {
  vertical-align: top;
}
table.table-footer > tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
table.table-footer > thead > tr > th.number,
table.table-footer > tbody > tr > td.number,
table.table-footer > tfoot > tr > td.number,
table.table-footer > tbody > tr > td.align-right {
  text-align: right;
}
table.table-footer > thead > tr > th.center,
table.table-footer > tbody > tr > td.center {
  text-align: center;
}
table.table-footer > tfoot > tr.datagrid-pager > td {
  text-align: center;
  padding-top: 8px;
  border-top: none;
}
table.table-footer tr.selected {
  background-color: #0268b2;
}
table.table-footer tr.selected > td,
table.table-footer td.selected {
  background-color: #0268b2;
  color: #fff;
}
table.table-footer td.cell-icon,
table.table-footer td.cell-checkbox,
table.table-footer td.cell-radiobutton {
  width: 20px;
  text-align: center;
}
table.table-footer td.cell-icon > button.btn-icon,
table.table-footer td.cell-checkbox > button.btn-icon,
table.table-footer td.cell-radiobutton > button.btn-icon {
  padding: 0px;
}
table.table-footer td.cell-icon a:hover,
table.table-footer td.cell-icon a:focus {
  outline-offset: 0px;
}
table.table-footer td.cell-id {
  width: 100px;
}
table.table-footer td.cell-medium {
  width: 160px;
}
table.table-footer td.cell-checkbox > div.checkbox > label > input[type='checkbox'],
table.table-footer td.cell-checkbox > div.checkbox > label > span > input[type='checkbox'] {
  float: none;
}
table.table-footer td.cell-radiobutton > div.radio > label > span > input[type='radio'],
table.table-footer td.cell-radiobutton > div.radio > label > input[type='radio'] {
  float: none;
}
table.table-footer td.cell-width060 {
  width: 60%;
}
table.table-footer > tfoot > tr {
  background-color: #fff;
}
table.table-footer > tfoot > tr:last-child > td {
  border-bottom: none;
}
table.table-footer > tfoot > tr > td {
  vertical-align: middle;
}
table.table-footer > tfoot > tr > td:first-child {
  border-left: 1px solid #ccc;
}
table.table-footer > tfoot > tr > td:last-child {
  border-right: 1px solid #ccc;
}
table.table-footer > tfoot > tr > td.number-align-under-textbox {
  padding-right: 16px;
}
table.table-footer > tfoot > tr:last-child > td,
table.table-footer > tfoot > tr:last-child > th {
  border-bottom: 1px solid #ccc;
}
table.table-footer > tfoot > tr:last-child > td:first-child,
table.table-footer > tfoot > tr:last-child > th:first-child {
  border-bottom-left-radius: 2px;
}
table.table-footer > tfoot > tr:last-child > td:last-child,
table.table-footer > tfoot > tr:last-child > th:last-child {
  border-bottom-right-radius: 2px;
}
td.cell-small {
  width: 80px;
}
.table > thead > tr.thead-middle > th {
  vertical-align: middle;
}
div.panel > table.table.inPanel,
table.table.in-panel,
div.popover-content > table.table.in-popover {
  margin-bottom: 0px;
}
div.panel > table.table.inPanel > thead > tr:first-child > th:first-child,
table.table.in-panel > thead > tr:first-child > th:first-child,
div.popover-content > table.table.in-popover > thead > tr:first-child > th:first-child {
  border-top-left-radius: 0px;
  padding-left: 15px;
  border-left: none;
}
div.panel > table.table.inPanel > thead > tr:first-child > th:last-child,
table.table.in-panel > thead > tr:first-child > th:last-child,
div.popover-content > table.table.in-popover > thead > tr:first-child > th:last-child {
  border-top-right-radius: 0px;
  border-right: none;
}
div.panel > table.table.inPanel > tbody > tr > td:first-child,
table.table.in-panel > tbody > tr > td:first-child,
div.popover-content > table.table.in-popover > tbody > tr > td:first-child {
  border-left: none;
  padding-left: 15px;
}
div.panel > table.table.inPanel > tbody > tr > td:last-child,
table.table.in-panel > tbody > tr > td:last-child,
div.popover-content > table.table.in-popover > tbody > tr > td:last-child {
  border-right: none;
}
div.panel > table.table.inPanel > tbody > tr:last-child > td,
table.table.in-panel > tbody > tr:last-child > td,
div.popover-content > table.table.in-popover > tbody > tr:last-child > td {
  border-bottom: none;
}
div.panel > table.table thead > tr > th {
  background-color: #eeeff4;
}
table > tbody > tr > td > div.twoColInOneTable {
  display: table;
  width: 100%;
}
table > tbody > tr > td > div.twoColInOneTable > div.twoColInOneColumn:first-child {
  display: table-cell;
  width: 70%;
}
table > tbody > tr > td > div.twoColInOneTable > div.twoColInOneColumn:last-child {
  display: table-cell;
  padding-left: 10px;
  width: 30%;
  vertical-align: middle;
}
table > tbody > tr > td > div.twoColInOneTable > div.twoColInOneColumn:last-child > label {
  vertical-align: middle;
  margin-bottom: 0px;
}
table > tbody > tr > td > div.twoColInOneTable > div.twoColInOneColumn:last-child > a:hover {
  cursor: pointer;
}
.colour-box {
  width: 18px;
  height: 18px;
}
button.arrow-button {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  display: block;
}
.table-label-non-bold label {
  font-weight: normal;
}
table.customTable tr:nth-of-type(1) label {
  font-weight: bold;
}
td.customBorder-bottom {
  border-bottom: 1px solid #0268b2 !important;
}
td.customBorder-top {
  border-top: 1px solid #0268b2 !important;
}
td.customBorder-left {
  border-left: 1px solid #0268b2 !important;
}
td.customBorder-right {
  border-right: 1px solid #0268b2 !important;
}
tr.sub-heading {
  font-weight: bold;
}
div.datagrid-header {
  border-color: #ccc;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #0268b2;
  background-color: #eeeff4;
  font-size: 1.6em;
  line-height: 32px;
  padding: 6px 12px;
}
div.datagrid-header + table.table > thead > tr > th:first-child {
  border-top-left-radius: 0px;
}
div.datagrid-header + table.table > thead > tr > th:last-child {
  border-top-right-radius: 0px;
}
div.datagrid-header > .btn-link.btn-icon {
  padding: 0px;
}
div.datagrid-header + div > table.table > thead > tr > th:first-child {
  border-top-left-radius: 0px;
}
div.datagrid-header + div > table.table > thead > tr > th:last-child {
  border-top-right-radius: 0px;
}
.datagrid-header > .btn-link.btn-icon,
.datagrid-header > div.right-buttons-container > div > div.heading-right > .btn-link.btn-icon,
.right-buttons-container > div > .heading-right > a.icon,
.heading-icon {
  font-size: 22px;
  color: #0268b2;
  padding: 0px;
}
.datagrid-header > .btn-link.btn-icon:hover,
.datagrid-header > div.right-buttons-container > div > div.heading-right > .btn-link.btn-icon:hover,
.right-buttons-container > div > .heading-right > a.icon:hover,
.heading-icon:hover,
.datagrid-header > .btn-link.btn-icon:focus,
.datagrid-header > div.right-buttons-container > div > div.heading-right > .btn-link.btn-icon:focus,
.right-buttons-container > div > .heading-right > a.icon:focus,
.heading-icon:focus,
.datagrid-header > .btn-link.btn-icon:active,
.datagrid-header > div.right-buttons-container > div > div.heading-right > .btn-link.btn-icon:active,
.right-buttons-container > div > .heading-right > a.icon:active,
.heading-icon:active {
  color: #0385e4;
}
.paging-dropdown-datagrid > div.page-size > .btn.btn-default {
  margin-right: 2px;
  margin-left: 2px;
}
.panel-grid-info {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-bottom: 0px;
}
.panel-grid-info .form-group:last-child {
  margin-bottom: 0px;
}
.panel-grid-info + table.table > thead > tr > th:first-child {
  border-top-left-radius: 0px;
}
.panel-grid-info + table.table > thead > tr > th:last-child {
  border-top-right-radius: 0px;
}
.panel-grid-info + div > table.table > thead > tr > th:first-child {
  border-top-left-radius: 0px;
}
.panel-grid-info + div > table.table > thead > tr > th:last-child {
  border-top-right-radius: 0px;
}
table.table tr.DatagridHeader > td {
  font-weight: normal;
  font-size: 16px;
  color: #0268b2;
  background-color: #eeeff4;
  border-bottom-width: 1px;
  position: relative;
  padding-left: 22px;
}
table.table tr.DatagridHeader > td > a {
  color: #0268b2;
}
table.table tr.DatagridHeader > td.sortable {
  cursor: pointer;
}
table.table tr.DatagridHeader > td > a:before,
table.table tr.DatagridHeader > td.sortable > div:before {
  font-family: "FontAwesome";
  content: "\f0dc";
  color: #999999;
  margin-right: 4px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
table.table tr.DatagridHeader > td.sort.asc > a:before,
table.table tr.DatagridHeader > td.sortable.sort-asc > div:before {
  content: "\f0de";
  color: #0268b2;
}
table.table tr.DatagridHeader > td.sort.desc > a:before,
table.table tr.DatagridHeader > td.sortable.sort-desc > div:before {
  content: "\f0dd";
  color: #0268b2;
}
table.table tr.DatagridHeader > td > a:hover {
  text-decoration: none;
}
table.table tr.DatagridHeader > td:first-child {
  border-top-left-radius: 2px;
}
table.table tr.DatagridHeader > td:last-child {
  border-top-right-radius: 2px;
}
.table-condensed th.normal-header-icon {
  padding-left: 5px;
}
.table-condensed th.normal-header-icon .icon:before {
  position: static;
  color: #08ABC9;
}
.table-condensed th.normal-header-icon .icon:hover:before {
  color: #0fd2f5;
}
.table-ultra-condensed {
  font-size: small;
}
div > table.table + div.panel-datagrid-empty {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
table.table tr.row-budget-sum,
table.table tr.row-sub-header {
  background-color: #eeeeee;
  font-weight: bold;
}
table.table tr.is-external-deactivated {
  color: #999999;
}
td.danger {
  background-color: #f2dede;
}
td.warning {
  background-color: #fcf8e3;
}
td.success {
  background-color: #dff0d8;
}
th.normal {
  font-size: 14px !important;
}
th > a.th-link,
th > a.th-link:before {
  color: #08ABC9 !important;
}
table.table > tbody > tr.hover {
  background-color: #f5f5f5;
}
th.number.align-to-textbox,
td.number.align-to-textbox {
  padding-right: 16px;
}
td.indended {
  padding-left: 30px !important;
}
table.table > tbody:first-child > tr:first-child > td:first-child {
  border-top-left-radius: 2px;
}
table.table > tbody:first-child > tr:first-child > td:last-child {
  border-top-right-radius: 2px;
}
table.table > tbody > tr.valign-top > td {
  vertical-align: top;
}
.panel > .table > tbody > tr > th:first-child {
  border-left: none;
}
.panel > .table > tbody > tr > th:last-child {
  border-right: none;
}
.table.no-border {
  border-width: 0;
}
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day {
  cursor: pointer;
  text-align: center;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #0268b2;
  background-image: -moz-linear-gradient(top, #0268b2, #0268b2);
  background-image: -ms-linear-gradient(top, #0268b2, #0268b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0268b2), to(#0268b2));
  background-image: -webkit-linear-gradient(top, #0268b2, #0268b2);
  background-image: -o-linear-gradient(top, #0268b2, #0268b2);
  background-image: linear-gradient(top, #0268b2, #0268b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #0268b2;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #0268b2;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #0268b2;
  background-image: -moz-linear-gradient(top, #0268b2, #0268b2);
  background-image: -ms-linear-gradient(top, #0268b2, #0268b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0268b2), to(#0268b2));
  background-image: -webkit-linear-gradient(top, #0268b2, #0268b2);
  background-image: -o-linear-gradient(top, #0268b2, #0268b2);
  background-image: linear-gradient(top, #0268b2, #0268b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0268b2 #0268b2 #0268b2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0268b2;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #0268b2;
  background-image: -moz-linear-gradient(top, #0268b2, #0268b2);
  background-image: -ms-linear-gradient(top, #0268b2, #0268b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0268b2), to(#0268b2));
  background-image: -webkit-linear-gradient(top, #0268b2, #0268b2);
  background-image: -o-linear-gradient(top, #0268b2, #0268b2);
  background-image: linear-gradient(top, #0268b2, #0268b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0268b2 #0268b2 #0268b2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #999999;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #0268b2;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #999999;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
div.form-group.datetime {
  margin-top: -10px;
  margin-bottom: 5px;
}
div.form-group.datetime .pull-up {
  margin-top: -20px;
}
div.form-group.datetime > label {
  margin-top: 24px;
}
div.form-group.datetime table a.btn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-multiline > button {
  text-align: left;
  height: auto;
}
.dropdown-multiline > button > div.text-overflow {
  width: 100%;
}
.dropdown-multiline > button span.caret {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.editable-grid.editable-grid,
.editable-grid-table.editable-grid {
  position: relative;
  padding-left: 200px;
}
.editable-grid > div.fixed-col,
.editable-grid-table > div.fixed-col {
  position: absolute;
  width: 200px;
  top: 62px;
  /* + 2: 2px border for month-header */
  left: 0px;
}
.editable-grid > div.fixed-col > table,
.editable-grid-table > div.fixed-col > table {
  width: 200px;
  table-layout: fixed;
}
.editable-grid > div.fixed-col > table > thead > tr > th,
.editable-grid-table > div.fixed-col > table > thead > tr > th {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-right: none;
  border-bottom: 1px solid #aaa;
  height: 24px;
  font-weight: normal;
  padding-left: 17px;
  position: relative;
}
.editable-grid > div.fixed-col > table > thead > tr > th > div.text-overflow,
.editable-grid-table > div.fixed-col > table > thead > tr > th > div.text-overflow {
  width: 180px;
}
.editable-grid > div.fixed-col > table > thead > tr > th > div.fixed-col-icons,
.editable-grid-table > div.fixed-col > table > thead > tr > th > div.fixed-col-icons {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  padding: 0px 4px;
  display: none;
  color: #08ABC9;
  background-color: #fff;
}
.editable-grid > div.fixed-col > table > thead > tr > th > div.fixed-col-icons:hover,
.editable-grid-table > div.fixed-col > table > thead > tr > th > div.fixed-col-icons:hover {
  color: #0fd2f5;
}
.editable-grid > div.fixed-col > table > thead > tr > th:hover > div.fixed-col-icons,
.editable-grid-table > div.fixed-col > table > thead > tr > th:hover > div.fixed-col-icons {
  display: block;
}
.editable-grid > div.fixed-col > table > thead > tr:first-child > th,
.editable-grid-table > div.fixed-col > table > thead > tr:first-child > th {
  border-top-color: #aaa;
}
.editable-grid > div.fixed-col > table > thead > tr:last-child > th,
.editable-grid-table > div.fixed-col > table > thead > tr:last-child > th {
  border-bottom-color: #aaa;
}
.editable-grid > div.grid,
.editable-grid-table > div.grid {
  width: 100%;
  overflow: auto;
}
.editable-grid > div.grid > table,
.editable-grid-table > div.grid > table {
  border-collapse: collapse;
}
.editable-grid > div.grid > table > thead > tr > th,
.editable-grid-table > div.grid > table > thead > tr > th {
  text-align: center;
  width: 29px;
  height: 20px;
  background-color: #fff;
  font-weight: normal;
  padding-left: 1px;
  padding-right: 1px;
}
.editable-grid > div.grid > table > thead > tr > th.vertical-group-end,
.editable-grid-table > div.grid > table > thead > tr > th.vertical-group-end {
  border-right: 2px solid #aaa;
}
.editable-grid > div.grid > table > thead > tr > th.month-header,
.editable-grid-table > div.grid > table > thead > tr > th.month-header {
  border: 1px solid #ccc;
  white-space: nowrap;
}
.editable-grid > div.grid > table > thead > tr > th:first-child,
.editable-grid-table > div.grid > table > thead > tr > th:first-child {
  border-left: 1px solid #ccc;
}
.editable-grid > div.grid > table > thead > tr > th:last-child,
.editable-grid-table > div.grid > table > thead > tr > th:last-child {
  border-right: 1px solid #ccc;
}
.editable-grid > div.grid > table > tbody > tr > td,
.editable-grid-table > div.grid > table > tbody > tr > td {
  border: 1px solid #aaa;
  width: 29px;
  height: 24px;
  background-color: #fff;
}
.editable-grid > div.grid > table > tbody > tr > td.vertical-group-end,
.editable-grid-table > div.grid > table > tbody > tr > td.vertical-group-end {
  border-right: 2px solid #aaa;
}
.editable-grid > div.grid > table > tbody > tr > td.special-cell,
.editable-grid-table > div.grid > table > tbody > tr > td.special-cell {
  background-color: #bbb !important;
  border-color: #aaa !important;
}
.editable-grid > div.grid > table > tbody > tr > td.before-special-cell,
.editable-grid-table > div.grid > table > tbody > tr > td.before-special-cell {
  border-right-color: #aaa !important;
}
.editable-grid > div.grid > table > tbody > tr:first-child > td,
.editable-grid-table > div.grid > table > tbody > tr:first-child > td {
  border-top-color: #aaa;
}
.editable-grid > div.grid > table > tbody > tr:last-child > td,
.editable-grid-table > div.grid > table > tbody > tr:last-child > td {
  border-bottom-color: #aaa;
}
.editable-grid > div.grid > table > tbody > tr > td:last-child,
.editable-grid-table > div.grid > table > tbody > tr > td:last-child {
  border-right-color: #aaa;
}
.editable-grid > div.grid input[type="text"],
.editable-grid-table > div.grid input[type="text"] {
  border: none;
  width: 100%;
  padding: 1px 4px;
  text-align: right;
  background-color: #fff;
}
.editable-grid > div.grid input[type="text"]::-ms-clear,
.editable-grid-table > div.grid input[type="text"]::-ms-clear {
  display: none;
}
.editable-grid > div.grid td.special-cell input[type="text"],
.editable-grid-table > div.grid td.special-cell input[type="text"] {
  background-color: #bbb !important;
}
.editable-grid > div.grid span,
.editable-grid-table > div.grid span {
  padding: 1px 4px;
  text-align: right;
  display: block;
  cursor: default;
}
.editable-grid > div.fixed-col > table > thead tr.group,
.editable-grid-table > div.fixed-col > table > thead tr.group,
.editable-grid > div.grid > table > tbody tr.group,
.editable-grid-table > div.grid > table > tbody tr.group {
  background-color: #ddd;
}
.editable-grid > div.fixed-col > table > thead tr.group > th,
.editable-grid-table > div.fixed-col > table > thead tr.group > th,
.editable-grid > div.grid > table > tbody tr.group > th,
.editable-grid-table > div.grid > table > tbody tr.group > th,
.editable-grid > div.fixed-col > table > thead tr.group > td,
.editable-grid-table > div.fixed-col > table > thead tr.group > td,
.editable-grid > div.grid > table > tbody tr.group > td,
.editable-grid-table > div.grid > table > tbody tr.group > td {
  background-color: #ddd;
  border-color: #aaa;
}
.editable-grid > div.fixed-col > table > thead tr.group > th div.fixed-col-icons,
.editable-grid-table > div.fixed-col > table > thead tr.group > th div.fixed-col-icons,
.editable-grid > div.grid > table > tbody tr.group > th div.fixed-col-icons,
.editable-grid-table > div.grid > table > tbody tr.group > th div.fixed-col-icons,
.editable-grid > div.fixed-col > table > thead tr.group > td div.fixed-col-icons,
.editable-grid-table > div.fixed-col > table > thead tr.group > td div.fixed-col-icons,
.editable-grid > div.grid > table > tbody tr.group > td div.fixed-col-icons,
.editable-grid-table > div.grid > table > tbody tr.group > td div.fixed-col-icons {
  background-color: #ddd;
}
.editable-grid > div.fixed-col > table > thead tr.group > th,
.editable-grid-table > div.fixed-col > table > thead tr.group > th,
.editable-grid > div.grid > table > tbody tr.group > th,
.editable-grid-table > div.grid > table > tbody tr.group > th {
  cursor: pointer;
}
.editable-grid > div.fixed-col > table > thead tr.group input[type="text"],
.editable-grid-table > div.fixed-col > table > thead tr.group input[type="text"],
.editable-grid > div.grid > table > tbody tr.group input[type="text"],
.editable-grid-table > div.grid > table > tbody tr.group input[type="text"] {
  background-color: #ddd;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group,
.editable-grid-table > div.fixed-col > table > thead tr.sub-group,
.editable-grid > div.grid > table > tbody tr.sub-group,
.editable-grid-table > div.grid > table > tbody tr.sub-group {
  background-color: #eee;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group > th,
.editable-grid-table > div.fixed-col > table > thead tr.sub-group > th,
.editable-grid > div.grid > table > tbody tr.sub-group > th,
.editable-grid-table > div.grid > table > tbody tr.sub-group > th,
.editable-grid > div.fixed-col > table > thead tr.sub-group > td,
.editable-grid-table > div.fixed-col > table > thead tr.sub-group > td,
.editable-grid > div.grid > table > tbody tr.sub-group > td,
.editable-grid-table > div.grid > table > tbody tr.sub-group > td {
  background-color: #eee;
  border-color: #aaa;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group > th div.fixed-col-icons,
.editable-grid-table > div.fixed-col > table > thead tr.sub-group > th div.fixed-col-icons,
.editable-grid > div.grid > table > tbody tr.sub-group > th div.fixed-col-icons,
.editable-grid-table > div.grid > table > tbody tr.sub-group > th div.fixed-col-icons,
.editable-grid > div.fixed-col > table > thead tr.sub-group > td div.fixed-col-icons,
.editable-grid-table > div.fixed-col > table > thead tr.sub-group > td div.fixed-col-icons,
.editable-grid > div.grid > table > tbody tr.sub-group > td div.fixed-col-icons,
.editable-grid-table > div.grid > table > tbody tr.sub-group > td div.fixed-col-icons {
  background-color: #eee;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group > th,
.editable-grid-table > div.fixed-col > table > thead tr.sub-group > th,
.editable-grid > div.grid > table > tbody tr.sub-group > th,
.editable-grid-table > div.grid > table > tbody tr.sub-group > th {
  cursor: pointer;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group.no-edit > td:not(:last-child),
.editable-grid-table > div.fixed-col > table > thead tr.sub-group.no-edit > td:not(:last-child),
.editable-grid > div.grid > table > tbody tr.sub-group.no-edit > td:not(:last-child),
.editable-grid-table > div.grid > table > tbody tr.sub-group.no-edit > td:not(:last-child) {
  border-left-color: transparent;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group.no-edit > td:not(:last-child):not(.vertical-group-end),
.editable-grid-table > div.fixed-col > table > thead tr.sub-group.no-edit > td:not(:last-child):not(.vertical-group-end),
.editable-grid > div.grid > table > tbody tr.sub-group.no-edit > td:not(:last-child):not(.vertical-group-end),
.editable-grid-table > div.grid > table > tbody tr.sub-group.no-edit > td:not(:last-child):not(.vertical-group-end) {
  border-right-color: transparent;
}
.editable-grid > div.fixed-col > table > thead tr.sub-group input[type="text"],
.editable-grid-table > div.fixed-col > table > thead tr.sub-group input[type="text"],
.editable-grid > div.grid > table > tbody tr.sub-group input[type="text"],
.editable-grid-table > div.grid > table > tbody tr.sub-group input[type="text"] {
  background-color: #eee;
}
.editable-grid > div.fixed-col > table > thead tr.footer > th,
.editable-grid-table > div.fixed-col > table > thead tr.footer > th,
.editable-grid > div.grid > table > tbody tr.footer > th,
.editable-grid-table > div.grid > table > tbody tr.footer > th,
.editable-grid > div.fixed-col > table > thead tr.footer > td,
.editable-grid-table > div.fixed-col > table > thead tr.footer > td,
.editable-grid > div.grid > table > tbody tr.footer > td,
.editable-grid-table > div.grid > table > tbody tr.footer > td {
  background-color: #ccc;
  border-color: #aaa;
  border-top-width: 2px;
  font-weight: bold;
}
.editable-grid > div.fixed-col > table > thead tr.footer > td,
.editable-grid-table > div.fixed-col > table > thead tr.footer > td,
.editable-grid > div.grid > table > tbody tr.footer > td,
.editable-grid-table > div.grid > table > tbody tr.footer > td {
  text-align: right;
  padding: 1px 4px;
}
.editable-grid > div.fixed-col > table > thead > tr.divider:not(.group):not(.sub-group) > td,
.editable-grid-table > div.fixed-col > table > thead > tr.divider:not(.group):not(.sub-group) > td,
.editable-grid > div.grid > table > tbody > tr.divider:not(.group):not(.sub-group) > td,
.editable-grid-table > div.grid > table > tbody > tr.divider:not(.group):not(.sub-group) > td,
.editable-grid > div.fixed-col > table > thead > tr.divider:not(.group):not(.sub-group) > th,
.editable-grid-table > div.fixed-col > table > thead > tr.divider:not(.group):not(.sub-group) > th,
.editable-grid > div.grid > table > tbody > tr.divider:not(.group):not(.sub-group) > th,
.editable-grid-table > div.grid > table > tbody > tr.divider:not(.group):not(.sub-group) > th {
  border-top: 2px solid #ccc;
}
.editable-grid > div.fixed-col > table > thead > tr:not(:first-child).before-group > th,
.editable-grid-table > div.fixed-col > table > thead > tr:not(:first-child).before-group > th,
.editable-grid > div.grid > table > tbody > tr:not(:first-child).before-group > th,
.editable-grid-table > div.grid > table > tbody > tr:not(:first-child).before-group > th,
.editable-grid > div.fixed-col > table > thead > tr:not(:first-child).before-group > td,
.editable-grid-table > div.fixed-col > table > thead > tr:not(:first-child).before-group > td,
.editable-grid > div.grid > table > tbody > tr:not(:first-child).before-group > td,
.editable-grid-table > div.grid > table > tbody > tr:not(:first-child).before-group > td {
  border-bottom-color: #aaa;
}
.editable-grid > div.fixed-col > table > thead > tr.group > th,
.editable-grid-table > div.fixed-col > table > thead > tr.group > th,
.editable-grid > div.fixed-col > table > thead > tr.sub-group > th,
.editable-grid-table > div.fixed-col > table > thead > tr.sub-group > th {
  position: relative;
}
.editable-grid > div.fixed-col > table > thead > tr.group > th div.toggle,
.editable-grid-table > div.fixed-col > table > thead > tr.group > th div.toggle,
.editable-grid > div.fixed-col > table > thead > tr.sub-group > th div.toggle,
.editable-grid-table > div.fixed-col > table > thead > tr.sub-group > th div.toggle {
  position: absolute;
  left: 0px;
  text-align: right;
}
.editable-grid > div.fixed-col > table > thead > tr.group > th div.toggle:after,
.editable-grid-table > div.fixed-col > table > thead > tr.group > th div.toggle:after,
.editable-grid > div.fixed-col > table > thead > tr.sub-group > th div.toggle:after,
.editable-grid-table > div.fixed-col > table > thead > tr.sub-group > th div.toggle:after {
  font-family: 'FontAwesome';
  font-size: smaller;
  content: "\f0d7";
  margin-right: 5px;
}
.editable-grid > div.fixed-col > table > thead > tr.isCollapsed > th div.toggle:after,
.editable-grid-table > div.fixed-col > table > thead > tr.isCollapsed > th div.toggle:after {
  content: "\f0da";
  margin: 0px 6px 0px 2px;
}
.editable-grid tr.editable-grid-group,
.editable-grid-table tr.editable-grid-group {
  background-color: #ddd;
}
.editable-grid tr.editable-grid-sub-group,
.editable-grid-table tr.editable-grid-sub-group {
  background-color: #eee;
}
.editable-grid td.row-sum,
.editable-grid-table td.row-sum {
  padding-left: 4px;
  padding-right: 4px;
}
.editable-grid div.multiple-entries,
.editable-grid-table div.multiple-entries {
  position: relative;
  padding-right: 3px;
}
.editable-grid div.multiple-entries:before,
.editable-grid-table div.multiple-entries:before {
  font-family: FontAwesome;
  content: "\f142";
  position: absolute;
  right: 2px;
  top: 5px;
  font-size: 10px;
}
/*!
 * FullCalendar v2.2.6 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #fcf8e3;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ccc;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: 0.5em;
  height: 0.5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-icon-x:after {
  content: "\000D7";
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: 0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.1em;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #0268b2;
  /* default BORDER color */
  background-color: #0268b2;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
.fc-event.color-1 {
  border: 1px solid #058e7e;
  color: #fff;
  background-color: #07BFAA;
}
.fc-event.color-2 {
  border: 1px solid #cfa500;
  color: #fff;
  background-color: #FFCC03;
}
.fc-event.color-3 {
  border: 1px solid #911210;
  color: #fff;
  background-color: #BF1815;
}
.fc-event.color-4 {
  border: 1px solid #014b80;
  color: #fff;
  background-color: #0268b2;
}
.fc-event.color-5 {
  border: 1px solid #b74714;
  color: #fff;
  background-color: #E55919;
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resize handle (outside of fc-content, so can go outside of bounds) */
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}
.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}
.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view tbody .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
.fc-day-grid,
.fc-agendaWeek-view,
.fc-agendaDay-view .fc-widget-content {
  background-color: #fff;
}
.fc th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-left: 6px;
  padding-right: 6px;
}
.fc-day-number,
.fc-day,
.fc-content,
.fc-widget-content {
  cursor: pointer;
}
.fc-week-number,
.fc-day-header,
.fc-axis {
  background-color: #eeeff4;
}
sc-user-expense-calendar .user-expenses-calendar-day-sum-entry {
  border: none;
  font-size: 1em;
  font-weight: bold;
}
sc-user-expense-calendar .user-expenses-calendar-day-sum-entry span {
  font-weight: bold;
  font-size: 1em;
}
sc-user-expense-calendar .fc-day-grid.fc-unselectable {
  pointer-events: none;
}
sc-user-expense-calendar .fc-axis {
  font-weight: bold;
}
sc-user-expense-calendar .fc-agenda-view .fc-day-grid .fc-row {
  min-height: initial;
}
sc-user-expense-calendar .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 0px;
}
sc-user-expense-calendar .fc-month-view .fc-scroller {
  overflow: auto !important;
}
sc-user-expense-calendar .fc-bgevent-container .fc-nonbusiness.nonbusiness-in-background {
  z-index: -1;
}
div.item-time-matrix-container.with-dates {
  position: absolute;
  padding: 10px;
  left: 50%;
  transform: translatex(-50%);
  width: 98vw;
  background-color: #fff;
}
div.item-time-matrix table.table th {
  min-height: 35px !important;
}
div.item-time-matrix table.table td {
  height: 30px;
  min-width: 30px;
}
div.item-time-matrix table.table td.date {
  text-align: center;
}
div.item-time-matrix table.table td.date-field {
  opacity: 0.5;
}
div.item-time-matrix table.table td.date-field.date-field-with-children {
  opacity: 1;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(1),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(1) {
  width: 300px;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(2),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(2) {
  left: 300px;
  width: 30px;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(3),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(3) {
  left: 330px;
  width: 30px;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(4),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(4) {
  left: 360px;
  width: 80px;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(5),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(5) {
  left: 440px;
  width: 80px;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(6),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(6) {
  left: 520px;
  width: 80px;
}
div.item-time-matrix.gantt table.table th.fixed-col:nth-child(7),
div.item-time-matrix.gantt table.table td.fixed-col:nth-child(7) {
  left: 600px;
  width: 160px;
}
div.item-time-matrix.gantt > div.fixed-col-table-inner,
div.item-time-matrix.gantt > .scrollbar {
  margin-left: 600px;
}
div.item-time-matrix.gantt.gantt-additional-columns > .scrollbar,
div.item-time-matrix.gantt.gantt-additional-columns > div.fixed-col-table-inner {
  margin-left: 760px;
}
div.item-time-matrix.accounting table.table th.fixed-col input.form-control,
div.item-time-matrix.accounting table.table td.fixed-col input.form-control {
  padding: 0 4px;
  height: auto;
}
div.item-time-matrix.accounting table.table th.fixed-col .sum-value,
div.item-time-matrix.accounting table.table td.fixed-col .sum-value {
  padding-right: 5px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(1),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(1) {
  width: 200px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(2),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(2) {
  left: 200px;
  width: 80px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(3),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(3) {
  left: 280px;
  width: 80px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(4),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(4) {
  left: 360px;
  width: 140px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(5),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(5) {
  left: 500px;
  width: 120px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(6),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(6) {
  left: 620px;
  width: 80px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(7),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(7) {
  left: 700px;
  width: 30px;
}
div.item-time-matrix.accounting table.table th.fixed-col:nth-child(8),
div.item-time-matrix.accounting table.table td.fixed-col:nth-child(8) {
  left: 730px;
  width: 30px;
}
div.item-time-matrix.accounting > div.fixed-col-table-inner,
div.item-time-matrix.accounting > .scrollbar {
  margin-left: 760px;
}
div.item-time-matrix-date-info-entry:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
sc-organisational-unit-selector.no-columns label[class*="col-"],
sc-organisational-unit-selector.no-columns div[class*="col-"] {
  padding: 0px;
  float: none;
  width: 100%;
}
div.heading.heading-flex {
  margin-bottom: 0;
  display: block;
}
div.heading.heading-flex > div {
  flex-wrap: nowrap;
}
div.heading.heading-flex .heading-transclude {
  flex: 1 1 auto;
}
div.heading.heading-flex .heading-buttons {
  flex: 0 0 auto;
}
.paging-controls .open button.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #ccc !important;
  color: #0268b2;
}
.paging-controls .paging-dropdown {
  margin-left: 24px;
  padding: 15px 5px 15px 15px;
  width: 635px;
  white-space: normal;
}
.paging-controls .paging-dropdown-datagrid {
  margin-left: 24px;
  padding: 15px 5px 15px 15px;
}
.paging-controls .page-size > button {
  width: 35px;
}
.paging-controls .page-size-header {
  display: inline-block;
  margin-right: 20px;
}
.paging-controls hr {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.paging-controls .page-index-button {
  max-width: 200px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.paging-controls .page-index-button-large {
  max-width: 600px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.plant-uml-image-container {
  border: 1px solid #ccc;
}
.plant-uml-image-container div.alert {
  margin-left: 10px;
  margin-right: 10px;
}
.plant-uml-textarea {
  width: 100%;
  min-height: 15vh;
  max-height: 80vh;
  resize: none;
}
.progressbar-container-medium {
  position: relative;
  text-align: center;
}
.progressbar-container-medium > div {
  width: 400px;
  height: 20px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
}
.progressbar-container-medium .progressbar-label {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 1;
  position: relative;
}
sc-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
sc-select[disabled='disabled']:after {
  content: ' ';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  border-radius: 2px;
  top: 0;
  left: 0;
}
sc-select[disabled='disabled'].read-only:after {
  background-color: transparent;
}
.time-input {
  width: 76px;
  white-space: nowrap;
  cursor: text;
}
.time-input span {
  padding: 0px 7px 0px 4px;
}
.time-input.focus {
  border-color: #1e9ffc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(30, 159, 252, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(30, 159, 252, 0.6);
}
.time-input input {
  width: 20px;
  border: none;
}
.time-input input:focus,
.time-input input:active {
  outline: none;
}
.time-input input:disabled {
  background-color: #eeeeee;
}
.time-input input.single-digit {
  padding-left: 8px;
}
nav.time-tracker-visible {
  border-bottom-right-radius: 0px !important;
  margin-bottom: 40px;
  -webkit-transition: margin-bottom 0.3s 0s;
  transition: margin-bottom 0.3s 0s;
  -webkit-transition: margin-bottom 0.3s 0s 1s linear;
  -moz-transition: margin-bottom 0.3s 0s 1s linear;
  -o-transition: margin-bottom 0.3s 0s 1s linear;
  -ms-transition: margin-bottom 0.3s 0s 1s linear;
  transition: margin-bottom 0.3s 0s 1s linear;
}
nav .time-tracker {
  position: absolute;
  right: 0px;
  background-color: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #ccc;
  margin-top: 1px;
  border-top-width: 0px;
  margin-right: -1px;
}
nav .time-tracker input.time-recording-description {
  border: 1px solid #ddd;
  padding: 0px 4px;
  outline: none;
  border-radius: 2px;
}
nav .time-tracker textarea.time-recording-description {
  border: 1px solid transparent;
  outline: none;
  border-radius: 2px;
  width: 100%;
  resize: none;
}
nav .time-tracker textarea.time-recording-description:hover,
nav .time-tracker textarea.time-recording-description:focus {
  border-color: #ddd;
  resize: vertical;
}
nav .time-tracker sc-dropdown-toggle {
  padding: 2px 0px 2px 10px;
  display: block;
}
nav .time-tracker sc-dropdown-toggle a.icon {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  border: 1px solid transparent;
}
nav .time-tracker sc-dropdown-toggle a.icon:not(:hover) {
  color: #ccc;
}
nav .time-tracker sc-dropdown-toggle a.icon:hover {
  border: 1px solid #ccc;
  border-radius: 3px;
}
nav .time-tracker sc-dropdown-toggle a.icon.play:before,
nav .time-tracker sc-dropdown-toggle a.icon.pause:before,
nav .time-tracker sc-dropdown-toggle a.icon.stop:before {
  font-size: 12px;
}
nav .time-tracker sc-dropdown-toggle a.icon.log-time {
  padding-top: 5px;
  padding-bottom: 3px;
}
nav .time-tracker sc-dropdown-toggle .dropdown-hint {
  padding: 4px 8px;
}
nav .time-tracker table tr.time-recording-heading > td {
  padding-bottom: 0px;
  border-top: none !important;
}
nav .time-tracker table tr.time-recording-details > td {
  padding-top: 0px;
  border-top: none !important;
  border-bottom: 1px solid #ccc;
  color: #999999;
}
table.timepicker a.btn {
  padding: 0px;
}
div.time-selector .uib-time input {
  padding-left: 2px;
  width: 34px;
  padding: 0;
  height: 34px;
  font-size: 14px;
}
div.time-selector .uib-separator {
  font-weight: 600;
  padding: 2px;
}
div.time-selector .uib-time > .btn-default {
  padding: 0;
  height: 10px;
  width: 10px;
  margin-left: 0px;
  font-size: 5px;
  font-weight: 300;
  position: relative;
  bottom: 1px;
}
.timespan-selector > div.dropdown-menu {
  text-align: center;
  min-width: 430px;
}
.timespan-selector-heading {
  display: inline-block;
  color: #333333;
}
.timespan-selector-heading > button {
  font-size: 20px;
}
.full-width-typeahead {
  position: relative;
  margin: 0px 0px 20px 0px !important;
}
.full-width-typeahead > .dropdown-menu {
  width: 100%;
}
@media (max-width: 992px) {
  div.workflow {
    display: none;
  }
}
div.workflow {
  width: 100%;
}
div.workflow > ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}
div.workflow > ul > li {
  flex: 1 1 auto;
  text-align: center;
  margin: 0px;
  padding: 0px;
  align-self: center;
  position: relative;
}
div.workflow > ul > li > a,
div.workflow > ul > li > div:not(.line) {
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
div.workflow > ul > li > a div.circle,
div.workflow > ul > li > div:not(.line) div.circle {
  font-size: 18px;
  background-color: #999999;
  color: #999999;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  margin: 5px auto;
  align-self: center;
}
div.workflow > ul > li > a div.item-text,
div.workflow > ul > li > div:not(.line) div.item-text {
  font-size: small;
  display: block;
  margin-bottom: 0px;
  align-self: center;
}
div.workflow > ul > li:nth-child(even) div.item-text:first-child {
  visibility: hidden;
}
div.workflow > ul > li:nth-child(odd) div.item-text:last-child {
  visibility: hidden;
}
div.workflow > ul > li div.line:before,
div.workflow > ul > li div.line:after {
  content: ' ';
  width: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #999999;
}
div.workflow > ul > li div.line:before {
  left: 0px;
}
div.workflow > ul > li div.line:after {
  right: 0px;
}
div.workflow > ul > li > a {
  color: #555555;
}
div.workflow > ul > li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
div.workflow > ul > li > a:hover div.item-text {
  color: #6f6f6f;
}
div.workflow > ul > li > a:hover div.circle {
  background-color: #b3b3b3;
}
div.workflow > ul > li.complete {
  color: #5cb85c;
}
div.workflow > ul > li.complete div.item-text {
  color: #5cb85c;
}
div.workflow > ul > li.complete div.circle {
  background-color: #5cb85c;
}
div.workflow > ul > li.complete div.circle:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
}
div.workflow > ul > li.complete div.line:before,
div.workflow > ul > li.complete div.line:after {
  border-top-color: #5cb85c;
}
div.workflow > ul > li.complete a:hover div.item-text {
  color: #449d44;
}
div.workflow > ul > li.complete a:hover div.circle {
  background-color: #449d44;
}
div.workflow > ul > li.current > a {
  color: #0268b2;
}
div.workflow > ul > li.current div.circle {
  background-color: #0268b2 !important;
}
div.workflow > ul > li.current div.item-text {
  color: #0268b2;
}
div.workflow > ul > li.current a:hover div.item-text {
  color: #0385e4;
}
div.workflow > ul > li.current a:hover div.circle {
  background-color: #0385e4;
}
div.panel-body div.workflow > ul > li div.circle {
  border-color: #999999;
  color: #999999;
  background-color: #fff;
}
div.panel-body div.workflow > ul > li div.item-text {
  color: #999999;
}
div.panel-body div.workflow > ul > li div.line:before,
div.panel-body div.workflow > ul > li div.line:after {
  border-color: #999999;
}
.form-config-hover-panel {
  padding: 20px 0px 0px 0px;
  margin-top: 10px;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 2px;
}
.form-config-hover-panel > ng-transclude > div.panel,
.form-config-hover-panel > ng-transclude > * > div.panel,
.form-config-hover-panel > ng-transclude > ul.list-group,
.form-config-hover-panel > ng-transclude > * > ul.list-group {
  margin-bottom: 0px;
}
.form-config-hover-panel .form-config-hover-panel-options {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  z-index: 4;
  padding: 10px 160px 10px 15px;
  cursor: move;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.form-config-hover-panel .form-config-hover-panel-options.field-options {
  padding-right: 100px;
}
.form-config-hover-panel .form-config-hover-panel-options .form-config-hover-panel-options-heading {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-config-hover-panel .form-config-hover-panel-options .form-config-hover-panel-options-actions {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: default;
}
.form-config-hover-panel .form-config-hover-panel-options .form-config-hover-panel-options-actions a + a {
  margin-left: 10px;
}
.form-config-hover-panel.field {
  cursor: move;
}
.form-config-hover-panel.field .form-config-hover-panel-options {
  background-color: transparent;
}
.form-config-hover-panel .form-config-hover-panel-bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0px;
  top: 0px;
  z-index: 3;
  border-radius: 2px;
}
.form-config-hover-panel .form-config-above-hover-panel {
  z-index: 4;
  position: relative;
}
.form-config-hover-panel.hover {
  border-color: #aaa;
}
.form-config-hover-panel.hover > .form-config-hover-panel-options {
  opacity: 1;
}
.form-config-hover-panel.hover > .form-config-hover-panel-bg {
  opacity: 0.7;
}
.form-config-hover-panel .form-config-hover-panel-options,
.form-config-hover-panel .form-config-hover-panel-bg {
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s 1s linear;
  -moz-transition: opacity 0.5s 0s 1s linear;
  -o-transition: opacity 0.5s 0s 1s linear;
  -ms-transition: opacity 0.5s 0s 1s linear;
  transition: opacity 0.5s 0s 1s linear;
}
.form-config-hover-panel.hover > .form-config-hover-panel-options,
.form-config-hover-panel.hover > .form-config-hover-panel-bg {
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s 1s linear;
  -moz-transition: opacity 0.5s 0s 1s linear;
  -o-transition: opacity 0.5s 0s 1s linear;
  -ms-transition: opacity 0.5s 0s 1s linear;
  transition: opacity 0.5s 0s 1s linear;
}
sc-form-config-field .form-config-hover-panel {
  padding: 5px;
}
.row > sc-form-config-hover-panel > div {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
sc-form-config-container {
  min-height: 60px;
}
sc-form-config-container,
sc-form-config-field {
  display: block;
}
sc-form-config-container.ui-sortable-helper .form-config-hover-panel-options,
sc-form-config-field.ui-sortable-helper .form-config-hover-panel-options,
sc-form-config-container.ui-sortable-helper .form-config-hover-panel-bg,
sc-form-config-field.ui-sortable-helper .form-config-hover-panel-bg {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s 1s linear;
  -moz-transition: opacity 0.5s 0s 1s linear;
  -o-transition: opacity 0.5s 0s 1s linear;
  -ms-transition: opacity 0.5s 0s 1s linear;
  transition: opacity 0.5s 0s 1s linear;
}
.panel sc-form-config-field {
  background-color: #fff;
}
.form-horizontal sc-form-config-field .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.form-container-panel > div.panel-body:not(.form-horizontal) label {
  margin-bottom: 0px;
}
.form-container-two-cols sc-form-config-field,
.form-container-two-cols .form-group {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.form-container-two-cols sc-form-config-field .form-group {
  width: 100%;
  display: block;
}
.form-container-two-cols sc-form-field > .full-width .form-group,
.form-container-two-cols sc-form-field:first-child:last-child .form-group {
  width: 100%;
}
sc-form-container-panel > .panel > .panel-body {
  padding-bottom: 0px;
}
sc-form-container-panel > .panel.two-items-per-line > .panel-body {
  display: flex !important;
  flex-wrap: wrap !important;
}
sc-form-container-panel > .panel.two-items-per-line > .panel-body sc-form-field {
  flex: 50%;
}
.form-field.read-only {
  padding: 0px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  height: auto;
  appearance: none;
  -moz-appearance: window;
  -webkit-appearance: none;
}
.form-field.read-only::-ms-expand {
  display: none;
}
sc-select.form-field.read-only {
  pointer-events: none;
}
sc-select.form-field.read-only input.form-control {
  border: none;
  padding: 0;
  background-color: transparent;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
sc-select.form-field.read-only .input-group {
  width: 100%;
}
sc-select.form-field.read-only span.input-group-btn {
  display: none;
}
.form-color-label {
  border-radius: 2px;
  width: 50px;
  height: 16px;
}
select.form-field.read-only {
  max-width: 100%;
  text-overflow: ellipsis;
}
.form-horizontal .form-field.read-only {
  padding-top: 6px;
}
.empty-field + select.form-field.read-only {
  display: none;
}
.form-field-info-label {
  cursor: pointer;
  padding-right: 0px !important;
}
:not(.required) > .form-field-info-label:after {
  content: "\f05a" !important;
  font-family: 'FontAwesome';
  color: #0268b2;
  margin-left: 3px;
}
.required > .form-field-info-label:before {
  content: "\f05a" !important;
  font-family: 'FontAwesome';
  color: #0268b2;
  margin-left: 3px;
  position: relative;
  float: right;
}
sc-form-field p.form-control-static {
  overflow: hidden;
}
.form-field-preserve-whitespace p.form-control-static {
  overflow: auto;
  white-space: pre;
}
.form-field-preserve-whitespace-and-wrap p.form-control-static {
  white-space: pre-wrap;
}
sc-form-field-vertical.child-margin-bottom-0 > * {
  margin-bottom: 0;
}
.form-field-like-text input[type='number'] {
  -moz-appearance: textfield;
  text-align: left;
}
.form-field-like-text input[type='number']::-webkit-inner-spin-button,
.form-field-like-text input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
sc-form-field-vertical sc-form-field-control-label p.form-control-static {
  overflow-wrap: anywhere;
}
.main-navigation {
  margin-top: 20px;
  margin-bottom: 30px;
}
.main-navigation ul.user-context {
  float: right;
}
.main-navigation ul.user-context > li {
  margin-left: 20px;
}
.main-navigation ul.user-context > li > a {
  color: #0268b2;
}
.main-navigation ul.user-context > li > a:hover {
  color: #0385e4;
  text-decoration: none;
}
.main-navigation nav {
  margin-top: 0px;
  border-radius: 2px;
}
.main-navigation nav .navbar-brand {
  padding: 15px 0px;
}
.main-navigation nav .logo-customer {
  width: 153px;
  height: 20px;
  background-image: url(../../images/new/master/absidion.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 153px 20px;
}
.main-navigation nav .logo-with-subtitle .logo-customer {
  align-self: flex-end;
  width: 95.625px;
  height: 12.5px;
  background-size: 95.625px 12.5px;
}
.main-navigation nav .logo-subtitle {
  font-size: 14px;
  text-align: right;
  margin-bottom: -5px;
}
.main-navigation nav .nav-divider-item > a {
  padding: 15px 5px;
  margin-top: -1px;
}
.main-navigation nav .navbar-collapse {
  padding-left: 0px;
}
.main-navigation nav .navbar-form.navbar-right:last-child {
  margin-right: 0px;
}
.main-navigation nav ul.navbar-nav > li > a.icon {
  line-height: 18px;
  margin-top: 1px;
}
.main-navigation nav ul.navbar-nav > li > a.icon.app-area,
.main-navigation nav ul.navbar-nav > li > a.icon.home {
  margin-top: 0px;
}
.main-navigation nav ul.navbar-nav > li > a.icon.app-area:before,
.main-navigation nav ul.navbar-nav > li > a.icon.home:before {
  font-size: 18px;
}
@media (min-width: 992px) {
  .main-navigation nav .collapsed-only {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-navigation nav .full-only {
    display: none;
  }
  .main-navigation nav .navbar-nav {
    margin-right: 5px;
    margin-left: 5px;
  }
  .main-navigation nav .navbar-collapse {
    border-top: none;
  }
}
div.heading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
div.heading h1,
div.heading h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
div.heading div.back-link {
  width: 1px;
}
div.heading div.back-link > a {
  color: #999999;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 50px;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
div.heading div.back-link > a:hover {
  border-color: #0268b2;
  text-decoration: none;
}
div.heading div.back-link > a:hover:before {
  color: #0268b2;
}
div.heading div.back-link > a:active {
  border-color: #1e9ffc;
}
div.heading div.back-link > a:active:before {
  color: #1e9ffc;
}
div.heading div.back-link > a:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f053";
  margin-left: -4px;
}
div.heading div.back-link > a + h1 {
  display: inline-block;
  vertical-align: middle;
}
div.heading > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.heading > div > div {
  vertical-align: middle;
}
div.heading > div > .back-link {
  width: 50px;
}
div.heading > div > .heading-text > .sub-text a.dropdown-toggle {
  color: #999999;
}
div.heading > div > .heading-buttons {
  vertical-align: bottom;
  margin-left: auto;
}
div.heading > div > .heading-buttons:first-child {
  padding-right: 10px;
}
div.heading > div > .heading-buttons > button {
  display: inline-block;
  vertical-align: middle;
}
div.heading div.actions > ul > li > a {
  cursor: pointer;
}
div.tab-pane div.heading {
  border-bottom: none;
}
div.tab-pane div.heading h1 {
  font-size: 30px;
}
div.context-info {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #555555;
}
div.context-info > ul {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}
div.context-info > ul > li {
  padding-right: 25px;
  display: inline-block;
  vertical-align: top;
}
div.context-info > ul > li > label {
  display: block;
  margin-bottom: 0px;
  font-weight: 300;
  color: #0268b2;
}
div.context-info > ul > li > a,
div.context-info > ul > li > div.dropdown > a,
div.context-info > ul > li > span {
  color: #333333;
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 20px;
  min-width: 1px;
  font-weight: 300;
}
div.context-info + ol.breadcrumb {
  margin-top: -20px;
}
div.context-info.application > ul > li > span {
  max-width: 135px;
}
#loginBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#loginPanel {
  width: 500px;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  padding: 40px;
  border-radius: 4px;
  text-align: center;
  color: #0268b2;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#loginPanel div.logo {
  background-image: url(../../images/new/login/absidion.png);
  width: 229px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-size: 229px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#loginPanel div.errorMessage {
  color: #d9534f;
  margin: 10px 0px;
}
#loginPanel input {
  margin-bottom: 10px;
}
#loginPanel input[type='submit'],
#loginPanel button {
  width: 100%;
}
#loginPanel .form-group {
  margin-bottom: 0px;
}
#loginPanel div.checkbox {
  margin: 0px;
}
#loginPanel div.checkbox label {
  display: inline-block;
  color: #333333;
  margin-bottom: 0px;
}
#ascaion {
  width: 218px;
  height: 30px;
  background-image: url(../../images/new/login/ascaion.png);
  background-size: 218px 30px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body.login-hand-in-field #loginBg {
  background-image: url(../../images/new/login/bg/hand-in-field.jpg);
}
body.login-mountains #loginBg {
  background-image: url(../../images/new/login/bg/mountains.jpg);
}
body.login-fjord #loginBg {
  background-image: url(../../images/new/login/bg/fjord.jpg);
}
body.login-tree #loginBg {
  background-image: url(../../images/new/login/bg/tree.jpg);
}
body.login-tree #loginPanel {
  background-color: rgba(255, 255, 255, 0.8);
}
body.login-summer-fields-switzerland #loginBg {
  background-image: url(../../images/new/login/bg/summer-fields-switzerland.jpg);
}
body.login-summer-fields-switzerland #loginPanel {
  background-color: rgba(255, 255, 255, 0.8);
}
body.login-winter-field #loginBg {
  background-image: url(../../images/new/login/bg/winter-field.jpg);
}
body.login-winter-field #loginPanel {
  margin-left: 0px;
}
body.login-winter-mountain #loginBg {
  background-image: url(../../images/new/login/bg/winter-mountain.jpg);
}
body.login-winter-mountain #loginPanel {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: -300px;
}
body.login-winter-mountains-bird #loginBg {
  background-image: url(../../images/new/login/bg/winter-mountains-bird.jpg);
}
body.login-winter-mountains-bird #loginPanel {
  margin-top: -300px;
}
body.login-autumn-bench #loginBg {
  background-image: url(../../images/new/login/bg/autumn-bench.jpg);
}
body.login-autumn-field #loginBg {
  background-image: url(../../images/new/login/bg/autumn-field.jpg);
}
body.login-dandelions #loginBg {
  background-image: url(../../images/new/login/bg/dandelions.jpg);
}
body.login-morning-cup #loginBg {
  background-image: url(../../images/new/login/bg/morning-cup.jpg);
}
body.login-mountains-night #loginBg {
  background-image: url(../../images/new/login/bg/mountains-night.jpg);
}
body.login-sea-bw #loginBg {
  background-image: url(../../images/new/login/bg/sea-bw.jpg);
}
body.login-sea-weed #loginBg {
  background-image: url(../../images/new/login/bg/sea-weed.jpg);
}
body.login-spring-sea #loginBg {
  background-image: url(../../images/new/login/bg/spring-sea.jpg);
}
body.login-summer-boat #loginBg {
  background-image: url(../../images/new/login/bg/summer-boat.jpg);
}
body.login-summer-boat #loginPanel {
  margin-top: 0px;
  top: 5%;
}
body.login-summer-bridge #loginBg {
  background-image: url(../../images/new/login/bg/summer-bridge.jpg);
}
body.login-summer-bridge #loginPanel {
  margin-top: 0px;
  top: 5%;
}
body.login-summer-canoe #loginBg {
  background-image: url(../../images/new/login/bg/summer-canoe.jpg);
}
body.login-summer-canoe #loginPanel {
  margin-top: 0px;
  margin-left: -125px;
  top: 5%;
  box-shadow: 0px 0px 50px -10px #000;
  -webkit-box-shadow: 0px 0px 50px -10px #000;
}
body.login-summer-grass #loginBg {
  background-image: url(../../images/new/login/bg/summer-grass.jpg);
}
body.login-summer-palms #loginBg {
  background-image: url(../../images/new/login/bg/summer-palms.jpg);
}
body.login-summer-sea #loginBg {
  background-image: url(../../images/new/login/bg/summer-sea.jpg);
}
body.login-summer-surf #loginBg {
  background-image: url(../../images/new/login/bg/summer-surf.jpg);
}
body.login-winter-colors #loginBg {
  background-image: url(../../images/new/login/bg/winter-colors.jpg);
}
body.login-winter-colors #loginPanel {
  margin-top: 0px;
  top: 5%;
}
body.login-winter-mountains #loginBg {
  background-image: url(../../images/new/login/bg/winter-mountains.jpg);
}
body.login-winter-trees #loginBg {
  background-image: url(../../images/new/login/bg/winter-trees.jpg);
}
body.login-winter-trees #loginPanel {
  margin-top: 0px;
  top: 5%;
}
body.login-winter-way #loginBg {
  background-image: url(../../images/new/login/bg/winter-way.jpg);
}
div.jumbotron.main-menu-entry h3 {
  margin-top: 0px;
}
div.jumbotron.main-menu-entry p.description {
  height: 80px;
}
div.jumbotron.main-menu-entry p.button {
  margin-bottom: 0px;
}
.btn-disabled-tooltip {
  display: inline-block;
}
span.checkbox-with-label-addon > label {
  margin-bottom: 0px;
}
span.checkbox-with-label-addon > input {
  position: relative;
  top: 2px;
}
form:not(.form-horizontal) div[translation-id] div.col-md-12 {
  padding: 0px;
}
.popup-padding {
  padding: 18px 20px 0px 20px;
  background-color: #fff;
}
button.popupBack {
  color: #999999;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 50px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
  vertical-align: inherit;
  padding: 0px;
}
button.popupBack:hover {
  border-color: #0268b2;
  text-decoration: none;
}
button.popupBack:hover:before {
  color: #0268b2;
}
button.popupBack:active {
  border-color: #1e9ffc;
}
button.popupBack:active:before {
  color: #1e9ffc;
}
button.popupBack:before {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f053";
  margin-left: -4px;
}
div.feedback-popup .modal-body {
  position: relative;
  padding-left: 250px;
  min-height: 150px;
}
div.feedback-popup .modal-body > .ensure-min-height {
  min-height: 150px;
}
div.feedback-popup .v-center {
  padding-top: 70px;
}
div.feedback-popup .feedback-icon,
div.feedback-popup .error-icon {
  position: absolute;
  color: #555555;
}
div.feedback-popup .feedback-icon {
  left: 45px;
  top: 10px;
}
div.feedback-popup .feedback-icon:before {
  font-size: 140px;
  content: "\f1d9";
  font-family: 'FontAwesome';
}
div.feedback-popup .feedback-icon.submitted:before {
  content: "\f00c";
  color: #5cb85c;
}
div.feedback-popup .error-icon {
  left: 20px;
  top: -44px;
  display: inline-block;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  margin-left: 60px;
}
div.feedback-popup .error-icon:before {
  content: ':(';
  font-size: 172px;
}
div.feedback-popup .error-icon.submitted {
  top: -30px;
}
div.feedback-popup .error-icon.submitted:before {
  content: ':)';
}
div.feedback-popup div.loading > div {
  position: absolute;
  left: 60px;
  width: 100px;
  height: 100px;
  top: 35px;
}
div.feedback-popup .error-text {
  margin-top: 20px;
  color: #999999;
  overflow: auto;
}
div.feedback-popup .screenshot > canvas {
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 205px;
  height: 81px;
}
div.feedback-popup .file-preview {
  overflow: auto;
}
div.feedback-popup .file-preview > ul {
  white-space: nowrap;
}
div.feedback-popup .file-preview > ul > li {
  vertical-align: top;
  margin-right: 40px;
}
div.feedback-popup .file-preview > ul > li span {
  color: #0268b2;
  display: block;
  margin-bottom: 5px;
}
div.feedback-popup .file-preview > ul > li span a.delete {
  margin-left: 5px;
}
div.feedback-popup .file-preview canvas,
div.feedback-popup .file-preview img {
  border-radius: 2px;
}
div.feedback-popup .file-preview canvas:empty {
  width: 100px;
  height: 100px;
  background-color: #555555;
}
.sc-todo-item-priority {
  position: relative;
  padding-left: 25px !important;
}
.sc-todo-item-priority:before {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ddd;
}
.sc-todo-item-priority.input-group-addon {
  padding-left: 18px;
}
.sc-todo-item-priority.input-group-addon:before {
  top: 6px;
  left: 9px;
}
.sc-todo-item-priority.priority-high:before {
  background-color: #d9534f;
}
.sc-todo-item-priority.priority-medium:before {
  background-color: #f0ad4e;
}
.sc-todo-item-priority.priority-low:before {
  background-color: #5cb85c;
}
table.table-condensed td.sc-todo-item-priority:before {
  top: 7px !important;
}
td.sc-todo-item-priority:before {
  top: 10px;
  left: 5px;
}
ul.dropdown-menu > li > a.sc-todo-item-priority {
  padding-left: 30px !important;
}
ul.dropdown-menu > li > a.sc-todo-item-priority:before {
  left: 5px;
}
.todo-item-related-items {
  display: flex;
}
.todo-item-related-items > div {
  margin-right: 1em;
}
.todo-item-related-items a:hover,
.todo-item-related-items a:active {
  text-decoration: none;
}
.todo-item-related-items .dropdown {
  color: #333333;
}
.sc-todo-item .sc-todo-item-name {
  display: flex;
}
.sc-todo-item .sc-todo-item-name > .sc-todo-item-priority {
  width: 25px;
}
.sc-todo-item .sc-todo-item-name > .sc-todo-item-priority:before {
  top: 0;
}
.sc-todo-item .sc-todo-item-name h4 {
  margin: 0;
}
.sc-todo-item .sc-todo-item-infos {
  display: flex;
}
.sc-todo-item .sc-todo-item-infos > div {
  background-color: #eeeeee;
  color: #333333;
  border-radius: 2px;
  padding: 0 0.5em;
  margin: 1em 1em 0.5em 0;
}
.sc-todo-item .sc-todo-item-infos > div.sc-todo-item-overdue {
  background-color: #f2dede;
  color: #D8290B;
}
.sc-todo-item .sc-todo-item-infos > div.sc-todo-item-finished {
  background-color: #dff0d8;
  color: #3c763d;
}
.todo-item-related-item-single {
  max-width: 400px;
}
.tasks-container {
  height: 250px;
  overflow: auto;
}
div.tag-category {
  display: inline-block;
  margin-bottom: 10px;
}
div.tag-category:not(:last-child) {
  margin-right: 30px;
}
h4.tag-heading {
  margin-top: 0px;
  margin-bottom: 5px;
}
li.tag-name:not(:last-child) {
  margin-right: 10px;
}
iframe.newsletter-preview {
  width: 100%;
  border: none;
  height: 500px;
}
.paged-list {
  min-height: 20px;
}
.paged-list.empty {
  min-height: 100px;
}
.paging-buttons button {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px;
  margin-left: 0px;
  vertical-align: middle;
}
.paging-buttons button.btn-icon:before {
  margin-right: 0px;
}
.margin-top-paged-list {
  margin-top: 55px;
}
td .badge.current-entity {
  display: block;
  background-color: #0268b2;
}
sc-paged-list table.table > tbody > tr.inactive,
sc-paged-list table.table > tbody > tr > td.inactive,
sc-paged-list ul > li.inactive {
  opacity: 60%;
}
button.heading-icon,
button.favorite-toggle {
  background: transparent;
  border: none;
  font-size: 30px;
  vertical-align: middle;
  margin-left: 0px;
  line-height: 31px;
  color: #999999;
  padding: 0;
}
button.heading-icon.selected,
button.favorite-toggle.selected {
  color: #0268b2;
}
button.heading-icon:hover,
button.favorite-toggle:hover {
  color: #808080;
}
button.heading-icon:active,
button.favorite-toggle:active {
  color: #666666;
}
button.heading-icon.favorite-toggle:hover,
button.favorite-toggle.favorite-toggle:hover,
button.heading-icon.favorite-toggle:active,
button.favorite-toggle.favorite-toggle:active,
button.heading-icon.favorite-toggle,
button.favorite-toggle.favorite-toggle {
  color: #ffa300;
}
button.heading-icon.small,
button.favorite-toggle.small {
  font-size: 15px;
  vertical-align: baseline;
}
div.partner-name-data {
  margin-top: 32px;
}
.address-view {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.address-view > button {
  height: 100%;
  border: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
}
.address-view > button.prev {
  left: 0px;
}
.address-view > button.next {
  right: 0px;
}
.address-view > .address-view-inner {
  overflow-x: hidden;
  width: 100%;
}
.address-view > .address-view-inner > ul {
  white-space: nowrap;
  margin-left: 0px;
}
.address-view > .address-view-inner > ul > li {
  box-sizing: border-box;
  padding: 10px;
  overflow-x: hidden;
  cursor: pointer;
  border-radius: 2px;
  vertical-align: top;
}
.address-view > .address-view-inner > ul > li + li {
  margin-left: 10px;
}
.address-view > .address-view-inner > ul > li:hover {
  background-color: #f5f5f5;
}
.address-view > .address-view-inner > ul > li.active {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.main-contact-detail:before {
  font-family: FontAwesome;
  content: "\f005";
  color: #0268b2;
  line-height: 10px;
}
.active > .main-contact-detail:before {
  color: #fff;
}
.partner-view-large {
  position: relative;
  padding-right: 125px;
}
.partner-view-large > div,
.partner-view-large a {
  display: inline-block;
  vertical-align: middle;
}
.partner-view-large > div + div,
.partner-view-large > a + div {
  margin-left: 20px;
}
.partner-view-large > a.partner-image:hover,
.partner-view-large > .partner-main-data > a:hover {
  text-decoration: none;
}
.partner-view-large > .partner-image {
  vertical-align: middle;
}
.partner-view-large.narrow > .partner-image {
  width: 80px;
  height: 80px;
}
.partner-view-large.narrow > .partner-image.empty:before {
  font-size: 80px;
  width: 80px;
  height: 80px;
}
.partner-view-large.narrow > .partner-image.empty.company:before {
  font-size: 60px;
}
.partner-view-large > .partner-main-data {
  width: 300px;
  vertical-align: middle;
}
.partner-view-large > .partner-main-data > a:hover > h4 {
  color: #0385e4;
}
.partner-view-large > .partner-main-data h4 {
  margin-bottom: 0px;
}
.partner-view-large > .partner-main-data h5 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.partner-view-large > .partner-main-data h4.text-overflow,
.partner-view-large > .partner-main-data h5 > a.text-overflow {
  width: 300px;
  display: block;
}
.partner-view-large > .partner-main-data .label-short {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
.partner-view-large > .partner-main-data .label-short + .text-overflow {
  width: 245px;
  display: inline-block;
  vertical-align: middle;
}
.partner-view-large.narrow > .partner-main-data {
  width: 300px;
}
.partner-view-large.narrow > .partner-main-data h4.text-overflow,
.partner-view-large.narrow > .partner-main-data h5 > a.text-overflow {
  width: 300px;
}
.partner-view-large.narrow > .partner-main-data .label-short + .text-overflow {
  width: 245px;
}
.partner-view-large > .partner-address {
  width: 250px;
}
.partner-view-large > .partner-address .navigation {
  padding-left: 5px;
}
.partner-view-large > .partner-address li {
  border-radius: 4px;
  padding-left: 5px;
}
.partner-view-large > .partner-address li.selected {
  color: #fff;
}
.partner-view-large > .partner-address div.checkbox {
  margin: 0px;
}
.partner-view-large > .partner-metadata {
  width: 150px;
}
.partner-view-large > .partner-metadata > ul {
  margin-bottom: 0px;
}
.partner-view-large > .partner-metadata a.icon {
  margin-top: 5px;
  display: block;
}
.partner-view-large > .partner-metadata a.icon:before {
  width: 20px;
  display: inline-block;
}
.partner-view-large > .partner-metadata .responsible {
  max-width: 150px;
}
.partner-view-large > .partner-metadata a.info {
  color: #08ABC9;
}
.partner-view-large.narrow > .partner-metadata {
  display: block;
  width: auto;
}
.partner-view-large.narrow > .partner-metadata > ul {
  margin-top: 10px;
}
.partner-view-large.narrow > .partner-metadata > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.partner-view-large.narrow > .partner-metadata > ul > li > a.icon {
  margin-right: 15px;
}
.partner-view-large.narrow > .partner-metadata > ul > li > a.icon:before {
  margin-right: -5px;
}
.partner-view-large .current-partner {
  display: none;
}
.partner-view-large.current-partner button.btn.unchecked {
  display: none;
}
.partner-view-large.current-partner .current-partner {
  display: block;
  background-color: #0268b2;
}
.partner-view-large > .actions {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -48px;
}
.partner-view-large > .actions .btn {
  min-width: 115px;
  display: block;
  margin-left: 0px;
  margin-top: 10px;
}
.partner-view-large > .actions .btn[disabled] {
  display: none;
}
.partner-view-large.narrow > .actions {
  top: 0px;
  margin-top: 0px;
}
.partner-view-large.single-select > .actions > .btn.unchecked:before {
  content: "\f054";
}
.list-item-view .badge.current-partner {
  position: relative;
  display: block;
  background-color: #0268b2;
}
.map-container {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.map-container a.close-map {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 20px;
  color: #333;
  text-shadow: 1px 1px 10px #ffffff;
  z-index: 1;
}
.map-container a.close-map:before {
  font-family: FontAwesome;
  content: "\f00d";
}
.map-container a.close-map:hover {
  color: #000;
  text-decoration: none;
}
.selected > .partner-view-large > .partner-metadata a.info,
.selected > .partner-view-large address {
  color: #fff;
}
.relation-info {
  top: -10px;
  position: absolute;
  left: 40px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .partner-main-data-edit-controls > div.form-horizontal > div:nth-child(n+5) {
    margin-left: -101px;
  }
}
@media (min-width: 992px) {
  .partner-main-data-edit-controls > div.form-horizontal > div:nth-child(n+5) {
    margin-left: -134px;
  }
}
@media (min-width: 1200px) {
  .partner-main-data-edit-controls > div.form-horizontal > div:nth-child(n+5) {
    margin-left: -162px;
  }
}
.list-group.list-group-panel .list-group-item .inactive .partner-image,
.list-group.list-group-panel .list-group-item .inactive img,
.list-group.list-group-panel .list-group-item .inactive h4 {
  opacity: 60%;
}
.list-group.list-group-panel .list-group-item.list-group-item-border-bottom {
  border-bottom: 1px solid #ccc;
}
div.merge-container-select-merge-target {
  width: 100%;
  padding-left: 170px;
  position: relative;
}
div.merge-container-select-merge-target > div.legend {
  position: absolute;
  left: 0px;
  top: 0px;
}
div.merge-container-select-merge-target > div.realties,
div.merge-container-select-merge-target > div.partners {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
div.merge-container-select-merge-target > div.realties > div,
div.merge-container-select-merge-target > div.partners > div {
  display: inline-block;
  vertical-align: top;
}
div.merge-container-select-merge-target > div.realties > :last-child,
div.merge-container-select-merge-target > div.partners > :last-child {
  border-right: 1px solid #ccc;
}
div.merge-list-duplicates .cg-busy .panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  outline: 1px solid #ccc;
}
div.merge-container-merge {
  width: 100%;
}
div.merge-container-merge > div {
  width: 870px;
  margin: 0px auto;
  position: relative;
  padding-top: 52px;
  display: flex;
  flex-direction: row;
}
div.merge-container-merge > div > div {
  display: inline-block;
  vertical-align: top;
}
div.merge-container-merge > div > div.realties,
div.merge-container-merge > div > div.partners {
  overflow: hidden;
  width: 350px;
  white-space: nowrap;
}
div.merge-container-merge > div > div.realties div.merge-view,
div.merge-container-merge > div > div.partners div.merge-view {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
}
div.merge-container-merge div.merge-heading {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #eeeff4;
  color: #0268b2;
  font-size: 1.6em;
  font-weight: 300;
  width: 350px;
  position: absolute;
  height: 53px;
  top: 0px;
}
div.merge-container-merge div.merge-heading.merge-target {
  left: 170px;
  border-right: none;
  border-top-left-radius: 4px;
}
div.merge-container-merge div.merge-heading.merge-target .fa-refresh.icon {
  margin-right: -18px;
  font-size: 14px;
  display: inline-block;
}
div.merge-container-merge div.merge-heading:not(.merge-target) {
  right: 0px;
  border-top-right-radius: 4px;
}
div.merge-container-merge div.merge-heading button {
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
div.merge-container-merge div.merge-heading button:first-child {
  left: 10px;
}
div.merge-container-merge div.merge-heading button:last-child {
  right: 10px;
}
div.merge-container-select-merge-target div.legend,
div.merge-container-merge div.legend {
  width: 170px;
}
div.merge-container-select-merge-target div.legend > ul > li,
div.merge-container-merge div.legend > ul > li {
  font-weight: bold;
}
div.merge-container-select-merge-target div.legend > ul ,
div.merge-container-merge div.legend > ul ,
div.merge-container-select-merge-target div.merge-view > ul ,
div.merge-container-merge div.merge-view > ul  {
  margin-bottom: 0px;
}
div.merge-container-select-merge-target div.legend > ul  > li,
div.merge-container-merge div.legend > ul  > li,
div.merge-container-select-merge-target div.merge-view > ul  > li,
div.merge-container-merge div.merge-view > ul  > li {
  padding: 8px;
}
div.merge-container-select-merge-target div.legend > ul  > li:not(:last-child),
div.merge-container-merge div.legend > ul  > li:not(:last-child),
div.merge-container-select-merge-target div.merge-view > ul  > li:not(:last-child),
div.merge-container-merge div.merge-view > ul  > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
div.merge-container-select-merge-target div.legend > ul  > li:nth-child(2).select-merge-target,
div.merge-container-merge div.legend > ul  > li:nth-child(2).select-merge-target,
div.merge-container-select-merge-target div.merge-view > ul  > li:nth-child(2).select-merge-target,
div.merge-container-merge div.merge-view > ul  > li:nth-child(2).select-merge-target {
  height: 91px;
  text-align: center;
}
div.merge-container-select-merge-target div.legend > ul  > li:nth-child(2).merge-action,
div.merge-container-merge div.legend > ul  > li:nth-child(2).merge-action,
div.merge-container-select-merge-target div.merge-view > ul  > li:nth-child(2).merge-action,
div.merge-container-merge div.merge-view > ul  > li:nth-child(2).merge-action {
  height: 127px;
}
div.merge-container-select-merge-target div.legend > ul  > li:nth-child(3),
div.merge-container-merge div.legend > ul  > li:nth-child(3),
div.merge-container-select-merge-target div.merge-view > ul  > li:nth-child(3),
div.merge-container-merge div.merge-view > ul  > li:nth-child(3) {
  height: 57px;
}
div.merge-container-select-merge-target div.legend > ul  > li:nth-child(6),
div.merge-container-merge div.legend > ul  > li:nth-child(6),
div.merge-container-select-merge-target div.merge-view > ul  > li:nth-child(6),
div.merge-container-merge div.merge-view > ul  > li:nth-child(6) {
  height: 125px;
}
div.merge-container-merge div.legend {
  border-left: 1px solid #ccc;
}
div.merge-container-merge div.legend > ul > li:first-child,
div.merge-container-merge div.merge-view > ul > li:first-child {
  border-top: 1px solid #ccc;
}
div.merge-container-merge div.legend > ul > li:last-child,
div.merge-container-merge div.merge-view > ul > li:last-child {
  border-bottom: 1px solid #ccc;
}
div.merge-container-merge .merge-finished {
  width: 350px;
  text-align: center;
  height: 653px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin-top: -2px;
}
div.merge-container-merge .merge-finished div.icon.smiley {
  font-size: 200px;
  color: #0268b2;
}
div.merge-view {
  width: 350px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
div.merge-view.merge-target {
  background-color: #dff0d8;
}
div.merge-view .same {
  color: #5cb85c;
}
div.merge-view .same input {
  visibility: hidden;
}
div.merge-view .same:after {
  font-family: FontAwesome;
  content: "\f00c";
}
div.merge-view.merge {
  background-color: #dff0d8;
}
div.merge-view.no-action {
  background-color: #e0e0e0;
}
div.merge-view.delete {
  background-color: #f2dede;
}
div.merge-view .name {
  text-align: center;
  white-space: normal;
}
div.merge-view .name a {
  color: #0268b2;
}
div.merge-view .name h3 {
  margin: 10px 0px;
}
div.merge-view .merge-action button {
  width: 100%;
}
div.merge-view .merge-action button:not(:last-child) {
  margin-bottom: 10px;
}
div.merge-view .permissions table.table {
  margin: -8px;
  width: calc(100% + 5px);
  max-width: initial;
}
div.merge-view .permissions table.table > thead > tr:first-of-type > th:first-child {
  border-top-left-radius: 0px !important;
}
div.merge-view .permissions table.table > thead > tr:first-of-type > th:last-child {
  border-top-right-radius: 0px !important;
}
div.merge-view .permissions table.table > tbody > tr:last-of-type > td:first-child {
  border-bottom-left-radius: 0px !important;
}
div.merge-view .permissions table.table > tbody > tr:last-of-type > td:last-child {
  border-bottom-right-radius: 0px !important;
}
div.merge-view .permissions table.table > thead > tr > th:last-child,
div.merge-view .permissions table.table > tbody > tr > td:last-child {
  border-right: none;
}
div.merge-view .addresses ul > li > div {
  padding-left: 2px;
}
div.merge-view .addresses .address-container {
  border-radius: 2px;
  width: 98%;
}
div.merge-view .addresses .address-container.merge-target {
  padding-top: 5px;
}
div.merge-view .addresses .address-container.selected.merge-target {
  background-color: #dff0d8;
}
div.merge-view .bankAccounts ul > li > div {
  padding-left: 2px;
}
div.merge-view .bankAccounts .bank-account-container.merge-target {
  padding-top: 5px;
}
div.merge-view .bankAccounts .bank-account-container.selected.merge-target {
  background-color: #dff0d8;
}
div.merge-view .custom-fields-table,
div.merge-view .phone-email-table,
div.merge-view .bank-account-table {
  width: 100%;
}
div.merge-view .custom-fields-table td,
div.merge-view .phone-email-table td,
div.merge-view .bank-account-table td {
  white-space: normal;
  word-break: break-all;
}
div.merge-view .custom-fields-table label,
div.merge-view .phone-email-table label,
div.merge-view .bank-account-table label {
  margin: 0;
}
div.merge-view .custom-fields-table td:first-child,
div.merge-view .phone-email-table td:first-child,
div.merge-view .bank-account-table td:first-child {
  width: 35%;
  padding-right: 5px;
}
div.merge-view .custom-fields-table {
  width: 100%;
}
div.merge-view .custom-fields-table tr {
  border-bottom: 2px solid white;
}
.merge-target div.merge-view .custom-fields-table tr {
  border-bottom: 2px solid transparent;
}
div.merge-view .custom-fields-table .selected td {
  background-color: #dff0d8;
}
div.merge-view .custom-fields-table .selected td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
div.merge-view .custom-fields-table .selected td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.merge-view .custom-fields-table td:first-child {
  width: 35%;
  padding-right: 5px;
  padding-left: 3px;
}
.merge-target div.merge-view .custom-fields-table td:first-child {
  padding-left: 0px;
}
div.merge-view .contact-data > div > div {
  height: 20px;
  margin: 0px 0px 1px 0px;
}
div.merge-view .contact-data > div > div.checkbox {
  padding: 0px 25px;
}
div.merge-view .contact-data > div > div.checkbox.selected {
  background-color: #dff0d8;
  border-radius: 2px;
}
div.merge-view .meta-data.merge-source .partner-metadata > ul > li {
  background-color: #dff0d8;
  border-radius: 2px;
  padding-left: 4px;
}
div.merge-view .meta-data .partner-metadata > ul > li:not(:last-child) {
  margin-bottom: 2px;
}
div.add-documents-container {
  padding-top: 2px;
  max-height: 500px;
  overflow: auto;
}
div.add-documents-container > div.panel {
  position: relative;
}
div.add-documents-container > div.panel div.file-icon {
  font-size: 50px;
  position: absolute;
  left: 48px;
  top: 24px;
}
div.add-documents-container.applications > div.panel div.file-icon {
  left: 30px;
}
div.add-documents-progress-container {
  display: table-row;
}
div.add-documents-progress-container > div {
  display: table-cell;
  vertical-align: top;
}
div.add-documents-progress-container > div:last-child {
  width: 1%;
  white-space: nowrap;
  padding-left: 10px;
}
.multi-edit-actions {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 0px;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s 1s linear;
  -moz-transition: all 0.5s 0s 1s linear;
  -o-transition: all 0.5s 0s 1s linear;
  -ms-transition: all 0.5s 0s 1s linear;
  transition: all 0.5s 0s 1s linear;
}
.multi-edit-actions.show {
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 54px;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  -webkit-transition: all 0.5s 0s 1s linear;
  -moz-transition: all 0.5s 0s 1s linear;
  -o-transition: all 0.5s 0s 1s linear;
  -ms-transition: all 0.5s 0s 1s linear;
  transition: all 0.5s 0s 1s linear;
}
.partner-main-data-view .partner-image-container {
  width: 120px;
  margin-right: 20px;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
}
.partner-main-data-view .custom-fields {
  margin-bottom: 0px;
}
.partner-main-data-view .custom-fields:empty {
  margin-top: 0px;
}
.partner-main-data-view .form-group:not(.empty) {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.partner-main-data-view .form-group:not(.empty) label {
  margin-bottom: 0px;
}
.partner-main-data-view .contact-info {
  width: 50%;
}
.partner-main-data-view .contact-info .form-group:not(.empty) {
  display: block;
  margin-bottom: 0px;
}
div.panel.sortable > div.panel-heading {
  cursor: move;
}
.custom-field-admin {
  position: relative;
  cursor: move;
  border-radius: 2px;
  padding: 8px 8px 8px 4px;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-right: -4px;
  border: 1px solid transparent;
}
.custom-field-admin > div > div.form-group {
  margin-bottom: 0px;
}
.custom-field-admin > div > div.form-group label {
  cursor: move;
}
.custom-field-admin > .custom-field-options {
  position: absolute;
  right: 30px;
  top: 14px;
  padding: 0px 10px;
  height: 20px;
}
.custom-field-admin > .custom-field-options > ul > li {
  padding-left: 0px;
  padding-right: 0px;
}
.custom-field-admin > .custom-field-options > ul > li:not(.static) {
  display: none;
}
.custom-field-admin > .custom-field-options > ul > li > a {
  cursor: pointer;
}
.custom-field-admin > .custom-field-options > ul > li .icon:before {
  font-size: 18px;
}
.custom-field-admin:hover {
  background-color: #fafafa;
  border-color: #ddd;
}
.custom-field-admin:hover > .custom-field-options > ul > li {
  display: inline-block;
}
div:not(.panel).user-hidden {
  opacity: 0.3;
}
div.panel.user-hidden > div.panel-heading .heading-left {
  opacity: 0.3;
}
div.panel.user-hidden > div.panel-body {
  display: none;
}
.admin-toggle-hidden {
  width: 120px;
}
.dynamic-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ta-toolbar {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-left: 0px;
}
.ta-editor {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ta-root.focussed .ta-scroll-window.form-control {
  border-color: #1e9ffc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(30, 159, 252, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(30, 159, 252, 0.6);
}
div.excel-preview-container,
div.table-preview-container {
  overflow: auto;
  white-space: nowrap;
  background-color: #aaa;
  border-radius: 2px;
}
ul.excel-preview,
ul.table-preview {
  padding: 0px;
  margin: 0px;
}
ul.excel-preview > li,
ul.table-preview > li {
  display: inline-block;
  min-width: 100px;
  vertical-align: top;
}
ul.excel-preview > li:last-child > ul > li,
ul.table-preview > li:last-child > ul > li {
  border-right: 1px solid #000;
}
ul.excel-preview > li ul.excel-column,
ul.table-preview > li ul.excel-column,
ul.excel-preview > li ul.table-column,
ul.table-preview > li ul.table-column {
  padding: 0px;
  margin: 0px;
}
ul.excel-preview > li ul.excel-column > li,
ul.table-preview > li ul.excel-column > li,
ul.excel-preview > li ul.table-column > li,
ul.table-preview > li ul.table-column > li {
  list-style: none;
  border-style: solid;
  margin-right: -1px;
  padding: 4px 10px;
}
ul.excel-preview > li ul.excel-column > li:first-child,
ul.table-preview > li ul.excel-column > li:first-child,
ul.excel-preview > li ul.table-column > li:first-child,
ul.table-preview > li ul.table-column > li:first-child {
  background-color: #eeeeee;
  text-align: center;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  border-bottom: none;
  cursor: pointer;
}
ul.excel-preview > li ul.excel-column > li:not(:first-child),
ul.table-preview > li ul.excel-column > li:not(:first-child),
ul.excel-preview > li ul.table-column > li:not(:first-child),
ul.table-preview > li ul.table-column > li:not(:first-child) {
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: none;
  min-height: 20px;
}
ul.excel-preview > li ul.excel-column > li:last-child,
ul.table-preview > li ul.excel-column > li:last-child,
ul.excel-preview > li ul.table-column > li:last-child,
ul.table-preview > li ul.table-column > li:last-child {
  border-bottom: 1px solid #000;
}
ul.table-preview > li > ul.table-column > li:first-child {
  background-color: #eeeff4;
  color: #0268b2;
  border-color: #ccc;
}
ul.table-preview > li > ul.table-column > li:not(:first-child) {
  border-color: #ccc;
}
.search-navigator .input-group input {
  height: 22px;
  line-height: 22px;
  border-right: none;
  padding-right: 4px;
  padding-left: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.search-navigator .input-group span {
  padding: 2px;
  height: 22px;
  background-color: #fff;
}
.validation-result .business-address {
  color: #5cb85c;
}
.validation-result .private-address {
  color: #f0ad4e;
}
.validation-result .other-address {
  color: #d9534f;
}
.validation-result table.table > thead > tr > th.bold {
  font-weight: bold;
}
.validation-result table.table > thead > tr > th.is-used-in-partner-config-match:after {
  content: "*";
  font-weight: bold;
}
.process-decision-type {
  border-radius: 2px;
  padding: 0px 10px;
  border: 1px solid transparent;
}
.process-decision-type.recommended {
  padding: 10px;
  background-color: #fff;
  border-color: #ccc;
}
.process-external-help-content > * {
  font-size: inherit;
  color: inherit;
  margin: 0;
}
ul.external-data-file-element {
  padding: 0;
  margin: 0;
}
ul.external-data-file-element li {
  padding: 0;
  margin: 0;
  display: block;
}
.external-data-nav-menu {
  position: sticky;
  top: 5vh;
  padding-left: 0px;
}
.external-data-nav-menu a {
  color: #333333;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  margin-left: 0;
}
.external-data-nav-menu a:hover {
  background-color: #eee;
}
.external-data-form-view-selector {
  text-align: right;
  padding-right: 0px;
  margin-bottom: 10px !important;
}
.external-data-heading {
  color: #333333;
  margin: 0;
}
h1.external-data-heading {
  font-size: 20px;
}
h2.external-data-heading {
  font-size: 15px;
}
h3.external-data-heading {
  font-size: 12px;
}
h4.external-data-heading {
  font-size: 10px;
}
h5.external-data-heading {
  font-size: 8.5px;
}
h6.external-data-heading {
  font-size: 7px;
}
.panel-body .filled-form-data-container {
  padding-right: 45px;
}
.process-project-description {
  color: #333333 !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.process-project-description hr {
  margin: 0px auto 5px 0px;
  width: 50%;
}
.additional-link-with-data {
  font-weight: bold;
}
.table td.process-due-split-indent {
  padding-left: 25px;
}
.table tr.process-due-selected td,
.table tr.process-due-selected:hover td {
  background-color: #dddddd;
}
.process-dates-and-budget-request-percentual.input-group {
  max-width: 200px;
}
table.table-project-budget > tr.project-budget-entry-row > td {
  border-top: none;
}
div.version {
  width: 100%;
  height: 650px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
div.version h1 {
  margin-top: 0px;
}
/* Stack */
.stack {
  margin: 50px auto;
  padding: 0;
  position: relative;
  max-width: 100%;
}
.stack > div {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  outline: 1px solid transparent;
}
.stack > div:last-child {
  position: relative;
}
.stack > div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}
.stack > div:first-child {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.stack > div:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.stack > div:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.stack > div:nth-child(4) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.stack > div:nth-child(5) {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}
.stack.show-next > div:nth-child(4) {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 1s;
}
.stack.show-next > div:nth-child(3) {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.stack.show-next > div:nth-child(2) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.stack.show-next > div:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.stack.show-prev > div:nth-child(5) {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
  z-index: 1;
}
.stack.show-prev > div:nth-child(4) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 1s;
}
.stack.show-prev > div:nth-child(3) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.stack.show-prev > div:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.stack.show-prev > div:nth-child(1) {
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* Tree */
.node circle {
  cursor: pointer;
  fill: #fff;
  stroke: #0268b2;
  stroke-width: 1.5px;
}
.node.collapsed circle {
  fill: #0268b2;
  stroke: #fff;
}
.node.collapsed > text.icon {
  fill: #fff;
}
.node text {
  font-size: 14px;
  cursor: pointer;
}
.node text.icon {
  font-family: 'FontAwesome';
  fill: #0268b2;
  text-anchor: middle;
}
.node.selected {
  fill: #0268b2;
}
.node.danger circle,
.node.deleted circle {
  stroke: #d9534f;
  fill: #fff;
}
.node.danger:not(.collapsed) text.icon,
.node.deleted:not(.collapsed) text.icon {
  fill: #d9534f;
}
.node.danger.collapsed circle,
.node.deleted.collapsed circle {
  fill: #d9534f;
}
.node.warning circle,
.node.modified circle {
  stroke: #f0ad4e;
  fill: #fff;
}
.node.warning:not(.collapsed) text.icon,
.node.modified:not(.collapsed) text.icon {
  fill: #f0ad4e;
}
.node.warning.collapsed circle,
.node.modified.collapsed circle {
  fill: #f0ad4e;
}
.node.success circle,
.node.added circle {
  stroke: #5cb85c;
  fill: #fff;
}
.node.success:not(.collapsed) text.icon,
.node.added:not(.collapsed) text.icon {
  fill: #5cb85c;
}
.node.success.collapsed circle,
.node.added.collapsed circle {
  fill: #5cb85c;
}
path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}
.tree-item-info-panel {
  position: absolute;
  right: -400px;
  top: 0px;
  width: 400px;
  height: 100%;
  opacity: 0;
  padding: 0px 15px 15px 15px;
  background: #fff;
  border-left: 1px solid silver;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0px 2px 2px 0px;
}
.tree-item-info-panel.slided-in {
  right: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tree-item-info-panel .close {
  font-size: 20px;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.project-tree-background {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 12%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(12%, #fafafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 12%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 12%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 12%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 12%);
  /* W3C */
}
.version .project-tree-background {
  background: #fafafa;
}
table.quote-item-list > tbody > tr.disabled {
  opacity: 0.5;
}
table.quote-item-list > tbody > tr.quote-item > td {
  vertical-align: top;
}
table.quote-item-list > tbody > tr.quote-item > td.no-input {
  padding-top: 12px;
}
table.quote-item-list td.task-name-container a {
  max-width: 200px;
}
.container-maximized table.quote-item-list td.task-name-container a {
  max-width: 450px;
}
.board-overview div.heading .view-select {
  top: 10px;
}
.board-overview div.heading .heading-transclude {
  flex: 1;
}
.board-overview .panel .panel-heading.warning {
  background-color: #f0ad4e;
}
.board-overview .panel .panel-sub-heading {
  padding: 5px;
  color: #0268b2;
  /* Variable */
  background-color: #eeeff4;
  /* Variable */
  font-weight: 300;
  border-width: 0 !important;
  box-shadow: 0 0 2px #aaa !important;
}
.board-overview .panel-group {
  padding: 5px;
}
.board-overview .board-overview-areas-config {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board-overview .small table.table > thead > tr > th {
  font-size: inherit;
}
.board-overview td.icon-container {
  padding-top: 0;
  padding-bottom: 0;
}
.board-overview td.icon-container .icon {
  font-size: 16px;
}
.board-overview th.checkbox-container > div,
.board-overview td.checkbox-container > div {
  display: flex;
}
.board-overview th.checkbox-container > div input[type=checkbox],
.board-overview td.checkbox-container > div input[type=checkbox] {
  margin-top: 0;
}
.board-overview .sticky-header > thead > tr > th {
  position: sticky;
  top: 0px;
}
.board-overview .requirement-list {
  overflow-y: auto;
  height: 100%;
}
.board-overview .requirement-list > table {
  margin: 0;
}
.board-overview .backlog-list {
  overflow-y: auto;
  height: 100%;
}
.board-overview .backlog-list > table {
  margin: 0;
}
.board-overview .testcase-list {
  overflow-y: auto;
  height: 100%;
}
.board-overview .testcase-list > table {
  margin: 0;
}
.board-overview .quote-list {
  overflow-y: auto;
  height: 100%;
}
.board-overview .quote-list > table {
  margin: 0;
}
.board-overview .only-one-area-visible .board-list {
  overflow-y: visible;
}
.board-overview .only-one-area-visible .table {
  margin-bottom: 20px;
}
.board-overview .only-one-area-visible .multi-edit-actions-flex {
  display: unset;
  flex-direction: unset;
}
.board-overview .board-height {
  display: flex;
  height: calc(100vh - 219px);
}
.board-overview .column-non-flex .area-height {
  height: auto;
}
.board-overview .column-flex .area-height {
  height: auto;
  max-height: calc(100vh - 273px);
}
.board-overview .column-flex .backlog-area-height {
  min-height: auto;
  max-height: calc(100vh - 500px);
}
.board-overview .multi-edit-actions-flex {
  display: flex;
  flex-direction: column;
}
.board-overview .multi-edit-actions-flex .multi-edit-actions.show {
  height: 60px;
}
.board-overview .flex-container-column {
  display: flex;
  flex-direction: column;
}
.board-overview .flex-item {
  min-height: 0;
}
.sprint-board .heading .heading-text {
  width: 1px;
  white-space: nowrap;
}
.sprint-board .project-select {
  padding-left: 1em;
  padding-right: 1em;
}
.sprint-board .task-groups-container {
  display: flex;
}
.sprint-board .task-groups-container .task-group-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 10px;
}
.sprint-board .task-groups-container .task-group-view:last-child {
  margin-right: 0;
}
.sprint-board .task-groups-container .task-group-view > div {
  flex: 1;
  min-height: 300px;
  background-color: #f5f5f5;
  padding-top: 5px;
}
.sprint-board .transitions-active {
  display: flex;
}
.sprint-board .transition-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.sprint-board .transition-container > div {
  flex: 1;
  border: dashed 1px #0268b2;
  padding: 5px;
}
.sprint-board .task-item-dragging {
  visibility: hidden;
}
.sprint-board .ui-droppable-hover {
  color: #f0ad4e;
  background-color: #fcf8e3;
}
/* Outside of .sprint-board for drag and drop functionality */
.sprint-board-task-view {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sprint-board-task-view .sprint-board-task-view-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
.sprint-board-task-view .sprint-board-task-view-details .task-view-hours {
  margin-top: 0.5em;
}
table.table > tbody > tr.risk-assessment-endangerment-row {
  background-color: #fafafa;
}
table.table > tbody > tr.risk-assessment-edit-row {
  background-color: #fcf8e3;
}
.table-transaction-changes-adjusting-entries tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.table-transaction-changes-adjusting-entries tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-transaction-changes-adjusting-entries h4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.table-transaction-changes-adjusting-entries .existing-transaction {
  color: #999;
}
.realty-merge {
  position: relative;
}
.realty-merge h3 {
  margin-top: 0px;
}
.realty-merge .realty-container {
  width: 500px;
  height: 260px;
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
}
.realty-merge .realty-container .realty-view {
  left: 0;
  right: 0;
  margin: 0px auto;
  display: inline-block;
  position: absolute;
  top: 100px;
}
.realty-merge .realty-container .realty-view h4 {
  display: inline;
}
.realty-merge .realty-container .realty-view sc-realty-view .list-item-view {
  width: initial;
  margin: 0 auto;
}
.realty-merge .realty-container .realty-view > a {
  width: auto;
  min-width: 100px;
}
.realty-merge .realty-container .realty-view.parent {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.realty-merge .realty-container .realty-view.parent.rotated {
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
.realty-merge .realty-container .realty-view.parent.rotate {
  -webkit-animation: merge-rot-parent 1s 1 ease-in-out;
  animation: merge-rot-parent 1s 1 ease-in-out;
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
.realty-merge .realty-container .realty-view.parent.rotate-back {
  -webkit-animation: merge-rot-parent-back 1s 1 ease-in-out;
  animation: merge-rot-parent-back 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.realty-merge .realty-container .realty-view.child {
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
.realty-merge .realty-container .realty-view.child.rotated {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.realty-merge .realty-container .realty-view.child.rotate {
  -webkit-animation: merge-rot-child 1s 1 ease-in-out;
  animation: merge-rot-child 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.realty-merge .realty-container .realty-view.child.rotate-back {
  -webkit-animation: merge-rot-child-back 1s 1 ease-in-out;
  animation: merge-rot-child-back 1s 1 ease-in-out;
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
.realty-merge button.role {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  border-radius: 40px;
  width: 60px;
  height: 60px;
}
.realty-merge button.role:before {
  top: 6px;
  left: 13px;
  position: absolute;
}
#inventory-item-inventory-item-relation {
  position: relative;
}
#inventory-item-inventory-item-relation h3 {
  margin-top: 0px;
}
#inventory-item-inventory-item-relation .inventory-item-container {
  width: 500px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view {
  left: 0;
  right: 0;
  margin: 0px auto;
  display: inline-block;
  position: absolute;
  top: 100px;
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view h4 {
  display: inline;
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view > a {
  width: auto;
  min-width: 100px;
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.parent {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.parent.rotated {
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.parent.rotate {
  -webkit-animation: inventory-item-rot-inventory-item 1s 1 ease-in-out;
  animation: inventory-item-rot-inventory-item 1s 1 ease-in-out;
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.parent.rotate-back {
  -webkit-animation: inventory-item-rot-inventory-item-back 1s 1 ease-in-out;
  animation: inventory-item-rot-inventory-item-back 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.child {
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.child.rotated {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.child.rotate {
  -webkit-animation: inventory-item-rot-child 1s 1 ease-in-out;
  animation: inventory-item-rot-child 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
#inventory-item-inventory-item-relation .inventory-item-container .inventory-item-view.child.rotate-back {
  -webkit-animation: inventory-item-rot-child-back 1s 1 ease-in-out;
  animation: inventory-item-rot-child-back 1s 1 ease-in-out;
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
#inventory-item-inventory-item-relation button.role {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  border-radius: 40px;
  width: 60px;
  height: 60px;
}
#inventory-item-inventory-item-relation button.role:before {
  top: 6px;
  left: 13px;
  position: absolute;
}
@-webkit-keyframes inventory-item-rot-inventory-item {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-moz-keyframes inventory-item-rot-inventory-item {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-ms-keyframes inventory-item-rot-inventory-item {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-o-keyframes inventory-item-rot-inventory-item {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@keyframes inventory-item-rot-inventory-item {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-webkit-keyframes inventory-item-rot-inventory-item-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-moz-keyframes inventory-item-rot-inventory-item-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-ms-keyframes inventory-item-rot-inventory-item-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-o-keyframes inventory-item-rot-inventory-item-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@keyframes inventory-item-rot-inventory-item-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes inventory-item-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-moz-keyframes inventory-item-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-ms-keyframes inventory-item-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-o-keyframes inventory-item-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@keyframes inventory-item-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes inventory-item-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-moz-keyframes inventory-item-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-ms-keyframes inventory-item-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-o-keyframes inventory-item-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@keyframes inventory-item-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
sc-realty-image img,
sc-inventory-item-image img {
  width: 64px;
}
sc-realty-image.xs img,
sc-inventory-item-image.xs img {
  width: 32px;
}
sc-realty-image.sm img,
sc-inventory-item-image.sm img {
  width: 40px;
}
sc-realty-image.lg img,
sc-inventory-item-image.lg img {
  width: 120px;
}
.input-group-addon > sc-realty-image img,
.input-group-addon > sc-inventory-item-image img {
  width: 20px;
}
div.alert-warning.has-button-inside,
div.alert-info.has-button-inside {
  padding: 15px;
  display: table;
}
div.alert-warning.has-button-inside > div:first-child,
div.alert-info.has-button-inside > div:first-child {
  display: table-cell;
  width: 99%;
  vertical-align: middle;
  text-align: left;
}
div.alert-warning.has-button-inside > div.buttons,
div.alert-info.has-button-inside > div.buttons {
  text-align: center;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding-left: 15px;
}
.multiselect-typeahead {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  min-height: 34px;
  background-color: #fff;
  padding: 6px;
  cursor: text;
  position: relative;
}
.multiselect-typeahead > div.disabler {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.multiselect-typeahead > ul.item-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px;
  margin: -6px 0px 0px 0px;
}
.multiselect-typeahead > ul.item-list.entry-overflow {
  display: block;
}
.multiselect-typeahead > ul.item-list > li {
  align-self: center;
  margin-right: 8px;
  margin-top: 6px;
  cursor: default;
}
.multiselect-typeahead > ul.item-list > li > div > a,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item {
  color: #333333;
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 2px 10px 2px 10px;
  border-radius: 2px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.multiselect-typeahead > ul.item-list > li > div > a:before,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item:before {
  margin-right: 5px;
}
.multiselect-typeahead > ul.item-list > li > div > a span,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item span {
  display: inline-block;
  vertical-align: top;
}
.multiselect-typeahead > ul.item-list > li > div > a.multiselect-group-operator,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item.multiselect-group-operator {
  padding-right: 10px;
  margin-right: 5px;
  margin-left: 1px;
  cursor: pointer;
}
.multiselect-typeahead > ul.item-list > li > div > a.toggable,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item.toggable,
.multiselect-typeahead > ul.item-list > li > div > a .toggable,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item .toggable {
  color: #08ABC9;
  cursor: pointer;
}
.multiselect-typeahead > ul.item-list > li > div > a:hover,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item:hover {
  text-decoration: none;
}
.multiselect-typeahead > ul.item-list > li > div > a > .delete:before,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item > .delete:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  margin-left: 5px;
}
.multiselect-typeahead > ul.item-list > li > div > a > .delete:hover:before,
.multiselect-typeahead > ul.item-list > li > div .multiselect-item > .delete:hover:before {
  color: #0fd2f5;
}
.multiselect-typeahead > ul.item-list > li:not(.textbox) {
  user-select: none;
}
.multiselect-typeahead > ul.item-list > li.textbox > input {
  width: 100%;
  border: none;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  outline: 0;
  padding: 0px;
}
.multiselect-typeahead + .input-group-btn > button {
  height: 100%;
  box-sizing: content-box;
}
.multiselect-typeahead.multiselect-typeahead-with-browse {
  cursor: pointer;
}
.multiselect-typeahead.disabled {
  cursor: default;
  background-color: #eeeeee;
}
.multiselect-typeahead.disabled > ul > li.textbox > input {
  background-color: #eeeeee;
}
.multiselect-typeahead .multiselect-group-container .multiselect-item {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 4px;
}
.multiselect-typeahead .multiselect-group-container.multiple-items {
  display: inline-block;
  background-color: #eeeff4;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0px 5px;
}
.multiselect-typeahead .multiselect-group-container.multiple-items .multiselect-group-name {
  font-size: small;
}
.multiselect-typeahead.multiselect-typeahead-spaced {
  padding: 12px;
}
.multiselect-typeahead.multiselect-typeahead-spaced > ul.item-list {
  margin-top: -10px;
}
.multiselect-typeahead.multiselect-typeahead-spaced > ul.item-list > li > div > a,
.multiselect-typeahead.multiselect-typeahead-spaced > ul.item-list > li > div .multiselect-item {
  padding: 5px 10px;
}
.multiselect-typeahead.multiselect-typeahead-spaced > ul.item-list > li > div > a > .delete:before,
.multiselect-typeahead.multiselect-typeahead-spaced > ul.item-list > li > div .multiselect-item > .delete:before {
  top: 5px;
}
.has-error .multiline-with-button .multiselect-typeahead,
.has-error .multiline-with-button > .btn {
  border-color: #D8290B;
}
.multiselect-typeahead.no-border-radius {
  border-radius: 0px;
}
.multiline-with-button.company-name .multiselect-typeahead {
  padding-left: 15px;
}
.nested-panel {
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0px;
}
.nested-panel > .panel-heading {
  border-bottom: 1px inset #999999;
  background-color: #fff;
  color: #0268b2;
  font-size: 1.6em;
  font-weight: 300;
  padding-left: 0px;
}
.iframe-panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.iframe-panel ul.nav-pills li.active > button.btn-link {
  color: #fff;
  background-color: #0268b2;
}
sc-panel.hide-body .panel-body {
  display: none;
}
.panel-body.filter {
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
}
sc-panel .panel-body .row.filter {
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
}
.reset-css {
  font-size: 14px;
}
.reset-css h1,
.reset-css h2,
.reset-css h3,
.reset-css h4,
.reset-css h5,
.reset-css h6 {
  display: block;
  font-weight: bold;
  color: black;
}
.reset-css h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.reset-css h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.reset-css h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.reset-css h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.reset-css h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 167em;
}
.reset-css body {
  line-height: 1;
}
@media (max-width: 992px) {
  .horizontal-control {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .horizontal-control + .horizontal-control {
    padding-left: 0px;
  }
  .horizontal-control.right {
    width: auto;
    position: relative;
  }
  .horizontal-control > div.pull-right {
    float: none !important;
  }
  .horizontal-control > div.pull-right > .dropdown-menu {
    right: auto;
    left: 4px;
  }
}
@media (max-width: 992px) {
  .partner-view-large > div,
  .partner-view-large > a {
    margin-bottom: 20px;
    vertical-align: top;
  }
  .partner-view-large > div:not(:last-child),
  .partner-view-large > a:not(:last-child) {
    margin-right: 20px;
  }
  .partner-view-large > div + div,
  .partner-view-large > a + div {
    margin-left: 0px;
  }
  .partner-view-large .partner-image {
    width: 80px;
    height: 80px;
  }
  .partner-view-large .partner-image.empty:before {
    font-size: 80px;
    width: 80px;
    height: 80px;
  }
  .partner-view-large .partner-image.empty.company:before {
    font-size: 60px;
  }
  .partner-view-large .partner-main-data {
    width: 400px;
  }
  .partner-view-large .partner-main-data h4.text-overflow,
  .partner-view-large .partner-main-data h5 > a.text-overflow {
    width: 400px;
  }
  .partner-view-large .partner-main-data .label-short + .text-overflow {
    width: 345px;
  }
  .partner-view-large .actions {
    top: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partner-view-large .partner-main-data {
    width: 200px;
  }
  .partner-view-large .partner-main-data h4.text-overflow,
  .partner-view-large .partner-main-data h5 > a.text-overflow {
    width: 200px;
  }
  .partner-view-large .partner-main-data .label-short + .text-overflow {
    width: 145px;
  }
  .partner-view-large .partner-address {
    width: 250px;
  }
  .partner-view-large .partner-metadata {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partner-view-large .partner-address {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .partner-view-large .partner-main-data {
    width: 200px;
  }
  .partner-view-large .partner-main-data h4.text-overflow,
  .partner-view-large .partner-main-data h5 > a.text-overflow {
    width: 200px;
  }
  .partner-view-large .partner-main-data .label-short + .text-overflow {
    width: 145px;
  }
  .partner-view-large .partner-address {
    width: 250px;
  }
  .partner-view-large .partner-metadata {
    display: block;
    margin: -20px -125px 0px 5px;
  }
  .partner-view-large .partner-metadata > ul {
    margin-top: 10px;
  }
  .partner-view-large .partner-metadata > ul > li {
    display: inline-block;
    vertical-align: middle;
  }
  .partner-view-large .partner-metadata > ul > li > a.icon {
    margin-right: 15px;
  }
  .partner-view-large .partner-metadata > ul > li > a.icon:before {
    margin-right: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  sc-filled-dynamic-form-wizard-dropdown-button button div.text-overflow {
    max-width: 220px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  sc-filled-dynamic-form-wizard-step-dropdown-button button div.text-overflow {
    max-width: 220px !important;
  }
}
div.row ul > li.sticky {
  position: sticky;
  top: 0px;
  z-index: 100;
}
div.row ul.scrollable {
  overflow: auto;
  max-height: 500px;
}
div.row a.list-item-view > div.id-text {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
div.row a.list-item-view > div.id-text span.badge-date {
  min-width: auto;
  align-self: center;
  position: static;
  padding-left: 5px;
}
div.heading.task-header {
  margin-bottom: 0;
}
div.heading.task-header h1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
div.heading.task-header h1 .task-name {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 700px;
  white-space: nowrap;
}
div.heading.task-header h1 .task-header-export {
  align-self: center;
}
div.heading.task-header h1 .task-header-export div {
  font-size: 14px;
  padding: 4px 8px;
  margin-bottom: 0;
  white-space: nowrap;
}
div.subtask-communication {
  display: flex;
  flex-direction: column;
  background-color: #F3F3F3;
  margin: -20px -15px 10px -15px;
  padding: 10px 15px;
  font-size: 11px;
}
td sc-task-revision-icon.is-approval a,
.is-approval {
  color: #5cb85c !important;
}
td.is-approval {
  background-color: #dff0d8;
}
td sc-task-revision-icon.is-approval-with-remarks a,
td.is-approval-with-remarks {
  color: #f0ad4e !important;
}
td.is-approval-with-remarks {
  background-color: #fcf8e3;
}
td sc-task-revision-icon.is-rejection a,
td.is-rejection {
  color: #d9534f !important;
}
td.is-rejection {
  background-color: #f2dede;
}
tr > td > a.icon:first-child:last-child:before,
tr > th > a.icon:first-child:last-child:before {
  margin-left: 0px;
}
sc-board-test-list .panel-group sc-test-round-view:not(:first-child) > .panel,
sc-board-test-list .panel-group sc-test-view:not(:first-child) > .panel {
  margin-top: 5px;
}
sc-board-test-list sc-test-run-list table.table > thead > tr > th {
  border-bottom: none;
  background-color: #fafafa;
}
sc-board-test-list .icon.panel-icon {
  padding-left: 5px;
  padding-right: 5px;
}
sc-board-test-list .accepted.panel-icon {
  position: relative;
  bottom: 3px;
}
.test-round-summary {
  display: flex;
  justify-content: space-around;
}
.test-round-summary .summary-column {
  align-self: flex-start;
}
.test-round-summary .summary-column .summary-entry {
  display: flex;
  justify-content: space-between;
}
.test-round-summary .summary-column .summary-entry p {
  padding-left: 20px;
}
sc-test-case-relations-view sc-test-case-relations-view li {
  padding-left: 20px;
}
sc-test-case-relations-view sc-test-case-relations-view li span.icon.check {
  margin-left: -18px;
}
.sprint-date-label text {
  fill: black;
}
.c3-tooltip-container table.c3-tooltip tr.c3-tooltip-name--today .value {
  display: none;
}
.sc-process-comment-priority {
  position: relative;
}
.sc-process-comment-priority:before {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ddd;
}
.sc-process-comment-priority.input-group-addon {
  padding-left: 20px;
}
.sc-process-comment-priority.input-group-addon:before {
  top: 6px;
  left: 6px;
}
.sc-process-comment-priority.priority-high:before {
  background-color: #d9534f;
}
.sc-process-comment-priority.priority-medium:before {
  background-color: #f0ad4e;
}
.sc-process-comment-priority.priority-low:before {
  background-color: #5cb85c;
}
a.sc-process-comment-priority {
  padding-left: 30px !important;
}
a.sc-process-comment-priority:before {
  left: 7px;
}
td.sc-process-comment-priority:before {
  top: 7px;
  left: 5px;
}
.process-comment-edit-hide {
  max-height: 0vh;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.process-comment-edit-show {
  max-height: 60vh;
  animation: 0.7s delay-overflow;
  transition: all 0.7s ease-in-out;
}
@keyframes delay-overflow {
  from {
    overflow: hidden;
  }
}
tr.table-row-transition-hide > td > div {
  max-height: 0px !important;
  overflow: hidden;
}
tr.table-row-transition > td > div {
  max-height: 50px;
  transition: max-height 0.5s ease-out;
}
sc-process-comment-edit .row {
  margin-right: -14px;
}
sc-process-comment-list tr:last-child {
  border-bottom: 0px;
}
div.filled-dynamic-form-wizard-menu-container {
  display: block;
}
div.filled-dynamic-form-wizard-menu-container > div {
  padding-right: 10px;
}
div.filled-dynamic-form-wizard-menu-container > div:first-child {
  padding-top: 15px;
}
div.filled-dynamic-form-wizard-menu-container > div:last-child {
  padding-bottom: 15px;
}
.compare-panel span {
  color: grey;
}
.compare-panel div:not([ng-bind-html]):not(:empty) div {
  margin-top: 1rem;
}
.compare-panel th:not(:first-child),
.compare-panel td:not(:first-child) {
  text-align: right;
}
button.icon.negative-margin-sides-s {
  margin-left: -10px;
  margin-right: -10px;
}
ins {
  background-color: #cfc;
  text-decoration: none;
}
del {
  color: #999;
  background-color: #fec8c8;
}
sc-activity-view .list-item-view div div.badge {
  position: relative;
}
sc-activity-view .list-item-view div div.badge-total-participant-count {
  background-color: lightgray;
}
sc-activity-icon .activity-icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
sc-activity-icon .activity-icon.empty:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  top: 0px;
  color: #0268b2;
  content: "\f2b5";
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
}
sc-activity-icon.large .activity-icon {
  width: 120px;
  height: 120px;
}
sc-activity-icon.large .activity-icon.empty:before {
  font-size: 80px;
  width: 120px;
  height: 120px;
}
.activity-image {
  height: inherit;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
sc-activity-edit-overview .list-item-icon-container .icon-container {
  top: 0%;
  margin-top: 0px;
}
sc-activity-relation-view .list-item-view {
  table-layout: auto;
}
.entity-relation-change-animation.activity-relation .entity-relation-container {
  height: 240px;
}
sc-activity-edit-sessions .scrollbar {
  margin-top: -20px;
  margin-bottom: 10px;
}
.session-track-view-4-and-more {
  flex: 0 0 calc(33.333333% - 1em);
}
.session-track-view-4-and-more:first-child {
  padding-left: 1px;
}
sc-activity-track-panel .fc-head {
  display: none;
}
sc-activity-track-panel .fc-title {
  font-weight: bold;
}
div.tracks-scroll-container {
  width: 100%;
  position: relative;
  padding-left: 100px;
}
div.tracks-scroll-container > div.tracks {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
div.tracks-scroll-container > div.tracks > div {
  display: inline-block;
  vertical-align: top;
}
div.tracks-scroll-container > :last-child {
  border-right: 1px solid #ccc;
}
sc-activity-publication-date-panel .alert a span.caret {
  margin-left: 5px;
}
.job-command-error {
  overflow: auto;
  max-height: 10vh;
}
.entity-relation-change-animation {
  position: relative;
}
.entity-relation-change-animation h3 {
  margin-top: 0px;
}
.entity-relation-change-animation .entity-relation-container {
  width: 500px;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view {
  left: 0;
  right: 0;
  margin: 0px auto;
  display: inline-block;
  position: absolute;
  top: 100px;
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view h4 {
  display: inline;
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view a {
  width: auto;
  min-width: 100px;
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.parent {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.parent.rotated {
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.parent.rotate {
  -webkit-animation: entity-rot-parent 1s 1 ease-in-out;
  animation: entity-rot-parent 1s 1 ease-in-out;
  transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.parent.rotate-back {
  -webkit-animation: entity-rot-parent-back 1s 1 ease-in-out;
  animation: entity-rot-parent-back 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.child {
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.child.rotated {
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.child.rotate {
  -webkit-animation: entity-rot-child 1s 1 ease-in-out;
  animation: entity-rot-child 1s 1 ease-in-out;
  transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
}
.entity-relation-change-animation .entity-relation-container .entity-relation-view.child.rotate-back {
  -webkit-animation: entity-rot-child-back 1s 1 ease-in-out;
  animation: entity-rot-child-back 1s 1 ease-in-out;
  transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
}
.entity-relation-change-animation button.role {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  border-radius: 40px;
  width: 60px;
  height: 60px;
}
.entity-relation-change-animation button.role:before {
  top: 6px;
  left: 13px;
  position: absolute;
}
@-webkit-keyframes entity-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-moz-keyframes entity-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-ms-keyframes entity-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-o-keyframes entity-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@keyframes entity-rot-parent {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
}
@-webkit-keyframes entity-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-moz-keyframes entity-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-ms-keyframes entity-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-o-keyframes entity-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@keyframes entity-rot-parent-back {
  from {
    transform: rotate(270deg) translate(-100px, 0px) rotate(-270deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes entity-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-moz-keyframes entity-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-ms-keyframes entity-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-o-keyframes entity-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@keyframes entity-rot-child {
  from {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
  to {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes entity-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-moz-keyframes entity-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-ms-keyframes entity-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@-o-keyframes entity-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
@keyframes entity-rot-child-back {
  from {
    transform: rotate(90deg) translate(-100px, 0px) rotate(-90deg);
  }
  to {
    transform: rotate(-90deg) translate(-100px, 0px) rotate(90deg);
  }
}
