/* -- Begin Layout -- */
body {
  font-size: 13px;
  overflow-y: scroll;
}
.main {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -70px; /* margin-bottom: minus footer's height */
  padding: 10px 30px;
}
.main-wrapper {
  padding-top: 70px /* same as footer's height */
}
.main-wrapper-push {
  height: 70px; /* same as the footer */
}
footer {
  margin-top: -70px;
  height: 70px;
  border-top: 1px solid #eee;
  padding: 10px 10px 0;
  -webkit-box-shadow: 0px 1px 22px #e5e5e5;
  -moz-box-shadow: 0px 1px 22px #e5e5e5;
  -o-box-shadow: 0px 1px 22px #e5e5e5;
  -ms-box-shadow: 0px 1px 22px #e5e5e5;
  box-shadow: 0px 1px 22px #e5e5e5;
  background-image: -webkit-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: -moz-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: -o-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: -ms-linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
  background-image: linear-gradient(#f5f5f5, #eee 30%, #f5f5f5);
}
footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links li {
  display: inline-block;
  margin-right: 10px;
}
.footer-links-link {
  color: #878787;
}
.footer-links-link:hover {
  color: #777;
  text-decoration: none;
}
/* -- End Layout -- */

/* -- Begin Login -- */
.login {
  /* background-color: #fff; */
  /* -webkit-box-shadow: 0px 0px 20px #777; */
  /* -moz-box-shadow: 0px 0px 20px #777; */
  /* -o-box-shadow: 0px 0px 20px #777; */
  /* -ms-box-shadow: 0px 0px 20px #777; */
  /* box-shadow: 0px 0px 20px #777; */
  /* -webkit-border-radius: 5px; */
  /* -moz-border-radius: 5px; */
  /* -o-border-radius: 5px; */
  /* -ms-border-radius: 5px; */
  /* border-radius: 5px; */
  padding-top: 10px;
  max-width: 500px;
  margin: 60px auto 0;
}
.login-logo {
  text-align: center;
  padding: 20px 0;
}
.minimal-logo {
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.login-controls {
  margin-left: 120px;
}
.login-input-label {
  width: 100px;
}
.login-control-group-last, .login-bypass-label {
  margin-bottom: 0 !important;
}
.login-body {
  padding: 40px 20px !important;
}
.login-footer {
  margin-top: 0 !important;
}

@media(max-width: 766px) {
  .hide-mobile {
    display: none;
  }
}

@media(min-width: 766px) {
  .mobile-only {
    display: none;
  }
}

.mobile-header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.mobile-menu-toggle {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}

.mobile-header > .logo {
  max-height: 80px;
}

/* iPad */
@media (max-device-height: 1024px) and (orientation:landscape) {
  .login {
    margin-top: 30px;
  }
}
/* Android Google Galaxy Nexus, add others! */
/* @media (-webkit-device-pixel-ratio: 2) and (orientation:landscape) { */
/*   .login { */
/*     margin-top: 10px; */
/*   } */
/*   .login-header { */
/*     display: none; */
/*   } */
/*   .login-body { */
/*     padding: 10px 20px !important; */
/*   } */
/*   .login-controls { */
/*     margin-left: 0px; */ 
/*   } */
/* } */
@media (-webkit-device-pixel-ratio: 2) and (orientation:portrait) {
  .login {
    margin-top: 30px;
    width: 320px;
  }
  .login-header {
    display: none;
  }
  .login-body {
    padding: 10px 20px !important;
  }
  .login-controls {
    margin-left: 0px; 
  }
}
/* -- End Login -- */

/* -- Begin Errors -- */
.custom-error {
  font-family: 'Varela', sans-serif;
  font-size: 1.5em;
  width: 500px;
  margin: 100px auto 0;
  text-transform: lowercase; 
}
.custom-error-body {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding : 30px 0;
}
.custom-error-body i{
  color: #c43c35;
}
.custom-error-go-back {
  font-size: 1.2em;
  padding: 6px 24px;
}
.custom-error-footer {
  padding-top: 20px;
}
/* Android Google Galaxy Nexus, add others! */
@media (-webkit-device-pixel-ratio: 2) and (orientation:landscape) {
  .custom-error {
    margin: 0 auto;
  }
}
/* -- End Errors -- */

/* -- Begin Notifications -- */
.alert {
  text-align: center;
}
/* -- End Notifications -- */

/* -- Begin Application -- */
.tabs-content {
  padding: 30px 0;
}
.form-actions {
  text-align :right;
}
.form-controls-checkbox {
  padding-top: 7px;
}
.form-controls-radio {
  padding-top: 6px;
}
/* --- Begin Application::TopBar --- */
.navbar {
  -webkit-box-shadow: 0px 1px 10px #777;
  -moz-box-shadow: 0px 1px 10px #777;
  -o-box-shadow: 0px 1px 10px #777;
  -ms-box-shadow: 0px 1px 10px #777;
  box-shadow: 0px 1px 10px #777;
  background: #FFFFFF;
}
.navbar-nav-link {
  padding: 17px 15px 13px !important;
}
.navbar-nav-form {
  margin: 0;
}
.nav.toolbar .form-control {
  margin-top: 10px;
  margin-right: 10px;
}
.navbar-nav-form-link {
  border: none;
  background: none;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  font-size: inherit;
  padding: 17px 15px 13px;
}
.navbar-nav-form-link:hover {
  color: #333333;
}
.navbar-brand {
  margin-top: 10px;
  padding: 0px 15px;
  font-family: 'Varela', sans-serif;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* --- End Application::TopBar --- */

/* --- Begin Application::List --- */
.list-column {
  vertical-align: middle !important;
}
/* ---- Begin Application::List::Selectboxes ---- */
.list-selectable {
  width: 40px;
  text-align: center;
}
.list-selectable-checkbox {
  margin: 0 !important;
}
/* ---- End Application::List::Selectboxes ---- */
/* ---- Begin Application::List::ActionsOnRow ---- */
.list-row-selected .list-column {
  background-color: #f5f5f5 !important;
}
.list-row-action-header {
  width: 110px;
  text-align: center;
}
.list-row-action-wrapper {
  position: relative;
  text-align: right;
  height: 100%;
}
.list-row-action-wrapper-link {
  font-size: 1.3em;
  padding: 4px;
  display: inline-block;
  visibility: hidden;
}
.list-row-action-wrapper-link:hover {
  text-decoration: none;
}
.list-row:hover .list-row-action-wrapper-link,
.list-row:hover .list-row-action-wrapper-link-active {
  visibility: visible;
}
.list-row-action-popover-delete-one {
  left: -120px;
  top: -27px;
  width: 200px;
  text-align: center;
}
.list-row-action-popover-delete-one-btn {
  margin-right: 10px;
}
/* ---- End Application::List::ActionsOnRow ---- */
/* ---- Begin Application::List::ActionsOnList ---- */
.list-menu {
  text-align: left;
}
.list-menu-toggle, .list-menu-toggle:hover {
  outline: none;
  text-decoration: none;
}
.list-menu-divider {
  height: 2px !important;
}
.list-menu-link-disabled {
  /* @gray-light */
  color: #999 !important;
  cursor: default !important;
  background-color: #fff !important;
  background-image: inherit;
  cursor: default !important;
}
.list-menu-wrapper-disabled:hover .list-menu-link-disabled:hover {
  background-color: #fff !important;
  background-image: inherit;
  cursor: default !important;
}
.list-menu-popover-delete-selected {
  left: 160px;
  top: 37px;
  width: 250px;
  text-align: center;
}
.list-menu-popover-delete-selected-btn {
  margin-right: 10px;
}
/* ---- End Application::List::ActionsOnList ---- */

/* --- End Application::List --- */
/* --- Begin Application::Base --- */
.base-text {
  font-family: 'Varela', sans-serif;
  width: 730px;
  margin: 40px auto 0;
  font-size: 1.45em;
  line-height: 1.8em;
}
.base-icons {
  text-align: center;
  margin-top: 50px;
}
.base-icons .btn {
  float: left;
  width: 150px;
  padding: 20px 0;
  cursor: default;
}
.base-icons [class^="icon-"] {
  display: block;
  margin: 5px auto;
  vertical-align: middle;
}
/* --- End Application::Base --- */
/* Android Google Galaxy Nexus, add others! */
@media (-webkit-device-pixel-ratio: 2) {
  .navbar-fixed-top {
    position: relative !important;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .navbar-brand, .navbar-module, .navbar-edit-account, .navbar-logout {
    float: left;
  }
  .navbar .nav {
    margin: 0;
    padding: 0;
  }
  .main-wrapper {
    padding-top: 0;
  }
  footer {
    display: none;
  }
}
/* -- End Application -- */

.muted {
  color: rgba(0,0,0,0.5)
}

.small {
  font-size: 11px;
}
.top-heavy-line {
  border-top: 2px solid black;
}

.label {
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 11.5px;
}

.label a {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 11.5px;
  color: white !important;
  text-decoration: underline;
}

.label-big {
  font-size: 13px;
}

.info-table tr:last-child td {
  border-bottom: 1px solid #dddddd;
}

.info-table tr td:first-child {
  font-weight: bold;
  font-size: 15px;
  padding-right: 30px;
  width: 1px;
  white-space: nowrap;
}

.info-table tr td:last-child {
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-left: 10px;
}

.info-table tr td:last-child .btn {
  margin-left: 5px;
}

.generic-table tr td {
  max-width: 300px;
}

.loader {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 10px 0;
}
.loader:after {
  content: " ";
  display: block;
  width: 36px;
  height: 36px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #299356;
  border-color: #299356 transparent #299356 transparent;
  animation: loader-anim 1.2s linear infinite;
}
@keyframes loader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.well.inline {
  vertical-align: top;
}

.table tr.inactive {
  opacity: 0.5;
}

.bottom-small-margin {
  margin-bottom: 3px;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

#product-details .tab-content {
  margin-top: 20px;
}

.metric {
  border-radius: 4px;
  background: #e8e8e8;
  display: inline-block;
  padding: 14px 41px 14px 16px;
  margin-right: 4px;
  border: 4px solid #00000014;
}

.metric .title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #464646;
}

.metric .value {
  font-size: 32px;
  font-weight: 900;
  color: #676767;
}

.metric .subvalue {
  font-size: 13px;
  font-weight: 700;
  color: #848484;
}

.metric.green .title,
.metric.yellow .title,
.metric.orange .title,
.metric.blue .title,
.metric.red .title,
.metric.purple .title {
  color: #ffffffd6;
}

.metric.green .value,
.metric.yellow .value,
.metric.orange .value,
.metric.blue .value,
.metric.red .value,
.metric.purple .value {
  color: white;
}

.metric.green .subvalue,
.metric.yellow .subvalue,
.metric.orange .subvalue,
.metric.blue .subvalue,
.metric.red .subvalue,
.metric.purple .subvalue {
  color: #ffffffd6;
}

.metric.red {
  background: #cd322a;
}

.metric.green {
  background: #44ab3e;
}

.metric.orange {
  background: #dc622b;
}

.metric.yellow {
  background: #dcae2b;
}

.metric.blue {
  background: #2ba2dc;
}

.metric.purple {
  background: #8f2acd;
}

.category-action-buttons.hidden {
  display: none;
}

.release-log-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.release-log-filters .form-control {
  width: auto;
}

.release-log-filters input.form-control {
  width: 240px;
}

@media (max-width: 600px) {
  .release-log-filters .form-control,
  .release-log-filters input.form-control {
    width: 100%;
  }
}

@-webkit-keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.optionsTable tr td.optionsChangeAnimation {
  -webkit-animation: blink-2 0.4s both;
  animation: blink-2 0.4s both;
}
