#login {
  overflow-y: hidden;
  height: 100vh;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #385380d6); }
  #login .form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
    -moz-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
    border: solid 1px transparent;
    border-radius: 5px;
    background-color: #eee; }
  #login .form-signin input {
    margin-top: 15px; }
  #login .container h1 {
    text-align: center;
    font-size: 60px;
    font-family: "calibri";
    font-weight: bold;
    color: #5bc0de; }
  #login #maindiv {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #login .animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    padding-top: -200px; }
  100% {
    opacity: 1;
    padding-top: 0px; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    padding-top: -200px; }
  100% {
    opacity: 1;
    padding-top: 0px; } }
  #login .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
  #login #btn-login,
  #login #btn-login-code {
    margin-top: 15px; }

/*
 * Base structure
 */
html {
  height: 100vh;
  width: 100vw; }
  html body {
    overflow: hidden;
    top: 0px;
    position: fixed;
    padding-right: 0px !important;
    height: 100vh;
    width: 100vw;
    background-color: white; }

/* Layout for search container */
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.js .search {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50vh; }

.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background-color: transparent; }

.js .btn--search-close {
  display: block; }

.search__form {
  margin: 5em 0; }

.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor; }

.search__input {
  font-family: inherit;
  font-size: 7vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  max-width: 900px;
  padding: 0 0 0.1em 0;
  color: white;
  border-bottom: 4px solid; }

.search__input::-webkit-input-placeholder {
  opacity: 0.1;
  /* WebKit, Blink, Edge */
  color: white; }

.search__input::-moz-placeholder {
  opacity: 0.1;
  /* Mozilla Firefox 19+ */
  color: white; }

.search__input:-ms-input-placeholder {
  opacity: 0.1;
  /* Internet Explorer 10-11 */
  color: white; }

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none; }

.search__input::-ms-clear {
  display: none; }

.search__info {
  font-size: 90%;
  font-weight: bold;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: white; }

/************************/
/* Transitions 			*/
/************************/
.js .main-wrap {
  transform: perspective(1000px);
  transition: transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.js .main-wrap--move {
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg); }

.js .search {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s; }

.js .search--open {
  pointer-events: auto;
  opacity: 1; }

/* Close button */
.btn--search-close {
  opacity: 0;
  fill: gray;
  transform: scale3d(0.8, 0.8, 1);
  color: gainsboro;
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.search--open .btn--search-close {
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1);
  color: gainsboro; }

.search--open .btn--search-close:hover {
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1); }

/* Search form with input and description */
.js .search__form {
  opacity: 0;
  transform: scale3d(0.7, 0.7, 1);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.js .search--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

@media screen and (max-width: 40em) {
  .btn--search-close {
    font-size: 1.25em; } }

.demo-3 {
  color: #ffefb9;
  background-color: #2f2c2c; }

.demo-3 main {
  background-color: #e85454;
  background-image: url(../img/bg_2.svg); }

.demo-3 a,
.demo-3 .btn {
  color: #ffefb9; }

.demo-3 .btn--search-close {
  color: #e85454; }

.main-wrap {
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh; }

/* Reset Search Input */
.search__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none; }

.search__input:focus {
  outline: none; }

@media screen and (max-width: 40em) {
  .codrops-header {
    display: block;
    padding: 4em 1em 0;
    text-align: center; }
  .codrops-header__side {
    margin: 0 auto; }
  .codrops-links {
    font-size: 0.85em;
    margin: 0 auto; }
  .search-wrap {
    font-size: 0.85em;
    position: absolute;
    top: 2.15em;
    right: 2em; }
  .bottom-nav {
    padding: 0.5em; }
  .codrops-demos {
    text-align: center; }
  .codrops-demos a {
    margin-bottom: 1em; }
  .codrops-demos span {
    display: block;
    margin: 0 auto 1em;
    text-align: center; } }

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.media-left {
  border-right: 1px solid #e0e0e0; }

.media-body {
  padding-left: 15px; }

.media-body p {
  margin: 0px; }

.search-item .nodetypeIcon128 {
  max-width: 96px;
  max-height: 96px; }

.search-item .media {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  border: solid 1px #999;
  border-radius: 5px;
  padding: 8px; }

.search-item .media:hover {
  cursor: pointer;
  background-color: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

/* TOP BAR CSS */
.flag {
  width: 20px;
  height: 20px; }

.big-flag {
  width: 60px;
  height: 60px; }

.modal-backdrop {
  z-index: -1; }

.gmailShade {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149); }

.size0 {
  width: 0px;
  padding: 0px; }

ul.dropdown-menu {
  cursor: pointer; }

.fill {
  min-height: 100%;
  height: 100%; }

.clickable {
  cursor: pointer; }

.clickable:hover {
  text-decoration: underline; }

.notclickable {
  cursor: default; }

/* HELPER CLASSES */
/* Margins */
.m-10 {
  margin: 10px; }

.m-20 {
  margin: 20px; }

.m-30 {
  margin: 30px; }

.m-40 {
  margin: 40px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

/* Backgrounds */
.bg-grey {
  background: grey; }

.bg-lightgrey {
  background: lightgrey; }

/* Borders */
.no-border {
  border: 0 !important; }

.no-border-radius {
  border-radius: 0 !important; }

.left-border-radius-only {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.right-border-radius-only {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.brightness {
  display: inline-block;
  opacity: .8;
  height: 50px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto; }

.brightness img:hover {
  -webkit-filter: drop-shadow(4px 4px 2px #666);
  filter: drop-shadow(4px 4px 2px #666);
  cursor: pointer; }

.text-large {
  font-size: 18px; }

.text-xlarge {
  font-size: 24px; }

.messageDiv {
  text-align: center;
  width: 100%;
  float: right; }

.miniMessageDiv {
  float: right; }

.ui-notification {
  border-radius: 5px !important; }

.lds-ellipsis {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis.loadingtab {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 15px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #337ab7;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis.fileUpload div {
  background: #f0ad4e; }

.lds-ellipsis.loadingtab div {
  position: absolute;
  top: 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f0ad4e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis.loadingtab.white div {
  background: white; }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

#app {
  /* FILE VIEWER */
  /* Same height columns */
  background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
  height: 100%;
  /*
  * Global add-ons
  */
  /* Sidebar navigation */
  /*
  * Main content
  */
  /*
  * Placeholder dashboard ideas
  */
  /* tabs */
  /* Angular Sidebarjs */
  /* AG GRID STYLING */ }
  #app #accordionLifecycleDetails .panel-collapse {
    padding: 0px; }
  #app #accordionLifecycleDetails .well {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  #app #accordionLifecycleDetails .container-fluid {
    padding: 0px; }
  #app #accordionLifecycleDetails .panel-body {
    padding: 0px; }
  #app .nodeFormTab {
    /* navbar divider */
    /* Parts Form */
    /* user access badges */
    /* removed outline as for codepen only
    don't remove focus on elements
    it's bad accessibility
    don't be _that_ guy
  */
    /* Rounded sliders */
    /* Serialized Switch */ }
    #app .nodeFormTab .navbar-editing {
      background-color: #ecc389;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, white 5px, white 10px); }
    #app .nodeFormTab .navbar-viewing {
      background-color: #5bc0de8f;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, white 5px, white 10px); }
    #app .nodeFormTab .navbar-locked {
      background-color: #d09999;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, white 5px, white 10px); }
    #app .nodeFormTab .navbar-editable {
      background-color: #85c0de; }
    #app .nodeFormTab .navbar-unsavedChanges {
      background-color: #ecc389;
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #d09999 5px, #d09999 10px); }
    #app .nodeFormTab .navbar .divider-vertical {
      height: 40px;
      margin: 5px 12px;
      position: relative;
      display: inline-block;
      vertical-align: middle; }
    #app .nodeFormTab .navbar-editing .divider-vertical {
      border-right: 1px solid #e6e6e6;
      border-left: 1px solid #a7a7a7; }
    #app .nodeFormTab .navbar-viewing .divider-vertical {
      border-right: 1px solid #eee;
      border-left: 1px solid #ddd; }
    #app .nodeFormTab .navbar-locked .divider-vertical {
      border-right: 1px solid #eee;
      border-left: 1px solid #ddd; }
    #app .nodeFormTab .navbar-editable .divider-vertical {
      border-right: 1px solid white;
      border-left: 1px solid #ddd; }
    #app .nodeFormTab .navbar-unsavedChanges .divider-vertical {
      border-right: 1px solid #9c1b1b;
      border-left: 1px solid #ffbfbf; }
    #app .nodeFormTab .navbar-inverse .divider-vertical {
      border-right-color: #222222;
      border-left-color: #111111; }
    #app .nodeFormTab .navbar-loading {
      background-color: #ddd; }
    @media (max-width: 767px) {
      #app .nodeFormTab .navbar-collapse .nav > .divider-vertical {
        display: none; } }
    #app .nodeFormTab .fileGalleryItem {
      margin-bottom: 15px;
      width: 420px;
      min-width: 400px; }
    #app .nodeFormTab .fileGalleryItem .media {
      --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
      white-space: nowrap;
      padding: 15px;
      border: 1px solid #eee;
      border-radius: 1rem;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      height: 140px; }
    #app .nodeFormTab .fileGalleryItem .media.mediaSelected {
      background: #eee;
      padding: 15px;
      border: 2px solid #385380;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    #app .nodeFormTab .fileGalleryItem .media:hover {
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
      transform: scale(1.05, 1.05);
      cursor: pointer; }
    #app .nodeFormTab .fileGalleryItem .media .media-left span {
      font-size: 16px;
      font-weight: 600; }
    #app .nodeFormTab .fileGalleryItem .media .media-left img {
      width: 50px;
      height: 50px;
      margin: auto; }
    #app .nodeFormTab .panel {
      border: none; }
    #app .nodeFormTab .media button {
      margin: 2px; }
    #app .nodeFormTab .media .fileActionBtn {
      text-align: center; }
    #app .nodeFormTab sf-decorator > .schema-form-section:not(.notSection) {
      padding: 10px;
      border-left: double 3px #bbb;
      margin-bottom: 6px;
      overflow: hidden; }
    #app .nodeFormTab sf-decorator > .schema-form-section.noBorder {
      padding: 0px;
      border-left: none;
      margin-bottom: 0px; }
    #app .nodeFormTab sf-decorator > .schema-form-section.noBorder > .panel {
      margin-bottom: 5px; }
    #app .nodeFormTab sf-decorator > .schema-form-section.noBorder > .panel > .panel-body {
      padding: 5px 2px; }
    #app .nodeFormTab .form-group, #app .nodeFormTab .schema-form-section {
      margin-bottom: 0px !important;
      font-size: 12px !important; }
    #app .nodeFormTab .form-control:not(textarea) {
      padding: 4px 6px !important;
      height: 28px; }
    #app .nodeFormTab label {
      margin-bottom: 2px !important; }
    #app .nodeFormTab div.booleanSchemaForm {
      margin-bottom: 8px !important; }
    #app .nodeFormTab .kanbanView-container {
      background: #F3F9FE;
      margin-bottom: 15px; }
      #app .nodeFormTab .kanbanView-container .assignment {
        padding: 5px;
        margin: 5px;
        border: solid 1px #999;
        border-radius: 5px;
        list-style: none;
        background-color: white;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
      #app .nodeFormTab .kanbanView-container .close {
        margin-top: -10px; }
      #app .nodeFormTab .kanbanView-container .dndPlaceholder {
        height: 100px;
        list-style: none;
        padding: 5px;
        margin: 5px;
        border: dashed 1px #999;
        border-radius: 5px;
        background-color: #5bc0de;
        color: white; }
    #app .nodeFormTab .kanbanView-container .assignment .progress {
      height: 10px; }
    #app .nodeFormTab .ecoImpactMatrixBlock {
      transition: width .3s ease-out; }
    #app .nodeFormTab div.contextualNode.ag-row {
      background-color: #fbc0de99; }
    #app .nodeFormTab div.contextualNode.ag-row.ag-row-selected {
      background: repeating-linear-gradient(45deg, #fbc0de99, #fbc0de99 10px, #b7e4ff 10px, #b7e4ff 20px); }
    #app .nodeFormTab .vis-item {
      border-color: #337ab7;
      background-color: #5bc0de;
      border-radius: 5px;
      color: #000000;
      box-shadow: #d9edf7 1px 0px 0px, #d9edf7 -1px 0px 0px, #dedede 0px 1px 2px 0px, #dedede 0px 6px 4px 0px; }
    #app .nodeFormTab .vis-item.vis-selected {
      border-color: #f0ad4e;
      background-color: #f0ad4e;
      color: #000000;
      box-shadow: #d9edf7 1px 0px 0px, #d9edf7 -1px 0px 0px, #dedede 0px 1px 2px 0px, #dedede 0px 6px 4px 0px; }
    #app .nodeFormTab .vis-item .progress {
      border-radius: 0px;
      background: #65e281;
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 2rem 2rem; }
    #app .nodeFormTab .vis-time-axis .vis-text {
      color: black;
      font-weight: 600; }
    #app .nodeFormTab .vis-current-time {
      background-color: #367392; }
    #app .nodeFormTab .vis-time-axis .vis-grid.vis-minor {
      border-color: #f6f6f6; }
    #app .nodeFormTab .vis-time-axis .vis-grid.vis-major {
      border-color: #cccccc; }
    #app .nodeFormTab .vis-panel.vis-bottom,
    #app .nodeFormTab .vis-panel.vis-center,
    #app .nodeFormTab .vis-panel.vis-left,
    #app .nodeFormTab .vis-panel.vis-right,
    #app .nodeFormTab .vis-panel.vis-top {
      border: 0px;
      border-bottom: 1px solid #eeeeee; }
    #app .nodeFormTab .vis-panel.vis-left {
      box-shadow: 5px 0px 7px -5px grey;
      background-color: #eeeeee;
      z-index: 1500; }
    #app .nodeFormTab .ganttDiv .progress-wrapper {
      background: white;
      width: 100%;
      height: 18px;
      text-align: center;
      position: relative;
      overflow: hidden; }
    #app .nodeFormTab .ganttDiv .progress {
      height: 100%;
      width: 60%;
      position: absolute;
      left: 0px;
      top: 0px;
      background: #63ed63; }
    #app .nodeFormTab .ganttDiv .progress-label {
      position: absolute;
      z-index: 1; }
    #app .nodeFormTab .ganttDiv .vis-timeline {
      visibility: visible !important; }
    #app .nodeFormTab .lifecycleMandatoryProp {
      float: left;
      margin: 1px; }
    #app .nodeFormTab a.tabHasContent {
      background-color: #dff0d8 !important;
      color: #337ab7; }
    #app .nodeFormTab a.tabHasNoContent {
      background-color: #fcf8e3 !important;
      color: #337ab7; }
    #app .nodeFormTab a.tabNotLoaded {
      color: #888; }
    #app .nodeFormTab li.disabled {
      cursor: not-allowed; }
    #app .nodeFormTab li.disabled a {
      pointer-events: none; }
    #app .nodeFormTab .promotionGraph {
      height: 350px; }
    #app .nodeFormTab .ui-select-container {
      height: unset !important; }
    #app .nodeFormTab .ui-select-choices {
      position: static; }
    #app .nodeFormTab .partDetailCtrl,
    #app .nodeFormTab .ecoDetailCtrl,
    #app .nodeFormTab .fcoDetailCtrl,
    #app .nodeFormTab documentDetailCtrl {
      margin-top: 20px; }
    #app .nodeFormTab .nodeTypeFormButtons {
      margin-bottom: 10px; }
    #app .nodeFormTab .lowtabs div.tab-content {
      margin-top: 10px; }
    #app .nodeFormTab .userAccess {
      border: 3px solid #337ab7;
      background-color: #cedbe5;
      border-radius: 8px; }
    #app .nodeFormTab .permissionSet {
      border: 3px solid #337ab7;
      background-color: #ccc;
      border-radius: 8px; }
    #app .nodeFormTab details {
      overflow: hidden;
      position: relative;
      border: 1px solid #eee;
      border-radius: 5px;
      box-sizing: border-box;
      transition: all 0.3s; }
    #app .nodeFormTab details + details {
      margin-top: 20px; }
    #app .nodeFormTab details[open] {
      min-height: 50px;
      -webkit-touch-callout: inherit;
      -webkit-user-select: inherit;
      -khtml-user-select: inherit;
      -moz-user-select: inherit;
      -ms-user-select: inherit;
      user-select: inherit; }
    #app .nodeFormTab details {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #app .nodeFormTab details p {
      color: #96999d;
      font-weight: 300; }
    #app .nodeFormTab summary {
      font-weight: 500;
      cursor: pointer; }
    #app .nodeFormTab summary:focus {
      outline: none; }
    #app .nodeFormTab summary::-webkit-details-marker {
      display: none; }
    #app .nodeFormTab summary::after {
      padding: 5px;
      position: absolute;
      top: -5px;
      right: 0;
      font-family: "Font Awesome 5 Free";
      font-size: 15px;
      font-style: normal;
      font-variant-caps: normal;
      font-variant-ligatures: normal;
      font-weight: 900;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f078"; }
    #app .nodeFormTab details[open] summary::after {
      content: "\f077";
      top: -5px; }
    #app .nodeFormTab details[open] summary:hover::after {
      animation: pulse 1s ease; }
    #app .nodeFormTab .schema-form-section > .panel > .panel-heading {
      padding: 2px 5px !important; }

@keyframes pulse {
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
    #app .nodeFormTab .partDetailCtrl,
    #app .nodeFormTab .ecoDetailCtrl,
    #app .nodeFormTab .fcoDetailCtrl,
    #app .nodeFormTab documentDetailCtrl {
      margin-top: 20px; }
    #app .nodeFormTab .nodeTypeFormButtons {
      margin-bottom: 10px; }
    #app .nodeFormTab .lowtabs div.tab-content {
      margin-top: 10px; }
    #app .nodeFormTab .form-group {
      margin-bottom: 0px; }
    #app .nodeFormTab .vis-timeline {
      overflow: visible !important; }
    #app .nodeFormTab .nodeEntryFirstButton {
      display: none;
      position: absolute;
      top: 20px;
      right: 38px;
      height: 28px;
      z-index: 10; }
    #app .nodeFormTab .nodeEntrySecondButton {
      display: none;
      position: absolute;
      top: 20px;
      height: 28px;
      right: 15px;
      z-index: 10; }
    #app .nodeFormTab .Cytoscape > div {
      height: 320px;
      box-shadow: -1px 2px 10px 3px rgba(100, 100, 100, 0.3) inset;
      border-radius: 4px; }
    #app .nodeFormTab .Cytoscape > div > canvas {
      margin: 1px; }
    #app .nodeFormTab .modal-body.modal-body-lifecycle {
      padding-top: 0px;
      padding-bottom: 0px; }
    #app .nodeFormTab .modal-footer.modal-footer-lifecycle {
      margin-top: 0px; }
    #app .nodeFormTab .switch {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 34px;
      line-height: 2.4; }
    #app .nodeFormTab .switch.boolean {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 28px;
      line-height: 2.2; }
    #app .nodeFormTab .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    #app .nodeFormTab .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #5bc0de;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab .slider.boolean {
      background-color: #ddd; }
    #app .nodeFormTab input.boolean:checked ~ .slider {
      background-color: #5cb85c; }
    #app .nodeFormTab input.boolean:focus ~ .slider {
      box-shadow: 0 0 1px #5cb85c; }
    #app .nodeFormTab label .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab label .slider.boolean:before {
      border: solid 1px gray;
      height: 24px;
      width: 24px;
      left: 2px;
      bottom: 2px; }
    #app .nodeFormTab label.indeterminate .slider.boolean:before {
      border: dotted 1px #666;
      left: 28px; }
    #app .nodeFormTab .state {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 50px;
      bottom: 4px;
      background: url(../images/read24.png);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab .state.waiting {
      background: url(../images/wait24.png); }
    #app .nodeFormTab .state:before {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 4px;
      right: 0;
      bottom: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab input:checked ~ .slider {
      background-color: #f0ad4e; }
    #app .nodeFormTab input:focus ~ .slider {
      box-shadow: 0 0 1px #f0ad4e; }
    #app .nodeFormTab input.boolean:checked ~ .slider:before {
      -webkit-transform: translateX(52px);
      -ms-transform: translateX(52px);
      transform: translateX(52px); }
    #app .nodeFormTab input:checked ~ .slider:before {
      -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
      transform: translateX(45px); }
    #app .nodeFormTab input:checked ~ .state {
      -webkit-transform: translateX(-43px);
      -ms-transform: translateX(-43px);
      transform: translateX(-43px);
      background: url(../images/write24.png); }
    #app .nodeFormTab .itemAccessModal input:checked ~ .state {
      background: url(../images/switchUsers.png);
      background-repeat: no-repeat; }
    #app .nodeFormTab .itemAccessModal input:checked ~ .state.waiting {
      background: url(../images/wait24.png);
      background-repeat: no-repeat; }
    #app .nodeFormTab .itemAccessModal .state {
      background: url(../images/switchTeam.png);
      background-repeat: no-repeat; }
    #app .nodeFormTab .itemAccessModal .state.waiting {
      background: url(../images/wait24.png);
      background-repeat: no-repeat; }
    #app .nodeFormTab .itemAccessModal .switch {
      margin-left: 20px;
      margin-top: 15px; }
    #app .nodeFormTab input:checked ~ .state.waiting {
      background: url(../images/wait24.png); }
    #app .nodeFormTab input:focus ~ .state {
      box-shadow: 0 0 1px #f0ad4e; }
    #app .nodeFormTab .slider.round {
      border-radius: 34px;
      box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 4px 1px inset; }
    #app .nodeFormTab .slider.round:before {
      border-radius: 50%;
      box-shadow: 0px 0px 4px #333;
      border: solid 1px #888; }
    #app .nodeFormTab .serialized-switch {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 34px;
      line-height: 2.4; }
    #app .nodeFormTab .serialized-switch input {
      opacity: 0;
      width: 0;
      height: 0; }
    #app .nodeFormTab .serialized-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ddd;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab .serialized-slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab .serialized-state {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 50px;
      bottom: 4px;
      background: url(../images/notItemLogo48.png);
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab .serialized-state.waiting {
      background: url(../images/wait24.png); }
    #app .nodeFormTab .serialized-state:before {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 4px;
      right: 0;
      bottom: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    #app .nodeFormTab input:checked ~ .serialized-slider {
      background-color: #5cb85c; }
    #app .nodeFormTab input:focus ~ .serialized-slider {
      /* box-shadow: 0 0 1px $brand-warning;*/ }
    #app .nodeFormTab input:checked ~ .serialized-slider:before {
      -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
      transform: translateX(45px); }
    #app .nodeFormTab input:checked ~ .serialized-state {
      -webkit-transform: translateX(-43px);
      -ms-transform: translateX(-43px);
      transform: translateX(-43px);
      background: url(../images/itemLogo48.png);
      user-select: none; }
    #app .nodeFormTab input:checked ~ .serialized-state.waiting {
      background: url(../images/wait24.png);
      user-select: none; }
    #app .nodeFormTab input:focus ~ .serialized-state {
      /* box-shadow: 0 0 1px $brand-warning;*/ }
    #app .nodeFormTab .serialized-slider.round {
      border-radius: 34px;
      box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 4px 1px inset; }
    #app .nodeFormTab .serialized-slider.round:before {
      border-radius: 50%;
      border: solid 1px #888; }
    #app .nodeFormTab .nodeGraph {
      height: 500px; }
    #app .nodeFormTab .versionBtn {
      font-size: 18px;
      font-weight: 600;
      padding: 4px 10px 3px 10px;
      color: white; }
    #app .nodeFormTab .formThumbnail {
      text-align: center; }
    #app .nodeFormTab .formThumbnail:hover .formThumbnailButtons {
      text-align: center;
      visibility: visible; }
    #app .nodeFormTab .formThumbnailButtons {
      visibility: hidden;
      position: absolute;
      left: 15px; }
  #app #fileViewer {
    display: none;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 1000;
    top: 0;
    background-color: #eee;
    z-index: 1000;
    border-left: solid 2px black;
    -webkit-box-shadow: -5px 5px 25px 0px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: -5px 5px 25px 0px rgba(0, 0, 0, 0.72);
    box-shadow: -5px 5px 25px 0px rgba(0, 0, 0, 0.72);
    border-bottom-left-radius: 1px; }
  #app #fileViewerContent {
    overflow-y: none;
    float: left;
    height: 100% !important;
    width: 100%; }
  #app #fileViewerTools {
    height: 100%;
    width: 20px;
    float: left; }
  #app #fileViewerCADOptions {
    width: 100%;
    float: left; }
  #app .firstFileViewerIcon {
    border-top: 2px solid #bbbbbb; }
  #app .fileViewerIcons {
    padding: 2px 0px;
    border-bottom: 2px solid #bbbbbb; }
  #app .fileViewerIcons:hover {
    cursor: pointer;
    background-color: #D99; }
  #app .fileViewerIcons span {
    margin-left: 3px; }
  #app .row.equal {
    display: flex;
    flex-wrap: wrap; }
  #app .recentItem-grid {
    text-align: center;
    margin-bottom: 10px;
    overflow-x: hidden;
    font-size: 11px; }
  #app .recentItemGridIcon {
    max-height: 48px; }
  #app #rightPanelReducer {
    width: 40px;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1025;
    cursor: pointer;
    border-right: 1px solid black;
    background-color: #eee; }
  #app #rightPanelReducer span {
    color: black; }
  #app #rightPanelReducer:hover {
    background-color: #aaa; }
  #app #rightPanelReducer:hover,
  #app #rightPanelReducer:hover span {
    color: white; }
  #app #leftPanelReducer {
    border-right: 1px solid black;
    background-color: #eee; }
  #app #leftPanelReducer span {
    color: black; }
  #app #leftPanelReducer:hover {
    background-color: #aaa; }
  #app #leftPanelReducer:hover,
  #app #leftPanelReducer:hover span {
    color: white; }
  #app div.charDiv {
    margin-bottom: 10px; }
  #app .report-th {
    border: 1px solid lightgray;
    padding: 4px 8px; }
  #app .report-td1 {
    padding: 4px 8px;
    border: 1px solid lightgray;
    border-bottom: 0px; }
  #app .report-td2 {
    padding: 4px 8px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray; }
  #app #reportOverlay {
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1000000;
    top: 0px;
    background-color: #FFFD; }
  #app #reportOverlay.opened {
    visibility: visible; }
  #app #report {
    background-color: #F9F9F9;
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    min-width: 800px;
    margin-top: 50px;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px; }
  #app table.reportTable {
    width: max-content !important;
    max-width: none !important;
    border-bottom: solid 1px lightgray; }
    #app table.reportTable thead {
      background-color: #5bc0de; }
  #app #topBanner {
    height: 50px; }
  #app #reportBtns {
    position: absolute;
    top: 10px;
    right: 25px; }
  #app #reportName {
    height: 50px;
    font-size: 2.6em;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    color: #00c0f3; }
  #app #reportDate {
    font-size: 1em;
    float: right;
    border: solid 1px;
    padding: 8px;
    height: 40px;
    background-color: #9bc2e666;
    border-radius: 5px; }
  #app #reportLogo {
    float: left;
    height: 50px; }
  #app #reportContent {
    overflow-x: auto;
    overflow-y: auto;
    height: 75vh; }
  #app .nodetypeBar .panel-heading {
    background-color: #F5F5F5;
    color: black;
    text-decoration: none; }
  #app .nodetypeBar a:focus {
    text-decoration: none; }
  #app .nodetypeBar a:hover {
    text-decoration: none; }
  #app .nodetypeBar .panel-heading:hover {
    background-color: #5bc0de;
    color: white;
    font-weight: bold;
    text-decoration: none; }
  #app .nodetypeBar [aria-expanded='true'] .panel-heading {
    background-color: #5cb85c;
    color: white; }
    #app .nodetypeBar [aria-expanded='true'] .panel-heading a {
      text-decoration: none; }
  #app .tab-partScores h4 {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 16px; }
  #app .score-card {
    --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    padding: 16px 32px;
    border-radius: 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    border: 1px solid #bdc3c7;
    margin-bottom: 16px; }
  #app .tab-partScores .score-label {
    padding: 8px 24px;
    border-radius: 16px;
    font-size: 16px;
    color: white;
    background-color: #999; }
  #app .low-risk {
    background-color: green !important; }
  #app .medium-risk {
    background-color: orange !important; }
  #app .high-risk {
    background-color: red !important; }
  #app .strong-risk {
    background-color: green !important; }
  #app .modal-90-lg {
    width: 75% !important; }
  #app .main-wrap {
    background: white;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%; }
  #app .userBadge {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-top: 6px;
    box-shadow: 0px 0px 2px #aaa;
    cursor: pointer;
    border: solid 1px white; }
  #app .userBadge:hover {
    box-shadow: 2px 2px 5px #aaa; }
  #app i.rotate {
    animation: rotation 1s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
  #app #dashboard .recentItemRemoveButtons {
    top: 0px;
    left: -30px;
    position: absolute;
    color: orange;
    font-weight: bold;
    cursor: pointer; }
  #app #dashboard .recentItemRemoveButtons:hover {
    color: red; }
  #app #applicationName {
    font-size: 32px; }
  #app .st-menu {
    /*padding-bottom: 100px;*/
    height: 100%;
    left: 0;
    top: 0; }
  #app .fill {
    min-height: 100%;
    height: 100%; }
  #app .sub-header {
    padding-bottom: 10px; }
  #app #TOPBAR {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #222;
    background-color: #eee; }
  #app li[role="presentation"].active a {
    font-weight: bold; }
  #app .modal-header {
    background-color: #eee !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important; }
  #app .modal-footer {
    background-color: #eee !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important; }
  #app .userNavBlock {
    background: transparent;
    border: none;
    cursor: pointer; }
  #app .userNavBlock > img {
    object-fit: cover;
    height: 128px;
    width: 128px;
    border-radius: 5px;
    margin-top: 34px;
    margin-bottom: 14px;
    transition: all 0.2s; }
  #app .userNavBlock > img:hover {
    transition: all 0.2s;
    margin-top: 23px;
    margin-bottom: 3px;
    height: 150px;
    width: 150px; }
  #app [sidebarjs].sidebarjs--left [sidebarjs-container] {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); }
  #app .userNavBlock > img {
    border: 1px solid grey;
    background-color: #eee; }
  #app #myTab li a div.tabLabel {
    max-width: 100px;
    font-size: 9pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left; }
  #app .nav-sidebar {
    margin-right: -10px;
    /* 20px padding + 1px border */
    margin-bottom: 15px;
    margin-left: -15px; }
  #app .nav-sidebar > li > a {
    padding-right: 10px;
    padding-left: 25px; }
  #app .main {
    height: calc(100% - 170px);
    min-height: calc(100% - 170px); }
  #app .main .page-header {
    margin-top: 0; }
  #app .mainNodeListingLabel {
    font-size: 1em;
    font-weight: bold; }
  #app .placeholders {
    margin-bottom: 30px;
    text-align: center; }
  #app .placeholders h4 {
    margin-bottom: 0; }
  #app .placeholder {
    margin-bottom: 20px; }
  #app .placeholder img {
    display: inline-block;
    border-radius: 50%; }
  #app #nodeListActionButtons {
    margin-top: 10px; }
  #app #nodeListActionButtons .btn {
    z-index: 1000; }
  #app .instanciateNodeMenu > li:hover {
    background-color: #f5f5f5 !important;
    color: #262626 !important; }
  #app .instanciateNodeMenu > li > div > button {
    padding: 3px 20px !important;
    margin-right: 8px !important;
    color: #333 !important;
    font-weight: 400 !important;
    text-decoration: none !important; }
  #app .tabclosebutton {
    margin-left: 5px; }
  #app div.navbar-header p {
    float: left;
    font-size: 20px;
    margin-left: 30px;
    margin-top: 8px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px; }
  #app div.navbar-header p img {
    margin-bottom: 4px; }
  #app div.initPanel {
    margin-top: 20px; }
  #app a img.media-object {
    margin-left: auto;
    margin-right: auto; }
  #app div.mediaControlButton {
    visibility: hidden; }
  #app span.labelCommentWriter {
    margin-right: 15px; }
  #app div.mediaTextContent {
    min-height: 24px;
    padding: 5px;
    margin: 4px; }
  #app div.mediaTextContent.editionMode {
    border-radius: 3px;
    padding: 2px; }
  #app .nodeTd {
    float: left; }
  #app .reducedCatIcon {
    width: 25px;
    margin-top: 14.5px;
    margin-left: 6px; }
  #app tr td:not(.relationshipProp) select {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin: -1px;
    margin-bottom: 5px;
    margin-top: 3px;
    padding-bottom: -2px;
    padding-top: -2px; }
  #app #leftPanelReducer {
    width: 40px;
    height: 100vh;
    overflow-y: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1025;
    cursor: pointer; }
  #app .rotateTextMenu {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: bold; }
  #app .rotateTextClose {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
    margin-top: 35px;
    font-size: 1.5rem;
    font-weight: bold; }
  #app #leftPanelReducer span {
    margin-top: 10px;
    margin-left: 8px; }
  #app div.charDiv {
    margin-bottom: 10px; }
  #app input.BOMINPUT.relationshipInfo {
    width: 100%;
    background: transparent;
    border-radius: 5px;
    height: 100%; }
  #app .illustrationManagement:hover {
    width: 32px; }
  #app #PromoteWindows_signoff {
    height: 150px;
    overflow-y: scroll; }
  #app #PromoteWindows_signoff table {
    width: 100%; }
  #app .ECOImpactList,
  #app .FCOImpactList {
    height: 400px; }
  #app .graph {
    height: 400px;
    width: 100%; }
  #app span.asisTitle,
  #app span.tobeTitle {
    float: left;
    z-index: 1000;
    margin-right: 5px; }
  #app .graph {
    margin-top: 4px;
    border-radius: 5px; }
  #app .modal-footer {
    margin-top: 30px; }
  #app .modal-body #nodeList_wrapper {
    margin-top: 0px; }
  #app embed.pdfEmbed {
    width: 100%;
    height: 100%; }
  #app .imageLoader {
    margin-right: 10px; }
  #app .formtext {
    padding: 8px;
    font-size: 16px;
    font-weight: 400; }
  #app #maximumResultNumberWarning {
    padding: 6px;
    font-size: 14px;
    font-weight: 400; }
  @media screen and (max-width: 960px) {
    #app div.nodeTypeFormButtons div button span:not(.glyphicon) {
      display: none; } }
  #app .dataTable tbody tr td:first-child {
    white-space: nowrap; }
  #app #graphCtxMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
  #app #graphCtxMenu:hover {
    cursor: pointer; }
  #app #graphCtxMenu a.list-group-item {
    padding-top: 3px;
    padding-bottom: 3px; }
  #app span.BOMINPUT.badge {
    margin-top: 8px; }
  #app .categoryIcon {
    margin-right: 10px;
    margin-top: -3px; }
  #app .refCell {
    white-space: nowrap;
    text-overflow: none; }
  #app .languageselector img {
    margin-right: 10px; }
  #app .modal-body.modal-body-lifecycle {
    padding-top: 0px;
    padding-bottom: 0px; }
  #app .modal-footer.modal-footer-lifecycle {
    margin-top: 0px; }
  #app .tab-versionBadge {
    top: 3px;
    color: gray;
    position: absolute;
    background: rgba(51, 122, 183, 0.7);
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 0px 4px;
    font-size: 10px;
    width: 30px; }
  #app .tabIcon {
    top: 3px;
    right: 3px;
    color: gray;
    position: absolute; }
  #app .tabNodetypeIcon {
    margin-left: -8px;
    margin-right: 2px; }
  #app .tabIcon:hover {
    color: red; }
  #app .tabNodetypeIcon {
    margin-top: -4px; }
  #app .wellTitle {
    z-index: 9;
    position: absolute;
    right: 15px;
    padding: 8px;
    top: 0px;
    font-weight: bold;
    border: solid 1px grey;
    border-top: none;
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 5px;
    background-color: #c6e5ee; }
  #app .teamTitle {
    z-index: 9;
    position: absolute;
    right: -15px;
    padding: 8px;
    top: -15px;
    font-weight: bold;
    border: solid 1px grey;
    border-top: none;
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 5px;
    background-color: #c6e5ee; }
  #app .promoteCondBtn {
    z-index: 9;
    position: absolute;
    left: 30px;
    top: 10px;
    font-weight: bold;
    border: solid 1px grey;
    border-top: none;
    border-left: none;
    border-radius: 40px;
    color: #f0ad4e !important;
    text-transform: uppercase;
    background: transparent;
    padding: 6px 7px 3px 8px;
    border: 3px solid #f0ad4e !important;
    display: inline-block;
    transition: all 0.3s ease 0s; }
  #app .promoteBtn {
    z-index: 9;
    position: absolute;
    left: 40px;
    top: 10px;
    font-weight: bold;
    border: solid 1px grey;
    border-top: none;
    border-left: none;
    border-radius: 40px;
    color: #5cb85c !important;
    text-transform: uppercase;
    background: transparent;
    padding: 6px 7px 3px 8px;
    border: 3px solid #5cb85c !important;
    display: inline-block;
    transition: all 0.3s ease 0s; }
  #app .promoteBtn:hover {
    border-radius: 50px;
    border: 4px;
    transition: all 0.3s ease 0s; }
  #app .actionnableGlyphicon:hover {
    color: red;
    cursor: pointer;
    font-weight: bold; }
  #app .nav-tabs li a {
    cursor: pointer;
    border: 1px solid #eee;
    border-bottom-color: transparent;
    background-color: #f9f9f9;
    text-overflow: ellipsis;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-x: hidden; }
  #app .nav-tabs li.nodeTab {
    min-width: 70px;
    max-width: 220px; }
  #app .promotionText {
    font-weight: bold;
    color: #d9534f;
    font-size: 1.5em; }
  #app .mainNavigationTabs {
    position: sticky;
    top: 0px;
    padding-top: 3px;
    z-index: 10;
    background-color: white; }
  #app .navBarNodeSticky {
    position: sticky;
    top: 45px;
    z-index: 10;
    opacity: 1;
    box-shadow: 0px 2px 5px #555; }
  #app #active-users-badge {
    top: -10px;
    position: relative;
    left: -5px;
    font-size: 10px; }
  #app #active-users-newMessage {
    top: -10px;
    position: relative;
    left: 5px;
    font-size: 10px; }
  #app .user-newMessage {
    position: relative;
    font-size: 10px;
    background: #f0ad4e;
    top: -2px; }
  #app #messages {
    height: calc(100% - 160px);
    /* Firefox */
    height: -moz-calc(100% - 160px);
    /* WebKit */
    height: -webkit-calc(100% - 160px);
    /* Opera */
    height: -o-calc(100% - 160px);
    /* Standard */
    height: calc(100% - 160px);
    overflow-y: auto; }
  #app [sidebarjs] {
    z-index: 11; }
  #app [sidebarjs-container] {
    overflow-y: auto; }
  #app .badge-message {
    background-color: #f0ad4e; }
  #app .nav-tabs > li.active > a,
  #app .nav-tabs > li.active > a:focus,
  #app .nav-tabs > li.active > a:hover {
    border-top: 2px solid #2e6da4aa !important;
    border-left: 2px solid #2e6da4aa !important;
    border-right: 2px solid #2e6da4aa !important;
    margin-bottom: -1px;
    background-color: #ffeb6b79; }
  #app .nav.nav-tabs {
    border-bottom: 1px solid #2e6da4aa !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: -webkit-box !important;
    display: -moz-box !important; }
    #app .nav.nav-tabs li[role="presentation"] {
      float: none !important; }
  #app .nav-tabs > li:not(.active) > a,
  #app #app .nav-tabs > li:not(.active) > a:focus,
  #app #app .nav-tabs > li:not(.active) > a:hover {
    border-bottom: 1px solid #2e6da4aa !important;
    background-color: #f0f0f0; }
  #app .label-tag {
    background-color: #d4cdcd;
    color: black;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 600; }
  @media only screen and (max-width: 1400px) {
    #app .btnText1200 {
      display: none; } }
  @media only screen and (max-width: 1100px) {
    #app .btnText1000 {
      display: none; } }
  @media only screen and (max-width: 1000px) {
    #app .btnText900 {
      display: none; } }
  @media only screen and (max-width: 800px) {
    #app .btnText800 {
      display: none; } }
  #app .rowGroup {
    background-color: #5bc0de4d !important; }

.whereusepop .list-group-item {
  opacity: 0.9; }

/* FULL CSS INIT LOAD PAGE */
.introLoading {
  background: #2e6da4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

/* add a spinning loader */
.introLoading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top-color: #337ab7;
  animation: spin 1s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

/* slide up the loader and #element when the page is loaded and remove #element */
.introLoading.revealed {
  animation: fadeOut 0.5s ease-in-out forwards; }

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden; } }

.introLoading.revealed #element {
  display: none; }

.introLoading.revealed:before {
  animation: none; }

.introLoading.revealed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e6da4; }

.introLoading.revealed .introLoading-logo {
  display: none; }

.introLoading.revealed .introLoading-text {
  display: none; }

.ag-theme-balham .ag-rich-select .ag-rich-select-list {
  width: auto !important; }
