﻿.material-tabs {
  /*position: absolute;*/
  margin: 0;
  bottom: 0;
  white-space: nowrap;
  display: flex;
  list-style: none;
  height: 25px;
  line-height: 25px;
  padding: 0; }
  .material-tabs li {
    position: relative; }
    .material-tabs li.active a {
      font-weight: 600;
      color: #1384cc;
      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: #1384cc;
      transform: scaleY(0);
      transform-origin: 50% 100%;
      opacity: 0;
      transition: transform, width 200ms linear; }
    .material-tabs li a {
      text-decoration: none;
      opacity: 0.8;
      color: #444;
      display: block;
      height: 100%;
      text-align: center;
      padding: 0 0.75em;
      overflow: hidden;
      cursor: default; }
      .material-tabs li a::after {
        display: block;
        content: attr(data-content);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden; }

.material-tab-content .tab-page {
  padding: 0em 1em;
  padding-bottom: 1em;
  position: absolute;
  min-height: 100%;
  min-width: 100%; }

.material-tab-content .tab-pane {
  display: none; }
  .material-tab-content .tab-pane.active {
    display: block; }

.material-tab-content .tab-pane-index {
  z-index: -1;
  position: absolute;
  top: 0;
  opacity: 0; }
  .material-tab-content .tab-pane-index.active {
    z-index: 0;
    opacity: 1; }

.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;
  display: flex;
  align-content: center;
  justify-content: space-around; }
  .modal-shader.modal-hidden {
    visibility: hidden; }
  .modal-shader.visible {
    opacity: 1; }
    .modal-shader.visible .material-modal {
      transform: translate(0, 0); }

.material-modal {
  align-self: flex-start;
  margin-top: 60px;
  background-color: white;
  border-radius: 3px;
  min-width: 400px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.4);
  transform: translate(0, -25%);
  transition: transform ease-out 200ms; }
  .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;
  min-width: 600px; }
  .material-modal-body.thin {
    width: 300px !important; }
  .material-modal-body.medium {
    width: 950px !important; }
  .material-modal-body.wide {
    width: calc(100% - 100px) !important; }

.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; }

.fab1 {
  right: 65px; }

.fab2 {
  right: 130px;
  height: 40px;
  width: 40px; }

.fab3 {
  right: 195px;
  height: 40px;
  width: 40px; }

.checkbox-line {
  display: block;
  margin-top: 20px;
  /* Adjust according to your design */ }

.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;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none; }
  #img-display-background.visible {
    display: block; }
  #img-display-background .img-display-container {
    padding: 50px 50px; }
    #img-display-background .img-display-container #img-display {
      max-height: 75%;
      max-width: 75%;
      user-select: none; }
    #img-display-background .img-display-container .info-holder {
      width: 50%; }
      #img-display-background .img-display-container .info-holder .commentText {
        color: white; }

#close-img-display {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  cursor: pointer;
  margin: 10px;
  font-size: 20px; }

.faded {
  opacity: 0.5; }

.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: #c1ecff;
      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%; }

@media (max-width: 1200px) {
  .material-tab-content .full-page {
    padding: 1.5em 0.5em; } }
