.icon {
  font-size: 10px;
}
.icon:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("../../images/images_sprites.svg");
  background-repeat: no-repeat;
  background-size: 43.2em 56.6em;
}
.no-svg .icon:before {
  background-image: url("../../images/images_sprites.png");
}
.icon.active-arrow:before {
  background-position: 0em 0em;
  width: 1.5em;
  height: 0.8em;
}
.icon.assets-status-all:before {
  background-position: 0em -0.8em;
  width: 1.7em;
  height: 1.6em;
}
.icon.assets-status-all-checked:before {
  background-position: 0em -2.4em;
  width: 1.9em;
  height: 1.8em;
}
.icon.checkmark:before {
  background-position: 0em -4.2em;
  width: 1em;
  height: 0.8em;
}
.icon.close:before {
  background-position: 0em -5em;
  width: 2.8em;
  height: 2.8em;
}
.icon.default-arrow:before {
  background-position: 0em -7.8em;
  width: 1.5em;
  height: 0.8em;
}
.icon.expand:before {
  background-position: 0em -8.6em;
  width: 1.4em;
  height: 1.4em;
}
.icon.filter-icon:before {
  background-position: 0em -10em;
  width: 1.8em;
  height: 1.7em;
}
.icon.ght-logo:before {
  background-position: 0em -11.7em;
  width: 43.2em;
  height: 20.3em;
}
.icon.hide:before {
  background-position: 0em -32em;
  width: 1.4em;
  height: 1.4em;
}
.icon.next:before {
  background-position: 0em -33.4em;
  width: 2.8em;
  height: 2.8em;
}
.icon.plus:before {
  background-position: 0em -36.2em;
  width: 2.8em;
  height: 2.8em;
}
.icon.prev:before {
  background-position: 0em -39em;
  width: 2.8em;
  height: 2.8em;
}
.icon.processing:before {
  background-position: 0em -41.8em;
  width: 6.6em;
  height: 7.8em;
}
.icon.search:before {
  background-position: 0em -49.6em;
  width: 1.9em;
  height: 1.8em;
}
.icon.trash:before {
  background-position: 0em -51.4em;
  width: 1.4em;
  height: 1.4em;
}
.icon.user:before {
  background-position: 0em -52.8em;
  width: 1.1em;
  height: 1.2em;
}
.icon.user-has-children:before {
  background-position: 0em -54em;
  width: 1.4em;
  height: 1.3em;
}
.icon.user-has-children-opened:before {
  background-position: 0em -55.3em;
  width: 1.4em;
  height: 1.3em;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
  border-radius: 2px;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: url('../../../images/src/checkmark.svg');
  position: absolute;
  left: 2px;
  top: -3px;
}
.select2-results__option {
  padding: 4px 10px;
}
.string-with-options-custom-dropdown .select2-results__option {
  min-height: 28px;
}
.string-with-options-custom-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #dbe2e7 !important;
}
.select2-dropdown {
  border: 1px solid #dbe2e7;
  border-radius: 3px;
  box-shadow: 1px 0 7px 0 rgba(0, 59, 73, 0.15);
}
.select2-dropdown .buttons-wrapper {
  padding: 10px;
  border-bottom: 2px solid #dbe2e7;
  margin-bottom: 5px;
  font-size: 16px;
}
.select2-dropdown .buttons-wrapper .buttons-prefix {
  color: #95abb1;
  margin-right: 5px;
}
.select2-dropdown .buttons-wrapper .button {
  cursor: pointer;
  color: #ff4612;
  display: inline-block;
}
.select2-dropdown .buttons-wrapper .button:last-child:before {
  content: "";
  border-left: 1px solid #dbe2e7;
  margin: 0 8px;
}
.select2-container .select2-selection--single {
  height: 42px;
  border-radius: 3px;
  background-color: rgba(247, 249, 250, 0.92);
  box-shadow: inset 0 1px 3px 0 #dbe2e7;
  border: solid 1px #dbe2e7;
}
.select2-container .select2-selection--single:active,
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  padding-left: 17px;
  padding-right: 66px;
  color: #151515;
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  @extend (.input-group-addon);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 18px;
  height: 42px;
  top: 0;
  right: 0;
  width: 49px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url('../../../images/src/default-arrow.svg') no-repeat;
  width: 15px;
  height: 8px;
  border: 0;
  content: "";
  margin-left: -6px;
  margin-top: -3px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  @extend (.input-group-addon:active);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url('../../../images/src/active-arrow.svg') no-repeat;
  margin-top: -4px;
}
.select2-results__options {
  padding-bottom: 5px;
}
.select2-results__option .wrap:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  background-color: rgba(219, 226, 231, 0.2);
  box-shadow: inset 0 1px 3px 0 #dbe2e7;
  border: solid 1px #dbe2e7;
  border-radius: 2px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #151515;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.select2-results__option[aria-selected=true] .wrap {
  position: relative;
  background-color: transparent;
}
.select2-results__option[aria-selected=true] .wrap:before {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
  box-shadow: none;
  border: 0;
}
.select2-results__option[aria-selected=true] .wrap:after {
  content: url('../../../images/src/checkmark.svg');
  position: absolute;
  left: 2px;
  top: -2px;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
  background-color: #ff4612;
}
.assets-filter-bar {
  background: #fff;
  padding: 15px 20px;
}
.assets-filter-bar .status-filter-form {
  display: inline-block;
}
.assets-filter-bar .status-filter-form .control-item-label {
  color: #95abb1;
  font-size: 16px;
}
.assets-filter-bar .status-filter-form .status-filter-selection {
  margin-left: 10px;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary {
  border-color: #b8c5d1;
  background-color: transparent;
  font-size: 15px;
  line-height: 21px;
  padding: 9px 18px 6px 18px;
  color: #151515;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary:before {
  margin-right: 5px;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-all:before {
  content: '';
  background: url('../../../images/src/assets-status-all.svg');
  display: inline-block;
  position: relative;
  bottom: -2px;
  width: 17px;
  height: 16px;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-all:hover {
  border: 1px solid #95abb1;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouled:before,
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouling:before,
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-healthy:before {
  content: "";
  font-size: 24px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  line-height: 11px;
  display: inline-block;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouled:before {
  background-color: #ff7310;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouled:hover {
  border: 1px solid #ff7310;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouling:before {
  background-color: #ffc620;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouling:hover {
  border: 1px solid #ffc620;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-healthy:before {
  background-color: #77ce53;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-healthy:hover {
  border: 1px solid #77ce53;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary {
  color: #fff;
  box-shadow: none;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-all,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-all {
  padding: 8px 16px 6px 18px;
  background-color: #b8c5d1;
  border: 1px solid #b8c5d1;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-all:before,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-all:before {
  background: url('../../../images/src/assets-status-all-checked.svg');
  width: 19px;
  height: 18px;
  right: 2px;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-fouled,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-fouled {
  background-color: #ff7310;
  border: 1px solid #ff7310;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-fouling,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-fouling {
  background-color: #ffc620;
  border: 1px solid #ffc620;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-healthy,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-healthy {
  background-color: #77ce53;
  border: 1px solid #77ce53;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-fouled:before,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-fouled:before,
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-fouling:before,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-fouling:before,
.assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.active.assets-status-filter-healthy:before,
.assets-filter-bar .status-filter-form .status-filter-selection .open > .dropdown-toggle.btn-primary.assets-status-filter-healthy:before {
  border: 2px solid #fff;
  background: transparent;
}
.assets-filter-bar .status-filter-form .status-filter-selection .btn-group > .btn:last-child:not(:first-child),
.assets-filter-bar .status-filter-form .status-filter-selection .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fleets-tabs .tab-content-title {
  margin-top: 0;
}
.fleets-tabs .assets-status-list-filter-wrapper {
  float: right;
}
.fleets-tabs .export-to-csv-button-wrapper,
.fleets-tabs .create-fleet-button-wrapper,
.fleets-tabs .remove-fleet-button-wrapper,
.fleets-tabs .edit-fleet-button-wrapper {
  display: inline-block;
}
.fleets-tabs .fleets-custom-filter-wrapper,
.fleets-tabs .asset-status-custom-filter-wrapper {
  display: none;
}
.fleets-tabs .fleet-status-top-row,
.fleets-tabs .asset-status-top-row {
  margin-bottom: 20px;
}
.fleets-tabs .fleet-status-top-row .buttons-column,
.fleets-tabs .asset-status-top-row .buttons-column {
  text-align: right;
  padding-right: 0;
}
.fleets-tabs .fleet-status-top-row .buttons-column .remove-fleet-button-wrapper,
.fleets-tabs .asset-status-top-row .buttons-column .remove-fleet-button-wrapper {
  padding-left: 10px;
}
.fleets-tabs .fleet-status-top-row .buttons-column .remove-fleet-button-wrapper.no-padding,
.fleets-tabs .asset-status-top-row .buttons-column .remove-fleet-button-wrapper.no-padding {
  padding-left: 0;
}
.fleets-tabs .fleet-status-top-row .buttons-column .export-to-csv-button-wrapper {
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .fleets-tabs .fleets-filter-wrapper,
  .fleets-tabs .assets-status-list-filter-wrapper {
    display: none;
  }
  .fleets-tabs .fleets-length-wrapper .form-control {
    width: 100px;
  }
  .fleets-tabs .custom-filter-form {
    margin: 0 -15px;
  }
  .fleets-tabs .fleets-custom-filter-wrapper,
  .fleets-tabs .asset-status-custom-filter-wrapper {
    display: block;
  }
  .fleets-tabs .tab-content-title-wrapper {
    display: none;
  }
  .fleets-tabs .fleet-status-top-row {
    margin-bottom: 10px;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column {
    padding: 0;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column .export-to-csv-button-wrapper,
  .fleets-tabs .fleet-status-top-row .buttons-column .create-fleet-button-wrapper,
  .fleets-tabs .fleet-status-top-row .buttons-column .remove-fleet-button-wrapper,
  .fleets-tabs .fleet-status-top-row .buttons-column .edit-fleet-button-wrapper {
    width: 33.33%;
    float: left;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column .edit-fleet-button {
    width: 100%;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column .export-to-csv-button-wrapper .btn-group {
    width: 100%;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column .export-to-csv-button,
  .fleets-tabs .fleet-status-top-row .buttons-column .create-fleet-button,
  .fleets-tabs .fleet-status-top-row .buttons-column .remove-fleet-button {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .fleets-tabs .fleet-status-top-row .buttons-column .export-to-csv-button-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column .create-fleet-button-wrapper,
  .fleets-tabs .fleet-status-top-row .buttons-column .remove-fleet-button-wrapper,
  .fleets-tabs .fleet-status-top-row .buttons-column .edit-fleet-button-wrapper {
    width: 50%;
  }
  .fleets-tabs .fleet-status-top-row .buttons-column .remove-fleet-button-wrapper .remove-fleet-button {
    margin-left: 0;
  }
}
.controls-bar {
  background: #003b49;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 0 15px;
  justify-content: space-between;
}
.controls-bar .toggle-mobile-filters {
  display: none;
}
.controls-bar .search-form {
  display: inline-block;
  padding-bottom: 15px;
}
.controls-bar .filter-form {
  display: inline-block;
  padding-bottom: 15px;
}
.controls-bar .filter-form .filter-form-content {
  display: inline-block;
}
.controls-bar .filter-form .form-group:nth-child(2) {
  padding-left: 15px;
}
.controls-bar .filter-form .apply-filters-button {
  display: none;
}
.controls-bar .view-mode-form {
  display: inline-block;
  padding-bottom: 15px;
  float: right;
}
.controls-bar .view-mode-form.only-child {
  margin-left: auto;
}
.controls-bar .assets-filter-bar {
  background: #fff;
  box-sizing: content-box;
  margin: 0 -15px 0 -15px;
}
.controls-bar .view-mode-selection .btn-primary {
  border-color: #fff;
  background-color: transparent;
  font-size: 15px;
  padding-top: 9px;
  line-height: 19px;
}
.controls-bar .view-mode-selection .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.controls-bar .view-mode-selection .btn-primary.active,
.controls-bar .view-mode-selection .open > .dropdown-toggle.btn-primary {
  background-color: #fff;
  color: #003b49;
  box-shadow: none;
}
.controls-bar .view-mode-selection .btn-group > .btn:last-child:not(:first-child),
.controls-bar .view-mode-selection .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.controls-bar .control-item-label {
  color: #95abb1;
  font-size: 16px;
  margin-right: 10px;
}
.assets-list-wrapper {
  margin-top: 20px;
}
.assets-list-wrapper .assets-custom-filter-wrapper {
  display: none;
}
.assets-list-wrapper .controls {
  padding-top: 20px;
}
.assets-list-wrapper .controls .btn {
  margin-left: 20px;
}
.assets-list-wrapper .export-to-csv-button-wrapper {
  margin-right: 10px;
}
.assets-list-wrapper .asset-status-cell-wrapper {
  text-align: left;
}
.assets-list-wrapper .assets-table .na-text {
  margin-top: 10px;
  text-align: center;
}
.assets-map-container {
  height: 600px;
}
.assets-map {
  height: 100%;
  margin: 0 -15px;
}
.assets-map .gm-style-iw {
  width: 330px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.assets-map .gm-style-iw > div {
  overflow: hidden;
}
.assets-map .gm-style-iw + div {
  padding: 7px;
  display: inline-block;
  width: 42px !important;
  height: 42px !important;
  margin: 10px 10px 0 0;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(184, 197, 209, 0.3)), linear-gradient(#ffffff, #ffffff);
  border: solid 1px #dbe2e7;
  color: #003b49;
  opacity: 1 !important;
}
.assets-map .gm-style-iw + div:before {
  content: url('../../../images/src/close.svg');
}
.assets-map .gm-style-iw + div > img {
  display: none;
}
.assets-map .gm-style-iw > div {
  max-height: none !important;
}
.assets-map .gm-style-iw > div > div {
  overflow: hidden !important;
}
.assets-map .asset-info-window {
  width: 330px;
  height: 410px;
  padding: 10px 5px;
  margin-right: -23px;
}
.assets-map .asset-info-window .controls .btn {
  width: 42px;
}
.assets-map .asset-info-window .controls .btn-prev {
  content: url('../../../images/src/prev.svg');
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.assets-map .asset-info-window .controls .btn-next {
  content: url('../../../images/src/next.svg');
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.assets-map .asset-info-window .assets-number {
  color: #95abb1;
  font-size: 16px;
}
.assets-map .asset-info-window .assets-number .current-assets-number {
  color: #ff4612;
}
.assets-map .asset-info-window .asset-name {
  margin-bottom: 0;
  word-wrap: break-word;
  white-space: nowrap;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}
.assets-map .asset-info-window .attribute-name {
  color: #95abb1;
  font-size: 14px;
}
.assets-map .asset-info-window .attribute-value {
  margin-bottom: 15px;
  font-size: 16px;
}
.assets-map .asset-info-window .btn-show-asset-info {
  padding: 6px 24px;
}
.asset-details .asset-details-header .button-make-copy {
  padding: 6px 24px;
}
.asset-details .asset-details-header .button-edit {
  padding: 6px 24px;
}
.asset-details .popup-curve-chart {
  width: 100%;
  height: 600px;
}
.asset-details .fouling-caption {
  font-size: 24px;
}
.asset-details .class-asset-main-info {
  margin-top: 20px;
  border-bottom: 2px solid #dbe2e7;
}
.asset-details .class-asset-main-info .chart-wrapper {
  margin-top: -60px;
}
.asset-details .asset-attributes-list {
  display: flex;
  flex-wrap: wrap;
}
.asset-details .asset-attributes-list .asset-attribute {
  margin-bottom: 10px;
}
.asset-details .asset-attributes-list .asset-attribute .attribute-name {
  color: #668992;
}
.asset-details .asset-attributes-list .asset-attribute .attribute-value {
  font-size: 16px;
}
.asset-details .asset-attributes-list .asset-attribute .attribute-value.has-popover {
  cursor: pointer;
}
.asset-details .asset-attributes-list .asset-attribute .attribute-value .underlined {
  border-bottom: 1px dashed #ddd;
  display: inline-block;
}
.asset-details .asset-attributes-list .asset-attribute .attribute-value .underlined:hover {
  color: #ff4612;
}
.asset-details .asset-attributes-list .asset-attribute .attribute-link {
  color: #ff4612;
  text-decoration: underline;
}
.asset-details .tabs-wrapper .tabs-header {
  padding: 8px 20px 0 20px;
}
.asset-details .tabs-wrapper .tab-pane {
  padding: 20px 0;
}
.asset-details .tabs-wrapper .tab-pane .asset-attribute label {
  text-transform: capitalize;
}
.asset-details .tabs-wrapper .tab-pane .prefixed-value-cell {
  display: flex;
  align-items: baseline;
}
.asset-details .tabs-wrapper .tab-pane .prefixed-value-cell .cell-prefix {
  font-size: 16px;
  flex-basis: 50px;
  text-align: right;
  padding-right: 15px;
}
.asset-details .tabs-wrapper .tab-pane .parameters-info-wrapper {
  width: 300px;
  float: right;
}
.asset-details .tabs-wrapper .tab-pane .parameters-info-wrapper .parameter-info .attribute-name {
  color: #668992;
}
.asset-details .maintenance-history .header {
  border-bottom: 1px solid #003b49;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 7px;
  margin-top: 15px;
}
.asset-details .maintenance-history .add-maintenance-history-item {
  font-size: 12px;
  margin-left: 10px;
}
.asset-details .maintenance-history .maintenance-history-table {
  margin-top: 10px !important;
}
.asset-details .maintenance-history .maintenance-history-table th {
  color: #003b49;
  font-weight: normal;
}
.create-asset-modal {
  max-width: 95%;
  width: 1360px;
}
.create-asset-modal .tabs-wrapper .tabs-header {
  padding: 8px 15px 0 15px;
}
.create-asset-modal .tabs-wrapper .tab-pane {
  padding: 20px 15px;
}
.create-asset-modal .tabs-wrapper .label.label-default {
  margin-top: 5px;
  padding: 5px 10px;
  display: inline-block;
}
.create-asset-modal .tabs-wrapper .label.label-default .remove-attachment-button {
  margin-left: 5px;
  cursor: pointer;
}
.create-asset-modal .tabs-wrapper .file_remove_handler {
  display: none;
}
.asset-form .asset-attribute {
  margin-top: 10px;
}
.asset-form .asset-attribute label {
  display: block;
  text-transform: capitalize;
}
.asset-form .asset-attribute .add-manufacturer-btn,
.asset-form .asset-attribute .add-model-btn {
  margin-top: 10px;
}
.asset-form .asset-attribute.no-options select {
  display: none;
}
.asset-form .asset-attribute.no-options .add-model-btn {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .assets-list-wrapper .assets-table-title {
    margin-top: 10px;
  }
  .assets-list-wrapper .assets-filter-wrapper {
    display: none;
  }
  .assets-list-wrapper .assets-length-wrapper .form-control {
    width: 100px;
  }
  .assets-list-wrapper .assets-custom-filter-wrapper {
    display: block;
  }
  .create-asset-modal .nav-tabs > li {
    float: none;
    margin-bottom: 5px;
  }
  .create-asset-modal .nav-tabs > li > a {
    border-radius: 4px;
    border-bottom: 1px solid #dbe2e7;
  }
  .create-asset-modal .nav-tabs > li.active > a,
  .create-asset-modal .nav-tabs > li.active > a:focus,
  .create-asset-modal .nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #dbe2e7;
  }
  .asset-details .class-asset-main-info .chart-wrapper {
    margin-top: 0;
  }
  .asset-details .asset-attributes-list .asset-attribute {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .controls-bar {
    background: none;
    padding: 0;
  }
  .controls-bar .filter-form,
  .controls-bar .view-mode-form,
  .controls-bar .assets-filter-bar {
    display: none;
  }
  .controls-bar .control-item-label {
    display: block;
  }
  .controls-bar .search-form {
    margin: 20px 15px 15px 15px;
    padding-bottom: 0;
    width: 100%;
  }
  .controls-bar .search-form .form-group {
    margin-bottom: 0;
  }
  .controls-bar .search-form .input-group {
    width: calc(100% - 60px);
    float: left;
  }
  .controls-bar .search-form .toggle-mobile-filters {
    display: inline-block;
    float: right;
    margin-left: 15px;
    display: flex;
    align-items: center;
  }
  .controls-bar .filter-form {
    order: 1;
    background: #003b49;
    margin: 0;
    padding: 15px 45px 0 45px;
    width: 100%;
  }
  .controls-bar .filter-form .filter-form-content {
    display: flex;
    flex-wrap: wrap;
  }
  .controls-bar .filter-form .form-group {
    display: inline-block;
    flex: 1;
    min-width: 150px;
  }
  .controls-bar .filter-form .apply-filters-button {
    display: block;
    width: 150px;
    margin-left: 15px;
  }
  .controls-bar .filter-form .select2-container {
    width: 100% !important;
  }
  .controls-bar .assets-filter-bar {
    order: 2;
    background: #003b49;
    border-top: 1px solid #00313c;
    padding: 15px 45px;
    margin: 0;
  }
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection {
    margin-left: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn {
    display: table-cell;
    float: none;
    width: 1%;
  }
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn-primary {
    color: #fff;
  }
  .controls-bar .view-mode-form {
    order: 3;
    background: #003b49;
    border-top: 1px solid #00313c;
    float: none;
    padding: 15px 45px 30px 45px;
  }
  .controls-bar .view-mode-form .view-mode-selection {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .controls-bar .view-mode-form .view-mode-selection .btn {
    display: table-cell;
    float: none;
    width: 1%;
  }
  .assets-list-wrapper .assets-table-title {
    display: none;
  }
  .assets-list-wrapper .assets-custom-filter-wrapper {
    margin-top: 15px;
  }
  .assets-list-wrapper .asset-status-cell-wrapper {
    text-align: center;
  }
  .assets-list-wrapper .asset-status-cell-wrapper .asset-status-image {
    display: inline-block;
    width: 100%;
    height: 30px;
  }
  .assets-list-wrapper .assets-table .na-text {
    margin-top: 0;
  }
  .asset-details .popup-curve-chart {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .controls-bar .filter-form {
    padding: 15px;
  }
  .controls-bar .filter-form .form-group {
    flex: 1;
    min-width: 50%;
  }
  .controls-bar .filter-form .apply-filters-button {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .controls-bar .assets-filter-bar {
    padding: 15px;
  }
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-all:before,
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouled:before,
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-fouling:before,
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn-primary.assets-status-filter-healthy:before {
    display: block;
    margin: 0 auto;
  }
  .controls-bar .view-mode-form {
    padding: 15px 15px 30px 15px;
  }
  .asset-details .asset-attributes-list .asset-attribute {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .controls-bar .filter-form {
    padding: 15px 10px 0 10px;
  }
  .controls-bar .assets-filter-bar {
    padding: 10px;
  }
  .controls-bar .assets-filter-bar .status-filter-form .status-filter-selection .btn-primary {
    font-size: 13px;
    padding: 9px 2px 6px 2px;
  }
  .controls-bar .view-mode-form {
    padding: 15px 10px 30px 10px;
  }
  .asset-details-header .caption {
    text-align: center;
    margin-bottom: 10px;
  }
  .asset-details-header .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .asset-details .class-asset-main-info {
    margin-top: 0;
  }
}
.user-info-sections .user-info-section {
  margin-bottom: 40px;
}
.user-info-sections .user-info-section .user-info-section-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 3px;
  color: #95abb1;
  border-bottom: solid 1px #dbe2e7;
}
.user-info-sections .user-info-section .field-name {
  color: #95abb1;
  margin-bottom: 5px;
}
.user-info-sections .user-info-section .select2-container {
  width: 100% !important;
}
.user-info-sections .user-info-section .has-button {
  width: calc(100% - 60px);
}
.user-info-sections .user-info-section .add-button {
  padding: 6px;
}
.user-info-sections .user-info-section .add-button:before {
  content: url('../../images/src/plus.svg');
  width: 28px;
}
.user-info-sections .user-info-section .buttons-cell {
  text-align: right;
  min-width: 82px;
}
.user-info-sections .user-info-section .buttons-cell .btn {
  margin-left: 5px;
}
.user-info-sections .user-info-section.user-info-section-1,
.user-info-sections .user-info-section.user-info-section-3 {
  float: left;
  padding-right: 100px;
}
.user-info-sections .user-info-section.user-info-section-2 {
  float: right;
  padding-right: 50px;
}
.users-tree-wrapper {
  padding: 20px 40px 20px 20px;
}
.users-tree-wrapper .create-user-button {
  padding: 6px 30px;
}
.users-tree-wrapper .jstree-default .jstree-hovered,
.users-tree-wrapper .jstree-default .jstree-clicked {
  background: #dbe2e7;
  box-shadow: none;
  border-radius: 0;
  padding-right: 7px;
}
.users-tree-wrapper .jstree-anchor {
  white-space: normal;
  height: auto;
}
.users-overview-wrapper {
  padding-top: 15px;
  min-height: 100vh;
  position: absolute;
  right: 0;
  box-shadow: -1px 0 8px 0 rgba(0, 0, 0, 0.2);
}
.users-overview-wrapper .user-info-top-bar {
  display: flex;
  justify-content: space-between;
}
.users-overview-wrapper .user-info-top-bar .edit-user-button {
  width: 125px;
  font-weight: bold;
  margin-left: auto;
}
.users-overview-wrapper .user-info-top-bar .delete-user-button {
  font-weight: bold;
  width: 125px;
}
.users-overview-wrapper .form-group {
  border-bottom: 1px solid #ddd;
}
.users-overview-wrapper .form-group label {
  font-weight: bold;
}
.users-form-wrapper {
  padding: 15px 70px;
}
.users-form-wrapper .user-name {
  margin-top: 10px;
}
.users-form-wrapper .users-form-header {
  margin-bottom: 10px;
}
.users-form-wrapper .users-form-top-controls {
  text-align: right;
}
.users-form-wrapper .cancel-button {
  width: 125px;
}
.users-form-wrapper .save-button {
  width: 125px;
}
@media screen and (max-width: 1600px) {
  .users-overview-wrapper .user-info-section {
    width: 100%;
  }
}
@media screen and (max-width: 1368px) {
  .users-tree-wrapper {
    padding: 20px;
  }
  .users-tree-wrapper .mobile-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .users-tree-wrapper .mobile-flex .create-user-button-wrapper {
    width: 50%;
    margin-bottom: 10px;
    order: 1;
    float: none !important;
  }
  .users-tree-wrapper .mobile-flex .create-user-button-wrapper .create-user-button {
    width: 100%;
  }
  .users-tree-wrapper .mobile-flex .section-title {
    float: none !important;
    order: 2;
  }
  .users-overview-wrapper .user-info-top-bar {
    display: block;
  }
  .users-overview-wrapper .user-info-top-bar .col-md-6 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .users-form-wrapper {
    padding: 15px;
  }
  .user-info-sections .user-info-section.user-info-section-1,
  .user-info-sections .user-info-section.user-info-section-2,
  .user-info-sections .user-info-section.user-info-section-3 {
    padding: 0 15px;
  }
  .user-info-sections .user-info-section.user-info-section-1,
  .user-info-sections .user-info-section.user-info-section-3 {
    width: 40%;
  }
  .user-info-sections .user-info-section.user-info-section-2 {
    width: 60%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .users-form-wrapper .user-name {
    margin-top: 0;
    text-align: center;
  }
  .users-form-wrapper .users-form-top-controls {
    display: flex;
    justify-content: space-between;
  }
  .users-form-wrapper .cancel-button {
    width: 33%;
    margin-right: 0;
  }
  .users-form-wrapper .save-button {
    width: 33%;
  }
  .users-form-wrapper .reset-pass-button {
    width: 33%;
  }
  .user-info-sections .user-info-section.user-info-section-1,
  .user-info-sections .user-info-section.user-info-section-2,
  .user-info-sections .user-info-section.user-info-section-3 {
    width: 100%;
  }
  .user-info-sections .user-info-section.user-info-section-2 {
    padding-left: 15px;
  }
  .users-overview-wrapper {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .users-tree-wrapper .mobile-flex .create-user-button-wrapper {
    width: 100%;
  }
  .users-overview-wrapper .user-info-top-bar {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .users-overview-wrapper .user-info-top-bar .user-name {
    order: 1;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .users-overview-wrapper .user-info-top-bar .btn-close {
    order: 2;
    margin-left: auto;
  }
  .users-overview-wrapper .user-info-top-bar .edit-user-button {
    order: 3;
    margin-right: auto;
    margin-left: unset;
  }
  .users-overview-wrapper .user-info-top-bar .delete-user-button {
    order: 4;
    margin-right: 0;
  }
  .users-form-wrapper .users-form-top-controls {
    flex-wrap: wrap;
  }
  .users-form-wrapper .users-form-top-controls .cancel-button {
    width: 100%;
    margin-bottom: 5px;
  }
  .users-form-wrapper .users-form-top-controls .save-button {
    width: 100%;
    margin-bottom: 5px;
  }
  .users-form-wrapper .users-form-top-controls .reset-pass-button {
    width: 100%;
  }
  .user-info-section .long-table-container {
    overflow: scroll;
  }
}
.reports .report-buttons {
  margin-top: 24px;
}
.reports .service-reports .actions-cell .btn {
  margin-bottom: 5px;
}
.reports .service-reports .service-reports-data-tabs-header {
  padding: 8px 25px 0 25px !important;
}
.reports .service-reports .service-reports-custom-filter-wrapper {
  display: none;
}
.reports .service-reports .checklist-row {
  margin-bottom: 0;
}
.reports .service-reports .checklist-row .checklist-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
}
.reports .service-reports .checklist-row .checklist-flex-wrapper .radio {
  margin-right: 10px;
}
.reports .service-reports .checklist-row .checklist-flex-wrapper:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 15px 15px 0 15px;
}
.reports .service-reports .field-value {
  font-size: 16px;
  word-wrap: break-word;
}
.reports .service-reports .images-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.reports .service-reports .images-list .image-item {
  margin: 0 15px 15px 0;
  position: relative;
  height: 150px;
  width: 200px;
  text-align: center;
}
.reports .service-reports .images-list .image-item .image-thumb {
  max-height: 150px;
  max-width: 200px;
}
.reports .service-reports .images-list .image-item .controls-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.reports .service-reports .images-list .image-item .controls-overlay .btn-remove-image {
  margin-left: 15px;
}
.reports .service-reports .large-image-modal .large-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reports .service-reports .large-image-modal .large-image-container .large-image {
  max-width: 100%;
  max-height: 100%;
}
.reports .service-reports .service-reports-controls {
  display: flex;
  align-items: flex-end;
}
.reports .service-reports .service-reports-filters {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.reports .service-reports .service-reports-filters .filter-item {
  margin-right: 15px;
  flex-basis: 100px;
  flex-grow: 1;
}
.reports .service-reports .service-reports-filters .filter-item.dropdown-filter {
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
}
.reports .service-reports .service-reports-filters .filter-item.dropdown-filter .dropdown-filter-wrapper {
  flex: 1 1 50%;
}
.reports .service-reports .service-reports-filters .filter-item.dropdown-filter .select2-container {
  width: 100% !important;
}
.reports .service-reports .service-reports-filters .filter-item.dropdown-filter .apply-service-reports-filters {
  margin-left: 15px;
  flex: 1 1 50%;
}
.reports .service-reports .service-reports-filters .filter-item.dropdown-filter .apply-service-reports-filters .btn {
  width: 100%;
  display: block;
}
.reports .service-reports .service-reports-filters .filter-item.daterange-filter {
  flex-basis: 250px;
}
.reports .service-reports .service-reports-filters .filter-item:last-child {
  margin-right: 0;
}
.reports .service-reports .service-reports-form .string-with-options-dropdown-wrapper {
  position: relative;
}
.reports .service-reports .service-reports-form .string-with-options-dropdown-wrapper .string-with-options-input {
  width: calc(100% - 55px);
  position: absolute;
  z-index: 2;
  background: #f8f9fa;
  border: 0;
  box-shadow: none;
  height: 35px;
  top: 4px;
  left: 4px;
}
.reports .service-reports .service-reports-form .string-with-options-dropdown-wrapper .string-with-options-dropdown {
  z-index: 1;
}
.reports .service-reports .service-reports-form .select2.select2-container {
  width: 100% !important;
}
.reports .service-reports .service-reports-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #95abb1;
}
.reports .wash-reports .actions-cell .btn {
  margin-bottom: 5px;
}
.reports .wash-reports .wash-reports-data-tabs-header {
  padding: 8px 25px 0 25px !important;
}
.reports .wash-reports .wash-reports-custom-filter-wrapper {
  display: none;
}
.reports .wash-reports .checklist-row {
  margin-bottom: 0;
}
.reports .wash-reports .checklist-row .checklist-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
}
.reports .wash-reports .checklist-row .checklist-flex-wrapper .radio {
  margin-right: 10px;
}
.reports .wash-reports .checklist-row .checklist-flex-wrapper:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 15px 15px 0 15px;
}
.reports .wash-reports .field-value {
  font-size: 16px;
  word-wrap: break-word;
}
.reports .wash-reports .images-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.reports .wash-reports .images-list .image-item {
  margin: 0 15px 15px 0;
  position: relative;
  height: 150px;
  width: 200px;
  text-align: center;
}
.reports .wash-reports .images-list .image-item .image-thumb {
  max-height: 150px;
  max-width: 200px;
}
.reports .wash-reports .images-list .image-item .controls-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.reports .wash-reports .images-list .image-item .controls-overlay .btn-remove-image {
  margin-left: 15px;
}
.reports .wash-reports .large-image-modal .large-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reports .wash-reports .large-image-modal .large-image-container .large-image {
  max-width: 100%;
  max-height: 100%;
}
.reports .wash-reports .signature-canvas {
  border-radius: 2px;
  border-color: #dbe2e7;
  background: rgba(219, 226, 231, 0.2);
  box-shadow: inset 0 2px 3px 0 #dbe2e7;
  color: #95abb1;
  width: 100%;
  height: 400px;
}
.reports .wash-reports .signature-canvas-clear-btn {
  display: block;
  width: 300px;
}
.reports .wash-reports .signature-image {
  max-width: 100%;
}
.reports .wash-reports .add-model-btn,
.reports .wash-reports .add-manufacture-btn {
  margin-top: 10px;
}
.reports .wash-reports .wash-reports-controls {
  display: flex;
  align-items: flex-end;
}
.reports .wash-reports .wash-reports-filters {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.reports .wash-reports .wash-reports-filters .filter-item {
  margin-right: 15px;
  flex-grow: 1;
  max-width: 33%;
}
.reports .wash-reports .wash-reports-filters .filter-item.dropdown-filter {
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
}
.reports .wash-reports .wash-reports-filters .filter-item.dropdown-filter .dropdown-filter-wrapper {
  flex: 1 1 50%;
}
.reports .wash-reports .wash-reports-filters .filter-item.dropdown-filter .select2-container {
  width: 100% !important;
}
.reports .wash-reports .wash-reports-filters .filter-item.dropdown-filter .apply-service-reports-filters {
  margin-left: 15px;
  flex: 1 1 50%;
}
.reports .wash-reports .wash-reports-filters .filter-item.dropdown-filter .apply-service-reports-filters .btn {
  width: 100%;
  display: block;
}
.reports .wash-reports .wash-reports-filters .filter-item:last-child {
  margin-right: 0;
}
.reports .wash-reports .wash-reports-form .string-with-options-dropdown-wrapper {
  position: relative;
}
.reports .wash-reports .wash-reports-form .string-with-options-dropdown-wrapper .string-with-options-input {
  width: calc(100% - 55px);
  position: absolute;
  z-index: 2;
  background: #f8f9fa;
  border: 0;
  box-shadow: none;
  height: 35px;
  top: 28px;
  left: 4px;
}
.reports .wash-reports .wash-reports-form .string-with-options-dropdown-wrapper .string-with-options-dropdown {
  z-index: 1;
}
.reports .wash-reports .wash-reports-form .select2.select2-container {
  width: 100% !important;
}
.user-action-history .top-row {
  margin-bottom: 20px;
}
.user-action-history .top-row h2 {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .reports .service-reports .service-reports-filters {
    flex-direction: column;
    width: 100%;
    align-items: normal;
  }
  .reports .service-reports .service-reports-filters .filter-item {
    margin-right: 0;
    margin-bottom: 15px;
    flex-basis: auto;
  }
  .reports .service-reports .service-reports-filters .filter-item.daterange-filter {
    flex-basis: auto;
  }
  .reports .wash-reports .wash-reports-filters {
    flex-direction: column;
    width: 100%;
    align-items: normal;
  }
  .reports .wash-reports .wash-reports-filters .filter-item {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .reports .service-reports .service-reports-custom-filter-wrapper {
    display: block;
  }
  .reports .service-reports .service-reports-custom-filter-wrapper form {
    margin: 0 -15px;
  }
  .reports .service-reports .service-reports-filter-wrapper {
    display: none;
  }
  .reports .service-reports .service-reports-length-wrapper .form-control {
    width: 100px;
  }
  .reports .wash-reports .wash-reports-custom-filter-wrapper {
    display: block;
  }
  .reports .wash-reports .wash-reports-custom-filter-wrapper form {
    margin: 0 -15px;
  }
  .reports .wash-reports .wash-reports-filter-wrapper {
    display: none;
  }
  .reports .wash-reports .wash-reports-length-wrapper .form-control {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .reports .notification-row {
    margin-bottom: 15px;
  }
  #user_action_history_wrapper > .row > .col-sm-6 {
    width: 50%;
    display: inline-block;
  }
  #user_action_history_wrapper .dataTables_length {
    text-align: left;
  }
  #user_action_history_wrapper .dataTables_filter {
    text-align: right;
  }
}
.settings kbd {
  background-color: #dbe2e7;
  box-shadow: none;
  color: #151515;
}
.settings .settings-top-row {
  padding: 15px 0;
}
.settings .settings-top-row h2 {
  margin-top: 0;
}
.settings .settings-top-row .settings-top-controls {
  text-align: right;
}
.settings .sms-template-instructions {
  border-left: 4px solid #ffb24e;
  background-color: #fff2d5;
  padding: 10px 15px 10px 40px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.settings .sms-template-instructions .glyphicon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 21px;
}
.settings .vendors-table .asset-part-title-cell {
  background: #fff;
}
.settings .vendors-table kbd {
  display: inline-block;
  margin-bottom: 3px;
}
.settings .asset-family-item.deleted {
  background: #fff6f7 !important;
}
.settings .asset-family-item.deleted td {
  text-decoration: line-through;
  text-decoration-color: #d0011b;
}
.settings .upload-tab-conf-btn {
  margin-bottom: 15px;
  align-self: flex-start;
}
.settings .tab-conf-columns {
  display: flex;
}
.settings .tab-conf-columns pre {
  margin: 0;
}
.settings .tab-conf-columns .tab-conf-column {
  width: 50%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.settings .tab-conf-columns .tab-conf-column .form-control {
  flex: auto;
}
.asset-family-attachments-table tr {
  border-bottom: 1px solid #ddd;
}
.asset-family-attachments-table tr:hover {
  background: #f9f9f9;
}
.asset-family-attachments-table td {
  padding: 8px;
}
.asset-family-attachments-table .btn-remove-attachment {
  width: 60px;
  margin-left: 10px;
}
.btn-add-attachment {
  width: 60px;
  margin-top: 8px;
}
body {
  color: #151515;
}
body > .is-processing {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.text-green {
  color: #5cb85c;
}
.text-red {
  color: #d9534f;
}
.link-primary {
  color: #ff4612;
}
.link-primary:hover {
  color: #ff7a54;
  text-decoration: none;
}
.modal.fade {
  padding-right: 0 !important;
}
.modal-width-90 {
  width: 90%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
}
.margin-0 {
  margin: 0 !important;
}
.margin-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-15 {
  margin-left: 15px;
}
.btn {
  border-radius: 2px;
  height: 42px;
  font-size: 16px;
  line-height: 28px;
}
.btn-small {
  @extend (.btn);
  min-width: 28px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  padding: 6px;
}
.btn-xsmall {
  font-size: 12px;
  line-height: 10px;
  color: #d0011b;
  padding: 3px 5px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn:hover {
  color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-orange {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
  box-shadow: 0 2px 2px 0 rgba(21, 21, 21, 0.2);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.btn-orange:hover {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
  box-shadow: 0 2px 2px 0 rgba(21, 21, 21, 0.2);
}
.btn-orange:focus {
  box-shadow: 0 2px 2px 0 rgba(21, 21, 21, 0.2);
}
.btn-orange:active {
  background-image: linear-gradient(rgba(21, 21, 21, 0.03), rgba(21, 21, 21, 0.03)), linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
}
.btn-grey {
  @extend (.btn);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(184, 197, 209, 0.3)), linear-gradient(#ffffff, #ffffff);
  border: solid 1px #dbe2e7;
  color: #003b49;
}
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.focus,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:focus,
.btn-grey:hover {
  color: #003b49;
  border: 1px solid #95abb1;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(184, 197, 209, 0.3)), linear-gradient(#fff, #fff);
}
.btn-red {
  @extend (.btn);
  color: #d0011b;
  border: solid 1px #d0011b;
  background-image: linear-gradient(to bottom, #fff6f7, #fbf3f4);
}
.btn-red.active.focus,
.btn-red.active:focus,
.btn-red.focus,
.btn-red:active.focus,
.btn-red:active:focus,
.btn-red:focus,
.btn-red:hover {
  color: #d0011b;
  background-image: linear-gradient(to bottom, #fbf3f4, #ffd7dc);
}
.btn-remove {
  @extend (.btn-red);
}
.btn-remove:before {
  content: url(../../../images/src/trash.svg);
  width: 14px;
  display: inline-block;
}
.btn-remove:hover {
  @extend (.btn-red:hover);
}
.btn-close {
  @extend (.btn-grey);
  padding: 6px;
}
.btn-close:before {
  content: url(../../../images/src/close.svg);
}
.switch-buttons .btn-on.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.switch-buttons .btn-off.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.switch-level-buttons .btn-normal.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.switch-level-buttons .btn-critical.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.progress-bar {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)), linear-gradient(#ff4612, #ff4612);
  box-shadow: 0 2px 2px 0 rgba(21, 21, 21, 0.2);
  min-width: 50px;
}
.notification-row {
  margin: 15px 0;
}
.notification-row .notification {
  margin: 0 -15px;
}
.form-group.has-error .select2-container .select2-selection--single,
.form-group.has-error .input-group-addon,
.form-group.has-error .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-color: #a94442;
}
.form-group.no-label {
  padding-top: 25px;
}
.form-group.has-tooltip {
  position: relative;
}
.form-group.has-tooltip .tooltip-trigger {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: default;
  font-size: 16px;
  font-weight: bold;
}
.form-group.has-tooltip .tooltip-inner {
  width: 200px;
}
.dropdown-menu {
  border-radius: 2px;
  box-shadow: 1px 0 7px 0 rgba(0, 59, 73, 0.15);
}
.processing-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: absolute;
  background: rgba(244, 246, 247, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.processing-message .caption {
  font-size: 21px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.processing-message .ie-only {
  display: none;
}
.section-title {
  margin: 0;
  color: #95abb1;
  font-size: 24px;
  line-height: 36px;
}
.form-error-message {
  background-color: #d0011b;
  box-shadow: 0 1px 7px 0 rgba(0, 59, 73, 0.15);
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
}
.login .form-error-message,
.change-pass .form-error-message {
  margin: 25px 0 10px 0;
}
.form-control {
  border-radius: 2px;
  border-color: #dbe2e7;
  padding: 10px 17px 8px;
  font-size: 16px;
  height: 42px;
  line-height: 1.5;
  background: rgba(219, 226, 231, 0.2);
  box-shadow: inset 0 1px 3px 0 #dbe2e7;
  color: #95abb1;
}
.form-control.on-dark {
  background-color: rgba(247, 249, 250, 0.92);
  color: #151515;
}
.form-control.on-dark:hover,
.form-control.on-dark:focus,
.form-control.on-dark:active {
  background-color: rgba(247, 249, 250, 0.92);
  border-color: #dbe2e7;
}
.form-control.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-control.has-datepicker[readonly] {
  background-color: rgba(219, 226, 231, 0.2);
}
.alert {
  border-radius: 0;
}
.input-group-addon {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(184, 197, 209, 0.3)), linear-gradient(#ffffff, #ffffff);
  border: 1px solid #dbe2e7;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 14px 6px 15px;
}
.input-group-addon:active {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(184, 197, 209, 0.3)), linear-gradient(#ffffff, #ffffff);
}
.form-control:focus {
  background: #fff;
  box-shadow: none;
  color: #151515;
  border-color: #95abb1;
}
div.dataTables_wrapper div.dataTables_length select {
  min-width: 90px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  word-wrap: break-word;
}
.dataTable th .priority {
  position: absolute;
  font-size: 12px;
  color: #777;
  top: 2px;
  right: 25px;
}
.dataTable th .hide-order {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: auto;
  height: auto;
}
.dataTable th .hide-order:after {
  content: 'x';
}
label {
  color: #003b49;
  font-weight: 500;
}
.pagination > li > a {
  @extend (.btn-grey);
  margin: 0 3px;
  height: 30px;
  line-height: 18px;
  color: #151515;
  font-size: 15px;
}
.pagination > li:active > a,
.pagination > li:hover > a,
.pagination > li.active > a {
  border-color: #edf0f3;
  background: #fff !important;
  color: #ff4612 !important;
}
.autocomplete-suggestions {
  border: 1px solid #dbe2e7;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 1px 0 7px 0 rgba(0, 59, 73, 0.15);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #ff4612;
}
.main-container {
  position: relative;
}
.sidebar-container {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 205px;
  height: 100%;
}
.main-content-container.has-sidebar-offset {
  padding-left: 220px;
}
.sidebar-wrapper {
  height: 100%;
  min-height: 100vh;
  background: #fff;
  box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.sidebar-wrapper .menu-open-icon,
.sidebar-wrapper .menu-close-icon {
  display: none;
  cursor: pointer;
}
.sidebar-wrapper .sidebar-logo {
  padding: 20px;
}
.sidebar-wrapper .sidebar-logo .ght-logo {
  float: left;
  font-size: 1.4px;
}
.sidebar-wrapper .sidebar-logo .slogan {
  float: left;
  margin-left: 7px;
  text-transform: uppercase;
  font-weight: bold;
  color: #95abb1;
  line-height: 15px;
}
.sidebar-wrapper .logout-link-mobile {
  display: none;
}
.sidebar-wrapper .sidebar-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sidebar-wrapper .sidebar-bottom .sidebar-bottom-section.contacts {
  padding: 10px 20px;
  border-top: 2px solid #dbe2e7;
}
.sidebar-wrapper .sidebar-bottom .contacts-message {
  color: #6d7f84;
  font-size: 15px;
}
.sidebar-wrapper .sidebar-bottom .contacts-link {
  color: #ff4612;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.sidebar-wrapper .sidebar-bottom .contacts-link:hover {
  color: #ff7a54;
  text-decoration: none;
}
.sidebar-menu {
  margin: 0;
  padding: 0;
}
.sidebar-menu .sidebar-menu-item {
  display: block;
  border-top: 2px solid #dbe2e7;
}
.sidebar-menu .sidebar-menu-item .sidebar-menu-item-link {
  font-size: 16px;
  display: block;
  color: #151515;
  padding: 10px 20px;
  text-decoration: none;
}
.sidebar-menu .sidebar-menu-item:hover,
.sidebar-menu .sidebar-menu-item.active {
  position: relative;
}
.sidebar-menu .sidebar-menu-item:hover:before,
.sidebar-menu .sidebar-menu-item.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 5px;
  height: 46px;
  background: #ff4612;
}
.sidebar-menu .sidebar-menu-item:hover .sidebar-menu-item-link,
.sidebar-menu .sidebar-menu-item.active .sidebar-menu-item-link {
  background: rgba(219, 226, 231, 0.3);
  color: #ff4612;
}
.sidebar-menu .sidebar-menu-item:last-child {
  border-bottom: 2px solid #dbe2e7;
}
.login,
.change-pass {
  width: 340px;
}
.logo {
  margin: 180px 0 20px 0;
}
.logo .ght-logo {
  float: left;
  font-size: 3px;
}
.logo .slogan {
  float: left;
  margin-left: 15px;
  text-transform: uppercase;
  color: #95abb1;
  line-height: 32px;
  text-align: left;
  font-size: 27px;
}
.form-title {
  margin: 35px 0 12px 0;
  font-weight: 700;
  font-size: 23px;
}
.remember-login-checkbox {
  margin: 0 0 0 -15px;
}
.remember-login-checkbox label {
  font-size: 16px;
}
.reset-pass-link {
  color: #ff4612;
  display: inline-block;
  margin: 0 -15px 10px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.reset-pass-link:hover {
  color: #ff7a54;
  text-decoration: none;
}
.form-submit-button {
  margin: 35px 0 40px 0;
}
.user-agreement .logo {
  margin-top: 20px;
}
.user-agreement .logo .ght-logo {
  float: none;
}
.user-agreement .form-title {
  margin-top: 0;
}
.tabs-wrapper {
  margin: 0 -15px;
}
.tabs-wrapper .tabs-header {
  background: #f8f9fa;
  padding: 8px 40px 0 40px;
}
.tabs-wrapper .tabs-header a {
  font-size: 16px;
  color: #151515;
  padding: 10px 25px;
  margin-right: 7px;
  border: 1px solid #dbe2e7;
  border-bottom-color: transparent;
}
.tabs-wrapper .tabs-header a:hover {
  background-color: #fff;
  color: #ff4612;
}
.tabs-wrapper .tabs-header .active > a {
  color: #ff4612;
}
.tabs-wrapper .tab-pane {
  padding: 20px 30px;
}
.dtr-details li {
  display: flex;
}
.dtr-details li span {
  height: 100%;
  display: inline-block;
}
.dtr-details li span.dtr-title {
  padding-right: 10px;
}
.custom-filter-form .form-group {
  display: block;
  margin-bottom: 15px;
}
.custom-filter-form .form-group .input-group {
  display: table;
}
.custom-filter-form .form-group .input-group .input-group-addon {
  width: 1%;
}
.lookup-table-values {
  display: flex;
}
.lookup-table-values .form-group {
  margin-right: 5px;
}
.lookup-table-values .form-group:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .login,
  .change-pass {
    margin: 0 150px;
    width: auto;
  }
  .lookup-table-values {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .modal-width-90 {
    width: auto;
  }
  .notification-row {
    margin-bottom: 0;
  }
  .sidebar-container {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .sidebar-wrapper {
    min-height: initial;
  }
  .sidebar-wrapper .logout-link-mobile {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .sidebar-wrapper .menu-open-icon {
    font-size: 24px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .sidebar-wrapper .menu-close-icon {
    font-size: 24px;
    padding: 19px 0 19px 15px;
    display: block;
  }
  .sidebar-wrapper .menu-open-icon {
    display: block;
  }
  .sidebar-wrapper .sidebar-logo {
    text-align: center;
    padding: 10px 20px 15px 20px;
  }
  .sidebar-wrapper .sidebar-logo .ght-logo {
    float: none;
    font-size: 1.8px;
  }
  .sidebar-wrapper .sidebar-logo .slogan {
    display: none;
  }
  .sidebar-wrapper .sidebar-menu-wrapper {
    background: #fff;
    position: fixed;
    display: block;
    top: 0;
    left: -225px;
    width: 205px;
    min-height: 100vh;
    box-shadow: 1px 0 8px 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
  }
  .sidebar-wrapper .sidebar-menu-wrapper.opened {
    left: 0;
  }
  .sidebar-wrapper .sidebar-bottom {
    display: none;
  }
  .login,
  .change-pass {
    margin: 0 50px;
  }
  .main-content-container.has-sidebar-offset {
    padding: 65px 15px 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .login,
  .change-pass {
    margin: 0;
  }
}
