﻿.badge {
  font-size: 0.75em;
  background-color: #999; }

.component-type-header {
  color: #777;
  padding-top: 15px;
  margin-bottom: 5px; }

.component-title {
  display: flex;
  align-self: stretch;
  align-items: center; }

.property-hide {
  display: none; }

.button-row {
  text-align: right;
  overflow: hidden;
  height: 0;
  transition: height 200ms ease-out; }

.expanded .list-item.showOnExpand {
  display: flex !important;
  display: flex !important; }

.expanded .list-item.hideOnExpand {
  display: none !important; }

.component-field-row {
  padding-top: 0.5em;
  padding-bottom: 0.75em;
  display: flex;
  flex-wrap: wrap; }

.component-field {
  margin-bottom: 4px;
  text-align: center; }
  .component-field.tall {
    margin-bottom: 20px;
    text-align: left; }
  .component-field .control-label {
    margin-bottom: 2px; }

#InventoryContainer #filter-bar {
  padding: 5px 5px; }
  #InventoryContainer #filter-bar .title {
    margin: 0px 10px; }

#InventoryContainer .cav-column {
  padding: 0;
  width: 100px;
  align-self: stretch;
  background: #FaFaFa; }

#InventoryContainer .title-column {
  max-width: 150px;
  align-self: stretch; }

#InventoryContainer .CAV-icon-holder {
  position: relative; }

#InventoryContainer .CAV-icon.multiple {
  background-color: #ccc;
  position: absolute;
  top: 2px;
  right: 28px; }
  #InventoryContainer .CAV-icon.multiple + .CAV-icon {
    border: 2px solid #FaFaFa;
    position: relative;
    height: 34px;
    width: 34px; }

#InventoryContainer #refactoredCAV .badge {
  position: absolute;
  top: 0px;
  left: 13px; }

#InventoryContainer #refactoredCAV .status-icon {
  position: absolute;
  top: 15px;
  right: 23px;
  stroke: white;
  stroke-width: 0.5px; }

#InventoryContainer #refactoredCAV .list-item {
  text-align: center;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: opacity 100ms ease-out, background-color 100ms ease-out; }
  #InventoryContainer #refactoredCAV .list-item:hover {
    opacity: 0.8;
    background-color: #F0F0F0; }

#InventoryContainer #refactoredCAV .description-text {
  opacity: 0.7; }

#InventoryContainer #refactoredCAV #add-defect {
  font-size: 2em; }

#InventoryContainer #refactoredCAV .showOnExpand {
  display: none; }

#InventoryContainer .invProps .col-md-fixed {
  max-width: 140px; }

.sidebar .action-bar {
  padding: 0px;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .sidebar .action-bar .material-tabs {
    position: static; }

.sidebar .sidebar-content {
  overflow-y: auto; }

.sidebar #inspectionsTab {
  padding: 0px 20px; }

.material-tabs .qa.active a {
  color: #4CAF50; }

.material-tabs .qa .bottom-border {
  border-bottom: 3px solid #4CAF50; }

.action-bar {
  height: auto !important;
  min-height: 90px; }
  .action-bar.content-action-bar {
    padding: 0px 0px; }
  .action-bar .action-bar-content {
    padding: 10px 15px; }
    .action-bar .action-bar-content .header-properties .control-label {
      display: none; }
  .action-bar .shared-width {
    width: 300px;
    min-width: 250px; }
  .action-bar .action-bar-height {
    min-height: 90px; }

.page {
  position: relative; }
  .page .sub-page {
    padding-top: 0px;
    width: calc(100% - 200px);
    box-shadow: -2px 0px 2px 0 rgba(0, 0, 0, 0.2); }

.main-content-wrapper.shaded {
  background-color: #525658; }
  .main-content-wrapper.shaded .main-content {
    margin-top: 90px;
    border-left: none; }

.warning-color {
  color: #dc4437; }

.deleted-color {
  color: #5987d9; }

.added-color {
  color: #7b9f7b; }

.success-color {
  color: #4CAF50; }

.name-change-color {
  color: #67cef0; }

.warningsModal.material-modal {
  width: 700px; }
  .warningsModal.material-modal .material-modal-body .btn {
    opacity: 0.25;
    margin-right: 5px; }
  .warningsModal.material-modal .invisible {
    width: 0px; }
    .warningsModal.material-modal .invisible:checked + .btn {
      opacity: 1.0; }
  .warningsModal.material-modal .error {
    font-size: 0.75em;
    margin: 0px 0px; }

#defect-modal-body .cavHolder {
  position: relative;
  padding-right: 5px;
  padding-left: 5px; }
  #defect-modal-body .cavHolder .badge {
    position: absolute;
    top: -7px;
    left: -10px; }

#defect-modal-body .comp-defect-comments-custom .labelDiv {
  display: none; }

#defect-modal-body .comp-defect-comments-custom .dataDiv {
  width: 100% !important; }
  #defect-modal-body .comp-defect-comments-custom .dataDiv input {
    max-width: none; }

.qa-action-bar {
  border-left: 1px solid #dadada;
  padding-left: 0;
  border-bottom: 4px solid #91db94; }
  .qa-action-bar .action-bar-content {
    margin: 0px 0px;
    max-width: 1250px; }

#inspectionsPage .sidebar {
  padding: 0px 0px; }

#inspectionsPage .btn-info {
  background-color: #03A9F4; }

#inspectionsPage .flag-color {
  color: #337ab7; }

#inspectionsPage .inspectionDetails {
  margin-bottom: 15px; }

#inspectionsPage .component-field input, #inspectionsPage .component-field select {
  max-width: none; }

#inspectionsPage .updated, #inspectionsPage ~ .modal-shader .updated {
  color: #03A9F4;
  font-weight: bold; }

#inspectionsPage .vertical-margin-default, #inspectionsPage ~ .modal-shader .vertical-margin-default {
  margin: 5px 0px; }

#inspectionsPage .warningCarousel {
  display: flex;
  height: 100%;
  width: calc(100% - 80px);
  padding-left: 10px; }
  #inspectionsPage .warningCarousel .chevron {
    padding: 0px 5px;
    width: 35px !important;
    height: 100% !important;
    background-color: #FaFaFa;
    color: #777;
    visibility: hidden; }
    #inspectionsPage .warningCarousel .chevron.right {
      box-shadow: -2.5px 0px 5px -2.5px rgba(0, 0, 0, 0.15); }
    #inspectionsPage .warningCarousel .chevron.left {
      box-shadow: 2.5px 0px 5px -2.5px rgba(0, 0, 0, 0.15); }
  #inspectionsPage .warningCarousel .carousel-inner {
    width: calc(100% - 70px);
    height: 100%;
    align-items: center;
    display: flex; }
  #inspectionsPage .warningCarousel .warning {
    cursor: pointer;
    height: 100%;
    border-radius: 2px;
    padding-left: 15px;
    transition: 200ms ease-out left;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    color: white;
    position: relative;
    left: 0;
    display: none; }
    #inspectionsPage .warningCarousel .warning.show {
      display: flex !important; }
    #inspectionsPage .warningCarousel .warning .warning-section-label {
      height: 100%;
      width: 85px;
      min-width: 85px;
      text-align: center;
      padding-top: 15px;
      color: #555; }
    #inspectionsPage .warningCarousel .warning .warning-detail-holder {
      display: flex;
      align-items: center;
      padding: 0px 10px;
      width: 300px;
      min-width: 300px;
      background-color: #dc4437; }
      #inspectionsPage .warningCarousel .warning .warning-detail-holder.warning-collapsed {
        box-shadow: inset 2px 0px 3px 2px rgba(0, 0, 0, 0.2);
        width: 10px;
        cursor: default; }
        #inspectionsPage .warningCarousel .warning .warning-detail-holder.warning-collapsed:hover {
          opacity: 1; }
      #inspectionsPage .warningCarousel .warning .warning-detail-holder:hover {
        opacity: 0.75; }
      #inspectionsPage .warningCarousel .warning .warning-detail-holder .warning-icon {
        width: 50px;
        color: #ce4844;
        padding: 10px 0px; }
      #inspectionsPage .warningCarousel .warning .warning-detail-holder .field-display {
        overflow: hidden;
        max-width: 125px;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #inspectionsPage .warningCarousel .warning .warning-detail-holder .card-button {
        padding: 5px 0px;
        margin: 0px 5px;
        margin-left: auto;
        width: 35px;
        height: 35px;
        border-radius: 2px;
        opacity: 0.75;
        border: 1px solid #dadada; }
        #inspectionsPage .warningCarousel .warning .warning-detail-holder .card-button:hover {
          opacity: 1;
          color: #03A9F4; }

#inspectionsPage .supervisor-action-popover + .popover {
  max-width: 350px !important; }
  #inspectionsPage .supervisor-action-popover + .popover .popover-action-item {
    height: 30px;
    border-bottom: 1px solid #dadada; }

.changed {
  color: #03A9F4 !important; }

.statusCover {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.65;
  font-size: 1.5em; }
  .statusCover.delete {
    cursor: pointer;
    background: rgba(242, 222, 222, 0.65);
    color: #a94442; }
  .statusCover.nodata {
    background: rgba(255, 228, 196, 0.65); }
  .statusCover:hover {
    opacity: 1.0; }
  .statusCover .align-top {
    position: absolute;
    top: 0; }

#corrosionComponents input[type=number]::-webkit-inner-spin-button,
#corrosionComponents input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#corrosionRecommendations, #incidentInfo, #switchInfo {
  text-align: left; }
  #corrosionRecommendations .toggle-hide, #incidentInfo .toggle-hide, #switchInfo .toggle-hide {
    display: none; }
  #corrosionRecommendations .property-hide, #incidentInfo .property-hide, #switchInfo .property-hide {
    display: inline;
    display: initial; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #corrosionRecommendations .property-hide, #incidentInfo .property-hide, #switchInfo .property-hide {
        display: inline; } }
  #corrosionRecommendations .checkbox, #incidentInfo .checkbox, #switchInfo .checkbox {
    justify-content: flex-start; }
    #corrosionRecommendations .checkbox .cr, #incidentInfo .checkbox .cr, #switchInfo .checkbox .cr {
      margin-right: 10px !important; }

.opacity-pulse {
  animation-name: warning-highlight;
  animation-duration: 0.75s;
  animation-timing-function: ease-out; }

.border-pulse {
  animation-name: warning-border;
  animation-duration: 0.75s;
  animation-timing-function: ease-out; }

.background-pulse, .updated-background-pulse .updated {
  animation-name: warning-background;
  animation-duration: 0.75s;
  animation-timing-function: ease-out; }

@keyframes warning-background {
  0% {
    background: initial; }
  50% {
    background: rgba(220, 68, 55, 0.5); }
  100% {
    background: initial; } }

@keyframes warning-border {
  0% {
    border-color: transparent; }
  50% {
    border-color: #dc4437; }
  100% {
    border-color: transparent; } }

@keyframes warning-highlight {
  0% {
    opacity: 0.75; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.75; } }

.batch-select-row {
  height: 35px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  .batch-select-row.selected {
    background: #e9e9e9;
    /*border-top: 1px solid $border-color;
		border-bottom: 1px solid $border-color;*/ }
  .batch-select-row .icon-holder {
    color: #4CAF50;
    margin-right: 5px; }
  .batch-select-row .batch-text {
    flex-grow: 1;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0; }

.defect-status-icon {
  position: absolute;
  right: calc(50% - 30px);
  top: 10px;
  font-weight: bold;
  opacity: 0.7;
  font-size: 16px; }
  .defect-status-icon.defect-status-icon-2 {
    right: calc(50% - 40px); }

.loader-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden; }
  .loader-background.visible {
    visibility: visible; }
  .loader-background .loader {
    top: calc(50% - 50px);
    left: calc(50% - 100px);
    height: 100px;
    width: 200px;
    position: fixed;
    z-index: 2010;
    background: white;
    border-radius: 2px;
    border: #eee;
    text-align: center; }
    .loader-background .loader #loader-text {
      line-height: 60px; }
