a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
}

p,
div,
img,
a,
li,
ul {
  user-select: none;
}

body {
  overflow: hidden;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  /* See https://docs.angularjs.org/api/ng/directive/ngCloak */
  display: none !important;
}

.btn:focus,
.btn:active {
  /* removes outlines of ALL buttons */
  outline: none !important;
}

.btn-primary,
.btn-primary:focus {
  color: #1b1b1b;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:hover {
  color: #ffffff;
  background-color: #667788;
  border-color: #556677;
}

.nav-tabs {
  border-bottom: 0px;
}

.caret {
  float: right;
  margin-top: 5px;
}

#main-container {
  display: flex;
  height: 100vh;
}

#container-canvas {
  position: relative;
  width: 100%;
}

#studioCanvas {
  height: 100% !important;
  width: 100% !important;
}

.parameter-input .parameter-input-title {
  /* move to skyparameter? */
  width: 100%;
}

.margin-narrow {
  margin: 2px;
}

.padding-narrow {
  padding: 10px;
}

.sky-toolbar .parameter-thumbnail {
  display: none;
}

.parameter-thumbnail img {
  object-fit: contain;
}

.sky-toolbar .parameter-input-parameter,
.sky-toolbar .parameter-block,
.sky-toolbar .sky-ui-button,
.sky-toolbar .flyout-horizontal-menu {
  width: 100%;
}

.sky-toolbar .parameter-input .parameter-input-field {
  width: 80%;
}

.sky-toolbar .parameter-input .validation-row {
  margin-right: 10px;
}

#container-top-right {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 15px;
  top: 15px;
}

#visible-metrics {
  font-size: 15px;
  margin-top: 15px;
  pointer-events: none;
  text-align: right;
  z-index: 100;
}

#visible-metrics>ul>li {
  list-style-type: none;
}

.visible-metrics-label {
  font-weight: bold;
}

.visible-metrics-value {
  font-weight: lighter;
}

.visible-metrics-text {
  font-weight: bold;
}

#main-dropdown-menu-right {
  right: 0;
  left: auto;
}

.main-menu-button {
  width: unset !important;
  margin-left: auto;
}

#container-studio {
  padding: 0px;
}

.No-script-overlay {
  z-index: 2001;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 1);
}

.No-script-overlay-content {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  height: 120px;
  margin: 0 auto;
  padding: 8px 5px 5px;
  text-align: justify;
  top: 50%;
  width: 300px;
}

.alert-message {
  /* skystudio-ui */
  z-index: 100;
  position: relative;
  margin: 2px;
  width: 400px;
}

.sky-alert {
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.modal-footer-button {
  /* used in studio loadsave modal */
  display: inline-block;
}

canvas.loading {
  filter: blur(2px);
}

.loader {
  margin-left: auto;
  margin-right: auto;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1.5s linear infinite;
  position: absolute;
  top: 150px;
  left: 50%;
}

.loader-inline {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sky-toolbar-container {
  display: flex;
  background-color: #333;
}

.sky-toolbar {
  background-color: white;
  box-shadow: 0px 0px 3px #aaaaaa;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 230px;
  z-index: 1;
}

.sky-step-bar > ul {
  background-color: #333;
  height: auto;
  list-style-type: none;
  margin: 0px;
  overflow: hidden;
  padding-top: 0px;
  padding: 0px;
  width: 80px;
}

.sky-step-bar > ul > li {
  background-color: #333;
  font-size: 12px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.sky-step-bar > ul > li > a {
  -webkit-user-drag: none;
  border-color: #555;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  color: #ddd;
  display: block;
  height: 70px;
  padding: 15px 0px;
  text-decoration: none;
  width: 80px;
}

.sky-step-bar > ul > li.active > a,
.sky-step-bar > ul > li.active > a:focus,
.sky-step-bar > ul > li.active > a:hover {
  border-style: none;
}

.sky-step-bar > ul > li > a:hover {
  background-color: #555;
  color: #fff;
  border-style: solid;
  border-color: #555;
  border-width: 1px 0px 1px 0px;
}

.sky-step-bar > ul > li > a span {
  font-size: 20px;
}

.sky-step-bar img {
  max-width: 20px;
  max-height: 20px;
}

.sky-quick-bar {
  height: 45px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 210px;
  z-index: 100;
}

.sky-quick-bar-item-container img {
  max-height: 40px;
}

/* #region load project modal */
tr.selected-row {
  background-color: #4cae4c;
  color: #ffffff;
}

.table-row-grey-hover .selected-row:hover {
  background-color: #4cae4c;
  opacity: 0.9;
}

.table-row-grey-hover tr:hover {
  background-color: #f5f5f5;
}

table.Table-scroll {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

table.Table-scroll * {
  box-sizing: inherit;
}

.Table-scroll thead {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.Table-scroll tbody {
  display: inline-block;
  overflow-y: auto;
  height: 400px;
}

.Table-scroll thead>tr,
.Table-scroll tbody>tr {
  display: flex;
  flex-flow: row nowrap;
}

.Table-scroll thead {
  flex-shrink: 0;
}

.Table-scroll th,
.Table-scroll tbody td {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.Three-column-table th,
.Three-column-table tbody td {
  width: 33%;
}
/* #endregion */
