﻿body {
  padding: 0px 0px !important; }

#body {
  background-color: #FaFaFa;
  clear: both;
  height: calc(100% - 50px); }

.navbar {
  border: none;
  border-radius: 0px;
  background: #487694;
  color: white;
  z-index: 1001; }
  .navbar .navbar-collapse {
    background: none; }
    .navbar .navbar-collapse .navbar-nav > li > a:hover {
      opacity: 1.0; }
  .navbar .icon-bar {
    background: white; }
  .navbar .dropdown-menu {
    border-radius: 0px;
    margin-bottom: 0px;
    background: white !important; }
  @media (max-width: 980px) {
    .navbar .navbar-header {
      float: none; }
      .navbar .navbar-header .navbar-toggle {
        display: block; }
    .navbar .collapse, .navbar .collapsing {
      border-top: 1px solid #e7e7e7;
      margin: 0px -15px; }
    .navbar .collapse:not(.in) {
      display: none !important; }
    .navbar .navbar-nav {
      float: none !important;
      margin: 7.5px -15px; }
      .navbar .navbar-nav li {
        float: none; }
        .navbar .navbar-nav li a {
          padding-top: 10px;
          padding-bottom: 10px; }
    .navbar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none; }
      .navbar .navbar-nav .open .dropdown-menu a {
        padding: 5px 15px 5px 25px; } }

.dropdown-menu {
  z-index: 1002; }

.dropDownButton {
  width: 100%;
  background: none;
  border: 0px; }
  .dropDownButton svg {
    float: left; }

#main-loader .loadingIcon > .icon {
  display: block;
  margin: 200px auto;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  transform-origin: 47% 47%; }

.footer-logo {
  height: 20px;
  padding: 2.5px 5px;
  background: white;
  border-top-right-radius: 0.85em;
  position: fixed;
  bottom: 0px;
  color: #487694;
  font-size: 0.75em; }

.text-ellipses {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.flex-align-left {
  display: flex;
  align-items: flex-start; }

.flex-content-center {
  display: flex;
  justify-content: center; }

.flex-content-around {
  display: flex;
  justify-content: space-around; }

.flex-content-evenly {
  display: flex;
  justify-content: space-around; }

.flex-content-right {
  display: flex;
  justify-content: flex-end; }

.flex-content-between {
  display: flex;
  justify-content: space-between; }

.flex-stretch {
  display: flex;
  align-items: stretch; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-grow-width {
  flex-grow: 1;
  width: 0px; }

.border-all {
  border: 1px solid;
  border-color: #e8e8e8; }

.border-left {
  border-left: 1px solid #e8e8e8; }

.border-right {
  border-right: 1px solid #e8e8e8; }

.border-color-transparent {
  border-color: transparent; }

.background-color-transparent {
  background: transparent; }

.no-max-width {
  max-width: none; }

.no-padding {
  padding: 0px 0px !important; }

.left-right-padding {
  padding: 0px 5px; }

.left-right-margin {
  margin: 0px 5px !important; }

.no-margin {
  margin: 0px 0px !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.pointer-events-none {
  pointer-events: none; }

.visible {
  visibility: visible !important; }

.left-inset-shadow {
  box-shadow: inset 2px 0px 4px 0px rgba(0, 0, 0, 0.15); }

.right-shadow {
  box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.15); }

.float-left {
  float: left; }

textarea {
  resize: vertical; }

.ui-autocomplete {
  z-index: 2000; }

.checkbox {
  width: 100%;
  cursor: pointer;
  padding: 5px 5px;
  display: flex;
  justify-content: space-between; }
  .checkbox .cr {
    border: 1px solid #777;
    border-radius: 4px;
    width: 1.3em;
    min-width: 1.3em;
    height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center; }

.validation-summary-valid {
  display: none; }

/*.alertBox {
    background: transparent;

    &::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        filter: blur(5px);
    }

    .material-modal {
        width: auto;
        max-width: 60%;
        min-height: auto;
        opacity: 0.95;
    }
}*/
.rating-zone-section {
  width: 400px;
  height: 400px;
  background-image: url("/Content/Images/structure-zone-illustrator.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 50px); }

.zone-rating {
  width: 100%;
  height: 100px;
  position: relative; }
  .zone-rating.zone1 {
    height: 112px; }
  .zone-rating.zone2 {
    height: 200px; }
  .zone-rating.zone3 {
    height: 50px; }
  .zone-rating.zone4 {
    height: 50px; }
  .zone-rating .shader {
    opacity: 0.5;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: -50px;
    bottom: 1px; }
  .zone-rating .text-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px; }
    .zone-rating .text-container label {
      width: auto;
      margin-right: 10px;
      color: #555;
      font-size: 14px; }
    .zone-rating .text-container .field-display {
      width: auto;
      font-weight: bold; }
    .zone-rating .text-container .form-control {
      width: 75px;
      display: inline-block; }

.pagination-holder {
  display: flex;
  justify-content: center; }
  .pagination-holder .page-holders {
    flex-grow: 1;
    max-width: 475px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pagination-holder .page-holders .pagination {
      font-size: 1em; }
      .pagination-holder .page-holders .pagination li.active a {
        background: none;
        font-weight: 700;
        color: inherit; }
      .pagination-holder .page-holders .pagination li a {
        background: none;
        border: none;
        color: #999; }
  .pagination-holder .sideButton {
    display: flex;
    align-items: center; }
    .pagination-holder .sideButton a {
      color: #333; }
  .pagination-holder .disable {
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
    cursor: initial;
    color: #999; }

.structure-names-tab .circuit-holder {
  width: 250px;
  padding: 10px 10px; }
  .structure-names-tab .circuit-holder .edit-control {
    width: 100px; }

@media (min-width: 992px) {
  .structure-tab {
    display: flex !important; }
    .structure-tab .struct-right-info {
      flex-grow: 1; }
    .structure-tab .struct-left-box {
      max-width: 350px; } }

.structure-tab .struct-left-box {
  /*@media (max-width: 991px) {
            max-width: initial !important;
        }*/ }
  .structure-tab .struct-left-box input, .structure-tab .struct-left-box select {
    max-width: none;
    width: 100%; }
  .structure-tab .struct-left-box .control-label {
    min-width: 120px; }
  .structure-tab .struct-left-box .vertical-center-xs {
    display: flex;
    align-items: center; }
  @media (max-width: 768px) {
    .structure-tab .struct-left-box .vertical-center-xs {
      display: initial;
      align-items: initial; } }

.structure-tab .struct-right-info .col-md-fixed {
  padding-right: 0px; }

@media (min-width: 1200px) {
  .structure-tab .struct-right-info .col-md-fixed {
    width: 175px; } }

.structure-tab .struct-right-info .summary .summary-header {
  border: 0px;
  color: #777; }
  .structure-tab .struct-right-info .summary .summary-header .expander-icon {
    transition: transform .25s ease-out;
    transform: rotate(-90deg); }
    .structure-tab .struct-right-info .summary .summary-header .expander-icon.expanded-summary {
      transform: rotate(0deg); }

.structure-tab .questionnaire {
  flex-grow: 1; }
  .structure-tab .questionnaire .control-item {
    max-width: 850px;
    justify-content: space-between;
    flex-wrap: wrap; }

.popover-validation + .popover {
  color: #dc4437;
  font-size: 1rem; }
  .popover-validation + .popover .popover-content {
    padding: calc(2 * 5px); }

.popover-html + .popover .popover-content {
  overflow-y: auto; }
