.material-tabs {
  margin: 0;
  bottom: 0;
  /*left: 45px;*/
  display: flex;
  list-style: none;
  height: 100%;
  line-height: 45px;
  padding: 0; }
  .material-tabs li {
    position: relative; }
    .material-tabs li.active a {
      font-weight: 600;
      color: #1890f6;
      opacity: 1; }
    .material-tabs li.active .bottom-border {
      transform: scaleY(1);
      opacity: 1; }
    .material-tabs li:hover a {
      opacity: 1; }
    .material-tabs li .bottom-border {
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 0;
      background-color: #1890f6;
      transform: scaleY(0);
      transform-origin: 50% 100%;
      opacity: 0;
      transition: transform 200ms linear; }
    .material-tabs li a {
      text-decoration: none;
      opacity: 0.9;
      color: black;
      display: block;
      height: 100%;
      text-align: center;
      padding: 0 0.75em;
      overflow: hidden;
      cursor: default;
      user-select: none; }
      .material-tabs li a::after {
        display: block;
        content: attr(data-content);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden; }
      .material-tabs li a:active {
        background: #F0F0F0; }

.material-tab-content .full-page {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding: 2em 3em; }
.material-tab-content .tab-pane {
  display: none; }
  .material-tab-content .tab-pane.active {
    display: block; }

.expander-label {
  cursor: pointer;
  margin-top: 3px; }
  .expander-label .collapsed-icon {
    display: none; }
  .expander-label.collapsed .collapsed-icon {
    display: inline;
    display: initial; }
  .expander-label.collapsed .expanded-icon {
    display: none; }

.expander-icon {
  margin-left: 10px;
  font-size: 14px; }

.expander-body {
  transition: height 200ms ease-out;
  overflow: visible; }
  .expander-body.collapsed {
    padding: 0;
    overflow: hidden; }

.modal-shader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  opacity: 0;
  transition: 100ms linear opacity;
  overflow-x: hidden;
  overflow-y: auto; }
  .modal-shader.modal-hidden {
    visibility: hidden; }
  .modal-shader.visible {
    opacity: 1; }
    .modal-shader.visible .material-modal {
      transform: translate(0, 0); }

.material-modal {
  margin: 60px auto;
  background-color: white;
  border-radius: 3px;
  min-width: 200px;
  min-height: 200px;
  width: 600px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.4);
  transform: translate(0, -25%);
  transition: transform, width ease-out 200ms; }
  .material-modal.thin {
    width: 300px; }
  .material-modal.medium {
    width: 950px; }
  .material-modal.wide {
    width: calc(100% - 100px); }
  .material-modal.no-transition {
    transition: none; }
  .material-modal .close-modal-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    opacity: 0.4;
    cursor: pointer; }
    .material-modal .close-modal-icon:hover {
      opacity: 0.7; }

.material-modal-content {
  height: 100%;
  width: 100%; }

.material-modal-header {
  padding: 15px;
  margin-right: 40px; }

.material-modal-body {
  padding: 15px; }

.material-modal-footer {
  padding: 15px;
  text-align: right; }

.fab {
  border: none;
  border-radius: 50%;
  font-size: 24px;
  height: 48px;
  margin: auto;
  min-width: 48px;
  width: 48px;
  padding: 0;
  overflow: hidden;
  background: #ccc;
  color: #5a5a5a;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  line-height: normal;
  top: 0;
  right: 0;
  margin-top: 8px;
  margin-right: 30px;
  outline: none; }

.loading-container {
  position: relative; }

.element-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: white;
  opacity: 0;
  transition: opacity ease-out 200ms; }
  .element-loader.displayed {
    display: inline;
    display: initial; }
  .element-loader.visible {
    opacity: 0.5; }

.img-thumbnail-container {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin: 5px;
  float: left;
  cursor: pointer; }

.img-thumbnail {
  border-style: none;
  /*height: 100%;*/
  width: 100%;
  /*cursor: pointer;*/ }

#img-display-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none; }
  #img-display-background.visible {
    display: block; }

.img-display-container {
  padding: 50px 50px; }

#img-display {
  max-height: 100%;
  max-width: 100%;
  user-select: none; }

#close-img-display {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  cursor: pointer;
  margin: 10px;
  font-size: 20px; }

.expander-row {
  min-height: 40px;
  border-bottom: 1px solid #eee;
  display: flex;
  cursor: pointer;
  transition: margin 200ms ease-out, background 100ms ease-out;
  position: relative; }
  .expander-row:hover {
    background: #FaFaFa; }
  .expander-row.expanded {
    margin: 15px -15px;
    cursor: default;
    /*.expander-row-content{
        max-height: 100px;
    }*/ }
    .expander-row.expanded:hover {
      background: white; }
    .expander-row.expanded .button-row {
      height: 85px; }
    .expander-row.expanded .property-hide {
      display: inline;
      display: initial;
      opacity: 0.7; }
      .expander-row.expanded .property-hide .field-display {
        opacity: 0.8; }
    .expander-row.expanded .no-defect-section {
      display: none; }
      .expander-row.expanded .no-defect-section.full {
        display: flex; }

.expander-row-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 200ms ease-out; }

.input-group-addon.addon-inline {
  background-color: white;
  color: #777;
  font-style: italic; }

.tabular-dropdown {
  position: relative;
  display: inline-block; }
  .tabular-dropdown .tabular-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 95%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: .25em;
    z-index: 3;
    max-height: 16em;
    overflow-y: scroll;
    width: auto; }
    .tabular-dropdown .tabular-content.lg-dropdown {
      max-height: 24em; }
    .tabular-dropdown .tabular-content.active {
      display: block; }
    .tabular-dropdown .tabular-content tr:hover {
      background-color: #e3e9eb;
      color: #03A9F4; }

.form-control.dropdown {
  overflow: hidden;
  text-overflow: ellipsis;
  /*table { 
      width: 100%;
      td {
          padding-left: 0.5em;
          padding-right: 0.5em;
          width:1%;
          white-space: nowrap;
          &.main {
              width: auto;
              overflow: hidden;
                      
          }
      }
  }*/ }

.filter-row input {
  width: 100%; }
  .filter-row input.form-control {
    width: 100%; }

.close-modal-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px; }

.switch-container {
  display: inline-block;
  margin-left: 30px; }

div.filter-title {
  display: inline-block;
  font-size: 13px;
  color: #555;
  margin-left: 10px;
  padding-top: 2px; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
  vertical-align: middle; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.track {
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0px;
  right: 0px;
  border-radius: 12px; }

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2); }

input:checked + .track {
  background-color: black;
  opacity: 0.5; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked ~ .slider:before {
  background-color: #487694;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.slider.round:before {
  border-radius: 50%; }

.tooltip {
  z-index: 100; }

.datepicker-box[readonly] {
  cursor: pointer;
  background-color: white; }

@media (max-width: 1200px) {
  .material-tab-content .full-page {
    padding: 1.5em 0.5em; } }

/*# sourceMappingURL=custom-controls.css.map */
