@charset "UTF-8";
/*
 * Project Horizon
 * (c) 2013-2014 VMware, Inc. All rights reserved.
 * VMware Confidential.
 */
@font-face {
  font-family: "clarity-icon";
  src: url(../../fonts/clarity-icon.eot);
  src: url(../../fonts/clarity-icon.eot#iefix) format("embedded-opentype"), url(../../fonts/clarity-icon.ttf) format("truetype"), url(../../fonts/clarity-icon.woff) format("woff"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICIuLi8uLi9mb250cy9jbGFyaXR5LWljb24uc3ZnIjs=) format("svg");
  font-weight: normal;
  font-style: normal; }

.clr-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "clarity-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1rem;
  height: 1rem; }
  .clr-icon > * {
    height: 100%;
    width: 100%;
    display: block;
    pointer-events: none; }

.angle-double-line::before {
  content: "\E927"; }

.exclamation-circle-line::before {
  content: "\E912"; }

.exclamation-triangle-line::before {
  content: "\E913"; }

.check-circle-line::before {
  content: "\E90E"; }

.circle-solid::before {
  content: "\E914"; }

.crosshairs-line::before {
  content: "\E902"; }

.minus-line::before {
  content: "\E900"; }

.plus-line::before {
  content: "\E901"; }

.user-line::before {
  content: "\E90F"; }

.vm-line::before {
  content: "\E910"; }

.info-circle-line::before {
  content: "\E911"; }

.bell-line::before {
  content: "\E90B"; }

.search-line::before {
  content: "\E90C"; }

.times-circle-line::before {
  content: "\E90D"; }

.help-line::before {
  content: "\E90A"; }

.HorizonCloud_Icon_wht::before {
  content: "\E908";
  color: #fff; }

.applications-line::before {
  content: "\E909"; }

.grid-view-line::before {
  content: "\E905"; }

.line-chart-line::before {
  content: "\E906"; }

.share-line::before {
  content: "\E907"; }

.caret-line::before {
  content: "\E903"; }

.cog-line::before {
  content: "\E904"; }

.world-line::before {
  content: "\E915"; }

.filter-grid-solid::before {
  content: "\E917"; }

.datagrid-filter-icon::before {
  content: "\E916"; }

.pencil-line:before {
  content: "\E918"; }

.pop-out-line::before {
  content: "\E919"; }

.chat-bubble-line::before {
  content: "\E91A"; }

.horizon8-cloud-logo:before {
  content: "\E91B"; }

.vmc-logo:before {
  content: "\E91C"; }

.ellipsis-horizontal-line:before {
  content: "\E91D"; }

.plus-circle-line:before {
  content: "\E91E"; }

.sync-line:before {
  content: "\E91F"; }

.trash-line:before {
  content: "\E920"; }

.unknown-status-line:before {
  content: "\E921"; }

.deletion-protected:before {
  content: "\E922"; }

/*
 * Project Horizon
 * (c) 2013-2016 VMware, Inc. All rights reserved.
 * VMware Confidential.
 ************************* Steps **************************
 */
body {
  line-height: 1; }
  body p {
    margin: 0;
    line-height: inherit; }

.astro-content {
  flex: 1 1 auto; }

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  line-height: inherit; }

.break-all-word {
  word-break: break-all; }

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

.border-bottom {
  border-bottom-color: #cccccc !important; }

.uag:nth-of-type(3) {
  border-top: 1px dashed #dee2e6;
  margin-top: 1rem; }

.node-icon-wrap {
  display: inline-block;
  vertical-align: bottom;
  height: 30px; }

.login-form p {
  color: #fff; }

*[class*='col-'] .overlay .text {
  font-size: 1.3em; }

.form-control {
  font-size: 0.6rem; }

.table-header {
  margin: 0; }

.v-summary .section-header {
  font-weight: 100;
  font-size: 0.918rem;
  border-bottom: 0;
  color: #000; }

.v-summary .section-underline {
  border-bottom: 0;
  margin-bottom: 0; }

.v-summary .section-title-header {
  color: #004a70; }

.v-summary .section-edit,
.v-summary .section-header-link {
  color: #0079b8;
  font-size: 0.75rem;
  display: inline-flex;
  justify-content: center;
  line-height: 0.9rem; }

.v-summary .section-add-link {
  color: #0079b8;
  font-size: 0.6rem;
  line-height: 0.9rem; }

.v-summary .section-gateway-title {
  display: inline-block;
  font-size: 0.8rem; }

.v-summary .section-gateway-inner-title {
  font-size: 0.65rem; }

.usergroup-padding {
  margin: 30px 0 20px;
  padding: 0; }

.buttons-right span {
  padding-left: 0; }

.progress,
.progress-static {
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.step-title {
  min-width: 350px;
  margin-right: 30px; }

.modal-backdrop {
  background-color: #313131; }
  .modal-backdrop.show {
    opacity: 0.85; }

.modal.fade.show {
  display: flex !important;
  opacity: 1; }

.modal-dialog {
  margin: 0 auto; }
  .modal-dialog .modal-header {
    padding: 20px 30px; }
    .modal-dialog .modal-header .icon-close {
      top: 30px; }
  .modal-dialog .modal-body {
    max-height: calc(90vh - 165px); }
    .modal-dialog .modal-body .title-users {
      font-weight: 500;
      font-size: 16px; }
    .modal-dialog .modal-body .user-group-section .title-users {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 6px; }
    .modal-dialog .modal-body .dropdown-menu {
      overflow-y: auto; }
    .modal-dialog .modal-body .description {
      padding-left: 0; }
  .modal-dialog .wizard .modal-body:after {
    padding-bottom: 0; }
  .modal-dialog:not(.modal-lg) .modal-header {
    border-bottom: 0; }
  .modal-dialog:not(.modal-lg) .modal-footer .btn {
    margin: 0; }

.modal .v-form .clr-control-container,
.atk-modal .v-form .clr-control-container {
  display: inline-flex;
  position: relative;
  top: 5px; }

.modal .v-form .clr-radio-wrapper label,
.atk-modal .v-form .clr-radio-wrapper label {
  margin-right: .5rem;
  padding-left: 1.2rem;
  width: auto;
  line-height: inherit; }

.atk-modal {
  position: unset;
  overflow-x: unset;
  overflow-y: unset; }
  .atk-modal .v-form .help-icon-glyph {
    vertical-align: bottom; }

.atk-modal-body {
  line-height: normal;
  padding-bottom: 10px; }

.modal-dialog.modal-sm, .modal-dialog.atk-modal-sm,
.atk-modal-dialog.modal-sm,
.atk-modal-dialog.atk-modal-sm {
  width: 12rem; }

.modal-dialog.modal-md, .modal-dialog.atk-modal-md,
.atk-modal-dialog.modal-md,
.atk-modal-dialog.atk-modal-md {
  width: 28rem; }
  .modal-dialog.modal-md .progress-meter-container,
  .modal-dialog.modal-md .atk-steps, .modal-dialog.atk-modal-md .progress-meter-container,
  .modal-dialog.atk-modal-md .atk-steps,
  .atk-modal-dialog.modal-md .progress-meter-container,
  .atk-modal-dialog.modal-md .atk-steps,
  .atk-modal-dialog.atk-modal-md .progress-meter-container,
  .atk-modal-dialog.atk-modal-md .atk-steps {
    min-width: 9rem;
    max-width: 10rem !important; }

.modal-dialog.modal-lg, .modal-dialog.atk-modal-lg,
.atk-modal-dialog.modal-lg,
.atk-modal-dialog.atk-modal-lg {
  width: 54rem; }
  .modal-dialog.modal-lg .progress-meter-container,
  .modal-dialog.modal-lg .atk-steps, .modal-dialog.atk-modal-lg .progress-meter-container,
  .modal-dialog.atk-modal-lg .atk-steps,
  .atk-modal-dialog.modal-lg .progress-meter-container,
  .atk-modal-dialog.modal-lg .atk-steps,
  .atk-modal-dialog.atk-modal-lg .progress-meter-container,
  .atk-modal-dialog.atk-modal-lg .atk-steps {
    min-width: 10rem;
    max-width: 12rem !important; }

.modal-dialog.modal-xlg, .modal-dialog.atk-modal-xlg,
.atk-modal-dialog.modal-xlg,
.atk-modal-dialog.atk-modal-xlg {
  width: 57.6rem; }
  .modal-dialog.modal-xlg .progress-meter-container,
  .modal-dialog.modal-xlg .atk-steps, .modal-dialog.atk-modal-xlg .progress-meter-container,
  .modal-dialog.atk-modal-xlg .atk-steps,
  .atk-modal-dialog.modal-xlg .progress-meter-container,
  .atk-modal-dialog.modal-xlg .atk-steps,
  .atk-modal-dialog.atk-modal-xlg .progress-meter-container,
  .atk-modal-dialog.atk-modal-xlg .atk-steps {
    min-width: 10rem;
    max-width: 13rem !important; }

.modal-dialog .modal-content,
.modal-dialog .atk-modal-content,
.atk-modal-dialog .modal-content,
.atk-modal-dialog .atk-modal-content {
  padding: 0;
  border-radius: .125rem;
  max-height: 100%; }

.modal-dialog .wizard .modal-header,
.modal-dialog .wizard .atk-modal-header,
.modal-dialog .atk-wizard-wrapper .modal-header,
.modal-dialog .atk-wizard-wrapper .atk-modal-header,
.atk-modal-dialog .wizard .modal-header,
.atk-modal-dialog .wizard .atk-modal-header,
.atk-modal-dialog .atk-wizard-wrapper .modal-header,
.atk-modal-dialog .atk-wizard-wrapper .atk-modal-header {
  border-bottom: 1px solid #e4e4e4; }

.modal-dialog .wizard .modal-body,
.modal-dialog .wizard .atk-modal-body,
.modal-dialog .atk-wizard-wrapper .modal-body,
.modal-dialog .atk-wizard-wrapper .atk-modal-body,
.atk-modal-dialog .wizard .modal-body,
.atk-modal-dialog .wizard .atk-modal-body,
.atk-modal-dialog .atk-wizard-wrapper .modal-body,
.atk-modal-dialog .atk-wizard-wrapper .atk-modal-body {
  display: flex;
  flex-direction: row;
  padding: 0; }
  .modal-dialog .wizard .modal-body .progress-meter-container,
  .modal-dialog .wizard .modal-body .atk-steps,
  .modal-dialog .wizard .atk-modal-body .progress-meter-container,
  .modal-dialog .wizard .atk-modal-body .atk-steps,
  .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container,
  .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps,
  .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container,
  .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps,
  .atk-modal-dialog .wizard .modal-body .progress-meter-container,
  .atk-modal-dialog .wizard .modal-body .atk-steps,
  .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container,
  .atk-modal-dialog .wizard .atk-modal-body .atk-steps,
  .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container,
  .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps,
  .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container,
  .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps {
    flex: 1 1 auto;
    width: 34%;
    max-width: 13rem !important;
    display: flex;
    flex-direction: column;
    order: -1;
    overflow: hidden;
    overflow-y: auto;
    padding: 1rem 0;
    border-right: 1px solid #e4e4e4;
    background-color: #f7f7f9;
    margin-bottom: 0; }
    .modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list,
    .modal-dialog .wizard .modal-body .progress-meter-container .steps-list,
    .modal-dialog .wizard .modal-body .atk-steps .progress-meter-list,
    .modal-dialog .wizard .modal-body .atk-steps .steps-list,
    .modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list,
    .modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list,
    .modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list,
    .modal-dialog .wizard .atk-modal-body .atk-steps .steps-list,
    .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list,
    .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list,
    .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list,
    .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list,
    .atk-modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list,
    .atk-modal-dialog .wizard .modal-body .progress-meter-container .steps-list,
    .atk-modal-dialog .wizard .modal-body .atk-steps .progress-meter-list,
    .atk-modal-dialog .wizard .modal-body .atk-steps .steps-list,
    .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list,
    .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list,
    .atk-modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list,
    .atk-modal-dialog .wizard .atk-modal-body .atk-steps .steps-list,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list {
      padding: 0 0 9.5px 0;
      display: flex;
      align-items: stretch;
      flex-direction: column;
      -ms-flex: 1 1 100%;
      justify-content: flex-start; }
      .modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li,
      .modal-dialog .wizard .modal-body .progress-meter-container .steps-list li,
      .modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li,
      .modal-dialog .wizard .modal-body .atk-steps .steps-list li,
      .modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li,
      .modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li,
      .modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li,
      .modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li,
      .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li,
      .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li,
      .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li,
      .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li,
      .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li,
      .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li,
      .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li,
      .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li,
      .atk-modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li,
      .atk-modal-dialog .wizard .modal-body .progress-meter-container .steps-list li,
      .atk-modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li,
      .atk-modal-dialog .wizard .modal-body .atk-steps .steps-list li,
      .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li,
      .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li,
      .atk-modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li,
      .atk-modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li,
      .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li,
      .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li,
      .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li,
      .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li,
      .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li,
      .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li,
      .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li,
      .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li {
        font-family: Metropolis, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
        width: auto;
        margin: 0 0 0 20px;
        padding: .6rem 0 .6rem 0.8rem;
        border: 0 !important;
        box-shadow: 0.16667rem 0 0 #ededed inset;
        font-size: .66rem;
        text-transform: capitalize;
        color: #565656;
        font-weight: 400;
        flex: none;
        -ms-flex: none; }
        .modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li.current,
        .modal-dialog .wizard .modal-body .progress-meter-container .steps-list li.current,
        .modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li.current,
        .modal-dialog .wizard .modal-body .atk-steps .steps-list li.current,
        .modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li.current,
        .modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li.current,
        .modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li.current,
        .modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li.current,
        .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li.current,
        .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li.current,
        .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li.current,
        .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li.current,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li.current,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li.current,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li.current,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li.current,
        .atk-modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li.current,
        .atk-modal-dialog .wizard .modal-body .progress-meter-container .steps-list li.current,
        .atk-modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li.current,
        .atk-modal-dialog .wizard .modal-body .atk-steps .steps-list li.current,
        .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li.current,
        .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li.current,
        .atk-modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li.current,
        .atk-modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li.current,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li.current {
          background-color: #d8e3e9;
          box-shadow: 0.16667rem 0 0 #61B715 inset;
          transition: box-shadow .2s ease-in;
          color: #313131;
          font-weight: 600; }
        .modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li.completed, .modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li.done,
        .modal-dialog .wizard .modal-body .progress-meter-container .steps-list li.completed,
        .modal-dialog .wizard .modal-body .progress-meter-container .steps-list li.done,
        .modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li.completed,
        .modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li.done,
        .modal-dialog .wizard .modal-body .atk-steps .steps-list li.completed,
        .modal-dialog .wizard .modal-body .atk-steps .steps-list li.done,
        .modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li.completed,
        .modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li.done,
        .modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li.completed,
        .modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li.done,
        .modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li.completed,
        .modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li.done,
        .modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li.completed,
        .modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li.done,
        .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li.completed,
        .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li.done,
        .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li.completed,
        .modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li.done,
        .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li.completed,
        .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li.done,
        .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li.completed,
        .modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li.done,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li.completed,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li.done,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li.completed,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li.done,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li.completed,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li.done,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li.completed,
        .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li.done,
        .atk-modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li.completed,
        .atk-modal-dialog .wizard .modal-body .progress-meter-container .progress-meter-list li.done,
        .atk-modal-dialog .wizard .modal-body .progress-meter-container .steps-list li.completed,
        .atk-modal-dialog .wizard .modal-body .progress-meter-container .steps-list li.done,
        .atk-modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li.completed,
        .atk-modal-dialog .wizard .modal-body .atk-steps .progress-meter-list li.done,
        .atk-modal-dialog .wizard .modal-body .atk-steps .steps-list li.completed,
        .atk-modal-dialog .wizard .modal-body .atk-steps .steps-list li.done,
        .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li.completed,
        .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .progress-meter-list li.done,
        .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li.completed,
        .atk-modal-dialog .wizard .atk-modal-body .progress-meter-container .steps-list li.done,
        .atk-modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li.completed,
        .atk-modal-dialog .wizard .atk-modal-body .atk-steps .progress-meter-list li.done,
        .atk-modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li.completed,
        .atk-modal-dialog .wizard .atk-modal-body .atk-steps .steps-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .progress-meter-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .progress-meter-container .steps-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .progress-meter-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-steps .steps-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .progress-meter-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .progress-meter-container .steps-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .progress-meter-list li.done,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li.completed,
        .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-steps .steps-list li.done {
          box-shadow: 0.16667rem 0 0 #61B715 inset; }
  .modal-dialog .wizard .modal-body .wizard-content,
  .modal-dialog .wizard .modal-body .atk-wizard-content,
  .modal-dialog .wizard .atk-modal-body .wizard-content,
  .modal-dialog .wizard .atk-modal-body .atk-wizard-content,
  .modal-dialog .atk-wizard-wrapper .modal-body .wizard-content,
  .modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content,
  .modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content,
  .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content,
  .atk-modal-dialog .wizard .modal-body .wizard-content,
  .atk-modal-dialog .wizard .modal-body .atk-wizard-content,
  .atk-modal-dialog .wizard .atk-modal-body .wizard-content,
  .atk-modal-dialog .wizard .atk-modal-body .atk-wizard-content,
  .atk-modal-dialog .atk-wizard-wrapper .modal-body .wizard-content,
  .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content,
  .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content,
  .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content {
    border-radius: 0 .125rem .125rem 0;
    box-shadow: none;
    padding: 15px 30px;
    flex: 2 2 auto;
    width: 66%;
    margin: 0;
    flex-direction: column;
    height: calc(100vh - 265px); }
    .modal-dialog .wizard .modal-body .wizard-content .container-fluid > .pack,
    .modal-dialog .wizard .modal-body .atk-wizard-content .container-fluid > .pack,
    .modal-dialog .wizard .atk-modal-body .wizard-content .container-fluid > .pack,
    .modal-dialog .wizard .atk-modal-body .atk-wizard-content .container-fluid > .pack,
    .modal-dialog .atk-wizard-wrapper .modal-body .wizard-content .container-fluid > .pack,
    .modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content .container-fluid > .pack,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content .container-fluid > .pack,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content .container-fluid > .pack,
    .atk-modal-dialog .wizard .modal-body .wizard-content .container-fluid > .pack,
    .atk-modal-dialog .wizard .modal-body .atk-wizard-content .container-fluid > .pack,
    .atk-modal-dialog .wizard .atk-modal-body .wizard-content .container-fluid > .pack,
    .atk-modal-dialog .wizard .atk-modal-body .atk-wizard-content .container-fluid > .pack,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .wizard-content .container-fluid > .pack,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content .container-fluid > .pack,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content .container-fluid > .pack,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content .container-fluid > .pack {
      padding: 25px 0; }
    .modal-dialog .wizard .modal-body .wizard-content.no-wizard-footer,
    .modal-dialog .wizard .modal-body .atk-wizard-content.no-wizard-footer,
    .modal-dialog .wizard .atk-modal-body .wizard-content.no-wizard-footer,
    .modal-dialog .wizard .atk-modal-body .atk-wizard-content.no-wizard-footer,
    .modal-dialog .atk-wizard-wrapper .modal-body .wizard-content.no-wizard-footer,
    .modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content.no-wizard-footer,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content.no-wizard-footer,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content.no-wizard-footer,
    .atk-modal-dialog .wizard .modal-body .wizard-content.no-wizard-footer,
    .atk-modal-dialog .wizard .modal-body .atk-wizard-content.no-wizard-footer,
    .atk-modal-dialog .wizard .atk-modal-body .wizard-content.no-wizard-footer,
    .atk-modal-dialog .wizard .atk-modal-body .atk-wizard-content.no-wizard-footer,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .wizard-content.no-wizard-footer,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content.no-wizard-footer,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content.no-wizard-footer,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content.no-wizard-footer {
      height: calc(100vh - 265px) !important; }
    .modal-dialog .wizard .modal-body .wizard-content .well .btn-primary,
    .modal-dialog .wizard .modal-body .atk-wizard-content .well .btn-primary,
    .modal-dialog .wizard .atk-modal-body .wizard-content .well .btn-primary,
    .modal-dialog .wizard .atk-modal-body .atk-wizard-content .well .btn-primary,
    .modal-dialog .atk-wizard-wrapper .modal-body .wizard-content .well .btn-primary,
    .modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content .well .btn-primary,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content .well .btn-primary,
    .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content .well .btn-primary,
    .atk-modal-dialog .wizard .modal-body .wizard-content .well .btn-primary,
    .atk-modal-dialog .wizard .modal-body .atk-wizard-content .well .btn-primary,
    .atk-modal-dialog .wizard .atk-modal-body .wizard-content .well .btn-primary,
    .atk-modal-dialog .wizard .atk-modal-body .atk-wizard-content .well .btn-primary,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .wizard-content .well .btn-primary,
    .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content .well .btn-primary,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .wizard-content .well .btn-primary,
    .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content .well .btn-primary {
      bottom: -20px; }
  .modal-dialog .wizard .modal-body .atk-wizard-content,
  .modal-dialog .wizard .atk-modal-body .atk-wizard-content,
  .modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content,
  .modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content,
  .atk-modal-dialog .wizard .modal-body .atk-wizard-content,
  .atk-modal-dialog .wizard .atk-modal-body .atk-wizard-content,
  .atk-modal-dialog .atk-wizard-wrapper .modal-body .atk-wizard-content,
  .atk-modal-dialog .atk-wizard-wrapper .atk-modal-body .atk-wizard-content {
    height: calc(100vh - 260px); }

.modal-dialog .wizard .modal-footer,
.modal-dialog .wizard .atk-modal-footer,
.modal-dialog .atk-wizard-wrapper .modal-footer,
.modal-dialog .atk-wizard-wrapper .atk-modal-footer,
.atk-modal-dialog .wizard .modal-footer,
.atk-modal-dialog .wizard .atk-modal-footer,
.atk-modal-dialog .atk-wizard-wrapper .modal-footer,
.atk-modal-dialog .atk-wizard-wrapper .atk-modal-footer {
  border-top: 1px solid #e4e4e4;
  padding: 20px;
  margin: 0; }

.modal-footer {
  border-top: 0; }
  .modal-footer .buttons-right {
    margin-right: 0 !important; }
  .modal-footer > :not(:last-child) {
    margin-right: 0;
    margin-left: 0; }
  .modal-footer span {
    margin-left: 0.2rem; }

.atk-modal-footer .atk-btn + .atk-btn {
  margin-left: 0.4rem; }

.atk-modal-footer .atk-btn:only-child {
  border-color: #0072a3;
  background-color: #0072a3;
  color: #fff;
  min-width: 3.6rem; }
  .atk-modal-footer .atk-btn:only-child:hover {
    background-color: #00567a; }

.table {
  margin-top: 0.2rem;
  border-color: #e4e4e4; }

.agent-upgrade-agreement-form .v-control-group,
.agent-upgrade-software-form .v-control-group {
  line-height: normal; }

.pkg-activity-label {
  padding-top: 1px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="tel"],
input[type="url"],
input:not([type]),
select {
  height: 31px; }

input[type=text]:not([readonly]),
input[type=password]:not([readonly]),
input[type=number]:not([readonly]),
input[type=email]:not([readonly]),
input[type=url]:not([readonly]),
input[type=tel]:not([readonly]),
input[type=date]:not([readonly]),
input[type=time]:not([readonly]),
input[type=datetime-local]:not([readonly]) {
  background: linear-gradient(to bottom, transparent 96%, #0095d3 96%) no-repeat;
  background-size: 0 100%; }

textarea {
  height: 60px; }

.wizard-app-list {
  padding: 4px 15px 4px 15px;
  display: flex;
  flex-wrap: wrap; }
  .wizard-app-list li {
    width: 50%;
    margin-bottom: 0.5rem; }

.field-help-text {
  display: block;
  margin-left: 33%;
  font-size: 13px;
  margin-top: 5px; }

#vidm-form-lg .field-help-text,
#vidm-form-lg .message {
  margin-left: 38% !important;
  padding-left: 4px; }

.plain-text-input {
  vertical-align: sub; }

a.prop-toggle {
  font-weight: 700;
  font-size: 13px; }
  a.prop-toggle .icon-expand,
  a.prop-toggle .icon-collapse {
    display: inline-block;
    vertical-align: middle; }

.slider.opened {
  transform: translateY(0); }

.v-value-wrap, .summary-flex .v-label {
  display: flex;
  align-items: center; }

.vm-reduce-grid {
  margin-bottom: 1.2rem; }

.vm-reduce-group .v-label {
  padding: 0 !important; }

.vm-reduce-group .switch {
  margin-top: 2px; }

.vm-reduce-group .help-text {
  margin: 0.5rem 0 0 0;
  font-size: 0.52rem; }

.schedule-power-management-form .k-multiselect-wrap {
  height: 29px; }

.schedule-power-management-form .management-col-header .lb-row {
  align-items: flex-start; }

.schedule-power-management-form .lb-row .icon-close {
  margin: 0 !important;
  left: auto !important;
  right: 0; }

.schedule-power-management-form .lb-row .lb-label {
  font-size: 0.5rem; }

.schedule-power-management-form .all-day-select {
  padding: 8px 0 0 8px; }

.schedule-power-management-form .timezone-label {
  padding-top: 0; }

.schedule-power-management-form .k-button {
  padding: 0.2rem 0.4rem;
  width: 121px; }

.alert-container {
  margin-top: 0;
  padding: 0; }
  .alert-container .alert {
    padding: 0.3rem 0.8rem; }

.alert {
  padding: 0.2rem 0.6rem;
  display: flex;
  align-items: center; }
  .alert .alert-cross {
    background: #f5dbd9;
    color: #565656;
    border: 1px solid #ebafa6; }
  .alert.no-center {
    align-items: start !important; }
  .alert .alert-handler {
    font-weight: 600;
    margin-left: 0.4rem; }
  .alert.alert-info .clr-icon {
    color: #0079b8; }
  .alert.alert-success .clr-icon {
    color: #318700; }
  .alert.alert-danger .clr-icon {
    color: #c92100; }
  .alert .close {
    top: 10px;
    width: .65rem;
    height: .65rem; }

.description {
  line-height: normal;
  margin-bottom: .4rem; }

.page-banner {
  padding: .4rem;
  margin: 0 0 .8rem;
  border-radius: .125rem; }
  .page-banner .banner-content {
    vertical-align: middle; }

.dashboard-card {
  margin-left: 0; }

.v-accordion .card {
  margin: 10px 0 25px; }
  .v-accordion .card > .card-header {
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d7dee2; }
    .v-accordion .card > .card-header:hover {
      background: #d8e3e9; }
    .v-accordion .card > .card-header .header {
      font-size: 0.75rem; }
  .v-accordion .card.card-open .card-header {
    background: #d8e3e9; }

.v-accordion .collapse {
  border: 1px solid #d7dee2; }

.action-modal-sum {
  font-size: 14px; }

.atk-btn,
.btn {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none !important;
  border-radius: 0.125rem;
  border: 1px solid #0079b8;
  min-width: 3rem;
  max-width: 15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.15rem;
  letter-spacing: .073rem;
  font-family: inherit;
  font-size: 0.55rem;
  font-weight: 600;
  height: 1.7rem;
  padding: 0 0.6rem;
  color: #0079b8;
  background-color: #fff; }
  .atk-btn:hover, .atk-btn:focus,
  .btn:hover,
  .btn:focus {
    color: #004C8A;
    background: #e0f0f6;
    border: 1px solid #0079b8; }
  .atk-btn.btn-primary:not(:disabled):not(.disabled):focus,
  .btn.btn-primary:not(:disabled):not(.disabled):focus {
    background-color: #004C8A;
    color: #fff; }
  .atk-btn.btn-link,
  .btn.btn-link {
    background-color: transparent;
    border: none; }
    .atk-btn.btn-link:hover, .atk-btn.btn-link:focus,
    .btn.btn-link:hover,
    .btn.btn-link:focus {
      background-color: transparent;
      border: none; }

.v-select .v-dropdown,
.v-dropdown {
  width: 100%;
  max-width: 300px;
  min-width: 180px; }
  .v-select .v-dropdown.timezone-select,
  .v-dropdown.timezone-select {
    max-width: 150px;
    min-width: 150px; }

.v-select .v-dropdown-trigger,
.v-dropdown-trigger {
  width: 100%;
  line-height: .9rem;
  color: inherit;
  border: 0;
  border-bottom: 1px solid #9a9a9a;
  padding-right: 28px;
  border-radius: 0; }
  .v-select .v-dropdown-trigger .v-caret-down,
  .v-dropdown-trigger .v-caret-down {
    right: 10px; }
  .v-select .v-dropdown-trigger.active,
  .v-dropdown-trigger.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .v-select .v-dropdown-trigger:hover, .v-select .v-dropdown-trigger:focus, .v-select .v-dropdown-trigger:active, .v-select .v-dropdown-trigger.active,
  .v-dropdown-trigger:hover,
  .v-dropdown-trigger:focus,
  .v-dropdown-trigger:active,
  .v-dropdown-trigger.active {
    color: #fff;
    background: #0079b8;
    border: 1px solid #0079b8; }
  .v-select .v-dropdown-trigger.disabled, .v-select .v-dropdown-trigger:disabled,
  .v-dropdown-trigger.disabled,
  .v-dropdown-trigger:disabled {
    color: #565656;
    cursor: not-allowed;
    background-color: transparent;
    border-color: #565656; }

.v-select .v-dropdown-options,
.v-dropdown-options {
  border-color: #cccccc;
  border-radius: 0 0 .125rem .125rem;
  box-shadow: 0 1px 0.125rem rgba(115, 115, 115, 0.25); }
  .v-select .v-dropdown-options span,
  .v-dropdown-options span {
    display: block; }
    .v-select .v-dropdown-options span.options-wrapper,
    .v-dropdown-options span.options-wrapper {
      max-height: 150px; }
  .v-select .v-dropdown-options .option-label,
  .v-dropdown-options .option-label {
    padding: 0.572em 1em; }
    .v-select .v-dropdown-options .option-label:hover, .v-select .v-dropdown-options .option-label:focus, .v-select .v-dropdown-options .option-label:active,
    .v-dropdown-options .option-label:hover,
    .v-dropdown-options .option-label:focus,
    .v-dropdown-options .option-label:active {
      background: #ededed; }
    .v-select .v-dropdown-options .option-label .search-filter,
    .v-dropdown-options .option-label .search-filter {
      padding-left: 10px; }

.node-setup-form .v-dropdown-options {
  max-height: 200px;
  overflow: auto; }

.k-multiselect div.k-multiselect-wrap {
  border: 1px solid #91A0AA;
  border-radius: 3px; }

.k-multiselect.k-state-hover .k-multiselect-wrap {
  border-color: #0079b8; }

.k-multiselect .k-button.k-state-hover {
  background: #0079b8;
  border-color: #0079b8; }

.k-multiselect .k-button.k-state-focused, .k-multiselect .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-multiselect .k-button:focus:not(.k-state-disabled):not([disabled]),
.k-multiselect .k-button .k-state-focused {
  box-shadow: none;
  border-radius: 0; }

.atk-select {
  color: #414b57;
  width: 300px;
  max-width: 300px; }
  .atk-select .atk-select-toggle {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #9a9a9a;
    border-radius: 0;
    box-shadow: none; }
    .atk-select .atk-select-toggle.active {
      box-shadow: none; }
    .atk-select .atk-select-toggle span {
      color: #414b57;
      font-size: .5rem;
      font-weight: 500;
      letter-spacing: .12em;
      line-height: .9rem; }
    .atk-select .atk-select-toggle .atk-icon {
      display: none; }
    .atk-select .atk-select-toggle::after {
      content: ' ';
      background: url(../../images/horizonair_sprite.png) no-repeat -1510px -413px;
      position: absolute;
      width: 10px;
      height: 10px;
      right: 10px;
      margin-top: 5px; }
  .atk-select .atk-select-options {
    border-color: #ccc;
    border-radius: .125rem;
    box-shadow: 0 1px 0.125rem rgba(115, 115, 115, 0.25); }
    .atk-select .atk-select-options .option-label:hover {
      background-color: #D9E4EB; }
    .atk-select .atk-select-options .option-label span {
      color: #414b57; }

.k-popup {
  box-shadow: none; }
  .k-popup.k-list-container {
    padding: 2px; }
  .k-popup .k-item {
    padding: 0 8px;
    cursor: pointer; }
    .k-popup .k-item.k-state-selected {
      color: #000;
      background: #d8e3e9;
      border: 1px solid #d8e3e9;
      border-radius: 0;
      cursor: default; }
      .k-popup .k-item.k-state-selected:hover {
        background: #818a91 !important;
        border-color: #818a91; }
    .k-popup .k-item.k-state-focused {
      box-shadow: none;
      border-radius: 0; }
    .k-popup .k-item.k-state-hover, .k-popup .k-item:hover {
      background: #eeeeee !important;
      border-color: #eeeeee;
      border-radius: 0; }
      .k-popup .k-item.k-state-hover .k-link, .k-popup .k-item:hover .k-link {
        background: #eeeeee; }
    .k-popup .k-item.k-columns-item .k-link {
      background: #fff; }

.dropdown .atk-btn.dropdown-toggle:not(.btn) {
  color: #0079b8;
  border: 1px solid #0079b8;
  padding: 0 .5rem; }

.dropdown .atk-btn.dropdown-toggle[disabled] {
  color: #565656;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #565656;
  opacity: .4; }
  .dropdown .atk-btn.dropdown-toggle[disabled] .icon-caret {
    fill: #565656; }
  .dropdown .atk-btn.dropdown-toggle[disabled]:hover {
    color: #565656;
    background-color: transparent;
    border-color: #565656; }
    .dropdown .atk-btn.dropdown-toggle[disabled]:hover .icon-caret {
      fill: #565656; }

.dropdown .atk-btn.dropdown-toggle .icon-caret {
  margin-left: 8px;
  width: 8px;
  height: 8px;
  fill: #0079b8; }

.dropdown .atk-btn.dropdown-toggle:hover {
  background-color: #e1f1f6;
  color: #0079b8;
  border: 1px solid #0079b8; }

.dropdown.show button.dropdown-toggle {
  background-color: #e1f1f6;
  color: #0079b8;
  border: 1px solid #0079b8;
  box-shadow: none; }

.dropdown-menu {
  border: 1px solid #d7dee2;
  margin-top: 0;
  box-shadow: 0 0.5px 1.5px 0 rgba(116, 116, 116, 0.25); }
  .dropdown-menu[uib-typeahead-popup] {
    visibility: visible; }
  .dropdown-menu li:hover,
  .dropdown-menu > li:hover {
    background: #fff; }
  .dropdown-menu li.active a,
  .dropdown-menu li.active > a, .dropdown-menu li:active a,
  .dropdown-menu li:active > a,
  .dropdown-menu > li.active a,
  .dropdown-menu > li.active > a,
  .dropdown-menu > li:active a,
  .dropdown-menu > li:active > a {
    background-color: #818a91; }
    .dropdown-menu li.active a:hover,
    .dropdown-menu li.active > a:hover, .dropdown-menu li:active a:hover,
    .dropdown-menu li:active > a:hover,
    .dropdown-menu > li.active a:hover,
    .dropdown-menu > li.active > a:hover,
    .dropdown-menu > li:active a:hover,
    .dropdown-menu > li:active > a:hover {
      background-color: #818a91; }
  .dropdown-menu li a,
  .dropdown-menu > li a {
    background: #fff; }
    .dropdown-menu li a[disabled],
    .dropdown-menu > li a[disabled] {
      cursor: pointer; }
    .dropdown-menu li a:hover,
    .dropdown-menu > li a:hover {
      background-color: #ededed; }

.dropdown-toggle::after {
  display: none; }

.dropdown-toggle:focus {
  outline: none; }

.atk-dropdown-toggle .atk-icon.icon-caret {
  fill: #0079b8; }

.atk-dropdown-toggle:hover .icon-caret {
  fill: #004a70; }

.atk-dropdown-toggle[disabled] .icon-caret {
  fill: #565656; }

.atk-dropdown-toggle[disabled]:hover .icon-caret {
  fill: #565656; }

.atk-dropdown-menu .atk-menu-item {
  cursor: inherit; }
  .atk-dropdown-menu .atk-menu-item:hover {
    background: inherit; }
  .atk-dropdown-menu .atk-menu-item a:hover {
    background: #e1f1f6; }
  .atk-dropdown-menu .atk-menu-item a[disabled]:hover {
    background: transparent; }

.button-bar {
  padding: 0;
  line-height: normal; }
  .button-bar > .atk-btn:last-child {
    border-color: #0072a3;
    background-color: #0072a3;
    color: #fff; }
    .button-bar > .atk-btn:last-child:hover {
      background-color: #00567a; }
  .button-bar li {
    cursor: inherit; }

.atk-btn-bar {
  margin: 0; }
  .atk-btn-bar button {
    min-width: 3.6rem;
    font-family: inherit;
    margin-right: 10px;
    line-height: 1.15rem;
    letter-spacing: .073em;
    font-size: .55rem;
    font-weight: 600;
    height: 1.2rem;
    padding: 0 .6rem; }
  .atk-btn-bar .atk-btn-holder:first-child button {
    border-color: #0072a3;
    background-color: #0072a3;
    color: #fff; }
    .atk-btn-bar .atk-btn-holder:first-child button:hover {
      background-color: #00567a; }

.form-error-style, .v-form input.ng-invalid.ng-dirty[type="text"], .v-form input.ng-invalid.ng-dirty[type="password"], .v-form input.ng-invalid.ng-dirty[type="email"], .v-form input.ng-invalid.ng-dirty[type="date"], .v-form input.ng-invalid.ng-dirty[type="time"], .v-form input.ng-invalid.ng-dirty[type="number"], .v-form input.ng-invalid.ng-dirty[type="tel"], .v-form input.ng-invalid.ng-dirty[type="url"], .v-form input.ng-invalid.ng-dirty[type="datetime-local"], .v-form input.ng-invalid.ng-dirty:not([type]), .v-form select.ng-invalid.ng-dirty,
.v-form textarea.ng-invalid.ng-dirty {
  background: transparent;
  border: 0 solid #c92100;
  border-bottom-width: 2px; }

.input-box-style, .v-form input[type="text"], .v-form input[type="password"], .v-form input[type="email"], .v-form input[type="date"], .v-form input[type="time"], .v-form input[type="number"], .v-form input[type="tel"], .v-form input[type="url"], .v-form input[type="datetime-local"], .v-form input:not([type]), .v-form input[type="text"]:not([readonly]):focus, .v-form input[type="password"]:not([readonly]):focus, .v-form input[type="email"]:not([readonly]):focus, .v-form input[type="date"]:not([readonly]):focus, .v-form input[type="time"]:not([readonly]):focus, .v-form input[type="number"]:not([readonly]):focus, .v-form input[type="tel"]:not([readonly]):focus, .v-form input[type="url"]:not([readonly]):focus, .v-form input[type="datetime-local"]:not([readonly]):focus, .v-form input:not([type]):not([readonly]):focus, .v-form .v-select .v-dropdown-trigger,
.v-form .v-dropdown-trigger, .v-form .k-multiselect-wrap, .table-filter-container input[type=text], .table-filter-container input[type=text]:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
  border-radius: 0; }

.text-warning {
  color: #c92100 !important; }

.remote-app-wrapper {
  width: 65%;
  margin: 0 0 0 25%; }

.v-form fieldset,
.v-form .fieldset {
  margin: 30px 0 0; }
  .v-form fieldset > legend,
  .v-form fieldset > .legend,
  .v-form .fieldset > legend,
  .v-form .fieldset > .legend {
    padding-top: 15px; }

.v-form .vm-type-control-group {
  margin-bottom: 30px; }

.v-form legend,
.v-form .legend {
  border-bottom: 0; }
  .v-form legend h3,
  .v-form .legend h3 {
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle; }

.v-form .v-control-group {
  line-height: normal; }
  .v-form .v-control-group label,
  .v-form .v-control-group .label-offset {
    width: 32%;
    text-align: left;
    padding-left: 0;
    color: #444444;
    font-weight: 700;
    font-size: 13px;
    line-height: inherit; }
  .v-form .v-control-group .subnet-wrap {
    display: block; }
  .v-form .v-control-group .lb-row .v-value-wrap .switch {
    width: 35px; }
  .v-form .v-control-group .lb-row .v-value-wrap .icon-close {
    margin: 0;
    position: absolute;
    left: auto;
    right: 5px; }
  .v-form .v-control-group .lb-row .advanced-link {
    width: 61%;
    margin: 15px auto; }
  .v-form .v-control-group .lb-row .message {
    margin: 0 !important; }
    .v-form .v-control-group .lb-row .message .trail {
      margin: 0 8px 0 5px !important; }
  .v-form .v-control-group .switch {
    width: 35px;
    vertical-align: middle; }
    .v-form .v-control-group .switch .switch-handle {
      left: 2px; }
  .v-form .v-control-group .lb-row-cnt {
    padding: 5px; }
  .v-form .v-control-group .items-count {
    top: 10px; }
  .v-form .v-control-group .url-ptrn .tag .tag-cntr {
    border-radius: 5px; }

.v-form.vidm-form .v-control-group .label-value {
  width: 55%; }

.v-form input {
  vertical-align: middle !important; }
  .v-form input[type="text"]:not([readonly]):focus, .v-form input[type="password"]:not([readonly]):focus, .v-form input[type="email"]:not([readonly]):focus, .v-form input[type="date"]:not([readonly]):focus, .v-form input[type="time"]:not([readonly]):focus, .v-form input[type="number"]:not([readonly]):focus, .v-form input[type="tel"]:not([readonly]):focus, .v-form input[type="url"]:not([readonly]):focus, .v-form input[type="datetime-local"]:not([readonly]):focus, .v-form input:not([type]):not([readonly]):focus {
    background: linear-gradient(to bottom, transparent 96%, #0095d3 96%) no-repeat;
    background-size: 100% 100% !important; }

.v-form label.required:before {
  content: '';
  position: unset;
  left: unset;
  top: unset; }

.v-form label.required:after {
  content: '*';
  color: #c92100;
  position: relative;
  top: -2px; }

.v-form .v-select {
  vertical-align: middle; }

.v-form .v-select .v-dropdown-trigger:hover, .v-form .v-select .v-dropdown-trigger:active, .v-form .v-select .v-dropdown-trigger.active,
.v-form .v-dropdown-trigger:hover,
.v-form .v-dropdown-trigger:active,
.v-form .v-dropdown-trigger.active {
  border: 0;
  border-bottom: 1px solid #9a9a9a;
  color: #414B57;
  background: #fff; }

.v-form .v-select .v-dropdown-trigger.active,
.v-form .v-dropdown-trigger.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.v-form .v-select .v-dropdown-trigger.disabled, .v-form .v-select .v-dropdown-trigger[disabled], .v-form .v-select .v-dropdown-trigger:disabled,
.v-form .v-dropdown-trigger.disabled,
.v-form .v-dropdown-trigger[disabled],
.v-form .v-dropdown-trigger:disabled {
  color: #565656;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #565656; }
  .v-form .v-select .v-dropdown-trigger.disabled:hover, .v-form .v-select .v-dropdown-trigger[disabled]:hover, .v-form .v-select .v-dropdown-trigger:disabled:hover,
  .v-form .v-dropdown-trigger.disabled:hover,
  .v-form .v-dropdown-trigger[disabled]:hover,
  .v-form .v-dropdown-trigger:disabled:hover {
    border-bottom: 1px solid #737373 !important; }

.v-form .v-select .v-dropdown-trigger.active .v-caret-down, .v-form .v-select .v-dropdown-trigger:not(.disabled):hover .v-caret-down,
.v-form .v-dropdown-trigger.active .v-caret-down,
.v-form .v-dropdown-trigger:not(.disabled):hover .v-caret-down {
  background: url(../../images/horizonair_sprite.png) no-repeat -1510px -413px; }

.v-form .v-select .v-dropdown-trigger span:first-child,
.v-form .v-dropdown-trigger span:first-child {
  overflow: hidden;
  text-overflow: ellipsis; }

.v-form .v-dropdown-options {
  right: 0; }
  .v-form .v-dropdown-options .option-label .search-filter {
    width: 100%; }
  .v-form .v-dropdown-options .option-label:hover {
    background: #d8e4ea; }

.v-form .radio-inline label {
  padding-left: 0.916667rem;
  font-weight: normal; }

.v-form .message {
  margin-left: 32% !important;
  font-size: 13px;
  margin-top: 4px; }

.v-form .rules-input-cnt .message {
  margin-left: 0 !important; }

.align-tabs {
  display: inline-block;
  position: relative;
  top: 25px;
  z-index: 1; }

.tabstrip {
  text-align: left; }
  .tabstrip .view-label {
    margin: 0 auto; }
  .tabstrip .atk-tabs {
    display: block;
    position: relative;
    margin: 0 0 1rem 0;
    box-shadow: 0 -1px 0 #cccccc inset;
    z-index: 1; }
    .tabstrip .atk-tabs .atk-tab {
      font-family: Metropolis, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
      position: relative;
      color: #565656;
      font-size: .66rem;
      letter-spacing: normal;
      text-transform: capitalize;
      margin-right: 1rem;
      padding: 0 0 .4rem 0;
      border-left: 0; }
      .tabstrip .atk-tabs .atk-tab:last-child {
        margin-right: 0; }
      .tabstrip .atk-tabs .atk-tab:not(.active):hover:after {
        content: '';
        position: absolute;
        box-shadow: 0 -3px 0 #0079b8 inset;
        transition: box-shadow .2s ease-in;
        bottom: -3px;
        left: -1px;
        width: 100%;
        height: 4px; }
      .tabstrip .atk-tabs .atk-tab:hover, .tabstrip .atk-tabs .atk-tab:focus {
        color: #000; }
      .tabstrip .atk-tabs .atk-tab.active {
        color: #000;
        font-weight: 500;
        cursor: default; }
    .tabstrip .atk-tabs .line-container {
      background: #0079b8;
      height: 3px;
      margin: 0; }
  .tabstrip.capacity .view-label {
    margin: -18px 0 0 0;
    right: 210px; }
  .tabstrip.capacity .atk-tabs {
    box-shadow: none;
    top: -20px;
    margin: 0 0 -3px 0; }

.cap-margin-set {
  margin-top: 28px; }

.utilization-hover-template {
  margin: 0; }
  .utilization-hover-template .v-text-white {
    color: #fff;
    font-weight: normal; }
  .utilization-hover-template .v-label {
    padding: 6px 10px 6px 0 !important; }

.k-tooltip-content p {
  color: #fff; }

.table-control-container {
  margin-bottom: 1rem; }
  .table-control-container .table-filter-container {
    height: auto;
    padding-top: 0; }

.table-filter-container {
  height: auto;
  align-items: center; }
  .table-filter-container input[type=text] {
    height: 31px;
    border-color: #9a9a9a; }
  .table-filter-container span {
    margin-top: 0; }

.reports {
  padding: 0; }
  .reports .title-primary {
    padding-bottom: 0;
    padding-left: 0; }
  .reports .v-dropdown {
    padding-top: 0;
    width: auto; }

.uag .main-title {
  font-size: 0.6rem; }

.data-grid-wrapper {
  margin-top: 0; }
  .data-grid-wrapper.capacity-data-grid {
    margin-top: -30px; }

.autocomplete .autocomplete-box .autocomplete-inp-box {
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.autocomplete .inner-addon .left-dropdown {
  align-items: center; }

.k-grid {
  max-height: 74vh; }
  .k-grid table[role="grid"] tr .notice-msg.datagrid-table,
  .k-grid table[role="treegrid"] tr .notice-msg.datagrid-table {
    display: table-cell; }
  .k-grid table[role="grid"] tr.k-state-selected td, .k-grid table[role="grid"] tr.k-state-selected td,
  .k-grid table[role="treegrid"] tr.k-state-selected td,
  .k-grid table[role="treegrid"] tr.k-state-selected td {
    background-color: #d8e3e9; }
    .k-grid table[role="grid"] tr.k-state-selected td.notice-msg,
    .k-grid table[role="grid"] tr.k-state-selected td .datagrid-placeholder, .k-grid table[role="grid"] tr.k-state-selected td.notice-msg,
    .k-grid table[role="grid"] tr.k-state-selected td .datagrid-placeholder,
    .k-grid table[role="treegrid"] tr.k-state-selected td.notice-msg,
    .k-grid table[role="treegrid"] tr.k-state-selected td .datagrid-placeholder,
    .k-grid table[role="treegrid"] tr.k-state-selected td.notice-msg,
    .k-grid table[role="treegrid"] tr.k-state-selected td .datagrid-placeholder {
      background: #fff;
      pointer-events: none; }
  .k-grid table[role="grid"] tr:hover,
  .k-grid table[role="treegrid"] tr:hover {
    background-color: #ededed; }
  .k-grid table[role="grid"].k-selectable tbody td:first-child,
  .k-grid table[role="treegrid"].k-selectable tbody td:first-child {
    position: relative; }
    .k-grid table[role="grid"].k-selectable tbody td:first-child:before,
    .k-grid table[role="treegrid"].k-selectable tbody td:first-child:before {
      content: '';
      background: #b2c0cc;
      height: 32px;
      width: 1px;
      position: absolute;
      right: 0;
      margin-top: -16px;
      top: 50%; }
  .k-grid .k-filter-row,
  .k-grid .k-grid-header {
    border: 1px solid #cccccc;
    padding-right: 0 !important;
    width: 100%; }
    .k-grid .k-filter-row th.k-header,
    .k-grid .k-grid-header th.k-header {
      background: #fafafa;
      padding-top: 0;
      padding-bottom: .42rem;
      position: relative; }
      .k-grid .k-filter-row th.k-header a.k-link,
      .k-grid .k-grid-header th.k-header a.k-link {
        color: #565656;
        font-size: .458333rem;
        font-weight: 600;
        letter-spacing: .03em; }
        .k-grid .k-filter-row th.k-header a.k-link:hover,
        .k-grid .k-grid-header th.k-header a.k-link:hover {
          text-decoration: underline; }
      .k-grid .k-filter-row th.k-header.k-state-active,
      .k-grid .k-grid-header th.k-header.k-state-active {
        background-color: inherit; }
      .k-grid .k-filter-row th.k-header.k-with-icon:after,
      .k-grid .k-grid-header th.k-header.k-with-icon:after {
        content: '';
        position: absolute;
        height: 22px;
        top: 6px;
        left: 0; }
  .k-grid .k-grid-content {
    border: 1px solid #cccccc;
    max-height: 70vh; }
  .k-grid .k-pager-wrap.k-grid-pager {
    font-size: 12px;
    padding: .2rem 0;
    border: 1px solid #cccccc;
    width: 100%; }
  .k-grid .k-pager-wrap .k-pager-nav.k-pager-first {
    margin-left: .2rem !important; }

.k-filter-menu .k-button {
  line-height: 1em; }

.v-label,
.v-label-left {
  padding: 8px 15px !important;
  text-align: left;
  color: #444444;
  font-weight: 700;
  font-size: 0.66rem; }

.v-checkbox input[type="checkbox"] + span {
  border-radius: .125rem; }

.v-checkbox input[type="checkbox"]:checked + span {
  border: 1px solid #0079b8; }

.v-list-table .v-item {
  padding: 10px 15px; }
  .v-list-table .v-item:hover {
    background-color: #eeeeee; }
  .v-list-table .v-item.v-active {
    background: #d8e3e9; }

.autocomplete .result-box > .results-list .result-row:hover {
  background-color: #ededed; }

.switch {
  width: 38px;
  height: 18px;
  border-radius: 20px;
  margin-left: 10px; }
  .switch .switch-handle {
    top: 2px;
    left: 5px;
    width: 14px;
    height: 14px; }
  .switch .switch-input:disabled ~ .switch-label {
    opacity: 0.4; }
  .switch .switch-input:checked ~ .switch-handle {
    left: 19px; }
  .switch .switch-label {
    background: #737373; }
    .switch .switch-label:before, .switch .switch-label:after {
      content: ''; }
    .switch .switch-label:after {
      right: 30px; }

.atk-group .atk-group-item {
  border-color: #e1f1f6; }
  .atk-group .atk-group-item:focus {
    background-color: #e1f1f6;
    color: #0079b8;
    border: 3px solid #0079b8; }
  .atk-group .atk-group-item.active {
    background-color: #e1f1f6;
    color: #0079b8;
    border-bottom: 3px solid #0079b8; }
    .atk-group .atk-group-item.active:after {
      border-top-color: #0079b8; }
  .atk-group .atk-group-item:hover {
    background-color: #e1f1f6;
    color: #0079b8; }

.atk-group .atk-group-info-item span:nth-child(2):hover {
  color: #0079b8; }

.global-search-body .content > div {
  padding: 15px; }

.global-search-body .helpdesk-datagrid-action-bar {
  margin-top: 0;
  margin-bottom: 15px; }

.remove-vmware-user svg.atk-icon:hover,
.add-vmware-user svg.atk-icon:hover {
  fill: #0095d3; }

.vmware-users .v-value-wrap {
  display: block; }
  .vmware-users .v-value-wrap input {
    width: 100%; }
  .vmware-users .v-value-wrap .message {
    margin-left: 0 !important;
    margin-top: 5px; }

.onboarding .preferences-container {
  margin: 20px auto 50px; }

.tooltip-inner p {
  color: #fff !important;
  margin-bottom: 10px; }
  .tooltip-inner p:last-child {
    margin-bottom: 0; }

.nav-item .nav-link {
  color: #565656; }
  .nav-item .nav-link:hover, .nav-item .nav-link:visited {
    color: #565656; }

.image-capacity-parent .image-capacity-chart {
  padding-top: 42px; }

.capacity-dropdown .v-control-group label {
  width: auto; }

.appstack-tooltip .v-label {
  color: #fff; }

.upgrade-alert {
  flex: 1 1 auto;
  display: flex;
  align-items: center; }

.icon-warning.upgrade-warning {
  vertical-align: bottom;
  margin-right: 0; }

.custom-tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 450px; }
  .custom-tags-wrapper .custom-tags-row {
    margin: 10px 0; }
  .custom-tags-wrapper .name-custom-tags,
  .custom-tags-wrapper .value-custom-tags {
    width: 141px !important; }
  .custom-tags-wrapper .name-custom-tags {
    margin-right: 15px; }
  .custom-tags-wrapper .remove-resource-tag {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 15px; }
  .custom-tags-wrapper .tag-error-message {
    max-width: 300px;
    margin-top: 5px;
    font-size: 0.5rem; }
  .custom-tags-wrapper .tag-required-message {
    margin-left: 163px; }

.custom-tags-summary-wrapper {
  display: flex;
  align-items: baseline; }
  .custom-tags-summary-wrapper.tag-wrap {
    flex-wrap: wrap; }
  .custom-tags-summary-wrapper .custom-tag {
    padding: 4px 10px;
    margin: 0 10px 5px 0;
    font-size: 0.5rem;
    border-radius: 15px;
    white-space: nowrap;
    max-width: 180px;
    text-overflow: ellipsis;
    border: 1px solid #747474;
    cursor: default; }
    .custom-tags-summary-wrapper .custom-tag .tag-name,
    .custom-tags-summary-wrapper .custom-tag .tag-value {
      position: relative;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 60px;
      display: inline-block;
      vertical-align: middle; }
    .custom-tags-summary-wrapper .custom-tag .tag-name {
      padding-right: 5px;
      margin-right: 5px; }
      .custom-tags-summary-wrapper .custom-tag .tag-name:after {
        content: ':';
        position: absolute;
        right: 0;
        z-index: 1;
        font-weight: bold; }
  .custom-tags-summary-wrapper .custom-extra-tags {
    font-size: 0.6rem;
    color: #007cbb;
    cursor: pointer; }

.custom-tag-tooltip {
  min-width: 150px; }

.table-azure-tags {
  margin-top: 0.4rem; }
  .table-azure-tags .table-header {
    padding: 8px 0; }
  .table-azure-tags .table-content {
    min-height: 80px;
    padding: 8px 0; }
    .table-azure-tags .table-content .table-rows {
      border-bottom: 1px solid #e4e4e4;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .table-azure-tags .table-content .table-rows:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
      .table-azure-tags .table-content .table-rows .tag-name,
      .table-azure-tags .table-content .table-rows .tag-value {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.align-bottom {
  vertical-align: bottom; }

@media only screen and (max-width: 1024px) {
  .site-header .header .branding {
    width: 9rem;
    min-width: 9rem;
    padding: 0 0.6rem; }
  .site-header .site-header-search fieldset.search-container {
    width: 100%;
    padding-left: 0; }
    .site-header .site-header-search fieldset.search-container .search-line,
    .site-header .site-header-search fieldset.search-container .dropdown {
      font-size: 0.8rem; }
    .site-header .site-header-search fieldset.search-container .search-input-results-container {
      width: 54%; }
      .site-header .site-header-search fieldset.search-container .search-input-results-container .clr-form-control .clr-control-container {
        width: 100%; }
  .site-header .header-actions {
    padding-right: 1rem; }
  .main-container .content-container .content-area {
    padding: 0 1rem .2rem 1rem; }
  .tabstrip .atk-tabs {
    white-space: nowrap;
    overflow: auto; }
  .tabstrip .atk-tab {
    font-size: 0.55rem; }
  .v-dropdown {
    margin-top: 0.5rem; }
  .table-filter-container input[type=text] {
    width: 100px; }
  .col {
    padding-left: 0;
    padding-right: 0; }
  .search-container {
    padding-left: 0; } }

@media (min-width: 576px) {
  .modal-dialog:not(.modal-lg) {
    max-width: inherit; } }

@media (min-width: 1200px) {
  .site-header-search .search-container .search-input-results-container input {
    min-width: 15rem; } }

.v-accordian-checkbox-wrapper {
  position: relative; }
  .v-accordian-checkbox-wrapper .v-accordian-checkbox-label {
    display: inline-block;
    vertical-align: top;
    color: #444444;
    font-weight: 700;
    font-size: 13px;
    width: 32%;
    padding: 4px 0 0 0; }
  .v-accordian-checkbox-wrapper .v-accordian-checkbox div[role="tablist"] {
    display: inline-block !important; }
    .v-accordian-checkbox-wrapper .v-accordian-checkbox div[role="tablist"] .icon.icon-caret {
      display: block; }
  .v-accordian-checkbox-wrapper .v-accordian-checkbox .card {
    box-shadow: none;
    border: none;
    margin: 0; }
    .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header {
      background-color: transparent;
      border: none;
      padding: 0; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header .v-accordian-checkbox-heading {
        display: inline-block;
        width: 272px;
        vertical-align: middle; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header .v-accordian-checkbox-heading, .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header .clr-icon {
        color: #444444;
        font-size: 13px;
        font-weight: 700; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header .v-accordian-checkbox-count {
        display: inline-block;
        width: 45px;
        padding: 2px;
        background: #61B715;
        color: #fff;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 500;
        text-align: center; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header .v-accordian-checkbox-count.count-grey {
        background: #747474; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-header .v-accordian-checkbox-count.summary-count {
        width: 30px; }
    .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body {
      padding: 0 0 0 1rem; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .v-control-group {
        margin: 5px 0; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .v-checkbox-label {
        padding: 0 15px 0 5px;
        font-weight: 400;
        width: 272px;
        word-break: break-all; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .v-accordian-checkbox-tag {
        border: 1px solid #0079b8;
        color: #0079b8;
        border-radius: 8px;
        font-size: 10px;
        padding: 2px 8px; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .clr-icon {
        vertical-align: middle; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .clr-icon.check-circle-line {
        color: #61B715; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .clr-icon.exclamation-circle-line {
        color: #c92100; }
      .v-accordian-checkbox-wrapper .v-accordian-checkbox .card .card-collapse .card-body .clr-icon.sync-line {
        font-size: 0.7rem !important; }
  .v-accordian-checkbox-wrapper help-icon {
    position: absolute;
    right: 115px;
    top: 5px; }

.v-stack-view .card {
  box-shadow: none;
  border: 1px solid #e4e4e4;
  margin-top: 0;
  border-radius: 0;
  background: #fafafa; }

.v-stack-view .card-header {
  padding: 2px 20px;
  border: none;
  background: transparent; }
  .v-stack-view .card-header .clr-icon {
    color: #444444;
    font-size: 14px;
    margin: -2px 5px 0 0; }
  .v-stack-view .card-header .v-value {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    padding: 6px 15px; }
  .v-stack-view .card-header:hover, .v-stack-view .card-header:focus {
    background-color: #e8e8e8; }
  .v-stack-view .card-header:first-child {
    border-radius: 0; }

.v-stack-view .card-open .card-header {
  background-color: #d8e3e9; }

.v-stack-view .card-body {
  padding: 0; }

.v-stack-view .v-stack-view-content {
  padding: 2px 20px;
  vertical-align: middle; }
  .v-stack-view .v-stack-view-content .v-value {
    padding: 8px 15px; }
  .v-stack-view .v-stack-view-content .v-label.content {
    padding-left: 45px !important; }

#dashboardIssuesDataGrid.k-grid tbody td:first-child, #dashboardSessionsDataGrid.k-grid tbody td:first-child {
  position: unset; }

.vmware-sddc-modal-wrapper .modal-dialog {
  width: 43.2rem; }

.vmware-sddc-modal-wrapper .modal-header {
  padding-bottom: 12px; }

.vmware-sddc-modal-wrapper .modal-subtitle {
  padding: 0 30px 25px; }

.vmware-sddc-modal-wrapper .modal-content {
  background: #fff url(../../images/platform_bg.png) no-repeat 92% top;
  background-size: 70%; }

.vmware-sddc-modal-wrapper .vmware-sddc-modal {
  padding: 0; }

.vmware-sddc-modal-wrapper .card {
  margin-top: 0; }

.vmware-sddc-modal-wrapper .card-block {
  min-height: 260px; }
  .vmware-sddc-modal-wrapper .card-block .card-title {
    margin-bottom: 0.8rem; }
  .vmware-sddc-modal-wrapper .card-block .card-text {
    line-height: 18px; }
    .vmware-sddc-modal-wrapper .card-block .card-text ul {
      list-style: disc;
      padding-left: 1rem;
      line-height: 1.5;
      margin: 0.5rem 0; }

.vmware-sddc-modal-wrapper .card-footer {
  border-top: 0;
  background: none; }
