﻿html {
  font-size: 16px !important;
}
.hoverTransition {
  transition: background-color 0.15s ease-in;
}
.opacityTransition {
  transition: opacity 0.15s ease-in;
}
.form-group,
.fluid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-group .za-btn,
.fluid .za-btn,
.form-group .za-input,
.fluid .za-input {
  width: 100%;
}
.za-btn {
  border: none;
  height: 2.25rem;
  padding: 0 0.5rem;
  background-color: #fff;
}
.za-input[type='text'],
.za-input[type='password'] {
  background-color: #fff !important;
  height: 2.25rem !important;
  padding: 0 0.5rem;
  border: 1px solid #ddd;
  font-size: 0.85rem;
}
.za-input[type='text']::placeholder,
.za-input[type='password']::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  /* Firefox */
}
.za-input[type='text']:-webkit-autofill,
.za-input[type='password']:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 5rem white inset;
}
.za-input[type='text']:focus,
.za-input[type='password']:focus {
  outline: none !important;
  border: 1px solid #b5b5b5;
}
.za-panel {
  padding: 2rem;
}
.za-panel .panel-body {
  padding: 0;
}
.za-fieldset {
  overflow: hidden;
  text-align: center;
}
.za-fieldset:before,
.za-fieldset:after {
  background-color: #555;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.za-fieldset:before {
  right: 0.5em;
  margin-left: -50%;
}
.za-fieldset:after {
  left: 0.5em;
  margin-right: -50%;
}
.za-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1.5rem;
  line-height: 1.5rem;
}
.za-square {
  position: relative;
  width: 100%;
  max-width: 25rem;
  max-height: 25rem;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  background-color: #DCE2EA;
  color: #404040;
  transition: background-color 0.15s ease-in;
}
.za-square:hover {
  background-color: #c9d2df;
}
.za-square.selected {
  background-color: #c9d2df;
}
.za-square > .content {
  position: absolute;
  top: 1rem;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
}
.za-left-panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20rem;
  padding: 1rem;
  margin-bottom: 0;
  background-color: #DCE2EA;
}
.za-iconbtn {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem !important;
  font-size: 1.2rem !important;
  color: #404040;
  cursor: pointer;
  opacity: 0.6;
  transition: background-color 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.za-iconbtn:hover {
  color: #0d0d0d;
}
.za-iconbtn:hover {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}
.za-searchcontrol {
  position: relative;
  width: 15rem;
  padding-left: 1.5rem;
}
.za-searchcontrol > input {
  width: 12rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.za-searchcontrol .remove {
  position: absolute;
  right: 10px;
  left: unset !important;
  width: 20px;
  height: 2.4rem;
  line-height: 2.4rem;
  color: #b5b5b5;
}
.za-searchcontrol .search-icon {
  position: relative;
  left: 1.75rem;
  height: 2rem;
  line-height: 2rem;
  color: #b5b5b5;
}
.za-breadcrumb > span:not(:last-child):after {
  content: '>';
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.light-theme .za-dropdown-menu {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.light-theme .za-dropdown-menu > li {
  height: 2rem;
}
.light-theme .za-dropdown-menu > li:hover {
  background-color: #27A1DC !important;
}
.light-theme .za-dropdown-menu > li:hover a {
  color: #fff;
}
.light-theme .za-dropdown-menu > li a:hover {
  background-color: unset !important;
}
.za-table tbody tr {
  transition: background-color 0.15s ease-in;
}
.za-table tbody tr:hover {
  background-color: #e3e3e3;
}
.za-table tbody tr.selected {
  background-color: #e3e3e3;
}
.za-table td,
.za-table th {
  line-height: 1.5rem;
  padding: 0 1rem;
}
.primary {
  background-color: #27A1DC;
  color: #fff;
  transition: background-color 0.15s ease-in;
}
.primary.hoverable,
.primary.za-btn {
  transition: background-color 0.15s ease-in;
}
.primary.hoverable:hover,
.primary.za-btn:hover {
  background-color: #208fc5;
}
.secondary {
  background-color: #f2f2f2;
  transition: background-color 0.15s ease-in;
}
.secondary.hoverable,
.secondary.za-btn {
  transition: background-color 0.15s ease-in;
}
.secondary.hoverable:hover,
.secondary.za-btn:hover {
  background-color: #e3e3e3;
}
.heading {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.heading-half {
  display: block;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link {
  font-size: 0.85rem;
}
[class^='display'],
[class*=' display'] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.3125rem;
  line-height: 1.3125rem;
}
[class^='display'].alt,
[class*=' display'].alt {
  text-transform: uppercase;
  font-style: italic;
}
.display1 {
  font-size: 1.5rem;
}
.display2 {
  font-size: 1.25rem;
}
.display3 {
  font-size: 1.1rem;
}
.display4 {
  font-size: 1rem;
}
.display5 {
  font-size: 0.85rem;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*.title {
    display: block;
    margin-top: 1rem;
    font-size: 1.1rem;
}
.title-sm {
    display: block;
    margin-top: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;

    &.alt {
        font-style: italic;
    }
}*/
.content-centered {
  text-align: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vertically-aligned {
  display: inline-block;
  vertical-align: middle;
}
.push-right {
  float: right;
}
.nomargin {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.sexy-tree {
  text-align: left;
}
.sexy-tree ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li .node {
  padding-left: 14.5rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li ul li ul li ul li ul li ul li ul li .node {
  padding-left: 13rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li ul li ul li ul li ul li ul li .node {
  padding-left: 11.5rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li ul li ul li ul li ul li .node {
  padding-left: 10rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li ul li ul li ul li .node {
  padding-left: 8.5rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li ul li ul li .node {
  padding-left: 7rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li ul li .node {
  padding-left: 5.5rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li ul li .node {
  padding-left: 4rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li ul li .node {
  padding-left: 2.5rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree ul li .node {
  padding-left: 1rem;
  /*> .toggle:not(.ng-hide) + .model-icon:not(.ng-hide) + .propertyname {
            width: %(~"calc(100%% - (%d + 30px))", @y);
        }

        > .toggle.ng-hide + .model-icon.ng-hide + .propertyname {
            width: %(~"calc(100%% - %d)", @y);
        }

        > .model-icon.ng-hide + .is-bound + .propertyname, > .model-icon.ng-hide  + .propertyname {
            width: %(~"calc(100%% - (%d - 20px))", @y);
        }*/
}
.sexy-tree .node {
  height: 1.9rem;
  line-height: 1.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
  transition: background-color 0.15s ease-in;
}
.sexy-tree .node:hover {
  background-color: #c9d2df;
}
.sexy-tree .node.selected {
  background-color: #c9d2df;
}
.sexy-tree .node.highlight {
  font-weight: bold;
}
.sexy-tree .node.narrow .display {
  width: calc(100% - 75px);
}
.sexy-tree ul {
  padding-left: 0;
}
.sexy-tree .icon {
  float: left;
  line-height: 1.9rem;
}
.sexy-tree .toggle {
  float: left;
  line-height: 1.9rem;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0;
  display: none;
}
.sexy-tree .toggle.visible {
  display: inline-block;
  opacity: 1;
}
.sexy-tree .toggle.pull-right {
  float: right;
}
.sexy-tree .icon,
.sexy-tree .toggle {
  width: 1.5rem;
  text-align: center;
}
.sexy-tree .display {
  display: inline-block;
  width: calc(100% - 40px);
  height: 1.9rem;
  line-height: 1.9rem;
  padding-left: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.85rem;
}
.sexy-tree .right-info {
  float: right;
  line-height: 1.9rem;
  font-size: 0.7rem;
  font-weight: bold;
}
.sexy-tree .remove {
  position: absolute;
  right: 20px;
}
.tour-progress {
  width: 100%;
  display: block;
  height: 7px;
  margin-top: 20px;
  border: 1px solid #b9b9b9;
}
.tour-progress .inner {
  position: relative;
  display: inline-block;
  top: -12px;
  left: 0;
  height: 6px;
  background-color: #b9b9b9;
}
@media screen and (max-width: 990px) {
  .onlyMobile {
    display: inline-block;
  }
}